/*
Description: The stylesheet with a main style.
Author:      Cherry Team
Version:     1.0.0
*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic,700italic);
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
font-family: 'Open Sans', sans-serif !important;
-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 {
  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;
  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;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  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"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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;
  margin-top: 4px \9;
}

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  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;
  filter: alpha(opacity=70);
}
.cherry-cookie-banner-wrap .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

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;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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 {
  -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;
}

.site-header.wide .container {
    background-color: #4FAD4C;
    color: #FFF;
}
.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;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.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: 65.68%;
}
.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: 31.3%;
}
.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: 28%;
}
.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%;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.align_center {
  text-align: center;
}
.align_center figure {
  display: inline-block;
}

.font_18 {
  font-size: 18px;
  line-height: 28px;
}

/*Typography*/
p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 87px 0 40px 0;
  padding-bottom: 22px;
  border-bottom: #e3e3e4 1px solid;
  font-family: Open Sans, sans-serif
}

h3 {
  margin: 0px 0 40px 0;
  padding-bottom: 22px;
  border-bottom: #e3e3e4 1px solid;
}

h6 {
  margin: 42px 0 10px 0;
}

.cherry-btn, .post .btn {
  background: transparent;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  margin-top: 48px;
  display: inline-block;
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.cherry-btn:hover, .post .btn:hover {
  background: transparent;
}
.cherry-btn:hover span.fa, .post .btn:hover span.fa {
  color: #ffffff;
}
.cherry-btn span.fa, .post .btn span.fa {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 27px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}

.cherry-btn-post:after, .form-submit:after, .post .btn:after {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  content: "\f105";
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 27px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}

/*end Typography*/
/*Header*/
#static-area-header-top {
  position: relative;
  z-index: 2;
  padding: 15px;
}

#static-area-header-top.isStick {
  background: #252527;
  padding: 7px;
}
#static-area-header-top.isStick h2 {
  padding-bottom: 0;
}

.static-search-form {
  text-align: left;
}

header .site-title {
  margin: 0;
  border: none;
  padding-bottom: 0;
}
header .menu-primary {
  padding: 6px 0 0 0;
}
header .menu-primary ul.menu-items {
  float: right;
  background: transparent;
  box-shadow: none;
}
header .menu-primary ul.menu-items > li {
  margin-left: 0;
  padding: 11px 27px 12px 27px;
  position: relative;
}
header .menu-primary ul.menu-items > li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 1px;
  background: #ffffff;
  opacity: 0.2;
}
header .menu-primary ul.menu-items > li:first-child {
  padding-left: 0;
}
header .menu-primary ul.menu-items > li:first-child:after {
  display: none;
}
header .menu-primary ul.menu-items > li > a, header .menu-primary ul.menu-items > li.current-menu-item > a {
  text-decoration: none;
  color: #FFF;
}
header .menu-primary ul.menu-items > li > a:after, header .menu-primary ul.menu-items > li.current-menu-item > a:after {
  vertical-align: middle;
}
header .menu-primary ul.menu-items > li > a {
  padding: 0;
}
header .menu-primary ul.menu-items > li:last-child {
  padding-right: 0;
}
header .menu-primary ul.menu-items > li .simple-sub {
  padding: 10px 0;
}
header .menu-primary ul.menu-items > li .simple-sub > li {
  margin: 0;
  padding: 0;
}
header .menu-primary ul.menu-items > li .simple-sub > li > a {
  display: block;
  margin: 0;
  padding: 5px 20px;
  width: 150px;
  font-size: 17px;
  line-height: 1em;
  font-weight: 400;
}
header .menu-primary ul.menu-items a {
  text-decoration: none;
}
header .menu-primary ul.menu-items a:hover {
  text-decoration: none;
}
header .cherry-mega-menu .mega-sub {
  padding: 40px 50px;
}
header .cherry-mega-menu .mega-sub > li {
  padding: 0px 50px 0px 50px !important;
  border-left: #e3e3e4 1px solid;
}
header .cherry-mega-menu .mega-sub > li:first-child {
  padding-left: 0px !important;
  border: none;
}
header .cherry-mega-menu .mega-sub > li:last-child {
  padding-right: 0px !important;
}
header .cherry-mega-menu .mega-sub .mega-block-title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}
header .cherry-mega-menu .mega-sub li[class*="menu-item-recent-posts"] > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .cherry-mega-menu .mega-sub li[class*="menu-item-recent-posts"] > ul > li {
  float: left;
  width: 50%;
  padding-left: 24px;
  margin-top: 11px;
  list-style-type: none;
}
header .cherry-mega-menu .mega-sub time {
  text-align: left;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}
