/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.3.2017, 10:53:06
    Author     : vojtas
*/
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:light&v1);
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: ArchivoBlack;
  src: url('/fonts/ArchivoBlack-Regular.ttf');
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  margin-right: 5px;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
}
select {
  -webkit-appearance: textfield;
}
a {
  text-decoration: none;
}
.horizontal {
  float: left;
}
.clear {
  width: 100%;
  clear: both !important;
  display: inline-block;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .page-scroll {
    overflow: scroll;
  }
}
.nw {
  white-space: nowrap;
  /* Chrome */
}
/* Remove button padding in FF */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.cursor-hand {
  cursor: pointer;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px;
}
.extrabold {
  font-family: 'ArchivoBlack', sans-serif;
}
.featureIcon {
  padding: 2px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
  color: #00325b;
  border: 2px solid #00325b;
  border-radius: 4px;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.centered {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.white {
  color: #fff;
}
.orange {
  color: #ee7c22;
}
.black {
  color: black;
}
.red {
  color: red;
}
.hidden {
  display: none;
}
.blue {
  color: #00325b;
}
.text-bg-orange {
  background-color: #ee7c22;
  color: white;
}
.bigger {
  font-size: 1.4em;
}
* html .clear {
  height: 1%;
}
html,
body {
  font-size: 12px;
  background-color: #efeeee;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  margin: 0;
}
img {
  border: 0;
  vertical-align: top;
}
a {
  font-weight: bold;
  color: #ee7c22;
}
.border-orange {
  border-color: #ee7c22 !important;
}
.btn-orange {
  color: #fff;
  background-color: #ee7c22;
  border-color: #ee7c22;
}
.btn-orange:hover {
  background-color: #ee7c22;
  color: black;
}
.btn-orange:hover a {
  color: black !important;
}
.btn-cdw a:hover {
  color: black !important;
}
.badge-orange {
  color: #fff;
  background-color: #ee7c22;
}
.gradient {
  filter: none;
}
.popover {
  color: #000;
}
.user-form input:required {
  border: 1px solid red;
  outline: none;
}
.formRequired {
  border: 1px solid red;
  outline: none;
}
#main_image {
  margin: 20px;
}
@media only screen and (max-width: 992px) {
  #main_image {
    float: none;
  }
}
.showWhenSmall {
  display: none;
}
@media only screen and (max-width: 992px) {
  .showWhenSmall {
    display: revert;
  }
}
@media only screen and (max-width: 992px) {
  .hideWhenSmall {
    display: none;
  }
}
.horizontal-list {
  list-style: none;
}
.horizontal-list li {
  float: left;
}
.horizontal-list:after {
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
h1 {
  font-weight: 700;
}
.checkbox label .toggle {
  margin-left: 5px;
}
.checkbox label input {
  margin-right: 10px;
}
.radio input {
  margin-right: 10px;
}
.toggle-off {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.toggle.off {
  border-color: rgba(0, 0, 0, 0.25);
}
.toggle-handle {
  background-color: white;
  border: thin rgba(0, 0, 0, 0.25) solid;
}
.top-nav {
  background-color: rgba(5, 41, 70, 0.75);
  background-color: #052946;
  /* fallback */
  -webkit-box-shadow: 0 10px 10px -6px #999;
  -moz-box-shadow: 0 10px 10px -6px #999;
  box-shadow: 0 10px 10px -6px #999;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(238, 124, 34, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 992px) {
  .user-block {
    text-align: right;
  }
}
.scrollable-menu {
  height: auto;
  max-height: 400px;
  overflow-x: hidden;
}
.scrollable-menu h6 {
  font-weight: bold;
  color: white;
}
.scrollable-menu .dropdown-header {
  background-color: #727b84;
}
.fa-input {
  font-family: "Font Awesome 5 Free", FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#top-section {
  /*height: 570px;*/
  /*background: url("/images/top-bg.png") no-repeat;
  background-size: cover;
  background-position: right bottom;*/
}
@media only screen and (max-width: 992px) {
  #top-section {
    height: auto;
    background-color: #00325b;
  }
}
#top-section #header-container {
  background-color: #00325b;
}
#top-section #header-container .logo-responsive {
  margin: 0 auto;
  padding-top: 10px;
}
#top-section #logo {
  width: 280px;
  float: left;
  margin-top: 5px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #top-section #logo {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
