/* @font-face {
  font-family: 'HurmeGeometricSans4';
  src: url(../fonts/HurmeGeometricSans4-Regular.eot);
  src: url(../fonts/HurmeGeometricSans4-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/HurmeGeometricSans4-Regular.woff2) format("woff2"), url(../fonts/HurmeGeometricSans4-Regular.woff) format("woff"), url(../fonts/HurmeGeometricSans4-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
} */
/* -----------------------------------------------------
TYPOGRAPHY
----------------------------------------------------- */
@font-face {
  font-family: 'Gotham Greek';
  src: url('../fonts/GothamGreek-Book.eot');
  src: local('Gotham Greek Book'), local('GothamGreek-Book'),
  url('../fonts/GothamGreek-Book.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamGreek-Book.woff') format('woff'),
  url('../fonts/GothamGreek-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Greek';
  src: url('../fonts/GothamGreek-Light.eot');
  src: local('Gotham Greek Light'), local('GothamGreek-Light'),
  url('../fonts/GothamGreek-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamGreek-Light.woff') format('woff'),
  url('../fonts/GothamGreek-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Greek';
  src: url('../fonts/GothamGreek-LightItalic.eot');
  src: local('Gotham Greek Light Italic'), local('GothamGreek-LightItalic'),
  url('../fonts/GothamGreek-LightItalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamGreek-LightItalic.woff') format('woff'),
  url('../fonts/GothamGreek-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Greek';
  src: url('../fonts/GothamGreek-Bold.eot');
  src: local('Gotham Greek Bold'), local('GothamGreek-Bold'),
  url('../fonts/GothamGreek-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamGreek-Bold.woff') format('woff'),
  url('../fonts/GothamGreek-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Greek';
  src: url('../fonts/GothamGreek-Black.eot');
  src: local('Gotham Greek Black'), local('GothamGreek-Black'),
  url('../fonts/GothamGreek-Black.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamGreek-Black.woff') format('woff'),
  url('../fonts/GothamGreek-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Greek';
  src: url('../fonts/GothamGreek-Medium.eot');
  src: local('Gotham Greek Medium'), local('GothamGreek-Medium'),
  url('../fonts/GothamGreek-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamGreek-Medium.woff') format('woff'),
  url('../fonts/GothamGreek-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
.barrillaFont {
  font-family: 'HurmeGeometricSans4', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-family: 'Gotham Greek', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

body {
  font-family: 'Gotham Greek', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 15px;
  font-size: 20px;
  background: #182b55;
  color: #ffffff;
}
.content {
  min-height: 100vh;
  /* height: 1px; */
  overflow: hidden;
  background: #182b55;
}
.content.has-bg {
  background: url(../img/bg-main-mob.jpg) fixed center center no-repeat;
  background-size: cover;
}
.content.home {
  background: none;
  background-size: cover;
  background-position: center top 96px;
}
.content.has-prof-bg {
  background: url(../img/bg-prof.jpg) fixed center top no-repeat;
  background-size: cover;
}
.content-inside {
  /* min-height: 100%; */
  position: relative;
}
.content-inside .buttons-bottom {
  position: absolute;
  bottom: 6px;
  width: 100%;
  left: 0;
}
.buttons-bottom .button-bottom-left, .buttons-bottom .button-bottom-right {
  /* background: #182b55; */
  height: 52px;
  line-height: 52px;
  margin-top: 8px;
  font-weight: 100;
}
.buttons-bottom .navbar-nav {
  background: #182b55;
  float: none;
  /* margin-left: -15px;
  margin-right: -15px; */
}
@media (max-width: 767px) {
  .home .buttons-bottom .button-bottom-left, .home .buttons-bottom .button-bottom-right {
    width: 50%;
    float: left;
    font-size: .75em;
    padding-left: 5px;
    padding-right: 5px;
  }
  .home .buttons-bottom .navbar-nav>li>a {
    padding: 5px;
  }
  .home .content-inside .buttons-bottom {
    position: static;
  }
}
/* -----------------------------------------------------
LAYOUT STYLE
----------------------------------------------------- */
form {
  margin-bottom: 0;
}
#menu {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: #182b55;
  position: absolute;
}
.navbar .navbar-header {
  text-align: center;
}
#sidebar {
  width: 100%;
  position: fixed;
  /* top: 96px; */
  left: 0;
  /* height: 100vh; */
  z-index: 1100;
  background: #182b55;
  color: #44b100;
  /* transition: all 0.3s; */
  /* overflow: hidden; */
  padding: 96px 0 0;
  padding: 0;
}
#sidebar.active {
  height: auto;
}

#sidebar ul.components>li>a {
  display: inline-block;
  position: relative;
}
#sidebar ul.components>li>a::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 5px;
  right: 5px;
  /* width: 100%; */
  z-index: 0;
  height: 4px;
  background: rgba(255, 255, 255, .5);
  display: none;
}
#sidebar ul.components>li {
  text-align: center;
}
#sidebar ul.components>li>a:hover, #sidebar ul.components>li>a:focus {
  text-decoration: none;
}
#sidebar ul.components>li>a:hover::before {
  display: block;
}
#dismiss {
  color: #44b100;
  height: 42px;
  width: 42px;
  line-height: 20px;
  text-align: center;
  padding-left: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
  font-size: 0;
  right: 10px;
  top: 10px;
}

.left-btn{
  position: relative;
  right: 102px;
  max-width: 295px;
  bottom: 30px;
}
.right-btn{
  position: relative;
  left: 275px;
  max-width: 295px;
  bottom: 82px;

}

#sidebar.active #dismiss, #dismiss:hover, #dismiss:focus {
  color: #ffffff;
}
#dismiss:hover .menu, #dismiss:focus .menu {
  /* color: #44b100; */
}

