@import url("../fonts/fontello/css/fontello.css");
@import url("../fonts/stylesheet.css");
@import url("columns.css");
.icon-ok:before {
  content: "\e800";
}

.icon-mail:before {
  content: "\e801";
}

.icon-cancel:before {
  content: "\e802";
}

.icon-down-dir:before {
  content: "\e814";
}

.icon-filter:before {
  content: "\e804";
}

.icon-instagram:before {
  content: "\e805";
}

.icon-language:before {
  content: "\e806";
}

.icon-check:before {
  content: "\e807";
}

.icon-cart:before {
  content: "\e808";
}

.icon-search:before {
  content: "\e809";
}

.icon-up-dir:before {
  content: "\e80a";
}

.icon-login:before {
  content: "\e80b";
}

.icon-phone:before {
  content: "\e80c";
}

.icon-delete:before {
  content: "\e80d";
}

.icon-close:before {
  content: "\e80e";
}

.icon-location:before {
  content: "\e80f";
}

.icon-youtube:before {
  content: "\e810";
}

.icon-check-empty:before {
  content: "\e811";
}

.icon-cancel-circled:before {
  content: "\e812";
}

.icon-cancel-circled-outline:before {
  content: "\e813";
}

.icon-down:before {
  content: "\e814";
}

.icon-up:before {
  content: "\e815";
}

.icon-right:before {
  content: "\e816";
}

.icon-left:before {
  content: "\e817";
}

.icon-minus:before {
  content: "\e818";
}

.icon-plus:before {
  content: "\e819";
}

.icon-right-1:before {
  content: "\f178";
}

.icon-facebook-squared:before {
  content: "\f308";
}

.icon-mouse-pointer:before {
  content: "\e81c";
}

.icon-facebook:before {
  content: "\e803";
}

.icon-spin5:before {
  content: "\e838";
}

.icon-doc:before {
  content: "\e81c";
}

.icon-lock:before {
  content: "\e80b";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  margin: 0.5em 0;
}

h1 .btn, h2 .btn, h3 .btn, h4 .btn, h5 .btn, h6 .btn {
  font-family: "Source Sans Pro", sans-serif;
}

h4, h5, h6 {
  font-weight: bold;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h1, h2 {
    margin: 1em 0;
  }
}
.container-fluid {
  max-width: 1300px;
}

@media (max-width: 479px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content_layout:before, .content_layout:after {
  content: " ";
  display: table;
}

.content_layout:after {
  clear: both;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

button::-moz-focus-inner {
  border: 0;
}

a:focus {
  outline: none;
}

ul.menu-horizontal, ul.horizontal {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.menu-horizontal:before, ul.horizontal:before, ul.menu-horizontal:after, ul.horizontal:after {
  content: " ";
  display: table;
}

ul.menu-horizontal:after, ul.horizontal:after {
  clear: both;
}

ul.menu-horizontal > li, ul.horizontal > li {
  float: left;
  white-space: nowrap;
  margin-left: 20px;
  line-height: 2em;
}

ul.menu-horizontal > li:first-child, ul.horizontal > li:first-child {
  margin-left: 0;
}

ul.menu-horizontal > li > a, ul.horizontal > li > a {
  color: #555;
  text-decoration: none;
  display: block;
}

ul.menu-horizontal > li > a:hover, ul.horizontal > li > a:hover {
  color: #222;
}

@media (min-width: 992px) {
  ul.menu-horizontal-desktop, ul.horizontal-desktop {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  ul.menu-horizontal-desktop:before, ul.horizontal-desktop:before, ul.menu-horizontal-desktop:after, ul.horizontal-desktop:after {
    content: " ";
    display: table;
  }

  ul.menu-horizontal-desktop:after, ul.horizontal-desktop:after {
    clear: both;
  }

  ul.menu-horizontal-desktop > li, ul.horizontal-desktop > li {
    float: left;
    white-space: nowrap;
    margin-left: 20px;
    line-height: 2em;
  }

  ul.menu-horizontal-desktop > li:first-child, ul.horizontal-desktop > li:first-child {
    margin-left: 0;
  }

  ul.menu-horizontal-desktop > li > a, ul.horizontal-desktop > li > a {
    color: #555;
    text-decoration: none;
    display: block;
  }

  ul.menu-horizontal-desktop > li > a:hover, ul.horizontal-desktop > li > a:hover {
    color: #222;
  }
}
@media (max-width: 991px) {
  ul.menu-horizontal-mobile, ul.horizontal-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  ul.menu-horizontal-mobile:before, ul.horizontal-mobile:before, ul.menu-horizontal-mobile:after, ul.horizontal-mobile:after {
    content: " ";
    display: table;
  }

  ul.menu-horizontal-mobile:after, ul.horizontal-mobile:after {
    clear: both;
  }

  ul.menu-horizontal-mobile > li, ul.horizontal-mobile > li {
    float: left;
    white-space: nowrap;
    margin-left: 20px;
    line-height: 2em;
  }

  ul.menu-horizontal-mobile > li:first-child, ul.horizontal-mobile > li:first-child {
    margin-left: 0;
  }

  ul.menu-horizontal-mobile > li > a, ul.horizontal-mobile > li > a {
    color: #555;
    text-decoration: none;
    display: block;
  }

  ul.menu-horizontal-mobile > li > a:hover, ul.horizontal-mobile > li > a:hover {
    color: #222;
  }

  ul.menu-horizontal-desktop, ul.horizontal-desktop {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.menu-horizontal-desktop > li > a, ul.horizontal-desktop > li > a {
    line-height: 20px;
    margin: 0;
    display: block;
    text-decoration: none;
    color: #555;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  ul.menu-horizontal-desktop > li > a:hover, ul.horizontal-desktop > li > a:hover {
    background: #fafafa;
  }

  ul.menu-horizontal-desktop > li > a > h2, ul.horizontal-desktop > li > a > h2, ul.menu-horizontal-desktop > li > a > h3, ul.horizontal-desktop > li > a > h3, ul.menu-horizontal-desktop > li > a > h4, ul.horizontal-desktop > li > a > h4, ul.menu-horizontal-desktop > li > a > h5, ul.horizontal-desktop > li > a > h5 {
    margin: 0;
  }
}
.list-default ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-default ul .title, .list-default ul a {
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
}

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

.list-default ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 5px;
  line-height: inherit;
  margin: 0;
}

.list-default ul li:not(.icon):before {
  content: "-";
}

.list-checkboxes > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-checkboxes > ul > .title {
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
}

.list-checkboxes > ul > li {
  position: relative;
  cursor: pointer;
}

.list-checkboxes > ul > li.count0 {
  color: #bbb !important;
}

.list-checkboxes > ul > li:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e811";
}

.list-checkboxes > ul > li.active:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e807";
}

.list-checkboxes > ul > li .count {
  margin-left: 5px;
  font-size: 10px;
  color: #777;
}

@media (max-width: 991px) {
  .list-checkboxes.list-collapse-mobile > ul > li {
    line-height: 20px;
    margin: 0;
    display: block;
    text-decoration: none;
    color: #555;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .list-checkboxes.list-collapse-mobile > ul > li:hover {
    background: #fafafa;
  }

  .list-checkboxes.list-collapse-mobile > ul > li > h2, .list-checkboxes.list-collapse-mobile > ul > li > h3, .list-checkboxes.list-collapse-mobile > ul > li > h4, .list-checkboxes.list-collapse-mobile > ul > li > h5 {
    margin: 0;
  }
}
.list-dropdown ul {
  list-style: none;
}

@media (min-width: 992px) {
  .list-dropdown, .list-dropdown-desktop {
    position: relative;
  }

  .list-dropdown:before, .list-dropdown-desktop:before, .list-dropdown:after, .list-dropdown-desktop:after {
    content: " ";
    display: table;
  }

  .list-dropdown:after, .list-dropdown-desktop:after {
    clear: both;
  }

  .list-dropdown > .title, .list-dropdown-desktop > .title {
    cursor: pointer;
    color: #555;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .list-dropdown > .title:hover, .list-dropdown-desktop > .title:hover {
    color: #222;
  }

  .list-dropdown > .title:after, .list-dropdown-desktop > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e814";
    position: absolute;
  }

  .list-dropdown > .title + ul, .list-dropdown-desktop > .title + ul, .list-dropdown > .title + div, .list-dropdown-desktop > .title + div {
    position: absolute;
    top: auto;
    left: 0px;
    visibility: hidden;
    margin: 0;
    opacity: 0;
    display: block;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .list-dropdown > .title + ul[data-dropdown-align=right], .list-dropdown-desktop > .title + ul[data-dropdown-align=right], .list-dropdown > .title + div[data-dropdown-align=right], .list-dropdown-desktop > .title + div[data-dropdown-align=right] {
    left: auto;
    right: 0;
  }

  .list-dropdown > ul, .list-dropdown-desktop > ul {
    z-index: 1000;
    float: left;
    padding: 5px 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }

  .list-dropdown > ul .divider, .list-dropdown-desktop > ul .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin: 5px 0;
  }

  .list-dropdown .list-dropdown > .title, .list-dropdown .list-dropdown-desktop > .title, .list-dropdown-desktop .list-dropdown > .title, .list-dropdown-desktop .list-dropdown-desktop > .title, .list-dropdown > ul > li > a, .list-dropdown-desktop > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }

  .list-dropdown .list-dropdown > .title:hover, .list-dropdown .list-dropdown-desktop > .title:hover, .list-dropdown-desktop .list-dropdown > .title:hover, .list-dropdown-desktop .list-dropdown-desktop > .title:hover, .list-dropdown > ul > li > a:hover, .list-dropdown-desktop > ul > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }

  .list-dropdown.hover > .title + *, .list-dropdown-desktop.hover > .title + * {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .list-dropdown .list-dropdown > .title, .list-dropdown .list-dropdown-desktop > .title, .list-dropdown-desktop .list-dropdown > .title, .list-dropdown-desktop .list-dropdown-desktop > .title {
    padding-right: 35px;
  }

  .list-dropdown .list-dropdown > .title:after, .list-dropdown .list-dropdown-desktop > .title:after, .list-dropdown-desktop .list-dropdown > .title:after, .list-dropdown-desktop .list-dropdown-desktop > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e816";
    position: absolute;
    top: 0;
    right: 10px;
    padding: 3px 0;
  }

  .list-dropdown .list-dropdown.hover > ul, .list-dropdown .list-dropdown-desktop.hover > ul, .list-dropdown-desktop .list-dropdown.hover > ul, .list-dropdown-desktop .list-dropdown-desktop.hover > ul {
    left: 100%;
    top: -6px;
  }

  .list-dropdown ul, .list-dropdown-desktop ul {
    list-style: none;
  }

  .list-dropdown .title, .list-dropdown-desktop .title {
    color: #355362;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 0px;
  }

  .list-dropdown .title:hover, .list-dropdown-desktop .title:hover {
    color: #355362;
  }

  .list-dropdown .title:after, .list-dropdown-desktop .title:after {
    display: none !important;
  }

  .list-dropdown .title .icon-down-dir, .list-dropdown-desktop .title .icon-down-dir {
    color: #d7dadc;
    margin-left: 5px;
  }

  .list-dropdown .title .carret, .list-dropdown-desktop .title .carret {
    color: #ccd7dd;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9 ;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  .list-dropdown .dropdown-menu, .list-dropdown-desktop .dropdown-menu {
    color: #355362;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    min-width: 250px;
  }

  .list-dropdown .dropdown-menu:hover, .list-dropdown-desktop .dropdown-menu:hover {
    cursor: pointer;
  }

  .list-dropdown .dropdown-menu .menu-item, .list-dropdown-desktop .dropdown-menu .menu-item {
    cursor: pointer;
    padding: 10px 15px;
  }

  .list-dropdown .dropdown-menu .menu-item.active, .list-dropdown-desktop .dropdown-menu .menu-item.active {
    background-color: white;
    color: #355362;
  }

  .list-dropdown .dropdown-menu .menu-item:hover, .list-dropdown-desktop .dropdown-menu .menu-item:hover {
    color: white;
    background-color: #355362;
  }

  .list-collapse > .title, .list-collapse-desktop > .title {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-right: 30px;
  }

  .list-collapse > .title:after, .list-collapse-desktop > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e814";
    position: absolute;
  }

  .list-collapse .title + *, .list-collapse-desktop .title + * {
    display: none;
  }

  .list-collapse.open > .title:after, .list-collapse-desktop.open > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e815";
  }

  .list-collapse.open > .title + *, .list-collapse-desktop.open > .title + * {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .list-dropdown .title, .list-dropdown-desktop .title {
    border-bottom: 1px solid #e5ebed;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .list-dropdown .title .icon-down-dir, .list-dropdown-desktop .title .icon-down-dir {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .list-dropdown .title .carret, .list-dropdown-desktop .title .carret {
    right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .list-dropdown .dropdown-menu .menu-item, .list-dropdown-desktop .dropdown-menu .menu-item {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .list-dropdown:not(.list-collapse-mobile), .list-dropdown-mobile {
    position: relative;
  }

  .list-dropdown:not(.list-collapse-mobile):before, .list-dropdown-mobile:before, .list-dropdown:not(.list-collapse-mobile):after, .list-dropdown-mobile:after {
    content: " ";
    display: table;
  }

  .list-dropdown:not(.list-collapse-mobile):after, .list-dropdown-mobile:after {
    clear: both;
  }

  .list-dropdown:not(.list-collapse-mobile) > .title, .list-dropdown-mobile > .title {
    cursor: pointer;
    color: #555;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .list-dropdown:not(.list-collapse-mobile) > .title:hover, .list-dropdown-mobile > .title:hover {
    color: #222;
  }

  .list-dropdown:not(.list-collapse-mobile) > .title:after, .list-dropdown-mobile > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e814";
    position: absolute;
  }

  .list-dropdown:not(.list-collapse-mobile) > .title + ul, .list-dropdown-mobile > .title + ul, .list-dropdown:not(.list-collapse-mobile) > .title + div, .list-dropdown-mobile > .title + div {
    position: absolute;
    top: auto;
    left: 0px;
    visibility: hidden;
    margin: 0;
    opacity: 0;
    display: block;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .list-dropdown:not(.list-collapse-mobile) > .title + ul[data-dropdown-align=right], .list-dropdown-mobile > .title + ul[data-dropdown-align=right], .list-dropdown:not(.list-collapse-mobile) > .title + div[data-dropdown-align=right], .list-dropdown-mobile > .title + div[data-dropdown-align=right] {
    left: auto;
    right: 0;
  }

  .list-dropdown:not(.list-collapse-mobile) > ul, .list-dropdown-mobile > ul {
    z-index: 1000;
    float: left;
    padding: 5px 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }

  .list-dropdown:not(.list-collapse-mobile) > ul .divider, .list-dropdown-mobile > ul .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin: 5px 0;
  }

  .list-dropdown:not(.list-collapse-mobile) .list-dropdown:not(.list-collapse-mobile) > .title, .list-dropdown:not(.list-collapse-mobile) .list-dropdown-mobile > .title, .list-dropdown-mobile .list-dropdown:not(.list-collapse-mobile) > .title, .list-dropdown-mobile .list-dropdown-mobile > .title, .list-dropdown:not(.list-collapse-mobile) > ul > li > a, .list-dropdown-mobile > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }

  .list-dropdown:not(.list-collapse-mobile) .list-dropdown:not(.list-collapse-mobile) > .title:hover, .list-dropdown:not(.list-collapse-mobile) .list-dropdown-mobile > .title:hover, .list-dropdown-mobile .list-dropdown:not(.list-collapse-mobile) > .title:hover, .list-dropdown-mobile .list-dropdown-mobile > .title:hover, .list-dropdown:not(.list-collapse-mobile) > ul > li > a:hover, .list-dropdown-mobile > ul > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }

  .list-dropdown:not(.list-collapse-mobile).hover > .title + *, .list-dropdown-mobile.hover > .title + * {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .list-dropdown:not(.list-collapse-mobile) .list-dropdown:not(.list-collapse-mobile) > .title, .list-dropdown:not(.list-collapse-mobile) .list-dropdown-mobile > .title, .list-dropdown-mobile .list-dropdown:not(.list-collapse-mobile) > .title, .list-dropdown-mobile .list-dropdown-mobile > .title {
    padding-right: 35px;
  }

  .list-dropdown:not(.list-collapse-mobile) .list-dropdown:not(.list-collapse-mobile) > .title:after, .list-dropdown:not(.list-collapse-mobile) .list-dropdown-mobile > .title:after, .list-dropdown-mobile .list-dropdown:not(.list-collapse-mobile) > .title:after, .list-dropdown-mobile .list-dropdown-mobile > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e816";
    position: absolute;
    top: 0;
    right: 10px;
    padding: 3px 0;
  }

  .list-dropdown:not(.list-collapse-mobile) .list-dropdown:not(.list-collapse-mobile).hover > ul, .list-dropdown:not(.list-collapse-mobile) .list-dropdown-mobile.hover > ul, .list-dropdown-mobile .list-dropdown:not(.list-collapse-mobile).hover > ul, .list-dropdown-mobile .list-dropdown-mobile.hover > ul {
    left: 100%;
    top: -6px;
  }

  .list-dropdown:not(.list-collapse-mobile) ul, .list-dropdown-mobile ul {
    list-style: none;
  }

  .list-dropdown:not(.list-collapse-mobile) .title, .list-dropdown-mobile .title {
    color: #355362;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 0px;
  }

  .list-dropdown:not(.list-collapse-mobile) .title:hover, .list-dropdown-mobile .title:hover {
    color: #355362;
  }

  .list-dropdown:not(.list-collapse-mobile) .title:after, .list-dropdown-mobile .title:after {
    display: none !important;
  }

  .list-dropdown:not(.list-collapse-mobile) .title .icon-down-dir, .list-dropdown-mobile .title .icon-down-dir {
    color: #d7dadc;
    margin-left: 5px;
  }

  .list-dropdown:not(.list-collapse-mobile) .title .carret, .list-dropdown-mobile .title .carret {
    color: #ccd7dd;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9 ;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  .list-dropdown:not(.list-collapse-mobile) .dropdown-menu, .list-dropdown-mobile .dropdown-menu {
    color: #355362;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    min-width: 250px;
  }

  .list-dropdown:not(.list-collapse-mobile) .dropdown-menu:hover, .list-dropdown-mobile .dropdown-menu:hover {
    cursor: pointer;
  }

  .list-dropdown:not(.list-collapse-mobile) .dropdown-menu .menu-item, .list-dropdown-mobile .dropdown-menu .menu-item {
    cursor: pointer;
    padding: 10px 15px;
  }

  .list-dropdown:not(.list-collapse-mobile) .dropdown-menu .menu-item.active, .list-dropdown-mobile .dropdown-menu .menu-item.active {
    background-color: white;
    color: #355362;
  }

  .list-dropdown:not(.list-collapse-mobile) .dropdown-menu .menu-item:hover, .list-dropdown-mobile .dropdown-menu .menu-item:hover {
    color: white;
    background-color: #355362;
  }

  .list-collapse > .title, .list-collapse-mobile > .title {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-right: 30px;
  }

  .list-collapse > .title:after, .list-collapse-mobile > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e814";
    position: absolute;
  }

  .list-collapse .title + *, .list-collapse-mobile .title + * {
    display: none;
  }

  .list-collapse.open > .title:after, .list-collapse-mobile.open > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e815";
  }

  .list-collapse.open > .title + *, .list-collapse-mobile.open > .title + * {
    display: block;
  }

  .list-collapse .title, .list-collapse-mobile .title, .list-collapse a, .list-collapse-mobile a {
    line-height: 20px;
    margin: 0;
    display: block;
    text-decoration: none;
    color: #555;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .list-collapse .title:hover, .list-collapse-mobile .title:hover, .list-collapse a:hover, .list-collapse-mobile a:hover {
    background: #fafafa;
  }

  .list-collapse .title > h2, .list-collapse-mobile .title > h2, .list-collapse a > h2, .list-collapse-mobile a > h2, .list-collapse .title > h3, .list-collapse-mobile .title > h3, .list-collapse a > h3, .list-collapse-mobile a > h3, .list-collapse .title > h4, .list-collapse-mobile .title > h4, .list-collapse a > h4, .list-collapse-mobile a > h4, .list-collapse .title > h5, .list-collapse-mobile .title > h5, .list-collapse a > h5, .list-collapse-mobile a > h5 {
    margin: 0;
  }

  .list-collapse > .title, .list-collapse-mobile > .title {
    padding-right: 40px;
  }

  .list-collapse > .title:after, .list-collapse-mobile > .title:after {
    top: 10px;
    right: 10px;
    font-size: 18px;
  }

  .list-collapse ul, .list-collapse-mobile ul {
    margin: 0;
    position: static;
    list-style: none;
    padding: 0;
    background: #fafafa;
  }

  .list-collapse ul.dropdown-menu, .list-collapse-mobile ul.dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    border: none;
  }

  .list-collapse ul .title, .list-collapse-mobile ul .title, .list-collapse ul a, .list-collapse-mobile ul a {
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
  }

  .list-collapse ul .title:hover, .list-collapse-mobile ul .title:hover, .list-collapse ul a:hover, .list-collapse-mobile ul a:hover {
    background: #f0f0f0;
  }

  .list-default.list-collapse ul > li, .list-default.list-collapse-mobile ul > li {
    color: #123456;
    padding-left: 0;
  }

  .list-default.list-collapse ul > li:before, .list-default.list-collapse-mobile ul > li:before {
    display: none;
  }

  .list-collapse .list-collapse ul, .list-collapse .list-collapse-mobile ul, .list-collapse-mobile .list-collapse ul, .list-collapse-mobile .list-collapse-mobile ul {
    background: #f0f0f0;
  }

  .list-collapse .list-collapse ul .title, .list-collapse .list-collapse-mobile ul .title, .list-collapse-mobile .list-collapse ul .title, .list-collapse-mobile .list-collapse-mobile ul .title, .list-collapse .list-collapse ul a, .list-collapse .list-collapse-mobile ul a, .list-collapse-mobile .list-collapse ul a, .list-collapse-mobile .list-collapse-mobile ul a {
    padding-left: 30px;
    border-bottom: 1px solid #bbb;
  }

  .list-collapse .list-collapse ul .title:hover, .list-collapse .list-collapse-mobile ul .title:hover, .list-collapse-mobile .list-collapse ul .title:hover, .list-collapse-mobile .list-collapse-mobile ul .title:hover, .list-collapse .list-collapse ul a:hover, .list-collapse .list-collapse-mobile ul a:hover, .list-collapse-mobile .list-collapse ul a:hover, .list-collapse-mobile .list-collapse-mobile ul a:hover {
    background: #e8e8e8;
  }

  .list-collapse .list-collapse .list-collapse ul, .list-collapse .list-collapse .list-collapse-mobile ul, .list-collapse .list-collapse-mobile .list-collapse ul, .list-collapse .list-collapse-mobile .list-collapse-mobile ul, .list-collapse-mobile .list-collapse .list-collapse ul, .list-collapse-mobile .list-collapse .list-collapse-mobile ul, .list-collapse-mobile .list-collapse-mobile .list-collapse ul, .list-collapse-mobile .list-collapse-mobile .list-collapse-mobile ul {
    background: #e8e8e8;
  }

  .list-collapse .list-collapse .list-collapse ul .title, .list-collapse .list-collapse .list-collapse-mobile ul .title, .list-collapse .list-collapse-mobile .list-collapse ul .title, .list-collapse .list-collapse-mobile .list-collapse-mobile ul .title, .list-collapse-mobile .list-collapse .list-collapse ul .title, .list-collapse-mobile .list-collapse .list-collapse-mobile ul .title, .list-collapse-mobile .list-collapse-mobile .list-collapse ul .title, .list-collapse-mobile .list-collapse-mobile .list-collapse-mobile ul .title, .list-collapse .list-collapse .list-collapse ul a, .list-collapse .list-collapse .list-collapse-mobile ul a, .list-collapse .list-collapse-mobile .list-collapse ul a, .list-collapse .list-collapse-mobile .list-collapse-mobile ul a, .list-collapse-mobile .list-collapse .list-collapse ul a, .list-collapse-mobile .list-collapse .list-collapse-mobile ul a, .list-collapse-mobile .list-collapse-mobile .list-collapse ul a, .list-collapse-mobile .list-collapse-mobile .list-collapse-mobile ul a {
    padding-left: 45px;
    border-bottom: 1px solid #bbb;
  }

  .list-collapse .list-collapse .list-collapse ul .title:hover, .list-collapse .list-collapse .list-collapse-mobile ul .title:hover, .list-collapse .list-collapse-mobile .list-collapse ul .title:hover, .list-collapse .list-collapse-mobile .list-collapse-mobile ul .title:hover, .list-collapse-mobile .list-collapse .list-collapse ul .title:hover, .list-collapse-mobile .list-collapse .list-collapse-mobile ul .title:hover, .list-collapse-mobile .list-collapse-mobile .list-collapse ul .title:hover, .list-collapse-mobile .list-collapse-mobile .list-collapse-mobile ul .title:hover, .list-collapse .list-collapse .list-collapse ul a:hover, .list-collapse .list-collapse .list-collapse-mobile ul a:hover, .list-collapse .list-collapse-mobile .list-collapse ul a:hover, .list-collapse .list-collapse-mobile .list-collapse-mobile ul a:hover, .list-collapse-mobile .list-collapse .list-collapse ul a:hover, .list-collapse-mobile .list-collapse .list-collapse-mobile ul a:hover, .list-collapse-mobile .list-collapse-mobile .list-collapse ul a:hover, .list-collapse-mobile .list-collapse-mobile .list-collapse-mobile ul a:hover {
    background: #e0e0e0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .list-dropdown:not(.list-collapse-mobile) .title, .list-dropdown-mobile .title {
    border-bottom: 1px solid #e5ebed;
    padding-right: 15px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .list-dropdown:not(.list-collapse-mobile) .title .icon-down-dir, .list-dropdown-mobile .title .icon-down-dir {
    float: right;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .list-dropdown:not(.list-collapse-mobile) .title .carret, .list-dropdown-mobile .title .carret {
    right: 15px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .list-dropdown:not(.list-collapse-mobile) .dropdown-menu .menu-item, .list-dropdown-mobile .dropdown-menu .menu-item {
    padding: 10px;
  }
}
.news_element > a > .placeholder, .product_element > a > .placeholder {
  display: block;
  background: #eee;
  padding-bottom: 56.25%;
}

.pagination-wrp .lazy {
  float: left;
}

.pagination-wrp .page_sizes {
  float: right;
}

.pagination-wrp .page_sizes a {
  display: inline-block;
  margin-left: 5px;
}

.pagination-wrp .page_sizes a.active {
  font-weight: bold;
}

.pagination-wrp .lazy, .pagination-wrp .page_sizes {
  margin: 20px 0;
  line-height: 34px;
}

.pagination-wrp, .pagination-wrp .pages {
  text-align: center;
}

.quantity_control {
  width: 120px;
}

.quantity_control input[type=text] {
  padding: 6px;
  height: 38px;
}

.quantity_control button {
  padding: 6px;
  width: 38px;
}

*[data-ajaxnav=true]:not(form) {
  cursor: pointer;
}

.form-wrapper, .content-wrapper {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 30px 30px 15px 30px;
  margin: 20px 0;
}

@media (max-width: 320px) {
  .form-wrapper, .content-wrapper {
    padding: 20px 20px 10px 20px;
  }
}
.form-wrapper:before, .content-wrapper:before, .form-wrapper:after, .content-wrapper:after {
  content: " ";
  display: table;
}

.form-wrapper:after, .content-wrapper:after {
  clear: both;
}

.form-wrapper > *:first-child, .content-wrapper > *:first-child, .form-wrapper > *:first-child > *:first-child, .content-wrapper > *:first-child > *:first-child, .form-wrapper > *:first-child > *:first-child > *:first-child, .content-wrapper > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}

.form-wrapper > *:last-child, .content-wrapper > *:last-child {
  margin-bottom: 15px;
}

.form-wrapper .radio input, .form-wrapper .checkbox input {
  cursor: pointer;
}

.form-wrapper .radio label.control-label, .form-wrapper .checkbox label.control-label {
  padding-top: 0;
}

.form-wrapper .radio p.help-block, .form-wrapper .checkbox p.help-block {
  padding-left: 5px;
  margin: 0.5em 0;
}

.form-horizontal .form-wrapper .form-group > .radio, .form-horizontal .form-wrapper .form-group > .checkbox {
  margin: 0 15px;
}

.form-horizontal .form-wrapper .form-group > .control-label {
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-wrapper .form-group > .control-label {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-wrapper .form-group > .control-label {
    float: left;
    width: 25%;
  }
}
.form-horizontal .form-wrapper .form-group > .control-field {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-wrapper .form-group > .control-field {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-wrapper .form-group > .control-field {
    float: left;
    width: 41.66666667%;
  }
}
.form-horizontal .form-wrapper .form-group > .control-message {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .form-wrapper .form-group > .control-message {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-wrapper .form-group > .control-message {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-wrapper .form-group > .control-message {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-wrapper .form-group > .control-message {
    float: left;
    width: 33.33333333%;
  }
}
.form-wrapper .form-group-lg .radio label.control-label, .form-wrapper .form-group-lg .checkbox label.control-label {
  padding-left: 15px;
  padding-top: 0px;
}

.form-wrapper .form-group-lg .radio label.control-label::before, .form-wrapper .form-group-lg .checkbox label.control-label::before {
  width: 21px;
  height: 21px;
}

.form-wrapper .form-group-lg .radio label.control-label::after, .form-wrapper .form-group-lg .checkbox label.control-label::after {
  width: 13px;
  height: 13px;
  left: 4px;
  top: 4px;
}

.form-wrapper .form-group-lg .radio label.control-label + p.help-block, .form-wrapper .form-group-lg .checkbox label.control-label + p.help-block {
  padding-left: 15px;
}

.form-wrapper .form-group .control-message.error {
  display: none;
  color: #a94442;
}

.form-wrapper .form-group.has-error .control-message.error {
  display: block;
}

.price_block .price {
  font-weight: 700;
  color: #333;
}

.price_block .old_price {
  color: #222;
  text-decoration: line-through;
}

.price_block.price-lg {
  font-size: 18px;
}

.price_block.has_old_price .price {
  margin-bottom: 0;
}

#tabs-accordion {
  border-top: 1px solid #eee;
  margin-bottom: 0;
}

#tabs-accordion .panel {
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

#tabs-accordion .panel .panel-heading {
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  border-color: #eee;
  height: 50px;
}

#tabs-accordion .panel .panel-heading h3 {
  font-size: 18px;
  line-height: 30px;
}

#tabs-accordion .panel:last-child {
  border-bottom: none;
}

#tabs-accordion .panel-body {
  padding-left: 5px;
  padding-right: 5px;
}

#tabs_block, .tabbed_content {
  margin: 15px 0;
}

