/* Color definitions */
.blue-grad-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#215fa2+0,092e55+100 */
  background: #215fa2;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #215fa2 0%, #092e55 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #215fa2), color-stop(100%, #092e55));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #215fa2 0%, #092e55 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #215fa2 0%, #092e55 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #215fa2 0%, #092e55 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #215fa2 0%, #092e55 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#215fa2', endColorstr='#092e55', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.orange-grad-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eac775+0,efae05+100 */
  background: #eac775;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #eac775 0%, #efae05 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #eac775), color-stop(100%, #efae05));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #eac775 0%, #efae05 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #eac775 0%, #efae05 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #eac775 0%, #efae05 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #eac775 0%, #efae05 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac775', endColorstr='#efae05', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.red-grad-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d34758+1,d6162d+100 */
  background: #d34758;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #d34758 1%, #d6162d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #d34758), color-stop(100%, #d6162d));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #d34758 1%, #d6162d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #d34758 1%, #d6162d 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #d34758 1%, #d6162d 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #d34758 1%, #d6162d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34758', endColorstr='#d6162d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* Mixins */
.uppercase {
  text-transform: uppercase;
}
.mt0 {
  margin-top: 0;
}
.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.pb0 {
  padding-bottom: 0;
}
.rad0 {
  border-radius: 0;
}
.bg-trans {
  background-color: transparent;
}
.v-align {
  display: table;
  overflow: hidden;
}
.v-align > div {
  display: table-cell;
  vertical-align: middle;
}
/* Typograhpy */
html {
  font-size: 10px;
}
body {
  font-size: 1.5rem;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  overflow-x: hidden;
  position: relative;
}

hr {
  border-top: 1px solid #b0b0b0;
  width: 50%;
}

