* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  float: left;
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
  font-family: 'Queulat Soft W00 Regular';
  font-size: 18px;
  color: #000;
  background: #fff;
  overflow-x: hidden;
  font-weight: 400;
  transition: 1s margin;
  -moz-transition: 1s margin;
  -webkit-transition: 1s margin;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 600;
}

p {
  font-family: 'Queulat Soft W00 Regular';
  color: #000;
  font-size: 14px;
  margin: 30px 0;
  line-height: 1.5;
  font-weight: 400;
}

p a {
  color: #800e52;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

h1, h2 {
  color: #000;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  /* font-size: 80px; */
  font-size: 52px;
  font-family: 'Chelsea Market', cursive;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    h1,h2 {
        font-size: 30px;
    }
}

h3 {
  color: #000;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 34px;
  font-family: 'Chelsea Market', cursive;
  line-height: 1.2;
  text-transform: uppercase;
}

h4 {
  color: #000;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 22px;
  font-family: 'Chelsea Market', cursive;
  line-height: 1.2;
}

h5 {
  font-family: 'Queulat Soft W00 Regular';
  color: #000;
  font-size: 14px;
  margin: 30px 0;
  line-height: 1.5;
  font-weight: 400;
}

li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Queulat Soft W00 Regular';
}

input[type="text"],
textarea,
input[type="submit"],
select,
input[type="email"],
button {
  outline: none;
  border-radius: 0 !important;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
textarea,
select,
input[type="email"] {
  font-family: 'Queulat Soft W00 Regular';
}

input[type="submit"] {
  cursor: pointer;
}

a:not([href]) {
  cursor: pointer;
}

sup {
  font-family: monospace;
}

.container {
  float: left;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clear {
  clear: both;
}

.fakebody {
  float: left;
  width: 100%;
  height: 100%;
}

.wrapper {
  margin: 0 auto;
  width: 1280px;
}

.resp {
  display: none;
}

.hide {
  display: none;
}

/*header*/

#head {
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  padding: 35px 0 40px;
}

#head .logo {
  float: left;
  padding: 10px 0 0;
}

#head .logo img {
  float: left;
  height: 80px;
}

#head .right {
  float: right;
  padding-top: 25px;
}

#head .menu {
  float: left;
  margin-right: 30px;
}

#head .menu .label {
  display: none;
}

#head .menu ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#head .menu ul li {
  float: left;
  list-style: none;
  position: relative;
  padding: 13px 20px;
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
}

#head .menu ul li:last-child {
  padding-right: 0;
}

#head .menu ul li a {
  text-decoration: none;
  float: left;
  line-height: 20px;
  height: 20px;
  color: #000;
}

#head .menu ul li.selected a {
  color: #800e52;
  text-decoration: underline;
}

#head .menu ul li a:hover {
  color: #800e52;
  text-decoration: underline;
}

#head .menu ul li ul {
  display: none;
}

#head .social {
  float: right;
}

#head .social img {
  float: left;
  margin-left: 10px;
}

#head .social img:last-child {
  display: none;
}

#head .social a:hover img:first-child {
  display: none;
}

#head .social a:hover img:last-child {
  display: block;
}

.spacefiller {
  height: 165px;
}

/*isloading*/

.isloading-wrapper {
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  background-color: transparent;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}

.icon-spin {
  font-size: 40px;
  color: #49B3D7;
}

.button {
  cursor: pointer;
  text-decoration: none;
  width: auto;
  float: left;
  color: #fff;
  background: #9ec54c;
  font-family: 'Chelsea Market', cursive;
  font-size: 20px;
  width: 200px;
  font-weight: 400;
  text-align: center;
  border: 0;
  line-height: 50px;
  height: 50px;
  padding: 0;
  text-transform: uppercase;
}

.button:hover {
  background: #800e52;
}

.padding200 {
  padding: 200px 0;
}

.padding180 {
  padding: 180px 0;
}

.padding150 {
  padding: 150px 0;
}

.padding120 {
  padding: 120px 0;
}

.padding100 {
  padding: 100px 0;
}

