/* line 5, ../../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 109, ../sass/screen.scss */
html {
  opacity: 0;
}
/* line 111, ../sass/screen.scss */
html.wf-active {
  opacity: 1;
}

/* line 121, ../sass/screen.scss */
.form-control {
  height: 40px !important;
  font-size: 20px !important;
}

/* line 126, ../sass/screen.scss */
.row.row-grid [class*="col-"] + [class*="col-"] {
  margin-top: 50px;
}

@media (min-width: 1200px) {
  /* line 131, ../sass/screen.scss */
  .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  /* line 136, ../sass/screen.scss */
  .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  /* line 141, ../sass/screen.scss */
  .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}
/* line 151, ../sass/screen.scss */
#pride-page-wrapper img {
  opacity: 0;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

/* line 157, ../sass/screen.scss */
#pride-slider-events {
  margin-top: -80px;
}
/* line 160, ../sass/screen.scss */
#pride-slider-events img {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 164, ../sass/screen.scss */
#pride-slider-events .table-slider {
  display: table;
  height: 100vh;
  width: 100vw;
}
/* line 168, ../sass/screen.scss */
#pride-slider-events .table-slider span {
  display: table-cell;
  vertical-align: middle;
}
/* line 174, ../sass/screen.scss */
#pride-slider-events a.mouse-scroll {
  z-index: 1000;
}

/* line 180, ../sass/screen.scss */
#main-image-container {
  opacity: 0;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

/* line 186, ../sass/screen.scss */
body {
  font-weight: 300;
  font-family: "myriad-pro",sans-serif;
  font-size: 10px;
  background: #fff;
  color: #A0A3A4;
}

/* line 195, ../sass/screen.scss */
a {
  cursor: pointer;
  color: inherit;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  outline: 0;
}
/* line 200, ../sass/screen.scss */
a:hover {
  text-decoration: none;
  color: #00379E;
}

/* line 206, ../sass/screen.scss */
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

/* line 214, ../sass/screen.scss */
.pride-main-content {
  margin-top: 50px;
  min-height: 600px;
}
@media (min-width: 768px) {
  /* line 214, ../sass/screen.scss */
  .pride-main-content {
    margin-top: 80px;
  }
}

/* line 227, ../sass/screen.scss */
.margin-first {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

/* line 233, ../sass/screen.scss */
.margin-middle {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

/* line 239, ../sass/screen.scss */
.margin-last {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

/* line 245, ../sass/screen.scss */
.spacer-full {
  height: 50px;
}
@media (min-width: 768px) {
  /* line 245, ../sass/screen.scss */
  .spacer-full {
    height: 100px;
  }
}

/* line 254, ../sass/screen.scss */
.spacer-half {
  height: 50px;
}
@media (min-width: 768px) {
  /* line 254, ../sass/screen.scss */
  .spacer-half {
    height: 50px;
  }
}

/* line 263, ../sass/screen.scss */
.catalog-spacer {
  height: 80px;
}
@media (min-width: 768px) {
  /* line 263, ../sass/screen.scss */
  .catalog-spacer {
    height: 100px;
  }
}

/* line 273, ../sass/screen.scss */
.spcaer {
  height: 50px;
  float: left;
}

/* line 278, ../sass/screen.scss */
.padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  /* line 278, ../sass/screen.scss */
  .padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 288, ../sass/screen.scss */
.padding-products {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  /* line 288, ../sass/screen.scss */
  .padding-products {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* line 299, ../sass/screen.scss */
img.full {
  width: 100%;
  height: auto;
}

/* line 305, ../sass/screen.scss */
.box-lyon {
  background: url(../../../images/back-lyon.png) no-repeat;
  background-size: cover;
  background-position: left top;
  background-color: #f7f7f7;
}

/* line 312, ../sass/screen.scss */
.padding-30 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
/* line 318, ../sass/screen.scss */
.padding-30:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  /* line 312, ../sass/screen.scss */
  .padding-30 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 00px;
  }
}
@media (min-width: 992px) {
  /* line 312, ../sass/screen.scss */
  .padding-30 {
    padding-right: 60px;
    padding-left: 60px;
    margin-bottom: 00px;
  }
}

/* line 339, ../sass/screen.scss */
.padding-30-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  /* line 339, ../sass/screen.scss */
  .padding-30-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  /* line 339, ../sass/screen.scss */
  .padding-30-row {
    margin-left: -60px;
    margin-right: -60px;
  }
}

/* line 357, ../sass/screen.scss */
.padding-15-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  /* line 357, ../sass/screen.scss */
  .padding-15-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  /* line 357, ../sass/screen.scss */
  .padding-15-row {
    margin-left: -45px;
    margin-right: -45px;
  }
}

/* line 374, ../sass/screen.scss */
.padding-15 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  /* line 374, ../sass/screen.scss */
  .padding-15 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  /* line 374, ../sass/screen.scss */
  .padding-15 {
    padding-right: 45px;
    padding-left: 45px;
    margin-bottom: 55px;
  }
}

/* line 396, ../sass/screen.scss */
.big-radius {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 402, ../sass/screen.scss */
.small-radius {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 417, ../sass/screen.scss */
#video {
  height: -webkit-calc(100vh - 80px);
  height: calc(100vh - 80px);
  overflow: hidden;
  position: relative;
  padding: 0;
}
/* line 425, ../sass/screen.scss */
#video iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

/* line 439, ../sass/screen.scss */
#overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../../../images/overlay.png) repeat;
}

/* line 448, ../sass/screen.scss */
#nav-home {
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
}
/* line 456, ../sass/screen.scss */
#nav-home ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 15px 12px 15px;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* line 461, ../sass/screen.scss */
#nav-home ul li a {
  font-size: 20px;
  color: #fff;
  opacity: 0.7;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 472, ../sass/screen.scss */
#nav-home ul li:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 474, ../sass/screen.scss */
#nav-home ul li:hover a {
  opacity: 1;
}
/* line 480, ../sass/screen.scss */
#nav-home ul li:last-child {
  margin-right: 0px;
}

/* line 494, ../sass/screen.scss */
#pride-map {
  background-color: #FFF;
  height: 400px;
}
/* line 498, ../sass/screen.scss */
#pride-map img {
  opacity: 1;
}

/* line 506, ../sass/screen.scss */
p {
  font-size: 20px;
  color: #696969;
  line-height: 1.5em;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  /* line 506, ../sass/screen.scss */
  p {
    color: #A0A3A4;
  }
}
/* line 516, ../sass/screen.scss */
p:first-child {
  margin-top: 0em;
}
/* line 520, ../sass/screen.scss */
p strong {
  color: #00379E;
}

/* line 529, ../sass/screen.scss */
h1 {
  font-size: 50px;
  color: #00379E;
}
@media (min-width: 768px) {
  /* line 529, ../sass/screen.scss */
  h1 {
    font-size: 60px;
  }
}

/* line 542, ../sass/screen.scss */
h2 {
  font-size: 35px;
  padding-bottom: 30px;
  border-bottom: solid 1px #A0A3A4;
  color: #00379E;
  margin-bottom: 25px;
}
/* line 549, ../sass/screen.scss */
h2 span {
  font-size: 25px;
  color: #696969;
}
@media (min-width: 768px) {
  /* line 549, ../sass/screen.scss */
  h2 span {
    color: #A0A3A4;
  }
}
@media (min-width: 768px) {
  /* line 542, ../sass/screen.scss */
  h2 {
    font-size: 40px;
  }
  /* line 560, ../sass/screen.scss */
  h2 span {
    font-size: 30px;
    color: #A0A3A4;
  }
}

/* line 569, ../sass/screen.scss */
h3 {
  font-size: 20px;
  padding-bottom: 30px;
  border-bottom: solid 1px #A0A3A4;
  color: #00379E;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  /* line 569, ../sass/screen.scss */
  h3 {
    font-size: 30px;
  }
}