#dismiss .close-x {
  padding-right: 20px;
  float: left;
  display: block;
}
#dismiss .menu {
  padding-left: 20px;
  float: right;
  display: block;
  color: #44b100
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  /* background: rgba(0, 0, 0, 0.35); */
  z-index: 1035;
  display: none;
  top: 0;
}
/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar>.container-fluid {
  overflow-y: scroll;
  height: 100%;
}
#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}

#sidebar ul.components {
  padding: 20px 0;
  margin: 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 5px;
  font-size: 1.1em;
  display: block;
}
#sidebar ul li a:hover, #sidebar ul li a:focus, #navbarCollapse ulli a:hover, #navbarCollapse ulli a:focus {
  color: #307c00;
  background: transparent;
}

#sidebar ul li.active>a, a[aria-expanded="true"] {
  color: #fff;
  background: #6d7fcc;
}
#sidebar ul.components>li>a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: bold;
}
#sidebar ul.components>li>a::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 5px;
  right: 5px;
  /* width: 100%; */
  z-index: 0;
  height: 4px;
  background: rgba(255, 255, 255, .5);
  display: none;
}
#sidebar ul.components>li>a:hover, #sidebar ul.components>li>a:focus {
  text-decoration: none;
}
#sidebar ul.components>li>a:hover::before {
  display: block;
}
.navbar-toggle {
  border: 0;
  border-radius: 0;
  background-image: url(../img/menu-2x.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 13px;
  font-size: 0 !important;
  height: 42px;
  width: 42px;
  margin-right: 10px !important;
}
.btn-dismiss {
  background-image: url(../img/dismiss-2x.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 22px;
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent;
}
.navbar-nav>li::before {
  content: '/';
  display: inline-block;
  font-size: inherit;
}
.navbar-nav>li:first-child::before, .navbar-nav>li.menu-icon::before {
  display: none;
}
.navbar-nav>li>a {
  display: inline-block;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  pointer-events: auto;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li.active>a {
  color: #f3f53d;
}
.navbar-nav>li {
  float: none;
  display: inline-block;
}
.footer {
  background: #182b55;
  font-size: 0.7em;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative !important;
}
.footer .navbar-nav {
  float: none;
}
.footer .navbar-nav>li {
  display: inline-block;
  float: none;
}
.footer .navbar-nav>li>a {
  padding: 5px;
  font-size: 1em;
  line-height: 1em;
}
@media (max-width: 767px) {
  .navbar .navbar-nav {
    position: absolute;
    left: 0;
    font-size: 14px;
    margin-top: 12px;
  }
  .navbar-toggle {
    position: absolute;
    float: none;
    right: 0;
  }
  .navbar>.container-fluid .navbar-brand {
    height: 88px;
    float: none;
    display: inline-block;
    padding: 5px 0;
    width: 154px;
  }
  .navbar .navbar-nav>li {
    display: inline-block;
  }
  .navbar-right.navbar-nav>li {
    display: block;
  }
  .navbar-right.navbar-nav>li>a.btn {
    font-size: 12px;
  }
  .navbar-right.navbar-nav>li::before {
    display: none;
  }
  .navbar-right .navbar-btn {
    padding: 9px 10px 0;
    margin-top: -5px;
    text-align: right;
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #sidebar {
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .1);
  }
  #sidebar.active {
    padding-top: 40px;
  }
  #sidebar.active #dismiss {
    display: block !important;
    position: absolute;
    top: 4px;
  }
  .navbar-nav {
    margin: 0;
  }
  .footer {
    position: static;
  }
  .footer .navbar-nav>li {
    float: left;
    width: 50%;
  }
  .footer .navbar-nav>li:nth-child(odd) {
    text-align: right;
    width: 57%;
  }
  .footer .navbar-nav>li:nth-child(odd)::before {
    display: none;
  }
  .footer .navbar-nav>li:nth-child(even) {
    text-align: left;
    width: 43%;
  }
  .content {
    min-height: calc(100vh - 68px);
    height: auto;
    padding-top: 136px;
    font-size: 18px;
  }

  .left-btn {
    position: relative;
    top: 110px;
    max-width: 250px;
  }
  .right-btn {
    position: relative;
    top: 57px;
    left: 225px;
    max-width: 250px;
  }

}