header .cherry-mega-menu .mega-sub a.cherry-btn-post.cherry-btn {
  font-weight: 500;
  font-size: 15px;
  margin-top: 30px;
}
header .cherry-mega-menu .mega-sub .post-thumbnail {
  margin-bottom: 20px;
}
header .cherry-mega-menu .mega-sub .cherry-banner {
  margin-top: 40px;
}
header .cherry-mega-menu .mega-sub .cherry-banner .cherry-banner_wrap {
  padding: 78px 20px 70px 20px;
  text-align: center;
}
header .cherry-mega-menu .mega-sub .cherry-banner .cherry-banner_content, header .cherry-mega-menu .mega-sub .cherry-banner h2 {
  color: #ffffff;
  padding: 0;
}
header .cherry-mega-menu .mega-sub .cherry-banner h2 {
  font-size: 30px;
  line-height: 1em;
  border: none;
  margin-bottom: 20px;
}
header .cherry-mega-menu .mega-sub .menu-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .cherry-mega-menu .mega-sub .menu-item ul li {
  position: relative;
  padding-left: 24px;
  margin-top: 11px;
  list-style-type: none;
}
header .cherry-mega-menu .mega-sub .menu-item ul li:first-child {
  margin-top: 0;
}
header .cherry-mega-menu .mega-sub .menu-item ul li:after {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  content: "\f111";
  font-size: 9px;
  line-height: 1.2em;
  font-weight: normal;
  text-align: center;
  top: 8px;
  left: 0;
}
header .cherry-mega-menu-mobile-trigger.mega-menu-mobile-on {
  margin-top: 20px;
}
header .menu-primary .menu-items.mega-menu-mobile-on {
  background: #fff;
}
header .menu-primary .menu-items.mega-menu-mobile-on > li {
  padding: 10px 20px 10px 20px !important;
  border: none;
}
header .menu-primary .menu-items.mega-menu-mobile-on > li > a {
  color: #302e33 !important;
}
header .menu-primary .menu-items.mega-menu-mobile-on > li:first-child {
  padding-left: 10px;
}
header .menu-primary .menu-items.mega-menu-mobile-on .cherry-mega-menu-sub {
  background: #fff;
  padding-bottom: 0;
}
header .menu-primary .menu-items.mega-menu-mobile-on .mega-sub {
  height: 100%;
  padding: 30px !important;
}
header .menu-primary .menu-items.mega-menu-mobile-on .mega-sub > li {
  padding: 0px !important;
}
header .menu-primary .menu-items.mega-menu-mobile-on .mega-sub > li {
  border: none;
}
header .menu-primary .menu-items.mega-menu-mobile-on .mega-sub .cat-item:last-child {
  margin-bottom: 50px;
}
header .menu-primary .menu-items.mega-menu-mobile-on .mega-sub .post-thumbnail > img {
  width: 100%;
}
header .menu-primary .menu-items.mega-menu-mobile-on .simple-sub {
  height: auto;
}

#static-area-showcase-area {
  position: relative;
  z-index: 0;
}