#tabs_block:before, .tabbed_content:before, #tabs_block:after, .tabbed_content:after {
  content: " ";
  display: table;
}

#tabs_block:after, .tabbed_content:after {
  clear: both;
}

#tabs_block .tab-pane, .tabbed_content .tab-pane {
  padding-top: 25px;
  padding-bottom: 25px;
}

#tabs_block .tab-content, .tabbed_content .tab-content {
  background: #fff;
}

#tabs_block .tab-content:before, .tabbed_content .tab-content:before, #tabs_block .tab-content:after, .tabbed_content .tab-content:after {
  content: " ";
  display: table;
}

#tabs_block .tab-content:after, .tabbed_content .tab-content:after {
  clear: both;
}

#ajax_loader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}

#ajax_loader > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  font-size: 50px;
  margin-top: -50px;
  margin-left: -50px;
}

#scrollup {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
}

#scrollup:hover {
  background: rgba(0, 0, 0, 0.7);
}

#scrollup .icon, #scrollup .icon:before {
  display: block;
  width: 40px;
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}

.text-center > img {
  margin: 0 auto;
}

.ajax_overlay {
  background: #fff url("../images/frontend/ajax-loader.gif") no-repeat 50% 50%;
  background-color: #FFF;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  position: absolute;
  z-index: 20;
}

.overlay {
  background-color: black;
  opacity: 0.5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  display: none;
}

.photos_listing {
  margin: 15px -10px;
}

.photos_listing:before, .photos_listing:after {
  content: " ";
  display: table;
}

.photos_listing:after {
  clear: both;
}

.photos_listing a {
  float: left;
  width: 25%;
  padding: 10px;
}

@media (max-width: 767px) {
  .photos_listing a {
    width: 33.33%;
  }
}
.photos_listing a img {
  width: 100%;
}

table.loadtime_info {
  border-collapse: collapse;
  margin: 1em;
}

table.loadtime_info td, table.loadtime_info th {
  text-align: left;
  font-size: 12px;
  padding: 4px;
  border: 1px solid #ccc;
}

table.loadtime_info th {
  background: #eee;
}

table.loadtime_info tr.timeclass100 {
  background: #ffc;
}

table.loadtime_info tr.timeclass200 {
  background: #ffff7a;
}

table.loadtime_info tr.timeclass500 {
  background: #ffc145;
}

table.loadtime_info tr.timeclass1000 {
  background: #ff6c6c;
}

#lazy_loader {
  text-align: center;
  font-size: 50px;
  display: none;
}

@media (max-width: 767px) {
  .tabbed_content ul.nav.nav-tabs li {
    float: none;
    display: none;
  }

  .tabbed_content ul.nav.nav-tabs li.active, .tabbed_content ul.nav.nav-tabs.open li {
    display: block;
  }
}
.product_listing .pagination-wrp .page_sizes {
  display: none;
}

.container-fluid {
  max-width: 1920px;
}

.list-default ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-default ul .title, .list-default ul a {
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
}

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

.list-default ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 5px;
  line-height: inherit;
  margin: 0;
}

.list-default ul li:not(.icon):before {
  content: "-";
}

.icon-search:before {
  font-size: 20px;
}

@media (max-width: 991px) {
  .slider {
    padding-bottom: 30px;
  }
}
.slider .carousel-control {
  background: none;
  width: 60px;
}

.slider .carousel-indicators {
  z-index: 0;
}

.slider .carousel-indicators li {
  background: #e3d1c5;
  border: none;
  margin: 0px 3px;
  width: 10px;
  height: 10px;
}

.slider .carousel-indicators li.active {
  background: #fff;
}

.slider .prev_btn, .slider .next_btn {
  width: 20px;
  height: 57px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -26px;
}

.slider .item img {
  width: 100%;
}

.slider .item .title_wrp {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.slider .item .title_wrp .vcenter {
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
}

.slider .item .title_wrp .banner_content {
  margin-top: 30px;
  margin-bottom: 30px;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}

@media (max-width: 991px) {
  .slider .item .title_wrp .banner_content {
    width: 100%;
    margin-bottom: 0px;
  }
}
.slider .item .title_wrp .banner_content .btn {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.slider .item .title_wrp .banner_content .btn:hover {
  background-color: #f58220;
  border-color: #f58220 !important;
}

.slider .item .title_wrp .title {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 65px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .slider .item .title_wrp .title {
    font-size: 50px;
    margin-bottom: 24px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .slider .item .title_wrp .title {
    font-size: 32pt;
    line-height: 54px;
    color: #395363;
  }
}
.slider .item .title_wrp .desc {
  font-size: 1vw;
  margin: 20px 0;
}

.slider .item .title_wrp a {
  padding: 20px;
  min-width: 200px;
  line-height: 15px;
}

.slider .item .title_wrp .btn {
  min-width: 200px;
  background-color: transparent;
  border: 3px solid #fff;
  color: white;
  border-radius: 0;
  padding: 20px 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1199px) {
  .slider .item .title_wrp .btn {
    border: 3px solid #395363;
    color: #395363;
  }
}
@media (min-width: 992px) {
  #banners_hero .slider .vcenter {
    background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(195, 195, 195, 0.49));
  }
}
#banners_hero .slider .title_wrp .item a {
  padding: 1.5% 3% 1%;
}

@media (max-width: 991px) {
  .slider .item .title_wrp .title {
    font-size: 5vw;
  }

  .slider .item .title_wrp .desc {
    font-size: 3.5vw;
  }

  .slider .item .title_wrp a {
    padding: 5% 10% 4%;
  }
}
.vcenter {
  white-space: nowrap;
}

.vcenter > * {
  white-space: normal;
}

.vcenter:before, .vcenter > * {
  display: inline-block;
  vertical-align: middle;
}

.vcenter:before {
  content: "";
  height: 100%;
}

.vcenter {
  word-spacing: -0.25em;
}

.vcenter > * {
  word-spacing: normal;
}

#languages {
  float: right;
  margin-top: 23px;
  margin-right: 10px;
  margin-left: 19px;
}

#languages li {
  list-style-type: none;
}

#languages li a img {
  width: 24px;
}

#languages li ul {
  padding: 5px;
  min-width: 24px;
  left: -6px;
}

#languages li ul li a {
  padding: 0;
}

#languages li ul li a img {
  width: 24px;
}

#clients_menu {
  position: relative;
  float: right;
  font-size: 22px;
  margin-top: 12px;
  margin-left: 10px;
}

@media (min-width: 991px) {
  #clients_menu {
    margin-top: 17px;
  }
}
#clients_menu:hover {
  cursor: pointer;
}

#clients_menu .tooltip {
  left: auto !important;
  right: 0px !important;
  opacity: 1;
}

#clients_menu .tooltip .tooltip-arrow {
  left: 90% !important;
  border-bottom-color: #f58220;
}

#clients_menu .tooltip .tooltip-inner {
  padding: 5px 10px 5px 15px;
  white-space: nowrap;
  background-color: #f58220;
  text-transform: uppercase;
  font-weight: bold;
}

#clients_menu .tooltip .tooltip-inner i {
  margin-left: 10px;
  cursor: pointer;
}

.popover {
  text-transform: capitalize;
}

.orange_button {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  min-width: 180px;
  text-align: left;
  background-color: #f58220;
  color: #ffffff;
  border-radius: 0px;
  border: none;
  padding: 18px 22px;
}

.orange_button:active, .orange_button:focus {
  outline: none;
  box-shadow: none;
}

.orange_button:active:focus, .orange_button:focus:focus {
  outline: none;
  box-shadow: none;
}

.orange_button span {
  float: right;
  margin-left: 30px;
}

#comments, #clients {
  max-width: 80%;
  margin: auto;
}

#comments_form .row {
  margin-bottom: 10px !important;
}

#comments .form-horizontal .row, #clients .form-horizontal .row {
  margin-top: 30px;
}

#comments .form-horizontal .row .form-group, #clients .form-horizontal .row .form-group {
  margin: 0px;
}

#comments .form-horizontal .row .form-group label, #clients .form-horizontal .row .form-group label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #395363;
  padding-bottom: 15px;
  padding-top: 0px;
}

#comments .form-horizontal .row .form-group input, #clients .form-horizontal .row .form-group input {
  box-shadow: none;
  border-color: #e5ebed;
  padding: 15px;
  height: auto;
}

#comments .form-horizontal .row .form-group textarea, #clients .form-horizontal .row .form-group textarea {
  box-shadow: none;
  border-color: #e5ebed;
  padding: 15px;
  height: auto;
}

#comments .form-horizontal .row button, #clients .form-horizontal .row button {
  float: right;
}

@media (max-width: 767px) {
  #comments .form-horizontal .row button, #clients .form-horizontal .row button {
    width: 100%;
  }
}
#comments .form-horizontal .row p, #clients .form-horizontal .row p {
  margin: 15px 0px;
  font-size: 18px;
  color: #395363;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}

#comments h2 {
  color: #395363;
  font-weight: bold;
  margin: 40px 0px;
}

.padding-top-50 {
  padding-top: 50px !important;
}

#clients {
  max-width: 630px;
  margin-bottom: 40px;
}

#clients .form-horizontal .row {
  margin-top: 23px;
}

#clients .form-horizontal .row .form-group label {
  padding-bottom: 12px;
}

#clients .form-horizontal .row .form-group input {
  height: 50px;
}

#clients .form-horizontal .row .form-group textarea {
  min-height: 100px;
}

#clients .form-horizontal .row .form-group .bootstrap-select button {
  height: 50px;
  border-color: #e5ebed;
}

#clients .orange_button {
  margin-top: 7px;
  padding: 14px 22px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.orange {
  color: #f4821f;
  font-weight: bold;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #333;
}

@media (max-width: 991px) {
  body.main-nav-active {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  #main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

  #main-nav:before, #main-nav:after {
    content: " ";
    display: table;
  }

  #main-nav:after {
    clear: both;
  }

  #main-nav #menu_premium_block {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 110px;
    z-index: 8;
  }

  #main-nav #menu_premium_block:before, #main-nav #menu_premium_block:after {
    content: " ";
    display: table;
  }

  #main-nav #menu_premium_block:after {
    clear: both;
  }

  #main-nav #top_menu_block {
    position: relative;
    z-index: 10;
    padding: 5px 0;
    font-size: 13px;
  }

  #main-nav #top_menu_block:before, #main-nav #top_menu_block:after {
    content: " ";
    display: table;
  }

  #main-nav #top_menu_block:after {
    clear: both;
  }

  #main-nav #top_menu_block ul li {
    line-height: 20px;
  }

  #main-nav #top_menu_block #menu_information {
    float: left;
  }

  #main-nav #top_menu_block #menu_functional {
    float: right;
  }
}
@media (max-width: 991px) {
  #main-nav {
    background: white;
    position: absolute;
    width: 80%;
    left: -80%;
    top: 0;
    min-height: 100%;
    transition: 0.5s;
  }

  body.main-nav-active #main-nav {
    left: 0;
  }

  #main-nav .container-fluid {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #head {
    height: 160px;
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  #head {
    height: 55px;
  }
}
#head #logo {
  float: left;
}