@media (max-width: 480px) {
  .content {
    min-height: calc(100vh - 60px);
  }
  .footer {
    font-size: 50%;
  }
  .navbar>.container-fluid .navbar-brand {
    width: 135px;
  }
}
@media (min-width: 768px) {
  .content {
    padding-bottom: 44px;
  }
  .content-inside {
    min-height: calc(100% - 150px);
    position: relative;
  }
  #menu {
  background: transparent;
  position: relative;
  }
  #sidebar {
    width: 480px;
    position: fixed;
    top: 0;
    right: -750px;
    left: auto;
    height: 100vh !important;
    z-index: 1100;
    background: transparent;
    color: #fff;
    transition: all 0.3s;
    /* overflow: hidden; */
    padding-left: 100px;
  }
  #sidebar>.container-fluid {
    padding-top: 40px;
  }
  #sidebar.active {
    right: 0;
  }
  #sidebar.active {
    overflow: visible;
  }
  .diagonal {
    background: #182b55;
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    height: 100%;
    width: 200%;
    position: absolute;
    left: 100px;
  }
  .navbar-btn {
    /* border-bottom: 2px solid transparent;
    border-bottom-color: #44b100;
    margin-top: 13px; */
    line-height: 20px;
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    margin: 0;
  }
  .navbar-btn:focus, .navbar-btn:hover {
    /* border-bottom-width: 2px;
    border-bottom-color: #ffffff; */
  }
  .navbar-right .navbar-btn {
    /* min-width: 170px;
    max-width: 100%; */
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .navbar-right li:first-child .navbar-btn {
    /* max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
  }
  .navbar-left .navbar-btn {
    /* min-width: 97px; */
  }
  .navbar-right {
    margin-right: 0;
  }
  .navbar-nav>li {
    float: none;
    display: inline-block;
  }
  #sidebar ul.components {
    text-align: right;
  }
  #sidebar ul.components>li {
    text-align: right;
  }
  #sidebar ul.components>li>a {
    color: #ffffff;
    font-size: 1.25em;
    font-weight: bold;
  }
  #sidebar ul.components>li>a::before {
    height: 15px;
  }
  .navbar>.container-fluid .navbar-brand {
    height: auto;
    margin-left: 0;
  }
  .navbar-collapse.collapse {
    padding: 0;
  }
  .mCustomScrollBox {
    right: -20px;
  }
  .navbar-toggle {
    float: none;
  }
  .content.has-bg {
    background: url(../img/bg-main.jpg) fixed center bottom no-repeat;
    background: url(../img/bg-main.jpg) fixed center top no-repeat;
    background-size: cover;
  }
  .content.home {
    background-image: url(../img/home.gif);
    background-image:none;
  }
  .content.has-prof-bg {
    background: url(../img/bg-prof.jpg) fixed center top no-repeat;
    background-size: cover;
  }
  .content-inside {
    padding-bottom: 89px;
    _padding-top: 150px;
    padding-top: 0;
  }
  .content-inside.no-bottom-buttons {
    padding-top: 89px;
  }
  .quiz .content-inside {
    /* padding-bottom: 0; */
  }
  .content-inside.valign-middle, .valign-middle {
    display: table;
    width: 100%;
    height: 100%;
  }
  .content-inside.valign-middle {
    height: calc(100% - 150px);
  }
  .valign-middle .valign-middle-content {
    display: table-cell;
    vertical-align: middle;
  }
  .valign-middle .valign-bottom-content {
    display: table-cell;
    vertical-align: bottom;
  }
  .content-inside .buttons-bottom {
    bottom: 37px;
  }
  .buttons-bottom .navbar-nav>li>a {
    padding: 15px 2px;
  }
}
@media (min-width: 992px) {
  .buttons-bottom .navbar-nav>li>a {
    padding: 15px;
  }
  .buttons-bottom .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1300px) {
  .container-l {
    width: 1290px;
  }
}
@media (min-width: 1900px) {
  .container-xl {
    width: 1880px;
  }
}

/* -----------------------------------------------------
TYPOGRAPHY - ELEMENTS
----------------------------------------------------- */
.btn {
  color: #fff;
  border: 0;
  border-radius: 0;
}
.btn-default {
  color: #fff;
  background-color: #182b55;
}
.btn-default:hover, .btn-default:focus {
  background-color: #182b55;
  color: #f3f53d;
}
.btn-barilla {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #FFFFFF;
  background-color: transparent !important;
  margin-top: 40px;
  padding: 8px 9px;
  transition: opacity 0.3s ease-in-out;
  min-width: 140px;
}
.btn-barilla:hover, .btn-barilla:focus {
  color: #FFFFFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.7;
  -webkit-backface-visibility: hidden;
  border-radius: 0;
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
.btn-masterclass, .btn-masterclass:hover, .btn-masterclass:focus {
  background-image: url(../img/btn-masterclass-2x.png);
  background-repeat: no-repeat;
  background-size: 157px 39px;
  background-position: center;
  color: transparent !important;
  height: 55px;
  width: 240px;
}
.btn-masterclass-2, .btn-masterclass-2:hover, .btn-masterclass-2:focus {
  background-image: url(../img/btn-masterclass-2-2x.png);
  background-repeat: no-repeat;
  background-size: 178px 35px;
  background-position: center;
  color: transparent !important;
  height: 55px;
  width: 240px;
}
.btn-masterclass-3, .btn-masterclass-3:hover, .btn-masterclass-3:focus {
  background-image: url(../img/btn-masterclass-3-2x.png);
  background-repeat: no-repeat;
  background-size: 121px 38px;
  background-position: center;
  color: transparent !important;
  height: 55px;
  width: 240px;
}
.btn-masterclass-4, .btn-masterclass-4, .btn-masterclass-4:focus {
  /* background-image: url(../img/btn-masterclass-3-2x.png);
  background-repeat: no-repeat;
  background-size: 178px 35px;
  background-position: center;
  color: transparent !important; */
  font-weight: 300;
  line-height: 40px;
  height: 55px;
  width: 240px;
}
.btn-full {
  width: 100%;
  height: 55px;
  font-weight: 500;
  font-size: 17px;
  line-height: 50px;
}
.btn-white {
  background: #ffffff;
  color: #182b55;
}
.btn-fb {
  background: #2a4496;
  color: #ffffff;
}
.title {
  font-weight: normal;
  font-size: 1.7em;
  line-height: 1.2em;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px rgba(0,0,0,.93);
}
.home .title {
  margin-bottom: 40px;
}
.recipe-single .recipe-title {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2em;
  margin-top: 0;
}
.title strong {
  font-weight: 500;
}
.bold {
  font-weight: 500;
}
.x-bold {
  font-weight: 900;
}
.question-title {
  font-size: 1.15em;
  font-weight: normal;
}
.question-help {
  font-size: 1.15em;
}
.content.quiz {
  height: auto;
  position: relative;
}
.quiz .content-inside {
  z-index: 10;
}
.quiz-answers {
  margin: 35px -15px 55px;
}
.quiz-answers>li+li {
  margin-top: 24px;
}
.quiz-answers>li>a {
  display: block;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.25em;
  text-align: right;
  border: 1px solid transparent;
  border-left: 0;
}
.quiz-answers>li>.btn-quiz:hover, .quiz-answers>li>.btn-quiz:focus {
  background-color: rgba(24, 43, 85, .8);
  border-color: transparent
}
.btn-quiz {
  background-color: rgb(24, 43, 85);
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.quiz-answers>li+li>.btn-quiz {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.quiz-answers>li>.btn-quiz-selected, .quiz-answers>li>.btn-quiz-selected:hover, .quiz-answers>li>.btn-quiz-selected:focus {
  background-color: transparent;
  border-color: #ffffff;
}
.quiz-answers.answered>li>.btn-quiz {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
.btn-quiz .btn-quiz-link {
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* Style the video: 100% width and height to cover the entire window */
/* #video-wrapper {
  position: absolute;
  top: 0;
  left: 0;;
} */
#video-wrapper {
  /* position: relative;
  width: 100%;
  height: 100%; */
}
#sound {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 33px;
  position: fixed;
  top: 50px;
  right: 15px;
  z-index: 1100;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  background-image: url(../img/ic_music_on.png);
}
#sound.muted {
  background-image: url(../img/ic_music_off.png);
}
#sound.unmuted {
  _background-image: url(../img/ic_music_on.png);
}
#sound:hover, #sound:focus {
  opacity: 0.7;
}
#myVideo {
  position: static;
  right: 0;
  top: 0;
  min-width: 100%;
  height: auto;
  width: 100%;
}
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
@media (max-width: 767px) {
   #sound {
    width: 20px;
    height: 24px;
  }
  .title, .recipe-title {
    font-size: 1.2222222222em;
  }
  .home .content-inside {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .home #myVideo {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .content.quiz {
    height: 550px;
  }
  #myVideo {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); */
  }
  .btn-quiz .btn-quiz-link {
    width: 345px;
  }
  .content.quiz:before {
    content: '';
    display: block;
    width: 51%;
    height: 100vh;
    position: absolute;
    background: rgba(24, 43, 85, .3);
    left: 0;
    top: 0;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .btn-quiz .btn-quiz-link {
    width: 455px;
  }
}
@media (min-width: 1200px) {
  .btn-quiz .btn-quiz-link {
    width: 555px;
  }
}
@media (min-width: 1300px) {
  .btn-quiz .btn-quiz-link {
    width: 645px;
  }
}

