@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800&subset=latin-ext");
.red {
  color: #ff5964;
}
.red a {
  color: inherit;
}

.yellow {
  color: #eacb19;
}
.yellow a {
  color: inherit;
}

.green {
  color: #579132;
}
.green a {
  color: inherit;
}

.blue {
  color: #273174;
}
.blue a {
  color: inherit;
}

.white {
  color: #fff;
}
.white a {
  color: inherit;
}

.bg-red {
  background-color: #ff5964 !important;
  border-color: #ff5964;
}
.bg-red.btn:hover {
  background-color: #ff2634 !important;
}

.bg-yellow {
  background-color: #eacb19 !important;
  border-color: #eacb19;
}
.bg-yellow.btn:hover {
  background-color: #bfa511 !important;
}

.bg-green-light {
  background-color: #69d268 !important;
  border-color: #69d268;
}
.bg-green-light.btn:hover {
  background-color: #42c641 !important;
}

.bg-green {
  background-color: #579132 !important;
  border-color: #579132;
}
.bg-green.btn:hover {
  background-color: #406b25 !important;
}

.bg-grey {
  background-color: #ababab !important;
  border-color: #ababab;
}
.bg-grey.btn:hover {
  background-color: #929292 !important;
}

.bg-blue {
  background-color: #273174 !important;
  border-color: #273174;
}
.bg-blue.btn:hover {
  background-color: #1a214e !important;
}

.bg-teal {
  background-color: #b8e2f0 !important;
  border-color: #b8e2f0;
}
.bg-teal.btn:hover {
  background-color: #8ed1e7 !important;
}

.bg-white {
  background-color: #fff !important;
  border-color: #fff;
}
.bg-white.btn:hover {
  background-color: #e6e6e6 !important;
}

/*
@import '../vendor/twitter/bootstrap/scss/_variables.scss';
@import '../vendor/twitter/bootstrap/scss/_mixins.scss';

$enable-shadows:            false;
$enable-hover-media-query:  false;
*/
.btn {
  text-transform: uppercase;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  color: inherit;
  border-radius: 0;
  color: #fff;
}
.btn.red {
  color: #ff5964;
}
.btn.yellow {
  color: #eacb19;
}
.btn.green {
  color: #579132;
}
.btn.blue {
  color: #273174;
}
.btn.white {
  color: #fff;
}
.btn.bg-yellow {
  color: #323f48;
}
.btn:hover {
  color: #fff;
}
.btn .fa {
  margin-right: 0.5rem;
}
.btn.tight {
  padding: 0.5rem 1.5rem;
}
.btn.large {
  padding: 1.5rem 2.5rem;
  font-size: 1.5rem;
  letter-spacing: 5px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .btn.large {
    padding: 1.25rem 2rem;
  }
}
.btn.medium {
  font-size: 1.25rem;
  letter-spacing: 4px;
  font-weight: 300;
}
.btn.transparent {
  background-color: transparent !important;
}
.btn.transparent:hover.bg-blue {
  background: #273174 !important;
  color: #fff;
}
.btn.transparent:hover.bg-white {
  background: #fff !important;
  color: #273174;
}

form.form label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 2.5;
  margin: 1.5rem 0 0 0;
  font-weight: 600;
}
form.form .form-control {
  border: 1px solid #eacb19;
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "Open Sans", Geneva, Helvetica, Arial, sans-serif;
}
form.form .form-control.has-error {
  border-color: #ff5964;
}
form.form textarea {
  height: 7rem;
}
form.form .btn {
  display: block;
  cursor: pointer;
  font-size: 0.8rem;
  margin: 2rem 0;
  width: 100%;
}
form.form .form-control-feedback.error {
  color: #ff5964;
}
form.form .form-control-feedback.success {
  color: #579132;
}

#alert-area {
  margin: 1rem 0;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?v=1.16");
  src: url("fonts/icomoon.eot?v=1.16#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?v=1.16") format("truetype"), url("fonts/icomoon.woff?v=1.16") format("woff"), url("fonts/icomoon.svg?v=1.16#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-cancel-circle:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-check-round:before {
  content: "";
}