@media (min-width: 992px) {
  #head #logo {
    z-index: 9;
    position: relative;
  }
}
@media (max-width: 991px) {
  #head #logo {
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: 10px;
    text-align: center;
  }

  #head #logo img {
    height: 35px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  #head #quick_search {
    z-index: 9;
    position: relative;
    float: right;
    width: 300px;
    margin-right: 20px;
    margin-top: 10px;
  }

  #head #quick_search .mobile_trigger {
    display: none;
  }
}
@media (max-width: 1200px) {
  #head #quick_search {
    margin: 10px 40px 0 50px;
  }

  #head #quick_search:not(.active) .input-group {
    display: none;
  }

  #head #quick_search .mobile_trigger {
    font-size: 22px;
    top: 15px;
    right: 50px;
    position: absolute;
  }

  #head #quick_search.active .mobile_trigger {
    display: none;
  }
}
#head #cart_info {
  float: right;
}

#head #cart_info a {
  display: block;
  position: relative;
  color: #555;
  text-decoration: none;
}

#head #cart_info a:hover {
  color: #222;
}

#head #cart_info i.icon-cart {
  font-size: 22px;
}

#head #cart_info em.cnt {
  text-align: center;
  font-style: normal;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  background-color: #395363;
  border: 1px solid #fff;
  color: white;
  font-size: 10px;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 992px) {
  #head #cart_info {
    margin-top: 10px;
    z-index: 9;
    position: relative;
  }
}
@media (max-width: 991px) {
  #head #cart_info {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  #main-nav-button {
    display: none;
  }
}
@media (max-width: 991px) {
  #main-nav-button {
    display: block;
    float: left;
    height: 34px;
    width: 34px;
    padding-left: 8px;
    padding-top: 9px;
    margin-top: 11px;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }

  #main-nav-button span {
    height: 2px;
    background-color: #395363;
    display: block;
    width: 17px;
  }

  #main-nav-button span.c {
    margin: 3px 0;
  }

  #main-nav-button i {
    display: none;
  }

  .main-nav-active #main-nav-button span {
    display: none;
  }

  .main-nav-active #main-nav-button i {
    display: block;
    color: white;
  }
}
#main-container {
  position: relative;
  min-height: 100%;
}

@media (max-width: 991px) {
  #main-container {
    min-width: 100%;
    top: 0;
    left: 0;
    transition: 0.5s;
  }

  body.main-nav-active #main-container {
    position: fixed;
    left: 80%;
  }

  body.main-nav-active #main-container .overlay {
    display: block;
  }
}
#footer {
  padding: 10px 0;
  background: #395363;
}

#footer:not(.alert), #footer p:not(.alert), #footer ul:not(.alert), #footer li:not(.alert), #footer div:not(.alert), #footer h1:not(.alert), #footer h2:not(.alert), #footer h3:not(.alert), #footer h4:not(.alert), #footer h5:not(.alert), #footer h6:not(.alert) {
  color: #fff;
}

#footer a {
  color: #7fa1b6;
}

#footer a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  #footer .subscribe {
    padding-bottom: 15px;
  }

  #footer .list-collapse-mobile {
    margin: 0 -15px;
  }

  #footer .list-collapse-mobile .title {
    border-top: 1px solid #304553;
    border-bottom: 1px solid #304553;
    margin-top: -1px;
    padding-left: 15px;
  }

  #footer .list-collapse-mobile .title:hover {
    background: #304553;
  }

  #footer .list-collapse-mobile .title + div {
    padding: 15px;
  }

  #footer .list-collapse-mobile .title + ul {
    background: none;
  }

  #footer .list-collapse-mobile .title + ul a {
    border-color: #304553;
  }

  #footer .list-collapse-mobile .title + ul a:hover {
    background: #304553;
  }
}
@media (max-width: 991px) and (max-width: 479px) {
  #footer .list-collapse-mobile {
    margin: 0 -10px;
  }
}
#footer #copyright {
  padding-top: 10px;
}

@media (min-width: 992px) {
  #footer #copyright {
    margin-top: 10px;
    border-top: 1px solid #5f89a3;
  }
}
#footer #copyright .copyright {
  width: 50%;
  float: left;
  text-align: left;
}

#footer #copyright .credits {
  width: 50%;
  float: right;
  text-align: right;
}

#footer #copyright .copyright, #footer #copyright .credits {
  width: 50%;
  padding: 5px 15px;
}

@media (max-width: 767px) {
  #footer #copyright .copyright, #footer #copyright .credits {
    width: 100%;
    float: none;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #menu_premium_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    height: 0;
    background: #fff;
    opacity: 0;
    transition: opacity 0.3s;
  }

  #menu_premium_overlay.active {
    display: block;
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  #menu_premium_overlay {
    display: none;
  }
}
@media (min-width: 992px) {
  #menu_premium {
    position: relative;
  }

  #menu_premium > li:not(:first-child) {
    margin-left: 40px;
  }

  #menu_premium > li > a, #menu_premium > li > a > h4, #menu_premium > li > .list-dropdown > .title, #menu_premium > li > .list-dropdown-desktop > .title {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    margin: 0;
    line-height: 50px;
  }

  #menu_premium > li > a:hover, #menu_premium > li > .list-dropdown.hover > .title, #menu_premium > li > .list-dropdown-desktop.hover > .title {
    position: relative;
  }

  #menu_premium > li > a:hover:before, #menu_premium > li > .list-dropdown.hover > .title:before, #menu_premium > li > .list-dropdown-desktop.hover > .title:before {
    content: "";
    position: absolute;
    height: 3px;
    background: #395363;
    left: 0;
    right: 0;
    bottom: 0px;
  }

  #menu_premium .list-dropdown, #menu_premium .list-dropdown-desktop {
    position: static;
  }

  #menu_premium .list-dropdown .submenu, #menu_premium .list-dropdown-desktop .submenu {
    width: 100%;
    background: #fff;
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  }

  #menu_premium .list-dropdown .submenu > .banner, #menu_premium .list-dropdown-desktop .submenu > .banner {
    position: relative;
    background: #395363;
  }

  #menu_premium .list-dropdown .submenu > .banner img, #menu_premium .list-dropdown-desktop .submenu > .banner img {
    min-width: 100%;
  }

  #menu_premium .list-dropdown .submenu > .banner a.btn, #menu_premium .list-dropdown-desktop .submenu > .banner a.btn {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -15px;
    font-weight: bold;
    background: transparent;
    transition: background-color 0.5s;
    border: 1px solid #fff;
    font-weight: 600;
    color: #fff;
  }

  #menu_premium .list-dropdown .submenu > .banner a.btn:hover, #menu_premium .list-dropdown-desktop .submenu > .banner a.btn:hover {
    background: #fff;
    color: #333;
  }

  #menu_premium .list-dropdown .submenu > .banner .title, #menu_premium .list-dropdown-desktop .submenu > .banner .title {
    line-height: 120px;
    font-size: 90px;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
    padding: 0 25px;
  }

  #menu_premium .list-dropdown .submenu .submenu_groups, #menu_premium .list-dropdown-desktop .submenu .submenu_groups {
    white-space: normal;
    padding: 10px;
    margin: 0;
  }

  #menu_premium .list-dropdown .submenu .submenu_groups:before, #menu_premium .list-dropdown-desktop .submenu .submenu_groups:before, #menu_premium .list-dropdown .submenu .submenu_groups:after, #menu_premium .list-dropdown-desktop .submenu .submenu_groups:after {
    content: " ";
    display: table;
  }

  #menu_premium .list-dropdown .submenu .submenu_groups:after, #menu_premium .list-dropdown-desktop .submenu .submenu_groups:after {
    clear: both;
  }

  #menu_premium .list-dropdown .submenu .submenu_groups .menu_header, #menu_premium .list-dropdown-desktop .submenu .submenu_groups .menu_header {
    margin: 15px 0;
  }

  #menu_premium .list-dropdown .submenu .submenu_groups .menu_header li.menu_item_banner, #menu_premium .list-dropdown-desktop .submenu .submenu_groups .menu_header li.menu_item_banner {
    padding-left: 0;
  }

  #menu_premium .list-dropdown .submenu .submenu_groups .menu_header li.menu_item_banner:before, #menu_premium .list-dropdown-desktop .submenu .submenu_groups .menu_header li.menu_item_banner:before {
    display: none;
  }
}
#menu_premium_brands div.brand {
  float: left;
  width: 16.6667%;
}

#menu_premium_brands div.brand a {
  display: block;
  text-align: center;
  margin: 10%;
}

#menu_premium_brands div.brand img {
  width: 60%;
}

@media (max-width: 991px) {
  #menu_premium_brands div.brand {
    width: 25%;
  }

  #menu_premium_brands div.brand a {
    padding: 5px;
    margin: 0;
    border: none;
  }
}
@media (max-width: 767px) {
  #menu_premium_brands div.brand {
    width: 33.33%;
  }
}
#breadcrumb {
  margin: 10px 0;
}

#breadcrumb i {
  font-style: normal;
}

#product_listing .col, #similar_products .col {
  padding-right: 5px;
  padding-left: 5px;
}

#product_listing .row, #similar_products .row {
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 992px) {
  #content_layout_default .content_body .col-context_menu {
    float: right;
  }

  #content_layout_default .content_body .col-context_menu #context_menu {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 30px 30px 15px 30px;
    margin: 20px 0;
  }

  #content_layout_default .content_body .col-context_menu #context_menu:before, #content_layout_default .content_body .col-context_menu #context_menu:after {
    content: " ";
    display: table;
  }

  #content_layout_default .content_body .col-context_menu #context_menu:after {
    clear: both;
  }

  #content_layout_default .content_body .col-context_menu #context_menu > *:first-child, #content_layout_default .content_body .col-context_menu #context_menu > *:first-child > *:first-child, #content_layout_default .content_body .col-context_menu #context_menu > *:first-child > *:first-child > *:first-child {
    margin-top: 0;
  }

  #content_layout_default .content_body .col-context_menu #context_menu > *:last-child {
    margin-bottom: 15px;
  }

  #content_layout_default .content_body .col-context_menu #context_menu:before, #content_layout_default .content_body .col-context_menu #context_menu:after {
    content: " ";
    display: table;
  }

  #content_layout_default .content_body .col-context_menu #context_menu:after {
    clear: both;
  }

  #content_layout_default .content_body .col-context_menu #context_menu > *:first-child, #content_layout_default .content_body .col-context_menu #context_menu > *:first-child > *:first-child, #content_layout_default .content_body .col-context_menu #context_menu > *:first-child > *:first-child > *:first-child {
    margin-top: 0;
  }

  #content_layout_default .content_body .col-context_menu #context_menu > *:last-child {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 320px) {
  #content_layout_default .content_body .col-context_menu #context_menu {
    padding: 20px 20px 10px 20px;
  }
}
@media (min-width: 992px) and (max-width: 320px) {
  #content_layout_default .content_body .col-context_menu #context_menu {
    padding: 20px 20px 10px 20px;
  }
}
#content_layout_default .content_body .content_wrapper {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 30px 30px 15px 30px;
  margin: 20px 0;
}

@media (max-width: 320px) {
  #content_layout_default .content_body .content_wrapper {
    padding: 20px 20px 10px 20px;
  }
}
#content_layout_default .content_body .content_wrapper:before, #content_layout_default .content_body .content_wrapper:after {
  content: " ";
  display: table;
}

#content_layout_default .content_body .content_wrapper:after {
  clear: both;
}

#content_layout_default .content_body .content_wrapper > *:first-child, #content_layout_default .content_body .content_wrapper > *:first-child > *:first-child, #content_layout_default .content_body .content_wrapper > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}

#content_layout_default .content_body .content_wrapper > *:last-child {
  margin-bottom: 15px;
}

@media (max-width: 320px) {
  #content_layout_default .content_body .content_wrapper {
    padding: 20px 20px 10px 20px;
  }
}
#content_layout_default .content_body .content_wrapper:before, #content_layout_default .content_body .content_wrapper:after {
  content: " ";
  display: table;
}

#content_layout_default .content_body .content_wrapper:after {
  clear: both;
}

#content_layout_default .content_body .content_wrapper > *:first-child, #content_layout_default .content_body .content_wrapper > *:first-child > *:first-child, #content_layout_default .content_body .content_wrapper > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}

#content_layout_default .content_body .content_wrapper > *:last-child {
  margin-bottom: 15px;
}

#main-container .overlay {
  z-index: 2;
}

#head #logo {
  margin-top: 0px;
  padding: 0px;
}

#head #logo a {
  display: block;
  font-size: 8px;
  letter-spacing: 1px;
}

#head #logo a:hover {
  text-decoration: none;
}

#head #cart_info {
  margin-top: 14px;
}

#head #cart_info a {
  font-size: 20px;
  color: #355262;
}

#head #cart_info a .count {
  position: absolute;
  display: block;
  width: 28px;
  top: 9px;
  left: 0px;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}

#head #quick_search #quick_overlay_close {
  display: none;
  cursor: pointer;
}

#head #quick_search .desktop_trigger {
  display: none;
  cursor: pointer;
}

#head #quick_search .mobile_trigger {
  cursor: pointer;
  top: 10px;
  right: 110px;
}

#head #quick_search .mobile_trigger .icon-search {
  color: #355262;
}

#head #quick_search .input-group .icon-search {
  display: none;
}

#head #quick_search {
  margin: 0;
  margin-top: 15px;
  width: auto;
  margin-right: 15px;
  z-index: 9;
  position: relative;
  float: right;
}

#head #quick_search .desktop_trigger {
  display: block;
  margin-top: 8px;
}

@media (max-width: 991px) {
  #head #quick_search .desktop_trigger {
    margin-top: 3px;
  }
}
#head #quick_search .desktop_trigger .icon-search {
  color: #355262;
}

#head #quick_search .mobile_trigger {
  display: none;
}

#head #quick_search #quick_overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: #000f1f;
  transition: 0.2s;
  background-color: rgba(26, 43, 54, 0.96);
}

#head #quick_search .input-group {
  display: none;
  max-width: 420px;
  border-bottom: 2px solid #f4821f;
  padding-bottom: 15px;
  position: fixed;
  top: 35%;
  left: 50%;
  margin-left: -207px;
}

#head #quick_search .input-group #quick_overlay_close {
  display: block;
  position: absolute;
  bottom: -100px;
  color: white;
  left: 48%;
  width: 46px;
  height: 46px;
  background: url("../images/frontend/search_close.png") center center no-repeat;
}

#head #quick_search .input-group .icon-search {
  float: left;
  display: block;
  position: absolute;
  left: 0;
  color: #f4821f;
  font-size: 30px;
  line-height: 24px;
  width: 35px;
  height: 35px;
}

#head #quick_search .input-group .icon-search:before {
  font-size: 26px;
  line-height: 35px;
}

#head #quick_search .input-group input {
  padding-left: 50px;
  background-color: transparent;
  letter-spacing: 1px;
  color: white;
  font-size: 24px;
  border: 0;
  box-shadow: none;
}

#head #quick_search .input-group input:hover, #head #quick_search .input-group input:focus, #head #quick_search .input-group input:active {
  outline: none;
  box-shadow: none;
}

#head #quick_search .input-group .input-group-btn {
  width: auto;
}

#head #quick_search .input-group .input-group-btn button {
  border: 0;
  padding: 2px;
  color: white;
  background: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#head #quick_search .input-group .input-group-btn button:hover, #head #quick_search .input-group .input-group-btn button:focus, #head #quick_search .input-group .input-group-btn button:active {
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

#clients_login {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(26, 43, 54, 0.96);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#clients_login .close_clients {
  position: absolute;
  right: 20px;
  top: 20px;
}

#clients_login .close_clients > div {
  position: relative;
  width: 30px;
  height: 30px;
}

#clients_login .close_clients > div > span {
  position: absolute;
  top: 14px;
  left: 3px;
  display: block;
  width: 23px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#clients_login .close_clients > div > span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#clients_login .close_clients:hover {
  cursor: pointer;
}

#clients_login .vcenter {
  height: 100%;
  text-align: center;
}

#clients_login .vcenter .buttons i {
  color: #446574;
  font-size: 49px;
}

#clients_login .vcenter .buttons .button {
  display: block;
  margin: 15px;
  padding: 15px 60px;
  letter-spacing: 1px;
  background-color: #f58220;
}

#clients_login .vcenter .buttons a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

#clients_login .vcenter .buttons a:hover {
  cursor: pointer;
  text-decoration: none;
}

#age_verification {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(26, 43, 54, 0.96);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#age_verification .vcenter {
  height: 100%;
  text-align: center;
}

#age_verification .vcenter #age_container {
  color: white;
  vertical-align: middle;
  display: inline-block;
  width: 70%;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

#age_verification .vcenter #age_container h2 {
  font-weight: bold;
  font-size: 3.5vw;
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  #age_verification .vcenter #age_container h2 {
    font-size: 5vw;
  }
}
#age_verification .vcenter #age_container #not_allowed {
  display: none;
}

#age_verification .vcenter #age_container .buttons .button {
  display: inline;
  margin: 15px;
  padding: 15px 90px;
  letter-spacing: 1px;
  background-color: #f58220;
}

#age_verification .vcenter #age_container .buttons .button:hover {
  cursor: pointer;
}

@media (max-width: 700px) {
  #age_verification .vcenter #age_container .buttons .button {
    display: block;
    margin: 0px;
    margin-top: 15px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main_container {
    z-index: 1;
  }

  #head {
    height: 66px;
    padding-top: 0px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2222;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
  }

  #head #logo {
    margin-left: -100px;
    left: 50%;
    text-align: center;
  }

  #head #logo a:hover {
    text-decoration: none;
  }

  #head #logo a img {
    height: 66px;
    padding: 0px;
  }

  #head #cart_info {
    margin-top: 20px;
  }
}
.submenu_groups {
  overflow-y: scroll;
}

#banners_hero .slider .carousel-indicators li {
  width: 40px;
  height: 4px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: 3px;
  margin-right: 3px;
}

#banners_hero .slider .carousel-indicators li.active {
  background-color: white;
  margin-left: 3px;
  margin-right: 3px;
}

#menu_premium_overlay {
  display: none;
}

@media (min-width: 992px) {
  #menu_premium_overlay {
    background-color: rgba(26, 43, 54, 0.96);
    top: 66px;
    position: fixed;
    height: 100% !important;
    pointer-events: none;
  }

  #menu_premium_overlay.active {
    opacity: 1;
  }
}
#footer {
  float: left;
  width: 100%;
  background: #355362;
  padding: 0px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  #footer .list-collapse ul, #footer .list-collapse-mobile ul {
    background: #355362;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-bottom: 14%;
  }
}
#footer .domains {
  border-top: 1px solid #2a4654;
}

@media (max-width: 991px) {
  #footer .domains {
    padding: 15px;
  }
}
#footer ul {
  text-align: center;
}

#footer ul li {
  padding-left: 0px;
}

#footer ul li:before {
  content: none;
}

@media (min-width: 992px) {
  #footer ul li {
    display: inline-block;
  }
}
#footer ul li a {
  text-transform: uppercase;
  border: 0;
  padding: 15px 0px;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 992px) {
  #footer ul li a {
    margin: 0px 25px;
    padding: 27px 0px;
  }
}
#footer ul li a:hover, #footer ul li a.active {
  text-decoration: none;
  color: #fff;
  background: #395363;
}

#footer ul li a:hover:after, #footer ul li a.active:after {
  content: " ";
  display: block;
  bottom: 0px;
  width: 100%;
  height: 3px;
  left: 0;
  position: absolute;
  background-color: #f4821f;
}

@media (min-width: 992px) {
  #content_layout_default, #content_layout_index, #content_layout_products, #content_layout_plain {
    padding-top: 66px;
    background-color: white;
  }
}
#content_layout_default .content_body .col-context_menu, #content_layout_index .content_body .col-context_menu, #content_layout_products .content_body .col-context_menu, #content_layout_plain .content_body .col-context_menu {
  float: none;
}

#content_layout_default .content_body .col-context_menu #context_menu, #content_layout_index .content_body .col-context_menu #context_menu, #content_layout_products .content_body .col-context_menu #context_menu, #content_layout_plain .content_body .col-context_menu #context_menu {
  padding: 0px;
  margin: 0px;
}

#content_layout_default .content_body .col-context_menu #context_menu > *:last-child, #content_layout_index .content_body .col-context_menu #context_menu > *:last-child, #content_layout_products .content_body .col-context_menu #context_menu > *:last-child, #content_layout_plain .content_body .col-context_menu #context_menu > *:last-child {
  margin-bottom: 0;
}

#content_layout_default .content_body .col-context_menu #context_menu ul, #content_layout_index .content_body .col-context_menu #context_menu ul, #content_layout_products .content_body .col-context_menu #context_menu ul, #content_layout_plain .content_body .col-context_menu #context_menu ul {
  text-align: center;
}

#content_layout_default .content_body .col-context_menu #context_menu ul li, #content_layout_index .content_body .col-context_menu #context_menu ul li, #content_layout_products .content_body .col-context_menu #context_menu ul li, #content_layout_plain .content_body .col-context_menu #context_menu ul li {
  padding-left: 0px;
  display: inline-block;
}