/* COOKIE POLICY */
.cookie-policy {
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 0 20px;
  background-color: #2a2a2a;
  color: #fff;
  z-index: 2000;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: all .3s ease-in-out;
  overflow: auto;
  /* height: 100%;
  max-height: 262px; */
  font-size: 16px;
}
.cookie-policy>.container {
  position: relative;
}
.cookie-policy .cookiesAccept {
  position: absolute;
  right: 0;
}
.cookie-policy .cookiesAccept.btn {
  position: static;
}
.cookie-policy .banner-content {
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cookie-policy>.container {
    padding-right: 40px;
  }
  .cookie-policy {
    font-size: .8em
  }
}
@media (min-width: 1200px) {
  .cookie-policy {
    height: 100%;
    max-height: 262px;
  }
}


@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}


@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}

/* -----------------------------------------------------
PAGE: HOME
----------------------------------------------------- */
.content.home {
  height: 550px;
}
@media (max-width: 767px) {
  .home.content {
    height: 550px;
    height: auto;
    padding-top: 96px;
  }
  .home .content-inside {
    padding-bottom: 126px;
  }
  .home .valign-middle-content {
    /* position: absolute;
    bottom: 126px;
    width: 100%; */
  }
}
/* -----------------------------------------------------
PAGE: VIDEOS, VIDEO-SINGLE
----------------------------------------------------- */
.videos-wrapper {
  position: relative;
}
.videos-wrapper .video-col .video-link {
  position: relative;
  border: 5px solid #ffffff;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.videos-wrapper .video-col .video-link::before {
  content: '';
  display: block;
  width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 60px solid rgba(255, 255, 255, .4);
	border-bottom: 50px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -50px;
  z-index: 1;
}
.videos-wrapper .video-col .video-link::after {
  /* content: 'Το μάθημα είναι κλειδωμένο. \A Ξεκλείδωσέ το, παρακολουθώντας τα προηγούμενα.'; */
  display: block;
  text-align: center;
  font-weight: 500;
  color: #192c56;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 2;
  padding: 30px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+80&1+0,0+80 */
  background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
section {
	height: 100vh;
	width: 100%;
	position: absolute;
}
.section-wrap {
	height: 100%;
	position: relative;
}
.section-wrap {
	background-color: #09476E;
	overflow: hidden;
}

/* YOUTUBE BG */
.video-background {
	background: #09476E;
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	_z-index: -99;
}
.video-foreground,
.video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
}

/*.content-inside.valign-middle{*/
/*  pointer-events: none;*/
/*}*/


#video-bg {
	background-image: url(../img/bg-yt.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 8;
}
/* LOADER */
#loader {
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 99999999;
}

/* CONTROLS */
.player {
	cursor: pointer;
	width: 98px;
	height: 97px;
	background-image: url(../img/interface.png);
	background-position: -101px 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
	margin: auto;
	z-index: 9;
}
/* .volume {
	cursor: pointer;
	width: 98px;
	height: 97px;
	background-image: url(../img/interface.png);
	background-position: -304px 0;
	position: absolute;
	right: 30px;
	bottom: 10%;
	margin: auto;
	z-index: 9;
} */
.volume.mute {
	background-position: -404px 0;
}
/* YOUTUBE VIDEO */
.video-img {
	z-index: 9;
}
#volume-youtube, #play-youtube {
	display: none;
}
@media (min-aspect-ratio: 16/9) {
	.video-foreground { 
		height: 300%; 
		top: -100%; 
	}
}
  @media (max-aspect-ratio: 16/9) {
	.video-foreground { 
		width: 300%; 
		left: -100%; 
	}
  }
