.visible-xs,
.visible-sm,
.visible-tb,
.visible-md,
.visible-lg,
.visible-xlg {
  display: none !important;
}
.hidden {
  display: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 479px) {
  .container {
    width: 300px;
    width: auto;
  }
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 799px) {
  .container {
    width: 440px;
    width: auto;
  }
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 1023px) {
  .container {
    width: 760px;
    margin: auto;
  }
  .visible-tb {
    display: block !important;
  }
  .hidden-tb {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .container {
    width: 960px;
    margin: auto;
  }
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1799px) {
  .container {
    width: 1200px;
    margin: auto;
  }
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1200px;
  }
  .visible-xlg {
    display: block !important;
  }
  .hidden-xlg {
    display: none !important;
  }
}
@media (max-height: 300px) {
  body {
    background: #f00 !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
}
.marginTop5 {
  margin-top: 5px;
}
.marginTop10 {
  margin-top: 10px;
}
.marginTop15 {
  margin-top: 15px;
}
.marginTop20 {
  margin-top: 20px;
}
.marginTop25 {
  margin-top: 25px;
}
.marginTop30 {
  margin-top: 30px;
}
.marginTop35 {
  margin-top: 35px;
}
.marginTop40 {
  margin-top: 40px;
}
.marginTop45 {
  margin-top: 45px;
}
.marginTop50 {
  margin-top: 50px;
}
.marginTop55 {
  margin-top: 55px;
}
.marginTop60 {
  margin-top: 60px;
}
.marginTop65 {
  margin-top: 65px;
}
.marginTop70 {
  margin-top: 70px;
}
.marginTop75 {
  margin-top: 75px;
}
.marginTop80 {
  margin-top: 80px;
}
.marginTop85 {
  margin-top: 85px;
}
.marginTop90 {
  margin-top: 90px;
}
.marginTop95 {
  margin-top: 95px;
}
.marginTop100 {
  margin-top: 100px;
}
.marginTop105 {
  margin-top: 105px;
}
.marginTop110 {
  margin-top: 110px;
}
.marginTop115 {
  margin-top: 115px;
}
.marginTop120 {
  margin-top: 120px;
}
.marginTop125 {
  margin-top: 125px;
}
.marginBottom5 {
  margin-bottom: 5px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.marginBottom15 {
  margin-bottom: 15px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.marginBottom25 {
  margin-bottom: 25px;
}
.marginBottom30 {
  margin-bottom: 30px;
}
.marginBottom35 {
  margin-bottom: 35px;
}
.marginBottom40 {
  margin-bottom: 40px;
}
.marginBottom45 {
  margin-bottom: 45px;
}
.marginBottom50 {
  margin-bottom: 50px;
}
.marginBottom55 {
  margin-bottom: 55px;
}
.marginBottom60 {
  margin-bottom: 60px;
}
.marginBottom65 {
  margin-bottom: 65px;
}
.marginBottom70 {
  margin-bottom: 70px;
}
.marginBottom75 {
  margin-bottom: 75px;
}
.marginBottom80 {
  margin-bottom: 80px;
}
.marginBottom85 {
  margin-bottom: 85px;
}
.marginBottom90 {
  margin-bottom: 90px;
}
.marginBottom95 {
  margin-bottom: 95px;
}
.marginBottom100 {
  margin-bottom: 100px;
}
.marginBottom105 {
  margin-bottom: 105px;
}
.marginBottom110 {
  margin-bottom: 110px;
}
.marginBottom115 {
  margin-bottom: 115px;
}
.marginBottom120 {
  margin-bottom: 120px;
}
.marginBottom125 {
  margin-bottom: 125px;
}
.padding0 {
  padding: 0px;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding25 {
  padding: 25px;
}
.padding30 {
  padding: 30px;
}
.padding35 {
  padding: 35px;
}
.padding40 {
  padding: 40px;
}
.padding45 {
  padding: 45px;
}
.padding50 {
  padding: 50px;
}
.padding55 {
  padding: 55px;
}
.padding60 {
  padding: 60px;
}
.padding65 {
  padding: 65px;
}
.padding70 {
  padding: 70px;
}
.padding75 {
  padding: 75px;
}
.padding80 {
  padding: 80px;
}
.padding85 {
  padding: 85px;
}
.padding90 {
  padding: 90px;
}
.padding95 {
  padding: 95px;
}
.padding100 {
  padding: 100px;
}
.padding105 {
  padding: 105px;
}
.padding110 {
  padding: 110px;
}
.padding115 {
  padding: 115px;
}
.padding120 {
  padding: 120px;
}
.padding125 {
  padding: 125px;
}
.margin0 {
  margin: 0px;
}
.margin5 {
  margin: 5px;
}
.margin10 {
  margin: 10px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin25 {
  margin: 25px;
}
.margin30 {
  margin: 30px;
}
.margin35 {
  margin: 35px;
}
.margin40 {
  margin: 40px;
}
.margin45 {
  margin: 45px;
}
.margin50 {
  margin: 50px;
}
.margin55 {
  margin: 55px;
}
.margin60 {
  margin: 60px;
}
.margin65 {
  margin: 65px;
}
.margin70 {
  margin: 70px;
}
.margin75 {
  margin: 75px;
}
.margin80 {
  margin: 80px;
}
.margin85 {
  margin: 85px;
}
.margin90 {
  margin: 90px;
}
.margin95 {
  margin: 95px;
}
.margin100 {
  margin: 100px;
}
.margin105 {
  margin: 105px;
}
.margin110 {
  margin: 110px;
}
.margin115 {
  margin: 115px;
}
.margin120 {
  margin: 120px;
}
.margin125 {
  margin: 125px;
}
.relative {
  position: relative;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.weightBold {
  font-weight: bold;
}
.weightNormal {
  font-weight: normal;
}
.pullLeft {
  float: left !important;
}
.pullRight {
  float: right !important;
}
.imageLeft {
  float: left;
}
.imageRight {
  float: right;
}
.imageCenter {
  margin: 0 auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-tb-1,
.col-md-1,
.col-lg-1,
.col-xlg-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-2,
.col-sm-2,
.col-tb-2,
.col-md-2,
.col-lg-2,
.col-xlg-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-3,
.col-sm-3,
.col-tb-3,
.col-md-3,
.col-lg-3,
.col-xlg-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-4,
.col-sm-4,
.col-tb-4,
.col-md-4,
.col-lg-4,
.col-xlg-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5,
.col-sm-5,
.col-tb-5,
.col-md-5,
.col-lg-5,
.col-xlg-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-6,
.col-sm-6,
.col-tb-6,
.col-md-6,
.col-lg-6,
.col-xlg-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-7,
.col-sm-7,
.col-tb-7,
.col-md-7,
.col-lg-7,
.col-xlg-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-8,
.col-sm-8,
.col-tb-8,
.col-md-8,
.col-lg-8,
.col-xlg-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-9,
.col-sm-9,
.col-tb-9,
.col-md-9,
.col-lg-9,
.col-xlg-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-10,
.col-sm-10,
.col-tb-10,
.col-md-10,
.col-lg-10,
.col-xlg-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-11,
.col-sm-11,
.col-tb-11,
.col-md-11,
.col-lg-11,
.col-xlg-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12,
.col-sm-12,
.col-tb-12,
.col-md-12,
.col-lg-12,
.col-xlg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1 {
  float: left;
  width: 8.333333333333334%;
}
.col-xs-2 {
  float: left;
  width: 16.666666666666668%;
}
.col-xs-3 {
  float: left;
  width: 25%;
}
.col-xs-4 {
  float: left;
  width: 33.333333333333336%;
}
.col-xs-5 {
  float: left;
  width: 41.66666666666667%;
}
.col-xs-6 {
  float: left;
  width: 50%;
}
.col-xs-7 {
  float: left;
  width: 58.333333333333336%;
}
.col-xs-8 {
  float: left;
  width: 66.66666666666667%;
}
.col-xs-9 {
  float: left;
  width: 75%;
}
.col-xs-10 {
  float: left;
  width: 83.33333333333334%;
}
.col-xs-11 {
  float: left;
  width: 91.66666666666667%;
}
.col-xs-12 {
  float: left;
  width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333334%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666668%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333333336%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 479px) {
  .col-sm-1 {
    float: left;
    width: 8.333333333333334%;
  }
  .col-sm-2 {
    float: left;
    width: 16.666666666666668%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.333333333333336%;
  }
  .col-sm-5 {
    float: left;
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    float: left;
    width: 66.66666666666667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    float: left;
    width: 91.66666666666667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 799px) {
  .col-tb-1 {
    float: left;
    width: 8.333333333333334%;
  }
  .col-tb-2 {
    float: left;
    width: 16.666666666666668%;
  }
  .col-tb-3 {
    float: left;
    width: 25%;
  }
  .col-tb-4 {
    float: left;
    width: 33.333333333333336%;
  }
  .col-tb-5 {
    float: left;
    width: 41.66666666666667%;
  }
  .col-tb-6 {
    float: left;
    width: 50%;
  }
  .col-tb-7 {
    float: left;
    width: 58.333333333333336%;
  }
  .col-tb-8 {
    float: left;
    width: 66.66666666666667%;
  }
  .col-tb-9 {
    float: left;
    width: 75%;
  }
  .col-tb-10 {
    float: left;
    width: 83.33333333333334%;
  }
  .col-tb-11 {
    float: left;
    width: 91.66666666666667%;
  }
  .col-tb-12 {
    float: left;
    width: 100%;
  }
  .col-tb-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-tb-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-tb-offset-3 {
    margin-left: 25%;
  }
  .col-tb-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-tb-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-tb-offset-6 {
    margin-left: 50%;
  }
  .col-tb-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-tb-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-tb-offset-9 {
    margin-left: 75%;
  }
  .col-tb-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-tb-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-tb-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1023px) {
  .col-md-1 {
    float: left;
    width: 8.333333333333334%;
  }
  .col-md-2 {
    float: left;
    width: 16.666666666666668%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.333333333333336%;
  }
  .col-md-5 {
    float: left;
    width: 41.66666666666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.333333333333336%;
  }
  .col-md-8 {
    float: left;
    width: 66.66666666666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333333333334%;
  }
  .col-md-11 {
    float: left;
    width: 91.66666666666667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1365px) {
  .col-lg-1 {
    float: left;
    width: 8.333333333333334%;
  }
  .col-lg-2 {
    float: left;
    width: 16.666666666666668%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.333333333333336%;
  }
  .col-lg-5 {
    float: left;
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    float: left;
    width: 66.66666666666667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    float: left;
    width: 91.66666666666667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1799px) {
  .col-xlg-1 {
    float: left;
    width: 8.333333333333334%;
  }
  .col-xlg-2 {
    float: left;
    width: 16.666666666666668%;
  }
  .col-xlg-3 {
    float: left;
    width: 25%;
  }
  .col-xlg-4 {
    float: left;
    width: 33.333333333333336%;
  }
  .col-xlg-5 {
    float: left;
    width: 41.66666666666667%;
  }
  .col-xlg-6 {
    float: left;
    width: 50%;
  }
  .col-xlg-7 {
    float: left;
    width: 58.333333333333336%;
  }
  .col-xlg-8 {
    float: left;
    width: 66.66666666666667%;
  }
  .col-xlg-9 {
    float: left;
    width: 75%;
  }
  .col-xlg-10 {
    float: left;
    width: 83.33333333333334%;
  }
  .col-xlg-11 {
    float: left;
    width: 91.66666666666667%;
  }
  .col-xlg-12 {
    float: left;
    width: 100%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: ' ';
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.bg-navy {
  background-color: #001f3f;
}
.bg-blue {
  background-color: #0074d9;
}
.bg-aqua {
  background-color: #7fdbff;
}
.bg-teal {
  background-color: #39cccc;
}
.bg-olive {
  background-color: #3d9970;
}
.bg-green {
  background-color: #2ecc40;
}
.bg-lime {
  background-color: #01ff70;
}
.bg-yellow {
  background-color: #ffdc00;
}
.bg-orange {
  background-color: #ff851b;
}
.bg-red {
  background-color: #ff4136;
}
.bg-fuchsia {
  background-color: #f012be;
}
.bg-purple {
  background-color: #b10dc9;
}
.bg-maroon {
  background-color: #85144b;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #aaa;
}
.bg-silver {
  background-color: #ddd;
}
.bg-black {
  background-color: #111;
}
.color-navy {
  color: #001f3f;
}
.color-blue {
  color: #0074d9;
}
.color-aqua {
  color: #7fdbff;
}
.color-teal {
  color: #39cccc;
}
.color-olive {
  color: #3d9970;
}
.color-green {
  color: #2ecc40;
}
.color-lime {
  color: #01ff70;
}
.color-yellow {
  color: #ffdc00;
}
.color-orange {
  color: #ff851b;
}
.color-red {
  color: #ff4136;
}
.color-fuchsia {
  color: #f012be;
}
.color-purple {
  color: #b10dc9;
}
.color-maroon {
  color: #85144b;
}
.color-white {
  color: #fff;
}
.color-silver {
  color: #ddd;
}
.color-gray {
  color: #aaa;
}
.color-black {
  color: #111;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  background: #1a1a1a;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.375em;
  margin-top: 30px;
  color: #1a1a1a;
}
a {
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
  color: #ff9b00;
}
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: #ff9b00;
}
table {
  width: 100%;
}
#gps_map_message {
  padding: 14px;
  background: #1a1a1a;
  margin-top: 15px;
  text-align: center;
}
#gps_map_message p {
  color: #ff9b00;
  margin: 0;
}
#page_message {
  padding: 15px 10px;
  background: #ff9b00;
  color: #1a1a1a;
  text-align: center;
}
#page_message a {
  color: #1a1a1a;
  font-weight: bold;
}
#full_loader {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background: rgba(0,0,0,0.4);
}
#full_loader .cssload-container {
  display: none;
}
#full_loader.shown {
  display: block;
}
#full_loader.shown .cssload-container {
  display: block;
}
#homepage {
  text-align: center;
}
#homepage .home_panel {
  padding: 15px;
}
#homepage .home_panel a {
  position: relative;
  transition: transform 0.3s ease-in-out;
  padding: 15px;
  padding-top: 30px;
  padding: 3px;
  display: inline-block;
  border: #ff9b00 3px solid;
  background: #ff9b00;
}
#homepage .home_panel a.restaurant_tile {
  background: #fff;
}
#homepage .home_panel a.restaurant_tile::before {
  content: "";
  position: absolute;
  top: -9px;
  right: -9px;
  background-color: #428e30;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 10;
}
#homepage .home_panel a.restaurant_tile.disabled img {
  filter: grayscale(100%);
  opacity: 0.7;
}
#homepage .home_panel a.restaurant_tile.disabled::before {
  filter: none;
  background-color: #dc1f2c;
}
#homepage .home_panel a:hover {
  transform: scale(1.03);
}
#homepage .home_panel a img {
  position: relative;
  width: 100%;
  float: left;
}
h1 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.05em;
  text-align: center;
  margin: 20px 10px;
  color: #1a1a1a;
  display: block;
  border-bottom: 1px dotted #808080;
  padding-bottom: 15px;
}
h2 {
  font-size: 1.8em;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  line-height: 1.25em;
  margin-top: 45px;
  color: #ff9b00;
}
h3 {
  font-size: 1.65em;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  line-height: 1.25em;
  line-height: 15.4px;
  margin-top: 45px;
  color: #1a1a1a;
  border-bottom: 1px dotted #808080;
  padding-bottom: 5px;
}
blockquote {
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  line-height: 30px;
}
pre {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  line-height: 18.5714px;
  color: #fff;
}
.photo,
.photogallery {
  margin-top: 15px;
  text-align: center;
}
.photo img,
.photogallery img {
  width: 100%;
  padding: 0;
  border: 2px solid #fff;
}
.photo img:hover,
.photogallery img:hover {
  opacity: 0.9;
}
.photo.no_border img,
.photogallery.no_border img {
  border: none;
}
.top_mini_menu {
  background: #1a1a1a;
}
.read_location_from {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.74 43.584'><path fill='\%23FF9B00' d='M16.531 0c-4.958-.046-9.85 2.283-12.82 6.722C.224 11.936.19 18.598 3.624 23.648c.535.786 3.07 3.791 5.635 6.677 2.565 2.887 5.184 5.865 5.82 6.618.637.753 1.221 1.378 1.297 1.39.171.023 9.957-11.071 11.738-13.307 4.38-5.501 4.74-12.585.928-18.283-.735-1.1-2.012-2.551-2.837-3.227A15.447 15.447 0 0016.53.001zm-.16 5.589a9.22 9.22 0 019.22 9.22 9.22 9.22 0 01-9.22 9.222 9.22 9.22 0 01-9.222-9.221 9.22 9.22 0 019.221-9.221zm0 3.074a6.147 6.147 0 00-6.148 6.147 6.147 6.147 0 006.147 6.147 6.147 6.147 0 006.147-6.147 6.147 6.147 0 00-6.147-6.147zM8.853 33.997A16.37 5.078 0 000 38.507a16.37 5.078 0 0016.37 5.077 16.37 5.078 0 0016.37-5.078 16.37 5.078 0 00-8.764-4.492l-.283.322a467.46 467.46 0 01-3.633 4.076c-.49.543-.9.99-1.212 1.321-.155.165-.282.298-.41.424-.064.063-.12.12-.231.216-.056.048-.115.103-.275.212-.08.054-.179.124-.4.227-.22.102-.526.37-1.536.229-.794-.112-.929-.3-1.083-.395-.154-.095-.23-.157-.296-.21-.132-.105-.202-.172-.273-.24a9.592 9.592 0 01-.405-.414 29.849 29.849 0 01-.948-1.073 534.852 534.852 0 00-4.137-4.712z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  display: block;
  width: 27px;
  height: 38px;
}
#ride_map {
  width: 100%;
  padding-bottom: 55%;
}
#map {
  width: 100%;
  padding-bottom: 35%;
  margin-top: 25px;
  border: 2px solid #ff9b00;
}
#top_menu_container {
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  color: #ff9b00;
  background: #1a1a1a;
}
#top_menu_container .contact {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
#top_menu_container #main_logo {
  float: left;
  display: inline-block;
  width: 80px;
  height: 45px;
  margin-right: 15px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300.034 118.062'><path fill='%23FFF' d='M17.434 0v60.05c0 4.918 1.271 8.802 3.808 11.657 2.538 2.856 6.14 4.284 10.805 4.284 10.886 0 16.325-5.113 16.325-15.346V0zm48.372 0v14.242h35.618v75.215h17.067V14.242h35.624V0zm31.35 27.457c-1.56 0-3.08.08-4.562.244-1.481.164-2.964.574-4.446 1.228-1.403.574-2.806 1.434-4.21 2.58-1.325 1.146-2.613 2.742-3.861 4.788v-7.245h-14.27v31.71c-.022 9.54-2.93 16.757-8.717 21.654-4.859 4.046-11.46 6.378-19.753 7.04h43.677v-31.43c0-9.74 4.64-14.61 13.92-14.61 1.403 0 2.806.122 4.21.368V27.456zm51.809 0c-4.83 0-8.922.53-12.278 1.595-3.355.982-6.099 2.414-8.227 4.297a17.306 17.306 0 00-4.541 6.754c-.9 2.619-1.391 5.483-1.473 8.594H137.3c.409-2.701 1.39-4.87 2.946-6.508 1.637-1.637 4.297-2.455 7.98-2.455 3.11 0 5.567.573 7.368 1.72 1.882 1.064 2.823 2.577 2.823 4.541 0 2.128-.697 3.683-2.088 4.666-1.392.9-4.092 1.637-8.103 2.21-4.01.573-7.735 1.228-11.173 1.964-3.356.656-6.26 1.72-8.716 3.193-2.456 1.473-4.378 3.518-5.77 6.137-1.391 2.537-2.088 5.975-2.088 10.313 0 4.91 1.598 8.923 4.79 12.033 3.274 3.028 8.388 4.541 15.345 4.541 4.093 0 7.695-.613 10.805-1.842 3.11-1.309 5.607-3.028 7.49-5.156.163 2.046.49 3.848.981 5.403h14.855V51.274c0-3.765-.45-7.12-1.35-10.067-.901-3.028-2.374-5.525-4.42-7.49-1.964-2.046-4.625-3.601-7.98-4.665-3.274-1.064-7.284-1.595-12.031-1.595zm54.295 0c-3.683 0-7.121.777-10.313 2.332-3.192 1.474-5.976 3.6-8.35 6.384-2.373 2.7-4.256 6.015-5.647 9.944-1.392 3.847-2.087 8.103-2.087 12.769 0 3.928.451 7.777 1.351 11.542.983 3.765 2.495 7.08 4.542 9.944 2.128 2.865 4.87 5.196 8.227 6.997 3.437 1.718 7.651 2.58 12.644 2.58 3.929 0 7.367-.738 10.313-2.212 3.029-1.555 5.115-3.682 6.261-6.383V91.3c0 4.01-1.472 7.162-4.419 9.454-2.946 2.373-6.548 3.559-10.804 3.559-4.01 0-7.243-1.022-9.698-3.068-2.374-1.965-3.562-4.789-3.562-8.472h-14.855c0 3.929.738 7.448 2.211 10.558 1.473 3.11 3.477 5.73 6.014 7.858 2.62 2.21 5.73 3.887 9.332 5.032 3.601 1.228 7.49 1.842 11.664 1.842 4.174 0 8.103-.614 11.787-1.842 3.683-1.227 6.874-3.027 9.575-5.4 2.701-2.292 4.828-5.197 6.384-8.717 1.555-3.437 2.332-7.45 2.332-12.033V29.052h-15.96v7.49c-3.766-6.057-9.412-9.085-16.942-9.085zm66.082 0c-4.829 0-9.168.777-13.015 2.332-3.765 1.474-6.997 3.6-9.698 6.384-2.701 2.782-4.79 6.14-6.263 10.069-1.391 3.928-2.086 8.265-2.086 13.012 0 4.666.695 8.962 2.086 12.891 1.391 3.929 3.397 7.286 6.016 10.07 2.702 2.782 5.976 4.95 9.823 6.504 3.847 1.556 8.226 2.333 13.137 2.333 4.666 0 8.88-.734 12.644-2.208 3.847-1.555 7.081-3.725 9.7-6.508 2.701-2.783 4.748-6.097 6.14-9.944 1.472-3.929 2.208-8.309 2.208-13.138 0-4.829-.736-9.208-2.209-13.137-1.391-3.929-3.438-7.243-6.139-9.944-2.619-2.783-5.81-4.91-9.575-6.384-3.765-1.555-8.022-2.332-12.769-2.332zm0 13.503c9.74 0 14.608 6.099 14.608 18.294 0 12.278-4.868 18.417-14.608 18.417s-14.61-6.14-14.61-18.417c0-12.195 4.87-18.294 14.61-18.294zm-62.276.37c9.085 0 13.626 6.465 13.626 19.397 0 5.157-1.309 9.25-3.928 12.278-2.537 2.946-5.77 4.419-9.698 4.419-3.929 0-7.203-1.596-9.822-4.788-2.538-3.192-3.806-7.489-3.806-12.89 0-12.278 4.543-18.417 13.628-18.417zm-48.281 18.538l-.122 6.63c0 1.8-.408 3.52-1.227 5.156-.736 1.555-1.76 2.947-3.07 4.175-1.228 1.146-2.743 2.087-4.544 2.824-1.719.654-3.6.982-5.645.982-5.157 0-7.737-2.25-7.737-6.752 0-2.62.861-4.625 2.58-6.017 1.719-1.391 4.87-2.537 9.453-3.437 2.947-.573 5.197-1.104 6.752-1.595 1.556-.491 2.741-1.148 3.56-1.966z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-position: left 2px;
}
#top_menu_container ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#top_menu_container ul li {
  display: inline-block;
  padding: 0px 0;
}
#top_menu_container ul li a {
  padding: 8px 15px;
  text-decoration: underline;
  color: #ff9b00;
}
#top_menu_container ul li a:hover {
  text-decoration: none;
  color: #ff9b00;
}
#top_menu_container ul li a#show_top_mini_menu {
  text-align: right;
}
#motto {
  text-align: center;
  position: relative;
  top: 8px;
  float: right;
}
#motto span,
.motto {
  font-size: 15px;
  font-weight: light;
  font-style: italic;
  margin-left: 0;
}
#header_container {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 799px) {
  #header_container {
    height: 130px;
  }
  #header_container .sliedie_left,
  #header_container .sliedie_right {
    display: none;
  }
}
@media (min-width: 800px) and (max-width: 1023px) {
  #header_container {
    height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  #header_container {
    height: 400px;
  }
}
@media (min-width: 1366px) and (max-width: 1799px) {
  #header_container {
    height: 550px;
  }
}
@media (min-width: 1800px) {
  #header_container {
    height: 450px;
  }
}
#header_container img {
  height: 100%;
}
#header_container .btn {
  font-size: 1.7em;
  color: #ff9b00;
  font-weight: 700;
  text-shadow: 1px 1px 10px #000;
  background: #1a1a1a;
  border-radius: 10px;
}
#header_container #urtago_taxi {
  position: absolute;
  height: 480px;
  width: 100%;
  background: url("/images/taxi.jpg");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
