@charset "UTF-8";
.row-eq-height {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.row-full-height {
  height: 100%;
  position: relative; }

.col-full-height {
  min-height: 100%;
  vertical-align: middle;
  position: absolute; }

.col-full-height-forced {
  height: 100%;
  vertical-align: middle; }

.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed; }

.col-xs-height {
  display: table-cell;
  float: none !important; }

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important; } }
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important; } }
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }
.mycol, .col-md-half, .col-sm-half, .col-xs-half, .col-lg-half {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

.col-md-half {
  width: 4.16667%; }

.col-sm-half {
  width: 4.16667%; }

.col-xs-half {
  width: 4.16667%; }

.col-lg-half {
  width: 4.16667%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@font-face {
  font-family: "Caramella";
  src: url("Caramella_Regular.eot");
  src: local("Ôÿ║"), url("Caramella_Regular.woff") format("woff"), url("Caramella_Regular.ttf") format("truetype"), url("Caramella_Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
#cookieChoiceInfo {
  background-color: rgba(0, 0, 0, 0.6) !important; }

* {
  cursor: default; }

.row-eq-height {
  display: flex; }

.clickable, a:link, a *, a:hover {
  cursor: hand;
  cursor: pointer; }

html, body {
  min-height: 100%;
  /* min-width: 502px; */
  height: 100%;
  position: relative;
  background-color: white;
  font-family: Caramella; }

html {
  margin-top: 0 !important; }

body {
  margin: 0;
  display: block; }

a, a:link, a:hover {
  color: #a5a5a5;
  text-decoration: none; }

.page-container a, .page-container a:link {
  color: #a5a5a5 !important; }
.page-container a:hover {
  color: #686868 !important; }

.coloreScritte {
  color: black; }

.mymark {
  position: absolute; }

.barra-orizzontale {
  width: 100%;
  line-height: 0;
  height: 3px; }
  @media only screen and (min-width: 768px) {
    .barra-orizzontale {
      height: 4px; } }
  @media only screen and (min-width: 992px) {
    .barra-orizzontale {
      height: 4px; } }
  @media only screen and (min-width: 1200px) {
    .barra-orizzontale {
      height: 4px; } }

.barra-verticale {
  width: 1px;
  height: 7px;
  left: 0;
  right: 0;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    .barra-verticale {
      height: 10px; } }
  @media only screen and (min-width: 992px) {
    .barra-verticale {
      height: 13px; } }
  @media only screen and (min-width: 1200px) {
    .barra-verticale {
      height: 14px; } }

.container-selezione {
  line-height: 0; }

.my-container {
  width: 100%;
  min-height: 93%;
  top: 0;
  position: relative;
  padding-bottom: 30px; }

.in-costruzione {
  font-size: 19px;
  text-align: center;
  padding: 30px; }

.page-container {
  min-height: 100%;
  width: 100%; }

.dati {
  z-index: 2;
  padding-bottom: 30px; }

.position-none {
  position: static !important; }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed; }

.absolute-fix {
  width: 100%;
  left: 0;
  top: 0; }

.display-block {
  display: block; }

.right {
  right: 0; }

.background-white {
  background-color: white; }

.background-240 {
  background-color: #f0f0f0; }

.background-235 {
  background-color: #ebebeb; }

.background-ultralight-transparent {
  background-color: rgba(230, 230, 230, 0.7); }

.background-ultralight {
  background-color: #e6e6e6; }

.background-light {
  background-color: lightgrey; }

.background-dark {
  background-color: #8c8c8c; }

.background-medium {
  background-color: #bebebe; }

.first-page-container {
  min-height: 100%; }

.width-limit {
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  position: relative; }

.wrapper-ratio {
  width: 100%;
  display: block;
  position: relative; }

.wrapper-ratio:after {
  display: block;
  content: ""; }

.wrapper-ratio-64-9:after {
  padding-top: 14%; }

.wrapper-ratio-21-9:after {
  padding-top: 42.85714%; }

.wrapper-ratio-18-9:after {
  padding-top: 50%; }

.wrapper-ratio-16-9:after {
  padding-top: 56.25%; }

.wrapper-ratio-16-11:after {
  padding-top: 64.25%; }

.wrapper-ratio-16-12:after {
  padding-top: 75%; }

.wrapper-ratio-v2-64-9, .wrapper-ratio-v2-21-9, .wrapper-ratio-v2-18-9, .wrapper-ratio-v2-16-9, .wrapper-ratio-v2-16-11, .wrapper-ratio-v2-16-12, .wrapper-ratio-v2-30-9 {
  width: 100%;
  display: block;
  position: relative; }

.wrapper-ratio-v2-64-9 .wrapper-after {
  padding-top: 14%; }

.wrapper-ratio-v2-30-9 .wrapper-after {
  padding-top: 30%; }

.wrapper-ratio-v2-21-9 .wrapper-after {
  padding-top: 29%; }

.wrapper-ratio-v2-18-9 .wrapper-after {
  padding-top: 50%; }

.wrapper-ratio-v2-16-9 .wrapper-after {
  padding-top: 56.25%; }

.wrapper-ratio-v2-16-11 .wrapper-after {
  padding-top: 64.25%; }

.wrapper-ratio-v2-16-12 .wrapper-after {
  padding-top: 75%; }

.wrapper-inside {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0; }

.wrapper-show-hover:hover .coprente {
  background-color: rgba(255, 255, 255, 0); }

.coprente {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color ease-in-out 0.26s, opacity ease-in-out 0.26s; }

.my-hidden {
  visibility: hidden; }

.admin-bar nav {
  padding-top: 32px; }
  @media screen and (max-width: 782px) {
    .admin-bar nav {
      padding-top: 46px; } }

.site-background {
  position: fixed;
  height: 100%;
  width: 100%;
  padding-bottom: 2%;
  margin-top: 1%; }
  .site-background .inner {
    position: relative;
    left: -1%;
    height: 100%;
    width: 100%;
    background-position: 50%;
    background: url(https://www.ae-polyakov.eu/wp-content/uploads/2016/11/LOGO_POLYAKOV.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1; }

.site-background-color {
  background-color: lightgrey;
  position: fixed;
  height: 100%;
  width: 100%; }

hr {
  border-color: lightgrey; }

.center-block {
  float: none; }

.monkey {
  position: fixed;
  right: 0;
  width: 10%;
  height: 100%;
  z-index: 2; }

.monkey-container {
  height: 10%;
  width: 100%;
  position: relative; }

.inner-monkey {
  position: absolute;
  background: url(https://www.ae-polyakov.eu/wp-content/uploads/2016/11/scimmia_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  width: 100%;
  right: 100%; }

.description-container {
  font-size: 12pt; }

.inner-monkey {
  animation: mymove ease-in-out 13s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

/*when the spec is finished */
@keyframes mymove {
  0% {
    transform: translate(0px, -100%) rotate(0deg); }
  15% {
    transform: translate(0px, -20%) rotate(0deg); }
  25% {
    transform: translate(0px, 10%) rotate(16deg); }
  38% {
    transform: translate(0px, -20%) rotate(-15deg); }
  45% {
    transform: translate(0px, -10%) rotate(15deg); }
  54% {
    transform: translate(0px, -20%) rotate(15deg); }
  64% {
    transform: translate(0px, -90%) rotate(0deg); }
  76% {
    transform: translate(0px, -100%) rotate(29deg); }
  90% {
    transform: translate(0px, 10) rotate(30deg); }
  100% {
    transform: translate(0px, -100%) rotate(0deg); } }
.titolo-compagnia {
  font-size: 9pt;
  color: red;
  padding-top: 20px;
  text-align: center; }

.single-title {
  width: 100%;
  text-decoration: underline;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 130%; }

.post-copyright {
  text-align: center;
  font-size: 10pt; }

.container-barra-top {
  position: relative;
  z-index: 1; }

.biografia {
  text-align: justify;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 150%;
  padding-bottom: 20px;
  padding-top: 20px; }
  .biografia [class^="wp-image-"], .biografia [class*=" wp-image-"] {
    max-width: 100%;
    width: auto !important;
    height: auto !important; }

.container-fluid {
  height: 100%; }

.dati {
  padding-top: 0; }

.page-selector {
  position: relative; }

.back-arrow {
  background-repeat: no-repeat;
  height: 100%;
  background-size: contain;
  width: 5%;
  position: absolute;
  background-position: 50%; }

.back-url {
  position: absolute;
  max-height: 30px;
  height: 70%;
  width: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 26px;
  z-index: 1;
  align-items: center;
  float: left;
  display: flex; }
  .back-url .back-arrow {
    position: relative;
    width: 100%; }

.title-text {
  position: relative;
  padding-top: 1px; }

.page-title {
  text-align: center;
  font-size: 180%;
  padding-bottom: 15px;
  padding-top: 15px; }

.page-selector .barra-orizzontale {
  width: 70%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  position: absolute; }
.page-selector .barra-verticale {
  height: 100%;
  min-height: 20px; }

.second-row {
  font-size: 70%;
  line-height: 100%; }

.my-yt {
  margin: 25px auto;
  width: 75%; }
  .my-yt iframe {
    width: 100%;
    height: 100%; }

.title-container {
  display: flex;
  flex-direction: column;
  width: 100%; }

.page-title {
  display: flex;
  align-items: center;
  justify-content: center; }

.container-footer {
  min-height: 7%;
  width: 100%;
  color: red;
  font-size: 115%;
  text-align: center;
  bottom: 0;
  position: relative;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center; }

.footer-text {
  vertical-align: middle;
  padding: 10px 0;
  position: relative;
  top: 50%; }

.footer-main {
  color: red; }

.footer-secondary {
  color: #000000;
  margin-top: 5px;
  font-size: 85%; }

.container-footer a:link {
  color: black;
  text-decoration: underline; }

.footer-main a:link {
  color: red; }
.footer-main a:visited {
  color: red; }

.full-page-show {
  z-index: 1;
  background-color: transparent;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.5s;
  overflow-y: hidden; }

.image-container {
  width: 100%;
  height: 100%;
  position: relative; }

.full-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%; }

.full-image-copyright {
  text-align: center;
  color: white;
  word-break: break-word;
  margin-top: -30px;
  font-size: 10pt; }

.arrow {
  width: 100%;
  float: left;
  height: 100%;
  position: relative; }

.right-arrow {
  float: right; }

.arrow > img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 80%; }

.right-arrow-image, .left-arrow-image {
  cursor: pointer; }

.scale-0 {
  opacity: 0;
  transition: opacity 1s ease;
  transform: scale(0); }

.scale-1 {
  opacity: 1;
  transform: scale(1); }

.background-opacity {
  background-color: rgba(0, 0, 0, 0.8); }

.height-100 {
  height: 100%; }

.exit {
  position: absolute;
  width: 30%;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1; }
  .exit > img {
    width: 100%; }

.single-gallery-image {
  width: 100%;
  box-shadow: 4px 4px 15px #888888;
  cursor: pointer;
  cursor: hand; }

.single-gallery-image-container {
  margin-bottom: 25px; }

.inner-image-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  text-align: center; }

.full-image-big {
  max-height: 100%;
  max-width: 99%;
  margin: auto;
  padding-top: 30px;
  position: relative;
  left: 0;
  right: 0;
  cursor: zoom-in;
  padding-bottom: 30px;
  background-origin: padding-box; }

.full-image-big-clicked {
  background-size: cover;
  width: 100%;
  max-height: none;
  cursor: zoom-out; }

.image-container {
  width: 100%;
  height: 100%;
  position: relative; }

.temporary-thumb {
  height: 100%; }

.out-screen {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.dati {
  font-size: 150%;
  padding-top: 35px; }

.profile-image {
  width: 100%;
  border: solid black 1px; }

.container-image {
  width: 100%;
  font-size: 16px; }

.titolo-profilo {
  display: inline-block;
  text-align: center;
  color: grey; }

.before-image {
  width: 100%;
  text-align: center; }
  .before-image .barra-verticale {
    height: 20px;
    width: 1px;
    left: 0;
    right: 0;
    margin: auto;
    display: none; }

.name {
  padding-top: 10px;
  padding-bottom: 10px;
  color: red; }

.container-name {
  text-align: center;
  border-bottom: solid black 1px;
  visibility: hidden; }

.container-single-description {
  width: 100%;
  display: none; }

.description {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-top: 7px;
  text-align: justify;
  color: black; }

.image-section .barra-orizzontale {
  width: 100%; }

.space-keeper {
  visibility: hidden;
  display: block !important; }

.single-carousel-image-descr .barra-orizzontale {
  width: 40%;
  left: 0;
  right: 0;
  margin: auto; }

.single-carousel-image-descr:hover .container-name {
  visibility: visible; }
.single-carousel-image-descr:hover .name {
  color: grey; }
.single-carousel-image-descr:hover .titolo-profilo {
  color: black; }
.single-carousel-image-descr:hover .coprente {
  display: none !important; }

.active {
  top: 0; }
  .active .container-name {
    visibility: visible; }
  .active .name {
    color: red !important; }
  .active .titolo-profilo {
    color: black; }
  .active .barra-verticale {
    display: block; }
  .active .space-keeper {
    display: none !important; }

.half-selected .coprente, .active .coprente {
  display: none; }

.coprente {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color ease-in-out 0.26s; }

.half-selected {
  top: 0; }
  .half-selected .barra-verticale {
    display: block;
    top: 0; }

@media (max-width: 767px) {
  .container-descriptions {
    display: none; }

  .container-single-description {
    display: block; }

  .not-selected {
    top: 0; }

  .barra-verticale {
    height: 0; }

  .titolo-profilo {
    color: black; }

  .single {
    padding-bottom: 30px; }

  .dati {
    font-size: 175%; }

  .coprente {
    display: none; }

  .container-name {
    display: block; }

  .profile-click {
    pointer-events: none;
    cursor: default; }

  .container-name {
    visibility: visible; }
    .container-name .name {
      color: black !important; } }
.container-superiore {
  border-bottom: solid 1px #bebebe; }
  .container-superiore .barra-orizzontale {
    width: 50%;
    left: 0;
    right: 0;
    margin: auto; }
  .container-superiore .titolo-pulsante {
    text-align: center;
    line-height: normal;
    margin-top: 3px;
    color: #8c8c8c; }
  .container-superiore .container-pulsante {
    margin-bottom: 20px;
    cursor: pointer;
    cursor: hand; }

.titolo-pulsante-citta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%; }

.city-button {
  margin-top: 30px;
  color: #8c8c8c; }

.container-pulsante .selettore {
  position: absolute;
  width: 100%;
  transition: top ease-in-out 0.2s;
  top: -14px; }
  @media only screen and (min-width: 768px) {
    .container-pulsante .selettore {
      top: -20px; } }
  @media only screen and (min-width: 992px) {
    .container-pulsante .selettore {
      top: -26px; } }
  @media only screen and (min-width: 1200px) {
    .container-pulsante .selettore {
      top: -28px; } }
  .container-pulsante .selettore .barra-verticale {
    height: 14px; }
    @media only screen and (min-width: 768px) {
      .container-pulsante .selettore .barra-verticale {
        height: 20px; } }
    @media only screen and (min-width: 992px) {
      .container-pulsante .selettore .barra-verticale {
        height: 26px; } }
    @media only screen and (min-width: 1200px) {
      .container-pulsante .selettore .barra-verticale {
        height: 28px; } }

.immagine-pulsante:hover .titolo-pulsante, .selected-post .titolo-pulsante {
  color: black; }
.immagine-pulsante:hover .selettore, .selected-post .selettore {
  top: 0; }

.city-button .wrapper-inside {
  transition: top ease-in-out 0.15s, color ease-in-out 0.15s;
  cursor: default;
  top: 100%;
  background-color: #ededed; }

.titolo-pulsante-citta {
  color: black; }

.is-active .wrapper-inside, .fixed-active .wrapper-inside {
  cursor: pointer;
  cursor: hand;
  top: 0; }
.is-active:hover .wrapper-inside, .fixed-active:hover .wrapper-inside {
  background-color: white;
  color: red; }

.horizontal-line {
  background-color: #bebebe;
  height: 1px;
  margin-top: 30px; }

.carousel {
  display: none; }

.description-carousel-title {
  padding-top: 20px; }

.testo-prime {
  text-align: center;
  padding-bottom: 30px; }

.category-title {
  text-align: center;
  color: black;
  font-size: 130%; }

.active-carousel {
  display: block; }

.testo {
  color: black;
  line-height: normal;
  text-align: center;
  padding: 7px 14px;
  width: 100%; }
  .testo .sotto-titolo {
    color: #bebebe;
    font-size: 80%; }

.category-button .barra-verticale {
  height: 4.2px; }
  @media only screen and (min-width: 768px) {
    .category-button .barra-verticale {
      height: 6px; } }
  @media only screen and (min-width: 992px) {
    .category-button .barra-verticale {
      height: 7.8px; } }
  @media only screen and (min-width: 1200px) {
    .category-button .barra-verticale {
      height: 8.4px; } }
.category-button .barra-orizzontale {
  width: 50%;
  margin: auto; }
.category-button:hover .barra-verticale {
  height: 14px; }
  @media only screen and (min-width: 768px) {
    .category-button:hover .barra-verticale {
      height: 20px; } }
  @media only screen and (min-width: 992px) {
    .category-button:hover .barra-verticale {
      height: 26px; } }
  @media only screen and (min-width: 1200px) {
    .category-button:hover .barra-verticale {
      height: 28px; } }

.active-category-button .barra-verticale {
  height: 14px; }
  @media only screen and (min-width: 768px) {
    .active-category-button .barra-verticale {
      height: 20px; } }
  @media only screen and (min-width: 992px) {
    .active-category-button .barra-verticale {
      height: 26px; } }
  @media only screen and (min-width: 1200px) {
    .active-category-button .barra-verticale {
      height: 28px; } }
.active-category-button .category-title {
  color: red; }

.show-box {
  display: flex;
  align-items: center;
  justify-content: center; }

.description-carousel-background {
  padding-bottom: 10px;
  font-size: 12pt; }

.titolo-post {
  text-align: center;
  font-size: 110%; }

.info-post {
  font-size: 90%;
  color: #8c8c8c;
  text-align: center; }

.carousel-post {
  padding-top: 15px;
  padding-bottom: 15px; }

.carousel-active {
  background-color: white; }

.carousel-inactive {
  background-color: #ebebeb;
  box-shadow: 0px 0px 15px #b7b7b7; }
  .carousel-inactive .sotto-titolo {
    color: #9e9e9e; }

.carousel-thumbnail-title {
  font-size: 110%; }

.my-video-yt {
  height: 0;
  overflow: hidden;
  padding-bottom: 35%;
  padding-top: 30px;
  position: relative; }

.my-video-yt iframe,
.my-video-yt object,
.my-video-yt embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.top-fixed-pages-container {
  margin-top: 30px; }
  .top-fixed-pages-container .wrapper-inside {
    color: black; }

.coreo-top {
  margin-top: 20px; }

.coreo-container .season-container {
  text-align: center; }
.coreo-container .riga-nera {
  background-color: lightgrey;
  height: 3px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
.coreo-container .titolo-compagnia {
  font-size: 9pt;
  color: red;
  padding-top: 20px;
  text-align: center; }
.coreo-container .single-title {
  width: 100%;
  text-decoration: underline;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 130%; }
.coreo-container .post-copyright {
  text-align: center;
  font-size: 10pt; }
.coreo-container .copyright {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px; }
.coreo-container .container-riga {
  padding-top: 20px;
  position: relative; }
.coreo-container hr {
  width: 80%; }

.page-selector .barra-verticale {
  height: 40px; }

.container-immagini {
  margin-top: 15px; }

.mycontainer {
  margin-bottom: 40px; }

.coreo-container {
  padding-bottom: 15px; }

.post_search {
  border: 1px solid grey;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .post_search h4 {
    margin: 0px; }

.search-query {
  color: red; }

.post_search:first-of-type {
  margin-top: 20px; }

.post_search:last-of-type {
  margin-bottom: 20px; }

.form-inside {
  text-align: center; }

.form-group {
  min-width: 75%; }

.no-result {
  text-align: center; }

.etichetta {
  color: white;
  text-align: center;
  padding: 3px 15px 3px 15px;
  margin-right: 3px; }

.inline {
  display: inline-block; }

.pagination > li.active > a {
  background: #8c8c8c;
  border: 1px solid grey;
  color: white !important; }

/*# sourceMappingURL=base-page-template.css.map */
