@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400,600,700);
@font-face {
  font-family: 'Blueline Paradise';
  src: url("../fonts/blueline-paradise.woff");
  font-style: normal;
}
@font-face {
  font-family: 'DINNextLTPro';
  src: url("../fonts/DINNextLTPro-Bold.woff");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'DINNextLTPro Condensed';
  src: url("../fonts/DINNextLTPro-Condensed.woff");
  font-style: normal;
}
@font-face {
  font-family: 'DINNextLTPro Medium Condensed';
  src: url("../fonts/DINNextLTPro-MediumCond.woff");
  font-style: normal;
}
@font-face {
  font-family: 'Dreamwalker';
  src: url("../fonts/Dreamwalker.woff");
  font-style: normal;
}
@font-face {
  font-family: 'ITCKabelStd';
  src: url("../fonts/ITCKabelStd-Medium.woff");
  font-style: normal;
}
@font-face {
  font-family: 'LibelSuit';
  src: url("../fonts/LibelSuit-Regular.woff");
  font-style: normal;
}

@font-face {
  font-family: 'LocalBreweryFive';
  src: url("../fonts/LocalBreweryFive-Regular.woff");
  font-style: normal;
}

body {
  font-family: "Open Sans", Tahoma, Arial;
}

.ff-dreamwalker {
  font-family: Dreamwalker;
}

.ff-blueline {
  font-family: Blueline Paradise;
  line-height: 1.1em;
}

.ff-dinnext-medium-condensed {
  font-family: DINNextLTPro Medium Condensed;
}

.ff-dinnext-condensed {
  font-family: DINNextLTPro Condensed;
}

.ff-dinnext {
  font-family: DINNextLTPro;
}
.ff-local-brewery-five {
  font-family: LocalBreweryFive;
  letter-spacing: -5px;
  line-height: 0.9em;
}

.jumbotron.head {
  padding-top: 5%;
  min-height: 100vh;
  background-image: url("../img/header.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
}
.jumbotron.head .jumbo-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jumbotron.head .jumbo-container h2 {
  color: #feed1d;
  font-size: 80px;
}
.jumbotron.head .jumbo-container h2 span.number {
  font-size: 90px;
}
.jumbotron.head .jumbo-container h3 {
  color: #fff;
  font-size: 80px;
  margin-top: 0px;
}

.jumbotron.head .jumbo-container p {
  font-size: 110px;
}

.white-font {
  color: #fff;
}
.red-font {
  color: #e30610;
}
.jumbotron.head .jumbo-container a.btn.btn-flag {
  margin-top: 15px;
  color: #000;
  font-size: 35px;
  padding: 20px 50px !important;
  border-radius: 50px;
  background-color: #feed1d;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: -2px;
}
.jumbotron.head .jumbo-container a.btn.btn-flag:hover {
  background-color: #c71e12;
}

/*
.jumbotron.head .jumbo-container a.btn.btn-flag:after {
  font-family: FontAwesome;
  content: "\f005";
  font-size: 28px;
  margin-left: 10px;
  color: #feed1d;
}
*/

.star-small {
  font-size: 20px;
  vertical-align: middle;
}
/*
.jumbotron.head .jumbo-container a.btn.btn-flag:before {
  font-family: FontAwesome;
  content: "\f005";
  font-size: 28px;
  margin-right: 10px;
  color: #feed1d;
}
*/
@media (max-width: 1024px) {
  .jumbotron.head .jumbo-container .logo-conad { 
    max-width: 320px;
    width: 100%;
  }
 
  .jumbotron.head .jumbo-container h2 {
    color: #feed1d;
    font-size: 50px;
    line-height: 0.9em;
    letter-spacing: ;
  }
  .jumbotron.head .jumbo-container h2 span.number {
    font-size: 60px;
  }
  .jumbotron.head .jumbo-container h3 {
    font-size: 45px;
  }
  .jumbotron.head .jumbo-container p {
    font-size: 40px;
  }
  .ff-local-brewery-five {
    letter-spacing: -2px;
    line-height: 0.9em;
}
}
@media (max-width: 768px) {
  .jumbotron.head .jumbo-container h2 {
    color: #feed1d;
    font-size: 35px;
  }
  .jumbotron.head .jumbo-container h2 span.number {
    font-size: 40px;
  }
  .jumbotron.head .jumbo-container h3 {
    font-size: 32px;
  }
  .jumbotron.head .jumbo-container p {
    font-size: 30px;
  }
  .jumbotron.head .jumbo-container a.btn.btn-flag {
    font-size: 18px;
  }
  .jumbotron.head .jumbo-container a.btn.btn-flag:after {
    font-size: 19px;
    margin-left: 8px;
  }
  .jumbotron.head .jumbo-container a.btn.btn-flag:before {
    font-size: 19px;
    margin-right: 8px;
  }
}

@media (max-width: 1024px) {
  .jumbotron.head {
    min-height: auto !important;
    display: block;
  }
  .jumbotron.head .jumbo-container {
    display: block;
  }

}
#wrap {
  padding-top: 70px;
}
#wrap.home {
  padding: 0;
}