#top-section #main_menu {
  font-size: 1.2em;
  font-weight: bold;
  color: #ee7c22;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media only screen and (max-width: 992px) {
  .container-top {
    padding: 0;
    overflow-x: hidden;
    margin-top: -12px;
  }
}
#top-bc {
  height: 300px;
  margin-top: -6px;
  background-size: cover;
  background: url("/images/barcode_bg.jpg") no-repeat right bottom;
}
@media only screen and (max-width: 992px) {
  #top-bc {
    height: auto;
    width: 100%;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 992px) {
  #top-bc .list-group {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  #top-bc .list-group-item {
    border-radius: 0.25rem;
    border: 1px solid white;
    border-right: none;
  }
}
#top-circles {
  font-weight: bold;
}
#onlinechatbutton {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 999;
}
#contact {
  background-color: #003057;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
#contact #address {
  font-size: 0.8em;
  padding: 40px 40px 40px 100px;
  float: left;
}
@media only screen and (max-width: 992px) {
  #contact #address {
    padding-left: 0;
  }
}
#footer {
  background-color: #002b4f;
  color: white;
  font-size: 0.8em;
}
@media only screen and (max-width: 992px) {
  #footer {
    text-align: center;
  }
}
#footer span {
  display: block;
}
#footer .copyright {
  float: left;
}
@media only screen and (max-width: 992px) {
  #footer .copyright {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
}
#footer .social-block {
  float: right;
}
@media only screen and (max-width: 992px) {
  #footer .social-block {
    float: none;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
#footer .social-block .social {
  padding-right: 20px;
  display: inline-block;
}
.podskupina {
  font-size: 0.9em;
}
.podskupina a:hover {
  color: black;
  text-decoration: none;
}
.list-group li a {
  color: black;
  text-decoration: none;
}
.col {
  text-align: left;
}
.kosikPicture {
  max-width: 40px;
}
.card-item {
  /* min-width: 270px;
    max-width: 270px; */
  font-size: 0.8em;
}
@media only screen and (max-width: 992px) {
  .card-item {
    min-width: 100%;
    max-width: 100%;
  }
}
.card-item .form-control {
  font-size: 1em;
}
.featureIcon {
  margin-top: 3px;
}
.card-deck {
  margin-left: 0;
}
.card-img-top {
  width: auto;
  text-align: center;
  margin-top: 10px;
}
.card-deck .card {
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 10px;
}
.card img {
  width: inherit;
}
.card-category {
  margin-bottom: 15px;
}
.breadc {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);*/
  overflow: hidden;
  border-radius: 5px;
  list-style: none;
  /* margin-left: -40px;*/
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
  .breadc {
    margin-left: 0;
  }
}
.breadc > * {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: black;
  /*need more margin on the left of links to accomodate the numbers*/
  padding: 0 10px 0 30px;
  background: white;
  position: relative;
  transition: all 0.5s;
}
.breadc > * div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadc > *:first-child {
  padding-left: 10px;
  border-radius: 2px 0 0 2px;
  /*to match with the parent's radius*/
}
.breadc > *:first-child i {
  vertical-align: sub;
}
.breadc > *:last-child {
  border-radius: 0 5px 5px 0;
  /*this was to prevent glitches on hover*/
  padding-right: 20px;
  padding-right: 8px;
}
/*hover/active styles*/
.breadc li.active,
.breadc li:hover {
  background: #6c757d;
}
.breadc li.active a,
.breadc li:hover a {
  text-decoration: none;
  color: white;
}
.breadc li.active:after,
.breadc li:hover:after {
  background: #6c757d;
}
/*adding the arrows for the myBreadcrumbs using rotated pseudo elements*/
.breadc > *:after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  /*half of square's length*/
  /*same dimension as the line-height of .myBreadcrumb a */
  width: 36px;
  height: 36px;
  /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
    length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
    if diagonal required = 1; length = 1/1.414 = 0.707*/
  transform: scale(0.707) rotate(45deg);
  -ms-transform: scale(0.707) rotate(45deg);
  /*we need to prevent the arrows from getting buried under the next link*/
  z-index: 1;
  /*background same as links but the gradient will be rotated to compensate with the transform applied*/
  background: white;
  /*stylish arrow design using box shadow*/
  box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
  /*
	    5px - for rounded arrows and 
	    50px - to prevent hover glitches on the border created using shadows*/
  border-radius: 0 5px 0 50px;
  transition: all 0.5s;
}
/*we dont need an arrow after the last link*/
.breadc > *:last-child:after {
  content: none;
}
/*we will use the :before element to show numbers*/
.breadc > *:before {
  /*some styles now*/
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  background: white;
  background: linear-gradient(#444, #222);
  font-weight: bold;
  box-shadow: 0 0 0 1px #ccc;
}
.breadc > *:nth-child(n+2) {
  display: none;
}
@media (max-width: 767px) {
  .breadc > *:nth-last-child(-n+4) {
    display: block;
  }
  .breadc > * div {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .breadc > *:nth-last-child(-n+6) {
    display: block;
  }
  .breadc > * div {
    max-width: 175px;
  }
}
.card-title {
  font-size: 1.2em;
  font-weight: bold;
}
.card-img-top {
  margin-bottom: 10px;
  margin-right: 20px;
}
.ui-autocomplete {
  z-index: 1000;
}
.ui-menu-item .ui-menu-item-wrapper:hover {
  border: none !important;
  background-color: #ee7c22;
  height: 100%;
}
.ui-menu-item {
  border-bottom: 1px solid lightgray;
}
.ui-menu-item img {
  max-width: 38px;
  max-height: 38px;
}
.artikl-koupit {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 20px;
  min-width: 350px;
}
#artikl-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 999;
  padding-left: 10px;
  padding-top: 10px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  background-color: #efeeee;
}
#artikl-nav .artikl-nav-content {
  position: absolute;
  top: 10px;
  left: 120px;
  height: 100px;
  width: 100%;
}
#artikl-nav img {
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
#artikl-nav #artikl-navbar {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  #artikl-nav #artikl-navbar {
    display: none;
  }
}
/*.artikl-tabs .nav-link.active {
  border: solid 2px #ee7c22;
  color: white;
  background-color: #ee7c22;
}
*/
.artikl-tabs .nav-link {
  font-size: 1.2em;
}
.artikl-tabs .nav-link:hover {
  background: #ed9855;
  border-color: transparent;
}
#artiklPopis h4 {
  margin-top: 20px;
  padding: 5px;
  border-bottom: solid 2px rgba(0, 0, 0, 0.125);
  background: -webkit-linear-gradient(#eceeef, rgba(0, 0, 0, 0.125));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#eceeef, rgba(0, 0, 0, 0.125));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#eceeef, rgba(0, 0, 0, 0.125));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#eceeef, rgba(0, 0, 0, 0.125));
  /* Standard syntax */
  border-radius: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  #artiklPopis {
    overflow: scroll;
  }
  #artiklPopis img {
    overflow: scroll;
  }
}
#picture-gallery {
  width: 100%;
}
#picture-gallery .picture {
  float: left;
  height: 240px;
  width: 240px;
  vertical-align: middle;
  text-align: center;
  margin: 2px;
  display: block;
  border: solid 1px silver;
  padding: 5px;
}
#picture-gallery .picture .helper {
  display: inline-block;
  height: 90%;
  vertical-align: middle;
}
#picture-gallery .picture img {
  vertical-align: middle;
  max-width: 200px;
  max-height: 200px;
}
.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}
.list-group.list-group-root .list-group {
  margin-bottom: 0;
}
.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
}
.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}
.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}
.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px;
}
.list-group.list-group-root > .list-group > .list-group > .list-group > .list-group-item {
  padding-left: 60px;
}
.list-group-item .fa {
  margin-right: 5px;
}
#ajax-spinner {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  background: rgba(255, 255, 255, 0.7) url('../images/ajax_loader.gif') no-repeat center;
}
#leftColumn {
  font-family: 'Open Sans Condensed  Light', sans-serif;
}
#left-col {
  /*-ms-flex: 0 0 280px;
  flex: 0 0 280px;
  align-self: stretch;
  */
}
.sps {
  padding: 1em 0.5em;
  transition: all 0.25s ease;
  width: 100%;
}
.sps--abv {
  background-color: transparent;
  color: #000;
}
.sps--blw {
  position: sticky;
  top: 0;
  left: 0;
  transition: all 0.25s ease;
  background-color: #333;
  color: #fff;
}
.eshop-circle {
  background-image: url('/images/eshop-circle-blue-orange.png');
  height: 113px;
  width: 113px;
  margin: 0 auto;
}
.eshop-circle:hover {
  background-image: url('/images/eshop-circle-colour.png');
}
.potisk-circle {
  background-image: url('/images/potisk-circle-blue-orange.png');
  height: 113px;
  width: 113px;
  margin: 0 auto;
}
.potisk-circle:hover {
  background-image: url('/images/potisk-circle-colour.png');
}
.reseni-circle {
  background-image: url('/images/reseni-circle-blue-orange.png');
  height: 113px;
  width: 113px;
  margin: 0 auto;
}
.reseni-circle:hover {
  background-image: url('/images/reseni-circle-colour.png');
}
.servis-circle {
  background-image: url('/images/servis-circle-blue-orange.png');
  height: 113px;
  width: 113px;
  margin: 0 auto;
}
.servis-circle:hover {
  background-image: url('/images/servis-circle-colour.png');
}
#mamereseni {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
#mamereseni .blok-reseni {
  display: block;
  text-align: center;
}
#mamereseni .reseni-float {
  display: inline-block;
  border-radius: 15px;
  width: 140px;
  height: 65px;
  margin: 10px;
  line-height: 65px;
  vertical-align: middle;
  color: white;
}
#mamereseni .reseni-zarizeni {
  display: inline-block;
  width: 140px;
  height: 100px;
  /*margin: 10px;*/
  text-align: center;
  color: #00325b;
}
#mamereseni .reseni-zarizeni img {
  display: block;
  margin: auto;
}
.ekko-lightbox-nav-overlay {
  color: #ee7c22;
}
.ekko-lightbox-nav-overlay a {
  color: #ee7c22;
}
.ekko-lightbox-nav-overlay a:hover {
  color: #00325b;
}
.required input {
  border-color: red;
}
.required textarea {
  border-color: red;
}
.card-deck-disabled .card {
  background-color: #f5f5f5;
  opacity: 0.4;
}
#blog-text {
  overflow: hidden;
}
.btn-cdw {
  color: #ee7c22;
  background-color: #00325b;
  /*border: 1px solid rgba(0,0,0,.125);*/
  border-color: white;
  cursor: pointer;
}
.btn-cdw a {
  color: #ee7c22 !important;
}
.btn-cdw a:hover {
  color: black !important;
}
.btn-cdw:hover {
  background-color: #ee7c22;
  color: black;
}
.btn-cdw:hover a {
  color: black !important;
}
.btn-cdw-light {
  color: white;
  background-color: #047bb2;
  /*border: 1px solid rgba(0,0,0,.125);*/
  border-color: white;
  cursor: pointer;
}
.btn-cdw-light:hover {
  background-color: #ee7c22;
  color: #00325b;
}
.bg-cdw {
  background-color: #ee7c22;
  color: white;
}
.text-cdw {
  color: #ee7c22;
}
.card-header .bg-cdw .nav-link {
  color: white;
}
.help-block {
  background-color: #c3e6cb;
  padding: 5px;
  color: red;
  font-weight: bold;
}
.vlastnostItem {
  color: black;
  font-weight: normal;
}
.vlastnostItem :hover {
  text-decoration: none;
}
.vlastnostItem :active {
  text-decoration: none;
}
.ui-autocomplete-loading {
  background: url('/images/loading.gif') no-repeat right center;
}
.partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
}
.partner {
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner img {
  max-width: 100px;
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.kosik-radio {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}
.ui-state-hover,
.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-image: none;
}
span.stepnumber {
  background: #ee7c22;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
}
#side-drawer {
  height: 100vh;
  width: 336px;
  /*Ideal width for sidebar accdg to https://forums.envato.com/t/standard-sidebar-width/75633*/
  top: 0;
  left: -336px;
  z-index: 1033;
  /*z-index of standard bootstrap navbar is 1030 + 1 offset due to side-drawer-void*/
  transition: left 0.25s ease;
  overflow-y: scroll;
}
#side-drawer-void {
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1031;
  /*z-index of standard bootstrap navbar is 1030*/
  background: rgba(0, 0, 0, 0.6);
}
/*# sourceMappingURL=style.css.map */