@charset "UTF-8";
.btn-flip {
  position: absolute;
  text-align: right;
}

.box-content {
  padding: 100px;
}

a {
  cursor: pointer;
}

.box {
  padding: 25px;
  border: 0.2rem solid #f7f7f9;
}

.far {
  padding: 0px 5px 0px 5px;
  font-size: 24px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.shadow {
  box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

.required:after {
  content: "*";
  color: red;
  margin-left: 3px;
  font-size: 18px;
}

html {
  font-size: 13pt;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 11pt;
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: 12pt;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 11pt;
  }
}

body {
  background-color: #ffffff;
  color: #444444;
}

body,
input,
select,
textarea {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2rem 0;
}

header.special {
  text-align: center;
  margin-bottom: 4rem;
}
header.special p {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 5px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.9rem;
}

h6 {
  font-size: 0.7rem;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 2.75rem;
    line-height: 1.3;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  h3 {
    font-size: 1.25rem;
  }
}
sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
}

sup {
  font-size: 0.8rem;
  position: relative;
  top: -0.5rem;
}

blockquote {
  border-left: solid 0.5rem;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 1rem 0 1rem 2rem;
}

code {
  border-radius: 4px;
  border: solid 1px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0 2rem 0;
}
pre code {
  display: block;
  line-height: 1.75;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2rem 0;
}
hr.major {
  margin: 4rem 0;
}

.text-shadow {
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
}

.text {
  padding: 8rem;
  text-align: left;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  padding-bottom: 20px;
}

input,
select,
textarea {
  color: #555555;
}

a {
  color: #841e2b;
}

strong,
b {
  color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555555;
}

blockquote {
  border-left-color: rgba(0, 0, 0, 0.25);
}

code {
  background: rgba(0, 0, 0, 0.075);
  border-color: rgba(0, 0, 0, 0.25);
}