/* .videos-wrapper .video-col.video-3 .video-link::after {
  content: 'Το μάθημα είναι κλειδωμένο. \A Ξεκλείδωσέ το, παρακολουθώντας τα προηγούμενα.';
}
.videos-wrapper .video-col.video-2 .video-link::after {
  content: 'Το μάθημα είναι κλειδωμένο. \A Ξεκλείδωσέ το, παρακολουθώντας το προηγούμενο.';
}
.videos-wrapper .video-title::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 37px;
  background: url(../img/ic-lock.png) 100% 100% scroll no-repeat;
  margin-left: 10px;
  vertical-align: text-bottom;
} */
/* video-active-1 */
.videos-wrapper.video-active-1 .video-1 .video-link img, .videos-wrapper.video-active-1 .video-2 .video-link img, .videos-wrapper.video-active-1 .video-3 .video-link img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.no-link, .no-link:hover{
  color: inherit;
  text-decoration: inherit;
}
/* .videos-wrapper.video-active-1 .video-2 .video-link img, .videos-wrapper.video-active-1 .video-3 .video-link img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
  /* filter: gray; IE6-9 */
  /* -webkit-filter: grayscale(100%); Chrome 19+ & Safari 6+ */
  /* -webkit-transition: all .6s ease; Fade to color for Chrome and Safari */
  /* -webkit-backface-visibility: hidden; Fix for transition flickering */
  /* cursor: default !important; */
/* }  */
/* .videos-wrapper.video-active-1 .video-2::before, .videos-wrapper.video-active-1 .video-3::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.videos-wrapper.video-active-1 .video-2:hover .video-link::after, .videos-wrapper.video-active-1 .video-3:hover .video-link::after, .videos-wrapper.video-active-2 .video-3:hover .video-link::after {
  display: block;
}
.video-single .videos-wrapper .video-col::before {
  display: none !important;
}
.videos-wrapper.video-active-1 .video-1 .video-title::after, .videos-wrapper.video-active-2 .video-1 .video-title::after, .videos-wrapper.video-active-2 .video-2 .video-title::after, .videos-wrapper.video-active-3 .video-1 .video-title::after, .videos-wrapper.video-active-3 .video-2 .video-title::after, .videos-wrapper.video-active-3 .video-3 .video-title::after {
  visibility: hidden;
} */
/* video-active-2 */
/* .videos-wrapper.video-active-2 .video-1 .video-link img, .videos-wrapper.video-active-2 .video-2 .video-link img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.videos-wrapper.video-active-2 .video-3 .video-link img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
  /* filter: gray; IE6-9 */
  /* -webkit-filter: grayscale(100%); Chrome 19+ & Safari 6+ */
  /* -webkit-transition: all .6s ease; Fade to color for Chrome and Safari */
  /* -webkit-backface-visibility: hidden; Fix for transition flickering */
  /* cursor: default !important; */
/* } */
/* .videos-wrapper.video-active-2 .video-3::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}  */
/* video-active-3 */
.videos-wrapper.video-active-3 .video-1 .video-link img, .videos-wrapper.video-active-3 .video-2 .video-link img, .videos-wrapper.video-active-3 .video-3 .video-link img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.video-title {
  margin-bottom: 40px;
}
.video-single .videos-wrapper .video-col .video-link {
  transform: none;
  width: 100%;
  height: auto;
}
.video-single .videos-wrapper .video-col .video-link img {
  /* display: none; */
}
.video-single .videos-wrapper .video-col.recipe-col {

}
.preloadButton .btn-barilla {
  box-shadow: 0 0 25px rgba(0,0,0,.9), inset 0 0 55px rgba(24,43,85,.8);
  background-color: rgba(255,255,255,.2)!important;
}
.video-single .videos-wrapper .video-row-1 .video-col {
  margin-bottom: 40px;
  position: relative;
}
.video-single .videos-wrapper .video-row-1 .video-col svg {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  z-index: 50;
  stroke: #fff;
  stroke-width: 2px;
}
.video-single .videos-wrapper.video-1 .video-col .video-link {
  background: url(../img/video-1-2x.png) scroll center center no-repeat;
  background-size: cover;
}
.video-single .videos-wrapper.video-2 .video-col .video-link {
  background: url(../img/video-2-2x.png) scroll center center no-repeat;
  background-size: cover;
}
.video-single .videos-wrapper.video-3 .video-col .video-link {
  background: url(../img/video-3-2x.png) scroll center center no-repeat;
  background-size: cover;
}
.video-single .videos-wrapper.video-4 .video-col .video-link {
  background: url(../img/video-4-2x.png) scroll center center no-repeat;
  background-size: cover;
}
.video-single .videos-wrapper.video-5 .video-col .video-link {
  background: url(../img/video-5-2x.png) scroll center center no-repeat;
  background-size: cover;
}
.video-single .videos-wrapper.video-6 .video-col .video-link {
  background: url(../img/video-6-2x.png) scroll center center no-repeat;
  background-size: cover;
}
.video-single.content {
  height: 1px;
  overflow: auto;
}
.video .videos-btn .btn-barilla {
  box-shadow: 0px 0px 25px rgba(0,0,0,.9), inset 0px 0px 55px rgba(24,43,85,.8);
  background-color: rgba(255,255,255,.2) !important;
}
.videos-text {
  line-height: 1.2em;
}
.videos-subtitle {
  margin-top: 40px;
}