h1,
h2,
h3,
h4,
p {
  line-height: 1.4;
}
.lh1 {
  line-height: 1 !important;
}
.page-title {
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 3rem;
  }
}
.page-title-underline {
  width: 90px;
  height: 5px;
  margin-bottom: 40px;
  background-color: #092e55;
}
@media screen and (max-width: 768px) {
  .page-title-underline {
    margin-bottom: 25px;
  }
}
.white {
  color: white;
}
strong {
  font-weight: 900;
}
.faux-italic {
  display: inline-block;
  transform: skew(-10deg);
}
.main-content h2 {
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 1;
  color: #092e55;
}
@media screen and (min-width: 1366px) {
  .main-content h2 {
    font-size: 2.9rem;
  }
}
@media screen and (min-width: 1650px) {
  .main-content h2 {
    font-size: 2.9rem;
    margin-bottom: 15px;
  }
}
.main-content p,
.main-content .page-bodytext ul li,
.ninja-forms-all-fields-wrap .ninja-forms-required-items,
.ninja-forms-all-fields-wrap label,
footer a,
footer .copyright p,
footer address {
  font-size: 1.5rem;
  color: #666666;
}
@media screen and (min-width: 1400px) {
  .main-content p,
  .main-content .page-bodytext ul li,
  .ninja-forms-all-fields-wrap .ninja-forms-required-items,
  .ninja-forms-all-fields-wrap label,
  footer a,
  footer .copyright p,
  footer address {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .main-content p,
  .main-content .page-bodytext ul li,
  .ninja-forms-all-fields-wrap .ninja-forms-required-items,
  .ninja-forms-all-fields-wrap label,
  footer a,
  footer .copyright p,
  footer address {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1700px) {
  .main-content p,
  .main-content .page-bodytext ul li,
  .ninja-forms-all-fields-wrap .ninja-forms-required-items,
  .ninja-forms-all-fields-wrap label,
  footer a,
  footer .copyright p,
  footer address {
    font-size: 1.8rem;
  }
}
.breadcrumbs {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumb_last {
  color: #666666;
}
.not-found img {
  margin-bottom: 30px;
}
.not-found a {
  font-size: 1.6em;
  text-transform: uppercase;
}
/* Main page elements */
body {
  background-color: white;
}
@media screen and (max-width: 768px) {
  body > .container {
    padding: 0 30px;
  }
}
.dark-bg--blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#215fa2+0,092e55+100 */
  background: #215fa2;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #215fa2 0%, #092e55 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #215fa2), color-stop(100%, #092e55));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #215fa2 0%, #092e55 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #215fa2 0%, #092e55 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #215fa2 0%, #092e55 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #215fa2 0%, #092e55 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#215fa2', endColorstr='#092e55', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.splash-screen {
  overflow: hidden;
  background-image: url('../img/splash-screen-bg.jpg');
  background-size: cover;
  background-position: center;
}
img {
  max-width: 100%;
  height: auto;
}
.container-fluid.main-content {
  padding: 0;
}
/* Button styles */
.btn {
  margin-top: 5px;
  border: 0;
  border-radius: 0;
  color: white;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
@media screen and (min-width: 1366px) {
  .btn {
    padding: 8px 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .btn {
    padding: 8px 18px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .btn {
    margin-top: 15px;
    padding: 12px 20px;
  }
}
.btn-lg {
  padding: 16px 24px;
  font-size: 1.8rem;
}
.btn-orange {
  border-bottom: 5px solid #be8500;
  background-color: #efae05;
}
.btn-orange:focus,
.btn-orange:active:hover {
  border-bottom: 5px solid #be8500;
  color: white;
  background-color: #e0a305;
}
.btn-orange:active {
  position: relative;
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 3px solid #a57300;
  background-color: #d69c04;
}
.btn-orange:active:hover {
  border-bottom: 3px solid #af7a00;
}
.btn-orange:visited {
  background-color: #efae05;
}
.btn-orange .glyphicon {
  padding-left: 5px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-orange:hover {
  color: white;
  background-color: #e0a305;
}
.btn-orange:hover .glyphicon {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.btn-blue {
  border-bottom: 5px solid #0b3a6c;
  color: white;
  background-color: #215fa2;
}
.btn-blue:focus .btn-blue:active:hover {
  border-bottom: 5px solid #092e55;
  color: white;
  background-color: #1d538d;
}
.btn-blue:active:hover {
  border-bottom: 3px solid #0b3a6c;
}
.btn-blue:visited {
  color: white;
  background-color: #215fa2;
}
.btn-blue:active {
  position: relative;
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 3px solid #0b3a6c;
  background-color: #1d538d;
}
.btn-blue:hover {
  color: white;
  background-color: #1d538d;
}
.btn-transparent,
.btn-transparent--blue {
  border: 2px solid #f7f7f7;
  background-color: transparent;
}
.btn-transparent:active {
  color: white;
  background-color: transparent;
}
.btn-transparent:visited {
  color: white;
  background-color: transparent;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active:hover {
  color: #666666;
  background-color: #f7f7f7;
}
.btn-transparent--blue {
  border-color: #092e55;
  color: #092e55;
}
.btn-transparent--blue:active {
  color: #092e55;
}
.btn-transparent--blue:visited {
  color: #092e55;
}
.btn-transparent--blue:hover,
.btn-transparent--blue:focus,
.btn-transparent--blue:active:hover {
  color: white;
  background-color: #092e55;
}
/* Navigation */

.standalone-navbar {
  position: relative;
  z-index: 10;
}

.standalone-navbar .navbar {
  margin-bottom: 0;

}
.navbar-default {
  padding: 25px;
  border: 0;
  background-color: transparent;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .navbar-default .container {
    padding: 0 30px;
  }
}
.navbar-default .navbar-nav > li {
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  .navbar-default .navbar-nav > li {
    padding: 15px 10px;
  }
}
.navbar-default .navbar-nav > li > a {
  margin-top: 25px;
  margin-bottom: 25px;
  color: white;
  line-height: 20px;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:visited {
  color: white;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:focus,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:hover {
  color: white;
  background-color: transparent;
}
.navbar-default .navbar-nav > li:last-child {
  margin-top: 34px;
  margin-left: 15px;
  border: 2px solid white;
  padding: 0;
}
.navbar-default .navbar-nav > li:last-child a {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  line-height: 30px;
}
.navbar-default .navbar-nav > li:last-child a img {
  height: 31px;
  padding: 0 5px;
}
.navbar-default .navbar-nav > li:last-child .dropdown-menu {
  box-sizing: content-box;
  top: 35px;
  right: -2px;
  min-width: 98px;
  border: 2px solid white;
  border-radius: 0;
}
.navbar-default .navbar-nav > li:last-child .dropdown-menu a {
  font-weight: 600;
}
.navbar-default .navbar-right {
  margin-right: 0;
}
.navbar-brand {
  height: 100px;
  line-height: 40px;
}
.navbar-brand img {
  position: relative;
  top: -15px;
  width: 75%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-header {
    width: 115px;
  }
  .navbar-brand img {
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .navbar-brand {
    width: 160px;
  }
  .navbar-brand img {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    width: 100%;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #menu-top-navigation {
    margin-right: -15px;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    position: relative;
    z-index: 1000;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
    padding: 5px 0;
  }
  .navbar-default .navbar-nav > li:not(:last-child) a:hover {
    color: #c8c5ce;
  }
  .navbar-default .navbar-nav > li > a {
    margin: 0 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-nav > li:last-child {
    margin: 0 15px;
  }
  .navbar-default .navbar-nav > li:last-child > a {
    padding-left: 0;
  }
  .navbar-default .navbar-nav > li:last-child span {
    float: right;
    position: relative;
    top: 15px;
  }
  .navbar-default .navbar-nav > li:last-child .dropdown-menu {
    background-color: white;
  }
  .navbar-default .navbar-nav > li:last-child .dropdown-menu img {
    float: none !important;
  }
  .navbar-toggle {
    margin: 33px 15px 33px 0;
    border-color: white;
    border-radius: 0;
  }
  .navbar-toggle .icon-bar {
    background-color: white !important;
  }
  .cl-effect-4 li:not(:last-child) a:hover::after,
  .cl-effect-4 li:not(:last-child) a:focus::after {
    height: 0 !important;
  }
  .collapse.in {
    display: block !important;
    margin: 15px 0 15px;
  }
  .navbar-collapse.collapsing {
    margin: 15px 0 15px;
  }
}
/* Jumbotron */
.jumbotron {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: white;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .jumbotron .container {
    padding: 0 30px;
  }
}
.jumbotron .call-to-action {
  z-index: 2;
}
.jumbotron h1 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: fadeInSlow, slideDown;
  animation-name: fadeInSlow, slideDown;
}
.jumbotron h1 .letter-lg {
  font-size: 2em;
  color: #efae05;
}
.jumbotron h1 .letter-std {
  font-size: 6.2rem;
}
.jumbotron h1 .faux-italic {
  padding-left: 3px;
  font-size: 1.12em;
  letter-spacing: 5px;
}
.jumbotron h1 + p {
  margin-bottom: 25px;
  font-size: 1.8rem;
}
.no-cssanimations .jumbotron h1 + p {
  opacity: 1;
}
.cssanimations .jumbotron h1 + p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: fadeInSlow, slideUp;
  animation-name: fadeInSlow, slideUp;
}
@media screen and (max-width: 1200px) {
  .jumbotron h1 + p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .jumbotron h1 + p {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .jumbotron h1 {
    margin-top: 20px;
  }
  .jumbotron h1 .letter-lg {
    font-size: 5.8rem;
  }
  .jumbotron h1 .faux-italic {
    font-size: 1.08em;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 498px) {
  .jumbotron h1 {
    margin-bottom: 5px;
  }
  .jumbotron h1 .letter-lg {
    font-size: 5.8rem;
  }
  .jumbotron h1 .letter-std {
    display: block;
    font-size: 4.8rem;
  }
  .jumbotron br {
    display: none;
  }
  .jumbotron h1 .faux-italic {
    position: relative;
    font-size: 0.7em;
    letter-spacing: 0;
  }
}
.no-cssanimations .jumbotron p + p {
  opacity: 1;
}
.cssanimations .jumbotron p + p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: fadeInSlow, slideInLeft;
  animation-name: fadeInSlow, slideInLeft;
}
.jumbotron + .container-fluid {
  background-color: white;
}
@media screen and (max-width: 991px) {
  .jumbotron {
    text-align: center;
  }
  .jumbotron p:last-child {
    text-align: center;
  }
}
/* Modal */
.jumbotron-modal {
  visibility: hidden;
  display: inline-block;
  position: fixed;
  opacity: 1;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
}
/* Mission */
.mission-img,
.mission-text {
  position: relative;
  height: 475px;
  height: 25vw;
}
.mission-img {
  background-image: url('../img/movie-time.jpg');
  background-size: cover;
  background-position: center;
}
.mission-text .text-container {
  padding: 0 50px;
}
.mission-text .text-container img {
  padding: 5px;
  border: 1px solid #c8c5ce;
}
.mission-text p:last-of-type {
  margin-top: 15px;
  margin-bottom: -60px;
  line-height: 20px;
}
.mission-text .owner {
  font-size: 18px;
  color: #181818;
}
@media screen and (min-width: 1500px) {
  .mission-text .owner {
    font-size: 20px;
  }
}
.mission-text .title {
  font-size: inherit;
  color: #d6162d;
}
.mission-text img {
  width: 100px;
  position: relative;
  top: -47px;
  margin-left: 25px;
  border-radius: 50%;
  background-color: white;
}
.mission {
  float: left;
  width: 50%;
  height: 50vw;
}
@media screen and (min-width: 1367px) {
  .mission .text-container {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1366px) {
  .mission .mission-img,
  .mission .mission-text {
    height: 341px;
    height: 25vw;
  }
}
@media screen and (max-width: 1200px) {
  .mission {
    width: 50%;
    height: 60vw;
  }
  .mission .mission-img {
    float: left;
    width: 100%;
    height: 30vw;
  }
  .mission .mission-text {
    height: 30vw;
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 990px) {
  .mission {
    width: 100%;
    height: 50vw;
  }
  .mission .mission-img {
    width: 50%;
    height: 50vw;
  }
  .mission .mission-text {
    width: 50%;
    height: 50vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .mission .text-container {
    padding: 0 30px;
  }
  .mission .text-container p {
    font-size: 1.7rem;
  }
  .mission .text-container .btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mission {
    width: 100%;
    height: 100vw;
  }
  .mission .mission-img {
    top: 50vw;
    width: 100%;
    height: 50vw;
  }
  .mission .mission-text {
    top: -50vw;
    width: 100%;
    height: 50vw;
  }
}
@media screen and (max-width: 600px) {
  .mission {
    width: 100%;
    height: 150vw;
  }
  .mission .mission-img {
    top: 75vw;
    height: 75vw;
  }
  .mission .mission-text {
    top: -75vw;
    height: 75vw;
  }
  .mission .text-container {
    padding: 40px;
  }
}
@media screen and (max-width: 450px) {
  .mission {
    width: 100%;
    height: 200vw;
  }
  .mission .mission-img {
    top: 100vw;
    height: 100vw;
  }
  .mission .mission-text {
    top: -100vw;
    height: 100vw;
  }
}
@media screen and (max-width: 380px) {
  .mission {
    width: 100%;
    height: 280vw;
  }
  .mission .mission-img {
    top: 140vw;
    height: 140vw;
  }
  .mission .mission-text {
    top: -140vw;
    height: 140vw;
  }
}
/* Awards */
.awards-img,
.awards-text {
  float: left;
  width: 50%;
  height: 475px;
  height: 25vw;
  overflow: hidden;
}
.awards-img {
  background-image: url('../img/popcorn-hero.jpg');
  background-size: cover;
  background-position: center;
}
.awards-text .text-container {
  padding: 0 50px;
}
.awards {
  float: left;
  width: 50%;
  height: 25vw;
}
@media screen and (min-width: 1367px) and (max-width: 1500px) {
  .awards .text-container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .awards .awards-img,
  .awards .awards-text {
    height: 341px;
    height: 25vw;
  }
  .awards .text-container {
    padding: 0 30px;
  }
  .awards .text-croppable {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .awards {
    width: 50%;
    height: 60vw;
  }
  .awards .awards-img,
  .awards .awards-text {
    width: 100%;
    height: 30vw;
  }
}
@media screen and (max-width: 990px) {
  .awards {
    width: 100%;
    height: 50vw;
  }
  .awards .awards-img,
  .awards .awards-text {
    width: 50%;
    height: 50vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .awards .text-container {
    padding: 0 30px;
  }
  .awards .text-container p {
    font-size: 1.7rem;
  }
  .awards .text-container .btn {
    margin-top: 15px;
    padding: 8px 18px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .awards {
    width: 100%;
    height: 50vw;
  }
  .awards .awards-img,
  .awards .awards-text {
    width: 50%;
    height: 50vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .awards .text-container {
    padding: 0 29px;
  }
  .awards .text-croppable {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .awards {
    width: 100%;
    height: auto;
  }
  .awards .awards-img,
  .awards .awards-text {
    width: 100%;
    height: 75vw;
  }
  .awards .awards-text {
    width: 100%;
    height: auto;
  }
  .awards .awards-text .text-container {
    padding: 20% 40px;
  }
  .awards .awards-text .btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .awards .awards-img {
    height: 100vw;
  }
}
@media screen and (max-width: 380px) {
  .awards .awards-img {
    height: 140vw;
  }
}
/* Facebook banner */
.fb-banner-img,
.fb-banner-text {
  position: relative;
  width: 50%;
  float: left;
  height: 475px;
  height: 25vw;
  overflow: hidden;
}
.fb-banner-img {
  padding: 0;
}
.fb-banner-img img {
  position: relative;
  bottom: -8px;
  max-height: 100%;
}
.fb-banner-text {
  padding: 0;
}
.fb-banner-text .text-container {
  padding: 50px;
}
.fb-banner-text .text-container h2,
.fb-banner-text .text-container p,
.fb-banner-text .text-container a {
  color: white;
}
.fb-banner-text p:last-child {
  line-height: 35px;
}
.fb-banner-text a:hover {
  color: lightgrey;
  text-decoration: none;
}
.fb-banner-text img {
  margin-left: 15px;
}
.facebook-banner {
  width: 50%;
  height: 475px;
  height: 25vw;
  margin: 0;
  overflow: hidden;
  background-color: #1e4d81;
}
@media screen and (max-width: 1480px) {
  .facebook-banner .text-container {
    padding: 30px;
  }
}
@media screen and (min-width: 1367px) {
  .facebook-banner .fb-banner-img img {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .facebook-banner {
    height: 341px;
    height: 25vw;
  }
  .facebook-banner .fb-banner-img,
  .facebook-banner .fb-banner-text {
    height: 341px;
    height: 25vw;
  }
}
@media screen and (max-width: 1200px) {
  .facebook-banner {
    width: 100%;
    height: 25vw;
  }
  .facebook-banner .fb-banner-img,
  .facebook-banner .fb-banner-text {
    width: 50%;
  }
}
@media screen and (max-width: 990px) {
  .facebook-banner {
    width: 100%;
    height: 50vw;
  }
  .facebook-banner .fb-banner-img,
  .facebook-banner .fb-banner-text {
    width: 50%;
    height: 50vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .facebook-banner .text-container {
    padding: 0 30px;
  }
  .facebook-banner .text-container p {
    font-size: 1.7rem;
  }
  .facebook-banner .text-container .btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .facebook-banner {
    width: 100%;
    height: 50vw;
  }
  .facebook-banner .fb-banner-img,
  .facebook-banner .fb-banner-text {
    height: 50vw;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .facebook-banner {
    width: 100%;
    height: auto;
  }
  .facebook-banner .fb-banner-img,
  .facebook-banner .fb-banner-text {
    width: 100%;
    height: auto;
  }
  .facebook-banner .fb-banner-img {
    right: 0;
  }
  .facebook-banner .fb-banner-text {
    left: 0;
  }
  .facebook-banner .text-container {
    padding: 20% 40px 0;
  }
}
/* Non-gmo */
.non-gmo-img,
.non-gmo-text {
  height: 475px;
  height: 25vw;
  padding: 0;
}
.non-gmo-img img {
  height: inherit;
}
@media screen and (min-width: 1921px) {
  .non-gmo-img img {
    height: auto;
  }
}
@media screen and (min-width: 1921px) {
  .non-gmo-img img {
    margin-top: 3vw;
  }
}
.non-gmo {
  height: 25vw;
  background-image: url('../img/corn-field-sunset.jpg');
  background-size: cover;
  background-attachment: fixed;
}
.non-gmo .container {
  padding: 0;
}
.non-gmo .row {
  margin: 0;
}
.non-gmo .text-container h2,
.non-gmo li {
  color: white;
}
.non-gmo ul {
  list-style: square;
}
.non-gmo li {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .non-gmo .non-gmo-img {
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  .non-gmo {
    height: 33vw;
  }
  .non-gmo .non-gmo-img,
  .non-gmo .non-gmo-text {
    height: 33vw;
  }
}
@media screen and (max-width: 768px) {
  .non-gmo {
    height: auto;
    background-image: url('../img/corn-field-sunset-sml.jpg');
    background-attachment: local;
  }
  .non-gmo .non-gmo-text {
    margin: 0 auto;
  }
  .non-gmo .text-container {
    padding: 0 25px 30px;
  }
  .non-gmo h2 {
    text-align: center;
  }
  .non-gmo li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .non-gmo {
    padding: 20% 0;
  }
  .non-gmo .non-gmo-img {
    height: 50vw;
  }
  .non-gmo .non-gmo-text {
    height: auto;
  }
  .non-gmo .text-container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .non-gmo {
    padding: 20% 0;
  }
  .non-gmo .non-gmo-img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}
/* Retailers */
.retailers {
  margin: 0 auto;
}
.retailers .retailers-text {
  margin: 0 auto;
}
.retailers .text-container {
  padding: 12% 40px;
}
.retailers .text-container h2 {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .retailers .text-container {
    padding: 9% 30px;
  }
}
@media screen and (max-width: 600px) {
  .retailers .text-container {
    padding: 20% 30px;
  }
}
.retailers img {
  width: 250px;
  margin: 15px 30px;
}
@media screen and (max-width: 600px) {
  .retailers img {
    width: 50%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 450px) {
  .retailers img {
    width: 70%;
    margin: 20px auto 0;
  }
}
/* Infographic */
.infographic .infographic-section-bg-img {
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .infographic .dark-bg--blue .infographic-section-bg-img {
    background-image: url('../img/infographic/popcorn-bowl.png');
  }
}
.infographic .light-bg--orange {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eac775+0,efae05+100 */
  background: #eac775;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #eac775 0%, #efae05 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #eac775), color-stop(100%, #efae05));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #eac775 0%, #efae05 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #eac775 0%, #efae05 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #eac775 0%, #efae05 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #eac775 0%, #efae05 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac775', endColorstr='#efae05', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
@media screen and (min-width: 768px) {
  .infographic .light-bg--orange .infographic-section-bg-img {
    background-image: url('../img/infographic/world-map.png');
  }
}
.infographic .dark-bg--red {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d34758+1,d6162d+100 */
  background: #d34758;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #d34758 1%, #d6162d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #d34758), color-stop(100%, #d6162d));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #d34758 1%, #d6162d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #d34758 1%, #d6162d 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #d34758 1%, #d6162d 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #d34758 1%, #d6162d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34758', endColorstr='#d6162d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
@media screen and (min-width: 768px) {
  .infographic .dark-bg--red .infographic-section-bg-img {
    background-image: url('../img/infographic/hero-img.png');
  }
  .timeline .infographic-title h1 img {
	  position: relative;
	  top: -5px;
	  margin-left: 15px;
	}
}
.infographic-title h1 {
  font-size: 6rem;
  font-weight: 900;
  color: #efae05;
  line-height: 0.9;
  text-transform: uppercase;
}

.infographic-title h1 .condensed {
  display: inline-block;
  font-size: 0.9em;
  line-height: 0.65;
  color: white;
  text-align: left;
}
.infographic-title h1 .letter-lg {
  font-size: 1.5em;
}
.popcorn-facts .infographic-title h1 {
  font-size: 5rem;
}
.popcorn-facts .infographic-title h1 .letter-lg {
  font-size: 1.77em;
}
@media screen and (max-width: 450px) {
  .popcorn-facts .infographic-title h1 .letter-lg {
    font-size: 6rem;
  }
}
.popcorn-facts .infographic-title h1 .faux-italic {
  margin-left: 2px;
  font-size: 0.87em;
}
.infographic-title h1 .faux-italic {
  margin-left: 5px;
  font-size: 1.2em;
  color: white;
}
@media screen and (max-width: 768px) {
  .infographic-title h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 400px) {
  .infographic-title h1 {
    font-size: 4rem;
  }
}
.infographic-section {
  margin: 90px 40px;
}
.infographic-section .read-more .btn {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .infographic-section {
    margin: 90px 15px;
  }
}
@media screen and (max-width: 990px) {
  .dark-bg .infographic-section {
    margin-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  .infographic-section .read-more .btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .infographic-entry {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 400px) {
  .infographic-entry {
    padding: 40px 0;
  }
}
.infographic-text {
  height: 500px;
}
.infographic-text h2 {
  margin-bottom: 20px;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 0.9;
  color: #efae05;
}
@media screen and (max-width: 1200px) {
  .infographic-text h2 {
    font-size: 3.4rem;
  }
}
.infographic-text .faux-italic {
  margin-left: 3px;
  font-size: 1.18em;
  color: white;
}
@media screen and (max-width: 400px) {
  .infographic-text .faux-italic {
    font-size: 1.2em;
  }
}
.infographic-text p {
  font-size: 1.8rem;
  color: #f7f7f7;
}
@media screen and (max-width: 991px) {
  .infographic-text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .infographic-text p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .infographic-text {
    height: 475px;
  }
}
@media screen and (max-width: 768px) {
  .infographic-text {
    height: auto;
  }
  .infographic-text .text-container {
    vertical-align: top;
  }
}
@media screen and (max-width: 400px) {
  .infographic-text h2 {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
  .infographic-text h2 .faux-italic {
    font-size: 1.2em;
  }
}
.light-bg--orange .infographic-text h2 {
  color: white;
}
.light-bg--orange .infographic-text h2 .letter-lg {
  font-size: 1.3em;
  color: #092e55;
}
@media screen and (max-width: 400px) {
  .light-bg--orange .infographic-text h2 .letter-lg {
    font-size: 1.2em;
  }
}
.light-bg--orange .infographic-text h2 .faux-italic {
  color: #d6162d;
}
.light-bg--orange .infographic-text p {
  color: #666666;
}
.light-bg--orange .infographic-text p .highlighted {
  color: inherit;
}
/* SVG animations */
.animated-svg {
  width: 500px;
  height: 500px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .animated-svg {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .animated-svg {
    width: 300px;
    height: 300px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 768px) {
  .animated-svg {
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .animated-svg {
    width: 250px;
    height: 250px;
  }
}
.animated-svg svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.animated-svg svg path,
.animated-svg svg polygon,
.animated-svg svg rect,
.animated-svg svg text,
.animated-svg svg circle,
.animated-svg svg ellipse,
.animated-svg svg polyline,
.animated-svg svg line {
  stroke-width: 2;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  stroke: #fff;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated-svg .img-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-size: cover;
}
.no-cssanimations .animated-svg .img-wrapper {
  opacity: 1;
}
.cssanimations .animated-svg .img-wrapper {
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.timeline .animated-svg .img-wrapper {
  background-image: url('../img/infographic/timeline.png');
}
.popcorn-facts .animated-svg .img-wrapper {
  background-image: url('../img/infographic/popcorn-infog.png');
}
.animated-svg .img-wrapper#microwave-popcorn {
  background-position: 0% 100%;
}
.animated-svg .img-wrapper#rocket-launch {
  background-position: 20% 100%;
}
.animated-svg .img-wrapper#chinese-good-luck-cat {
  background-position: 40% 100%;
}
.animated-svg .img-wrapper#popcorn-union {
  background-position: 60% 100%;
}
.animated-svg .img-wrapper#sterkinekorn {
  background-position: 80% 100%;
}
.animated-svg .img-wrapper#popcorn-factory {
  background-position: 100% 100%;
}
.animated-svg .img-wrapper#heart-beat {
  background-position: 25.1% 100%;
}
.animated-svg .img-wrapper#popcorn-no1 {
  background-position: 37.5% 100%;
}
.animated-svg .img-wrapper#muscle-growth {
  background-position: 50% 100%;
}
.animated-svg .img-wrapper#popcorn-god {
  background-position: 62.5% 100%;
}
.animated-svg .img-wrapper#ghost-white {
  background-position: 75% 100%;
}
.animated-svg .img-wrapper#ship-of-columbus {
  background-position: 100% 100%;
  top: 4px;
  height: inherit;
}
.animated-svg .img-wrapper#microwave-popcorn2 {
  background-position: 0.1% 100%;
}
.animated-svg .img-wrapper#trophy {
  background-position: 12.5% 100%;
}
.animated-svg .img-wrapper#award-top {
  background-position: 87.5% 100%;
}
/* Top banner */
.top-banner-text {
  margin-top: 45px;
}
.top-banner-text h2 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 0.9;
  color: #092e55;
  text-transform: uppercase;
}
.top-banner-text h2 .letter-lg,
.top-banner-text h2 .faux-italic {
  font-weight: 900;
}
.top-banner-text h2 .letter-lg {
  font-size: 2.05em;
}
.top-banner-text h2 .faux-italic {
  font-size: 1.51em;
}
@media screen and (max-width: 990px) {
  .top-banner-text h2 {
    font-size: 2em;
  }

  .top-banner-text h2 .letter-lg {
  	font-size: 1.68em;
  }

  .top-banner-img {
  	top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .top-banner-text h2 {
    text-align: center;
  }
}
.top-banner-img {
  width: 250px;
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  .top-banner-img {
    margin: -50px auto;
  }
}
/* Blog post */
.popz-blog {
  padding-bottom: 90px;
}
.blog-post,
.page-content {
  margin: 30px 0 60px;
}
.blog-post .featured-img {
  max-height: 450px;
  overflow: hidden;
}
.blog-post-item {
  margin: 0;
  padding-bottom: 30px;
}
.blog-post-item:not(:first-of-type) {
  border-bottom: 1px solid #c8c5ce;
  margin-bottom: 30px;
}
.blog-post-item:last-of-type {
  border-bottom: 0;
}
.blog-post-item .featured-img {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .blog-post-item .featured-img,
  .blog-post-item .blog-post-body {
    padding: 0;
  }

  .blog-post-item .featured-img {
  	margin-bottom: 15px;
  }
}
.single .blog-post-body {
  margin-bottom: 80px;
}
.single .blog-post-body .breadcrumbs {
  margin: 20px 0 0;
}
.single .blog-post-body .blog-entry-bodytext p,
.page-bodytext p {
  font-size: 1.8rem;
}
.blog-post-title {
  margin: -5px 0 25px;
}
.blog-post-title h1 {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}
.blog-post-list .blog-post-title {
  margin: 0 0 15px;
}
.blog-post-list .blog-post-title h2 {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .blog-post-list .blog-post-title h2 {
    margin-top: 15px;
  }
}
.recent-comments {
  padding-bottom: 20px;
}
.blog-post-comment-counter > span,
#reply-title {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding-right: 15px;
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #092e55;
  background-color: white;
}
.blog-post-comment-counter > .decorator-line {
  position: relative;
  top: -15px;
  height: 5px;
  background-color: #092e55;
}
.comment {
  display: block;
  height: 165px;
  margin: 15px 0;
  border: 1px solid #c8c5ce;
  padding: 15px;
}
.comment-author.vcard {
  float: left;
  width: 80px;
  height: 80px;
  margin: 10px 25px 10px 0;
  text-align: center;
}
.comment-author.vcard img {
  border-radius: 50%;
  margin-bottom: 5px;
}
.comment-author.vcard .says {
  display: none;
}
.comment-body {
  display: table-cell;
  vertical-align: top;
  margin-top: 10px;
  border: 1px solid #c8c5ce;
  padding: 10px 15px;
}
.comment-author-details {
  margin-bottom: 5px;
}
#commentform input[type="text"] {
  width: 100%;
  padding: 10px 15px;
}
#commentform textarea {
  width: 100%;
  min-height: 200px;
  border-color: #c8c5ce;
  padding: 10px 15px;
}
#commentform input[type="submit"] {
  margin-top: 5px;
  border: 0;
  border-radius: 0;
  color: white;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  border: 2px solid #f7f7f7;
  background-color: transparent;
  border-color: #092e55;
  color: #092e55;
  text-transform: uppercase;
  padding: 10px 15px;
}
@media screen and (min-width: 1366px) {
  #commentform input[type="submit"] {
    padding: 8px 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  #commentform input[type="submit"] {
    padding: 8px 18px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1600px) {
  #commentform input[type="submit"] {
    margin-top: 15px;
    padding: 12px 20px;
  }
}
#commentform input[type="submit"]:active {
  color: white;
  background-color: transparent;
}
#commentform input[type="submit"]:visited {
  color: white;
  background-color: transparent;
}
#commentform input[type="submit"]:hover,
#commentform input[type="submit"]:focus,
#commentform input[type="submit"]:active:hover {
  color: #666666;
  background-color: #f7f7f7;
}
#commentform input[type="submit"]:active {
  color: #092e55;
}
#commentform input[type="submit"]:visited {
  color: #092e55;
}
#commentform input[type="submit"]:hover,
#commentform input[type="submit"]:focus,
#commentform input[type="submit"]:active:hover {
  color: white;
  background-color: #092e55;
}
/* Floating social bar */
@media screen and (max-width: 768px) {
  #csbwfs-delaydiv {
    display: none;
  }
}
/* Page styles */
.page-body img {
  height: auto;
}
.page-body h2 {
  margin: 35px 0 20px;
}
/* Search page */
.published-at {
  margin-bottom: 5px;
}
.published-at img {
  display: none;
  width: 18px;
  margin-right: 5px;
  margin-top: -2px;
}
.published-at .date {
  display: none;
  padding-right: 10px;
}
/* Sidebar */
.sidebar {
  margin-top: 30px;
}
@media screen and (min-width: 990px) {
  .sidebar {
    padding-left: 30px;
  }
}
.sidebar #search {
  margin-bottom: 25px;
}
.sidebar #search .form-group,
.sidebar #search .input-group {
  width: 100%;
}
.sidebar #search input[type="search"] {
  padding: 20px 15px;
}
.sidebar #search input,
.sidebar #search .input-group-addon {
  border-radius: 0;
  border: 2px solid #092e55;
}
.sidebar #search .input-group-addon {
  padding: 0;
}
.sidebar #search button[type="submit"] {
  border: 0;
  padding: 10px 10px;
  color: white;
}
.sidebar #search button[type="submit"]:hover {
  color: #c8c5ce;
}
.sidebar #search .input-group-addon,
.sidebar #search button[type="submit"] {
  background-color: #092e55;
}
.widget {
  margin: 45px 0;
}
.widget-title h2 {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.widget-title .decorator-line {
  height: 3px;
  margin-bottom: 20px;
  background-color: #092e55;
}
.rpwwt-widget > .widget ul {
  width: 100%;
  padding-left: 0;
}
.rpwwt-widget > .widget ul li {
  margin-bottom: 10px;
}
.rpwwt-widget > .widget ul li img {
  margin-right: 15px;
}
.rpwwt-widget > .widget .rpwwt-post-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.facebook-sidebar-banner {
  background-color: #1e4d81;
}
.facebook-sidebar-banner h2,
.facebook-sidebar-banner p,
.facebook-sidebar-banner a {
  color: white;
}
.facebook-sidebar-banner .text-container {
  padding: 45px 30px 0;
}
.facebook-sidebar-banner .text-container img {
  margin-left: 15px;
}
/* Product list */
.products-list {
  margin: 0;
}
.product-list-item {
  float: left;
  width: 20%;
  padding: 50px 0;
  width: 33.33333%;
}
.product-list-item .product-package {
  min-height: 22.5vw;
}
.product-list-item:nth-of-type(n+4) {
  width: 25%;
}
.product-list-item:nth-of-type(n+4) .product-package {
  min-height: 17vw;
}
@media screen and (max-width: 990px) {
  .product-list-item:nth-of-type(n+4) {
    width: 50%;
  }
  .product-list-item:nth-of-type(n+4) .product-package {
    min-height: 33vw;
  }
}
@media screen and (max-width: 768px) {
  .product-list-item {
    width: 100%;
  }
  .product-list-item:nth-of-type(n+4) {
    width: 100%;
  }
}
.product-list-item h2 {
  margin: 0;
  font-size: 3.5rem;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
}
.product-list-item h2 .note {
  font-size: 0.6em;
  font-weight: 700;
}
.product-list-item .flavor-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
  background-size: cover;
  background-image: url('../img/products/flavour-icons.png');
  background-repeat: no-repeat;
}
.product-list-item #cheese-icon {
  background-position: 20% 100%;
}
.product-list-item #salted-icon {
  background-position: 60% 100%;
}
.product-list-item #butter-icon {
  background-position: 0% 100%;
}
.product-list-item #paprika-icon {
  background-position: 40% 100%;
}
.product-list-item #lessfat-icon {
  background-position: 100% 100%;
}
.product-list-item #wasabi-icon {
  background-position: 80% 100%;
}
.product-list-item .product-package {
  position: relative;
  right: -5%;
  max-width: 60%;
  height: 13.5vw;
  margin: 30px auto;
  background-size: 700%;
  background-image: url('../img/products/products-sprite.png');
}
@media screen and (max-width: 768px) {
  .product-list-item .product-package {
    height: 66.8vw;
  }
}
.product-list-item #cheese-3pk {
  background-position: 16.66% 100%;
}
.product-list-item #salted-3pk {
  background-position: 50% 100%;
}
.product-list-item #butter-3pk {
  background-position: 0% 100%;
}
.product-list-item #paprika-3pk {
  background-position: 33.33% 100%;
}
.product-list-item #wasabi-3pk {
  background-position: 66.66% 100%;
}
.product-list-item #lessfat-3pk {
  background-position: 83.33% 100%;
}
.product-list-item #readymade {
  background-position: 100% 100%;
}
.product-list-item .btn {
  padding: 12px 24px;
}
/* Nutrition values modal */
.modal {
  background: transparent;
}
.modal.fade.in {
  z-index: 10000;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 5vw);
  -ms-transform: translate(0, 5vw);
  -o-transform: translate(0, 5vw);
  transform: translate(0, 5vw);
}
.modal-header,
.modal-footer {
  border: 0;
}
.modal-content {
  width: 333px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
}
.nutrition-facts .modal-header {
  background-image: url('../img/products/nutfacts-modal-head-bg.jpg');
  background-size: cover;
}
.nutrition-facts .modal-header img {
  width: 100px;
}
.nutrition-facts .modal-header .close {
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-right: -25px;
  border-radius: 15px;
  background-color: white;
  opacity: 1;
}
.nutrition-facts .modal-header .close span {
  position: relative;
  top: -2px;
}
/* Contact page */
.page-id-15 .page-bodytext .contact-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid #c8c5ce;
  border-top: 15px solid #efae05;
  padding: 25px 0 35px;
}
.page-id-15 .page-bodytext .contact-card p::first-line {
  font-size: 1.9rem;
  line-height: 4rem;
}
.page-id-15 .page-bodytext .contact-card:first-of-type {
  margin-bottom: 40px;
}
.page-id-15 .page-bodytext img {
  width: 120px;
}
.page-id-15 .page-bodytext img[alt="Popz logo"] {
  margin-top: 1.5vw;
}
.page-id-15 .page-bodytext img#czip {
  border: 1px solid #c8c5ce;
  border-radius: 50%;
  padding: 5px;
  background-color: white;
}
.page-id-21 .page-bodytext h2 {
  margin-top: 50px;
  text-transform: uppercase;
}
.page-id-21 .page-bodytext h2:nth-of-type(2) {
  margin-top: 65px;
}
.page-id-21 .page-bodytext h2 + h3 {
  margin-top: 20px;
}
.page-id-21 .page-bodytext h3 {
  margin-top: 35px;
}
.ninja-forms-all-fields-wrap {
  margin-top: 60px;
}
.ninja-forms-all-fields-wrap .ninja-forms-required-items {
  margin-bottom: 10px;
}
.ninja-forms-all-fields-wrap input,
.ninja-forms-all-fields-wrap textarea {
  border: 1px solid #c8c5ce;
  padding: 10px 15px;
}
.ninja-forms-all-fields-wrap #ninja_forms_field_4_label {
  margin-right: 8px;
}
.ninja-forms-all-fields-wrap input#ninja_forms_field_4 {
  margin-left: 0;
}
.ninja-forms-all-fields-wrap input[type="submit"] {
  margin-top: 5px;
  border: 0;
  border-radius: 0;
  color: white;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  border: 2px solid #f7f7f7;
  background-color: transparent;
  border-color: #092e55;
  color: #092e55;
  text-transform: uppercase;
}
@media screen and (min-width: 1366px) {
  .ninja-forms-all-fields-wrap input[type="submit"] {
    padding: 8px 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .ninja-forms-all-fields-wrap input[type="submit"] {
    padding: 8px 18px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .ninja-forms-all-fields-wrap input[type="submit"] {
    margin-top: 15px;
    padding: 12px 20px;
  }
}
.ninja-forms-all-fields-wrap input[type="submit"]:active {
  color: white;
  background-color: transparent;
}
.ninja-forms-all-fields-wrap input[type="submit"]:visited {
  color: white;
  background-color: transparent;
}
.ninja-forms-all-fields-wrap input[type="submit"]:hover,
.ninja-forms-all-fields-wrap input[type="submit"]:focus,
.ninja-forms-all-fields-wrap input[type="submit"]:active:hover {
  color: #666666;
  background-color: #f7f7f7;
}
.ninja-forms-all-fields-wrap input[type="submit"]:active {
  color: #092e55;
}
.ninja-forms-all-fields-wrap input[type="submit"]:visited {
  color: #092e55;
}
.ninja-forms-all-fields-wrap input[type="submit"]:hover,
.ninja-forms-all-fields-wrap input[type="submit"]:focus,
.ninja-forms-all-fields-wrap input[type="submit"]:active:hover {
  color: white;
  background-color: #092e55;
}
.page-bodytext iframe {
  width: 100%;
}
/* Footer */
footer {
  min-height: 600px;
  background-image: url('../img/popz-corn-field.jpg');
  background-size: cover;
  background-position: bottom;
}
footer .row {
  padding: 5% 15px 0;
}
footer h3 {
  font-size: 20px;
  color: white;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer a,
footer .copyright p,
footer address {
  color: white;
}
footer a:hover {
  color: #c8c5ce;
  text-decoration: none;
}
footer a:visited {
  text-decoration: none;
}
footer .copyright img {
  width: 50%;
  max-width: 200px;
  margin: 20px auto 10px;
}
footer .copyright p {
  padding-left: 65px; 
}
@media screen and (max-width: 1200px) {
  	footer .copyright p {
  		padding-left: 0; 
	}
}
@media screen and (max-width: 768px) {
  footer {
    min-height: 800px;
    background-image: url('../img/popz-corn-field-sml.jpg');
  }
  footer .copyright img {
    width: 150px;
    max-width: 100%;
    margin-top: 50px;
  }
}
/* Keyframes */
@-webkit-keyframes fadeInSlow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  80% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeInSlow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  80% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes show {
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes show {
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes hide {
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes hide {
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
/* Effect 4: bottom border enlarge */
.cl-effect-4 > li:not(:last-child) > a {
  padding: 0 0 8px;
}
.cl-effect-4 > li:not(:last-child) > a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.cl-effect-4 > li:not(:last-child) > a:hover::after,
.cl-effect-4 > li:not(:last-child) > a:focus::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/* Floating Popcorn */
.floating-popcorn {
  width: 100px;
  height: 100px;
  position: fixed;
  background-size: contain;
}
#popcorn1 {
  background-image: url('../img/popcorn-3.png');
  top: 180px;
  left: 30px;
}
#popcorn2 {
  background-image: url('../img/popcorn-1.png');
  top: 500px;
  left: 45px;
}
#popcorn3 {
  background-image: url('../img/popcorn-2.png');
  top: 850px;
  left: 20px;
}
#popcorn4 {
  background-image: url('../img/popcorn-2.png');
  top: 120px;
  right: 40px;
}
#popcorn5 {
  background-image: url('../img/popcorn-1.png');
  top: 300px;
  right: 65px;
}
#popcorn6 {
  background-image: url('../img/popcorn-3.png');
  top: 650px;
  right: 40px;
}
@media screen and (max-width: 1359px) {
  .floating-popcorn {
    display: none;
  }
}
/* Scroll to top button */
button.cd-top {
  border: 0;
  background: -webkit-linear-gradient(top, #444444, #111111);
  background: linear-gradient(to bottom, #444444, #111111);
  border-radius: 30px;
  padding: 10px 10px;
  outline: 0;
  display: inline-block;
  width: 60px;
  text-align: left;
  opacity: 0.6;
}
button.cd-top:hover,
button.cd-top:active {
  background: #d6162d;
}
button.cd-top svg {
  position: relative;
  left: -40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
button.cd-top span {
  font-size: 22px;
  position: relative;
  top: 4px;
  color: white;
}
#animation-to-rocket {
  fill: #fff;
}
.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.no-smil .cd-top {
  background-color: #363636;
}
.no-smil .cd-top .alt-bg {
  width: 40px;
  height: 40px;
  margin-top: -40px;
  background-image: url('../img/arrow-icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.9;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  opacity: 0.9;
}
/* Front page jumbotron image animation */
#animated-hero-img {
  position: relative;
  margin: 0 auto;
}
#animated-hero-img img {
  width: 150%;
  max-width: none;
  position: relative;
  left: -25%;
  margin-top: -25%;
  margin-bottom: -10%;
}
@media screen and (min-width: 1025px) {
  #animated-hero-img {
    top: -45px;
  }
}

/* Product List Page */

.popz-products-list-page {
	margin-top: 60px;
  text-align: center;
}

.popz-products-list-page  h1 {
  color: #092e55;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 60px;
  margin-bottom: 0;
  line-height: 1;
}

.popz-products-list-page  p {
  font-size: 29px;
  margin-bottom: 15px;
  
}

.popz-products-list-page  p + img {
	position: absolute;
    z-index: -1;
    top: -45px;
    transform: translateX(-50%);
}

.quality-star {
  margin-bottom: 30px;
}

.popz-products-list-page .blog-post-title h2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 800;
}

