/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Cantarell:400,400i,700,700i|Fjalla+One");
@import url(/fonts/font-awesome-4.4.0/css/font-awesome.min.css);
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
button:focus {
  outline: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner:focus,
button::-moz-focus-inner:focus {
  outline: 0;
}

@-o-viewport {
  zoom: 1.0;
  width: extend-to-zoom;
}

@viewport {
  zoom: 1.0;
  width: extend-to-zoom;
}

@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1.0;
}

.container {
  /* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */
  *zoom: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.row {
  /* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */
  *zoom: 1;
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

[class^="span"] {
  float: left;
  min-height: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
}

[class^="span"]:first-child {
  margin-left: 0;
}

.span1 {
  width: 8.333333333333332%;
}

.span2 {
  width: 16.666666666666664%;
}

.span3 {
  width: 25%;
}

.span4 {
  width: 33.33333333333333%;
}

.span5 {
  width: 41.66666666666667%;
}

.span6 {
  width: 50%;
}

.span7 {
  width: 58.333333333333336%;
}

.span8 {
  width: 66.66666666666666%;
}

.span9 {
  width: 75%;
}

.span10 {
  width: 83.33333333333334%;
}

.span11 {
  width: 91.66666666666666%;
}

.span12 {
  width: 100%;
}

[class^="m-span"] {
  padding: 10px 0;
  margin-left: 3.125%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
}

[class^="m-span"]:first-child {
  margin-left: 0;
}

.m-span1 {
  width: 5.46875%;
}

.m-span2 {
  width: 14.0625%;
}

.m-span3 {
  width: 22.65625%;
}

.m-span4 {
  width: 31.25%;
}

.m-span5 {
  width: 39.84375%;
}

.m-span6 {
  width: 48.4375%;
}

.m-span7 {
  width: 57.03125%;
}

.m-span8 {
  width: 65.625%;
}

.m-span9 {
  width: 74.21875%;
}

.m-span10 {
  width: 82.8125%;
}

.m-span11 {
  width: 91.40625%;
}

.m-span12 {
  width: 100%;
}

.nowrap, .learn-more {
  display: inline-block;
}

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-shadow, .tooltip, .btn, .contact-wrapper form textarea:focus, .contact-wrapper form input:focus, #home .action-tile .card, #clinic .s-box .content-wrapper, #clinic .lq-box .content-wrapper, #coupon .form-wrapper form textarea:focus, #coupon .form-wrapper form input:focus {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}

.fa-custom {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  text-align: left;
  display: inline-block;
}

a {
  text-decoration: none;
  color: #eb3829;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 768px) {
  a:hover {
    color: #ce2213 !important;
  }
}

a:hover {
  transition: all 0.25s ease;
}

.page-content {
  min-height: 100vh;
}

.indent, .legal-footer .footnotes li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

.errors-banner, .success-banner {
  text-align: left;
  padding: 1em;
}

.errors-banner ul li, .success-banner ul li {
  display: block;
  margin-bottom: 1em;
}

.errors-banner ul li:last-child, .success-banner ul li:last-child {
  margin-bottom: 0;
}

.errors-banner i, .success-banner i {
  margin-right: .25em;
}

.errors-banner {
  background: #FFBABA;
  color: #D8000C;
}

.success-banner {
  background: #DFF2BF;
  color: #4F8A10;
}

.nowrap, .learn-more {
  display: inline-block;
}

.inline-link {
  color: #eb3829;
  font-weight: bold;
}

.learn-more {
  font-size: 50%;
  text-decoration: underline;
  color: #999999;
}

@media only screen and (max-width: 1023px) {
  .learn-more {
    font-size: 75%;
  }
}

@media only screen and (max-width: 559px) {
  .learn-more {
    font-size: 80%;
  }
}

body {
  font-family: "Cantarell", sans-serif;
  overflow-x: hidden;
}

section {
  padding: 3em;
}

strong {
  font-weight: bold;
}

.social-icons ul li {
  margin-right: 0.75em;
  margin-bottom: 0;
  display: inline-block;
}

.social-icons ul li:last-child {
  margin-right: 0;
  border-right: 0;
}

.social-icons ul li:last-child:after {
  display: none;
}

.social-icons span {
  display: none;
}

footer {
  background: #333333;
  padding: 2em 0;
  box-shadow: 0px 500px 0px 500px #333333;
}

footer [class*=span]:last-child {
  text-align: right;
}

footer nav ul li {
  display: block;
  margin-right: 0;
  margin-bottom: 0.75em;
}

footer nav ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

footer nav ul li:after {
  display: none;
  padding: 0;
}

footer nav ul li a {
  color: #666666;
}

footer nav ul li a.active {
  color: #666666;
}

* {
  box-sizing: border-box;
}

.field {
  margin-bottom: 1em;
  display: block;
  padding-left: .5em;
  padding-right: .5em;
}

.field:first-of-type {
  padding-left: 0;
}

.field:last-of-type {
  padding-right: 0;
}

em {
  font-style: italic;
}

nav {
  display: inline-block;
}

nav ul li {
  margin-right: .9em;
  text-transform: uppercase;
  display: inline-block;
}

nav ul li:last-child {
  margin-right: 0;
}

label {
  display: block;
  margin-bottom: .5em;
}

label.required:after {
  padding-left: .15rem;
  font-size: 70%;
  vertical-align: top;
  content: "*";
  color: red;
}

@media only screen and (max-width: 1099px) {
  .container {
    padding: 0 .75em;
  }
}

input:not([type=radio]), textarea {
  width: 100%;
  padding: .35em;
  background: white;
  border: 1px solid #d9d9d9;
  color: #666666;
  -webkit-appearance: none;
  outline: 0;
  border-radius: 0;
}

input:not([type=radio]).phone, textarea.phone {
  letter-spacing: 0.05em;
}

input:not([type=radio])[type=radio], textarea[type=radio] {
  width: auto;
}

.field {
  margin-bottom: 1em;
  display: block;
  padding-left: .5em;
  padding-right: .5em;
}

.field:first-of-type {
  padding-left: 0;
}

.field:last-of-type {
  padding-right: 0;
}

aside {
  margin-left: 2em;
  -webkit-box-flex: 0;
  flex: 0 0 12em;
  padding-left: 1em;
  border-left: 1px solid #e6e6e6;
}

aside h4 {
  font-size: 1.25em;
}

aside p {
  font-size: .9em;
}

label {
  text-transform: uppercase;
  font-size: .8em;
  display: block;
  margin-bottom: .5em;
}

label.required:after {
  content: "*";
  color: red;
}

span.baby-text {
  font-size: 70%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fjalla One", sans-serif;
  font-weight: bold;
}

h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup {
  line-height: 100%;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 2em;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.75em;
  margin-bottom: .75em;
  line-height: 1.35em;
}

h3 {
  font-size: 1.5em;
  margin-bottom: .5em;
}

h4 {
  font-size: 1.25em;
  margin-bottom: .5em;
}

h5 {
  font-size: 1.15em;
  margin-bottom: .5em;
}

h6 {
  font-size: 1.10em;
  margin-bottom: .25em;
}

.mobile-nav {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 1em;
  right: -300px;
  z-index: 2;
}

.mobile-nav nav {
  position: fixed;
  width: 100%;
  font-size: 1em;
  padding: 1em;
}

.mobile-nav nav ul li {
  margin-bottom: 1.25em;
}

.mobile-nav-btn {
  float: right;
  display: none;
  font-size: 2em;
}

.mobile-nav-btn i.hide {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .mobile-nav-btn {
    display: inline-block;
  }
}

textarea:focus, input:focus {
  outline: none;
  border-color: #0090d1 !important;
}

p {
  font-size: 1.05em;
  line-height: 1.5em;
  margin-bottom: .75em;
  color: #333333;
  font-family: "Cantarell", sans-serif;
  font-weight: 500;
}

p:last-child {
  margin-bottom: 0;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 10em;
}

table {
  width: 100%;
  color: black;
}

table .credits-col {
  text-align: right;
}

table thead {
  border-bottom: 2px solid black;
}

table thead th {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: .5em;
}

table tr {
  border-bottom: 1px dashed #b3b3b3;
}

table tr:nth-child(even) {
  background: #f7f7f7;
}

table tr:last-child {
  border-bottom: 0;
}

table td {
  line-height: 1.4em;
  padding: .5em;
}

.page-content, .mobile-nav, header {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateZ(0) translateX(0);
  transform: translateZ(0) translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.show-nav .page-content, .show-nav .mobile-nav, .show-nav header {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transform: translateZ(0) translateX(-300px);
  transform: translateZ(0) translateX(-300px);
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.tooltip {
  position: absolute;
  top: 175%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: white;
  display: none;
  width: 15rem;
}

.tooltip .tooltip-content {
  font-size: .95rem;
  line-height: 1.35rem;
  position: relative;
  padding: .5rem;
  display: block;
  width: 100%;
  font-weight: normal;
  font-family: "Cantarell", sans-serif;
  border: 1px solid #cccccc;
  text-align: left;
}

.tooltip .tooltip-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #cccccc;
  margin-bottom: -4px;
  top: -11px;
  left: -1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tooltip .tooltip-content:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  margin-bottom: -4px;
  top: -10px;
  left: 0px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tooltip-element {
  position: relative;
}

.tooltip-element:hover .tooltip {
  display: inline-block;
}

.box-wrapper {
  border: 1px solid black;
  padding: 1rem;
  margin-bottom: 1rem;
}

p sup {
  vertical-align: top;
  line-height: 1.35rem;
}

header {
  z-index: 3;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  border-bottom: 4px solid #eb3829;
}

header .main-toolbar {
  height: 6em;
  padding: 0 1.5em;
  background-color: white;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
}

header .main-toolbar .logo-wrapper {
  margin-right: auto;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 0;
  flex-grow: 0;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

header .main-toolbar .logo-wrapper img {
  width: 11rem;
}

header .main-toolbar .logo-wrapper.lq-logo {
  margin-right: 2rem;
}

header .main-toolbar .logo-wrapper span {
  width: 100%;
  text-align: left;
  display: block;
  font-size: 90%;
  margin-top: .25rem;
}

@media only screen and (max-width: 767px) {
  header .main-toolbar {
    height: 4em;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  header .main-toolbar .logo-wrapper img {
    width: 7.5rem;
  }
}

header .main-toolbar .nav-wrapper {
  margin-left: auto;
  width: auto;
  -webkit-box-pack: right;
  justify-content: right;
  text-align: right;
  -webkit-box-flex: 0;
  flex-grow: 0;
}

header .main-toolbar nav {
  font-size: 1.35em;
  font-family: "Fjalla One", sans-serif;
  align-self: flex-end;
  width: 100%;
}

header .main-toolbar nav ul li {
  text-transform: none;
}

header .main-toolbar nav.info-nav {
  font-size: .8rem;
  align-self: flex-start;
  margin-bottom: 1.5rem;
}

header .main-toolbar nav.info-nav ul li {
  text-transform: none;
}

header .main-toolbar nav.info-nav ul li a {
  color: gray;
}

header .main-toolbar nav sup {
  font-size: .8rem;
  vertical-align: top;
}

header .main-toolbar nav .active {
  border-bottom: 2px solid #eb3829;
}

header .main-toolbar nav ul li {
  margin-right: 1.75em;
  margin-bottom: 0;
  display: inline-block;
}

header .main-toolbar nav ul li:last-child {
  margin-right: 0;
  border-right: 0;
}

header .main-toolbar nav ul li:last-child:after {
  display: none;
}

@media only screen and (max-width: 1023px) {
  header .main-toolbar nav {
    display: none;
  }
}

#error .legal-footer, #error .safety-wrapper {
  display: none;
}

#error #error-section {
  text-align: center;
  font-size: 1.25rem;
}

#error #error-section .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .5rem;
}

h1 {
  line-height: 2.5rem;
  margin-bottom: .5rem;
}

.mobile-nav {
  background: #f2f2f2;
  top: 0;
  padding: 1rem;
  padding-top: 2rem;
  font-size: 1.15em;
  font-weight: bold;
  font-family: "Fjalla One", sans-serif;
  border-left: 1px solid #cccccc;
  box-shadow: inset 15px 0px 19px -9px rgba(0, 0, 0, 0.15);
}

.mobile-nav nav {
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.25rem;
}

.mobile-nav nav a {
  color: #eb3829;
}

.mobile-nav nav.info-nav {
  display: block;
  width: 100%;
  font-size: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #999999;
}

.mobile-nav nav.info-nav ul li {
  display: block;
  margin-right: 0;
  margin-bottom: 1.25em;
}

.mobile-nav nav.info-nav ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.mobile-nav nav.info-nav ul li:after {
  display: none;
  padding: 0;
}

.mobile-nav nav.info-nav ul li {
  text-transform: none;
}

.mobile-nav nav.info-nav ul li a {
  color: gray;
}

.mobile-nav nav ul li {
  display: block;
  margin-right: 0;
  margin-bottom: 1.25em;
}

.mobile-nav nav ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.mobile-nav nav ul li:after {
  display: none;
  padding: 0;
}

.mobile-nav nav li {
  margin-bottom: 1rem;
}

.mobile-nav nav a {
  display: block;
}

em sup {
  margin-left: .25rem;
}

.accent {
  color: #eb3829;
}

.btn {
  font-family: "Fjalla One", sans-serif;
  color: white;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding: .75rem 1.5rem;
  border-radius: 3px;
  font-size: 1.15em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: gray;
  cursor: pointer;
}

.btn span {
  margin-left: .5rem;
}

.btn i {
  margin-left: .5em;
}

.btn:hover {
  color: #e6e6e6 !important;
}

.btn.main {
  background: #005f9e;
}

.btn.main:hover {
  background: #005085;
}

.page-content {
  padding-top: 6em;
}

@media only screen and (max-width: 767px) {
  .page-content {
    padding-top: 4em;
  }
}

.show-nav .mobile-nav-btn .fa-times {
  display: inline-block;
}

.show-nav .mobile-nav-btn .fa-bars {
  display: none;
}

#privacy-tile, #terms-tile {
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  #privacy-tile, #terms-tile {
    padding: 1.5rem;
  }
}

#privacy-tile ul, #privacy-tile ol, #terms-tile ul, #terms-tile ol {
  margin: 2rem 0 2rem 5%;
}

