@font-face {
  font-family: 'GothamBook';
  src: url('fonts/Gotham-Book.eot');
  src: url('fonts/Gotham-Book.eot') format('embedded-opentype'),
       url('fonts/Gotham-Book.woff') format('woff'),
       url('fonts/Gotham-Book.ttf') format('truetype'),
       url('fonts/Gotham-Book.svg#GothamBook') format('svg');
}

@font-face {
  font-family: 'GothamMedium';
  src: url('fonts/Gotham-Medium.eot');
  src: url('fonts/Gotham-Medium.eot') format('embedded-opentype'),
       url('fonts/Gotham-Medium.woff') format('woff'),
       url('fonts/Gotham-Medium.ttf') format('truetype'),
       url('fonts/Gotham-Medium.svg#GothamMedium') format('svg');
}

@font-face {
  font-family: 'GothamBold';
  src: url('fonts/Gotham-Bold.eot');
  src: url('fonts/Gotham-Bold.eot') format('embedded-opentype'),
       url('fonts/Gotham-Bold.woff') format('woff'),
       url('fonts/Gotham-Bold.ttf') format('truetype'),
       url('fonts/Gotham-Bold.svg#GothamBold') format('svg');
}

body {
  background-color: #fff;
	font-family: 'GothamBook', Arial;
	font-size: 15px;
	color: #58585a;
	line-height: normal;
}

.clear:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0!important;
  line-height: 0;
  font-size: xx-large;
  content: ".";
}

a,
a:visited {
  color: #be1523;
  text-decoration: none;
	transition: color ease 0.3s;
}

a:hover {
  color: #58585a;
}

.btn,
.btn:visited {
  background: url('../images/btn.png') no-repeat scroll right center;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #000;
  padding-right: 50px;
  font-family: 'GothamBold', Arial;
  font-size: 13px;
  min-height: 36px;
}

.btn:hover {
  color: #be1523;
}

.btn.white {
  background-image: url('../images/btn_white.png');
  color: #fff;
}

.btn.white:hover {
  color: #000;
}

.btn.back {
  background: url('../images/btn_back.png') no-repeat scroll 0 center;
  padding: 0 0 0 50px;
}

.btn_border,
.btn_border:visited {
  border: 1px solid #be1522;
  display: inline-block;
  padding: 5px 30px;
}

.btn_scroll,
.btn_scroll:visited {
  background: url('../images/btn_scroll.png') no-repeat scroll 0 0;
  display: block;
  width: 36px;
  height: 36px;
  color: #000;
  position: relative;
  animation: jump 4s infinite;
}

.btn_scroll:hover {
  color: #be1523;
}

.btn_scroll:after {
  content: "scroll";
  display: block;
  font-family: 'GothamBold', Arial;
  font-size: 13px;
  line-height: 13px;
  position: absolute;
  left: 50%;
  top: -35px;
  z-index: 100;
  transform: rotate(-90deg) translateY(-150%);
}

.btn_menu {
  background-color: transparent;
  display: block;
  width: 20px;
  height: 18px;
  appearance: none;
  box-shadow: none;
  border: 0 none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}

.btn_menu:focus {
  outline: none;
}

.btn_menu span {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 2px;
  background: #58585a;
}

.btn_menu span:before,
.btn_menu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #58585a;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.btn_menu span:before {
  top: -6px;
  transition-property: top, transform;
}

.btn_menu span:after {
  bottom: -6px;
  transition-property: bottom, transform;
}

.btn_menu:hover span,
.btn_menu:hover span:before,
.btn_menu:hover span:after {
  background-color: #be1523;
}

.btn_menu.active {
  background-color: transparent;
}

.btn_menu.active span {
  background: transparent;
  transition-duration: 0.3s, 0.3s;
}

.btn_menu.active span:before {
  background-color: #ff003c;
  top: 0;
  transform: rotate(45deg);
}

.btn_menu.active span:after {
  background-color: #ff003c;
  bottom: 0;
  transform: rotate(-45deg);
}

.btn_menu.active span:before,
.btn_menu.active span:after {
  transition-delay: 0s, 0.3s;
}

.btn_menu.active:hover {
  background-color: transparent;
}

.btn_menu.active:hover span {
  background: transparent;
}

@keyframes jump {0% {top: 0;} 50% {top: 50px;} 100% {top: 0;}}