/*MotoSlider*/
.motoslider_wrapper {
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -84px;
  color: #ffffff;
}
.motoslider_wrapper .ms_pagination, .motoslider_wrapper .ms_start_pause, .motoslider_wrapper .ms_banner_timer, .motoslider_wrapper .ms_banner_inner {
  display: none !important;
}
.motoslider_wrapper .ms_counter {
  width: 58px;
  height: 58px;
  color: #302e33;
  font-size: 13px;
  line-height: 58px;
  font-weight: bold;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  top: auto;
  bottom: 111px;
  z-index: 1000;
  text-align: center;
}
.motoslider_wrapper .ms_next, .motoslider_wrapper .ms_prev {
  background: none;
  height: 42px;
  color: #ffffff;
  margin-top: 0px;
  top: auto;
  bottom: 120px;
  width: 42px;
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.motoslider_wrapper .ms_next:after, .motoslider_wrapper .ms_prev:after {
  position: relative;
  text-align: center;
  display: block;
  font: 42px/1em FontAwesome;
}
.motoslider_wrapper .ms_next:hover, .motoslider_wrapper .ms_prev:hover {
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.motoslider_wrapper .ms_next {
  left: auto;
  right: 50%;
  margin-right: -82px;
}
.motoslider_wrapper .ms_next:after {
  content: "\f105";
}
.motoslider_wrapper .ms_prev {
  left: 50%;
  margin-left: -82px;
}
.motoslider_wrapper .ms_prev:after {
  content: "\f104";
}
.motoslider_wrapper a.fa {
  font-size: 27px;
  line-height: 1em;
  -webkit-transition: none;
  transition: none;
}
.motoslider_wrapper a.fa:hover {
  -webkit-transition: none;
  transition: none;
}
.motoslider_wrapper h3 {
  font-size: 110px;
  line-height: 1em;
  letter-spacing: -3px;
  margin: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
.motoslider_wrapper h3, .motoslider_wrapper h5, .motoslider_wrapper a.fa {
  color: #ffffff;
}

/*end MotoSlider*/
/*Breadcrumbs*/
.cherry-breadcrumbs {
  background: none !important;
}

.cherry-breadcrumbs_content {
  padding: 71px 0 71px 0;
  text-align: center;
}
.cherry-breadcrumbs_content .cherry-breadcrumbs_item_sep {
  padding: 0 10px 0 10px;
}

/*end Breadcrumbs*/
/*end Header*/
/*Content*/
main {
  padding-bottom: 0px;
}

.entry-content {
  margin-top: 0;
}

.parallax-box {
  margin-left: -15px;
  margin-right: -15px;
  color: #fff;
  text-align: center;
}
.parallax-box .parallax-content {
  /**/
  padding: 293px 0 285px 0;
}
.parallax-box .title-box h2 {
  font-size: 110px;
  line-height: 1em;
  letter-spacing: -2px;
  padding-bottom: 0px;
  border-bottom: none;
}
.parallax-box .title-box h4 {
  margin-top: 4px;
}
.parallax-box .title-box p {
  font-size: 18px;
  line-height: 28px;
}
.parallax-box .cherry-btn {
  color: #ffffff;
}

.parallax-box-1 .parallax-content {
  padding: 293px 0 285px 0;
}
.parallax-box-1 .title-box h4 {
  margin-bottom: 63px;
}

.parallax-box-2 .parallax-content {
  padding: 401px 0 427px 0;
}

.parallax-box-3 .parallax-content {
  padding: 56px 0 138px 0;
}
.parallax-box-3 h2 {
  color: #ffffff;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 96px;
}
.parallax-box-3 h6 a {
  color: #ffffff;
}

.parallax-box-4 .parallax-content {
  padding: 56px 0 170px 0;
}
.parallax-box-4 h2 {
  color: #ffffff;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 58px;
}

/*Carousel*/
.cherry-swiper-carousel-container .cherry-swiper-carousel {
  padding-bottom: 148px;
}
.cherry-swiper-carousel-container .cherry-swiper-carousel .cherry-swiper-carousel-slide {
  position: relative;
  text-align: center;
}
.cherry-swiper-carousel-container .cherry-swiper-carousel .cherry-swiper-carousel-slide figure {
  display: inline-block;
}
.cherry-swiper-carousel-container .cherry-swiper-carousel .cherry-swiper-carousel-slide:after {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 60px;
  left: -15px;
  background: #ffffff;
  opacity: 0.2;
  width: 1px;
}
.cherry-swiper-carousel-container .cherry-swiper-carousel .cherry-swiper-carousel-slide img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.cherry-swiper-carousel-container .cherry-swiper-carousel .cherry-swiper-carousel-slide:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.cherry-swiper-carousel-container .cherry-swiper-carousel #swiper-carousel-1-pagination {
  bottom: 0px;
}
.cherry-swiper-carousel-container .cherry-swiper-carousel #swiper-carousel-1-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  height: 21px;
  width: 21px;
  background: #ffffff;
  border: #ffffff 4px solid;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.cherry-swiper-carousel-container .cherry-swiper-carousel #swiper-carousel-1-pagination .swiper-pagination-bullet:hover, .cherry-swiper-carousel-container .cherry-swiper-carousel #swiper-carousel-1-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.cherry-swiper-carousel-container .swiper-button-next, .cherry-swiper-carousel-container .swiper-button-prev {
  background: none;
  height: 42px;
  color: #ffffff;
  margin-top: 0px;
  top: auto;
  bottom: 0px;
  width: 42px;
}
.cherry-swiper-carousel-container .swiper-button-next:after, .cherry-swiper-carousel-container .swiper-button-prev:after {
  position: relative;
  text-align: center;
  display: block;
  font: 42px/1em FontAwesome;
}
.cherry-swiper-carousel-container .swiper-button-next:hover, .cherry-swiper-carousel-container .swiper-button-prev:hover {
  color: #fedc3d;
}
.cherry-swiper-carousel-container .swiper-button-next {
  left: auto;
  right: 50%;
  margin-right: -52px;
}
.cherry-swiper-carousel-container .swiper-button-next:after {
  content: "\f105";
}
.cherry-swiper-carousel-container .swiper-button-prev {
  left: 50%;
  margin-left: -52px;
}
.cherry-swiper-carousel-container .swiper-button-prev:after {
  content: "\f104";
}
.cherry-swiper-carousel-container .swiper-button-disabled:hover {
  color: #ffffff;
}

/*end Carousel*/
/*Carousel Testi*/
.cherry-swiper-carousel.carousel_testi {
  font-size: 18px;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 105px;
}
.cherry-swiper-carousel.carousel_testi .testi_author {
  margin: 55px 0 0px 0;
}
.cherry-swiper-carousel.carousel_testi .testi_author i, .cherry-swiper-carousel.carousel_testi .testi_author a {
  color: #ffffff;
}

/*end Carousel*/
.block-counter {
  text-align: center;
}
.block-counter h5 {
  margin: 48px 0 0px 0;
}
.block-counter .block-counter-col {
  padding-right: 40px;
  padding-left: 40px;
}

.cherry-counter {
  margin: 42px 0px 53px 0px;
  white-space: nowrap;
}
.cherry-counter .count, .cherry-counter .after {
  font-size: 147px;
  line-height: 1em;
  letter-spacing: -12px;
  position: relative;
  font-weight: 300;
}
.cherry-counter .after:after {
  content: "2";
  position: absolute;
  top: 20px;
  right: -20px;
  font-size: 57px;
  line-height: 1em;
  font-weight: 500;
}

.cherry-services .cherry-services_item figure {
  padding: 50px 0 30px 0;
}
.cherry-services .cherry-services_item figure img {
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}

.solutions {
  margin-top: -26px;
}

.solutions.cherry-services .cherry-services_item, .solutions.cherry-services .cherry-services_item.even {
  background: none;
}
.solutions.cherry-services .cherry-services_item figure, .solutions.cherry-services .cherry-services_item.even figure {
  padding: 0;
  margin: 40px 0 14px 0;
  display: inline-block;
}
.solutions.cherry-services .cherry-services_item figure img, .solutions.cherry-services .cherry-services_item.even figure img {
  border-radius: 50% 50% 0% 50%;
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.solutions.cherry-services .cherry-services_item .cherry-services_title, .solutions.cherry-services .cherry-services_item.even .cherry-services_title {
  padding: 0 0 0 0;
  margin-bottom: 5px;
  min-height: auto;
}
.solutions.cherry-services .cherry-services_item .cherry-btn, .solutions.cherry-services .cherry-services_item.even .cherry-btn {
  margin-top: 29px;
  margin-bottom: 70px;
}
.solutions.cherry-services .cherry-services_item {
  padding: 20px 0 0px 0;
  text-align: center;
}
.solutions.cherry-services .cherry-services_item:hover figure img {
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.solutions.cherry-services .cherry-services_item:after {
  background: #000000;
}
.solutions.cherry-services .cherry-services_item:before {
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.solutions.cherry-services .cherry-services_item:nth-child(1) {
  border-bottom: #e3e3e4 1px solid;
  border-right: #e3e3e4 1px solid;
}
.solutions.cherry-services .cherry-services_item:nth-child(1):after {
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 95px;
}
.solutions.cherry-services .cherry-services_item:nth-child(1):before {
  position: absolute;
  bottom: 1px;
  right: 1px;
  border: 34px solid transparent;
  border-right: 34px solid #f3f3f3;
  border-bottom: 34px solid #f3f3f3;
}
.solutions.cherry-services .cherry-services_item:nth-child(2) {
  border-bottom: #e3e3e4 1px solid;
}
.solutions.cherry-services .cherry-services_item:nth-child(2):after {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 160px;
  height: 1px;
}
.solutions.cherry-services .cherry-services_item:nth-child(2):before {
  position: absolute;
  bottom: 1px;
  left: 1px;
  border: 34px solid transparent;
  border-left: 34px solid #f3f3f3;
  border-bottom: 34px solid #f3f3f3;
}
.solutions.cherry-services .cherry-services_item:nth-child(3) {
  border-right: #e3e3e4 1px solid;
}
.solutions.cherry-services .cherry-services_item:nth-child(3):after {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 1px;
  width: 160px;
}
.solutions.cherry-services .cherry-services_item:nth-child(3):before {
  position: absolute;
  top: 1px;
  right: 1px;
  border: 34px solid transparent;
  border-right: 34px solid #f3f3f3;
  border-top: 34px solid #f3f3f3;
}
.solutions.cherry-services .cherry-services_item:nth-child(4):after {
  position: absolute;
  bottom: 0px;
  left: -1px;
  height: 95px;
  width: 1px;
}
.solutions.cherry-services .cherry-services_item:nth-child(4):before {
  position: absolute;
  top: 1px;
  left: 1px;
  border: 34px solid transparent;
  border-left: 34px solid #f3f3f3;
  border-top: 34px solid #f3f3f3;
}

.block-advantages {
  text-align: center;
}
.block-advantages .block-advantages-col {
  padding-right: 40px;
  padding-left: 40px; 
}
.block-advantages .block-advantages-col h5 {
  margin-bottom: 37px;
}
.block-advantages .block-advantages-col span.cherry-icon {
  margin-bottom: 40px;
}

.block_team {
  text-align: center;
}
.block_team h5.team-listing_name {
  margin: 60px 0 17px 0;
}
.block_team .cherry-team_excerpt {
  padding-right: 30px;
  padding-left: 30px;
}

.block_information h6 {
  margin: 0 0 40px 0;
}
.block_information p {
  margin: 10px 0 20px 0px;
}

.cherry-dropcap {
  letter-spacing: -5px;
  font-weight: 300;
}

/*Portfolio*/
.portfolio-wrap {
  padding: 0 40px;
}
.portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .inner-wrap .links-container a.zoomlink {
  position: relative;
  border: none;
  text-indent: -999;
  font-size: 0;
  line-height: 0;
}
.portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .inner-wrap .links-container a.zoomlink:after {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -26px;
  padding: 10px 0 4px 0;
  text-align: center;
  display: block;
  font: 36px/1em FontAwesome;
  content: "\f067";
  border-radius: 50%;
  background: #ffffff;
  border: none;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
}
.portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .inner-wrap .links-container a.permalink {
  margin: 0;
}
.portfolio-wrap .portfolio-container .portfolio-pagination ul.page-link li.active a {
  text-decoration: none;
}
.portfolio-wrap .portfolio-filter {
  border-bottom: #e3e3e4 1px solid;
  padding-bottom: 21px;
  margin: 137px 0 55px 0;
  text-align: center;
}
.portfolio-wrap .portfolio-filter ul.filter li {
  margin: 0 12px;
}
.portfolio-wrap .portfolio-item {
  padding-bottom: 30px;
}
.portfolio-wrap .grid-layout {
  text-align: center;
}
.portfolio-wrap .grid-layout .item-content {
  text-align: center;
}
.portfolio-wrap .list-layout h3, .portfolio-wrap .list-layout h4, .portfolio-wrap .list-layout h5 {
  text-align: left;
}
.portfolio-wrap .list-layout h3, .portfolio-wrap .list-layout h5 {
  margin-bottom: 20px;
}

/*end Portfolio*/
/*Single Portfolio*/
footer.comment-meta {
  padding: 0;
}

.cherry-portfolio-single-post {
  margin-top: 150px;
}

article.type-portfolio .cherry-portfolio-single-post h3.post-title {
  border-bottom: none;
  padding-bottom: 0;
  margin: 100px 0 40px 0;
}

#comments .comments .comment-respond {
  margin-top: 150px;
}
#comments .comments #respond #commentform .comment-form-comment {
  float: none !important;
  clear: both;
  overflow: hidden;
}
#comments .comments .comment-list {
  list-style: outside none none;
  padding-left: 0;
}
#comments .comments .comment-list li {
  margin-bottom: 20px;
}
#comments .comments .comment-list li li:first-child {
  margin-top: 20px;
}
#comments .comments .comment-list .comment-meta {
  float: left;
}
#comments .comments .comment-list .comment-meta .comment-author {
  overflow: hidden;
  float: left;
}
#comments .comments .comment-list .comment-meta .comment-author b {
  font-weight: inherit;
  display: block;
}
#comments .comments .comment-list .comment-meta .comment-author img {
  margin: 0 20px 10px 0;
}
#comments .comments .comment-list .comment-meta .comment-author .says {
  display: none;
}
#comments .comments .comment-list .comment-meta .comment-metadata {
  float: none;
}
#comments .comments .comment-list .comment-meta .comment-metadata time {
  display: none;
}
#comments .comments .comment-list .comment {
  border: none;
}
#comments .comments .comment-list .comment .comment-body {
  border: #e3e3e3 1px solid;
  padding: 27px 19px 12px 19px;
  overflow: hidden;
}
#comments .comments .comment-list .comment .comment-content {
  border: none;
  padding: 0;
}
#comments .comments .reply {
  float: right;
}
#comments .comments .edit-link {
  display: none;
}
#comments .comments .comment-reply-link, #comments .comments .comment-edit-link, #comments .comments time {
  font-size: 17px;
  font-weight: 500;
}

