/* DESKTOP */
@media (min-width: 992px) {

  div.entry-content > div > div > div > div > div > div > div > div > h3.cherry-services_title > a{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box !important;
    max-height: 35.92px; 
  }

  div.col-md-9 .banner-title {
    top: 40px;
    font-size: 20px;
  }

  div.col-md-9 .banner-title.small-font {
    font-size: 15px;
  }

  .sidebar-footer-1 {
    padding-left: 50px;
  }

  .cherry-services.style_1 .services-listing .cherry-services_item {
    min-height: 115px !important;
  }

  #menu-primary .menu-items > li > a {
    padding: 40px 12px 40px 12px !important;
  }

  .menu-lang-ml{
    margin-left:35px !important;
  }

  .hakkimizda-mt{
    margin-top:105px; 
  }

  .mb-95{
    margin-bottom: 95px; 
  }

  .parallax_5 .parallax-content p {
    padding: 0 !important; 
  }


}

@media (min-width: 1200px) {
  #static-area-footer-top .col-lg-6 {
    min-height: 235px;
  }

  .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}

/* MOBILE */
@media (max-width: 480px) {

  .carHolder img {
    width: 50px !important;
    position: relative;
  }

  #content > div.align-handler > div > div > div > img{
    height: 250px !important;
    object-fit: cover !important;
  }

  .cherry-services.style_1 .services-listing .cherry-services_item {
    margin-bottom: 15px !important;
  }

  .cherry-services.style_1 .services-listing .cherry-services_item {
    min-height: 100px !important;
  }

  .image-logo img {
    height: 65px !important;
  }

  .carHolder::before {
    width: 50px !important;
    background-size: auto 50px !important;
    transform: scaleY(-1) translateY(18px) !important;
  }

  .counter-sp h2{
    margin-bottom: 15px !important; 
  }

  .counter-sp .col-xs-12.col-sm-4.col-md-4.col-lg-4.text-center{
    margin-bottom: 5px !important; 
  }

}

@media (max-width: 992px) {
  .cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_excerpt {
    margin-left: 100px !important;
  }

  .gallery-detail {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .col-lg-6 {
    width: 94% !important;
  }

  .gallery-detail .col-lg-6 {
    min-height: auto !important;
  }

  .detail-sp img {
    margin-bottom: 30px;
  }

}

@media (max-width: 460px) {

  div.col-md-9 .banner-title {
    top: 10px;
    font-size: 11px;
  }

}

@media (min-width: 461px) and (max-width: 555px) {

  div.col-md-9 .banner-title {
    top: 15px;
    font-size: 14px;
  }

}

@media (min-width: 556px) and (max-width: 700px) {

  div.col-md-9 .banner-title {
    top: 22px;
    font-size: 17px;
  }

}

@media (min-width: 701px) and (max-width: 991px) {

  div.col-md-9 .banner-title {
    top: 32px;
    font-size: 20px;
  }

}

/* style.css */
/* 3d mixins */
/* end 3d mixins */
div.portfolio-wrap {
  color: #333333;
}
div.portfolio-wrap .portfolio-container {
  position: relative;
}
div.portfolio-wrap .portfolio-container.list-layout .list-layout-item {
  margin-bottom: 20px;
}
div.portfolio-wrap .portfolio-container.list-layout .list-layout-item:last-child {
  margin-bottom: 0;
}
div.portfolio-wrap .portfolio-container.list-layout .list-layout-item .inner-wrap {
  margin: 0 0 20px 0;
}
div.portfolio-wrap .portfolio-container.list-layout .list-layout-item .inner-wrap .media-content {
  width: 28%;
  margin-right: 2%;
  float: left;
}
div.portfolio-wrap .portfolio-container.list-layout .list-layout-item .inner-wrap .item-content {
  width: 70%;
  float: left;
}
div.portfolio-wrap .portfolio-container.justified-layout .portfolio-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-align-items: stretch;
}
div.portfolio-wrap .portfolio-container.justified-layout .portfolio-list .justified-layout-item {
  position: relative;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
div.portfolio-wrap .portfolio-container.justified-layout .portfolio-list .justified-layout-item .inner-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
div.portfolio-wrap .portfolio-container.justified-layout .portfolio-list .justified-layout-item .justified-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
div.portfolio-wrap .portfolio-container.loading-animation-fade .portfolio-list .portfolio-item .inner-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
div.portfolio-wrap .portfolio-container.loading-animation-fade .portfolio-list .portfolio-item.animate-cycle-show .inner-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
}
div.portfolio-wrap .portfolio-container.loading-animation-fade .portfolio-list .portfolio-item.animate-cycle-hide .inner-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.portfolio-wrap .portfolio-container.loading-animation-scale .portfolio-list .portfolio-item .inner-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
div.portfolio-wrap .portfolio-container.loading-animation-scale .portfolio-list .portfolio-item.animate-cycle-show .inner-wrap {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
div.portfolio-wrap .portfolio-container.loading-animation-scale .portfolio-list .portfolio-item.animate-cycle-hide .inner-wrap {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.portfolio-wrap .portfolio-container.loading-animation-move-up .portfolio-list .portfolio-item .inner-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
div.portfolio-wrap .portfolio-container.loading-animation-move-up .portfolio-list .portfolio-item.animate-cycle-show .inner-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
div.portfolio-wrap .portfolio-container.loading-animation-move-up .portfolio-list .portfolio-item.animate-cycle-hide .inner-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.portfolio-wrap .portfolio-container.loading-animation-flip .portfolio-list {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}
div.portfolio-wrap .portfolio-container.loading-animation-flip .portfolio-list .portfolio-item .inner-wrap {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
div.portfolio-wrap .portfolio-container.loading-animation-flip .portfolio-list .portfolio-item.animate-cycle-show .inner-wrap {
  -webkit-transform: rotateX(80deg);
  -ms-transform: rotateX(80deg);
  -o-transform: rotateX(80deg);
  transform: rotateX(80deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
div.portfolio-wrap .portfolio-container.loading-animation-flip .portfolio-list .portfolio-item.animate-cycle-hide .inner-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.portfolio-wrap .portfolio-container.loading-animation-helix .portfolio-list {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}
div.portfolio-wrap .portfolio-container.loading-animation-helix .portfolio-list .portfolio-item .inner-wrap {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
div.portfolio-wrap .portfolio-container.loading-animation-helix .portfolio-list .portfolio-item.animate-cycle-show .inner-wrap {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
div.portfolio-wrap .portfolio-container.loading-animation-helix .portfolio-list .portfolio-item.animate-cycle-hide .inner-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.portfolio-wrap .portfolio-container.loading-animation-fall-perspective .portfolio-list {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}
div.portfolio-wrap .portfolio-container.loading-animation-fall-perspective .portfolio-list .portfolio-item .inner-wrap {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) translateY(0px) rotateX(0deg);
  -o-transform: translateZ(0px) translateY(0px) rotateX(0deg);
  transform: translateZ(0px) translateY(0px) rotateX(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
div.portfolio-wrap .portfolio-container.loading-animation-fall-perspective .portfolio-list .portfolio-item.animate-cycle-show .inner-wrap {
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-65deg);
  -ms-transform: translateZ(400px) translateY(300px) rotateX(-65deg);
  -o-transform: translateZ(400px) translateY(300px) rotateX(-65deg);
  transform: translateZ(400px) translateY(300px) rotateX(-65deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
div.portfolio-wrap .portfolio-container.loading-animation-fall-perspective .portfolio-list .portfolio-item.animate-cycle-hide .inner-wrap {
  -webkit-transform: translateZ(-200px) translateY(-250px) rotateX(60deg);
  -ms-transform: translateZ(-200px) translateY(-250px) rotateX(60deg);
  -o-transform: translateZ(-200px) translateY(-250px) rotateX(60deg);
  transform: translateZ(-200px) translateY(-250px) rotateX(60deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.portfolio-wrap .portfolio-list {
  position: relative;
  min-height: 100px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
div.portfolio-wrap div.portfolio-item .inner-wrap {
  position: relative;
  overflow: hidden;
}
div.portfolio-wrap div.portfolio-item .inner-wrap .media-content {
  position: relative;
  display: block;
  overflow: hidden;
}
div.portfolio-wrap div.portfolio-item .inner-wrap .media-content img {
  width: 100%;
  height: auto;
}
div.portfolio-wrap div.portfolio-item .inner-wrap .thumbnailset {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.portfolio-wrap div.portfolio-item .inner-wrap .thumbnailset li {
  float: left;
}
div.portfolio-wrap div.portfolio-item .inner-wrap .thumbnailset li img {
  width: auto;
  height: auto;
}
div.portfolio-wrap div.portfolio-item .inner-wrap .post-format {
  display: block;
  margin: 5px 0;
}
div.portfolio-wrap div.portfolio-item .inner-wrap .links-container .item-link {
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 10px;
  margin: 2px;
  display: inline-block;
}
div.portfolio-wrap div.portfolio-item .inner-wrap .links-container .item-link:hover {
  text-decoration: none;
}
div.portfolio-wrap div.portfolio-item .inner-wrap .rollover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
div.portfolio-wrap div.portfolio-item .inner-wrap .table-display {
  display: table;
  width: 100%;
  height: 100%;
}
div.portfolio-wrap div.portfolio-item .inner-wrap .table-cell {
  display: table-cell;
  vertical-align: middle;
}
div.portfolio-wrap div.portfolio-item.simple-fade-hover .rollover-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
div.portfolio-wrap div.portfolio-item.simple-fade-hover .rollover-content:hover {
  opacity: 1;
}
div.portfolio-wrap div.portfolio-item.simple-scale-hover .media-content img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
div.portfolio-wrap div.portfolio-item.simple-scale-hover .rollover-content {
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
div.portfolio-wrap div.portfolio-item.simple-scale-hover .rollover-content:hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-filter {
  margin: 30px 0;
}

ul.filter {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
ul.filter li {
  float: left;
  margin: 0 5px;
}
ul.filter li.active a {
  text-decoration: underline;
}
ul.filter li a {
  color: #333333;
  margin: 0 10px 0 0;
}
ul.filter li a:hover {
  text-decoration: underline;
}
ul.filter li a:last-child {
  margin: 0;
}

ul.order-filter {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
ul.order-filter > li {
  float: left;
  margin: 0 7px;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
  color: #333333;
}
ul.order-filter > li:hover {
  text-decoration: none;
}
ul.order-filter > li ul {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 10px 5px;
  z-index: 99;
}
ul.order-filter > li ul li {
  white-space: nowrap;
}
ul.order-filter > li ul li:hover {
  text-decoration: underline;
}
ul.order-filter > li ul li.active {
  display: none;
}
ul.order-filter > li span.current {
  margin-left: 5px;
}
ul.order-filter > li span.marker {
  position: absolute;
  display: block;
  top: 6px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #282828 transparent transparent transparent;
}
ul.order-filter > li.dropdown-state span.marker {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #282828 transparent;
}
ul.order-filter > li.dropdown-state ul {
  display: block;
}

.portfolio-pagination {
  margin: 40px 0 0 0;
}
.portfolio-pagination ul.page-link {
  list-style: none;
  margin: 0;
  display: inline-block;
  float: left;
  padding: 0 10px;
}
.portfolio-pagination ul.page-link li {
  float: left;
  margin: 0 2px;
}
.portfolio-pagination ul.page-link li.active a {
  text-decoration: underline;
}
.portfolio-pagination ul.page-link li a {
  line-height: 30px;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.portfolio-pagination ul.page-link li a:hover {
  text-decoration: none;
}
.portfolio-pagination .page-nav {
  float: right;
  padding: 0 10px;
}
.portfolio-pagination .page-nav a {
  line-height: 30px;
  color: #fff;
  padding: 5px 10px;
  margin: 0 2px;
  text-decoration: none;
}
.portfolio-pagination .page-nav a:hover {
  text-decoration: none;
}

.portfolio-ajax-button {
  margin: 40px 0 20px 0;
  text-align: center;
}
.portfolio-ajax-button .load-more-button {
  display: inline-block;
}
.portfolio-ajax-button .load-more-button.disabled {
  -webkit-opacity: 0.3;
  opacity: 0.3;
}
.portfolio-ajax-button .load-more-button a {
  line-height: 30px;
  color: #fff;
  padding: 10px 30px;
  background: #333333;
  display: block;
}

body.single-portfolio article.type-portfolio .cherry-portfolio-single-post {
  color: #a4a4a4;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post a {
  color: #a4a4a4;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post figure.post-featured-image {
  margin: 0 0 20px 0;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post figure.post-featured-image img {
  width: 100%;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-title {
  color: #333333;
  margin: 0 0 20px 0;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-meta-container {
  margin: 15px 0 15px 0;
  padding: 5px 0 5px 0;
  border-top: 1px solid #dddcdc;
  border-bottom: 1px solid #dddcdc;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-meta-container .post-date {
  color: #f62e46;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-taxonomy-list {
  margin: 15px 0 15px 0;
  padding: 5px 0 5px 0;
  border-top: 1px solid #dddcdc;
  border-bottom: 1px solid #dddcdc;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-taxonomy-list span {
  color: #f62e46;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .external-link-button {
  border: 1px solid #dddcdc;
  padding: 10px 20px;
  display: inline-block;
  color: #f62e46;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .external-link-button span {
  margin-right: 5px;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .external-link-button:hover {
  text-decoration: none;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .embed-container {
  position: relative;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .embed-container iframe {
  width: 100%;
  height: 500px;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post.cherry-portfolio-video-post .video-player-container {
  width: 100%;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post.cherry-portfolio-video-post .video-player-container .wp-video .mejs-poster {
  background-size: cover;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post.cherry-portfolio-gallery-post .swiper-container {
  margin-bottom: 40px;
}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post.cherry-portfolio-gallery-post .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-image {
  width: 100%;
}

section.gallery-list .gallery-item span.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: inset 0px 0px 25px 3px transparent;
  box-shadow: inset 0px 0px 25px 3px transparent;
  transition: all 300ms ease-in-out;
}
section.gallery-list .gallery-item:hover span.cover {
  -webkit-box-shadow: inset 0px 0px 25px 3px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 25px 3px rgba(0, 0, 0, 0.75);
}

section.masonry-list {
  margin-bottom: 30px;
}
section.masonry-list section.masonry-item {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

section.justified-list {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-align-items: stretch;
}
section.justified-list section.justified-item {
  position: relative;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 300px;
  margin: 5px;
}
section.justified-list section.justified-item .justified-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.cherry-portfolio-ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.cherry-portfolio-ajax-loader .cherry-spinner {
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
  display: block;
  position: relative;
}

.cherry-spinner-double-bounce.cherry-spinner {
  position: relative;
}

.cherry-spinner-double-bounce .cherry-double-bounce1, .cherry-spinner-double-bounce .cherry-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #282828;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cherry-doubleBounce 2s infinite ease-in-out;
  animation: cherry-doubleBounce 2s infinite ease-in-out;
}

.cherry-spinner-double-bounce .cherry-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes cherry-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cherry-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
====== Popap zoom effect ======
*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* flaticon.min.css */
@font-face{font-family:Flaticon;src:url(flaticon.eot);src:url(flaticon.eot#iefix) format("embedded-opentype"),url(flaticon.woff) format("woff"),url(flaticon.ttf) format("truetype"),url(flaticon.svg) format("svg");font-weight:400;font-style:normal}
[class*=" flaticon-"]:after,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class^=flaticon-]:before{font-family:Flaticon;font-size:14px;font-style:normal}
.flaticon-facebook:before{content:"\e001"}
.flaticon-googleplus:before{content:"\e002"}
.flaticon-linkedin:before{content:"\e003"}
.flaticon-tumblr:before{content:"\e004"}
.flaticon-reddit:before{content:"\e005"}
.flaticon-pinterest:before{content:"\e006"}
.flaticon-stumbleupon:before{content:"\e007"}
.flaticon-twitter:before{content:"\e008"}

/* public.css */
.cherry-share-btns_wrap{margin-bottom:15px}.cherry-share_list{display:block;list-style:none;padding:0;margin:0;border:none}.cherry-share_item{display:block;float:left;margin:0 0 0 5px;padding:0;border:none}.cherry-share_item:first-child{margin-left:0}.cherry-share_link{text-decoration:none}.cherry-share_link:hover{text-decoration:none;opacity:0.7;filter:alpha(opacity=70)}.cherry-share_link:focus{outline:none;text-decoration:none}.cherry-share_label{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.cherry-follow_list{display:block;list-style:none;padding:0;margin:0;border:none}.cherry-follow_item{display:block;float:left;margin:0 0 0 5px;padding:0;border:none}.cherry-follow_item:first-child{margin-left:0}.cherry-follow_link{text-decoration:none}.cherry-follow_link:hover{text-decoration:none;opacity:0.7;filter:alpha(opacity=70)}.cherry-follow_link:focus{outline:none;text-decoration:none}.cherry-follow_label{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.cherry-twitter-timeline-class .twitter-timeline{width:100% !important;min-width:inherit !important}.cherry-facebook-like-box-class .fb_iframe_widget{display:block}.cherry-facebook-like-box-class .fb_iframe_widget span,.cherry-facebook-like-box-class .fb_iframe_widget iframe{width:100% !important}.cherry-instagram_items{margin-left:-15px;margin-right:-15px;font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.cherry-instagram_item{display:inline-block;vertical-align:top;width:50%;padding:0 15px 15px 15px;font:normal 12px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;color:#666;box-sizing:border-box}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}

/* style-1.css */
.testimonials-item .avatar{float:left;margin:0 25px 20px 0}.testimonials-item blockquote{overflow:hidden}

/* styles.css */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

/* swiper.css */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transform:translate3d(0px, 0, 0);-ms-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0);box-sizing:content-box}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-fles-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0.35;cursor:auto}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23007aff'/></svg>");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23000000'/></svg>")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23ffffff'/></svg>")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23007aff'/></svg>");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23000000'/></svg>")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23ffffff'/></svg>")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;transition:300ms;-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:1000000000000000}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:12px;height:12px;display:inline-block;border-radius:100%;background:#000;opacity:0.2}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0px, -50%, 0);-ms-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(transparent));background-image:-webkit-linear-gradient(right, rgba(0,0,0,0.5), transparent);background-image:linear-gradient(to left, rgba(0,0,0,0.5), transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(transparent));background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5), transparent);background-image:linear-gradient(to right, rgba(0,0,0,0.5), transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(transparent));background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);background-image:linear-gradient(to top, rgba(0,0,0,0.5), transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(transparent));background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.5), transparent);background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), transparent)}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:0.6;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow{z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}

/* magnific-popup.cs */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);-ms-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}

/* shortcodes.css */
*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}img{display:inline-block;max-width:100%;height:auto}.cherry-clearfix:before,.cherry-clearfix:after{content:" ";display:table}.cherry-clearfix:after{clear:both}.cherry-accordion{margin-bottom:1.5em}.cherry-accordion .cherry-spoiler{margin-bottom:0.5em}.cherry-accordion .cherry-spoiler:last-child{margin-bottom:0}.cherry-accordion .cherry-spoiler .cherry-spoiler-title{position:relative;cursor:pointer;min-height:20px;line-height:20px;padding:7px 14px;font-weight:bold;font-size:13px}.cherry-accordion .cherry-spoiler .cherry-spoiler-content{padding:14px;-webkit-transition:padding-top 0.2s;transition:padding-top 0.2s}.cherry-accordion .cherry-spoiler.cherry-spoiler-closed .cherry-spoiler-content{height:0;margin:0;padding:0;overflow:hidden;border:none;opacity:0}.cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title{padding-left:0;padding-right:0}.cherry-accordion .cherry-spoiler.cherry-spoiler-style-simple{border:1px solid #ccc;background:#fff;color:#333}.cherry-accordion .cherry-spoiler.cherry-spoiler-style-simple .cherry-spoiler-title{border-bottom:1px solid #ccc;background:#f0f0f0;font-size:0.9em}.cherry-accordion .cherry-spoiler.cherry-spoiler-style-simple.cherry-spoiler-closed .cherry-spoiler-title{border:none}.cherry-banner{margin:0}.cherry-banner_wrap{background-size:cover;background-position:50% 50%}.cherry-banner_content{padding:20px}.cherry-banner_title{padding:20px 20px 0 20px;margin:0}.cherry-banner_link{text-decoration:none}.cherry-banner_link:hover,.cherry-banner_link:active,.cherry-banner_link:focus{text-decoration:none}.cherry-banner_link.image-link{display:block}.cherry-box .inner{padding:15px}.cherry-box>div{padding-top:15px;padding-bottom:15px}.cherry-box .box-primary{background-color:#286090;color:#fff}.cherry-box .box-secondary{background-color:#444;color:#fff}.cherry-box .box-gray{background-color:#ddd}.cherry-box .box-primary-border{border:2px solid #286090}.cherry-box .box-secondary-border{border:2px solid #444}.cherry-box .box-gray-border{border:2px solid #ddd}.cherry-btn{display:inline-block;padding:10px 20px;background-color:#286090;color:#fff;text-decoration:none !important;text-align:center;-webkit-transition:all 200ms linear;transition:all 200ms linear}.cherry-btn:hover{color:#fff}.cherry-btn-wide{display:block;width:100%;margin:10px 0}.cherry-btn-content-wrap{display:inline-block;vertical-align:middle}.cherry-btn-desc{display:block;text-align:left;font-size:.8em}.aligncenter .cherry-btn-desc,.cherry-btn-desc.desc-wide{text-align:center}.cherry-btn-icon.icon-position-left{display:inline-block;vertical-align:middle;margin:0 10px 0 0}.cherry-btn-icon.icon-position-top{display:block;margin:0 0 10px 0}.cherry-btn-icon.icon-position-right{display:inline-block;vertical-align:middle;margin:0 0 0 10px}.cherry-btn-icon.icon-position-bottom{display:block;margin:10px 0 0 0}.cherry-btn-extra-small{padding:2px 5px;font-size:0.8em;line-height:0.8em}.cherry-btn-small{padding:5px 15px;font-size:0.9em;line-height:0.9em}.cherry-btn-medium{padding:10px 20px;font-size:1em;line-height:1em}.cherry-btn-large{padding:15px 30px;font-size:1.1em;line-height:1.1em}.cherry-btn-extra-large{padding:20px 35px;font-size:1.2em;line-height:1.2em}.cherry-btn-success{background-color:#2fcc08}.cherry-btn-success:hover{background-color:#249b06}.cherry-btn-info{background-color:#00a4f7}.cherry-btn-info:hover{background-color:#0082c4}.cherry-btn-warning{background-color:#fcce00}.cherry-btn-warning:hover{background-color:#c9a400}.cherry-btn-danger{background-color:#f20000}.cherry-btn-danger:hover{background-color:#bf0000}.cherry-btn-default{background-color:transparent}.cherry-btn-default:hover{background-color:white}.cherry-btn-link{background:none !important;padding:0 !important;color:#286090}.cherry-btn-link:hover{color:#122b40}.cherry-btn-primary-light{background:#FFF}.cherry-btn-gray{background-color:#FFF}.cherry-btn-transparent{border:2px solid #FFF;background:transparent;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cherry-btn-transparent:hover{background:#FFF}.fluid-button-left{text-align:left}.fluid-button-right{text-align:right}.aligncenter{text-align:center}.cherry-clear{width:100%;clear:both;height:0;padding:0;margin:0;line-height:0}.cherry-counter{text-align:center}.cherry-counter span{font-size:20px;line-height:20px;color:#f62e46}.cherry-dropcap{text-align:center;cursor:default}.cherry-dropcap.align-left{float:left;margin:0 20px 20px 0}.cherry-dropcap.align-right{float:right;margin:0 0 20px 20px}.cherry-dropcap.align-center{float:none;margin:0 auto 20px}.cherry-dropcap .cherry-icon,.cherry-dropcap img{max-width:100%}.google-map{width:100%;height:100%;position:relative}.google-map-container{width:100%;height:400px;min-height:100px}.google-map-container .marker-desc{display:none}.google-map-container img{max-width:none !important}.google-map .gmnoprint span{display:inline-block}.cherry-icon{display:inline-block;vertical-align:middle;line-height:1.2em}#site-wrapper{overflow:hidden}.lazy-load-effect{-webkit-perspective-origin:center;perspective-origin:center;-webkit-perspective:1300px;perspective:1300px;-webkit-font-smoothing:antialiased;display:inline-block}.lazy-load-effect>div{display:inline-block}.lazy-load-effect-reset{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:effect;animation-name:effect}@-webkit-keyframes effect{100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes effect{100%{opacity:1;-webkit-transform:none;transform:none}}.cherry-list ul{list-style:none;padding:0}.cherry-list li{padding:0 0 5px 0}.cherry-list.image-icon ul li:before{content:'';width:20px;height:20px;margin:0 5px 0 0;display:inline-block;vertical-align:middle;background-size:cover}.list-icon{min-width:20px;text-align:left}body .main-holder{overflow:hidden;position:static}.parallax-box{position:relative;overflow:hidden;min-height:250px}.parallax-content{position:relative;z-index:2}.parallax-bg{position:absolute;overflow:hidden;top:0;left:0;width:100%;height:100%}.parallax-bg-inner{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;max-width:none}@media (max-width: 767px){.cherry-posts-list .cherry-xs-clear{clear:both}}@media (min-width: 768px){.cherry-posts-list .cherry-xs-clear{clear:none}}@media (min-width: 768px){.cherry-posts-list .cherry-sm-clear{clear:both}}@media (min-width: 992px){.cherry-posts-list .cherry-sm-clear{clear:none}}@media (min-width: 992px){.cherry-posts-list .cherry-md-clear{clear:both}}@media (min-width: 1200px){.cherry-posts-list .cherry-md-clear{clear:none}}@media (min-width: 1200px){.cherry-posts-list .cherry-lg-clear{clear:both}}.cherry-swiper-carousel-container{position:relative}.cherry-swiper-carousel-container .cherry-swiper-carousel .swiper-wrapper .cherry-swiper-carousel-slide .inner figure.post-thumbnail img.wp-post-image{width:100%}.cherry-swiper-carousel-container .swiper-button-next.outer{right:-50px}.cherry-swiper-carousel-container .swiper-button-prev.outer{left:-50px}.cherry-tabs-nav span{display:inline-block;padding:15px 0px;font-size:15px;font-weight:bold;min-height:40px;line-height:20px;margin:0 20px;cursor:pointer}.cherry-tabs-nav span.cherry-tabs-disabled{opacity:0.5;filter:alpha(opacity=50);cursor:default}.cherry-tabs-pane{padding:15px}.cherry-tabs-current{background:#fff;cursor:default}.cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav{float:left;width:30%}.cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav span{display:block;margin:0}.cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-panes{float:left;width:70%}.cherry-tabs.cherry-tabs-style-simple .cherry-tabs-nav span.cherry-tabs-current{border-top:2px solid #dddcdc;border-left:2px solid #dddcdc;border-right:2px solid #dddcdc;padding:5px 8px}.cherry-tabs.cherry-tabs-style-simple .cherry-tabs-panes{border-top:2px solid #dddcdc}.cherry-tabs.cherry-tabs-style-simple.cherry-tabs-vertical .cherry-tabs-nav{float:left;width:30%}.cherry-tabs.cherry-tabs-style-simple.cherry-tabs-vertical .cherry-tabs-nav span{display:block;margin:5px 0}.cherry-tabs.cherry-tabs-style-simple.cherry-tabs-vertical .cherry-tabs-nav span:first-child{margin-top:0}.cherry-tabs.cherry-tabs-style-simple.cherry-tabs-vertical .cherry-tabs-nav span:last-child{margin-bottom:0}.cherry-tabs.cherry-tabs-style-simple.cherry-tabs-vertical .cherry-tabs-nav span.cherry-tabs-current{border-top:2px solid #dddcdc;border-left:2px solid #dddcdc;border-bottom:2px solid #dddcdc;border-right:none}.cherry-tabs.cherry-tabs-style-simple.cherry-tabs-vertical .cherry-tabs-panes{float:left;width:70%;border-left:2px solid #dddcdc;border-top:none}.title-box:after{clear:both;content:"";width:100%;display:block}.title-box_title{margin:0}.title-box_subtitle{margin:0}.title-box_icon{float:left;margin:0 20px 0 0;line-height:1.2em;cursor:default;display:block}.title-box_content{overflow:hidden}figure.video-preview .hidden-element{opacity:0;-webkit-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out}figure.video-preview:hover .hidden-element{opacity:1;-webkit-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out}figure.video-preview.full-width .video-inner-holder{left:0;width:100%;position:absolute}figure.video-preview .video-inner-holder{position:relative;width:auto;left:inherit}figure.video-preview .video-inner-holder .youtube-player-cap,figure.video-preview .video-inner-holder .cherry-video-poster{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}figure.video-preview .video-inner-holder .youtube-player-cap{z-index:0}figure.video-preview .video-inner-holder .cherry-video-poster{background-repeat:no-repeat;background-size:cover;z-index:1}figure.video-preview .video-preview-controls{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:78px;z-index:2}figure.video-preview .video-preview-controls>.play-pause,figure.video-preview .video-preview-controls>.mute{font-size:28px;background:none;border:none;box-shadow:none;outline:none;color:#fff;width:50%;text-align:left}

/* checkbox.min.css */
#mc4wp-checkbox{clear:both;display:block;position:static;width:auto}#mc4wp-checkbox input{float:none;width:auto;position:static;margin:0 6px 0 0;padding:0;vertical-align:middle;display:inline-block!important;max-width:21px;-webkit-appearance:checkbox}#mc4wp-checkbox label{float:none;display:block;cursor:pointer;width:auto;position:static}#_mc4wp_subscribe_woocommerce_checkout_field input,#_mc4wp_subscribe_woocommerce_checkout_field label{float:none!important;width:auto!important;display:inline-block!important}#registerform #mc4wp-checkbox{margin-bottom:10px}

/* grid-base.css */
/*
Description: The stylesheet with a base grid.
Author:      Cherry Team
Version:     1.0.0
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.cherry-no-responsive .container {
  width: 1170px;
}

.collapse-col {
  padding: 0 !important;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}

.col-sm-1 {
  width: 8.33333%;
}

.col-sm-2 {
  width: 16.66667%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-4 {
  width: 33.33333%;
}

.col-sm-5 {
  width: 41.66667%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-7 {
  width: 58.33333%;
}

.col-sm-8 {
  width: 66.66667%;
}

.col-sm-9 {
  width: 75%;
}

.col-sm-10 {
  width: 83.33333%;
}

.col-sm-11 {
  width: 91.66667%;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-pull-0 {
  right: auto;
}

.col-sm-pull-1 {
  right: 8.33333%;
}

.col-sm-pull-2 {
  right: 16.66667%;
}

.col-sm-pull-3 {
  right: 25%;
}

.col-sm-pull-4 {
  right: 33.33333%;
}

.col-sm-pull-5 {
  right: 41.66667%;
}

.col-sm-pull-6 {
  right: 50%;
}

.col-sm-pull-7 {
  right: 58.33333%;
}

.col-sm-pull-8 {
  right: 66.66667%;
}

.col-sm-pull-9 {
  right: 75%;
}

.col-sm-pull-10 {
  right: 83.33333%;
}

.col-sm-pull-11 {
  right: 91.66667%;
}

.col-sm-pull-12 {
  right: 100%;
}

.col-sm-push-0 {
  left: auto;
}

.col-sm-push-1 {
  left: 8.33333%;
}

.col-sm-push-2 {
  left: 16.66667%;
}

.col-sm-push-3 {
  left: 25%;
}

.col-sm-push-4 {
  left: 33.33333%;
}

.col-sm-push-5 {
  left: 41.66667%;
}

.col-sm-push-6 {
  left: 50%;
}

.col-sm-push-7 {
  left: 58.33333%;
}

.col-sm-push-8 {
  left: 66.66667%;
}

.col-sm-push-9 {
  left: 75%;
}

.col-sm-push-10 {
  left: 83.33333%;
}

.col-sm-push-11 {
  left: 91.66667%;
}

.col-sm-push-12 {
  left: 100%;
}

.col-sm-offset-0 {
  margin-left: 0%;
}

.col-sm-offset-1 {
  margin-left: 8.33333%;
}

.col-sm-offset-2 {
  margin-left: 16.66667%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.col-sm-offset-4 {
  margin-left: 33.33333%;
}

.col-sm-offset-5 {
  margin-left: 41.66667%;
}

.col-sm-offset-6 {
  margin-left: 50%;
}

.col-sm-offset-7 {
  margin-left: 58.33333%;
}

.col-sm-offset-8 {
  margin-left: 66.66667%;
}

.col-sm-offset-9 {
  margin-left: 75%;
}

.col-sm-offset-10 {
  margin-left: 83.33333%;
}

.col-sm-offset-11 {
  margin-left: 91.66667%;
}

.col-sm-offset-12 {
  margin-left: 100%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}

.col-md-1 {
  width: 8.33333%;
}

.col-md-2 {
  width: 16.66667%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.33333%;
}

.col-md-5 {
  width: 41.66667%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.33333%;
}

.col-md-8 {
  width: 66.66667%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83.33333%;
}

.col-md-11 {
  width: 91.66667%;
}

.col-md-12 {
  width: 100%;
}

.col-md-pull-0 {
  right: auto;
}

.col-md-pull-1 {
  right: 8.33333%;
}

.col-md-pull-2 {
  right: 16.66667%;
}

.col-md-pull-3 {
  right: 25%;
}

.col-md-pull-4 {
  right: 33.33333%;
}

.col-md-pull-5 {
  right: 41.66667%;
}

.col-md-pull-6 {
  right: 50%;
}

.col-md-pull-7 {
  right: 58.33333%;
}

.col-md-pull-8 {
  right: 66.66667%;
}

.col-md-pull-9 {
  right: 75%;
}

.col-md-pull-10 {
  right: 83.33333%;
}

.col-md-pull-11 {
  right: 91.66667%;
}

.col-md-pull-12 {
  right: 100%;
}

.col-md-push-0 {
  left: auto;
}

.col-md-push-1 {
  left: 8.33333%;
}

.col-md-push-2 {
  left: 16.66667%;
}

.col-md-push-3 {
  left: 25%;
}

.col-md-push-4 {
  left: 33.33333%;
}

.col-md-push-5 {
  left: 41.66667%;
}

.col-md-push-6 {
  left: 50%;
}

.col-md-push-7 {
  left: 58.33333%;
}

.col-md-push-8 {
  left: 66.66667%;
}

.col-md-push-9 {
  left: 75%;
}

.col-md-push-10 {
  left: 83.33333%;
}

.col-md-push-11 {
  left: 91.66667%;
}

.col-md-push-12 {
  left: 100%;
}

.col-md-offset-0 {
  margin-left: 0%;
}

.col-md-offset-1 {
  margin-left: 8.33333%;
}

.col-md-offset-2 {
  margin-left: 16.66667%;
}

.col-md-offset-3 {
  margin-left: 25%;
}

.col-md-offset-4 {
  margin-left: 33.33333%;
}

.col-md-offset-5 {
  margin-left: 41.66667%;
}

.col-md-offset-6 {
  margin-left: 50%;
}

.col-md-offset-7 {
  margin-left: 58.33333%;
}

.col-md-offset-8 {
  margin-left: 66.66667%;
}

.col-md-offset-9 {
  margin-left: 75%;
}

.col-md-offset-10 {
  margin-left: 83.33333%;
}

.col-md-offset-11 {
  margin-left: 91.66667%;
}

.col-md-offset-12 {
  margin-left: 100%;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}

.col-lg-1 {
  width: 8.33333%;
}

.col-lg-2 {
  width: 16.66667%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.33333%;
}

.col-lg-5 {
  width: 41.66667%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 58.33333%;
}

.col-lg-8 {
  width: 66.66667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.33333%;
}

.col-lg-11 {
  width: 91.66667%;
}

.col-lg-12 {
  width: 100%;
}

.col-lg-pull-0 {
  right: auto;
}

.col-lg-pull-1 {
  right: 8.33333%;
}

.col-lg-pull-2 {
  right: 16.66667%;
}

.col-lg-pull-3 {
  right: 25%;
}

.col-lg-pull-4 {
  right: 33.33333%;
}

.col-lg-pull-5 {
  right: 41.66667%;
}

.col-lg-pull-6 {
  right: 50%;
}

.col-lg-pull-7 {
  right: 58.33333%;
}

.col-lg-pull-8 {
  right: 66.66667%;
}

.col-lg-pull-9 {
  right: 75%;
}

.col-lg-pull-10 {
  right: 83.33333%;
}

.col-lg-pull-11 {
  right: 91.66667%;
}

.col-lg-pull-12 {
  right: 100%;
}

.col-lg-push-0 {
  left: auto;
}

.col-lg-push-1 {
  left: 8.33333%;
}

.col-lg-push-2 {
  left: 16.66667%;
}

.col-lg-push-3 {
  left: 25%;
}

.col-lg-push-4 {
  left: 33.33333%;
}

.col-lg-push-5 {
  left: 41.66667%;
}

.col-lg-push-6 {
  left: 50%;
}

.col-lg-push-7 {
  left: 58.33333%;
}

.col-lg-push-8 {
  left: 66.66667%;
}

.col-lg-push-9 {
  left: 75%;
}

.col-lg-push-10 {
  left: 83.33333%;
}

.col-lg-push-11 {
  left: 91.66667%;
}

.col-lg-push-12 {
  left: 100%;
}

.col-lg-offset-0 {
  margin-left: 0%;
}

.col-lg-offset-1 {
  margin-left: 8.33333%;
}

.col-lg-offset-2 {
  margin-left: 16.66667%;
}

.col-lg-offset-3 {
  margin-left: 25%;
}

.col-lg-offset-4 {
  margin-left: 33.33333%;
}

.col-lg-offset-5 {
  margin-left: 41.66667%;
}

.col-lg-offset-6 {
  margin-left: 50%;
}

.col-lg-offset-7 {
  margin-left: 58.33333%;
}

.col-lg-offset-8 {
  margin-left: 66.66667%;
}

.col-lg-offset-9 {
  margin-left: 75%;
}

.col-lg-offset-10 {
  margin-left: 83.33333%;
}

.col-lg-offset-11 {
  margin-left: 91.66667%;
}

.col-lg-offset-12 {
  margin-left: 100%;
}

/* grid-responsive.css */
/*
Description: The stylesheet with a responsive grid.
Author:      Cherry Team
Version:     1.0.0
*/
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* slick.css */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.post-gallery{position:relative}.post-gallery_prev,.post-gallery_next{position:absolute;width:50px;height:34px;line-height:30px;margin:-15px 0 0 0;top:50%;font-size:30px;text-align:center;display:block !important;cursor:pointer}.post-gallery_prev{left:0}.post-gallery_prev:before{content:"\2190"}.post-gallery_next{right:0}.post-gallery_next:before{content:"\2192"}.post-gallery_item.nth-child{display:none}.post-gallery_item.nth-child.slick-slide{display:block}.post-gallery_item_link{text-decoration:none}.post-gallery_item_link:hover,.post-gallery_item_link:focus,.post-gallery_item_link:active{text-decoration:none}.post-gallery_item_caption{padding:20px}.post-gallery_item img{width:100%}.post-gallery_paging{padding:10px 0;text-align:center;margin:0;list-style:none}.post-gallery_paging>li{display:inline-block;padding:0 5px}.post-gallery_paging_item{width:12px;height:12px;border-radius:6px;display:block;cursor:pointer}

/* main.css */
/*
Description: The stylesheet with a main style.
Author:      Cherry Team
Version:     1.0.0
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: underline;
    }

    a:focus {
        outline: none;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-circle {
    border-radius: 50%;
}

hr {
    border: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    line-height: inherit;
    border: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .form-group-sm .form-control,
select[multiple].input-sm, .form-group-sm .form-control {
    height: auto;
}

.input-lg, .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg, .form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .form-group-lg .form-control,
select[multiple].input-lg, .form-group-lg .form-control {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

.cherry-cookie-banner-wrap {
    position: fixed;
    z-index: 9999;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    padding: 0;
    margin: 0;
    color: white;
    background: rgba(0, 0, 0, 0.7);
}

    .cherry-cookie-banner-wrap .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cherry-cookie-banner-wrap .close {
        color: #fff;
        outline: none;
        opacity: 0.7;
    }

        .cherry-cookie-banner-wrap .close:hover {
            opacity: 1;
        }

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table,
table {
    width: 100%;
}

    .table tr > th,
    .table tr > td,
    table tr > th,
    table tr > td {
        padding: 8px;
        vertical-align: top;
    }

    .table > thead > tr > th,
    table > thead > tr > th {
        vertical-align: bottom;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td,
    table > caption + thead > tr:first-child > th,
    table > caption + thead > tr:first-child > td,
    table > colgroup + thead > tr:first-child > th,
    table > colgroup + thead > tr:first-child > td,
    table > thead:first-child > tr:first-child > th,
    table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.close {
    float: right;
    line-height: 1;
    opacity: 0.2;
}

    .close:hover, .close:focus {
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%;
}

.lead {
    font-weight: 300;
    line-height: 1.4;
}

cite {
    font-style: normal;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.bg-primary {
    color: #fff;
}

ul,
ol {
    margin-top: 0;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

    blockquote:before,
    blockquote:after {
        content: "";
    }

address {
    font-style: normal;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
    display: inline-block;
    max-width: 100%;
    /*  height: auto;  */
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.cherry-breadcrumbs_content {
    text-align: right;
    padding: 20px 0;
}

.cherry-breadcrumbs_browse, .cherry-breadcrumbs_wrap, .cherry-breadcrumbs_item {
    display: inline-block;
    vertical-align: top;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

    .alignleft.large img {
        width: 100%;
    }

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

    .alignright.large img {
        width: 100%;
    }

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: " ";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets */
}

    .widget select {
        max-width: 100%;
    }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.site-header,
.site-content,
.site-footer {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.site-header {
    position: relative;
    z-index: 9;
}

.isStick.site-header, .isStick.header-top {
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.entry-meta {
    overflow: hidden;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Mediaelements */
.hentry .mejs-container {
    margin-bottom: 18px;
}

/*--------------------------------------------------------------
# Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

ol.comment-list {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}

    ol.comment-list li > .children,
    ol.comment-list .children li > .children {
        list-style: none;
    }

    ol.comment-list li .comment-body {
        padding: 1.5em;
        background: #fff;
    }

    ol.comment-list li.comment, ol.comment-list li.ping {
        clear: both;
    }

    ol.comment-list li.comment {
        margin: 0 0 1em;
        /* Avatar */
        /* Meta */
        /* Reply */
        /* Sub-comments */
    }

        ol.comment-list li.comment div.vcard cite.fn {
            font-style: normal;
        }

        ol.comment-list li.comment div.vcard img.avatar {
            float: left;
            margin: 0 1em 1em 0;
        }

        ol.comment-list li.comment footer.comment-meta {
            font-size: 10px;
        }

        ol.comment-list li.comment div.reply {
            text-align: right;
        }

        ol.comment-list li.comment ol.children {
            margin: 1em 0 0;
            padding-left: 40px;
        }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px 0;
}

.error-404-num {
    text-align: center;
    font-size: 15em;
    line-height: 1.1;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.cherry-no-responsive .sidebar-sidebar-content-wrapper,
.cherry-no-responsive .sidebar-content-sidebar-wrapper,
.cherry-no-responsive .content-sidebar-sidebar-wrapper {
    width: 80%;
}

.cherry-no-responsive .sidebar-content-sidebar-wrapper,
.cherry-no-responsive .sidebar-sidebar-content-wrapper {
    float: right;
}

.cherry-no-responsive .content-sidebar-sidebar-wrapper {
    float: left;
}

    .cherry-no-responsive .sidebar-content-wrapper #primary,
    .cherry-no-responsive .content-sidebar-wrapper #primary,
    .cherry-no-responsive .sidebar-sidebar-content-wrapper #primary,
    .cherry-no-responsive .sidebar-content-sidebar-wrapper #primary,
    .cherry-no-responsive .content-sidebar-sidebar-wrapper #primary {
        width: 75%;
    }

.cherry-no-responsive .sidebar-content-wrapper #primary,
.cherry-no-responsive .sidebar-sidebar-content-wrapper #primary {
    float: right;
}

.cherry-no-responsive .content-sidebar-wrapper #primary,
.cherry-no-responsive .content-sidebar-sidebar-wrapper #primary,
.cherry-no-responsive .sidebar-content-sidebar-wrapper #primary {
    float: left;
}

.cherry-no-responsive .sidebar-content-wrapper .widget-area,
.cherry-no-responsive .sidebar-sidebar-content-wrapper .widget-area {
    float: left;
    width: 23%;
}

.cherry-no-responsive .content-sidebar-wrapper .widget-area,
.cherry-no-responsive .content-sidebar-sidebar-wrapper .widget-area,
.cherry-no-responsive .sidebar-content-sidebar-wrapper .widget-area {
    float: right;
    width: 23%;
}

.cherry-no-responsive .sidebar-sidebar-content-wrapper + .widget-area,
.cherry-no-responsive .sidebar-content-sidebar-wrapper + .widget-area {
    float: left;
    width: 18%;
}

.cherry-no-responsive .content-sidebar-sidebar-wrapper + .widget-area {
    float: right;
    width: 18%;
}

.cherry-no-responsive .cherry-with-sidebar .content-area .container {
    width: 80%;
}

/* #General
================================================== */
.site {
    -moz-hyphens: none;
}

    .site input[type="text"], .site input[type="email"], .site input[type="url"], .site input[type="search"], .site input[type="tel"], .site textarea {
        background: none;
        min-height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
        border-bottom: 1px solid;
        box-shadow: none;
        border-radius: 0 !important;
        resize: none !important;
    }

    .site textarea {
        padding-right: 10px;
        padding-left: 10px;
        border: 1px solid;
    }

    .site input[type="submit"], .site input[type="reset"] {
        height: 56px;
        margin: 0;
        padding: 0 42px 0 42px;
        border: none;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
        font-size: 22px;
        font-weight: 400;
        text-align: center;
    }

        .site input[type="submit"]:hover, .site input[type="reset"]:hover {
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

a {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-decoration: none;
}

    a:hover, a:focus {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

h2 {
    margin-bottom: 38px;
}

h5 {
}

    h5 a {
        color: inherit;
    }

    h5 em {
        display: block;
        margin: 0 0 -5px 0;
        padding: 1px 0 0 0;
        font-style: normal;
    }

p {
    margin: 0 0 21px;
}

*:focus {
    outline: none;
}

img.alignleft {
    margin: 4px 30px 5px 0;
}

/* #Header
================================================== */
#header {
    position: relative;
    z-index: 999;
}

    #header .header-top.isStick {
        right: 0;
        left: 0;
        padding: 5px 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        z-index: 999;
    }

    #header .header-top .container {
        width: 100%;
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

@media (min-width: 1400px) {
    #header .header-top .container {
        padding-right: 94px;
        padding-left: 63px;
    }
}

#static-area-header-top {
    width: 100%;
}

/* Logo
---------------------------------------- */
.static-header-logo .site-branding .site-title {
    margin: 0;
    padding: 0;
    line-height: 1px;
}

.static-header-logo .site-branding .text-logo {
    margin: 0;
    padding: 24px 0 24px 0;
}

.static-header-logo .site-branding .site-description {
    display: none;
}

/* Navigation (Menu)
================================================== */
#menu-primary {
    padding: 0;
}

    #menu-primary.isStick {
        right: 0;
        left: 0;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        text-align: center;
        z-index: 999;
    }

        #menu-primary.isStick ul.menu-items {
            float: none;
            vertical-align: top;
        }

@media (min-width: 769px) {
    #menu-primary.isStick ul.menu-items {
        display: inline-block !important;
    }
}

#menu-primary button {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

    #menu-primary button:hover {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

#menu-primary label {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

    #menu-primary label:hover {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

#menu-primary .menu-items {
    background: none;
    float: right;
    box-shadow: none;
}

    #menu-primary .menu-items ul.sub-menu, #menu-primary .menu-items ul.simple-sub {
        width: 200px;
        margin: 0;
        padding: 19px 0 19px 0;
        top: 80px;
    }

        #menu-primary .menu-items ul.sub-menu ul.sub-menu, #menu-primary .menu-items ul.sub-menu ul.simple-sub, #menu-primary .menu-items ul.simple-sub ul.sub-menu, #menu-primary .menu-items ul.simple-sub ul.simple-sub {
            top: -19px;
            left: 201px;
            margin: 0;
        }

        #menu-primary .menu-items ul.sub-menu li, #menu-primary .menu-items ul.simple-sub li {
            padding: 0;
        }

    #menu-primary .menu-items ul.mega-sub {
        top: 80px;
        padding: 20px 10px;
        text-align: left;
    }

        #menu-primary .menu-items ul.mega-sub > li {
            float: left;
            padding: 0 10px;
        }

        #menu-primary .menu-items ul.mega-sub h4 {
            margin: 0 0 15px 0;
            padding: 0;
            line-height: 30px;
            font-size: 20px;
            font-weight: 400;
        }

        #menu-primary .menu-items ul.mega-sub ul {
            margin: 0 0 30px 0;
            padding: 0;
        }

            #menu-primary .menu-items ul.mega-sub ul li {
                position: relative;
                margin: 0;
                padding: 4px 0 4px 27px;
                list-style: none;
                line-height: 21px;
                font-size: 14px;
            }

                #menu-primary .menu-items ul.mega-sub ul li:before {
                    position: absolute;
                    top: 4px;
                    left: 0;
                    font-family: FontAwesome;
                    font-size: 12px;
                    content: '\f061';
                }

                #menu-primary .menu-items ul.mega-sub ul li:hover a {
                    background: none;
                    color: inherit;
                }

                #menu-primary .menu-items ul.mega-sub ul li a {
                    margin: 0;
                    padding: 0;
                    text-decoration: none;
                }

                    #menu-primary .menu-items ul.mega-sub ul li a:hover {
                        background: none;
                    }

                #menu-primary .menu-items ul.mega-sub ul li .post-date {
                    display: block;
                    font-weight: 400;
                }

    #menu-primary .menu-items > li {
        height: 100px;
    }

        #menu-primary .menu-items > li:first-child {
            margin: 0;
        }

        #menu-primary .menu-items > li.menu-item-has-children > a:after {
            display: inline-block;
            margin: 13px 0 0 5px;
            vertical-align: top;
            line-height: 31px;
        }

        #menu-primary .menu-items > li > a {
            margin: 0;
            padding: 40px 19px 40px 19px;
            text-decoration: none;
        }

        #menu-primary .menu-items > li li {
            float: none;
            margin: 1px 0 0 0;
            line-height: 21px;
            font-size: 14px;
            font-weight: 600;
        }

            #menu-primary .menu-items > li li:first-child {
                margin: 0;
            }

            #menu-primary .menu-items > li li.menu-item-has-children > a:after {
                display: inline-block;
                margin: 6px 0 0 5px;
                vertical-align: top;
            }

            #menu-primary .menu-items > li li a {
                width: 100%;
                margin: 0;
                padding: 9px 32px 9px 32px;
                line-height: 21px;
                font-size: 14px;
            }

        #menu-primary .menu-items > li:hover > a, #menu-primary .menu-items > li > a:hover, #menu-primary .menu-items > li.current-menu-item > a {
            text-decoration: none;
        }

    #menu-primary .menu-items li li:hover > a, #menu-primary .menu-items li li > a:hover, #menu-primary .menu-items li li.current-menu-item > a {
        text-decoration: none;
    }

