.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-family: "Libre Baskerville";
  font-size: 1em;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 0 10px;
  height: 42px;
  line-height: 42px;
  color: #333;
  border: 0px;
  background-color: #efefef;
  background-image: none;
  border-bottom: 3px solid #e1e1e1;
  border-radius: 2px;
}
.form-control:focus,
.form-control:hover {
  border-color: $black90;
  outline: none;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #666;
}
.form-control:-ms-input-placeholder {
  color: #666;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}
.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;
}
.form-control.error,
.form-control.warning {
  border-color: #b89540;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.056 7.056' height='26.667' width='26.667'><path d='M7.056 3.528a3.528 3.528 0 1 1-7.056 0 3.528 3.528 0 0 1 7.056 0' fill='%23f4552a'/><path d='M3.087 2.496V1.41h.888v1.085l-.04 2.037h-.808zm-.026 2.498h.933v.65h-.933z' fill='%23fff'/></svg>");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  background-position: 96% center;
}
.form-control.success {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.056 7.056' height='26.667' width='26.667'><path d='M7.056 3.528a3.528 3.528 0 1 1-7.056 0 3.528 3.528 0 0 1 7.056 0' fill='%2320bc6d'/><path d='M4.939 1.94L3.175 3.704 2.117 2.646l-.706.706 1.764 1.763 2.47-2.469z' fill='%23fff'/></svg>");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  background-position: 96% center;
}
textarea.form-control {
  height: auto;
  height: 220px;
}
.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='$color_svg' 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='$color_svg' 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='$color_svg' stroke-width='.25' stroke-linecap='square' paint-order='markers fill stroke'/><circle cx='2.646' cy='294.354' r='1.323' fill='#8dcf49' 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='$color_svg' stroke-width='.25' stroke-linecap='square' paint-order='markers fill stroke'/><circle cx='2.646' cy='294.354' r='1.323' fill='#8dcf49' 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='$blue_svg' 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='$blue_svg' 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='$blue_svg' 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='%2391ca71'/></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='$blue_svg' 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='%2391ca71'/></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: "Libre Baskerville";
  font-size: 1em;
  line-height: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font: "Libre Baskerville";
  margin: 0;
  color: #ede9e1;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  font-size: 1.3em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  line-height: 25px;
  margin: 0;
  font-weight: 700;
  background: #b89540;
  border-radius: 2px;
  color: #000;
  text-decoration: none;
}
.btn:hover {
  background: #977b35;
}
.btn_upload {
  text-align: center;
  border: none;
}
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;
}
.pagination {
  margin-top: 30px;
  text-align: center;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin: 5px;
  padding: 5px 13px;
  color: #323938;
  text-decoration: none;
}
.pagination a.active,
.pagination span.active {
  background: #8dcf49;
  color: #fff;
  font-weight: bold;
}
.pagination a.active:hover,
.pagination span.active:hover {
  background: #8dcf49;
}
.pagination a:hover,
.pagination span:hover {
  background: #f2faeb;
}
#modal_full_background {
  display: none;
  background: rgba(0,0,0,0.72);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