.comment-form-comment textarea {
  margin-top: 43px;
}

/*end Single Portfolio*/
/*Post*/
.author-bio {
  border: #e3e3e3 1px solid;
  padding: 12px 20px 20px 20px;
  margin: 150px 0 150px 0;
}
.author-bio h3 {
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: none;
  padding-bottom: 0;
}
.author-bio .description {
  overflow: hidden;
}

.author-bio .avatar, .comments .avatar {
  border: #e3e3e3 1px solid;
  padding: 10px;
  width: 93px;
}

.post .cherry-thumb-s.aligncenter img {
  display: inline-block;
}

/*endPost*/
/*Blog*/
.cherry-has-entry-date .entry-meta-top,
.cherry-has-entry-author .entry-meta-top,
.cherry-has-entry-comments .entry-meta-top {
  padding: 5px 0;
  border-top: #e3e3e3 1px solid;
  border-bottom: #e3e3e3 1px solid;
}

.cherry-has-entry-cats.type-post .entry-meta-bottom, .cherry-has-entry-cats.type-page .entry-meta-bottom,
.cherry-has-entry-tags.type-post .entry-meta-bottom,
.cherry-has-entry-tags.type-page .entry-meta-bottom {
  padding: 5px 0;
  border-top: #e3e3e3 1px solid;
  border-bottom: #e3e3e3 1px solid;
}