.moto-slider .motoslider_wrapper .ms_wrapper {
    overflow: visible;
}

    .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer {
        width: 80%;
        white-space: normal;
    }

@media (min-width: 1200px) {
    .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer {
        width: 1170px;
    }
}

.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer strong {
    display: block;
    margin: 0 0 25px 0;
    line-height: 122px;
    font-size: 122px;
    font-weight: 300;
}

.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer p {
    margin: 0 0 47px 0;
    white-space: normal;
    line-height: 21px;
    font-size: 18px;
}

@media (min-width: 1200px) {
    .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer p {
        max-width: 55%;
    }
}

.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer a {
    display: inline-block;
    margin: 0;
    padding: 17px 32px 17px 38px;
    border: 2px solid !important;
    vertical-align: top;
    line-height: 30px;
    font-size: 26px;
    text-decoration: none;
}

.moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination {
    bottom: -37px;
    line-height: 16px;
}

    .moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper {
        line-height: 0;
        font-size: 0;
    }

        .moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper a {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: 0 4px;
            vertical-align: top;
            border-radius: 50%;
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
            opacity: 1;
        }

            .moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper a:hover {
                -webkit-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

/* Shortcodes
================================================== */
.cherry-banner.banner_box {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

    .cherry-banner.banner_box:hover {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .cherry-banner.banner_box:hover .banner_img a img {
            opacity: 0.5;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    .cherry-banner.banner_box .cherry-banner_wrap h2 {
        margin: 0;
        padding: 11px 20px 11px 20px;
        line-height: 28px;
        font-size: 28px;
        text-align: center;
    }

.sidebar-content-sidebar-wrapper .cherry-banner.banner_box .cherry-banner_wrap h2, .sidebar-sidebar-content-wrapper .cherry-banner.banner_box .cherry-banner_wrap h2, .content-sidebar-sidebar-wrapper .cherry-banner.banner_box .cherry-banner_wrap h2, .content-sidebar-wrapper .cherry-banner.banner_box .cherry-banner_wrap h2, .sidebar-content-wrapper .cherry-banner.banner_box .cherry-banner_wrap h2 {
    line-height: 20px;
    font-size: 20px;
}

.cherry-banner.banner_box .cherry-banner_wrap .banner_img img {
    width: 100%;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.cherry-banner.banner_box .cherry-banner_wrap .caption {
    margin: 0;
    padding: 13px 5px 16px 5px;
    line-height: 18px;
}

.cherry-banner.banner_box .cherry-banner_wrap .cherry-banner_content {
    margin: 0 0 13px 0;
    padding: 0;
}

.cherry-banner.banner_box .cherry-banner_wrap a {
    color: inherit;
}

    .cherry-banner.banner_box .cherry-banner_wrap a.cherry-banner_link {
        display: inline-block;
        vertical-align: top;
        font-weight: 700;
    }

.cherry-banner.banner_1 .banner_img {
    margin: 0 0 27px 0;
}

    .cherry-banner.banner_1 .banner_img a {
        display: block;
    }

        .cherry-banner.banner_1 .banner_img a:hover img {
            opacity: 0.5;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    .cherry-banner.banner_1 .banner_img img {
        width: 100%;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

.cherry-banner.banner_1 h2 {
    margin: 0 0 6px 0;
    padding: 0;
    line-height: 30px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar-content-sidebar-wrapper .cherry-banner.banner_1 h2, .sidebar-sidebar-content-wrapper .cherry-banner.banner_1 h2, .content-sidebar-sidebar-wrapper .cherry-banner.banner_1 h2, .content-sidebar-wrapper .cherry-banner.banner_1 h2, .sidebar-content-wrapper .cherry-banner.banner_1 h2 {
    line-height: 20px;
    font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-content-sidebar-wrapper .cherry-banner.banner_1 h2, .sidebar-sidebar-content-wrapper .cherry-banner.banner_1 h2, .content-sidebar-sidebar-wrapper .cherry-banner.banner_1 h2, .content-sidebar-wrapper .cherry-banner.banner_1 h2, .sidebar-content-wrapper .cherry-banner.banner_1 h2 {
        line-height: 20px !important;
        font-size: 20px !important;
    }
}

.cherry-banner.banner_1 .cherry-banner_content {
    margin: 0 0 34px 0;
    padding: 0;
}

.cherry-banner.banner_1 a.cherry-banner_link {
    display: inline-block;
    margin: 0;
    padding: 15px 24px 15px 30px;
    vertical-align: top;
    line-height: 26px;
    font-size: 22px;
    font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-content-sidebar-wrapper .cherry-banner.banner_1 a.cherry-banner_link, .sidebar-sidebar-content-wrapper .cherry-banner.banner_1 a.cherry-banner_link, .content-sidebar-sidebar-wrapper .cherry-banner.banner_1 a.cherry-banner_link, .content-sidebar-wrapper .cherry-banner.banner_1 a.cherry-banner_link, .sidebar-content-wrapper .cherry-banner.banner_1 a.cherry-banner_link {
        font-size: 18px;
    }
}

.cherry-banner.banner_2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}

    .cherry-banner.banner_2 .banner_img {
        float: left;
        margin: 0 15px 0 0;
    }

        .cherry-banner.banner_2 .banner_img a:hover img {
            opacity: 0.5;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .cherry-banner.banner_2 .banner_img a img {
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

    .cherry-banner.banner_2 h2 {
        margin: 0 0 15px 0;
        padding: 34px 0 0 0;
        line-height: 70px;
        font-size: 60px;
    }

    .cherry-banner.banner_2 .cherry-banner_content {
        margin: 0 0 35px 0;
        padding: 0;
        line-height: 21px;
        font-size: 16px;
    }

        .cherry-banner.banner_2 .cherry-banner_content strong {
            display: block;
            margin: 0 0 8px 0;
            line-height: 21px;
            font-size: 20px;
        }

    .cherry-banner.banner_2 a.cherry-banner_link {
        display: inline-block;
        margin: 0;
        padding: 15px 24px 15px 30px;
        vertical-align: top;
        line-height: 26px;
        font-size: 22px;
        font-weight: 400;
    }

.cherry-banner.banner_3 {
    position: relative;
    z-index: 9;
}

    .cherry-banner.banner_3 a {
        display: block;
        position: relative;
        padding: 35px 20px 64px 20px;
        border: 2px solid;
    }

@media (min-width: 1200px) {
    .cherry-banner.banner_3 a {
        padding-right: 61px;
        padding-left: 61px;
    }
}

.sidebar-content-sidebar-wrapper .cherry-banner.banner_3 a, .sidebar-sidebar-content-wrapper .cherry-banner.banner_3 a, .content-sidebar-sidebar-wrapper .cherry-banner.banner_3 a, .content-sidebar-wrapper .cherry-banner.banner_3 a, .sidebar-content-wrapper .cherry-banner.banner_3 a {
    padding-right: 15px;
    padding-left: 15px;
}

.cherry-banner.banner_3 a:hover:before {
    top: -46px;
    bottom: -46px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cherry-banner.banner_3 a:before {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    left: -2px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: -1;
    content: '';
}

.cherry-banner.banner_3 a .cherry-banner_wrap h2 {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cherry-banner.banner_3 a .cherry-banner_wrap h4, .cherry-banner.banner_3 a .cherry-banner_wrap h4 strong {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cherry-banner.banner_3 a .cherry-banner_wrap ul li {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cherry-banner.banner_3 a .cherry-banner_wrap i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cherry-banner.banner_3 .cherry-banner_wrap {
    text-align: center;
}

    .cherry-banner.banner_3 .cherry-banner_wrap h2 {
        margin: 0 0 24px 0 !important;
        padding: 0;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
        line-height: 46px;
        font-size: 36px;
        font-weight: 300;
    }

    .cherry-banner.banner_3 .cherry-banner_wrap .cherry-banner_content {
        margin: 0;
        padding: 0;
    }

    .cherry-banner.banner_3 .cherry-banner_wrap h4 {
        margin: 0 0 17px 0;
        padding: 0;
        line-height: 72px;
        font-size: 72px;
        font-weight: 900;
    }

.sidebar-content-sidebar-wrapper .cherry-banner.banner_3 .cherry-banner_wrap h4, .sidebar-sidebar-content-wrapper .cherry-banner.banner_3 .cherry-banner_wrap h4, .content-sidebar-sidebar-wrapper .cherry-banner.banner_3 .cherry-banner_wrap h4, .content-sidebar-wrapper .cherry-banner.banner_3 .cherry-banner_wrap h4, .sidebar-content-wrapper .cherry-banner.banner_3 .cherry-banner_wrap h4 {
    font-size: 62px;
}

.cherry-banner.banner_3 .cherry-banner_wrap h4 strong {
    display: inline-block;
    margin: 5px 0 0 0;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    vertical-align: top;
    line-height: 22px;
    font-size: 22px;
    font-weight: 900;
}

.cherry-banner.banner_3 .cherry-banner_wrap h4 em {
    display: inline-block;
    margin: 44px 0 0 0;
    vertical-align: top;
    line-height: 22px;
    font-size: 14px;
    font-style: normal;
}

.cherry-banner.banner_3 .cherry-banner_wrap ul {
    margin: 0 0 46px 0;
    padding: 0;
}

    .cherry-banner.banner_3 .cherry-banner_wrap ul li {
        margin: 0;
        padding: 12px 0 12px 0;
        border-top: 1px solid;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
        list-style: none;
        line-height: 20px;
        font-size: 14px;
        font-weight: 300;
    }

        .cherry-banner.banner_3 .cherry-banner_wrap ul li:first-child {
            border: none;
        }

.cherry-banner.banner_3 .cherry-banner_wrap i {
    display: inline-block;
    margin: 0;
    padding: 14.5px 60px 14.5px 60px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    vertical-align: top;
    line-height: 30px;
    font-size: 22px;
    font-style: normal;
}

.sidebar-content-sidebar-wrapper .cherry-banner.banner_3 .cherry-banner_wrap i, .sidebar-sidebar-content-wrapper .cherry-banner.banner_3 .cherry-banner_wrap i, .content-sidebar-sidebar-wrapper .cherry-banner.banner_3 .cherry-banner_wrap i, .content-sidebar-wrapper .cherry-banner.banner_3 .cherry-banner_wrap i, .sidebar-content-wrapper .cherry-banner.banner_3 .cherry-banner_wrap i {
    padding-right: 20px;
    padding-left: 20px;
}

.cherry-banner.banner_4 .cherry-banner_wrap {
    width: 100%;
    overflow: hidden;
}

    .cherry-banner.banner_4 .cherry-banner_wrap .banner_img {
        float: left;
        margin: 3px 30px 5px 0;
    }

        .cherry-banner.banner_4 .cherry-banner_wrap .banner_img a {
            display: block;
        }

            .cherry-banner.banner_4 .cherry-banner_wrap .banner_img a:hover img {
                opacity: 0.5;
                -webkit-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

        .cherry-banner.banner_4 .cherry-banner_wrap .banner_img img {
            width: 100%;
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

    .cherry-banner.banner_4 .cherry-banner_wrap h2 {
        margin: 0 0 8px 0;
        padding: 0;
        line-height: 21px !important;
        font-size: 20px !important;
        font-weight: 700;
    }

    .cherry-banner.banner_4 .cherry-banner_wrap .cherry-banner_content {
        margin: 0;
        padding: 0;
    }

    .cherry-banner.banner_4 .cherry-banner_wrap p {
        overflow: hidden;
        padding: 0 0 0 0;
        line-height: 21px;
        font-size: 14px;
    }

@media (min-width: 1200px) {
    .cherry-banner.banner_4 .cherry-banner_wrap p {
        padding: 0 90px 0 0;
    }
}

.cherry-banner.banner_4 .cherry-banner_wrap .cherry-banner_link {
    display: inline-block;
    margin: 14px 0 0 0;
    padding: 15px 25px 15px 30px;
    vertical-align: top;
    line-height: 26px;
    font-size: 22px;
    font-weight: 400;
}

.cherry-banner.banner_5 .cherry-banner_wrap {
    width: 100%;
    overflow: hidden;
}

    .cherry-banner.banner_5 .cherry-banner_wrap .banner_img {
        float: left;
        margin: 31px 30px 5px 0;
    }

        .cherry-banner.banner_5 .cherry-banner_wrap .banner_img a {
            display: block;
        }

            .cherry-banner.banner_5 .cherry-banner_wrap .banner_img a:hover img {
                opacity: 0.5;
                -webkit-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

        .cherry-banner.banner_5 .cherry-banner_wrap .banner_img img {
            width: 100%;
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

    .cherry-banner.banner_5 .cherry-banner_wrap h2 {
        margin-bottom: 14px;
    }

    .cherry-banner.banner_5 .cherry-banner_wrap .cherry-banner_content {
        margin: 0 0 22px 0;
        padding: 0;
        line-height: 21px;
        font-size: 16px;
    }

        .cherry-banner.banner_5 .cherry-banner_wrap .cherry-banner_content strong {
            display: block;
            margin: 0 0 7px 0;
            line-height: 21px;
            font-size: 20px;
            font-weight: 700;
        }

    .cherry-banner.banner_5 .cherry-banner_wrap .cherry-banner_link {
        display: inline-block;
        margin: 14px 0 0 0;
        padding: 15px 25px 15px 30px;
        vertical-align: top;
        line-height: 26px;
        font-size: 22px;
        font-weight: 400;
    }

.box_1 .cherry-box > .inner {
    padding-top: 86px;
    padding-bottom: 111px;
}

    .box_1 .cherry-box > .inner h2 {
        margin-bottom: 41px;
    }

.box_2 {
    margin-top: 49px;
}

    .box_2 .cherry-box > .inner {
        padding-top: 104px;
        padding-bottom: 111px;
    }

        .box_2 .cherry-box > .inner h2 {
            margin-bottom: 15px;
            padding: 0;
        }

        .box_2 .cherry-box > .inner h5 {
            margin: 0 0 7px 0;
        }

        .box_2 .cherry-box > .inner p {
            margin-bottom: 37px;
            line-height: 21px;
            font-size: 16px;
        }

.box_3 .cherry-box > .inner {
    padding-top: 111px;
    padding-bottom: 111px;
}

.box_4 .cherry-box > .inner {
    padding-top: 88px;
    padding-bottom: 100px;
}

    .box_4 .cherry-box > .inner h2 {
        margin-bottom: 33px;
    }

    .box_4 .cherry-box > .inner p {
        margin: 0 0 13px 0;
        padding: 5px 0 0 0;
        line-height: 18px;
        font-size: 14px;
    }

    .box_4 .cherry-box > .inner a.cherry-btn-link {
        margin-top: 17px;
    }


.box_5 .cherry-box > .inner {
    padding-top: 157px;
    padding-bottom: 157px;
}

    .box_5 .cherry-box > .inner h2 {
        margin-bottom: 33px;
    }

    .box_5 .cherry-box > .inner p {
        margin: 0 0 13px 0;
        padding: 5px 0 0 0;
        line-height: 18px;
        font-size: 14px;
    }

    .box_5 .cherry-box > .inner a.cherry-btn-link {
        margin-top: 47px;
    }


.box_6 .cherry-box > .inner {
    padding-top: 69px;
    padding-bottom: 95px;
}

.box_7 {
    margin-bottom: 89px;
}

    .box_7 .cherry-box > .inner {
        padding-top: 87px;
        padding-bottom: 100px;
    }

        .box_7 .cherry-box > .inner h5 {
            margin: 0 0 8px 0;
            padding: 0;
        }

        .box_7 .cherry-box > .inner a.cherry-btn-primary {
            padding-right: 28px;
            padding-left: 28px;
        }

@media (min-width: 1200px) {
    .box_7 .cherry-box > .inner a.cherry-btn-primary {
        margin-top: 14px;
    }
}

.box_8 {
    margin-bottom: -64px;
}

    .box_8 .cherry-box > .inner {
        padding-top: 89px;
        padding-bottom: 86px;
    }

        .box_8 .cherry-box > .inner h2 {
            margin: 0 0 34px 0;
        }

        .box_8 .cherry-box > .inner h5 {
            margin: 0 0 8px 0;
            padding: 0;
        }

        .box_8 .cherry-box > .inner p {
            padding-top: 4px;
        }

        .box_8 .cherry-box > .inner a.cherry-btn-primary {
            padding-right: 28px;
            padding-left: 28px;
        }

@media (min-width: 1200px) {
    .box_8 .cherry-box > .inner a.cherry-btn-primary {
        margin-top: 14px;
    }
}

.cherry-posts-list.style_1 .cherry-posts-item .inner {
    padding: 0;
}

    .cherry-posts-list.style_1 .cherry-posts-item .inner .post-meta {
        margin-bottom: 25px;
        line-height: 36px;
        font-size: 36px;
        font-weight: 100;
    }

.sidebar-content-sidebar-wrapper .cherry-posts-list.style_1 .cherry-posts-item .inner .post-meta, .sidebar-sidebar-content-wrapper .cherry-posts-list.style_1 .cherry-posts-item .inner .post-meta, .content-sidebar-sidebar-wrapper .cherry-posts-list.style_1 .cherry-posts-item .inner .post-meta, .content-sidebar-wrapper .cherry-posts-list.style_1 .cherry-posts-item .inner .post-meta, .sidebar-content-wrapper .cherry-posts-list.style_1 .cherry-posts-item .inner .post-meta {
    font-size: 20px;
}

.cherry-posts-list.style_1 .cherry-posts-item .inner .post-meta:before {
    display: inline-block;
    margin: 0 9px 0 0;
    vertical-align: top;
    font-family: FontAwesome;
    font-size: 33px;
    content: '\f073';
}

.cherry-posts-list.style_1 .cherry-posts-item .inner h4 {
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 21px;
    font-size: 20px;
    font-weight: 700;
}

.cherry-posts-list.style_1 .cherry-posts-item .inner .post-content {
    margin-bottom: 35px;
}

.sidebar-content-sidebar-wrapper .cherry-posts-list.style_1 .cherry-posts-item .inner a.btn-default, .sidebar-sidebar-content-wrapper .cherry-posts-list.style_1 .cherry-posts-item .inner a.btn-default, .content-sidebar-sidebar-wrapper .cherry-posts-list.style_1 .cherry-posts-item .inner a.btn-default, .content-sidebar-wrapper .cherry-posts-list.style_1 .cherry-posts-item .inner a.btn-default, .sidebar-content-wrapper .cherry-posts-list.style_1 .cherry-posts-item .inner a.btn-default {
    font-size: 18px;
}

.cherry-posts-list.style_2 {
    margin-top: 7px;
}

    .cherry-posts-list.style_2 .cherry-posts-item .inner {
        padding: 0;
    }

        .cherry-posts-list.style_2 .cherry-posts-item .inner figure {
            margin: 0;
        }

            .cherry-posts-list.style_2 .cherry-posts-item .inner figure a {
                position: relative;
                float: left;
            }

                .cherry-posts-list.style_2 .cherry-posts-item .inner figure a:hover:before {
                    -webkit-transition: all 0.4s ease;
                    -o-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }

                .cherry-posts-list.style_2 .cherry-posts-item .inner figure a:hover img {
                    opacity: 0.5;
                    -webkit-transition: all 0.4s ease;
                    -o-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }

                .cherry-posts-list.style_2 .cherry-posts-item .inner figure a:before {
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 64px;
                    height: 64px;
                    overflow: hidden;
                    margin: -32px 0 0 -32px;
                    -webkit-transition: all 0.8s ease;
                    -o-transition: all 0.8s ease;
                    transition: all 0.8s ease;
                    line-height: 64px;
                    font-family: FontAwesome;
                    font-size: 64px;
                    text-align: center;
                    z-index: 99;
                    content: '\f01d';
                }

                .cherry-posts-list.style_2 .cherry-posts-item .inner figure a img {
                    width: 100%;
                    -webkit-transition: all 0.8s ease;
                    -o-transition: all 0.8s ease;
                    transition: all 0.8s ease;
                }

.cherry-posts-list.style_3 {
    padding-top: 5px;
    padding-bottom: 26px;
}

    .cherry-posts-list.style_3 .cherry-posts-item {
        margin-bottom: 30px;
    }

        .cherry-posts-list.style_3 .cherry-posts-item .inner {
            position: relative;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

            .cherry-posts-list.style_3 .cherry-posts-item .inner:hover .caption {
                top: 0;
                -webkit-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

            .cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail {
                margin: 0;
            }

            .cherry-posts-list.style_3 .cherry-posts-item .inner .caption {
                display: table-cell;
                position: absolute;
                top: 100%;
                right: 0;
                bottom: 0;
                left: 0;
                -webkit-transition: all 0.8s ease;
                -o-transition: all 0.8s ease;
                transition: all 0.8s ease;
                vertical-align: middle;
                text-align: center;
            }

                .cherry-posts-list.style_3 .cherry-posts-item .inner .caption .indent {
                    display: inline-block;
                    padding: 0 20px;
                    vertical-align: middle;
                }

                .cherry-posts-list.style_3 .cherry-posts-item .inner .caption .auxiliary {
                    display: inline-block;
                    vertical-align: middle;
                    width: 0px;
                    height: 100%;
                }

                .cherry-posts-list.style_3 .cherry-posts-item .inner .caption h4 {
                    margin: 0;
                    padding: 0;
                    line-height: 24px;
                    font-size: 18px;
                    font-weight: 700;
                }

.cherry-posts-list.style_4 {
    line-height: 0;
    font-size: 0;
    text-align: center;
}

    .cherry-posts-list.style_4 .cherry-posts-item {
        display: inline-block;
        margin: 0 13px;
        vertical-align: top;
    }

        .cherry-posts-list.style_4 .cherry-posts-item .inner .post-thumbnail {
            margin: 0;
        }

            .cherry-posts-list.style_4 .cherry-posts-item .inner .post-thumbnail a:hover img {
                opacity: 0.5;
                -webkit-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

            .cherry-posts-list.style_4 .cherry-posts-item .inner .post-thumbnail img {
                width: 100%;
                -webkit-transition: all 0.8s ease;
                -o-transition: all 0.8s ease;
                transition: all 0.8s ease;
            }

.cherry-posts-list.style_5 {
    margin-bottom: 31px;
    padding: 4px 0 0 0;
}

    .cherry-posts-list.style_5 .cherry-posts-item .inner .post-thumbnail {
        margin: 0 0 28px 0;
    }

        .cherry-posts-list.style_5 .cherry-posts-item .inner .post-thumbnail a {
            display: block;
        }

            .cherry-posts-list.style_5 .cherry-posts-item .inner .post-thumbnail a:hover img {
                opacity: 0.5;
                -webkit-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

        .cherry-posts-list.style_5 .cherry-posts-item .inner .post-thumbnail img {
            width: 100%;
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

    .cherry-posts-list.style_5 .cherry-posts-item .inner h4 {
        margin: 0 0 8px 0;
        line-height: 21px;
        font-size: 20px;
        font-weight: 700;

    }

.cherry-posts-list.style_6 .post-item .inner {
    position: relative;
    overflow: hidden;
}

    .cherry-posts-list.style_6 .post-item .inner:hover .caption {
        top: 0;
    }

    .cherry-posts-list.style_6 .post-item .inner .post-thumbnail a {
        display: block;
        margin: 0;
        padding: 0 !important;
    }

    .cherry-posts-list.style_6 .post-item .inner .caption {
        display: table-cell;
        position: absolute;
        top: 100%;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
        vertical-align: middle;
        text-align: center;
    }

        .cherry-posts-list.style_6 .post-item .inner .caption:hover {
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .cherry-posts-list.style_6 .post-item .inner .caption .indent {
            display: inline-block;
            padding: 0 20px;
            vertical-align: middle;
        }

            .cherry-posts-list.style_6 .post-item .inner .caption .indent a {
                margin: 0;
                padding: 0 !important;
                font-weight: 700;
            }

        .cherry-posts-list.style_6 .post-item .inner .caption .auxiliary {
            display: inline-block;
            vertical-align: middle;
            width: 0px;
            height: 100%;
        }

a.btn-default {
    display: inline-block;
    margin: 0;
    padding: 15px 25px 15px 30px;
    vertical-align: top;
    line-height: 26px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

a.cherry-btn-primary {
    display: inline-block;
    margin: 0;
    padding: 15px 37px 15px 42px;
    vertical-align: top;
    line-height: 26px;
    font-size: 22px;
    font-weight: 400;
}

a.cherry-btn-link {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    font-size: 14px;
    font-weight: 700;
}

.parallax_1 {
    margin-bottom: 86px;
}

    .parallax_1 .parallax-content {
        padding-top: 22px;
        padding-bottom: 26px;
        text-align: center;
    }

        .parallax_1 .parallax-content h2 {
            margin: 0 0 16px 0;
            line-height: 62px;
            font-size: 60px;
            font-weight: 100;
        }

        .parallax_1 .parallax-content p {
            line-height: 26px;
            font-size: 24px;
            font-weight: 300;
        }

@media (min-width: 1200px) {
    .parallax_1 .parallax-content p {
        padding: 0 135px;
    }
}

.parallax_2 {
    margin-bottom: 0px;
}

    .parallax_2 .parallax-content {
        padding-top: 122px;
        padding-bottom: 126px;
        text-align: center;
    }

        .parallax_2 .parallax-content h2 {
            margin: 0 0 16px 0;
            line-height: 112px;
            font-size: 102px;
            font-weight: 100;
        }

        .parallax_2 .parallax-content p {
            line-height: 43px;
            font-size: 36px;
            font-weight: 300;
        }

@media (min-width: 1200px) {
    .parallax_2 .parallax-content p {
        padding: 0 135px;
    }
}

.parallax_3 {
    margin-bottom: 65px;
}

    .parallax_3 .parallax-content {
        padding-top: 122px;
        padding-bottom: 126px;
        text-align: center;
    }

        .parallax_3 .parallax-content h2 {
            margin: 0 0 16px 0;
            line-height: 112px;
            font-size: 102px;
            font-weight: 100;
        }

        .parallax_3 .parallax-content p {
            line-height: 43px;
            font-size: 36px;
            font-weight: 300;
        }

@media (min-width: 1200px) {
    .parallax_3 .parallax-content p {
        padding: 0 135px;
    }
}

.parallax_4 {
    margin-bottom: 87px;
}

    .parallax_4 .parallax-content {
        padding-top: 122px;
        padding-bottom: 126px;
        text-align: center;
    }

        .parallax_4 .parallax-content h2 {
            margin: 0 0 16px 0;
            line-height: 112px;
            font-size: 102px;
            font-weight: 100;
        }

        .parallax_4 .parallax-content p {
            line-height: 43px;
            font-size: 36px;
            font-weight: 300;
        }

@media (min-width: 1200px) {
    .parallax_4 .parallax-content p {
        padding: 0 135px;
    }
}

.parallax_5 {
    margin-bottom: 88px;
}

    .parallax_5 .parallax-content {
        padding-top: 22px;
        padding-bottom: 26px;
        text-align: center;
    }

        .parallax_5 .parallax-content h2 {
            margin: 0 0 16px 0;
            line-height: 62px;
            font-size: 60px;
            font-weight: 100;
        }

        .parallax_5 .parallax-content p {
            line-height: 26px;
            font-size: 24px;
            font-weight: 300;
        }

@media (min-width: 1200px) {
    .parallax_5 .parallax-content p {
        padding: 0 135px;
    }
}

.parallax_6 {
    margin-bottom: 88px;
}

    .parallax_6 .parallax-content {
        padding-top: 122px;
        padding-bottom: 126px;
        text-align: center;
    }

        .parallax_6 .parallax-content h2 {
            margin: 0 0 16px 0;
            line-height: 112px;
            font-size: 102px;
            font-weight: 100;
        }

        .parallax_6 .parallax-content p {
            line-height: 43px;
            font-size: 36px;
            font-weight: 300;
        }

@media (min-width: 1200px) {
    .parallax_6 .parallax-content p {
        padding: 0 135px;
    }
}

.parallax_7 {
    margin-bottom: 88px;
}

    .parallax_7 .parallax-content {
        padding-top: 128px;
        padding-bottom: 135px;
        text-align: center;
    }

        .parallax_7 .parallax-content h2 {
            margin: 0 0 16px 0;
            line-height: 102px;
            font-size: 102px;
            font-weight: 100;
        }

        .parallax_7 .parallax-content p {
            line-height: 43px;
            font-size: 36px;
            font-weight: 300;
        }

@media (min-width: 1200px) {
    .parallax_7 .parallax-content p {
        padding: 0 135px;
    }
}

.cherry-tabs.style_1 .cherry-tabs-nav {
    line-height: 0;
    font-size: 0;
}

    .cherry-tabs.style_1 .cherry-tabs-nav span {
        display: inline-block;
        width: 213px;
        margin: 0 1px 0 0;
        padding: 16px 15px 16px 15px;
        border: none;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
        vertical-align: top;
        line-height: 30px;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
    }

.sidebar-content-sidebar-wrapper .cherry-tabs.style_1 .cherry-tabs-nav span, .sidebar-sidebar-content-wrapper .cherry-tabs.style_1 .cherry-tabs-nav span, .content-sidebar-sidebar-wrapper .cherry-tabs.style_1 .cherry-tabs-nav span, .content-sidebar-wrapper .cherry-tabs.style_1 .cherry-tabs-nav span, .sidebar-content-wrapper .cherry-tabs.style_1 .cherry-tabs-nav span {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 15px;
}

.cherry-tabs.style_1 .cherry-tabs-nav span:hover {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cherry-tabs.style_1 .cherry-tabs-panes .cherry-tabs-pane {
    padding: 56px 30px 32px 30px;
}

@media (min-width: 1200px) {
    .cherry-tabs.style_1 .cherry-tabs-panes .cherry-tabs-pane img.alignleft {
        margin-bottom: 5px;
    }
}

.cherry-tabs.style_1 .cherry-tabs-panes .cherry-tabs-pane h5 {
    margin: 0 0 8px 0;
    text-transform: none;
}

.cherry-tabs.style_1 .cherry-tabs-panes .cherry-tabs-pane p {
    margin: 0 0 33px 0;
    line-height: 21px;
    font-size: 16px;
}

.cherry-services.style_1 .services-listing .cherry-services_item {
    margin-bottom: 38px;
    padding-bottom: 0;
}

    .cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_icon {
        float: left;
        width: 80px;
        height: 80px;
        margin: 4px 20px 5px 0;
        border: 2px solid;
        border-radius: 50%;
        line-height: 76px;
        font-size: 38px;
        text-align: center;
    }

    .cherry-services.style_1 .services-listing .cherry-services_item h3 {
        margin: 0 0 5px 0;
        padding: 0;
        line-height: 24px;
        font-size: 18px;
        font-weight: 700;
    }

    .cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_excerpt {
        overflow: hidden;
        margin: 0;
        padding: 0;
        clear: none;
    }

.sidebar-content-sidebar-wrapper .cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_excerpt, .sidebar-sidebar-content-wrapper .cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_excerpt, .content-sidebar-sidebar-wrapper .cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_excerpt, .content-sidebar-wrapper .cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_excerpt, .sidebar-content-wrapper .cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_excerpt {
    overflow: visible;
}

.cherry-services.style_2 {
    margin-bottom: 59px;
}

    .cherry-services.style_2 .services-listing .cherry-services_item {
        margin-bottom: 36px;
        padding-bottom: 0;
    }

        .cherry-services.style_2 .services-listing .cherry-services_item .cherry-services_icon {
            float: left;
            width: 80px;
            height: 80px;
            margin: 4px 20px 5px 0;
            border: 2px solid;
            border-radius: 50%;
            line-height: 76px;
            font-size: 38px;
            text-align: center;
        }

        .cherry-services.style_2 .services-listing .cherry-services_item h3 {
            margin: 0 0 7px 0;
            padding: 0;
            line-height: 22px;
            font-size: 20px;
            font-weight: 700;
        }

        .cherry-services.style_2 .services-listing .cherry-services_item .cherry-services_excerpt {
            overflow: hidden;
            margin: 0;
            padding: 0;
            clear: none;
        }

.cherry-services.style_3 {
    margin-bottom: 55px;
    padding-top: 3px;
}

    .cherry-services.style_3 .cherry-services_item figure {
        margin: 0;
    }

        .cherry-services.style_3 .cherry-services_item figure a {
            display: block;
        }

            .cherry-services.style_3 .cherry-services_item figure a:hover img {
                -webkit-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

        .cherry-services.style_3 .cherry-services_item figure img {
            width: 100%;
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

    .cherry-services.style_3 .cherry-services_item h3 {
        margin: 0;
        padding: 5px 0 0 0;
        line-height: 42px;
        font-size: 20px;
        background: url(/u/i/gallery.png) no-repeat;
        color: #fff;
    }

@media (min-width: 1200px) {
    .cherry-services.style_3 .cherry-services_item h3 {
        word-spacing: -1px;
    }
}

.cherry-services.style_4 {
    margin-bottom: 59px;
}

    .cherry-services.style_4 .services-listing .cherry-services_item {
        margin-bottom: 36px;
        padding-bottom: 0;
    }

        .cherry-services.style_4 .services-listing .cherry-services_item .cherry-services_icon {
            display: inline-block;
            float: none;
            width: 124px;
            height: 124px;
            margin: 4px 20px 27px 0;
            border: 2px solid;
            border-radius: 50%;
            vertical-align: top;
            line-height: 120px;
            font-size: 48px;
            text-align: center;
        }

        .cherry-services.style_4 .services-listing .cherry-services_item h3 {
            margin: 0 0 6px 0;
            padding: 0;
            line-height: 22px;
            font-size: 20px;
            font-weight: 700;
        }

        .cherry-services.style_4 .services-listing .cherry-services_item .cherry-services_excerpt {
            overflow: hidden;
            margin: 0;
            padding: 0;
            clear: none;
        }

body.post-type-archive-service .cherry-services .cherry-services_item {
    margin-bottom: 50px;
}

body.single-service .cherry-services .cherry-services_item figure {
    float: left;
    margin: 0 20px 5px 0;
}

body.post-type-archive-service .cherry-services .cherry-services_item figure {
    float: left;
    max-width: 40%;
    margin: 0 15px 15px 0;
}

body.post-type-archive-service .cherry-services .cherry-services_item h3 {
    line-height: 28px;
    font-size: 24px;
}

body.single-service .cherry-services .cherry-services_item .post-content {
    clear: none;
}

body.post-type-archive-service .cherry-services .cherry-services_item .cherry-btn-primary {
    padding: 10px 20px;
    font-size: 14px;
}

a.cherry-btn-info.style_1 {
    display: block;
    margin: 0 0 30px 0;
    padding: 34px 20px 37px 35px;
    vertical-align: top;
    line-height: 49px;
    font-size: 53px;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
}

.sidebar-content-sidebar-wrapper a.cherry-btn-info.style_1, .sidebar-sidebar-content-wrapper a.cherry-btn-info.style_1, .content-sidebar-sidebar-wrapper a.cherry-btn-info.style_1, .content-sidebar-wrapper a.cherry-btn-info.style_1, .sidebar-content-wrapper a.cherry-btn-info.style_1 {
    line-height: 29px;
    font-size: 33px;
    text-align: center;
}

a.cherry-btn-info.style_1.extra {
    margin-top: 62px;
}

a.cherry-btn-info.style_1 .fa {
    float: left;
    margin: 2px 30px 0 0;
    line-height: 94px;
    font-size: 94px;
}

.sidebar-content-sidebar-wrapper a.cherry-btn-info.style_1 .fa, .sidebar-sidebar-content-wrapper a.cherry-btn-info.style_1 .fa, .content-sidebar-sidebar-wrapper a.cherry-btn-info.style_1 .fa, .content-sidebar-wrapper a.cherry-btn-info.style_1 .fa, .sidebar-content-wrapper a.cherry-btn-info.style_1 .fa {
    float: none;
    margin: 0 0 10px 0;
    line-height: 54px;
    font-size: 54px;
}

a.cherry-btn-info.style_1 span.cherry-btn-content-wrap {
    display: block;
}

a.cherry-btn-info.style_2 {
    display: block;
    margin: 0 0 30px 0;
    padding: 34px 20px 37px 32px;
    vertical-align: top;
    line-height: 49px;
    font-size: 53px;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
}

.sidebar-content-sidebar-wrapper a.cherry-btn-info.style_2, .sidebar-sidebar-content-wrapper a.cherry-btn-info.style_2, .content-sidebar-sidebar-wrapper a.cherry-btn-info.style_2, .content-sidebar-wrapper a.cherry-btn-info.style_2, .sidebar-content-wrapper a.cherry-btn-info.style_2 {
    line-height: 29px;
    font-size: 33px;
    text-align: center;
}

a.cherry-btn-info.style_2.extra {
    margin-top: 62px;
}

a.cherry-btn-info.style_2 .fa {
    float: left;
    margin: 5px 20px 0 0;
    line-height: 94px;
    font-size: 94px;
}

.sidebar-content-sidebar-wrapper a.cherry-btn-info.style_2 .fa, .sidebar-sidebar-content-wrapper a.cherry-btn-info.style_2 .fa, .content-sidebar-sidebar-wrapper a.cherry-btn-info.style_2 .fa, .content-sidebar-wrapper a.cherry-btn-info.style_2 .fa, .sidebar-content-wrapper a.cherry-btn-info.style_2 .fa {
    float: none;
    margin: 0 0 10px 0;
    line-height: 54px;
    font-size: 54px;
}

a.cherry-btn-info.style_2 span.cherry-btn-content-wrap {
    display: block;
}

.cherry-list.style_1 ul {
    margin: 0;
    padding: 0;
}

    .cherry-list.style_1 ul li {
        position: relative;
        margin: 0;
        padding: 5px 0 5px 27px;
        border-top: 1px solid;
        list-style: none;
        line-height: 20px;
        font-size: 14px;
    }

        .cherry-list.style_1 ul li:first-child {
            border: none;
        }

        .cherry-list.style_1 ul li .fa {
            position: absolute;
            top: 8px;
            left: 0;
        }

        .cherry-list.style_1 ul li a {
            text-decoration: none;
        }

.team-wrap.style_1 .team-listing {
    padding: 3px 0 0 0 !important;
}

.team-wrap.style_1 .team-item .team-listing_photo {
    margin-bottom: 28px;
}

    .team-wrap.style_1 .team-item .team-listing_photo a:hover img {
        opacity: 0.5;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .team-wrap.style_1 .team-item .team-listing_photo img {
        width: 100%;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

.team-wrap.style_1 .team-item strong {
    display: block;
    margin: 0 0 7px 0;
    line-height: 21px;
    font-size: 20px;
    font-weight: 700;
}

.team-wrap.style_1 .team-item em {
    display: block;
    line-height: 21px;
    font-size: 14px;
    font-style: normal;
}

/* #Swiper carousel
================================================== */
.cherry-swiper-carousel.style_1 {
    /*  padding-bottom: 45px;  */
}

    .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner {
        position: relative;
        padding: 53px 80px 0 188px;
        z-index: 9;
    }

        .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner:before {
            background: url(/u/i/quotes.png) no-repeat 0% 0%;
            display: block;
            position: absolute;
            top: 0;
            left: 70px;
            width: 104px;
            height: 100px;
            z-index: -1;
            content: '';
        }

        .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-thumbnail {
            float: left;
            margin: 0 30px 5px 0;
            border-radius: 24px;
        }

            .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-thumbnail a {
                display: block;
                border-radius: 24px;
            }

                .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-thumbnail a:hover img {
                    opacity: 0.7;
                    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
                    -webkit-transition: all 0.4s ease;
                    -o-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }

            .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-thumbnail img {
                -webkit-transition: all 0.8s ease;
                -o-transition: all 0.8s ease;
                transition: all 0.8s ease;
                border-radius: 24px;
            }

        .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .caption {
            overflow: hidden;
            padding: 10px 0 0 0;
        }

        .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-content {
            margin: 0 0 22px 0;
            line-height: 22px;
            font-size: 18px;
            font-weight: 300;
            font-style: italic;
        }

        .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post_meta {
            line-height: 30px;
            font-size: 26px;
            font-weight: 100;
        }

            .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post_meta footer {
                display: inline;
            }

            .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post_meta b {
                font-weight: 100;
            }

                .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post_meta b:before {
                    content: ', ';
                }

    .cherry-swiper-carousel.style_1 .swiper-pagination {
        bottom: 0;
        line-height: 15px;
        line-height: 0;
        font-size: 0;
    }

        .cherry-swiper-carousel.style_1 .swiper-pagination .swiper-pagination-bullet {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: 0 4px;
            border-radius: 50%;
            opacity: 1;
            vertical-align: top;
        }

/* #Content
================================================== */
.site-content {
    position: relative;
    /*  padding-top: 87px;
  padding-bottom: 64px;  */
}

body.home .site-content {
    padding-top: 111px;
    padding-bottom: 64px;
}

.site-content:before {
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 10000px;
    margin: 0 0 0 -5000px;
    z-index: -1;
    content: '';
}

body.page .hentry {
    margin: 0;
}

body.page .entry-meta {
    margin: 0;
}

body.page .entry-meta-top {
    padding: 0;
    border: none;
}

body.page .entry-content {
    margin: 0;
}

/* Portfolio
================================================== */
.portfolio-wrap .portfolio-filter {
    margin: 0 0 40px 0;
}

    .portfolio-wrap .portfolio-filter .filter {
        font-size: 16px;
        line-height: 20px;
    }

        .portfolio-wrap .portfolio-filter .filter li {
            margin: 0 0 10px 24px;
            font-weight: 700;
            text-transform: none;
        }

            .portfolio-wrap .portfolio-filter .filter li:first-child {
                margin-left: 0;
            }

            .portfolio-wrap .portfolio-filter .filter li a:hover, .portfolio-wrap .portfolio-filter .filter li.active a {
                text-decoration: none;
            }

    .portfolio-wrap .portfolio-filter .order-filter {
        float: none;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

        .portfolio-wrap .portfolio-filter .order-filter li {
            margin: 0 0 10px 24px;
            font-weight: 700;
            text-transform: none;
        }

            .portfolio-wrap .portfolio-filter .order-filter li:first-child {
                margin-left: 0;
            }

            .portfolio-wrap .portfolio-filter .order-filter li:hover, .portfolio-wrap .portfolio-filter .order-filter li.active {
                text-decoration: none;
            }

        .portfolio-wrap .portfolio-filter .order-filter li {
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

            .portfolio-wrap .portfolio-filter .order-filter li:hover {
                -webkit-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

            .portfolio-wrap .portfolio-filter .order-filter li .marker {
                display: inline-block;
                margin: 3px 0 0 0;
                vertical-align: top;
            }

            .portfolio-wrap .portfolio-filter .order-filter li ul {
                top: 20px;
                right: 50%;
                width: 100px;
                margin: 0 -43px 0 0;
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
                line-height: 16px;
                font-size: 12px;
                font-weight: 400;
            }

                .portfolio-wrap .portfolio-filter .order-filter li ul li {
                    margin: 0;
                    padding: 0;
                    font-weight: 400;
                    text-align: center;
                }

.portfolio-wrap .portfolio-container .portfolio-list {
    /* Grid layout */
    /* Masonry layout */
    /* Justified layout */
    /* List layout */
    /* Custom Portfolio hover animation */
}

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .rollover-content {
        background: none;
        z-index: 5;
    }

        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .rollover-content:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
        }

        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .rollover-content .links-container a {
            display: inline-block;
            vertical-align: top;
        }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .item-content h3 {
        margin-bottom: 10px;
        line-height: 21px;
        font-size: 20px;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links {
        padding: 10px 0;
    }

        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .item-link {
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            position: relative;
            padding: 0;
            margin: 0 5px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }

        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .zoomlink {
            border: 4px solid #fff;
            font-size: 0;
            line-height: 0;
        }

            .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .zoomlink:before {
                content: '+';
                font-size: 48px;
                line-height: 40px;
            }

        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .permalink {
            border: none;
        }

            .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .permalink:before {
                content: "\f064";
                font: 35px/44px FontAwesome;
            }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.grid-layout-item .item-content {
        padding: 30px;
        background: #f0f0f0;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.grid-layout-item .rollover-content:before {
        opacity: 0.5;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .inner-wrap {
        padding: 30px;
        background: #f0f0f0;
    }

        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .inner-wrap .media-content {
            margin-bottom: 20px;
        }

        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .inner-wrap .rollover-content:before {
            opacity: 0.5;
        }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item .rollover-content h3 a {
        color: #fff;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item .rollover-content:before {
        opacity: 0.5;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap {
        padding: 30px;
        background: #f0f0f0;
    }

        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content {
            width: 40%;
            margin: 0 3% 0 0;
        }

        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .rollover-content:before {
            opacity: 0.5;
        }

        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content {
            width: 55%;
            margin: 0 1% 0;
        }

            .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content h3 {
                margin: 0 0 5px 0;
            }

            .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content p {
                margin-bottom: 15px;
            }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content > img {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content:before {
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        visibility: hidden;
        opacity: 0;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content h3 {
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        position: relative;
        visibility: hidden;
        top: -75px;
        opacity: 0;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content .item-link {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content .custom-hover-slide .zoomlink {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        left: -150px;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content .custom-hover-slide .permalink {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        right: -150px;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover > img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content:before {
        visibility: visible;
        opacity: .5;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content h3 {
        visibility: visible;
        top: 0;
        opacity: 1;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content .item-link {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content .custom-hover-slide .zoomlink {
        left: 0;
    }

    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content .custom-hover-slide .permalink {
        right: 0;
    }

.portfolio-wrap .portfolio-container .portfolio-ajax-button .load-more-button a {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
}

.portfolio-wrap .cherry-portfolio-ajax-loader {
    background: none;
}

.portfolio-pagination {
    width: 100% !important;
    overflow: hidden !important;
    margin: 40px 0 40px 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

    .portfolio-pagination a {
        display: inline-block !important;
        margin: 0 1px 5px 0 !important;
        padding: 5px 10px !important;
        vertical-align: top !important;
        line-height: 20px !important;
        font-size: 14px !important;
        text-decoration: none !important;
    }

/* #Comments
================================================== */
.page .comments-area {
    margin-top: 40px;
}

ol.comment-list li > .children,
ol.comment-list .children li > .children {
    list-style: none;
}

.comments-area .comment-list {
    list-style: none;
    padding-left: 0;
    padding-bottom: 20px;
}

    .comments-area .comment-list .comment {
        margin-bottom: 30px;
    }

    .comments-area .comment-list .comment-body {
        padding: 30px;
    }

    .comments-area .comment-list .comment-meta {
        overflow: hidden;
    }

        .comments-area .comment-list .comment-meta .comment-author img {
            margin: 0 20px 10px 0;
        }

        .comments-area .comment-list .comment-meta .comment-author b {
            margin-right: 10px;
        }

        .comments-area .comment-list .comment-meta .comment-author .says {
            display: none;
        }

        .comments-area .comment-list .comment-meta .comment-author .fn {
            font-size: 15px;
            line-height: 20px;
            font-weight: bold;
        }

        .comments-area .comment-list .comment-meta .comment-awaiting-moderation {
            margin: 0;
        }

        .comments-area .comment-list .comment-meta .comment-metadata {
            font-size: 12px;
            line-height: 18px;
        }

            .comments-area .comment-list .comment-meta .comment-metadata:before {
                content: '\f017';
                font-family: FontAwesome;
                margin-right: 3px;
            }

            .comments-area .comment-list .comment-meta .comment-metadata .edit-link {
                font-weight: bold;
            }

    .comments-area .comment-list .comment-content p {
        margin: 0;
    }

    .comments-area .comment-list .reply {
        text-align: right;
    }

        .comments-area .comment-list .reply .comment-reply-link {
            text-decoration: underline;
        }

/* #Widgets
================================================== */
.sidebar-main .widget, .sidebar-secondary .widget {
    margin-bottom: 89px;
    padding-top: 89px;
    border-top: 1px solid;
}

    .sidebar-main .widget:first-child, .sidebar-secondary .widget:first-child {
        padding-top: 0;
        border-top: none;
    }

.sidebar-main h3, .sidebar-secondary h3 {
    margin: 0 0 42px 0;
    padding: 0;
    line-height: 40px;
    font-size: 40px;
}

.sidebar-main .widget_categories ul, .sidebar-main .widget_archive ul, .sidebar-main .widget_nav_menu ul, .sidebar-main .widget_meta ul, .sidebar-main .widget_meta ul, .sidebar-main .widget_pages ul, .sidebar-main .widget_recent_comments ul, .sidebar-main .widget_recent_entries ul, .sidebar-secondary .widget_categories ul, .sidebar-secondary .widget_archive ul, .sidebar-secondary .widget_nav_menu ul, .sidebar-secondary .widget_meta ul, .sidebar-secondary .widget_meta ul, .sidebar-secondary .widget_pages ul, .sidebar-secondary .widget_recent_comments ul, .sidebar-secondary .widget_recent_entries ul {
    margin: 0;
    padding: 0;
}

    .sidebar-main .widget_categories ul li, .sidebar-main .widget_archive ul li, .sidebar-main .widget_nav_menu ul li, .sidebar-main .widget_meta ul li, .sidebar-main .widget_meta ul li, .sidebar-main .widget_pages ul li, .sidebar-main .widget_recent_comments ul li, .sidebar-main .widget_recent_entries ul li, .sidebar-secondary .widget_categories ul li, .sidebar-secondary .widget_archive ul li, .sidebar-secondary .widget_nav_menu ul li, .sidebar-secondary .widget_meta ul li, .sidebar-secondary .widget_meta ul li, .sidebar-secondary .widget_pages ul li, .sidebar-secondary .widget_recent_comments ul li, .sidebar-secondary .widget_recent_entries ul li {
        position: relative;
        margin: 0;
        padding: 5px 0 5px 27px;
        border-top: 1px solid;
        list-style: none;
        line-height: 20px;
        font-size: 14px;
    }

        .sidebar-main .widget_categories ul li:first-child, .sidebar-main .widget_archive ul li:first-child, .sidebar-main .widget_nav_menu ul li:first-child, .sidebar-main .widget_meta ul li:first-child, .sidebar-main .widget_meta ul li:first-child, .sidebar-main .widget_pages ul li:first-child, .sidebar-main .widget_recent_comments ul li:first-child, .sidebar-main .widget_recent_entries ul li:first-child, .sidebar-secondary .widget_categories ul li:first-child, .sidebar-secondary .widget_archive ul li:first-child, .sidebar-secondary .widget_nav_menu ul li:first-child, .sidebar-secondary .widget_meta ul li:first-child, .sidebar-secondary .widget_meta ul li:first-child, .sidebar-secondary .widget_pages ul li:first-child, .sidebar-secondary .widget_recent_comments ul li:first-child, .sidebar-secondary .widget_recent_entries ul li:first-child {
            border: none;
        }

        .sidebar-main .widget_categories ul li:before, .sidebar-main .widget_archive ul li:before, .sidebar-main .widget_nav_menu ul li:before, .sidebar-main .widget_meta ul li:before, .sidebar-main .widget_meta ul li:before, .sidebar-main .widget_pages ul li:before, .sidebar-main .widget_recent_comments ul li:before, .sidebar-main .widget_recent_entries ul li:before, .sidebar-secondary .widget_categories ul li:before, .sidebar-secondary .widget_archive ul li:before, .sidebar-secondary .widget_nav_menu ul li:before, .sidebar-secondary .widget_meta ul li:before, .sidebar-secondary .widget_meta ul li:before, .sidebar-secondary .widget_pages ul li:before, .sidebar-secondary .widget_recent_comments ul li:before, .sidebar-secondary .widget_recent_entries ul li:before {
            position: absolute;
            top: 6px;
            left: 0;
            line-height: 18px;
            font-family: FontAwesome;
            font-size: 12px;
            content: '\f061';
        }

        .sidebar-main .widget_categories ul li a, .sidebar-main .widget_archive ul li a, .sidebar-main .widget_nav_menu ul li a, .sidebar-main .widget_meta ul li a, .sidebar-main .widget_meta ul li a, .sidebar-main .widget_pages ul li a, .sidebar-main .widget_recent_comments ul li a, .sidebar-main .widget_recent_entries ul li a, .sidebar-secondary .widget_categories ul li a, .sidebar-secondary .widget_archive ul li a, .sidebar-secondary .widget_nav_menu ul li a, .sidebar-secondary .widget_meta ul li a, .sidebar-secondary .widget_meta ul li a, .sidebar-secondary .widget_pages ul li a, .sidebar-secondary .widget_recent_comments ul li a, .sidebar-secondary .widget_recent_entries ul li a {
            text-decoration: none;
        }

        .sidebar-main .widget_categories ul li ul, .sidebar-main .widget_archive ul li ul, .sidebar-main .widget_nav_menu ul li ul, .sidebar-main .widget_meta ul li ul, .sidebar-main .widget_meta ul li ul, .sidebar-main .widget_pages ul li ul, .sidebar-main .widget_recent_comments ul li ul, .sidebar-main .widget_recent_entries ul li ul, .sidebar-secondary .widget_categories ul li ul, .sidebar-secondary .widget_archive ul li ul, .sidebar-secondary .widget_nav_menu ul li ul, .sidebar-secondary .widget_meta ul li ul, .sidebar-secondary .widget_meta ul li ul, .sidebar-secondary .widget_pages ul li ul, .sidebar-secondary .widget_recent_comments ul li ul, .sidebar-secondary .widget_recent_entries ul li ul {
            margin: 5px 0 -5px 0;
            padding: 0;
            border-top: 1px solid;
        }

.sidebar-main .widget_categories select option, .sidebar-secondary .widget_categories select option {
    width: 100% !important;
}

.sidebar-main .cherry-social-follow-class .cherry-follow_wrap ul li, .sidebar-secondary .cherry-social-follow-class .cherry-follow_wrap ul li {
    margin-right: 5px;
}

    .sidebar-main .cherry-social-follow-class .cherry-follow_wrap ul li a, .sidebar-secondary .cherry-social-follow-class .cherry-follow_wrap ul li a {
        line-height: 22px;
        font-size: 18px;
    }

.sidebar-main .widget_calendar #calendar_wrap, .sidebar-secondary .widget_calendar #calendar_wrap {
    line-height: 16px;
    font-size: 12px;
}

    .sidebar-main .widget_calendar #calendar_wrap tr td, .sidebar-main .widget_calendar #calendar_wrap tr th, .sidebar-secondary .widget_calendar #calendar_wrap tr td, .sidebar-secondary .widget_calendar #calendar_wrap tr th {
        padding: 4px;
    }

.sidebar-main .cherry_team_widget .team-listing .team-item, .sidebar-secondary .cherry_team_widget .team-listing .team-item {
    margin: 30px 0 0 0;
    text-align: center;
}

    .sidebar-main .cherry_team_widget .team-listing .team-item:first-child, .sidebar-secondary .cherry_team_widget .team-listing .team-item:first-child {
        margin: 0;
    }

    .sidebar-main .cherry_team_widget .team-listing .team-item .team-listing_photo, .sidebar-secondary .cherry_team_widget .team-listing .team-item .team-listing_photo {
        margin-bottom: 15px;
    }

    .sidebar-main .cherry_team_widget .team-listing .team-item .team-listing_socials .team-socials, .sidebar-secondary .cherry_team_widget .team-listing .team-item .team-listing_socials .team-socials {
        padding: 0;
    }

.sidebar-main .cherry_testimonials_widget .testimonials-wrap .testimonials-item, .sidebar-secondary .cherry_testimonials_widget .testimonials-wrap .testimonials-item {
    margin: 30px 0 0 0;
}

    .sidebar-main .cherry_testimonials_widget .testimonials-wrap .testimonials-item:first-child, .sidebar-secondary .cherry_testimonials_widget .testimonials-wrap .testimonials-item:first-child {
        margin: 0;
    }

    .sidebar-main .cherry_testimonials_widget .testimonials-wrap .testimonials-item img, .sidebar-secondary .cherry_testimonials_widget .testimonials-wrap .testimonials-item img {
        float: left;
        margin: 5px 20px 5px 0;
    }

    .sidebar-main .cherry_testimonials_widget .testimonials-wrap .testimonials-item blockquote, .sidebar-secondary .cherry_testimonials_widget .testimonials-wrap .testimonials-item blockquote {
        overflow: visible;
        margin: 0;
        padding: 0;
        border: none;
        line-height: 18px;
        font-size: 12px;
    }

.sidebar-main .widget_search .icon-wrap, .sidebar-secondary .widget_search .icon-wrap {
    display: none;
}

.sidebar-main .widget_search form input[type="text"], .sidebar-main .widget_search form input[type="search"], .sidebar-secondary .widget_search form input[type="text"], .sidebar-secondary .widget_search form input[type="search"] {
    width: 100%;
    margin-bottom: 5px;
}

.sidebar-main .widget_search form input[type="submit"], .sidebar-secondary .widget_search form input[type="submit"] {
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.widget.widget_recent_comments ul li.recentcomments {
    padding-left: 25px;
    text-transform: lowercase;
}

    .widget.widget_recent_comments ul li.recentcomments:before {
        content: '\f075';
    }

    .widget.widget_recent_comments ul li.recentcomments .comment-author-link {
    }

    .widget.widget_recent_comments ul li.recentcomments a {
        text-transform: none;
    }

.cherry_team_widget .team-item {
    text-align: center;
    margin-bottom: 35px;
}

    .cherry_team_widget .team-item .team-listing_photo {
        margin-bottom: 25px;
    }

    .cherry_team_widget .team-item .team-listing_name {
        font-weight: bold;
        margin-bottom: 10px;
    }

/* Search
================================================== */
.static-search-form {
    position: relative;
    margin: 18px -40px 0 35px;
}

    .static-search-form.active {
        position: relative;
        z-index: 200;
    }

    .static-search-form .searchform {
        position: absolute;
        right: 0;
        bottom: -48px;
        width: 240px;
        text-align: right;
        z-index: -99;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        transform: translate(0, 10px);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

        .static-search-form .searchform.active {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            z-index: 999;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .static-search-form .searchform input[type="text"] {
            float: left;
            width: 190px;
            padding: 0 30px 0 15px;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
            border-radius: 20px 0 0 20px !important;
        }

        .static-search-form .searchform input[type="submit"] {
            background-image: url(/u/i/search_button.png) !important;
            background-repeat: no-repeat !important;
            background-position: 50% 50% !important;
            float: left;
            width: 70px;
            height: 40px;
            margin: 0 0 0 -20px;
            padding: 0 10px;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
            border-radius: 20px;
            line-height: 0;
            font-size: 0;
        }

    .static-search-form .searchform-wrapper .icon-wrap {
        float: right;
    }

    .static-search-form .searchform-wrapper i {
        display: inline-block;
        vertical-align: top;
    }

        .static-search-form .searchform-wrapper i:hover:before {
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .static-search-form .searchform-wrapper i:before {
            margin: 0;
            padding: 0;
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
            line-height: 24px;
            font-size: 24px;
            cursor: pointer;
        }

/*.search-form {
	.search-field {
		padding:8px 15px;
		margin-right:5px;
	}
	.search-submit {
		position:relative;
		padding:10px 15px;
		font-size:15px;
		line-height:20px;
		border:none;
		border-radius:5px;
	}
}*/
/* Footer
================================================== */
#footer h3 {
    margin: 0 0 30px 0;
    line-height: 24px;
    font-size: 18px;
}

#footer a {
    color: inherit;
}

#footer .widget {
    margin: 0;
}

#footer .static-social-follow {
    padding-top: 15px;
    padding-bottom: 15px;
}

    #footer .static-social-follow h3 {
        margin-bottom: 15px;
    }

    #footer .static-social-follow ul li a {
        background: none;
        line-height: 20px;
        font-size: 18px;
    }

#footer .menu-secondary {
    padding: 15px 0;
    text-align: center;
}

    #footer .menu-secondary ul {
        margin: 0;
        padding: 0;
    }

        #footer .menu-secondary ul li {
            display: inline-block;
            margin: 0 15px 0 0;
            padding: 0;
            list-style: none;
            vertical-align: top;
        }

            #footer .menu-secondary ul li:last-child {
                margin: 0;
            }

#footer .mc4wp-form {
    margin-top: 0;
}

@media (min-width: 1200px) {
    #footer .mc4wp-form {
        margin-top: -4px;
    }
}

#footer .mc4wp-form form p {
    margin: 0 0 22px 0;
}

#footer .mc4wp-form form label {
    display: none;
    margin: 0 0 20px 0;
    line-height: 16px;
    font-size: 16px;
    font-weight: 700;
}

#footer .mc4wp-form form input[type="email"] {
    min-height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}

#footer .mc4wp-form form input[type="submit"] {
    width: 100%;
}

#footer .cherry-social-follow-class h3 {
    margin-bottom: 23px;
    padding: 0;
}

#footer .cherry-social-follow-class ul {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

    #footer .cherry-social-follow-class ul li {
        display: inline-block;
        float: none;
        margin: 0 0 0 5px;
        padding: 0;
        vertical-align: top;
        list-style: none;
    }

        #footer .cherry-social-follow-class ul li:first-child {
            margin: 0;
        }

        #footer .cherry-social-follow-class ul li a {
            display: block;
            width: 46px;
            height: 46px;
            border: 1px solid;
            border-color: inherit;
            border-radius: 46px;
            line-height: 46px;
            font-size: 22px;
            text-align: center;
        }

            #footer .cherry-social-follow-class ul li a i {
                display: block;
                line-height: 46px;
                text-align: center;
            }

#footer .site-info {
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

#static-area-footer-top {
    padding-top: 104px;
    padding-bottom: 117px;
}

    #static-area-footer-top p {
        margin: 0 0 15px 0;
    }

    #static-area-footer-top i {
        min-width: 30px;
        font-size: 20px;
        text-align: center;
    }

@media (min-width: 1200px) {
    #static-area-footer-top .sidebar-footer-2 .widget {
        padding-left: 100px;
    }
}

#static-area-footer-bottom {
    padding-top: 24px;
    padding-bottom: 21px;
}

/* Back to Top
================================================== */
#back-top {
    position: fixed;
    visibility: hidden;
    margin: 0 20px 20px 0;
    right: 0;
    bottom: -100px;
    overflow: hidden;
    z-index: 99;
}

    #back-top a {
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        text-decoration: none;
    }

        #back-top a:before {
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
            font: 37px/50px FontAwesome;
            text-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
            content: '\f0aa';
        }

    #back-top.show-totop {
        visibility: visible;
        bottom: 0px;
    }

    #back-top.mobile-back-top {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        margin: 0 2px 1px 0;
    }

/* Misc
================================================== */
.cherry-breadcrumbs {
    padding: 15px 0 15px 0;
    text-align: left;
}

body.home .cherry-breadcrumbs {
    margin: 25px 0 0 0;
}

.cherry-breadcrumbs .cherry-breadcrumbs_browse {
    display: block;
}

.cherry-breadcrumbs h1 {
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 30px;
    font-size: 30px;
    font-weight: 700;
}

.cherry-breadcrumbs .cherry-breadcrumbs_content {
    margin: 0;
    padding: 0;
    text-align: left;
}

    .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item .cherry-breadcrumbs_item_sep {
        margin: 0 27px 0 27px;
    }

article.post .entry-thumbnail, article.post .entry-video, article.post .post-gallery {
    margin-bottom: 30px;
}

    article.post .entry-thumbnail a {
        display: block;
    }

        article.post .entry-thumbnail a:hover img {
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    article.post .entry-thumbnail img {
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

article.post h2 {
    margin: 0 0 20px 0;
    line-height: 21px !important;
    font-size: 20px !important;
}

article.post h3 {
    margin: 0 0 20px 0;
    line-height: 21px;
    font-size: 20px;
}

article.post.cherry-has-entry-date .entry-meta-top, article.post.cherry-has-entry-author .entry-meta-top, article.post.cherry-has-entry-comments .entry-meta-top {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

article.post.cherry-has-entry-cats .entry-meta-bottom, article.post.cherry-has-entry-tags .entry-meta-bottom {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

article.post .entry-meta {
    line-height: 22px;
    font-size: 14px;
}

    article.post .entry-meta span {
        margin: 0 13px 0 0 !important;
    }

        article.post .entry-meta span:before {
            margin: 0 6px 0 0;
            font-family: FontAwesome;
        }

    article.post .entry-meta .posted-on:before {
        content: '\f073';
    }

    article.post .entry-meta .author:before {
        content: '\f007';
    }

    article.post .entry-meta .comments-link:before {
        content: '\f086';
    }

    article.post .entry-meta .category_wrap:before {
        content: '\f02e';
    }

    article.post .entry-meta .post_tag:before {
        content: '\f02c';
    }

article.post .entry-content {
    margin-bottom: 20px;
}

article.post .entry-permalink {
    margin-bottom: 20px;
}

body.search .site-main article .entry-thumbnail, body.search .site-main article .entry-video, body.search .site-main article .post-gallery {
    margin-bottom: 30px;
}

body.search .site-main article .entry-thumbnail, body.search .site-main article .post-thumbnail {
    float: left;
    max-width: 200px;
    margin: 0 20px 5px 0;
}

body.search .site-main article h2 {
    margin: 0 0 20px 0;
    line-height: 21px !important;
    font-size: 20px !important;
}

body.search .site-main article h3 {
    margin: 0 0 20px 0;
    line-height: 21px;
    font-size: 20px;
}

body.search .site-main article.cherry-has-entry-date .entry-meta-top, body.search .site-main article.cherry-has-entry-author .entry-meta-top, body.search .site-main article.cherry-has-entry-comments .entry-meta-top {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

body.search .site-main article.cherry-has-entry-cats .entry-meta-bottom, body.search .site-main article.cherry-has-entry-tags .entry-meta-bottom {
    display: none;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

body.search .site-main article .entry-meta {
    line-height: 22px;
    font-size: 14px;
}

    body.search .site-main article .entry-meta span {
        margin: 0 13px 0 0 !important;
    }

        body.search .site-main article .entry-meta span:before {
            margin: 0 6px 0 0;
            font-family: FontAwesome;
        }

    body.search .site-main article .entry-meta .posted-on:before {
        content: '\f073';
    }

    body.search .site-main article .entry-meta .author:before {
        content: '\f007';
    }

    body.search .site-main article .entry-meta .comments-link:before {
        content: '\f086';
    }

    body.search .site-main article .entry-meta .category_wrap:before {
        content: '\f02e';
    }

    body.search .site-main article .entry-meta .post_tag:before {
        content: '\f02c';
    }

body.search .site-main article .entry-content {
    margin-bottom: 20px;
}

body.search .site-main article .entry-permalink {
    margin-bottom: 20px;
}

.navigation {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0 !important;
    line-height: 0;
    font-size: 0;
}

    .navigation a, .navigation span {
        display: inline-block;
        margin: 0 1px 1px 0;
        padding: 5px 10px;
        vertical-align: top;
        line-height: 20px;
        font-size: 14px;
    }

.author-bio {
    margin: 0 0 100px 0;
    padding: 20px;
}

    .author-bio h3 {
        line-height: 21px;
        font-size: 20px;
    }

.related-posts {
    margin-bottom: 90px;
    padding: 90px 0 90px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

    .related-posts h3 {
        margin: 0 0 30px 0;
    }

    .related-posts ul {
        margin-bottom: 0;
    }

        .related-posts ul li h4 {
            margin: 20px 0;
            line-height: 21px;
            font-size: 14px;
            font-weight: 400;
        }

        .related-posts ul li .entry-content, .related-posts ul li .entry-permalink {
            display: none;
        }

.comments h3 {
    margin: 0 0 30px 0;
}

ol.comment-list {
    margin-bottom: 65px;
}

    ol.comment-list li .comment-body {
        padding: 17px;
    }

        ol.comment-list li .comment-body .comment-meta {
            margin: 5px 0 20px 0;
            line-height: 18px;
        }

            ol.comment-list li .comment-body .comment-meta .comment-author {
                font-size: 12px;
            }

                ol.comment-list li .comment-body .comment-meta .comment-author img.photo {
                    margin: -5px 20px 5px 0;
                }

            ol.comment-list li .comment-body .comment-meta .comment-metadata {
                font-size: 12px;
            }

        ol.comment-list li .comment-body .comment-content {
            width: 100%;
            overflow: hidden;
        }

        ol.comment-list li .comment-body .reply {
            margin: 20px 0 0 0;
        }

            ol.comment-list li .comment-body .reply a {
                line-height: 20px;
                font-size: 14px;
                text-decoration: none !important;
            }

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form input[type="search"], .comment-form textarea {
    width: 100%;
}

.error-404 .error-404-num {
    line-height: 200px;
    font-size: 220px;
}

.error-404 h2 {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 40px !important;
    font-size: 30px !important;
}

@media (min-width: 1200px) {
    .error-404 h2 {
        padding-top: 20px;
    }
}

.error-404 .page-content {
    margin: 0;
    padding: 0;
}

.error-404 .searchform-wrapper .icon-wrap {
    display: none;
}

.error-404 .searchform input[type="text"] {
    float: left;
    margin: 0 10px 0 0;
}

.error-404 .searchform input[type="submit"] {
    height: 41px;
    font-size: 18px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form textarea {
    width: 100%;
    margin-bottom: 25px;
}

.wpcf7-form input[type="submit"], .wpcf7-form input[type="reset"] {
    margin: 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
    margin: -15px 0 10px 0;
}

.wpcf7-form .ajax-loader {
    margin: 0 10px !important;
}

.wpcf7-form .wpcf7-response-output {
    margin: 15px 0;
}

.cherry-footer-logo {
    padding: 15px 0;
}

.maintenance-container {
    text-align: center;
}

    .maintenance-container .site-branding .site-title {
        margin-bottom: 15px;
    }

    .maintenance-container .site-branding .site-description {
        line-height: 24px;
        font-size: 16px;
    }

.team-single-item .team-socials .team-socials_item {
    margin-right: 15px;
}

    .team-single-item .team-socials .team-socials_item a {
        width: auto;
        height: auto;
    }

body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .swiper-button-next {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

    body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .swiper-button-next:hover {
        opacity: 0.5;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .swiper-button-prev {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

    body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .swiper-button-prev:hover {
        opacity: 0.5;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

    body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .swiper-pagination .swiper-pagination-bullet:hover {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }


/* main-responsive.css */
/*
Description: The stylesheet with a main responsive style.
Author:      Cherry Team
Version:     1.0.0
*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px; }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px; } }
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

@media (max-width: 768px) {
  ol.comment-list li.comment ol.children {
    padding-left: 15px; } }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
@media (min-width: 768px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 750px; } }
@media (min-width: 992px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 970px; } }
@media (min-width: 1200px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 1170px; } }
@media (min-width: 768px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 780px; } }
@media (min-width: 992px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 1000px; } }
@media (min-width: 1200px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 1200px; } }

.entry-content .container .container {
  width: auto; }

@media (min-width: 992px) {
  .sidebar-sidebar-content-wrapper,
  .sidebar-content-sidebar-wrapper,
  .content-sidebar-sidebar-wrapper {
    width: 80%; }

  .sidebar-content-sidebar-wrapper,
  .sidebar-sidebar-content-wrapper {
    float: right; }

  .content-sidebar-sidebar-wrapper {
    float: left; }

  .sidebar-content-wrapper #primary,
  .content-sidebar-wrapper #primary,
  .sidebar-sidebar-content-wrapper #primary,
  .sidebar-content-sidebar-wrapper #primary,
  .content-sidebar-sidebar-wrapper #primary {
    width: 75%; }

  .sidebar-content-wrapper #primary,
  .sidebar-sidebar-content-wrapper #primary {
    float: right; }

  .content-sidebar-wrapper #primary,
  .content-sidebar-sidebar-wrapper #primary,
  .sidebar-content-sidebar-wrapper #primary {
    float: left; }

  .sidebar-content-wrapper .widget-area,
  .sidebar-sidebar-content-wrapper .widget-area {
    float: left;
    width: 23%; }

  .content-sidebar-wrapper .widget-area,
  .content-sidebar-sidebar-wrapper .widget-area,
  .sidebar-content-sidebar-wrapper .widget-area {
    float: right;
    width: 23%; }

  .sidebar-sidebar-content-wrapper + .widget-area,
  .sidebar-content-sidebar-wrapper + .widget-area {
    float: left;
    width: 18%; }

  .content-sidebar-sidebar-wrapper + .widget-area {
    float: right;
    width: 18%; }

  .cherry-with-sidebar .content-area .container {
    width: 80%; } }
@media (max-width: 1400px) {
  #header {
  }

  #header .static-search-form {
    margin-left: 40px; } }
@media (max-width: 1200px) {
  #header #menu-primary .menu-items > li {
    margin-left: 20px; }

  .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer {
    width: 90%;
    padding-right: 5% !important;
    padding-left: 5% !important; }

  .cherry-tabs.style_1 .cherry-tabs-nav span {
    width: auto;
    padding-right: 30px;
    padding-left: 30px; }

  .cherry-tabs.style_1 .cherry-tabs-panes .cherry-tabs-pane {
    padding: 20px; }

  a.cherry-btn-info.style_1 {
    padding: 30px 20px 30px 20px;
    line-height: 49px;
    font-size: 43px; }

  a.cherry-btn-info.style_1 .fa {
    margin-right: 20px;
    line-height: 74px;
    font-size: 74px; }

  a.cherry-btn-info.style_2 {
    padding: 30px 20px 30px 20px;
    line-height: 49px;
    font-size: 43px; }

  a.cherry-btn-info.style_2 .fa {
    margin-right: 20px;
    line-height: 74px;
    font-size: 74px; }

  .cherry-posts-list.style_4 .cherry-posts-item {
    margin: 3px 9px; }

  .cherry-banner.banner_4 .cherry-banner_wrap .banner_img {
    max-width: 45%; }

  .cherry-banner.banner_4 .cherry-banner_wrap .cherry-banner_content p {
    overflow: visible; }

  .sidebar-main h3,
  .sidebar-secondary h3 {
    line-height: 30px;
    font-size: 30px; }

  .widget_categories select {
    padding: 5px;
    font-size: 11px; }

  .widget_categories select option {
    font-size: 11px; } }
@media (max-width: 992px) {
  #header #menu-primary .menu-items > li {
    margin-left: 10px; }

  #header #menu-primary .menu-items > li > a {
    font-size: 14px; }

  #header #menu-primary .menu-items ul.mega-sub {
    padding: 10px 5px; }

  #header #menu-primary .menu-items ul.mega-sub > li {
    padding: 0 5px; }

  #header #menu-primary .menu-items ul.mega-sub h4 {
    line-height: 20px;
    font-size: 16px; }

  #header #menu-primary .menu-items ul.mega-sub ul li,
  #header #menu-primary .menu-items ul.mega-sub ul li a {
    line-height: 18px;
    font-size: 12px; }

  .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer strong {
    line-height: 80px;
    font-size: 80px; }

  .cherry-banner.banner_box .cherry-banner_wrap h2 {
    line-height: 20px !important;
    font-size: 20px !important; }

  .cherry-banner.banner_2 .cherry-banner_wrap .banner_img {
    max-width: 45%; }

  .cherry-banner.banner_1 h2 {
    line-height: 26px !important;
    font-size: 26px !important; }

  .cherry-banner.banner_2 .cherry-banner_wrap h2 {
    padding: 0;
    line-height: 50px;
    font-size: 40px; }

  .cherry-banner.banner_3 a .cherry-banner_wrap h4 {
    font-size: 52px; }

  .cherry-banner.banner_3 a .cherry-banner_wrap i {
    padding: 14.5px 40px 14.5px 40px; }

  .cherry-banner.banner_5 .cherry-banner_wrap .banner_img {
    max-width: 45%; }

  .cherry-banner.banner_5 .cherry-banner_wrap h2 {
    line-height: 50px;
    font-size: 40px; }

  .cherry-posts-list.style_1 .cherry-posts-item .inner .post-meta {
    font-size: 26px; }

  .cherry-posts-list.style_6 .post-item .inner .caption,
  .cherry-posts-list.style_6 .post-item .inner .caption a {
    line-height: 16px !important;
    font-size: 11px !important;
    font-weight: 400 !important; }

  .cherry-posts-list.style_6 .post-item .inner .caption .indent {
    padding: 0 10px; }

  .cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_excerpt {
    overflow: visible; }

  .box_2 .cherry-box h2 {
    line-height: 60px;
    font-size: 50px; }

  .box_4 .cherry-box h2 {
    line-height: 60px;
    font-size: 50px; }

  .cherry-tabs.style_1 .cherry-tabs-nav span {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px; }

  a.cherry-btn-info.style_1 {
    padding: 30px 20px 30px 20px;
    line-height: 39px;
    font-size: 33px; }

  a.cherry-btn-info.style_1 .fa {
    margin-right: 20px;
    line-height: 44px;
    font-size: 44px; }

  a.cherry-btn-info.style_2 {
    padding: 30px 20px 30px 20px;
    line-height: 39px;
    font-size: 33px; }

  a.cherry-btn-info.style_2 .fa {
    margin-right: 20px;
    line-height: 44px;
    font-size: 44px; }

  .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item {
    display: inline; }

  .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item .cherry-breadcrumbs_item_sep {
    display: inline; }

  .error-404 .error-404-num {
    line-height: 180px;
    font-size: 180px; }

  #footer .cherry-social-follow-class ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px; }

  #footer .cherry-social-follow-class ul li a i {
    line-height: 30px; } }
@media (max-width: 768px) {
  #header {
    text-align: center; }

  #static-area-header-top {
    padding-bottom: 15px; }

  #header .static-header-logo {
    float: none !important; }

  #header .static-search-form {
    display: inline-block;
    float: none !important;
    margin: 0 0 20px 0;
    vertical-align: top; }

  #header .static-search-form .searchform {
    top: -50px;
    bottom: auto; }

  #header .static-search-form .icon-wrap br {
    display: none; }

  #header .static-header-logo {
    margin-bottom: 20px; }

  #header .static-header-logo a {
    display: inline-block;
    vertical-align: top; }

  #header .static-search-form form {
    left: 50%;
    bottom: -60px;
    margin-left: -120px; }

  #header .static-header-menu {
    position: relative;
    float: none !important;
    z-index: 998; }

  #header .static-header-menu #menu-primary {
    margin: 0; }

  #header .static-header-menu #menu-primary .menu-items {
    display: block;
    float: none; }

  #header .static-header-menu #menu-primary button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border: none;
    box-shadow: none;
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }

  #header .static-header-menu #menu-primary .menu-items {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0; }

  #header .static-header-menu #menu-primary .menu-items ul {
    background: none;
    width: 100%;
    margin: 0;
    padding: 0; }

  #header .static-header-menu #menu-primary .menu-items li,
  #header .static-header-menu #menu-primary .menu-items li li {
    display: block;
    float: none;
    margin: 1px 0 0 0; }

  #header .static-header-menu #menu-primary .menu-items li a,
  #header .static-header-menu #menu-primary .menu-items li li a {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 5px 10px !important;
    line-height: 20px !important;
    font-size: 12px !important;
    text-transform: uppercase !important; }

  .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer strong {
    margin: 0 0 15px 0;
    line-height: 50px;
    font-size: 50px; }

  .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer p {
    margin: 0 0 20px 0;
    line-height: 20px;
    font-size: 13px; }

  .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer a {
    padding: 12px 20px 12px 20px;
    line-height: 20px;
    font-size: 16px; }

  .portfolio-wrap .portfolio-container .portfolio-list {
    /* List layout */ }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content, .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content {
      width: auto;
      margin: 0 0 15px 0; }

  .cherry-banner.banner_box {
    margin-bottom: 20px; }

  .cherry-banner.banner_box .cherry-banner_wrap .banner_img a {
    display: block; }

  .cherry-banner.banner_1 {
    margin-bottom: 30px; }

  .cherry-banner.banner_1 .cherry-banner_content {
    margin: 0 0 20px 0; }

  .cherry-banner.banner_1 h2 {
    line-height: 22px !important;
    font-size: 22px !important; }

  .cherry-banner.banner_2 {
    margin-bottom: 30px; }

  .cherry-banner.banner_2 .cherry-banner_wrap .banner_img {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 0 30px 0; }

  .cherry-banner.banner_3 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .cherry-banner.banner_3 a .cherry-banner_wrap h4 {
    font-size: 62px; }

  .box_1 .cherry-box > .inner {
    padding-top: 40px;
    padding-bottom: 40px; }

  .box_2 {
    margin-top: 0; }

  .box_2 .cherry-box > .inner {
    padding-top: 30px;
    padding-bottom: 30px; }

  .box_3 {
    margin-top: 0; }

  .box_3 .cherry-box > .inner {
    padding-top: 30px;
    padding-bottom: 30px; }

  .box_4 {
    margin-top: 0; }

  .box_4 .cherry-box > .inner {
    padding-top: 30px;
    padding-bottom: 30px; }

  .box_4 .cherry-btn-link {
    margin: 0 0 30px 0 !important; }

  .box_5 .cherry-box > .inner {
    padding-top: 30px;
    padding-bottom: 30px; }

  .box_6 .cherry-box > .inner {
    padding-top: 30px;
    padding-bottom: 30px; }

  .box_7 .cherry-box > .inner {
    padding-top: 30px;
    padding-bottom: 30px; }

  .box_7 .cherry-btn-primary {
    margin-bottom: 30px; }

  .box_8 .cherry-box > .inner {
    padding-top: 64px;
    padding-bottom: 64px; }

  .cherry-posts-list.style_1 .cherry-posts-item {
    margin-bottom: 50px; }
    .cherry-posts-list.style_1 .cherry-posts-item:last-child {
      margin-bottom: 0; }

  .cherry-posts-list.style_2 {
    margin-bottom: 30px; }

  .cherry-posts-list.style_2 .cherry-posts-item .inner figure a {
    display: block;
    float: none; }

  .cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail img {
    display: block;
    width: 100%; }

  .parallax_1 {
    margin-bottom: 30px; }

  .parallax_1 .parallax-content {
    padding-top: 60px;
    padding-bottom: 60px; }

  .parallax_1 .parallax-content h2 {
    line-height: 72px;
    font-size: 62px; }

  .parallax_1 .parallax-content p {
    margin: 0;
    line-height: 33px;
    font-size: 26px; }

  .parallax_2 {
    margin-bottom: 30px; }

  .parallax_2 .parallax-content {
    padding-top: 60px;
    padding-bottom: 60px; }

  .parallax_2 .parallax-content h2 {
    line-height: 72px;
    font-size: 62px; }

  .parallax_2 .parallax-content p {
    margin: 0;
    line-height: 33px;
    font-size: 26px; }

  .parallax_3 {
    margin-bottom: 30px; }

  .parallax_3 .parallax-content {
    padding-top: 60px;
    padding-bottom: 60px; }

  .parallax_3 .parallax-content h2 {
    line-height: 72px;
    font-size: 62px; }

  .parallax_3 .parallax-content p {
    margin: 0;
    line-height: 33px;
    font-size: 26px; }

  .parallax_4 {
    margin-bottom: 30px; }

  .parallax_4 .parallax-content {
    padding-top: 60px;
    padding-bottom: 60px; }

  .parallax_4 .parallax-content h2 {
    line-height: 72px;
    font-size: 62px; }

  .parallax_4 .parallax-content p {
    margin: 0;
    line-height: 33px;
    font-size: 26px; }

  .parallax_5 {
    margin-bottom: 30px; }

  .parallax_5 .parallax-content {
    padding-top: 60px;
    padding-bottom: 60px; }

  .parallax_5 .parallax-content h2 {
    line-height: 72px;
    font-size: 62px; }

  .parallax_5 .parallax-content p {
    margin: 0;
    line-height: 33px;
    font-size: 26px; }

  .parallax_6 {
    margin-bottom: 30px; }

  .parallax_6 .parallax-content {
    padding-top: 60px;
    padding-bottom: 60px; }

  .parallax_6 .parallax-content h2 {
    line-height: 72px;
    font-size: 62px; }

  .parallax_6 .parallax-content p {
    margin: 0;
    line-height: 33px;
    font-size: 26px; }

  .parallax_7 {
    margin-bottom: 30px; }

  .parallax_7 .parallax-content {
    padding-top: 60px;
    padding-bottom: 60px; }

  .parallax_7 .parallax-content h2 {
    line-height: 72px;
    font-size: 62px; }

  .parallax_7 .parallax-content p {
    margin: 0;
    line-height: 33px;
    font-size: 26px; }

  .cherry-tabs.style_1 .cherry-tabs-panes .cherry-tabs-pane img {
    max-width: 45%;
    margin-right: 20px; }

  a.cherry-btn-info.style_1.extra {
    margin-top: 30px; }

  .cherry-spacer.extra {
    height: 30px !important; }

  .cherry-list.style_1 {
    margin-bottom: 30px; }

  .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner {
    padding: 150px 0 0 0; }

  .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner:before {
    left: 0; }

  .comment-form {
    margin-bottom: 50px; }

  .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item .cherry-breadcrumbs_item_sep {
    margin: 0 7px 0 7px; }

  .error-404 {
    text-align: center; }

  .error-404 .searchform input[type="text"] {
    float: none; }

  .cherry-services.style_1 .cherry-services_item {
    width: 100%; }

  .cherry-services.style_2 .cherry-services_item {
    width: 100%; }

  .cherry-services.style_3 .cherry-services_item {
    width: 100%; }

  .cherry-services.style_4 .cherry-services_item {
    width: 100%; }

  .team-wrap.style_1 .team-item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px; }

  .team-wrap.style_1 .team-item .team-listing_photo {
    float: left;
    max-width: 45%;
    margin: 0 20px 5px 0; }

  .team-wrap .team-socials .team-socials_item .team-socials_label {
    display: none !important; }

  .cherry-posts-list.style_5 .cherry-posts-item {
    margin-bottom: 30px; }

  .testimonials-page .testimonials-list .testimonials-item blockquote {
    overflow: visible;
    padding: 0;
    border: none; }

  .maintenance-container h1 {
    line-height: 34px !important;
    font-size: 28px !important; }

  .maintenance-container h2 {
    line-height: 24px !important;
    font-size: 18px !important; }

  #footer .sidebar-footer-1 {
    margin-bottom: 50px; }

  #footer .sidebar-footer-2 {
    margin-bottom: 50px; }

  #footer #static-area-footer-top {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (max-width: 480px) {
  h2 {
    line-height: 40px !important;
    font-size: 40px !important; }

  .site input[type="submit"], .site input[type="reset"] {
    padding: 0 20px 0 20px;
    font-size: 16px; }

  .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer strong {
    margin: 0 0 15px 0;
    line-height: 30px;
    font-size: 30px; }

  .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer p {
    display: none; }

  .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer a {
    padding: 8px 15px 8px 15px;
    line-height: 18px;
    font-size: 12px; }

  .parallax_1 .parallax-content h2 {
    line-height: 42px !important;
    font-size: 32px !important; }

  .parallax_1 .parallax-content p {
    line-height: 23px;
    font-size: 16px; }

  .parallax_2 .parallax-content h2 {
    line-height: 42px !important;
    font-size: 32px !important; }

  .parallax_2 .parallax-content p {
    line-height: 23px;
    font-size: 16px; }

  .parallax_3 .parallax-content h2 {
    line-height: 42px !important;
    font-size: 32px !important; }

  .parallax_3 .parallax-content p {
    line-height: 23px;
    font-size: 16px; }

  .parallax_4 .parallax-content h2 {
    line-height: 42px !important;
    font-size: 32px !important; }

  .parallax_4 .parallax-content p {
    line-height: 23px;
    font-size: 16px; }

  .parallax_5 .parallax-content h2 {
    line-height: 42px !important;
    font-size: 32px !important; }

  .parallax_5 .parallax-content p {
    line-height: 23px;
    font-size: 16px; }

  .parallax_6 .parallax-content h2 {
    line-height: 42px !important;
    font-size: 32px !important; }

  .parallax_6 .parallax-content p {
    line-height: 23px;
    font-size: 16px; }

  .parallax_7 .parallax-content h2 {
    line-height: 42px !important;
    font-size: 32px !important; }

  .parallax_7 .parallax-content p {
    line-height: 23px;
    font-size: 16px; }

  .cherry-tabs.style_1 .cherry-tabs-nav span {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 12px; }

  .cherry-banner.banner_2 .cherry-banner_wrap h2 {
    line-height: 40px !important;
    font-size: 30px !important; }

  .cherry-banner.banner_4 .cherry-banner_wrap .banner_img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0; }

  .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner {
    padding: 0; }

  .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner:before {
    display: none; }

  .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-thumbnail {
    margin-right: 20px; }

  .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .caption {
    overflow: visible; }

  article.post .cherry-thumb-s {
    display: inline-block;
    float: none;
    margin: 0 0 20px 0;
    vertical-align: top; }

  .related-posts h3 {
    line-height: 50px !important;
    font-size: 40px !important; }

  .comments-area h3 {
    line-height: 50px !important;
    font-size: 40px !important; }

  .error-404 .error-404-num {
    line-height: 140px;
    font-size: 140px; }

  .portfolio-wrap .portfolio-filter .filter li,
  .portfolio-wrap .portfolio-filter .order-filter > li {
    margin: 0 13px 10px 0 !important;
    line-height: 18px;
    font-size: 12px; }

  .cherry-banner.banner_5 .cherry-banner_wrap .banner_img {
    float: none;
    max-width: 100%;
    margin: 0 0 30px 0; }

  .cherry-banner.banner_5 .cherry-banner_wrap h2 {
    padding: 0; }

  .cherry-services.style_2 .services-listing .cherry-services_item .cherry-services_excerpt {
    overflow: visible; }

  body.search .site-main article .entry-thumbnail,
  body.search .site-main article .post-thumbnail {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 0 15px 0; } }


/* add-ons.css */
/*** Stylesheet for a new Cherry Framework's features. ***/
/*	Feature1
---------------------------------------------------------------*/
/*	Feature2
---------------------------------------------------------------*/

/* style-2.cs */
.cherry-mega-menu{list-style:none;padding:0 !important;margin:0;border:none;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.1);position:relative;box-sizing:border-box;z-index:99}.cherry-mega-menu.mega-menu-mobile-on{display:none;width:100% !important;float:none !important;background:#fcfcfc;clear:both}.cherry-mega-menu.mega-menu-mobile-on li[class*="menu-columns"]{width:100% !important;clear:both}.cherry-mega-menu.mega-menu-mobile-on .cherry-mega-menu-sub{height:auto}.cherry-mega-menu.mega-menu-direction-vertical{width:300px}.cherry-mega-menu:after{clear:both;width:100%;content:"";width:100%;display:block}.cherry-mega-menu-mobile-trigger{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.1);padding:10px;margin:0;cursor:pointer;display:none;position:relative;z-index:999;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cherry-mega-menu-mobile-trigger-box{display:none}.cherry-mega-menu-mobile-trigger-box:checked ~ .cherry-mega-menu,.cherry-mega-menu-mobile-trigger-box:checked ~ .cherry-mega-menu-mobile-close,.cherry-mega-menu-mobile-trigger-box:checked+.cherry-mega-menu,.cherry-mega-menu-mobile-trigger-box:checked+.cherry-mega-menu+.cherry-mega-menu-mobile-close{display:block !important}.cherry-mega-menu-mobile-trigger.mega-menu-mobile-on{display:block}.cherry-mega-menu-mobile-trigger:before{content:"\f0c9";font-family:FontAwesome;display:inline-block;font-size:1em;margin:0 10px 0 0}.cherry-mega-menu-mobile-close{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.1);padding:10px;margin:0;cursor:pointer;display:none;position:relative;z-index:999;text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cherry-mega-menu-mobile-close:before{content:"\00d7";display:inline-block;padding:0 2px 0 0;font-size:1.1em}.cherry-mega-menu-top-item{float:left;position:static;margin:0;padding:0}.cherry-mega-menu-top-item.item-type-standard{position:relative}.cherry-mega-menu-top-item>a{display:block;padding:10px}.mega-menu-mobile-on .cherry-mega-menu-top-item{float:none;clear:both}.mega-menu-direction-vertical .cherry-mega-menu-top-item{float:none;clear:both}.cherry-mega-menu .cherry-mega-menu-has-children.item-nested-sub{position:relative}.cherry-mega-menu-sub{position:absolute;left:0;top:100%;padding:5px;list-style:none;margin:0;height:0;background:#fcfcfc;box-shadow:0 2px 4px rgba(0,0,0,0.1);visibility:hidden;overflow:hidden;opacity:0;z-index:-1;box-sizing:border-box}.cherry-mega-menu-sub:after{clear:both;width:100%;display:block;content:""}.cherry-mega-menu-sub-item>a{display:block}.item-type-megamenu .cherry-mega-menu-sub{width:100%}.item-type-standard .cherry-mega-menu-sub{width:200px}.mega-menu-mobile-on .cherry-mega-menu-sub{position:static;visibility:visible !important;display:block !important;overflow:visible !important;opacity:1;box-shadow:none;width:100% !important;margin:0 !important}.item-type-megamenu li .cherry-mega-menu-sub{position:static;visibility:visible !important;display:block !important;height:auto !important;overflow:visible !important;opacity:1;background:none;box-shadow:none;padding:0;margin:0}.item-hide-mobile .cherry-mega-menu-sub{display:none !important}.cherry-mega-menu-sub.active-sub{visibility:visible !important;opacity:1;height:auto;overflow:visible;z-index:999}.cherry-mega-menu-sub.active-sub .cherry-mega-menu-sub{z-index:999}.cherry-mega-menu-sub.in-transition{height:auto;overflow:visible;z-index:999}.cherry-mega-menu-sub.effect-slide-top{margin-top:-20px;-webkit-transition-property:margin-top, opacity, visibility;transition-property:margin-top, opacity, visibility}.cherry-mega-menu-sub.effect-slide-top.active-sub{margin-top:0}.cherry-mega-menu-sub.effect-slide-bottom{margin-top:20px;-webkit-transition-property:margin-top, opacity, visibility;transition-property:margin-top, opacity, visibility}.cherry-mega-menu-sub.effect-slide-bottom.active-sub{margin-top:0}.cherry-mega-menu-sub.effect-slide-left{margin-left:-20px;-webkit-transition-property:margin-left, opacity, visibility;transition-property:margin-left, opacity, visibility}.cherry-mega-menu-sub.effect-slide-left.active-sub{margin-left:0}.cherry-mega-menu-sub.effect-slide-right{margin-left:20px;-webkit-transition-property:margin-left, opacity, visibility;transition-property:margin-left, opacity, visibility}.cherry-mega-menu-sub.effect-slide-right.active-sub{margin-left:0}.item-nested-sub>.cherry-mega-menu-sub{top:0 !important;left:100%;margin:-5px 0 0 6px;bottom:auto}.cherry-mega-menu-sub>.menu-item-standard+.menu-item-widget{clear:both}.cherry-mega-menu-sub .sub-column-item{padding-left:0;padding-right:0;padding-bottom:0;float:none !important;clear:both}.cherry-mega-menu-sub .sub-column-title>a,.cherry-mega-menu-sub .mega-block-title{font-weight:bold;font-size:14px;line-height:20px;padding-bottom:10px;margin:0}.cherry-mega-menu-sub .sub-column-title .cherry-mega-menu-sub{padding:0 !important}.cherry-mega-menu-sub:after{clear:both;width:100%;content:"";width:100%;display:block}.cherry-mega-menu-sub-item{float:left;box-sizing:border-box;padding:5px;width:100%}.cherry-mega-menu.total-columns-12 .menu-columns-1{width:8.33333333%}.cherry-mega-menu.total-columns-12 .menu-columns-2{width:16.66666667%}.cherry-mega-menu.total-columns-12 .menu-columns-3{width:25%}.cherry-mega-menu.total-columns-12 .menu-columns-4{width:33.33333333%}.cherry-mega-menu.total-columns-12 .menu-columns-5{width:41.66666667%}.cherry-mega-menu.total-columns-12 .menu-columns-6{width:50%}.cherry-mega-menu.total-columns-12 .menu-columns-7{width:58.33333333%}.cherry-mega-menu.total-columns-12 .menu-columns-8{width:66.66666667%}.cherry-mega-menu.total-columns-12 .menu-columns-9{width:75%}.cherry-mega-menu.total-columns-12 .menu-columns-10{width:83.33333333%}.cherry-mega-menu.total-columns-12 .menu-columns-11{width:91.66666667%}.cherry-mega-menu.total-columns-12 .menu-columns-12{width:100%}.mega-menu-icon{display:inline-block;vertical-align:middle;padding:4px 6px}.mega-menu-arrow{display:inline-block;vertical-align:middle;padding:0 0 0 4px}.item-hide-mobile .mega-menu-arrow{display:none !important}.item-type-megamenu li .mega-menu-arrow{display:none !important}

/* form.min.css */
.mc4wp-form{margin:1em 0}.mc4wp-form form,.mc4wp-form input,.mc4wp-form label{width:auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:auto;height:auto;vertical-align:baseline;line-height:normal}.mc4wp-form label{font-weight:700;margin-bottom:5px}.mc4wp-form input.placeholdersjs{color:#aaa!important}.mc4wp-form input[type=date],.mc4wp-form input[type=email],.mc4wp-form input[type=number],.mc4wp-form input[type=tel],.mc4wp-form input[type=text],.mc4wp-form input[type=url],.mc4wp-form select,.mc4wp-form textarea{width:100%}.mc4wp-form input[type=number]{min-width:40px}.mc4wp-form input[type=checkbox],.mc4wp-form input[type=radio]{position:relative;margin:0 6px 0 0;padding:0;height:13px;width:13px;display:inline-block;border:0}.mc4wp-form input[type=checkbox]{-webkit-appearance:checkbox}.mc4wp-form input[type=radio]{-webkit-appearance:radio}.mc4wp-form input[name="_mc4wp_required_but_not_really"]{display:none!important}.mc4wp-form button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block}.mc4wp-form label>span,.mc4wp-form li>label{font-weight:400}.mc4wp-alert{margin:1em 0;padding:10px 15px;color:#c09853;background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;position:relative}.mc4wp-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.mc4wp-notice{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.mc4wp-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}

/* style-3.css */
.cherry-services{margin-bottom:20px}.cherry-services .collapse-row{margin:0}.cherry-services.pricing-table-layout .services-listing{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.cherry-services.pricing-table-layout .services-listing>div[class*="col-md-"]{float:none;display:inline-block;vertical-align:top}.boxed-layout .cherry-services_item{padding-bottom:20px}.pricing-table-layout .cherry-services_item{padding:0;background:#fafafa}.pricing-table-layout .cherry-services_item.even{background:#efefef}.cherry-services_item:after{clear:both;content:"";width:100%;display:block}@media (min-width: 1200px){.cherry-services_item.clear-col-lg{clear:both}}@media (min-width: 1200px){.cherry-services_item.clear-col-md{clear:none}}@media (min-width: 992px){.cherry-services_item.clear-col-md{clear:both}}@media (min-width: 768px) and (max-width: 991px){.cherry-services_item.clear-col-sm{clear:both}}@media (max-width: 768px){.cherry-services_item.clear-col-xs{clear:both}}.boxed-layout .cherry-services_icon{float:left;margin:0 20px 0 0;font-size:2.5em;cursor:default}.pricing-table-layout .cherry-services_icon{padding:10px 20px;font-size:2.5em;text-align:center}.boxed-layout .cherry-services_title{margin:0;padding:5px 0 15px}.pricing-table-layout .cherry-services_title{text-align:center;margin:0;min-height:4em;padding:10px 20px 20px}.boxed-layout .cherry-services_excerpt,.boxed-layout .cherry-services_content{clear:both;padding:0 0 20px 0}.pricing-table-layout .cherry-services_excerpt,.pricing-table-layout .cherry-services_content{clear:both;padding:10px 20px}.cherry-services_actions{text-align:center;padding:10px 20px 20px}.pricing-table-layout .cherry-services_feauters>ul{list-style:none;margin:0;padding:0;border-bottom:1px solid #ddd}.pricing-table-layout .cherry-services_feauters>ul li{padding:8px 20px;border-top:1px solid #ddd}.pricing-table-layout .cherry-services_price{padding:20px 20px 10px;font-size:2em;text-align:center}.services-page,.service.type-service{padding:30px 0 0 0}.service.type-service .cherry-services_thumb{float:left;margin:0 30px 20px 0}.service.type-service .cherry-services_price{font-size:1.5em}.service.type-service .post-content{clear:both}.service.type-service .service-meta{overflow:hidden}

/* style-4.css */
.team-page-single{padding:20px 0}.team-photo{float:left;padding:0 20px 20px 0}.team-single-item .team-meta{float:left;padding:0 0 20px 0}.team-single-item .team-meta_item{display:block}.team-single-item .team-meta_item:before{display:inline-block;font-family:FontAwesome;font-size:1.1em;vertical-align:middle;margin:0 5px 0 0;min-width:20px}.team-single-item .team-meta_item.position:before{content:"\f007"}.team-single-item .team-meta_item.location:before{content:"\f041"}.team-single-item .team-meta_item.website:before{content:"\f08e"}.team-single-item .team-meta_item.email:before{content:"\f003"}.team-single-item .team-meta_item.telephone:before{content:"\f095"}.team-content{clear:both}.team-item:after{clear:both;width:100%;display:block;clear:both;content:""}.team-listing{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;padding:20px 0}.team-listing:before,.team-listing:after{display:none}.team-listing_item{text-align:center}@media (min-width: 1200px){.team-listing_item.clear-col-lg{clear:both}}@media (min-width: 1200px){.team-listing_item.clear-col-md{clear:none}}@media (min-width: 992px){.team-listing_item.clear-col-md{clear:both}}@media (min-width: 768px) and (max-width: 991px){.team-listing_item.clear-col-sm{clear:both}}@media (max-width: 768px){.team-listing_item.clear-col-xs{clear:both}}.team-listing_photo{text-align:center}.team-listing_photo img{margin:0 auto}.team-wrap:after{clear:both;content:"";width:100%;display:block}.team-socials{padding:10px 0 0 0}.team-socials_item{display:inline-block;margin:0 5px 5px 0}.team-socials_link{display:block;font-style:normal;text-decoration:none !important;width:40px;height:40px;position:relative;text-align:center}.team-socials_icon.fa{display:block;width:100%;height:100%;line-height:40px;font-size:20px}.team-socials_label{visibility:hidden;opacity:0;color:#fff;background-color:#000;background-color:rgba(0,0,0,0.7);font-size:12px;line-height:14px;width:150px;padding:5px;text-align:center;box-sizing:border-box;display:block;position:absolute;pointer-events:none;bottom:70px;left:50%;margin:0 0 0 -75px;-webkit-transition:all 200ms linear;transition:all 200ms linear}.team-socials_label:before{position:absolute;width:0;height:0;border-style:solid;border-width:6px 6px 0 6px;border-color:rgba(0,0,0,0.7) transparent transparent transparent;left:50%;bottom:-6px;margin:0 0 0 -6px;content:""}.team-socials_link:hover .team-socials_label{visibility:visible;opacity:1;bottom:50px}

/* theme.css */
.motopress-text-obj span{line-height:1em}.motopress-image-obj .motopress-image-obj-basic{max-width:100% !important;margin:0 !important;padding:0 !important;border:0}.image-caption,figcaption{font-style:italic;text-align:center}.motopress-image-slider-obj{line-height:normal;min-height:0}.motopress-image-slider-obj *{line-height:normal}.motopress-image-slider-obj .slides{list-style:none outside none;margin:0 !important;padding:0;line-height:normal}.motopress-image-slider-obj .slides li{margin:0;margin-left:0 !important;padding:0}.motopress-image-slider-obj .slides li:before,.motopress-image-slider-obj .slides li:after{content:none !important}.motopress-image-slider-obj .slides li img{margin:0;padding:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:0}.motopress-image-slider-obj .flex-control-nav{position:absolute !important;list-style:none outside none !important;margin:0 !important;padding:0 !important;line-height:normal;right:auto !important;bottom:-40px !important;text-align:center !important;z-index:auto !important}.motopress-image-slider-obj .flex-control-nav li{margin:0 6px !important;padding:0;width:auto !important;height:auto !important}.motopress-image-slider-obj .flex-control-nav li:before,.motopress-image-slider-obj .flex-control-nav li:after{content:none !important}.motopress-image-slider-obj .flex-control-nav li a{position:static;z-index:auto;width:11px !important;height:11px !important;background:#666 !important;background:rgba(0,0,0,0.5) !important}.motopress-image-slider-obj .flex-control-nav li a.flex-active{background:#000 !important;background:rgba(0,0,0,0.9) !important}.motopress-image-slider-obj .flex-direction-nav{list-style:none outside none;margin:0 !important;padding:0;line-height:normal}.motopress-image-slider-obj .flex-direction-nav li{list-style:none outside none !important}.motopress-image-slider-obj .flex-direction-nav li:before,.motopress-image-slider-obj .flex-direction-nav li:after{content:none !important}.motopress-image-slider-obj .flex-direction-nav a{margin:0 !important;background:none !important;width:40px !important;height:40px !important;text-indent:0 !important;color:rgba(0,0,0,0.8) !important;border:none !important;outline:none !important}.motopress-image-slider-obj .flex-direction-nav a.flex-prev{left:10px !important}.motopress-image-slider-obj .flex-direction-nav a.flex-next{right:10px !important}.motopress-image-slider-obj .flex-direction-nav:hover .flex-prev:hover,.motopress-image-slider-obj .flex-direction-nav:hover .flex-next:hover{opacity:1}.motopress-image-slider-obj>p{display:none !important}.motopress-row .motopress-clmn.motopress-space{min-height:10px}.motopress-row .motopress-clmn.motopress-space .motopress-space-obj{height:100%}.motopress-row .motopress-clmn.motopress-space .motopress-space-obj>div{position:absolute;top:50%;left:0;right:0}.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-light>div{border-top:1px solid #ebebeb}.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-normal>div{border-top:2px solid #cdcdcd;margin-top:-1px}.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-dotted>div{border-top:2px dotted #cdcdcd;margin-top:-1px}.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-dashed>div{border-top:2px dashed #cdcdcd;margin-top:-1px}.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-double>div{border-top:4px double #cdcdcd;margin-top:-2px}.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-groove>div{border-top:4px groove #cdcdcd;margin-top:-2px}.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-ridge>div{border-top:4px ridge #cdcdcd;margin-top:-2px}.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-heavy>div{border-top:6px inset #cdcdcd;margin-top:-3px}.motopress-video-obj{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.motopress-video-obj iframe{position:absolute;top:0;left:0;width:100%;height:100%}.motopress-video-obj .fluid-width-video-wrapper{width:auto !important;position:static !important;padding:0 !important}.motopress-button-obj .motopress-btn{display:inline-block;margin:10px 0 10px 0;color:#fff;line-height:1em;text-shadow:0 1px 1px rgba(21,21,22,0.25);text-decoration:none;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.motopress-button-obj .motopress-btn:hover,.motopress-button-obj .motopress-btn:visited{text-decoration:none}.motopress-button-obj .motopress-btn-color-silver{color:#4f4f4f;text-shadow:0 1px 1px rgba(255,255,255,0.25);-webkit-box-shadow:inset 0 0 0 1px #dcdcdc;-moz-box-shadow:inset 0 0 0 1px #dcdcdc;box-shadow:inset 0 0 0 1px #dcdcdc;background-color:#f0f0f0;background-image:-moz-linear-gradient(bottom,#e6e6e6,#fefefe);background-image:-webkit-gradient(linear,0 100%,0 0,from(#e6e6e6),to(#fefefe));background-image:-webkit-linear-gradient(bottom,#e6e6e6,#fefefe);background-image:-o-linear-gradient(bottom,#e6e6e6,#fefefe);background-image:linear-gradient(to top,#e6e6e6,#fefefe);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6',endColorstr='#fffefefe',GradientType=0)}.motopress-button-obj .motopress-btn-color-silver:hover{color:#4f4f4f;background-color:#f4f4f4;background-image:-moz-linear-gradient(bottom,#ededed,#fff);background-image:-webkit-gradient(linear,0 100%,0 0,from(#ededed),to(#fff));background-image:-webkit-linear-gradient(bottom,#ededed,#fff);background-image:-o-linear-gradient(bottom,#ededed,#fff);background-image:linear-gradient(to top,#ededed,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed',endColorstr='#ffffffff',GradientType=0)}.motopress-button-obj .motopress-btn-color-red{-webkit-box-shadow:inset 0 0 0 1px #bc3d2c;-moz-box-shadow:inset 0 0 0 1px #bc3d2c;box-shadow:inset 0 0 0 1px #bc3d2c;background-color:#dd503e;background-image:-moz-linear-gradient(bottom,#d14836,#ee5d4a);background-image:-webkit-gradient(linear,0 100%,0 0,from(#d14836),to(#ee5d4a));background-image:-webkit-linear-gradient(bottom,#d14836,#ee5d4a);background-image:-o-linear-gradient(bottom,#d14836,#ee5d4a);background-image:linear-gradient(to top,#d14836,#ee5d4a);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd14836',endColorstr='#ffee5d4a',GradientType=0)}.motopress-button-obj .motopress-btn-color-red:hover{background-color:#ea6857;background-image:-moz-linear-gradient(bottom,#e76452,#ef6f5f);background-image:-webkit-gradient(linear,0 100%,0 0,from(#e76452),to(#ef6f5f));background-image:-webkit-linear-gradient(bottom,#e76452,#ef6f5f);background-image:-o-linear-gradient(bottom,#e76452,#ef6f5f);background-image:linear-gradient(to top,#e76452,#ef6f5f);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe76452',endColorstr='#ffef6f5f',GradientType=0)}.motopress-button-obj .motopress-btn-color-pink-dreams{-webkit-box-shadow:inset 0 0 0 1px #f08eb9;-moz-box-shadow:inset 0 0 0 1px #f08eb9;box-shadow:inset 0 0 0 1px #f08eb9;background-color:#f689ba;background-image:-moz-linear-gradient(bottom,#f171ab,#feaed1);background-image:-webkit-gradient(linear,0 100%,0 0,from(#f171ab),to(#feaed1));background-image:-webkit-linear-gradient(bottom,#f171ab,#feaed1);background-image:-o-linear-gradient(bottom,#f171ab,#feaed1);background-image:linear-gradient(to top,#f171ab,#feaed1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff171ab',endColorstr='#fffeaed1',GradientType=0)}.motopress-button-obj .motopress-btn-color-pink-dreams:hover{background-color:#f8a6cb;background-image:-moz-linear-gradient(bottom,#f58dbc,#fdcbe1);background-image:-webkit-gradient(linear,0 100%,0 0,from(#f58dbc),to(#fdcbe1));background-image:-webkit-linear-gradient(bottom,#f58dbc,#fdcbe1);background-image:-o-linear-gradient(bottom,#f58dbc,#fdcbe1);background-image:linear-gradient(to top,#f58dbc,#fdcbe1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff58dbc',endColorstr='#fffdcbe1',GradientType=0)}.motopress-button-obj .motopress-btn-color-warm{-webkit-box-shadow:inset 0 0 0 1px #ea8f1a;-moz-box-shadow:inset 0 0 0 1px #ea8f1a;box-shadow:inset 0 0 0 1px #ea8f1a;background-color:#ff8c1a;background-image:-moz-linear-gradient(bottom,#ff7611,#ffac27);background-image:-webkit-gradient(linear,0 100%,0 0,from(#ff7611),to(#ffac27));background-image:-webkit-linear-gradient(bottom,#ff7611,#ffac27);background-image:-o-linear-gradient(bottom,#ff7611,#ffac27);background-image:linear-gradient(to top,#ff7611,#ffac27);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7611',endColorstr='#ffffac27',GradientType=0)}.motopress-button-obj .motopress-btn-color-warm:hover{background-color:#fda248;background-image:-moz-linear-gradient(bottom,#fb8e3d,#ffbf59);background-image:-webkit-gradient(linear,0 100%,0 0,from(#fb8e3d),to(#ffbf59));background-image:-webkit-linear-gradient(bottom,#fb8e3d,#ffbf59);background-image:-o-linear-gradient(bottom,#fb8e3d,#ffbf59);background-image:linear-gradient(to top,#fb8e3d,#ffbf59);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb8e3d',endColorstr='#ffffbf59',GradientType=0)}.motopress-button-obj .motopress-btn-color-hot-summer{-webkit-box-shadow:inset 0 0 0 1px #f2bf0b;-moz-box-shadow:inset 0 0 0 1px #f2bf0b;box-shadow:inset 0 0 0 1px #f2bf0b;background-color:#f7c712;background-image:-moz-linear-gradient(bottom,#f1b000,#ffe92e);background-image:-webkit-gradient(linear,0 100%,0 0,from(#f1b000),to(#ffe92e));background-image:-webkit-linear-gradient(bottom,#f1b000,#ffe92e);background-image:-o-linear-gradient(bottom,#f1b000,#ffe92e);background-image:linear-gradient(to top,#f1b000,#ffe92e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1b000',endColorstr='#ffffe92e',GradientType=0)}.motopress-button-obj .motopress-btn-color-hot-summer:hover{background-color:#fbd139;background-image:-moz-linear-gradient(bottom,#f9be20,#ffee5e);background-image:-webkit-gradient(linear,0 100%,0 0,from(#f9be20),to(#ffee5e));background-image:-webkit-linear-gradient(bottom,#f9be20,#ffee5e);background-image:-o-linear-gradient(bottom,#f9be20,#ffee5e);background-image:linear-gradient(to top,#f9be20,#ffee5e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9be20',endColorstr='#ffffee5e',GradientType=0)}.motopress-button-obj .motopress-btn-color-olive-garden{-webkit-box-shadow:inset 0 0 0 1px #8ad532;-moz-box-shadow:inset 0 0 0 1px #8ad532;box-shadow:inset 0 0 0 1px #8ad532;background-color:#92ca26;background-image:-moz-linear-gradient(bottom,#7fb615,#afe840);background-image:-webkit-gradient(linear,0 100%,0 0,from(#7fb615),to(#afe840));background-image:-webkit-linear-gradient(bottom,#7fb615,#afe840);background-image:-o-linear-gradient(bottom,#7fb615,#afe840);background-image:linear-gradient(to top,#7fb615,#afe840);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7fb615',endColorstr='#ffafe840',GradientType=0)}.motopress-button-obj .motopress-btn-color-olive-garden:hover{background-color:#a2d441;background-image:-moz-linear-gradient(bottom,#8dc323,#c2ee6e);background-image:-webkit-gradient(linear,0 100%,0 0,from(#8dc323),to(#c2ee6e));background-image:-webkit-linear-gradient(bottom,#8dc323,#c2ee6e);background-image:-o-linear-gradient(bottom,#8dc323,#c2ee6e);background-image:linear-gradient(to top,#8dc323,#c2ee6e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dc323',endColorstr='#ffc2ee6e',GradientType=0)}.motopress-button-obj .motopress-btn-color-green-grass{-webkit-box-shadow:inset 0 0 0 1px #51b41e;-moz-box-shadow:inset 0 0 0 1px #51b41e;box-shadow:inset 0 0 0 1px #51b41e;background-color:#42b321;background-image:-moz-linear-gradient(bottom,#329c0d,#5bd63f);background-image:-webkit-gradient(linear,0 100%,0 0,from(#329c0d),to(#5bd63f));background-image:-webkit-linear-gradient(bottom,#329c0d,#5bd63f);background-image:-o-linear-gradient(bottom,#329c0d,#5bd63f);background-image:linear-gradient(to top,#329c0d,#5bd63f);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff329c0d',endColorstr='#ff5bd63f',GradientType=0)}.motopress-button-obj .motopress-btn-color-green-grass:hover{background-color:#5bc83a;background-image:-moz-linear-gradient(bottom,#43b41c,#80e568);background-image:-webkit-gradient(linear,0 100%,0 0,from(#43b41c),to(#80e568));background-image:-webkit-linear-gradient(bottom,#43b41c,#80e568);background-image:-o-linear-gradient(bottom,#43b41c,#80e568);background-image:linear-gradient(to top,#43b41c,#80e568);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff43b41c',endColorstr='#ff80e568',GradientType=0)}.motopress-button-obj .motopress-btn-color-skyline{-webkit-box-shadow:inset 0 0 0 1px #0aafca;-moz-box-shadow:inset 0 0 0 1px #0aafca;box-shadow:inset 0 0 0 1px #0aafca;background-color:#0fc1ec;background-image:-moz-linear-gradient(bottom,#00aaea,#25e3ef);background-image:-webkit-gradient(linear,0 100%,0 0,from(#00aaea),to(#25e3ef));background-image:-webkit-linear-gradient(bottom,#00aaea,#25e3ef);background-image:-o-linear-gradient(bottom,#00aaea,#25e3ef);background-image:linear-gradient(to top,#00aaea,#25e3ef);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aaea',endColorstr='#ff25e3ef',GradientType=0)}.motopress-button-obj .motopress-btn-color-skyline:hover{background-color:#3cccef;background-image:-moz-linear-gradient(bottom,#2eb8ec,#51eaf4);background-image:-webkit-gradient(linear,0 100%,0 0,from(#2eb8ec),to(#51eaf4));background-image:-webkit-linear-gradient(bottom,#2eb8ec,#51eaf4);background-image:-o-linear-gradient(bottom,#2eb8ec,#51eaf4);background-image:linear-gradient(to top,#2eb8ec,#51eaf4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2eb8ec',endColorstr='#ff51eaf4',GradientType=0)}.motopress-button-obj .motopress-btn-color-aqua-blue{-webkit-box-shadow:inset 0 0 0 1px #228ddb;-moz-box-shadow:inset 0 0 0 1px #228ddb;box-shadow:inset 0 0 0 1px #228ddb;background-color:#2483e1;background-image:-moz-linear-gradient(bottom,#0c61d6,#48b7f1);background-image:-webkit-gradient(linear,0 100%,0 0,from(#0c61d6),to(#48b7f1));background-image:-webkit-linear-gradient(bottom,#0c61d6,#48b7f1);background-image:-o-linear-gradient(bottom,#0c61d6,#48b7f1);background-image:linear-gradient(to top,#0c61d6,#48b7f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0c61d6',endColorstr='#ff48b7f1',GradientType=0)}.motopress-button-obj .motopress-btn-color-aqua-blue:hover{background-color:#4c98e7;background-image:-moz-linear-gradient(bottom,#2977e2,#81caef);background-image:-webkit-gradient(linear,0 100%,0 0,from(#2977e2),to(#81caef));background-image:-webkit-linear-gradient(bottom,#2977e2,#81caef);background-image:-o-linear-gradient(bottom,#2977e2,#81caef);background-image:linear-gradient(to top,#2977e2,#81caef);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2977e2',endColorstr='#ff81caef',GradientType=0)}.motopress-button-obj .motopress-btn-color-violet{-webkit-box-shadow:inset 0 0 0 1px #9850d4;-moz-box-shadow:inset 0 0 0 1px #9850d4;box-shadow:inset 0 0 0 1px #9850d4;background-color:#9741d9;background-image:-moz-linear-gradient(bottom,#7c13c6,#c085f6);background-image:-webkit-gradient(linear,0 100%,0 0,from(#7c13c6),to(#c085f6));background-image:-webkit-linear-gradient(bottom,#7c13c6,#c085f6);background-image:-o-linear-gradient(bottom,#7c13c6,#c085f6);background-image:linear-gradient(to top,#7c13c6,#c085f6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c13c6',endColorstr='#ffc085f6',GradientType=0)}.motopress-button-obj .motopress-btn-color-violet:hover{background-color:#ae62e8;background-image:-moz-linear-gradient(bottom,#9532da,#d4a9fc);background-image:-webkit-gradient(linear,0 100%,0 0,from(#9532da),to(#d4a9fc));background-image:-webkit-linear-gradient(bottom,#9532da,#d4a9fc);background-image:-o-linear-gradient(bottom,#9532da,#d4a9fc);background-image:linear-gradient(to top,#9532da,#d4a9fc);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9532da',endColorstr='#ffd4a9fc',GradientType=0)}.motopress-button-obj .motopress-btn-color-dark-grey{-webkit-box-shadow:inset 0 0 0 1px #8c8c8c;-moz-box-shadow:inset 0 0 0 1px #8c8c8c;box-shadow:inset 0 0 0 1px #8c8c8c;background-color:#818181;background-image:-moz-linear-gradient(bottom,#5b5b5b,#bababa);background-image:-webkit-gradient(linear,0 100%,0 0,from(#5b5b5b),to(#bababa));background-image:-webkit-linear-gradient(bottom,#5b5b5b,#bababa);background-image:-o-linear-gradient(bottom,#5b5b5b,#bababa);background-image:linear-gradient(to top,#5b5b5b,#bababa);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b5b5b',endColorstr='#ffbababa',GradientType=0)}.motopress-button-obj .motopress-btn-color-dark-grey:hover{background-color:#a3a2a2;background-image:-moz-linear-gradient(bottom,#878787,#cdcbcb);background-image:-webkit-gradient(linear,0 100%,0 0,from(#878787),to(#cdcbcb));background-image:-webkit-linear-gradient(bottom,#878787,#cdcbcb);background-image:-o-linear-gradient(bottom,#878787,#cdcbcb);background-image:linear-gradient(to top,#878787,#cdcbcb);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff878787',endColorstr='#ffcdcbcb',GradientType=0)}.motopress-button-obj .motopress-btn-color-black{-webkit-box-shadow:inset 0 0 0 1px #1f1f1f;-moz-box-shadow:inset 0 0 0 1px #1f1f1f;box-shadow:inset 0 0 0 1px #1f1f1f;background-color:#2b2b2b;background-image:-moz-linear-gradient(bottom,#0d0d0d,#595959);background-image:-webkit-gradient(linear,0 100%,0 0,from(#0d0d0d),to(#595959));background-image:-webkit-linear-gradient(bottom,#0d0d0d,#595959);background-image:-o-linear-gradient(bottom,#0d0d0d,#595959);background-image:linear-gradient(to top,#0d0d0d,#595959);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d0d0d',endColorstr='#ff595959',GradientType=0)}.motopress-button-obj .motopress-btn-color-black:hover{background-color:#474747;background-image:-moz-linear-gradient(bottom,#272727,#767676);background-image:-webkit-gradient(linear,0 100%,0 0,from(#272727),to(#767676));background-image:-webkit-linear-gradient(bottom,#272727,#767676);background-image:-o-linear-gradient(bottom,#272727,#767676);background-image:linear-gradient(to top,#272727,#767676);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff272727',endColorstr='#ff767676',GradientType=0)}.motopress-button-obj .motopress-btn-size-large{padding:13px 36px;font-size:18px}.motopress-button-obj .motopress-btn-size-middle{padding:10px 23px;font-size:16px}.motopress-button-obj .motopress-btn-size-small{padding:7px 15px;font-size:13px}.motopress-button-obj .motopress-btn-size-mini{padding:6px 11px;font-size:11px}.motopress-button-obj .motopress-btn-rounded{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.motopress-button-obj .motopress-btn-icon-indent-mini i.motopress-btn-icon-align-left{padding-right:4px}.motopress-button-obj .motopress-btn-icon-indent-mini i.motopress-btn-icon-align-right{padding-left:4px}.motopress-button-obj .motopress-btn-icon-indent-small i.motopress-btn-icon-align-left{padding-right:8px}.motopress-button-obj .motopress-btn-icon-indent-small i.motopress-btn-icon-align-right{padding-left:8px}.motopress-button-obj .motopress-btn-icon-indent-middle i.motopress-btn-icon-align-left{padding-right:12px}.motopress-button-obj .motopress-btn-icon-indent-middle i.motopress-btn-icon-align-right{padding-left:12px}.motopress-button-obj .motopress-btn-icon-indent-large i.motopress-btn-icon-align-left{padding-right:24px}.motopress-button-obj .motopress-btn-icon-indent-large i.motopress-btn-icon-align-right{padding-left:24px}.motopress-button-obj .motopress-btn-full-width{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.motopress-google-map-obj{min-height:inherit}.motopress-google-map-obj iframe{width:100%;height:100%;min-height:inherit;margin:0}.motopress-google-chart{background-image:url("../../images/ce/loading.gif");background-repeat:no-repeat;background-position:50% 50%;min-height:24px}.motopress-google-chart.motopress-google-chart-loaded{background-image:none}.motopress-empty-chart{text-align:center;background-image:none}.motopress-embed-obj{min-height:inherit}.motopress-embed-obj.fill-space{min-height:inherit}.motopress-embed-obj.fill-space *{width:100%}.motopress-table-obj .motopress-table{width:100% !important}.motopress-table-obj .motopress-table-style-silver{background:none repeat scroll 0 0 #fefefe;border:1px solid #d3d3d3;overflow:hidden;margin:0}.motopress-table-obj .motopress-table-style-silver th,.motopress-table-obj .motopress-table-style-silver td{padding:1em;text-align:center}@media screen and (max-width:767px){.motopress-table-obj .motopress-table-style-silver th,.motopress-table-obj .motopress-table-style-silver td{padding:.5em}}@media screen and (max-width:480px){.motopress-table-obj .motopress-table-style-silver th,.motopress-table-obj .motopress-table-style-silver td{padding:0}}.motopress-table-obj .motopress-table-style-silver th{border-bottom:0 none;border-left:0 none;border-right:0 none;padding:1.4em 1em;text-shadow:1px 1px 1px #fff;background:#EEE}.motopress-table-obj .motopress-table-style-silver td{border-bottom:0 none;border-left:0 none;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.motopress-table-obj .motopress-table-style-silver tr.odd-row td{background:#f6f6f6}.motopress-table-obj .motopress-table-style-silver td:last-child{border-right:0}.motopress-table-obj .motopress-table-style-silver th:last-child{border-right:0}.motopress-table-obj .motopress-table-style-silver td{background-color:#fefefe}.motopress-table-obj .motopress-table-style-silver tr.odd-row td{background-color:#f6f6f6}.motopress-table-obj .motopress-table-style-silver th{background-color:#e5e5e5}.motopress-table-obj .motopress-table-first-col-left td:first-child,.motopress-table-obj .motopress-table-first-col-left th:first-child{text-align:left}.motopress-share-buttons,.motopress-social-profile-obj{margin:0;padding:0;height:auto}.motopress-share-buttons span,.motopress-social-profile-obj span{display:inline-block;margin:0 5px 0 0;opacity:.85}.motopress-share-buttons span:hover,.motopress-social-profile-obj span:hover{opacity:1}.motopress-share-buttons span:last-child,.motopress-social-profile-obj span:last-child{margin-right:0}.motopress-share-buttons a,.motopress-social-profile-obj a{background-repeat:no-repeat;display:block;width:100%;height:100%;border:none !important;outline:none !important}.motopress-buttons-32x32 span{width:32px;height:32px}.motopress-buttons-32x32 a{background-image:url("../../images/social-buttons-32x32.png?ver=1.6.2")}.motopress-buttons-32x32.motopress-buttons-square .motopress-button-facebook a{background-position:0 0}.motopress-buttons-32x32.motopress-buttons-square .motopress-button-google a{background-position:-32px 0}.motopress-buttons-32x32.motopress-buttons-square .motopress-button-twitter a{background-position:-64px 0}.motopress-buttons-32x32.motopress-buttons-square .motopress-button-pinterest a{background-position:-96px 0}.motopress-buttons-32x32.motopress-buttons-square .motopress-button-linkedin a{background-position:-128px 0}.motopress-buttons-32x32.motopress-buttons-square .motopress-button-flickr a{background-position:-160px 0}.motopress-buttons-32x32.motopress-buttons-square .motopress-button-vk a{background-position:-192px 0}.motopress-buttons-32x32.motopress-buttons-square .motopress-button-delicious a{background-position:-224px 0}.motopress-buttons-32x32.motopress-buttons-square .motopress-button-youtube a{background-position:-256px 0}.motopress-buttons-32x32.motopress-buttons-square .motopress-button-rss a{background-position:-288px 0}.motopress-buttons-32x32.motopress-buttons-square .motopress-button-instagram a{background-position:-320px 0}.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-facebook a{background-position:0 -32px}.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-google a{background-position:-32px -32px}.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-twitter a{background-position:-64px -32px}.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-pinterest a{background-position:-96px -32px}.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-linkedin a{background-position:-128px -32px}.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-flickr a{background-position:-160px -32px}.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-vk a{background-position:-192px -32px}.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-delicious a{background-position:-224px -32px}.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-youtube a{background-position:-256px -32px}.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-rss a{background-position:-288px -32px}.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-instagram a{background-position:-320px -32px}.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-facebook a{background-position:0 -64px}.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-google a{background-position:-32px -64px}.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-twitter a{background-position:-64px -64px}.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-pinterest a{background-position:-96px -64px}.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-linkedin a{background-position:-128px -64px}.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-flickr a{background-position:-160px -64px}.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-vk a{background-position:-192px -64px}.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-delicious a{background-position:-224px -64px}.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-youtube a{background-position:-256px -64px}.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-rss a{background-position:-288px -64px}.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-instagram a{background-position:-320px -64px}.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-facebook a{background-position:0 -96px}.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-google a{background-position:-32px -96px}.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-twitter a{background-position:-64px -96px}.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-pinterest a{background-position:-96px -96px}.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-linkedin a{background-position:-128px -96px}.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-flickr a{background-position:-160px -96px}.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-vk a{background-position:-192px -96px}.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-delicious a{background-position:-224px -96px}.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-youtube a{background-position:-256px -96px}.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-rss a{background-position:-288px -96px}.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-instagram a{background-position:-320px -96px}.motopress-buttons-64x64 span{width:64px;height:64px}.motopress-buttons-64x64 a{background-image:url("../../images/social-buttons-64x64.png?ver=1.6.2")}.motopress-buttons-64x64.motopress-buttons-square .motopress-button-facebook a{background-position:0 0}.motopress-buttons-64x64.motopress-buttons-square .motopress-button-google a{background-position:-64px 0}.motopress-buttons-64x64.motopress-buttons-square .motopress-button-twitter a{background-position:-128px 0}.motopress-buttons-64x64.motopress-buttons-square .motopress-button-pinterest a{background-position:-192px 0}.motopress-buttons-64x64.motopress-buttons-square .motopress-button-linkedin a{background-position:-256px 0}.motopress-buttons-64x64.motopress-buttons-square .motopress-button-flickr a{background-position:-320px 0}.motopress-buttons-64x64.motopress-buttons-square .motopress-button-vk a{background-position:-384px 0}.motopress-buttons-64x64.motopress-buttons-square .motopress-button-delicious a{background-position:-448px 0}.motopress-buttons-64x64.motopress-buttons-square .motopress-button-youtube a{background-position:-512px 0}.motopress-buttons-64x64.motopress-buttons-square .motopress-button-rss a{background-position:-576px 0}.motopress-buttons-64x64.motopress-buttons-square .motopress-button-instagram a{background-position:-640px 0}.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-facebook a{background-position:0 -64px}.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-google a{background-position:-64px -64px}.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-twitter a{background-position:-128px -64px}.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-pinterest a{background-position:-192px -64px}.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-linkedin a{background-position:-256px -64px}.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-flickr a{background-position:-320px -64px}.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-vk a{background-position:-384px -64px}.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-delicious a{background-position:-448px -64px}.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-youtube a{background-position:-512px -64px}.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-rss a{background-position:-576px -64px}.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-instagram a{background-position:-640px -64px}.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-facebook a{background-position:0 -128px}.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-google a{background-position:-64px -128px}.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-twitter a{background-position:-128px -128px}.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-pinterest a{background-position:-192px -128px}.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-linkedin a{background-position:-256px -128px}.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-flickr a{background-position:-320px -128px}.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-vk a{background-position:-384px -128px}.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-delicious a{background-position:-448px -128px}.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-youtube a{background-position:-512px -128px}.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-rss a{background-position:-576px -128px}.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-instagram a{background-position:-640px -128px}.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-facebook a{background-position:0 -192px}.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-google a{background-position:-64px -192px}.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-twitter a{background-position:-128px -192px}.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-pinterest a{background-position:-192px -192px}.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-linkedin a{background-position:-256px -192px}.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-flickr a{background-position:-320px -192px}.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-vk a{background-position:-384px -192px}.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-delicious a{background-position:-448px -192px}.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-youtube a{background-position:-512px -192px}.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-rss a{background-position:-576px -192px}.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-instagram a{background-position:-640px -192px}.motopress-tabs-obj.ui-tabs{height:100% !important;padding:0 !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic.ui-widget-content{border:none !important;background-color:transparent !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic.ui-corner-all{-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav{background-image:none !important;background-color:transparent !important;margin:0 !important;padding:0 !important;border:none !important;border-left:1px solid #ddd !important;outline:none !important;box-shadow:none !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav.ui-corner-all{-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav.ui-helper-clearfix:after{clear:both !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav.ui-helper-clearfix:before,.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav.ui-helper-clearfix:after{content:"" !important;display:table !important;border-collapse:collapse !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li{list-style:none !important;float:left;margin:0 !important;padding:0 !important;border-top:1px solid #ddd !important;border-right:1px solid #ddd !important;border-bottom:none !important;border-left:none !important;outline:none !important;box-shadow:none !important;background:none !important;background-color:#ececec !important;position:static !important;vertical-align:middle}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li:hover{background-color:#fff !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li.ui-corner-top{-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li:focus{outline:none !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li a{display:block !important;padding:12px 17px !important;font-size:14px !important;color:#000 !important;text-decoration:none !important;border:none !important;outline:none !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li a .fa,.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li a .tab-text{vertical-align:baseline}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li a:hover{text-decoration:none !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li a:focus{outline:none !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li.ui-state-active{background-color:#fff !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li.mp-icon-size-custom .fa,.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li.mp-icon-size-custom .tab-text{vertical-align:middle}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-panel{margin:0 !important;padding:20px;overflow-y:auto !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-panel.ui-widget-content{border:1px solid #ddd !important;background-color:#fff !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-vertical .ui-tabs-nav li{border-right:none !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-vertical .ui-tabs-nav li a{text-align:center}.motopress-tabs-obj.ui-tabs.motopress-tabs-vertical .ui-tabs-nav li:last-child{border-bottom:1px solid #ddd !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-vertical .ui-tabs-nav li.ui-state-active a{moz-box-shadow:1px 0 0 0 #fff,1px 0 0 0 #fff !important;-webkit-box-shadow:1px 0 0 0 #fff,1px 0 0 0 #fff !important;box-shadow:1px 0 0 0 #fff,1px 0 0 0 #fff !important;color:#000 !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-vertical .motopress-tab{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.motopress-tabs-obj.ui-tabs.motopress-tabs-no-vertical .ui-tabs-nav{display:table;table-layout:fixed}.motopress-tabs-obj.ui-tabs.motopress-tabs-no-vertical .ui-tabs-nav li{float:none;display:table-cell}.motopress-tabs-obj.ui-tabs.motopress-tabs-no-vertical .ui-tabs-nav li.ui-state-active a{moz-box-shadow:0 1px 0 0 #fff,0 1px 0 0 #fff !important;-webkit-box-shadow:0 1px 0 0 #fff,0 1px 0 0 #fff !important;box-shadow:0 1px 0 0 #fff,0 1px 0 0 #fff !important;color:#000 !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-no-vertical.motopress-tabs-fullwidth .ui-tabs-nav{width:100%}.motopress-tabs-obj.ui-tabs.motopress-tabs-no-vertical.motopress-tabs-fullwidth .ui-tabs-nav li{width:100%}.motopress-tabs-obj.ui-tabs.motopress-tabs-no-vertical.motopress-tabs-fullwidth .ui-tabs-nav li a{text-align:center}.motopress-tabs-obj.ui-tabs.motopress-tabs-vertical ul{float:left}.motopress-tabs-obj.ui-tabs.motopress-tabs-vertical ul>li{float:none !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-no-vertical ul{float:none}.motopress-tabs-obj.ui-tabs.motopress-tabs-no-vertical ul>li{float-left:left !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-padding-0 .ui-tabs-panel.ui-widget-content{padding:0 !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-padding-10 .ui-tabs-panel.ui-widget-content{padding:10px !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-padding-20 .ui-tabs-panel.ui-widget-content{padding:20px !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-padding-30 .ui-tabs-panel.ui-widget-content{padding:30px !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-padding-40 .ui-tabs-panel.ui-widget-content{padding:40px !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-padding-50 .ui-tabs-panel.ui-widget-content{padding:50px !important}.motopress-tabs-obj>p{display:none !important}@media screen and (max-width:767px){.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav{display:block;float:none;border-left:none !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li{display:block !important;width:100% !important;border:1px solid #ddd !important;border-bottom:none !important;box-sizing:border-box !important;text-align:center}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li.ui-state-active a{moz-box-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;color:#000 !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li:last-child{border-bottom:none !important}.motopress-tabs-obj.ui-tabs.motopress-tabs-vertical .motopress-tab{min-height:1px !important}}.motopress-accordion-obj.ui-accordion .motopress-accordion-item{border-bottom-width:1px;border-bottom-style:solid}.motopress-accordion-obj.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:0 !important;padding:.7em .7em .7em .9em !important;min-height:0;font-size:100%}.motopress-accordion-obj.ui-accordion .ui-accordion-header:focus{outline:0}.motopress-accordion-obj.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:0;top:50%;margin-top:-11px}.motopress-accordion-obj.ui-accordion .ui-accordion-header .ui-icon{background:transparent url('../../images/accordion.png?ver=1.6.2') no-repeat;width:22px;height:22px}.motopress-accordion-obj.ui-accordion .ui-accordion-icons{padding-left:2.4em !important}.motopress-accordion-obj.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.4em !important}.motopress-accordion-obj.ui-accordion .ui-accordion-content{padding:0 0 1em;border-top:0;overflow:auto}.motopress-accordion-obj.ui-accordion.motopress-accordion-light .motopress-accordion-item{border-bottom-color:#e0dede}.motopress-accordion-obj.ui-accordion.motopress-accordion-light .ui-accordion-header .ui-icon{border:1px solid #ddd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.motopress-accordion-obj.ui-accordion.motopress-accordion-light .ui-accordion-header .ui-icon-triangle-1-e{background-color:#ececec;background-position:-1px -1px}.motopress-accordion-obj.ui-accordion.motopress-accordion-light .ui-accordion-header .ui-icon-triangle-1-s{background-color:#fff;background-position:-1px -23px}.motopress-accordion-obj.ui-accordion.motopress-accordion-dark .motopress-accordion-item{border-bottom-color:#3e3e3e}.motopress-accordion-obj.ui-accordion.motopress-accordion-dark .ui-accordion-header .ui-icon-triangle-1-e{background-color:#3e3e3e;background-position:-22px 0}.motopress-accordion-obj.ui-accordion.motopress-accordion-dark .ui-accordion-header .ui-icon-triangle-1-s{background-color:#4c4c4c;background-position:-22px -22px}.motopress-accordion-obj.ui-accordion>p{display:none !important}#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-thumbnail>img,.motopress-posts-grid-obj .motopress-posts-grid-thumbnail>img{margin:20px 0;max-width:100%;height:auto}#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-thumbnail>img:first-child,.motopress-posts-grid-obj .motopress-posts-grid-thumbnail>img:first-child{margin-top:0}#motopress-container .motopress-posts-grid-obj .motopress-thumbnail-left .motopress-posts-grid-thumbnail,.motopress-posts-grid-obj .motopress-thumbnail-left .motopress-posts-grid-thumbnail{float:left !important;margin:0 20px 20px 0}#motopress-container .motopress-posts-grid-obj .motopress-thumbnail-left .motopress-posts-grid-thumbnail>img,.motopress-posts-grid-obj .motopress-thumbnail-left .motopress-posts-grid-thumbnail>img{margin:0}#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-meta .motopress-posts-grid-date,.motopress-posts-grid-obj .motopress-posts-grid-meta .motopress-posts-grid-date{float:left}#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-meta .motopress-posts-grid-date.motopress-no-float,.motopress-posts-grid-obj .motopress-posts-grid-meta .motopress-posts-grid-date.motopress-no-float{float:none}#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-meta .comments-link,.motopress-posts-grid-obj .motopress-posts-grid-meta .comments-link{text-align:right}#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-more,.motopress-posts-grid-obj .motopress-posts-grid-more{margin-top:10px}#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-next,.motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-next,#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-prev,.motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-prev{display:inline-block}#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-next,.motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-next{float:right}#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-prev,.motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-prev{float:left}#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-0 .mp-row-fluid,.motopress-posts-grid-obj.motopress-posts-grid-gap-0 .mp-row-fluid{margin-bottom:0 !important}#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-10 .mp-row-fluid,.motopress-posts-grid-obj.motopress-posts-grid-gap-10 .mp-row-fluid{margin-bottom:10px !important}#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-20 .mp-row-fluid,.motopress-posts-grid-obj.motopress-posts-grid-gap-20 .mp-row-fluid{margin-bottom:20px !important}#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-30 .mp-row-fluid,.motopress-posts-grid-obj.motopress-posts-grid-gap-30 .mp-row-fluid{margin-bottom:30px !important}#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-40 .mp-row-fluid,.motopress-posts-grid-obj.motopress-posts-grid-gap-40 .mp-row-fluid{margin-bottom:40px !important}#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-50 .mp-row-fluid,.motopress-posts-grid-obj.motopress-posts-grid-gap-50 .mp-row-fluid{margin-bottom:50px !important}#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-60 .mp-row-fluid,.motopress-posts-grid-obj.motopress-posts-grid-gap-60 .mp-row-fluid{margin-bottom:60px !important}#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-70 .mp-row-fluid,.motopress-posts-grid-obj.motopress-posts-grid-gap-70 .mp-row-fluid{margin-bottom:70px !important}#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-80 .mp-row-fluid,.motopress-posts-grid-obj.motopress-posts-grid-gap-80 .mp-row-fluid{margin-bottom:80px !important}#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-90 .mp-row-fluid,.motopress-posts-grid-obj.motopress-posts-grid-gap-90 .mp-row-fluid{margin-bottom:90px !important}#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-100 .mp-row-fluid,.motopress-posts-grid-obj.motopress-posts-grid-gap-100 .mp-row-fluid{margin-bottom:100px !important}#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-0 .mp-row-fluid:last-child,.motopress-posts-grid-obj.motopress-posts-grid-gap-0 .mp-row-fluid:last-child,#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-10 .mp-row-fluid:last-child,.motopress-posts-grid-obj.motopress-posts-grid-gap-10 .mp-row-fluid:last-child,#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-20 .mp-row-fluid:last-child,.motopress-posts-grid-obj.motopress-posts-grid-gap-20 .mp-row-fluid:last-child,#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-30 .mp-row-fluid:last-child,.motopress-posts-grid-obj.motopress-posts-grid-gap-30 .mp-row-fluid:last-child,#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-40 .mp-row-fluid:last-child,.motopress-posts-grid-obj.motopress-posts-grid-gap-40 .mp-row-fluid:last-child,#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-50 .mp-row-fluid:last-child,.motopress-posts-grid-obj.motopress-posts-grid-gap-50 .mp-row-fluid:last-child,#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-60 .mp-row-fluid:last-child,.motopress-posts-grid-obj.motopress-posts-grid-gap-60 .mp-row-fluid:last-child,#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-70 .mp-row-fluid:last-child,.motopress-posts-grid-obj.motopress-posts-grid-gap-70 .mp-row-fluid:last-child,#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-80 .mp-row-fluid:last-child,.motopress-posts-grid-obj.motopress-posts-grid-gap-80 .mp-row-fluid:last-child,#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-90 .mp-row-fluid:last-child,.motopress-posts-grid-obj.motopress-posts-grid-gap-90 .mp-row-fluid:last-child,#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-100 .mp-row-fluid:last-child,.motopress-posts-grid-obj.motopress-posts-grid-gap-100 .mp-row-fluid:last-child{margin-bottom:0 !important}#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-load-more .motopress-btn,.motopress-posts-grid-obj .motopress-posts-grid-load-more .motopress-btn{display:block;text-align:center}.load-more-overlay,.load-more-overlay:hover{background-image:url("data:image/gif;base64,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");filter:alpha(opacity=50);opacity:.5}.mp-row-fluid{position:relative}.mp-row-fluid>.mp-video-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.mp-row-fluid>.mp-video-container>.mp-youtube-cover,.mp-row-fluid>.mp-video-container>.mp-video-cover{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:repeat}.mp-row-fluid>.mp-video-container>.mp-youtube-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.mp-row-fluid>.mp-video-container>.mp-youtube-container>iframe{position:absolute;top:0;left:0;width:100%;height:100%}.mp-row-fluid>.mp-video-container>.mp-youtube-container>img{position:absolute;top:0;left:0;width:100%;height:100%}.mp-row-fluid>.mp-video-container>.mp-youtube-container .mp-youtube-cover{position:absolute;top:0;left:0;width:100%;height:100%}.mp-row-fluid>.mp-video-container>video{position:absolute;top:0;left:0;width:100%}.mp-row-fluid.motopress-row-color-red{background-color:red}.mp-row-fluid.motopress-row-color-blue{background-color:#00f}.mp-row-fluid.motopress-row-color-green{background-color:#0f0}.mp-row-fluid.motopress-row-image-1{background-image:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NzApLCBxdWFsaXR5ID0gOTAK/9sAQwADAgIDAgIDAwMDBAMDBAUIBQUEBAUKBwcGCAwKDAwLCgsLDQ4SEA0OEQ4LCxAWEBETFBUVFQwPFxgWFBgSFBUU/9sAQwEDBAQFBAUJBQUJFA0LDRQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgCWAJYAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A/VOiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAopKM0ALR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JFTP5mt+y/Z28T3xH2m40+xXvlzIw/IV9KK24nnpTiK9yhwLlVF3nzS9X/kjzqnEmOmrRsvlr+LPENL/AGXrAENqmt3Vz/eS3iWIH8Tk13OgfBXwf4dZHt9HhnmXpNd/vm/8e4H4Cu2jGM0+vqMNkmW4TWjQjfu1d/e7njVsxxeI0qVH6bL7kRJAsaqqAIijAVRgAU7y+e35U+ivcWmiPNt1G7eTRj3p1FAxAMUtFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAhGaNtLRQA0qD1pQAKWigBMAUYpaKBWExRilooCwhUGk2j3p1FAWG7RS4paKBiAYpaKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigD/2Q==);background-position:center center;background-repeat:no-repeat;background-size:cover}.mp-row-fluid.motopress-row-border-black{border:5px solid black}.mp-row-fluid.motopress-row-border-red{border:5px solid red}.mp-row-fluid.motopress-row-shadow-black{-webkit-box-shadow:0 0 10px 0 black;-moz-box-shadow:0 0 10px 0 black;box-shadow:0 0 10px 0 black}.mp-row-fluid.motopress-row-shadow-red{-webkit-box-shadow:0 0 10px 0 red;-moz-box-shadow:0 0 10px 0 red;box-shadow:0 0 10px 0 red}.mp-row-fluid.motopress-row-parallax{background-position:center 0;background-repeat:no-repeat;background-attachment:fixed}.motopress-grid-gallery-obj{text-align:center}.motopress-grid-gallery-obj .motopress-image-caption{text-align:center}.motopress-grid-gallery-obj>p{display:none}.motopress-grid-gallery-obj.motopress-grid-gallery-one-column .mp-row-fluid{margin-top:10px}.motopress-grid-gallery-obj.motopress-grid-gallery-one-column .mp-row-fluid:first-child{margin-top:0}.motopress-service-box-obj .motopress-service-box-icon-section{display:inline-block;position:relative;box-sizing:border-box}.motopress-service-box-obj .motopress-service-box-icon-section .motopress-service-box-icon-holder{position:relative;display:table-cell;box-sizing:border-box;line-height:0;text-align:center;overflow:hidden;vertical-align:middle}.motopress-service-box-obj .motopress-service-box-icon-section .motopress-service-box-icon-holder-rounded{border-radius:5%}.motopress-service-box-obj .motopress-service-box-icon-section .motopress-service-box-icon-holder-circle{border-radius:50%}.motopress-service-box-obj .motopress-service-box-icon-section .motopress-service-box-icon-holder i,.motopress-service-box-obj .motopress-service-box-icon-section .motopress-service-box-icon-holder img{font-size:inherit !important}.motopress-service-box-obj .motopress-service-box-icon-section .motopress-service-box-icon-holder i{position:relative}.motopress-service-box-obj .motopress-service-box-icon-section .motopress-service-box-icon-holder img{max-width:1em;max-height:1em;position:relative}.motopress-service-box-obj .motopress-service-box-icon-section .motopress-service-box-icon-holder.motopress-service-box-icon-holder-grayscaled-ie10{transition:none;-webkit-transition:none;position:absolute;z-index:1;margin-top:-2em}.motopress-service-box-obj .motopress-service-box-icon-section .motopress-service-box-icon-holder.motopress-service-box-icon-holder-grayscaled-ie10 i{position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}.motopress-service-box-obj .motopress-service-box-icon-section .motopress-service-box-icon-holder.motopress-service-box-icon-holder-grayscaled-ie10 img{max-width:1em;max-height:1em;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}.motopress-service-box-obj .motopress-service-box-icon-section.motopress-service-box-small-icon .motopress-service-box-icon-holder{min-height:1em;height:1em;min-width:1em;width:1em}.motopress-service-box-obj .motopress-service-box-icon-section.motopress-service-box-big-image{overflow:hidden;display:block;min-width:100%;width:100%;max-width:100%}.motopress-service-box-obj .motopress-service-box-icon-section.motopress-service-box-big-image .motopress-service-box-icon-holder{display:block;width:100%;min-height:1em;max-height:1em;height:1em;overflow:hidden}.motopress-service-box-obj .motopress-service-box-icon-section.motopress-service-box-big-image .motopress-service-box-icon-holder div{content:"";background-size:cover;background-position:center center;display:block;width:100%;height:100%}.motopress-service-box-obj .motopress-service-box-icon-section.motopress-service-box-big-image .motopress-service-box-icon-holder.motopress-service-box-icon-holder-grayscaled-ie10{position:relative;margin-top:-1em}.motopress-service-box-obj.motopress-service-box-icon-effect-grayscale .motopress-service-box-icon-holder{filter:url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'grayscale\'><feColorMatrixtype=\'matrix\'values=\'0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010\'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);filter:grayscale(100%);transition:all .6s ease-out;-webkit-transition:all .6s ease}.motopress-service-box-obj.motopress-service-box-icon-effect-grayscale:hover .motopress-service-box-icon-holder{filter:none;-webkit-filter:grayscale(0);filter:grayscale(0)}.motopress-service-box-obj.motopress-service-box-icon-effect-zoom .motopress-service-box-icon-section:not(.motopress-service-box-big-image) .motopress-service-box-icon-holder{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);transition:all .6s ease-out;-webkit-transition:all .6s ease-out}.motopress-service-box-obj.motopress-service-box-icon-effect-zoom .motopress-service-box-icon-section.motopress-service-box-big-image .motopress-service-box-icon-holder div{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);transition:all .6s ease-out;-webkit-transition:all .6s ease-out}.motopress-service-box-obj.motopress-service-box-icon-effect-zoom:hover .motopress-service-box-icon-section:not(.motopress-service-box-big-image) .motopress-service-box-icon-holder{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.motopress-service-box-obj.motopress-service-box-icon-effect-zoom:hover .motopress-service-box-icon-section.motopress-service-box-big-image .motopress-service-box-icon-holder div{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.motopress-service-box-obj.motopress-service-box-icon-effect-rotate .motopress-service-box-icon-holder{-webkit-transform:rotateY(0);-o-transform:scale(1);-ms-transform:rotateY(0);transform:rotateY(0);-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .6s ease-out;-webkit-transition:all .6s ease-out}.motopress-service-box-obj.motopress-service-box-icon-effect-rotate:hover .motopress-service-box-icon-holder{-webkit-transform:rotateY(360deg);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:rotateY(360deg);transform:rotateY(360deg)}.motopress-service-box-obj.motopress-service-box-centered{text-align:center}.motopress-service-box-obj.motopress-service-box-centered .motopress-service-box-icon-section{text-align:center}.motopress-service-box-obj.motopress-service-box-heading-float .motopress-service-box-icon-section{display:table-cell;vertical-align:middle}.motopress-service-box-obj.motopress-service-box-heading-float .motopress-service-box-heading-section{display:table-cell;vertical-align:middle}.motopress-service-box-obj.motopress-service-box-text-heading-float .motopress-service-box-icon-section{display:table-cell;vertical-align:top}.motopress-service-box-obj.motopress-service-box-text-heading-float .motopress-service-box-text-heading-wrapper{display:table-cell;vertical-align:middle}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn{display:inline-block;margin:10px 0 10px 0;color:#fff;line-height:1em;text-shadow:0 1px 1px rgba(21,21,22,0.25);text-decoration:none;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn:hover,.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn:visited{text-decoration:none}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-silver{color:#4f4f4f;text-shadow:0 1px 1px rgba(255,255,255,0.25);-webkit-box-shadow:inset 0 0 0 1px #dcdcdc;-moz-box-shadow:inset 0 0 0 1px #dcdcdc;box-shadow:inset 0 0 0 1px #dcdcdc;background-color:#f0f0f0;background-image:-moz-linear-gradient(bottom,#e6e6e6,#fefefe);background-image:-webkit-gradient(linear,0 100%,0 0,from(#e6e6e6),to(#fefefe));background-image:-webkit-linear-gradient(bottom,#e6e6e6,#fefefe);background-image:-o-linear-gradient(bottom,#e6e6e6,#fefefe);background-image:linear-gradient(to top,#e6e6e6,#fefefe);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6',endColorstr='#fffefefe',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-silver:hover{color:#4f4f4f;background-color:#f4f4f4;background-image:-moz-linear-gradient(bottom,#ededed,#fff);background-image:-webkit-gradient(linear,0 100%,0 0,from(#ededed),to(#fff));background-image:-webkit-linear-gradient(bottom,#ededed,#fff);background-image:-o-linear-gradient(bottom,#ededed,#fff);background-image:linear-gradient(to top,#ededed,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed',endColorstr='#ffffffff',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-red{-webkit-box-shadow:inset 0 0 0 1px #bc3d2c;-moz-box-shadow:inset 0 0 0 1px #bc3d2c;box-shadow:inset 0 0 0 1px #bc3d2c;background-color:#dd503e;background-image:-moz-linear-gradient(bottom,#d14836,#ee5d4a);background-image:-webkit-gradient(linear,0 100%,0 0,from(#d14836),to(#ee5d4a));background-image:-webkit-linear-gradient(bottom,#d14836,#ee5d4a);background-image:-o-linear-gradient(bottom,#d14836,#ee5d4a);background-image:linear-gradient(to top,#d14836,#ee5d4a);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd14836',endColorstr='#ffee5d4a',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-red:hover{background-color:#ea6857;background-image:-moz-linear-gradient(bottom,#e76452,#ef6f5f);background-image:-webkit-gradient(linear,0 100%,0 0,from(#e76452),to(#ef6f5f));background-image:-webkit-linear-gradient(bottom,#e76452,#ef6f5f);background-image:-o-linear-gradient(bottom,#e76452,#ef6f5f);background-image:linear-gradient(to top,#e76452,#ef6f5f);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe76452',endColorstr='#ffef6f5f',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-pink-dreams{-webkit-box-shadow:inset 0 0 0 1px #f08eb9;-moz-box-shadow:inset 0 0 0 1px #f08eb9;box-shadow:inset 0 0 0 1px #f08eb9;background-color:#f689ba;background-image:-moz-linear-gradient(bottom,#f171ab,#feaed1);background-image:-webkit-gradient(linear,0 100%,0 0,from(#f171ab),to(#feaed1));background-image:-webkit-linear-gradient(bottom,#f171ab,#feaed1);background-image:-o-linear-gradient(bottom,#f171ab,#feaed1);background-image:linear-gradient(to top,#f171ab,#feaed1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff171ab',endColorstr='#fffeaed1',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-pink-dreams:hover{background-color:#f8a6cb;background-image:-moz-linear-gradient(bottom,#f58dbc,#fdcbe1);background-image:-webkit-gradient(linear,0 100%,0 0,from(#f58dbc),to(#fdcbe1));background-image:-webkit-linear-gradient(bottom,#f58dbc,#fdcbe1);background-image:-o-linear-gradient(bottom,#f58dbc,#fdcbe1);background-image:linear-gradient(to top,#f58dbc,#fdcbe1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff58dbc',endColorstr='#fffdcbe1',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-warm{-webkit-box-shadow:inset 0 0 0 1px #ea8f1a;-moz-box-shadow:inset 0 0 0 1px #ea8f1a;box-shadow:inset 0 0 0 1px #ea8f1a;background-color:#ff8c1a;background-image:-moz-linear-gradient(bottom,#ff7611,#ffac27);background-image:-webkit-gradient(linear,0 100%,0 0,from(#ff7611),to(#ffac27));background-image:-webkit-linear-gradient(bottom,#ff7611,#ffac27);background-image:-o-linear-gradient(bottom,#ff7611,#ffac27);background-image:linear-gradient(to top,#ff7611,#ffac27);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7611',endColorstr='#ffffac27',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-warm:hover{background-color:#fda248;background-image:-moz-linear-gradient(bottom,#fb8e3d,#ffbf59);background-image:-webkit-gradient(linear,0 100%,0 0,from(#fb8e3d),to(#ffbf59));background-image:-webkit-linear-gradient(bottom,#fb8e3d,#ffbf59);background-image:-o-linear-gradient(bottom,#fb8e3d,#ffbf59);background-image:linear-gradient(to top,#fb8e3d,#ffbf59);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb8e3d',endColorstr='#ffffbf59',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-hot-summer{-webkit-box-shadow:inset 0 0 0 1px #f2bf0b;-moz-box-shadow:inset 0 0 0 1px #f2bf0b;box-shadow:inset 0 0 0 1px #f2bf0b;background-color:#f7c712;background-image:-moz-linear-gradient(bottom,#f1b000,#ffe92e);background-image:-webkit-gradient(linear,0 100%,0 0,from(#f1b000),to(#ffe92e));background-image:-webkit-linear-gradient(bottom,#f1b000,#ffe92e);background-image:-o-linear-gradient(bottom,#f1b000,#ffe92e);background-image:linear-gradient(to top,#f1b000,#ffe92e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1b000',endColorstr='#ffffe92e',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-hot-summer:hover{background-color:#fbd139;background-image:-moz-linear-gradient(bottom,#f9be20,#ffee5e);background-image:-webkit-gradient(linear,0 100%,0 0,from(#f9be20),to(#ffee5e));background-image:-webkit-linear-gradient(bottom,#f9be20,#ffee5e);background-image:-o-linear-gradient(bottom,#f9be20,#ffee5e);background-image:linear-gradient(to top,#f9be20,#ffee5e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9be20',endColorstr='#ffffee5e',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-olive-garden{-webkit-box-shadow:inset 0 0 0 1px #8ad532;-moz-box-shadow:inset 0 0 0 1px #8ad532;box-shadow:inset 0 0 0 1px #8ad532;background-color:#92ca26;background-image:-moz-linear-gradient(bottom,#7fb615,#afe840);background-image:-webkit-gradient(linear,0 100%,0 0,from(#7fb615),to(#afe840));background-image:-webkit-linear-gradient(bottom,#7fb615,#afe840);background-image:-o-linear-gradient(bottom,#7fb615,#afe840);background-image:linear-gradient(to top,#7fb615,#afe840);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7fb615',endColorstr='#ffafe840',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-olive-garden:hover{background-color:#a2d441;background-image:-moz-linear-gradient(bottom,#8dc323,#c2ee6e);background-image:-webkit-gradient(linear,0 100%,0 0,from(#8dc323),to(#c2ee6e));background-image:-webkit-linear-gradient(bottom,#8dc323,#c2ee6e);background-image:-o-linear-gradient(bottom,#8dc323,#c2ee6e);background-image:linear-gradient(to top,#8dc323,#c2ee6e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dc323',endColorstr='#ffc2ee6e',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-green-grass{-webkit-box-shadow:inset 0 0 0 1px #51b41e;-moz-box-shadow:inset 0 0 0 1px #51b41e;box-shadow:inset 0 0 0 1px #51b41e;background-color:#42b321;background-image:-moz-linear-gradient(bottom,#329c0d,#5bd63f);background-image:-webkit-gradient(linear,0 100%,0 0,from(#329c0d),to(#5bd63f));background-image:-webkit-linear-gradient(bottom,#329c0d,#5bd63f);background-image:-o-linear-gradient(bottom,#329c0d,#5bd63f);background-image:linear-gradient(to top,#329c0d,#5bd63f);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff329c0d',endColorstr='#ff5bd63f',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-green-grass:hover{background-color:#5bc83a;background-image:-moz-linear-gradient(bottom,#43b41c,#80e568);background-image:-webkit-gradient(linear,0 100%,0 0,from(#43b41c),to(#80e568));background-image:-webkit-linear-gradient(bottom,#43b41c,#80e568);background-image:-o-linear-gradient(bottom,#43b41c,#80e568);background-image:linear-gradient(to top,#43b41c,#80e568);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff43b41c',endColorstr='#ff80e568',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-skyline{-webkit-box-shadow:inset 0 0 0 1px #0aafca;-moz-box-shadow:inset 0 0 0 1px #0aafca;box-shadow:inset 0 0 0 1px #0aafca;background-color:#0fc1ec;background-image:-moz-linear-gradient(bottom,#00aaea,#25e3ef);background-image:-webkit-gradient(linear,0 100%,0 0,from(#00aaea),to(#25e3ef));background-image:-webkit-linear-gradient(bottom,#00aaea,#25e3ef);background-image:-o-linear-gradient(bottom,#00aaea,#25e3ef);background-image:linear-gradient(to top,#00aaea,#25e3ef);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aaea',endColorstr='#ff25e3ef',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-skyline:hover{background-color:#3cccef;background-image:-moz-linear-gradient(bottom,#2eb8ec,#51eaf4);background-image:-webkit-gradient(linear,0 100%,0 0,from(#2eb8ec),to(#51eaf4));background-image:-webkit-linear-gradient(bottom,#2eb8ec,#51eaf4);background-image:-o-linear-gradient(bottom,#2eb8ec,#51eaf4);background-image:linear-gradient(to top,#2eb8ec,#51eaf4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2eb8ec',endColorstr='#ff51eaf4',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-aqua-blue{-webkit-box-shadow:inset 0 0 0 1px #228ddb;-moz-box-shadow:inset 0 0 0 1px #228ddb;box-shadow:inset 0 0 0 1px #228ddb;background-color:#2483e1;background-image:-moz-linear-gradient(bottom,#0c61d6,#48b7f1);background-image:-webkit-gradient(linear,0 100%,0 0,from(#0c61d6),to(#48b7f1));background-image:-webkit-linear-gradient(bottom,#0c61d6,#48b7f1);background-image:-o-linear-gradient(bottom,#0c61d6,#48b7f1);background-image:linear-gradient(to top,#0c61d6,#48b7f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0c61d6',endColorstr='#ff48b7f1',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-aqua-blue:hover{background-color:#4c98e7;background-image:-moz-linear-gradient(bottom,#2977e2,#81caef);background-image:-webkit-gradient(linear,0 100%,0 0,from(#2977e2),to(#81caef));background-image:-webkit-linear-gradient(bottom,#2977e2,#81caef);background-image:-o-linear-gradient(bottom,#2977e2,#81caef);background-image:linear-gradient(to top,#2977e2,#81caef);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2977e2',endColorstr='#ff81caef',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-violet{-webkit-box-shadow:inset 0 0 0 1px #9850d4;-moz-box-shadow:inset 0 0 0 1px #9850d4;box-shadow:inset 0 0 0 1px #9850d4;background-color:#9741d9;background-image:-moz-linear-gradient(bottom,#7c13c6,#c085f6);background-image:-webkit-gradient(linear,0 100%,0 0,from(#7c13c6),to(#c085f6));background-image:-webkit-linear-gradient(bottom,#7c13c6,#c085f6);background-image:-o-linear-gradient(bottom,#7c13c6,#c085f6);background-image:linear-gradient(to top,#7c13c6,#c085f6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c13c6',endColorstr='#ffc085f6',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-violet:hover{background-color:#ae62e8;background-image:-moz-linear-gradient(bottom,#9532da,#d4a9fc);background-image:-webkit-gradient(linear,0 100%,0 0,from(#9532da),to(#d4a9fc));background-image:-webkit-linear-gradient(bottom,#9532da,#d4a9fc);background-image:-o-linear-gradient(bottom,#9532da,#d4a9fc);background-image:linear-gradient(to top,#9532da,#d4a9fc);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9532da',endColorstr='#ffd4a9fc',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-dark-grey{-webkit-box-shadow:inset 0 0 0 1px #8c8c8c;-moz-box-shadow:inset 0 0 0 1px #8c8c8c;box-shadow:inset 0 0 0 1px #8c8c8c;background-color:#818181;background-image:-moz-linear-gradient(bottom,#5b5b5b,#bababa);background-image:-webkit-gradient(linear,0 100%,0 0,from(#5b5b5b),to(#bababa));background-image:-webkit-linear-gradient(bottom,#5b5b5b,#bababa);background-image:-o-linear-gradient(bottom,#5b5b5b,#bababa);background-image:linear-gradient(to top,#5b5b5b,#bababa);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b5b5b',endColorstr='#ffbababa',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-dark-grey:hover{background-color:#a3a2a2;background-image:-moz-linear-gradient(bottom,#878787,#cdcbcb);background-image:-webkit-gradient(linear,0 100%,0 0,from(#878787),to(#cdcbcb));background-image:-webkit-linear-gradient(bottom,#878787,#cdcbcb);background-image:-o-linear-gradient(bottom,#878787,#cdcbcb);background-image:linear-gradient(to top,#878787,#cdcbcb);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff878787',endColorstr='#ffcdcbcb',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-black{-webkit-box-shadow:inset 0 0 0 1px #1f1f1f;-moz-box-shadow:inset 0 0 0 1px #1f1f1f;box-shadow:inset 0 0 0 1px #1f1f1f;background-color:#2b2b2b;background-image:-moz-linear-gradient(bottom,#0d0d0d,#595959);background-image:-webkit-gradient(linear,0 100%,0 0,from(#0d0d0d),to(#595959));background-image:-webkit-linear-gradient(bottom,#0d0d0d,#595959);background-image:-o-linear-gradient(bottom,#0d0d0d,#595959);background-image:linear-gradient(to top,#0d0d0d,#595959);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d0d0d',endColorstr='#ff595959',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-color-black:hover{background-color:#474747;background-image:-moz-linear-gradient(bottom,#272727,#767676);background-image:-webkit-gradient(linear,0 100%,0 0,from(#272727),to(#767676));background-image:-webkit-linear-gradient(bottom,#272727,#767676);background-image:-o-linear-gradient(bottom,#272727,#767676);background-image:linear-gradient(to top,#272727,#767676);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff272727',endColorstr='#ff767676',GradientType=0)}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-size-large{padding:13px 36px;font-size:18px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-size-middle{padding:10px 23px;font-size:16px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-size-small{padding:7px 15px;font-size:13px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-size-mini{padding:6px 11px;font-size:11px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-rounded{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-icon-indent-mini i.motopress-btn-icon-align-left{padding-right:4px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-icon-indent-mini i.motopress-btn-icon-align-right{padding-left:4px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-icon-indent-small i.motopress-btn-icon-align-left{padding-right:8px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-icon-indent-small i.motopress-btn-icon-align-right{padding-left:8px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-icon-indent-middle i.motopress-btn-icon-align-left{padding-right:12px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-icon-indent-middle i.motopress-btn-icon-align-right{padding-left:12px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-icon-indent-large i.motopress-btn-icon-align-left{padding-right:24px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-icon-indent-large i.motopress-btn-icon-align-right{padding-left:24px}.motopress-service-box-obj .motopress-service-box-button-section .motopress-btn-full-width{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.motopress-margin-0{margin:0 !important}.motopress-margin-10{margin:10px !important}.motopress-margin-15{margin:15px !important}.motopress-margin-20{margin:20px !important}.motopress-margin-25{margin:25px !important}.motopress-margin-50{margin:50px !important}.motopress-margin-100{margin:100px !important}.motopress-margin-top-0{margin-top:0 !important}.motopress-margin-top-10{margin-top:10px !important}.motopress-margin-top-15{margin-top:15px !important}.motopress-margin-top-20{margin-top:20px !important}.motopress-margin-top-25{margin-top:25px !important}.motopress-margin-top-50{margin-top:50px !important}.motopress-margin-top-100{margin-top:100px !important}.motopress-margin-bottom-0{margin-bottom:0 !important}.motopress-margin-bottom-10{margin-bottom:10px !important}.motopress-margin-bottom-15{margin-bottom:15px !important}.motopress-margin-bottom-20{margin-bottom:20px !important}.motopress-margin-bottom-25{margin-bottom:25px !important}.motopress-margin-bottom-50{margin-bottom:50px !important}.motopress-margin-bottom-100{margin-bottom:100px !important}.motopress-margin-left-0{margin-left:0 !important}.motopress-margin-left-10{margin-left:10px !important}.motopress-margin-left-15{margin-left:15px !important}.motopress-margin-left-20{margin-left:20px !important}.motopress-margin-left-25{margin-left:25px !important}.motopress-margin-left-50{margin-left:50px !important}.motopress-margin-left-100{margin-left:100px !important}.motopress-margin-right-0{margin-right:0 !important}.motopress-margin-right-10{margin-right:10px !important}.motopress-margin-right-15{margin-right:15px !important}.motopress-margin-right-20{margin-right:20px !important}.motopress-margin-right-25{margin-right:25px !important}.motopress-margin-right-50{margin-right:50px !important}.motopress-margin-right-100{margin-right:100px !important}@media screen and (max-width:767px){.motopress-margin-10{margin:5px !important}.motopress-margin-15{margin:7.5px !important}.motopress-margin-20{margin:10px !important}.motopress-margin-25{margin:12.5px !important}.motopress-margin-50{margin:25px !important}.motopress-margin-100{margin:50px !important}.motopress-margin-top-10{margin-top:5px !important}.motopress-margin-top-15{margin-top:7.5px !important}.motopress-margin-top-20{margin-top:10px !important}.motopress-margin-top-25{margin-top:12.5px !important}.motopress-margin-top-50{margin-top:25px !important}.motopress-margin-top-100{margin-top:50px !important}.motopress-margin-bottom-10{margin-bottom:5px !important}.motopress-margin-bottom-15{margin-bottom:7.5px !important}.motopress-margin-bottom-20{margin-bottom:10px !important}.motopress-margin-bottom-25{margin-bottom:12.5px !important}.motopress-margin-bottom-50{margin-bottom:25px !important}.motopress-margin-bottom-100{margin-bottom:50px !important}.motopress-margin-left-10{margin-left:5px !important}.motopress-margin-left-15{margin-left:7.5px !important}.motopress-margin-left-20{margin-left:10px !important}.motopress-margin-left-25{margin-left:12.5px !important}.motopress-margin-left-50{margin-left:25px !important}.motopress-margin-left-100{margin-left:50px !important}.motopress-margin-right-10{margin-right:5px !important}.motopress-margin-right-15{margin-right:7.5px !important}.motopress-margin-right-20{margin-right:10px !important}.motopress-margin-right-25{margin-right:12.5px !important}.motopress-margin-right-50{margin-right:25px !important}.motopress-margin-right-100{margin-right:50px !important}}@media screen and (max-width:480px){.motopress-margin-10{margin:2.5px !important}.motopress-margin-15{margin:3.75px !important}.motopress-margin-20{margin:5px !important}.motopress-margin-25{margin:6.25px !important}.motopress-margin-50{margin:12.5px !important}.motopress-margin-100{margin:25px !important}.motopress-margin-top-10{margin-top:2.5px !important}.motopress-margin-top-15{margin-top:3.75px !important}.motopress-margin-top-20{margin-top:5px !important}.motopress-margin-top-25{margin-top:6.25px !important}.motopress-margin-top-50{margin-top:12.5px !important}.motopress-margin-top-100{margin-top:25px !important}.motopress-margin-bottom-10{margin-bottom:2.5px !important}.motopress-margin-bottom-15{margin-bottom:3.75px !important}.motopress-margin-bottom-20{margin-bottom:5px !important}.motopress-margin-bottom-25{margin-bottom:6.25px !important}.motopress-margin-bottom-50{margin-bottom:12.5px !important}.motopress-margin-bottom-100{margin-bottom:25px !important}.motopress-margin-left-10{margin-left:2.5px !important}.motopress-margin-left-15{margin-left:3.75px !important}.motopress-margin-left-20{margin-left:5px !important}.motopress-margin-left-25{margin-left:6.25px !important}.motopress-margin-left-50{margin-left:12.5px !important}.motopress-margin-left-100{margin-left:25px !important}.motopress-margin-right-10{margin-right:2.5px !important}.motopress-margin-right-15{margin-right:3.75px !important}.motopress-margin-right-20{margin-right:5px !important}.motopress-margin-right-25{margin-right:6.25px !important}.motopress-margin-right-50{margin-right:12.5px !important}.motopress-margin-right-100{margin-right:25px !important}}.mp-text-color-default{color:#e1e1e1}.mp-text-color-red{color:#e25441}.mp-text-color-pink-dreams{color:#f78ebd}.mp-text-color-warm{color:#ff8f1b}.mp-text-color-hot-summer{color:#f8cc17}.mp-text-color-olive-garden{color:#98d02c}.mp-text-color-green-grass{color:#48ba27}.mp-text-color-skyline{color:#0ec0ec}.mp-text-color-aqua-blue{color:#2a8ce3}.mp-text-color-violet{color:#a456e2}.mp-text-color-dark-grey{color:#9a9a9a}.mp-text-color-black{color:#373737}.motopress-text-align-left{text-align:left}.motopress-text-align-center{text-align:center}.motopress-text-align-right{text-align:right}.motopress-border-small{border-width:1px}.motopress-border-middle{border-width:5px}.motopress-border-large{border-width:10px}.motopress-border-radius-small{border-radius:1px}.motopress-border-radius-middle{border-radius:5px}.motopress-border-radius-large{border-radius:10px}.motopress-border{border:1px solid #606060}.motopress-shadow{box-shadow:0 0 2px #606060}.motopress-shadow-bottom{box-shadow:0 10px 6px -6px #606060}.motopress-bg-color-white{background-color:#fff}.motopress-bg-color-white.motopress-border{border-color:#e6e6e6}.motopress-bg-color-white.motopress-border-radius{border-radius:5px}.motopress-bg-color-white.motopress-shadow{box-shadow:0 1px 2px rgba(179,179,179,0.75)}.motopress-bg-color-white.motopress-shadow-bottom{box-shadow:0 10px 6px -6px rgba(179,179,179,0.75)}.motopress-bg-color-white.motopress-border-top{border-top:10px solid #e6e6e6}.motopress-bg-color-white.motopress-border-right{border-right:10px solid #e6e6e6}.motopress-bg-color-white.motopress-border-bottom{border-bottom:10px solid #e6e6e6}.motopress-bg-color-white.motopress-border-left{border-left:10px solid #e6e6e6}.motopress-bg-color-white.motopress-text-shadow{text-shadow:1px 1px rgba(255,255,255,0.25)}.motopress-bg-color-white.motopress-color-light .motopress-text-obj{color:#efefef}.motopress-bg-color-white.motopress-color-light.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(40,40,40,0.2)}.motopress-bg-color-white.motopress-color-dark .motopress-text-obj{color:#606060}.motopress-bg-color-white.motopress-color-dark.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(255,255,255,0.3)}.motopress-bg-color-white.motopress-bg-alpha-75{background-color:rgba(255,255,255,0.75)}.motopress-bg-color-silver{background-color:#f6f6f6}.motopress-bg-color-silver.motopress-border{border-color:#ddd}.motopress-bg-color-silver.motopress-border-radius{border-radius:5px}.motopress-bg-color-silver.motopress-shadow{box-shadow:0 1px 2px rgba(170,170,170,0.75)}.motopress-bg-color-silver.motopress-shadow-bottom{box-shadow:0 10px 6px -6px rgba(170,170,170,0.75)}.motopress-bg-color-silver.motopress-border-top{border-top:10px solid #ddd}.motopress-bg-color-silver.motopress-border-right{border-right:10px solid #ddd}.motopress-bg-color-silver.motopress-border-bottom{border-bottom:10px solid #ddd}.motopress-bg-color-silver.motopress-border-left{border-left:10px solid #ddd}.motopress-bg-color-silver.motopress-text-shadow{text-shadow:1px 1px rgba(255,255,255,0.25)}.motopress-bg-color-silver.motopress-color-light .motopress-text-obj{color:#efefef}.motopress-bg-color-silver.motopress-color-light.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(40,40,40,0.2)}.motopress-bg-color-silver.motopress-color-dark .motopress-text-obj{color:#606060}.motopress-bg-color-silver.motopress-color-dark.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(255,255,255,0.3)}.motopress-bg-color-silver.motopress-bg-alpha-75{background-color:rgba(246,246,246,0.75)}.motopress-bg-color-red{background-color:#e74c3c}.motopress-bg-color-red.motopress-border{border-color:#d62c1a}.motopress-bg-color-red.motopress-border-radius{border-radius:5px}.motopress-bg-color-red.motopress-shadow{box-shadow:0 1px 2px rgba(123,25,15,0.75)}.motopress-bg-color-red.motopress-shadow-bottom{box-shadow:0 10px 6px -6px rgba(123,25,15,0.75)}.motopress-bg-color-red.motopress-border-top{border-top:10px solid #d62c1a}.motopress-bg-color-red.motopress-border-right{border-right:10px solid #d62c1a}.motopress-bg-color-red.motopress-border-bottom{border-bottom:10px solid #d62c1a}.motopress-bg-color-red.motopress-border-left{border-left:10px solid #d62c1a}.motopress-bg-color-red.motopress-text-shadow{text-shadow:1px 1px rgba(255,255,255,0.25)}.motopress-bg-color-red.motopress-color-light .motopress-text-obj{color:#efefef}.motopress-bg-color-red.motopress-color-light.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(40,40,40,0.2)}.motopress-bg-color-red.motopress-color-dark .motopress-text-obj{color:#606060}.motopress-bg-color-red.motopress-color-dark.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(255,255,255,0.3)}.motopress-bg-color-red.motopress-bg-alpha-75{background-color:rgba(231,76,60,0.75)}.motopress-bg-color-green{background-color:#99d427}.motopress-bg-color-green.motopress-border{border-color:#7aa91f}.motopress-bg-color-green.motopress-border-radius{border-radius:5px}.motopress-bg-color-green.motopress-shadow{box-shadow:0 1px 2px rgba(60,83,15,0.75)}.motopress-bg-color-green.motopress-shadow-bottom{box-shadow:0 10px 6px -6px rgba(60,83,15,0.75)}.motopress-bg-color-green.motopress-border-top{border-top:10px solid #7aa91f}.motopress-bg-color-green.motopress-border-right{border-right:10px solid #7aa91f}.motopress-bg-color-green.motopress-border-bottom{border-bottom:10px solid #7aa91f}.motopress-bg-color-green.motopress-border-left{border-left:10px solid #7aa91f}.motopress-bg-color-green.motopress-text-shadow{text-shadow:1px 1px rgba(255,255,255,0.25)}.motopress-bg-color-green.motopress-color-light .motopress-text-obj{color:#efefef}.motopress-bg-color-green.motopress-color-light.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(40,40,40,0.2)}.motopress-bg-color-green.motopress-color-dark .motopress-text-obj{color:#606060}.motopress-bg-color-green.motopress-color-dark.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(255,255,255,0.3)}.motopress-bg-color-green.motopress-bg-alpha-75{background-color:rgba(153,212,39,0.75)}.motopress-bg-color-blue{background-color:#3498db}.motopress-bg-color-blue.motopress-border{border-color:#217dbb}.motopress-bg-color-blue.motopress-border-radius{border-radius:5px}.motopress-bg-color-blue.motopress-shadow{box-shadow:0 1px 2px rgba(18,67,100,0.75)}.motopress-bg-color-blue.motopress-shadow-bottom{box-shadow:0 10px 6px -6px rgba(18,67,100,0.75)}.motopress-bg-color-blue.motopress-border-top{border-top:10px solid #217dbb}.motopress-bg-color-blue.motopress-border-right{border-right:10px solid #217dbb}.motopress-bg-color-blue.motopress-border-bottom{border-bottom:10px solid #217dbb}.motopress-bg-color-blue.motopress-border-left{border-left:10px solid #217dbb}.motopress-bg-color-blue.motopress-text-shadow{text-shadow:1px 1px rgba(255,255,255,0.25)}.motopress-bg-color-blue.motopress-color-light .motopress-text-obj{color:#efefef}.motopress-bg-color-blue.motopress-color-light.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(40,40,40,0.2)}.motopress-bg-color-blue.motopress-color-dark .motopress-text-obj{color:#606060}.motopress-bg-color-blue.motopress-color-dark.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(255,255,255,0.3)}.motopress-bg-color-blue.motopress-bg-alpha-75{background-color:rgba(52,152,219,0.75)}.motopress-bg-color-dark{background-color:#414141}.motopress-bg-color-dark.motopress-border{border-color:#272727}.motopress-bg-color-dark.motopress-border-radius{border-radius:5px}.motopress-bg-color-dark.motopress-shadow{box-shadow:0 1px 2px rgba(0,0,0,0.75)}.motopress-bg-color-dark.motopress-shadow-bottom{box-shadow:0 10px 6px -6px rgba(0,0,0,0.75)}.motopress-bg-color-dark.motopress-border-top{border-top:10px solid #272727}.motopress-bg-color-dark.motopress-border-right{border-right:10px solid #272727}.motopress-bg-color-dark.motopress-border-bottom{border-bottom:10px solid #272727}.motopress-bg-color-dark.motopress-border-left{border-left:10px solid #272727}.motopress-bg-color-dark.motopress-text-shadow{text-shadow:1px 1px rgba(255,255,255,0.25)}.motopress-bg-color-dark.motopress-color-light .motopress-text-obj{color:#efefef}.motopress-bg-color-dark.motopress-color-light.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(40,40,40,0.2)}.motopress-bg-color-dark.motopress-color-dark .motopress-text-obj{color:#606060}.motopress-bg-color-dark.motopress-color-dark.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(255,255,255,0.3)}.motopress-bg-color-dark.motopress-bg-alpha-75{background-color:rgba(65,65,65,0.75)}.motopress-bg-color-yellow{background-color:#f1c40f}.motopress-bg-color-yellow.motopress-border{border-color:#c29d0b}.motopress-bg-color-yellow.motopress-border-radius{border-radius:5px}.motopress-bg-color-yellow.motopress-shadow{box-shadow:0 1px 2px rgba(97,79,6,0.75)}.motopress-bg-color-yellow.motopress-shadow-bottom{box-shadow:0 10px 6px -6px rgba(97,79,6,0.75)}.motopress-bg-color-yellow.motopress-border-top{border-top:10px solid #c29d0b}.motopress-bg-color-yellow.motopress-border-right{border-right:10px solid #c29d0b}.motopress-bg-color-yellow.motopress-border-bottom{border-bottom:10px solid #c29d0b}.motopress-bg-color-yellow.motopress-border-left{border-left:10px solid #c29d0b}.motopress-bg-color-yellow.motopress-text-shadow{text-shadow:1px 1px rgba(255,255,255,0.25)}.motopress-bg-color-yellow.motopress-color-light .motopress-text-obj{color:#efefef}.motopress-bg-color-yellow.motopress-color-light.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(40,40,40,0.2)}.motopress-bg-color-yellow.motopress-color-dark .motopress-text-obj{color:#606060}.motopress-bg-color-yellow.motopress-color-dark.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(255,255,255,0.3)}.motopress-bg-color-yellow.motopress-bg-alpha-75{background-color:rgba(241,196,15,0.75)}.motopress-bg-color-gray{background-color:#474f58}.motopress-bg-color-gray.motopress-border{border-color:#30363c}.motopress-bg-color-gray.motopress-border-radius{border-radius:5px}.motopress-bg-color-gray.motopress-shadow{box-shadow:0 1px 2px rgba(3,3,3,0.75)}.motopress-bg-color-gray.motopress-shadow-bottom{box-shadow:0 10px 6px -6px rgba(3,3,3,0.75)}.motopress-bg-color-gray.motopress-border-top{border-top:10px solid #30363c}.motopress-bg-color-gray.motopress-border-right{border-right:10px solid #30363c}.motopress-bg-color-gray.motopress-border-bottom{border-bottom:10px solid #30363c}.motopress-bg-color-gray.motopress-border-left{border-left:10px solid #30363c}.motopress-bg-color-gray.motopress-text-shadow{text-shadow:1px 1px rgba(255,255,255,0.25)}.motopress-bg-color-gray.motopress-color-light .motopress-text-obj{color:#efefef}.motopress-bg-color-gray.motopress-color-light.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(40,40,40,0.2)}.motopress-bg-color-gray.motopress-color-dark .motopress-text-obj{color:#606060}.motopress-bg-color-gray.motopress-color-dark.motopress-text-shadow .motopress-text-obj{text-shadow:1px 1px rgba(255,255,255,0.3)}.motopress-bg-color-gray.motopress-bg-alpha-75{background-color:rgba(71,79,88,0.75)}.motopress-padding-5{padding:5px}.motopress-padding-10{padding:10px}.motopress-padding-15{padding:15px}.motopress-padding-25{padding:25px}.motopress-padding-50{padding:50px}.motopress-padding-100{padding:100px}.motopress-vetical-padding-100{padding-top:100px;padding-bottom:100px}.motopress-vetical-padding-150{padding-top:150px;padding-bottom:150px}.motopress-vetical-padding-200{padding-top:200px;padding-bottom:200px}.motopress-hide-script{display:none}

/* infinite-carousel */
.infiniteCarousel ul li img {
  max-width:100px;
  height:auto;
}

.infiniteCarousel {
/*  width: 1000px; */
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 100%; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 105px;
/*  margin: 0 40px; */
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {

}

.infiniteCarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
   padding-top: -15px;
  height: 85px;
  width: 170px;
  line-height: 85px;
  background: #FFFFFF;
  padding: 5px 0 5px 10px;

}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(/u/i/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 25px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: -40px;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: -40px;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}


.caruseback { height:115px; background-image:url(../images/caruselback.png);; background-position:center; margin:0 auto; margin-top:35px;}




.infiniteCarousel .arrowalt {
  display: block;
  height: 36px;
  width: 37px;
  background: url(/u/i/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 41px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forwardalt {
  background-position: 0 0;
  right: -40px;
}

.infiniteCarousel .backalt {
  background-position: 0 -72px;
  left: -40px;
}

.infiniteCarousel .forwardalt:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .backalt:hover {
  background-position: 0 -108px;
}


/* BODY */
/* orange #EF7F1A */

body {
    color: #777777;
    font: 14px/21px 'Roboto',sans-serif;
}

body {
    background-color: #474747;
    background-repeat: repeat;
    background-position: left;
    background-attachment: fixed;
    background-clip: padding-box;
    background-size: cover;
    background-origin: padding-box;
    background-image: none;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="tel"], input[type="email"], input[type="url"] {
    color: #777777;
    font: 14px/20px 'Roboto',sans-serif;
}

h1, .h1 {
    color: #333333;
    font: 300 62px/72px 'Roboto',sans-serif;
}

h2, .h2 {
    letter-spacing: 0;
    color: #333333;
    font: 700 40px/50px 'Roboto',sans-serif;
}

h3, .h3 {
    letter-spacing: 0;
    color: #333333;
    font: 700 24px/30px 'Roboto',sans-serif;
}

h4, .h4 {
    letter-spacing: 0;
    color: #333333;
    font: 18px/20px 'Roboto',sans-serif;
}

h5, .h5 {
    letter-spacing: 0;
    color: #333333;
    font: 700 20px/21px 'Roboto',sans-serif;
}

h6, .h6 {
    letter-spacing: 0;
    color: #333333;
    font: 100 12px/14px 'Roboto',sans-serif;
}

.site-link {
    color: #EF7F1A;
    font: 900 18px/20px 'Roboto',sans-serif;
}

.footer-logo-link {
    color: #777777;
    font: 30px/36px 'Lobster',sans-serif;
}

.site-header {
    background-color: #fff;
    background-repeat: repeat;
    background-position: left;
    background-attachment: fixed;
    background-clip: padding-box;
    background-size: cover;
    background-origin: padding-box;
    background-image: none;
}

.site-content {
    background-color: #ffffff;
    background-repeat: repeat;
    background-position: left;
    background-attachment: fixed;
    background-clip: padding-box;
    background-size: cover;
    background-origin: padding-box;
    background-image: none;
}

.site-footer {
    color: #ffffff;
    font: 300 14px/17px 'Roboto',sans-serif;
}

.site-footer {
    background-color: #474747;
    background-repeat: repeat;
    background-position: left;
    background-attachment: fixed;
    background-clip: padding-box;
    background-size: cover;
    background-origin: padding-box;
    background-image: none;
}

a {
    color: #EF7F1A;
}

    a:hover {
        color: #212121;
    }

.menu-primary a {
    color: #777777;
    font: 16px/20px 'Roboto',sans-serif;
}

.menu-secondary a {
    color: #ffffff;
    font: 700 14px/20px 'Roboto',sans-serif;
}

.cherry-mega-menu-sub-item > a {
    color: #777777;
}

    .cherry-mega-menu-sub-item > a:hover {
        color: #EF7F1A;
    }

.cherry-mega-menu-sub .sub-column-title > a {
    color: #333333;
}

.cherry-breadcrumbs {
    background-color: rgb(255,255,255);
}

.cherry-breadcrumbs_item_link, .cherry-breadcrumbs_item_target, .cherry-breadcrumbs_browse, .cherry-breadcrumbs_item_sep {
    color: #ffffff;
    font: 700 20px/20px 'Roboto',sans-serif;
}

.post-gallery_prev, .post-gallery_next {
    background-color: #EF7F1A;
    color: #ffffff;
}

    .post-gallery_prev:hover, .post-gallery_next:hover {
        background-color: #333333;
        color: #ffffff;
    }

.post-gallery_item_caption {
    background-color: #333333;
    color: #ffffff;
}

.post-gallery_paging_item {
    background-color: #333333;
}

    .slick-active > .post-gallery_paging_item, .post-gallery_paging_item:hover {
        background-color: #EF7F1A;
    }

.cherry-list-numbered-circle > li, .cherry-list-numbered-slash > li, .cherry-list-icons > li {
    color: rgb(197,197,197);
}

    .cherry-list-numbered-circle > li::before {
        background-color: #EF7F1A;
    }

    .cherry-list-numbered-circle > li:hover::before {
        background-color: rgb(197,197,197);
    }

    .cherry-list-numbered-circle > li:hover {
        color: #EF7F1A;
    }

.cherry-list-simple > li {
    color: #EF7F1A;
}

    .cherry-list-simple > li::before {
        color: rgb(255,255,255);
    }

    .cherry-list-simple > li:hover {
        color: rgb(197,197,197);
    }

        .cherry-list-simple > li:hover::before {
            color: #EF7F1A;
        }

.cherry-list-numbered-slash > li::before {
    color: #EF7F1A;
}

.cherry-list-numbered-slash > li:hover {
    color: #EF7F1A;
}

    .cherry-list-numbered-slash > li:hover::before {
        color: rgb(197,197,197);
    }

.cherry-list-icons > li {
    color: rgb(197,197,197);
}

    .cherry-list-icons > li:hover {
        color: #EF7F1A;
    }

    .cherry-list-icons > li i {
        color: rgb(255,255,255);
    }

    .cherry-list-icons > li:hover i {
        color: rgb(197,197,197);
    }

.cherry-hr-primary {
    background-color: #EF7F1A;
}

.cherry-hr-gray-lighter {
    background-color: rgb(255,255,255);
}

.cherry-hr-gray-dark {
    background-color: rgb(197,197,197);
}

.cherry-drop-cap:first-letter {
    color: #EF7F1A;
}

.cherry-drop-cap-bg:first-letter {
    background-color: #EF7F1A;
}

.cherry-drop-cap-bg-grey:first-letter {
    background-color: rgb(180,180,180);
}

.cherry-blockquote, .cherry-blockquote:before {
    color: #EF7F1A;
}

.cherry-highlight {
    background-color: #EF7F1A;
}

.cherry-highlight-grey {
    background-color: rgb(255,255,255);
}

.cherry-btn-transparent:hover {
    color: #e7e7e7;
}

.cherry-tabs-nav span {
    color: #333333;
}

    .cherry-tabs-nav span.cherry-tabs-current {
        color: #EF7F1A;
        border-bottom: 2px solid rgb(255,255,255);
    }

.cherry-post-meta .cherry-post-date {
    color: #EF7F1A;
}

.portfolio-wrap .portfolio-container .portfolio-pagination ul.page-link li a {
    color: rgb(197,197,197);
}

.portfolio-wrap .portfolio-container .portfolio-pagination .page-nav a {
    color: rgb(197,197,197);
}

.text-muted {
    color: rgb(255,255,255);
}

.help-block {
    color: rgb(170,170,170);
}

legend {
    color: rgb(180,180,180);
    font-size: 21px;
    border-bottom: 1px solid rgb(255,255,255);
}

.cherry-highlight-grey {
    color: rgb(197,197,197);
}

abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted rgb(197,197,197);
}

output {
    color: #e7e7e7;
    font-size: 14px;
    line-height: 21px;
}

small, .small {
    color: rgb(197,197,197);
}

small, .small {
    font-size: 12px;
}

.form-control[disabled], .form-control[readonly], .form-control fieldset[disabled] {
    background-color: rgb(255,255,255);
}

.form-control {
    color: #e7e7e7;
    font-size: 14px;
    line-height: 21px;
}

.blockquote-reverse, blockquote.pull-right {
    border-right: 5px solid rgb(255,255,255);
}

.page-header {
    border-bottom: 1px solid rgb(255,255,255);
}

blockquote {
    border-left: 5px solid rgb(255,255,255);
    font-size: 17px;
}

hr {
    border-top: 1px solid rgb(255,255,255);
}

.close, .close:hover, .close:focus {
    color: #fcf8e3;
    font-size: 21px;
}

.lead {
    font-size: 16px;
}

.table .table {
    background-color: #777777;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    line-height: 21px;
}

dt, dd {
    line-height: 21px;
}

blockquote footer, blockquote small, blockquote .small {
    line-height: 21px;
}

address {
    line-height: 21px;
}

.cherry-nav-divider {
    background-color: rgb(255,255,255);
}

.cherry-box .box-primary {
    padding:15px;
    background-color: #eee;
    color: #000;
}

.cherry-box .box-secondary {
    background-color: #333333;
    color: #ffffff;
}

.cherry-box .box-gray {
    background-color: #e7e7e7;
}

.cherry-box .box-primary-border {
    border-color: #EF7F1A;
}

.cherry-box .box-secondary-border {
    border-color: #333333;
}

.cherry-box .box-gray-border {
    border-color: #e7e7e7;
}

.text-primary {
    color: #EF7F1A;
}

    .text-primary:hover {
        color: rgb(218,41,28);
    }

.text-success {
    color: #4baf4f;
}

    .text-success:hover {
        color: rgb(50,150,54);
    }

.text-info {
    color: #00bbd3;
}

    .text-info:hover {
        color: rgb(0,162,186);
    }

.text-warning {
    color: #fcf8e3;
}

    .text-warning:hover {
        color: rgb(227,223,202);
    }

.text-danger {
    color: #f2dede;
}

    .text-danger:hover {
        color: rgb(217,197,197);
    }

.bg-primary {
    background-color: #EF7F1A;
}

    .bg-primary:hover {
        background-color: rgb(218,41,28);
    }

.bg-success {
    background-color: #4baf4f;
}

    .bg-success:hover {
        background-color: rgb(50,150,54);
    }

.bg-info {
    background-color: #00bbd3;
}

    .bg-info:hover {
        background-color: rgb(0,162,186);
    }

.bg-warning {
    background-color: #fcf8e3;
}

    .bg-warning:hover {
        background-color: rgb(227,223,202);
    }

.bg-danger {
    background-color: #f2dede;
}

    .bg-danger:hover {
        background-color: rgb(217,197,197);
    }

@media ( min-width:992px ) {
    .site-header.boxed {
        max-width: 1200px;
    }

    .site-content.boxed {
        max-width: 1200px;
    }

    .site-footer.boxed {
        max-width: 1200px;
    }

    .site-header.boxed .container {
        width: auto;
        max-width: 1200px;
    }

    .site-content.boxed .container {
        width: auto;
        max-width: 1200px;
    }

    .site-footer.boxed .container {
        width: auto;
        max-width: 1200px;
    }

    .site-header.wide .container, .site-content.wide .container, .site-footer.wide .container {
        width: auto;
        max-width: 1200px;
    }
}

@media ( max-width:768px ) {
    .menu-primary_trigger {
        display: block;
    }

    .simple-menu.menu-items {
        display: none !important;
    }

        .simple-menu.menu-items[aria-expanded="true"] {
            display: block !important;
        }

    .simple-menu.menu-items {
        padding: 10px;
        background: #fafafa;
    }

    .simple-menu .sub-menu {
        position: static;
        float: none;
        visibility: visible;
        opacity: 1;
        padding: 0 0 0 20px;
        background: none;
    }

        .simple-menu .sub-menu li {
            float: none;
        }

        .simple-menu .sub-menu a {
            width: 100%;
            color: #777777;
        }

    .simple-menu > ul > li {
        float: none;
        display: block;
        margin: 0;
        padding: 0 0 3px 0;
    }
}

@media ( min-width:768px ) {
    .simple-menu li:hover > ul, .simple-menu li.focus > ul, .simple-menu li.menu-hover > ul {
        opacity: 1;
        visibility: visible;
        overflow: visible;
    }
}

::-webkit-input-placeholder {
    color: #777777 !important;
}

:-moz-placeholder {
    opacity: 1;
    color: #777777 !important;
}

::-moz-placeholder {
    opacity: 1;
    color: #777777 !important;
}

:-ms-input-placeholder {
    color: #777777 !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #EF7F1A;
}

h4 strong {
    color: #EF7F1A;
}

.site input[type="text"], .site input[type="email"], .site input[type="url"], .site input[type="search"], input[type="tel"], .site textarea {
    border-color: #e7e7e7 !important;
}

.site textarea {
    color: #777777;
    font: 14px/20px 'Roboto',sans-serif;
    ;
}

.site input[type="submit"], .site input[type="reset"] {
    background: #EF7F1A;
    color: rgb(255,255,255);
}

    .site input[type="submit"]:hover, .site input[type="reset"]:hover {
        background: #00bbd3;
        color: rgb(255,255,255);
    }

#header .header-top.isStick {
    background: rgb(255,255,255);
}

#footer .mc4wp-form form input[type="email"]::-webkit-input-placeholder {
    color: rgb(255,255,255) !important;
}

#footer .mc4wp-form form input[type="email"]:-moz-placeholder {
    color: rgb(255,255,255) !important;
}

#footer .mc4wp-form form input[type="email"]::-moz-placeholder {
    color: rgb(255,255,255) !important;
}

#footer .mc4wp-form form input[type="email"]:-ms-input-placeholder {
    color: rgb(255,255,255) !important;
}

#footer .mc4wp-form form input[type="email"] {
    border-color: rgb(255,255,255);
    color: rgb(255,255,255) !important;
}

#menu-primary .menu-items ul.sub-menu, #menu-primary .menu-items ul.simple-sub, #menu-primary .menu-items ul.mega-sub {
    background: #333333;
}

    #menu-primary .menu-items ul.mega-sub ul li:before, #menu-primary .menu-items ul.mega-sub ul li a:hover {
        color: #00bbd3;
    }

    #menu-primary .menu-items ul.mega-sub h4, #menu-primary .menu-items ul.mega-sub ul li .post-date {
        color: rgb(255,255,255);
    }

#menu-primary .menu-items > li:hover > a, #menu-primary .menu-items > li > a:hover, #menu-primary .menu-items > li.current-menu-item > a {
    color: #212121;
}

#menu-primary .menu-items li li:hover > a, #menu-primary .menu-items li li > a:hover, #menu-primary .menu-items li li.current-menu-item > a {
    background: #00bbd3;
    color: rgb(255,255,255);
}

#menu-primary .menu-items li li, #menu-primary .menu-items li li a {
    color: rgb(255,255,255);
}

#menu-primary.isStick {
    background: rgb(255,255,255);
    margin: 0;
    padding: 10px 0;
    z-index: 999;
}

.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer {
    color: rgb(255,255,255);
}

    .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer a {
        border-color: rgb(255,255,255) !important;
        color: rgb(255,255,255);
    }

        .moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer a:hover {
            background: rgb(255,255,255);
            border-color: rgb(255,255,255) !important;
            color: #EF7F1A;
        }

.moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper a {
    background: #d2d2d2;
}

    .moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper a:hover, .moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper a.ms_active {
        background: #787878;
        opacity: 1;
    }

.site-content:before {
    background: #ffffff;
}

.site-link:hover {
    color: #EF7F1A;
}

.footer-logo-link, .footer-logo-link:hover {
    color: #777777 !important;
}

.cherry-banner.banner_box .cherry-banner_wrap .caption a:hover {
    color: #EF7F1A;
}

.cherry-banner.banner_1.color_1 .banner_img a {
    background: #EF7F1A;
}

.cherry-banner.banner_1.color_1 h2 {
    color: #EF7F1A;
}

.cherry-banner.banner_1.color_1 a.cherry-banner_link {
    background: #EF7F1A;
    color: rgb(255,255,255);
}

.cherry-banner.banner_1 a.cherry-banner_link:hover {
    background: #333333;
    color: rgb(255,255,255);
}

.cherry-banner.banner_1.color_2 .banner_img a {
    background: #4baf4f;
}

.cherry-banner.banner_1.color_2 h2 {
    color: #4baf4f;
}

.cherry-banner.banner_1.color_2 a.cherry-banner_link {
    background: #4baf4f;
    color: rgb(255,255,255);
}

.cherry-banner.banner_1.color_3 .banner_img a {
    background: #00bbd3;
}

.cherry-banner.banner_1.color_3 h2 {
    color: #00bbd3;
}

.cherry-banner.banner_1.color_3 a.cherry-banner_link {
    background: #00bbd3;
    color: rgb(255,255,255);
}

.cherry-banner.banner_1 a.cherry-banner_link:hover {
    background: #333333;
    color: rgb(255,255,255);
}

.cherry-banner.banner_2 .cherry-banner_wrap .cherry-banner_content strong {
    color: #333333;
}

.cherry-banner.banner_2 a.cherry-banner_link {
    background: #EF7F1A;
    color: rgb(255,255,255);
}

    .cherry-banner.banner_2 a.cherry-banner_link:hover {
        background: #333333;
        color: rgb(255,255,255);
    }

.cherry-banner.banner_3 a {
    border-color: #00bbd3;
    color: #666666;
}

    .cherry-banner.banner_3 a:before {
        background: rgb(255,255,255);
    }

    .cherry-banner.banner_3 a:hover:before {
        background: #00bbd3;
    }

    .cherry-banner.banner_3 a:hover h2, .cherry-banner.banner_3 a:hover h4, .cherry-banner.banner_3 a:hover h4 strong, .cherry-banner.banner_3 a:hover ul li {
        color: rgb(255,255,255);
    }

    .cherry-banner.banner_3 a:hover ul li {
        border-color: rgba(255,255,255,0.16);
    }

    .cherry-banner.banner_3 a:hover i {
        background: rgb(255,255,255);
        color: #00bbd3;
    }

.cherry-banner.banner_3 h2 {
    margin: 0 0 10px 0;
    padding: 0;
}

.cherry-banner.banner_3 h2, .cherry-banner.banner_3 h4, .cherry-banner.banner_3 h4 strong {
    color: #00bbd3;
}

.cherry-banner.banner_3 .cherry-banner_wrap ul li {
    border-color: rgba(0,0,0,0.16);
}

.cherry-banner.banner_3 .cherry-banner_wrap i {
    background: #00bbd3;
    color: rgb(255,255,255);
}

.cherry-banner.banner_4 .cherry-banner_wrap .banner_img a {
    background: #EF7F1A;
}

.cherry-banner.banner_4 .cherry-banner_wrap .cherry-banner_link {
    background: #EF7F1A;
    color: rgb(255,255,255);
}

    .cherry-banner.banner_4 .cherry-banner_wrap .cherry-banner_link:hover {
        background: #00bbd3;
        color: rgb(255,255,255);
    }

.cherry-banner.banner_5 .cherry-banner_wrap .banner_img a {
    background: #EF7F1A;
}

.cherry-banner.banner_5 .cherry-banner_wrap strong {
    color: #333333;
}

.cherry-banner.banner_5 .cherry-banner_wrap .cherry-banner_link {
    background: #EF7F1A;
    color: rgb(255,255,255);
}

    .cherry-banner.banner_5 .cherry-banner_wrap .cherry-banner_link:hover {
        background: #00bbd3;
        color: rgb(255,255,255);
    }

.cherry-posts-list.style_1 .cherry-posts-item .inner .post-meta {
    color: #00bbd3;
}

.cherry-posts-list.style_1 .cherry-posts-item .inner h4, .cherry-posts-list.style_1 .cherry-posts-item .inner h4 a {
    color: #333333;
}

    .cherry-posts-list.style_1 .cherry-posts-item .inner h4 a:hover {
        color: #EF7F1A;
    }

.cherry-posts-list.style_2 .cherry-posts-item .inner figure a {
    background: #333333;
}

    .cherry-posts-list.style_2 .cherry-posts-item .inner figure a:before {
/*        color: rgb(255,255,255); */
color:#000;
    }

    .cherry-posts-list.style_2 .cherry-posts-item .inner figure a:hover:before {
        color: #EF7F1A;
    }

.cherry-posts-list.style_3 .cherry-posts-item .caption {
    background: rgba(0,0,0,0.5);
}

    .cherry-posts-list.style_3 .cherry-posts-item .caption h4, .cherry-posts-list.style_3 .cherry-posts-item .caption h4 a {
        color: rgb(255,255,255);
    }

        .cherry-posts-list.style_3 .cherry-posts-item .caption h4 a:hover {
            color: #00bbd3;
        }

.cherry-posts-list.style_5 .cherry-posts-item .inner figure a {
    background: #EF7F1A;
}

.cherry-posts-list.style_6 .cherry-posts-item .inner .caption {
    background: rgba(0,0,0,0.5);
}

    .cherry-posts-list.style_6 .cherry-posts-item .inner .caption a {
        line-height: 22px;
        font-size: 18px;
        text-transform: uppercase;
        color: rgb(255,255,255);
    }

        .cherry-posts-list.style_6 .cherry-posts-item .inner .caption a:hover {
            color: #00bbd3 !important;
        }

a.btn-default {
    background: #00bbd3;
    color: rgb(255,255,255);
}

    a.btn-default:hover {
        background: #EF7F1A;
        color: rgb(255,255,255);
    }

a.cherry-btn-primary {
    background: #00bbd3;
    color: rgb(255,255,255);
}

    a.cherry-btn-primary:hover {
        background: #EF7F1A;
        color: rgb(255,255,255);
    }

a.cherry-btn-info.style_1 {
    background: #4baf4f;
    color: rgb(255,255,255);
}

    a.cherry-btn-info.style_1:hover {
        background: #333333;
        color: rgb(255,255,255);
    }

a.cherry-btn-info.style_2 {
    background: #00bbd3;
    color: rgb(255,255,255);
}

    a.cherry-btn-info.style_2:hover {
        background: #333333;
        color: rgb(255,255,255);
    }

a.cherry-btn-link {
    color: #EF7F1A;
}

    a.cherry-btn-link:hover {
        color: #333333;
    }

.parallax_1, .parallax_1 .parallax-content h2 {
    color: rgb(255,255,255);
}

.parallax_2, .parallax_2 .parallax-content h2 {
    color: rgb(255,255,255);
}

.parallax_3, .parallax_3 .parallax-content h2 {
    color: rgb(255,255,255);
}

.parallax_4, .parallax_4 .parallax-content h2 {
    color: rgb(255,255,255);
}

.parallax_5, .parallax_5 .parallax-content h2 {
    color: rgb(255,255,255);
}

.parallax_6, .parallax_6 .parallax-content h2 {
    color: rgb(255,255,255);
}

.parallax_7, .parallax_7 .parallax-content h2 {
    color: rgb(255,255,255);
}

.cherry-tabs.style_1 .cherry-tabs-nav span {
    background: #cacaca;
    color: #777;
}

    .cherry-tabs.style_1 .cherry-tabs-nav span:hover, .cherry-tabs.style_1 .cherry-tabs-nav span.cherry-tabs-current {
        background: #e7e7e7;
        color: #333333;
    }

.cherry-tabs.style_1 .cherry-tabs-panes {
    background: #e7e7e7;
}

.cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_icon {
    border-color: #EF7F1A ;
    color: #EF7F1A ;
}

.cherry-services.style_1 .services-listing .cherry-services_item h3, .cherry-services.style_1 .services-listing .cherry-services_item h3 a {
    color: #000;
}

    .cherry-services.style_1 .services-listing .cherry-services_item h3 a:hover {
        color: #EF7F1A;
    }

.cherry-services.style_2 .services-listing .cherry-services_item .cherry-services_icon {
    border-color: #4baf4f;
    color: #4baf4f;
}

.cherry-services.style_2 .services-listing .cherry-services_item h3, .cherry-services.style_2 .services-listing .cherry-services_item h3 a {
    color: #4baf4f;
}

    .cherry-services.style_2 .services-listing .cherry-services_item h3 a:hover {
        color: #EF7F1A;
    }

.cherry-services.style_3 .cherry-services_item figure a {
    background: transparent;
}

.cherry-services.style_4 .services-listing .cherry-services_item .cherry-services_icon {
    border-color: #4baf4f;
    color: #4baf4f;
}

.cherry-services.style_4 .services-listing .cherry-services_item h3, .cherry-services.style_4 .services-listing .cherry-services_item h3 a {
    color: #4baf4f;
}

    .cherry-services.style_4 .services-listing .cherry-services_item h3 a:hover {
        color: #EF7F1A;
    }

.cherry-btn.cherry-btn-primary {
    background: #EF7F1A;
}

    .cherry-btn.cherry-btn-primary:hover {
        background: #333333;
    }

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #EF7F1A;
}

.box_4 .cherry-box > .inner {
    color: #333333;
}

.cherry-list.style_1 ul li {
    border-color: #c7c7c6;
}

    .cherry-list.style_1 ul li .fa {
        color: #00bbd3;
    }

    .cherry-list.style_1 ul li a {
        color: #777;
    }

        .cherry-list.style_1 ul li a:hover {
            color: #00bbd3;
        }

.team-wrap.style_1 .team-item .team-listing_photo {
    background: #4baf4f;
}

.team-wrap.style_1 .team-item strong a {
    color: #4baf4f;
}

    .team-wrap.style_1 .team-item strong a:hover {
        color: #EF7F1A;
    }

.navigation a {
    background: #333333;
    color: rgb(255,255,255);
}

    .navigation a:hover, .navigation span {
        background: #EF7F1A;
        color: rgb(255,255,255);
    }

.author-bio {
    background: #efefef;
}

    .author-bio h3 {
        color: #4baf4f;
    }

.related-posts {
    border-color: #efefef;
}

    .related-posts ul li h4 a {
        color: #777777;
    }

        .related-posts ul li h4 a:hover {
            color: #EF7F1A;
        }

ol.comment-list li .comment-body {
    background: #efefef;
}

    ol.comment-list li .comment-body a {
        color: #4baf4f;
    }

        ol.comment-list li .comment-body a:hover {
            color: #EF7F1A;
        }

.sidebar-main .widget {
    border-color: #efefef;
}

.sidebar-main .widget_categories ul li, .sidebar-main .widget_archive ul li, .sidebar-main .widget_nav_menu ul li, .sidebar-main .widget_meta ul li, .sidebar-main .widget_meta ul li, .sidebar-main .widget_pages ul li, .sidebar-main .widget_recent_comments ul li, .sidebar-main .widget_recent_entries ul li, .sidebar-secondary .widget_categories ul li, .sidebar-secondary .widget_archive ul li, .sidebar-secondary .widget_nav_menu ul li, .sidebar-secondary .widget_meta ul li, .sidebar-secondary .widget_meta ul li, .sidebar-secondary .widget_pages ul li, .sidebar-secondary .widget_recent_comments ul li, .sidebar-secondary .widget_recent_entries ul li {
    border-color: #d2d2d1;
}

    .sidebar-main .widget_categories ul li ul, .sidebar-main .widget_archive ul li ul, .sidebar-main .widget_nav_menu ul li ul, .sidebar-main .widget_meta ul li ul, .sidebar-main .widget_meta ul li ul, .sidebar-main .widget_pages ul li ul, .sidebar-main .widget_recent_comments ul li ul, .sidebar-main .widget_recent_entries ul li ul, .sidebar-secondary .widget_categories ul li ul, .sidebar-secondary .widget_archive ul li ul, .sidebar-secondary .widget_nav_menu ul li ul, .sidebar-secondary .widget_meta ul li ul, .sidebar-secondary .widget_meta ul li ul, .sidebar-secondary .widget_pages ul li ul, .sidebar-secondary .widget_recent_comments ul li ul, .sidebar-secondary .widget_recent_entries ul li ul {
        border-color: #d2d2d1;
    }

    .sidebar-main .widget_categories ul li:before, .sidebar-main .widget_archive ul li:before, .sidebar-main .widget_nav_menu ul li:before, .sidebar-main .widget_meta ul li:before, .sidebar-main .widget_meta ul li:before, .sidebar-main .widget_pages ul li:before, .sidebar-main .widget_recent_comments ul li:before, .sidebar-main .widget_recent_entries ul li:before, .sidebar-secondary .widget_categories ul li:before, .sidebar-secondary .widget_archive ul li:before, .sidebar-secondary .widget_nav_menu ul li:before, .sidebar-secondary .widget_meta ul li:before, .sidebar-secondary .widget_meta ul li:before, .sidebar-secondary .widget_pages ul li:before, .sidebar-secondary .widget_recent_comments ul li:before, .sidebar-secondary .widget_recent_entries ul li:before {
        color: #00bbd3;
    }

    .sidebar-main .widget_categories ul li a, .sidebar-main .widget_archive ul li a, .sidebar-main .widget_nav_menu ul li a, .sidebar-main .widget_meta ul li a, .sidebar-main .widget_meta ul li a, .sidebar-main .widget_pages ul li a, .sidebar-main .widget_recent_comments ul li a, .sidebar-main .widget_recent_entries ul li a, .sidebar-secondary .widget_categories ul li a, .sidebar-secondary .widget_archive ul li a, .sidebar-secondary .widget_nav_menu ul li a, .sidebar-secondary .widget_meta ul li a, .sidebar-secondary .widget_meta ul li a, .sidebar-secondary .widget_pages ul li a, .sidebar-secondary .widget_recent_comments ul li a, .sidebar-secondary .widget_recent_entries ul li a {
        color: #777;
    }

        .sidebar-main .widget_categories ul li a:hover, .sidebar-main .widget_archive ul li a:hover, .sidebar-main .widget_nav_menu ul li a:hover, .sidebar-main .widget_meta ul li a:hover, .sidebar-main .widget_meta ul li a:hover, .sidebar-main .widget_pages ul li a:hover, .sidebar-main .widget_recent_comments ul li a:hover, .sidebar-main .widget_recent_entries ul li a:hover, .sidebar-secondary .widget_categories ul li a:hover, .sidebar-secondary .widget_archive ul li a:hover, .sidebar-secondary .widget_nav_menu ul li a:hover, .sidebar-secondary .widget_meta ul li a:hover, .sidebar-secondary .widget_meta ul li a:hover, .sidebar-secondary .widget_pages ul li a:hover, .sidebar-secondary .widget_recent_comments ul li a:hover, .sidebar-secondary .widget_recent_entries ul li a:hover {
            color: #00bbd3;
        }

article.post.cherry-has-entry-date .entry-meta, article.post.cherry-has-entry-author .entry-meta, article.post.cherry-has-entry-comments .entry-meta, article.post.cherry-has-entry-cats .entry-meta, article.post.cherry-has-entry-tags .entry-meta {
    border-color: #efefef;
}

article.post .entry-thumbnail a {
    background: #333333;
}

article.post .entry-meta span:before {
    color: #4baf4f;
}

article.post .entry-meta a {
    color: #777777;
}

    article.post .entry-meta a:hover {
        color: #4baf4f;
    }

body.search .site-main article.post.cherry-has-entry-date .entry-meta, body.search .site-main article.post.cherry-has-entry-author .entry-meta, body.search .site-main article.post.cherry-has-entry-comments .entry-meta, body.search .site-main article.post.cherry-has-entry-cats .entry-meta, body.search .site-main article.post.cherry-has-entry-tags .entry-meta {
    border-color: #efefef;
}

body.search .site-main article.post .entry-meta span:before {
    color: #4baf4f;
}

body.search .site-main article.post .entry-meta a {
    color: #777777;
}

    body.search .site-main article.post .entry-meta a:hover {
        color: #4baf4f;
    }

.cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post_meta, .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post_meta a {
    color: #00bbd3;
}

    .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post_meta a:hover {
        color: #EF7F1A;
    }

.cherry-swiper-carousel.style_1 .swiper-pagination .swiper-pagination-bullet {
    background: #d2d2d2;
}

    .cherry-swiper-carousel.style_1 .swiper-pagination .swiper-pagination-bullet:hover, .cherry-swiper-carousel.style_1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #787878;
    }

.error-404 .error-404-num {
    color: #EF7F1A;
}

.portfolio-wrap .filter li a {
    color: #4baf4f;
}

    .portfolio-wrap .filter li a:hover, .portfolio-wrap .filter li.active a {
        color: #333333;
    }

.portfolio-wrap .portfolio-filter .order-filter > li {
    color: #4baf4f;
}

    .portfolio-wrap .portfolio-filter .order-filter > li:hover {
        color: #333333;
    }

.portfolio-wrap .portfolio-filter .order-filter li li {
    color: #333333;
}

    .portfolio-wrap .portfolio-filter .order-filter li li:hover {
        color: #EF7F1A;
    }

.portfolio-wrap .portfolio-container .portfolio-item .rollover-content:before {
    background: #4baf4f;
}

.portfolio-wrap .portfolio-container .portfolio-item .rollover-content .links-container a:hover {
    background: rgb(255,255,255);
    border-color: rgb(255,255,255);
    color: #333333;
}

.portfolio-wrap .portfolio-container .portfolio-item .custom-links .zoomlink:hover {
    background: #EF7F1A;
}

.portfolio-wrap .portfolio-container .portfolio-item .custom-links .permalink:hover {
    color: #EF7F1A;
}

.portfolio-wrap .portfolio-container .portfolio-item.justified-layout-item .rollover-content h3 a:hover {
    color: #333333;
}

.portfolio-wrap .portfolio-container .portfolio-item .item-content h3 {
    color: rgb(255,255,255);
}

    .portfolio-wrap .portfolio-container .portfolio-item .item-content h3 a {
        color: #333333;
    }

        .portfolio-wrap .portfolio-container .portfolio-item .item-content h3 a:hover {
            color: #EF7F1A;
        }

.portfolio-wrap .portfolio-container .portfolio-item .item-content p {
    margin: 0;
}

.portfolio-wrap .portfolio-container .portfolio-ajax-button .load-more-button a {
    color: #fff;
    background: #EF7F1A;
}

    .portfolio-wrap .portfolio-container .portfolio-ajax-button .load-more-button a:hover {
        color: #fff;
        background: #333333;
    }

.cherry-spinner-double-bounce .cherry-double-bounce1, .cherry-spinner-double-bounce .cherry-double-bounce2 {
    background-color: #EF7F1A;
}

body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-meta-container i {
    color: #333333;
}

body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-meta-container .post-date {
    color: #EF7F1A;
}

body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-meta-container .post-author a, body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-meta-container .post-comments-link a {
    color: #EF7F1A;
}

    body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-meta-container .post-author a:hover, body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-meta-container .post-comments-link a:hover {
        color: #212121;
    }

body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-taxonomy-list span {
    color: #EF7F1A;
}

body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .swiper-pagination .swiper-pagination-bullet {
    background: #00bbd3;
}

    body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .swiper-pagination .swiper-pagination-bullet:hover {
        opacity: 1;
    }

.portfolio-pagination a {
    background: #333333 !important;
    color: rgb(255,255,255) !important;
}

    .portfolio-pagination a:hover, .portfolio-pagination .active a {
        background: #EF7F1A !important;
        color: rgb(255,255,255) !important;
    }

.wpcf7 .submit-wrap input {
    color: #fff;
    background: #EF7F1A;
}

    .wpcf7 .submit-wrap input:hover {
        color: #fff;
        background: #333333;
    }

.wpcf7 .submit-wrap img.ajax-loader {
    border-color: transparent transparent #EF7F1A #EF7F1A;
}

.widget > ul > li {
}

    .widget > ul > li:before {
        color: #333333;
    }

.widget_recent_comments li.recentcomments {
    color: #777777;
}

    .widget_recent_comments li.recentcomments .comment-author-link {
        color: #EF7F1A;
    }

.search-form .search-field {
}

.search-form .search-submit {
    color: #fff;
    background: #EF7F1A;
}

    .search-form .search-submit:hover {
        background: #333333;
    }

.static-social-follow .cherry-follow_list .cherry-follow_item .cherry-follow_link {
    color: #fff;
    background: #EF7F1A;
}

    .static-social-follow .cherry-follow_list .cherry-follow_item .cherry-follow_link:hover {
        color: #fff;
        background: #333333;
    }

.motoslider_wrapper .ms_pagination .ms_bullet {
    background: #333333;
}

    .motoslider_wrapper .ms_pagination .ms_bullet:hover, .motoslider_wrapper .ms_pagination .ms_bullet.ms_active {
        background: #EF7F1A;
    }

#back-top a:before {
    color: #333333;
}

#back-top a:hover:before {
    color: #EF7F1A;
}

.static-search-form .searchform-wrapper i:hover:before {
    color: #EF7F1A;
}

.static-search-form .searchform input[type="text"] {
    background: #333333;
    border: none !important;
    color: #e7e7e7;
}

.static-search-form .searchform input[type="submit"] {
    background-color: #EF7F1A !important;
}

    .static-search-form .searchform input[type="submit"]:hover {
        background-color: #00bbd3 !important;
    }

.cherry-breadcrumbs {
    background-image: url(/u/i/breadcrumbs.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-clip: padding-box;
    background-size: cover;
    background-origin: padding-box;
}

    .cherry-breadcrumbs h1 {
        color: #ffffff;
    }

    .cherry-breadcrumbs a:hover, .cherry-breadcrumbs .cherry-breadcrumbs_item_target {
        color: #EF7F1A;
    }

#footer h3 {
    color: #ffffff;
}

#footer a:hover {
    color: #EF7F1A;
}

#footer .cherry-social-follow-class ul li a:hover {
    border-color: #EF7F1A;
}

#footer .menu-secondary ul li.current-menu-item a {
    color: #EF7F1A;
}

#static-area-footer-top {
    background: #333333;
}

@media (max-width: 768px) {
    #header .static-header-menu #menu-primary button {
        background: #333333;
        color: rgb(255,255,255);
    }

        #header .static-header-menu #menu-primary button:hover {
            background: #4baf4f;
            color: rgb(255,255,255);
        }

    #header .static-header-menu #menu-primary label {
        background: #333333;
        color: rgb(255,255,255);
    }

        #header .static-header-menu #menu-primary label:hover {
            background: #EF7F1A;
            color: rgb(255,255,255);
        }
#menu-primary .menu-items > li > a { padding:0px !important; }
#menu-primary .menu-items > li { height:auto !important; }

    #header .static-header-menu #menu-primary .menu-items li a, #header .static-header-menu #menu-primary .menu-items li li a {
        background: #EF7F1A !important;
        color: rgb(255,255,255) !important;
    }

        #header .static-header-menu #menu-primary .menu-items li a:hover, #header .static-header-menu #menu-primary .menu-items li li a:hover, #header .static-header-menu #menu-primary .menu-items li.current-menu-item a {
            background: #EF7F1A !important;
            color: rgb(255,255,255) !important;
        }
}