#content_layout_default .content_body .col-context_menu #context_menu ul li:before, #content_layout_index .content_body .col-context_menu #context_menu ul li:before, #content_layout_products .content_body .col-context_menu #context_menu ul li:before, #content_layout_plain .content_body .col-context_menu #context_menu ul li:before {
  content: none;
}

#content_layout_default .content_body .col-context_menu #context_menu ul li a, #content_layout_index .content_body .col-context_menu #context_menu ul li a, #content_layout_products .content_body .col-context_menu #context_menu ul li a, #content_layout_plain .content_body .col-context_menu #context_menu ul li a {
  text-transform: uppercase;
  border: 0;
  padding: 27px 0px;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  margin: 0px 10px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}

#content_layout_default .content_body .col-context_menu #context_menu ul li a:hover, #content_layout_index .content_body .col-context_menu #context_menu ul li a:hover, #content_layout_products .content_body .col-context_menu #context_menu ul li a:hover, #content_layout_plain .content_body .col-context_menu #context_menu ul li a:hover, #content_layout_default .content_body .col-context_menu #context_menu ul li a.active, #content_layout_index .content_body .col-context_menu #context_menu ul li a.active, #content_layout_products .content_body .col-context_menu #context_menu ul li a.active, #content_layout_plain .content_body .col-context_menu #context_menu ul li a.active {
  text-decoration: none;
  color: #f4821f;
}

#content_layout_default .content_body .content_wrapper, #content_layout_index .content_body .content_wrapper, #content_layout_products .content_body .content_wrapper, #content_layout_plain .content_body .content_wrapper {
  padding: 0px;
  margin: 0px;
  border: 0;
}

#content_layout_default .content_body .content_wrapper .html_content_wrapper, #content_layout_index .content_body .content_wrapper .html_content_wrapper, #content_layout_products .content_body .content_wrapper .html_content_wrapper, #content_layout_plain .content_body .content_wrapper .html_content_wrapper {
  width: 100%;
  float: left;
  margin-bottom: 110px;
}

#content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper, .contents_wrapper {
  max-width: 1210px;
  padding: 0 20px;
  margin: auto;
}

#content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content {
  padding: 60px 0 0 0;
  color: #355362;
}

#content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content.with_side, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content.with_side, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content.with_side, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content.with_side {
  float: left;
  width: 67%;
  padding: 60px 0 0 0;
}

#content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content.with_side p, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content.with_side p, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content.with_side p, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content.with_side p {
  line-height: 24px;
}

#content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content {
  margin-top: 60px;
  width: 26%;
  background-color: #f58220;
  color: #ffffff;
  float: right;
  font-size: 18px;
  padding: 30px;
}

#content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

#content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li {
  position: relative;
}

#content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li:last-child:after, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li:last-child:after, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li:last-child:after, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li:last-child:after {
  display: none;
}

#content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li:after, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li:after, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li:after, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #FFFFFF;
  margin: 22px 0;
}

#content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper.long, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper.long, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper.long, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper.long {
  max-width: 100%;
}

@media (max-width: 991px) {
  #content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content.with_side, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content.with_side, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content.with_side, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_content.with_side {
    width: 100%;
  }

  #content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content {
    width: 100%;
    font-size: 16px;
  }

  #content_layout_default .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li:after, #content_layout_index .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li:after, #content_layout_products .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li:after, #content_layout_plain .content_body .content_wrapper .html_content_wrapper .contents_wrapper .html_side_content ul li:after {
    margin: 16px 0;
  }
}
#content_layout_default .content_body #brands_listing, #content_layout_index .content_body #brands_listing, #content_layout_products .content_body #brands_listing, #content_layout_plain .content_body #brands_listing {
  margin-bottom: 50px;
}

#content_layout_default .content_body #brands_listing .page_title, #content_layout_index .content_body #brands_listing .page_title, #content_layout_products .content_body #brands_listing .page_title, #content_layout_plain .content_body #brands_listing .page_title {
  font-size: 60px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  color: #355362;
  font-weight: bold;
  margin-top: 40px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

#content_layout_default .content_body #brands_listing .brands_container .brand_row, #content_layout_index .content_body #brands_listing .brands_container .brand_row, #content_layout_products .content_body #brands_listing .brands_container .brand_row, #content_layout_plain .content_body #brands_listing .brands_container .brand_row {
  position: relative;
  padding: 0px 60px;
}

#content_layout_default .content_body #brands_listing .brands_container .brand_row .brand_letter, #content_layout_index .content_body #brands_listing .brands_container .brand_row .brand_letter, #content_layout_products .content_body #brands_listing .brands_container .brand_row .brand_letter, #content_layout_plain .content_body #brands_listing .brands_container .brand_row .brand_letter {
  width: 100px;
  min-height: 100px;
  text-align: center;
  position: absolute;
  line-height: 48px;
  padding-top: 33px;
  font-size: 48px;
  color: #dde5e7;
  font-weight: bold;
}

#content_layout_default .content_body #brands_listing .brands_container .brand_row .brand_logos, #content_layout_index .content_body #brands_listing .brands_container .brand_row .brand_logos, #content_layout_products .content_body #brands_listing .brands_container .brand_row .brand_logos, #content_layout_plain .content_body #brands_listing .brands_container .brand_row .brand_logos {
  margin-left: 100px;
  border-top: 1px solid #dde5e7;
  min-height: 120px;
  padding: 30px 0px;
}

#content_layout_default .content_body #brands_listing .brands_container .brand_row .brand_logos.last, #content_layout_index .content_body #brands_listing .brands_container .brand_row .brand_logos.last, #content_layout_products .content_body #brands_listing .brands_container .brand_row .brand_logos.last, #content_layout_plain .content_body #brands_listing .brands_container .brand_row .brand_logos.last {
  border-bottom: 1px solid #dde5e7;
}

#content_layout_default .content_body #brands_listing .brands_container .brand_row .brand_logos .brand_element, #content_layout_index .content_body #brands_listing .brands_container .brand_row .brand_logos .brand_element, #content_layout_products .content_body #brands_listing .brands_container .brand_row .brand_logos .brand_element, #content_layout_plain .content_body #brands_listing .brands_container .brand_row .brand_logos .brand_element {
  float: left;
}

.main_menu #main-nav-button-desktop-close {
  display: none;
}

.main_menu.hover #main-nav-button-desktop {
  display: none;
}

@media (min-width: 992px) {
  .main_menu.hover #main-nav-button-desktop-close {
    display: block;
    float: left;
    height: 34px;
    width: 53px;
    padding-left: 11px;
    padding-top: 6px;
    margin-top: 7px;
    cursor: pointer;
    background: url("../images/frontend/menu_close.jpg") center center no-repeat;
  }
}
@media (max-width: 991px) {
  .main_menu #main-nav-button-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .main_menu #main-nav-button-desktop {
    display: block;
    float: left;
    height: 34px;
    width: 53px;
    padding-left: 11px;
    padding-top: 6px;
    margin-top: 11px;
    cursor: pointer;
  }

  .main_menu #main-nav-button-desktop span {
    height: 3px;
    background-color: #395363;
    display: block;
    width: 30px;
  }

  .main_menu #main-nav-button-desktop span.c {
    margin: 4px 0;
  }

  .main_menu #main-nav-button-desktop i {
    display: none;
  }

  .main-nav-active-dektop .main_menu #main-nav-button-desktop span {
    display: none;
  }

  .main-nav-active-dektop .main_menu #main-nav-button-desktop i {
    font-size: 20px;
    display: block;
  }
}
@media (min-width: 992px) {
  #main-nav {
    height: 0;
    position: fixed;
    z-index: 2;
  }

  #main-nav #menu_premium_block {
    height: 0;
    top: 0;
  }

  #main-nav #menu_premium_block .container-fluid {
    height: 0;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium {
    height: 0;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 6px;
    color: #395363;
    font-family: "Source Sans Pro", sans-serif;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .title:after {
    content: none;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .title:before {
    content: none;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .title:hover:after {
    content: none;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .title:hover:before {
    content: none;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium h5.title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 6px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: "Source Sans Pro", sans-serif;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu {
    top: 66px;
    background-color: transparent;
    box-shadow: none;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups {
    padding: 0px 20px;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul li {
    padding-left: 0;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul li:before {
    display: none;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul li.lang_item a {
    margin-right: 25px;
    display: inline-block;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul li.lang_item a.active:after {
    content: " ";
    display: block;
    bottom: -8px;
    width: 48px;
    height: 3px;
    position: absolute;
    background-color: #f4821f;
    opacity: 1;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul li.lang_item a:after {
    bottom: -8px;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul li a {
    font-family: "Source Sans Pro", sans-serif;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    text-decoration: none !important;
    padding-bottom: 5px;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul li a:hover {
    text-decoration: none;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul li a:hover:after {
    opacity: 1;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f58220;
    position: absolute;
    margin-top: -2px;
    opacity: 0;
    bottom: 0px;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul.collumn_1 li:not(:first-child) {
    margin-top: 14px;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul.collumn_1 li a {
    font-size: 18px;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul.collumn_2 li:not(:first-child) {
    margin-top: 24px;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul.collumn_2 li a {
    font-size: 18px;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul.collumn_3 li:not(:first-child) {
    margin-top: 22px;
  }

  #main-nav #menu_premium_block .container-fluid #menu_premium .submenu .submenu_groups .menu_header ul.collumn_3 li a {
    font-size: 18px;
  }
}
.subscribe {
  z-index: 0;
}

.subscribe #subscribers_subscribe h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 45px;
}

.subscribe #subscribers_subscribe .input-group {
  max-width: 420px;
  margin: auto;
  border-bottom: 2px solid #9aa9b1;
  padding-bottom: 10px;
}

.subscribe #subscribers_subscribe .input-group input {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: white;
  padding-left: 0;
}

.subscribe #subscribers_subscribe .input-group input:-webkit-autofill, .subscribe #subscribers_subscribe .input-group input:-webkit-autofill:hover, .subscribe #subscribers_subscribe .input-group input:-webkit-autofill:focus, .subscribe #subscribers_subscribe .input-group input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.subscribe #subscribers_subscribe .input-group button {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 0;
  border: 0;
  letter-spacing: 1px;
  position: relative;
  padding-left: 0px;
}

.subscribe #subscribers_subscribe .input-group .button {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 0;
  border: 0;
  letter-spacing: 1px;
  position: relative;
  padding-left: 0px;
}

.subscribe #subscribers_subscribe .input-group button:hover, .subscribe #subscribers_subscribe .input-group button:focus {
  background-color: #395363;
  outline: none;
  box-shadow: none;
}

.subscribe #subscribers_subscribe .input-group button:hover:after, .subscribe #subscribers_subscribe .input-group button:focus:after {
  opacity: 1;
}

.subscribe #subscribers_subscribe .input-group button:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #f58220;
  opacity: 0;
  margin-top: 2px;
  position: absolute;
}

#search_results {
  max-width: 1200px;
  margin: auto;
}

#search_results #search_form {
  position: relative;
  padding-bottom: 15px;
  padding-top: 30px;
  border: 0;
  box-shadow: none;
  border-bottom: 2px solid #e5ebed;
}

#search_results #search_form .icon-search {
  float: left;
  display: block;
  position: absolute;
  left: 0;
  color: #e5ebed;
  font-size: 30px;
  line-height: 24px;
  width: 35px;
  height: 35px;
}

#search_results #search_form .icon-search:before {
  font-size: 26px;
  line-height: 35px;
}

#search_results #search_form input {
  padding-left: 50px;
  background-color: transparent;
  letter-spacing: 1px;
  font-size: 30px;
  border: 0;
  box-shadow: none;
  padding-bottom: 10px;
}

#search_results #search_form input:hover, #search_results #search_form input:focus, #search_results #search_form input:active {
  outline: none;
  box-shadow: none;
}

#search_results #search_form .input-group-btn {
  width: auto;
  right: 0;
  position: absolute;
  top: 35px;
}

#search_results #search_form .input-group-btn button {
  border: 0;
  padding: 2px;
  background: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}

#search_results #search_form .input-group-btn button:hover, #search_results #search_form .input-group-btn button:focus, #search_results #search_form .input-group-btn button:active {
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

#search_results .panel-group .results .result {
  width: 100%;
  border-bottom: 1px solid #e5ebed;
}

#search_results .panel-group .results .result a {
  padding: 30px 0px;
  font-size: 24px;
  display: block;
  font-weight: bolder;
  text-transform: uppercase;
}

#search_results .panel-group .results .result a:hover {
  color: #f4821f;
  text-decoration: none;
}

@media (max-width: 991px) {
  #search_results .panel-group .results .result a {
    font-size: 15px;
  }
}
.pagination-wrp .pages {
  text-align: left;
}

#pages_news {
  width: 100%;
  float: left;
  padding: 50px 0px;
}
#pages_news h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  color: #355362;
  margin: 0px;
  text-align: center;
  padding-bottom: 30px;
  font-family: "Source Sans Pro", sans-serif;
}

#pages_get_in_touch {
  width: 100%;
  float: left;
  text-align: center;
}

#pages_get_in_touch a {
  text-decoration: none;
  display: inline-block;
  margin: 53px 0 54px 0;
}

#pages_get_in_touch a h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  color: #355362;
  margin: 0px;
  font-family: "Source Sans Pro", sans-serif;
}

#pages_get_in_touch a span {
  display: none;
}

@media (max-width: 760px) {
  #pages_get_in_touch {
    text-align: left;
    padding: 0 20px;
  }

  #pages_get_in_touch a {
    margin: 22px 0 40px 0;
    width: 100%;
  }

  #pages_get_in_touch a h2 {
    font-size: 24px;
    color: #355362;
    float: left;
  }

  #pages_get_in_touch a span {
    float: right;
    margin-top: 3px;
    display: block;
  }
}
@media (max-width: 570px) {
  #quick_search {
    margin: 0;
    margin-top: 15px;
    width: auto;
    margin-right: 20px;
    z-index: 9;
    position: relative;
    float: right;
  }

  #quick_search .desktop_trigger {
    display: block;
    margin-top: 8px;
  }

  #quick_search .desktop_trigger .icon-search {
    color: #355262;
  }

  #quick_search .mobile_trigger {
    display: none;
  }

  #quick_search #quick_overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: #000f1f;
    transition: 0.2s;
    background-color: rgba(26, 43, 54, 0.96);
  }

  #quick_search .input-group {
    display: none;
    max-width: 420px;
    border-bottom: 2px solid #f4821f;
    padding-bottom: 15px;
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -207px;
  }

  #quick_search .input-group #quick_overlay_close {
    display: block;
    position: absolute;
    bottom: -100px;
    color: white;
    left: 48%;
    width: 46px;
    height: 46px;
    background: url("../images/frontend/search_close.png") center center no-repeat;
  }

  #quick_search .input-group .icon-search {
    float: left;
    display: block;
    position: absolute;
    left: 0;
    color: #f4821f;
    font-size: 30px;
    line-height: 24px;
    width: 35px;
    height: 35px;
  }

  #quick_search .input-group .icon-search:before {
    font-size: 26px;
    line-height: 35px;
  }

  #quick_search .input-group input {
    padding-left: 50px;
    background-color: transparent;
    letter-spacing: 1px;
    color: white;
    font-size: 24px;
    border: 0;
    box-shadow: none;
  }

  #quick_search .input-group input:hover, #quick_search .input-group input:focus, #quick_search .input-group input:active {
    outline: none;
    box-shadow: none;
  }

  #quick_search .input-group .input-group-btn {
    width: auto;
  }

  #quick_search .input-group .input-group-btn button {
    border: 0;
    padding: 2px;
    color: white;
    background: transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  #quick_search .input-group .input-group-btn button:hover, #quick_search .input-group .input-group-btn button:focus, #quick_search .input-group .input-group-btn button:active {
    background-color: transparent;
    outline: none;
    box-shadow: none;
  }
}
@media (max-width: 540px) {
  #head #quick_search {
    margin-left: 8px;
    float: left;
    margin-top: 12px;
  }

  #head #quick_search .input-group {
    width: 90%;
    margin: auto;
    left: 0px;
    right: 0px;
  }

  #head #quick_search .input-group #quick_overlay_close {
    bottom: -75px;
  }
}
.our-shop .hidden-xs, .career .hidden-xs {
  display: block !important;
}

.our-shop .html_content_wrapper .contents_wrapper .html_content div, .career .html_content_wrapper .contents_wrapper .html_content div {
  width: 50%;
  float: left;
}

.our-shop .html_content_wrapper .contents_wrapper .html_content div:first-of-type, .career .html_content_wrapper .contents_wrapper .html_content div:first-of-type {
  padding-left: 30px;
}

.our-shop .html_content_wrapper .contents_wrapper .html_content div iframe, .career .html_content_wrapper .contents_wrapper .html_content div iframe {
  max-width: 100%;
}

.our-shop .html_content_wrapper .contents_wrapper .html_content div p, .career .html_content_wrapper .contents_wrapper .html_content div p {
  padding: 0px !important;
}

@media (max-width: 768px) {
  .our-shop .html_content_wrapper .contents_wrapper .html_content div, .career .html_content_wrapper .contents_wrapper .html_content div {
    width: 100%;
  }

  .our-shop .html_content_wrapper .contents_wrapper .html_content div:first-of-type, .career .html_content_wrapper .contents_wrapper .html_content div:first-of-type {
    padding-left: 0px;
  }

  .our-shop .html_content_wrapper .contents_wrapper .html_content div iframe, .career .html_content_wrapper .contents_wrapper .html_content div iframe {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #menu_premium h4.title {
    display: none;
  }
}
#type_comments2 .hidden-xs {
  display: block !important;
}

.alcohol-alert {
  width: 100%;
  height: 10%;
  position: fixed;
  background-color: #fff;
  color: #000;
  bottom: 0;
  padding: 10px 0;
  z-index: 9;
}

@media (min-width: 768px) {
  .alcohol-alert {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .alcohol-alert {
    font-size: 12px;
    padding: 5px 0;
  }
}
.career {
  margin-bottom: 0 !important;
}

.career .career_slider .item {
  opacity: 0;
  backface-visibility: visible;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.career .career_slider .item, .career .career_slider .active.left, .career .career_slider .active.right {
  opacity: 0;
  overflow: hidden;
}

.career .career_slider .active, .career .career_slider .next.left, .career .career_slider .prev.right {
  opacity: 1;
  overflow: hidden;
}

.career .career_slider .next, .career .career_slider .prev, .career .career_slider .active.left, .career .career_slider .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.career .career_slider .prev_btn {
  background: transparent url("../images/frontend/banner_arrow_prev.png") top center no-repeat;
  left: 20px;
}

.career .career_slider .next_btn {
  background: transparent url("../images/frontend/banner_arrow_next.png") top center no-repeat;
  right: 20px;
}

.career .page_title {
  color: #3a5261;
  text-align: center;
  margin: 30px 0 40px 0;
  font-weight: 600;
}

.career .action_buttons {
  text-align: center;
  margin-bottom: 30px;
}

.career .action_buttons .btn {
  background: #f6921e;
  text-transform: uppercase;
  border: none;
  margin: 0 15px;
  width: 315px;
  padding: 27px 12px;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 992px) {
  .career .action_buttons .btn {
    margin-bottom: 10px;
  }
}
.career .info {
  text-align: justify;
  max-width: 800px;
  margin: 0 auto 20px auto;
  padding-bottom: 20px;
}

.career .benefits_block {
  background: #f6921e;
  padding: 30px 0 60px 0;
  color: #fff;
}

.career .benefits_block .container-fluid {
  max-width: 1200px;
}

.career .benefits_block h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 36px;
}

.career .benefits_block .benefits .block {
  display: inline-block;
  width: 22%;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

@media (min-width: 992px) {
  .career .benefits_block .benefits .block {
    padding-bottom: 22%;
    margin-bottom: 4%;
  }
}
@media (max-width: 992px) {
  .career .benefits_block .benefits .block {
    padding: 30px 10px 10px 10px;
    width: 48%;
    margin-bottom: 2%;
  }
}
@media (max-width: 650px) {
  .career .benefits_block .benefits .block {
    width: 100%;
  }
}
.career .benefits_block .benefits .block:nth-child(4), .career .benefits_block .benefits .block:nth-child(8) {
  margin-rigth: 0;
}

@media (min-width: 992px) {
  .career .benefits_block .benefits .block .content {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -20px;
  }
}
.career .benefits_block .benefits .block .content .img-responsive {
  margin: 0 auto;
}

.career .benefits_block .benefits .block .name {
  text-transform: uppercase;
  font-size: 18px;
  height: 70px;
  width: 100%;
  display: table;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .career .benefits_block .benefits .block .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.career .benefits_block .benefits .block .name span {
  vertical-align: middle;
  display: table-cell;
  line-height: 23px;
  font-weight: 500;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .career .benefits_block .benefits .block .info-wrp {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    bottom: -100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.career .benefits_block .benefits .block .info {
  color: #355362;
  text-align: left;
  font-weight: 600;
  z-index: 2;
}

@media (min-width: 992px) {
  .career .benefits_block .benefits .block .info {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 992px) {
  .career .benefits_block .benefits .block .info {
    color: #fff;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .career .benefits_block .benefits .block:hover .info {
    display: block;
  }

  .career .benefits_block .benefits .block:hover .info-wrp {
    bottom: 0px;
  }
}
@media (max-width: 991px) {
  .career .benefits_block .benefits .block {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .career .benefits_block .benefits .block {
    height: 410px;
  }
}
@media (max-width: 540px) {
  .career .benefits_block .benefits .block {
    height: 350px;
  }
}
.career .benefits_block .benefits .separator {
  float: left;
  width: 4%;
}

@media (min-width: 922px) {
  .career .benefits_block .benefits .separator:nth-of-type(8n+0) {
    display: none;
  }
}
@media (max-width: 992px) {
  .career .benefits_block .benefits .separator {
    width: 2%;
  }

  .career .benefits_block .benefits .separator:nth-child(4n+0) {
    display: none;
  }
}
#brands_index_listing h2 {
  text-align: center;
}

#brands_index_listing .container-fluid .row {
  margin-top: 10px;
  margin-bottom: 10px;
}

#brands_index_listing .container-fluid .row > div {
  position: relative;
  float: left;
  text-align: center;
}

#brands_index_listing .container-fluid .row > div > *:not(:first-child) {
  position: absolute;
  left: 0px;
  top: 0px;
}

@media (min-width: 768px) {
  #brands_index_listing .container-fluid .row > div {
    width: 16%;
  }

  #brands_index_listing .container-fluid .row > div:nth-child(12) ~ div {
    display: none;
  }
}
@media (min-width: 768px) {
  #brands_index_listing .container-fluid .row > div {
    width: 20%;
  }

  #brands_index_listing .container-fluid .row > div:nth-child(10) ~ div {
    display: none;
  }
}
@media (max-width: 767px) {
  #brands_index_listing .container-fluid .row > div {
    width: 25%;
  }

  #brands_index_listing .container-fluid .row > div:nth-child(12) ~ div {
    display: none;
  }
}
#brands_index_listing .container-fluid .row > div a {
  width: 100%;
  padding: 10% 0;
  display: block;
  text-align: center;
}