.popz-products-list-page .blog-post-title h5 {
  margin-top: 0;
  margin-bottom: 25px;
}

.popz-products-list-page .blog-post-body {
  margin-top: 60px;
  padding: 0;
}
.popz-products-list-page .flavor-images img{
	max-width: 20%;
}

.popz-products-list-page .product-images {
  height: 240px;
}

.popz-products-list-page .product-images img {
  max-width: 150px;
}

/* Smurfs Promotion Page */

.smurfs-navigation {
  position: absolute;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .smurfs-navigation {
  background: rgba(38, 78, 147, 0.5);
}

  .smurfs-navigation .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .smurfs-navigation .navbar-brand {
    padding-top: 25px;
  }
}

.smurfs-promotion-top {
 position: relative;
  width: 100%;
  z-index: 6;
}

  .smurfs-promotion-top .smurfs-promotion-top-mobile-background {
    display: none;
  }

.smurfs-promotion img{
  width: 100%;
}

.smurfs-splashscreen .smurfs-promotion-description img {
  position: absolute;
}

.smurfs-splashscreen .play-and-win {
  width: 40%;
    top: 62%;
    left: 9%;

}

.smurfs-splashscreen .smurfs-logo {
  width: 35%;
  top: 24%;
  right: 23%;
}

.smurfs-splashscreen .smurfs-tv {
  width: 26%;
    top: 35%;
    left: 12%;

}