#modal {
  display: none;
  position: fixed;
  background: #141210;
  border: 1px solid rgba(184,149,64,0.22);
  padding: 2.5rem 2.5rem 2.5rem;
  width: 90%;
  max-width: 460px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 14;
}
#modal_close {
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71.306 71.306'><g fill='none' stroke='%23b89540' 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: 60% 60%;
  background-position: center center;
  background-color: transparent;
  text-indent: 9999px;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.2s;
}
#modal_close:hover {
  opacity: 1;
}
.modal-msg {
  padding-top: 0.25rem;
}
.modal-msg__rule {
  width: 2.5rem;
  height: 2px;
  background: #b89540;
  margin-bottom: 1.25rem;
}
.modal-msg__title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ede9e1;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.modal-msg__title--ok {
  color: #d4ae62;
}
.modal-msg__title--err {
  color: #c0604a;
}
.modal-msg__text {
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(237,233,225,0.6);
}
.modal-msg__text a {
  color: #b89540;
  text-decoration: none;
}
.modal-msg__text a:hover {
  text-decoration: underline;
}
@media (max-width: 799px) {
  body {
    overflow-x: hidden;
    background-position: center 60px;
  }
  p {
    line-height: 1.25em;
  }
  h1 {
    font-size: 2.5em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  #full_banner .motto {
    font-size: 1em;
  }
  #full_banner .motto i {
    bottom: 2px;
  }
  .submenu_container .button {
    font-weight: normal;
    font-size: 0.9em;
  }
  #small_banner {
    height: 70px;
  }
  #full_header {
    height: 70px;
  }
  .iframe_cont {
    padding-bottom: 55%;
  }
  #header_container {
    height: 70px;
  }
  #header_container #logo {
    left: 35px;
    margin-top: 0;
  }
  #header_container #logo img {
    height: 70px;
  }
  #header_container.fixed {
    height: 70px;
  }
  #header_container #main_menu {
    padding: 15px;
    height: auto;
    line-height: 35px;
    text-align: center;
    top: -1000px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #0d0c0a;
    z-index: 120;
  }
  #header_container #main_menu.shown {
    display: block;
  }
  #header_container #main_menu.shown .close_button {
    display: inline-block;
    z-index: 1000;
  }
  #header_container #main_menu .small_menu li {
    display: block;
  }
  #header_container #main_menu .small_menu a {
    color: #fff;
    display: inline-block;
  }
  #header_container #main_menu .small_menu a:hover::before {
    bottom: 2px;
  }
  #header_container #main_menu .small_menu a.active::before {
    bottom: 4px;
  }
  #header_container #main_menu .small_menu a#bandzone {
    top: 0;
  }
  .photo img {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 799px) {
  body {
    overflow-x: hidden;
  }
  .header_back,
  .shadow {
    display: none;
  }
  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;
  }
  section#hbot img#komora {
    top: -1.7%;
    z-index: 99;
    width: 47%;
    left: 50%;
    margin-left: -24.5%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  h1 {
    font-size: 3.5em;
    line-height: 1.125em;
  }
  h2 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