#header_container #urtago_pujcovna_elektrokol {
  position: absolute;
  height: 480px;
  width: 100%;
  background: url("/images/pujcovna-elektrokol.jpg");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
#header_container #urtago_pujcovna_elektrokol .logo img {
  width: 550px;
}
#header_container #urtago_rozvoz_jidla {
  position: absolute;
  height: 480px;
  width: 100%;
  background: url("/images/rozvoz-jidla.jpg");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
#header_container #urtago_rozvoz_jidla .logo img {
  width: 500px;
}
#header_container #phone_contact {
  font-size: 1.7em;
  color: #fff;
  text-align: center;
}
#header_container #phone_contact span {
  font-weight: 500;
  padding: 6px 18px 10px 18px;
  position: relative;
  top: 10px;
  background: #1a1a1a;
  border-radius: 10px;
}
#header_container #phone_contact a {
  font-size: 1.5em;
  text-decoration: none;
  display: inline-block;
  padding: 8px;
  color: #ff9b00;
  font-weight: 700;
  text-shadow: 1px 1px 10px #000;
  background: #1a1a1a;
  border-radius: 10px;
}
.logo {
  text-align: center;
  display: block;
  padding: 15px 0;
}
.logo img {
  position: relative;
  z-index: 10;
  width: 640px;
}
#contest_container {
  background: #1a1a1a;
  padding: 10px;
  text-align: center;
  color: #ff9b00;
}
#contest_container a {
  color: #ff9b00;
}
#cart_container {
  background: #ff9b00;
  padding: 10px;
  text-align: right;
}
#cart_container a {
  color: #1a1a1a;
}
#main_menu_container {
  background: #1a1a1a;
}
ul.main_menu {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.main_menu a {
  font-weight: 500;
  font-size: 1.2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #ff9b00;
  padding: 12px 15px;
  margin: 0;
}
ul.main_menu a.active {
  font-weight: 700;
  color: #1a1a1a;
  background: #ff9b00;
}
ul.main_menu a:hover {
  color: #1a1a1a;
  background: #ff9b00;
}
ul.main_menu li {
  position: relative;
  display: inline;
  text-align: center;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
ul.main_menu li a {
  text-overflow: ellipsis;
}
ul.main_menu li.first a {
  border: none;
}
ul.main_menu ul {
  position: absolute;
  top: 73px;
  display: none;
  min-width: 280px;
  padding: 0 30px;
  border: 1px solid #d9d0c7;
  border-top: none;
  background: #fff;
}
ul.main_menu ul #prah {
  position: absolute;
  z-index: 10;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
ul.main_menu ul li {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #999089;
}
ul.main_menu ul li a {
  display: block;
  padding: 5px 0;
  border: none;
}
ul.main_menu ul li.first {
  border: none;
}
#mini_menu_panel {
  position: fixed;
  z-index: 10;
  top: 0;
  left: -100%;
  height: 100%;
  padding: 15px;
  background: rgba(0,0,0,0.8);
}
#mini_menu_panel .motto {
  padding: 5px 10px 15px 10px;
  color: #ff9b00;
}
#mini_menu_panel a {
  display: block;
  padding: 3px 10px;
  text-align: right;
  border-top: 1px solid rgba(255,155,0,0.2);
}
#mini_menu_panel_show {
  font-size: 20px;
  line-height: 40px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  height: 40px;
  padding: 0 15px;
  text-decoration: none;
  color: #fff;
  background: #fff;
  background: #1a1a1a;
}
#mini_menu_panel_hide {
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
  position: absolute;
  z-index: 10;
  top: 90px;
  right: -50px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: rgba(0,0,0,0.8);
}
#mini_menu_panel_hide span {
  position: relative;
  top: -2px;
  right: 4px;
}
#content_container {
  background: #fff;
}
#content {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
#content ul {
  list-style-image: url("../images/list.png");
}
#content p li {
  margin: 15px;
}
#content .html_content {
  position: relative;
  z-index: 1;
}
#content .stopicky {
  position: absolute;
  z-index: 0;
  right: 11%;
  bottom: 0%;
  background: url("/images/tapinky.png");
  width: 40px;
  height: 805px;
  transform: rotate(30deg);
  opacity: 0.5;
}
#content .stopicky.stopicky2 {
  left: 12%;
  top: 0;
  transform: rotate(-10deg);
}
#dark_panel {
  background: #ff9b00;
  padding: 20px;
  margin-top: 35px;
  border-radius: 4px;
}
#dark_panel h2 {
  color: #fff;
  margin: 0;
}
#dark_panel p {
  color: #fff;
}
#dark_panel a {
  color: #fff;
  font-weight: 700;
}
.pagination {
  margin-top: 35px;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #fcdddc;
}
.pagination li.active a {
  background: #fcdddc;
}
.pagination li a {
  display: block;
  padding: 5px 15px;
  color: #323938;
}
#breadcrumb {
  background: #1a1a1a;
  padding: 0px 20px;
  color: #ff9b00;
  line-height: 42px;
}
#breadcrumb strong,
#breadcrumb a {
  white-space: nowrap;
  background: #1a1a1a;
  padding: 10px 20px;
  color: #ff9b00;
}
#profil_menu {
  text-align: center;
  border-bottom: 1px dotted #808080;
  padding-bottom: 20px;
  margin: 0 10px;
}
#footer_container {
  background: #1a1a1a;
}
#footer {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 15px 30px 15px;
  color: #fff;
}
#footer div {
  margin-top: 15px;
}
#footer h2 {
  font-size: 25px;
  color: #fff;
}
#footer ul {
  margin: 35px 0 0 0;
  list-style-image: url("../images/list.png");
}
#footer li {
  margin: 15px;
}
#footer_menu {
  margin: 0 0 15px 0;
  text-align: center;
}
#footer_menu li {
  display: inline-block;
}
#copyright {
  color: #fff;
  font-weight: 500;
  font-size: 0.8em;
  padding: 10px;
  text-align: center;
}
.clear {
  clear: both;
}
#cookies_lista {
  position: fixed;
  font-size: 0.8em;
  width: 100%;
  bottom: 0;
  z-index: 11;
  padding: 15px 75px;
  background: #1a1a1a;
  color: #fff;
  border-top: 2px solid #fff;
}
#cookies_lista a {
  color: $link_color;
}
#cookies_lista #cookies_lista_zavrit {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 0.9em;
  color: $link_color;
}
.respo_size {
  position: fixed;
  background: #f00;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 2em;
  z-index: 10000;
  bottom: 0;
  opacity: 0.5;
}
#zabijackove-hody {
  background: url("/images/zabijacka.jpg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 45%;
}
#zabijackove-hody .nadpis {
  color: #1a1a1a;
  display: block;
  font-size: 1.7em;
  border-bottom: 1px dotted #808080;
  padding-bottom: 15px;
}
#zabijackove-hody .pane {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 25px;
  background: rgba(255,255,255,0.5);
  color: #1a1a1a;
  position: relative;
}
#zabijackove-hody .pane strong {
  display: block;
  margin-bottom: 15px;
}
#zabijackove-hody .pane strong.big {
  font-size: 1.5em;
}
#zabijackove-hody .pane strong.nadpis {
  border: none;
  font-size: 1.3em;
  margin-bottom: 15px;
  padding-bottom: 0;
}
#zabijackove-hody .pane .number {
  font-size: 1.9em;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #ccc;
}
#zabijackove-hody .block {
  margin-top: 55px;
}
.visible-xs,
.visible-sm,
.visible-tb,
.visible-md,
.visible-lg,
.visible-xlg {
  display: none !important;
}
.hidden {
  display: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 479px) {
  .container {
    width: 300px;
    width: auto;
  }
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 799px) {
  .container {
    width: 440px;
    width: auto;
  }
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 1023px) {
  .container {
    width: 760px;
    margin: auto;
  }
  .visible-tb {
    display: block !important;
  }
  .hidden-tb {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .container {
    width: 960px;
    margin: auto;
  }
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1799px) {
  .container {
    width: 1200px;
    margin: auto;
  }
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1200px;
  }
  .visible-xlg {
    display: block !important;
  }
  .hidden-xlg {
    display: none !important;
  }
}
@media (max-height: 300px) {
  body {
    background: #f00 !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
}
.marginTop5 {
  margin-top: 5px;
}
.marginTop10 {
  margin-top: 10px;
}
.marginTop15 {
  margin-top: 15px;
}
.marginTop20 {
  margin-top: 20px;
}
.marginTop25 {
  margin-top: 25px;
}
.marginTop30 {
  margin-top: 30px;
}
.marginTop35 {
  margin-top: 35px;
}
.marginTop40 {
  margin-top: 40px;
}
.marginTop45 {
  margin-top: 45px;
}
.marginTop50 {
  margin-top: 50px;
}
.marginTop55 {
  margin-top: 55px;
}
.marginTop60 {
  margin-top: 60px;
}
.marginTop65 {
  margin-top: 65px;
}
.marginTop70 {
  margin-top: 70px;
}
.marginTop75 {
  margin-top: 75px;
}
.marginTop80 {
  margin-top: 80px;
}
.marginTop85 {
  margin-top: 85px;
}
.marginTop90 {
  margin-top: 90px;
}
.marginTop95 {
  margin-top: 95px;
}
.marginTop100 {
  margin-top: 100px;
}
.marginTop105 {
  margin-top: 105px;
}
.marginTop110 {
  margin-top: 110px;
}
.marginTop115 {
  margin-top: 115px;
}
.marginTop120 {
  margin-top: 120px;
}
.marginTop125 {
  margin-top: 125px;
}
.marginBottom5 {
  margin-bottom: 5px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.marginBottom15 {
  margin-bottom: 15px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.marginBottom25 {
  margin-bottom: 25px;
}
.marginBottom30 {
  margin-bottom: 30px;
}
.marginBottom35 {
  margin-bottom: 35px;
}
.marginBottom40 {
  margin-bottom: 40px;
}
.marginBottom45 {
  margin-bottom: 45px;
}
.marginBottom50 {
  margin-bottom: 50px;
}
.marginBottom55 {
  margin-bottom: 55px;
}
.marginBottom60 {
  margin-bottom: 60px;
}
.marginBottom65 {
  margin-bottom: 65px;
}
.marginBottom70 {
  margin-bottom: 70px;
}
.marginBottom75 {
  margin-bottom: 75px;
}
.marginBottom80 {
  margin-bottom: 80px;
}
.marginBottom85 {
  margin-bottom: 85px;
}
.marginBottom90 {
  margin-bottom: 90px;
}
.marginBottom95 {
  margin-bottom: 95px;
}
.marginBottom100 {
  margin-bottom: 100px;
}
.marginBottom105 {
  margin-bottom: 105px;
}
.marginBottom110 {
  margin-bottom: 110px;
}
.marginBottom115 {
  margin-bottom: 115px;
}
.marginBottom120 {
  margin-bottom: 120px;
}
.marginBottom125 {
  margin-bottom: 125px;
}
.padding0 {
  padding: 0px;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding25 {
  padding: 25px;
}
.padding30 {
  padding: 30px;
}
.padding35 {
  padding: 35px;
}
.padding40 {
  padding: 40px;
}
.padding45 {
  padding: 45px;
}
.padding50 {
  padding: 50px;
}
.padding55 {
  padding: 55px;
}
.padding60 {
  padding: 60px;
}
.padding65 {
  padding: 65px;
}
.padding70 {
  padding: 70px;
}
.padding75 {
  padding: 75px;
}
.padding80 {
  padding: 80px;
}
.padding85 {
  padding: 85px;
}
.padding90 {
  padding: 90px;
}
.padding95 {
  padding: 95px;
}
.padding100 {
  padding: 100px;
}
.padding105 {
  padding: 105px;
}
.padding110 {
  padding: 110px;
}
.padding115 {
  padding: 115px;
}
.padding120 {
  padding: 120px;
}
.padding125 {
  padding: 125px;
}
.margin0 {
  margin: 0px;
}
.margin5 {
  margin: 5px;
}
.margin10 {
  margin: 10px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin25 {
  margin: 25px;
}
.margin30 {
  margin: 30px;
}
.margin35 {
  margin: 35px;
}
.margin40 {
  margin: 40px;
}
.margin45 {
  margin: 45px;
}
.margin50 {
  margin: 50px;
}
.margin55 {
  margin: 55px;
}
.margin60 {
  margin: 60px;
}
.margin65 {
  margin: 65px;
}
.margin70 {
  margin: 70px;
}
.margin75 {
  margin: 75px;
}
.margin80 {
  margin: 80px;
}
.margin85 {
  margin: 85px;
}
.margin90 {
  margin: 90px;
}
.margin95 {
  margin: 95px;
}
.margin100 {
  margin: 100px;
}
.margin105 {
  margin: 105px;
}
.margin110 {
  margin: 110px;
}
.margin115 {
  margin: 115px;
}
.margin120 {
  margin: 120px;
}
.margin125 {
  margin: 125px;
}
.relative {
  position: relative;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.weightBold {
  font-weight: bold;
}
.weightNormal {
  font-weight: normal;
}
.pullLeft {
  float: left !important;
}
.pullRight {
  float: right !important;
}
.imageLeft {
  float: left;
}
.imageRight {
  float: right;
}
.imageCenter {
  margin: 0 auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-tb-1,
.col-md-1,
.col-lg-1,
.col-xlg-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-2,
.col-sm-2,
.col-tb-2,
.col-md-2,
.col-lg-2,
.col-xlg-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-3,
.col-sm-3,
.col-tb-3,
.col-md-3,
.col-lg-3,
.col-xlg-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-4,
.col-sm-4,
.col-tb-4,
.col-md-4,
.col-lg-4,
.col-xlg-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5,
.col-sm-5,
.col-tb-5,
.col-md-5,
.col-lg-5,
.col-xlg-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-6,
.col-sm-6,
.col-tb-6,
.col-md-6,
.col-lg-6,
.col-xlg-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-7,
.col-sm-7,
.col-tb-7,
.col-md-7,
.col-lg-7,
.col-xlg-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-8,
.col-sm-8,
.col-tb-8,
.col-md-8,
.col-lg-8,
.col-xlg-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-9,
.col-sm-9,
.col-tb-9,
.col-md-9,
.col-lg-9,
.col-xlg-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-10,
.col-sm-10,
.col-tb-10,
.col-md-10,
.col-lg-10,
.col-xlg-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-11,
.col-sm-11,
.col-tb-11,
.col-md-11,
.col-lg-11,
.col-xlg-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12,
.col-sm-12,
.col-tb-12,
.col-md-12,
.col-lg-12,
.col-xlg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1 {
  float: left;
  width: 8.333333333333334%;
}
.col-xs-2 {
  float: left;
  width: 16.666666666666668%;
}
.col-xs-3 {
  float: left;
  width: 25%;
}
.col-xs-4 {
  float: left;
  width: 33.333333333333336%;
}
.col-xs-5 {
  float: left;
  width: 41.66666666666667%;
}
.col-xs-6 {
  float: left;
  width: 50%;
}
.col-xs-7 {
  float: left;
  width: 58.333333333333336%;
}
.col-xs-8 {
  float: left;
  width: 66.66666666666667%;
}
.col-xs-9 {
  float: left;
  width: 75%;
}
.col-xs-10 {
  float: left;
  width: 83.33333333333334%;
}
.col-xs-11 {
  float: left;
  width: 91.66666666666667%;
}
.col-xs-12 {
  float: left;
  width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333334%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666668%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333333336%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 479px) {
  .col-sm-1 {
    float: left;
    width: 8.333333333333334%;
  }
  .col-sm-2 {
    float: left;
    width: 16.666666666666668%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.333333333333336%;
  }
  .col-sm-5 {
    float: left;
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    float: left;
    width: 66.66666666666667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    float: left;
    width: 91.66666666666667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 799px) {
  .col-tb-1 {
    float: left;
    width: 8.333333333333334%;
  }
  .col-tb-2 {
    float: left;
    width: 16.666666666666668%;
  }
  .col-tb-3 {
    float: left;
    width: 25%;
  }
  .col-tb-4 {
    float: left;
    width: 33.333333333333336%;
  }
  .col-tb-5 {
    float: left;
    width: 41.66666666666667%;
  }
  .col-tb-6 {
    float: left;
    width: 50%;
  }
  .col-tb-7 {
    float: left;
    width: 58.333333333333336%;
  }
  .col-tb-8 {
    float: left;
    width: 66.66666666666667%;
  }
  .col-tb-9 {
    float: left;
    width: 75%;
  }
  .col-tb-10 {
    float: left;
    width: 83.33333333333334%;
  }
  .col-tb-11 {
    float: left;
    width: 91.66666666666667%;
  }
  .col-tb-12 {
    float: left;
    width: 100%;
  }
  .col-tb-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-tb-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-tb-offset-3 {
    margin-left: 25%;
  }
  .col-tb-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-tb-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-tb-offset-6 {
    margin-left: 50%;
  }
  .col-tb-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-tb-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-tb-offset-9 {
    margin-left: 75%;
  }
  .col-tb-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-tb-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-tb-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1023px) {
  .col-md-1 {
    float: left;
    width: 8.333333333333334%;
  }
  .col-md-2 {
    float: left;
    width: 16.666666666666668%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.333333333333336%;
  }
  .col-md-5 {
    float: left;
    width: 41.66666666666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.333333333333336%;
  }
  .col-md-8 {
    float: left;
    width: 66.66666666666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333333333334%;
  }
  .col-md-11 {
    float: left;
    width: 91.66666666666667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1365px) {
  .col-lg-1 {
    float: left;
    width: 8.333333333333334%;
  }
  .col-lg-2 {
    float: left;
    width: 16.666666666666668%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.333333333333336%;
  }
  .col-lg-5 {
    float: left;
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    float: left;
    width: 66.66666666666667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    float: left;
    width: 91.66666666666667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1799px) {
  .col-xlg-1 {
    float: left;
    width: 8.333333333333334%;
  }
  .col-xlg-2 {
    float: left;
    width: 16.666666666666668%;
  }
  .col-xlg-3 {
    float: left;
    width: 25%;
  }
  .col-xlg-4 {
    float: left;
    width: 33.333333333333336%;
  }
  .col-xlg-5 {
    float: left;
    width: 41.66666666666667%;
  }
  .col-xlg-6 {
    float: left;
    width: 50%;
  }
  .col-xlg-7 {
    float: left;
    width: 58.333333333333336%;
  }
  .col-xlg-8 {
    float: left;
    width: 66.66666666666667%;
  }
  .col-xlg-9 {
    float: left;
    width: 75%;
  }
  .col-xlg-10 {
    float: left;
    width: 83.33333333333334%;
  }
  .col-xlg-11 {
    float: left;
    width: 91.66666666666667%;
  }
  .col-xlg-12 {
    float: left;
    width: 100%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: ' ';
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.bg-navy {
  background-color: #001f3f;
}
.bg-blue {
  background-color: #0074d9;
}
.bg-aqua {
  background-color: #7fdbff;
}
.bg-teal {
  background-color: #39cccc;
}
.bg-olive {
  background-color: #3d9970;
}
.bg-green {
  background-color: #2ecc40;
}
.bg-lime {
  background-color: #01ff70;
}
.bg-yellow {
  background-color: #ffdc00;
}
.bg-orange {
  background-color: #ff851b;
}
.bg-red {
  background-color: #ff4136;
}
.bg-fuchsia {
  background-color: #f012be;
}
.bg-purple {
  background-color: #b10dc9;
}
.bg-maroon {
  background-color: #85144b;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #aaa;
}
.bg-silver {
  background-color: #ddd;
}
.bg-black {
  background-color: #111;
}
/* Colors */
.color-navy {
  color: #001f3f;
}
.color-blue {
  color: #0074d9;
}
.color-aqua {
  color: #7fdbff;
}
.color-teal {
  color: #39cccc;
}
.color-olive {
  color: #3d9970;
}
.color-green {
  color: #2ecc40;
}
.color-lime {
  color: #01ff70;
}
.color-yellow {
  color: #ffdc00;
}
.color-orange {
  color: #ff851b;
}
.color-red {
  color: #ff4136;
}
.color-fuchsia {
  color: #f012be;
}
.color-purple {
  color: #b10dc9;
}
.color-maroon {
  color: #85144b;
}
.color-white {
  color: #fff;
}
.color-silver {
  color: #ddd;
}
.color-gray {
  color: #aaa;
}
.color-black {
  color: #111;
}
.form-control {
  font-size: 16px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control.required_error {
  border-color: #f00;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #eee;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
input[type='radio'],
input[type='checkbox'] {
  line-height: normal;
  margin: 4px 0 0;
  margin-top: 1px 9;
}
input[type='file'] {
  display: block;
}
input[type='radio'] {
  display: none;
}
input[type='radio'] + label {
  font-size: 100%;
}
input[type='radio'] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 8px 0 0;
  cursor: pointer;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><g transform='translate(0 -291.708)'><ellipse ry='2.521' rx='2.521' cy='294.354' cx='2.646' fill='%23fff' stroke='%23333333' stroke-width='.25' stroke-linecap='square' paint-order='markers fill stroke'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='radio']:hover + label span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><g transform='translate(0 -291.708)'><ellipse ry='2.521' rx='2.521' cy='294.354' cx='2.646' fill='%23fff' stroke='%23333333' stroke-width='.25' stroke-linecap='square' paint-order='markers fill stroke'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='radio']:checked + label span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><g transform='translate(0 -291.708)'><ellipse ry='2.521' rx='2.521' cy='294.354' cx='2.646' fill='%23fff' stroke='%23333333' stroke-width='.25' stroke-linecap='square' paint-order='markers fill stroke'/><circle cx='2.646' cy='294.354' r='1.323' fill='\%23FF9B00' paint-order='markers fill stroke'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='radio']:checked:hover + label span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><g transform='translate(0 -291.708)'><ellipse ry='2.521' rx='2.521' cy='294.354' cx='2.646' fill='%23fff' stroke='%23333333' stroke-width='.25' stroke-linecap='square' paint-order='markers fill stroke'/><circle cx='2.646' cy='294.354' r='1.323' fill='\%23FF9B00' paint-order='markers fill stroke'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='checkbox'] {
  display: none;
}
input[type='checkbox'] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 8px 0 0;
  cursor: pointer;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><path fill='%23fff' stroke='%23333333' stroke-width='.313' stroke-linecap='square' paint-order='markers fill stroke' d='M.156.157h4.979v4.979H.156z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='checkbox']:hover + label span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><path fill='%23fff' stroke='%23333333' stroke-width='.313' stroke-linecap='square' paint-order='markers fill stroke' d='M.156.157h4.979v4.979H.156z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='checkbox']:checked + label span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><path fill='%23fff' stroke='%23333333' stroke-width='.313' stroke-linecap='square' paint-order='markers fill stroke' d='M.156.157h4.979v4.979H.156z'/><path d='M4.037 1.081L2.297 2.82 1.256 1.777l-.696.695L2.298 4.21l2.434-2.434z' fill='$green_svg'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='checkbox']:checked:hover + label span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><path fill='%23fff' stroke='%23333333' stroke-width='.313' stroke-linecap='square' paint-order='markers fill stroke' d='M.156.157h4.979v4.979H.156z'/><path d='M4.037 1.081L2.297 2.82 1.256 1.777l-.696.695L2.298 4.21l2.434-2.434z' fill='$green_svg'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='checkbox'].required_error + label {
  color: #f00;
}
legend {
  font-size: 21px;
  line-height: inherit;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-weight: bold;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input {
  line-height: normal;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input,
button,
select,
textarea {
  font-family: "Open Sans";
  font-size: inherit;
  line-height: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Open Sans";
  margin: 0;
  color: #1a1a1a;
}
select {
/** for the dropdown indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 20px;
}
a.btn {
  text-decoration: none;
  color: #1a1a1a !important;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ff9b00;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 1.3em;
}
.btn.dark {
  background: #1a1a1a;
  color: #ff9b00;
}
.btn.disabled {
  background: #e5e5e5;
  color: #fff;
}
.btn.change_del_type {
  margin: 0 15px;
  background: #1a1a1a;
  color: #ff9b00;
  font-size: 1.2em;
}
.btn.change_del_type.active {
  background: #ff9b00;
  color: #1a1a1a;
  font-size: 1.4em;
}
.btn_upload {
  text-align: center;
  border: 1px solid #ccc;
}
/*SHOP*/
#homepage #main_banner {
  background: #fff;
}
#homepage width 100% {
  overflow: hidden;
}
#homepage width 100% img {
  width: 100%;
}
.quick_buy input[type=submit],
.quick_buy_silent input[type=submit] {
  text-indent: 9999px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.836 26.836'><path fill='\%23FF9B00' d='M9.412 19.05a1.63 1.63 0 0 0-1.626 1.625 1.63 1.63 0 0 0 1.626 1.626 1.63 1.63 0 0 0 1.625-1.626 1.63 1.63 0 0 0-1.625-1.625zM4.536 6.048v1.625H6.16l2.926 6.176-1.138 1.95c-.081.244-.163.57-.163.813a1.63 1.63 0 0 0 1.626 1.625h9.751v-1.625H9.737a.175.175 0 0 1-.163-.162v-.082l.732-1.381h6.013c.65 0 1.138-.325 1.382-.813l2.925-5.282c.163-.163.163-.244.163-.406 0-.488-.325-.813-.813-.813H7.949l-.732-1.625zM17.538 19.05a1.63 1.63 0 0 0-1.625 1.625 1.63 1.63 0 0 0 1.625 1.626 1.63 1.63 0 0 0 1.625-1.626 1.63 1.63 0 0 0-1.625-1.625zm9.298-5.632a13.418 13.418 0 0 1-13.418 13.418A13.418 13.418 0 0 1 0 13.418 13.418 13.418 0 0 1 13.418 0a13.418 13.418 0 0 1 13.418 13.418z' /></svg>");
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position: center center;
  background-color: #1a1a1a;
}
.desc_container {
  position: relative;
  margin-bottom: 35px;
}
.desc_container .desc_inside {
  height: 220px;
  overflow: hidden;
}
.desc_container .desc_more {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.desc_container .desc_hideout {
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(255,255,255,0), #fff);
}
.error_message {
  text-align: right;
  font-size: 0.9em;
  font-weight: bold;
  color: #f00;
}
#free_delivery {
  margin-top: 50px;
  font-size: 1.1em;
  font-variant: italic;
  text-align: center;
}
.cart_bottom_menu {
  margin-top: 30px;
}
.cart_bottom_menu .cart_btn {
  position: relative;
}
.cart_bottom_menu .arrow_left {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.cart_bottom_menu .arrow_right {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
}
#profil_hover_box {
  line-height: 30px;
}
#profil_hover_box a {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  height: auto;
}
#cart_menu .menu_item {
  width: 25%;
  float: left;
  padding: 15px;
  text-align: center;
}
#cart_menu .menu_item.active {
  background: #8c8c8c;
}
#cart_menu a:hover {
  background: transparent;
  color: #fff;
}
#cart_menu a,
#cart_menu div {
  background: #1a1a1a;
  color: #fff;
  display: block;
  position: relative;
}
#cart_menu a.active,
#cart_menu div.active {
  color: #404040;
  font-weight: 700;
}
#cart_menu a .arrow,
#cart_menu div .arrow {
  display: block;
  position: absolute;
  right: -10px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #1a1a1a;
  z-index: 2;
}
#cart_menu a .arrow.active,
#cart_menu div .arrow.active {
  border-left-color: #8c8c8c;
}
#cart_small {
  line-height: 20px;
}
#cart_small table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
#cart_small table tr {
  border-bottom: 1px dotted #ccc;
}
#cart_small table tr td {
  padding: 5px 10px;
}
#cart_small table tr.border:first-child td {
  border: none;
}
#cart_small table tr.border td {
  border-top: 1px solid #e5e5e5;
}
#cart_small h3 {
  margin-top: 0;
}
#cart_small .align_right {
  text-align: right;
}
#cart_small strong {
  color: #ff9b00;
}
#cart_small img {
  width: 35px;
}
table#cart {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  margin-top: 10px;
}
table#cart a {
  color: #666;
}
table#cart tr.disabled td {
  background: #efefef;
  color: #c0c0c0;
}
table#cart thead tr td {
  background: #1a1a1a;
  color: #fff;
  font-weight: 700;
}
table#cart thead tr td a {
  color: #fff;
  font-weight: 700;
}
table#cart img {
  width: 100%;
}
table#cart td {
  padding: 8px 15px;
}
table#cart td.full_price {
  white-space: nowrap;
  font-weight: 700;
}
table#cart td.product_image {
  max-width: 100px;
}
table#cart tr {
  border-top: 1px solid #efefef;
}
table#cart tr:first-child {
  border: none;
}
table#cart tr.subproducts {
  padding-left: 55px;
}
table#cart tr.subproducts td:first-child {
  padding-left: 55px;
}
table#cart tr.coupon_usage td {
  padding: 25px 0;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  border-top: 1px solid #efefef;
  background: #fff;
}
table#cart tr.coupon_usage td form#coupon {
  display: none;
}
table#cart tr.coupon_usage td label {
  display: none;
}
table#cart tr.coupon_usage td .form-group {
  margin: 0;
  margin: 10px 0;
}
table#cart tr.full_sum td {
  white-space: nowrap;
  vertical-align: middle;
  border-top: 1px solid #efefef;
  background: #fff;
  font-size: 1.2em;
}
table#cart tr.full_sum td strong.full_sum {
  white-space: nowrap;
  color: #1a1a1a;
  font-size: 1.4em;
}
table#cart #code_submit {
  margin-top: 0;
}
.panel {
  margin-top: 30px;
  padding: 15px;
}
.panel.grey {
  background: #e5e5e5;
}
.panel h3 {
  margin-top: 0px;
}
.panel .radio {
  padding: 10px 0;
  border-top: 1px solid #efefef;
}
.panel .radio.first {
  border-top: none;
}
#modal h3 {
  color: #fff;
}
#modal .product {
  background-color: transparent;
  color: #fff;
}
#modal .product .data_cell.product_thumb {
  padding: 0 15px;
  width: 30%;
}
#modal .product .data_cell.name {
  width: 60%;
}
#modal .product .data_cell.desc {
  display: none;
}
#modal .product .data_cell.price strong {
  color: #fff;
}
#modal .quick_buy input[type=submit] {
  background-color: #ff9b00;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.836 26.836'><path d='M9.412 19.05a1.63 1.63 0 0 0-1.626 1.625 1.63 1.63 0 0 0 1.626 1.626 1.63 1.63 0 0 0 1.625-1.626 1.63 1.63 0 0 0-1.625-1.625zM4.536 6.048v1.625H6.16l2.926 6.176-1.138 1.95c-.081.244-.163.57-.163.813a1.63 1.63 0 0 0 1.626 1.625h9.751v-1.625H9.737a.175.175 0 0 1-.163-.162v-.082l.732-1.381h6.013c.65 0 1.138-.325 1.382-.813l2.925-5.282c.163-.163.163-.244.163-.406 0-.488-.325-.813-.813-.813H7.949l-.732-1.625zM17.538 19.05a1.63 1.63 0 0 0-1.625 1.625 1.63 1.63 0 0 0 1.625 1.626 1.63 1.63 0 0 0 1.625-1.626 1.63 1.63 0 0 0-1.625-1.625zm9.298-5.632a13.418 13.418 0 0 1-13.418 13.418A13.418 13.418 0 0 1 0 13.418 13.418 13.418 0 0 1 13.418 0a13.418 13.418 0 0 1 13.418 13.418z' fill='$dark_svg' /></svg>");
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position: center center;
}
.product {
  background: #fff;
  border-bottom: dotted 1px #808080;
  padding: 15px 0;
}
.product .detail_button {
  width: 120px;
}
.product .product_image {
  height: 200px;
}
.product .params {
  padding-left: 15%;
  margin-top: 10px;
}
.product .params .param_cell {
  display: inline-block;
  margin-right: 15px;
}
.product .data_cell {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}
.product .data_cell.name_full {
  width: 100%;
  display: block !important;
}
.product .data_cell.product_thumb {
  padding: 0 10px;
  width: 15%;
}
.product .data_cell.name {
  width: 25%;
}
.product .data_cell.desc {
  width: 40%;
  padding: 0 15px;
}
.product .data_cell.price {
  width: 10%;
  text-align: right;
}
.product .data_cell.buy {
  width: 10%;
}
.product h2 {
  font-size: 1.4em;
  margin: 0;
}
.product h3 {
  font-size: 0.8em;
  color: #1a1a1a;
  margin-top: 5px;
  font-weight: bold;
}
.product p {
  margin-top: 15px;
  font-size: 0.8em;
  height: 50px;
  overflow: hidden;
  margin-bottom: 5px;
}
.product img {
  width: 100%;
}
.product a {
  text-decoration: none;
}
.product .price {
  margin-top: 0;
  position: relative;
  color: #1a1a1a;
  font-size: 1.4em;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
}
.product .original_price {
  white-space: nowrap;
  font-size: 0.8em;
  font-family: "Open Sans";
  text-decoration: line-through;
  color: #ccc;
  left: 0;
}
.product .btn {
  position: relative;
}
.info {
  font-size: 1.2em;
}
.info.empty_cart {
  margin: 40px;
  text-align: center;
}
.info_column {
  text-align: center;
}
.info_column .inner_cont {
  padding-right: 30px;
  margin-right: 30px;
  border-right: #d9d9d9 1px solid;
}
.info_column .product {
  margin-bottom: 30px;
}
.info_column .product .product_image {
  height: 100px;
}
.subcat {
  margin-bottom: 30px;
  text-align: center;
}
.subcat a {
  color: #1a1a1a;
}
.subcat .inner_cont {
  padding: 6px 5px;
  border: #d9d9d9 1px solid;
}
.subcat .cat_name {
  padding: 10px;
}
.subcat img {
  width: 100%;
}
#subcat_container {
  margin: 30px 0;
}
#subcat_container p {
  margin: 0;
}
#add2cart_buttons {
  padding: 30px 0;
}
#tags,
#tags_left {
  font-size: 0.8em;
  position: absolute;
  width: 80px;
  top: 15px;
  text-align: right;
}
#tags .tag,
#tags_left .tag {
  display: inline-block;
  white-space: nowrap;
  background: #ff9b00;
  color: #fff;
  border-radius: 5px;
  padding: 3px;
  margin-top: 3px;
}
#tags .tag.transparent,
#tags_left .tag.transparent {
  background: transparent;
}
#tags .tag.red,
#tags_left .tag.red {
  background: #f00;
}
#tags .tag.discount,
#tags_left .tag.discount {
  font-weight: bold;
  font-size: 2em;
}
#tags .tag img,
#tags_left .tag img {
  width: 50px;
  float: left;
}
#tags_left {
  left: 0px;
}
#tags {
  right: 5px;
}
#doprava_a_platba h3 {
  margin-bottom: 0;
}
#doprava_a_platba p {
  margin-top: 10px;
}
#product_detail {
  background: #fff;
  padding-bottom: 150px;
}
#product_detail #product_main_info #code,
#product_detail #product_main_info #manufacturer {
  margin-top: 15px;
  display: inline-block;
  font-size: 0.8em;
}
#product_detail h1 {
  margin: 30px 0 0 0;
}
#product_detail .images {
  margin-top: 30px;
  position: relative;
}
#product_detail .images img.main_image {
  width: 100%;
}
#product_detail .images .detail_images {
  position: absolute;
  width: 15%;
  left: 15px;
  bottom: 15px;
}
#product_detail .images .detail_images img {
  width: 100%;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.1);
}
#product_detail #coproducts span {
  margin: 10px;
  display: block;
  float: left;
  text-align: center;
}
#product_detail #coproducts span a {
  display: block;
}
#product_detail #buy_panel_mobile {
  text-align: center;
  position: fixed;
  height: 130px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
  bottom: 0;
  left: 0;
  z-index: 11;
  padding: 15px;
}
#product_detail #buy_panel_mobile .current_price {
  color: #ff9b00;
  font-weight: 700;
  font-size: 1.4em;
}
#product_detail #buy_panel_mobile form {
  text-align: center;
  margin-top: 10px;
}
#product_detail #buy_panel_mobile .btn {
  padding: 0 15px;
  margin: 0;
  margin-left: 15px;
  height: 52px;
  line-height: 52px;
}
#product_detail #buy_panel {
  padding: 30px;
  margin: 15px 0;
  margin-top: 30px;
  border-radius: 5px;
  float: left;
}
#product_detail #buy_panel .btn {
  margin: 0;
  margin-left: 10px;
}
#product_detail #buy_panel span {
  font-size: 0.8em;
  color: #808080;
}
#product_detail #price {
  margin: 0;
}
#product_detail #price .original_price {
  display: inline-block;
  font-size: 1.1em;
  text-decoration: line-through;
  color: #808080;
  min-height: 15px;
}
#product_detail #price .current_price_without {
  color: #ff9b00;
  font-weight: 700;
  font-size: 1.1em;
}
#product_detail #price .current_price {
  color: #ff9b00;
  font-weight: 700;
  font-size: 2.3em;
}
#product_detail #buy {
  position: relative;
  top: 11px;
  padding-top: 15px;
  margin: 0;
}
#product_detail #buy #add2cart {
  padding: 0 15px;
  margin-left: 15px;
  height: 52px;
  line-height: 52px;
}
#product_detail ul {
  padding: 0;
  margin-left: 25px;
}
#product_detail ul li {
  padding: 0 15px;
  margin-top: 5px;
}
#product_detail ul li p {
  margin: 0;
}
#product_detail .product_detail_panel {
  padding: 15px 30px;
  background: #e5e5e5;
  margin: 15px 0;
}
#product_detail .product_detail_panel h3 {
  margin: 15px 0;
}
#product_detail .product_detail_panel.white {
  background: transparent;
}
#product_detail .product_detail_panel.dark {
  background: #ff9b00;
  color: #fff;
}
#product_detail .product_detail_panel.dark p {
  color: #fff;
}
#product_detail .product_detail_panel p {
  margin: 10px 0;
}
#product_detail .product_detail_panel table {
  border-collapse: collapse;
  width: 100%;
  margin: 50px 0;
  border: none;
}
#product_detail .product_detail_panel table td {
  border: none;
  padding: 5px 15px;
}
#product_detail .product_detail_panel table tr:nth-child(odd) {
  background: #e5e5e5;
}
#product_detail .product_detail_panel table tr:nth-child(even) {
  background: #fff;
}
#product_detail .product_detail_panel button#add2cart {
  height: 52px;
  line-height: 48px;
}
@media (max-width: 479px) {
  #product_detail .cart_bottom_menu .btn {
    float: none;
    display: block;
    margin: 15px 0;
  }
}
#modal_full_background {
  display: none;
  background: rgba(255,255,255,0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1200;
}
#modal {
  display: none;
  position: absolute;
  background: #1a1a1a;
  color: #fff;
  padding: 15px;
  width: 60%;
  left: 20%;
  min-height: 200px;
  top: 100px;
  z-index: 1201;
  box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
}
#modal h1 {
  color: #ff9b00;
}
#modal p {
  color: #fff;
}
@media (max-width: 1024px) {
  #modal {
    width: 90%;
    left: 5%;
  }
}
#modal_close {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='269.502' height='269.502' viewBox='0 0 71.306 71.306'><g fill='none' stroke='\%23FF9B00' stroke-width='6.501' stroke-linecap='round'><path d='M55.549 15.757L15.757 55.549M55.549 55.549L15.757 15.757'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-color: #1a1a1a;
  text-indent: 9999px;
  overflow: hidden;
}
.sliedie_container {
  overflow: hidden;
  width: 100%;
}
.sliedie {
  position: relative;
  z-index: 90;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
}
.sliedie li {
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.sliedie li img {
  height: 100%;
}
.sliedie_dots {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #fff;
}
.sliedie_dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 7px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.964 58.964'><path d='M58.964 29.482a29.482 29.482 0 01-29.482 29.482A29.482 29.482 0 010 29.482 29.482 29.482 0 0129.482 0a29.482 29.482 0 0129.482 29.482z' fill='%23FFF' opacity='0.4' /></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.sliedie_dot.active,
.sliedie_dot:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.964 58.964'><path d='M58.964 29.482a29.482 29.482 0 01-29.482 29.482A29.482 29.482 0 010 29.482 29.482 29.482 0 0129.482 0a29.482 29.482 0 0129.482 29.482z' fill='%23FFF' opacity='0.9' /></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.sliedie_message {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}
.sliedie_left,
.sliedie_right {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 90px;
  margin-top: -35px;
  z-index: 100;
  opacity: 0.4;
}
.sliedie_left {
  left: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.304 30.53' height='115.388' width='72.959'><path d='M1.213 12.354a4 4 0 01.453-.373l10.77-10.77a4 4 0 115.656 5.657l-8.396 8.397 8.396 8.397a4 4 0 11-5.656 5.656L1.672 18.555a4 4 0 01-1.67-3.244A4 4 0 010 15.187a4 4 0 010-.001 4 4 0 010-.001 4 4 0 011.213-2.831z' fill='%23FFF'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.sliedie_right {
  right: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.304 30.53' height='115.388' width='72.959'><path d='M18.091 12.354a4 4 0 00-.453-.373L6.868 1.21a4 4 0 10-5.657 5.657l8.397 8.397-8.397 8.397a4 4 0 105.657 5.656l10.764-10.763a4 4 0 001.67-3.244 4 4 0 00.002-.124 4 4 0 000-.001 4 4 0 000-.001 4 4 0 00-1.213-2.831z' fill='%23FFF'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.sliedie_left:hover,
.sliedie_right:hover {
  opacity: 0.9;
}
.plusminus{font-size:1.3em;font-weight:700;width:100px;height:50px !important;padding:25px}.plusminus_container{width:100px;height:50px}.arrow{width:15px;height:15px;position:absolute;right:8px}.arrow.plus{top:6px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.358 16.358' height='61.826' width='61.826'><g fill='none' stroke='%23FEB645' stroke-width='5' stroke-linecap='round'><path d='M8.18 2.536v11.287M13.823 8.18H2.536'/></g></svg>");background-repeat:no-repeat;background-size:15px 15px;background-position:center center}.minus{bottom:3px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.358 16.358' height='61.826' width='61.826'><path d='M13.823 8.18H2.536' fill='none' stroke='%23FEB645' stroke-width='5' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-size:15px 15px;background-position:center center}@media (min-width:480px) and (max-width:799px){.qty_changer{width:101px !important}}@media (max-width:479px){.plusminus{padding-left:8px;width:70px}.plusminus_container{width:70px;text-align:left}.qty_changer{width:70px !important}}html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.cssload-container {
    width: 167px;
    margin: 135px auto;
    font-size: 0;
    position: absolute;
    
    top: 50%;
    left: 50%;
    
    margin-left: -83px;
    margin-top: -66px;

    transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
    animation: cssload-clockwise 6s linear infinite;
        -o-animation: cssload-clockwise 6s linear infinite;
        -ms-animation: cssload-clockwise 6s linear infinite;
        -webkit-animation: cssload-clockwise 6s linear infinite;
        -moz-animation: cssload-clockwise 6s linear infinite;
}
.cssload-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border: 14px solid rgb(229,229,229);
    border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
    box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
}
.cssload-container:after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    border: 14px solid rgb(229,229,229);
    border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
    box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
}