#privacy-tile ul li, #privacy-tile ol li, #terms-tile ul li, #terms-tile ol li {
  display: list-item;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

#privacy-tile ul li:last-child, #privacy-tile ol li:last-child, #terms-tile ul li:last-child, #terms-tile ol li:last-child {
  margin-bottom: 0;
}

#privacy-tile ul li > ol, #privacy-tile ul li > ul, #privacy-tile ol li > ol, #privacy-tile ol li > ul, #terms-tile ul li > ol, #terms-tile ul li > ul, #terms-tile ol li > ol, #terms-tile ol li > ul {
  margin: 1rem 0 1rem 5%;
}

#privacy-tile ul li, #terms-tile ul li {
  list-style-type: disc;
}

#privacy-tile ol, #terms-tile ol {
  counter-reset: item;
}

#privacy-tile ol > li, #terms-tile ol > li {
  list-style-type: none;
  margin-bottom: 1.5rem;
  counter-increment: item;
}

#privacy-tile ol > li h2, #terms-tile ol > li h2 {
  display: inline-block;
  margin-bottom: .5rem;
}

#privacy-tile ol > li:before, #terms-tile ol > li:before {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.75rem;
  margin-bottom: .75rem;
  line-height: 1.35rem;
  content: counter(item);
  border-radius: 100%;
  color: black;
  width: 1.5rem;
  display: inline-block;
}