#brands_index_listing .container-fluid .row > div a img {
  max-width: 60%;
}

#news_index_listing {
  background: #eee;
}

#news_index_listing .placeholder {
  background: #fff;
}

#news_index_listing .container-fluid, #brands_index_listing .container-fluid, #collections_index_listing .container-fluid {
  position: relative;
}

#banners_hero {
  position: relative;
}

@media (max-width: 991px) {
  #banners_hero .container-fluid {
    padding: 0;
  }
}
#banners_hero .prev_btn, #banners_hero .next_btn {
  width: 20px;
  height: 57px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -26px;
}

#banners_hero img {
  width: 100%;
}

#banners_hero .prev_btn {
  background: transparent url("../images/frontend/banner_arrow_prev.png") top center no-repeat;
  left: 20px;
}

#banners_hero .next_btn {
  background: transparent url("../images/frontend/banner_arrow_next.png") top center no-repeat;
  right: 20px;
}

#banners_small .row {
  margin: 5px -5px;
}

#banners_small .row > div {
  padding: 5px;
}

#banners_small .row > div img {
  width: 100%;
}

@media (max-width: 991px) {
  #banners_small .container-fluid {
    padding: 0 10px;
  }
}
#collections_index_listing .collection {
  margin-bottom: 15px;
}

#banners_small .row {
  margin: 0px;
}

#banners_small .row div {
  padding: 0px;
  overflow: hidden;
}

#banners_small .row div a {
  width: 100%;
  padding: 0px;
  border: 0px;
}

@media (max-width: 991px) {
  #banners_small .row div a img {
    min-height: 300px;
    height: 300px;
    width: auto;
    max-width: none;
  }

  #banners_small .row div a img.type_21 {
    height: auto;
  }
}
@media (max-width: 991px) {
  #banners_small .row div.type_21 a img {
    height: auto;
    min-height: 0px;
  }
}
#banners_small .row div .title_wrp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#banners_small .row div .title_wrp .vcenter {
  height: 100%;
  vertical-align: middle;
  padding: 0px 50px;
}

@media (max-width: 991px) {
  #banners_small .row div .title_wrp .vcenter {
    text-align: left;
  }
}
#banners_small .row div .title_wrp .vcenter .banner_content {
  width: 40%;
}

@media (max-width: 991px) {
  #banners_small .row div .title_wrp .vcenter .banner_content {
    width: 100%;
    padding-bottom: 50px;
    vertical-align: bottom;
  }
}
#banners_small .row div .title_wrp .vcenter .banner_content .title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 56px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  #banners_small .row div .title_wrp .vcenter .banner_content .title {
    font-size: 32px;
    line-height: 35px;
  }
}
#banners_small .row div .title_wrp .vcenter .banner_content .desc {
  line-height: 22px;
}

@media (max-width: 991px) {
  #banners_small .row div .title_wrp .vcenter .banner_content .desc {
    display: none;
  }
}
#banners_small .row div .title_wrp .vcenter .banner_content .btn {
  font-weight: 600;
  background-color: transparent;
  border: 3px solid #fff;
  color: white;
  border-radius: 0;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 20px 16px 20px;
  line-height: 14px;
  min-width: 185px;
  text-align: left;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#banners_small .row div .title_wrp .vcenter .banner_content .btn:hover {
  background-color: #f58220;
}

@media (max-width: 991px) {
  #banners_small .row div .title_wrp .vcenter .banner_content .btn {
    width: 100%;
    text-align: left;
    position: relative;
    min-width: 100%;
  }
}
#banners_small .row div .title_wrp .vcenter .banner_content .btn span {
  float: right;
  padding-left: 0px;
}

@media (max-width: 991px) {
  #banners_small .row div .title_wrp .vcenter .banner_content .btn span {
    right: 20px;
    position: absolute;
  }
}
#banners_small .row div.type_21 img {
  width: 65%;
}

@media (max-width: 991px) {
  #banners_small .row div.type_21 img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #banners_small .row div.type_21 .title_wrp {
    position: static;
  }
}
#banners_small .row div.type_21 .title_wrp .vcenter {
  padding: 0;
}

#banners_small .row div.type_21 .title_wrp .vcenter .banner_content {
  color: #395363;
  padding: 30px;
  width: 100%;
  padding-left: 68%;
}

@media (max-width: 991px) {
  #banners_small .row div.type_21 .title_wrp .vcenter .banner_content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  #banners_small .row div.type_21 .title_wrp .vcenter .banner_content .title {
    font-size: 40px;
  }
}
#banners_small .row div.type_21 .title_wrp .vcenter .banner_content .btn {
  color: #355362;
  border-color: #355362;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 20px 16px 20px;
  line-height: 14px;
  min-width: 185px;
  text-align: left;
}

#banners_small .row div.type_21 .title_wrp .vcenter .banner_content .btn:hover {
  border-color: #f58220 !important;
  color: #ffffff !important;
}

#banners_small .row div.type_21 .title_wrp .vcenter .banner_content .btn:hover span {
  color: #ffffff;
}

#banners_small .row div.type_21 .title_wrp .vcenter .banner_content .btn span {
  float: right;
  padding-left: 0px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  display: none;
}

@media (max-width: 991px) {
  #banners_hero .carousel-control .glyphicon-chevron-left, #collections_hero .carousel-control .glyphicon-chevron-left, #banners_hero .carousel-control .glyphicon-chevron-right, #collections_hero .carousel-control .glyphicon-chevron-right {
    display: block;
  }

  #banners_hero .carousel-control, #collections_hero .carousel-control {
    display: block;
  }

  #banners_hero .carousel-indicators, #collections_hero .carousel-indicators {
    display: none;
  }

  #banners_hero .title_wrp, #collections_hero .title_wrp {
    position: relative;
    padding-bottom: 25px;
  }

  #banners_hero .title_wrp .title, #collections_hero .title_wrp .title {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #banners_hero .title_wrp .btn-primary, #collections_hero .title_wrp .btn-primary {
    font-weight: 600;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    display: block;
  }

  #banners_hero .title_wrp .vcenter, #collections_hero .title_wrp .vcenter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#products_detailed .summary_wrp {
  float: right;
}

#products_detailed .photos_wrp {
  float: left;
}

#products_detailed .add2cart_wrp {
  float: right;
}

#products_detailed dl.descriptive_filters.dl-horizontal dt {
  text-align: left;
  width: 33%;
}

#products_detailed dl.descriptive_filters.dl-horizontal dd {
  margin-left: 33%;
}

#products_photos {
  background-color: white;
  position: relative;
  padding: 15px;
  margin: 0;
}

#products_photos:before, #products_photos:after {
  content: " ";
  display: table;
}

#products_photos:after {
  clear: both;
}

#products_photos .thumbs {
  width: 0px;
  position: relative;
  z-index: 2;
  overflow: visible;
  float: left;
}

#products_photos .thumbs .thumbs_inner {
  width: 75px;
}

@media (max-width: 767px) {
  #products_photos .thumbs .thumbs_inner {
    width: 50px;
  }
}
#products_photos .thumbs img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #fff;
  margin-bottom: 5px;
  border: 1px solid #eee;
}

#products_photos .thumbs img:hover, #products_photos .thumbs img.active {
  border: 1px solid #395363;
}

#products_photos .main_photo {
  width: 100%;
  cursor: zoom-in;
  text-align: center;
  float: right;
}

#products_photos .main_photo.full_width {
  width: 100%;
  height: 450px;
}

#products_photos .main_photo img {
  display: none;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

#products_photos .main_photo img.active {
  display: inline-block;
}

#products_photos .zoom {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: none;
  overflow: hidden;
  cursor: zoom-out;
  z-index: 1;
}

@media (max-width: 767px) {
  #products_photos .zoom {
    position: fixed;
    bottom: 0;
    z-index: 20;
  }
}
#products_photos .zoom .wrapper {
  position: relative;
}

#products_photos .zoom .wrapper img {
  position: absolute;
}

#products_add2cart #add2cart_msg {
  display: none;
}

#products_add2cart .modifications, #products_add2cart .items, #products_add2cart .quantity, #products_add2cart .price_info {
  margin-bottom: 20px;
}

#products_add2cart .modifications .modification_selector {
  margin: 0 -5px;
}

#products_add2cart .modifications .modification_selector:before, #products_add2cart .modifications .modification_selector:after {
  content: " ";
  display: table;
}

#products_add2cart .modifications .modification_selector:after {
  clear: both;
}

#products_add2cart .modifications .modification_selector .modification {
  border: 1px solid #e8e8e8;
  margin: 5px;
  float: left;
  position: relative;
  cursor: pointer;
  width: 75px;
  height: 75px;
}

#products_add2cart .modifications .modification_selector .modification:hover::after, #products_add2cart .modifications .modification_selector .modification.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  background-color: #395363;
}

#products_add2cart .modifications .modification_selector .modification span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

#products_add2cart .items .descriptive_filters:first-child {
  margin-top: -20px;
}

#products_add2cart .price_info .price {
  float: left;
}

#products_add2cart .price_info .price .current_price {
  font-size: 32px;
}

#products_add2cart .price_info .price.has_discount .current_price {
  color: #d9534f;
}

#products_add2cart .price_info .price .old_price {
  text-decoration: line-through;
}

#products_add2cart .price_info #add2cart_button {
  float: right;
}

#filter {
  margin-top: 20px;
  position: relative;
}

@media (min-width: 992px) {
  #filter #filter_summary {
    padding-right: 240px;
  }

  #filter .sort_block {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  #filter .sort_block {
    clear: both;
  }

  #filter .sort_block, #filter .sort_block .select-default {
    width: 100%;
  }
}
#filter.is_shown #filter_on {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#filter.is_shown #filter_block {
  display: block;
}

#filter .hidden-filter {
  display: none;
}

#filter a {
  color: #333;
}

#filter .title .clean {
  cursor: pointer;
  font-size: 12px;
}

#filter .title .clean:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e802";
}

#filter #filter_summary #filter_on {
  outline: none;
  margin-right: 5px;
}

#filter #filter_summary button {
  float: left;
  margin-bottom: 5px;
}

#filter #filter_summary button.filter-btn {
  float: left;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#filter #filter_summary button.filter-btn span.icon {
  margin-left: 0;
}

#filter .sort_block {
  float: right;
}

#filter .sort_block .btn {
  background-color: white;
}

#filter .sort_block .block_title {
  margin-right: 5px;
}

#filter #filter_block {
  display: none;
  position: relative;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  #filter #filter_block #filter_price > div {
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
  }
}
#filter #filter_block #filter_price #price_slider {
  margin-top: 15px;
  height: 2px;
  border: none;
  background: #d2d2d2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#filter #filter_block #filter_price #price_slider .ui-slider-range {
  top: 0;
}

#filter #filter_block #filter_price #price_slider .ui-slider-handle {
  background: #395363 url("../images/frontend/slide_handle.png") center center no-repeat;
  border: none;
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-left: -8px;
}

@media (max-width: 991px) {
  #filter #filter_block #filter_price #price_slider .ui-slider-handle {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-left: -15px;
    border-radius: 15px !important;
  }
}
#filter #filter_block #filter_price #price_slider .ui-widget-header {
  background: none;
  background-color: #395363 !important;
}

#filter #filter_block #filter_price #price_slider .ui-corner-all {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#filter #filter_block #filter_price #price_slider_info {
  margin-top: 10px;
}

@media (max-width: 991px) {
  #filter #filter_block #filter_price #price_slider_info {
    margin-top: 20px;
  }
}
#filter #filter_block #filter_price #price_slider_info .val1 {
  float: left;
}

#filter #filter_block #filter_price #price_slider_info .val2 {
  float: right;
}

@media (min-width: 992px) {
  #filter #filter_block .body {
    padding: 0 25px;
  }

  #filter #filter_block .body .filter-group {
    margin: 25px 0;
  }
}
@media (min-width: 992px) {
  #filter #filter_block .footer {
    border-top: 1px solid #e8e8e8;
  }
}
#filter #filter_block .footer a {
  border: none;
  border-radius: 0;
}

.product_listing {
  margin: 0 -10px;
}

@media (max-width: 479px) {
  .product_listing {
    margin: 0 -5px;
  }
}
.product_listing:before, .product_listing:after {
  content: " ";
  display: table;
}

.product_listing:after {
  clear: both;
}

.product_listing .product_element {
  padding: 10px;
  float: left;
  text-align: center;
  width: 50%;
}

@media (max-width: 479px) {
  .product_listing .product_element {
    padding: 5px;
  }
}
.product_listing .product_element > a {
  display: block;
  position: relative;
  padding: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}

.product_listing .product_element > a:hover {
  text-decoration: none;
  border-color: #cfcfcf;
}

.product_listing .product_element > a .tags {
  position: absolute;
  left: 0;
  top: 10px;
}

.product_listing .product_element > a .tags .tag {
  display: block;
  float: left;
  clear: left;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
  background: #395363;
  color: #fff;
}

.product_listing .product_element > a .title {
  display: block;
  margin: 15px 0;
  line-height: 20px;
  height: 60px;
}

.product_listing .product_element > a .title span {
  display: block;
}

.product_listing .product_element > a .title span.modification_name {
  color: #555;
  font-size: 12px;
}

.product_listing .product_element > a .price_info {
  display: block;
  line-height: 1.5em;
  height: 1.5em;
}

.product_listing .product_element > a .price_info .price {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

.product_listing .product_element > a .price_info .price.discount {
  color: #d9534f;
}

.product_listing .product_element > a .price_info .old_price {
  text-decoration: line-through;
  color: #777;
}

@media (min-width: 768px) {
  .product_listing .product_element {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .product_listing .product_element {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .product_listing .product_element {
    width: 20%;
  }
}
.product_element0 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.product_element0.no_stock .new, .product_element0.no_stock .top, .product_element0.no_stock .action {
  opacity: 0.4;
}

.product_element0.no_stock a img.product_img {
  opacity: 0.4;
}

.product_element0 .new, .product_element0 .top {
  z-index: 1;
}

.product_element0 .content {
  display: block;
  position: relative;
  width: 100%;
  background-color: white;
  text-align: center;
  padding: 10px;
  padding-bottom: 47px;
}

.product_element0 .content .top, .product_element0 .content .new {
  position: absolute;
  left: 17px;
  top: 17px;
}

.product_element0 .content .action {
  background: transparent url("../images/frontend/action.png") center center no-repeat;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 51px;
  height: 54px;
  font-size: 15px;
  z-index: 1;
}

.product_element0 .content .action p {
  color: white;
  margin-top: 12px;
}

.product_element0 .content .product_title {
  line-height: 1.2em;
  min-height: 4.6em;
}

.product_element0 .content .product_title h4 {
  margin: 0.5em 0;
  font-size: 14px;
  line-height: 1.2em;
  max-height: 2.4em;
}

.product_element0 .content .product_title .package {
  margin: 0;
  line-height: 1.2em;
  height: 1.2em;
}

.product_element0 .content .price_block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
}

.product_element0 .content .price_block .price {
  margin-bottom: 4px;
  margin-top: 0;
}

.product_element0 .content .price_block .old_price {
  margin-bottom: 0;
  margin-top: 0;
}

#products_listing .banner, #pages_detailed .banner {
  padding: 0px;
  position: relative;
  background-color: black;
  max-width: none;
}

#products_listing .banner .page_title, #pages_detailed .banner .page_title {
  color: white;
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 90px;
  text-align: center;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #products_listing .banner .page_title, #pages_detailed .banner .page_title {
    font-size: 5vw;
  }
}
#products_listing .banner img, #pages_detailed .banner img {
  width: 100%;
  opacity: 0.95;
}

#products_listing .banner .overlay_cat, #pages_detailed .banner .overlay_cat {
  position: absolute;
  left: 0;
  height: 50%;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.49));
}

#categories_listing .row {
  margin: 0px;
}

#categories_listing .row .category_element {
  height: 400px;
  position: relative;
  cursor: pointer;
  padding: 0px;
  overflow: hidden;
  background-color: black;
}

#categories_listing .row .category_element:hover img {
  transform: scale(1.1);
}

#categories_listing .row .category_element img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#categories_listing .row .category_element a {
  float: left;
  width: 100%;
  height: 100%;
}

#categories_listing .row .category_element .page_title {
  color: white;
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 36px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  bottom: 25px;
  line-height: 36px;
  margin: 0px;
}

#categories_listing .row .category_element .dark_background {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 5px solid transparent;
}

#categories_listing .row .category_element .dark_background:hover {
  border: 5px solid #f58220;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.65;
}

@media (max-width: 1440px) {
  #categories_listing .row .category_element {
    height: 300px;
  }
}
@media (max-width: 760px) {
  #categories_listing .row .category_element {
    height: 300px;
  }
}
.tabbed_content {
  max-width: 945px;
  margin: auto;
  padding: 50px 0px;
}

@media (max-width: 991px) {
  .tabbed_content {
    padding-top: 0px;
  }
}
#products_photos .main_photo {
  cursor: default;
}

#products_detailed {
  padding: 0px 60px;
}

@media (max-width: 991px) {
  #products_detailed {
    padding: 0px 20px;
  }
}
#products_detailed h1 {
  font-size: 48px;
  font-weight: 600;
  color: #355362;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}

@media (max-width: 991px) {
  #products_detailed h1 {
    font-size: 36px;
    margin-top: 14px;
    margin-bottom: 20px;
  }
}
#products_detailed p {
  color: #355362;
}

#products_detailed .tabbed_content .container-fluid {
  line-height: 24px;
  color: #355362;
  font-weight: 600;
}

@media (max-width: 991px) {
  #products_detailed .tabbed_content .container-fluid {
    padding: 0px;
    border-bottom: 1px solid #e5ebed;
  }
}
#products_detailed .tabbed_content .container-fluid h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 35px;
  font-family: "Source Sans Pro", sans-serif;
}

#products_detailed .tabbed_content .container-fluid h2 span {
  display: none;
}

@media (max-width: 991px) {
  #products_detailed .tabbed_content .container-fluid h2 {
    text-align: left;
    font-size: 24px;
    margin: 0px;
    padding: 20px 0;
    float: left;
    width: 100%;
    cursor: pointer;
  }

  #products_detailed .tabbed_content .container-fluid h2 span {
    display: block;
    font-size: 14px;
    float: right;
    line-height: 27px;
  }
}
#products_detailed .tabbed_content .container-fluid .producer_link_wrapper {
  float: left;
  width: 100%;
}

#products_detailed .tabbed_content .container-fluid .producer_link_wrapper .producer_link {
  font-size: 14px;
  color: #355362;
  font-weight: bold;
  text-decoration: none;
}

#products_detailed .tabbed_content .container-fluid #producer_el {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  height: auto !important;
}

#products_detailed .tabbed_content .container-fluid #producer_el.collapse {
  display: block;
}