.post.hentry {
  margin: 0;
}
.post.hentry h2 {
  margin-top: 0;
}
.post.hentry .entry-meta > span {
  margin-right: 10px;
  display: inline-block;
}
.post.hentry .entry-meta .posted-on:before {
  content: "\f073";
  font-family: 'Open Sans', sans-serif;
  margin-right: 6px;
}
.post.hentry .entry-meta .author:before {
  content: "\f007";
  font-family: 'Open Sans', sans-serif;
  margin-right: 6px;
}
.post.hentry .entry-meta .comments-link:before {
  content: "\f0e5";
  font-family: 'Open Sans', sans-serif;
  margin-right: 6px;
}
.post.hentry .entry-thumbnail, .post.hentry .entry-content {
  margin: 20px 0;
}

.widget-area h3 {
  margin: 87px 0 40px;
}

.related-posts {
  margin: 150px 0 150px;
}
.related-posts h4 {
  margin: 20px 0 20px 0;
}
.related-posts .entry-permalink {
  margin-top: 25px;
}

/*end Blog*/
/*Testimonials*/
.testimonials-list {
  margin-top: 100px;
}
.testimonials-list blockquote {
  margin-bottom: 40px;
}

/*end Testimonials*/
/*Team*/
.team-wrap .team-listing_item, .team-wrap .team-item {
  margin-top: 100px;
}
.team-wrap .team-listing_item .team-listing_name, .team-wrap .team-item .team-listing_name {
  margin: 10px 0 10px 0;
}
.team-wrap .team-single-item {
  margin-top: 100px;
}