#privacy-tile ol li > ol li, #terms-tile ol li > ol li {
  list-style-type: lower-alpha;
}

#privacy-tile ol li > ol li:before, #terms-tile ol li > ol li:before {
  content: none;
  counter-increment: none;
}

#privacy-tile ol li > ol li > ul li, #terms-tile ol li > ol li > ul li {
  list-style-type: disc;
}

.mobile-nav-btn {
  cursor: pointer;
  color: #eb3829;
  font-size: 2.5em;
}

body.lock {
  overflow: hidden;
}

sup {
  font-size: 50%;
  vertical-align: top;
  line-height: inherit;
}

#form-tile {
  background: #ededed;
  padding: 2rem;
}

#form-tile form {
  max-width: 600px;
}

.intro {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.intro .content-wrapper {
  text-align: center;
  max-width: 650px;
}

.intro .content-wrapper h1 {
  font-size: 1.75rem;
}

.about-banner, .clinic-banner, .coupon-banner {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 2rem;
  background-size: 35rem;
  min-height: 15rem;
  height: 15rem;
  background-position: left center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.about-banner h3, .clinic-banner h3, .coupon-banner h3 {
  color: #eb3829;
}

.about-banner .content-wrapper, .clinic-banner .content-wrapper, .coupon-banner .content-wrapper {
  margin-left: 250px;
}

@media only screen and (max-width: 639px) {
  .about-banner, .clinic-banner, .coupon-banner {
    background-size: 30rem;
    padding: 1rem;
  }
  .about-banner .content-wrapper, .clinic-banner .content-wrapper, .coupon-banner .content-wrapper {
    margin-left: 150px;
  }
  .about-banner .content-wrapper p, .clinic-banner .content-wrapper p, .coupon-banner .content-wrapper p {
    font-weight: 600;
  }
}

@media only screen and (max-width: 559px) {
  .about-banner .content-wrapper, .clinic-banner .content-wrapper, .coupon-banner .content-wrapper {
    margin-left: 75px;
  }
  .about-banner .content-wrapper p, .clinic-banner .content-wrapper p, .coupon-banner .content-wrapper p {
    font-weight: 600;
  }
}

@media only screen and (max-width: 479px) {
  .about-banner, .clinic-banner, .coupon-banner {
    background-position-x: -4rem;
  }
}

@media only screen and (max-width: 399px) {
  .about-banner, .clinic-banner, .coupon-banner {
    padding: .5rem;
  }
}

.about-banner {
  background-image: url("/img/about-fade-2.png");
  background-position: left top;
  -webkit-box-pack: left;
  justify-content: left;
}

.about-banner .coupon-wrapper {
  background-image: url("/img/coupon-tile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 17rem;
  width: 17rem;
  margin-left: 3rem;
}

@media only screen and (max-width: 767px) {
  .about-banner .coupon-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 559px) {
  .about-banner .coupon-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-ordinal-group: 2;
    order: 1;
    height: 15rem;
    width: 15rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }
}

.about-banner .content-wrapper {
  max-width: 400px;
  margin-left: 275px;
}

.about-banner .content-wrapper .btn.main {
  background: #eb3829;
}

.about-banner .content-wrapper h3 {
  line-height: 1.75rem;
  color: black;
  margin-bottom: 1.5rem;
}

.about-banner .content-wrapper h3 .vanatol-s, .about-banner .content-wrapper h3 .vanatol-lq {
  color: #eb3829;
}

@media only screen and (max-width: 767px) {
  .about-banner .content-wrapper {
    margin-left: 250px;
  }
}

@media only screen and (max-width: 639px) {
  .about-banner {
    background-position-x: -4rem;
  }
  .about-banner .content-wrapper {
    margin-left: 200px;
  }
}

@media only screen and (max-width: 559px) {
  .about-banner {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-position-x: -4rem;
    -webkit-box-align: center;
    align-items: center;
    background: white;
  }
  .about-banner .content-wrapper {
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    order: 2;
    text-align: center;
    width: 100%;
    max-width: none;
  }
}

.clinic-banner {
  background-image: url("/img/clinic-fade.png");
  background-position: left center;
}

@media only screen and (max-width: 479px) {
  .clinic-banner {
    background-position-x: -2rem;
  }
}

.coupon-banner {
  background-color: white;
  background-image: url("/img/coupon-fade.png");
  background-position: left center;
  background-position-x: -3rem;
}

.coupon-banner .content-wrapper {
  margin-left: 250px;
  max-width: 400px;
}

@media only screen and (max-width: 639px) {
  .coupon-banner {
    background-position-x: -6rem;
  }
}

@media only screen and (max-width: 479px) {
  .coupon-banner .content-wrapper {
    margin-left: 100px;
  }
}

strong em {
  font-weight: bold;
  font-style: italic;
}

.legal-note {
  color: #b3b3b3;
  font-size: 80%;
}

.sub-note {
  color: gray;
  font-size: 1rem;
  line-height: 1.3rem;
}

.safety-wrapper {
  background: #f2f2f2;
  border-top: 2px solid black;
  height: 6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

.safety-wrapper .expand-btn .close {
  display: none;
}

.safety-wrapper.expanded {
  display: block;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
}

.safety-wrapper.expanded .legal-footer {
  display: block;
  padding: 2.5rem;
  position: relative;
}

@media only screen and (max-width: 639px) {
  .safety-wrapper.expanded .legal-footer {
    padding: 2.5rem 1rem;
  }
}

.safety-wrapper.expanded .legal-footer h4 {
  margin-bottom: 1.5rem;
}

.safety-wrapper.expanded .legal-footer .expand-btn {
  position: absolute;
  top: 1rem;
  right: 2.5rem;
}

@media only screen and (max-width: 639px) {
  .safety-wrapper.expanded .legal-footer .expand-btn {
    right: 1rem;
  }
}

.safety-wrapper.expanded .legal-footer .expand-btn .close {
  display: inline-block;
}

.safety-wrapper.expanded .legal-footer .expand-btn .open {
  display: none;
}

.safety-wrapper.expanded .content-wrapper {
  display: block;
  width: 100%;
  overflow-y: scroll;
  height: 50vh;
}

.safety-wrapper.expanded .content-wrapper h4 {
  margin-bottom: .5rem;
  margin-top: 1rem;
}

.safety-wrapper .content-wrapper {
  display: none;
  height: 0;
}

.safety-wrapper.hide {
  visibility: hidden;
  z-index: -99;
}

.safety-wrapper .legal-footer {
  padding: 0 2.5rem;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  border: 0;
}

.safety-wrapper .legal-footer h4 {
  color: #e52515;
  margin-bottom: 0;
  font-family: "Fjalla One", sans-serif;
  text-transform: none;
  font-size: 1.5rem;
}

@media only screen and (max-width: 639px) {
  .safety-wrapper .legal-footer {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 559px) {
  .safety-wrapper .legal-footer h4 {
    line-height: normal;
  }
  .safety-wrapper .legal-footer .expand-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}

.safety-wrapper .expand-btn {
  color: #eb3829;
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: bold;
  font-size: .9rem;
}

.safety-wrapper .expand-btn i {
  margin-left: .25rem;
  font-size: 1.15rem;
}

.inline-link .nowrap, .inline-link .learn-more {
  text-decoration: underline;
}

.legal-footer {
  letter-spacing: 0;
  background: #f2f2f2;
  border-top: 1px solid #cccccc;
  color: black;
  padding: 2.5rem;
}

.legal-footer .inline-link {
  text-decoration: underline;
}

@media only screen and (max-width: 639px) {
  .legal-footer {
    padding: 2rem 1rem;
    font-size: 80%;
  }
}

.legal-footer h4 {
  color: #eb3829;
  font-family: "Fjalla One", sans-serif;
  text-transform: none;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: auto;
}

.legal-footer .content-wrapper h4 {
  margin-bottom: .5rem;
  margin-top: 1rem;
  color: black;
  font-family: "Fjalla One", sans-serif;
  text-transform: none;
  font-size: 1.5rem;
}

.legal-footer .footnotes {
  margin-bottom: 3em;
  font-size: 90%;
}

.legal-footer .footnotes .inline-link {
  color: black;
  font-weight: normal;
  text-decoration: underline;
}

.legal-footer .footnotes ul li {
  display: block;
  margin-right: 0;
  margin-bottom: 0.5rem;
}

.legal-footer .footnotes ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-footer .footnotes ul li:after {
  display: none;
  padding: 0;
}

.legal-footer .footnotes sup {
  margin-right: .5rem;
  font-size: 80%;
}

.legal-footer .footnotes li {
  line-height: 1.25rem;
}

.contact-wrapper .optional {
  padding: 2rem 1rem;
  border: 1px solid #cccccc;
  margin-top: 1rem;
}

.contact-wrapper .info {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.contact-wrapper form {
  text-align: center;
}

.contact-wrapper .field {
  padding: 0;
  text-align: left;
  width: 100%;
  display: inline-block;
  float: left;
}

.contact-wrapper .field label {
  font-size: 1.15rem;
}

.contact-wrapper .field:first-of-type {
  padding-right: .75rem;
  width: 50%;
}

.contact-wrapper .field:last-of-type {
  padding-left: .75rem;
  width: 50%;
}

.contact-wrapper .field:only-of-type {
  width: 100%;
  padding: 0;
}

.contact-wrapper .field .field {
  width: 50%;
}

.contact-wrapper input, .contact-wrapper textarea {
  font-size: 1.25rem;
}

.contact-wrapper button {
  margin: 0 auto;
  margin-top: 1rem;
}

.anchor {
  display: block;
  height: 6rem;
  margin-top: -6rem;
  visibility: hidden;
}

.anchor:after {
  content: "";
  position: absolute;
  height: 6rem;
  width: 1px;
  top: -6rem;
  left: 0;
}

select {
  border-radius: 0;
  border: none;
  outline: 0;
  font-size: 1.25rem;
  width: 100%;
  padding: .35em;
  background: white;
  border: 1px solid #d9d9d9;
  color: #666666;
  -webkit-appearance: none;
  background-image: url("/img/dropdown-icon.png");
  background-position: center right .5rem;
  background-repeat: no-repeat;
}

footer {
  padding: 0;
}

footer .legal-footer .expand-btn {
  display: none;
}

footer .heavy-footer {
  background: #333333;
  color: #d9d9d9;
  padding: 1rem 2.5rem;
}

footer .heavy-footer nav {
  margin-top: 1rem;
  display: block;
  margin-bottom: 1.5rem;
}

footer .heavy-footer address {
  margin-bottom: 2rem;
  line-height: 1.25rem;
  width: 100%;
}

footer .heavy-footer address br {
  line-height: 1.5rem;
}

footer .heavy-footer .phone, footer .heavy-footer .hours, footer .heavy-footer .trademark {
  display: block;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

footer .heavy-footer .info {
  display: block;
  margin: 1rem 0;
  line-height: 1.5rem;
}

footer .heavy-footer .trademark {
  margin-top: 1rem;
}

footer .heavy-footer .footer-logo {
  display: -webkit-inline-box;
  display: inline-flex;
  width: 7rem;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

footer .heavy-footer .footer-logo img {
  width: 100%;
}

footer .heavy-footer .footer-info {
  display: -webkit-inline-box;
  display: inline-flex;
  width: 50%;
  font-size: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  footer .heavy-footer .footer-info {
    width: 100%;
    display: block;
  }
}

footer .heavy-footer .content-wrapper {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  footer .heavy-footer .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }
}

footer .heavy-footer .site-info {
  font-size: 70%;
  width: 50%;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: right;
}

footer .heavy-footer .site-info span {
  display: block;
  line-height: 1.5rem;
}

footer .heavy-footer .site-info span.nowrap, footer .heavy-footer .site-info span.learn-more {
  display: inline-block;
}

footer .heavy-footer .site-info span:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  footer .heavy-footer .site-info {
    width: 100%;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 639px) {
  footer .heavy-footer {
    padding: 2rem 1rem;
  }
}

footer .heavy-footer a {
  color: white;
}

footer .heavy-footer nav ul li {
  margin-right: 2rem;
  margin-bottom: 0;
  display: inline-block;
}

footer .heavy-footer nav ul li:last-child {
  margin-right: 0;
  border-right: 0;
}

footer .heavy-footer nav ul li:last-child:after {
  display: none;
}

footer .heavy-footer nav ul li {
  text-transform: none;
}

@media only screen and (max-width: 559px) {
  footer .heavy-footer nav {
    margin: 0;
    margin-top: 1em;
    width: 100%;
    margin-bottom: 1rem;
  }
  footer .heavy-footer nav ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  footer .heavy-footer nav ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  footer .heavy-footer nav ul li:after {
    display: none;
    padding: 0;
  }
  footer .heavy-footer nav ul li {
    margin-right: 0;
  }
}

#home #intro-tile {
  padding: 0;
}

#home #intro-tile .lSSlideOuter, #home #intro-tile .lSSlideWrapper, #home #intro-tile #heroSlider, #home #intro-tile .lslide, #home #intro-tile .hero-block, #home #intro-tile .product-block {
  min-height: 25em;
  height: 25rem;
}

#home #intro-tile .lSSlideOuter {
  position: relative;
}

#home #intro-tile .lSPager {
  position: absolute;
  bottom: 1em;
  left: 1em;
}

#home #intro-tile .hero-block, #home #intro-tile .product-block {
  display: inline-block;
  float: left;
}

#home #intro-tile .hero-block .content-wrapper, #home #intro-tile .product-block .content-wrapper {
  max-width: 515px;
  margin: 1em;
  margin-left: 5rem;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  #home #intro-tile .hero-block .content-wrapper, #home #intro-tile .product-block .content-wrapper {
    margin-left: 2rem;
    font-size: 95%;
  }
}