@media (max-width: 991px) {
  #products_detailed .tabbed_content .container-fluid #producer_el.collapse {
    display: none;
  }

  #products_detailed .tabbed_content .container-fluid #producer_el.collapse.in {
    display: block;
  }
}
#products_detailed .tabbed_content .container-fluid .awards_wrapper {
  float: left;
  width: 100%;
}

#products_detailed .tabbed_content .container-fluid .awards_wrapper h3 {
  text-transform: uppercase;
  color: #355362;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin: 28px 0 15px 0;
}

#products_detailed .tabbed_content .container-fluid .awards_wrapper ul {
  list-style: none;
  padding: 0px;
}

#products_detailed .tabbed_content .container-fluid .awards_wrapper ul ul {
  padding-left: 20px;
}

#products_detailed .tabbed_content .container-fluid iframe {
  width: 100%;
  margin-top: 50px;
}

#products_detailed .summary_wrp {
  padding-top: 80px;
  float: right;
}

#products_detailed .summary_wrp h4 {
  text-transform: uppercase;
  color: #acbdc5;
  font-size: 11px;
  display: block;
  margin-bottom: 2px;
  margin-top: 25px;
  letter-spacing: 1px;
}

#products_detailed .summary_wrp .bootstrap-select {
  width: auto;
}

#products_detailed .summary_wrp .bootstrap-select .dropdown-toggle {
  box-shadow: none;
  background-color: white;
  border: 0;
  padding: 0px;
  padding-right: 25px;
  color: #355362;
  font-size: 18px;
}

#products_detailed .summary_wrp .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

#products_detailed .summary_wrp .bootstrap-select .dropdown-toggle .carret {
  color: #acbdc5;
}

#products_detailed .summary_wrp .bootstrap-select .dropdown-menu {
  left: -21px;
}

#products_detailed .summary_wrp .bootstrap-select .dropdown-menu.inner {
  color: #355362;
  font-size: 18px;
}

#products_detailed .summary_wrp .bootstrap-select .dropdown-menu li a:hover, #products_detailed .summary_wrp .bootstrap-select .dropdown-menu li a:focus {
  background-color: white;
}

@media (max-width: 991px) {
  #products_detailed .summary_wrp {
    display: none;
  }
}
#products_detailed .add2cart_wrp {
  float: left;
}

#products_detailed .add2cart_wrp .flag_container {
  padding-top: 80px;
}

@media (max-width: 991px) {
  #products_detailed .add2cart_wrp .flag_container {
    width: 45px;
  }

  #products_detailed .add2cart_wrp .flag_container img {
    width: 100%;
  }
}
#products_detailed .add2cart_wrp #products_add2cart {
  margin-top: 30px;
}

@media (max-width: 991px) {
  #products_detailed .add2cart_wrp #products_add2cart {
    margin-top: 15px;
  }
}
#products_detailed .add2cart_wrp #products_add2cart .price_info .price .current_price {
  font-size: 24px;
  font-weight: bold;
  color: #355362;
}

#products_detailed .add2cart_wrp #products_add2cart .price_info a {
  display: block;
  padding: 10px 0px;
  margin-left: -5px;
  font-size: 13px;
  font-weight: 600;
}

#products_detailed .add2cart_wrp #products_add2cart .price_info a:hover {
  text-decoration: none;
}

#products_detailed .add2cart_wrp #products_add2cart .price_info a span {
  margin-right: 8px;
  color: #acbdc5;
}

#products_detailed .add2cart_wrp #products_add2cart .price_info #add2cart_button {
  background-color: white;
  color: #355362;
  border: 0;
  font-size: 13px;
  padding-left: 0;
  font-weight: 600;
  margin-left: -5px;
}

#products_detailed .add2cart_wrp #products_add2cart .price_info #add2cart_button:focus {
  outline: 0;
  box-shadow: none;
}

#products_detailed .add2cart_wrp #products_add2cart .price_info #add2cart_button span {
  background: url("../images/frontend/add_to_cart.png") center center no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin-right: 10px;
}

#products_detailed .add2cart_wrp .price_info .price {
  float: none;
}

#products_detailed .add2cart_wrp .price_info #add2cart_button {
  float: none;
}

#products_detailed .photos_wrp {
  float: right;
}

.specs .spec_pair .spec_name {
  text-transform: uppercase;
  color: #acbdc5;
  font-size: 11px;
  display: block;
  margin-bottom: 2px;
  margin-top: 25px;
  letter-spacing: 1px;
}

.specs .spec_pair .spec_value {
  color: #355362;
  font-size: 18px;
  font-weight: 600;
}

.spec_row {
  margin-top: 20px;
  width: 100%;
  padding: 35px 0px;
  border-top: 2px solid #e5ebed;
  border-bottom: 2px solid #e5ebed;
}

.spec_row.mobile {
  display: none;
}

@media (max-width: 991px) {
  .spec_row {
    padding: 0px;
    border-top: 1px solid #e5ebed;
    border-bottom: 1px solid #e5ebed;
    float: left;
  }

  .spec_row.mobile {
    display: block;
  }
}
.spec_row #mobile_spec {
  display: none;
}

@media (max-width: 991px) {
  .spec_row #mobile_spec {
    display: block;
    text-align: left;
    font-size: 24px;
    margin: 0px;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
    color: #355362;
    cursor: pointer;
  }

  .spec_row #mobile_spec span {
    font-size: 14px;
    float: right;
    line-height: 27px;
  }
}
.spec_row .spec_row_inner {
  margin: auto;
  text-align: center;
  height: auto !important;
}

.spec_row .spec_row_inner .spec_row_pair {
  width: 24%;
  display: inline-block;
}

.spec_row .spec_row_inner .spec_row_pair .spec_row_name {
  text-transform: uppercase;
  color: #acbdc5;
  font-size: 11px;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 1px;
  margin-top: 15px;
}

.spec_row .spec_row_inner .spec_row_pair .spec_row_value {
  color: #355362;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .spec_row .spec_row_inner .spec_row_pair {
    float: left;
    width: 100%;
    text-align: left;
  }
}
.spec_row .spec_row_inner #mobile_specs {
  display: none;
}

.spec_row .spec_row_inner.collapse {
  display: block;
}

@media (max-width: 991px) {
  .spec_row .spec_row_inner {
    float: left;
    padding-bottom: 15px;
  }

  .spec_row .spec_row_inner #mobile_specs {
    display: block;
    text-align: left;
  }

  .spec_row .spec_row_inner #mobile_specs h4 {
    text-transform: uppercase;
    color: #acbdc5;
    font-size: 11px;
    display: block;
    margin-bottom: 2px;
    margin-top: 25px;
    letter-spacing: 1px;
    font-weight: normal;
  }

  .spec_row .spec_row_inner.collapse {
    display: none;
  }

  .spec_row .spec_row_inner.collapse.in {
    display: block;
  }
}
#categories_list h5 {
  border-bottom: 1px solid #e5ebed;
  color: #355362;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 11px;
  padding-right: 15px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #categories_list h5 {
    padding-bottom: 20px;
    padding-right: 0px;
    border-bottom: 2px solid #e5ebed;
  }
}
#categories_list h5:after {
  display: none !important;
}

#categories_list h5 .icon-down-dir {
  color: #d7dadc;
  display: none;
}

@media (max-width: 991px) {
  #categories_list h5 .icon-down-dir {
    display: block;
    float: right;
  }
}
@media (min-width: 992px) {
  #categories_list ul {
    margin-top: 20px;
  }
}
#categories_list ul li {
  padding: 4px 0px;
}

@media (max-width: 991px) {
  #categories_list ul li {
    padding: 0px;
  }
}
#categories_list ul li:before {
  display: none;
}

#categories_list ul li.active a {
  color: #f58220;
}

#categories_list ul li.secondary a {
  padding-left: 20px;
  font-weight: 600;
}

@media (max-width: 991px) {
  #categories_list ul li.secondary a {
    padding-left: 20px;
  }
}
#categories_list ul li a {
  color: #355362;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

#categories_list ul li a:hover {
  text-decoration: none;
  color: #f58220;
}

@media (min-width: 992px) {
  .product_listing {
    padding-left: 25px;
  }
}
.product_listing .panel-group {
  margin: 0px;
}

.product_listing .panel-group .panel {
  margin: 0px;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0px;
}

.product_listing .panel-group .panel .panel-heading {
  background: none;
  padding: 0px;
  border: none;
}

.product_listing .panel-group .panel .panel-heading .panel-title {
  margin: 0px;
  font-size: initial;
}

.product_listing .panel-group .panel .panel-heading .panel-title a {
  position: relative;
  margin: 0px;
  font-family: "Source Sans Pro", sans-serif;
  color: #355362 !important;
  text-decoration: none;
  font-size: 24px;
  line-height: 60px;
  padding-left: 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 2px solid #edf4f7;
}

.product_listing .panel-group .panel .panel-heading .panel-title a:after {
  content: "";
  display: block;
  background-color: #ccd7dc;
  float: right;
  width: 16px;
  height: 2px;
  position: absolute;
  right: 20px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

.product_listing .panel-group .panel .panel-heading .panel-title a:before {
  content: "";
  display: block;
  background-color: #ccd7dc;
  float: right;
  height: 16px;
  width: 2px;
  position: absolute;
  right: 27px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

.product_listing .panel-group .panel .panel-heading .panel-title a.last {
  border-bottom: 2px solid #edf4f7;
}

.product_listing .panel-group .panel .panel-heading .panel-title a:not(.collapsed) {
  background-color: #355362;
  color: white !important;
  border: 0px;
}

.product_listing .panel-group .panel .panel-heading .panel-title a:not(.collapsed):after {
  top: 29px;
  bottom: auto;
  right: 33px;
  background-color: #ffffff;
}

.product_listing .panel-group .panel .panel-heading .panel-title a:not(.collapsed):before {
  bottom: auto;
  top: 22px;
  display: none;
}

.product_listing .category_wrap {
  display: table;
  width: 100%;
  position: relative;
}

.product_listing .category_wrap h2 {
  margin: 0;
}

.product_listing .category_wrap h2 a {
  font-family: "Source Sans Pro", sans-serif;
  color: #355362;
  text-decoration: none;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 2px solid #edf4f7;
}

.product_listing .category_wrap h2 a:after {
  content: "";
  display: block;
  background-color: #ccd7dc;
  float: right;
  width: 16px;
  height: 2px;
  position: absolute;
  right: 20px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

.product_listing .category_wrap h2 a:before {
  content: "";
  display: block;
  background-color: #ccd7dc;
  float: right;
  height: 16px;
  width: 2px;
  position: absolute;
  right: 27px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

.product_listing .category_wrap h2 a.last {
  border-bottom: 2px solid #edf4f7;
}

.product_listing .category_wrap h2 a.active {
  background-color: #355362;
  color: white;
  border: 0px;
}

.product_listing .category_wrap h2 a.active:after {
  top: 29px;
  bottom: auto;
  right: 33px;
  background-color: #ffffff;
}

.product_listing .category_wrap h2 a.active:before {
  bottom: auto;
  top: 22px;
  display: none;
}

.product_listing .category_wrap .products {
  padding: 15px;
  display: block;
  overflow: visible;
}

.product_listing .more_button_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}

.product_listing .more_button_wrapper .more_button {
  border: 2px solid #355362;
  text-transform: uppercase;
  display: inline-block;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  color: #355362;
  cursor: pointer;
  text-align: left;
  position: relative;
  line-height: 14px;
  min-width: 185px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product_listing .more_button_wrapper .more_button:hover {
  border-color: #f58220;
  color: #ffffff;
  background-color: #f58220;
}

.product_listing .more_button_wrapper .more_button span {
  float: right;
}

.product_listing .more_button_wrapper .more_button a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.product_listing .product_element {
  position: relative;
  margin-bottom: 47px;
  border-right: 1px solid #e5ebed;
  width: 33.3%;
}

.product_listing .product_element:nth-child(3n), .product_listing .product_element:last-child {
  border: 0;
}

.product_listing .product_element:nth-child(3n+4) {
  clear: left;
}

@media (max-width: 1250px) {
  .product_listing .product_element:nth-child(3n+4) {
    clear: none;
  }
}
@media (max-width: 1250px) {
  .product_listing .product_element:nth-child(2n+3) {
    clear: left;
  }
}
.product_listing .product_element:hover .element_hover {
  opacity: 1;
  pointer-events: all;
}

.product_listing .product_element.smaller_bottle a img {
  cursor: pointer;
  width: 40%;
  margin-top: 27%;
  margin-left: 9%;
  margin-right: 9%;
}

.product_listing .product_element .element_hover {
  width: 247px;
  background-color: #ffffff;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: -155px;
  opacity: 0;
  pointer-events: none;
  display: table;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product_listing .product_element .element_hover:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  right: -6px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product_listing .product_element .element_hover ul {
  list-style: none;
  text-transform: uppercase;
  color: #355362;
  text-align: left;
  padding: 14px 0 14px 0;
  float: left;
}

.product_listing .product_element .element_hover ul li {
  font-size: 11px;
  width: 100%;
  float: left;
  padding: 0 20px;
  line-height: 21px;
  text-align: right;
}

.product_listing .product_element .element_hover ul li span {
  font-weight: bold;
  font-size: 10px;
}

.product_listing .product_element .element_hover ul li span:first-child {
  float: left;
  font-weight: normal;
  font-size: 11px;
}

@media (max-width: 991px) {
  .product_listing .product_element .element_hover {
    display: none;
  }
}
@media (max-width: 1250px) {
  .product_listing .product_element {
    width: 50%;
  }

  .product_listing .product_element:nth-child(3n) {
    border-right: 1px solid #e5ebed;
  }

  .product_listing .product_element:nth-child(2n), .product_listing .product_element:last-child {
    border: 0;
  }
}
@media (max-width: 650px) {
  .product_listing .product_element {
    width: 100%;
    border: 0;
  }

  .product_listing .product_element:nth-child(3n) {
    border: 0;
  }
}
.product_listing .product_element a {
  border: 0;
  overflow: hidden;
}

.product_listing .product_element .product_img {
  float: left;
  width: 58%;
  height: 180px;
  padding-right: 10px;
}
.product_listing .product_element .product_img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.product_listing .product_element a .details {
  float: left;
  width: 42%;
}

.product_listing .product_element a .details .title .product_name {
  text-align: left;
  color: #355362;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 18px;
}

.product_listing .product_element a .details .title .modification_name {
  text-align: left;
  color: #355362;
  line-height: 18px;
  margin-bottom: 40px;
  float: left;
}

.product_listing .product_element a .details .item_name {
  position: absolute;
  bottom: 10%;
  right: 5%;
}

.product_listing .product_element a .details .item_name .price {
  font-size: 12px;
  color: #355362;
}

.product_listing .product_element a .details .price_info {
  position: absolute;
  bottom: 10%;
  left: 58%;
}

.product_listing .product_element a .details .price_info .price {
  font-size: 14px;
  color: #355362;
}

.product_listing .more_button_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}

.product_listing .more_button_wrapper .more_button {
  border: 2px solid #355362;
  text-transform: uppercase;
  display: inline-block;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  color: #355362;
  cursor: pointer;
  text-align: left;
  position: relative;
  line-height: 14px;
  min-width: 185px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product_listing .more_button_wrapper .more_button:hover {
  border-color: #f58220;
  color: #ffffff;
  background-color: #f58220;
}

.product_listing .more_button_wrapper .more_button span {
  float: right;
}

.product_listing .more_button_wrapper .more_button a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.list-dropdown .title, .list-dropdown-desktop .title {
  color: #355362;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 0px;
}

.list-dropdown .title:hover, .list-dropdown-desktop .title:hover {
  color: #355362;
}

@media (max-width: 991px) {
  .list-dropdown .title, .list-dropdown-desktop .title {
    border-bottom: 1px solid #e5ebed;
    padding-right: 15px;
  }
}
.list-dropdown .title:after, .list-dropdown-desktop .title:after {
  display: none !important;
}

.list-dropdown .title .icon-down-dir, .list-dropdown-desktop .title .icon-down-dir {
  color: #d7dadc;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .list-dropdown .title .icon-down-dir, .list-dropdown-desktop .title .icon-down-dir {
    float: right;
  }
}
.list-dropdown .title .carret, .list-dropdown-desktop .title .carret {
  color: #ccd7dd;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 7px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

@media (max-width: 991px) {
  .list-dropdown .title .carret, .list-dropdown-desktop .title .carret {
    right: 15px;
  }
}
.list-dropdown .dropdown-menu, .list-dropdown-desktop .dropdown-menu {
  color: #355362;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px;
  min-width: 250px;
}

.list-dropdown .dropdown-menu:hover, .list-dropdown-desktop .dropdown-menu:hover {
  cursor: pointer;
}

.list-dropdown .dropdown-menu .menu-item, .list-dropdown-desktop .dropdown-menu .menu-item {
  cursor: pointer;
  padding: 10px 15px;
}

@media (max-width: 991px) {
  .list-dropdown .dropdown-menu .menu-item, .list-dropdown-desktop .dropdown-menu .menu-item {
    padding: 10px;
  }
}
.list-dropdown .dropdown-menu .menu-item.active, .list-dropdown-desktop .dropdown-menu .menu-item.active {
  background-color: white;
  color: #355362;
}

.list-dropdown .dropdown-menu .menu-item:hover, .list-dropdown-desktop .dropdown-menu .menu-item:hover {
  color: white;
  background-color: #355362;
}

#products_listing .container-fluid {
  padding: 60px;
  padding-top: 30px;
}

@media (max-width: 991px) {
  #products_listing .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#products_listing .container-fluid.banner {
  padding: 0px;
}

#products_listing .container-fluid #filter {
  min-height: 23px;
  margin-top: 0px;
}

#products_listing .container-fluid #filter #filter_block {
  border: 0;
  display: block;
}

@media (max-width: 991px) {
  #products_listing .container-fluid #filter #filter_block {
    margin-bottom: 75px;
  }
}
#products_listing .container-fluid #filter #filter_block #filter_price .title {
  color: #355362;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 0px;
}

#products_listing .container-fluid #filter #filter_block #filter_price .icon-down-dir {
  color: #d7dadc;
  margin-left: 5px;
}

#products_listing .container-fluid #filter #filter_block #filter_price .price_selector {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1;
  width: 200px;
  padding: 10px 15px;
}

#products_listing .container-fluid #filter #filter_block .body .col-5 > .col-md-5 .filter-group {
  float: left;
  margin: 0px;
  margin-right: 30px;
}

@media (max-width: 991px) {
  #products_listing .container-fluid #filter #filter_block .body .col-5 > .col-md-5 .filter-group {
    width: 100%;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #products_listing .container-fluid #filter #filter_block .body .col-5 > .col-md-5 .filter-group ul {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
#products_listing .container-fluid #filter #filter_block .body .col-5 > .col-md-5 .filter-group ul span {
  float: right;
}

#products_listing .container-fluid #filter #filter_block .body .col-5 > .col-md-5 .filter-group ul .item_slider_info .val1 {
  float: left;
}

#filter_switch {
  font-weight: 600;
  display: inline-block;
  font-size: 25px;
  border-bottom: 2px #ffa500 dashed;
  margin-bottom: 50px;
}

#filter_switch:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  #filter_switch {
    display: none;
  }
}
#similar_products h2 {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  color: #355362;
  font-weight: bold;
}

#similar_products .product_listing {
  padding-left: 0px;
}

#similar_products .product_listing .product_element {
  width: 25%;
  border-right: 1px solid #e5ebed;
}

#similar_products .product_listing .product_element:nth-child(3n+4) {
  clear: none;
}

@media (max-width: 1250px) {
  #similar_products .product_listing .product_element:nth-child(2n+3) {
    clear: none;
  }
}
@media (min-width: 1251px) {
  #similar_products .product_listing .product_element:last-child {
    border-right: 0;
  }
}
@media (max-width: 1250px) and (min-width: 997px) {
  #similar_products .product_listing .product_element {
    width: 33.3%;
  }

  #similar_products .product_listing .product_element:nth-child(3n) {
    border-right: 0;
  }

  #similar_products .product_listing .product_element:last-child {
    border-right: 0;
  }
}
@media (max-width: 996px) and (min-width: 651px) {
  #similar_products .product_listing .product_element {
    width: 50%;
    margin-bottom: 25px;
  }

  #similar_products .product_listing .product_element:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 650px) {
  #similar_products .product_listing .product_element {
    width: 100%;
    border-right: 0px;
  }
}
#content_layout_cart {
  background: #fafafa;
  min-height: 100%;
}

#content_layout_cart:before, #content_layout_cart:after {
  content: " ";
  display: table;
}

#content_layout_cart:after {
  clear: both;
}

#content_layout_cart .container-fluid {
  max-width: 1010px;
}

#content_layout_cart .content_body {
  margin-bottom: 30px;
}

#content_layout_cart h1, #content_layout_cart h2 {
  text-align: center;
}

#register .rules_agree_block {
  padding-bottom: 20px;
}

#register .center-block {
  float: none;
}

#login_or_register .nav-tabs > li, #login_or_register .nav-pills > li {
  float: none;
  display: inline-block;
}

#login_or_register .nav-tabs > li a, #login_or_register .nav-pills > li a {
  font-size: 20px !important;
}

