html {
  height: 100%;
  min-height: 100%; }

body {
  min-height: 100%;
  background: transparent; }

.reset-color {
  color: #000000 !important; }

.modal-inverse .reset-color,
.block-inverse .reset-color {
  color: #FFFFFF !important; }

.no-background {
  background: none;
  border: none; }

.no-shadow {
  box-shadow: none !important; }

.no-border {
  border: none !important; }

.no-transition {
  -o-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important; }

.block-boxed {
  margin: 0px auto;
  box-shadow: 0px 2px 50px #571E36; }

@media (min-width: 768px) {
  .block-boxed {
    width: 95%; } }
@media (min-width: 1200px) {
  .block-boxed {
    width: 90%; } }
@media (min-width: 1300px) {
  .block-boxed {
    width: 85%; } }
@media (min-width: 1400px) {
  .block-boxed {
    width: 80%; } }
@media (min-width: 1500px) {
  .block-boxed {
    width: 75%; } }
/* Blocks */
.block-fill-height {
  height: 100vh; }

/* Typography */
h1.block-title {
  margin-top: 0px;
  line-height: 1.2em; }

h2 {
  line-height: 1.3em; }

h2.block-title {
  font-size: 60px; }

h3 {
  line-height: 1.4em; }

.modal .lead {
  font-size: 18px; }

.lead.lead-sm {
  font-size: 18px !important; }

.lead.lead-lg {
  font-size: 25px !important; }

/* Buttons */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none; }

.btn-lg .fa {
  font-size: 21px; }

.btn-group-justified > a:not(:last-of-type) {
  border-right: none; }

.btn-facebook {
  background-color: #3B5998;
  color: #FFFFFF; }

.btn-facebook:focus, .btn-facebook:hover {
  background-color: #29487D;
  border-color: #3B5998;
  color: #FFFFFF; }

.btn-link.btn-facebook {
  background-color: inherit;
  color: #29487D; }

.btn-link.btn-facebook:focus, .btn-link.btn-facebook:hover {
  background-color: inherit;
  border-color: transparent;
  color: #3B5998; }

.btn-circle {
  border-radius: 50%; }

.btn-xs.btn-circle {
  width: 10px;
  height: 10px;
  padding: 0px;
  vertical-align: middle; }

/* Display */
.dis-b {
  display: block !important; }

.dis-ib {
  display: inline-block !important; }

.dis-i {
  display: inline !important; }

.dis-t {
  display: table !important; }

.dis-tc {
  display: table-cell !important;
  float: none; }

.dis-f {
  display: flex !important;
  justify-content: space-between;
  align-items: center; }

.hidden.dis-b,
.hidden.dis-ib,
.hidden.dis-i,
.hidden.dis-t,
.hidden.dis-tc,
.hidden.dis-f {
  display: none !important; }

/* Scroll to main content icon */
.scrollcontent {
  left: 50%;
  bottom: 0px; }

.scrollcontent a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none !important;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: black !important;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.scrollcontent a:hover, .scrollmain a:focus {
  background: rgba(0, 0, 0, 0.2);
  color: white !important; }

.scrollcontent a i {
  vertical-align: middle; }

/* Clear */
.clear {
  clear: both !important; }

/* Search form */
.nav-search {
  z-index: 10; }

.nav-search.hidden {
  z-index: -1; }

/* Paddings and margins */
.m-l-auto {
  margin-left: auto !important; }

.m-r-auto {
  margin-right: auto !important; }

.p-t-sm {
  padding-top: 11px !important; }

.p-r-sm {
  padding-right: 11px !important; }

.p-b-sm {
  padding-bottom: 11px !important; }

.p-l-sm {
  padding-left: 11px !important; }

.p-y-sm {
  padding-top: 11px !important;
  padding-bottom: 11px !important; }

.p-x-sm {
  padding-left: 11px !important;
  padding-right: 11px !important; }

.p-a-sm {
  padding: 11px !important; }

.m-t-sm {
  margin-top: 11px !important; }

.m-r-sm {
  margin-right: 11px !important; }

.m-b-sm {
  margin-bottom: 11px !important; }

.m-l-sm {
  margin-left: 11px !important; }

.m-y-sm {
  margin-top: 11px !important;
  margin-bottom: 11px !important; }

.m-x-sm {
  margin-left: 11px !important;
  margin-right: 11px !important; }

.m-a-sm {
  margin: 11px !important; }

.p-t-xs {
  padding-top: 6px !important; }

.p-r-xs {
  padding-right: 6px !important; }

.p-b-xs {
  padding-bottom: 6px !important; }

.p-l-xs {
  padding-left: 6px !important; }

.p-y-xs {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

.p-x-xs {
  padding-left: 6px !important;
  padding-right: 6px !important; }

.p-a-xs {
  padding: 6px !important; }

.m-t-xs {
  margin-top: 6px !important; }

.m-r-xs {
  margin-right: 6px !important; }

.m-b-xs {
  margin-bottom: 6px !important; }

.m-l-xs {
  margin-left: 6px !important; }

.m-y-xs {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

.m-x-xs {
  margin-left: 6px !important;
  margin-right: 6px !important; }

.m-a-xs {
  margin: 6px !important; }

/* Alignments */
.v-top {
  vertical-align: top !important; }

.v-middle {
  vertical-align: middle !important; }

.v-bottom {
  vertical-align: bottom !important; }

.v-texttop {
  vertical-align: text-top !important; }

/* Text */
.wrap {
  white-space: normal !important; }

.text-sm {
  font-size: 13px; }

.text-strong {
  font-weight: bold; }

/* Table */
.dis-tc.thin,
td.thin,
th.thin {
  width: 0.01% !important; }

.table.text-middle td,
.table.text-middle th {
  vertical-align: middle; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 11px 11px; }

.table .label {
  font-size: 100%; }

.table colgroup,
.table thead,
.table tbody {
  width: 100%; }

.table.b-t-0 > tbody > tr:first-of-type > td,
.table.b-t-0 > tbody > tr:first-of-type > th,
th.b-t-0,
td.b-t-0 {
  border-top: none !important; }

.table.b-t-sol > tbody > tr:first-of-type > td,
.table.b-t-sol > tbody > tr:first-of-type > th,
th.b-t-sol,
td.b-t-sol {
  border-top: 1px solid #dddddd !important; }

.table.b-t-dot > tbody > tr:first-of-type > td,
.table.b-t-dot > tbody > tr:first-of-type > th,
th.b-t-dot,
td.b-t-dot {
  border-top: 1px dotted #dddddd !important; }

.table.b-b-0 > tbody > tr:last-of-type > td,
.table.b-b-0 > tbody > tr:last-of-type > th,
th.b-b-0,
td.b-b-0 {
  border-bottom: none !important; }

.table.b-b-sol > tbody > tr:last-of-type > td,
.table.b-b-sol > tbody > tr:last-of-type > th,
th.b-b-sol,
td.b-b-sol {
  border-bottom: 1px solid #dddddd !important; }

.table.b-b-dot > tbody > tr:last-of-type > td,
.table.b-b-dot > tbody > tr:last-of-type > th,
th.b-b-dot,
td.b-b-dot {
  border-bottom: 1px dotted #dddddd !important; }

.table.b-y-0 > tbody > tr:first-of-type > td,
.table.b-y-0 > tbody > tr:first-of-type > th,
th.b-y-0,
td.b-y-0 {
  border-top: none !important; }

.table.b-y-sol > tbody > tr:first-of-type > td,
.table.b-y-sol > tbody > tr:first-of-type > th,
th.b-y-sol,
td.b-y-sol {
  border-top: 1px solid #dddddd !important; }

.table.b-y-dot > tbody > tr:first-of-type > td,
.table.b-y-dot > tbody > tr:first-of-type > th,
th.b-y-dot,
td.b-y-dot {
  border-top: 1px dotted #dddddd !important; }

.table.b-y-0 > tbody > tr:last-of-type > td,
.table.b-y-0 > tbody > tr:last-of-type > th,
th.b-y-0,
td.b-y-0 {
  border-bottom: none !important; }

.table.b-y-sol > tbody > tr:last-of-type > td,
.table.b-y-sol > tbody > tr:last-of-type > th,
th.b-y-sol,
td.b-y-sol {
  border-bottom: 1px solid #dddddd !important; }

.table.b-y-dot > tbody > tr:last-of-type > td,
.table.b-y-dot > tbody > tr:last-of-type > th,
th.b-y-dot,
td.b-y-dot {
  border-bottom: 1px dotted #dddddd !important; }

.table.b-a-0 > tbody > tr > td,
.table.b-a-0 > tbody > tr > th {
  border-top: none;
  border-bottom: none; }

.table.b-a-sol > tbody > tr > td,
.table.b-a-sol > tbody > tr > th {
  border-top: 1px solid #dddddd; }

.table.b-a-sol > tbody > tr:last-of-type > td,
.table.b-a-sol > tbody > tr:last-of-type > th {
  border-bottom: 1px solid #dddddd; }

.table.b-a-dot > tbody > tr > td,
.table.b-a-dot > tbody > tr > th {
  border-top: 1px dotted #dddddd; }

.table.b-a-dot > tbody > tr:last-of-type > td,
.table.b-a-dot > tbody > tr:last-of-type > th {
  border-bottom: 1px dotted #dddddd; }

/* Vertical HR's */
.hr-r {
  border-right: 1px solid #eeeeee; }

@media screen and (max-width: 767px) {
  .table-responsive {
    border: none; } }
/* Modal */
.modal.modal-inverse .modal-content {
  background-color: #000000;
  color: #FFFFFF; }

.modal.modal-fullheight .modal-dialog {
  height: 80vh;
  margin: 10vh auto; }

.modal.modal-fullheight .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: 22px;
  margin-right: 22px; }

.modal.modal-fullheight .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%; }

.close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 25px; }

/* Mozilla bug */
.dis-t .dis-tc .navbar-collapse:before {
  content: none; }

/* Effects */
.radius {
  border-radius: 4px; }

.bordered {
  border: 1px solid #dddddd; }

*:focus,
a:focus {
  outline: none; }

hr.or {
  text-align: center; }

hr.or:after {
  content: 'alebo';
  display: inline-block;
  position: relative;
  top: -12px;
  padding-left: 8px;
  padding-right: 8px;
  background: #ffffff; }

/* Intentionally put navbar-toggle button before navbar-brand logo */
.navbar-toggle.navbar-toggle-left {
  float: left;
  margin-left: 10px; }

/* Stretched and right dropdown menu */
.dropdown.dropdown-stretched .dropdown-menu {
  left: 0px;
  right: 0px;
  min-width: 0px; }

.dropdown.dropdown-stretched .dropdown-menu li a {
  white-space: normal; }

.dropdown.dropdown-right .dropdown-menu {
  left: inherit;
  right: 0px; }

.navbar-nav > li > a i {
  margin-right: 5px; }

.navbar-nav > li > a .caret {
  margin-left: 5px; }

/* Navigation */
.topnav {
  z-index: 3; }

.flexbox .navbar-nav.navbar-stretched {
  display: flex;
  justify-content: space-between; }

.flexbox .navbar-nav.navbar-stretched > li {
  flex-grow: 1; }

/* Navigation std radius */
.navbar:not(.navbar-fixed-top) .navbar-collapse > ul > li:first-of-type a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.navbar:not(.navbar-fixed-top) .navbar-collapse > ul > li:last-of-type a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.navbar:not(.navbar-fixed-top) .navbar-collapse > ul > li.dropdown.open a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

/* Navigation navbar-default+navbar-transparent active item */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #080808;
  background: #FFFFFF; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #080808;
  background: #FFFFFF; }

/* Navigation navbar-inverse+navbar-transparent active item */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background: #080808; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: white;
  background: #080808; }

/* Switch logo navbar-default / navbar-inverse */
.navbar-default .logo-default {
  display: block; }

.navbar-default .logo-inverse {
  display: none; }

.navbar-inverse .logo-default {
  display: none; }

.navbar-inverse .logo-inverse {
  display: block; }

.navbar-transparent .logo-default,
.navbar-transparent .logo-inverse {
  display: none; }

.navbar-transparent .logo-transparent {
  display: block; }

/* Dropdown-menu open border bug */
.open > .dropdown-menu {
  border: none; }

/* Various stage bugs */
.stage-toggle {
  position: fixed;
  top: 20px;
  z-index: 10000; }

.stage {
  background: transparent; }

.stage-shelf {
  position: fixed;
  top: 0px;
  bottom: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -o-transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.5, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.5, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.5, 1); }

.stage-shelf.hidden {
  display: block !important;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.stage-shelf.stage-shelf-right.hidden {
  display: block !important;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

/* Bug of covered background image on tablets (use with appropriate HTML markup) */
.body-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* IE bug - fixed navigation must be absolute */
.stage-open > nav:first-of-type,
.stage-open > div.navbar-fixed-top {
  position: absolute; }

/* Forms */
.req {
  color: #FF0000; }

.form-control {
  padding: 5px 10px; }

.form-control.custom-select {
  padding: 5px 36px 5px 10px; }

.form-control.error {
  border-color: #FF0000;
  background: #FFF4F4; }

span.validate-err {
  display: block;
  margin: 5px 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: normal;
  color: #FF0000; }

select::-ms-expand {
  display: none; }

input::-ms-clear {
  display: none; }

div.form-addremove, form.form-addremove {
  width: 140px; }

input.input-add2cart {
  width: 50px; }

div.form-add2cart,
form.form-add2cart {
  width: 105px; }

div.form-add2cart .custom-select,
form.form-add2cart .custom-select {
  padding: 5px 27px 5px 10px;
  background-position-x: right 9px; }

/* Gallery */
.gallery img {
  margin-bottom: 20px; }

.gallery a.jsFancybox img {
  margin-bottom: 0px; }

.gallery a.jsFancybox {
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  text-decoration: none !important; }

.gallery p {
  font-size: 13px;
  padding-bottom: 0px;
  margin-top: -10px;
  margin-bottom: 20px; }

.gallery p.one-row {
  height: 20px;
  overflow: hidden; }

.gallery p.two-rows {
  height: 40px;
  overflow: hidden; }

.gallery p.three-rows {
  height: 60px;
  overflow: hidden; }

.gallery.gallery-gray img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1); }

.gallery.gallery-gray a:hover img, .gallery-gray img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0); }

.gallery.gallery-bordered img {
  border: 1px solid #f1f1f1; }

.fancybox-nav.fancybox-prev:before {
  font-family: 'toolkit-entypo';
  content: '\ea4a';
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -25px;
  color: #FFFFFF; }

.fancybox-nav.fancybox-next:after {
  font-family: 'toolkit-entypo';
  content: '\ea4b';
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -25px;
  color: #FFFFFF; }

/* Featured lists */
.featured-list.no-icon li {
  padding-left: 0px; }

/* Img thumbnails */
.img-thumb {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  box-sizing: content-box; }

.img-thumb img {
  max-height: 100px;
  max-width: 100px;
  padding: 10px; }

.img-thumb-sm {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  box-sizing: content-box; }

.img-thumb-sm img {
  max-height: 60px;
  max-width: 60px;
  padding: 5px; }

.img-thumb-lg {
  height: 150px;
  width: 150px;
  line-height: 150px;
  text-align: center;
  box-sizing: content-box; }

.img-thumb-lg img {
  max-height: 150px;
  max-width: 150px;
  padding: 10px; }

.img-thumb-flex {
  height: 105px;
  width: 100%;
  line-height: 105px;
  text-align: center;
  box-sizing: content-box; }

.img-thumb-flex img {
  max-height: 100%;
  max-width: 100%;
  padding: 10px; }

/* Icons */
.fa.fa-18 {
  font-size: 18px; }

.fa.fa-24 {
  font-size: 24px; }

.fa.fa-36 {
  font-size: 36px; }

.fa.fa-48 {
  font-size: 48px; }

/* Icon list */
.iconlist li.m-y {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.iconlist.iconlist-lg li {
  padding-left: 35px; }

.iconlist.iconlist-lg li .icon {
  margin-left: -35px; }

/* Map */
.block-map {
  box-sizing: content-box;
  min-height: 300px;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.google-map {
  width: 100%;
  height: 100%; }

.block-inverse .map-popup {
  color: black; }

/* Eshop */
.prd {
  height: 415px; }

.prd:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.13);
  cursor: pointer; }

.prd-pills {
  height: 50px;
  overflow: hidden; }

.prd-pills > .dis-t {
  height: 100%; }

.pills-group > .btn,
.prd-pills .btn,
.prd-pills span {
  margin: 2px 1px; }

.prd-img-cnt a img {
  max-height: 12cm;
  max-width: 100%; }

.prd-lbl {
  position: absolute;
  line-height: initial;
  text-align: left; }

.prd-lbl button {
  margin-bottom: 3px; }

.prddtl-gallery > a img {
  max-height: 100px; }

.prd-ttl.two-rows {
  height: 44px;
  overflow: hidden; }

.price-old {
  text-decoration: line-through; }

.prd-btns {
  visibility: hidden; }

.prd:hover .prd-btns {
  visibility: visible; }

.price-actual,
.price-old,
.price-discount {
  white-space: nowrap; }

/* V2 */
.prd-list-v2 .prd {
  height: 385px; }

.prd-list-v2 .prd-ttl.two-rows {
  height: auto;
  max-height: 44px; }

.prd-list-v2 .prd-pills {
  height: auto; }

/* Mobile btn filter products */
.filter-mobile .btn {
  text-align: left; }

.filter-mobile .btn i {
  float: right;
  margin-top: 3px; }

/* Socialbox */
.socialbox {
  position: fixed;
  bottom: 50px;
  right: -50px;
  z-index: 1;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.socialbox span {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -o-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease; }

.socialbox span:hover {
  border-color: rgba(0, 0, 0, 0.4); }

.socialbox span a {
  width: 48px;
  border-radius: 50%;
  background: #F9F9F9; }

.socialbox span a i {
  line-height: 26px;
  font-size: 20px;
  color: #CCCCCC;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.socialbox span a:hover i.fa-facebook,
.socialbox span a:focus i.fa-facebook {
  color: #3B5998; }

.socialbox span a:hover i.fa-google-plus,
.socialbox span a:focus i.fa-google-plus {
  color: #DD4B39; }

.socialbox span a:hover i.fa-yelp,
.socialbox span a:focus i.fa-yelp {
  color: #af0606; }

/* Created by */
.created-by {
  white-space: nowrap; }

.created-by a {
  position: relative;
  bottom: 5px;
  float: right;
  color: inherit; }

.created-by a img {
  margin-left: 5px;
  vertical-align: middle;
  opacity: 0.5;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.created-by a:hover img {
  opacity: 1; }

footer.block .created-by a img.logo-default {
  display: inline-block; }

footer.block .created-by a img.logo-inverse {
  display: none; }

footer.block.block-inverse .created-by a img.logo-default {
  display: none; }

footer.block.block-inverse .created-by a img.logo-inverse {
  display: inline-block; }

@media all and (min-width: 992px) {
  a.jsFancybox {
    text-decoration: none !important; }

  a.jsFancybox:before {
    content: '';
    background: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
    z-index: 1; }

  a.jsFancybox:hover:before {
    visibility: visible;
    opacity: 1; }

  a.jsFancybox:after {
    font-family: 'toolkit-entypo';
    content: '\ea54';
    color: #FFFFFF;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0px 0px -20px;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    z-index: 2; }

  a.jsFancybox:hover:after {
    display: inline-block; }

  .gallery .col-md-2 p {
    font-size: 12px; }

  .gallery .col-md-2 p.one-row {
    height: 20px; }

  .gallery .col-md-2 p.two-rows {
    height: 40px; }

  .gallery .col-md-2 p.three-rows {
    height: 60px; } }
@media all and (min-width: 768px) {
  /* Navigation menu stretched whole container width */
  .navbar-nav.navbar-stretched {
    display: table;
    width: 100%;
    margin: 0px; }

  .navbar-nav.navbar-stretched > li {
    display: table-cell;
    float: none;
    text-align: center; }

  .hidden-lg.dis-b,
  .hidden-lg.dis-ib,
  .hidden-lg.dis-i,
  .hidden-lg.dis-t,
  .hidden-lg.dis-tc,
  .hidden-lg.dis-f {
    display: none !important; }

  .modal .lead {
    font-size: 21px; } }
@media all and (max-width: 1199px) {
  .hidden-md.dis-b,
  .hidden-md.dis-ib,
  .hidden-md.dis-i,
  .hidden-md.dis-t,
  .hidden-md.dis-tc,
  .hidden-md.dis-f {
    display: none !important; }

  .img-thumb-flex {
    height: 90px;
    line-height: 90px; } }
@media all and (max-width: 991px) {
  h2.block-title {
    font-size: 50px; }

  .created-by a {
    float: none; }

  .prd-btns {
    visibility: visible; }

  .hidden-sm.dis-b,
  .hidden-sm.dis-ib,
  .hidden-sm.dis-i,
  .hidden-sm.dis-t,
  .hidden-sm.dis-tc,
  .hidden-sm.dis-f {
    display: none !important; }

  .img-thumb {
    height: 70px;
    width: 70px;
    line-height: 70px; }

  .img-thumb img {
    max-height: 70px;
    max-width: 70px;
    padding: 5px; }

  .img-thumb-flex {
    height: 70px;
    line-height: 70px; }

  .block-map {
    min-height: 100px; } }
@media all and (max-width: 767px) {
  h1.block-title {
    font-size: 40px; }

  h2.block-title {
    font-size: 40px; }

  .lead.lead-lg {
    font-size: 21px !important; }

  .hidden-xs.dis-b,
  .hidden-xs.dis-ib,
  .hidden-xs.dis-i,
  .hidden-xs.dis-t,
  .hidden-xs.dis-tc,
  .hidden-xs.dis-f {
    display: none !important; }

  .gallery p {
    font-size: 12px; }

  .gallery p.one-row {
    height: 20px; }

  .gallery p.two-rows {
    height: 40px; }

  .gallery p.three-rows {
    height: 60px; }

  .prd-ttl {
    font-size: 12px; }

  .prd-ttl.one-row {
    height: 19px; }

  .prd-ttl.two-rows {
    height: 38px; }

  .prd-ttl.three-rows {
    height: 57px; }

  .prd .price-actual.lead {
    display: block;
    margin-bottom: 0px; }

  .prd .price-old {
    font-size: 12px; }

  .prd-list-v2 .text-success {
    font-size: 12px; }

  .prd-list-v2 .prd {
    height: 355px; }

  .prd-list-v2 .prd-ttl.two-rows {
    height: auto;
    max-height: 38px; }

  .table.table-stretched-mobile > thead > tr > *:first-child,
  .table.table-stretched-mobile > tbody > tr > *:first-child {
    padding-left: 0px !important; }

  .table.table-stretched-mobile > thead > tr > *:last-child,
  .table.table-stretched-mobile > tbody > tr > *:last-child {
    padding-right: 0px !important; }

  .img-thumb.img-thumb-lg-mobile,
  .img-thumb-sm.img-thumb-lg-mobile {
    text-align: inherit;
    height: auto;
    width: auto; }

  .img-thumb.img-thumb-lg-mobile img,
  .img-thumb-sm.img-thumb-lg-mobile img {
    max-height: 100px;
    max-width: 100px; }

  .navbar-nav .open .dropdown-menu {
    display: none; }

  .img-thumb-lg {
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    box-sizing: content-box; }

  .img-thumb-lg img {
    max-height: 120px;
    max-width: 120px;
    padding: 20px; }

  .img-thumb-flex {
    height: 70px;
    line-height: 70px; }

  .btn-block.btn-link {
    font-size: 14px; } }
@media print {
  a[href]:after {
    content: none; }

  .hidden-print {
    display: none !important; }

  .visible-print {
    display: block !important; } }