/* line 582, ../sass/screen.scss */
h4 {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #696969;
}
@media (min-width: 768px) {
  /* line 582, ../sass/screen.scss */
  h4 {
    color: #A0A3A4;
  }
}

/* line 592, ../sass/screen.scss */
a.big-action {
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 30px;
  border-bottom: solid 1px #A0A3A4;
  color: #00379E;
  display: block;
  position: relative;
  margin-bottom: 50px;
}
/* line 602, ../sass/screen.scss */
a.big-action:after {
  position: absolute;
  right: 0px;
  top: -5px;
  color: #696969;
  content: ">";
  font-size: 1.2em;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (min-width: 768px) {
  /* line 613, ../sass/screen.scss */
  a.big-action:after {
    color: #A0A3A4;
  }
}
/* line 621, ../sass/screen.scss */
a.big-action:hover:after {
  color: #00379E;
}

/* line 630, ../sass/screen.scss */
a.link-contact {
  font-size: 20px;
  padding-left: 60px;
  display: block;
  line-height: 1.2em;
  position: relative;
}
/* line 636, ../sass/screen.scss */
a.link-contact:hover {
  color: #00379E;
}
/* line 641, ../sass/screen.scss */
a.link-contact.form:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 44px;
  height: 47px;
  background: url(../../../images/form-big.png) no-repeat;
}
/* line 652, ../sass/screen.scss */
a.link-contact.download {
  padding-left: 66px;
}
/* line 654, ../sass/screen.scss */
a.link-contact.download:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 50px;
  height: 47px;
  background: url(../../../images/download-big.png) no-repeat;
  background-size: contain;
}
/* line 665, ../sass/screen.scss */
a.link-contact.download:after {
  display: none;
}

/* line 671, ../sass/screen.scss */
ul.box-ul {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.2em;
  list-style-image: url(../../../images/dotUL.png);
  padding-left: 15px;
  color: #696969;
}
@media (min-width: 768px) {
  /* line 671, ../sass/screen.scss */
  ul.box-ul {
    color: #A0A3A4;
  }
}
/* line 683, ../sass/screen.scss */
ul.box-ul li {
  display: list-item;
  margin-bottom: 15px;
  list-style-image: url(../../../images/dotUL.png);
}

/* line 693, ../sass/screen.scss */
a.action {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: solid 1px #A0A3A4;
  color: #00379E;
  display: block;
  margin-top: 50px;
  position: relative;
  padding-right: 30px;
}
/* line 707, ../sass/screen.scss */
a.action:hover:after {
  color: #00379E;
}

/* line 716, ../sass/screen.scss */
a.link:after {
  position: absolute;
  right: 0px;
  top: -2px;
  color: #696969;
  content: ">";
  font-size: 1.2em;
  font-family: "FontAwesome";
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (min-width: 768px) {
  /* line 730, ../sass/screen.scss */
  a.link:after {
    color: #A0A3A4;
  }
}

/* line 741, ../sass/screen.scss */
a.download:after {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #696969;
  content: "\f019";
  font-family: "FontAwesome";
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (min-width: 768px) {
  /* line 752, ../sass/screen.scss */
  a.download:after {
    color: #A0A3A4;
  }
}

/* line 763, ../sass/screen.scss */
a.add:after {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #696969;
  content: "\f055";
  font-family: "FontAwesome";
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (min-width: 768px) {
  /* line 775, ../sass/screen.scss */
  a.add:after {
    color: #A0A3A4;
  }
}

/* line 789, ../sass/screen.scss */
a.remove:after {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #696969;
  content: "\f056";
  font-family: "FontAwesome";
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (min-width: 768px) {
  /* line 800, ../sass/screen.scss */
  a.remove:after {
    color: #A0A3A4;
  }
}

/* line 812, ../sass/screen.scss */
a.message:after {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #696969;
  content: "\f05d";
  font-family: "FontAwesome";
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (min-width: 768px) {
  /* line 823, ../sass/screen.scss */
  a.message:after {
    color: #A0A3A4;
  }
}

/* line 835, ../sass/screen.scss */
a.open:after {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #696969;
  content: "\f055";
  font-family: "FontAwesome";
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (min-width: 768px) {
  /* line 846, ../sass/screen.scss */
  a.open:after {
    color: #A0A3A4;
  }
}

/* line 859, ../sass/screen.scss */
address {
  font-size: 15px;
  margin-top: 20px;
}

/* line 864, ../sass/screen.scss */
a.remove-item,
a.product-add {
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 867, ../sass/screen.scss */
a.remove-item:hover,
a.product-add:hover {
  color: #00379E;
}

/* line 881, ../sass/screen.scss */
#pride-header {
  height: 50px;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  background: url(../../../images/lyon-header.png) no-repeat;
  background-position: 25px top;
  background-color: #00379E;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 881, ../sass/screen.scss */
  #pride-header {
    height: 80px;
    text-align: left;
  }
}

/* line 904, ../sass/screen.scss */
img#main-logo {
  width: 166px;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 904, ../sass/screen.scss */
  img#main-logo {
    margin-top: 22px;
    margin-left: 85px;
    width: 187px;
  }
}

/* line 921, ../sass/screen.scss */
a#hamburger-pride {
  position: absolute;
  left: 15px;
  top: 14px;
}
@media (min-width: 768px) {
  /* line 921, ../sass/screen.scss */
  a#hamburger-pride {
    top: 29px;
  }
}
/* line 931, ../sass/screen.scss */
a#hamburger-pride span {
  background: #f7f7f7;
  display: block;
  width: 40px;
  height: 5px;
  margin-bottom: 4px;
  position: relative;
}

/* line 941, ../sass/screen.scss */
nav#pride-social {
  position: absolute;
  right: 15px;
  top: 28px;
}
/* line 946, ../sass/screen.scss */
nav#pride-social a {
  opacity: 0.7;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
/* line 949, ../sass/screen.scss */
nav#pride-social a:hover {
  opacity: 1;
}

/* line 961, ../sass/screen.scss */
li#menu-item-3540 {
  pointer-events: none;
}

/* line 965, ../sass/screen.scss */
li#menu-item-3642,
li#menu-item-3509,
li#menu-item-186,
li#menu-item-3526,
li#menu-item-183,
li#menu-item-3539,
li#menu-item-184,
li#menu-item-3772 {
  padding-left: 15px;
}

/* line 978, ../sass/screen.scss */
.mm-pride {
  background-color: #f7f7f7;
}
/* line 981, ../sass/screen.scss */
.mm-pride ul li a {
  font-size: 20px;
  color: #A0A3A4 !important;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
/* line 985, ../sass/screen.scss */
.mm-pride ul li a:hover {
  color: #00379E !important;
}
/* line 990, ../sass/screen.scss */
.mm-pride .mm-listview > li > a, .mm-pride .mm-listview > li > span {
  color: inherit;
  display: block;
  margin: 0;
  padding: 15px 15px 15px 20px;
}
/* line 997, ../sass/screen.scss */
.mm-pride li.active > a {
  color: #00379E !important;
}
/* line 1003, ../sass/screen.scss */
.mm-pride a.mm-title {
  font-size: 25px;
  color: #00379E !important;
  font-weight: 300 !important;
}
/* line 1011, ../sass/screen.scss */
.mm-pride .mm-navbar {
  height: 80px !important;
  line-height: 80px !important;
}
/* line 1016, ../sass/screen.scss */
.mm-pride .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 20px;
}
/* line 1020, ../sass/screen.scss */
.mm-pride .mm-btn {
  height: 80px;
}
/* line 1024, ../sass/screen.scss */
.mm-pride .mm-navbar > * {
  padding: 0px 0;
}

/* line 1031, ../sass/screen.scss */
a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