.cssload-lt, .cssload-rt, .cssload-lb, .cssload-rb {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 90px;
    height: 45px;
    opacity: 1;
}
.cssload-lt:before, .cssload-rt:before, .cssload-lb:before, .cssload-rb:before {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    border-top: 14px solid rgb(253,157,39);
    border-right: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid transparent;
    border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
    box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-lt {
    margin-right: -14px;
    animation: cssload-lt 2s linear -2000ms infinite;
        -o-animation: cssload-lt 2s linear -2000ms infinite;
        -ms-animation: cssload-lt 2s linear -2000ms infinite;
        -webkit-animation: cssload-lt 2s linear -2000ms infinite;
        -moz-animation: cssload-lt 2s linear -2000ms infinite;
}
.cssload-lt:before {
    top: 0;
    left: 0;
    animation: cssload-not-clockwise 1s linear infinite;
        -o-animation: cssload-not-clockwise 1s linear infinite;
        -ms-animation: cssload-not-clockwise 1s linear infinite;
        -webkit-animation: cssload-not-clockwise 1s linear infinite;
        -moz-animation: cssload-not-clockwise 1s linear infinite;
}

.cssload-rt {
    animation: cssload-lt 2s linear -1000ms infinite;
        -o-animation: cssload-lt 2s linear -1000ms infinite;
        -ms-animation: cssload-lt 2s linear -1000ms infinite;
        -webkit-animation: cssload-lt 2s linear -1000ms infinite;
        -moz-animation: cssload-lt 2s linear -1000ms infinite;
}
.cssload-rt:before {
    top: 0;
    right: 0;
    animation: cssload-clockwise 1s linear infinite;
        -o-animation: cssload-clockwise 1s linear infinite;
        -ms-animation: cssload-clockwise 1s linear infinite;
        -webkit-animation: cssload-clockwise 1s linear infinite;
        -moz-animation: cssload-clockwise 1s linear infinite;
}

.cssload-lb {
    margin-right: -14px;
    animation: cssload-lt 2s linear -1500ms infinite;
        -o-animation: cssload-lt 2s linear -1500ms infinite;
        -ms-animation: cssload-lt 2s linear -1500ms infinite;
        -webkit-animation: cssload-lt 2s linear -1500ms infinite;
        -moz-animation: cssload-lt 2s linear -1500ms infinite;
}
.cssload-lb:before {
    bottom: 0;
    left: 0;
    animation: cssload-not-clockwise 1s linear infinite;
        -o-animation: cssload-not-clockwise 1s linear infinite;
        -ms-animation: cssload-not-clockwise 1s linear infinite;
        -webkit-animation: cssload-not-clockwise 1s linear infinite;
        -moz-animation: cssload-not-clockwise 1s linear infinite;
}

.cssload-rb {
    animation: cssload-lt 2s linear -500ms infinite;
        -o-animation: cssload-lt 2s linear -500ms infinite;
        -ms-animation: cssload-lt 2s linear -500ms infinite;
        -webkit-animation: cssload-lt 2s linear -500ms infinite;
        -moz-animation: cssload-lt 2s linear -500ms infinite;
}
.cssload-rb:before {
    bottom: 0;
    right: 0;
    animation: cssload-clockwise 1s linear infinite;
        -o-animation: cssload-clockwise 1s linear infinite;
        -ms-animation: cssload-clockwise 1s linear infinite;
        -webkit-animation: cssload-clockwise 1s linear infinite;
        -moz-animation: cssload-clockwise 1s linear infinite;
}

@keyframes cssload-clockwise {
    0% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(315deg);
    }
}