hr {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

form .form-title {
  padding-bottom: 20px;
}
form .form-title h1, form .form-title h2, form .form-title h3, form .form-title h4, form .form-title h5, form .form-title h6 {
  margin: 0 !important;
}
form textarea, form input {
  background-color: #ffffff !important;
  color: #646464 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  border: none !important;
  border-bottom: solid 2px #CCCCCC !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
form input {
  font-size: 16px;
  padding: 5px;
  height: 30px !important;
}
form input[type=submit] {
  font-size: 16px !important;
  margin: 4px;
  border: solid 2px #CCCCCC !important;
}
form input[type=submit]:hover {
  border: solid 2px #841e2b !important;
  color: #841e2b;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
form textarea:focus, form input:focus {
  outline: none !important;
  border: 1px solid #841e2b !important;
}

.row.no-padding > [class^=col-], .row.no-padding > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.container,
.container-full {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

.container-fluid .row [class^=col-],
.container-fluid .row [class*=" col-"],
.container-fluid-full .row [class^=col-],
.container-fluid-full .row [class*=" col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 5px !important;
}

.schedule {
  width: 250px;
}
.schedule dl > dt {
  display: block;
  float: left;
  width: 100px;
  font-weight: bold;
}
.schedule dl > dt, .schedule dl > dd {
  border-top: 1px solid #f0f0f0;
  padding: 10px 0;
  margin: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 3.25rem;
  padding: 0 1.75rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
input[type=submit].small,
input[type=reset].small,
input[type=button].small,
button.small,
.button.small {
  font-size: 0.8rem;
  height: 2.4375rem;
  padding: 0 1.25rem;
}
input[type=submit].large,
input[type=reset].large,
input[type=button].large,
button.large,
.button.large {
  font-size: 1.35rem;
  height: 4.0625rem;
  padding: 0 2rem;
}
input[type=submit].wide,
input[type=reset].wide,
input[type=button].wide,
button.wide,
.button.wide {
  min-width: 13rem;
}
input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5rem;
}
input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit,
button.fit,
.button.fit {
  width: 100%;
}
input[type=submit].noBoarder,
input[type=reset].noBoarder,
input[type=button].noBoarder,
button.noBoarder,
.button.noBoarder {
  border: none;
}
input[type=submit].disabled, input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: 0.25;
}

input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  background-color: transparent;
  color: #555555 !important;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  color: #841e2b !important;
}
input[type=submit]:hover:active,
input[type=reset]:hover:active,
input[type=button]:hover:active,
button:hover:active,
.button:hover:active {
  background-color: rgba(132, 30, 43, 0.25);
}
input[type=submit].primary,
input[type=reset].primary,
input[type=button].primary,
button.primary,
.button.primary {
  box-shadow: none;
  background-color: #841e2b;
  color: #ffffff !important;
}
input[type=submit].primary:hover,
input[type=reset].primary:hover,
input[type=button].primary:hover,
button.primary:hover,
.button.primary:hover {
  background-color: #992332;
  box-shadow: none;
}
input[type=submit].primary:hover:active,
input[type=reset].primary:hover:active,
input[type=button].primary:hover:active,
button.primary:hover:active,
.button.primary:hover:active {
  background-color: #6f1924;
}

.card {
  max-width: 350px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  height: 300px;
  margin: auto;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-body {
  padding: 2px 16px;
}

.flipper {
  -webkit-perspective: 600px;
  perspective: 600px;
  position: relative;
  margin: 2rem auto;
  max-width: 350px;
}

.flipper-btn {
  position: absolute;
  right: 10px;
  padding-top: 5px;
}

.flipper.is-switched .flipper__wrapper {
  -webkit-animation: rotate 0.5s linear both;
  animation: rotate 0.5s linear both;
}

.flipper__wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: rotate-inverse 0.5s linear both;
  animation: rotate-inverse 0.5s linear both;
}

.flipper__side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
}

.flipper__side.is-active {
  position: static;
}

.flipper__side--back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  color: black;
  font-size: 16px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  70% {
    -webkit-transform: rotateY(200deg);
    transform: rotateY(200deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  70% {
    -webkit-transform: rotateY(200deg);
    transform: rotateY(200deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  70% {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@keyframes rotate-inverse {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  70% {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#circle-container {
  width: 200px;
  height: 200px;
  position: relative;
  z-index: 1;
}

.quarter {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 999;
  background-color: #FFFFFF;
  color: #000000;
}

.top-left {
  border-top-left-radius: 50%;
  float: left;
}

.top-right {
  border-top-right-radius: 50%;
  float: right;
}

.bottom-left {
  border-bottom-left-radius: 50%;
  float: left;
}

.bottom-right {
  border-bottom-right-radius: 50%;
  float: right;
  top: 0;
  left: 0;
}

.InspecteurInfo {
  border: 2px solid #efefef;
  padding: 25px;
  border-radius: 5px;
}
.InspecteurInfo img {
  float: right;
  width: 277px;
  top: -75px;
  position: relative;
}
.InspecteurInfo text {
  padding-right: 20px;
}
.InspecteurInfo h1, .InspecteurInfo h2, .InspecteurInfo h3, .InspecteurInfo h4, .InspecteurInfo h5 {
  padding-bottom: 15px;
}

.paragraph .subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #55575a;
  padding-bottom: 10px;
}
.paragraph .title {
  font-size: 32px;
  font-weight: 600;
  color: #44ac34;
  margin: 0;
}
.paragraph p {
  font-size: 16px;
}
.paragraph img {
  float: right;
  padding: 0 0 20px 20px;
}

.facebook {
  color: #3b5998;
}

.google {
  color: #dd4b39;
}

.twitter {
  color: #429cd6;
}

.contactus {
  text-align: center;
}
.contactus .contactus-text {
  padding: 25px 0 25px 0;
}
.contactus .fa {
  font-size: 35px;
  padding-right: 15px;
  color: #55575a;
}
.contactus span {
  font-weight: 600;
  font-size: 22px;
}

.image_div {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-info-list {
  margin-top: 20px;
  font-size: 18px;
}
.contact-info-list ul {
  padding: 0;
  margin: 0;
  margin-top: 0px;
  list-style: none;
}
.contact-info-list li {
  padding-bottom: 10px;
}

.horizontal-enumerable {
  font-size: 26px;
  font-weight: 600;
  color: #841e2b;
}
.horizontal-enumerable span:after {
  content: "∙";
  padding: 0 5px 0 10px;
  color: #000000;
}
.horizontal-enumerable span:last-child:after {
  content: "";
}

.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {
  opacity: 0.7;
}

.modal2 {
  display: none;
  position: fixed;
  z-index: 4;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 1100px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  position: absolute;
  top: 65px;
  right: 35px;
  color: #ffffff !important;
  font-size: 2.5rem !important;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
#menu {
  background-color: #111111;
  color: #111111;
}
#menu input,
#menu select,
#menu textarea {
  color: #ffffff;
}
#menu a {
  color: #841e2b;
}
#menu strong,
#menu b {
  color: #ffffff;
}
#menu h1,
#menu h2,
#menu h3,
#menu h4,
#menu h5,
#menu h6 {
  color: #ffffff;
}
#menu blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
#menu code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
#menu hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#menu input[type=submit],
#menu input[type=reset],
#menu input[type=button],
#menu button,
#menu .button {
  background-color: transparent;
  color: #ffffff !important;
}
#menu input[type=submit]:hover,
#menu input[type=reset]:hover,
#menu input[type=button]:hover,
#menu button:hover,
#menu .button:hover {
  color: #841e2b !important;
}
#menu input[type=submit]:hover:active,
#menu input[type=reset]:hover:active,
#menu input[type=button]:hover:active,
#menu button:hover:active,
#menu .button:hover:active {
  background-color: rgba(132, 30, 43, 0.25);
}
#menu input[type=submit].primary,
#menu input[type=reset].primary,
#menu input[type=button].primary,
#menu button.primary,
#menu .button.primary {
  box-shadow: none;
  background-color: #841e2b;
  color: #ffffff !important;
}
#menu input[type=submit].primary:hover,
#menu input[type=reset].primary:hover,
#menu input[type=button].primary:hover,
#menu button.primary:hover,
#menu .button.primary:hover {
  background-color: #992332;
  box-shadow: none;
}
#menu input[type=submit].primary:hover:active,
#menu input[type=reset].primary:hover:active,
#menu input[type=button].primary:hover:active,
#menu button.primary:hover:active,
#menu .button.primary:hover:active {
  background-color: #6f1924;
}
#menu .nav a,
#menu .navbar-nav a {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
}
#menu .nav, #menu a:hover,
#menu .navbar-nav a:hover {
  color: #841e2b !important;
  background-color: inherit;
}
#menu .footer-link {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.intro-info {
  margin-top: -5em;
  color: #ffffff;
}
.intro-info .info {
  background-color: #2c303b;
}
.intro-info .info-middle {
  background-color: #17181d;
  border-left: solid 1px #841E2B;
  border-right: solid 1px #841E2B;
}