/* line 1033, ../sass/screen.scss */
a.anchor-nopad {
  display: block;
  position: relative;
  top: 0px;
  visibility: hidden;
}

/* line 1044, ../sass/screen.scss */
#pride-footer {
  background-color: #f7f7f7;
}

/* line 1048, ../sass/screen.scss */
.footer-bottom {
  margin-top: 50px;
  font-size: 15px;
}
@media (min-width: 992px) {
  /* line 1048, ../sass/screen.scss */
  .footer-bottom {
    margin-top: 25px;
  }
}
/* line 1057, ../sass/screen.scss */
.footer-bottom a:hover {
  color: #00379E;
}
/* line 1061, ../sass/screen.scss */
.footer-bottom .left {
  text-align: center;
}
@media (min-width: 992px) {
  /* line 1061, ../sass/screen.scss */
  .footer-bottom .left {
    text-align: left;
  }
}
/* line 1069, ../sass/screen.scss */
.footer-bottom .right {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 992px) {
  /* line 1069, ../sass/screen.scss */
  .footer-bottom .right {
    text-align: right;
    margin-top: 0px;
  }
}

/* line 1081, ../sass/screen.scss */
img#logo-footer {
  width: 122px;
  height: 226px;
}

/* line 1086, ../sass/screen.scss */
.logo-bottom {
  text-align: center;
}
@media (min-width: 992px) {
  /* line 1086, ../sass/screen.scss */
  .logo-bottom {
    text-align: left;
  }
}

/* line 1096, ../sass/screen.scss */
#site-map a:hover {
  color: #00379E;
}
/* line 1100, ../sass/screen.scss */
#site-map ul li {
  margin-bottom: 20px;
}
/* line 1104, ../sass/screen.scss */
#site-map ul li.active a {
  color: #00379E;
}
/* line 1108, ../sass/screen.scss */
#site-map ul li.active ul li a {
  color: #A0A3A4;
}
/* line 1115, ../sass/screen.scss */
#site-map ul li:last-child {
  margin-bottom: 0px;
}
/* line 1121, ../sass/screen.scss */
#site-map ul li ul li {
  margin-bottom: 5px;
}
/* line 1123, ../sass/screen.scss */
#site-map ul li ul li:first-child {
  margin-top: 10px;
}
/* line 1126, ../sass/screen.scss */
#site-map ul li ul li:last-child {
  margin-top: 0px;
}
/* line 1129, ../sass/screen.scss */
#site-map ul li ul li a {
  font-size: 12px;
}
/* line 1135, ../sass/screen.scss */
#site-map ul li a {
  font-size: 18px;
}
/* line 1143, ../sass/screen.scss */
#site-map .footer-sitemap-coloumn {
  height: 265px;
  border-right: solid 1px #A0A3A4;
}

/* line 1150, ../sass/screen.scss */
#random-photo {
  text-align: center;
}
/* line 1153, ../sass/screen.scss */
#random-photo h2 {
  border-bottom: none;
  padding-bottom: 0px;
}

/* line 1163, ../sass/screen.scss */
#random-images img.second-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  -moz-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

/* line 1181, ../sass/screen.scss */
#slider-home {
  position: relative;
}

/* line 1189, ../sass/screen.scss */
.bxslider-video iframe {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 1196, ../sass/screen.scss */
#pride-ssp {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -50px;
  bottom: 0px;
  margin: auto;
  color: #fff;
  font-size: 10em;
  opacity: 0.7;
  width: 100%;
  height: 1em;
  text-align: center;
}

/* line 1211, ../sass/screen.scss */
.bx-wrapper .bx-viewport {
  background: #fff none repeat scroll 0 0;
  border: none;
  box-shadow: none;
  left: 0px;
  transform: translateZ(0px);
}

/* line 1218, ../sass/screen.scss */
.bx-wrapper {
  margin-bottom: 15px;
}

/* line 1223, ../sass/screen.scss */
#quote-slider p {
  color: #00379E;
  font-size: 25px;
  margin-top: 0em;
}

/* line 1232, ../sass/screen.scss */
#menu-home ul li {
  display: inline-block;
  margin-right: 16px;
  padding-right: 16px;
  border-right: solid 1px #A0A3A4;
  height: 39px;
}
/* line 1237, ../sass/screen.scss */
#menu-home ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
/* line 1243, ../sass/screen.scss */
#menu-home ul li a {
  font-size: 39px;
}
/* line 1245, ../sass/screen.scss */
#menu-home ul li a:hover {
  color: #00379E;
}

/* line 1254, ../sass/screen.scss */
#menu-photo {
  position: relative;
}
/* line 1256, ../sass/screen.scss */
#menu-photo img.hover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 1263, ../sass/screen.scss */
#menu-photo img.hover:hover {
  opacity: 0.2 !important;
}
/* line 1268, ../sass/screen.scss */
#menu-photo h2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  font-size: 20px;
  height: 1em;
  color: #fff;
  border-bottom: none;
  text-align: center;
  pointer-events: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1286, ../sass/screen.scss */
#menu-photo .blu-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../../../images/overlay.png) repeat;
  background-color: #000;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 1297, ../sass/screen.scss */
#menu-photo .blu-overlay:hover {
  opacity: 0.3;
}

/* line 1304, ../sass/screen.scss */
.box-menu:hover > h2 {
  transform: scale(1.2);
}

/* line 1308, ../sass/screen.scss */
.lyon-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../../../images/back-lyon.png) no-repeat;
  background-size: cover;
  background-position: left top;
  pointer-events: none;
  opacity: 0.7;
}

/* line 1322, ../sass/screen.scss */
#menu01,
#menu02,
#menu04,
#menu05,
#menu03,
#menu06 {
  overflow: hidden;
}

/* line 1331, ../sass/screen.scss */
.box-menu {
  overflow: hidden;
  position: relative;
}

/* line 1340, ../sass/screen.scss */
#menu-events-01,
#menu-events-02,
#menu-events-03,
#menu-events-04 {
  overflow: hidden;
}

/* line 1349, ../sass/screen.scss */
#special-events-slider {
  margin-top: -80px;
}
/* line 1351, ../sass/screen.scss */
#special-events-slider .touchcarousel,
#special-events-slider .touchcarousel-item {
  width: 100vw;
  height: 100vh;
}

/* line 1361, ../sass/screen.scss */
h2#notfound {
  margin-top: 0px;
  position: relative;
}
@media (min-width: 768px) {
  /* line 1361, ../sass/screen.scss */
  h2#notfound {
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  /* line 1361, ../sass/screen.scss */
  h2#notfound {
    margin-top: -200px;
  }
}

/* line 1377, ../sass/screen.scss */
p a:hover {
  color: #00379E;
}

/* line 1389, ../sass/screen.scss */
h2.gsection_title {
  font-weight: 300 !important;
}

/* line 1393, ../sass/screen.scss */
.gform_confirmation_message {
  font-size: 20px !important;
  font-weight: 300  !important;
  color: #A0A3A4 !important;
}

/* line 1400, ../sass/screen.scss */
.gform_body {
  font-size: 20px;
  font-weight: 300;
  color: #696969;
}
@media (min-width: 768px) {
  /* line 1400, ../sass/screen.scss */
  .gform_body {
    color: #A0A3A4;
  }
}
/* line 1409, ../sass/screen.scss */
.gform_body label.gfield_label {
  font-weight: 700 !important;
}
/* line 1413, ../sass/screen.scss */
.gform_body span.gfield_required {
  color: #A0A3A4 !important;
  opacity: 0.5;
}
/* line 1418, ../sass/screen.scss */
.gform_body input[type="text"] {
  border: none !important;
  background-color: #eaeaea;
  color: #000;
}
/* line 1424, ../sass/screen.scss */
.gform_body textarea {
  border: none !important;
  background-color: #eaeaea;
  color: #000;
}
/* line 1430, ../sass/screen.scss */
.gform_body li {
  margin-bottom: 20px !important;
}