.fa.fa-phone {
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
  font-weight: bold;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "Open Sans", Geneva, Helvetica, Arial, sans-serif;
  color: #323f48;
  background: #a6d0e2 url("../img/bg_body.jpg") no-repeat center top;
  -webkit-background-size: 100%;
  background-size: 100%;
}
body.home {
  background-image: none;
}

a {
  color: #ff5964;
}
a:hover {
  color: #ff5964;
}
a.classic {
  color: inherit;
  text-decoration: underline;
}
a.classic:hover {
  color: inherit;
  text-decoration: none;
}
a.back {
  position: relative;
  padding-left: 20px;
}
a.back:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "↩";
}

ul,
ol {
  padding-left: 1.5rem;
}

h1 {
  font-size: 1.9rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.subtitle {
  font-weight: 700;
  margin-bottom: 2rem;
}

.title {
  font-size: 3.4rem;
  line-height: 2;
  font-weight: 800;
}

.subtitle {
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 1.5rem 0 0.5rem;
}

h1.page-title {
  font-weight: 800;
  font-size: 3.3rem;
  color: #fff;
  text-shadow: 0 0 7px #8d99ae;
  text-align: center;
  margin: 3rem 0 4rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
  h1.page-title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper,
.container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.visible {
  display: block !important;
}

@media screen and (max-width: 767px) {
  img.pull-right, img.pull-left {
    float: none;
    display: inline-block;
    max-width: 100%;
  }
}
img.img-fluid {
  display: inline-block;
  max-width: 100%;
}

table thead td, table thead th,
table tbody td,
table tbody th {
  border-color: #ababab;
}
table th {
  font-weight: 700;
}

.logo {
  display: inline-block;
  float: left;
  margin: 0.5rem 0;
}
.logo img {
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  .logo img {
    max-height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .logo img {
    max-height: 50px;
  }
}
@media screen and (max-width: 319px) {
  .logo img {
    max-height: 39px;
  }
}

header {
  color: #273174;
  padding-top: 1rem;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
header .order-now {
  float: right;
  font-size: 0.85rem;
  margin: 2rem 0 1.5rem;
}
header a {
  color: inherit;
}
header a.btn {
  font-size: inherit;
}
header .mobile-menu-trigger {
  display: none;
  float: right;
  margin-right: 1rem;
  margin-top: 0.5rem;
  font-size: 2rem;
}
header .mobile-menu-trigger:hover {
  text-decoration: none;
  color: inherit;
}
header nav {
  text-transform: uppercase;
  text-align: center;
}
header nav a {
  font-size: 0.9rem;
}
header nav a:before {
  content: "•";
  margin: 0 0.75rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 2rem;
}
header nav a:hover {
  text-decoration: underline;
  color: inherit;
}
header nav a.home span {
  display: none;
}
header nav a.home:hover {
  text-decoration: none;
}
header nav a.home:before {
  content: "";
  margin: 0;
}
header nav div.has-submenu {
  display: inline-block;
  position: relative;
}
header nav div.has-submenu .submenu {
  display: none;
  position: absolute;
  left: 1rem;
  top: 100%;
  width: 300px;
  background: #273174;
}
header nav div.has-submenu .submenu a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 0.5rem 1rem;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
header nav div.has-submenu .submenu a:hover {
  background: #323f48;
  text-decoration: none;
}
header nav div.has-submenu .submenu a:before {
  content: "";
  margin: 0;
  line-height: 1;
}
header nav div.has-submenu:hover .submenu {
  display: block;
}
header nav div.fb-like {
  margin-left: 1rem;
}
header .big-btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  header .big-btn {
    padding: 7.5rem 0 6rem;
  }
  header .big-btn .btn {
    margin-right: 5rem;
    float: right;
  }
}
@media screen and (max-width: 991px) {
  header .big-btn {
    padding: 5rem 0 6rem;
  }
  header .big-btn .btn {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  header .big-btn {
    padding: 2rem 0 5rem;
  }
  header .big-btn .btn {
    margin-right: 0;
  }
}
header .packshot {
  position: relative;
  overflow: hidden;
}
header .packshot img {
  margin-left: 3%;
  margin-bottom: -2%;
  float: left;
  width: 40%;
}
header .packshot .text {
  background: rgba(0, 0, 0, 0.5);
  float: left;
  width: 57%;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 2.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  header .packshot img {
    margin: 0 5%;
    max-width: 90%;
    width: auto;
  }
  header .packshot .text {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  header {
    background-size: auto;
  }
  header nav a {
    letter-spacing: 1px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 991px) {
  header .order-now {
    margin-top: 0.5rem;
    max-width: calc(100% - 270px);
    text-align: right;
  }
  header .order-now .btn {
    margin-top: 0.5rem;
  }
  header .top-menu a {
    letter-spacing: 0;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  header .order-now {
    display: none;
  }
  header .top-menu-holder {
    position: relative;
  }
  header .top-menu {
    display: none;
    background: rgba(184, 226, 240, 0.9);
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    z-index: 999;
  }
  header .top-menu a {
    letter-spacing: 1px;
    font-size: 1.25rem;
    width: 100%;
    padding: 0.75rem 1rem;
    display: block;
    border-bottom: 1px solid #809ea8;
  }
  header .top-menu a.home span {
    display: inline;
  }
  header .top-menu a:before {
    content: "";
    margin: 0;
  }
  header .top-menu div.has-submenu {
    width: 100%;
  }
  header .top-menu div.has-submenu div.submenu {
    display: block;
    width: 100%;
    position: static;
    background: none;
  }
  header .top-menu div.has-submenu div.submenu a {
    text-align: center;
    color: #273174;
    border-color: #809ea8;
  }
  header .top-menu div.has-submenu div.submenu a:hover {
    background: none;
  }
  header .top-menu div.fb-like {
    margin: 0.75rem 1rem;
  }
  header .mobile-menu-trigger {
    display: block;
  }
  header .mobile-menu-trigger small {
    float: left;
    margin: 0.15rem 0.75rem 0 0;
  }
  header .packshot {
    text-align: center;
  }
  header .packshot img {
    float: none;
    max-width: 300px;
    margin: 0 auto;
    width: auto;
    margin-top: 348px;
  }
}
@media screen and (max-width: 575px) {
  header .mobile-menu-trigger small {
    display: none;
  }
  header .packshot {
    text-align: center;
  }
  header .packshot img {
    margin-top: 200px;
  }
}

.home header {
  position: relative;
}
.home header video {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d6ebe4;
  background-image: url("../img/headers/home.jpg");
  background-size: cover;
  transition: 1s opacity;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home header {
    /*video {
      display: none;
    }*/
  }
  .home header video {
    background-image: url("../img/headers/home-sm.jpg");
    background-color: #fff;
    background-position: center 75px;
    background-size: auto !important;
  }
}

.despre-stressmanager header {
  background-image: url("../img/headers/about.jpg");
}

.actiune-si-administrare header {
  background-image: url("../img/headers/home.jpg");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .actiune-si-administrare header {
    background-size: auto;
  }
}

.bg-beach {
  background: url("../img/bg-beach.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
.bg-beach .text {
  background: rgba(255, 255, 255, 0.6);
  padding: 3rem;
  margin: 0 3rem;
  position: relative;
}
.bg-beach .product-image {
  display: block;
  max-width: 400px;
  margin: 3rem auto 0;
}
@media screen and (min-width: 1200px) {
  .bg-beach .text {
    padding-right: 10rem;
  }
  .bg-beach .product-image {
    position: absolute;
    width: 300px;
    right: -150px;
    top: 35%;
  }
}
@media screen and (max-width: 767px) {
  .bg-beach {
    background: none;
  }
  .bg-beach .text {
    margin: 0;
    padding: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .bg-beach .product-image {
    display: none;
  }
}

.red-band {
  color: #fff;
  background-color: #ff5964;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0.75rem 0;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .red-band {
    font-size: 1.25rem;
  }
  .red-band span {
    white-space: nowrap;
  }
}

.teal-band {
  background: #b8e2f0;
  color: #fff;
}
.teal-band .row div {
  position: relative;
  padding: 1.5rem;
  text-align: right;
}
.teal-band .row div .text {
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 1em;
  max-width: 50%;
  text-align: left;
}
.teal-band .row div img {
  max-width: 70%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  .teal-band .row div {
    text-align: center;
  }
  .teal-band .row div .text {
    position: static;
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .teal-band .row div .text {
    display: block;
  }
  .teal-band .row div img {
    max-height: 175px;
  }
}

.title-box {
  max-width: 60%;
}
.title-box .box-title {
  float: right;
  background: #ff5964;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3rem 1.5rem;
  margin-left: 2rem;
}
.title-box .box-content {
  background: #fff;
  padding: 3rem;
  width: 100%;
}
.title-box .box-content ul {
  margin: 0;
}
.title-box .box-content li {
  padding: 0.75rem 0;
  list-style-type: none;
  position: relative;
}
.title-box .box-content li:before {
  position: absolute;
  content: "•";
  left: -1.5rem;
  top: 0.75rem;
  color: #8d99ae;
}
@media screen and (max-width: 767px) {
  .title-box .box-content {
    padding: 3rem 0;
  }
}
.title-box.red {
  color: #fff;
}
.title-box.red .box-title {
  background: #323f48;
}
.title-box.red .box-content {
  background: #ff5964;
}
.title-box.w-100 {
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .title-box.w-100 .box-title {
    width: 100%;
    float: none;
    margin: 0;
  }
  .title-box.w-100 .box-content {
    padding: 3rem 2rem;
  }
}
.title-box.right {
  float: right;
}
.title-box.right .box-title {
  float: left;
  margin-left: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .title-box {
    max-width: 100%;
  }
}

.box-content {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .box-content {
    padding: 3rem 1rem;
  }
}

.characteristics {
  background: #fff url("../img/cover-eyes.jpg") no-repeat right bottom;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .characteristics {
    background-size: auto 500px;
    padding-bottom: 470px;
  }
  .characteristics .wrapper {
    padding-top: 0 !important;
  }
  .characteristics .box-title {
    margin-right: -15px;
  }
  .characteristics .box-content {
    background: none;
    padding-top: 2rem;
  }
}

.recommendations {
  background: #fff url("../img/meditate.jpg") no-repeat left top;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recommendations {
    background: url("../img/meditate-sm.jpg") no-repeat center top;
    background-size: auto 500px;
  }
  .recommendations .wrapper {
    padding-top: 0 !important;
  }
  .recommendations .title-box {
    margin-top: 470px;
  }
  .recommendations .box-title {
    position: absolute;
    top: 0;
    left: -15px;
  }
  .recommendations .box-content {
    padding-top: 1rem;
    margin-left: -15px;
    margin-rigt: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .recommendations {
    background-size: auto 350px;
  }
  .recommendations .title-box {
    margin-top: 350px;
  }
}

.home-articles {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.home-articles .title {
  font-size: 1rem;
  font-weight: 600;
  color: #323f48;
  margin: 0.5rem 0;
  display: inline-block;
}
.home-articles p {
  margin-bottom: 0.5rem;
}
.home-articles .read-more:after {
  background: #a6d0e2;
}

.read-more {
  background: #eacb19;
  color: #323f48;
  position: relative;
}
.read-more:after {
  content: "⟶";
  position: absolute;
  right: -35px;
}
.read-more:hover {
  color: inherit;
  text-decoration: underline;
  background: none;
}

footer {
  background-image: url("../img/footer-bg.jpg");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: repeat;
  color: #fff;
}
footer .delivery {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 2rem;
  padding: 2rem 0;
  font-weight: 600;
}
footer .delivery img {
  max-height: 50px;
  margin-top: -10px;
}
@media screen and (max-width: 575px) {
  footer .delivery img {
    margin: 0 auto;
    display: block;
  }
}
footer .sites {
  margin-bottom: 1.5rem;
  background: #f4f0ec;
  color: #323f48;
  padding: 1rem;
}
footer .sites .text {
  font-size: 0.9rem;
  max-width: 23%;
  padding-right: 2%;
  float: left;
}
@media screen and (max-width: 991px) {
  footer .sites .text {
    float: none;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
footer .sites .items {
  float: left;
  width: 77%;
}
footer .sites .items .caption {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
footer .sites .items a {
  padding: 0 5px;
  width: 13.65%;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .sites .items a:hover {
  text-decoration: none;
}
footer .sites .items a img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  footer .sites .items {
    float: none;
    width: 100%;
  }
}
footer .owner {
  border-top: 2px solid #fff;
  padding-top: 0.75rem;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
footer .owner .left {
  float: left;
  text-transform: uppercase;
}
footer .owner .right {
  float: right;
}
footer .owner .right a {
  color: inherit;
}
@media screen and (max-width: 991px) {
  footer .owner {
    text-align: center;
  }
  footer .owner .left,
footer .owner .right {
    float: none;
  }
}
footer .disclaimer {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 575px) {
  footer {
    background-image: url("../img/footer-bg-sm.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
  }
  footer .sites {
    display: none;
  }
}

.action-header {
  color: #323f48;
}
.action-header .product {
  float: left;
  width: 40%;
  text-align: center;
  position: relative;
  z-index: 99;
}
.action-header .product img {
  width: 105%;
  /*margin-bottom: -70px;*/
  margin-top: 3rem;
}
.action-header .text {
  float: right;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3rem 2rem 1rem 3rem;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .action-header .product {
    width: 70%;
    margin: 50px auto 0px auto;
    float: none;
  }
  .action-header .product img {
    width: 100%;
    margin-top: 0;
    margin-bottom: -24%;
  }
  .action-header .product a.btn {
    display: none;
  }
  .action-header .text {
    width: calc(100% + 30px);
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 575px) {
  .action-header .product {
    width: 80%;
  }
}

ul.red-arrow {
  list-style: none;
  padding-left: 0;
}
ul.red-arrow li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1rem;
}
ul.red-arrow li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "›";
  color: #ff5964;
  font-size: 30px;
  line-height: 1rem;
}

.table-bordered.white thead th,
.table-bordered.white thead td {
  border-color: #fff;
}

.studies {
  background: rgba(255, 255, 255, 0.7);
  padding: 2rem 0;
}
.studies .study {
  background: url("../img/arrow-right.png") no-repeat top left;
  padding: 60px 1.5rem 1.5rem;
  margin-top: 1rem;
}
.studies .study a {
  line-height: 36px;
  height: 36px;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
}
.studies .study a:hover {
  text-decoration: none;
}
.studies .study a.pdf_link {
  background: url("../img/icons/pdf.png") no-repeat right center;
  background-size: contain;
  padding-right: 35px;
}

.offer h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.offer h2 span {
  font-size: 150%;
  text-transform: none;
}
.offer .img {
  width: 55%;
  float: left;
  position: relative;
  display: inline-block;
}
.offer .img img {
  width: 100%;
}
.offer .img .pack-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 5px 7px;
  margin: 0;
  background: rgba(245, 245, 245, 0.8);
  font-weight: 600;
  color: #ff5964;
}
.offer.has-labels .img {
  text-align: center;
}
.offer.has-labels img {
  width: 95%;
  padding-top: 5px;
}
.offer .offer-desc {
  float: right;
  width: 42%;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  padding-top: 2rem;
}
.offer .offer-desc .old-price {
  text-decoration: line-through;
}
.offer .offer-desc .price {
  color: #ff5964;
}
.offer .offer-desc .price span {
  font-size: 150%;
}
@media screen and (max-width: 575px) {
  .offer .img,
.offer .offer-desc {
    width: 100%;
    float: none;
  }
  .offer .offer-desc {
    padding-top: 0rem;
    padding-bottom: 2rem;
    text-align: center;
  }
}

.single-prod {
  margin-top: 4rem;
}
.single-prod .image {
  float: left;
  width: 60%;
}
.single-prod .details {
  float: left;
  width: 40%;
  text-align: center;
}
.single-prod .details h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 3px;
  margin-top: 1.5rem;
}
.single-prod .details .qty {
  border: 1px solid #ababab;
  display: inline-block;
}
.single-prod .details .qty .qty-minus,
.single-prod .details .qty .qty-plus {
  border-right: 1px solid #ababab;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1rem;
  background: #fff;
  color: #323f48;
}
.single-prod .details .qty .qty-minus:hover,
.single-prod .details .qty .qty-plus:hover {
  text-decoration: none;
  background: #f2f2f2;
}
.single-prod .details .qty .qty-plus {
  border-right: 0;
  border-left: 1px solid #ababab;
}
.single-prod .details .qty #qty-value {
  border: none;
  float: left;
  text-align: center;
  width: 75px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background: #fff;
}
.single-prod .details .price {
  font-size: 1.3rem;
  margin-top: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.single-prod .details .price small {
  text-transform: none;
}
.single-prod .details .old-price {
  text-decoration: line-through;
  margin-top: 1rem;
}
.single-prod .details .old-price + .price {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-prod {
    margin-top: 2rem;
  }
  .single-prod .image {
    width: 90%;
    margin-left: 5%;
  }
  .single-prod .details {
    width: 100%;
    margin-bottom: 2rem;
  }
  .single-prod .details h2 {
    margin-top: 0;
  }
}

.delivery-info {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.delivery-info li {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 3px;
}

.contact {
  padding: 0;
}
.contact .content {
  background: rgba(234, 203, 25, 0.8);
  padding: 2.5rem 2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
.contact .content p:last-child {
  margin: 0;
}
.contact .contact-form {
  background-color: #f5f5f5;
}
.contact .map {
  width: 50%;
  display: block;
  float: left;
}
@media screen and (max-width: 575px) {
  .contact .map {
    width: 100%;
    margin-bottom: 1.5rem;
    float: none;
  }
}
.contact .form-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3rem;
  width: 50%;
  float: right;
}
.contact .form-container h2 {
  border-bottom: 2px solid #eacb19;
  margin-top: 1.5rem;
}
.contact .form-container form.form .form-control {
  border-color: #dcdcdc;
  background: #dcdcdc;
}
.contact .form-container form.form .form-control.has-error {
  border-color: #ff5964;
  background: #f4f0ec;
}
@media screen and (max-width: 575px) {
  .contact .form-container {
    width: 100%;
    padding: 0 2rem 2rem;
    float: none;
  }
}

.border-box {
  border: 3px solid #ff5964;
  padding: 0.75rem 1.5rem;
  margin: 1.5rem 0;
}

.delivery {
  padding: 0;
}
.delivery li {
  display: block;
  float: left;
  width: 33%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  padding: 0 1rem;
  position: relative;
  font-size: 0.9rem;
  list-style-type: circle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.delivery li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .delivery li {
    float: none;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.img-packshot {
  float: right;
  max-width: 35%;
  margin: 0 0 1rem 1.5rem;
}
@media screen and (max-width: 575px) {
  .img-packshot {
    width: 100%;
    max-width: 100%;
    margin: 0;
    float: none;
  }
}

.order .wrapper {
  background: rgba(255, 255, 255, 0.7);
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.order .section-title {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.order .section-title span {
  color: #eacb19;
}
.order .separator {
  border-bottom: 3px solid #eacb19;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
.order .product .p-title {
  padding: 0 1rem;
}
.order input.prod-qty {
  width: 75px;
}
.order input.total {
  border: none;
  background: none;
  width: 100px;
  text-align: right;
}
.order td {
  padding: 0.75rem 1rem;
}
.order td.col-1 {
  max-width: 50%;
}
.order td.col-2 {
  white-space: nowrap;
}
.order td.col-3 {
  text-align: right;
}
.order .order-summary {
  margin-top: 1.5rem;
}
.order .order-summary p {
  padding: 0.5rem 1rem;
}
.order label {
  display: block;
  margin: 0.75rem 0 0 0;
}
.order span.star {
  color: #eacb19;
}
.order .form-control {
  border: 2px solid #eacb19;
  display: block;
  border-radius: 0;
}
.order .form-control.has-error {
  border-color: #ff5964;
  color: #ff5964;
}
.order #form_company {
  display: none;
}
.order .free-delivery {
  padding-left: 1rem;
}
.order .free-delivery li {
  padding: 0;
  font-weight: 400;
}
.order .free-delivery li span {
  white-space: nowrap;
}
.order .order-total {
  background: #ababab;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}
.order .order-total span {
  float: right;
}
.order button.btn {
  display: block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  width: 100%;
  cursor: pointer;
}
.order button.btn:hover {
  color: #eacb19;
}
.order small.form-control-feedback.error {
  color: #ff5964;
}
.order small.form-control-feedback.success {
  color: #579132;
}
.order small.form-control-feedback.boxed {
  color: #fff;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
}
.order small.form-control-feedback.boxed.error {
  background: #ff5964;
}
.order small.form-control-feedback.boxed.success {
  background: #579132;
}

.testimonial-item {
  border: 3px solid #ff5964;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  line-height: 1.6rem;
  margin-bottom: 3rem;
  margin-right: 5rem;
  text-align: justify;
  border-radius: 10px;
  background: #fff;
}
.testimonial-item:nth-child(2n) {
  border-color: #eacb19;
  margin-left: 5rem;
  margin-right: 0;
}
.testimonial-item h3 {
  margin-top: 1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .testimonial-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 2rem;
  }
}

.pages {
  text-align: center;
  padding: 1rem;
  margin-bottom: 3rem;
}
.pages a,
.pages b {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #eacb19;
  color: #000;
  margin: 0 0.3rem;
  font-size: 1.3rem;
  transition: background 0.5s;
}
.pages a:hover {
  background: #ff5964;
  color: #fff;
  text-decoration: none;
}
.pages b {
  font-weight: normal;
  background: #ff5964;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pages {
    margin-bottom: 2rem;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

#video-testimonials .the-video {
  margin: 0 10% 5rem 10%;
}
#video-testimonials .the-video h2 {
  margin-top: 1rem;
  text-transform: none;
}

.the-list .video-testimonial-item {
  width: 28%;
  margin: 0 2.5% 1.5rem 2.5%;
  display: block;
  float: left;
}

.the-list .video-testimonial-item h3 {
  font-size: 1.3rem;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.article {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
}
.article .image {
  max-width: 590px;
}

.article-list h2 a {
  color: inherit;
}
.article-list .al-img {
  max-width: 25%;
  max-height: 150px;
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.article-list .al-desc {
  float: left;
  width: calc(75% - 1.5rem);
}
@media screen and (max-width: 575px) {
  .article-list .al-img {
    max-width: 100%;
    max-height: none;
    float: none;
    margin: 0 0 0.75rem;
  }
  .article-list .al-desc {
    width: 100%;
    float: none;
  }
}

.labels {
  position: absolute;
  top: 0rem;
  right: -0.5rem;
}
.labels .p-label {
  font-size: 0.8rem;
  color: #fff;
  text-align: right;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  overflow: hidden;
}
.labels .p-label span {
  display: inline-block;
  padding: 1px 0.5rem 1px 0.75rem;
  font-weight: 400;
  position: relative;
  margin-left: 1rem;
  white-space: nowrap;
}
.labels .p-label span:before {
  content: "";
  position: absolute;
  left: -5px;
  width: 10px;
  height: 50%;
  top: 0;
  background-color: inherit;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
.labels .p-label span:after {
  content: "";
  position: absolute;
  left: -5px;
  width: 10px;
  height: 50%;
  bottom: 0;
  background-color: inherit;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
.labels .p-label .label-green {
  background: #69d268;
}

.cookie-policy {
  background: #ff5964;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  display: none;
}
.cookie-policy .wrapper p {
  font-size: 0.9rem;
  margin: 0.75rem 0;
  display: inline-block;
  padding-right: 85px;
  position: relative;
}
.cookie-policy button {
  color: #000;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.5rem;
  margin: 0;
  text-shadow: 1px 1px 0px #fff;
  cursor: pointer;
  font-weight: 400;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#d6d6d6",GradientType=0 );
}
.cookie-policy button:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #b1b1b1 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #b1b1b1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #b1b1b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#b1b1b1",GradientType=0 );
}
.cookie-policy button:active {
  background: #b1b1b1;
  background: -moz-linear-gradient(top, #b1b1b1 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #b1b1b1 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #b1b1b1 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b1b1b1", endColorstr="#ffffff",GradientType=0 );
}
.cookie-policy a {
  color: #b8e2f0;
}

/*# sourceMappingURL=base.css.map */