.pastilleInfo {
  widows: 200px;
  padding: 25px;
}
.pastilleInfo img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}
.pastilleInfo p {
  min-height: 40px;
}
.pastilleInfo a, .pastilleInfo button {
  border-radius: 30px;
}
.pastilleInfo a:hover {
  text-decoration: none;
}

#banner {
  height: 50vh !important;
}

#banner-90 {
  height: 90vh !important;
}

#banner-full {
  height: 100vh !important;
}

#banner,
#banner-90,
#banner-full {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-color: #111111;
  color: #111111;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-image: url("../../images/banner.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
  display: -ms-flexbox;
  min-height: 30rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
#banner input,
#banner select,
#banner textarea,
#banner-90 input,
#banner-90 select,
#banner-90 textarea,
#banner-full input,
#banner-full select,
#banner-full textarea {
  color: #ffffff;
}
#banner a,
#banner-90 a,
#banner-full a {
  color: #841e2b;
}
#banner strong,
#banner b,
#banner-90 strong,
#banner-90 b,
#banner-full strong,
#banner-full b {
  color: #ffffff;
}
#banner h1,
#banner h2,
#banner h3,
#banner h4,
#banner h5,
#banner h6,
#banner-90 h1,
#banner-90 h2,
#banner-90 h3,
#banner-90 h4,
#banner-90 h5,
#banner-90 h6,
#banner-full h1,
#banner-full h2,
#banner-full h3,
#banner-full h4,
#banner-full h5,
#banner-full h6 {
  color: #ffffff;
}
#banner blockquote,
#banner-90 blockquote,
#banner-full blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
#banner code,
#banner-90 code,
#banner-full code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
#banner hr,
#banner-90 hr,
#banner-full hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#banner input[type=submit],
#banner input[type=reset],
#banner input[type=button],
#banner button,
#banner .button,
#banner-90 input[type=submit],
#banner-90 input[type=reset],
#banner-90 input[type=button],
#banner-90 button,
#banner-90 .button,
#banner-full input[type=submit],
#banner-full input[type=reset],
#banner-full input[type=button],
#banner-full button,
#banner-full .button {
  background-color: transparent;
  color: #ffffff !important;
}
#banner input[type=submit]:hover,
#banner input[type=reset]:hover,
#banner input[type=button]:hover,
#banner button:hover,
#banner .button:hover,
#banner-90 input[type=submit]:hover,
#banner-90 input[type=reset]:hover,
#banner-90 input[type=button]:hover,
#banner-90 button:hover,
#banner-90 .button:hover,
#banner-full input[type=submit]:hover,
#banner-full input[type=reset]:hover,
#banner-full input[type=button]:hover,
#banner-full button:hover,
#banner-full .button:hover {
  color: #841e2b !important;
}
#banner input[type=submit]:hover:active,
#banner input[type=reset]:hover:active,
#banner input[type=button]:hover:active,
#banner button:hover:active,
#banner .button:hover:active,
#banner-90 input[type=submit]:hover:active,
#banner-90 input[type=reset]:hover:active,
#banner-90 input[type=button]:hover:active,
#banner-90 button:hover:active,
#banner-90 .button:hover:active,
#banner-full input[type=submit]:hover:active,
#banner-full input[type=reset]:hover:active,
#banner-full input[type=button]:hover:active,
#banner-full button:hover:active,
#banner-full .button:hover:active {
  background-color: rgba(132, 30, 43, 0.25);
}
#banner input[type=submit].primary,
#banner input[type=reset].primary,
#banner input[type=button].primary,
#banner button.primary,
#banner .button.primary,
#banner-90 input[type=submit].primary,
#banner-90 input[type=reset].primary,
#banner-90 input[type=button].primary,
#banner-90 button.primary,
#banner-90 .button.primary,
#banner-full input[type=submit].primary,
#banner-full input[type=reset].primary,
#banner-full input[type=button].primary,
#banner-full button.primary,
#banner-full .button.primary {
  box-shadow: none;
  background-color: #841e2b;
  color: #ffffff !important;
}
#banner input[type=submit].primary:hover,
#banner input[type=reset].primary:hover,
#banner input[type=button].primary:hover,
#banner button.primary:hover,
#banner .button.primary:hover,
#banner-90 input[type=submit].primary:hover,
#banner-90 input[type=reset].primary:hover,
#banner-90 input[type=button].primary:hover,
#banner-90 button.primary:hover,
#banner-90 .button.primary:hover,
#banner-full input[type=submit].primary:hover,
#banner-full input[type=reset].primary:hover,
#banner-full input[type=button].primary:hover,
#banner-full button.primary:hover,
#banner-full .button.primary:hover {
  background-color: #992332;
  box-shadow: none;
}
#banner input[type=submit].primary:hover:active,
#banner input[type=reset].primary:hover:active,
#banner input[type=button].primary:hover:active,
#banner button.primary:hover:active,
#banner .button.primary:hover:active,
#banner-90 input[type=submit].primary:hover:active,
#banner-90 input[type=reset].primary:hover:active,
#banner-90 input[type=button].primary:hover:active,
#banner-90 button.primary:hover:active,
#banner-90 .button.primary:hover:active,
#banner-full input[type=submit].primary:hover:active,
#banner-full input[type=reset].primary:hover:active,
#banner-full input[type=button].primary:hover:active,
#banner-full button.primary:hover:active,
#banner-full .button.primary:hover:active {
  background-color: #6f1924;
}
#banner > .hover-effect,
#banner-90 > .hover-effect,
#banner-full > .hover-effect {
  transition: all 0.2s ease-in-out;
}
#banner > .hover-effect:hover,
#banner-90 > .hover-effect:hover,
#banner-full > .hover-effect:hover {
  transform: scale(1.1);
  color: #841e2b !important;
}
#banner > .inner-left,
#banner-90 > .inner-left,
#banner-full > .inner-left {
  position: absolute;
  left: 5%;
  width: 40%;
}
#banner > .inner-right,
#banner-90 > .inner-right,
#banner-full > .inner-right {
  position: absolute;
  right: 5%;
  width: 40%;
}
#banner > .inner,
#banner-90 > .inner,
#banner-full > .inner {
  position: relative;
}
#banner > .inner,
#banner > .inner-left,
#banner > .inner-right,
#banner-90 > .inner,
#banner-90 > .inner-left,
#banner-90 > .inner-right,
#banner-full > .inner,
#banner-full > .inner-left,
#banner-full > .inner-right {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  -moz-transition: opacity 1s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1s ease, -ms-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  opacity: 1;
  z-index: 3;
}
#banner > .inner > :last-child,
#banner > .inner-left > :last-child,
#banner > .inner-right > :last-child,
#banner-90 > .inner > :last-child,
#banner-90 > .inner-left > :last-child,
#banner-90 > .inner-right > :last-child,
#banner-full > .inner > :last-child,
#banner-full > .inner-left > :last-child,
#banner-full > .inner-right > :last-child {
  margin-bottom: 0;
}
#banner h1,
#banner-90 h1,
#banner-full h1 {
  font-size: 5rem;
  margin-bottom: 1rem;
}
#banner h2,
#banner-90 h2,
#banner-full h2 {
  font-size: 1.7rem;
}
#banner p,
#banner-90 p,
#banner-full p {
  font-size: 1.5rem;
}
#banner a,
#banner-90 a,
#banner-full a {
  color: #111111;
  text-decoration: none;
}
#banner a:hover,
#banner-90 a:hover,
#banner-full a:hover {
  color: #ffffff;
}
#banner video,
#banner-90 video,
#banner-full video {
  -moz-transform: translateX(50%) translateY(50%);
  -webkit-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  bottom: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 50%;
  width: auto;
}
#banner:before,
#banner-90:before,
#banner-full:before {
  -moz-transition: opacity 3s ease;
  -webkit-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  transition: opacity 3s ease;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  transition-delay: 1.25s;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#banner .shadow-layer,
