/*===================================================================
    General styles
	Valid for all browsers
===================================================================*/
/* ==========================================================================
   Plugins
   ========================================================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/common/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/common/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/common/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/common/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/common/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/common/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.tos-slide,
.tos-slider,
.tos-wrapper {
  width: 100%;
  height: 100%;
}
.tos-noanimation {
  -webkit-transition-property: none!important;
  transition-property: none !important;
}
.tos-fastanimation {
  -webkit-transition-duration: .2s!important;
  transition-duration: .2s!important;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  display: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.tos-wrapper.tos-opened {
  display: block;
}
.tos-slide,
.tos-slide:before,
.tos-slide > * {
  display: inline-block;
}
.tos-wrapper.tos-opening {
  opacity: 1;
}
.tos-wrapper.tos-fixed {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
.tos-slider,
.tos-wrapper.tos-inline {
  position: relative;
}
.tos-slider {
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.tos-uibg,
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute;
}
.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left .4s ease;
  transition: left 0.4s ease;
}
.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease;
}
.tos-uibg {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tos-fill .tos-uibg {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
  opacity: 1;
}
.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.tos-slide:before {
  content: "";
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.tos-slide.tos-loading > * {
  opacity: 0;
}
.tos-slide > * {
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.tos-slide.tos-html > div {
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  line-height: 1.5;
}
.tos-slide.tos-html > div * {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}
.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  overflow: auto;
}
.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85);
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
  padding: 20px;
}
.tos-close,
.tos-next {
  right: 20px;
}
.tos-close,
.tos-next,
.tos-prev {
  background: #000;
  border-radius: 3px;
  opacity: 0;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease;
}
.tos-next,
.tos-prev {
  height: 80px;
  margin-top: -40px;
  top: 50%;
}
.tos-next.tos-disabled,
.tos-prev.tos-disabled {
  cursor: default;
}
.tos-prev {
  left: 20px;
}
.tos-close {
  height: 40px;
  top: 20px;
}
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-prev {
  opacity: 0.5;
}
.tos-desktop .tos-wrapper:hover .tos-close:hover,
.tos-desktop .tos-wrapper:hover .tos-next:hover,
.tos-desktop .tos-wrapper:hover .tos-prev:hover,
.tos-touch .tos-wrapper.tos-hover .tos-close:hover,
.tos-touch .tos-wrapper.tos-hover .tos-next:hover,
.tos-touch .tos-wrapper.tos-hover .tos-prev:hover {
  opacity: 0.9;
}
.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled {
  opacity: 0.2;
}
.tos-close span:after,
.tos-close span:before,
.tos-next span,
.tos-prev span {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tos-close span:after,
.tos-close span:before {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0;
}
.tos-close span:before,
.tos-prev span {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  left: 50%;
}
.tos-close span:after,
.tos-next span {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 50%;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide {
  padding-left: 80px;
  padding-right: 80px;
}
.tos-inline {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.tos-inline.tos-prev {
  margin-right: -60px;
}
.tos-inline.tos-next {
  margin-left: -60px;
}
.tos-loading .tos-inline {
  opacity: 0 !important;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.tos-caption {
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tos-caption:after {
  content: '';
  display: block;
  clear: both;
}
.tos-caption > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
}
.tos-caption > div:last-child {
  float: right;
  margin-right: -2px;
}
.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1;
}
.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  height: 40px;
}
.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  height: 80px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  height: 120px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px;
}
.tos-wrapper.tos-fx-slide .tos-slider {
  -webkit-transition-property: left,margin;
  transition-property: left, margin;
}
.tos-pagination {
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.tos-pagination a {
  display: inline-block;
}
.tos-pagination.tos-bullets a {
  background-color: rgba(255, 255, 255, 0.2);
}
.tos-pagination.tos-bullets a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.tos-pagination.tos-bullets a.tos-selected {
  background-color: rgba(255, 255, 255, 0.9);
}
.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
  opacity: 1;
}
.tos-wrapper .tos-pagination:after,
.tos-wrapper .tos-pagination:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
}
.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 30px;
}
.tos-wrapper.tos-has-bullets .tos-pagination a {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.tos-wrapper.tos-has-bullets .tos-caption {
  bottom: 30px;
}
.tos-wrapper.tos-has-bullets .tos-uibg {
  height: 90px;
}
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 130px;
}
.tos-wrapper.tos-has-thumbnails .tos-pagination {
  height: 70px;
}
.tos-wrapper.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}
.tos-wrapper.tos-has-thumbnails .tos-caption {
  bottom: 70px;
}
.tos-wrapper.tos-has-thumbnails .tos-uibg {
  height: 130px;
}
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 170px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
  padding-bottom: 50px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
  padding-bottom: 80px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
  padding-bottom: 90px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
  padding-bottom: 120px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 20px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 60px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 60px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 180px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 260px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 140px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin: 0 10px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 140px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 260px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 340px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 30px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 90px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 90px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 270px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 390px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 210px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0 15px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 210px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 390px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 510px;
}
.tos-slide .tos-html {
  -webkit-overflow-scrolling: touch;
}
.tos-play,
.tos-play:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.tos-play {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease;
}
.tos-play:after {
  content: '';
}
.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
  opacity: 0.5;
}
.tos-desktop .tos-wrapper:hover .tos-play:hover,
.tos-touch .tos-wrapper.tos-hover .tos-play:hover {
  opacity: 0.9;
}
.tos-wrapper .tos-play {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin: -40px;
}
.tos-wrapper .tos-play:after {
  border: 20px solid transparent;
  border-left-color: #fff;
  border-left-width: 30px;
  margin-top: -20px;
  margin-left: -10.5px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  margin: -80px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
  border: 40px solid transparent;
  border-left-color: #fff;
  border-left-width: 60px;
  margin-top: -40px;
  margin-left: -21px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  margin: -120px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
  border: 60px solid transparent;
  border-left-color: #fff;
  border-left-width: 90px;
  margin-top: -60px;
  margin-left: -31.5px;
}
.tos-caption {
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tos-caption:after {
  content: '';
  display: block;
  clear: both;
}
.tos-caption > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
}
.tos-caption > div:last-child {
  float: right;
  margin-right: -2px;
}
.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1;
}
.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  height: 40px;
}
.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  height: 80px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  height: 120px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px;
}
/* ==========================================================================
   SOURCE
   ========================================================================== */