.show_in_view {
  opacity: 0;
	transition: opacity 0.6s cubic-bezier(0.694, 0, 0.335, 1) 0s;
}

.show_in_view.visible {
  opacity: 1;
}

.show_in_view.top {
  transform: translateY(40px);
	transition: opacity 0.6s cubic-bezier(0.694, 0, 0.335, 1) 0s, transform 0.6s cubic-bezier(0.694, 0, 0.335, 1) 0s;
}

.show_in_view.top.visible {
  transform: translateY(0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Abhaya Libre', Arial;
}

h1.title,
h2.title {
  font-size: 60px;
  line-height: 110%;
}

h1.title.border span,
h2.title.border span {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

h1.title.border span:after,
h2.title.border span:after {
  content: "";
  background-color: #be1522;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}

h1.title.border.center,
h2.title.border.center {
  text-align: center;
}

h1.title.border.center span,
h2.title.border.center span {
  display: inline-block;
  padding-left: 60px;
  padding-right: 60px;
}

h1.title.border.white span:after,
h2.title.border.white span:after {
  background-color: #fff;
}

.title b {
  font-family: 'Abhaya Libre', Arial;
  font-weight: 700;
}

.title .subtitle {
  display: block;
  font-size: 50px;
  margin-top: 20px;
  line-height: 100%;
}

.gotham_medium {
  font-family: 'GothamMedium';
}

.italic {
  font-style: italic;
}

.fsize18 {
  font-size: 18px;
}

.error {
  border-color: #000 !important;
}

input[type="text"],
textarea {
  background-color: #fff;
  width: calc(100% - 32px);
  margin: 0;
  border: 1px solid #be1523;
  color: #58585a;
  font-family: 'GothamBook', Arial;
  font-size: 13px;
}

input[type="text"] {
  height: 38px;
  padding: 0 15px;
}

textarea {
  padding: 10px 20px;
  resize: none;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #58585a;
}

:-moz-placeholder {
  opacity: 1 !important;
  color: #58585a;
}

::-moz-placeholder {
  opacity: 1 !important;
  color: #58585a;
}

:-ms-input-placeholder {
  opacity: 1 !important;
  color: #58585a;
}

.content,
.content_bigger {
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

.content {
  width: 1600px;
}

.content_bigger {
  width: 1780px;
}

.dynamic_content {
  line-height: normal;
}

.dynamic_content img {
  max-width: 100%;
}

.page_wrapper {
  margin-top: 70px;
}

.grid_box + .grid_box {
  margin-top: 140px;
}

.grid_box .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grid_box .row .col {
  width: calc(50% - 10px);
}

.grid_box .row .col .padding_wrapper {
  padding-left: 90px;
}

ul.bullet_list li {
  padding-left: 15px;
  position: relative;
}

ul.bullet_list li:after {
  content: '\2022';
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 100;
}

ul.social_media_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.social_media_list li {
  font-size: 13px;
}

ul.social_media_list li + li {
  margin-left: 40px;
}

ul.social_media_list li a,
ul.social_media_list li a:visited {
  background: url('../images/btn_social_media.png') no-repeat scroll 0 0;
  display: block;
  width: 24px;
  height: 24px;
}

ul.social_media_list li a.fb {
  background-position: 0 0;
}

ul.social_media_list li a.instagram {
  background-position: -24px 0;
}

ul.social_media_list.white li a,
ul.social_media_list.white li a:visited {
  background-image: url('../images/btn_social_media_white.png');
}

.personalisations_box {
  margin-top: 80px;
}

.personalisations_box h3 {
  font-family: 'GothamBold', Arial;
  color: #be1522;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.personalisations_box ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 20px;
}

.personalisations_box ul li {
  text-align: center;
  margin: 20px 18px;
}

.personalisations_box ul li .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.personalisations_box ul li .icon.graphics_island {
  background: url('../images/icon_graphics_island.png') no-repeat scroll 0 0;
}

.personalisations_box ul li .icon.cups {
  background: url('../images/icon_cups.png') no-repeat scroll 0 0;
}

.personalisations_box ul li .icon.logo {
  background: url('../images/icon_logo.png') no-repeat scroll 0 0;
}

.personalisations_box ul li .icon.apron {
  background: url('../images/icon_apron.png') no-repeat scroll 0 0;
}

.personalisations_box ul li .icon.sugar {
  background: url('../images/icon_sugar.png') no-repeat scroll 0 0;
}

.personalisations_box ul li .icon.napkins {
  background: url('../images/icon_napkins.png') no-repeat scroll 0 0;
}

.personalisations_box ul li .icon.commercial_materials {
  background: url('../images/icon_commercial_materials.png') no-repeat scroll 0 0;
}

.personalisations_box ul li:hover .icon {
  background-position: 0 -60px;
}

.personalisations_box ul li h4 {
  font-family: 'GothamBook', Arial;
  letter-spacing: 1px;
  margin-top: 25px;
}

nav {
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
}

nav .content {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

nav .content .logo {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}

nav .content ul.menu_list {
  align-items: center;
  display: flex;
}

nav .content ul.menu_list > li + li {
  margin-left: 36px;
}

nav .content ul.menu_list > li a,
nav .content ul.menu_list > li a:visited {
  color: #58585a;
  font-size: 15px;
}

nav .content ul.menu_list > li a:hover,
nav .content ul.menu_list > li a.active {
  color: #be1523;
}

nav .content ul.menu_list > li.dropdown > a,
nav .content ul.menu_list > li.dropdown > a:visited {
  padding-right: 25px;
  position: relative;
}

nav .content ul.menu_list > li.dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid #be1523;
  border-width: 0 2px 2px 0;
  padding: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 100;
  transform: translateY(-50%) rotate(45deg);
  transition: all ease 0.3s;
}

nav .content .btn_menu {
  display: none;
}

nav .content .pfr {
  display: block;
  position: absolute;
  right: 10px;
  bottom: -190px;
  z-index: 100;
}

#slider {
  width: 100%;
  margin-top: 70px;
  padding-bottom: 135px;
  position: relative;
}

#slider.background {
  background: url('../images/bg_slider.png') no-repeat scroll 0 center;
}

#slider ul.slider_list li {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right bottom;
  width: 100%;
  height: calc(100vh - 205px);
  display: block;
}

#slider .claim {
  display: flex;
  align-items: center;
  height: calc(100vh - 205px);
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 105;
  transform: translateX(50%);
}