/* line 1437, ../sass/screen.scss */
li.gchoice_54_16_0 {
  width: 400px !important;
}

/* line 1441, ../sass/screen.scss */
#field_54_70,
#field_54_69 {
  margin-top: 75px !important;
}

/* line 1446, ../sass/screen.scss */
.gform_footer {
  margin-top: 50px !important;
}
/* line 1450, ../sass/screen.scss */
.gform_footer input.gform_button {
  font-size: 30px !important;
  color: #696969 !important;
  border: none !important;
  float: right !important;
  background: none !important;
  padding: 0px !important;
  padding-bottom: 10px !important;
  border-bottom: solid 1px #A0A3A4 !important;
  position: relative !important;
  background: url(../../../images/submit-big.png) no-repeat right top !important;
  width: 250px !important;
  display: block;
  text-align: left;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (min-width: 768px) {
  /* line 1450, ../sass/screen.scss */
  .gform_footer input.gform_button {
    color: #A0A3A4 !important;
  }
}
/* line 1471, ../sass/screen.scss */
.gform_footer input.gform_button:hover {
  color: #00379E !important;
}
/* line 1478, ../sass/screen.scss */
.gform_footer input#gform_submit_button_43 {
  background: url(../../../images/right-big.png) no-repeat right top !important;
}

/* line 1484, ../sass/screen.scss */
.payment-button {
  font-size: 30px;
  color: #696969;
  border: none;
  background: none;
  padding: 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  position: relative;
  width: 250px;
  display: block;
  text-align: left;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (min-width: 768px) {
  /* line 1484, ../sass/screen.scss */
  .payment-button {
    color: #A0A3A4;
  }
}
/* line 1502, ../sass/screen.scss */
.payment-button:hover {
  color: #00379E !important;
}

/* line 1508, ../sass/screen.scss */
#submit-payment {
  background: url(../../../images/checkout-big.png) no-repeat right top;
  width: 100%;
}

/* line 1513, ../sass/screen.scss */
#resetPay {
  text-align: right;
  background: url(../../../images/left-big.png) no-repeat left top;
}

/* line 1529, ../sass/screen.scss */
.box-who {
  margin-bottom: 50px;
}

/* line 1533, ../sass/screen.scss */
#main-image {
  position: relative;
  padding-bottom: 28.06811509101585%;
  background-color: #ccc;
}

/* line 1539, ../sass/screen.scss */
#main-video-container {
  position: relative;
  background-color: #000;
  max-height: 478px;
  overflow: hidden;
}

/* line 1547, ../sass/screen.scss */
#main-image-container {
  max-height: 478px;
  overflow: hidden;
}

/* line 1554, ../sass/screen.scss */
.box-contact {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  /* line 1554, ../sass/screen.scss */
  .box-contact {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  /* line 1554, ../sass/screen.scss */
  .box-contact {
    margin-bottom: 0px;
  }
}

/* line 1568, ../sass/screen.scss */
.box-contact-xs {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  /* line 1568, ../sass/screen.scss */
  .box-contact-xs {
    margin-bottom: 0px;
  }
}

/* line 1578, ../sass/screen.scss */
#served h2 {
  padding-bottom: 0px;
  border: none;
  margin-bottom: 15px;
}

/* line 1588, ../sass/screen.scss */
#venues img {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 1595, ../sass/screen.scss */
#restrooms-specs table {
  width: 100%;
  font-size: 17px;
  color: #696969;
  margin-top: 25px;
}
@media (min-width: 768px) {
  /* line 1595, ../sass/screen.scss */
  #restrooms-specs table {
    color: #A0A3A4;
  }
}
/* line 1606, ../sass/screen.scss */
#restrooms-specs table tr {
  height: 46px;
  border: none !important;
}
/* line 1613, ../sass/screen.scss */
#restrooms-specs table tr.maps td {
  vertical-align: top;
  padding-top: 25px;
}
/* line 1616, ../sass/screen.scss */
#restrooms-specs table tr.maps td img {
  margin-left: -15px;
}
/* line 1623, ../sass/screen.scss */
#restrooms-specs table tr.even {
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 1627, ../sass/screen.scss */
#restrooms-specs table td {
  width: 12.5%;
  font-weight: 300 !important;
  border: none !important;
}

/* line 1642, ../sass/screen.scss */
#default-forms .gform_wrapper textarea.medium {
  width: 100% !important;
}

/* line 1651, ../sass/screen.scss */
#tent-calculator h3 {
  border-bottom: none;
}

/* line 1658, ../sass/screen.scss */
#linen-spec h3 {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* line 1664, ../sass/screen.scss */
#linen-spec img {
  max-width: 280px;
}
/* line 1668, ../sass/screen.scss */
#linen-spec .linen-box {
  margin-bottom: 25px;
}
/* line 1672, ../sass/screen.scss */
#linen-spec a.action {
  position: absolute;
  right: 15px;
  top: -15px;
  border-bottom: none;
}

/* line 1684, ../sass/screen.scss */
#tent-calculator h3 {
  border-bottom: none;
  margin-bottom: 0px;
}