/*******************************************
 * 
 * Stili base
 * 
 ******************************************/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.row {
  max-width: 1170px;
}
/* =====================================
 *  Variabili colori
 * =====================================
 */
/* giallo */
/* nero */
/* bianco */
/* grigio */
/* =====================================
 * FONTS
 * =====================================
 */
.c-primary {
  color: #FFB81C;
}
.c-secondary {
  color: #000000;
}
.c-white {
  color: #ffffff;
}
.c-grey {
  color: #cccccc;
}
.f-primary {
  font-family: 'Poppins', sans-serif;
}
.s12 {
  font-size: 12px;
}
.s13 {
  font-size: 13px;
}
.s14 {
  font-size: 14px;
}
.s15 {
  font-size: 15px;
}
.s16 {
  font-size: 16px;
}
.s17 {
  font-size: 17px;
}
.s18 {
  font-size: 18px;
}
.s19 {
  font-size: 19px;
}
.s21 {
  font-size: 21px;
}
.s22 {
  font-size: 22px;
}
.s24 {
  font-size: 24px;
}
.s26 {
  font-size: 26px;
}
.s29 {
  font-size: 29px;
}
.s30 {
  font-size: 30px;
}
.s35 {
  font-size: 35px;
}
.s43 {
  font-size: 43px;
}
.f-normal {
  font-weight: 400;
}
.f-medium {
  font-weight: 500;
}
.f-bold {
  font-weight: 700;
}
.f-upper,
.upper,
.uppercase {
  text-transform: uppercase;
}
.f-lowercase {
  text-transform: lowercase;
}
.f-underline,
.underline {
  text-decoration: underline;
}
.content-paragraph {
  color: #333333;
}
.content-paragraph p {
  line-height: 32px;
  margin-bottom: 0;
}
.internal-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 43px;
  color: #ffffff;
  line-height: 43px;
  margin-bottom: 0;
}
@media only screen and (max-width: 425px) {
  .internal-title {
    font-size: 30px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}
p a {
  text-decoration: underline;
  color: #000000;
}
p a:hover,
p a:focus {
  color: #FFB81C;
}
b,
strong {
  color: #FFB81C;
}
/* ====================================
 * HELPERS
 * ====================================
 */
.bg-primary {
  background-color: #FFB81C;
}
.bg-secondary {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-grey {
  background-color: #cccccc;
}
.no-padding {
  padding: 0px !important;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignjustify {
  text-align: justify;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
  position: relative;
}
.hidden {
  display: none;
}
.hide {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
/* ====================================
 * RESPONSIVE
 * ====================================
 */
/*******************************************
 * 
 * Stili comuni a tutta la struttura del sito
 * 
 ******************************************/
/* ====================================
 * Stile incipit pagine interne
 * ====================================
 */
.page-incipit {
  padding-top: 50px;
  position: relative;
}
.page-incipit:after {
  content: '';
  position: absolute;
  left: 0;
  width: 43px;
  height: 12px;
  background-color: #FFB81C;
}
.page-incipit:after {
  top: 0;
}
/* ====================================
 * Stile per rettangolo sotto ai titoli
 * ====================================
 */
.underline-rect {
  position: relative;
}
.underline-rect:after {
  content: '';
  position: absolute;
  left: 0;
  width: 43px;
  height: 12px;
  background-color: #FFB81C;
}
/* ====================================
 * HEADER PAGINE INTERNE
 * ====================================
 */
.internal-header {
  height: 323px;
  background-position: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.internal-header .row,
.internal-header .columns {
  height: 100%;
}
.internal-header .row .internal-title-container,
.internal-header .columns .internal-title-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 10px;
}
/* ====================================
 * FASCIA LINK UTILI
 * ====================================
 */
.utils-stripe .utils-stripe-item {
  height: 310px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  padding: 50px 30px;
  position: relative;
}
.utils-stripe .utils-stripe-item h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  z-index: 2;
  position: relative;
  text-shadow: 0px 0px 2px #000000;
  padding-bottom: 10px;
}
.utils-stripe .utils-stripe-item h3:after {
  content: '';
  position: absolute;
  left: 0;
  width: 43px;
  height: 12px;
  background-color: #FFB81C;
}
.utils-stripe .utils-stripe-item h3:after {
  bottom: 0;
}
/* ====================================
 * EFFETTO HOVER ITEM GALLERY
 * ====================================
 */
.item-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-container .plus-hover-container {
  position: absolute;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 50%;
  left: 50%;
  margin-left: -77px;
  margin-top: -77px;
}
.item-container .plus-hover-container .plus-hover {
  position: relative;
}
.item-container .plus-hover-container .plus-hover .plus-circle {
  position: relative;
  width: 154px;
  height: 154px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: rgba(255, 184, 28, 0.71);
}
.item-container .plus-hover-container .plus-hover .plus-circle:before {
  content: '';
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 52px;
  margin-top: -26px;
  background-color: #ffffff;
}
.item-container .plus-hover-container .plus-hover .plus-circle:after {
  content: '';
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 2px;
  margin-left: -26px;
  background-color: #ffffff;
}
.item-container .plus-hover-container .plus-hover:before {
  content: '';
  -webkit-transition: all 1s ease-in-out 0.4s;
  -moz-transition: all 1s ease-in-out 0.4s;
  -o-transition: all 1s ease-in-out 0.4s;
  transition: all 1s ease-in-out 0.4s;
  position: absolute;
  top: 16px;
  right: -7px;
  width: 2px;
  height: 63px;
  margin-top: -38px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item-container .plus-hover-container .plus-hover:after {
  content: '';
  -webkit-transition: all 1s ease-in-out 0.4s;
  -moz-transition: all 1s ease-in-out 0.4s;
  -o-transition: all 1s ease-in-out 0.4s;
  transition: all 1s ease-in-out 0.4s;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.item-container:hover .plus-hover-container,
.item-container:focus .plus-hover-container {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ====================================
 * MENU
 * ====================================
 */
.main_header {
  position: relative;
}
.main_header .top-bar {
  overflow: hidden;
  background-color: rgba(33, 31, 32, 0.81);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 95px;
}
.main_header .top-bar .logo_top .main-logo {
  height: 50px;
  width: auto;
  margin-right: 20px;
  margin-bottom: 5px;
}
.main_header .top-bar .logo_top .real-estate-logo {
  height: 38px;
  width: auto;
  vertical-align: bottom;
  margin-bottom: 5px;
}
.main_header .top-bar .row-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main_header .top-bar .row-menu .logo-container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.main_header .top-bar .row-menu .nav-container {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.main_header .top-bar .row-menu .social-container {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.main_header .top-bar-title {
  float: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.main_header .top-bar-title .real-estate-logo {
  margin-bottom: 5px;
}
.main_header ul {
  background-color: transparent;
  float: right;
}
.main_header ul li {
  position: relative;
}
.main_header ul li a {
  font-size: 13px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  z-index: 2;
  text-decoration: none;
}
.main_header ul li a:hover:before,
.main_header ul li a:focus:before {
  -webkit-transform: rotate3d(0, 0, 1, 30deg) scale3d(1, 1, 1);
  -moz-transform: rotate3d(0, 0, 1, 30deg) scale3d(1, 1, 1);
  -ms-transform: rotate3d(0, 0, 1, 30deg) scale3d(1, 1, 1);
  -o-transform: rotate3d(0, 0, 1, 30deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 30deg) scale3d(1, 1, 1);
}
.main_header ul li a:before {
  content: '';
  position: absolute;
  height: 245px;
  width: 15px;
  top: -175%;
  margin-top: -20px;
  left: 0;
  z-index: -1;
  background-color: #FFB81C;
  -webkit-transform: rotate3d(0, 0, 1, 30deg) scale3d(0, 1, 1);
  -moz-transform: rotate3d(0, 0, 1, 30deg) scale3d(0, 1, 1);
  -ms-transform: rotate3d(0, 0, 1, 30deg) scale3d(0, 1, 1);
  -o-transform: rotate3d(0, 0, 1, 30deg) scale3d(0, 1, 1);
  transform: rotate3d(0, 0, 1, 30deg) scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s;
}
.main_header ul li.current-menu-item a {
  text-decoration: none;
}
.main_header ul li.current-menu-item a:before {
  -webkit-transform: rotate3d(0, 0, 1, 30deg) scale3d(1, 1, 1);
  -moz-transform: rotate3d(0, 0, 1, 30deg) scale3d(1, 1, 1);
  -ms-transform: rotate3d(0, 0, 1, 30deg) scale3d(1, 1, 1);
  -o-transform: rotate3d(0, 0, 1, 30deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 30deg) scale3d(1, 1, 1);
}
.main_header .social-link {
  text-align: right;
  padding-top: 7px;
}
.main_header .social-link a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main_header .social-link a:hover,
.main_header .social-link a:focus {
  color: #FFB81C;
}
.main_header .social-link a .fa-google-plus {
  margin-right: 10px;
}
.main_header .burger-menu {
  float: right;
  z-index: 9999;
}
.main_header #responsive-menu .is-drilldown ul li.current-menu-item {
  border-bottom: 4px solid #FFB81C;
}
.main_header #responsive-menu .is-drilldown ul li a {
  text-decoration: none;
  padding-left: 0;
}
.main_header #responsive-menu .is-drilldown ul li a:before {
  content: none;
}
@media only screen and (max-width: 1400px) {
  .main_header ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1188px) {
  .main_header ul li a:before {
    left: 30px;
  }
}
@media only screen and (max-width: 1160px) {
  .main_header .top-bar {
    height: auto;
  }
  .main_header .top-bar-title {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .main_header .top-bar {
    height: auto;
    min-height: 95px;
  }
  .main_header .top-bar .row-menu {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main_header .top-bar .logo_top .main-logo {
    margin-bottom: 15px;
    display: list-item;
  }
  .main_header .top-bar .top-bar-right {
    width: 100%;
    text-align: right;
  }
  .main_header .top-bar .top-bar-right .is-drilldown {
    float: right;
    margin-bottom: 20px;
  }
  .main_header .top-bar .top-bar-right .is-drilldown ul li a {
    padding-right: 0;
    text-decoration: none;
  }
  .main_header .top-bar-title {
    margin-right: 0;
  }
  .main_header .top-bar-title .logo_top {
    width: 80%;
  }
}
/* ====================================
 * BOTTONI
 * ====================================
 */
.btn-primary {
  background-color: #FFB81C;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #000000;
}
/* ====================================
 * FOOTER
 * ====================================
 */
footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 50px;
}
footer p {
  margin-bottom: 0;
}
footer b,
footer strong {
  color: #ffffff;
}
footer a {
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
footer a .fa {
  font-size: 21px;
}
footer a .fa.fa-google-plus {
  margin-right: 10px;
}
footer a:hover,
footer a:focus {
  color: #FFB81C;
}
footer .footer-menu {
  text-align: right;
}
footer #menu-footer-menu {
  list-style: none;
  line-height: 27px;
  margin-bottom: 30px;
}
footer #menu-footer-menu .menu-item a {
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
}
footer #menu-footer-menu .menu-item a:before {
  content: '>';
  margin-right: 5px;
}
@media only screen and (max-width: 639px) {
  footer .footer-menu {
    text-align: left;
  }
  footer #menu-footer-menu {
    margin-left: 0;
    margin-top: 40px;
  }
}
/* ====================================
 * SLIDER PRO
 * ====================================

 .sp-image {
	background-position: 50%;
	background-repeat: no-repeat;
	.background-size(cover);
} */
/* ====================================
 * RESPONSIVE
 * ====================================
 */
/*******************************************
 * 
 * Stili pagina HOME
 * 
 ******************************************/
.page-template-template-home {
  /* ====================================
	 * RESPONSIVE
	 * ====================================
	 */
}
.page-template-template-home .page-incipit {
  display: none;
}
.page-template-template-home .main_header {
  min-height: 743px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
}
.page-template-template-home a.plus-link {
  text-transform: uppercase;
  color: #000000;
  position: relative;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-template-home a.plus-link .plus-hover {
  position: relative;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
}
.page-template-template-home a.plus-link .plus-hover .plus-circle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: rgba(255, 184, 28, 0.71);
}
.page-template-template-home a.plus-link .plus-hover .plus-circle:before {
  content: '';
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #ffffff;
}
.page-template-template-home a.plus-link .plus-hover .plus-circle:after {
  content: '';
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  margin-left: -5px;
  background-color: #ffffff;
}
.page-template-template-home a.plus-link .plus-hover:before {
  content: '';
  -webkit-transition: all 1s ease-in-out 0.4s;
  -moz-transition: all 1s ease-in-out 0.4s;
  -o-transition: all 1s ease-in-out 0.4s;
  transition: all 1s ease-in-out 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-template-template-home a.plus-link .plus-hover:after {
  content: '';
  -webkit-transition: all 1s ease-in-out 0.4s;
  -moz-transition: all 1s ease-in-out 0.4s;
  -o-transition: all 1s ease-in-out 0.4s;
  transition: all 1s ease-in-out 0.4s;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-template-template-home .item-container .plus-hover-container {
  margin-left: -111px;
  margin-top: -111px;
}
.page-template-template-home .item-container .plus-hover-container .plus-hover .plus-circle {
  width: 222px;
  height: 222px;
}
.page-template-template-home .item-container .plus-hover-container .plus-hover .plus-circle:before {
  height: 76px;
  margin-top: -38px;
}
.page-template-template-home .item-container .plus-hover-container .plus-hover .plus-circle:after {
  width: 76px;
  margin-left: -38px;
}
.page-template-template-home .item-container .plus-hover-container .plus-hover:before {
  top: 9px;
  height: 90px;
  margin-top: -45px;
}
.page-template-template-home .item-container .plus-hover-container .plus-hover:after {
  bottom: 10px;
  width: 46px;
}
.page-template-template-home .intro-stripe {
  padding-top: 50px;
  padding-bottom: 80px;
  width: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 57%;
}
.page-template-template-home .intro-stripe .intro-stripe-content h1,
.page-template-template-home .intro-stripe .intro-stripe-content h2,
.page-template-template-home .intro-stripe .intro-stripe-content h3,
.page-template-template-home .intro-stripe .intro-stripe-content h4,
.page-template-template-home .intro-stripe .intro-stripe-content h5,
.page-template-template-home .intro-stripe .intro-stripe-content h6 {
  font-weight: 700;
  font-size: 35px;
  line-height: 46px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page-template-template-home .intro-stripe .intro-stripe-content h1:after,
.page-template-template-home .intro-stripe .intro-stripe-content h2:after,
.page-template-template-home .intro-stripe .intro-stripe-content h3:after,
.page-template-template-home .intro-stripe .intro-stripe-content h4:after,
.page-template-template-home .intro-stripe .intro-stripe-content h5:after,
.page-template-template-home .intro-stripe .intro-stripe-content h6:after {
  content: '';
  position: absolute;
  left: 0;
  width: 43px;
  height: 12px;
  background-color: #FFB81C;
}
.page-template-template-home .intro-stripe .intro-stripe-content h1:after,
.page-template-template-home .intro-stripe .intro-stripe-content h2:after,
.page-template-template-home .intro-stripe .intro-stripe-content h3:after,
.page-template-template-home .intro-stripe .intro-stripe-content h4:after,
.page-template-template-home .intro-stripe .intro-stripe-content h5:after,
.page-template-template-home .intro-stripe .intro-stripe-content h6:after {
  bottom: 0;
}
.page-template-template-home .intro-stripe .intro-stripe-content p {
  font-size: 19px;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
.page-template-template-home .intro-stripe .baraclit-logo-container {
  padding-top: 80px;
}
.page-template-template-home .intro-stripe .baraclit-logo-container a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-template-template-home .intro-stripe .baraclit-logo-container a:hover,
.page-template-template-home .intro-stripe .baraclit-logo-container a:focus {
  color: #FFB81C;
}
.page-template-template-home .intro-stripe .baraclit-logo-container img {
  height: 100%;
  margin-left: 20px;
}
.page-template-template-home .service-stripe {
  background-color: #E6E6E6;
  width: 100%;
  padding-top: 50px;
}
.page-template-template-home .service-stripe .service-stripe-content {
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 80px;
}
.page-template-template-home .service-stripe h1,
.page-template-template-home .service-stripe h2,
.page-template-template-home .service-stripe h3,
.page-template-template-home .service-stripe h4,
.page-template-template-home .service-stripe h5,
.page-template-template-home .service-stripe h6 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.page-template-template-home .service-stripe .content-paragraph {
  margin-bottom: 40px;
}
.page-template-template-home .real-estate-stripe {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.page-template-template-home .real-estate-stripe .real-estate-content {
  font-size: 24px;
  text-align: right;
  line-height: 38px;
}
.page-template-template-home .real-estate-stripe .real-estate-content h1,
.page-template-template-home .real-estate-stripe .real-estate-content h2,
.page-template-template-home .real-estate-stripe .real-estate-content h3,
.page-template-template-home .real-estate-stripe .real-estate-content h4,
.page-template-template-home .real-estate-stripe .real-estate-content h5,
.page-template-template-home .real-estate-stripe .real-estate-content h6 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.page-template-template-home .real-estate-stripe a.plus-link {
  margin-top: 30px;
}
.page-template-template-home footer {
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .page-template-template-home .intro-stripe {
    padding-bottom: 30px;
  }
  .page-template-template-home .intro-stripe .baraclit-logo-container {
    padding-top: 30px;
  }
  .page-template-template-home .service-stripe .service-stripe-content {
    background-position: center bottom;
    padding-bottom: 240px;
  }
  .page-template-template-home .real-estate-stripe {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-template-template-home .real-estate-stripe .real-estate-content {
    text-align: center;
  }
  .page-template-template-home .real-estate-stripe a.plus-link {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-template-home .main_header {
    min-height: 400px;
  }
}
@media only screen and (max-width: 580px) {
  .page-template-template-home .service-stripe .service-stripe-content {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
}
@media only screen and (max-width: 515px) {
  .page-template-template-home .intro-stripe {
    background-image: none !important;
  }
  .page-template-template-home .intro-stripe .intro-stripe-content h1,
  .page-template-template-home .intro-stripe .intro-stripe-content h2,
  .page-template-template-home .intro-stripe .intro-stripe-content h3,
  .page-template-template-home .intro-stripe .intro-stripe-content h4,
  .page-template-template-home .intro-stripe .intro-stripe-content h5,
  .page-template-template-home .intro-stripe .intro-stripe-content h6 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 425px) {
  .page-template-template-home .service-stripe .service-stripe-content {
    padding-bottom: 150px;
  }
}
/*******************************************
 * 
 * Stili pagine interne
 * 
 ******************************************/
/* ====================================
 * TEMPLATE ABOUT
 * ====================================
 */
.page-template-template-about .lateral-image img {
  margin: 0 auto;
  display: block;
}
.page-template-template-about .utils-stripe {
  margin-top: 50px;
}
.page-template-template-about .item-container .plus-hover-container {
  margin-left: -111px;
  margin-top: -111px;
}
.page-template-template-about .item-container .plus-hover-container .plus-hover .plus-circle {
  width: 222px;
  height: 222px;
}
.page-template-template-about .item-container .plus-hover-container .plus-hover .plus-circle:before {
  height: 76px;
  margin-top: -38px;
}
.page-template-template-about .item-container .plus-hover-container .plus-hover .plus-circle:after {
  width: 76px;
  margin-left: -38px;
}
.page-template-template-about .item-container .plus-hover-container .plus-hover:before {
  top: 9px;
  height: 90px;
  margin-top: -45px;
}
.page-template-template-about .item-container .plus-hover-container .plus-hover:after {
  bottom: 10px;
  width: 46px;
}
.page-template-template-about footer {
  margin-top: 0;
}
/* ====================================
 * TEMPLATE SERVIZI
 * ====================================
 */
.page-template-template-services .lateral-image img {
  margin: 0 auto;
  display: block;
}
/* ====================================
 * TEMPLATE BARACLIT
 * ====================================
 */
.page-template-template-baraclit .logo-baraclit-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 10px;
  width: 80px;
  float: right;
}
.page-template-template-baraclit .utils-stripe {
  margin-top: 50px;
}
.page-template-template-baraclit .utils-stripe .utils-stripe-item {
  height: 245px;
  padding: 20px 30px;
}
.page-template-template-baraclit .utils-stripe .utils-stripe-item h3 {
  color: #000000;
  text-shadow: none;
}
@media only screen and (max-width: 639px) {
  .page-template-template-baraclit .item-container {
    margin-bottom: 20px;
  }
}
/* ====================================
 * TEMPLATE PAGINA CON GALLERY (es: CHIAVI IN MANO)
 * ====================================
 */
.page-template-template-gallery .gallery-container .gallery-item {
  margin-bottom: 25px;
  margin-top: 25px;
  height: 240px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
/* ====================================
 * TEMPLATE PAGINA REALIZZAZIONI
 * ====================================
 */
.page-template-template-realizations .content-paragraph,
.page-template-template-immobiliare .content-paragraph {
  margin-bottom: 20px;
}
.page-template-template-realizations .single-realization-container a.single-realization-wrap,
.page-template-template-immobiliare .single-realization-container a.single-realization-wrap {
  color: #000000;
  display: block;
  position: relative;
}
.page-template-template-realizations .single-realization-container p,
.page-template-template-immobiliare .single-realization-container p {
  line-height: 28px;
}
.page-template-template-realizations .single-realization-container p b,
.page-template-template-immobiliare .single-realization-container p b,
.page-template-template-realizations .single-realization-container p strong,
.page-template-template-immobiliare .single-realization-container p strong {
  color: #000000;
}
.page-template-template-realizations .single-realization-container .column,
.page-template-template-immobiliare .single-realization-container .column {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page-template-template-realizations .single-realization-container .flag-container,
.page-template-template-immobiliare .single-realization-container .flag-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.page-template-template-realizations .single-realization-container:hover .column:before,
.page-template-template-immobiliare .single-realization-container:hover .column:before,
.page-template-template-realizations .single-realization-container:focus .column:before,
.page-template-template-immobiliare .single-realization-container:focus .column:before {
  content: '';
  background: rgba(179, 179, 179, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-realizations .single-realization-container:hover .item-container .plus-hover-container,
.page-template-template-immobiliare .single-realization-container:hover .item-container .plus-hover-container,
.page-template-template-realizations .single-realization-container:focus .item-container .plus-hover-container,
.page-template-template-immobiliare .single-realization-container:focus .item-container .plus-hover-container {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page-template-template-realizations .single-realization-container .single-realization-content,
.page-template-template-immobiliare .single-realization-container .single-realization-content {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.page-template-template-realizations .gallery-item,
.page-template-template-immobiliare .gallery-item {
  margin-bottom: 25px;
  margin-top: 15px;
  height: 240px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
}
/* ====================================
 * CONTATTI
 * ====================================
 */
.page-template-template-contacts .form-container {
  padding: 20px;
  background-color: rgba(204, 204, 204, 0.2);
}
.page-template-template-contacts .form-container input,
.page-template-template-contacts .form-container textarea {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border-color: #E6E6E6;
  box-shadow: none;
}
.page-template-template-contacts .form-container textarea {
  height: 77px;
}
.page-template-template-contacts .form-container .form-checkbox {
  color: #000000;
}
.page-template-template-contacts .form-container .form-checkbox a {
  color: #FFB81C;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-template-template-contacts .form-container .form-checkbox a:hover {
  color: #000000;
}
.page-template-template-contacts #map {
  width: 100%;
  height: 446px;
  margin-top: 30px;
}
.page-template-template-contacts .content-paragraph {
  line-height: 28px;
}
.page-template-template-contacts .content-paragraph h1,
.page-template-template-contacts .content-paragraph h2,
.page-template-template-contacts .content-paragraph h3,
.page-template-template-contacts .content-paragraph h4,
.page-template-template-contacts .content-paragraph h5,
.page-template-template-contacts .content-paragraph h6 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.page-template-template-contacts .content-paragraph a,
.page-template-template-contacts .content-paragraph b,
.page-template-template-contacts .content-paragraph strong {
  color: #FFB81C;
  font-weight: 700;
}
.page-template-template-contacts .content-paragraph a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-template-template-contacts .content-paragraph a:hover {
  color: #000000;
}
@media only screen and (max-width: 639px) {
  .page-template-template-contacts .content-paragraph {
    margin-bottom: 20px;
  }
  .page-template-template-contacts .content-paragraph p {
    line-height: 25px;
  }
  .page-template-template-contacts .form-container {
    padding: 20px 10px;
  }
}
/* ====================================
 * RESPONSIVE
 * ====================================
 */