.playVideo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1070;
  background: rgba(24, 43, 85, .92);
}
.videoWatched{
  position: absolute;
    width: 90%;
    left: 5%;
    height: 90.5%;
    margin: auto;
    z-index: 7010;
    top: 50%;
    transform: translateY(-50%);
    background-color: #182b55;
    opacity: 0.9;
    align-items: center;

}
.videoPlayer{
  width: 90%;
  height: 90%;
  margin: auto;
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .video .videos-wrapper .video-col {
    margin-bottom: 40px;
  }
  .video .videos-wrapper {
    padding-bottom: 100px;
  }
  .video .videos-btn {
    position: absolute;
    bottom: 80px;
  }
  .video .videos-wrapper .video-title {
    margin-bottom: 15px;
    text-indent: 38px;
  }
  .video .videos-wrapper .video-1 .video-link {
    transform: rotate(-1.2deg);
  }
  .video .videos-wrapper .video-2 .video-link {
    transform: rotate(-.2deg);
  }
  .video .videos-wrapper .video-3 .video-link {
    transform: rotate(1.3deg);
  }
  .video-single .videos-wrapper .video-row-1 .video-col.recipe-col {
    padding-bottom: 20px
  }
  .video .buttons-bottom .navbar-nav>li>a, .video-single .buttons-bottom .navbar-nav>li>a {
   padding: 5px;
  }
  .video .buttons-bottom .button-bottom-left, .video .buttons-bottom .button-bottom-right, .video-single .buttons-bottom .button-bottom-left, .video-single .buttons-bottom .button-bottom-right {
    font-size: .75em;
    padding-left: 5px;
    padding-right: 5px;
  }
  .videos-wrapper .video-col .video-link {
    max-width: 75%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .videos-text {
    max-width: 450px;
    margin: auto;
  }
  .videos-wrapper {
    padding-top: 20px;
    height: 370px;
    margin-bottom: 10%;
  }
  .recipes-wrapper {
    margin-bottom: 10%;
  }
  .videos-wrapper .video-img {
    position: absolute;
    /* width: 380px; */
  }
  .videos-wrapper .video-1 {
    left: 5%;
    z-index: 15;
  }
  .videos-wrapper .video-2 {
    left: 50%;
    margin-left: -120px;
    z-index: 10;
  }
  .videos-wrapper .video-3 {
    right: 5%;
    z-index: 5;
  }
  .videos-wrapper .video-1 .video-link {
    transform: rotate(-8deg);
  }
  .videos-wrapper .video-2 .video-link {
    transform: rotate(-1deg) translateY(-5%);
  }
  .videos-wrapper .video-3 .video-link {
    transform: rotate(8deg);
  }
  .videos-wrapper .video-col:hover {
    z-index: 20;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .video-single .videos-wrapper .video-col, .video-single .videos-wrapper .video-col:hover {
    z-index: auto;
    -webkit-animation-name: none;
    animation-name: none;
  }
  .video-single .videos-wrapper .video-img {
    /* position: static; */
  }
  .video-single .videos-wrapper .video-2 {
    /* left: auto; */
    position: static;
    margin-left: auto;
  }
  .video-single .videos-wrapper .video-1, .video-single .videos-wrapper .video-3 {
    left: auto;
    right: auto;
  }
  .video-single .videos-wrapper .video-col .video-link {
    transform: none;
    width: 100%;
    min-height: 100%;
    height: 0;
    padding-bottom: 100%;
    height: 100%;
  }
  .video-single .videos-wrapper .video-col .video-link img {
    display: none;
  }
  .video .videos-btn {
    position: absolute;
    bottom: -10%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .videos-wrapper .video-title::after {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .videos-wrapper {
    height: 430px;
  }
  .videos-wrapper .video-2 {
    margin-left: -156px;
  }
  .videos-text {
    margin: -50px auto 0;
  }
}
@media (min-width: 1200px) {
  .video .videos-wrapper .video-col .video-link {
    /* max-width: 320px; */
  }
  .videos-wrapper .video-1 {
    left: 11%;
  }
  .videos-wrapper .video-3 {
    right: 11%;
  }
  .videos-wrapper {
    height: 470px;
  }
  .videos-wrapper .video-2 {
    margin-left: -190px;
  }
  .videos-text {
    max-width: 620px;
    margin: -50px auto 0;
  }
  .video .videos-btn {
    bottom: -84px;
  }
}
.recipe-col .valign-middle {
  background: #182b55;
  padding: 15px;
}
.fancybox-container {
  font-family: inherit;
}
.fancybox-bg {
  background: #182b55;
  /* background: transparent; */
}
.fancybox-content {
  background: transparent;
  padding: 0;
}
.fancybox-content .btn-barilla {
  min-width: 250px;
}
.fancybox-is-open .fancybox-bg {
  opacity: .92;
}
.fancybox-close-small svg {
  stroke: #ffffff;
}
.vimeo-fancybox-content {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.vimeo-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.vimeo-wrapper iframe, .vimeo-wrapper object, .vimeo-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 768px) {
  .vimeo-fancybox-content {
    max-width: 80%;
    max-height: 80%;
  }
}

/* -----------------------------------------------------
PROFILE MANAGEMENT
----------------------------------------------------- */
.form-wrapper .form-control, .form-wrapper .btn, .form-wrapper .checkbox label::before {
  /* box-shadow: 2px 3px 15px rgba(11,35,76,.9); */
  box-shadow: 2px 3px 25px rgba(0,0,0,.9);
}
.form-wrapper .form-control {
  /* box-shadow: 2px 3px 15px rgba(11,35,76,.9), inset 2px 4px 25px rgba(255,255,255,.1); */
  box-shadow: 2px 3px 25px rgba(0,0,0,.9), inset 2px 4px 25px rgba(255,255,255,.1);
}
.form-wrapper label, .form-wrapper .help-block, .form-wrapper .field-validation-error {
  /* text-shadow: 2px 3px 15px rgba(11,35,76,.9); */
  text-shadow: 2px 3px 25px rgba(0,0,0,.9);
}
.form-box .form-control {
  box-shadow: none;
  background-color: transparent;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 260px;
}
.form-box .checkbox label::before {
  box-shadow: none;
}
.form-box label, .form-box .help-block {
  text-shadow: none;
}
.form-box {
  background: rgba(30, 45, 83, .9);
  /* box-shadow: 2px 3px 15px rgba(11,35,76,.9), inset 2px 4px 125px rgba(11,35,76,.9); */
  box-shadow: 2px 3px 25px rgba(0,0,0,.9), inset 2px 4px 125px rgba(11,35,76,.9);
  padding: 40px 20px 20px;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  height: 53px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  /* background-color: rgba(255,255,255,.35); */
  background-color: rgba(44, 70, 115, .65);
  border: 1px solid #fff;
  text-align: center;
  color: #ffffff;
  border-radius: 0;
  font-weight: 500;
}
.form-control::-webkit-input-placeholder {
  color: white;
}
.form-control::-moz-placeholder {
  color: white;
}
.form-control:-ms-input-placeholder {
  color: white;
}
.form-control:-moz-placeholder {
  color: white;
}
.checkbox, .radio {
  overflow: hidden;
}
.form-control[readonly], .form-control.readonly {
  background-color: transparent;
}
.checkbox label {
  padding-left: 0;
  font-size: .65em;
  font-weight: 300;
}
.help-block, .field-validation-error {
  font-size: .65em;
  font-weight: 300;
  color: #ffffff;
  font-style: italic;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.help-block a, .help-block a:hover, .help-block a:focus {
  color: #ffffff;
}
.checkbox label::before {
  content: '✓';
  color: transparent;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1.2em;
  vertical-align: baseline;
  text-align: center;
}
.checkbox input[type=checkbox] {
  margin-left: -100000px;
}
input[type="checkbox"]:checked + label::before {
  content: '✓';
  color: #fff;
}
.has-error .help-block + .help-block {
  display: none;
}
.field-validation-error.text-danger, .help-block.text-danger, .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f3f53d;
}
.has-error .form-control, .has-error .form-control:focus {
  border-color: #f3f53d;
  /* box-shadow: 2px 3px 15px rgba(11,35,76,.9), inset 2px 4px 25px rgba(255,255,255,.1); */
  box-shadow: 2px 3px 25px rgba(0,0,0,.9), inset 2px 4px 25px rgba(255,255,255,.1);
}
.has-success .form-control, .has-success .form-control:focus {
  border-color: #ffffff;
  /* box-shadow: 2px 3px 15px rgba(11,35,76,.9), inset 2px 4px 25px rgba(255,255,255,.1); */
  box-shadow: 2px 3px 25px rgba(0,0,0,.9), inset 2px 4px 25px rgba(255,255,255,.1);
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #ffffff;
}
.profile .form-submit {
  margin-top: 56px;
}

/* -----------------------------------------------------
CERTIFICATE
----------------------------------------------------- */
.certificate-col {
  text-align: center;
}
.certificate-form {
  display: inline-block;
  position: relative;
}
.certificate-form img {
  margin: auto;
}
.certificate-form .form-container {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 70.87912088%;
  top: 0;
  left: 0;
  text-align: center;
}
.certificate-form #certificateName {
  background: transparent;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  resize: none;
  text-align: center;
  font-weight: 500;
  color: #182b55;
  outline: 0;
  width: 65%;
  line-height: 1.2em;
  overflow: hidden;
  font-size: 4.8972222222vw;
}
.certificate-form #certificateName:hover, .certificate-form #certificateName:focus {
  outline: 0;
}
.certificate-form .form-group {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  top: 38.5%;
}
.certificate-form .form-group.has-error .help-block {
  position: absolute;
  width: 100%;
  top: 75%;
  left: 0;;
  margin: 0px;
  color: rgb(169, 68, 66);
}
.certificate-create .form-control {
  background: #ffffff;
  color: #182b55;
  width: 100%;
}
@media (max-width: 767px) {
  .certificate .content-inside {
    padding-bottom: 156px;
  }
  #certificateButtons .text-left, #certificateButtons .text-right {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .certificate-form #certificateName {
    font-size: 1.65em;
  }
}
@media (min-width: 992px) {
  .certificate-form #certificateName {
    font-size: 2.35em;
  }
}
@media (min-width: 1200px) {
  .certificate-form #certificateName {
    /* font-size: 47px; */
    /* font-size: 2.35em; */
  }
}