.smurfs-splashscreen .smurfs-copyright {
  position: absolute;
  width: 52%;
  bottom: 5%;
  left: 7%;
}

.smurfs-splashscreen .smurfs-copyright-mobile {
  display: none;
}

.smurfs-village .brainy-smurf {
  position: absolute;
  width: 25%;
  bottom: -2.5%;
  left: 0%;
}

.smurfs-promotion-bottom .village-mobile {
    display: none;
    width: 100%;
}

.smurfs-village .select-your-country {
  position: absolute;
  top: 27%;
  width: 53%;
  left: 23%;
}

.smurfs-promotion-bottom {
 position: relative;
 z-index: 2;
 margin-top: -7%;
}

@media screen and (max-width: 900px) and (min-width: 769px) {
  .smurfs-splashscreen .smurfs-promotion-description {
    top: 30%;
    left: 10%;
  }
}


.smurfs-mushrooms img {
  max-width: 13%!important;
}

.smurfs-mushrooms {
  width: 100%;
  position: absolute;
  top: 53%;
  
}

.hungary {
  position: absolute;
  left: 23%;
  top: -2vw;
}

.germany {
  position: absolute;
  top: 3vw;
  left: 30%;
}

.portugal {
  position: absolute;
  top: 1vw;
  left: 41%;
}