#banner-90 .shadow-layer,
#banner-full .shadow-layer {
  background: linear-gradient(135deg, #841e2b 0%, #111111 40%);
  left: 0;
  top: 0;
  opacity: 0.6;
  height: 100%;
  position: absolute;
  width: 100%;
  webkit-linear-gradientidth: 100%;
  z-index: 1;
}
#banner .shadow-layer-max,
#banner-90 .shadow-layer-max,
#banner-full .shadow-layer-max {
  background: linear-gradient(135deg, #841e2b 0%, #111111 100%);
}
#banner .shadow-layer-high,
#banner-90 .shadow-layer-high,
#banner-full .shadow-layer-high {
  background: linear-gradient(135deg, #841e2b 0%, #111111 70%);
}
#banner .shadow-layer-medium,
#banner-90 .shadow-layer-medium,
#banner-full .shadow-layer-medium {
  background: linear-gradient(135deg, #841e2b 0%, #111111 40%);
}
#banner .shadow-layer-low,
#banner-90 .shadow-layer-low,
#banner-full .shadow-layer-low {
  background: linear-gradient(135deg, #841e2b 0%, #111111 20%);
}
#banner .empty-layer,
#banner-90 .empty-layer,
#banner-full .empty-layer {
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  webkit-linear-gradientidth: 100%;
  z-index: 1;
}
#banner.small,
#banner-90.small,
#banner-full.small {
  height: 30vh !important;
  min-height: 30vh;
}
@media screen and (max-width: 1280px) {
  #banner video,
#banner-90 video,
#banner-full video {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  #banner,
#banner-90,
#banner-full {
    height: auto !important;
    padding: 4rem 2rem 4rem 2rem;
  }
  #banner .inner,