@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;
    line-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  #full_banner .motto {
    font-size: 1.8em;
  }
  #full_banner .motto i {
    bottom: 2px;
  }
  #header_container #logo {
    padding: 15px 15px 15px 15px;
    left: 15px;
    margin-top: 0;
  }
  #header_container #logo img {
    width: 150px;
    height: auto;
    margin-top: 16px;
  }
  #header_container .small_menu a {
    font-size: 0.9em;
    padding: 5px 5px;
  }
  #header_container .small_menu li {
    padding: 0;
  }
  section#hbot h1 {
    margin-top: 35px;
  }
  section#hbot img#komora {
    width: 43%;
    top: -2.7%;
  }
}
@media (min-width: 1366px) and (max-width: 1799px) {
  h1 {
    font-size: 3.5em;
    line-height: 1.125em;
  }
  h2 {
    font-size: 2.1em;
    line-height: 1.25em;
  }
  h3 {
    font-size: 1.7em;
    line-height: 1.25em;
  }
  .product {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1800px) {
  h1 {
    font-size: 4em;
    line-height: 1.135em;
  }
  h2 {
    font-size: 2.2em;
    line-height: 1.35em;
  }
  h3 {
    font-size: 1.8em;
    line-height: 1.35em;
  }
  .product {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
:root {
  --gold: #b89540;
  --gold-lt: #d4ae62;
  --gold-d: rgba(184,149,64,0.15);
  --ink: #0d0c0a;
  --ink2: #141210;
  --paper: #ede9e1;
  --muted: #6b6358;
  --rule: rgba(184,149,64,0.22);
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: #0d0c0a;
  color: #ede9e1;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
p {
  font-family: 'Libre Baskerville', serif;
  font-size: 1em;
  line-height: 1.8;
  margin-top: 0;
}
a {
  color: #b89540;
  text-decoration: none;
  transition: color 0.25s;
}
a:hover {
  color: #d4ae62;
  text-decoration: none;
}
strong {
  color: inherit;
}
.hero-name {
  font-family: 'Abril Fatface', serif;
  font-size: clamp(5rem, 16vw, 13.5rem);
  line-height: 0.86;
  letter-spacing: -0.01em;
  color: #ede9e1;
  text-shadow: 0 2px 60px rgba(184,149,64,0.2), 0 6px 80px rgba(0,0,0,0.9);
}
.label {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #b89540;
}
.section-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #ede9e1;
  line-height: 1.05;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, #b89540, transparent);
}
.rule-l {
  height: 1px;
  background: linear-gradient(90deg, #b89540 0%, transparent 80%);
}
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 200;
  padding: 0 2rem;
  border-bottom: 1px solid transparent;
  transition: background 0.4s, border-color 0.4s;
}
#nav.stuck {
  background: rgba(13,12,10,0.93);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: rgba(184,149,64,0.22);
}
.nav-inner {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  gap: 1.5rem;
}
.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.nav-a {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(237,233,225,0.65);
  text-decoration: none;
  position: relative;
  padding-bottom: 1px;
  transition: color 0.25s;
}
.nav-a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #b89540;
  transition: width 0.3s;
}
.nav-a:hover {
  color: #b89540;
  text-decoration: none;
}
.nav-a:hover::after {
  width: 100%;
}
.icon-a {
  color: #6b6358;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.25s;
}
.icon-a:hover {
  color: #b89540;
}
#mobile-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0 1rem;
  background: rgba(13,12,10,0.97);
  border-top: 1px solid rgba(184,149,64,0.22);
}
#mobile-menu.open {
  display: flex;
}
.btn {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border: 1px solid #b89540;
  color: #b89540;
  padding: 0.6rem 1.6rem;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  transition: background 0.25s, color 0.25s;
}
.btn:hover {
  background: #b89540;
  color: #0d0c0a;
  text-decoration: none;
}
.btn-sm {
  padding: 0.4rem 1rem;
  font-size: 0.56rem;
}
.wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 2rem;
}
.sec {
  padding: 5rem 0;
}
.sec-sm {
  padding: 3.5rem 0;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.gal {
  display: grid;
  grid-template-columns: 5fr 3fr 3fr;
  grid-template-rows: 280px 220px;
  gap: 6px;
}
#hero {
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.hero-img {
  display: block;
  width: 100%;
  height: auto;
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.hero-grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(13,12,10,0.25) 0%, rgba(13,12,10,0.08) 25%, rgba(13,12,10,0.55) 60%, rgba(13,12,10,0.98) 100%);
}
.hero-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(13,12,10,0.6) 0%, transparent 50%);
}
.hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-bottom: 4rem;
}
.skull-ghost {
  position: absolute;
  pointer-events: none;
}
.frame {
  position: relative;
}
.frame::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  left: 8px;
  top: 8px;
  border: 1px solid rgba(184,149,64,0.22);
  z-index: -1;
}
.photo-wrap {
  overflow: hidden;
}
.photo-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.photo-wrap:hover img {
  transform: scale(1.05);
}
.album {
  border: 1px solid rgba(184,149,64,0.22);
  background: #141210;
  overflow: hidden;
  transition: border-color 0.3s;
}
.album:hover {
  border-color: rgba(184,149,64,0.5);
}
.album-art {
  position: relative;
  overflow: hidden;
  background: #0a0908;
}
.album-skull {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.album:hover .album-skull {
  transform: scale(1.07);
}
.album-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(184,149,64,0.08);
  opacity: 0;
  transition: opacity 0.3s;
}
.album:hover .album-play {
  opacity: 1;
}
.galerie-cms .container {
  max-width: none;
  width: auto;
  padding: 0;
}
.galerie-cms .row {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.galerie-cms .row::before,
.galerie-cms .row::after {
  display: none;
}
.galerie-cms .photo {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.galerie-cms .photo a {
  display: block;
  overflow: hidden;
}
.galerie-cms .photo a {
  aspect-ratio: 3/2;
}
.galerie-cms .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}
.galerie-cms .photo:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.diskografie-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: rgba(184,149,64,0.22);
}
.gig {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.1rem 0.75rem;
  border-bottom: 1px solid rgba(184,149,64,0.22);
  transition: background 0.25s;
}
.gig:first-child {
  border-top: 1px solid rgba(184,149,64,0.22);
}
.gig:hover {
  background: rgba(184,149,64,0.04);
}
.gig-date {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.gig-day {
  text-align: center;
  min-width: 4.5rem;
  border-right: 1px solid rgba(184,149,64,0.22);
  padding-right: 1.5rem;
  margin-right: -0.5rem;
}
.gig-day .day-num {
  font-family: 'Abril Fatface', serif;
  font-size: 3.2rem;
  color: #b89540;
  line-height: 1;
  display: block;
}
.gig-day .day-label {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b6358;
  font-family: 'Libre Baskerville', serif;
  margin-top: 0.25rem;
  display: block;
}
.gig-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #ede9e1;
}
.gig-sub {
  font-size: 0.82rem;
  color: #6b6358;
  margin-top: 2px;
}
.field {
  width: 100%;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(184,149,64,0.22);
  color: #ede9e1;
  padding: 0.7rem 0.9rem;
  font-family: 'Libre Baskerville', serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  appearance: none;
  display: block;
}
.field::placeholder {
  color: #6b6358;
}
.field:focus {
  border-color: rgba(184,149,64,0.55);
}
.html_content {
  min-height: calc(100vh - 60px);
}
#page_message {
  background: rgba(184,149,64,0.12);
  color: #ede9e1;
  padding: 12px 2rem;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}