#login_or_register .tab-content .col {
  width: 100%;
}

#login_or_register .center-block {
  float: none;
}

#login_or_register .nav-tabs {
  text-align: center;
}

#login_or_register .first {
  margin-right: 15px !important;
  margin-left: 0 !important;
}

#login_or_register .last {
  margin-left: 15px !important;
  margin-right: 0 !important;
}

#cart_items table {
  border-bottom: 3px solid #395363;
  width: 100%;
}

#cart_items table td, #cart_items table th {
  text-align: center;
}

#cart_items table td.title, #cart_items table th.title {
  text-align: left;
}

#orders_detailed #cart_items table td.item_price, #orders_detailed #cart_items table th.item_price, #orders_detailed #cart_items table td.amount, #orders_detailed #cart_items table th.amount, #orders_detailed #cart_items table td.sum, #orders_detailed #cart_items table th.sum {
  text-align: right;
}

#orders_detailed #cart_items table td.sum, #orders_detailed #cart_items table th.sum {
  padding-right: 0;
}

#cart_items table thead {
  border-bottom: 3px solid #395363;
}

#cart_items table thead th {
  text-align: center;
  padding: 10px 20px;
}

#cart_items table tr.item {
  background: white;
}

#cart_items table tr.item td {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 20px;
  vertical-align: middle;
}

#cart_items table tr.item td.photo {
  width: 111px;
  padding: 10px 0;
}

#cart_items table tr.item td.title span.product_name {
  text-transform: uppercase;
  font-size: 14px;
}

#cart_items table tr.item td.title a.cart_remove {
  display: inline-block;
  margin-top: 1em;
  font-size: 11px;
}

#cart_items table tr.item td.amount {
  width: 160px;
}

#cart_items table tr.item td.sum, #cart_items table tr.item td.item_price {
  min-width: 100px;
}

#cart_items table tr.item td.sum .old_price, #cart_items table tr.item td.item_price .old_price {
  color: #777;
  display: block;
  text-decoration: line-through;
  font-size: 0.9em;
}

#cart_items table tr.item td.cart_remove {
  padding-left: 0;
  width: 30px;
}

#cart_vouchers {
  margin-top: 20px;
}

#cart_vouchers .list-default {
  margin-bottom: 15px;
}

#cart_detailed {
  margin-bottom: 20px;
}

body.screen-xs #cart_detailed #back_to_shop_col {
  margin-top: 15px;
}

body.screen-xs #cart_detailed #back_to_shop_col a {
  display: block;
}

#cart_detailed .form-wrapper {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  #cart_detailed #discount_form h3 {
    margin-top: -4px;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #555;
  }

  #cart_detailed #info_block {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: white;
    max-width: 1170px;
    margin: 0 auto;
  }

  #cart_detailed #info_block .discount_code {
    margin-bottom: 15px;
  }
}
#cart_summary {
  padding: 20px 0;
  margin-top: 0;
}

#cart_summary .summary {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
}

#cart_summary .total * {
  font-size: 16px;
  font-weight: bold;
}

#connect2bank {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

#connect2bank div {
  position: relative;
  height: 100%;
  width: 100%;
}

#connect2bank div img {
  position: absolute;
  top: 50%;
  left: 50%;
}

#header {
  height: 70px;
  background-color: white;
}

#header #logo {
  margin-top: 12px;
}

#header #logo img {
  max-width: 160px;
}

#header .info_block {
  margin-top: 23px;
}

#cart_confirm .rules_block {
  padding-top: 2px;
}

#cart_confirm .rules_block a {
  color: #395363;
}

@media (max-width: 991px) {
  #cart_confirm div.button-row {
    padding-top: 60px;
    position: relative;
  }

  #cart_confirm div.button-row div.checkbox {
    position: absolute;
    left: 0;
    top: 0;
  }
}
#cart_confirm div.button-row div.checkbox {
  margin-right: 50px;
  margin-top: 5px;
}

#customers_authorize {
  max-width: 400px;
  margin: 0 auto;
}

#customers_authorize .group .form-group {
  margin-bottom: 20px;
}

#customers_authorize .remind_password {
  padding-bottom: 20px;
}

#customers_authorize .center-block {
  float: none;
}

#customers_authorize #login_form {
  margin-bottom: 0;
}

#customers_login input[name=email], #customers_register input[name=email] {
  background: #fff;
}

#order_payment_block .payment-option {
  font-weight: 500;
}

#order_payment_block .payment-option.last {
  border-bottom: none;
}

#order_payment_block .payment-option p {
  font-size: 13px;
  margin-bottom: 0;
}

#order_payment_block .payment-option .payment_list .payment_type {
  margin-top: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  text-align: center;
  padding: 10px;
  border: 1px solid #e8e8e8;
}

#order_payment_block .payment-option .payment_list .payment_type .img-responsive {
  display: inline-block;
}

#order_payment_block .payment-option .payment_list .payment_type:hover em, #order_payment_block .payment-option .payment_list .payment_type.active em {
  -webkit-border-radius: 0 0 1px 1px;
  -moz-border-radius: 0 0 1px 1px;
  border-radius: 0 0 1px 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #395363;
  z-index: 2;
}

#order_information_block {
  background: #fff;
}

#order_information_block:before, #order_information_block:after {
  content: " ";
  display: table;
}

#order_information_block:after {
  clear: both;
}

#order_information_block > div {
  margin-bottom: 20px;
}

#order_information_block h4 {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0;
}

#order_information_block h5 + a.btn {
  margin-top: 10px;
}

#steps {
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  font-weight: 500;
}

#steps div.step {
  text-align: center;
}

#steps div.step span.round {
  color: #777;
  background-color: #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
}

@media (max-width: 991px) {
  #steps div.step span.text {
    display: none;
  }

  #steps div.step:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -20px;
    width: 40px;
    height: 6px;
    margin-top: -3px;
    background: transparent url("../images/frontend/cart_step.png") no-repeat center center;
  }

  #steps div.step:last-child:after {
    display: none;
  }
}
@media (min-width: 992px) {
  #steps div.step:first-child {
    text-align: left;
  }

  #steps div.step:last-child {
    text-align: right;
  }
}
#steps div.step a {
  color: #555;
  text-decoration: none;
}

#steps div.step a:hover {
  color: #222;
}

#steps div.step a span.round {
  color: #fff;
  background-color: #777;
}

#steps div.step.active {
  font-weight: bold;
}

#steps div.step.active span.round {
  background-color: #395363;
}

#orders_detailed {
  margin-bottom: 30px;
}

#orders_detailed #prepayment_details span {
  font-weight: bold;
}

#type_cart #cart_detailed {
  margin: auto;
  max-width: 1440px;
  margin-bottom: 20px;
}

#type_cart #cart_detailed .form-wrapper {
  border: 0px;
}

#type_cart #cart_detailed .form-wrapper #cart_items #mobile_parent_checkbox {
  display: none;
}

#type_cart #cart_detailed .form-wrapper #cart_items .form_checkbox {
  margin: 0px;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}

#type_cart #cart_detailed .form-wrapper #cart_items .form_checkbox:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #e5ebed;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

#type_cart #cart_detailed .form-wrapper #cart_items .form_checkbox:after {
  content: "";
  display: block;
  width: 11px;
  height: 9px;
  background-image: url("../images/frontend/thick.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  z-index: 0;
}

#type_cart #cart_detailed .form-wrapper #cart_items .form_checkbox:checked:after {
  opacity: 1;
}

#type_cart #cart_detailed .form-wrapper #cart_items table {
  border: none;
}

#type_cart #cart_detailed .form-wrapper #cart_items table thead {
  border-bottom: none;
}

#type_cart #cart_detailed .form-wrapper #cart_items table thead th {
  color: #355362;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid #ccd7dc;
}

#type_cart #cart_detailed .form-wrapper #cart_items table thead th:first-of-type {
  border: none;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td {
  color: #355362;
  font-size: 12px;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td:first-of-type {
  border: none;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td h3 {
  font-size: 14px;
  font-weight: bold;
  color: #355362;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.social_wrapper {
  color: #355362;
  padding-top: 60px;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.social_wrapper h3 {
  text-align: left;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 18px 0;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.social_wrapper input {
  border: 1px solid #e5ebed;
  width: 268px;
  height: 40px;
  font-size: 13px;
  color: #355362;
  padding: 0 5px 0 14px;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.social_wrapper .btn {
  padding: 11px 20px;
  line-height: 14px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 2px solid #355362;
  color: #355362;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.social_wrapper .btn:hover {
  color: #ffffff;
  background-color: #355362;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.social_wrapper input, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.social_wrapper .btn {
  float: left;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.action_buttons {
  text-align: right;
  padding-top: 90px;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.action_buttons .btn {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: #355362;
  letter-spacing: 2px;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.action_buttons .delete_btn {
  background-color: transparent;
  border: none;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.action_buttons .delete_btn:hover {
  text-decoration: underline;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.action_buttons .generate_pdf {
  background-color: #f58220;
  color: #ffffff;
  border-radius: 0px;
  border: none;
  padding: 18px 22px;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.action_buttons .generate_pdf span {
  background-image: url("../images/frontend/generate_arrow.png");
  width: 16px;
  height: 6px;
  float: right;
  margin-top: 6px;
  margin-left: 29px;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr.not_active td {
  opacity: 0.4;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr.not_active td:first-of-type {
  opacity: 1;
}

#type_cart #cart_detailed .form-wrapper #cart_items table tbody tr.not_active:last-child td {
  opacity: 1;
}

@media (max-width: 850px) {
  #type_cart #cart_detailed .form-wrapper #cart_items table thead th {
    font-size: 16px;
    padding: 10px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td {
    padding: 10px;
  }
}
@media (max-width: 760px) {
  #type_cart #cart_detailed {
    margin-bottom: 0px;
    width: 100%;
    min-width: 245px;
  }

  #type_cart #cart_detailed .form-wrapper {
    padding: 0px 10px;
    margin-bottom: 0px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items #mobile_parent_checkbox {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccd7dc;
    min-width: 245px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items #mobile_parent_checkbox input {
    float: left;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items #mobile_parent_checkbox p {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #355362;
    font-weight: 600;
    float: left;
    margin: 0 0 0 20px;
    line-height: 25px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table thead {
    display: none;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    float: left;
    min-width: 245px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td {
    float: left;
    border: none;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_checkbox {
    padding: 0px;
    margin-top: 33px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_name, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_origin, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_type, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_abv, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_price, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_volume {
    width: 100%;
    max-width: 350px;
    padding: 0px;
    text-align: left;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_name h3, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_origin h3, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_type h3, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_abv h3, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_price h3, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_volume h3 {
    margin: 0px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_name {
    margin-top: 30px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_origin {
    line-height: 12px;
    margin-top: 24px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_type, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_abv {
    line-height: 12px;
    margin-top: 6px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_volume {
    line-height: 12px;
    margin-top: 24px;
    text-align: right;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_price {
    position: absolute;
    bottom: 0px;
    left: 150px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.photo {
    padding: 0px;
    margin-top: 20px;
    margin-right: 10px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.social_wrapper {
    padding-top: 20px;
    width: 100%;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.social_wrapper input {
    width: 100%;
    margin-bottom: 10px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.social_wrapper .btn {
    width: 100%;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.action_buttons {
    padding-top: 20px;
    width: 100%;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.action_buttons .btn {
    width: 100%;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.action_buttons .delete_btn {
    position: absolute;
    bottom: 0px;
    padding: 0px;
    line-height: 12px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.action_buttons .generate_pdf {
    margin-bottom: 41px;
  }
}
@media (max-width: 570px) {
  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_name, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_origin, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_type, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_abv, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_price, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_volume {
    max-width: 190px;
  }
}
@media (max-width: 420px) {
  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr {
    position: relative;
    min-width: 0px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_name, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_origin, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_type, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_abv, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_price, #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_volume {
    max-width: 49%;
    margin-left: 51%;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_checkbox {
    width: 6%;
    position: absolute;
    left: 0px;
    z-index: 1;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.photo {
    margin-right: 0px;
    width: 45%;
    max-width: 111px;
    margin-bottom: 30px;
    position: absolute;
    left: 6%;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.photo a {
    width: 100%;
    float: left;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.photo a img {
    width: 100%;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_price {
    left: 51%;
    margin-left: 0px;
  }

  #type_cart #cart_detailed .form-wrapper #cart_items table tbody tr td.item_volume {
    max-width: 100%;
    width: 100%;
    padding-right: 5px;
    margin-left: 0px;
  }
}
.news_list {
  margin: 0 -15px 20px;
}

.news_list:before, .news_list:after {
  content: " ";
  display: table;
}

.news_list:after {
  clear: both;
}

.news_list .news_element {
  float: left;
  width: 25%;
  display: block;
  padding: 15px;
}

@media (min-width: 992px) {
  div.with_context_menu .news_list .news_element {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .news_list .news_element {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .news_list .news_element {
    width: 100%;
  }
}
.news_list .news_element a {
  display: block;
}

.news_list .news_element a:hover {
  text-decoration: none;
}

.news_list .news_element a img {
  width: 100%;
}

.news_list .news_element span {
  display: block;
}

.news_list .news_element span.date {
  float: right;
  margin: 15px 0;
  line-height: 20px;
}

.news_list .news_element span.category {
  float: left;
  margin: 15px 0;
}

.news_list .news_element span.name {
  clear: both;
}

#news_detailed .info {
  margin: 15px 0;
}

#news_detailed .info:before, #news_detailed .info:after {
  content: " ";
  display: table;
}

#news_detailed .info:after {
  clear: both;
}

#news_detailed .info span {
  display: block;
  float: left;
  margin-right: 15px;
}

#news_detailed .main_photo {
  margin: 15px 0;
  text-align: center;
  background: #eee;
}

#news_detailed .main_photo img {
  width: 100%;
  max-width: 100%;
  max-height: 710px;
}

#news_detailed .main_photo .title {
  display: block;
  font-size: 12px;
  padding: 0.5em;
}

#news_detailed .category, .news_list .category {
  background-color: #395363;
  padding: 0 10px;
  color: #fff;
}

#type_all_news #content_layout_default .content_body .content_wrapper {
  padding: 0 20px;
}

#news_listing {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

#news_listing .news_container {
  width: 100%;
  float: left;
  background-color: #ffffff;
  padding-top: 60px;
}

#news_listing .news_container .date_wrapper {
  width: 28%;
  float: left;
}

#news_listing .news_container .date_wrapper .date_list {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 48px;
  color: #dde5e7;
  padding-left: 11.5%;
  text-align: left;
  text-transform: uppercase;
}

#news_listing .news_container .news_wrapper {
  width: 68%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#news_listing .news_container .news_wrapper .news_element {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 0 10px;
}

#news_listing .news_container .news_wrapper .news_element .element_wrapper {
  float: left;
  width: 100%;
  border-top: solid 2px #e5ebed;
  padding-top: 30px;
}

#news_listing .news_container .news_wrapper .news_element .element_wrapper:hover {
  border-color: #f58220;
}

#news_listing .news_container .news_wrapper .news_element .element_wrapper a {
  float: left;
}

#news_listing .news_container .news_wrapper .news_element .element_wrapper a:hover {
  text-decoration: none;
}

#news_listing .news_container .news_wrapper .news_element .element_wrapper a .content .date {
  float: left;
  width: 100%;
  font-size: 11px;
  color: #355362;
  font-weight: 600;
  text-transform: uppercase;
}

#news_listing .news_container .news_wrapper .news_element .element_wrapper a .content .name {
  float: left;
  font-size: 18px;
  color: #355362;
  margin-top: 10px;
}

#news_listing .news_container .news_wrapper .news_element .element_wrapper a .invisible_data {
  display: none;
}

#news_listing #news_title_wrapper {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: auto;
}

#news_listing #news_title_wrapper .news_container {
  border-bottom: 1px solid #efefef;
}

#news_listing #news_title_wrapper .news_container .date_wrapper p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  color: #355362;
  margin: 0px;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: left;
}

#news_listing #news_title_wrapper .news_container .date_wrapper #more_button {
  border: 2px solid #355362;
  text-transform: uppercase;
  float: left;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  color: #355362;
  cursor: pointer;
  text-align: left;
  position: relative;
  line-height: 14px;
  min-width: 185px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#news_listing #news_title_wrapper .news_container .date_wrapper #more_button:hover {
  border-color: #f58220;
  color: #ffffff;
  background-color: #f58220;
}

#news_listing #news_title_wrapper .news_container .date_wrapper #more_button span {
  float: right;
}

#news_listing #news_title_wrapper .news_container .date_wrapper #more_button a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#news_listing #news_title_wrapper .news_container .news_wrapper {
  margin-bottom: 10px;
}

#news_listing #news_title_wrapper .news_container .news_wrapper .news_element {
  margin-bottom: 60px;
}

#news_listing #news_title_wrapper #mobile_news {
  display: none;
}

.fancybox-skin {
  background-color: #fff;
  border-radius: 0px;
  padding: 56px 40px !important;
}

.fancybox-skin .fancybox-close {
  background-image: url("../images/frontend/close_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  top: 30px;
  right: 30px;
  width: 23px;
  height: 23px;
}

.fancybox-skin .fancybox-inner {
  padding-right: 6px;
}

#news_info {
  width: 100% !important;
  color: #355362;
}

#news_info .news_date {
  font-size: 11px;
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: center;
}

#news_info .news_name {
  font-weight: bold;
  font-size: 48px;
  width: 100%;
  text-align: center;
  float: left;
  text-transform: uppercase;
  margin-top: 8px;
}

#news_info .news_text {
  font-size: 14px;
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 40px;
}

@media (max-width: 991px) {
  #news_title_wrapper .news_container .date_wrapper #more_button {
    width: 100%;
  }

  #news_listing .news_container .date_wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  #news_listing .news_container .date_wrapper .date_list {
    padding: 0px;
  }

  #news_listing .news_container .news_wrapper {
    width: 100%;
  }

  .fancybox-skin {
    padding: 40px 25px !important;
  }

  .fancybox-skin .fancybox-close {
    top: 15px;
    right: 15px;
  }

  #news_info .news_name {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 760px) {
  #news_listing #news_title_wrapper .news_container {
    display: none;
  }

  #news_listing #news_title_wrapper #mobile_news {
    display: block;
  }

  #news_listing #news_title_wrapper #mobile_news a {
    width: 100%;
    margin: 37px 0 22px 0;
    text-decoration: none;
    display: inline-block;
  }

  #news_listing #news_title_wrapper #mobile_news a h2 {
    font-size: 24px;
    color: #355362;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0px;
  }

  #news_listing #news_title_wrapper #mobile_news a span {
    float: right;
    margin-top: 3px;
    display: block;
  }
}
@media (max-width: 440px) {
  #news_listing .news_container .date_wrapper {
    margin-bottom: 35px;
  }

  #news_listing .news_container .date_wrapper .date_list {
    font-size: 42px;
    padding: 0px;
  }

  #news_listing .news_container .news_wrapper .news_element {
    width: 100%;
    padding: 0px;
  }

  .fancybox-skin {
    padding: 40px 5px 40px 5px !important;
  }

  .fancybox-skin .fancybox-close {
    top: 10px;
    right: 10px;
  }

  .fancybox-skin .fancybox-inner {
    width: 100% !important;
  }

  #news_info .news_name {
    font-size: 28px;
    line-height: 30px;
  }
}
#type_recipes .content_body .container-fluid {
  max-width: none;
}

#recipes_index_categories {
  width: 100%;
  margin: auto;
}

#recipes_index_categories #recipes_wrapper .recipe_wrapper {
  height: 400px;
  position: relative;
  cursor: pointer;
  padding: 0px;
  overflow: hidden;
}

#recipes_index_categories #recipes_wrapper .recipe_wrapper:hover {
  background-size: 105%;
}

#recipes_index_categories #recipes_wrapper .recipe_wrapper:hover img {
  transform: scale(1.1);
}

#recipes_index_categories #recipes_wrapper .recipe_wrapper img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#recipes_index_categories #recipes_wrapper .recipe_wrapper a {
  float: left;
  width: 100%;
  height: 100%;
}

#recipes_index_categories #recipes_wrapper .recipe_wrapper .recipe_title {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  width: 100%;
  line-height: 36px;
  bottom: 25px;
  text-align: center;
  width: 90%;
  left: 5%;
  pointer-events: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
}

#recipes_index_categories #recipes_wrapper .recipe_wrapper .dark_background {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 5px solid transparent;
}

#recipes_index_categories #recipes_wrapper .recipe_wrapper .dark_background:hover {
  border: 5px solid #f58220;
  background-color: rgba(0, 0, 0, 0);
}

#recipes_listing #recipes_wrapper {
  float: left;
  padding-bottom: 70px;
  width: 100%;
}

#recipes_listing #recipes_wrapper #title_wrapper {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

#recipes_listing #recipes_wrapper #title_wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 900px;
}

#recipes_listing #recipes_wrapper #title_wrapper p {
  font-size: 90px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 auto 0 auto;
  left: 0px;
  right: 0px;
  position: absolute;
  bottom: 47px;
  text-align: center;
  max-width: 850px;
  width: 100%;
  line-height: 80px;
  padding: 0 20px;
}