#home #intro-tile .hero-block {
  width: 100%;
  background: white;
}

#home #intro-tile .hero-block #heroSlider .btn {
  margin-top: 1.5rem;
}

#home #intro-tile .hero-block #heroSlider li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  height: 25rem;
}

#home #intro-tile .hero-block #heroSlider li em {
  font-weight: bold;
  font-style: italic;
  color: #eb3829;
  margin-right: .25rem;
}

#home #intro-tile .hero-block #heroSlider li.slide-1 {
  background-position: right center;
  background-position-x: 10rem;
  background-image: url("/img/professionals-hero.png");
}

#home #intro-tile .hero-block #heroSlider li.slide-1 .nowrap, #home #intro-tile .hero-block #heroSlider li.slide-1 .learn-more {
  color: #eb3829;
}

@media only screen and (max-width: 767px) {
  #home #intro-tile .hero-block #heroSlider li {
    background-size: 33rem;
    background-position: top right !important;
  }
  #home #intro-tile .hero-block #heroSlider li .content-wrapper {
    margin: 0;
    font-size: 95%;
    max-width: none;
    width: 100%;
    padding: 1.5rem;
    background: white;
    align-self: flex-end;
    text-align: center;
    border-top: 1px solid #d9d9d9;
    padding-bottom: 2.5rem;
  }
  #home #intro-tile .hero-block #heroSlider li .content-wrapper h2 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  #home #intro-tile .hero-block #heroSlider li .content-wrapper p {
    font-size: 85%;
  }
}