/* line 1690, ../sass/screen.scss */
form.resources-form {
  font-size: 20px;
  color: #696969;
}
@media (min-width: 768px) {
  /* line 1690, ../sass/screen.scss */
  form.resources-form {
    color: #A0A3A4;
  }
}
/* line 1698, ../sass/screen.scss */
form.resources-form .numbers-row {
  float: left;
  margin-bottom: 50px;
}
/* line 1703, ../sass/screen.scss */
form.resources-form img {
  vertical-align: middle;
  margin-right: 15px;
}
/* line 1708, ../sass/screen.scss */
form.resources-form label {
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  line-height: 50px;
}
/* line 1717, ../sass/screen.scss */
form.resources-form input[type=checkbox],
form.resources-form input[type=radio] {
  display: none;
}
/* line 1722, ../sass/screen.scss */
form.resources-form input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  background: url(../../../images/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
}
/* line 1732, ../sass/screen.scss */
form.resources-form input[type="radio"]:checked + label span {
  background: url(../../../images/check_radio_sheet.png) -30px top no-repeat;
}
/* line 1736, ../sass/screen.scss */
form.resources-form input[type="checkbox"] + label span.smallRadio,
form.resources-form input[type="radio"] + label span.smallRadio {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  background: url(../../../images/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
  background-size: cover;
}
/* line 1748, ../sass/screen.scss */
form.resources-form input[type="checkbox"]:checked + label span.smallRadio,
form.resources-form input[type="radio"]:checked + label span.smallRadio {
  background: url(../../../images/check_radio_sheet.png) -20px top no-repeat;
  background-size: cover;
}
/* line 1756, ../sass/screen.scss */
form.resources-form .numbers-row label {
  display: block;
}
/* line 1761, ../sass/screen.scss */
form.resources-form input.tentsResult[type=text],
form.resources-form input.tents[type=text] {
  border: solid 1px #A0A3A4;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
  color: #00379E;
  float: left;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
/* line 1774, ../sass/screen.scss */
form.resources-form div.buttonADD {
  height: 30px;
  width: 30px;
  float: left;
  border: solid 1px #A0A3A4;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  color: #00379E;
  font-size: 20px;
  cursor: pointer;
  line-height: 27px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 1797, ../sass/screen.scss */
form.resources-form div.button.dec {
  line-height: 24px;
}
/* line 1801, ../sass/screen.scss */
form.resources-form input.guest {
  padding: 15px;
}
/* line 1805, ../sass/screen.scss */
form.resources-form input.results {
  font-size: 30px;
  border: none;
}

/* line 1812, ../sass/screen.scss */
.calculators-button {
  margin-top: 25px;
  float: right;
  font-size: 30px;
  color: #696969;
  border: none;
  background: none;
  padding: 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px #A0A3A4;
  position: relative;
  width: 50% !important;
  display: block;
  text-align: left;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (min-width: 768px) {
  /* line 1812, ../sass/screen.scss */
  .calculators-button {
    color: #A0A3A4;
  }
}
/* line 1831, ../sass/screen.scss */
.calculators-button:hover {
  color: #00379E !important;
}
/* line 1835, ../sass/screen.scss */
.calculators-button.calculator {
  background: url(../../../images/calc-big.png) no-repeat right top !important;
}
/* line 1839, ../sass/screen.scss */
.calculators-button.reset {
  background: url(../../../images/reset-big.png) no-repeat right top !important;
}
/* line 1843, ../sass/screen.scss */
.calculators-button.pdf {
  background: url(../../../images/pdf-big.png) no-repeat right top !important;
}

/* line 1849, ../sass/screen.scss */
#power-calculator {
  font-size: 20px;
  color: #696969;
}
@media (min-width: 768px) {
  /* line 1849, ../sass/screen.scss */
  #power-calculator {
    color: #A0A3A4;
  }
}
/* line 1857, ../sass/screen.scss */
#power-calculator .radio label, #power-calculator .checkbox label {
  padding-left: 00px;
}
/* line 1861, ../sass/screen.scss */
#power-calculator .radio, #power-calculator .checkbox {
  display: block;
  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
}
/* line 1868, ../sass/screen.scss */
#power-calculator h3 {
  border-bottom: none;
  margin-bottom: 0px;
}
/* line 1873, ../sass/screen.scss */
#power-calculator label {
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  line-height: 50px;
}
/* line 1882, ../sass/screen.scss */
#power-calculator input[type=checkbox],
#power-calculator input[type=radio] {
  display: none;
}
/* line 1887, ../sass/screen.scss */
#power-calculator input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  background: url(../../../images/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
}
/* line 1897, ../sass/screen.scss */
#power-calculator input[type="radio"]:checked + label span {
  background: url(../../../images/check_radio_sheet.png) -30px top no-repeat;
}
/* line 1901, ../sass/screen.scss */
#power-calculator .powerCalculator {
  margin-top: 50px;
}
/* line 1905, ../sass/screen.scss */
#power-calculator .numberGen {
  height: 100%;
  position: absolute;
  width: 50px;
  left: -70px;
  top: 0px;
}
/* line 1913, ../sass/screen.scss */
#power-calculator .dotGen {
  width: 50px;
  height: 50px;
  margin: auto;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #00379e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  border: solid 2px #FFF;
  text-align: center;
  line-height: 45px;
  color: #FFF;
  font-size: 25px;
}
/* line 1933, ../sass/screen.scss */
#power-calculator .addRemove {
  bottom: 0;
  height: 66px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0;
  width: 30px;
}
/* line 1943, ../sass/screen.scss */
#power-calculator .dotRem,
#power-calculator .dotAdd {
  float: left;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
/* line 1953, ../sass/screen.scss */
#power-calculator span.dotAdd {
  display: inline-block;
  float: inherit;
  color: #00379e;
}
/* line 1960, ../sass/screen.scss */
#power-calculator .addGen {
  height: 100%;
  position: absolute;
  right: -65px;
  top: 0;
  width: 40px;
}
/* line 1968, ../sass/screen.scss */
#power-calculator .other {
  display: none;
}
/* line 1973, ../sass/screen.scss */
#power-calculator .multipleGenerator {
  display: block;
  opacity: 0;
}
/* line 1978, ../sass/screen.scss */
#power-calculator .multipleGeneratorContainer {
  display: none;
}
/* line 1982, ../sass/screen.scss */
#power-calculator .addedGenerator {
  position: relative;
}

/* line 1988, ../sass/screen.scss */
#toilette {
  font-size: 20px;
  color: #696969;
}
@media (min-width: 768px) {
  /* line 1988, ../sass/screen.scss */
  #toilette {
    color: #A0A3A4;
  }
}
/* line 1996, ../sass/screen.scss */
#toilette h3 {
  border-bottom: none;
  margin-bottom: 0px;
}
/* line 2001, ../sass/screen.scss */
#toilette label {
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  line-height: 50px;
}
/* line 2010, ../sass/screen.scss */
#toilette input[type=checkbox],
#toilette input[type=radio] {
  display: none;
}
/* line 2015, ../sass/screen.scss */
#toilette input[type=text],
#toilette select {
  font-size: 20px;
}
/* line 2020, ../sass/screen.scss */
#toilette input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  background: url(../../../images/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
}
/* line 2030, ../sass/screen.scss */
#toilette input[type="radio"]:checked + label span {
  background: url(../../../images/check_radio_sheet.png) -30px top no-repeat;
}
/* line 2034, ../sass/screen.scss */
#toilette table {
  font-weight: 300 !important;
}
/* line 2037, ../sass/screen.scss */
#toilette table tr {
  font-weight: 300 !important;
}
/* line 2041, ../sass/screen.scss */
#toilette table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 2045, ../sass/screen.scss */
#toilette table tr.hours {
  color: #00379E;
}
/* line 2049, ../sass/screen.scss */
#toilette table td {
  font-weight: 300 !important;
  text-align: right;
}
/* line 2052, ../sass/screen.scss */
#toilette table td span {
  font-size: 12px;
}
/* line 2056, ../sass/screen.scss */
#toilette table td.active {
  color: #fff;
  background-color: #00379E;
}
/* line 2061, ../sass/screen.scss */
#toilette table td:first-child {
  color: #00379E;
  width: 11%;
}

/* line 2072, ../sass/screen.scss */
#link-city h3 {
  border-bottom: none;
  margin-bottom: 0px;
}
/* line 2077, ../sass/screen.scss */
#link-city .box-city {
  height: 200px;
  text-align: center;
}
/* line 2082, ../sass/screen.scss */
#link-city img.hover {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  opacity: 0 !important;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 2092, ../sass/screen.scss */
#link-city img.hover:hover {
  opacity: 1 !important;
}

/* line 2100, ../sass/screen.scss */
#dancers-table {
  margin-top: 50px;
}
/* line 2103, ../sass/screen.scss */
#dancers-table h3 {
  border-bottom: none;
  padding-bottom: 0px;
}
/* line 2107, ../sass/screen.scss */
#dancers-table select {
  font-size: 20px;
}
/* line 2111, ../sass/screen.scss */
#dancers-table input {
  font-size: 20px;
}

/* line 2119, ../sass/screen.scss */
#osd-quote-add {
  position: absolute;
  right: 15px;
  top: 96px;
  z-index: 100;
}

/* line 2126, ../sass/screen.scss */
#detail-ul {
  margin-top: -5px;
}
/* line 2128, ../sass/screen.scss */
#detail-ul li {
  display: inline-block;
  margin-right: 60px;
  float: left;
}
/* line 2132, ../sass/screen.scss */
#detail-ul li:last-child {
  margin-right: 0px;
}
/* line 2137, ../sass/screen.scss */
#detail-ul h2 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  padding-bottom: 0px;
  font-size: 1.5em !important;
  border-bottom: none;
}
/* line 2144, ../sass/screen.scss */
#detail-ul p {
  margin-top: 0px;
}

/* line 2148, ../sass/screen.scss */
.product-box {
  margin-bottom: 30px;
}
/* line 2151, ../sass/screen.scss */
.product-box img {
  margin-bottom: 15px;
}
/* line 2155, ../sass/screen.scss */
.product-box h5 {
  color: #696969;
  font-weight: 300;
  font-size: 20px;
}
@media (min-width: 768px) {
  /* line 2155, ../sass/screen.scss */
  .product-box h5 {
    color: #A0A3A4;
  }
}
/* line 2163, ../sass/screen.scss */
.product-box h5 span {
  font-size: 15px;
}