.denmark {
  position: absolute;
  top: 1vw;
  right: 35%;
}

.italy {
  position: absolute;
  top: -2vw;
  right: 24%;
}

/* Smurfs Prizes Page */

.smurfs-prizes-splashscreen {
  width: 100vw;
  padding-bottom: 50px;

}

.smurfs-prizes-splashscreen .splashscreen-items img {
  position: absolute;

}

.smurfs-prizes-splashscreen .smurfs-desktop-background {
  width: 100%;
}

.smurfs-prizes-splashscreen .smurfs-mobile-background {
  display: none;
}

.smurfs-prizes-splashscreen .splashscreen-items .squishy-smurf {
  top: 27vw;
  width: 14vw;
  left: 10vw;
}

.smurfs-prizes-splashscreen .splashscreen-items .play-and-win {
  top: 34vw;
    left: 22vw;
    width: 36vw;
}
.smurfs-prizes-splashscreen .splashscreen-items .smurfs-logo {
  top: 16vw;
  left: 32vw;
  width: 31vw;

}
.smurfs-prizes-splashscreen .splashscreen-items .smurfs-tv {
  top: 20vw;
    right: 14vw;
    width: 19vw;

}

.smurfs-prizes-splashscreen .splashscreen-items .smurfs-copyright {
  top: 46vw;
  right: 10vw;
  width: 60vw;
}