#home #intro-tile .hero-block h2 {
  font-size: 1.75em;
  margin-bottom: .25em;
}

#home #intro-tile .hero-block p {
  font-size: 1.25em;
}

#home #intro-tile .product-block {
  width: 41.66666666666667%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: white;
}

@media only screen and (max-width: 767px) {
  #home #intro-tile .hero-block, #home #intro-tile .product-block {
    width: 100%;
  }
}

#home #action-tiles {
  padding: 1.5rem;
  background: #fafafa;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

#home #action-tiles .container {
  padding: 0;
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  #home #action-tiles .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

#home .action-tile {
  width: 33.3333333%;
  display: -webkit-box;
  display: flex;
  background-position: left;
  background-size: 30rem;
  padding: 1rem;
  background-repeat: no-repeat;
}

#home .action-tile .btn {
  display: inline-block;
  width: auto;
  -webkit-box-flex: 0;
  flex-grow: 0;
  background: #eb3829;
  margin-top: auto;
  text-align: center;
  flex-grow: 0;
}

#home .action-tile .btn:hover {
  background: #e52515;
}

#home .action-tile .card {
  background: white;
  border: 1px solid #e0e0e0;
  padding: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-bottom: 1.5rem;
  -webkit-box-flex: 1;
  flex: 1;
}