/* line 2169, ../sass/screen.scss */
.filter-bar {
  position: fixed;
  width: 100%;
  height: 500px;
  left: 0px;
  top: 80px;
  z-index: 800;
}

/* line 2178, ../sass/screen.scss */
a.open-filter {
  position: absolute;
  right: 0px;
  bottom: -50px;
  padding: 15px;
  background-color: #fff;
  font-size: 20px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-left-radius: 12px;
  padding-right: 45px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 2190, ../sass/screen.scss */
a.open-filter:hover {
  color: #00379E;
}
/* line 2193, ../sass/screen.scss */
a.open-filter:after {
  position: absolute;
  right: 10px;
  top: 16px;
  content: "\f002";
  color: #00379E;
  text-align: right;
  font-family: "FontAwesome";
}

/* line 2206, ../sass/screen.scss */
#osd-search-catalog a {
  padding-right: 35px;
  height: 0px;
}
/* line 2210, ../sass/screen.scss */
#osd-search-catalog a:after {
  position: absolute;
  right: 0px;
  top: 16px;
  content: "\f002";
  color: #00379E;
  text-align: right;
  font-family: "FontAwesome";
}

/* line 2225, ../sass/screen.scss */
#search-catalog h4 {
  color: #00379E;
  font-size: 25px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px #00379E;
}
/* line 2234, ../sass/screen.scss */
#search-catalog h5 {
  color: #696969;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 2234, ../sass/screen.scss */
  #search-catalog h5 {
    color: #A0A3A4;
  }
}
/* line 2246, ../sass/screen.scss */
#search-catalog form#search {
  display: block;
  margin-bottom: 50px;
}
/* line 2251, ../sass/screen.scss */
#search-catalog form#search input[type="text"] {
  width: 80%;
  font-size: 20px;
  border: none;
  padding: 10px 15px 10px 15px;
  float: left;
}
/* line 2259, ../sass/screen.scss */
#search-catalog form#search button {
  float: left;
  width: 20%;
  background-color: #00379E;
  color: #fff;
  font-size: 20px;
  border: none;
  padding: 10px 15px 10px 15px;
}
/* line 2271, ../sass/screen.scss */
#search-catalog input[type=checkbox],
#search-catalog input[type=radio] {
  display: none;
}
/* line 2276, ../sass/screen.scss */
#search-catalog label {
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  line-height: 25px;
  font-size: 15px;
}
/* line 2286, ../sass/screen.scss */
#search-catalog input[type=checkbox] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  background: url(../../../images/check_radio_sheet_small.png) left top no-repeat;
  cursor: pointer;
}
/* line 2296, ../sass/screen.scss */
#search-catalog input[type=checkbox]:checked + label span {
  background: url(../../../images/check_radio_sheet_small.png) -15px top no-repeat;
}

/* line 2301, ../sass/screen.scss */
.nav-below {
  margin-top: 50px;
  text-align: center;
}
/* line 2304, ../sass/screen.scss */
.nav-below a {
  font-size: 30px;
  display: inline-block;
  margin-right: 15px;
  color: #00379E;
  padding-top: 5px;
  vertical-align: middle;
}
/* line 2313, ../sass/screen.scss */
.nav-below a.numbers {
  font-size: 20px;
  color: #696969;
  padding-top: 0px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  /* line 2313, ../sass/screen.scss */
  .nav-below a.numbers {
    color: #A0A3A4;
  }
}
/* line 2322, ../sass/screen.scss */
.nav-below a.numbers:hover {
  color: #00379E;
}
/* line 2325, ../sass/screen.scss */
.nav-below a.numbers.active {
  color: #00379E;
}
/* line 2330, ../sass/screen.scss */
.nav-below span {
  display: inline-block;
  margin-right: 15px;
  padding-top: 5px;
  vertical-align: middle;
  font-size: 20px;
  color: #696969;
  padding-top: 0px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  /* line 2330, ../sass/screen.scss */
  .nav-below span {
    color: #A0A3A4;
  }
}
/* line 2345, ../sass/screen.scss */
.nav-below span.active {
  color: #00379E;
}

/* line 2351, ../sass/screen.scss */
#catalog-wrapper {
  position: relative;
  margin-bottom: 60px;
}
/* line 2356, ../sass/screen.scss */
#catalog-wrapper.loading:after {
  position: absolute;
  right: 0px;
  top: 200px;
  left: 0px;
  margin: auto;
  width: 50px;
  height: 50px;
  content: "";
  background: url(../../../images/default.svg) no-repeat;
}
/* line 2371, ../sass/screen.scss */
#catalog-wrapper .product-box h5 {
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 2376, ../sass/screen.scss */
#catalog-wrapper .product-box:hover h5 {
  color: #00379E;
}

/* line 2387, ../sass/screen.scss */
a.show-more {
  position: absolute;
  right: 15px;
  text-align: right;
  font-size: 20px;
  color: #00379E;
  top: 25px;
  padding-right: 25px;
}
/* line 2396, ../sass/screen.scss */
a.show-more:after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "\f078";
  font-family: "FontAwesome";
}
/* line 2406, ../sass/screen.scss */
a.show-more.active:after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "\f077";
  font-family: "FontAwesome";
}

/* line 2419, ../sass/screen.scss */
.touchcarousel {
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 2419, ../sass/screen.scss */
  .touchcarousel {
    height: 200px;
  }
}

/* line 2430, ../sass/screen.scss */
.touchcarousel-item {
  margin-right: 15px;
}

/* line 2434, ../sass/screen.scss */
.touchcarousel-item .last {
  margin-right: 0px;
}

/* line 2438, ../sass/screen.scss */
.touchcarousel-item img {
  margin-right: 15px;
}

/* line 2444, ../sass/screen.scss */
.related-item img {
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  /* line 2444, ../sass/screen.scss */
  .related-item img {
    width: 130px;
    height: 130px;
  }
}

/* line 2456, ../sass/screen.scss */
#mobile-detail table {
  width: 100%;
  font-weight: 300 !important;
  font-size: 15px;
}
/* line 2461, ../sass/screen.scss */
#mobile-detail table tr {
  background-color: #f7f7f7;
  height: 2em;
}
/* line 2466, ../sass/screen.scss */
#mobile-detail table tr.white {
  background-color: #fff;
}
/* line 2470, ../sass/screen.scss */
#mobile-detail table td {
  width: 33.3333333%;
}

/* line 2476, ../sass/screen.scss */
#osd-wrapper {
  position: relative;
}

/* line 2480, ../sass/screen.scss */
#osd-viewer {
  margin-top: -80px;
  height: 100vh;
  background-color: #fff;
  border-bottom: solid 1px #A0A3A4;
}

/* line 2487, ../sass/screen.scss */
#osd-control {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 180px;
  width: 180px;
  border: solid 1px #A0A3A4;
}

/* line 2496, ../sass/screen.scss */
#osd-navigator {
  height: 100%;
  width: 100%;
}

/* line 2501, ../sass/screen.scss */
#osd-zoom {
  position: absolute;
  left: 0px;
  top: -45px;
  width: 100%;
  height: 30px;
  text-align: right;
}
/* line 2508, ../sass/screen.scss */
#osd-zoom .zoom {
  width: 30px;
  height: 30px;
  background-color: #00379E;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

/* line 2524, ../sass/screen.scss */
a.mouse-scroll {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  width: 23px;
  height: 55px;
  margin: auto;
}

/* line 2535, ../sass/screen.scss */
#breadcrumb {
  font-size: 20px;
}
/* line 2538, ../sass/screen.scss */
#breadcrumb span.active {
  color: #00379E;
}
/* line 2542, ../sass/screen.scss */
#breadcrumb a:hover {
  color: #00379E;
}

/* line 2548, ../sass/screen.scss */
#product-details {
  font-size: 20px;
}
/* line 2550, ../sass/screen.scss */
#product-details a:hover {
  color: #00379E;
}

