/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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;
}

@media screen and (max-width:600px){
  h1 {
    font-size: 1em;
    margin: 2em 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;
}
.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;
}
.affix {
  position: fixed;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon8817.eot?4wv13k');
  src: url('../fonts/icomoond41d.eot?#iefix4wv13k') format('embedded-opentype'), url('../fonts/icomoon8817.ttf?4wv13k') format('truetype'), url('../fonts/icomoon8817.woff?4wv13k') format('woff'), url('../fonts/icomoon8817.svg?4wv13k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-hand-o-up:before {
  content: "\f0a6";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-vimeo-square:before {
  content: "\f194";
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
}
.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,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}
.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 {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
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;
  margin: 0 auto;
}
/* The shadow behind the image */
.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;
  /* 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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-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;
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider.fullscreen {
  overflow: hidden;
}
.flexslider.fullscreen li,
.flexslider.fullscreen div {
  outline: 1px solid transparent;
}
.flexslider.fullscreen .slide-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.8s cubic-bezier(0.28, 1.06, 1, 1);
  -moz-transition: all 0.8s cubic-bezier(0.28, 1.06, 1, 1);
  -o-transition: all 0.8s cubic-bezier(0.28, 1.06, 1, 1);
  transition: all 0.8s cubic-bezier(0.28, 1.06, 1, 1);
}
.flexslider.fullscreen .flex-active-slide .slide-background {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.flexslider.fullscreen .flex-control-nav {
  width: auto;
  bottom: auto;
  top: 45vh;
  right: 20px;
}
.flexslider.fullscreen .flex-control-nav li {
  display: block;
  margin: 5px 6px;
}
.flexslider.fullscreen .slide-content {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: all 0.8s cubic-bezier(0.28, 1.06, 1, 1);
  -moz-transition: all 0.8s cubic-bezier(0.28, 1.06, 1, 1);
  -o-transition: all 0.8s cubic-bezier(0.28, 1.06, 1, 1);
  transition: all 0.8s cubic-bezier(0.28, 1.06, 1, 1);
}
.flexslider.fullscreen .slide-content .slide-content-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.flexslider.fullscreen .flex-active-slide .slide-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 40px;
  z-index: 2;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #666;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #fff;
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * CUSTOM
 * ====================================================================================================================*/
.owl-carousel .owl-item img.icone-servizi{
    width: 45px;
    height: 45px;
    display: inline-block;
}
.text-center{
    text-align: center;
}
.nome-servizio {
    display: block;
    padding-bottom: 50px;
    padding-top: 15px;
}
.item-servizio:hover > .icone-servizi{
    animation: bounce;
    animation-duration: 1s;
}
.uppercase{
    text-transform: uppercase;
}
.contenitore-lingue {
    padding: 0;
    margin: 0;
    width: 58px;
}
.altre-lingue {
    display: none;
    background: #f6f2ed;
    padding: 0;
}
.contenitore-lingue li{
    list-style: none;
}
.contenitore-lingue li:hover > .altre-lingue{
    display: block;
}
.altre-lingue li {
    padding: 10px;
}
.menu-last-child{
    border-bottom: none !important;
}
.bottone-prenota{
    color: #ffb73e!important;
    border: 3px solid #ffb73e;
    transition: 0.7s;
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.bottone-prenota:hover{
    color: #fff!important;
    background: #ffb73e;
}
.bottone-prenota small{
    font-size: 11px;
    display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    position: absolute;
    top: 50%;
    font-size: 50px;
}
.owl-next{
    right: 0;
}
.item-servizio {
    height: 150px;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden-overflow-container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
html,
body {
  margin: 0;
  padding: 0;
  color: #7f6f72;
  font-family: 'Open Sans', sans-serif;
  background-color: #f6f2ed;
  font-size: 15px;
}
html:lang(el),
body:lang(el) {
  font-size: 14px;
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
a {
  color: #7f6f72;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #061f32;
}
.js noscript {
  display: none;
}
.no-js noscript {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
.content-no-space.vc_row {
  margin-left: 0;
  margin-right: 0;
}
.content-no-space .wpb_column {
  padding: 0;
}
.column-no-space .col-sm-6 {
  padding: 0;
}
.column-no-space .col-sm-6 p {
  line-height: 1.7em;
}
.black-dash {
  display: block;
  content: '';
  border-top: 4px solid #3c3430;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
}
.white-dash {
  display: block;
  content: '';
  border-top: 4px solid #fff;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
}
.left-dash:before {
  display: inline-block;
  content: '';
  border-top: 2px solid #7f6f72;
  width: 55px;
  padding: 2px 0px;
  margin-right: 12px;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
}
.cyan-span {
  color: #ffb73e;
}
.slide-menu .language_selector {
  padding: 90px 40px 0px;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
}
.slide-menu .language_selector a {
  background: #ffffff;
  padding: 10px;
  color: #7f6f72;
  border: 2px solid #7f6f72;
}
.slide-menu .language_selector a:hover,
.slide-menu .language_selector a.active {
  color: #fff;
  background: #7f6f72;
}
.lang_switcher_wrapper {
  float: right;
}
.lang_switcher_wrapper .language_selector {
  margin-top: -58px;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
}
/*.lang_switcher_wrapper .language_selector a {
  padding: 10px;
  color: #fff;
  border: 2px solid #fff;
}*/
/*.lang_switcher_wrapper .language_selector a:hover,
.lang_switcher_wrapper .language_selector a.active {
  color: #7f6f72;
  background: #fff;
}*/
/*.isScrolled .lang_switcher_wrapper a {
  color: #7f6f72;
  border: 2px solid #7f6f72;
}*/
/*.isScrolled .lang_switcher_wrapper a:hover,
.isScrolled .lang_switcher_wrapper a.active {
  color: #fff;
  background: #7f6f72;
}*/
@media all and (max-width: 580px) {
  /*.lang_switcher_wrapper .language_selector {
    margin-top: -48px;
  }*/
  .lang_switcher_wrapper .language_selector a {
    display: block;
    padding:5px;
  }
}
.slide-menu {
  width: 320px;
  background: #fff;
  position: fixed;
  z-index: 3;
  top: 0;
  left: -320px;
  height: 100%;
  transition: left 0.4s ease-in-out;
}
.active-slide-menu .slide-menu {
  left: 0px;
}
.admin-bar .slide-menu {
  top: 32px;
}
.slide-menu ul {
  padding: 80px 40px 30px;
  list-style-type: none;
  text-align: center;
}
.slide-menu ul li {
  font-size: 22px;
  border-bottom: 1px solid #7f6f72;
}
.slide-menu ul li:last-of-type {
  border: initial;
}
.slide-menu ul li a {
  color: #7f6f72;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.slide-menu ul li a:hover {
  color: #ffb73e;
}
.site-content {
  display: border-box;
  width: 100%;
  margin-left: 0px;
  transition: margin-left 0.4s ease-in-out;
}
.active-slide-menu .site-content {
  margin-left: 350px;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: margin-left 0.4s ease-in-out;
}
.admin-bar .header {
  top: 32px;
}
.active-slide-menu .header {
  margin-left: 350px;
}
.header .menu_wrapper {
  position: absolute;
}
.header .navbar-toggle {
  margin-top: 37px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  width: 32px;
  height: 32px;
  transition: margin-left 0.4s ease-in-out;
}
.header .navbar-toggle span {
  background: #000;
  width: 32px;
  height: 2px;
  display: block;
  margin-top: 5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header .navbar-toggle span:first-of-type {
  margin-top: 0;
}
.active-slide-menu .header .navbar-toggle {
  margin-left: -350px;
}
.active-slide-menu .header .navbar-toggle span {
  background: #7f6f72;
  margin: 0;
  display: none;
}
.active-slide-menu .header .navbar-toggle span:first-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.active-slide-menu .header .navbar-toggle span:last-of-type {
  margin-top: -2px;
  display: block;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header .top_right_holder {
  margin-top: -53px;
  text-align: right;
}
.header .booking_btn {
  margin-top: 15px;
  background-color: #7f6f72;
  color: #fff;
  padding: 12px 15px;
}
.header .logo_wrapper {
  padding-top: 15px;
  text-align: center;
}
.isScrolled .logo_wrapper a img {
  display: none;
}
/*.isScrolled .logo_wrapper a:after {
  content: "";
  display: inline-block;
  width: 170px;
  height: 83px;
  background: url('../img/logo-HFR247.png') no-repeat center center;
}*/
.isScrolled .header .navbar-toggle span {
  background: #000;
}
.isScrolled.active-slide-menu .header .navbar-toggle span {
  background: #7f6f72;
}
.header > div {
  height: 0px;
  padding: 0 100px;
  margin: 0 -50px;
  background: #fff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
@media all and (max-width: 520px) {
  .header > div {
    padding: 0 75px;
  }
}
.isScrolled .header > div {
  height: 104px;
}
.flexslider.fullscreen .slide-content-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  text-shadow: 0 0 3px #747474;
}
.flexslider.fullscreen .slide-content-subtitle:before {
  display: block;
  content: '';
  border-top: 4px solid #fff;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
}
.flexslider.fullscreen .slide-content-title {
  font-weight: 300;
  font-size: 67px;
  text-transform: uppercase;
  text-shadow: 4px 4px 4px #333;
}
.flexslider.fullscreen .slide-content-title p {
  margin: 0;
}
@media all and (max-width: 992px) {
  .flexslider.fullscreen .slide-content-subtitle {
    font-size: 14px;
  }
  .flexslider.fullscreen .slide-content-title {
    font-size: 45px;
  }
}
.contact_content_wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
}
.contact_content_wrapper h1 {
  font-weight: 300;
  font-size: 42px;
}
.contact_content_wrapper p:first-of-type:before {
  display: block;
  content: '';
  border-top: 4px solid #3c3430;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  margin-left: 0;
}
.contact_content_wrapper p:not(:first-of-type) {
  line-height: 1.7em;
}
.contact_content_wrapper .cyan-span {
  font-weight: bold;
}
.contact_content_wrapper a {
  color: #3c3430;
  text-decoration: underline;
}
.contact_content_wrapper a:hover {
  color: #ffb73e;
  text-decoration: none;
}
.contact_content_wrapper input[type='text'],
.contact_content_wrapper input[type='email'],
.contact_content_wrapper textarea {
  background: transparent;
  border: none;
  font-weight: 300;
  padding: 10px 2px;
  border-bottom: 1px solid #86807c;
  width: 100%;
  outline: none;
}
.contact_content_wrapper input[type='submit'] {
  border: none;
  color: #fff;
  padding: 10px 55px;
  background: #7f6f72;
  font-weight: 300;
  text-transform: uppercase;
}
.contact_content_wrapper input[type='submit']:hover,
.contact_content_wrapper input[type='submit']:active {
  opacity: 0.8;
}

.page-template-blog .blog-content-wrapper {
  line-height: 1.7em;
  margin: auto;
  padding: 200px 0 100px 0;
  text-align: center;
}
@media all and (min-width: 1200px) {
  .page-template-blog .blog-content-wrapper {
    width: 40%;
  }
}
.page-template-blog .blog-content-wrapper .blog-title {
  text-transform: uppercase;
}
.page-template-blog .blog-content-wrapper .blog-title:before {
  display: block;
  content: '';
  border-top: 4px solid #3c3430;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
}
.page-template-blog .blog-content-wrapper h1 {
  font-weight: 300;
  font-size: 42px;
}
@media all and (max-width: 1200px) {
  .page-template-blog .blog-content-wrapper h1 {
    line-height: initial;
  }
}
.page-template-blog .more-link {
  text-align: right;
  display: block;
  padding-top: 20px;
}
.page-template-blog .more-link span {
  background: transparent;
  border: none;
  font-size: 13px;
  outline: none;
  font-weight: 600;
}
.page-template-blog .more-link span:before {
  display: inline-block;
  content: '';
  border-top: 2px solid #7f6f72;
  width: 55px;
  padding: 2px 0px;
  margin-right: 12px;
}
.page-template-blog article {
  padding: 30px 0;
  line-height: 1.7em;
}
.page-template-blog article .thumb_holder {
  padding: 0;
}
.page-template-blog article .content-wrapper {
  background-color: #7f6f72;
  padding: 80px 50px;
  margin-top: -60px;
}
@media all and (min-width: 1200px) {
  .page-template-blog article .content-wrapper {
    height: 567px;
  }
}
.page-template-blog article .content-wrapper .entry-header a {
  color: #fff;
  font-weight: 300;
  font-size: 60px;
  line-height: 1em;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media all and (max-width: 992px) {
  .page-template-blog article .content-wrapper .entry-header a {
    font-size: 45px;
  }
}
.page-template-blog article .content-wrapper .entry-header a:lang(el) {
  font-size: 50px;
}
.page-template-blog article .content-wrapper .entry-header:after {
  display: block;
  content: '';
  border-top: 4px solid #fff;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
.page-template-blog article:nth-of-type(even) .thumb_holder {
  float: right;
}
.page-template-blog article:nth-of-type(even) .content-wrapper {
  background-color: #7f6f72;
  color: #fff;
  float: right;
}
.page-template-blog article:nth-of-type(even) .more-link span {
  color: #fff;
}
.page-template-blog article:nth-of-type(even) .more-link span:before {
  border-color: #fff;
}
.single-post article {
  padding: 200px 20px 100px 20px;
  min-height: 90vh;
}
.single-post .entry-header h1 {
  margin-top: 0;
  font-weight: 300;
  text-transform: uppercase;
}
.single-post .entry-header:after {
  display: block;
  content: '';
  border-top: 4px solid #3c3430;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  margin: 0;
}
.single-post .single_page_content {
  line-height: 1.7em;
}
@media all and (max-width: 1200px) {
  .single-post .page_header_image {
    padding-bottom: 40px;
  }
}
.back-to-news {
  clear: both;
  display: inline-block;
  font-weight: bold;
  padding-left: 17px;
}
.back-to-news:before {
  display: inline-block;
  content: '';
  border-top: 2px solid #7f6f72;
  width: 55px;
  padding: 2px 0px;
  margin-right: 12px;
}
.slider-linkto a {
  font-weight: bold;
}
.slider-linkto:before {
  display: inline-block;
  content: '';
  border-top: 2px solid #7f6f72;
  width: 55px;
  padding: 2px 0px;
  margin-right: 12px;
}
.read_more_wrapper {
  text-align: right;
}
.read_more_wrapper button {
  background: transparent;
  border: none;
  color: #7f6f72;
  font-size: 13px;
  outline: none;
  font-weight: 600;
}
.read_more_wrapper button:before {
  display: inline-block;
  content: '';
  border-top: 2px solid #7f6f72;
  width: 55px;
  padding: 2px 0px;
  margin-right: 12px;
}
.read_more_wrapper button:before {
  -webkit-transition: margin-right 0.3s;
  -moz-transition: margin-right 0.3s;
  -o-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
}
.active .read_more_wrapper button:before {
  width: 90px;
  margin-right: -80px;
}
.read_more_block {
  padding: 100px 75px;
  margin: 0 -36px;
}
.read_more_block .row {
  position: relative;
  margin: 0;
}
.read_more_block .title {
  font-size: 52px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
@media all and (max-width: 992px) {
  .read_more_block .title {
    font-size: 45px;
  }
}

@media all and (max-width: 360px) {
  .read_more_block .title {
    font-size: 34px;
  }
}
.read_more_block .excerpt {
  line-height: 1.7em;
}
.read_more_block .excerpt h2 {
  font-size: 18px;
}
.read_more_block .excerpt h2:before {
  display: block;
  content: '';
  border-top: 4px solid #7f6f72;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  margin: 0;
}
.read_more_block .read_more_accordion {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 50px;
  line-height: 1.7em;
  text-align: justify;
  -webkit-transition: all 0.9s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.9s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.9s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.9s cubic-bezier(0.4, 0, 1, 1);
}
.read_more_block .read_more_accordion p {
  margin-top: 20px;
}
@media all and (max-width: 992px) {
  .read_more_block .read_more_accordion {
    padding-left: 0;
    padding-right: 0;
  }
}
.read_more_block.active .read_more_accordion {
  max-height: 500px;
  opacity: 1;
}
@media all and (max-width: 1200px) {
  .read_more_block.active .read_more_accordion {
    max-height: 700px;
  }
}
@media all and (max-width: 992px) {
  .read_more_block.active .read_more_accordion {
    max-height: 1300px;
  }
}
.read_more_block .read_more_wrapper {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  text-align: right;
  cursor: pointer;
}
.read_more_block .read_more_wrapper button {
  color: #7f6f72;
}
@media all and (max-width: 992px) {
  .read_more_block {
    margin: 0px;
    padding: 100px 30px;
  }
  .read_more_block .read_more_wrapper {
    bottom: -30px;
  }
}
.read_more_half_block {
  padding: 0;
  margin: 0 -36px;
}
.read_more_half_block .logo {
  padding-right: 0;
  position: relative;
}
.read_more_half_block .logo > img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.read_more_half_block .logo .logo_content {
  position: absolute;
  top: 50%;
  margin-top: -48px;
  left: 0;
  width: 100%;
  text-align: center;
}
.read_more_half_block .excerpt {
  padding: 100px 100px 0px;
}
.read_more_half_block .excerpt h2 {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.read_more_half_block .excerpt h2:after {
  display: block;
  content: '';
  border-top: 4px solid #3c3430;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  margin: 30px 0 0;
}
@media all and (max-width: 768px) {
  .read_more_half_block .excerpt h2 {
    font-size: 30px;
  }
}
.read_more_half_block .excerpt .content {
  line-height: 1.7em;
}
.read_more_half_block .read_more_accordion {
  max-height: 0px;
  overflow: hidden;
  line-height: 1.7em;
  -webkit-transition: max-height 0.9s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: max-height 0.9s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: max-height 0.9s cubic-bezier(0.4, 0, 1, 1);
  transition: max-height 0.9s cubic-bezier(0.4, 0, 1, 1);
}
.read_more_half_block .read_more_accordion .inner_wrapper {
  padding: 100px;
}
.read_more_half_block.active .read_more_accordion {
  max-height: 500px;
}
@media all and (max-width: 992px) {
  .read_more_half_block.active .read_more_accordion {
    max-height: 1300px;
  }
}
@media all and (max-width: 400px) {
  .read_more_half_block.active .read_more_accordion {
    max-height: 1500px;
  }
}
.read_more_half_block .read_more_wrapper button {
  color: #7f6f72;
}
@media all and (max-width: 1200px) {
  .read_more_half_block .logo {
    padding-right: 15px;
  }
  .read_more_half_block .logo > img {
    max-height: 400px;
  }
  .read_more_half_block .excerpt {
    padding: 100px;
  }
  .read_more_half_block .read_more_accordion .inner_wrapper {
    padding: 0 100px 100px;
  }
}
@media all and (max-width: 992px) {
  .read_more_half_block {
    margin: 0px;
  }
  .read_more_half_block .excerpt {
    padding: 100px 60px;
  }
  .read_more_half_block .read_more_accordion .inner_wrapper {
    padding: 0 30px 100px;
  }
}
.big_content_slide {
  padding: 170px 75px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.big_content_slide .row {
  position: relative;
  margin: 0;
}
.big_content_slide .title {
  font-size: 66px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
.big_content_slide .title:lang(el) {
  font-size: 47px;
}
.big_content_slide .excerpt {
  color: #fff;
  line-height: 1.7em;
}
.big_content_slide .excerpt h2 {
  font-size: 18px;
}
.big_content_slide .excerpt h2:before {
  display: block;
  content: '';
  border-top: 4px solid #3c3430;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  margin: 0;
}
.big_content_slide .link-title {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  text-align: right;
  cursor: pointer;
}
.big_content_slide .link-title a {
  font-size: 13px;
  outline: none;
  font-weight: 600;
  color: #fff;
}
.big_content_slide .link-title a:before {
  display: inline-block;
  content: '';
  border-top: 2px solid #7f6f72;
  width: 55px;
  padding: 2px 0px;
  margin-right: 12px;
}
.big_content_slide .link-title a:before {
  border-color: #fff;
}
@media all and (max-width: 992px) {
  .big_content_slide {
    padding: 170px 30px;
  }
  .big_content_slide .title {
    font-size: 45px;
  }
  .big_content_slide .title:lang(el),
  .big_content_slide .title:lang(el) span {
    font-size: 25px !important;
  }
  .big_content_slide .link-title {
    bottom: -30px;
  }
}
.little_slider_container {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}
.little_slider_container .flexslider_little {
  position: relative;
}
.little_slider_container .flex-control-nav {
  bottom: 10px;
}
.little_slider_container .intro_title {
  color: #fff;
  font-size: 42px;
  font-weight: 300;
}
@media all and (max-width: 768px) {
  .little_slider_container .intro_title {
    font-size: 30px;
  }
}
.little_slider_container .intro_title:after {
  display: block;
  content: '';
  border-top: 4px solid #fff;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  margin: 20px 0 0;
}
.little_slider_container .intro {
  background: #7f6f72;
  position: absolute;
  width: 40%;
  min-height: 100%;
  top: 50px;
  right: 0;
  z-index: 2;
  padding: 50px;
}
.little_slider_container .intro_content {
  line-height: 1.7em;
}
.little_slider_container .intro_accordion {
  line-height: 1.7em;
  max-height: 0px;
  -webkit-transition: max-height 0.9s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: max-height 0.9s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: max-height 0.9s cubic-bezier(0.4, 0, 1, 1);
  transition: max-height 0.9s cubic-bezier(0.4, 0, 1, 1);
  overflow: hidden;
}
.little_slider_container.active .intro_accordion {
  max-height: 400px;
}
.little_slider_container .little_slider_inner_wrapper {
  position: relative;
}
@media all and (max-width: 1200px) {
  .little_slider_container .intro {
    position: relative;
    width: 100%;
    top: -5px;
  }
}
@media all and (max-width: 992px) {
  .little_slider_container.active .intro_accordion {
    max-height: 500px;
  }
}
.th_image_banner {
  display: block;
  position: relative;
  overflow: hidden;
}
.th_image_banner .hover_image {
  width: 100%;
  height: auto;
}
.th_image_banner .base_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.th_image_banner:hover .base_image {
  opacity: 0;
}
.th_image_banner .content_outer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.th_image_banner .content {
  height: 100%;
  width: 100%;
  display: table;
}
.th_image_banner .content_inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding-top: 50px;
}
.th_image_banner .cross {
  width: 40px;
  height: 40px;
  margin: 60px auto 0;
}
.th_image_banner .cross .horizontal-line,
.th_image_banner .cross .vertical-line {
  display: block;
  border-top: 4px solid #fff;
  width: 40px;
}
.th_image_banner .cross .vertical-line {
  margin-top: -4px;
  -webkit-transition: transform 0.17s linear;
  -moz-transition: transform 0.17s linear;
  -o-transition: transform 0.17s linear;
  transition: transform 0.17s linear;
}
.th_image_banner:hover .vertical-line {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media all and (max-width: 1200px) {
  .th_image_banner {
    max-width: 380px;
    margin: 20px auto;
  }
}
@media all and (max-width: 520px) {
  .villas-nav .wpb_column {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
#map_big_canvas {
  height: 90vh;
}
.small_map_wrapper {
  position: relative;
  padding-bottom: 40px;
}
.small_map_wrapper #small_map_canvas {
  height: 400px;
}
.small_map_wrapper .small_map_intro {
  height: 400px;
  width: 500px;
  background: #7f6f72;
  position: absolute;
  top: 50px;
  right: 100px;
  padding: 50px;
}
.small_map_wrapper .small_map_intro .small_map_title {
  color: #fff;
  font-size: 42px;
  font-weight: 300;
}
.small_map_wrapper .small_map_intro .small_map_title:after {
  display: block;
  content: '';
  border-top: 4px solid #fff;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  margin: 20px 0 0;
}
.small_map_wrapper .small_map_intro .small_map_content {
  color: #fff;
  line-height: 1.7em;
}
.small_map_wrapper .small_map_intro .small_map_content .cyan-span {
  font-weight: 300;
}
.small_map_wrapper .small_map_intro .small_map_content a {
  color: #fff;
  text-decoration: underline;
}
.small_map_wrapper .small_map_intro .small_map_content a:hover {
  color: #ffb73e;
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .small_map_wrapper .small_map_intro {
    position: relative;
    width: 100%;
    top: 0px;
    right: 0;
  }
}
.page_content {
  padding-top: 50px;
}
.right-label {
  position: absolute;
  right: 15px;
  bottom: 0;
  color: #7f6f72;
  font-size: 13px;
  outline: none;
  font-weight: 600;
}
.right-label p:before {
  display: inline-block;
  content: '';
  border-top: 2px solid #7f6f72;
  width: 55px;
  padding: 2px 0px;
  margin-right: 12px;
}
@media all and (max-width: 992px) {
  .right-label {
    bottom: -30px;
  }
}
.wpb_text_column h2 {
  font-size: 42px;
  font-weight: 300;
}
.wpb_text_column h2:after {
  display: block;
  content: '';
  border-top: 4px solid #7f6f72;
  width: 40px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  margin: 20px 0 0;
  padding: 0;
}
.wpb_text_column.centered h2:after {
  margin: 20px auto 0;
}
.villas-inner-nav.vc_row {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 992px) {
  .villas-inner-nav.vc_row {
    width: 100%;
  }
}
.gallery-wrapper a {
  position: relative;
  display: block;
    overflow: hidden;
}
.gallery-wrapper a img{
    transform: scale(1.0);
    transition: all .5s;
}
.gallery-wrapper a img:hover{
    transform: scale(1.1);
    transition: all .5s;
}
.gallery-wrapper a:first-of-type:after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  background: #7f6f72;
  background: rgba(38, 35, 64, 0.8);
  background-image: url('../img/magn.svg');
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
button.mfp-close,
button.mfp-arrow {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #7f6f72;
  right: 10px;
}
.mfp-arrow,
.mfp-arrow:active {
  margin-top: -50px;
}
.mfp-container {
  padding: 0;
}
.mfp-arrow.gallery-arrow-left {
  left: 20px;
  background-image: url('../img/arrow-left.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.mfp-arrow.gallery-arrow-right {
  right: 20px;
  background-image: url('../img/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.mfp-bottom-bar {
  background: rgba(255, 255, 255, 0.7);
  margin-top: -58px;
  min-height: 58px;
}
.mfp-bottom-bar .mfp-title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
}
.gallery_close {
  position: absolute;
  top: 35px;
  right: 20px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #7f6f72;
  z-index: 1050;
  cursor: pointer;
  background-image: url('../img/x_sign.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.mfp-counter {
  display: block;
  right: 20px;
  top: 20px;
  color: #7f6f72;
}
@media all and (max-width: 992px) {
  .gallery_close {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
  button.mfp-close,
  button.mfp-arrow {
    width: 75px;
    height: 75px;
  }
  .mfp-arrow,
  .mfp-arrow:active {
    margin-top: -37px;
  }
  .mfp-arrow.gallery-arrow-left {
    left: 0px;
  }
  .mfp-arrow.gallery-arrow-right {
    right: 0px;
  }
}
@media all and (max-width: 420px) {
  .mfp-bottom-bar {
    display: none;
  }
}
.site-footer {
  background-color: #7f6f72;
  color: #fff;
}
.site-footer .footer-row .textwidget {
  line-height: 35px;
  /*padding: 15px 0 75px;*/
  padding: 15px 0;
  text-align: center;
}
.site-footer .footer-row .textwidget a {
  color: #fff;
}
.site-footer .footer-row .textwidget a:hover {
  color: #ffb73e;
}
.site-footer .footer-social-wrapper {
  float: right;
  font-size: 27px;
  font-weight: 300;
}
.site-footer .footer-social-wrapper span {
  font-size: 22px;
  vertical-align: middle;
}
@media all and (max-width: 650px) {
  .site-footer .footer-social-wrapper {
    float: none;
  }
}
.js_active .page_content .vc_row.facilities_container {
  z-index: 2;
}
.distance-map-endpoints {
  padding-bottom: 30px;
}
.distance-map-endpoints a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px;
  background: #7f6f72;
  margin: 0 3px;
  color: #fff;
}
.distance-map-endpoints a.active:hover {
  color: #fff;
}
.distance-map-endpoints .active {
  background: #7f6f72;
}
.js_active .page_content .vc_row {
  opacity: 0;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  transform-style: flat;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.js_active .page_content .vc_row.activeEffect {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/*VC_COMPOSER UPDATE FIXES*/
.row::after {
  content: '';
  display: block;
  clear: both;
}
.wpb_row {
  margin-bottom: 35px;
}
.content-no-space .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.text-dintorni{
    color:white;
    font-size:22px;
}

.intro_content.camere{
    color:#fff;
}

iframe{
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}


.menu-label{
    text-transform: uppercase;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -2px;
}
.isScrolled .header .menu-label{
    color: #000;
}
.active-slide-menu .header .menu-label{
    color: #7f6f72;
    vertical-align: middle;
    top: -13px;
}
_:-moz-tree-row(hover), .active-slide-menu .header .menu-label  {
    top: 2px;
}

.menu-label:not(*:root) {
    position: relative;
    top: -10px;
}

_:-ms-input-placeholder, :root .menu-label {
    position: relative;
    top: -10px;
}
_:-ms-input-placeholder, :root .active-slide-menu .header .menu-label{
    top: -13px;
}
@supports (-ms-ime-align:auto) {
  .menu-label {
    position: relative;
    top: -10px;
  }
  .active-slide-menu .header .menu-label{
    top: -13px;
  }
}

.arrow-down{
  position: relative;
  top: -2px;
}