#home .action-tile .card h3 {
  color: #eb3829;
  line-height: 1.8rem;
  min-height: 2.25em;
}

#home .action-tile .image {
  width: 100%;
  height: 15em;
  background-size: cover;
  background-position: center;
  border: 1px solid #e6e6e6;
}

#home .action-tile.about {
  background-size: 28em;
  background-position: top left;
}

#home .action-tile.about .image {
  background-image: url("/img/about-tile-2.jpg");
}

#home .action-tile.clinic .image {
  background-image: url("/img/clinic-tile-2.jpg");
}

#home .action-tile.coupon .image {
  background-image: url("/img/coupon-tile.png");
}

#home .action-tile p {
  min-height: 4.5em;
}

#home .action-tile .info-wrapper {
  padding: 1.75rem .5rem;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  #home .action-tile {
    width: 100%;
    border-right: 0;
    border: 1px solid #cccccc;
    padding: 0;
    background-color: white;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    padding-left: 250px;
  }
  #home .action-tile .card {
    background: none;
    border: 0;
    box-shadow: none;
  }
  #home .action-tile .card .btn {
    display: inline-block;
  }
  #home .action-tile:last-child {
    margin-bottom: 0;
  }
  #home .action-tile .image {
    display: none;
  }
  #home .action-tile.coupon {
    background-image: url("/img/coupon-fade.png");
  }
  #home .action-tile.clinic {
    background-image: url("/img/clinic-fade.png");
  }
  #home .action-tile.about {
    background-image: url("/img/about-fade-2.png");
  }
  #home .action-tile .info-wrapper {
    background: none;
  }
}

@media only screen and (max-width: 639px) {
  #home .action-tile {
    padding-left: 0;
    background-image: none !important;
    background-color: white;
  }
  #home .action-tile .image {
    display: block;
  }
}

#clinic #headache-tile {
  background: #f2f2f2;
  padding: 0;
}

#clinic #headache-tile .boxes-wrapper {
  display: -webkit-box;
  display: flex;
  padding: 2rem;
}

@media only screen and (max-width: 639px) {
  #clinic #headache-tile .boxes-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 1rem;
  }
}

@media only screen and (max-width: 399px) {
  #clinic #headache-tile {
    padding: 0;
  }
}

#clinic .s-box, #clinic .lq-box {
  letter-spacing: 0;
  width: 50%;
  display: -webkit-box;
  display: flex;
  min-height: 20rem;
}

#clinic .s-box:first-of-type, #clinic .lq-box:first-of-type {
  padding-right: .75em;
}

#clinic .s-box:last-of-type, #clinic .lq-box:last-of-type {
  padding-left: .75em;
}

#clinic .s-box .content-wrapper, #clinic .lq-box .content-wrapper {
  background: white;
  border: 1px solid #e6e6e6;
  padding: 2em;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}

#clinic .s-box .content-wrapper .btn, #clinic .lq-box .content-wrapper .btn {
  display: -webkit-inline-box;
  display: inline-flex;
}

#clinic .s-box .content-wrapper .contents, #clinic .lq-box .content-wrapper .contents {
  max-width: 250px;
}

#clinic .s-box .content-wrapper .contents img, #clinic .lq-box .content-wrapper .contents img {
  width: 100%;
  margin-bottom: 1.5rem;
}

#clinic .s-box .content-wrapper .contents h2, #clinic .lq-box .content-wrapper .contents h2 {
  font-size: 1rem;
  padding-left: .5rem;
}

#clinic .s-box .content-wrapper .contents h2 a, #clinic .lq-box .content-wrapper .contents h2 a {
  color: black;
}

@media only screen and (max-width: 1099px) {
  #clinic .s-box .content-wrapper .contents, #clinic .lq-box .content-wrapper .contents {
    max-width: 160px;
  }
}

@media only screen and (max-width: 1023px) {
  #clinic .s-box, #clinic .lq-box {
    width: 100%;
    display: -webkit-box;
    display: flex;
  }
  #clinic .s-box:last-of-type, #clinic .lq-box:last-of-type {
    margin-bottom: 0;
  }
  #clinic .s-box .contents, #clinic .lq-box .contents {
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  #clinic .s-box .content-wrapper .contents, #clinic .lq-box .content-wrapper .contents {
    max-width: 130px;
  }
}

@media only screen and (max-width: 639px) {
  #clinic .s-box, #clinic .lq-box {
    margin-bottom: 1rem;
  }
  #clinic .s-box:first-of-type, #clinic .lq-box:first-of-type {
    padding: 0;
  }
  #clinic .s-box:last-of-type, #clinic .lq-box:last-of-type {
    padding: 0;
  }
}

@media only screen and (max-width: 559px) {
  #clinic .s-box .content-wrapper .contents, #clinic .lq-box .content-wrapper .contents {
    max-width: 165px;
  }
}

@media only screen and (max-width: 399px) {
  #clinic .s-box .content-wrapper .contents, #clinic .lq-box .content-wrapper .contents {
    max-width: 125px;
  }
}

#clinic .s-box .content-wrapper {
  background-image: url("/img/vanatol-s-bottle.png");
  background-position: left -3rem bottom;
  background-repeat: no-repeat;
  background-size: 16rem;
  padding-left: 50%;
}

@media only screen and (max-width: 1023px) {
  #clinic .s-box .content-wrapper {
    background-size: 12rem;
    background-position-y: center;
  }
}

#clinic .lq-box .content-wrapper {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 20%;
  background-image: url("/img/vanatol-lq-bottle.png");
  background-repeat: no-repeat;
  background-size: 6rem;
  background-position: left 2rem center;
  background-position-y: 1rem;
}

@media only screen and (max-width: 1023px) {
  #clinic .lq-box .content-wrapper {
    padding-left: 7.5rem;
    background-size: 5.5rem;
    background-position-y: center;
  }
}

#clinic .intro {
  background-color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  background-image: url("/img/clinic-hero.png");
  background-position: right;
  background-position-x: 6rem;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 4rem;
  margin-bottom: 0;
  border-bottom: 1px solid #b3b3b3;
}