.smurfs-prizes-splashscreen .splashscreen-items .smurfs-copyright-mobile {
  display: none;
}
.smurfs-prizes-splashscreen .splashscreen-items .prize-numbers {
  top: 36vw;
  right: 15vw;
  width: 18vw;
}

@media screen and (max-width: 1200px) {
  .smurfs-prizes-splashscreen .splashscreen-items .squishy-smurf {
  top: 30vw;
  width: 14vw;
  left: 10vw;
}

.smurfs-prizes-splashscreen .splashscreen-items .play-and-win {
  top: 37vw;
    left: 22vw;
    width: 34vw;
}
.smurfs-prizes-splashscreen .splashscreen-items .smurfs-logo {
  top: 19vw;
  left: 32vw;
  width: 31vw;

}
.smurfs-prizes-splashscreen .splashscreen-items .smurfs-tv {
    top: 24vw;
    right: 14vw;
    width: 18vw;

}

.smurfs-prizes-splashscreen .splashscreen-items .smurfs-copyright {
  top: 49vw;
  right: 10vw;
  width: 60vw;
}

.smurfs-prizes-splashscreen .splashscreen-items .prize-numbers {
  top: 39vw;
  right: 15vw;
  width: 18vw;
}
}

@media screen and (max-width: 900px) {
  .smurfs-prizes-splashscreen .splashscreen-items .squishy-smurf {
  top: 32vw;
  width: 14vw;
  left: 10vw;
}

.smurfs-prizes-splashscreen .splashscreen-items .play-and-win {
  top: 40vw;
    left: 22vw;
    width: 33vw;
}
.smurfs-prizes-splashscreen .splashscreen-items .smurfs-logo {
  top: 21vw;
  left: 32vw;
  width: 31vw;

}
.smurfs-prizes-splashscreen .splashscreen-items .smurfs-tv {
    top: 25vw;
    right: 13vw;
    width: 19vw;

}


.smurfs-prizes-splashscreen .splashscreen-items .smurfs-copyright {
  top: 51vw;
  right: 10vw;
  width: 60vw;
}

.smurfs-prizes-splashscreen .splashscreen-items .prize-numbers {
  top: 41vw;
  right: 15vw;
  width: 18vw;
}
}