@-o-keyframes cssload-clockwise {
    0% {
        -o-transform: rotate(-45deg);
    }
    100% {
        -o-transform: rotate(315deg);
    }
}

@-ms-keyframes cssload-clockwise {
    0% {
        -ms-transform: rotate(-45deg);
    }
    100% {
        -ms-transform: rotate(315deg);
    }
}

@-webkit-keyframes cssload-clockwise {
    0% {
        -webkit-transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(315deg);
    }
}

@-moz-keyframes cssload-clockwise {
    0% {
        -moz-transform: rotate(-45deg);
    }
    100% {
        -moz-transform: rotate(315deg);
    }
}

@keyframes cssload-not-clockwise {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(-315deg);
    }
}

@-o-keyframes cssload-not-clockwise {
    0% {
        -o-transform: rotate(45deg);
    }
    100% {
        -o-transform: rotate(-315deg);
    }
}

@-ms-keyframes cssload-not-clockwise {
    0% {
        -ms-transform: rotate(45deg);
    }
    100% {
        -ms-transform: rotate(-315deg);
    }
}

@-webkit-keyframes cssload-not-clockwise {
    0% {
        -webkit-transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(-315deg);
    }
}

@-moz-keyframes cssload-not-clockwise {
    0% {
        -moz-transform: rotate(45deg);
    }
    100% {
        -moz-transform: rotate(-315deg);
    }
}

@keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}@media (max-width: 480px) {
  p {
    line-height: 1.25em;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25em;
    text-align: center;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  .mini_menu,
  .top_mini_menu {
    display: none;
  }
  #modal h1 {
    margin: 0;
  }
  #add2cart_buttons {
    margin: 0;
    padding: 0;
  }
  #add2cart_buttons .btn {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  #product_detail #buy_panel {
    padding: 0;
  }
  .product .params {
    padding-left: 0;
  }
  .product .product_thumb {
    height: 50px;
  }
  table#cart td {
    padding: 5px 3px;
  }
  table#cart td.qty_changer {
    width: 80px !important;
  }
  table#cart td.product_name {
    width: 60%;
  }
  table#cart td.delete_product {
    width: 10%;
  }
  table#cart td.full_price {
    width: 5%;
  }
  #header_container #urtago_rozvoz_jidla,
  #header_container #urtago_taxi {
    background-size: auto 100%;
  }
  #header_container #phone_contact {
    font-size: 1.3em;
  }
  #header_container #phone_contact span {
    top: 5px;
  }
  #header_container #urtago_rozvoz_jidla .logo {
    padding: 0;
  }
  #header_container #urtago_rozvoz_jidla .logo img {
    width: 250px;
  }
  #header_container #urtago_pujcovna_elektrokol .logo {
    padding: 0;
  }
  #header_container #urtago_pujcovna_elektrokol .logo img {
    width: 250px;
  }
  #header_container .btn {
    font-size: 1.2em;
  }
  .logo img {
    width: 230px;
  }
  #top_menu_container {
    height: auto;
  }
  #top_menu_container ul {
    float: none;
  }
  #top_menu_container ul li {
    display: block;
  }
  #top_menu_container ul li a {
    display: block;
    text-align: center;
  }
  ul.main_menu {
    display: block;
    width: 100%;
    height: inherit;
  }
  ul.main_menu a {
    display: block;
  }
  ul.main_menu li {
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.main_menu li a {
    padding: 15px 0px;
    text-overflow: ellipsis;
    border: none;
    border-top: 1px solid #333;
  }
  ul.main_menu li:first-child a {
    border: none;
  }
  .photo img {
    width: 100%;
  }
  #footer {
    background: none;
  }
}
@media (min-width: 480px) and (max-width: 800px) {
  p {
    line-height: 1.25em;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25em;
    text-align: center;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  .mini_menu,
  .top_mini_menu {
    display: none;
  }
  #header_container {
    height: 280px;
    position: relative;
  }
  #header_container #urtago_rozvoz_jidla .logo {
    padding: 0;
  }
  #header_container #urtago_rozvoz_jidla .logo img {
    width: 300px;
  }
  #header_container #urtago_pujcovna_elektrokol .logo {
    padding: 0;
  }
  #header_container #urtago_pujcovna_elektrokol .logo img {
    width: 300px;
  }
  #header_container .btn {
    font-size: 1.2em;
  }
  .logo img {
    width: 280px;
  }
  #top_menu_container {
    height: auto;
  }
  #top_menu_container ul {
    float: none;
  }
  #top_menu_container ul li {
    display: block;
  }
  #top_menu_container ul li a {
    display: block;
    text-align: center;
  }
  ul.main_menu {
    display: block;
    width: 100%;
    height: inherit;
  }
  ul.main_menu a {
    display: block;
  }
  ul.main_menu li {
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.main_menu li a {
    padding: 15px 0px;
    text-overflow: ellipsis;
    border: none;
    border-top: 1px solid #fff;
  }
  ul.main_menu li.first a {
    border: none;
  }
  #mini_menu_panel {
    left: -100%;
    width: 80%;
    display: none;
  }
  .photo img {
    width: 100%;
  }
  #footer {
    background: none;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }
  h2 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  #top_contact {
    margin-left: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1023px) {
  p {
    line-height: 1.25em;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    ine-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  .mini_menu {
    display: none;
  }
  #header_container {
    height: 400px;
  }
  #header_container #demo_logo {
    height: 55px;
    background-size: 55px;
    margin-top: 8px;
  }
  #top_contact {
    margin: 0;
  }
}