#slider .claim .wrapper {
  width: 350px;
}

#slider .claim .pager {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 120;
  transform: translateY(-50%);
}

#slider .claim .pager a,
#slider .claim .pager a:visited {
  background-color: #be1522;
  display: block;
  width: 10px;
  height: 10px;
  border: 8px solid rgba(0,0,0,0);
  border-radius: 50%;
  background-clip: padding-box;
	transition: all ease 0.3s;
}

#slider .claim .pager a + a {
  margin-top: 10px;
}

#slider .claim .pager a.cycle-pager-active {
  border-color: #be1522;
}

#slider .scroll {
  position: absolute;
  left: 50%;
  bottom: 120px;
  z-index: 110;
  transform: translateX(-50%);
}

#offer_box {
  width: 100%;
  position: relative;
}

#offer_box .content_bigger .wrapper {
  display: flex;
}

#offer_box .content_bigger .wrapper .category {
  background: #be1523 url('../images/bg_category.jpg') no-repeat scroll center center;
  background-size: cover;
  width: 49.43820224719101%;
}

#offer_box .content_bigger .wrapper .category ul {
  display: flex;
  flex-flow: row wrap;
}

#offer_box .content_bigger .wrapper .category ul li {
  width: calc(50% - 120px);
  padding: 60px;
  color: #fff;
  text-align: center;
}

#offer_box .content_bigger .wrapper .category ul li img {
  position: relative;
  bottom: 0;
  transition: all ease 0.3s;
}

#offer_box .content_bigger .wrapper .category ul li:hover img {
  bottom: 10px;
}

#offer_box .content_bigger .wrapper .category ul li h3 {
  margin-top: 20px;
	font-family: 'GothamBold', Arial;
  font-size: 20px;
}

#offer_box .content_bigger .wrapper .category ul li p {
  margin-top: 15px;
}

#offer_box .content_bigger .wrapper .category ul li .btn {
  margin-top: 25px;
}

#offer_box .content_bigger .wrapper .category ul li a,
#offer_box .content_bigger .wrapper .category ul li a:visited {
  color: #fff;
}

#offer_box .content_bigger .wrapper .category ul li a:hover {
  color: #000;
}