#recipes_listing #recipes_wrapper #title_wrapper .overlay_cat {
  position: absolute;
  left: 0;
  height: 50%;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.49));
}

#recipes_listing #recipes_wrapper #description_wrapper {
  float: left;
  width: 100%;
  border-bottom: 2px solid #e5ebed;
  padding: 0 20px;
}

#recipes_listing #recipes_wrapper #description_wrapper p {
  width: 100%;
  font-size: 18px;
  color: #355362;
  text-align: center;
  line-height: 36px;
  max-width: 810px;
  margin: 49px auto 49px auto;
}

#recipes_listing #recipes_wrapper .recipe_el_wrapper {
  width: 100%;
  float: left;
  padding: 0 20px;
}

#recipes_listing #recipes_wrapper .recipe_el_wrapper .element_wrapper {
  max-width: 945px;
  width: 100%;
  margin: auto;
  padding-top: 60px;
  position: relative;
}

#recipes_listing #recipes_wrapper .recipe_el_wrapper .element_wrapper .recipe_photo_wrapper {
  width: 50%;
  float: left;
  text-align: center;
}

#recipes_listing #recipes_wrapper .recipe_el_wrapper .element_wrapper .recipe_photo_wrapper img {
  max-height: 420px;
  max-width: 100%;
}

#recipes_listing #recipes_wrapper .recipe_el_wrapper .element_wrapper .recipe_information_wrapper {
  width: 50%;
  float: left;
  color: #355362;
  padding-left: 25px;
}

#recipes_listing #recipes_wrapper .recipe_el_wrapper .element_wrapper .recipe_information_wrapper h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
}

#recipes_listing #recipes_wrapper .recipe_el_wrapper .element_wrapper .recipe_information_wrapper h3 {
  font-weight: 800;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: -5px;
}

#recipes_listing #recipes_wrapper .recipe_el_wrapper .element_wrapper .recipe_information_wrapper h3:nth-of-type(2) {
  margin-top: 30px;
}

#recipes_listing #recipes_wrapper .recipe_el_wrapper .element_wrapper .recipe_information_wrapper p {
  line-height: 30px;
}

#recipes_listing #recipes_wrapper .recipe_wrapper {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 267px;
  position: relative;
  cursor: pointer;
  padding: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#recipes_listing #recipes_wrapper .recipe_wrapper:hover {
  background-size: 105%;
}

#recipes_listing #recipes_wrapper .recipe_wrapper a {
  float: left;
  width: 100%;
  height: 100%;
}

#recipes_listing #recipes_wrapper .recipe_wrapper .recipe_title {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  width: 100%;
  line-height: 36px;
  bottom: 25px;
  text-align: center;
  width: 90%;
  left: 5%;
  pointer-events: none;
}

@media (max-width: 1910px) {
  #recipes_listing #recipes_wrapper #title_wrapper img {
    max-height: 676px;
  }
}
@media (max-width: 1550px) {
  #recipes_listing #recipes_wrapper #title_wrapper img {
    max-height: 560px;
  }
}
@media (max-width: 1440px) {
  #recipes_index_categories #recipes_wrapper .recipe_wrapper {
    height: 300px;
  }

  #recipes_listing #recipes_wrapper #title_wrapper img {
    max-height: 507px;
  }
}
@media (max-width: 1380px) {
  #recipes_listing #recipes_wrapper #title_wrapper img {
    max-height: 482px;
  }
}
@media (max-width: 991px) {
  #recipes_listing #recipes_wrapper #title_wrapper p {
    font-size: 5vw;
    margin: 1em 0;
    line-height: 1.1;
    bottom: 0px;
  }

  #recipes_listing #recipes_wrapper #title_wrapper img {
    max-height: 350px;
  }
}
@media (max-width: 760px) {
  #recipes_listing #recipes_wrapper #title_wrapper {
    height: auto;
  }

  #recipes_listing #recipes_wrapper .recipe_el_wrapper .element_wrapper {
    padding: 0px;
    float: left;
  }

  #recipes_listing #recipes_wrapper .recipe_el_wrapper .element_wrapper .recipe_photo_wrapper {
    position: absolute;
    width: 100%;
    bottom: 0px;
  }

  #recipes_listing #recipes_wrapper .recipe_el_wrapper .element_wrapper .recipe_photo_wrapper img {
    width: auto;
    max-height: 270px;
  }

  #recipes_listing #recipes_wrapper .recipe_el_wrapper .element_wrapper .recipe_information_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 290px;
  }
}
#type_brands #content_layout_default .content_body #brands_listing .brands_container .brand_row {
  position: relative;
  width: 100%;
  float: left;
}

#type_brands #content_layout_default .content_body #brands_listing .brands_container .brand_row .brand_letter {
  text-transform: uppercase;
  position: absolute;
}

#type_brands #content_layout_default .content_body #brands_listing .brands_container .brand_row .brand_logos {
  float: left;
  width: 100%;
  padding-left: 100px;
  margin-left: 0px;
}

#type_brands #content_layout_default .content_body #brands_listing .brands_container .brand_row .brand_logos .brand_element {
  margin-bottom: 15px;
}

#type_brands #content_layout_default .content_body #brands_listing .brands_container .brand_row .brand_logos .brand_element a {
  display: block;
  padding: 0px 10px;
}

@media (max-width: 991px) {
  #type_brands #content_layout_default .content_body #brands_listing .brands_container .brand_row {
    padding: 0 20px;
    width: 100%;
    position: relative;
    float: left;
  }

  #type_brands #content_layout_default .content_body #brands_listing .brands_container .brand_row .brand_letter {
    min-height: 0px;
    font-size: 36px;
    position: relative;
    width: auto;
    float: left;
    padding: 0px;
  }

  #type_brands #content_layout_default .content_body #brands_listing .brands_container .brand_row .brand_logos {
    margin-left: 0px;
    padding: 50px 0 0 0;
    float: none;
  }

  #type_brands #content_layout_default .content_body #brands_listing .brands_container .brand_row .brand_logos .brand_element {
    margin-bottom: 25px;
  }
}
@media (max-width: 340px) {
  #type_brands #content_layout_default .content_body #brands_listing .brands_container .brand_row .brand_logos .brand_element {
    width: 50%;
  }
}
#type_content_long #content_layout_default .content_body .container-fluid {
  padding: 0px;
}

#type_content_long #content_layout_default .content_body .container-fluid .row {
  margin: 0px;
}

#type_content_long #content_layout_default .content_body .content_wrapper {
  margin: 0px;
}

@media (max-width: 992px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .col-context_menu #context_menu {
    display: none;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper {
  margin-bottom: 80px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper {
  padding: 0px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content {
  padding-top: 0px;
  width: 100%;
  float: left;
  padding-bottom: 60px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts {
  background-color: #f58220;
  padding-bottom: 0px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts h1 {
  color: #ffffff;
  margin-bottom: 18px;
  margin-top: 70px;
}

@media (max-width: 992px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts h1 {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts .about_content {
  color: #ffffff;
  text-align: center;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts .about_content ul {
  list-style: none;
  padding: 0px;
  width: 100%;
  margin: 56px auto 0 auto;
  max-width: 1080px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts .about_content ul li {
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 95px;
}

@media (max-width: 768px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts .about_content ul li {
    width: 50%;
  }

  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts .about_content ul li:nth-of-type(odd) {
    clear: left;
  }
}
@media (max-width: 390px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts .about_content ul li {
    width: 100%;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts .about_content ul li img {
  width: 126px;
  height: 126px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts .about_content ul li p {
  width: 100%;
  font-size: 12pt;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 0px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts .about_content ul li p strong {
  width: 100%;
  float: left;
  font-size: 33pt;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 19px;
}

@media (max-width: 768px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.key-facts .about_content ul li p strong {
    font-size: 20px;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 5px;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.careers {
  background-color: #355362;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.careers h1, #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.careers p {
  float: none !important;
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0px 20px;
  color: #fff;
  text-align: center;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.careers .about_content {
  max-width: 100%;
  padding: 0px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.careers .about_content p {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 34px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.careers .about_content .button_more {
  display: inline-block;
  color: #fff;
  background-color: #f38020;
  padding: 13px 45px;
  margin-top: 30px;
  font-size: 15px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.careers .about_content .button_more:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.careers .about_content p {
    font-size: 20px;
    line-height: 26px;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts {
  position: relative;
  padding-bottom: 0px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts h1 {
  display: none;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content {
  max-width: none;
  position: relative;
  padding: 0px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(2) {
  width: 100%;
  height: 465px;
  overflow: hidden;
  margin-bottom: 50px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(2) .scroll_wrapper {
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(2) .scroll_wrapper.active {
  display: none;
}

@media (max-width: 992px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(2) .scroll_wrapper {
    display: none;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(2) iframe {
  height: 140%;
  width: 100%;
  margin-top: -110px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(2) iframe:nth-of-type(2) {
  display: none;
}

@media (max-width: 992px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(2) iframe:nth-of-type(2) {
    display: block;
  }
}
@media (max-width: 760px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(2) {
    height: 400px;
  }

  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(2) iframe {
    height: 150%;
    width: 100%;
    margin-top: -110px;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:first-of-type {
  position: absolute;
  height: 465px;
  width: 33.333333%;
  left: 5.55555555%;
  background-color: #f58220;
  color: #ffffff;
  top: 0px;
  padding: 60px 50px;
  padding-top: 75px;
}

@media (max-width: 992px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:first-of-type {
    padding: 50px;
  }
}
@media (max-width: 760px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:first-of-type {
    position: relative;
    width: 100%;
    left: 0px;
    float: left;
    height: auto;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:first-of-type p {
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:first-of-type p a {
  color: #ffffff;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:first-of-type p:first-of-type {
  margin-bottom: 14px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:first-of-type p:nth-of-type(2) {
  margin-bottom: 34px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:first-of-type p strong {
  font-size: 18px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:first-of-type p em strong {
  font-size: 48px;
  font-style: normal;
  line-height: 31px;
  color: #ffffff;
}

@media (max-width: 992px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:first-of-type p em strong {
    font-size: 32px;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(3) {
  max-width: 1175px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(3) p {
  margin-top: 0px;
  margin-bottom: 26px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(3) p strong {
  font-size: 24px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(3) p strong {
    font-size: 18px;
    line-height: 20px;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(3) div {
  width: 25%;
  float: left;
  height: auto;
  position: relative;
  background-color: transparent;
  color: #355362;
  padding: 0px;
  left: 0px;
  top: 0px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(3) div {
    width: 50%;
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(3) div {
    width: 100%;
    padding: 0 0px;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(3) div p {
  font-weight: normal;
  padding: 0px !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-bottom: 10px !important;
  font-size: 14px;
  margin-top: 0px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(3) div p strong {
  font-size: 18px;
  color: #355362;
  text-transform: uppercase;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(3) div p:last-child {
  color: #f58220;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.contacts .about_content div:nth-of-type(3) div p:last-child a {
  color: #f58220 !important;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners h1 {
  margin-top: 80px;
}

@media (max-width: 992px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners h1 {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners .about_content {
  text-align: center;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners .about_content .collapse_wrapper {
  width: 100%;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners .about_content .partner {
  width: 24%;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}

.bottom-zeero {
  margin-bottom: 0px !important;
}

@media (max-width: 768px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners .about_content .partner {
    width: 32.33333333%;
  }
}
@media (max-width: 500px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners .about_content .partner {
    width: 49%;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners .about_content .partner img {
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 130px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners .about_content .partner img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners .about_content .btn_wrapper {
  width: 100%;
  margin-top: 60px;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners .about_content .btn_wrapper #more_partners {
  border: 2px solid #355362;
  text-transform: uppercase;
  display: inline-block;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  color: #355362;
  cursor: pointer;
  text-align: left;
  position: relative;
  line-height: 14px;
  min-width: 185px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners .about_content .btn_wrapper #more_partners:hover {
  border-color: #f58220;
  color: #ffffff;
  background-color: #f58220;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content.partners .about_content .btn_wrapper #more_partners span {
  float: right;
}

#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content .about_title {
  font-size: 28pt;
  color: #355362;
  width: 100%;
  float: left;
  text-align: center;
  font-weight: bold;
  margin: 40px 0;
}

@media (max-width: 992px) {
  #type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content .about_title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
#type_content_long #content_layout_default .content_body .content_wrapper #pages_detailed .html_content_wrapper .contents_wrapper .html_content .about_content {
  max-width: 1170px;
  margin: auto;
  width: 100%;
  padding: 0 20px;
  text-align: justify;
}

#products_photos .main_photo img.a_product_images, .a_product_descs, .a_product_sku {
  display: none;
}

HTML SCSSResult Skip Results Iframe EDIT ON :root {
  --login-bar-height: 0;
  --menu-bar-height: 50;
}

@media (min-width: 783px) {
  .logged-in {
    --login-bar-height: 32;
  }
}

.menu-bar {
  width: 100%;
  position: fixed;
  top: calc(var(--login-bar-height) * 1px);
  height: calc(var(--menu-bar-height) * 1px);
}

.main-content {
  padding-top: calc((var(--menu-bar-height) + var(--login-bar-height)) * 1px);
}

.brand-news article img, .brand-team article img {
  width: 100%;
  height: auto;
}
.brand-news article h2, .brand-team article h2 {
  font-size: 20px;
}

.brand-team article {
  text-align: center;
}
.brand-team article h2 {
  font-weight: bold;
}
.brand-team article span {
  font-size: 15px;
  color: #7c7c7c;
  background: none;
  font-weight: bold;
}
.brand-team article a {
  font-size: 12px;
}

.main_title {
  font-size: 48px;
  color: #355362;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  float: left;
  text-align: center;
  font-weight: bold;
  margin-top: 0px !important;
  margin-bottom: 40px;
}

.brand-news article {
  padding-bottom: 2rem;
}
.brand-news article section {
  padding-bottom: 1rem;
}
.brand-news article section img {
  border-bottom: 4px solid #f7921d;
}
.brand-news article section .entry-header {
  margin-bottom: 0;
  margin-top: 1rem;
}
.brand-news article section .entry-content, .brand-news article section .entry-header, .brand-news article section .more {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.brand-news article section .more {
  margin: auto 0 0;
}
.brand-news article section .more a {
  text-decoration: underline;
}
.brand-news article section .more a:hover {
  text-decoration: none;
}
.brand-news article section .entry-meta {
  font-size: 1.2rem;
}

.brand-team article {
  padding: 10px;
  -webkit-box-shadow: 0px 10px 20px -10px #7a7a7a !important;
  box-shadow: 0px 10px 20px -10px #7a7a7a !important;
}
.brand-team a {
  color: #f48423;
}

.sidebar ul {
  padding-left: 20px !important;
}
.sidebar ul li {
  padding: 5px 0px;
  list-style: none;
}

@media only screen and (min-width: 481px) {
  .flex-row.row {
    display: flex;
    flex-wrap: wrap;
  }

  .flex-row.row > [class*=col-] {
    display: flex;
    flex-direction: column;
  }

  .flex-row.row:after,
.flex-row.row:before {
    display: flex;
  }
}
.brand-news-single .wp-post-image {
  width: 100%;
  height: auto;
}
.brand-news-single .entry-date {
  padding: 10px 0px;
  font-size: 12px;
}

.brand-events article {
  margin-bottom: 50px;
}
.brand-events article .entry-meta {
  color: #f58220;
  display: inline-block;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 700;
}
.brand-events article h2 {
  font-size: 20px;
}
.brand-events article img {
  width: 100%;
  height: auto;
}

.certificates {
  align-items: center;
}
.certificates article {
  padding: 60px;
  transition: all 0.3s ease-out;
}
.certificates article img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
}
.certificates article img:hover {
  filter: grayscale(100%);
}
.certificates article:hover {
  padding: 55px;
}

#key-facts h2 {
  color: white !important;
}

#main-nav {
  z-index: 3000;
}

.wrap-button {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 3vw;
  padding-right: 3vw;
}

#footer .socials_list {
  text-align: center;
}
#footer .socials_list a {
  margin: 0 10px;
}
#footer .socials_list a:hover {
  text-decoration: none;
}

.news-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-wrap article {
  background-color: #f6f6f6;
  padding-bottom: 1rem;
  display: flex;
  flex-flow: column;
  flex-basis: 24%;
  margin-bottom: 15px;
}
.news-wrap article h2 {
  font-size: 20px;
}
.news-wrap article header {
  margin-bottom: 0;
  margin-top: 1rem;
}
.news-wrap article header, .news-wrap article .entry-content {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.news-wrap article img {
  display: block;
  height: auto;
  max-width: 100%;
  border-bottom: 4px solid #f7921d;
}
.news-wrap article .more {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin: auto 0 0;
}
.news-wrap article .more a {
  text-decoration: underline;
}
.news-wrap article .more a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .news-wrap article {
    flex-basis: 49%;
  }
}
@media only screen and (max-width: 620px) {
  .news-wrap article {
    flex-basis: 100%;
  }
}

.our-values-mission-vision {
  background-color: #355362;
  color: #fff !important;
}
.our-values-mission-vision .abg-values-top {
  padding-top: 50px;
  background-color: #355362 !important;
}
.our-values-mission-vision .abg-values-top .left-side h2 {
  text-align: left;
  text-transform: uppercase;
  margin: 0px;
}
.our-values-mission-vision .abg-values-top .left-side ul {
  margin-top: 20px;
  padding-left: 20px;
}
.our-values-mission-vision .abg-values-top .left-side ul li {
  font-size: 20px;
}
.our-values-mission-vision .abg-values-top .right-side ul li {
  list-style: none;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  font-size: 46px;
  line-height: 1;
}
.our-values-mission-vision .abg-values-top .right-side ul li::first-letter {
  color: #f58220;
}

.our-values-mission-vision-key {
  background-color: #f58220;
  color: #fff !important;
  position: relative;
}
.our-values-mission-vision-key hr {
  padding-bottom: 70px;
  margin-top: 86px;
}
.our-values-mission-vision-key .row {
  margin-top: 35px !important;
  position: absolute;
  top: 0px;
  left: 10%;
  width: 80%;
}
.our-values-mission-vision-key .row article {
  text-align: center;
}
.our-values-mission-vision-key .row article img {
  width: 100px;
  height: auto;
}
.our-values-mission-vision-key .row article h3 {
  width: 100%;
  font-size: 20px;
}

@media (max-width: 991px) {
  .our-values-mission-vision-key hr {
    display: none;
  }
  .our-values-mission-vision-key .row {
    position: relative;
  }
}
.keyFactStyle {
  display: flex;
  justify-content: center;
}
@media (max-width: 650px) {
  .keyFactStyle {
    flex-wrap: wrap;
  }
}

.certificates {
  width: 100%;
}

.contact-socials {
  padding-left: 0px;
  margin-top: 20px;
}
.contact-socials li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

.brand-team {
  width: 100%;
}

.brand_content {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.brand_content .partner {
  margin: 45px;
}
.brand_content .partner img {
  max-height: 100%;
  max-width: 150px;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.brand_content .partner img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.job-single h2 {
  font-size: 2.5rem;
}
.job-single h3 {
  font-size: 2rem;
}
.job-single .job-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.job-single .job-title h3 {
  padding-left: 2rem;
  text-align: left;
}
.job-single .job-title span {
  color: #9d9d9d;
  font-weight: 600;
  width: 100%;
}
.job-single .job-title .job_type {
  color: #f58220;
}

.rd-carrer-job-list {
  max-width: 1300px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.rd-carrer-job-list h2 {
  width: 100%;
  text-align: center;
}
.rd-carrer-job-list > div {
  margin-top: 5rem;
}
.rd-carrer-job-list .job-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2rem;
}
.rd-carrer-job-list .job-item:hover {
  background: #f1f1f1;
}
.rd-carrer-job-list .job-item > div {
  gap: 30px 20px;
}
.rd-carrer-job-list .job-item .job-image {
  width: 20%;
}
@media (max-width: 770px) {
  .rd-carrer-job-list .job-item .job-image {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .rd-carrer-job-list .job-item .job-image {
    display: none;
  }
}
.rd-carrer-job-list .job-item .job-image img {
  width: 100%;
  height: auto;
}
.rd-carrer-job-list .job-item .job-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
@media (max-width: 992px) {
  .rd-carrer-job-list .job-item .job-title {
    flex-wrap: wrap;
  }
  .rd-carrer-job-list .job-item .job-title a {
    width: 100%;
  }
}
.rd-carrer-job-list .job-item .job-title h3 {
  text-align: left;
}
.rd-carrer-job-list .job-item .job-title > div {
  width: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .rd-carrer-job-list .job-item .job-title > div {
    width: 100%;
  }
}
.rd-carrer-job-list .job-item .job-title > div span {
  color: #9d9d9d;
  font-weight: 600;
}
.rd-carrer-job-list .job-item .job-title > div .job_type {
  color: #f58220;
  font-weight: 600;
}

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