section#whoWeAre {
  padding: 20px 40px;
}
section#whoWeAre .red {
  color: #e30610;
}
section#whoWeAre h1 {
  font-size: 80px;
  font-weight: normal;
}
section#whoWeAre h1 span.number {
  font-size: 90px;
}
section#whoWeAre h2 {
  margin-top: 0px;
  font-size: 75px;
}
section#whoWeAre h3 {
  margin-top: 0px;
  font-size: 57px;
  line-height: 1em;
}
section#whoWeAre h3.small {
  margin-top: 0px;
  font-size: 50px;
}
section#whoWeAre p {
  font-size: 30px;
}
section#whoWeAre hr {
  border: 1px solid #515151;
}
section#whoWeAre h4 {
  margin-top: 0px;
  font-size: 70px;
}
@media (min-width: 768px) {
  section#whoWeAre h4 {
    margin-top: 0px;
    font-size: 80px;
  }
  section#whoWeAre h4.starred:after {
    font-family: FontAwesome;
    content: "\f005";
    font-size: 34px;
    margin-left: 15px;
    color: #feed1d;
  }
  section#whoWeAre h4.starred:before {
    font-family: FontAwesome;
    content: "\f005";
    font-size: 34px;
    margin-right: 15px;
    color: #feed1d;
  }
}
section#whoWeAre .prod {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  section#whoWeAre .container {
    width: auto !important;
  }
}
@media (min-width: 480px) {
  section#whoWeAre hr {
    margin: 40px 0 !important;
  }
}
@media (max-width: 600px) {
  section#whoWeAre h2.flag-h {
    background-image: url("../img/fascia-arancione.png");
    background-size: contain;
    width: 320px;
  }
}
@media (max-width: 360px) {
  section#whoWeAre h2.flag-h {
    background-image: url("../img/fascia-arancione.png");
    background-size: contain;
    width: 280px;
  }
}
@media only screen and (max-device-width: 640px) {
  section#whoWeAre {
    padding: 15px 0;
  }
  section#whoWeAre h4 {
    margin-top: 10px;
  }
  section#whoWeAre h2 {
    font-size: 40px;
    line-height: 35px;
  }
}
@media (max-width: 480px) {
  section#whoWeAre h1 {
    font-size: 22pt;
  }
}
@media (max-width: 1025px) {
  section#whoWeAre h1 span {
    font-size: 70px;
  }
  section#whoWeAre p {
    font-size: 22px !important;
  }
}
@media (max-width: 768px) {
  section#whoWeAre h3 {
    margin-top: 0px;
    font-size: 30px;
  }
  section#whoWeAre h3.small {
    margin-top: 0px;
    font-size: 26px;
  }
  section#whoWeAre h1 {
    font-size: 44px;
  }
  section#whoWeAre h1 span {
    font-size: 44px;
  }
  section#whoWeAre h1 span.number {
    font-size: 50px;
  }
  section#whoWeAre h1 span.red {
    display: block;
    width: 100%;
  }
  section#whoWeAre h4 {
    font-size: 40px;
  }
  section#whoWeAre p {
    font-size: 15px !important;
  }
}
footer#site-footer {
  padding: 40px 0;
  background-image: url("../img/header.jpg");
  background-size: cover;
  color: #fff;
  text-align: center;
}
footer#site-footer span.divider {
  float: none;
}
footer#site-footer h4 {
  text-transform: uppercase;
}
footer#site-footer a {
  color: #fff !important;
}
footer#site-footer a img.top {
  margin: 20px 0;
}
footer#site-footer .btn-orange {
  background-color: #E73C00;
  color: #fff !important;
  width: 50%;
}
footer#site-footer .footer-logo {
  width: 240px;
}

.img-center {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.btn.btn-primary {
  background: #7EB728;
  color: #FFF !important;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 40px;
}
.btn.btn-primary:hover {
  background: #96d62f;
}

@media (max-width: 480px) {
  .btn.btn-primary {
    padding: 15px 10px;
  }
}
.pre-loader {
  position: fixed;
  background: #333;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}

.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #bdc3c7;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
a {
  color: #f9c04f;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #db9407;
  text-decoration: none;
}

.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}

:focus {
  outline: 0;
}

.imageresource {
  cursor: pointer;
  width: 100%;
}

/*# sourceMappingURL=styles.css.map */

/*# sourceMappingURL=styles.css.map */