#page_message.success {
  background: rgba(50,120,50,0.25);
}
#page_message.warning {
  background: rgba(180,40,40,0.25);
}
#cookies_lista {
  position: fixed;
  font-size: 0.8em;
  width: 100%;
  bottom: 0;
  z-index: 11;
  padding: 15px 75px;
  background: rgba(13,12,10,0.96);
  color: #ede9e1;
  border-top: 1px solid rgba(184,149,64,0.22);
}
#cookies_lista a {
  color: #b89540;
}
#cookies_lista #cookies_lista_zavrit {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0.9em;
  color: #b89540;
}
#site-footer {
  background: #080706;
  border-top: 1px solid rgba(184,149,64,0.22);
  padding: 1.5rem 2rem;
}
.footer-inner {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.footer-links {
  display: flex;
  gap: 1.5rem;
}
.anim-rise {
  animation: rise 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.anim-float {
  animation: float 8s ease-in-out infinite;
}
.d1 {
  animation-delay: 0.1s;
}
.d2 {
  animation-delay: 0.28s;
}
.d3 {
  animation-delay: 0.46s;
}
.d4 {
  animation-delay: 0.64s;
}
.d5 {
  animation-delay: 0.82s;
}
.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;
}
@media (max-width: 780px) {
  .two-col {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .nav-links {
    display: none;
  }
  .hero-logo {
    display: none;
  }
  #hero {
    display: flex;
    flex-direction: column;
  }
  .nav-inner {
    justify-content: flex-end;
  }
  .hero-content {
    position: static !important;
    background: #0d0c0a;
    padding: 2rem 1.5rem 3rem !important;
    width: 100%;
  }
  .gal {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gig {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
@media (max-width: 700px) {
  .gal {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@-moz-keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}
@-webkit-keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}
@-o-keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}