.maintenance-container, .maintenance-container h1, .maintenance-container h2 {
    color: #e7e7e7;
}

/* revslider.css */
.largeredbtn {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 60px;
    color: #fff !important;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 80px;
    padding-top: 22px;
    padding-bottom: 22px;
    background: rgb(234, 91, 31);
    background: -moz-linear-gradient(top, rgba(234, 91, 31, 1) 0%, rgba(227, 58, 12, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 91, 31, 1)), color-stop(100%, rgba(227, 58, 12, 1)));
    background: -webkit-linear-gradient(top, rgba(234, 91, 31, 1) 0%, rgba(227, 58, 12, 1) 100%);
    background: -o-linear-gradient(top, rgba(234, 91, 31, 1) 0%, rgba(227, 58, 12, 1) 100%);
    background: -ms-linear-gradient(top, rgba(234, 91, 31, 1) 0%, rgba(227, 58, 12, 1) 100%);
    background: linear-gradient(to bottom, rgba(234, 91, 31, 1) 0%, rgba(227, 58, 12, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ea5b1f', endColorstr='#e33a0c', GradientType=0)
}
.largeredbtn:hover {
    background: rgb(227, 58, 12);
    background: -moz-linear-gradient(top, rgba(227, 58, 12, 1) 0%, rgba(234, 91, 31, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(227, 58, 12, 1)), color-stop(100%, rgba(234, 91, 31, 1)));
    background: -webkit-linear-gradient(top, rgba(227, 58, 12, 1) 0%, rgba(234, 91, 31, 1) 100%);
    background: -o-linear-gradient(top, rgba(227, 58, 12, 1) 0%, rgba(234, 91, 31, 1) 100%);
    background: -ms-linear-gradient(top, rgba(227, 58, 12, 1) 0%, rgba(234, 91, 31, 1) 100%);
    background: linear-gradient(to bottom, rgba(227, 58, 12, 1) 0%, rgba(234, 91, 31, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e33a0c', endColorstr='#ea5b1f', GradientType=0)
}

.tp-caption.noshadow,
.noshadow {
    text-shadow: none
}
.tp-caption.black_heavy_60,
.black_heavy_60 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.white_heavy_40,
.white_heavy_40 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
    margin-top:8px;
}
.tp-caption.grey_heavy_72,
.grey_heavy_72 {
    font-size: 72px;
    line-height: 72px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(213, 210, 210);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.grey_regular_18,
.grey_regular_18 {
    font-size: 18px;
    line-height: 26px;
    font-family: "Open Sans";
    color: rgb(119, 119, 119);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.black_thin_34,
.black_thin_34 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 100;
    font-family: Raleway;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.arrowicon,
.arrowicon {
    line-height: 1px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none
}
.tp-caption.black_bold_40,
.black_bold_40 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: Raleway;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.light_heavy_70,
.light_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.black_heavy_70,
.black_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.black_bold_bg_20,
.black_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.greenbox30,
.greenbox30 {
    line-height: 30px;
    text-decoration: none;
    background-color: rgb(134, 181, 103);
    padding: 0px 14px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none
}
.tp-caption.green_bold_bg_20,
.green_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(134, 181, 103);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.fullrounded,
.fullrounded {
    border-radius: 400px 400px 400px 400px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none
}
.tp-caption.light_heavy_40,
.light_heavy_40 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.white_thin_34,
.white_thin_34 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 200;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.fullbg_gradient,
.fullbg_gradient {
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #490202;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.red_bold_bg_20,
.red_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(224, 51, 0);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.blue_bold_bg_20,
.blue_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(53, 152, 220);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.white_bold_bg_20,
.white_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.white_heavy_70,
.white_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}
.tp-caption.light_heavy_70_shadowed,
.light_heavy_70_shadowed {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-family: Raleway;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}

/* FONTS */
@font-face {
  font-family: 'Libel';
  font-style: normal;
  font-weight: 400;
  src:url(/u/f/libel-suit-rg.ttf) format('ttf');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

h2 {
  font-family:'Libel';
}

/* MAIN */
.mt-10 {
  margin-top: 10px;
}

div.col-md-9 .banner-wrapper {
  position: relative;
  display: inline-block;
}

div.col-md-9 .banner-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  pointer-events: none;
}


/* FORM SUBMIT BUTTON */
.btn-form-submit {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: #EF7F1A 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #EF7F1A;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 35px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.btn-form-submit:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.btn-form-submit:hover {
  box-shadow: #EF7F1A 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.btn-form-submit:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

/* orange #EF7F1A */
.GALTEXT {
  margin-bottom: 30px;
}

.GALTEXT li {
  list-style: none;
}

.GALTEXT h4 {
  font-weight: bold;
}

.cherry-services_title {
  font-size: 14px;
}

.cherry-border {
  position: relative;
  width: 200px;
  /* Çerçeve genişliği */
  height: 200px;
  /* Çerçeve yüksekliği */
  border: 2px solid #ddd;
  /* Ana çerçeve rengi */
  box-sizing: border-box;
  overflow: hidden;
}

.cherry-border-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  /* Şeffaf başlangıç */
  box-sizing: border-box;
  animation: border-move 4s linear infinite;
  /* Sürekli animasyon */
}

@keyframes border-move {
  0% {
    border-color: transparent transparent transparent orange;
    /* Turuncu çizgi alt tarafta başlar */
  }

  25% {
    border-color: orange transparent transparent transparent;
    /* Turuncu çizgi sol tarafta */
  }

  50% {
    border-color: transparent orange transparent transparent;
    /* Turuncu çizgi üst tarafta */
  }

  75% {
    border-color: transparent transparent orange transparent;
    /* Turuncu çizgi sağ tarafta */
  }

  100% {
    border-color: transparent transparent transparent orange;
    /* Turuncu çizgi alt tarafta */
  }
}

.rev_slider,
.rev_slider_wrapper {
  height: 450px !important;
}

.header-top .container {
  max-width: 1250px !important;
}

h2 {
  font-family: inherit !important;
}

.header-top2 {
  padding: 10px;
  background: #000;
}

.header-top2 a {
  color: #fff;
}

.header-top2 .right {
  text-align: right;
}

.header-top2 .left span {
  margin-right: 20px;
}

.header-top2 .right span {
  margin-left: 5px;
}

@media (max-width: 768px) {
  .header-top2 .left span {
    display: block;
    clear: both;
  }
}

#footer h3 {
  margin-bottom: 10px;
}

.gallery-type-1 {
  background-color: #f34235;
  color: #ffffff;
}

.gallery-type-2 {
  background-color: #4baf4f;
  color: #ffffff;
}

.gallery-type-3 {
  background-color: #00bbd3;
  color: #ffffff;
}

.cherry-banner.banner_box .cherry-banner_wrap h2 {
  font-size: 18px;
}

#menu-primary .menu-items>li>a:hover,
#menu-primary .menu-items>li.current-menu-item>a:hover {
  color: #EF7F1A;
}

.flexslider {
  display: none;
  height: 450px;
  background: #fff url(/u/i/loading.gif) no-repeat center center !important;
}

.portfolio-item {
  width: 390px;
  float: left;
}

@media (max-width: 1200px) {
  .flexslider {
    height: 300px !important;
  }
}

@media (max-width: 960px) {
  .flexslider {
    height: 240px !important;
  }
}

@media (max-width: 480px) {
  .flexslider {
    height: 120px !important;
  }
}

.site-main {
  padding-top: 30px;
}

.sublist {
  margin: 20px 0;
  padding: 0px;
}

.sublist li {
  margin: 7px 0 0 0;
  padding: 5px 5px 5px 28px;
  background: url("/u/i/bullet-orange.png") no-repeat top left;
  list-style: none;
}

.cherry-services_thumb img,
.post-thumbnail img {
  width: 260px;
  height: 200px;
}

.cherry-services_thumb2 {
  text-align: center;
}

.cherry-services_thumb2 img,
.post-thumbnail img {
  /*    width: 260px; */
  height: 200px;
}

.cherry-services_item2 .cherry-services_title {
  padding: 5px;
  text-align: center;
}

.style_3 .cherry-services_title {
  font-size: 14px !important;
  text-align: center;
}

.box_2,
.box_5,
.box_7 {
  background: #efefef;
}

.box_6 {
  padding: 30px 0 30px;
}

.box_7 {
  padding: 30px 0 30px;
  margin: 30px 0 30px;
}

.cherry-posts-item {
  margin-top: 20px;
}

.cherry-banner.banner_box .cherry-banner_wrap a {
  color: #000;
  font-weight: bold;
}

.GALTEXT {
  padding-left: 20px;
}

hr {
  border-top: 1px solid #ccc;
  margin: 30px 0 40px 0;
}

.menu-item {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.menu-item:hover {
  background: #F9F9F9;
  border-top: 3px solid #f17007;
  border-bottom: 3px solid #f17007;
}

.cherry-banner_title {
  background: url(/u/i/gallery-type.png) no-repeat;
  color: #fff;
  text-align: left;
  padding: 5px;
}

.image-logo img {
  height: 75px;
}

.mainform {
  width: auto;
}

.mainform .table,
table {
  width: auto;
}

.mainform td {
  display: inline-block;
}

.post-thumbnail2 {
  float: left;
  margin: 0 15px 15px 0;
}



.companyBox {
  text-align: center;
}

.companyBox ul li {
  margin-bottom: 20px;
  display: inline-block;
  float: none;
}



.tp-caption {
  padding: 10px 0px !important;
  margin: 20px 0 !important;
  text-align: center !important;
  line-height: 70px !important;
}

.sub-head-slider {
  font-size: 18px !important;
  line-height: 22px !important;
  margin: 30px 0px 10px !important;
}

.slider-heading {
  color: #999;
  padding: 7px 20px !important;
  display: inline-block !important;
  font-weight: 600;
  line-height: 30px !important;
  margin-bottom: 1px !important;
}

/* REVOLUTION SLIDER */
.tp-caption.noshadow,
.noshadow {
  text-shadow: none
}

.tp-caption.black_heavy_60,
.black_heavy_60 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  font-family: Raleway;
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.white_heavy_40,
.white_heavy_40 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  font-family: Raleway;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.grey_heavy_72,
.grey_heavy_72 {
  font-size: 72px;
  line-height: 72px;
  font-weight: 900;
  font-family: Raleway;
  color: rgb(213, 210, 210);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.grey_regular_18,
.grey_regular_18 {
  font-size: 18px;
  line-height: 26px;
  font-family: "Open Sans";
  color: rgb(119, 119, 119);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.black_thin_34,
.black_thin_34 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 100;
  font-family: Raleway;
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.arrowicon,
.arrowicon {
  line-height: 1px;
  border-width: 0px;
  border-color: rgb(34, 34, 34);
  border-style: none
}

.tp-caption.black_bold_40,
.black_bold_40 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: Raleway;
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.light_heavy_70,
.light_heavy_70 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-family: Raleway;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.black_heavy_70,
.black_heavy_70 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-family: Raleway;
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.black_bold_bg_20,
.black_bold_bg_20 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  font-family: Raleway;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  padding: 5px 8px;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.greenbox30,
.greenbox30 {
  line-height: 30px;
  text-decoration: none;
  background-color: rgb(134, 181, 103);
  padding: 0px 14px;
  border-width: 0px;
  border-color: rgb(34, 34, 34);
  border-style: none
}

.tp-caption.green_bold_bg_20,
.green_bold_bg_20 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  font-family: Raleway;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(134, 181, 103);
  padding: 5px 8px;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.fullrounded,
.fullrounded {
  border-radius: 400px 400px 400px 400px;
  border-width: 0px;
  border-color: rgb(34, 34, 34);
  border-style: none
}

.tp-caption.light_heavy_40,
.light_heavy_40 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  font-family: Raleway;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.white_thin_34,
.white_thin_34 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 200;
  font-family: Raleway;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.fullbg_gradient,
.fullbg_gradient {
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #490202;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.red_bold_bg_20,
.red_bold_bg_20 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  font-family: Raleway;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(224, 51, 0);
  padding: 5px 8px;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.blue_bold_bg_20,
.blue_bold_bg_20 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  font-family: Raleway;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(53, 152, 220);
  padding: 5px 8px;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.white_bold_bg_20,
.white_bold_bg_20 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  font-family: Raleway;
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  padding: 5px 8px;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.white_heavy_70,
.white_heavy_70 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-family: Raleway;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-caption.light_heavy_70_shadowed,
.light_heavy_70_shadowed {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-family: Raleway;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
  background-color: rgba(239, 127, 26, 0.85) !important;
}



@media screen and (max-width: 480px) {
  .e-mail {
    display: none;
  }

  .tp-caption {
    margin-top: -15px !important;
    line-height: 30px !important;
  }

  .tp-bgimg.defaultimg {
    background-size: contain !important;
  }

  .rev_slider,
  .rev_slider_wrapper {
    height: 120px !important;
  }
}

.gallery-detail {
  width: 840px;
  text-align: center;
  margin-left: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.gallery-detail img {
  max-width: 840px;
}

.gallery-detail p {
  text-align: justify;
}

blockquote {
  font-family: "Playwrite HR", serif;
  font-size: 20px !important;
}

.cherry-banner_title {
  background-size: 100%;
}

ul.sub-menu-handler {
  background-color: #fff;
  padding: 0 !important;
  list-style-type: none !important;
  visibility: hidden;
}

ul.sub-menu-handler li {
  opacity: 0;
  display: block;
  visibility: hidden;
}

#menu-primary .menu-items>li li a {
  display: block;
}

ul.sub-menu-handler li a {
  color: #000 !important;
  width: 100%;
  height: 100%;
  display: block;
}

#menu-item-34:hover ul.sub-menu-handler li,
#menu-item-34:hover ul.sub-menu-handler {
  opacity: 1;
  visibility: visible;
}

#menu-primary .menu-items li li:hover>a {
  background-color: transparent !important;
}

#menu-item-34>a i {
  margin-left: 10px;
}

#header .static-header-menu #menu-primary .menu-items li a:hover,
#header .static-header-menu #menu-primary .menu-items li li a:hover,
#header .static-header-menu #menu-primary .menu-items li.current-menu-item a {
  background: transparent !important;
  color: #000 !important;
}

#header .static-header-menu #menu-primary .menu-items li {
  border: none;
}

#header .static-header-menu #menu-primary .menu-items li,
#header .static-header-menu #menu-primary .menu-items li li {
  background-color: #fff;
}

#menu-item-34>ul>li {
  background: #cccccc14 !important;
}

label.cherry-mega-menu-mobile-close {
  visibility: hidden !important;
}


#back-top {
  right: auto !important;
  left: 0px !important;
}

.lang {
  display: inline-block;
  width: 35px;
  height: 20px;
  transform: translate(5px, 0);
}


/* detail-image-size */

.detail-sp img {
  height: 100% !important;
  width: 100% !important;
}


.form-border {
  border: 2px solid #ef7f1a;
  border-radius: 10px;
  padding: 20px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin: 0 auto;
}