/* line 2556, ../sass/screen.scss */
.product-gal-thumb {
  margin-bottom: 30px;
}

/* line 2560, ../sass/screen.scss */
#anchor-nav {
  margin-top: 15px;
}
/* line 2564, ../sass/screen.scss */
#anchor-nav ul li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #A0A3A4;
}
/* line 2570, ../sass/screen.scss */
#anchor-nav ul li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
/* line 2577, ../sass/screen.scss */
#anchor-nav a {
  display: inline-block;
  color: #A0A3A4;
  font-size: 20px;
}
/* line 2581, ../sass/screen.scss */
#anchor-nav a:hover {
  color: #00379E;
}

/* line 2594, ../sass/screen.scss */
#title-product a.action {
  position: relative;
  border-bottom: none;
  width: 170px;
  margin-top: 0px;
  margin-bottom: 25px;
}

/* line 2604, ../sass/screen.scss */
#osd-search-catalog a {
  position: absolute;
  right: 15px;
  top: 0px;
  background: none;
}

/* line 2613, ../sass/screen.scss */
a.open-filter-mobile {
  position: absolute;
  right: 15px;
  top: 8px;
  color: #fff;
  font-size: 30px;
}

/* line 2621, ../sass/screen.scss */
a.open-wishlist {
  position: absolute;
  left: 0px;
  bottom: -50px;
  padding: 15px;
  background-color: #FFF;
  font-size: 20px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  border-bottom-right-radius: 12px;
  padding-right: 35px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 2639, ../sass/screen.scss */
a.open-wishlist:hover {
  color: #00379E;
}
/* line 2645, ../sass/screen.scss */
a.open-wishlist:after {
  position: absolute;
  right: 10px;
  top: 16px;
  content: "\f13a";
  font-family: "FontAwesome";
}
/* line 2655, ../sass/screen.scss */
a.open-wishlist.active:after {
  position: absolute;
  right: 10px;
  top: 16px;
  content: "\f139";
  font-family: "FontAwesome";
}
/* line 2665, ../sass/screen.scss */
a.open-wishlist.added {
  color: #00379E;
}
/* line 2667, ../sass/screen.scss */
a.open-wishlist.added:after {
  position: absolute;
  right: 10px;
  top: 16px;
  content: "";
  font-family: "FontAwesome";
}

/* line 2678, ../sass/screen.scss */
#osd-wishlist {
  width: 400px;
  position: absolute;
  left: 0px;
  top: 50px;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 2678, ../sass/screen.scss */
  #osd-wishlist {
    top: 80px;
    width: 400px;
  }
}

/* line 2693, ../sass/screen.scss */
#osd-wishlist-container {
  display: none;
  font-size: 20px;
  background-color: #FFF;
  max-height: 400px;
  -webkit-border-bottom-right-radius: none;
  -moz-border-radius-bottomright: none;
  border-bottom-right-radius: none;
  border: solid 1px #00379E;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 25px 15px;
}
@media (min-width: 768px) {
  /* line 2693, ../sass/screen.scss */
  #osd-wishlist-container {
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-right-radius: 12px;
    border: solid 1px #00379E;
    border-top: none;
    border-left: none;
  }
}

/* line 2726, ../sass/screen.scss */
#prodotti .single-product-cart {
  margin-bottom: 15px;
}
/* line 2731, ../sass/screen.scss */
#prodotti h6 {
  color: #00379E;
  font-size: 20px;
}

/* line 2737, ../sass/screen.scss */
a.request-quote {
  display: block;
  padding: 5px 10px 7px 10px;
  background-color: #A0A3A4;
  color: #fff;
  font-size: 20px;
  text-align: center;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* line 2745, ../sass/screen.scss */
a.request-quote:hover {
  background-color: #00379E;
}

/* line 2751, ../sass/screen.scss */
#prodotti-forms {
  font-size: 20px;
}
/* line 2754, ../sass/screen.scss */
#prodotti-forms h2 {
  border-bottom: none;
  font-size: 30px;
  font-weight: 300 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
/* line 2762, ../sass/screen.scss */
#prodotti-forms table {
  width: 100%;
}
/* line 2768, ../sass/screen.scss */
#prodotti-forms table tr:nth-child(even) {
  background-color: #f7f7f7;
}
/* line 2772, ../sass/screen.scss */
#prodotti-forms table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 2777, ../sass/screen.scss */
#prodotti-forms table td.image {
  width: 10%;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 2783, ../sass/screen.scss */
#prodotti-forms table td.title {
  padding-left: 30px;
  width: 60%;
}
/* line 2788, ../sass/screen.scss */
#prodotti-forms table td.add-remove {
  padding-left: 15px;
  width: 20%;
  text-align: right;
}
/* line 2793, ../sass/screen.scss */
#prodotti-forms table td.add-remove input {
  text-align: right;
  width: 50%;
  display: inline-block;
  clear: both;
  margin-right: 30px;
}
/* line 2805, ../sass/screen.scss */
#prodotti-forms table td.remove {
  padding-right: 15px;
  width: 10%;
  text-align: right;
}

/* line 2818, ../sass/screen.scss */
.video-archive-box {
  position: relative;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  background-color: #ccc;
}
/* line 2826, ../sass/screen.scss */
.video-archive-box iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

/* line 2838, ../sass/screen.scss */
.video-archive-container h3 {
  color: #00379E;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px;
  font-size: 25px;
  border-bottom: none;
}
/* line 2846, ../sass/screen.scss */
.video-archive-container p {
  margin-top: 0px;
}

/* line 2854, ../sass/screen.scss */
#gform_50 h4 {
  font-weight: 300;
  color: #00379E;
  font-size: 1.5em;
  padding-bottom: 5px;
  border-bottom: solid 1px #00379E;
  margin-top: 60px;
}
/* line 2863, ../sass/screen.scss */
#gform_50 label.vitolabel {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 2870, ../sass/screen.scss */
#input_24_45 {
  border: none;
  height: 260px;
  border: solid 1px #A0A3A4;
}

/* line 2879, ../sass/screen.scss */
#mot-specs h6 {
  font-size: 30px;
  margin-bottom: 25px;
}
/* line 2884, ../sass/screen.scss */
#mot-specs img {
  margin-top: 50px;
}

/* line 2889, ../sass/screen.scss */
img#window2 {
  width: 132px;
  height: auto;
}
@media (min-width: 768px) {
  /* line 2889, ../sass/screen.scss */
  img#window2 {
    width: 83px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  /* line 2889, ../sass/screen.scss */
  img#window2 {
    width: 83px;
    height: auto;
  }
}

/* line 2906, ../sass/screen.scss */
img#window4 {
  width: 132px;
  height: auto;
}
@media (min-width: 768px) {
  /* line 2906, ../sass/screen.scss */
  img#window4 {
    width: 170px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  /* line 2906, ../sass/screen.scss */
  img#window4 {
    width: 170px;
    height: auto;
  }
}

/* line 2922, ../sass/screen.scss */
img#window6 {
  width: 158px;
  height: auto;
}
@media (min-width: 768px) {
  /* line 2922, ../sass/screen.scss */
  img#window6 {
    width: 206px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  /* line 2922, ../sass/screen.scss */
  img#window6 {
    width: 206px;
    height: auto;
  }
}

/* line 2937, ../sass/screen.scss */
img#window8 {
  width: 260px;
  height: auto;
}
@media (min-width: 768px) {
  /* line 2937, ../sass/screen.scss */
  img#window8 {
    width: 340px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  /* line 2937, ../sass/screen.scss */
  img#window8 {
    width: 340px;
    height: auto;
  }
}