/*end Team*/
/*FAQ*/
.cherry-accordion .cherry-spoiler {
  position: relative;
  padding-left: 20px;
}
.cherry-accordion .cherry-spoiler:before {
  content: "\f068";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: 'Open Sans', sans-serif;
  margin-right: 6px;
}
.cherry-accordion .cherry-spoiler.cherry-spoiler-closed:before {
  content: "\f067";
}

/*end FAQ*/
/*Maintenance*/
.maintenance-container {
  padding-top: 40px;
}

/*end Maintenance*/
/*Widget*/
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  position: relative;
  padding-left: 24px;
  margin-top: 11px;
  list-style-type: none;
}
.widget ul li:first-child {
  margin-top: 0;
}
.widget ul li:after {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  content: "\f111";
  color: #000;
  font-size: 9px;
  line-height: 1.2em;
  font-weight: normal;
  text-align: center;
  top: 8px;
  left: 0;
}

.cherry_team_widget {
  text-align: center;
}
.cherry_team_widget .team-item {
  margin-top: 30px;
}
.cherry_team_widget .team-item h5 {
  margin: 10px 0 10px 0;
}
.cherry_team_widget .team-item:first-child {
  margin-top: 0;
}

/*end Widget*/
/*Forms*/
form br {
  display: none;
}
form input[type="text"], form input[type="search"], form input[type="password"], form input[type="email"], form input[type="tel"], form input[type="email"], form textarea {
  color: #6c7173;
  font-size: 17px;
  border: none;
  border-bottom: #e3e3e3 1px solid;
  box-sizing: border-box;
  margin: 15px 0 5px 0;
  padding: 19px 20px 19px 20px;
  height: 60px;
  line-height: 21px;
  display: block;
  width: 100%;
  border-radius: 0%;
}
form input[placeholder]::-webkit-input-placeholder {
  opacity: 1;
}
form input[placeholder]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
form input[placeholder]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
form input[placeholder]:-ms-input-placeholder {
  opacity: 1;
}
form textarea {
  border: #e3e3e3 1px solid;
  margin: 0px;
  height: 225px;
  resize: vertical;
  clear: both;
  margin-top: 15px;
}
form textarea[placeholder]::-webkit-input-placeholder {
  opacity: 1;
}
form textarea[placeholder]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
form textarea[placeholder]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
form textarea[placeholder]:-ms-input-placeholder {
  opacity: 1;
}