#offer_box .content_bigger .wrapper .description {
  background: url('../images/bg_offer.jpg') no-repeat scroll center center;
  background-size: cover;
  width: 50.56179775280899%;
  display: flex;
  align-items: center;
}

#offer_box .content_bigger .wrapper .description .padding_wrapper {
  width: calc(100% - 150px);
  padding: 30px 30px 30px 120px;
}

#offer_box .content_bigger .wrapper .description .padding_wrapper p {
  width: 380px;
}

#offer_box .cup {
  position: absolute;
  right: 0;
  bottom: -110px;
  z-index: 100;
}

#about_box {
  background: url('../images/bg_about.jpg') no-repeat scroll 0 bottom;
  width: 100%;
  margin-top: 190px;
  padding-bottom: 270px;
}

#about_box .content_bigger .wrapper {
  display: flex;
  justify-content: space-between;
}

#about_box .content_bigger .wrapper .description {
  width: 49.43820224719101%;
}

#about_box .content_bigger .wrapper .description .padding_wrapper {

  padding: 0 100px 0 90px;
}

#about_box .content_bigger .wrapper .gallery {
  width: 49.43820224719101%;
}

.gallery_box {
  display: flex;
  justify-content: space-between;
}

.gallery_box .box1 {
  width: 43.18181818181818%;
}

.gallery_box .box2 {
  width: 54.54545454545454%;
}

.gallery_box ul.gallery_list {
  display: grid;
  grid-gap: 20px;
}

.gallery_box ul.gallery_list li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.gallery_box ul.gallery_list li img {
  display: block;
  max-width: 100%;
  transition: all ease 0.7s;
}

.gallery_box ul.gallery_list li img:hover {
  transform: scale(1.2);
}

.gallery_box .box1 ul.gallery_list li.i1 {
  grid-column: 1 / 3;
  grid-row: 1;
}

.gallery_box .box1 ul.gallery_list li.i3 {
  grid-column: 2;
  grid-row: 2 / span 2;
}

.gallery_box ul.gallery_list li.i3 a {
  width: auto;
  height: 100%;
}

.gallery_box ul.gallery_list li.i3 img {
  width: max-content;
  height: 100%;
}

.gallery_box.wide .box_wrapper {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 10px);
}

#gallery {
  margin-top: 140px;
}

#coffee_break {
  background-color: #f5f3f0;
  padding: 60px 300px;
  margin-bottom: 70px;
}

#coffee_break h2.title.border.center span {
  padding-left: 10px;
  padding-right: 10px;
}

#coffee_break .lead {
  text-align: center;
}

#coffee_break ul.box_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}

#coffee_break ul.box_list > li {
  width: calc(33.33% - 95px);
  border: 1px solid #be1522;
  padding: 30px 40px 40px 40px;
  margin: 10px 0;
  font-size: 14px;
  transition: all ease 0.3s;
}

#coffee_break ul.box_list > li h3 {
  font-size: 36px;
  line-height: 100%;
  color: #be1522;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: all ease 0.3s;
}

#coffee_break ul.box_list > li h3:after {
  content: '';
  background-color: #be1522;
  width: 120px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  transition: all ease 0.3s;
}

#coffee_break ul.box_list > li ul.bullet_list li + li {
  margin-top: 10px;
}

#coffee_break ul.box_list > li:hover {
  background-color: #be1522;
  color: #fff;
}

#coffee_break ul.box_list > li:hover h3 {
  color: #fff;
}

#coffee_break ul.box_list > li:hover h3:after {
  background-color: #fff;
}

#coffee_break ul.box_list > li:hover a.btn {
  background-image: url('../images/btn_white.png');
  color: #fff;
}

#coffee_break ul.box_list > li:hover a.btn:hover {
  color: #000;
}

#contact_box {
  width: 100%;
  color: #fff;
}

#contact_box.space_top {
  margin-top: 205px;
}

#contact_box .content_bigger .wrapper {
  background: #be1523 url('../images/contact.png') no-repeat scroll center bottom;
  padding-bottom: 50px;
}

#contact {
  width: 100%;
  color: #fff;
}

#contact .content_bigger .wrapper {
  background: #be1523 url('../images/contact.png') no-repeat scroll center bottom;
  padding-top: 70px;
  padding-bottom: 50px;
}

.contact .pricing {
  max-width: 1198px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-top-color: #be1523;
}

.contact .pricing .header {
  text-align: center;
}

.contact .pricing form {
  max-width: 880px;
  margin: 0 auto;
  padding: 30px 159px 90px 159px;
}

.contact .pricing form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact .pricing form ul + ul {
  margin-top: 20px;
}

.contact .pricing form ul li {
  width: calc(33.333333333% - 15px);
  margin: 10px 0;
}

.contact .pricing form ul li:last-child {
  text-align: right;
}

.contact .pricing input[type="text"],
.contact .pricing textarea {
  background-color: #be1523;
  color: #f2efeb;
  border-color: #fff;
}

.contact .pricing ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #f2efeb;
}

.contact .pricing :-moz-placeholder {
  opacity: 1 !important;
  color: #f2efeb;
}

.contact .pricing ::-moz-placeholder {
  opacity: 1 !important;
  color: #f2efeb;
}

.contact .pricing :-ms-input-placeholder {
  opacity: 1 !important;
  color: #f2efeb;
}

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

.contact .details ul.contact_list {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0 auto;
  max-width: 580px;
}

.contact .details ul.contact_list li {
  font-size: 18px;
}

.contact .details ul.contact_list li + li {
  text-align: right;
}

.contact .details ul.contact_list li p + p {
  margin-top: 20px;
}

.contact .details ul.contact_list li a,
.contact .details ul.contact_list li a:visited {
  color: #fff;
}

.contact .details ul.contact_list li a:hover {
  color: #58585a;
}

.contact .details ul.social_media_list {
  margin: 70px auto 0 auto;
  max-width: 580px;
  text-align: center;
}

#contact_box.contact .pricing .header {
  height: 90px;
  padding: 25px 20px 0 20px;
  border-top: 1px solid #be1523;
  color: #be1523;
  margin-top: -115px;
  position: relative;
}

#contact_box.contact .pricing .header:before,
#contact_box.contact .pricing .header:after {
  content: "";
  background-color: #be1523;
  width: 1px;
  height: calc(100%);
  position: absolute;
  top: -1px;
  z-index: 100;
}

#contact_box.contact .pricing .header:before {
  left: -1px;
}

#contact_box.contact .pricing .header:after {
  right: -1px;
}

#contact.contact .details ul.contact_list {
  margin-top: 0;
}

#contact.contact .pricing {
  margin-top: 80px;
  border-color: transparent;
}

#contact.contact .pricing form {
  padding-top: 0;
  padding-bottom: 0;
}

.red_box {
  color: #be1522;
  border: 1px solid #be1522;
  padding: 30px 45px;
  max-width: 480px;
}

#sidebar {
  background-color: #fff;
  width: 250px;
  height: calc(100% - 35px);
  padding: 15px 40px 20px 20px;
  color: #58585a;
  position: fixed;
  right: -310px;
  top: 0;
  z-index: 300;
	transition: all 0.5s ease 0s;
}

.sidebar_menu_show #sidebar {
  right: 0;
}

#sidebar a.btn_menu_close,
#sidebar a.btn_menu_close:visited {
  background: url('../images/btn_menu_close.svg') no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 100;
}

#sidebar a.btn_menu_close:hover {
  background: url('../images/btn_menu_close_active.svg') no-repeat scroll 0 0;
}

#sidebar .wrapper,
#sidebar .wrapper2 {
  height: 100%;
}

#sidebar .wrapper .wrapper2 ul.menu_list {
  margin-top: 20px;
}

#sidebar .wrapper .wrapper2 ul.menu_list > li + li {
  margin-top: 15px;
}

#sidebar .wrapper .wrapper2 ul.menu_list > li a,
#sidebar .wrapper .wrapper2 ul.menu_list > li a:visited {
  color: #58585a;
  text-transform: none;
	transition: all ease 0.3s;
}

#sidebar .wrapper .wrapper2 ul.menu_list > li a:hover,
#sidebar .wrapper .wrapper2 ul.menu_list > li a.active {
  color: #be1523;
}

#sidebar .wrapper .wrapper2 ul.social_media_list {
  justify-content: flex-start;
}

#sidebar .wrapper .wrapper2 ul.social_media_list li + li {
  margin-left: 20px;
}

#mask {
  background-color: #000;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
}

footer {
  font-size: 13px;
  text-align: center;
  padding: 30px 0;
}

footer a,
footer a:visited {
  color: #58585a;
}

footer a:hover {
  color: #be1523;
}