#clinic .intro h1 {
  margin-bottom: 1rem;
}

#clinic .intro .content-wrapper {
  text-align: left;
  max-width: 650px;
  margin-left: 2rem;
}

@media only screen and (max-width: 1023px) {
  #clinic .intro {
    padding: 4rem 2rem;
    background-size: cover;
    background-position: right -10rem center;
  }
  #clinic .intro .content-wrapper {
    margin-left: 0;
    max-width: 550px;
  }
}

@media only screen and (max-width: 767px) {
  #clinic .intro .content-wrapper {
    max-width: 400px;
  }
  #clinic .intro .content-wrapper h1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media only screen and (max-width: 639px) {
  #clinic .intro {
    padding: 0;
    padding-top: 25rem;
    background-position: right -15rem center;
  }
  #clinic .intro .content-wrapper {
    background: white;
    padding: 1.5rem;
    max-width: none;
  }
}

#coupon #coupon-tile {
  background: #fafafa;
  padding: 3rem 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 559px) {
  #coupon #coupon-tile {
    padding: 3em 1em;
  }
}

@media only screen and (max-width: 399px) {
  #coupon #coupon-tile {
    padding: 0;
  }
}

#coupon .preview-wrapper {
  float: left;
  width: 26rem;
  margin-right: 6rem;
}

#coupon .preview-wrapper img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  #coupon .preview-wrapper {
    float: left;
    width: 20rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  #coupon .preview-wrapper {
    float: left;
    width: 14rem;
    margin-left: 0;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 559px) {
  #coupon .preview-wrapper {
    margin-left: 0;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}

#coupon .info-wrapper {
  width: auto;
  overflow: hidden;
  text-align: left;
}

#coupon .info-wrapper .info {
  margin-bottom: 2rem;
  text-align: left;
}

@media only screen and (max-width: 559px) {
  #coupon .info-wrapper {
    width: 100%;
    display: block;
  }
}

#coupon .form-wrapper {
  max-width: 500px;
  margin: 0 auto;
  margin: 0;
}

@media only screen and (max-width: 559px) {
  #coupon .form-wrapper {
    max-width: none;
  }
}

#coupon .form-wrapper form {
  text-align: center;
}

#coupon .form-wrapper .field {
  padding: 0;
  text-align: left;
}

#coupon .form-wrapper .field label {
  font-size: 1.15rem;
}

#coupon .form-wrapper input {
  font-size: 1.25rem;
}

#coupon .form-wrapper button {
  margin: 0 auto;
  margin-top: 1rem;
}

#about .coupon-banner {
  border: 0;
}

#about .cta-banner {
  background: #005f9e;
  color: white;
  text-align: center;
  padding: 2rem 1rem;
}

#about .cta-banner p {
  color: white;
  max-width: 400px;
  margin: 0 auto;
}

#about .cta-banner .btn.main {
  background: #eb3829;
  margin-top: 1rem;
}

#about #product-tile {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #about #product-tile {
    padding: 1.5rem;
  }
}

#about #product-tile .content-wrapper {
  max-width: 990px;
  -ms-grid-row-align: center;
  align-self: center;
}

#about #product-tile .products {
  display: none;
  float: right;
  width: 23rem;
  margin-left: 2rem;
}

#about #product-tile .products .product {
  background: #bfbfbf;
  width: 10rem;
  height: 10rem;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #about #product-tile .products {
    float: none;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

#about #product-tile .info {
  width: auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #about #product-tile .info {
    display: block;
    width: 100%;
  }
}

#about #about-tile {
  background: #f2f2f2;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 399px) {
  #about #about-tile {
    padding: 0;
  }
}

#about #about-tile .intro {
  min-height: 350px;
  height: 350px;
  background-color: white;
  margin-bottom: 0;
  background-image: url("/img/about-hero.png");
  background-position: right;
  background-size: 100%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

#about #about-tile .intro .content-wrapper {
  text-align: left;
  margin-left: 2rem;
}

@media only screen and (max-width: 1099px) {
  #about #about-tile .intro {
    font-size: 90%;
  }
  #about #about-tile .intro .content-wrapper {
    text-align: left;
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 1023px) {
  #about #about-tile .intro {
    background-size: cover;
  }
  #about #about-tile .intro .content-wrapper {
    max-width: 400px;
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  #about #about-tile .intro {
    padding-top: 16rem;
    background-position: top right;
    background-size: 46rem;
    height: auto;
  }
  #about #about-tile .intro .content-wrapper {
    align-self: flex-end;
    width: 100%;
    max-width: none;
    background: white;
    padding: 1.5rem;
    margin-left: 0;
  }
}

#about #about-tile .row {
  display: -webkit-box;
  display: flex;
  background: white;
  border-bottom: 1px solid #cccccc;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 1099px) {
  #about #about-tile .row {
    display: block;
  }
}

#about #about-tile .row .sizes {
  text-align: left;
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 1.5rem;
  width: 50%;
  background: white;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  #about #about-tile .row .sizes {
    width: 100%;
    display: block;
    float: none;
  }
}

#about #about-tile .row .coupon-banner {
  float: left;
  width: 50%;
  display: -webkit-inline-box;
  display: inline-flex;
  border-right: 1px solid #cccccc;
  text-align: left;
}

@media only screen and (max-width: 1099px) {
  #about #about-tile .row .coupon-banner {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 767px) {
  #about #about-tile .row .coupon-banner {
    float: none;
  }
}

#professionals .top-btn {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  #professionals .top-btn {
    text-align: center;
  }
}

#professionals .info-menu {
  display: inline-block;
  float: left;
  width: 20rem;
  margin-right: 2rem;
}

#professionals .info-menu ul li {
  display: block;
  margin-right: 0;
  margin-bottom: 0.5rem;
}

#professionals .info-menu ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

#professionals .info-menu ul li:after {
  display: none;
  padding: 0;
}

#professionals .info-menu ul li {
  background: #e6e6e6;
}

#professionals .info-menu ul li a {
  color: black;
  display: block;
  padding: .5rem 1rem;
}

#professionals .info-menu ul li.active {
  background: #eb3829;
}

#professionals .info-menu ul li.active a {
  color: white;
}

#professionals .info-menu ul li.active a:hover {
  color: white !important;
}

@media only screen and (max-width: 767px) {
  #professionals .info-menu {
    width: 100%;
    float: none;
  }
}