.wpcf7-form span.your-name {
  margin-top: 30px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  left:220px;
  display: inline-block;
  white-space: nowrap;
}
.wpcf7-form .submit-wrap {
  text-align: center;
}
.wpcf7-form .submit-wrap div.cherry-btn-post.cherry-btn {
  margin-right: 20px;
}
.wpcf7-form .submit-wrap input {
  border: none;
  background: transparent;
}
.wpcf7-form .submit-wrap img {
  display: none;
}

/*Comments*/
.form-submit input {
  background: transparent;
  border: none;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  margin-top: 48px;
}
.form-submit input:hover {
  background: transparent;
}

/*end Comments*/
/*404*/
.error-404 .page-title {
  text-align: center;
  margin: 87px 0 40px 0;
}
.error-404 .error-404-num {
  font-size: 200px;
  line-height: 1em;
  text-align: center;
  margin-top: 100px;
}
.error-404 .page-header {
  border: none;
}
.error-404 #archives-dropdown--1 {
  margin-top: 20px;
}

/*end 404*/
/*Search*/
.search.search-no-results .page-header h1 {
  margin: 100px 0 40px;
  border: none;
  padding-bottom: 0;
}

.search-form {
  position: relative;
  display: inline-block;
}
.search-form label {
  float: left;
}
.search-form label input {
  padding-right: 70px;
  box-sizing: border-box;
}
.search-form input.search-submit {
  background: transparent;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  top: 31px;
  right: 0px;
  left: auto;
  position: absolute;
  border: none;
}
.search-form input.search-submit:hover {
  background: transparent;
}

/*end Search*/
/*end Forms*/
/*Contact*/
/*end Content*/
/*end Content*/
/*Footer*/
footer#footer {
  padding: 138px 0 183px 0;
}

.cherry-footer-logo {
  text-align: center;
  margin-bottom: 17px;
}
.cherry-footer-logo a {
  display: inline-block;
}

.site-info {
  text-transform: uppercase;
}

.menu-secondary li {
  float: left;
  list-style: none;
  margin-right: 20px;
}

/*end Footer*/