/* Smurfs Prizes Page Mobile Size*/

@media screen and (max-width: 768px) {
  .smurfs-prizes-splashscreen .smurfs-mobile-background {
    display: block;
    width: 100%;
  }

  .smurfs-prizes-splashscreen .smurfs-desktop-background {
    display: none;
  }

 .smurfs-prizes-splashscreen .splashscreen-items .smurfs-copyright {
  display: none;
  }
  
  .smurfs-prizes-splashscreen .splashscreen-items .smurfs-copyright-mobile {
   display: block;
    position: absolute;
    top: 121vw;
    width: 84vw;
    left: 6vw;
  }
  
    .smurfs-prizes-splashscreen .splashscreen-items .squishy-smurf {
    top: 83vw;
    width: 26vw;
    left: 10vw;
  }
  .smurfs-prizes-splashscreen .splashscreen-items .play-and-win {
    top: 47vw;
    width: 81vw;
    left: 9vw;

  }
  .smurfs-prizes-splashscreen .splashscreen-items .smurfs-logo {
    top: 31vw;
    width: 50vw;
    left: 25vw;
  }
  .smurfs-prizes-splashscreen .splashscreen-items .smurfs-tv {
  display: none;
  }

  .smurfs-prizes-splashscreen .splashscreen-items .prize-numbers {
  display: none;
  }
}