#banner-90 .inner,
#banner-full .inner {
    width: 100%;
    z-index: 10;
  }
  #banner h1,
#banner-90 h1,
#banner-full h1 {
    font-size: 3.75rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }
  #banner p,
#banner-90 p,
#banner-full p {
    font-size: 1.25rem;
  }
  #banner br,
#banner-90 br,
#banner-full br {
    display: none;
  }
  #banner .button,
#banner-90 .button,
#banner-full .button {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #banner p,
#banner-90 p,
#banner-full p {
    font-size: 1rem;
  }
}
body.is-preload #banner .inner,
body.is-preload #banner-90 .inner,
body.is-preload #banner-full .inner {
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
  opacity: 0;
}
body.is-preload #banner:before,
body.is-preload #banner-90:before,
body.is-preload #banner-full:before {
  opacity: 1;
}
#banner .banner-navbar,
#banner-90 .banner-navbar,
#banner-full .banner-navbar {
  background-color: transparent;
  z-index: 9999;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer-distributed {
  color: #ffffff;
  background-color: #841e2b;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px 20px 50px;
}
.footer-distributed .fa {
  padding: 20px;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}
.footer-distributed .footer-left {
  width: 33%;
}
.footer-distributed .footer-center {
  width: 50%;
}
.footer-distributed .footer-right {
  width: 16%;
}
.footer-distributed .footer-center {
  padding: 0 50px 0 50px;
}
.footer-distributed h3 {
  font: normal 36px "Cookie", cursive;
  margin: 0;
}
.footer-distributed h3 span {
  color: #ffffff;
}
.footer-distributed .footer-links {
  margin: 20px 0 12px;
  padding: 0;
}
.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}
.footer-distributed .footer-company-name {
  font-size: 11px;
  font-weight: normal;
  margin: 0;
}
.footer-distributed .footer-center i {
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 10px 15px;
  vertical-align: middle;
}
.footer-distributed .footer-center p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}
.footer-distributed .footer-center p a {
  text-decoration: none;
}
.footer-distributed .footer-contact-list div {
  padding-bottom: 25px;
}
.footer-distributed .footer-center a:hover {
  color: #841e2b;
}
.footer-distributed .footer-center .link p:hover {
  color: #841e2b;
  cursor: pointer;
}
.footer-distributed .footer-company-about {
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.footer-distributed .footer-company-about img {
  padding: 10px 0 10px 0;
}
.footer-distributed .footer-company-about span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-distributed .footer-icons {
  margin-top: 25px;
}
.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #111111;
  border-radius: 2px;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

@media (max-width: 880px) {
  .footer-distributed {
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}
section, section[class=cta] {
  position: relative;
  padding: 80px;
  text-align: center;
  z-index: 1;
  font-size: 3.5rem;
  font-size: 32px;
}
section label, section[class=cta] label {
  font-style: italic;
}
section .inner, section[class=cta] .inner {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 980px) {
  section, section[class=cta] {
    background-attachment: scroll;
  }
}

section {
  color: #ffffff;
  background-color: #841e2b;
  font-size: 32px;
}

section[class=cta] {
  background-color: #841e2b;
  color: #841e2b;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(132, 30, 43, 0.25), rgba(132, 30, 43, 0.25)), url(../../images/cta01.jpg);
}
section[class=cta] input,
section[class=cta] select,
section[class=cta] textarea {
  color: #ffffff;
}
section[class=cta] a {
  color: #ffffff;
}
section[class=cta] strong,
section[class=cta] b {
  color: #ffffff;
}
section[class=cta] h1,
section[class=cta] h2,
section[class=cta] h3,
section[class=cta] h4,
section[class=cta] h5,
section[class=cta] h6 {
  color: #ffffff;
}
section[class=cta] blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
section[class=cta] code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
section[class=cta] hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
section[class=cta] input[type=submit],
section[class=cta] input[type=reset],
section[class=cta] input[type=button],
section[class=cta] button,
section[class=cta] .button {
  background-color: transparent;
  color: #ffffff !important;
}
section[class=cta] input[type=submit]:hover,
section[class=cta] input[type=reset]:hover,
section[class=cta] input[type=button]:hover,
section[class=cta] button:hover,
section[class=cta] .button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
section[class=cta] input[type=submit]:hover:active,
section[class=cta] input[type=reset]:hover:active,
section[class=cta] input[type=button]:hover:active,
section[class=cta] button:hover:active,
section[class=cta] .button:hover:active {
  background-color: rgba(255, 255, 255, 0.25);
}
section[class=cta] input[type=submit].primary,
section[class=cta] input[type=reset].primary,
section[class=cta] input[type=button].primary,
section[class=cta] button.primary,
section[class=cta] .button.primary {
  box-shadow: none;
  background-color: #ffffff;
  color: #841e2b !important;
}
section[class=cta] input[type=submit].primary:hover,
section[class=cta] input[type=reset].primary:hover,
section[class=cta] input[type=button].primary:hover,
section[class=cta] button.primary:hover,
section[class=cta] .button.primary:hover {
  background-color: rgba(255, 255, 255, 0.875);
  box-shadow: none;
}
section[class=cta] input[type=submit].primary:hover:active,
section[class=cta] input[type=reset].primary:hover:active,
section[class=cta] input[type=button].primary:hover:active,
section[class=cta] button.primary:hover:active,
section[class=cta] .button.primary:hover:active {
  background-color: rgba(255, 255, 255, 0.5);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #888 !important;
  font-weight: 600;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */
