/* Imports */
/* ACAI */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
  margin: 0px;
  padding: 0px;
}
/* Global settings */
.blind,
hr {
  display: none !important;
}
fieldset,
a,
a img {
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
  display: block;
  resize: none;
}
select,
button,
input,
textarea {
  font-family: 'Montserrat', sans-serif;
}
button {
  outline: none;
  cursor: pointer;
}
/* Layout */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
section {
  width: 100%;
  clear: both;
  min-height: 1%;
  position: relative;
  padding-top: 140px;
}
section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1100px) {
  section {
    padding-top: 100px;
  }
}
section .row {
  min-height: 1%;
  width: 100%;
  clear: both;
}
section .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.half {
  width: 50%;
}
.half img {
  display: block;
  margin: 0 auto;
}
.half.left {
  float: left;
  padding-right: 15px;
}
.half.right {
  float: right;
  padding-left: 15px;
}
@media (max-width: 1100px) {
  .half {
    width: 100% !important;
    max-width: 100% !important;
  }
  .half:first-of-type {
    padding-bottom: 30px !important;
  }
  .half.left {
    float: none;
    padding-right: 0 !important;
  }
  .half.right {
    float: none;
    padding-left: 0 !important;
  }
}
.container {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 1%;
  position: relative;
}
.container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
}
h1,
h2 {
  clear: both;
  line-height: 1.3;
  color: #000000;
  font-size: 35px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 41px;
}
@media (max-width: 1020px) {
  h1,
  h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 450px) {
  h1,
  h2 {
    font-size: 28px !important;
  }
}
h3 {
  font-size: 24px;
  clear: both;
  margin-bottom: 25px;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 500px) {
  h3 {
    font-size: 22px;
  }
}
p,
ul li,
table td,
table th {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  color: #000;
}
p strong,
ul li strong,
table td strong,
table th strong {
  font-weight: bold;
}
p a,
ul li a,
table td a,
table th a {
  color: #F39F25;
}
p a:hover,
ul li a:hover,
table td a:hover,
table th a:hover {
  text-decoration: none;
}
section ul {
  margin-bottom: 25px;
  clear: both;
  padding: 0 0;
  list-style: none;
}
section ul li {
  margin-bottom: 11px;
  position: relative;
}
.button {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #F39F25;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  outline: none;
  min-width: 170px;
  padding: 0 38px;
  height: 52px;
  line-height: 53px;
  border-radius: 26px;
  color: #fff;
}
.button span {
  padding-right: 28px;
  background: url("./images/arrow-white.svg") right center no-repeat;
  background-size: 13px 12px;
}
.button.back {
  color: #000;
  background: none;
  border: 3px solid #F39F25;
  line-height: 48px;
}
.button.back span {
  padding-right: 0;
  padding-left: 28px;
  background: url("./images/arrow-black-left.svg") left center no-repeat;
  background-size: 13px 12px;
}
.button.back:hover {
  background: #F39F25;
  color: #fff;
}
.button.back:hover span {
  background: url("./images/arrow-white-left.svg") left center no-repeat;
  background-size: 13px 12px;
}
@media (max-width: 450px) {
  .button {
    padding: 0 28px;
    min-width: 1px;
  }
}
/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
header .main-menu {
  padding: 20px 0;
  min-height: 1%;
  width: 100%;
  clear: both;
  position: relative;
  -webkit-transition: padding 400ms;
  -moz-transition: padding 400ms;
  -ms-transition: padding 400ms;
  -o-transition: padding 400ms;
  transition: padding 400ms;
}
header .main-menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .main-menu * {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
header .main-menu.submenu-visible {
  background: #fff !important;
}
header .logo {
  float: left;
  display: block;
  height: 108px;
}
header .right {
  min-height: 1%;
  display: inline-block;
  float: right;
}
header .right:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .search {
  background-image: url("./images/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: 38px;
  line-height: 38px;
  width: 24px;
  margin-left: 65px;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  margin-top: 35px;
  display: block;
  float: left;
}
header .cart {
  height: 38px;
  line-height: 38px;
  width: 24px;
  margin-left: 65px;
  color: #F39F25;
  outline: none;
  text-decoration: none;
  margin-top: 35px;
  display: block;
  float: left;
}
header .cart i {
  font-size: 24px;
}
header .social {
  float: left;
  display: block;
  margin-left: 48px;
  margin-top: 35px;
}
header .social a i {
  height: 38px;
  color: #000;
  line-height: 36px;
  display: inline-block;
  font-size: 26px;
}
header .navigation-link-mobile {
  display: none;
}
header nav {
  display: block;
  float: left;
  margin: 29px 0;
}
header nav.visible {
  display: inline-block !important;
}
header nav ul {
  min-height: 1%;
  display: block;
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
header nav ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header nav ul li {
  float: left;
  display: inline-block;
  margin: 0 0;
  margin-left: 55px;
  padding: 0 0;
  clear: none;
  position: relative;
}
header nav ul li a.navigation-link {
  text-decoration: none;
  font-size: 16px;
  padding: 15px 0;
  font-weight: normal;
  color: #000;
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 20px;
}
header nav ul li a.navigation-link:before {
  content: "";
  display: block;
  bottom: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  height: 6px;
  background: url("./images/swoosh.svg") left bottom repeat-x;
  background-size: auto 6px;
  opacity: 0;
}
header nav ul li a.navigation-link:hover:before,
header nav ul li a.navigation-link.active:before {
  opacity: 1;
}
header nav ul li .submenu-mobile {
  display: none !important;
}
header nav ul li:first-of-type {
  margin-left: 0;
}
header .submenu {
  display: none;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 55px;
  padding-top: 25px;
}
header .submenu .submenu-link {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
  display: block;
}
header .submenu .img {
  height: 200px;
  line-height: 200px;
  vertical-align: bottom;
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
  text-align: center;
}
header .submenu .img img {
  vertical-align: bottom;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
header .submenu h3 {
  margin-bottom: 8px;
  font-size: 20px;
}
header .submenu .info {
  font-size: 16px;
  font-weight: bold;
  display: block;
  clear: both;
  width: 100%;
  color: #F39F25;
}
header .submenu.visible {
  display: block;
}
header.small {
  position: fixed;
  background: #fff;
  box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.03);
}
header.small .main-menu {
  padding: 5px 0;
}
header.small .logo {
  height: 88px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 1300px) {
  header .submenu .img,
  header.small .submenu .img {
    height: 150px;
    line-height: 150px;
  }
}
@media (max-width: 1020px) {
  header,
  header.small {
    position: fixed;
    background: #fff;
  }
  header .container,
  header.small .container {
    position: static;
  }
  header .search,
  header.small .search {
    margin-left: 0;
  }
  header .social,
  header.small .social {
    margin-right: 66px;
  }
  header .submenu,
  header.small .submenu {
    display: none !important;
  }
  header nav,
  header.small nav {
    margin-top: 0;
    padding: 0 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
    border-top: 1px solid #dfdfdf !important;
  }
  header nav.mobile-nav-visible,
  header.small nav.mobile-nav-visible {
    display: block !important;
  }
  header nav ul,
  header.small nav ul {
    width: 100%;
    display: block;
  }
  header nav ul li,
  header.small nav ul li {
    width: 100%;
    padding: 0 0 !important;
    margin: 0 0 !important;
    display: block;
  }
  header nav ul li .submenu-mobile,
  header.small nav ul li .submenu-mobile {
    width: 100%;
    display: block !important;
  }
  header nav ul li a.navigation-link,
  header.small nav ul li a.navigation-link,
  header nav ul li a.submenu-mobile-link,
  header.small nav ul li a.submenu-mobile-link {
    width: 100%;
    display: block;
    border: none !important;
    border-bottom: 1px solid #dfdfdf !important;
    padding: 17px 20px 15px 20px;
    height: auto;
    line-height: normal;
    color: #000 !important;
    margin: 0 0;
    text-align: left;
    background: none !important;
  }
  header nav ul li a.navigation-link:hover,
  header.small nav ul li a.navigation-link:hover,
  header nav ul li a.submenu-mobile-link:hover,
  header.small nav ul li a.submenu-mobile-link:hover,
  header nav ul li a.navigation-link.active,
  header.small nav ul li a.navigation-link.active,
  header nav ul li a.submenu-mobile-link.active,
  header.small nav ul li a.submenu-mobile-link.active {
    text-decoration: none;
    color: #fff !important;
    background: #F39F25 !important;
  }
  header nav ul li a.navigation-link:before,
  header.small nav ul li a.navigation-link:before,
  header nav ul li a.submenu-mobile-link:before,
  header.small nav ul li a.submenu-mobile-link:before {
    display: none !important;
  }
  header nav ul li a.submenu-mobile-link,
  header.small nav ul li a.submenu-mobile-link {
    font-size: 15px;
    padding-left: 42px;
    background: url("./images/arrow-purple.png") 20px center no-repeat !important;
    background-size: auto 11px !important;
    text-decoration: none;
  }
  header nav ul li a.submenu-mobile-link:hover,
  header.small nav ul li a.submenu-mobile-link:hover,
  header nav ul li a.submenu-mobile-link.active,
  header.small nav ul li a.submenu-mobile-link.active {
    text-decoration: none;
    color: #fff !important;
    background: #F39F25 url("./images/arrow-white2.png") 20px center no-repeat !important;
    background-size: auto 11px !important;
  }
  header nav ul .submenu,
  header.small nav ul .submenu {
    display: none !important;
  }
  header .navigation-link-mobile,
  header.small .navigation-link-mobile {
    position: absolute;
    float: right;
    display: inline-block;
    width: 36px;
    height: 32px;
    padding: 6px;
    top: 50%;
    margin-top: -16px;
    right: 20px;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
  }
  header .navigation-link-mobile span,
  header.small .navigation-link-mobile span {
    position: absolute;
    left: 6px;
    opacity: 1;
    display: block;
    height: 3px;
    width: calc(100% - 12px);
    background: #F39F25;
    border-radius: 9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .navigation-link-mobile span:nth-child(1),
  header.small .navigation-link-mobile span:nth-child(1) {
    top: 6px;
  }
  header .navigation-link-mobile span:nth-child(2),
  header.small .navigation-link-mobile span:nth-child(2),
  header .navigation-link-mobile span:nth-child(3),
  header.small .navigation-link-mobile span:nth-child(3) {
    top: 14px;
  }
  header .navigation-link-mobile span:nth-child(4),
  header.small .navigation-link-mobile span:nth-child(4) {
    top: 22px;
  }
  header .navigation-link-mobile.active span:nth-child(1),
  header.small .navigation-link-mobile.active span:nth-child(1) {
    width: 0%;
    left: 50%;
  }
  header .navigation-link-mobile.active span:nth-child(2),
  header.small .navigation-link-mobile.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .navigation-link-mobile.active span:nth-child(3),
  header.small .navigation-link-mobile.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navigation-link-mobile.active span:nth-child(4),
  header.small .navigation-link-mobile.active span:nth-child(4) {
    width: 0%;
    left: 50%;
  }
}
@media (max-width: 767px) {
  header .social,
  header.small .social {
    margin-left: 34px;
  }
  header .main-menu,
  header.small .main-menu {
    padding: 5px 0;
  }
  header .logo,
  header.small .logo {
    height: 88px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 450px) {
  header .main-menu,
  header.small .main-menu {
    padding: 5px 0;
  }
  header .logo,
  header.small .logo {
    height: 78px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
/* Footer */
footer {
  width: 100%;
  min-height: 1%;
  clear: both;
  margin-top: 90px;
}
footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .top {
  padding: 0 15px;
  padding-top: 55px;
  border-top: 1px solid #dfdfdf;
}
footer .top .col {
  padding: 0 15px;
  padding-bottom: 30px;
  width: 24%;
  float: left;
  min-height: 1%;
}
footer .top .col:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .top .col.long {
  width: 26%;
}
footer .top h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 23px;
}
footer .top ul {
  list-style: none;
  margin-bottom: 32px;
}
footer .top ul li {
  margin-bottom: 10px;
  padding-left: 0;
}
footer .top ul li:last-of-type {
  margin-bottom: 0;
}
footer .top ul li a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
footer .top ul li a:hover {
  font-weight: bold;
  color: #F39F25;
}
footer .top a.phone {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 18px;
  padding-left: 36px;
  background: url("./images/phone.svg") left center no-repeat;
  background-size: auto 100%;
  line-height: 27px;
  height: 27px;
}
footer .top a.email {
  font-weight: normal;
  text-decoration: underline;
  font-size: 16px;
  color: #F39F25;
  padding-left: 36px;
  display: inline-block;
  background: url("./images/email.svg") left center no-repeat;
  background-size: auto 100%;
  line-height: 24px;
  height: 24px;
}
footer .top a.email:hover {
  text-decoration: none;
}
footer .bottom {
  width: 100%;
  text-align: center;
  clear: both;
  padding: 25px 0 40px 0;
  border-top: 1px solid #dfdfdf;
  min-height: 1%;
}
footer .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .bottom p {
  margin: 0 0;
  display: inline-block;
  color: #818181;
  font-size: 14px;
}
footer .bottom .half.right {
  text-align: right;
}
footer .newsletter .button {
  border: none;
  outline: none;
  width: 47px;
  height: 42px;
  line-height: normal;
  border-radius: 10px;
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
  padding: 0 0;
  min-width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background: #F39F25 url("./images/email-white.svg") 13px center no-repeat;
  background-size: 20px 20px;
}
footer .newsletter input[type="checkbox"] {
  position: absolute;
  left: 6px;
  top: 4.5px;
  margin: 0 0;
  width: auto;
}
footer .newsletter input[type="text"],
footer .newsletter input[type="email"] {
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  font-size: 14px;
  padding: 0 21px;
}
footer .newsletter p {
  position: relative;
  padding-right: 58px;
  margin-bottom: 21px;
}
footer .newsletter p.checkbox {
  padding-right: 0;
  margin-bottom: 0 !important;
}
footer .newsletter label {
  font-size: 13px;
  margin: 0 0;
  padding: 0 0;
}
footer .social {
  display: block;
  clear: both;
  margin-top: 37px;
  min-height: 1%;
}
footer .social:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .social a {
  float: left;
  display: inline-block;
  margin-right: 20px;
}
footer .social a i {
  height: 38px;
  line-height: 36px;
  display: inline-block;
  font-size: 26px;
  color: #F39F25;
}
@media (max-width: 1360px) {
  footer .top {
    padding: 0 0;
    padding-top: 45px;
  }
  footer .top .col {
    padding: 0 30px 30px 0;
  }
  footer .top .col.last {
    padding-right: 0;
  }
}
@media (max-width: 1100px) {
  footer .top .col {
    width: 50% !important;
    padding: 0 30px 10px 0;
  }
  footer .top .col.last {
    padding-right: 0;
  }
  footer .row {
    min-height: 1%;
    width: 100%;
    float: left;
    clear: none;
  }
  footer .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
  }
}
@media (max-width: 767px) {
  footer .top .col {
    width: 100% !important;
    float: none;
    clear: both;
    padding: 0 0;
    margin-bottom: 40px;
  }
  footer .top ul {
    margin-bottom: 0;
  }
}
/* Remodal */
.remodal {
  max-width: 820px;
  padding: 50px;
  text-align: left;
}
.remodal .remodal-close {
  background: #F39F25;
  top: -10px;
  right: -10px;
  left: auto;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.remodal .remodal-close:before {
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 36px;
  font-size: 30px;
}
.remodal h1,
.remodal h2 {
  padding-bottom: 28px;
  position: relative;
  display: block;
  clear: both;
}
.remodal h1:before,
.remodal h2:before {
  background: #F39F25;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  position: absolute;
}
.remodal a {
  display: inline-block;
  color: #F39F25;
  font-size: 15px;
  font-weight: 500;
}
.remodal a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .remodal {
    padding: 45px 20px;
  }
}
/*------ Components -------*/
/* Slider styles */
.slick-arrow {
  position: absolute;
  top: 0;
  width: 48px;
  height: 12px;
  outline: none;
  cursor: pointer;
  margin: 0 0;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: left;
  background-color: transparent;
  text-indent: -1000px;
  z-index: 800;
  overflow: hidden;
  border: none;
  padding: 0 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.slick-arrow.slick-prev {
  right: 85px;
  background-image: url("./images/prev-grey.svg");
}
.slick-arrow.slick-prev:hover {
  background-image: url("./images/prev-purple.svg");
}
.slick-arrow.slick-next {
  right: 17px;
  background-image: url("./images/next-grey.svg");
}
.slick-arrow.slick-next:hover {
  background-image: url("./images/next-purple.svg");
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 0;
  clear: none !important;
  display: block;
  top: 1px;
  cursor: pointer;
  padding: 0 0;
  float: left !important;
  background: transparent;
  width: 18px;
  border: 1px solid #adadad;
  height: 18px;
  border-radius: 9px !important;
  outline: none;
}
input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #F39F25;
  border-radius: 6px;
}
/* Form */
form {
  min-height: 1%;
  width: 100%;
  clear: both;
  display: block;
}
form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
form p {
  min-height: 1%;
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 25px;
}
form p:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
form p.last {
  margin-bottom: 0;
}
form p.checkbox {
  padding-left: 32px;
  position: relative;
  margin-bottom: 20px;
}
form p.checkbox label {
  padding: 0 0;
  margin: 0 0;
}
form p.text {
  font-size: 13px;
}
form p.error input[type="text"],
form p.error input[type="email"],
form p.error input[type="password"],
form p.error textarea,
form p.error select {
  border-color: #d13527;
  background: #ffceca;
}
form label {
  font-size: 15px;
  color: #000000;
  font-weight: normal;
  clear: both;
  margin-bottom: 9px;
  padding: 0 0;
  display: block;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea,
form select {
  border: 1px solid #dfdfdf;
  width: 100%;
  display: block;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  outline: none !important;
  padding: 0 25px;
  font-size: 15px;
  background: #fff;
  color: #000000;
  font-weight: normal;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form textarea:focus,
form select:focus {
  border-color: #F39F25;
}
form input[type="text"].error,
form input[type="email"].error,
form input[type="password"].error,
form textarea.error,
form select.error {
  border-color: #d13527;
  background: #ffceca;
}
form textarea {
  height: 180px;
  padding: 12px 17px;
  line-height: 21px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
  background: #fff url("./images/select.png") 93% center no-repeat;
  background-size: 9px 6px;
}
form button {
  border: none !important;
  outline: none !important;
}
/* Pagination */
.pagination {
  width: 100%;
  clear: both;
  text-align: center;
  padding-top: 25px;
}
.pagination ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
  display: inline-block;
}
.pagination ul li {
  display: inline-block;
  clear: none;
  margin: 0 1px;
  background: none !important;
  padding: 0 0 !important;
}
.pagination ul li:before {
  display: none !important;
}
.pagination a {
  display: inline-block;
  height: 46px;
  line-height: 41px;
  width: 46px;
  border: 3px solid transparent;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  background: none;
  border-radius: 50%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  color: #000000;
}
.pagination a.active,
.pagination a:hover {
  border-color: #F39F25;
  font-weight: bold;
}
.pagination a.previous,
.pagination a.next {
  width: auto;
  display: inline-block;
  min-width: 1px;
  border: none !important;
  margin: 0 40px;
  height: 46px;
  line-height: 46px;
  background: none;
  color: #bababa;
  font-weight: 600;
}
@media (max-width: 850px) {
  .pagination a.previous,
  .pagination a.next {
    display: none !important;
  }
}
.pagination a.previous {
  background: url("./images/arrow-left-grey.png") left center no-repeat;
  background-size: 12px 12px;
  padding-left: 26px;
}
.pagination a.previous:hover {
  color: #F39F25;
  background-image: url("./images/arrow-left-blue.png");
}
.pagination a.next {
  background: url("./images/arrow-right-grey.png") right center no-repeat;
  background-size: 12px 12px;
  padding-right: 26px;
}
.pagination a.next:hover {
  color: #F39F25;
  background-image: url("./images/arrow-right-blue.png");
}
/* Subpage - intro */
.section-subpage-intro {
  padding-top: 215px;
  overflow: hidden;
  padding-bottom: 90px;
}
.section-subpage-intro h1,
.section-subpage-intro h2 {
  font-size: 40px;
  line-height: 1.4;
}
.section-subpage-intro .box.img img {
  transform: scale(1.06);
  margin-top: 30px;
  margin-bottom: -30px;
}
.section-subpage-intro.section-recipes-intro {
  padding-top: 160px;
}
.section-subpage-intro.section-recipes-intro h3 {
  color: #F39F25;
  margin-top: -40px;
  margin-bottom: 35px;
}
.section-subpage-intro.section-recipes-intro .box.img img {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .section-subpage-intro {
    padding-top: 200px;
  }
  .section-subpage-intro .box {
    width: 100% !important;
    max-width: 100% !important;
  }
  .section-subpage-intro .box.text {
    padding-right: 0 !important;
    padding-bottom: 50px !important;
  }
  .section-subpage-intro .box.img img {
    transform: none !important;
    margin: 0 auto !important;
    max-width: 800px !important;
    width: 100% !important;
  }
  .section-subpage-intro.section-recipes-intro {
    padding-top: 190px;
  }
}
@media (max-width: 1020px) {
  .section-subpage-intro {
    padding-top: 180px;
  }
  .section-subpage-intro.section-recipes-intro {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .section-subpage-intro {
    padding-top: 160px;
  }
  .section-subpage-intro.section-recipes-intro {
    padding-top: 160px;
  }
}
/* Homepage - intro */
.section-homepage-intro {
  padding-top: 290px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
.section-homepage-intro h1,
.section-homepage-intro h2 {
  font-weight: bold;
  font-size: 70px;
  color: #000;
  line-height: 1.1;
  margin-bottom: 36px;
}
@media (max-width: 1020px) {
  .section-homepage-intro h1,
  .section-homepage-intro h2 {
    line-height: 1.2 !important;
    font-size: 50px !important;
  }
}
@media (max-width: 500px) {
  .section-homepage-intro h1,
  .section-homepage-intro h2 {
    font-size: 35px !important;
    line-height: 1.3 !important;
  }
}
.section-homepage-intro p {
  margin-bottom: 45px;
}
.section-homepage-intro .text {
  width: 100%;
  float: left;
  max-width: 600px;
  position: relative;
  z-index: 30;
}
.section-homepage-intro .img {
  float: right;
  width: calc(100% - 600px);
  margin-top: -100px;
  margin-bottom: -100px;
  z-index: 10;
  position: relative;
}
.section-homepage-intro .img img {
  display: block;
  transform: scale(1.15);
}
.section-homepage-intro .bg1 {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 35%;
  width: 500px;
  height: 429px;
  background: url("./images/bg1.png") center top no-repeat;
  background-size: 100% 100%;
}
.section-homepage-intro .bg2 {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 17%;
  width: 391px;
  height: 332px;
  background: url("./images/bg2.png") center top no-repeat;
  background-size: 100% 100%;
}
.section-homepage-intro .bg3 {
  z-index: 20;
  position: absolute;
  bottom: 2%;
  right: 0;
  width: 237px;
  height: 286px;
  background: url("./images/bg3.png") center top no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1650px) {
  .section-homepage-intro {
    padding-bottom: 220px;
  }
  .section-homepage-intro .bg1 {
    left: 17%;
  }
  .section-homepage-intro .bg2 {
    left: 7%;
  }
}
@media (max-width: 1200px) {
  .section-homepage-intro {
    padding-top: 200px;
    padding-bottom: 0;
  }
  .section-homepage-intro .bg1,
  .section-homepage-intro .bg2,
  .section-homepage-intro .bg3 {
    display: none;
  }
  .section-homepage-intro .text {
    max-width: 100%;
  }
  .section-homepage-intro .img {
    width: 100%;
    clear: both;
    margin-top: 0;
  }
  .section-homepage-intro .img img {
    transform: none;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .section-homepage-intro {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .section-homepage-intro {
    padding-top: 160px;
  }
  .section-homepage-intro .img {
    margin-top: 50px;
    margin-bottom: -30px;
  }
}
@media (max-width: 450px) {
  .section-homepage-intro .img {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
/* Products */
.section-products {
  position: relative;
  z-index: 100;
  text-align: center;
}
.section-products h1,
.section-products h2 {
  margin-bottom: 35px;
}
.section-products .container {
  padding: 0 10px;
}
.section-products .row {
  padding: 0 10px;
}
.products {
  width: 100%;
  display: flex;
  min-height: 1%;
  max-width: 100%;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.products:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.products.reverse {
  flex-direction: row-reverse;
}
.product {
  width: calc(25% - 20px);
  max-width: calc(25% - 20px);
  flex: 1 1 auto;
  position: relative;
  display: block;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-align: left;
  border-radius: 30px;
  margin: 10px;
}
.product * {
  text-decoration: none !important;
}
.product:hover {
  z-index: 50;
  box-shadow: 15px 15px 60px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.product .img {
  height: 235px;
  line-height: 235px;
  vertical-align: middle;
  display: block;
  text-decoration: none;
  text-align: center;
}
.product .img img {
  vertical-align: middle;
  display: inline-block;
  max-height: 83%;
  max-width: 87%;
}
.product .text {
  padding: 0 52px 135px 52px;
}
.product h3 {
  margin-bottom: 0;
}
.product h3 a {
  color: #000;
}
.product p {
  margin-bottom: 3px;
}
.product .bottom {
  min-height: 1%;
  position: absolute;
  width: 100%;
  padding: 0 104px 40px 52px;
  bottom: 0;
  left: 0;
}
.product .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.product .bottom .price {
  color: #F39F25;
  font-size: 30px;
  font-weight: bold;
  display: block;
  clear: both;
}
.product .bottom .buy {
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  position: absolute;
  width: 38px;
  height: 36px;
  background: url("./images/cart.svg") center center no-repeat;
  background-size: 100% 100%;
  right: 52px;
  bottom: 45px;
}
@media (max-width: 1500px) {
  .product .text {
    padding: 0 30px 135px 30px;
  }
  .product .bottom {
    padding: 0 82px 40px 30px;
  }
  .product .bottom .buy {
    right: 30px;
  }
}
@media (max-width: 1350px) {
  .product {
    width: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}
@media (max-width: 1100px) {
  .product {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 700px) {
  .product {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    border-radius: 0 0;
    margin: 10px;
    margin-bottom: 35px;
  }
  .product .img {
    height: auto;
    line-height: normal;
    margin-bottom: 25px;
  }
  .product .img img {
    max-width: 90%;
    max-height: 200px;
  }
  .product .text {
    padding: 0 0;
  }
  .product .bottom {
    position: static;
    padding: 0 0;
    padding-top: 20px;
    padding-right: 52px;
  }
  .product .bottom .buy {
    right: 0;
    bottom: 5px;
  }
  .product:hover {
    background: none;
    box-shadow: none;
  }
}
/* Recipes */
.section-recipes .product {
  box-shadow: 15px 15px 60px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  text-decoration: none !important;
  display: block;
}
.section-recipes .product:hover {
  z-index: 0;
}
.section-recipes .img {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 204px;
  line-height: normal;
}
.section-recipes .text {
  padding: 30px 40px;
  padding-bottom: 95px;
}
.section-recipes .more {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  background: url("./images/arrow-black.svg") right center no-repeat;
  background-size: 13px 12px;
  padding-right: 30px;
}
.section-recipes h3 {
  line-height: 1.3;
  margin-bottom: 20px;
}
.section-recipes .bottom {
  height: 95px;
  padding: 28px 40px 0 40px;
}
@media (max-width: 700px) {
  .section-recipes .product {
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .section-recipes .img {
    height: 204px;
    margin: 0 0;
  }
  .section-recipes .text {
    padding: 30px 40px;
  }
  .section-recipes .bottom {
    padding: 0 0;
    height: auto;
    margin-top: 28px;
  }
  .section-recipes:hover {
    background: none;
    box-shadow: none;
  }
}
@media (max-width: 500px) {
  .section-recipes .text {
    padding: 30px 20px;
  }
}
.time {
  font-size: 16px;
  color: #000;
  display: inline-block;
  background: url("./images/time.png") left center no-repeat;
  background-size: 24px 24px;
  height: 24px;
  line-height: 25px;
  padding-left: 38px;
}
.time strong {
  color: #F39F25;
  display: inline-block;
  margin-right: 6px;
}
/* Recipe - detail */
.section-recipe {
  padding-top: 200px;
}
.section-recipe .row {
  min-height: 1%;
  margin-bottom: 65px;
}
.section-recipe .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-recipe .row:first-of-type {
  margin-bottom: 50px;
}
.section-recipe .row:last-of-type {
  margin-bottom: 0;
}
.section-recipe h2 {
  font-size: 40px;
  float: left;
  margin: 0 0;
}
.section-recipe h3 {
  font-size: 20px;
}
.section-recipe ul {
  margin-bottom: 27px;
}
.section-recipe ul li {
  margin-bottom: 18px;
  padding-left: 21px;
  background: url("./images/list.png") left 9px no-repeat;
  background-size: 8px 8px;
}
.section-recipe ul li:last-of-type {
  margin-bottom: 0;
}
.section-recipe .time {
  float: right;
  margin-top: 15px;
}
.section-recipe .list {
  float: left;
  width: 407px;
  padding: 44px 50px;
  border-radius: 30px;
  box-shadow: 15px 15px 60px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.section-recipe .list ul {
  margin-bottom: 0;
}
.section-recipe .text {
  float: left;
  width: calc(100% - 407px);
  padding-left: 90px;
  padding-top: 44px;
}
.section-recipe .img {
  width: 100%;
  height: 55vw;
  min-height: 320px;
  max-height: 620px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .section-recipe .text {
    padding-left: 40px;
  }
}
@media (max-width: 1020px) {
  .section-recipe {
    padding-top: 180px;
  }
  .section-recipe h2 {
    width: 100%;
    float: none;
  }
  .section-recipe .time {
    float: none;
    clear: both;
  }
  .section-recipe .text {
    width: 100%;
    padding: 0 0;
  }
  .section-recipe .list {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    border-radius: 0 0;
    box-shadow: none;
    background: none;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .section-recipe {
    padding-top: 160px;
  }
}
/* Boxes - half and half */
.section-boxes .boxes {
  width: 100%;
  display: flex;
  min-height: 1%;
  max-width: 100%;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-boxes .boxes:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-boxes .boxes.reverse {
  flex-direction: row-reverse;
}
.section-boxes .boxes.reverse .box.text {
  padding-right: 0;
  padding-left: 70px;
}
.section-boxes .box {
  width: 50%;
  max-width: 50%;
  flex: 1 1 auto;
  position: relative;
  display: block;
  text-decoration: none !important;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-align: left;
}
.section-boxes .box.text {
  padding-right: 70px;
  z-index: 20;
}
.section-boxes .box.img {
  z-index: 10;
}
.section-boxes .box.img img {
  display: block;
}
.section-boxes .info {
  width: 100%;
  min-height: 1%;
  padding-top: 25px;
}
.section-boxes .info:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-boxes .info .item {
  width: 25%;
  float: left;
  text-align: center;
}
.section-boxes .info .img {
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
}
.section-boxes .info .img img {
  display: inline-block;
  vertical-align: middle;
}
.section-boxes .info p {
  margin-bottom: 3px;
}
.section-boxes .info .value {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .section-boxes .boxes.reverse .box.text {
    padding-right: 0;
    padding-left: 40px;
  }
  .section-boxes .box.text {
    padding-right: 40px;
  }
}
@media (max-width: 1100px) {
  .section-boxes .boxes.reverse {
    flex-direction: row;
  }
  .section-boxes .box {
    width: 100%;
    max-width: 100%;
  }
  .section-boxes .box.text {
    padding: 0 0 !important;
    padding-bottom: 50px !important;
  }
  .section-boxes .box.img img {
    transform: none !important;
    margin: 0 auto !important;
    max-width: 800px !important;
    width: 100% !important;
  }
}
/* About */
.section-about .box.img {
  margin-bottom: -80px;
}
.section-about .box.img img {
  transform: scale(1.15);
}
/* References */
.section-references {
  margin: 0 0 -40px 0;
  text-align: left;
}
.section-references .container {
  padding: 0 0;
}
.section-references .row {
  padding: 0 20px;
}
.section-references h1,
.section-references h2 {
  margin: 0 0;
  position: relative;
  z-index: 20;
}
.section-references .references-slider {
  position: relative;
  width: 100%;
  padding: 0 0;
  padding-top: 25px;
  margin-top: -25px;
}
.section-references .slick-arrow {
  z-index: 100;
}
.section-references .slide {
  padding: 40px 20px 60px 20px;
  outline: none;
}
.section-references .inner {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.2);
  background-color: #ffffff;
  min-height: 1%;
  position: relative;
  padding: 40px 35px 40px 255px;
  min-height: 230px;
}
.section-references .inner:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-references .photo {
  position: absolute;
  left: 48px;
  top: 40px;
  height: 150px;
  width: 150px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-references .photo:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 1px solid #F39F25;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.section-references h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.section-references p {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .section-references .inner {
    padding: 40px 25px 40px 205px;
  }
  .section-references .photo {
    left: 25px;
  }
  .section-references h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-references {
    margin-bottom: -10px;
  }
  .section-references .references-slider {
    padding-top: 0;
    margin-top: 0;
  }
  .section-references .slick-arrow {
    top: auto;
    bottom: 12px;
  }
  .section-references .slick-arrow.slick-prev {
    left: 17px;
    right: auto;
  }
}
@media (max-width: 500px) {
  .section-references {
    text-align: center;
  }
  .section-references .inner {
    padding: 40px 25px;
  }
  .section-references .photo {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
/* Contact */
.section-contact {
  text-align: center;
  padding-bottom: 170px;
  overflow: hidden;
  padding-top: 215px;
}
.section-contact .container {
  padding: 0 0;
}
.section-contact .row {
  padding: 0 20px;
}
.section-contact .boxes {
  width: 100%;
  display: flex;
  min-height: 1%;
  max-width: 100%;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.section-contact .boxes:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-contact .boxes.team {
  margin-top: 200px;
}
.section-contact .boxes.team .box {
  padding-top: 150px;
  text-align: center;
}
.section-contact .boxes.team h3 {
  font-size: 26px;
  margin-bottom: 5px;
}
.section-contact .box {
  width: calc(50% - 40px);
  max-width: 460px;
  flex: 1 1 auto;
  display: block;
  text-decoration: none !important;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-align: left;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.2);
  background-color: #ffffff;
  min-height: 1%;
  position: relative;
  padding: 49px 59px;
  margin: 20px;
}
.section-contact .box:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-contact .box .photo {
  position: absolute;
  left: 50%;
  margin-left: -113px;
  top: -113px;
  height: 226px;
  width: 226px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.2);
}
.section-contact h3 {
  font-size: 22px;
}
.section-contact h4 {
  font-size: 16px;
  font-weight: bold;
  color: #F39F25;
  margin-bottom: 20px;
}
.section-contact p {
  margin-bottom: 0;
}
.section-contact a.phone {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 26px;
  margin-top: 16px;
  padding-left: 36px;
  background: url("./images/phone.svg") left center no-repeat;
  background-size: auto 100%;
  line-height: 27px;
  height: 27px;
}
.section-contact a.email {
  font-weight: normal;
  text-decoration: underline;
  font-size: 16px;
  color: #F39F25;
  padding-left: 36px;
  display: inline-block;
  background: url("./images/email.svg") left center no-repeat;
  background-size: auto 100%;
  line-height: 24px;
  height: 24px;
  margin-bottom: 26px;
}
.section-contact a.email:hover {
  text-decoration: none;
}
.section-contact a.facebook {
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  padding-left: 36px;
  display: inline-block;
  background: url("./images/facebook.svg") left center no-repeat;
  background-size: auto 100%;
  line-height: 25px;
  height: 25px;
}
.section-contact a.facebook:hover {
  text-decoration: none;
}
.section-contact .bg1 {
  z-index: 20;
  position: absolute;
  top: 10%;
  right: 65%;
  width: 550px;
  height: 590px;
  background: url("./images/bg5.png") center top no-repeat;
  background-size: 100% 100%;
}
.section-contact .bg2 {
  z-index: 20;
  position: absolute;
  bottom: -108px;
  right: 6%;
  width: 340px;
  height: 314px;
  background: url("./images/bg4.png") center top no-repeat;
  background-size: 100% 100%;
}
.section-contact .bg3 {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -124.5px;
  width: 249px;
  height: 831px;
  background: url("./images/spoon.png") center top no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1400px) {
  .section-contact .bg1 {
    display: none;
  }
  .section-contact .bg2 {
    right: -3%;
  }
}
@media (max-width: 1200px) {
  .section-contact .bg2 {
    right: -10%;
  }
}
@media (max-width: 1200px) {
  .section-contact {
    padding-top: 200px;
  }
}
@media (max-width: 1020px) {
  .section-contact {
    padding-top: 180px;
    padding-bottom: 50px;
  }
  .section-contact .bg3,
  .section-contact .bg2 {
    display: none;
  }
  .section-contact .box {
    width: 100% !important;
    max-width: 100% !important;
  }
  .section-contact .boxes.team {
    margin-top: 0;
  }
  .section-contact .boxes.team .box {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .section-contact {
    padding-top: 160px;
  }
  .section-contact .boxes.team .box {
    margin-top: 100px;
    padding-top: 105px;
  }
  .section-contact .box {
    padding: 40px 30px;
  }
  .section-contact .box h3 {
    font-size: 22px !important;
  }
  .section-contact .box .photo {
    margin-left: -75px;
    top: -75px;
    height: 150px;
    width: 150px;
  }
  .section-contact .box a.phone {
    font-size: 20px;
  }
}
/* Map */
.section-map {
  margin-bottom: -90px;
  padding-top: 60px;
}
.section-map .map {
  width: 100%;
  position: relative;
  height: 549px;
}
.section-map .map:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: transparent url("./images/map.jpg") center center no-repeat;
  background-size: auto 100%;
  z-index: 20;
}
.section-map .map:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url("./images/map-bg.jpg") left top repeat-x;
  background-size: auto 100%;
  z-index: 10;
}
.section-map .info {
  position: absolute;
  z-index: 30;
  border-radius: 30px;
  box-shadow: 15px 15px 60px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  width: 286px;
  height: 431px;
  top: 59px;
  left: 52%;
  overflow: hidden;
}
.section-map .info .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 166px;
}
.section-map .info .text {
  padding: 27px 30px 0 30px;
}
@media (max-width: 767px) {
  .section-map .map {
    height: auto;
    padding-bottom: 400px;
  }
  .section-map .map:before,
  .section-map .map:after {
    top: auto;
    bottom: 0;
    height: 400px;
  }
  .section-map .info {
    border-radius: 0 0;
    width: 100%;
    position: static;
    height: auto;
  }
  .section-map .info .img {
    height: 55vw;
  }
  .section-map .info .text {
    padding: 30px 20px 0 20px;
  }
}
@media (max-width: 500px) {
  .section-map .map {
    padding-bottom: 300px;
  }
  .section-map .map:before,
  .section-map .map:after {
    height: 300px;
  }
}
/* Mixins */
.cf {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
.img-grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
}
.img-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.animated {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.radius {
  border-radius: 5px;
}
.shadow {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.2);
}
.text-hidden {
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
}
.grey-bg {
  background: rgba(0, 0, 0, 0.5);
}
/*# sourceMappingURL=global.css.map */