#professionals #fixed-menu {
  position: fixed;
  left: 3rem;
  top: 7rem;
  opacity: 0;
  z-index: -99999;
}

#professionals #fixed-menu .info-menu {
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  #professionals #fixed-menu {
    left: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  #professionals #fixed-menu {
    font-size: 80%;
    width: 100%;
    left: 1rem;
    margin-right: 1rem;
    top: 5rem;
    display: none;
  }
  #professionals #fixed-menu .info-menu {
    display: block;
    width: 100%;
  }
  #professionals #fixed-menu .info-menu ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #professionals #fixed-menu .info-menu ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  #professionals #fixed-menu .info-menu ul li:after {
    display: none;
    padding: 0;
  }
}

@media only screen and (max-width: 1023px) {
  #professionals #tabs-tile {
    padding: 3rem 1rem;
  }
}

@media only screen and (max-width: 767px) {
  #professionals #tabs-tile {
    font-size: 80%;
  }
  #professionals #tabs-tile .info-menu ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  #professionals #tabs-tile .info-menu ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  #professionals #tabs-tile .info-menu ul li:after {
    display: none;
    padding: 0;
  }
}

#professionals .tabs-wrapper {
  width: auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #professionals .tabs-wrapper {
    width: 100%;
    float: none;
  }
}

#professionals .tab-wrapper {
  display: none;
  margin-top: -.75rem;
  padding: 2rem;
  border-left: 1px solid #4d4d4d;
}

#professionals .tab-wrapper .chemical-box {
  margin-bottom: 2rem;
}

#professionals .tab-wrapper .chemical-box:last-of-type {
  margin-bottom: 0;
}

#professionals .tab-wrapper sub {
  font-size: 60%;
  vertical-align: bottom;
}

#professionals .tab-wrapper.active {
  display: block;
}

@media only screen and (max-width: 559px) {
  #professionals .tab-wrapper {
    padding: 2rem 1rem;
  }
}

#professionals .tab-wrapper h3 {
  margin-top: 2rem;
  font-size: 1.25rem;
}

#professionals .tab-wrapper h4 {
  margin-top: 1.5rem;
  font-family: "Cantarell", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#professionals .tab-wrapper h5 {
  margin-top: 1rem;
  font-size: 1.15rem;
}

#professionals .tab-wrapper ul {
  margin: 1rem 0;
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 2rem;
}

#professionals .tab-wrapper ul li {
  list-style-type: disc;
  display: list-item;
  margin-bottom: .5rem;
  line-height: 1.5rem;
}

#professionals .tab-wrapper ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #professionals .tab-wrapper {
    border-left: 0;
  }
}

#professionals #professionals-tile {
  padding: 0;
}

#professionals #professionals-tile .intro {
  min-height: 350px;
  height: 350px;
  background-color: white;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  background-image: url("/img/professionals-hero.png");
  background-position: right;
  background-size: 100%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#professionals #professionals-tile .intro .content-wrapper {
  text-align: left;
  margin-left: 2rem;
  max-width: 450px;
}

@media only screen and (max-width: 1099px) {
  #professionals #professionals-tile .intro {
    background-size: 65rem;
    background-position: top right;
  }
  #professionals #professionals-tile .intro .content-wrapper {
    margin: 0;
    width: 100%;
    padding: 1.5rem;
    background: white;
    align-self: flex-end;
    max-width: none;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  #professionals #professionals-tile .intro {
    background-size: cover;
  }
  #professionals #professionals-tile .intro .content-wrapper h2 {
    font-size: 1.25rem;
  }
}

#professionals .contact-wrapper {
  border-top: 1px solid #999999;
  background-color: #f9f9f9;
}

#professionals .contact-wrapper .optional {
  position: relative;
}

#professionals .contact-wrapper .optional .option-label {
  top: -.75rem;
  left: 1rem;
  background-color: #f9f9f9;
  padding: .25rem;
  position: absolute;
  text-transform: uppercase;
}

#professionals .contact-wrapper .optional .field {
  margin-bottom: 0;
}

#professionals .contact-wrapper .optional .field .field {
  margin-bottom: 0;
}

#professionals .contact-wrapper .optional .field .field:first-of-type {
  width: 80%;
  margin-bottom: 0;
}

#professionals .contact-wrapper .optional .field .field:last-of-type {
  width: 20%;
  margin-bottom: 0;
}

#professionals .contact-wrapper .optional .field:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1099px) {
  #professionals .contact-wrapper .optional .field {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  #professionals .contact-wrapper .optional .field .field {
    padding-left: .5em;
    padding-right: .5em;
    margin-bottom: 1rem;
  }
  #professionals .contact-wrapper .optional .field .field:first-of-type {
    padding-left: 0;
  }
  #professionals .contact-wrapper .optional .field .field:last-of-type {
    padding-right: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 639px) {
  #professionals .contact-wrapper {
    padding: 2rem 1rem;
  }
  #professionals .contact-wrapper .field:first-of-type {
    width: 100%;
    padding: 0;
  }
  #professionals .contact-wrapper .field:last-of-type {
    width: 100%;
    padding: 0;
  }
  #professionals .contact-wrapper .field .field {
    padding: 0;
  }
  #professionals .contact-wrapper .field .field:first-of-type {
    width: 100%;
  }
  #professionals .contact-wrapper .field .field:last-of-type {
    width: 100%;
  }
  #professionals .contact-wrapper .optional .field:last-of-type {
    margin-bottom: 0;
  }
  #professionals .contact-wrapper .optional .field .field {
    padding: 0;
    margin-bottom: 1rem;
  }
  #professionals .contact-wrapper .optional .field .field:first-of-type {
    width: 100%;
    margin-bottom: 1rem;
  }
  #professionals .contact-wrapper .optional .field .field:last-of-type {
    width: 100%;
    margin-bottom: 0;
  }
}

#contact #contact-tile {
  background: #fafafa;
}

#contact #contact-tile .info {
  text-align: center;
}

@media only screen and (max-width: 639px) {
  #contact #contact-tile {
    padding: 2rem 1rem;
  }
  #contact #contact-tile .contact-wrapper .field:first-of-type {
    width: 100%;
    padding: 0;
  }
  #contact #contact-tile .contact-wrapper .field:last-of-type {
    width: 100%;
    padding: 0;
  }
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #005f9e;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*! lightgallery - v1.3.5 - 2016-09-30
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

/*# sourceMappingURL=app.css.map */