/* -----------------------------------------------------
PAGE: RECIPES
----------------------------------------------------- */
.recipe-single .content-inside {
  padding-bottom: 0;
}
.content.recipe-single {
  /* padding-bottom: 0; */
}
.recipe-btn:last-child {
  margin-bottom: 55px;
}
.recipe-bg {
  background-image: url(../img/recipe-bg.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center top;
  padding-bottom: 25%;
  height: 0;
}
.recipe-single .recipe-title {
  margin-bottom: 26px;
}
.recipe-single .recipe-col p, .recipe-single .recipe-col-inner p {
  margin-bottom: 5px;
}
.recipes-wrapper .recipe-col .recipe-link {
    position: relative;
    border: 5px solid #ffffff;
    display: block;
    text-decoration: none;
}
.recipes-wrapper .recipe-col:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.recipes .recipe-col .valign-middle {
  background: transparent;
  padding: 0;
}
.recipes .video-title {
  max-height: 130px
}
.recipes-wrapper .recipe-1 .recipe-link {
  transform: rotate(-1.2deg);
}
.recipes-wrapper .recipe-2 .recipe-link {
  transform: rotate(-0.26deg) translateY(-5px);
}
.recipes-wrapper .recipe-3 .recipe-link {
  transform: rotate(1.2deg);
}
@media (max-width: 767px) {
  .recipes .recipe-col {
    margin-bottom: 40px;
  }
  .recipes .recipe-col.recipe-3 {
    margin-bottom: 80px;
  }
  .video-title {
    margin-bottom: 15px;
  }
  .recipe-title {
    text-align: center;
  }
  .recipe-img {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .recipe-col-inner {
    text-align: center;
  }
  .recipe-col-order {
      margin-top: 40px;
  }
  .recipes-wrapper .recipe-col .recipe-link {
    max-width: 75%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .recipe-col-inner {
    margin-top: 64px;
  }
  .recipe-col-ingredients {
    /* position: relative;
    padding-bottom: 115px; */
  }
  .recipe-btn {
    /* position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0; */
  }
  .recipe-bg {
    height: 136px;
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .recipe-img {
    background-image: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  .mh-recipe {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .recipe-row {
    position: relative;
  }
  .recipe-img img {
    display: none;
  }
  .recipe-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mh-recipe {
    min-height: 448px;
    padding:0px;
    font-size:15px;
  }

    .recipe-col-inner {
        font-size:15px;
    }

    .recipe-img {
        padding: 0px;
    }
  .recipe-bg {
    height: 276px;
    width: 100%;
  }
}
@media (min-width: 1200px) {

}
@media (min-width: 1900px) {

}

/* PRELOAD */
.preload {
  height: 100%;
  min-height: 450px;
  width: 100%;
  z-index: 1060;
  position: fixed;
  top: 0;
  left: 0;
  background: #182b55 url(../img/bg-main.jpg) fixed center bottom no-repeat;
  background: #182b55 url(../img/bg-prof.jpg) fixed center center no-repeat;
  background-size: cover;
  height: 100%;
}
.preload .content-inside {
  height: 100%;
  padding-bottom: 0;
  display: table;
  width: 100%;
}
.preload .content-inside .valign-middle-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.navbar-fixed-top {
  z-index: 1070;
}
.preloadButton.hidden {
  display: block !important;
  visibility: hidden;
}

.preloadButton .btn-barilla {
  box-shadow: 0px 0px 25px rgba(0,0,0,.9), inset 0px 0px 55px rgba(24,43,85,.8);
  background-color: rgba(255,255,255,.2) !important;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .preload .content-inside .valign-middle-content {
    padding-bottom: 35%;
  }
}
@media (min-width: 768px) {
  .preload {
    background: #182b55 url(../img/bg-prof.jpg) fixed center center no-repeat;
    background-size: cover;
  }
  .preload .title {
    margin-top: 0
  }
  .preload .title:first-child {
    margin-top: -40px;
  }
}
/* CONSENT POPUP */
.modal-consent {
  width: 90%;
  position: absolute;
  top: 0;
  left: 5%;
  color: #FFFFFF;
  display: none;
  z-index: 1150;
  max-width: 100%;
}
.modal-consent .content {
  background: rgba(24, 43, 85, .97);
  padding: 45px 40px;
  font-size: 16px;
  margin-top: 0;
}
.consent-btn-wrapper {
  margin-top: 40px;
}
.consent-btn-wrapper .custom-check label {
  top: 3px;
  font-size: inherit;
}
@media screen and (min-width: 992px) {
  .modal-consent {
    width: 880px;
    left: 50%;
    margin-left: -440px;
  }
}

.content.success {
  height: 550px;
}


/* PRIZES */
.content.prizes {
  min-height: 1px;
  height: auto;
}
.prizes .prize-title {
  font-weight: normal;
  font-size: 1.7em;
  line-height: 1.2em;
  margin-top: 0;
}
.prizes-bg {
  background-image: url(../img/bg-prizes-2.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center top;
  padding-bottom: 85%;
  height: 0;
}
.super-title {
  font-size: 2em;
  line-height: .9em;
  position: relative;
  font-weight: 900;
}
.prize-text-1, .prize-text-2 {
  font-size: 14px;
}
.prize-text-3 {
  font-size: 16px;
}
.mid-title {
  font-size: 1.75em;
  margin-bottom: 22px;
}
.mid-title .small {
  color: #ffffff;
  line-height: 1em;
  font-size: .6666666667em;
  font-weight: 500;
}
.mid-title .xsmall {
  font-size: 0.4444444444em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .prize-text-1, .prize-text-2, .prize-text-3 {
    text-align: center;
  }
  .prize-text-3 .mid-title .xsmall {
    font-size: 0.3888888889em;
  }
  .prize-text-3 p {
    font-size: 0.875em;
  }
}
@media (min-width: 768px) {

    .mid-title {
        font-size: 2.25em;
        margin-bottom: 22px;
    }
    .super-title {
        font-size: 4em;
        line-height: .9em;
        position: relative;
        font-weight: 900;
    }
    .super-title .title-3 {
        margin-right: 33px;
    }
  .prizes .prize-title {
    margin-bottom: 66px;
  }
  .prizes-bg {
    height: 740px;
    width: 100%;
    background-position: center top -30px;
    background-size: auto;
    padding-bottom: 0;
    /* height: 1093px;
    width: 100%;
    padding-top: 240px;
    background-position: center top 240px; */
  }
  .super-title .title-1, .super-title .title-2, .super-title .title-3 {
    display: block;
  }
  .prize-text-1 {
    font-size: 14px;
  }
  .prize-text-2 p {
    padding-right: 60px;
    font-size: 1.0714285714em;
  }
  .prize-text-2 h3 {
    padding-right: 60px;
  }
  .prize-text-3 {
    padding-top: 230px;
  }
  .prizes-wrapper {
    position: absolute;
    left: 0;
    right: 0;
  }
  .mid-title .small {
    /* display: block; */
  }
  .prizes .content-inside {
    padding-bottom: 0;
  }
  .prizes .valign-middle-content {
    position: relative;
  }
  .prize-text-3 .mid-title .xsmall {
    padding-left: 28px;
  }
  .prize-text-3 p {
    padding-left: 28px;
  }
}
@media (min-width:992px) {
  .prizes-wrapper {
    margin-top: 0;
  }
  .prizes-bg {
    height: 760px;
    width: 100%;
    background-position: center top 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .prizes-bg {
    height: 740px;
    background-position: center top -30px;
  }
}
@media (min-width: 1200px) {
  .prizes-bg {
    margin-top: -50px;
  }
}

/* WINNERS */
.winners-wrapper {
  font-size: 16px;
}
.winners-bg {
  background-image: url(../img/bg-winners.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center top;
  padding-bottom: 20%;
  height: 0;
}
.winner-col-1, .winner-col-3, .winner-col-4 {
  margin-bottom: 20px;
}
.winner-col-2 ul, .winner-col-3 ul {
  margin-bottom: 0;
}
.winner-title h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px){
  .winner-col-2, .winner-col-3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .winner-col-1 {
    margin-bottom: 30px;
  }
  .winner-col-4 {
    margin-bottom: 30px;
  }
  .winner-title h1 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .winners-bg {
    padding-bottom: 0;
    height: 320px;
  }
}

.content.error {
  height: 250px;
}
.videoWatched button.fancybox-close-small, .videoWatched button.fancybox-close-small, .videoWatched button.fancybox-close-small {
  display: none;
}