/* line 2954, ../sass/screen.scss */
#gform_wrapper_53 p {
  padding-right: 00px;
}
@media (min-width: 992px) {
  /* line 2954, ../sass/screen.scss */
  #gform_wrapper_53 p {
    padding-right: 100px;
  }
}
/* line 2962, ../sass/screen.scss */
#gform_wrapper_53 label.gfield_label_before_complex[for="input_53_9_1"] {
  font-size: 1.5em !important;
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
  display: block;
  color: #00379E !important;
}
/* line 2971, ../sass/screen.scss */
#gform_wrapper_53 #input_53_9_2_container,
#gform_wrapper_53 #input_53_9_1_container {
  margin-bottom: 15px;
  display: block;
}
/* line 2977, ../sass/screen.scss */
#gform_wrapper_53 #field_53_8 {
  text-align: right;
  font-size: 1.5em;
}
/* line 2982, ../sass/screen.scss */
#gform_wrapper_53 .ginput_total_53 {
  color: #00379E;
}

/* line 2988, ../sass/screen.scss */
#gform_submit_button_53 {
  border: none;
  background: none !important;
  width: auto !important;
  border: none !important;
  padding: 5px 15px 10px 15px !important;
  background-color: #00379E !important;
  color: #fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.7;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 2990, ../sass/screen.scss */
#gform_submit_button_53:before {
  display: none;
}
/* line 2993, ../sass/screen.scss */
#gform_submit_button_53:after {
  display: none;
}
/* line 3008, ../sass/screen.scss */
#gform_submit_button_53:hover {
  opacity: 1;
}

/* line 3020, ../sass/screen.scss */
h1.mto {
  font-size: 50px;
  margin-bottom: 30px;
}

/* line 3025, ../sass/screen.scss */
ul#mto-nav {
  margin-top: 30px;
  margin-bottom: 0px;
}
/* line 3029, ../sass/screen.scss */
ul#mto-nav li {
  display: inline-block;
  margin-right: 30px;
  color: #A0A3A4;
  font-size: 3em;
}
/* line 3035, ../sass/screen.scss */
ul#mto-nav li a {
  opacity: 0.7;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 3038, ../sass/screen.scss */
ul#mto-nav li a:hover {
  opacity: 1;
}

/* line 3047, ../sass/screen.scss */
.mto-scpecs h4 {
  color: #00379E;
  font-size: 25px;
  margin-top: 0px;
}
/* line 3053, ../sass/screen.scss */
.mto-scpecs p {
  margin-bottom: 30px;
}
/* line 3057, ../sass/screen.scss */
.mto-scpecs a {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 30px;
  background-color: #A0A3A4;
  color: #FFF;
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  opacity: 0.7;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 3068, ../sass/screen.scss */
.mto-scpecs a:hover {
  opacity: 1;
}

/* line 3077, ../sass/screen.scss */
#holiday__decor {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ce0000+0,b30000+100 */
  background: #ce0000 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ce0000 0%, #b30000 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ce0000 0%, #b30000 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ce0000 0%, #b30000 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0000', endColorstr='#b30000',GradientType=0 ) !important;
  /* IE6-9 */
  height: 80px !important;
  width: 250px !important;
  position: absolute;
  left: -270px;
  top: -28px;
  color: #fff;
}
/* line 3090, ../sass/screen.scss */
#holiday__decor:after {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 40px;
  height: 40px;
  background: url(../../../images/star.png) no-repeat;
  content: "";
}
/* line 3102, ../sass/screen.scss */
#holiday__decor a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 15px;
  opacity: 0.9 !important;
  font-size: 2.3em;
  text-align: center;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 3117, ../sass/screen.scss */
#holiday__decor a:hover {
  opacity: 1 !important;
}

/* line 3131, ../sass/screen.scss */
#holiday__decor__mobile {
  position: fixed;
  left: 0px;
  top: 50px;
  width: 100%;
  height: 30px;
  background: #ce0000 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ce0000 0%, #b30000 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ce0000 0%, #b30000 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ce0000 0%, #b30000 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0000', endColorstr='#b30000',GradientType=0 ) !important;
  /* IE6-9 */
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
}
/* line 3146, ../sass/screen.scss */
#holiday__decor__mobile a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3163, ../sass/screen.scss */
#jobs a.title {
  font-size: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #A0A3A4;
  color: #00379E;
  margin-bottom: 25px;
  position: relative;
  display: block;
  color: #696969;
}
/* line 3174, ../sass/screen.scss */
#jobs a.title:after {
  content: "\f13a";
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: FontAwesome;
  color: #00379E;
}
/* line 3187, ../sass/screen.scss */
#jobs a.title.clicked:after {
  content: "\f139";
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: FontAwesome;
  color: #00379E;
}
/* line 3204, ../sass/screen.scss */
#jobs h3 {
  border-bottom: none;
  margin-bottom: 15px !important;
  font-size: 2.3em;
  padding-bottom: 0px;
  margin-top: 30px;
  position: relative;
}
/* line 3217, ../sass/screen.scss */
#jobs h3.first {
  margin-top: 0px;
}
/* line 3222, ../sass/screen.scss */
#jobs ul {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.7em;
}
/* line 3228, ../sass/screen.scss */
#jobs li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
/* line 3233, ../sass/screen.scss */
#jobs li:before {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 5px;
  height: 5px;
  background: #00379E;
  content: "";
}

/* line 3245, ../sass/screen.scss */
.job-list {
  display: none;
  margin-bottom: 100px;
}
/* line 3249, ../sass/screen.scss */
.job-list p {
  font-weight: 700;
}
/* line 3251, ../sass/screen.scss */
.job-list p.light {
  font-weight: 300;
  font-size: 1.7em;
}

/* line 3258, ../sass/screen.scss */
a.job-posting {
  font-size: 2.5em;
  color: #00379E;
  margin-top: 30px;
  display: block;
  text-transform: uppercase;
}

/* line 3271, ../sass/screen.scss */
#submitting {
  min-height: 100px;
  display: none;
  margin-top: 30px;
}
/* line 3275, ../sass/screen.scss */
#submitting.submitting {
  display: block;
}
/* line 3279, ../sass/screen.scss */
#submitting p {
  color: #000;
}

/* line 3283, ../sass/screen.scss */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

/* line 3289, ../sass/screen.scss */
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(4, 19, 255, 0.2);
  border-right: 1.1em solid rgba(4, 19, 255, 0.2);
  border-bottom: 1.1em solid rgba(4, 19, 255, 0.2);
  border-left: 1.1em solid #00379E;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 3327, ../sass/screen.scss */
.mt-3 {
  margin-top: 15px;
}

@media (min-width: 992px) {
  /* line 3331, ../sass/screen.scss */
  .mt-md-0 {
    margin-top: 0px !important;
  }
}

/* line 3339, ../sass/screen.scss */
#payment-form.submitting {
  display: none;
}

/* line 3346, ../sass/screen.scss */
#payment_form_wrapper {
  margin-top: 50px;
}
/* line 3351, ../sass/screen.scss */
#payment_form_wrapper p {
  color: #000;
  font-size: 12px;
  margin-bottom: 15px;
}
/* line 3357, ../sass/screen.scss */
#payment_form_wrapper label {
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
}
/* line 3363, ../sass/screen.scss */
#payment_form_wrapper button#submit {
  margin-top: 30px;
  opacity: 0.8;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  background-color: #00379E !important;
  color: #fff;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 3366, ../sass/screen.scss */
#payment_form_wrapper button#submit:hover {
  opacity: 1;
}

/* line 3383, ../sass/screen.scss */
#pay_again {
  display: none;
}
/* line 3385, ../sass/screen.scss */
#pay_again button {
  opacity: 0.8;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  background-color: #00379E !important;
  color: #fff;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 3388, ../sass/screen.scss */
#pay_again button:hover {
  opacity: 1;
}

/* line 3405, ../sass/screen.scss */
#card-element {
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  border: solid 1px #ccc;
}

/* line 3411, ../sass/screen.scss */
#card-errors {
  color: red;
  font-size: 12px;
}