.padding80 {
  padding: 80px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding40 {
  padding: 40px 0;
}

.padding30 {
  padding: 30px;
}

.centred {
  text-align: center;
}

.margin60 {
  margin-bottom: 60px;
}

.mobslider {
  display: none !important;
}

.slider {
  height: 640px;
}

.slider li {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slider li a {
  float: left;
  width: 100%;
  height: 100%;
}

.slider .nav {
  display: block;
  margin-top: -21px;
}

.slider .nav img {
  height: 42px;
}

.slider .nav .prev {
  margin-left: 45px;
}

.slider .nav .next {
  margin-right: 45px;
}

.slider table {
  height: 100%;
  width: 100%;
  float: left;
  border-spacing: 0;
  text-align: center;
}

.slider h2,
.slider h1 {
  color: #fff;
  margin: 0;
}

.slider .indicators {
  display: none;
}

.rain {
  padding: 70px 0 40px;
  text-align: center;
}

.rain h3 {
  margin-bottom: 40px;
}

.rain .graphic {
  width: 300px;
  margin-right: 20px;
  float: left;
}

.rain .graphic:first-child {
  margin-left: calc((100% - 1260px)/2);
  margin-left: -moz-calc((100% - 1260px)/2);
  margin-left: -webkit-calc((100% - 1260px)/2);
}

.rain .graphic:last-child {
  margin-right: 0px;
}

.rain .graphic .img {
  margin-bottom: 40px;
}

.rain .graphic .text {
  font-size: 24px;
}

.video {
  height: 670px;
}

.video .vidcover {
  height: 100%;
  cursor: pointer;
  position: relative;
}

.video table {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  border-spacing: 0;
  position: relative;
  z-index: 1;
}

.video img {
  width: 160px;
}

.video iframe {
  display: none;
  float: left;
  width: 100%;
  height: 100%;
}

.cup {
  padding-top: 160px;
  height: 475px;
}

.cup .left {
  float: left;
  width: 570px;
}

.cup .left p {
  font-size: 24px;
}

.instagram {
  text-align: center;
}

.instagram h3 {
  margin-bottom: 5px;
  text-transform: none;
}

.instagram h4 {
  margin-bottom: 40px;
  font-family: 'Queulat Soft W00 Regular';
  font-size: 24px;
}

.instagram .img {
  float: left;
  margin-right: 20px;
  width: calc((100% - 80px)/5);
  width: -moz-calc((100% - 80px)/5);
  width: -webkit-calc((100% - 80px)/5);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.instagram .img:nth-child(5n+5) {
  margin-right: 0px;
}

.about .story {
  height: 640px;
  overflow: hidden;
}

.about .story:first-child {
  height: 670px;
}

.about .story .wrapper {
  height: 100%;
}

.about .story .left {
  float: left;
  height: 100%;
  width: 50%;
  padding-right: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about .story .right {
  float: right;
  height: 100%;
  text-align: right;
  width: 50%;
  padding-left: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about .story.flipped .right {
  margin-right: 0;
  width: 50%;
  padding-left: 60px;
}

.about .story p {
  font-size: 24px;
}

.about .story p:last-child {
  margin-bottom: 0;
}

.about .story h5:last-child {
  margin-bottom: 0;
}

.about .story table {
  float: left;
  width: 570px;
  height: 100%;
  border-spacing: 0;
}

.about .story .left table {
  float: right;
}

.about .story.app {
  text-align: center;
}

.about .story.app table {
  width: 100%;
}

.about .story.app h1,
.about .story.app h2 {
  margin-bottom: 40px;
}

.about .story.app a:first-child img {
  margin-right: 80px;
}

.about .story.app .btn {
  float: left;
  width: 400px;
  padding: 10px;
  font-size: 52px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Chelsea Market', sans-serif;
  text-align: center;
  margin-top: 259px;
}

.about .story.app .btn.green {
  background: #9ec54c;
}

.about .story.app .btn.purple {
  background: #800e52;
}

.about .story.app .btn.green:hover {
  background: #800e52;
}

.about .story.app .btn.purple:hover {
  background: #9ec54c;
}

.about .story.app .btn:first-child {
  margin-right: 40px;
  margin-left: calc((100% - 840px)/2);
  margin-left: -moz-calc((100% - 840px)/2);
  margin-left: -webkit-calc((100% - 840px)/2);
}

.about .story.app iframe {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.about .story.app .iframe {
  float: left;
  width: 840px;
  margin-top: 80px;
  margin-left: calc((100% - 840px)/2);
  margin-left: -moz-calc((100% - 840px)/2);
  margin-left: -webkit-calc((100% - 840px)/2);
}

.about.work .story.app {
  height: auto;
  padding-bottom: 259px;
}

.about .story .right .button {
  float: right;
}

.about .story .image_only {
  padding: 0 !important;
}

.about .story .image_only table {
  width: 100%;
}

.about .story .image_only .button {
  float: left;
  margin-left: calc((100% - 200px)/2);
  margin-left: -moz-calc((100% - 200px)/2);
  margin-left: -webkit-calc((100% - 200px)/2);
}

.flavours .title {
  text-align: center;
  padding: 50px 0 30px;
}

.flavours .fourboxes .box {
  position: relative;
  float: left;
  height: 450px;
  width: 25%;
  font-size: 130px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Amatic SC', cursive;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.flavours .fourboxes .box table {
  float: left;
  width: 100%;
  height: 100%;
  border-spacing: 0;
  position: relative;
  z-index: 1;
}

.flavours .fourboxes .box .hover {
  float: left;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.flavours .fourboxes .box .hover .learn {
  font-family: 'Queulat Soft W00 Regular';
  font-size: 22px;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.flavours .fourboxes .box .hover img {
  height: 70%;
  margin-top: 40px;
}

.flavours .fourboxes .box:hover table {
  display: none;
}

.flavours .fourboxes .box:hover .hover {
  display: block;
}

.flavours .fourboxes .box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.flavours .category {
  display: none;
  padding: 50px 0 60px;
  position: relative;
}

.flavours .category:nth-child(1) {
  background: #9ec54c;
}

.flavours .category:nth-child(2) {
  background: #e7b8d2;
}

.flavours .category:nth-child(3) {
  background: #13a89e;
}

.flavours .category:nth-child(4) {
  background: #f7941d;
}

.flavours .category h1 {
  color: #fff;
  margin-bottom: -10px;
}

.flavours .category p {
  color: #fff;
  font-size: 24px;
}

.flavours .category p strong {
  text-transform: uppercase;
}

.flavours .category p:last-child {
  margin-bottom: 0;
}

.flavours .category .triangle {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  top: -50px;
  margin-left: -100px;
}

.flavours .category:nth-child(1) .triangle {
  border-bottom: 50px solid #9ec54c;
  left: 25%;
}

.flavours .category:nth-child(2) .triangle {
  border-bottom: 50px solid #e7b8d2;
  left: 50%;
}

.flavours .category:nth-child(3) .triangle {
  border-bottom: 50px solid #13a89e;
  left: 75%;
}

.flavours .category:nth-child(4) .triangle {
  border-bottom: 50px solid #f7941d;
  left: 100%;
}

.flavours .category .left {
  float: left;
  width: calc(100% - 370px);
  width: -moz-calc(100% - 370px);
  width: -webkit-calc(100% - 370px);
}

.flavours .category .right {
  float: right;
  width: 350px;
  margin-top: 60px;
  text-align: center;
}

.flavours .category .right img {
  width: 300px;
}

.flavours .category:nth-child(3) .right img,
.flavours .category:nth-child(4) .right img {
  width: 100%;
}

.flavours .search {
  padding: 40px 0;
}

.flavours .search input[type="text"] {
  float: left;
  margin-right: 10px;
  margin-top: 47px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #000;
  font-size: 16px;
  padding: 0 20px;
  width: 380px;
  margin-left: calc((100% - 470px)/2);
  margin-left: -moz-calc((100% - 470px)/2);
  margin-left: -webkit-calc((100% - 470px)/2);
}

.flavours .search img {
  float: left;
  width: 100px;
}

.flavours .circles {
  padding: 60px 0;
}

.flavours .circles .circle {
  float: left;
  width: 130px;
  margin-right: 20px;
  cursor: pointer;
}

.flavours .circles .circle:first-child {
  margin-left: calc((100% - 1030px)/2);
  margin-left: -moz-calc((100% - 1030px)/2);
  margin-left: -webkit-calc((100% - 1030px)/2);
}

.flavours .circles .circle:last-child {
  margin-right: 0;
}

.flavours .circles .circle img {
  float: left;
}

.flavours .circles .circle img:last-child {
  display: none;
}

.flavours .circles .circle.selected img:first-child,
.flavours .circles .circle:hover img:first-child {
  display: none;
}

.flavours .circles .circle.selected img:last-child,
.flavours .circles .circle:hover img:last-child {
  display: block;
}

.flavours .list {
  margin-top: 40px;
  min-height: 100px;
  position: relative;
}

.flavours .list .wrapper {
  padding: 0 60px;
}

.flavours .list .flavour {
  float: left;
  margin-right: 80px;
  margin-bottom: 60px;
  cursor: pointer;
  width: calc((100% - 240px)/4);
  width: -moz-calc((100% - 240px)/4);
  width: -webkit-calc((100% - 240px)/4);
}

.flavours .list .flavour:nth-child(4n+1) {
  clear: left;
}

.flavours .list .flavour:nth-child(4n+4) {
  margin-right: 0;
}

.flavours .list .flavour .img {
  background-size: auto;
}

.flavours .list .flavour .text {
  font-size: 22px;
  font-family: 'Chelsea Market', cursive;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 0 10px;
}

.flavours .list .loadmore {
  cursor: pointer;
  font-size: 34px;
  font-family: 'Chelsea Market', cursive;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0 20px;
}

.flavours .list .leaf {
  float: left;
  width: 100%;
}

.flavours .list h3 {
  text-align: center;
  float: left;
  width: 100%;
}

.flavours .list p {
  text-align: center;
  float: left;
  width: 100%;
  font-size: 24px;
  margin: 20px 0;
}

.find h1 {
  text-align: center;
  margin: 50px 0 30px;
}

.find .circles {
  padding: 30px 0 0;
}

.find .circles .circle {
  float: left;
  width: 130px;
  margin-right: 65px;
  cursor: pointer;
}

.find .circles .circle:first-child {
  margin-left: calc((100% - 520px)/2);
  margin-left: -moz-calc((100% - 520px)/2);
  margin-left: -webkit-calc((100% - 520px)/2);
}

.find .circles .circle:last-child {
  margin-right: 0;
}

.find .circles .circle img {
  float: left;
}

.find .circles .circle img:last-child {
  display: none;
}

.find .circles .circle.selected img:first-child,
.find .circles .circle:hover img:first-child {
  display: none;
}

.find .circles .circle.selected img:last-child,
.find .circles .circle:hover img:last-child {
  display: block;
}

.find .maps {
  padding-bottom: 80px;
}

.find .maps .map {
  float: left;
  margin-right: 60px;
  margin-top: 60px;
  width: calc((100% - 121px)/3);
  width: -moz-calc((100% - 121px)/3);
  width: -webkit-calc((100% - 121px)/3);
  background: #fff;
  box-shadow: 4px 4px 5px 0px rgba(178, 179, 182, 1);
}

.find .maps .map:nth-child(3n+1) {
  clear: left;
}

.find .maps .map:nth-child(3n+3) {
  margin-right: 0;
}

.find .maps .map .img img {
  float: left;
  width: 100%;
}

.find .maps .map .text {
  background: #fff;
  padding: 20px;
}

.find .maps .map .text h3 {
  color: #800e52;
  font-family: 'Chelsea Market', cursive;
  text-align: left;
  text-transform: none;
  font-size: 22px;
  margin: 0 0 10px;
}

.find .maps .map .text p {
  color: #b2b3b6;
  margin: 0;
}

.find .what {
  height: 475px;
}

.find .what .wrapper {
  height: 100%;
}

.find .what table {
  float: left;
  width: 570px;
  height: 100%;
  margin-left: calc((100% - 570px)/2);
  margin-left: -moz-calc((100% - 570px)/2);
  margin-left: -webkit-calc((100% - 570px)/2);
}

.find .what table h3 {
  margin-top: 0;
}

.find .what table h3:last-child {
  margin-bottom: 0;
}

.find .what table h3 a {
  color: #fff;
}

.find .what table p {
  font-size: 24px;
}

.find .what table p:last-child {
  margin-bottom: 0;
}

.find.detail {
  padding: 80px 0 120px;
}

.find.detail .left {
  float: left;
  width: calc((100% - 80px)/2);
  width: -moz-calc((100% - 80px)/2);
  width: -webkit-calc((100% - 80px)/2);
}

.find.detail .right {
  float: right;
  width: calc((100% - 80px)/2);
  width: -moz-calc((100% - 80px)/2);
  width: -webkit-calc((100% - 80px)/2);
}

.find.detail .right iframe {
  float: left;
  width: 100%;
  height: 630px;
}

.find.detail h4 {
  font-family: 'Queulat Soft W00 Regular';
  font-weight: 700;
  margin-top: 60px;
}

.find.detail p {
  font-size: 24px;
  margin: 20px 0;
}

.find.detail p a {
  text-decoration: none;
  color: #000;
}

.find.detail table td {
  padding: 0 0 10px;
  font-size: 24px;
}

.find.detail table td:first-child {
  padding-right: 20px;
}

.contact {
  padding: 80px 0 20px;
}

.contact h1,
.contact h2 {
  text-align: center;
  text-transform: none;
}

.contact p {
  font-size: 24px;
  text-align: center;
}

.contact form {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.contact .frapper {
  margin: 0 auto;
  width: 550px;
}

.contact .input {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.contact .input.half {
  margin-right: 40px;
  width: calc((100% - 40px)/2);
  width: -moz-calc((100% - 40px)/2);
  width: -webkit-calc((100% - 40px)/2);
}

.contact .input.half:nth-child(2n+2) {
  margin-right: 0;
}

.contact input[type="text"],
.contact input[type="email"],
.contact select,
.contact textarea {
  float: left;
  height: 50px;
  line-height: 46px;
  border: 2px solid #000;
  font-size: 24px;
  padding: 0 15px;
  width: 100%;
}

.contact select {
  padding-right: 60px;
  background-color: #fff;
  background-image: url(../images/dropdown.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.contact textarea {
  height: 250px;
  line-height: inherit;
  padding: 10px 15px;
}

.contact .bottom2 {
  display: none;
  margin-bottom: 20px;
}

.contact .bottom2 .frapper {
  width: 100%;
  padding: 0 60px;
}

.contact .bottom2 textarea {
  height: 135px;
}

.contact .bottom2 .left {
  float: left;
  margin-top: 30px;
  width: calc((100% - 80px)/2);
  width: -moz-calc((100% - 80px)/2);
  width: -webkit-calc((100% - 80px)/2);
}

.contact .bottom2 .right {
  float: right;
  width: calc((100% - 80px)/2);
  width: -moz-calc((100% - 80px)/2);
  width: -webkit-calc((100% - 80px)/2);
}

.contact .bottom2 h3 {
  margin: 50px 0;
  text-align: center;
}

.contact .bottom2 .file {
  margin-top: 30px;
}

.contact .bottom2 .file .label {
  float: left;
  margin-bottom: 0;
  width: calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: -webkit-calc(100% - 270px);
}

.contact .bottom2 .file label {
  float: right;
  width: 235px;
  border: 1px solid #000;
  text-align: center;
  height: 60px;
  line-height: 58px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Chelsea Market', cursive;
}

.contact .bottom2 .file input {
  display: none;
}

.contact .label {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: 'Chelsea Market', cursive;
}

.contact .button {
  margin-top: 50px;
  width: 550px;
  margin-left: calc((100% - 550px)/2);
  margin-left: -moz-calc((100% - 550px)/2);
  margin-left: -webkit-calc((100% - 550px)/2);
}

.contact .details {
  margin-top: 60px;
}

.contact .details .left {
  float: left;
  width: 50%;
  border-right: 1px solid #000;
  text-align: right;
  padding: 20px 0;
  padding-right: 40px;
}

.contact .details .left p {
  text-align: right;
}

.contact .details .right {
  float: right;
  width: 50%;
  border-left: 1px solid #000;
  text-align: left;
  padding: 20px 0;
  padding-left: 40px;
}

.contact .details .right p {
  text-align: left;
}

.contact .details p {
  margin: 5px 0;
}

.contact .details p a {
  text-decoration: none;
  color: #000;
}

.contact .details h3 {
  text-transform: none;
  margin-bottom: 5px;
}

.template.about p {
  font-size: 24px;
}

.template.about .story {
  text-align: center;
}

.template.about .story .left {
  padding: 0;
}

.template.about .story:first-child .left {
  text-align: left;
  width: 100%;
}

.template.about .story:first-child .left table {
  float: left;
}

.template.about .story .right {
  padding: 0;
  width: 50%;
  margin: 0;
  text-align: center;
}

.template.about .story .right h3 {
  color: #fff;
}

.template.about .story .right p {
  color: #fff;
}

.template.about .story.flipped .left {
  width: 50%;
  margin: 0;
}

.template.about .story table {
  width: 600px;
  margin-left: calc((100% - 600px)/2);
  margin-left: -moz-calc((100% - 600px)/2);
  margin-left: -webkit-calc((100% - 600px)/2);
}

.template.about .story .left table {
  margin-left: 0;
  margin-right: calc((100% - 600px)/2);
  margin-right: -moz-calc((100% - 600px)/2);
  margin-right: -webkit-calc((100% - 600px)/2);
}

.template.about .story.flipped .left h3 {
  color: #fff;
}

.template.about .story.flipped .left p {
  color: #fff;
}

.template.about .story.flipped .right h3 {
  color: #000;
}

.template.about .story.flipped .right p {
  color: #000;
}

.template.about .story .button {
  float: left;
  margin-left: calc((100% - 200px)/2);
  margin-left: -moz-calc((100% - 200px)/2);
  margin-left: -webkit-calc((100% - 200px)/2);
}

.template.about .story:first-child .button {
  margin-left: 0;
}

.template.template2.about {
  padding: 120px 0 80px;
}

.template.template2.about p:last-child {
  margin-bottom: 0;
}

.template.template2.about h5:last-child {
  margin-bottom: 0;
}

.template.template2.about h1,
.template.template2.about h2 {
  font-size: 52px;
}

.template.template2.about img {
  height: auto !important;
}

.template.template2.about iframe {
  max-width: 100%;
}

.template.template2.about .buttons {
  margin-top: 20px;
}

.template.template2.about .buttons .button {
  margin-top: 10px;
  margin-right: 10px;
}

.template.template2.about .buttons .button:last-child {
  margin-right: 0;
}

.template.about .story .image_only table {
  width: 100%;
  margin: 0;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
  font-family: 'Queulat Soft W00 Regular';
  font-style: italic;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
  font-family: 'Queulat Soft W00 Regular';
  font-style: italic;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
  font-family: 'Queulat Soft W00 Regular';
  font-style: italic;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
  font-family: 'Queulat Soft W00 Regular';
  font-style: italic;
}

/*popovers*/

.popover {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
}

.popover .overlay {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.popover .poptext {
  width: 600px;
  box-sizing: border-box;
  margin-top: 200px;
  padding: 80px;
  position: relative;
  z-index: 1;
  float: left;
  background: #fff;
  margin-left: calc((100% - 600px)/2);
  margin-left: -moz-calc((100% - 600px)/2);
  margin-left: -webkit-calc((100% - 600px)/2);
}

.popover .poptext .head {
  float: left;
  width: 100%;
}

.popover .poptext .head .ttl {
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.popover .poptext .head .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.popover .poptext .head .close img {
  width: 15px;
}

.popover .poptext .body {
  float: left;
  width: 100%;
}

.popover .poptext .body p {
  text-align: center;
}

.popover .poptext .body p:last-child {
  margin-bottom: 0;
}

.popover .poptext .body input[type="text"],
.popover .poptext .body input[type="email"],
.popover .poptext .body select {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 0;
  background: #F0F0F0;
  color: #363636;
  font-weight: 700;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  font-size: 14px;
  width: calc((100% - 10px)/2);
  width: -moz-calc((100% - 10px)/2);
  width: -webkit-calc((100% - 10px)/2);
}

.popover .poptext .body input[type="text"]:nth-child(2n+2),
.popover .poptext .body input[type="email"]:nth-child(2n+2),
.popover .poptext .body select:nth-child(2n+2) {
  margin-right: 0;
}

.popover .poptext .body select {
  background-color: #fff;
  background-image: url(../images/dropdown.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.popover .poptext .body textarea {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 0;
  background: #F0F0F0;
  color: #363636;
  font-weight: 700;
  height: 150px;
  padding: 15px;
  font-size: 14px;
  width: 100%;
}

.popover .poptext .body .input {
  background: #F0F0F0;
  padding: 5px;
  margin-bottom: 10px;
}

.popover .poptext .body .input .files {
  float: left;
  line-height: 35px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
}

.popover .poptext .body .input .button {
  float: right;
  line-height: 35px;
  height: 35px;
  width: 140px;
}

.popover .poptext .body .input input {
  display: none;
}

.popover .poptext .body .submit {
  width: 100%;
}

.flavpop.popover .poptext {
  padding: 40px;
  width: 1000px;
  margin-top: 50px;
  height: calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  margin-left: calc((100% - 1000px)/2);
  margin-left: -moz-calc((100% - 1000px)/2);
  margin-left: -webkit-calc((100% - 1000px)/2);
}

.flavpop.popover .poptext .head .close {
  right: 10px;
  top: 10px;
}

.flavpop.popover .poptext .head .close img {
  width: 35px;
}

.flavpop.popover .poptext .body {
  height: 100%;
  overflow: auto;
}

.flavpop.popover .poptext .body::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.flavpop.popover .poptext .left {
  float: left;
  width: 290px;
  padding-right: 40px;
  border-right: 2px solid #000;
  text-align: center;
}

.flavpop.popover .poptext .left .img {
  background-size: auto;
}

.flavpop.popover .poptext .left .icons {
  margin-top: 20px;
  padding: 0 10px;
}

.flavpop.popover .poptext .left .icons .icon {
  float: left;
  width: 50%;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.flavpop.popover .poptext .left .icons .icon:nth-child(2n+1) {
  clear: left;
}

.flavpop.popover .poptext .right {
  float: right;
  padding-left: 40px;
  width: calc(100% - 290px);
  width: -moz-calc(100% - 290px);
  width: -webkit-calc(100% - 290px);
}

.flavpop.popover .poptext p {
  margin: 20px 0;
}

.flavpop.popover .poptext .right p {
  text-align: left;
}

.flavpop.popover .poptext table {
  font-size: 14px;
  border-spacing: 0;
}

.flavpop.popover .poptext table td {
  border-bottom: 1px solid #000;
  padding: 5px 0;
}

.flavpop.popover .poptext table td:first-child {
  padding-left: 10px;
  padding-right: 10px;
}

.flavpop.popover .poptext table td:last-child {
  padding-right: 10px;
}

.footer .top {
  padding: 60px 0 40px;
}

.footer .top .left {
  float: left;
  width: calc(100% - 260px);
  width: -moz-calc(100% - 260px);
  width: -webkit-calc(100% - 260px);
}

.footer .top .left h3 {
  margin-bottom: 30px;
  text-transform: none;
}

.footer .top .left p {
  font-size: 16px;
}

.footer .top .left input[type="email"],
.footer .top .left select {
  float: left;
  margin-right: 35px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #000;
  font-size: 16px;
  padding: 0 20px;
  width: calc((100% - 270px)/2);
  width: -moz-calc((100% - 270px)/2);
  width: -webkit-calc((100% - 270px)/2);
}

.footer .top .left select {
  background-color: #fff;
  background-image: url(../images/dropdown.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.footer .top .right {
  float: right;
  width: 192px;
}

.footer .top .right img {
  float: right;
}

.footer .bottom {
  background: #800e52;
  line-height: 30px;
  padding: 30px 0;
  color: #fff;
  font-size: 16px;
}

.footer .bottom a {
  color: #fff;
  text-decoration: none;
}

.footer .bottom a:hover {
  text-decoration: underline;
}

.footer .bottom .left {
  float: left;
}

.footer .bottom .left .spacer {
  margin: 0 5px;
}

.footer .bottom .right {
  float: right;
}

.fiesta {
  padding: 80px 0;
  text-align: center;
}

/*responsive*/

@media (max-width: 1500px) {
  .flavours .fourboxes .box .hover img {
    height: auto;
    width: 70%;
  }
  .flavours .fourboxes .box .hover img {
    margin-top: 60px;
  }
}

@media (max-width: 1440px) {
  .template.about .story .left,
  .template.about .story .right {
    padding: 0 60px;
  }
  .template.about .story table {
    width: 100%;
    margin: 0 !important;
  }
}

@media (max-width: 1340px) {
  .wrapper {
    padding: 0 30px;
    width: 100%;
  }
  .rain .graphic {
    margin-right: 20px;
    width: 215px;
  }
  .rain .graphic:first-child {
    margin-left: calc((100% - 920px)/2);
    margin-left: -moz-calc((100% - 920px)/2);
    margin-left: -webkit-calc((100% - 920px)/2);
  }
  .about .story table {
    width: 100%;
  }
  .about .story .wrapper .left {
    padding-left: 30px;
  }
  .about .story .left {
    padding-left: 60px;
  }
  .about .story .right {
    padding-right: 60px;
  }
  .flavours .fourboxes .box .hover img {
    margin-top: 80px;
  }
  .contact .bottom2 .frapper {
    padding: 0;
  }
  .contact .bottom2 .left {
    width: calc((100% - 40px)/2);
    width: -moz-calc((100% - 40px)/2);
    width: -webkit-calc((100% - 40px)/2);
  }
  .contact .bottom2 .right {
    width: calc((100% - 40px)/2);
    width: -moz-calc((100% - 40px)/2);
    width: -webkit-calc((100% - 40px)/2);
  }
  .slider .nav {
    display: none;
  }
  .slider .nav .prev {
    margin-left: 30px;
  }
  .slider .nav .next {
    margin-right: 30px;
  }
}

@media (max-width: 1250px) {
  .flavours .circles .circle {
    margin-right: 10px;
  }
  .flavours .circles .circle:first-child {
    margin-left: calc((100% - 970px)/2);
    margin-left: -moz-calc((100% - 970px)/2);
    margin-left: -webkit-calc((100% - 970px)/2);
  }
}

@media (max-width: 1200px) {
  #head {
    padding: 30px 0;
  }
  #head .logo {
    padding-top: 0;
  }
  #head .logo img {
    height: 60px;
  }
  #head .right {
    padding-top: 5px;
  }
  #head .menu ul li {
    padding: 13px 10px;
  }
  .spacefiller {
    height: 120px;
  }
  .flavours .fourboxes .box .hover img {
    margin-top: 100px;
  }
  .flavours .circles .circle {
    width: 110px;
  }
  .flavours .circles .circle:first-child {
    margin-left: calc((100% - 830px)/2);
    margin-left: -moz-calc((100% - 830px)/2);
    margin-left: -webkit-calc((100% - 830px)/2);
  }
  .flavours .list .flavour {
    margin-right: 40px;
    width: calc((100% - 120px)/4);
    width: -moz-calc((100% - 120px)/4);
    width: -webkit-calc((100% - 120px)/4);
  }
}

@media (max-width: 1024px) {
  #head .menu ul li a:hover {
    text-decoration: none;
  }
  .flavours .fourboxes .box:hover table {
    display: table;
  }
  .flavours .fourboxes .box:hover .hover {
    display: none;
  }
  #head .social a:hover img:first-child {
    display: block;
  }
  #head .social a:hover img:last-child {
    display: none;
  }
  .slider .nav {
    display: none !important;
  }
  .flavours .circles .circle:hover img:first-child {
    display: block;
  }
  .flavours .circles .circle:hover img:last-child {
    display: none;
  }
  .flavours .circles .circle.selected:hover img:first-child {
    display: none;
  }
  .flavours .circles .circle.selected:hover img:last-child {
    display: block;
  }
  .find .circles .circle:hover img:first-child {
    display: block;
  }
  .find .circles .circle:hover img:last-child {
    display: none;
  }
  .find .circles .circle.selected:hover img:first-child {
    display: none;
  }
  .find .circles .circle.selected:hover img:last-child {
    display: block;
  }
  .slider .indicators {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
}

@media (max-width: 1023px) {
  .padding200 {
    padding: 40px 0;
  }
  .padding180 {
    padding: 40px 0;
  }
  .padding150 {
    padding: 40px 0;
  }
  .padding120 {
    padding: 40px 0;
  }
  .padding100 {
    padding: 40px 0;
  }
  .padding80 {
    padding: 40px 0;
  }
  .padding60 {
    padding: 40px 0;
  }
  #head .social {
    float: left;
  }
  #head .social a:last-child {
    display: none;
  }
  #head .social img {
    height: 25px;
  }
  #head .right {
    padding-top: 15px;
  }
  #head .menu {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
  }
  #head .menu .label {
    display: block;
    float: right;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  #head .menu .label img {
    width: 25px;
    vertical-align: baseline;
  }
  #head .menu .label img:last-child {
    display: none;
  }
  #head.open .menu .label img:first-child {
    display: none;
  }
  #head.open .menu .label img:last-child {
    display: inline;
  }
  #head .menu .list {
    display: none;
    position: fixed;
    background: #800e52;
    top: 120px;
    right: 0;
    padding: 0;
    width: 100%;
    height: calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: -webkit-calc(100% - 120px);
  }
  #head.open {
    position: fixed;
  }
  #head.open .menu .list {
    display: block;
  }
  #head.open .menu .label {
    position: relative;
    z-index: 1;
  }
  #head.open .logo {
    position: relative;
    z-index: 1;
  }
  #head .menu ul {
    width: 100%;
    height: auto;
    padding-top: 60px;
  }
  #head .menu ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 30px !Important;
    box-sizing: border-box;
    list-style: none;
    height: auto;
  }
  #head .menu ul li a {
    color: #fff;
    float: left;
    width: 100%;
    text-align: left;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Chelsea Market', sans-serif;
    border-bottom: 1px solid #fff;
  }
  #head .menu ul li a:hover {
    color: #fff;
  }
  #head .menu ul li.selected a {
    color: #9ec54c;
    text-decoration: none;
  }
  #head .menu ul li.selected a:hover {
    color: #9ec54c;
  }
  #head .menu ul li.resp {
    display: block;
  }
  .rain {
    padding: 40px 0;
  }
  .rain .graphic {
    width: 300px;
    margin-right: 40px;
    margin-top: 40px;
  }
  .rain .graphic:nth-child(1),
  .rain .graphic:nth-child(2) {
    margin-top: 0;
  }
  .rain .graphic:nth-child(2n+1) {
    clear: left;
    margin-left: calc((100% - 640px)/2);
    margin-left: -moz-calc((100% - 640px)/2);
    margin-left: -webkit-calc((100% - 640px)/2);
  }
  .rain .graphic:nth-child(2n+2) {
    margin-right: 0;
  }
  .video {
    height: 400px;
  }
  .video img {
    width: 80px;
  }
  .footer .top {
    padding-top: 40px;
  }
  .instagram {
    padding-bottom: 0;
  }
  .footer .top .left {
    width: 100%;
    text-align: center;
  }
  .footer .top .right {
    width: 100%;
    text-align: center;
  }
  .footer .top .right img {
    float: none;
  }
  .about .story {
    height: auto;
  }
  .about .story .left,
  .about .story.flipped .left {
    width: 100% !Important;
    height: auto;
    padding: 120px 30px;
  }
  .about .story .right,
  .about .story.flipped .right {
    width: 100% !Important;
    height: auto;
    padding: 120px 30px;
  }
  .about .story .wrapper .left {
    padding-left: 0;
  }
  .about .story table {
    text-align: center;
  }
  .about .story:first-child {
    position: relative;
    height: 500px;
  }
  .about .story:first-child table {
    text-align: left;
  }
  .about .story:first-child .left {
    position: absolute;
    left: 0;
    bottom: 50px;
    height: auto;
    padding: 0 30px;
  }
  .about .story .image_only {
    height: 500px !important;
  }
  .about .story .button {
    float: left !important;
    margin-left: calc((100% - 200px)/2);
    margin-left: -moz-calc((100% - 200px)/2);
    margin-left: -webkit-calc((100% - 200px)/2);
  }
  .about .story:first-child .button {
    margin-left: 0;
  }
  .flavours .title {
    padding: 40px 0 20px;
  }
  .flavours .fourboxes .box {
    width: 50%;
    height: 400px;
  }
  .flavours .category {
    z-index: 1;
    padding: 40px 0;
  }
  .flavours .category .triangle {
    margin-left: -40px;
  }
  .flavours .category:nth-child(3) .triangle {
    left: 25%;
  }
  .flavours .category:nth-child(2) .triangle,
  .flavours .category:nth-child(4) .triangle {
    left: 75%;
  }
  .flavours .category:nth-child(1),
  .flavours .category:nth-child(2) {
    margin-top: -400px;
  }
  .flavours .category .left {
    width: 100%;
    text-align: center;
  }
  .flavours .category .right {
    width: 100%;
    margin-top: 40px;
  }
  .flavours .category:nth-child(3) .right img,
  .flavours .category:nth-child(4) .right img {
    width: 350px;
  }
  .flavours .category .triangle {
    border-bottom-width: 30px !Important;
    top: -30px;
    margin-left: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
  .flavpop.popover .poptext {
    height: 100%;
    width: 100%;
    margin: 0;
    max-height: inherit;
    padding: 30px;
  }
  .flavpop.popover .poptext .left {
    width: 100%;
    border: 0;
    padding: 0;
    height: auto !Important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .flavpop.popover .poptext .right {
    width: 100%;
    padding: 0;
  }
  .flavpop.popover .poptext .left .img {
    width: 230px;
    margin-left: calc((100% - 230px)/2);
    margin-left: -moz-calc((100% - 230px)/2);
    margin-left: -webkit-calc((100% - 230px)/2);
  }
  .flavpop.popover .poptext .left .icons {
    margin-top: 0;
    padding: 0;
  }
  .flavpop.popover .poptext .left .icons .icon {
    float: none;
    width: 100px;
    display: inline-block;
  }
  .flavpop.popover .poptext table {
    width: 100%;
  }
  .flavpop.popover .poptext table td:last-child {
    width: 50px;
  }
  .flavours .circles .circle {
    margin-top: 10px;
  }
  .flavours .circles .circle:first-child {
    clear: left;
    margin-left: calc((100% - 470px)/2);
    margin-left: -moz-calc((100% - 470px)/2);
    margin-left: -webkit-calc((100% - 470px)/2);
  }
  .flavours .circles .circle:nth-child(5) {
    clear: left;
    margin-left: calc((100% - 350px)/2);
    margin-left: -moz-calc((100% - 350px)/2);
    margin-left: -webkit-calc((100% - 350px)/2);
  }
  .flavours .circles .circle:nth-child(4n+4) {
    margin-right: 0;
  }
  .flavours .search input[type="text"] {
    margin-top: 18px;
  }
  .flavours .search img {
    width: 70px;
  }
  .flavours .circles {
    padding: 0
  }
  .flavours .list .flavour {
    margin-bottom: 40px;
    width: calc((100% - 40px)/2);
    width: -moz-calc((100% - 40px)/2);
    width: -webkit-calc((100% - 40px)/2);
  }
  .flavours .list .flavour:nth-child(2n+2) {
    margin-right: 0;
  }
  .flavours .list .flavour .img {
    width: 230px;
    margin-left: calc((100% - 230px)/2);
    margin-left: -moz-calc((100% - 230px)/2);
    margin-left: -webkit-calc((100% - 230px)/2);
  }
  .flavours .list .loadmore {
    padding: 0;
  }
  .find h3 {
    margin: 40px 0 10px;
  }
  .find .maps {
    padding-bottom: 40px;
  }
  .find .maps .map {
    margin-right: 20px;
    margin-top: 20px;
    width: calc((100% - 20px)/2);
    width: -moz-calc((100% - 20px)/2);
    width: -webkit-calc((100% - 20px)/2);
  }
  .find .maps .map:nth-child(3n+3) {
    margin-right: 20px;
  }
  .find .maps .map:nth-child(2n+2) {
    margin-right: 0px;
  }
  .find .maps .map:nth-child(3n+1) {
    clear: none;
  }
  .find .maps .map:nth-child(2n+1) {
    clear: left;
  }
  .find .circles {
    margin-bottom: 20px;
  }
  .find .circles .circle {
    width: 110px;
    margin-right: 10px;
  }
  .find .circles .circle:first-child {
    margin-left: calc((100% - 590px)/2);
    margin-left: -moz-calc((100% - 590px)/2);
    margin-left: -webkit-calc((100% - 590px)/2);
  }
  .slider.find-detail {
    display: none !important;
  }
  .find.detail {
    text-align: center;
    padding: 40px 0 0;
  }
  .find.detail h1,
  .find.detail h2 {
    display: none;
    font-size: 52px;
    margin-bottom: 40px;
  }
  .find.detail h1.resp,
  .find.detail h2.resp {
    display: block;
  }
  .find.detail .left {
    width: 100%;
  }
  .find.detail .right {
    width: 100%;
  }
  .find.detail h4 {
    margin-top: 40px;
  }
  .find.detail table {
    display: inline;
  }
  .about .story.app:first-child table {
    text-align: center;
  }
  .about .story.app .btn {
    width: 300px;
    font-size: 34px;
    margin-top: 150px;
  }
  .about.work .story.app {
    padding-bottom: 150px;
  }
  .about .story.app .btn:first-child {
    margin-left: calc((100% - 640px)/2);
    margin-left: -moz-calc((100% - 640px)/2);
    margin-left: -webkit-calc((100% - 640px)/2);
  }
  .about .story.app iframe {
    margin-top: 30px;
  }
  .about .story.app .iframe {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .contact .bottom2 .frapper {
    width: 550px;
  }
  .contact .bottom2 .left {
    width: 100%;
  }
  .contact .bottom2 .right {
    width: 100%;
  }
  .contact .bottom2 h3 {
    margin: 30px 0 10px;
  }
  .contact .bottom2 .file {
    margin-top: 0;
  }
  .contact .button {
    margin-top: 10px;
  }
  .contact .details {
    margin-top: 40px;
  }
  .contact .details p {
    font-size: 20px;
  }
  .template.template2.about {
    padding: 40px 0 0;
  }
  .template.about .story:first-child {
    height: auto;
    padding: 120px 30px;
  }
  .template.about .story:first-child .left {
    position: relative;
    bottom: initial;
    padding: 0;
  }
  .template.about .story:first-child table {
    text-align: center;
  }
  .template.about .story .left,
  .template.about .story .right {
    height: auto;
    padding: 120px 30px;
  }
  .template.about .story:first-child .button {
    margin-left: calc((100% - 200px)/2);
    margin-left: -moz-calc((100% - 200px)/2);
    margin-left: -webkit-calc((100% - 200px)/2);
  }
  .fiesta {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .wrapper {
    padding: 0 15px;
  }
  #head {
    padding: 20px 0;
  }
  #head .logo img {
    height: 45px;
  }
  #head .right {
    padding-top: 10px;
  }
  #head .menu .list {
    top: 85px;
    height: calc(100% - 85px);
    height: -moz-calc(100% - 85px);
    height: -webkit-calc(100% - 85px);
  }
  #head .menu ul {
    padding-top: 40px;
  }
  #head .menu ul li {
    padding: 0 20px !important;
  }
  .spacefiller {
    height: 85px;
  }
  .slider {
    border-bottom: 10px solid #800e52;
    height: calc(100% - 85px);
    height: -moz-calc(100% - 85px);
    height: -webkit-calc(100% - 85px);
  }
  h3 {
    font-size: 24px;
  }
  .rain h3 {
    margin-bottom: 20px;
  }
  .rain .graphic {
    margin-left: 0 !important;
    margin-right: 20px;
    width: calc((100% - 20px)/2);
    width: -moz-calc((100% - 20px)/2);
    width: -webkit-calc((100% - 20px)/2);
  }
  .rain .graphic .img {
    margin-bottom: 20px;
  }
  .rain .graphic .text {
    font-size: 14px;
    font-weight: 700;
  }
  .video {
    height: 300px;
  }
  .video img {
    width: 60px;
  }
  .cup {
    padding-top: 130px;
    height: 350px;
  }
  .cup .left {
    width: 100%;
  }
  .cup .left p {
    font-size: 16px;
  }
  .cup .left h3 {
    width: 130px;
    margin-bottom: -15px;
  }
  .instagram h3 {
    margin-bottom: 25px;
  }
  .instagram .img {
    margin-right: 15px;
    margin-top: 15px;
    width: calc((100% - 15px)/2);
    width: -moz-calc((100% - 15px)/2);
    width: -webkit-calc((100% - 15px)/2);
  }
  .instagram .img:nth-child(2n+2) {
    margin-right: 0;
  }
  .instagram .img:nth-child(5) {
    display: none;
  }
  .footer .top .left form {
    width: 100%;
    padding: 0 25px;
  }
  .footer .top .left input[type="email"],
  .footer .top .left select {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer .top .left .button {
    margin-left: calc((100% - 200px)/2);
    margin-left: -moz-calc((100% - 200px)/2);
    margin-left: -webkit-calc((100% - 200px)/2);
  }
  .footer .top .left p {
    font-size: 14px;
  }
  .footer .bottom .left {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .footer .bottom .left span {
    float: left;
    width: 100%;
    line-height: 20px;
  }
  .footer .bottom .left a {
    float: left;
    width: 100%;
  }
  .footer .bottom .left span.spacer {
    display: none;
  }
  .slider h1,
  .slider h2 {
    font-size: 34px;
  }
  .about .story p {
    font-size: 16px;
  }
  .about .story:first-child {
    height: 350px;
  }
  .about .story:first-child .left {
    padding: 0 15px;
    bottom: 30px;
  }
  .about .story .image_only {
    height: 350px !important;
  }
  .about .story .left,
  .about .story.flipped .left {
    padding: 80px 30px;
  }
  .about .story .right,
  .about .story.flipped .right {
    padding: 80px 30px;
  }
  .flavours .fourboxes .box {
    font-size: 52px;
    height: 200px;
  }
  .flavours .category:nth-child(1),
  .flavours .category:nth-child(2) {
    margin-top: -200px;
  }
  .flavours .category h1 {
    font-size: 52px;
  }
  .flavours .category p {
    font-size: 16px;
  }
  .flavours .category .right img {
    width: 200px;
  }
  .flavours .category:nth-child(3) .right img,
  .flavours .category:nth-child(4) .right img {
    width: 230px;
  }
  .flavpop.popover .poptext {
    padding: 15px;
  }
  .flavpop.popover .poptext .head .close img {
    width: 25px;
  }
  .flavpop.popover .poptext .left .icons .icon {
    width: 50px;
  }
  .flavpop.popover .poptext h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .flavpop.popover .poptext p {
    margin: 10px 0;
  }
  .flavours .list .wrapper {
    padding: 0 15px;
  }
  .flavours .list .flavour .img {
    width: 100%;
    margin-left: 0;
    background-size: contain;
  }
  .flavours .list .flavour .text {
    font-size: 16px;
  }
  .flavours .list .loadmore {
    font-size: 24px;
  }
  .flavours .search .wrapper {
    padding: 0 40px;
  }
  .flavours .search input[type="text"] {
    margin-top: 8px;
    margin-left: 0;
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
  }
  .flavours .search img {
    width: 60px;
  }
  .flavours .circles .circle {
    width: calc((100% - 30px)/4);
    width: -moz-calc((100% - 30px)/4);
    width: -webkit-calc((100% - 30px)/4);
  }
  .flavours .circles .circle:first-child {
    margin-left: 0;
  }
  .flavours .circles .circle:nth-child(5) {
    margin-left: calc(((100% - 30px)/4 + 10px)/2);
    margin-left: -moz-calc(((100% - 30px)/4 + 10px)/2);
    margin-left: -webkit-calc(((100% - 30px)/4 + 10px)/2);
  }
  .find .maps .map {
    margin-right: 0 !important;
    width: 100%;
  }
  .find .maps .map .text {
    font-size: 18px;
    margin-top: 10px;
  }
  .find .what {
    position: relative;
    height: 350px;
  }
  .find .what table {
    position: absolute;
    bottom: 30px;
    right: 15px;
    height: auto;
    display: block;
    margin-left: 0;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
  }
  .find .what table p {
    font-size: 16px;
  }
  .find .what table h3 {
    margin-bottom: -15px;
  }
  .find .circles {
    display: flex;
    justify-content: center;
  }
  .find .circles .circle {
    width: calc((100% - 40px)/5);
    width: -moz-calc((100% - 40px)/5);
    width: -webkit-calc((100% - 40px)/5);
  }
  .find .circles .circle:first-child {
    margin-left: 0;
  }
  .find.detail h1.resp,
  .find.detail h2.resp {
    font-size: 34px;
  }
  .find.detail h4 {
    font-size: 16px;
  }
  .find.detail p {
    font-size: 16px;
  }
  .find.detail table td {
    font-size: 16px;
  }
  .about .story.app h1,
  .about .story.app h2 {
    font-size: 34px;
  }
  .about .story.app img {
    width: 150px;
    float: left;
    margin-right: 0 !important;
    margin-left: calc((100% - 150px)/2);
    margin-left: -moz-calc((100% - 150px)/2);
    margin-left: -webkit-calc((100% - 150px)/2);
  }
  .about .story.app a:first-child img {
    margin-bottom: 20px;
  }
  .about .story.app h1,
  .about .story.app h2 {
    margin-bottom: 20px;
  }
  .about .story.app .btn {
    margin-top: 80px;
    margin-right: 0 !Important;
    margin-left: calc((100% - 300px)/2) !important;
    margin-left: -moz-calc((100% - 300px)/2) !important;
    margin-left: -webkit-calc((100% - 300px)/2) !important;
  }
  .about .story.app .btn:nth-child(2) {
    margin-top: 30px;
  }
  .about.work .story.app {
    padding-bottom: 80px;
  }
  .contact .frapper {
    width: 100% !important;
    padding: 0 25px !important;
  }
  .contact {
    padding: 40px 0 0;
  }
  .contact h1,
  .contact h2 {
    font-size: 34px;
    margin-bottom: -15px;
  }
  .contact p {
    font-size: 16px;
  }
  .contact form {
    margin-top: 10px;
  }
  .contact .label {
    font-size: 16px;
  }
  .contact input[type="text"],
  .contact input[type="email"],
  .contact select,
  .contact textarea {
    font-size: 16px;
  }
  .contact .input.half {
    margin-right: 20px;
    width: calc((100% - 20px)/2);
    width: -moz-calc((100% - 20px)/2);
    width: -webkit-calc((100% - 20px)/2);
  }
  .contact .details .left {
    padding-right: 20px;
  }
  .contact .details .right {
    padding-left: 20px;
  }
  .contact .details p {
    font-size: 12px;
  }
  .template.about p {
    font-size: 16px;
  }
  .template.about .story .left,
  .template.about .story .right {
    padding: 80px 30px;
  }
  .template.about .story:first-child {
    padding: 80px 30px;
  }
  .homeslider {
    display: none !important;
  }
  .mobslider {
    display: block !important;
  }
  .flavours .list p {
    font-size: 16px;
  }
  .contact .bottom2 .file .label {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .bottom2 .file label {
    width: 100%;
  }
  .contact .button {
    margin-left: 25px;
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
  }
  .popover .poptext {
    padding: 40px;
    margin-top: 50px;
    margin-left: 10px;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    max-height: calc(100% - 100px);
    max-height: -moz-calc(100% - 100px);
    max-height: -webkit-calc(100% - 100px);
  }
  .template.template2.about .buttons .button {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-height: 500px) {
  #head .menu ul {
    padding-top: 0;
  }
}

@media (max-width: 390px) {
  .cup {
    height: auto;
  }
}

@media (max-width: 360px) {
  .footer .top .left form {
    padding: 0;
  }
  .about .story.app .btn {
    font-size: 24px;
    width: 250px;
    margin-left: calc((100% - 250px)/2) !important;
    margin-left: -moz-calc((100% - 250px)/2) !important;
    margin-left: -webkit-calc((100% - 250px)/2) !important;
  }
  .contact .input.half {
    width: 100%;
    margin-right: 0;
  }
}