@media screen and (max-width: 600px) {
  .smurfs-prizes-splashscreen .smurfs-mobile-background {
    display: block;
    width: 100%;
  }

  
  .smurfs-prizes-splashscreen .splashscreen-items .smurfs-copyright-mobile {
   display: block;
    position: absolute;
    top: 130vw;
    width: 84vw;
    left: 6vw;
  }
  
    .smurfs-prizes-splashscreen .splashscreen-items .squishy-smurf {
    top: 92vw;
    width: 26vw;
    left: 10vw;
  }
  .smurfs-prizes-splashscreen .splashscreen-items .play-and-win {
    top: 57vw;
    width: 83vw;
    left: 9vw;

  }
  .smurfs-prizes-splashscreen .splashscreen-items .smurfs-logo {
    top: 40vw;
    width: 50vw;
    left: 25vw;
  }
}

@media screen and (max-width: 500px) {
  .smurfs-prizes-splashscreen .smurfs-mobile-background {
    display: block;
    width: 100%;
  }

  
  .smurfs-prizes-splashscreen .splashscreen-items .smurfs-copyright-mobile {
   display: block;
    position: absolute;
    top: 140vw;
    width: 84vw;
    left: 6vw;
  }
  
    .smurfs-prizes-splashscreen .splashscreen-items .squishy-smurf {
    top: 102vw;
    width: 26vw;
    left: 10vw;
  }
  .smurfs-prizes-splashscreen .splashscreen-items .play-and-win {
    top: 67vw;
    width: 80vw;
    left: 9vw;

  }
  .smurfs-prizes-splashscreen .splashscreen-items .smurfs-logo {
    top: 50vw;
    width: 50vw;
    left: 25vw;
  }

}



@media screen and (max-width: 400px) {
  .smurfs-prizes-splashscreen .smurfs-mobile-background {
    display: block;
    width: 100%;
  }

  
  .smurfs-prizes-splashscreen .splashscreen-items .smurfs-copyright-mobile {
   display: block;
    position: absolute;
    top: 142vw;
    width: 84vw;
    left: 6vw;
  }
  
    .smurfs-prizes-splashscreen .splashscreen-items .squishy-smurf {
    top: 104vw;
    width: 26vw;
    left: 10vw;
  }
  .smurfs-prizes-splashscreen .splashscreen-items .play-and-win {
    top: 70vw;
    width: 79vw;
    left: 10vw;

  }
  .smurfs-prizes-splashscreen .splashscreen-items .smurfs-logo {
    top: 52vw;
    width: 50vw;
    left: 25vw;
  }

}



/* Smurfs Village Page Mobile Size*/

@media screen and (max-width: 768px) {
  .smurfs-promotion-top .smurfs-promotion-top-mobile-background {
    display: block;
    width: 100%;
  }

  .smurfs-promotion-top .smurfs-promotion-top-desktop-background {
    display: none;
  }
  .smurfs-splashscreen .play-and-win {
    width: 80%;
    top: 64%;
    left: 10%;

}

.smurfs-splashscreen .smurfs-copyright {
  display: none;
}

.smurfs-splashscreen .smurfs-copyright-mobile {
    display: block;
    position: absolute;
    top: 80%;
    left: 0%;
    width: 100%;
}


.smurfs-splashscreen .smurfs-logo {
  width: 53%;
  top: 25%;
  right: 21%;
}

.smurfs-splashscreen .smurfs-tv {
  display: none
}
  .smurfs-promotion-bottom .village-mobile {
    display: block;
    width: 100%;
}
  .smurfs-promotion-bottom .village-desktop {
    display: none;
}

.smurfs-village .smurfs-copyright {
  display: none;
}

.smurfs-village .brainy-smurf {
  bottom: -2.1%;
  width: 35%;
}

.smurfs-village .select-your-country {
  position: absolute;
  top: 21%;
  width: 74%;
  left: 12%;
}

.smurfs-mushrooms {
  width: 100%;
  position: absolute;
  top: 53%;
}

.smurfs-mushrooms img {
    max-width: 28%!important;
}

.hungary {
  position: absolute;
  left: 12%;
  top: -15vw;
}

.germany {
  position: absolute;
  top: -15vw;
  left: 62%;

}

.portugal {
  position: absolute;
  top: -5vw;
  left: 36%;
}

.denmark {
  position: absolute;
  top: 6vw;
  left: 14%;
}

.italy {
  position: absolute;
  top: 7vw;
  right: 11%;
}

@media screen and (max-width: 500px) {

 .smurfs-village .brainy-smurf {
  bottom: -1.6%;
  width: 35%;
}
}

#contact-form-submit {
	margin-top: 15px;
    padding: 12px 20px;
    background: none;
    border: 2px solid #092e55;
    color: #092e55;
}

#contact-form-submit:hover {
	color: #fff;
    background-color: #092e55;
}

.wpcf7-form-control .wpcf7-quiz {
	width: 35%;
}

.contact-page-contact-form label {
	width: 100%;
}

.contact-page-contact-form .your-name input {
	width: 100%;
}

.contact-page-contact-form .your-email input {
	width: 100%;
}

.contact-page-contact-form .your-message input {
	width: 100%;
}