/* VARIABILI NON BOOTSTRAP */
/* VARIABILI BOOTSTRAP */
/*$primary:       $verde-scuro;*/
@keyframes shake_vertically {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, -5px); }
  75% {
    transform: translate(0, 5px); }
  100% {
    transform: translate(0, 0); } }
html, body, #wrapper {
  height: 100%;
  background: transparent; }

#container {
  min-height: 100%;
  background: transparent; }

h1 {
  font-size: 24px; }

#container {
  padding: 5% 10%; }

p:empty:before {
  content: "\00a0";
  /* aggiungo &nbsp; dove ci sono paragrafi vuoti */ }

a.button-green:hover {
  color: #e9ecef; }

#content {
  min-height: 100%; }

.popup-frame {
  display: table;
  height: 100%;
  overflow: auto;
  text-align: center; }

.popup-content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  overflow: auto; }

.video #content,
.video #video {
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 992px) {
  .video #content {
    display: -ms-flexbox;
    display: flex;
    min-height: 78vh; } }
.video #container {
  padding: 10%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media only screen and (max-width: 767px) {
  .video #container {
    padding: 2% 2% 2%; } }
.video iframe {
  width: 100%;
  height: 100%; }

/*** RESPONSIVE ***/
@media screen and (max-height: 600px) {
  .video #container {
    padding: 1.5% 2%; } }

/*# sourceMappingURL=corepop.css.map */
