.ps-accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.ps-active, .accordion:hover {
  background-color: #ccc;
}

.ps-accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.ps-active:after {
  content: "\2212";
}

.ps-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

@media (min-width: 992px) {
  .responsivetext-extrasmall {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .responsivetext-extrasmall {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .responsivetext-extrasmall {
    font-size: 14px;
  }
}

@media (min-width: 300px) {
  .responsivetext-extrasmall {
    font-size: 12px;
  }
}

.text-shadow {
  text-shadow: 1px 1px 1px black;
}

.shadow {
  -webkit-box-shadow: 0px 0px 46px 10px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 0px 46px 10px rgba(0,0,0,0.55);
  box-shadow: 0px 0px 46px 10px rgba(0,0,0,0.55);
}

.picturebox {
  width: auto;
  overflow: hidden;
}

@media (min-width: 300px) {
  #navbarResponsive {
    z-index: 2;
    background-color: #1c1c1c;
  }
}

@media (min-width: 992px) {
  #navbarResponsive {
    z-index: 0;
    background-color: rgba(192,141,95,0);
  }
}

@media (min-width: 300px) {
  #navbarResponsive ul {
    padding: 10px 100px;
    border: 1px solid white;
  }
}

@media (min-width: 992px) {
  #navbarResponsive ul {
    padding: 0px 0px;
    border: none;
  }
}

@media (min-width: 300px) {
  #navbarResponsive ul li {
    /*background-color: rgba(255,255,255,0.1);*/
  }
}

@media (min-width: 992px) {
  #navbarResponsive ul li {
    background-color: inherit;
  }
}

.ps-accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.ps-accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.ps-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.flex {
  display: flex;
  justify-content: center;
  width: 960px;
  max-width: 100%;
  margin: auto;
}

@media (min-width: 300px) {
  .custom-image {
    min-height: 200px;
    max-height: 200px;
    width: auto;
    overflow: hidden;
  }
}

.custom-image-wrapper {
  text-align: center;
  overflow: hidden;
}

.project-icon {
  margin-top: 15px;
  text-align: center;
  /*background: rgb(192,141,95);*/
  font-size: 60px;
  border: 2px solid white;
  padding: 2%;
  border-radius: 50%;
  color: #ffffff;
  margin-bottom: 10px;
}

.links a {
  padding: 15px 0px!important;
  display: inline-block!important;
}

.facebook {
  font-size: 65px;
  color: rgb(0,0,0);
}

.gallery-main-picture {
  max-height: 600px;
  z-index: 0;
}

.project-details {
  padding-left: 15px;
  padding-right: 15px;
}

.customlist li a {
  color: black!important;
  z-index: 10;
}

.customlisttwo a {
  color: rgb(0,0,0);
}

.customlisttwo a:hover {
  text-decoration: none;
  color: rgb(0,0,0);
}

.tel:hover {
  color: brown;
}

.tel:hover {
  color: brown;
}

.tel {
  color: rgb(0,0,0);
}

.project-category {
  /*background-color: #533b29;*/
  /*background: url("11_Tischlerei_darkened.jpg");*/
  background-position: center;
  width: 100%;
}

.project-category-heading {
  color: rgb(192,141,95);
  letter-spacing: 9px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgb(0,0,0);
}

.headerpicture {
  background: url("../../assets/img/logo_handwerker.png"), #c08d5f;
  background-repeat: no-repeat;
  background-size: contain;
}

.cc-color-override--1473609603.cc-window {
}

.footer-darker a {
  color: white!important;
  font-weight: 600;
}

.active {
  background: rgba(255,255,255,0.4)!important;
}

.color-lightgray {
  color: #cccccc;
}

.nav-link {
  border: 0px solid white!important;
}

@keyframes animationEasingInFromBackground {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: .6;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

@media (min-width: 300px) {
  .shrinkingtext {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 576px) {
  .shrinkingtext {
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  .shrinkingtext {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 992px) {
  .shrinkingtext {
    padding-left: 125px;
    padding-right: 125px;
  }
}

.fade-in-top {
  animation: fade-in-top 1.9s cubic-bezier(.39,.575,.565,1.000) both;
}

@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.text-focus-in {
  animation: text-focus-in 1.9s cubic-bezier(.55,.085,.68,.53) both;
}

@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}

.slide-in-left {
  animation: slide-in-left 2s cubic-bezier(.25,.46,.45,.94) both;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-right {
  animation: slide-in-right 2s cubic-bezier(.25,.46,.45,.94) both;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-bottom {
  animation: slide-in-bottom 1.5s cubic-bezier(.25,.46,.45,.94) both;
}

.tracking-in-expand-fwd-bottom {
  animation: tracking-in-expand-fwd-bottom .8s cubic-bezier(.215,.61,.355,1.000) 2s both;
}

@keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -.5em;
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: .6;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

.slide-in-left-1 {
  animation: slide-in-left 2s cubic-bezier(.25,.46,.45,.94) 1s both;
}

.slide-in-left-2 {
  animation: slide-in-left 2s cubic-bezier(.25,.46,.45,.94) 2s both;
}

.slide-in-left-3 {
  animation: slide-in-left 2s cubic-bezier(.25,.46,.45,.94) 3s both;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link {
  text-align: center;
  color: white;
}

.border-right-custom {
  border-right: none;
  border-right: 0px solid gray;
  border-bottom: 1px solid gray;
  padding: 15px;
}

@media (min-width: 768px) {
  .border-right-bottom {
    border-right: 1px solid gray!important;
    border-bottom: 1px solid gray;
    padding: 15px;
  }
}

.border-right-bottom {
  border-bottom: 1px solid gray;
  border-right: none;
  padding: 15px;
}

@media (min-width: 768px) {
  .border-right-custom {
    border-right: 1px solid gray;
    border-bottom: none;
    padding: 15px;
  }
}

.border-bottom {
  border-bottom: none;
  padding: 15px;
}

@media (min-width: 768px) {
  .border-bottom {
    border-bottom: 1px solid gray!important;
    padding: 15px;
  }
}

.fa.fa-star.fa-thumbs-up {
  font-size: 35px;
  text-align: center;
}

.inner-shadow-black {
  -webkit-box-shadow: inset 0px 0px 26px 10px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 26px 10px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 26px 10px rgba(0,0,0,0.75);
}

.customlist-big li {
  font-size: 24px;
  padding-top: 15px;
  font-weight: bold;
}

.customlist-big li:before {
  color: #C08D5F;
  content: ">";
  padding: 10px;
  text-align: left;
  font-size: 22px;
}

.card-header:hover {
  background-color: rgb(238,238,238);
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (min-width: 300px) {
  .headerpicture {
    background: url("../../assets/img/logo_handwerker.png"), #c08d5f;
    background-size: cover;
    width: 250px;
    height: 97px;
    position: absolute;
    margin-top: 36px;
    margin-left: 82px;
  }
}

@media (min-width: 576px) {
  .headerpicture {
    background: url("../../assets/img/logo_handwerker.png"), #c08d5f;
    background-size: cover;
    width: 250px;
    height: 97px;
    position: absolute;
    margin-top: 36px;
    margin-left: 136px;
  }
}

@media (min-width: 768px) {
  .headerpicture {
    background: url("../../assets/img/logo_handwerker.png"), #c08d5f;
    background-size: cover;
    width: 250px;
    height: 97px;
    position: absolute;
    margin-top: 36px;
    margin-left: 227px;
  }
}

@media (min-width: 992px) {
  .headerpicture {
    background: url("../../assets/img/logo_handwerker.png"), #c08d5f;
    background-size: cover;
    width: 250px;
    height: 97px;
    position: absolute;
    margin-top: 36px;
    margin-left: 74px;
    z-index: 1;
  }
}

@media (min-width: 300px) {
  .responsivespacing {
    letter-spacing: 4px;
  }
}

@media (min-width: 576px) {
  .responsivespacing {
    letter-spacing: 15px;
  }
}

.nav-item a {
  color: #FFF;
  text-decoration: none;
  font: 20px Raleway;
  margin: 0px 10px;
  padding: 10px 10px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  font-family: Open Sans,Helvetica Neue,Arial,sans-serif;
}

/* Pull up */

div.pullUp a:before {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  content: '';
  background: #FFF;
  opacity: 0.3;
  transition: all 0.3s;
}

div.pullUp a:hover:before {
  height: 100%;
}

/* Pull right and left */

@media (min-width: 992px) {
  div.pullRightLeft a:before, div.pullRightLeft a:after {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
  }
}

div.pullRightLeft a:before {
  left: 0px;
}

div.pullRightLeft a:after {
  right: 0px;
}

div.pullRightLeft a:hover:before, div.pullRightLeft a:hover:after {
  width: 100%;
}

.fixed {
  background-attachment: fixed;
}

.hr-horizontal-from-left {
  max-width: 50px;
  width: 50px;
  margin-left: 5px;
  float: left;
  position: relative;
  margin-bottom: 5px;
  opacity: 1;
}

.second-hr-fusion {
  margin-left: 60px;
  position: relative;
  max-width: 850px;
  opacity: 1;
}

.fa-euro {
  font-size: 35px;
  text-align: center;
}

.fa-cogs {
  font-size: 35px;
}

.fa-large {
  font-size: 35px;
}

.article-clean {
  color: #56585b;
  background-color: #fff;
  font-family: 'Lora', serif;
  font-size: 14px;
}

.article-clean .intro {
  font-size: 16px;
  margin: 0 auto 30px;
}

.article-clean .intro h1 {
  font-size: 32px;
  margin-bottom: 15px;
  padding-top: 20px;
  line-height: 1.5;
  color: inherit;
  margin-top: 20px;
}

.article-clean .intro p {
  color: #929292;
  font-size: 12px;
}

.article-clean .intro p .by {
  font-style: italic;
}

.article-clean .intro p .date {
  text-transform: uppercase;
  padding: 4px 0 4px 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

.article-clean .intro p a {
  color: #333;
  text-transform: uppercase;
  padding-left: 3px;
}

.article-clean .intro img {
  margin-top: 20px;
}

.article-clean .text p {
  margin-bottom: 20px;
  line-height: 1.45;
}

@media (min-width:768px) {
  .article-clean .text p {
    font-size: 16px;
  }
}

.article-clean .text h2 {
  margin-top: 28px;
  margin-bottom: 20px;
  line-height: 1.45;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

@media (min-width:768px) {
  .article-clean .text h2 {
    font-size: 20px;
  }
}

.article-clean .text figure {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.article-clean .text figure img {
  margin-bottom: 12px;
  max-width: 100%;
}

.carousel-control-next:hover {
}

.carousel-control-prev:hover {
}

.list-inline li:before {
  margin-right: 0.5em;
  content: "•";
  color: rgb(0,0,0);
}

.footer-darker {
  padding: 15px 0;
  color: #f0f9ff;
  background-color: #151515;
}

.customlist li:before {
  color: #000000;
  content: ">";
  padding: 10px;
  text-align: left;
  font-size: 22px;
}

.customlist li {
  font-size: 24px;
}

.text-center.hero-subtitle {
  letter-spacing: 10px;
}

@media (min-width: 300px) {
  .responsivetext-small {
    font-size: 14px;
  }
}

@media (min-width: 300px) {
  .responsivetext-medium {
    font-size: 13px;
  }
}

@media (min-width: 300px) {
  .responsivetext-large {
    font-size: 30px;
  }
}

@media (min-width: 300px) {
  .responsivetext-extralarge {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .responsivetext-large {
    font-size: 46px;
  }
}

@media (min-width: 992px) {
  .responsivetext-medium {
    font-size: 38px;
  }
}

@media (min-width: 576px) {
  .responsivetext-medium {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .responsivetext-medium {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .text-left.responsivetext-small {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .responsivetext-extralarge {
    font-size: 80px;
  }
}

@media (min-width: 1200px) {
  .responsivetext-small {
    font-size: 28px;
  }
}

.listredbullets li:before {
  color: #C08D5F;
}

@media (min-width: 1200px) {
  .text-left.responsivetext-extrasmall {
    font-size: 22px;
  }
}

.fa-dashboard {
  color: #1c1c1c;
  font-size: 80px;
}

.animationEasingInFromBackground {
  animation: animationEasingInFromBackground 1s cubic-bezier(.215,.61,.355,1.000) both;
}

.article-dual-column {
  color: #56585b;
  background-color: #fff;
  font-family: 'Lora', serif;
  font-size: 14px;
}

.article-dual-column .intro {
  font-size: 16px;
  margin: 0 auto 30px;
}

.article-dual-column .intro h1 {
  font-size: 32px;
  margin-bottom: 15px;
  padding-top: 20px;
  line-height: 1.5;
  color: inherit;
  margin-top: 25px;
}

.article-dual-column .intro p {
  color: #929292;
  font-size: 12px;
}

.article-dual-column .intro p .by {
  font-style: italic;
}

.article-dual-column .intro p .date {
  text-transform: uppercase;
  padding: 4px 0 4px 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

.article-dual-column .intro p a {
  color: #333;
  text-transform: uppercase;
  padding-left: 3px;
}

.article-dual-column .intro img {
  margin-top: 25px;
}

.article-dual-column .text p {
  margin-bottom: 20px;
  line-height: 1.45;
}

@media (min-width:768px) {
  .article-dual-column .text p {
    font-size: 16px;
  }
}

.article-dual-column .text h2 {
  margin-top: 28px;
  margin-bottom: 20px;
  line-height: 1.45;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

@media (min-width:768px) {
  .article-dual-column .text h2 {
    font-size: 20px;
  }
}

.article-dual-column .text figure {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.article-dual-column .text figure img {
  margin-bottom: 12px;
  max-width: 100%;
}

@media (max-width:767px) {
  .article-dual-column .toc {
    border: 1px solid #d3d3d3;
    padding: 20px 0 15px;
    margin-bottom: 20px;
    border-width: 1px 0;
  }
}

.article-dual-column .toc p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.article-dual-column .toc ul {
  padding-left: 20px;
  font-size: 13px;
  margin-bottom: 0;
}

.article-dual-column .toc li {
  padding: 2px 0;
}

.article-dual-column .toc a {
  color: inherit;
}

.article-list {
  color: #313437;
  background-color: #fff;
}

.article-list p {
  color: #7d8285;
}

.article-list h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .article-list h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.article-list .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.article-list .intro p {
  margin-bottom: 0;
}

.article-list .articles {
  padding-bottom: 40px;
}

.article-list .item {
  padding-top: 50px;
  min-height: 425px;
  text-align: center;
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.article-list .item .action {
  font-size: 24px;
  width: 24px;
  margin: 22px auto 0;
  line-height: 1;
  display: block;
  color: #4f86c3;
  opacity: 0.85;
  transition: opacity 0.2s;
  text-decoration: none;
}

.article-list .item .action:hover {
  opacity: 1;
}

/* * Start Bootstrap - Creative 4.1.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2019, Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE) */

/* !
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #f05f40;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, :after, :before {
  box-sizing: border-box;
}

html {
  /*font-family: sans-serif;*/
  /*line-height: 1.15;*/
  /*-webkit-text-size-adjust: 100%;*/
  /*-webkit-tap-highlight-color: transparent;*/
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  /*font-size: 1rem;*/
  /*font-weight: 400;*/
  /*line-height: 1.5;*/
  /*color: #212529;*/
  /*text-align: left;*/
  /*background-color: #fff;*/
}

[tabindex="-1"]:focus {
  outline: 0!important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

address, dl, ol, ul {
  margin-bottom: 1rem;
}

dl, ol, ul {
  margin-top: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img, svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
}

.display-1, .display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3, .display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

fon {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer:before {
  content: "\2014\00A0";
}

.img-fluid, .img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width:576px) {
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width:576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width:576px) {
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:576px) {
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:576px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:576px) {
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width:576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:576px) {
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width:576px) {
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width:576px) {
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width:576px) {
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width:576px) {
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width:576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:576px) {
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width:576px) {
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width:576px) {
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width:576px) {
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width:576px) {
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width:576px) {
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width:576px) {
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (min-width:576px) {
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
}

@media (min-width:576px) {
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

@media (min-width:576px) {
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
}

@media (min-width:576px) {
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
}

@media (min-width:576px) {
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
}

@media (min-width:576px) {
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
}

@media (min-width:576px) {
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
}

@media (min-width:576px) {
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width:576px) {
  .offset-sm-0 {
    margin-left: 0;
  }
}

@media (min-width:576px) {
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width:576px) {
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width:576px) {
  .offset-sm-3 {
    margin-left: 25%;
  }
}

@media (min-width:576px) {
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width:576px) {
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width:576px) {
  .offset-sm-6 {
    margin-left: 50%;
  }
}

@media (min-width:576px) {
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width:576px) {
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width:576px) {
  .offset-sm-9 {
    margin-left: 75%;
  }
}

@media (min-width:576px) {
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width:576px) {
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width:768px) {
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width:768px) {
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width:768px) {
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:768px) {
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width:768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:768px) {
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width:768px) {
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width:768px) {
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width:768px) {
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width:768px) {
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width:768px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:768px) {
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width:768px) {
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width:768px) {
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width:768px) {
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width:768px) {
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width:768px) {
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width:768px) {
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (min-width:768px) {
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
}

@media (min-width:768px) {
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

@media (min-width:768px) {
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
}

@media (min-width:768px) {
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
}

@media (min-width:768px) {
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
}

@media (min-width:768px) {
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
}

@media (min-width:768px) {
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
}

@media (min-width:768px) {
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width:768px) {
  .offset-md-0 {
    margin-left: 0;
  }
}

@media (min-width:768px) {
  .offset-md-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width:768px) {
  .offset-md-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width:768px) {
  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width:768px) {
  .offset-md-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width:768px) {
  .offset-md-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width:768px) {
  .offset-md-6 {
    margin-left: 50%;
  }
}

@media (min-width:768px) {
  .offset-md-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width:768px) {
  .offset-md-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width:768px) {
  .offset-md-9 {
    margin-left: 75%;
  }
}

@media (min-width:768px) {
  .offset-md-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width:768px) {
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width:992px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:992px) {
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width:992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:992px) {
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width:992px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width:992px) {
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width:992px) {
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width:992px) {
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width:992px) {
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width:992px) {
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width:992px) {
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width:992px) {
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width:992px) {
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width:992px) {
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width:992px) {
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (min-width:992px) {
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
}

@media (min-width:992px) {
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

@media (min-width:992px) {
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
}

@media (min-width:992px) {
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
}

@media (min-width:992px) {
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
}

@media (min-width:992px) {
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
}

@media (min-width:992px) {
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
}

@media (min-width:992px) {
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width:992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width:992px) {
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width:992px) {
  .offset-lg-3 {
    margin-left: 25%;
  }
}

@media (min-width:992px) {
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width:992px) {
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width:992px) {
  .offset-lg-6 {
    margin-left: 50%;
  }
}

@media (min-width:992px) {
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width:992px) {
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width:992px) {
  .offset-lg-9 {
    margin-left: 75%;
  }
}

@media (min-width:992px) {
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width:992px) {
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width:1200px) {
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:1200px) {
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:1200px) {
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width:1200px) {
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:1200px) {
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width:1200px) {
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width:1200px) {
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width:1200px) {
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width:1200px) {
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width:1200px) {
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width:1200px) {
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width:1200px) {
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width:1200px) {
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width:1200px) {
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width:1200px) {
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width:1200px) {
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (min-width:1200px) {
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
}

@media (min-width:1200px) {
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

@media (min-width:1200px) {
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
}

@media (min-width:1200px) {
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
}

@media (min-width:1200px) {
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
}

@media (min-width:1200px) {
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
}

@media (min-width:1200px) {
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
}

@media (min-width:1200px) {
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width:1200px) {
  .offset-xl-0 {
    margin-left: 0;
  }
}

@media (min-width:1200px) {
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width:1200px) {
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width:1200px) {
  .offset-xl-3 {
    margin-left: 25%;
  }
}

@media (min-width:1200px) {
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width:1200px) {
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width:1200px) {
  .offset-xl-6 {
    margin-left: 50%;
  }
}

@media (min-width:1200px) {
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width:1200px) {
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width:1200px) {
  .offset-xl-9 {
    margin-left: 75%;
  }
}

@media (min-width:1200px) {
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width:1200px) {
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm td, .table-sm th {
  padding: .3rem;
}

.table-bordered, .table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0,0,0,.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #fbd2ca;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #f7ac9c;
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #f9beb2;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #dddfe2;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #c0c4c8;
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0,0,0,.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0,0%,100%,.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0,0%,100%,.075);
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width:575.98px) {
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width:767.98px) {
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f9c2b6;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(240,95,64,.25);
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #868e96;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40,167,69,.9);
  border-radius: .25rem;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url([svg]);
  background-repeat: no-repeat;
  background-position: 100% calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url([svg]) no-repeat right .75rem center/8px 10px,url([svg]) #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220,53,69,.9);
  border-radius: .25rem;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url([svg]);
  background-repeat: no-repeat;
  background-position: 100% calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url([svg]) no-repeat right .75rem center/8px 10px,url([svg]) #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width:576px) {
  .form-inline label {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width:576px) {
  .form-inline .form-group, .form-inline label {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}

@media (min-width:576px) {
  .form-inline .form-group {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }
}

@media (min-width:576px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

@media (min-width:576px) {
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
}

@media (min-width:576px) {
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
}

@media (min-width:576px) {
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
}

@media (min-width:576px) {
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
}

@media (min-width:576px) {
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width:576px) {
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(240,95,64,.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #333333;
  border-color: #000000;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(242,119,93,.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #f05f40;
  border-color: #f05f40;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #925d37;
  border-color: #000000;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(242,119,93,.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 .2rem hsla(210,7%,62%,.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem hsla(210,7%,62%,.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 .2rem hsla(220,4%,85%,.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem hsla(220,4%,85%,.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
}

.btn-outline-primary {
  color: #f05f40;
  border-color: #f05f40;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #f05f40;
  border-color: #f05f40;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(240,95,64,.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #f05f40;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #f05f40;
  border-color: #f05f40;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(240,95,64,.5);
}

.btn-outline-secondary {
  color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem hsla(210,7%,56%,.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem hsla(210,7%,56%,.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-link {
  font-weight: 400;
  color: #f05f40;
  text-decoration: none;
}

.btn-link:hover {
  color: #d33311;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #868e96;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: .5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}

.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width:576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none;
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f05f40;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #868e96;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px);
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #f05f40;
  background-color: #f05f40;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(240,95,64,.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #f9c2b6;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #fdeae6;
  border-color: #fdeae6;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}

.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label:after, .custom-control-label:before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label:before {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url([svg]);
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  border-color: #f05f40;
  background-color: #f05f40;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url([svg]);
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(240,95,64,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(240,95,64,.5);
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url([svg]);
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(240,95,64,.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}

.custom-switch .custom-control-label:after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(240,95,64,.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url([svg]) no-repeat right .75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #f9c2b6;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(240,95,64,.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  display: inline-block;
  margin-bottom: 0;
}

.custom-file, .custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #f9c2b6;
  box-shadow: 0 0 0 .2rem rgba(240,95,64,.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-file-label, .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(240,95,64,.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(240,95,64,.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(240,95,64,.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #f05f40;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #fdeae6;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #f05f40;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #fdeae6;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #f05f40;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #fdeae6;
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label:before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .custom-control-label:before, .custom-file-label, .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f05f40;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: .5rem 1rem;
}

.navbar, .navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  /*display: inline-block;*/
  /*padding-top: .3125rem;*/
  /*padding-bottom: .3125rem;*/
  /*margin-right: 1rem;*/
  /*font-size: 1.25rem;*/
  /*line-height: inherit;*/
  /*white-space: nowrap;*/
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}

@media (max-width:575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width:767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (min-width:768px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width:991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width:1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0,0,0,.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-toggler {
  color: rgba(255,255,255,0.5);
  border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url([svg]);
}

.navbar-light .navbar-text {
  color: rgba(0,0,0,.5);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0,0,0,.9);
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0,0%,100%,.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0,0%,100%,.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0,0%,100%,.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: hsla(0,0%,100%,.5);
  border-color: hsla(0,0%,100%,.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url([svg]);
}

.navbar-dark .navbar-text {
  color: hsla(0,0%,100%,.5);
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -.375rem;
}

.card-subtitle, .card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  margin-bottom: -.75rem;
  border-bottom: 0;
}

.card-header-pills, .card-header-tabs {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width:576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width:576px) {
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width:576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media (min-width:576px) {
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
}

@media (min-width:576px) {
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

@media (min-width:576px) {
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width:576px) {
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
}

@media (min-width:576px) {
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
}

@media (min-width:576px) {
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width:576px) {
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
}

@media (min-width:576px) {
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

@media (min-width:576px) {
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: .5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f05f40;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #d33311;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(240,95,64,.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #f05f40;
  border-color: #f05f40;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none;
  }
}

a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #f05f40;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #eb3812;
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(240,95,64,.5);
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem hsla(210,7%,56%,.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7d3121;
  background-color: #fcdfd9;
  border-color: #fbd2ca;
}

.alert-primary hr {
  border-top-color: #f9beb2;
}

.alert-primary .alert-link {
  color: #552116;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes a {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress, .progress-bar {
  display: -ms-flexbox;
  display: flex;
}

.progress-bar {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f05f40;
  transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #f05f40;
  border-color: #f05f40;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0;
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:576px) {
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
}

@media (min-width:576px) {
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
}

@media (min-width:576px) {
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #7d3121;
  background-color: #fbd2ca;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #7d3121;
  background-color: #f9beb2;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7d3121;
  border-color: #7d3121;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: hsla(0,0%,100%,.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem;
}

.toast:not(:last-child) {
  margin-bottom: .75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #868e96;
  background-color: hsla(0,0%,100%,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.toast-body {
  padding: .75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@media (min-width:576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
}

@media (min-width:576px) {
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
}

@media (min-width:576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

@media (min-width:576px) {
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
}

@media (min-width:576px) {
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
}

.popover, .popover .arrow {
  position: absolute;
  display: block;
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.popover .arrow:after, .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 .5rem .5rem;
  border-bottom-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-next, .carousel-control-prev {
  /*position: absolute;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*z-index: 1;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  /*-ms-flex-pack: center;*/
  /*justify-content: center;*/
  /*width: 15%;*/
  /*color: #fff;*/
  /*text-align: center;*/
  /*opacity: .5;*/
  /*transition: opacity .15s ease;*/
}

@media (prefers-reduced-motion:reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url([svg]);
}

.carousel-control-next-icon {
  background-image: url([svg]);
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes b {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: b .75s linear infinite;
  animation: b .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@keyframes c {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: c .75s linear infinite;
  animation: c .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline!important;
}

.align-top {
  vertical-align: top!important;
}

.align-middle {
  vertical-align: middle!important;
}

.align-bottom {
  vertical-align: bottom!important;
}

.align-text-bottom {
  vertical-align: text-bottom!important;
}

.align-text-top {
  vertical-align: text-top!important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #eb3812!important;
}

.bg-secondary {
  background-color: #868e96!important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #6c757d!important;
}

.bg-success {
  background-color: #28a745!important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34!important;
}

.bg-info {
  background-color: #17a2b8!important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b!important;
}

.bg-warning {
  background-color: #ffc107!important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00!important;
}

.bg-danger {
  background-color: #dc3545!important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130!important;
}

.bg-light {
  background-color: #f8f9fa!important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5!important;
}

.bg-dark {
  background-color: #343a40!important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124!important;
}

.bg-white {
  background-color: #fff!important;
}

.bg-transparent {
  background-color: transparent!important;
}

.border {
  border: 1px solid #dee2e6!important;
}

.border-top {
  border-top: 1px solid #dee2e6!important;
}

.border-right {
  border-right: 1px solid #dee2e6!important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6!important;
}

.border-left {
  border-left: 1px solid #dee2e6!important;
}

.border-0 {
  border: 0!important;
}

.border-top-0 {
  border-top: 0!important;
}

.border-right-0 {
  border-right: 0!important;
}

.border-bottom-0 {
  border-bottom: 0!important;
}

.border-left-0 {
  border-left: 0!important;
}

.border-primary {
  border-color: #f05f40!important;
}

.border-secondary {
  border-color: #868e96!important;
}

.border-success {
  border-color: #28a745!important;
}

.border-info {
  border-color: #17a2b8!important;
}

.border-warning {
  border-color: #ffc107!important;
}

.border-danger {
  border-color: #dc3545!important;
}

.border-light {
  border-color: #f8f9fa!important;
}

.border-dark {
  border-color: #343a40!important;
}

.border-white {
  border-color: #fff!important;
}

.rounded-sm {
  border-radius: .2rem!important;
}

.rounded {
  border-radius: .25rem!important;
}

.rounded-top {
  border-top-left-radius: .25rem!important;
}

.rounded-right, .rounded-top {
  border-top-right-radius: .25rem!important;
}

.rounded-bottom, .rounded-right {
  border-bottom-right-radius: .25rem!important;
}

.rounded-bottom, .rounded-left {
  border-bottom-left-radius: .25rem!important;
}

.rounded-left {
  border-top-left-radius: .25rem!important;
}

.rounded-lg {
  border-radius: .3rem!important;
}

.rounded-circle {
  border-radius: 50%!important;
}

.rounded-pill {
  border-radius: 50rem!important;
}

.rounded-0 {
  border-radius: 0!important;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none!important;
}

.d-inline {
  display: inline!important;
}

.d-inline-block {
  display: inline-block!important;
}

.d-block {
  display: block!important;
}

.d-table {
  display: table!important;
}

.d-table-row {
  display: table-row!important;
}

.d-table-cell {
  display: table-cell!important;
}

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.d-inline-flex {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
}

@media (min-width:576px) {
  .d-sm-none {
    display: none!important;
  }
}

@media (min-width:576px) {
  .d-sm-inline {
    display: inline!important;
  }
}

@media (min-width:576px) {
  .d-sm-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:576px) {
  .d-sm-block {
    display: block!important;
  }
}

@media (min-width:576px) {
  .d-sm-table {
    display: table!important;
  }
}

@media (min-width:576px) {
  .d-sm-table-row {
    display: table-row!important;
  }
}

@media (min-width:576px) {
  .d-sm-table-cell {
    display: table-cell!important;
  }
}

@media (min-width:576px) {
  .d-sm-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

@media (min-width:576px) {
  .d-sm-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none!important;
  }
}

@media (min-width:768px) {
  .d-md-inline {
    display: inline!important;
  }
}

@media (min-width:768px) {
  .d-md-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:768px) {
  .d-md-block {
    display: block!important;
  }
}

@media (min-width:768px) {
  .d-md-table {
    display: table!important;
  }
}

@media (min-width:768px) {
  .d-md-table-row {
    display: table-row!important;
  }
}

@media (min-width:768px) {
  .d-md-table-cell {
    display: table-cell!important;
  }
}

@media (min-width:768px) {
  .d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

@media (min-width:768px) {
  .d-md-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none!important;
  }
}

@media (min-width:992px) {
  .d-lg-inline {
    display: inline!important;
  }
}

@media (min-width:992px) {
  .d-lg-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:992px) {
  .d-lg-block {
    display: block!important;
  }
}

@media (min-width:992px) {
  .d-lg-table {
    display: table!important;
  }
}

@media (min-width:992px) {
  .d-lg-table-row {
    display: table-row!important;
  }
}

@media (min-width:992px) {
  .d-lg-table-cell {
    display: table-cell!important;
  }
}

@media (min-width:992px) {
  .d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

@media (min-width:992px) {
  .d-lg-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .d-xl-inline {
    display: inline!important;
  }
}

@media (min-width:1200px) {
  .d-xl-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:1200px) {
  .d-xl-block {
    display: block!important;
  }
}

@media (min-width:1200px) {
  .d-xl-table {
    display: table!important;
  }
}

@media (min-width:1200px) {
  .d-xl-table-row {
    display: table-row!important;
  }
}

@media (min-width:1200px) {
  .d-xl-table-cell {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .d-xl-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

@media (min-width:1200px) {
  .d-xl-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important;
}

.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse!important;
  flex-wrap: wrap-reverse!important;
}

.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}

.flex-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0!important;
}

.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important;
}

.justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}

.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}

.align-items-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}

.align-items-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.align-items-baseline {
  -ms-flex-align: baseline!important;
  align-items: baseline!important;
}

.align-items-stretch {
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}

.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important;
}

.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important;
}

.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important;
}

.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important;
}

.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important;
}

.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important;
}

.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important;
}

.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important;
}

.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch!important;
}

@media (min-width:576px) {
  .flex-sm-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}

@media (min-width:576px) {
  .flex-sm-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}

@media (min-width:576px) {
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
  }
}

@media (min-width:576px) {
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
  }
}

@media (min-width:576px) {
  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
  }
}

@media (min-width:576px) {
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
  }
}

@media (min-width:576px) {
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
  }
}

@media (min-width:576px) {
  .flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
  }
}

@media (min-width:576px) {
  .flex-sm-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
  }
}

@media (min-width:576px) {
  .flex-sm-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
  }
}

@media (min-width:576px) {
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
  }
}

@media (min-width:576px) {
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
  }
}

@media (min-width:576px) {
  .justify-content-sm-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
  }
}

@media (min-width:576px) {
  .justify-content-sm-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
}

@media (min-width:576px) {
  .justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

@media (min-width:576px) {
  .justify-content-sm-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
}

@media (min-width:576px) {
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
  }
}

@media (min-width:576px) {
  .align-items-sm-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
  }
}

@media (min-width:576px) {
  .align-items-sm-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
  }
}

@media (min-width:576px) {
  .align-items-sm-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
}

@media (min-width:576px) {
  .align-items-sm-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
  }
}

@media (min-width:576px) {
  .align-items-sm-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
  }
}

@media (min-width:576px) {
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
  }
}

@media (min-width:576px) {
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }
}

@media (min-width:576px) {
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }
}

@media (min-width:576px) {
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
  }
}

@media (min-width:576px) {
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
  }
}

@media (min-width:576px) {
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
  }
}

@media (min-width:576px) {
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
  }
}

@media (min-width:576px) {
  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
  }
}

@media (min-width:576px) {
  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }
}

@media (min-width:576px) {
  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
}

@media (min-width:576px) {
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
  }
}

@media (min-width:576px) {
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
  }
}

@media (min-width:768px) {
  .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}

@media (min-width:768px) {
  .flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}

@media (min-width:768px) {
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
  }
}

@media (min-width:768px) {
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
  }
}

@media (min-width:768px) {
  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
  }
}

@media (min-width:768px) {
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
  }
}

@media (min-width:768px) {
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
  }
}

@media (min-width:768px) {
  .flex-md-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
  }
}

@media (min-width:768px) {
  .flex-md-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
  }
}

@media (min-width:768px) {
  .flex-md-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
  }
}

@media (min-width:768px) {
  .flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
  }
}

@media (min-width:768px) {
  .flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
  }
}

@media (min-width:768px) {
  .justify-content-md-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
  }
}

@media (min-width:768px) {
  .justify-content-md-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
}

@media (min-width:768px) {
  .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

@media (min-width:768px) {
  .justify-content-md-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
}

@media (min-width:768px) {
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
  }
}

@media (min-width:768px) {
  .align-items-md-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
  }
}

@media (min-width:768px) {
  .align-items-md-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
  }
}

@media (min-width:768px) {
  .align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
}

@media (min-width:768px) {
  .align-items-md-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
  }
}

@media (min-width:768px) {
  .align-items-md-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
  }
}

@media (min-width:768px) {
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
  }
}

@media (min-width:768px) {
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }
}

@media (min-width:768px) {
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }
}

@media (min-width:768px) {
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
  }
}

@media (min-width:768px) {
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
  }
}

@media (min-width:768px) {
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
  }
}

@media (min-width:768px) {
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
  }
}

@media (min-width:768px) {
  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
  }
}

@media (min-width:768px) {
  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }
}

@media (min-width:768px) {
  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
}

@media (min-width:768px) {
  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
  }
}

@media (min-width:768px) {
  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}

@media (min-width:992px) {
  .flex-lg-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}

@media (min-width:992px) {
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
  }
}

@media (min-width:992px) {
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
  }
}

@media (min-width:992px) {
  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
  }
}

@media (min-width:992px) {
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
  }
}

@media (min-width:992px) {
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
  }
}

@media (min-width:992px) {
  .flex-lg-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
  }
}

@media (min-width:992px) {
  .flex-lg-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
  }
}

@media (min-width:992px) {
  .flex-lg-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
  }
}

@media (min-width:992px) {
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
  }
}

@media (min-width:992px) {
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
  }
}

@media (min-width:992px) {
  .justify-content-lg-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
  }
}

@media (min-width:992px) {
  .justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
}

@media (min-width:992px) {
  .justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

@media (min-width:992px) {
  .justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
}

@media (min-width:992px) {
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
  }
}

@media (min-width:992px) {
  .align-items-lg-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
  }
}

@media (min-width:992px) {
  .align-items-lg-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
  }
}

@media (min-width:992px) {
  .align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
}

@media (min-width:992px) {
  .align-items-lg-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
  }
}

@media (min-width:992px) {
  .align-items-lg-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
  }
}

@media (min-width:992px) {
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
  }
}

@media (min-width:992px) {
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }
}

@media (min-width:992px) {
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }
}

@media (min-width:992px) {
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
  }
}

@media (min-width:992px) {
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
  }
}

@media (min-width:992px) {
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
  }
}

@media (min-width:992px) {
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
  }
}

@media (min-width:992px) {
  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
  }
}

@media (min-width:992px) {
  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }
}

@media (min-width:992px) {
  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
}

@media (min-width:992px) {
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
  }
}

@media (min-width:992px) {
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
  }
}

@media (min-width:1200px) {
  .justify-content-xl-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
  }
}

@media (min-width:1200px) {
  .justify-content-xl-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
}

@media (min-width:1200px) {
  .justify-content-xl-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

@media (min-width:1200px) {
  .justify-content-xl-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
}

@media (min-width:1200px) {
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
  }
}

@media (min-width:1200px) {
  .align-items-xl-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
  }
}

@media (min-width:1200px) {
  .align-items-xl-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
  }
}

@media (min-width:1200px) {
  .align-items-xl-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
}

@media (min-width:1200px) {
  .align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
  }
}

@media (min-width:1200px) {
  .align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
  }
}

@media (min-width:1200px) {
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
  }
}

@media (min-width:1200px) {
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }
}

@media (min-width:1200px) {
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }
}

@media (min-width:1200px) {
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
  }
}

@media (min-width:1200px) {
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
  }
}

@media (min-width:1200px) {
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
  }
}

@media (min-width:1200px) {
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
  }
}

@media (min-width:1200px) {
  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
  }
}

@media (min-width:1200px) {
  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }
}

@media (min-width:1200px) {
  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
}

@media (min-width:1200px) {
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
  }
}

@media (min-width:1200px) {
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
  }
}

.float-left {
  float: left!important;
}

.float-right {
  float: right!important;
}

.float-none {
  float: none!important;
}

@media (min-width:576px) {
  .float-sm-left {
    float: left!important;
  }
}

@media (min-width:576px) {
  .float-sm-right {
    float: right!important;
  }
}

@media (min-width:576px) {
  .float-sm-none {
    float: none!important;
  }
}

@media (min-width:768px) {
  .float-md-left {
    float: left!important;
  }
}

@media (min-width:768px) {
  .float-md-right {
    float: right!important;
  }
}

@media (min-width:768px) {
  .float-md-none {
    float: none!important;
  }
}

@media (min-width:992px) {
  .float-lg-left {
    float: left!important;
  }
}

@media (min-width:992px) {
  .float-lg-right {
    float: right!important;
  }
}

@media (min-width:992px) {
  .float-lg-none {
    float: none!important;
  }
}

@media (min-width:1200px) {
  .float-xl-left {
    float: left!important;
  }
}

@media (min-width:1200px) {
  .float-xl-right {
    float: right!important;
  }
}

@media (min-width:1200px) {
  .float-xl-none {
    float: none!important;
  }
}

.overflow-auto {
  overflow: auto!important;
}

.overflow-hidden {
  overflow: hidden!important;
}

.position-static {
  position: static!important;
}

.position-relative {
  position: relative!important;
}

.position-absolute {
  position: absolute!important;
}

.position-fixed {
  position: fixed!important;
}

.position-sticky {
  position: -webkit-sticky!important;
  position: sticky!important;
}

.fixed-top {
  top: 0;
}

.fixed-bottom, .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.shadow-none {
  box-shadow: none!important;
}

.w-25 {
  width: 25%!important;
}

.w-50 {
  width: 50%!important;
}

.w-75 {
  width: 75%!important;
}

.w-100 {
  width: 100%!important;
}

.w-auto {
  width: auto!important;
}

.h-25 {
  height: 25%!important;
}

.h-50 {
  height: 50%!important;
}

.h-75 {
  height: 75%!important;
}

.h-100 {
  height: 100%!important;
}

.h-auto {
  height: auto!important;
}

.mw-100 {
  max-width: 100%!important;
}

.mh-100 {
  max-height: 100%!important;
}

.min-vw-100 {
  min-width: 100vw!important;
}

.min-vh-100 {
  min-height: 100vh!important;
}

.vw-100 {
  width: 100vw!important;
}

.vh-100 {
  height: 100vh!important;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.m-0 {
  margin: 0!important;
}

.mt-0, .my-0 {
  margin-top: 0!important;
}

.mr-0, .mx-0 {
  margin-right: 0!important;
}

.mb-0, .my-0 {
  margin-bottom: 0!important;
}

.ml-0, .mx-0 {
  margin-left: 0!important;
}

.m-1 {
  margin: .25rem!important;
}

.mt-1, .my-1 {
  margin-top: .25rem!important;
}

.mr-1, .mx-1 {
  margin-right: .25rem!important;
}

.mb-1, .my-1 {
  margin-bottom: .25rem!important;
}

.ml-1, .mx-1 {
  margin-left: .25rem!important;
}

.m-2 {
  margin: .5rem!important;
}

.mt-2, .my-2 {
  margin-top: .5rem!important;
}

.mr-2, .mx-2 {
  margin-right: .5rem!important;
}

.mb-2, .my-2 {
  margin-bottom: .5rem!important;
}

.ml-2, .mx-2 {
  margin-left: .5rem!important;
}

.m-3 {
  margin: 1rem!important;
}

.mt-3, .my-3 {
  margin-top: 1rem!important;
}

.mr-3, .mx-3 {
  margin-right: 1rem!important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}

.ml-3, .mx-3 {
  margin-left: 1rem!important;
}

.m-4 {
  margin: 1.5rem!important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem!important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem!important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem!important;
  margin: 0 auto;
  opacity: 1;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem!important;
}

.m-5 {
  margin: 3rem!important;
}

.mt-5, .my-5 {
  margin-top: 3rem!important;
}

.mr-5, .mx-5 {
  margin-right: 3rem!important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem!important;
}

.ml-5, .mx-5 {
  margin-left: 3rem!important;
}

.p-0 {
  padding: 0!important;
}

.pt-0, .py-0 {
  padding-top: 0!important;
}

.pr-0, .px-0 {
  padding-right: 0!important;
}

.pb-0, .py-0 {
  padding-bottom: 0!important;
}

.pl-0, .px-0 {
  padding-left: 0!important;
}

.p-1 {
  padding: .25rem!important;
}

.pt-1, .py-1 {
  padding-top: .25rem!important;
}

.pr-1, .px-1 {
  padding-right: .25rem!important;
}

.pb-1, .py-1 {
  padding-bottom: .25rem!important;
}

.pl-1, .px-1 {
  padding-left: .25rem!important;
}

.p-2 {
  padding: .5rem!important;
}

.pt-2, .py-2 {
  padding-top: .5rem!important;
}

.pr-2, .px-2 {
  padding-right: .5rem!important;
}

.pb-2, .py-2 {
  padding-bottom: .5rem!important;
}

.pl-2, .px-2 {
  padding-left: .5rem!important;
}

.p-3 {
  padding: 1rem!important;
}

.pt-3, .py-3 {
  padding-top: 1rem!important;
}

.pr-3, .px-3 {
  padding-right: 1rem!important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem!important;
}

.pl-3, .px-3 {
  padding-left: 1rem!important;
}

.p-4 {
  padding: 1.5rem!important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem!important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem!important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem!important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem!important;
}

.p-5 {
  padding: 3rem!important;
}

.pt-5, .py-5 {
  padding-top: 3rem!important;
}

.pr-5, .px-5 {
  padding-right: 3rem!important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem!important;
}

.pl-5, .px-5 {
  padding-left: 3rem!important;
}

.m-n1 {
  margin: -.25rem!important;
}

.mt-n1, .my-n1 {
  margin-top: -.25rem!important;
}

.mr-n1, .mx-n1 {
  margin-right: -.25rem!important;
}

.mb-n1, .my-n1 {
  margin-bottom: -.25rem!important;
}

.ml-n1, .mx-n1 {
  margin-left: -.25rem!important;
}

.m-n2 {
  margin: -.5rem!important;
}

.mt-n2, .my-n2 {
  margin-top: -.5rem!important;
}

.mr-n2, .mx-n2 {
  margin-right: -.5rem!important;
}

.mb-n2, .my-n2 {
  margin-bottom: -.5rem!important;
}

.ml-n2, .mx-n2 {
  margin-left: -.5rem!important;
}

.m-n3 {
  margin: -1rem!important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem!important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem!important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem!important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem!important;
}

.m-n4 {
  margin: -1.5rem!important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem!important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem!important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem!important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem!important;
}

.m-n5 {
  margin: -3rem!important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem!important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem!important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem!important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem!important;
}

.m-auto {
  margin: auto!important;
}

.mt-auto, .my-auto {
  margin-top: auto!important;
}

.mr-auto, .mx-auto {
  margin-right: auto!important;
}

.mb-auto, .my-auto {
  margin-bottom: auto!important;
}

.ml-auto, .mx-auto {
  margin-left: auto!important;
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0!important;
  }
}

@media (min-width:576px) {
  .mt-sm-0, .my-sm-0 {
    margin-top: 0!important;
  }
}

@media (min-width:576px) {
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0!important;
  }
}

@media (min-width:576px) {
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:576px) {
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0!important;
  }
}

@media (min-width:576px) {
  .m-sm-1 {
    margin: .25rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem!important;
  }
}

@media (min-width:576px) {
  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem!important;
  }
}

@media (min-width:576px) {
  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem!important;
  }
}

@media (min-width:576px) {
  .m-sm-2 {
    margin: .5rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:576px) {
  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem!important;
  }
}

@media (min-width:576px) {
  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem!important;
  }
}

@media (min-width:576px) {
  .m-sm-3 {
    margin: 1rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem!important;
  }
}

@media (min-width:576px) {
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem!important;
  }
}

@media (min-width:576px) {
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important;
  }
}

@media (min-width:576px) {
  .m-sm-4 {
    margin: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .m-sm-5 {
    margin: 3rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem!important;
  }
}

@media (min-width:576px) {
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem!important;
  }
}

@media (min-width:576px) {
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem!important;
  }
}

@media (min-width:576px) {
  .p-sm-0 {
    padding: 0!important;
  }
}

@media (min-width:576px) {
  .pt-sm-0, .py-sm-0 {
    padding-top: 0!important;
  }
}

@media (min-width:576px) {
  .pr-sm-0, .px-sm-0 {
    padding-right: 0!important;
  }
}

@media (min-width:576px) {
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0!important;
  }
}

@media (min-width:576px) {
  .pl-sm-0, .px-sm-0 {
    padding-left: 0!important;
  }
}

@media (min-width:576px) {
  .p-sm-1 {
    padding: .25rem!important;
  }
}

@media (min-width:576px) {
  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem!important;
  }
}

@media (min-width:576px) {
  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem!important;
  }
}

@media (min-width:576px) {
  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem!important;
  }
}

@media (min-width:576px) {
  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem!important;
  }
}

@media (min-width:576px) {
  .p-sm-2 {
    padding: .5rem!important;
  }
}

@media (min-width:576px) {
  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem!important;
  }
}

@media (min-width:576px) {
  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem!important;
  }
}

@media (min-width:576px) {
  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem!important;
  }
}

@media (min-width:576px) {
  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem!important;
  }
}

@media (min-width:576px) {
  .p-sm-3 {
    padding: 1rem!important;
  }
}

@media (min-width:576px) {
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem!important;
  }
}

@media (min-width:576px) {
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem!important;
  }
}

@media (min-width:576px) {
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem!important;
  }
}

@media (min-width:576px) {
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem!important;
  }
}

@media (min-width:576px) {
  .p-sm-4 {
    padding: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .p-sm-5 {
    padding: 3rem!important;
  }
}

@media (min-width:576px) {
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem!important;
  }
}

@media (min-width:576px) {
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem!important;
  }
}

@media (min-width:576px) {
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem!important;
  }
}

@media (min-width:576px) {
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem!important;
  }
}

@media (min-width:576px) {
  .m-sm-n1 {
    margin: -.25rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem!important;
  }
}

@media (min-width:576px) {
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem!important;
  }
}

@media (min-width:576px) {
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem!important;
  }
}

@media (min-width:576px) {
  .m-sm-n2 {
    margin: -.5rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem!important;
  }
}

@media (min-width:576px) {
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem!important;
  }
}

@media (min-width:576px) {
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem!important;
  }
}

@media (min-width:576px) {
  .m-sm-n3 {
    margin: -1rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem!important;
  }
}

@media (min-width:576px) {
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem!important;
  }
}

@media (min-width:576px) {
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem!important;
  }
}

@media (min-width:576px) {
  .m-sm-n4 {
    margin: -1.5rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem!important;
  }
}

@media (min-width:576px) {
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem!important;
  }
}

@media (min-width:576px) {
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem!important;
  }
}

@media (min-width:576px) {
  .m-sm-n5 {
    margin: -3rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem!important;
  }
}

@media (min-width:576px) {
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem!important;
  }
}

@media (min-width:576px) {
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem!important;
  }
}

@media (min-width:576px) {
  .m-sm-auto {
    margin: auto!important;
  }
}

@media (min-width:576px) {
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto!important;
  }
}

@media (min-width:576px) {
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto!important;
  }
}

@media (min-width:576px) {
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto!important;
  }
}

@media (min-width:576px) {
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important;
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0!important;
  }
}

@media (min-width:768px) {
  .mt-md-0, .my-md-0 {
    margin-top: 0!important;
  }
}

@media (min-width:768px) {
  .mr-md-0, .mx-md-0 {
    margin-right: 0!important;
  }
}

@media (min-width:768px) {
  .mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:768px) {
  .ml-md-0, .mx-md-0 {
    margin-left: 0!important;
  }
}

@media (min-width:768px) {
  .m-md-1 {
    margin: .25rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-1, .my-md-1 {
    margin-top: .25rem!important;
  }
}

@media (min-width:768px) {
  .mr-md-1, .mx-md-1 {
    margin-right: .25rem!important;
  }
}

@media (min-width:768px) {
  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-1, .mx-md-1 {
    margin-left: .25rem!important;
  }
}

@media (min-width:768px) {
  .m-md-2 {
    margin: .5rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-2, .my-md-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:768px) {
  .mr-md-2, .mx-md-2 {
    margin-right: .5rem!important;
  }
}

@media (min-width:768px) {
  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-2, .mx-md-2 {
    margin-left: .5rem!important;
  }
}

@media (min-width:768px) {
  .m-md-3 {
    margin: 1rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-3, .my-md-3 {
    margin-top: 1rem!important;
  }
}

@media (min-width:768px) {
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem!important;
  }
}

@media (min-width:768px) {
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem!important;
  }
}

@media (min-width:768px) {
  .m-md-4 {
    margin: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .m-md-5 {
    margin: 3rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-5, .my-md-5 {
    margin-top: 3rem!important;
  }
}

@media (min-width:768px) {
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem!important;
  }
}

@media (min-width:768px) {
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem!important;
  }
}

@media (min-width:768px) {
  .p-md-0 {
    padding: 0!important;
  }
}

@media (min-width:768px) {
  .pt-md-0, .py-md-0 {
    padding-top: 0!important;
  }
}

@media (min-width:768px) {
  .pr-md-0, .px-md-0 {
    padding-right: 0!important;
  }
}

@media (min-width:768px) {
  .pb-md-0, .py-md-0 {
    padding-bottom: 0!important;
  }
}

@media (min-width:768px) {
  .pl-md-0, .px-md-0 {
    padding-left: 0!important;
  }
}

@media (min-width:768px) {
  .p-md-1 {
    padding: .25rem!important;
  }
}

@media (min-width:768px) {
  .pt-md-1, .py-md-1 {
    padding-top: .25rem!important;
  }
}

@media (min-width:768px) {
  .pr-md-1, .px-md-1 {
    padding-right: .25rem!important;
  }
}

@media (min-width:768px) {
  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem!important;
  }
}

@media (min-width:768px) {
  .pl-md-1, .px-md-1 {
    padding-left: .25rem!important;
  }
}

@media (min-width:768px) {
  .p-md-2 {
    padding: .5rem!important;
  }
}

@media (min-width:768px) {
  .pt-md-2, .py-md-2 {
    padding-top: .5rem!important;
  }
}

@media (min-width:768px) {
  .pr-md-2, .px-md-2 {
    padding-right: .5rem!important;
  }
}

@media (min-width:768px) {
  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem!important;
  }
}

@media (min-width:768px) {
  .pl-md-2, .px-md-2 {
    padding-left: .5rem!important;
  }
}

@media (min-width:768px) {
  .p-md-3 {
    padding: 1rem!important;
  }
}

@media (min-width:768px) {
  .pt-md-3, .py-md-3 {
    padding-top: 1rem!important;
  }
}

@media (min-width:768px) {
  .pr-md-3, .px-md-3 {
    padding-right: 1rem!important;
  }
}

@media (min-width:768px) {
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem!important;
  }
}

@media (min-width:768px) {
  .pl-md-3, .px-md-3 {
    padding-left: 1rem!important;
  }
}

@media (min-width:768px) {
  .p-md-4 {
    padding: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .p-md-5 {
    padding: 3rem!important;
  }
}

@media (min-width:768px) {
  .pt-md-5, .py-md-5 {
    padding-top: 3rem!important;
  }
}

@media (min-width:768px) {
  .pr-md-5, .px-md-5 {
    padding-right: 3rem!important;
  }
}

@media (min-width:768px) {
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important;
  }
}

@media (min-width:768px) {
  .pl-md-5, .px-md-5 {
    padding-left: 3rem!important;
  }
}

@media (min-width:768px) {
  .m-md-n1 {
    margin: -.25rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem!important;
  }
}

@media (min-width:768px) {
  .mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem!important;
  }
}

@media (min-width:768px) {
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem!important;
  }
}

@media (min-width:768px) {
  .m-md-n2 {
    margin: -.5rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-n2, .my-md-n2 {
    margin-top: -.5rem!important;
  }
}

@media (min-width:768px) {
  .mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem!important;
  }
}

@media (min-width:768px) {
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem!important;
  }
}

@media (min-width:768px) {
  .m-md-n3 {
    margin: -1rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem!important;
  }
}

@media (min-width:768px) {
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem!important;
  }
}

@media (min-width:768px) {
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem!important;
  }
}

@media (min-width:768px) {
  .m-md-n4 {
    margin: -1.5rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem!important;
  }
}

@media (min-width:768px) {
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem!important;
  }
}

@media (min-width:768px) {
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem!important;
  }
}

@media (min-width:768px) {
  .m-md-n5 {
    margin: -3rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem!important;
  }
}

@media (min-width:768px) {
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem!important;
  }
}

@media (min-width:768px) {
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem!important;
  }
}

@media (min-width:768px) {
  .m-md-auto {
    margin: auto!important;
  }
}

@media (min-width:768px) {
  .mt-md-auto, .my-md-auto {
    margin-top: auto!important;
  }
}

@media (min-width:768px) {
  .mr-md-auto, .mx-md-auto {
    margin-right: auto!important;
  }
}

@media (min-width:768px) {
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto!important;
  }
}

@media (min-width:768px) {
  .ml-md-auto, .mx-md-auto {
    margin-left: auto!important;
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0!important;
  }
}

@media (min-width:992px) {
  .mt-lg-0, .my-lg-0 {
    margin-top: 0!important;
  }
}

@media (min-width:992px) {
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0!important;
  }
}

@media (min-width:992px) {
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:992px) {
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0!important;
  }
}

@media (min-width:992px) {
  .m-lg-1 {
    margin: .25rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem!important;
  }
}

@media (min-width:992px) {
  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-2 {
    margin: .5rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:992px) {
  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-3 {
    margin: 1rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem!important;
  }
}

@media (min-width:992px) {
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-4 {
    margin: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-5 {
    margin: 3rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem!important;
  }
}

@media (min-width:992px) {
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem!important;
  }
}

@media (min-width:992px) {
  .p-lg-0 {
    padding: 0!important;
  }
}

@media (min-width:992px) {
  .pt-lg-0, .py-lg-0 {
    padding-top: 0!important;
  }
}

@media (min-width:992px) {
  .pr-lg-0, .px-lg-0 {
    padding-right: 0!important;
  }
}

@media (min-width:992px) {
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0!important;
  }
}

@media (min-width:992px) {
  .pl-lg-0, .px-lg-0 {
    padding-left: 0!important;
  }
}

@media (min-width:992px) {
  .p-lg-1 {
    padding: .25rem!important;
  }
}

@media (min-width:992px) {
  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem!important;
  }
}

@media (min-width:992px) {
  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem!important;
  }
}

@media (min-width:992px) {
  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem!important;
  }
}

@media (min-width:992px) {
  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem!important;
  }
}

@media (min-width:992px) {
  .p-lg-2 {
    padding: .5rem!important;
  }
}

@media (min-width:992px) {
  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem!important;
  }
}

@media (min-width:992px) {
  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem!important;
  }
}

@media (min-width:992px) {
  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem!important;
  }
}

@media (min-width:992px) {
  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem!important;
  }
}

@media (min-width:992px) {
  .p-lg-3 {
    padding: 1rem!important;
  }
}

@media (min-width:992px) {
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem!important;
  }
}

@media (min-width:992px) {
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem!important;
  }
}

@media (min-width:992px) {
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem!important;
  }
}

@media (min-width:992px) {
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem!important;
  }
}

@media (min-width:992px) {
  .p-lg-4 {
    padding: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .p-lg-5 {
    padding: 3rem!important;
  }
}

@media (min-width:992px) {
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem!important;
  }
}

@media (min-width:992px) {
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem!important;
  }
}

@media (min-width:992px) {
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important;
  }
}

@media (min-width:992px) {
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-n1 {
    margin: -.25rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem!important;
  }
}

@media (min-width:992px) {
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-n2 {
    margin: -.5rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem!important;
  }
}

@media (min-width:992px) {
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-n3 {
    margin: -1rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem!important;
  }
}

@media (min-width:992px) {
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-n4 {
    margin: -1.5rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem!important;
  }
}

@media (min-width:992px) {
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-n5 {
    margin: -3rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem!important;
  }
}

@media (min-width:992px) {
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-auto {
    margin: auto!important;
  }
}

@media (min-width:992px) {
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto!important;
  }
}

@media (min-width:992px) {
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto!important;
  }
}

@media (min-width:992px) {
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto!important;
  }
}

@media (min-width:992px) {
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto!important;
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-0, .my-xl-0 {
    margin-top: 0!important;
  }
}

@media (min-width:1200px) {
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0!important;
  }
}

@media (min-width:1200px) {
  .m-xl-1 {
    margin: .25rem!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem!important;
  }
}

@media (min-width:1200px) {
  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-2 {
    margin: .5rem!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:1200px) {
  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-2, .mx-xl-2 {
    margin-left: .5rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-3 {
    margin: 1rem!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem!important;
  }
}

@media (min-width:1200px) {
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-4 {
    margin: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-5 {
    margin: 3rem!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem!important;
  }
}

@media (min-width:1200px) {
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem!important;
  }
}

@media (min-width:1200px) {
  .p-xl-0 {
    padding: 0!important;
  }
}

@media (min-width:1200px) {
  .pt-xl-0, .py-xl-0 {
    padding-top: 0!important;
  }
}

@media (min-width:1200px) {
  .pr-xl-0, .px-xl-0 {
    padding-right: 0!important;
  }
}

@media (min-width:1200px) {
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0!important;
  }
}

@media (min-width:1200px) {
  .pl-xl-0, .px-xl-0 {
    padding-left: 0!important;
  }
}

@media (min-width:1200px) {
  .p-xl-1 {
    padding: .25rem!important;
  }
}

@media (min-width:1200px) {
  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem!important;
  }
}

@media (min-width:1200px) {
  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem!important;
  }
}

@media (min-width:1200px) {
  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem!important;
  }
}

@media (min-width:1200px) {
  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem!important;
  }
}

@media (min-width:1200px) {
  .p-xl-2 {
    padding: .5rem!important;
  }
}

@media (min-width:1200px) {
  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem!important;
  }
}

@media (min-width:1200px) {
  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem!important;
  }
}

@media (min-width:1200px) {
  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem!important;
  }
}

@media (min-width:1200px) {
  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem!important;
  }
}

@media (min-width:1200px) {
  .p-xl-3 {
    padding: 1rem!important;
  }
}

@media (min-width:1200px) {
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem!important;
  }
}

@media (min-width:1200px) {
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem!important;
  }
}

@media (min-width:1200px) {
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem!important;
  }
}

@media (min-width:1200px) {
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem!important;
  }
}

@media (min-width:1200px) {
  .p-xl-4 {
    padding: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .p-xl-5 {
    padding: 3rem!important;
  }
}

@media (min-width:1200px) {
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem!important;
  }
}

@media (min-width:1200px) {
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem!important;
  }
}

@media (min-width:1200px) {
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem!important;
  }
}

@media (min-width:1200px) {
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-n1 {
    margin: -.25rem!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem!important;
  }
}

@media (min-width:1200px) {
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-n2 {
    margin: -.5rem!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem!important;
  }
}

@media (min-width:1200px) {
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-n3 {
    margin: -1rem!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem!important;
  }
}

@media (min-width:1200px) {
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-n4 {
    margin: -1.5rem!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem!important;
  }
}

@media (min-width:1200px) {
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-n5 {
    margin: -3rem!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem!important;
  }
}

@media (min-width:1200px) {
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-auto {
    margin: auto!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto!important;
  }
}

@media (min-width:1200px) {
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto!important;
  }
}

.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;
}

.text-justify {
  text-align: justify!important;
}

.text-wrap {
  white-space: normal!important;
}

.text-nowrap {
  white-space: nowrap!important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left!important;
}

.text-right {
  text-align: right!important;
}

.text-center {
  text-align: center!important;
}

@media (min-width:576px) {
  .text-sm-left {
    text-align: left!important;
  }
}

@media (min-width:576px) {
  .text-sm-right {
    text-align: right!important;
  }
}

@media (min-width:576px) {
  .text-sm-center {
    text-align: center!important;
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left!important;
  }
}

@media (min-width:768px) {
  .text-md-right {
    text-align: right!important;
  }
}

@media (min-width:768px) {
  .text-md-center {
    text-align: center!important;
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left!important;
  }
}

@media (min-width:992px) {
  .text-lg-right {
    text-align: right!important;
  }
}

@media (min-width:992px) {
  .text-lg-center {
    text-align: center!important;
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left!important;
  }
}

@media (min-width:1200px) {
  .text-xl-right {
    text-align: right!important;
  }
}

@media (min-width:1200px) {
  .text-xl-center {
    text-align: center!important;
  }
}

.text-lowercase {
  text-transform: lowercase!important;
}

.text-uppercase {
  text-transform: none!important;
}

.text-capitalize {
  text-transform: capitalize!important;
}

.font-weight-light {
  font-weight: 300!important;
}

.font-weight-lighter {
  font-weight: lighter!important;
}

.font-weight-normal {
  font-weight: 400!important;
}

.font-weight-bold {
  font-weight: 700!important;
}

.font-weight-bolder {
  font-weight: bolder!important;
}

.font-italic {
  font-style: italic!important;
}

.text-white {
  color: #fff!important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #d33311!important;
}

.text-secondary {
  color: #868e96!important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #60686f!important;
}

.text-success {
  color: #28a745!important;
}

a.text-success:focus, a.text-success:hover {
  color: #19692c!important;
}

.text-info {
  color: #17a2b8!important;
}

a.text-info:focus, a.text-info:hover {
  color: #0f6674!important;
}

.text-warning {
  color: #ffc107!important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00!important;
}

.text-danger {
  color: #dc3545!important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a!important;
}

.text-light {
  color: #f8f9fa!important;
}

a.text-light:focus, a.text-light:hover {
  color: #cbd3da!important;
}

.text-dark {
  color: #343a40!important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #121416!important;
}

.text-body {
  color: #212529!important;
}

.text-muted {
  color: #868e96!important;
}

.text-black-50 {
  color: rgba(0,0,0,.5)!important;
}

.text-white-50 {
  color: hsla(0,0%,100%,.5)!important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none!important;
}

.text-break {
  word-break: break-word!important;
  overflow-wrap: break-word!important;
}

.text-reset {
  color: inherit!important;
}

.visible {
  visibility: visible!important;
}

.invisible {
  visibility: hidden!important;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-family: Merriweather,Helvetica Neue,Arial,sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #f05f40;
}

hr.light {
  border-color: #fff;
}

a {
  transition: all .2s;
}

a, a:hover {
  color: #bcbcbc;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans,Helvetica Neue,Arial,sans-serif;
}

.bg-primary {
  background-color: #f05f40!important;
}

.bg-dark {
  background-color: #212529!important;
}

.text-faded {
  color: hsla(0,0%,100%,.7);
}

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
  text-shadow: 0px 0px 8px black;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33,37,41,.1);
  background-color: #fff;
  transition: all .2s;
}

#mainNav, #mainNav .navbar-brand {
  font-family: Open Sans,Helvetica Neue,Arial,sans-serif;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #f05f40;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #ffffff!important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width:992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
}

@media (min-width:992px) {
  #mainNav .navbar-brand {
    color: hsla(0,0%,100%,.7);
  }
}

@media (min-width:992px) {
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
}

@media (min-width:992px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: .5rem 1rem;
  }
}

@media (min-width:992px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #ffffff;
  }
}

@media (min-width:992px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #fff;
  }
}

@media (min-width:992px) {
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33,37,41,.1);
    background-color: #fff;
  }
}

@media (min-width:992px) {
  #mainNav.navbar-shrink .navbar-brand, #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
}

@media (min-width:992px) {
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
}

@media (min-width:992px) {
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #f05f40;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-position: 50%;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width:768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width:992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width:992px) {
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width:1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240,95,64,.9);
  transition: all .2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: Open Sans,Helvetica Neue,Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
  font-weight: Bold;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width:768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
}

@media (min-width:768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #f05f40!important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: Open Sans,Helvetica Neue,Arial,sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #C08D5F;
  border-color: #ffffff;
  border: 3px solid white;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #533F27!important;
  border: 3px solid white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(240,95,64,.5)!important;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-bg, .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  z-index: 1043;
  outline: none!important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none!important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }
}

@media (max-width:900px) {
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
}

@media (max-width:900px) {
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
}

@media (max-width:900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.brands {
  color: #313437;
  background-color: #fff;
}

.brands a {
  display: block;
  text-align: center;
  padding: 40px 0;
}

@media (max-width:767px) {
  .brands a {
    padding: 30px 0;
  }
}

.brands a img {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .hero-subtitle {
    font-size: 22px;
  }
}

div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

div.jumbotron.hero-nature {
  background-image: url('hero-background-nature.jpg');
}

div.jumbotron.hero-photography {
  background-image: url('hero-background-photography.jpg');
}

div.jumbotron.hero-technology {
  background-image: url('hero-background-technology.jpg');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

div.jumbotron.hero-photography {
  background-image: url('hero-background-photography.jpg');
}

div.jumbotron.hero-technology {
  background-image: url('hero-background-technology.jpg');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
  font-size: 34px;
}

@media (min-width: 576px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    text-shadow: 0 3px 3px rgba(0,0,0,0.4);
    color: #fff;
    font-size: 66px;
  }
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #c08d5f !important;
  margin-top: 15px;
  color: #fff;
}

/* * Light color-scheme * */

:root {
  --cc-bg: #fff;
  --cc-text: #2d4156;
  --cc-btn-primary-bg: #2d4156;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #1d2e38;
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

/* * Dark color-scheme * */

.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *, .cc_div *:hover, .cc_div :before, .cc_div :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: none;
  border: none;
  border-radius: unset;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
  height: auto;
  vertical-align: baseline;
}

.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2d4156;
  color: var(--cc-text);
}

.cc_div .c-bn, .cc_div .b-tl, #s-ttl, #c-ttl, #s-bl td:before {
  font-weight: 600;
}

#cm, #s-inr, .cc_div .c-bl, .cc_div .b-tl, #s-bl .act .b-acc {
  border-radius: .35em;
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div input, .cc_div button, .cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}

/* Make elements "animatable" */

.c--anim #cm, .c--anim #s-cnt, .c--anim #s-inr, #cs-ov, #cm-ov {
  transition: visibility .25s linear, opacity .25s ease, transform .25s ease!important;
}

.c--anim .c-bn {
  transition: background-color .25s ease!important;
}

/* start transitions */

.c--anim #cm.bar.slide, .c--anim .bar.slide #s-inr {
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}

.c--anim #cm.bar.slide + #cm-ov, .c--anim .bar.slide + #cs-ov {
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}

#cm.bar.slide, .cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide, .cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}

#cm.slide, .cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

/* end transitions */

/* Show modals */

.show--consent .c--anim #cm, .show--consent .c--anim #cm.bar, .show--settings .c--anim #s-inr, .show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible!important;
}

.show--consent .c--anim #cm.box.middle, .show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible!important;
}

/* Show overlays */

.force--consent.show--consent .c--anim #cm-ov, .show--settings .c--anim #cs-ov {
  visibility: visible!important;
  opacity: 1!important;
}

#cm {
  font-family: inherit;
  padding: 1.1em 1.5em 1.4em 1.5em;
  position: fixed;
  z-index: 1;
  background: #fff;
  background: var(--cc-bg);
  max-width: 24.2em;
  width: 100%;
  bottom: 1.250em;
  right: 1.250em;
  box-shadow: 0 0.625em 1.875em #000000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: scale(.95);
  line-height: initial;
}

/* * fix https://github.com/orestbida/cookieconsent/issues/94 * */

#cc_div #cm {
  display: block!important;
}

#c-ttl {
  margin-bottom: .7em;
  font-size: 1.05em;
}

.cloud #c-ttl {
  margin-top: -.15em;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 4px;
  flex: 1;
}

#c-bns button + button, #s-cnt button + button, #s-c-bn {
  float: right;
  margin-left: 1em;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:hover, #cm .c_link:active, #s-cnt button + button:hover, #s-cnt button + button:active, #s-c-bn:active, #s-c-bn:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

/* *
CookieConsent settings modal
* */

#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: .95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: none;
  transition: background-color .25s ease;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active, #s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: .5em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  transition: background-color .25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: .5em;
}

#s-bl .c-bl:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: .5em;
}

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}

#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: .85em;
  color: #2d4156;
  color: var(--cc-block-text);
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#s-inr {
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  transform: scale(.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, .26) 0px 13px 27px -5px;
}

#s-inr, #s-hdr, #s-bns {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 1.8em;
  display: block;
  width: 100%;
}

#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 1.8em;
  border-top: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  height: 4.75em;
}

.cc_div .cc-link {
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid #253b48;
  border-color: var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.cc_div .cc-link:hover, .cc_div .cc-link:active {
  border-color: transparent;
}

#c-bns button:first-child, #s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

#c-bns.swap button:first-child {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
}

#c-bns.swap button:last-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active, #c-bns button:first-child:hover, #s-bns button:first-child:active, #s-bns button:first-child:hover, #c-bns.swap button:last-child:active, #c-bns.swap button:last-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
}

#c-bns.swap button:first-child:active, #c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 1.8em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
}

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
  overflow: hidden;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#c_policy__text {
  height: 31.250em;
  overflow-y: auto;
  margin-top: 1.250em;
}

#c-s-in {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
}

/* * works only on webkit-based browsers * */

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    width: .9em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.250em 0.250em 0;
  }
}

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid var(--cc-bg);
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }
}

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
}

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}

/* * custom checkbox * */

/* The container */

.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* Hide the browser's default checkbox */

.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}

/* Create a custom checkbox */

.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  transition: background-color .25s ease, box-shadow .25s ease;
  pointer-events: none;
}

.cc_div span.t-lb, .cc_div .b-tg, .cc_div .b-tg .c-tg, .cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

/* Style the checkmark/indicator */

.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  box-sizing: content-box;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
  transition: transform .25s ease;
  border-radius: 100%;
}

/* Show the checkmark when checked */

.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}

#s-bl table, #s-bl th, #s-bl td {
  border: none;
}

#s-bl tbody tr {
  transition: background-color .25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#s-bl td, #s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: .8em;
  padding-left: 1.2em;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: var(--cc-cookie-table-border);
}

.force--consent #s-cnt, .force--consent #cs {
  width: 100vw;
}

#cm-ov, #cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, .85);
  background: var(--cc-overlay-bg);
  display: none;
  transition: none;
}

.show--settings #cs-ov, .c--anim #cs-ov, .force--consent .c--anim #cm-ov, .force--consent.show--consent #cm-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility .25s linear;
}

.force--consent.show--consent .c--anim .cc_div, .force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden!important;
}

html.force--consent.show--consent, html.force--consent.show--consent body {
  height: auto!important;
  overflow-x: hidden!important;
}

/* * END BLOCK PAGE SCROLL */

/* * BEGIN ICONS * */

.cc_div .b-bn .exp::before, .cc_div .act .b-bn .exp::before {
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: .2em;
  display: inline-block;
  position: absolute;
  content: '';
  margin-right: 15px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}

.cc_div .act .b-bn .b-tl::before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
  border: solid #fff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: .1em;
  display: inline-block;
  padding-bottom: .45em;
  content: '';
  margin: 0 auto;
  transform: rotate(45deg);
  top: .37em;
  left: .75em;
  position: absolute;
}

#s-c-bn::before, #s-c-bn::after {
  content: '';
  position: absolute;
  left: .82em;
  top: .58em;
  height: .6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#s-c-bn::after {
  transform: rotate(-45deg);
}

.cc_div .off-i, .cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity .15s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before, .cc_div .off-i::after {
  right: .8em;
  top: .42em;
  content: ' ';
  height: .7em;
  width: .09375em;
  display: block;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}

.cc_div .off-i::before {
  transform: rotate(45deg);
}

.cc_div .off-i::after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/* * END ICONS * */

#cm.box.middle, #cm.cloud.middle {
  top: 50%;
  transform: translateY(-37%);
  bottom: auto;
}

#cm.box.middle.zoom, #cm.cloud.middle.zoom {
  transform: scale(.95) translateY(-50%);
}

#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}

/* Start cloud layout */

#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: .625em 0 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

/* End cloud layout */

/* Start bar layout */

#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%;
}

.cc_div .bar #s-hdr, .cc_div .bar #s-bl, .cc_div .bar #s-bns {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

/* align bar to right by default */

.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

/* Force table to not be like tables anymore */

.cc_div .bar #s-bl table, .cc_div .bar #s-bl thead, .cc_div .bar #s-bl tbody, .cc_div .bar #s-bl th, .cc_div .bar #s-bl td, .cc_div .bar #s-bl tr, .cc_div .bar #s-cnt {
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */

.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  border: none;
  position: relative;
  padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: #000;
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* End bar layout */

/* Positions */

#cm.top {
  bottom: auto;
  top: 1.250em;
}

#cm.left {
  right: auto;
  left: 1.250em;
}

#cm.right {
  left: auto;
  right: 1.250em;
}

#cm.bar.left, #cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

/* end positions */

@media screen and (max-width: 688px) {
  #cm, #cm.cloud, #cm.left, #cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em!important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block;
  }
}

@media screen and (max-width: 688px) {
  .force--consent #cm, .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
}

@media screen and (max-width: 688px) {
  #cm.top {
    top: 1em;
    bottom: auto;
  }
}

@media screen and (max-width: 688px) {
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
}

@media screen and (max-width: 688px) {
  #cm.bar.bottom {
    bottom: 0;
  }
}

@media screen and (max-width: 688px) {
  #cm.cloud .c-bn {
    font-size: .85em;
  }
}

@media screen and (max-width: 688px) {
  #s-bns, .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
}

@media screen and (max-width: 688px) {
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 688px) {
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
}

@media screen and (max-width: 688px) {
  #cs {
    border-radius: 0;
    padding: 0;
  }
}

@media screen and (max-width: 688px) {
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none;
  }
}

@media screen and (max-width: 688px) {
  .cc_div .b-tg {
    transform: scale(1.1);
    right: 1.1em;
  }
}

@media screen and (max-width: 688px) {
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }
}

@media screen and (max-width: 688px) {
  #s-bns {
    height: 7.9em;
  }
}

@media screen and (max-width: 688px) {
  #s-bl, .cc_div .bar #s-bl {
    padding: 1.3em;
  }
}

@media screen and (max-width: 688px) {
  #s-hdr, .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
}

/* * dynamic table layout * */

@media screen and (max-width: 688px) {
  #s-bl table {
    width: 100%;
  }
}

@media screen and (max-width: 688px) {
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
}

@media screen and (max-width: 688px) {
  .bns-t #s-bns {
    height: 10.5em;
  }
}

@media screen and (max-width: 688px) {
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: .9em 1.6em;
  }
}

@media screen and (max-width: 688px) {
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}

/* Force table to not be like tables anymore */

@media screen and (max-width: 688px) {
  #s-bl table, #s-bl thead, #s-bl tbody, #s-bl th, #s-bl td, #s-bl tr, #s-cnt {
    display: block;
  }
}

/* Hide table headers (but not display: none;, for accessibility) */

@media screen and (max-width: 688px) {
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}

@media screen and (max-width: 688px) {
  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border);
  }
}

@media screen and (max-width: 688px) {
  #s-bl td {
    border: none;
    position: relative;
    padding-left: 35%;
  }
}

@media screen and (max-width: 688px) {
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 688px) {
  #cm .c-bn, .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 688px) {
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
}

@media screen and (max-width: 688px) {
  .cc_div #c-bns {
    flex-direction: column;
  }
}

@media screen and (max-width: 688px) {
  #c-bns button + button, #s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: unset;
  }
}

@media screen and (max-width: 688px) {
  #cm.cloud, #cm.box {
    left: 1em;
    right: 1em;
    width: auto;
  }
}

@media screen and (max-width: 688px) {
  #cm.cloud.right, #cm.cloud.left {
    margin: 0;
  }
}

@media screen and (max-width: 688px) {
  .cc_div .cloud #c-bns, .cc_div .cloud #c-inr, .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
}

@media screen and (max-width: 688px) {
  .cc_div .cloud #c-txt {
    font-size: .9em;
  }
}

@media screen and (max-width: 688px) {
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}

/* Begin IE fixes */

.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov, .cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

/* * END IE FIXES * */

.navigation-clean {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 6px 5px 0px rgba(255,255,255,1);
  box-shadow: 0px 6px 5px 0px rgba(255,255,255,1);
}

@media (max-width:767px) {
  .navigation-clean {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width:767px) {
  .navigation-clean .navbar-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean.navbar-inverse .navbar-brand:hover {
  color: #f0f0f0;
}

.navigation-clean .navbar-brand img {
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  width: auto;
  margin-left: 5px;
}

.navigation-clean .navbar-toggle {
  border-color: #ddd;
}

.navigation-clean .navbar-toggle:hover, .navigation-clean .navbar-toggle:focus {
  background: none;
}

.navigation-clean.navbar-inverse .navbar-toggle {
  border-color: #555;
}

.navigation-clean .navbar-toggle .icon-bar {
  background-color: #888;
}

.navigation-clean.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #eee;
}

.navigation-clean .navbar-collapse, .navigation-clean .navbar-form {
  border-top-color: #ddd;
}

.navigation-clean.navbar-inverse .navbar-collapse, .navigation-clean.navbar-inverse .navbar-form {
  border-top-color: #333;
}

.navigation-clean.navbar .navbar-nav > li > a {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-default .navbar-nav > li > a {
  color: #465765;
}

.navigation-clean.navbar-default .navbar-nav > li > a:focus, .navigation-clean.navbar-default .navbar-nav > li > a:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean.navbar-inverse {
  background-color: #000000;
  color: #fff;
}

.navigation-clean.navbar-inverse .navbar-nav > li > a {
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
}

.navigation-clean.navbar-inverse .navbar-nav > li > a:focus, .navigation-clean.navbar-inverse .navbar-nav > li > a:hover {
  color: black!important;
  background-color: transparent;
  /*border: 3px solid black;*/
  /*border-style: inset;*/
  background: white;
  text-shadow: none;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: #ffffff;
}

#footer a:active, a:hover {
  /*color: #fcf8f8;*/
  /*text-decoration: none;*/
  /*font-weight: bold;*/
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline: 0;
}

.uk-link, a {
  /*color: #f02b1e;*/
  /*text-decoration: none;*/
  /*cursor: pointer;*/
}

.uk-link:hover, a:hover {
  /*color: #950900;*/
  /*text-decoration: underline;*/
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, canvas, img, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

img {
  border-style: none;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}

ol, ul {
  padding-left: 30px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

.clearmargin {
  margin: 0px;
}

.clearpadding {
  padding: 0px;
}

.row-image-txt {
  background-color: rgb(42,42,42);
}

.row-image-txt h1 {
  color: white;
}

.row-image-txt p {
  color: white;
}

#filtr-gallery {
  padding: 45px 0;
  background: #f1f1f1;
  color: #000;
}

.filtr-container {
  margin: 0 -4px;
}

.filtr-item {
  padding: 4px;
}

.filtr-controls {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 30px 0 15px;
}

.filtr-controls span {
  display: inline-block;
  margin: 10px 15px;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  color: #777;
}

.filtr-controls span:hover, .filtr-controls span.active {
  color: #000;
}

.filtr-controls span:after {
  content: ' ';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: transparent;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filtr-controls span.active:after {
  width: 100%;
  left: 0;
  background: #000;
}

@media (max-width:479px) {
  .filtr-item {
    width: 100%;
  }
}

.filtr-item > a {
  position: relative;
  display: block;
}

.filtr-item > a:before, .filtr-item > a:after {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filtr-item > a:before {
  content: ' ';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}

.filtr-item:hover > a:before {
  background: rgba(0,0,0,.2);
}

.filtr-item > a:after {
  font-family: FontAwesome;
  content: '\f0fe';
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -17px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  opacity: 0;
}

.filtr-item:hover > a:after {
  opacity: .5;
}

.filtr-loading {
  border: 5px solid #333;
  position: relative;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: 80px 0;
  opacity: 0;
  top: 0;
  width: 40px;
  z-index: 2;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
  height: 44px;
  line-height: 44px;
  font-family: Arial,Baskerville,monospace;
}

.sl-wrapper .sl-close:focus, .sl-wrapper .sl-navigation button:focus {
  outline: 0;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  /*opacity: .9;*/
  display: none;
  z-index: 1050;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #000;
  position: fixed;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: .7;
}

.sl-wrapper .sl-close {
  right: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  font-size: 5rem;
}

.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  text-align: center;
  display: block;
  z-index: 1060;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
  /*border: 1px solid #ddd;*/
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 15px;
  display: block;
  /*border: 0;*/
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  background: #fff;
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 4rem;
  }
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 4rem;
  }
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 6rem;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 6rem;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0;
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0,0,0,.8);
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  -webkit-animation: opacity .6s ease-out;
  -moz-animation: opacity .6s ease-out;
  -ms-animation: opacity .6s ease-out;
  -o-animation: opacity .6s ease-out;
  animation: opacity .6s ease-out;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 15px;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1057;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@keyframes pulsate {
}

@keyframes opacity {
}

.gallery-pt--body {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.gallery-pt--filter-container {
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  text-decoration: none;
  /*color: #ccc;*/
}

.gallery-pt--filter-container a {
  color: #ccc;
  text-decoration: none;
}

.gallery-pt--filter-container .list-item {
  padding: 0;
  margin: 0;
}

.gallery-pt--filter-container li:after {
  content: " / ";
  color: #ddd;
}

.gallery-pt--filter-container li:last-child:after {
  content: "";
}

.gallery-pt--filter-container li a:hover {
  color: rgb(76,177,249);
}

.gallery-pt--filter-container li.active a {
  color: lightgreen;
}

.gallery-pt--body .thumbnail {
  border: none;
}

.gallery-pt--body .item {
  padding: 0;
}

.footer-dark {
  padding: 15px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-dark ul a {
  text-decoration: none;
  opacity: 1;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  opacity: 0.3;
  font-size: 22px;
  margin-bottom: 0;
}

/* Common styles */

.effect {
  position: relative;
  width: 400px;
  height: 300px;
  overflow: hidden;
}

.effect a {
  text-decoration: none !important;
}

.effect img {
  min-width: 100%;
  width: auto;
  height: 100%;
}

.effect .caption {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  z-index: 2;
}

.effect .caption h4 {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px;
  position: relative;
}

.effect .caption h4:before, .effect .caption h4:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}

.effect .caption h4:before {
  width: 40px;
  bottom: 10px;
}

.effect .caption h4:after {
  width: 20px;
  bottom: 5px;
}

.effect .caption .text {
  margin: 0px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  width: 100%;
}

.effect .caption .text p {
  margin-bottom: 15px;
  margin-top: 0px;
}

.effect .caption .text p:last-child {
  margin-bottom: 0px;
}

.effect .caption a.btn {
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 6px;
  font-size: 16px;
  padding: 10px 20px 12px 20px;
  background-color: transparent;
  transition: background 0.2s linear 0s;
  margin-bottom: 20px;
  position: relative;
}

.effect .caption a.btn:hover {
  background-color: #fff;
  color: #000;
}

/* effect #1 styles */

.effect.eff-1 .caption {
  top: -100%;
  -moz-transition: top 0.2s linear 0s;
  -webkit-transition: top 0.2s linear 0s;
  transition: top 0.2s linear 0s;
}

.effect.eff-1:hover .caption {
  top: 0;
}

/* effect #2 styles */

.effect.eff-2 .caption {
  left: 100%;
  -moz-transition: left 0.2s linear 0s;
  -webkit-transition: left 0.2s linear 0s;
  transition: left 0.2s linear 0s;
}

.effect.eff-2:hover .caption {
  left: 0;
}

/* effect #3 styles */

.effect.eff-3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  top: 100%;
  left: 0;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.effect.eff-3 .caption {
  background-color: rgba(0,0,0,0.3);
  top: -100%;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.effect.eff-3:hover:before, .effect.eff-3:hover .caption {
  top: 0;
}

/* effect #4 styles */

.effect.eff-4 .caption {
  opacity: 0;
}

.effect.eff-4 .caption h4, .effect.eff-4 .caption a.btn {
  opacity: 0;
  -moz-transition: all 0.2s linear 0.1s;
  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}

.effect.eff-4 .caption h4 {
  top: 72px;
}

.effect.eff-4 .caption a.btn {
  top: -72px;
}

.effect.eff-4:hover .caption {
  opacity: 1;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.effect.eff-4:hover .caption h4, .effect.eff-4:hover .caption a.btn {
  opacity: 1;
  top: 0;
}

/* effect #5 styles */

.effect.eff-5 .caption {
  opacity: 0;
}

.effect.eff-5 .caption h4, .effect.eff-5 .caption a.btn {
  opacity: 0;
  -moz-transition: all 0.2s linear 0.1s;
  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}

.effect.eff-5 .caption h4 {
  top: -72px;
}

.effect.eff-5 .caption a.btn {
  top: 72px;
}

.effect.eff-5:hover .caption {
  opacity: 1;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.effect.eff-5:hover .caption h4, .effect.eff-5:hover .caption a.btn {
  opacity: 1;
  top: 0;
}

/* effect #6 styles */

.effect.eff-6 .caption {
  opacity: 0;
}

.effect.eff-6 .caption h4, .effect.eff-6 .caption a.btn {
  -moz-transition: all 0.2s linear 0.1s;
  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}

.effect.eff-6 .caption h4 {
  left: 100%;
}

.effect.eff-6 .caption a.btn {
  left: -100%;
}

.effect.eff-6:hover .caption {
  opacity: 1;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.effect.eff-6:hover .caption h4, .effect.eff-6:hover .caption a.btn {
  left: 0;
}

/* effect #7 styles */

.effect.eff-7 .caption {
  opacity: 0;
}

.effect.eff-7 .caption h4, .effect.eff-7 .caption .text, .effect.eff-7 .caption a.btn {
  opacity: 0;
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  -moz-transition: all 0.2s linear 0.1s;
  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}

.effect.eff-7:hover .caption {
  opacity: 1;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.effect.eff-7:hover .caption h4, .effect.eff-7:hover .caption .text, .effect.eff-7:hover .caption a.btn {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* effect #8 styles */

.effect.eff-8 .caption {
  opacity: 0;
}

.effect.eff-8 .caption h4, .effect.eff-8 .caption .text, .effect.eff-8 .caption a.btn {
  opacity: 0;
  -moz-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -moz-transition: all 0.2s linear 0.1s;
  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}

.effect.eff-8:hover .caption {
  opacity: 1;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.effect.eff-8:hover .caption h4, .effect.eff-8:hover .caption .text, .effect.eff-8:hover .caption a.btn {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* effect #9 styles */

.effect.eff-9 .caption {
  opacity: 0;
}

.effect.eff-9 .caption h4, .effect.eff-9 .caption a.btn {
  -moz-transform: scale(0.15);
  -webkit-transform: scale(0.15);
  transform: scale(0.15);
}

.effect.eff-9 .caption h4 {
  top: -50%;
}

.effect.eff-9 .caption a.btn {
  top: 50%;
}

.effect.eff-9:hover .caption {
  opacity: 1;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.effect.eff-9:hover h4, .effect.eff-9:hover a.btn {
  top: 0;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: top 0.3s linear 0.1s, transform 0.2s linear 0.3s;
  -webkit-transition: top 0.3s linear 0.1s, -webkit-transform 0.2s linear 0.3s;
  transition: top 0.3s linear 0.1s, transform 0.2s linear 0.3s;
}

/* effect #10 styles */

.effect.eff-10 .caption {
  -moz-transform: scale(0.7) rotateX(0deg);
  -webkit-transform: scale(0.7) rotateX(0deg);
  transform: scale(0.7) rotateX(0deg);
  opacity: 0;
}

.effect.eff-10:hover .caption {
  -moz-transform: scale(1) rotateX(360deg);
  -webkit-transform: scale(1) rotateX(360deg);
  transform: scale(1) rotateX(360deg);
  opacity: 1;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

/* effect #11 styles */

.effect.eff-11 .caption {
  -moz-transform: scale(0.7) rotateY(0deg);
  -webkit-transform: scale(0.7) rotateY(0deg);
  transform: scale(0.7) rotateY(0deg);
  opacity: 0;
}

.effect.eff-11:hover .caption {
  -moz-transform: scale(1) rotateY(360deg);
  -webkit-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
  opacity: 1;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

/* effect #12 styles */

.effect.eff-12 .caption {
  -moz-transform: scale(0.7) rotate(120deg);
  -webkit-transform: scale(0.7) rotate(120deg);
  transform: scale(0.7) rotate(120deg);
  opacity: 0;
}

.effect.eff-12:hover .caption {
  -moz-transform: scale(1) rotate(360deg);
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  opacity: 1;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* effect #13 styles */

.effect.eff-13 .caption {
  -moz-transform: scale(0,1);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -moz-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.effect.eff-13:hover .caption {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* effect #14 styles */

.effect.eff-14 .caption {
  -moz-transform: scale(1,0);
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.effect.eff-14:hover .caption {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* effect #15 styles */

.effect.eff-15 .caption {
  -moz-transform: scale(0,1);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.effect.eff-15:hover .caption {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* effect #16 styles */

.effect.eff-16 .caption {
  -moz-transform: scale(1,0);
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.effect.eff-16:hover .caption {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* effect #17 styles */

.effect.eff-17 .caption {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.effect.eff-17:hover .caption {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
}

/* effect #18 styles */

.effect.eff-18 .caption {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.effect.eff-18:hover .caption {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
}

/* effect #19 styles */

.effect.eff-19 .caption {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.effect.eff-19:hover .caption {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
}

/* effect #20 styles */

.effect.eff-20 .caption {
  top: -100%;
  background-color: transparent;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

/* overlay styles */

.effect.eff-20:before, .effect.eff-20:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  left: 0;
  -moz-transition: all 0.2s linear 0.3s;
  -webkit-transition: all 0.2s linear 0.3s;
  transition: all 0.2s linear 0.3s;
  z-index: 1;
}

.effect.eff-20:before {
  top: -100%;
}

.effect.eff-20:after {
  top: 100%;
}

.effect.eff-20:hover:before {
  top: 0;
}

.effect.eff-20:hover:after {
  top: 50%;
}

.effect.eff-20:hover:before, .effect.eff-20:hover:after {
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.effect.eff-20:hover .caption {
  top: 0;
  -moz-transition: all 0.2s linear 0.3s;
  -webkit-transition: all 0.2s linear 0.3s;
  transition: all 0.2s linear 0.3s;
}

/* effect #21 styles */

.effect.eff-21 .caption {
  background-color: transparent;
  -moz-transform: scale(1,0.6);
  -webkit-transform: scale(1,0.6);
  transform: scale(1,0.6);
  opacity: 0;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

/* overlay styles */

.effect.eff-21:before, .effect.eff-21:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  -moz-transition: all 0.2s linear 0.3s;
  -webkit-transition: all 0.2s linear 0.3s;
  transition: all 0.2s linear 0.3s;
  z-index: 1;
}

.effect.eff-21:before {
  top: -100%;
  left: 0;
}

.effect.eff-21:after {
  top: 100%;
  right: 0;
}

.effect.eff-21:hover:before {
  top: 0;
}

.effect.eff-21:hover:after {
  top: 0;
}

.effect.eff-21:hover:before, .effect.eff-21:hover:after {
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.effect.eff-21:hover .caption {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 1;
  -moz-transition: all 0.2s linear 0.3s;
  -webkit-transition: all 0.2s linear 0.3s;
  transition: all 0.2s linear 0.3s;
}

/* effect #22 styles */

.effect.eff-22 .caption {
  background-color: transparent;
  opacity: 0;
}

/* overlay styles */

.effect.eff-22:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transform: scale(1,0);
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

.effect.eff-22:hover:before {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all 0.4s cubic-bezier(0, 1.31, 1, -0.29) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0, 1.31, 1, -0.29) 0s;
  transition: all 0.4s cubic-bezier(0, 1.31, 1, -0.29) 0s;
}

.effect.eff-22:hover .caption {
  opacity: 1;
  -moz-transition: all 0.2s linear 0.4s;
  -webkit-transition: all 0.2s linear 0.4s;
  transition: all 0.2s linear 0.4s;
}

/* effect #23 styles */

.effect.eff-23 .caption {
  background-color: transparent;
  top: 100%;
}

/* overlay styles */

.effect.eff-23:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transform: scale(0,1);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.effect.eff-23:hover:before {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all 0.4s cubic-bezier(0, 1.31, 1, -0.29) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0, 1.31, 1, -0.29) 0s;
  transition: all 0.4s cubic-bezier(0, 1.31, 1, -0.29) 0s;
}

.effect.eff-23:hover .caption {
  top: 0;
  -moz-transition: all 0.2s linear 0.6s;
  -webkit-transition: all 0.2s linear 0.6s;
  transition: all 0.2s linear 0.6s;
}

/* effect #24 styles */

.effect.eff-24 .caption {
  background-color: transparent;
  top: -100%;
  left: 100%;
}

/* overlay styles */

.effect.eff-24:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.effect.eff-24:hover:before {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all 0.4s cubic-bezier(0, 1.31, 1, -0.29) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0, 1.31, 1, -0.29) 0s;
  transition: all 0.4s cubic-bezier(0, 1.31, 1, -0.29) 0s;
}

.effect.eff-24:hover .caption {
  top: 0;
  left: 0;
  -moz-transition: all 0.2s cubic-bezier(0, 0.5, 0.07, 0.6) 0.6s;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.07, 0.6) 0.6s;
  transition: all 0.2s cubic-bezier(0, 0.5, 0.07, 0.6) 0.6s;
}

/* effect #25 styles */

.effect.eff-25 .caption {
  background-color: transparent;
  left: -100%;
}

/* overlay styles */

.effect.eff-25:before, .effect.eff-25:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.effect.eff-25:hover:before {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.effect.eff-25:hover:after {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all 0.2s linear 0.2s;
  -webkit-transition: all 0.2s linear 0.2s;
  transition: all 0.2s linear 0.2s;
}

.effect.eff-25:hover .caption {
  left: 0;
  -moz-transition: all 0.2s linear 0.4s;
  -webkit-transition: all 0.2s linear 0.4s;
  transition: all 0.2s linear 0.4s;
}

/* effect #26 styles */

.effect.eff-26 .caption {
  background-color: transparent;
  opacity: 0;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* overlay styles */

.effect.eff-26:before, .effect.eff-26:after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.effect.eff-26:hover:before {
  -moz-transform: scale(30);
  -webkit-transform: scale(30);
  transform: scale(30);
  -moz-transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.effect.eff-26:hover:after {
  -moz-transform: scale(30);
  -webkit-transform: scale(30);
  transform: scale(30);
  -moz-transition: all 0.5s linear 0.2s;
  -webkit-transition: all 0.5s linear 0.2s;
  transition: all 0.5s linear 0.2s;
}

.effect.eff-26:hover .caption {
  opacity: 1;
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  transition: all 0.2s linear 0.4s;
}

/* effect #27 styles */

.effect.eff-27 .caption {
  background-color: transparent;
  opacity: 0;
  -moz-transform: rotate(-45deg) scale(1,0.3);
  -webkit-transform: rotate(-45deg) scale(1,0.3);
  transform: rotate(-45deg) scale(1,0.3);
  -moz-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

/* overlay styles */

.effect.eff-27:before, .effect.eff-27:after {
  content: "";
  display: block;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
}

.effect.eff-27:before {
  left: 0;
}

.effect.eff-27:after {
  right: 0;
}

.effect.eff-27:hover:before {
  -moz-transform: scale(30);
  -webkit-transform: scale(30);
  transform: scale(30);
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.effect.eff-27:hover:after {
  -moz-transform: scale(30);
  -webkit-transform: scale(30);
  transform: scale(30);
  -moz-transition: all 0.3s linear 0.15s;
  -webkit-transition: all 0.3s linear 0.15s;
  transition: all 0.3s linear 0.15s;
}

.effect.eff-27:hover .caption {
  -moz-transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  -moz-transition: all 0.2s linear 0.5s;
  -webkit-transition: all 0.2s linear 0.5s;
  transition: all 0.2s linear 0.5s;
}

/* effect #28 styles */

.effect.eff-28 .caption {
  background-color: transparent;
  opacity: 0;
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

/* overlay styles */

.effect.eff-28:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.effect.eff-28:hover:before {
  box-shadow: inset 0px 0px 25px 300px rgba(0,0,0,0.6);
  -moz-transition: all 0.8s linear 0s;
  -webkit-transition: all 0.8s linear 0s;
  transition: all 0.8s linear 0s;
}

.effect.eff-28:hover .caption {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  -moz-transition: all 0.2s linear 0.4s;
  -webkit-transition: all 0.2s linear 0.4s;
  transition: all 0.2s linear 0.4s;
}

/* effect #29 styles */

.effect.eff-29 .caption {
  background-color: transparent;
  z-index: 2;
}

.effect.eff-29 .caption h4, .effect.eff-29 .caption .text, .effect.eff-29 .caption a.btn {
  top: -100%;
}

.effect.eff-29:before, .effect.eff-29:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.effect.eff-29:before {
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.effect.eff-29:after {
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: 3px double #fff;
  -moz-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  box-sizing: border-box;
}

.effect.eff-29:hover:before, .effect.eff-29:hover:after {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 1;
  -moz-transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.effect.eff-29:hover .caption h4, .effect.eff-29:hover .caption .text, .effect.eff-29:hover .caption a.btn {
  top: 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.effect.eff-29:hover .caption h4 {
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.effect.eff-29:hover .caption .text {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.effect.eff-29:hover .caption a.btn {
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* effect #30 styles */

.effect.eff-30 .caption {
  opacity: 0;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.effect.eff-30 img {
  -moz-transition: all 0.25s linear 0.3s;
  -webkit-transition: all 0.25s linear 0.3s;
  transition: all 0.25s linear 0.3s;
}

.effect.eff-30:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.effect.eff-30:hover .caption {
  opacity: 1;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.35s cubic-bezier(0.49, -0.19, 0.7, -0.01) 0.3s;
  -webkit-transition: all 0.35s cubic-bezier(0.49, -0.19, 0.7, -0.01) 0.3s;
  transition: all 0.35s cubic-bezier(0.49, -0.19, 0.7, -0.01) 0.3s;
}

.effect {
  position: relative;
  width: 400px;
  height: 300px;
  overflow: hidden;
}

.effect a {
  text-decoration: none!important;
}

.effect img {
  min-width: 100%;
  width: auto;
  height: 100%;
}

.effect .caption {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-family: 'Lato',sans-serif;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  z-index: 2;
}

.effect .caption h4 {
  font-family: 'Montserrat',sans-serif;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px;
  position: relative;
}

.effect .caption h4:before, .effect .caption h4:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}

.effect .caption h4:before {
  width: 40px;
  bottom: 10px;
}

.effect .caption h4:after {
  width: 20px;
  bottom: 5px;
}

.effect .caption .text {
  margin: 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.effect .caption .text p {
  margin-bottom: 15px;
  margin-top: 0;
}

.effect .caption .text p:last-child {
  margin-bottom: 0;
}

.effect .caption a.btn {
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 6px;
  font-size: 16px;
  padding: 10px 20px 12px;
  background-color: transparent;
  transition: background .2s linear 0;
  margin-bottom: 20px;
  position: relative;
}

.effect .caption a.btn:hover {
  background-color: #fff;
  color: #000;
}

.effect.eff-1 .caption {
  top: -100%;
  -moz-transition: top .2s linear 0;
  -webkit-transition: top .2s linear 0;
  transition: top .2s linear 0;
}

.effect.eff-1:hover .caption {
  top: 0;
}

.effect.eff-2 .caption {
  left: 100%;
  -moz-transition: left .2s linear 0;
  -webkit-transition: left .2s linear 0;
  transition: left .2s linear 0;
}

.effect.eff-2:hover .caption {
  left: 0;
}

.effect.eff-3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  top: 100%;
  left: 0;
  -moz-transition: all .2s linear 0;
  -webkit-transition: all .2s linear 0;
  transition: all .2s linear 0;
}

.effect.eff-3 .caption {
  background-color: rgba(0,0,0,0.3);
  top: -100%;
  -moz-transition: all .2s linear 0;
  -webkit-transition: all .2s linear 0;
  transition: all .2s linear 0;
}

.effect.eff-3:hover:before, .effect.eff-3:hover .caption {
  top: 0;
}

.effect.eff-4 .caption {
  opacity: 0;
}

.effect.eff-4 .caption h4, .effect.eff-4 .caption a.btn {
  opacity: 0;
  -moz-transition: all .2s linear .1s;
  -webkit-transition: all .2s linear .1s;
  transition: all .2s linear .1s;
}

.effect.eff-4 .caption h4 {
  top: 72px;
}

.effect.eff-4 .caption a.btn {
  top: -72px;
}

.effect.eff-4:hover .caption {
  opacity: 1;
  -moz-transition: all .5s linear 0;
  -webkit-transition: all .5s linear 0;
  transition: all .5s linear 0;
}

.effect.eff-4:hover .caption h4, .effect.eff-4:hover .caption a.btn {
  opacity: 1;
  top: 0;
}

.effect.eff-5 .caption {
  opacity: 0;
}

.effect.eff-5 .caption h4, .effect.eff-5 .caption a.btn {
  opacity: 0;
  -moz-transition: all .2s linear .1s;
  -webkit-transition: all .2s linear .1s;
  transition: all .2s linear .1s;
}

.effect.eff-5 .caption h4 {
  top: -72px;
}

.effect.eff-5 .caption a.btn {
  top: 72px;
}

.effect.eff-5:hover .caption {
  opacity: 1;
  -moz-transition: all .5s linear 0;
  -webkit-transition: all .5s linear 0;
  transition: all .5s linear 0;
}

.effect.eff-5:hover .caption h4, .effect.eff-5:hover .caption a.btn {
  opacity: 1;
  top: 0;
}

.effect.eff-6 .caption {
  opacity: 0;
}

.effect.eff-6 .caption h4, .effect.eff-6 .caption a.btn {
  -moz-transition: all .2s linear .1s;
  -webkit-transition: all .2s linear .1s;
  transition: all .2s linear .1s;
}

.effect.eff-6 .caption h4 {
  left: 100%;
}

.effect.eff-6 .caption a.btn {
  left: -100%;
}

.effect.eff-6:hover .caption {
  opacity: 1;
  -moz-transition: all .5s linear 0;
  -webkit-transition: all .5s linear 0;
  transition: all .5s linear 0;
}

.effect.eff-6:hover .caption h4, .effect.eff-6:hover .caption a.btn {
  left: 0;
}

.effect.eff-7 .caption {
  opacity: 0;
}

.effect.eff-7 .caption h4, .effect.eff-7 .caption .text, .effect.eff-7 .caption a.btn {
  opacity: 0;
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  -moz-transition: all .2s linear .1s;
  -webkit-transition: all .2s linear .1s;
  transition: all .2s linear .1s;
}

.effect.eff-7:hover .caption {
  opacity: 1;
  -moz-transition: all .5s linear 0;
  -webkit-transition: all .5s linear 0;
  transition: all .5s linear 0;
}

.effect.eff-7:hover .caption h4, .effect.eff-7:hover .caption .text, .effect.eff-7:hover .caption a.btn {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.effect.eff-8 .caption {
  opacity: 0;
}

.effect.eff-8 .caption h4, .effect.eff-8 .caption .text, .effect.eff-8 .caption a.btn {
  opacity: 0;
  -moz-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -moz-transition: all .2s linear .1s;
  -webkit-transition: all .2s linear .1s;
  transition: all .2s linear .1s;
}

.effect.eff-8:hover .caption {
  opacity: 1;
  -moz-transition: all .5s linear 0;
  -webkit-transition: all .5s linear 0;
  transition: all .5s linear 0;
}

.effect.eff-8:hover .caption h4, .effect.eff-8:hover .caption .text, .effect.eff-8:hover .caption a.btn {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.effect.eff-9 .caption {
  opacity: 0;
}

.effect.eff-9 .caption h4, .effect.eff-9 .caption a.btn {
  -moz-transform: scale(0.15);
  -webkit-transform: scale(0.15);
  transform: scale(0.15);
}

.effect.eff-9 .caption h4 {
  top: -50%;
}

.effect.eff-9 .caption a.btn {
  top: 50%;
}

.effect.eff-9:hover .caption {
  opacity: 1;
  -moz-transition: all .5s linear 0;
  -webkit-transition: all .5s linear 0;
  transition: all .5s linear 0;
}

.effect.eff-9:hover h4, .effect.eff-9:hover a.btn {
  top: 0;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: top .3s linear 0.1s,transform .2s linear .3s;
  -webkit-transition: top .3s linear 0.1s,-webkit-transform .2s linear .3s;
  transition: top .3s linear 0.1s,transform .2s linear .3s;
}

.effect.eff-10 .caption {
  -moz-transform: scale(0.7) rotateX(0deg);
  -webkit-transform: scale(0.7) rotateX(0deg);
  transform: scale(0.7) rotateX(0deg);
  opacity: 0;
}

.effect.eff-10:hover .caption {
  -moz-transform: scale(1) rotateX(360deg);
  -webkit-transform: scale(1) rotateX(360deg);
  transform: scale(1) rotateX(360deg);
  opacity: 1;
  -moz-transition: all .5s linear 0;
  -webkit-transition: all .5s linear 0;
  transition: all .5s linear 0;
}

.effect.eff-11 .caption {
  -moz-transform: scale(0.7) rotateY(0deg);
  -webkit-transform: scale(0.7) rotateY(0deg);
  transform: scale(0.7) rotateY(0deg);
  opacity: 0;
}

.effect.eff-11:hover .caption {
  -moz-transform: scale(1) rotateY(360deg);
  -webkit-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
  opacity: 1;
  -moz-transition: all .5s linear 0;
  -webkit-transition: all .5s linear 0;
  transition: all .5s linear 0;
}

.effect.eff-12 .caption {
  -moz-transform: scale(0.7) rotate(120deg);
  -webkit-transform: scale(0.7) rotate(120deg);
  transform: scale(0.7) rotate(120deg);
  opacity: 0;
}

.effect.eff-12:hover .caption {
  -moz-transform: scale(1) rotate(360deg);
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  opacity: 1;
  -moz-transition: all .3s linear 0;
  -webkit-transition: all .3s linear 0;
  transition: all .3s linear 0;
}

.effect.eff-13 .caption {
  -moz-transform: scale(0,1);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -moz-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.effect.eff-13:hover .caption {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all .3s linear 0;
  -webkit-transition: all .3s linear 0;
  transition: all .3s linear 0;
}

.effect.eff-14 .caption {
  -moz-transform: scale(1,0);
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.effect.eff-14:hover .caption {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all .3s linear 0;
  -webkit-transition: all .3s linear 0;
  transition: all .3s linear 0;
}

.effect.eff-15 .caption {
  -moz-transform: scale(0,1);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.effect.eff-15:hover .caption {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all .3s linear 0;
  -webkit-transition: all .3s linear 0;
  transition: all .3s linear 0;
}

.effect.eff-16 .caption {
  -moz-transform: scale(1,0);
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.effect.eff-16:hover .caption {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all .3s linear 0;
  -webkit-transition: all .3s linear 0;
  transition: all .3s linear 0;
}

.effect.eff-17 .caption {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.effect.eff-17:hover .caption {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all .4s cubic-bezier(0.4,0,1,1) 0;
  -webkit-transition: all .4s cubic-bezier(0.4,0,1,1) 0;
  transition: all .4s cubic-bezier(0.4,0,1,1) 0;
}

.effect.eff-18 .caption {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.effect.eff-18:hover .caption {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all .4s cubic-bezier(0.4,0,1,1) 0;
  -webkit-transition: all .4s cubic-bezier(0.4,0,1,1) 0;
  transition: all .4s cubic-bezier(0.4,0,1,1) 0;
}

.effect.eff-19 .caption {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.effect.eff-19:hover .caption {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all .4s cubic-bezier(0.4,0,1,1) 0;
  -webkit-transition: all .4s cubic-bezier(0.4,0,1,1) 0;
  transition: all .4s cubic-bezier(0.4,0,1,1) 0;
}

.effect.eff-20 .caption {
  top: -100%;
  background-color: transparent;
  -moz-transition: all .2s linear 0;
  -webkit-transition: all .2s linear 0;
  transition: all .2s linear 0;
}

.effect.eff-20:before, .effect.eff-20:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  left: 0;
  -moz-transition: all .2s linear .3s;
  -webkit-transition: all .2s linear .3s;
  transition: all .2s linear .3s;
  z-index: 1;
}

.effect.eff-20:before {
  top: -100%;
}

.effect.eff-20:after {
  top: 100%;
}

.effect.eff-20:hover:before {
  top: 0;
}

.effect.eff-20:hover:after {
  top: 50%;
}

.effect.eff-20:hover:before, .effect.eff-20:hover:after {
  -moz-transition: all .2s linear 0;
  -webkit-transition: all .2s linear 0;
  transition: all .2s linear 0;
}

.effect.eff-20:hover .caption {
  top: 0;
  -moz-transition: all .2s linear .3s;
  -webkit-transition: all .2s linear .3s;
  transition: all .2s linear .3s;
}

.effect.eff-21 .caption {
  background-color: transparent;
  -moz-transform: scale(1,0.6);
  -webkit-transform: scale(1,0.6);
  transform: scale(1,0.6);
  opacity: 0;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transition: all .2s linear 0;
  -webkit-transition: all .2s linear 0;
  transition: all .2s linear 0;
}

.effect.eff-21:before, .effect.eff-21:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  -moz-transition: all .2s linear .3s;
  -webkit-transition: all .2s linear .3s;
  transition: all .2s linear .3s;
  z-index: 1;
}

.effect.eff-21:before {
  top: -100%;
  left: 0;
}

.effect.eff-21:after {
  top: 100%;
  right: 0;
}

.effect.eff-21:hover:before {
  top: 0;
}

.effect.eff-21:hover:after {
  top: 0;
}

.effect.eff-21:hover:before, .effect.eff-21:hover:after {
  -moz-transition: all .2s linear 0;
  -webkit-transition: all .2s linear 0;
  transition: all .2s linear 0;
}

.effect.eff-21:hover .caption {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 1;
  -moz-transition: all .2s linear .3s;
  -webkit-transition: all .2s linear .3s;
  transition: all .2s linear .3s;
}

.effect.eff-22 .caption {
  background-color: transparent;
  opacity: 0;
}

.effect.eff-22:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transform: scale(1,0);
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

.effect.eff-22:hover:before {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all .4s cubic-bezier(0,1.31,1,-0.29) 0;
  -webkit-transition: all .4s cubic-bezier(0,1.31,1,-0.29) 0;
  transition: all .4s cubic-bezier(0,1.31,1,-0.29) 0;
}

.effect.eff-22:hover .caption {
  opacity: 1;
  -moz-transition: all .2s linear .4s;
  -webkit-transition: all .2s linear .4s;
  transition: all .2s linear .4s;
}

.effect.eff-23 .caption {
  background-color: transparent;
  top: 100%;
}

.effect.eff-23:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transform: scale(0,1);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.effect.eff-23:hover:before {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all .4s cubic-bezier(0,1.31,1,-0.29) 0;
  -webkit-transition: all .4s cubic-bezier(0,1.31,1,-0.29) 0;
  transition: all .4s cubic-bezier(0,1.31,1,-0.29) 0;
}

.effect.eff-23:hover .caption {
  top: 0;
  -moz-transition: all .2s linear .6s;
  -webkit-transition: all .2s linear .6s;
  transition: all .2s linear .6s;
}

.effect.eff-24 .caption {
  background-color: transparent;
  top: -100%;
  left: 100%;
}

.effect.eff-24:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.effect.eff-24:hover:before {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all .4s cubic-bezier(0,1.31,1,-0.29) 0;
  -webkit-transition: all .4s cubic-bezier(0,1.31,1,-0.29) 0;
  transition: all .4s cubic-bezier(0,1.31,1,-0.29) 0;
}

.effect.eff-24:hover .caption {
  top: 0;
  left: 0;
  -moz-transition: all .2s cubic-bezier(0,0.5,0.07,0.6) .6s;
  -webkit-transition: all .2s cubic-bezier(0,0.5,0.07,0.6) .6s;
  transition: all .2s cubic-bezier(0,0.5,0.07,0.6) .6s;
}

.effect.eff-25 .caption {
  background-color: transparent;
  left: -100%;
}

.effect.eff-25:before, .effect.eff-25:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.effect.eff-25:hover:before {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all .2s linear 0;
  -webkit-transition: all .2s linear 0;
  transition: all .2s linear 0;
}

.effect.eff-25:hover:after {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition: all .2s linear .2s;
  -webkit-transition: all .2s linear .2s;
  transition: all .2s linear .2s;
}

.effect.eff-25:hover .caption {
  left: 0;
  -moz-transition: all .2s linear .4s;
  -webkit-transition: all .2s linear .4s;
  transition: all .2s linear .4s;
}

.effect.eff-26 .caption {
  background-color: transparent;
  opacity: 0;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.effect.eff-26:before, .effect.eff-26:after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.effect.eff-26:hover:before {
  -moz-transform: scale(30);
  -webkit-transform: scale(30);
  transform: scale(30);
  -moz-transition: all .4s linear 0;
  -webkit-transition: all .4s linear 0;
  transition: all .4s linear 0;
}

.effect.eff-26:hover:after {
  -moz-transform: scale(30);
  -webkit-transform: scale(30);
  transform: scale(30);
  -moz-transition: all .5s linear .2s;
  -webkit-transition: all .5s linear .2s;
  transition: all .5s linear .2s;
}

.effect.eff-26:hover .caption {
  opacity: 1;
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  transition: all .2s linear .4s;
}

.effect.eff-27 .caption {
  background-color: transparent;
  opacity: 0;
  -moz-transform: rotate(-45deg) scale(1,0.3);
  -webkit-transform: rotate(-45deg) scale(1,0.3);
  transform: rotate(-45deg) scale(1,0.3);
  -moz-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.effect.eff-27:before, .effect.eff-27:after {
  content: "";
  display: block;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
}

.effect.eff-27:before {
  left: 0;
}

.effect.eff-27:after {
  right: 0;
}

.effect.eff-27:hover:before {
  -moz-transform: scale(30);
  -webkit-transform: scale(30);
  transform: scale(30);
  -moz-transition: all .3s linear 0;
  -webkit-transition: all .3s linear 0;
  transition: all .3s linear 0;
}

.effect.eff-27:hover:after {
  -moz-transform: scale(30);
  -webkit-transform: scale(30);
  transform: scale(30);
  -moz-transition: all .3s linear .15s;
  -webkit-transition: all .3s linear .15s;
  transition: all .3s linear .15s;
}

.effect.eff-27:hover .caption {
  -moz-transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  -moz-transition: all .2s linear .5s;
  -webkit-transition: all .2s linear .5s;
  transition: all .2s linear .5s;
}

.effect.eff-28 .caption {
  background-color: transparent;
  opacity: 0;
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.effect.eff-28:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.effect.eff-28:hover:before {
  box-shadow: inset 0 0 25px 300px rgba(0,0,0,0.6);
  -moz-transition: all .8s linear 0;
  -webkit-transition: all .8s linear 0;
  transition: all .8s linear 0;
}

.effect.eff-28:hover .caption {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  -moz-transition: all .2s linear .4s;
  -webkit-transition: all .2s linear .4s;
  transition: all .2s linear .4s;
}

.effect.eff-29 .caption {
  background-color: transparent;
  z-index: 2;
}

.effect.eff-29 .caption h4, .effect.eff-29 .caption .text, .effect.eff-29 .caption a.btn {
  top: -100%;
}

.effect.eff-29:before, .effect.eff-29:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.effect.eff-29:before {
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.effect.eff-29:after {
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: 3px double #fff;
  -moz-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  box-sizing: border-box;
}

.effect.eff-29:hover:before, .effect.eff-29:hover:after {
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 1;
  -moz-transition: all .4s linear 0;
  -webkit-transition: all .4s linear 0;
  transition: all .4s linear 0;
}

.effect.eff-29:hover .caption h4, .effect.eff-29:hover .caption .text, .effect.eff-29:hover .caption a.btn {
  top: 0;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.effect.eff-29:hover .caption h4 {
  -moz-transition-delay: .6s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.effect.eff-29:hover .caption .text {
  -webkit-transition-delay: .45s;
  -moz-transition-delay: .45s;
  transition-delay: .45s;
}

.effect.eff-29:hover .caption a.btn {
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.effect.eff-30 .caption {
  opacity: 0;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.effect.eff-30 img {
  -moz-transition: all .25s linear .3s;
  -webkit-transition: all .25s linear .3s;
  transition: all .25s linear .3s;
}

.effect.eff-30:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.effect.eff-30:hover .caption {
  opacity: 1;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all .35s cubic-bezier(0.49,-0.19,0.7,-0.01) .3s;
  -webkit-transition: all .35s cubic-bezier(0.49,-0.19,0.7,-0.01) .3s;
  transition: all .35s cubic-bezier(0.49,-0.19,0.7,-0.01) .3s;
}

.btn.btn-primary.frontpage-image-button1 {
  float: right;
  background-color: #ffffff;
  color: #000000;
}

.centered {
  position: absolute;
  max-width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.change-color {
  opacity: 0.3;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.header-images-columns {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}

#image1, #image2 {
  width: 100%;
}

/* Preload images */

body:after {
  content: url("../../assets/img/close.png") url("../../assets/img/loading.gif") url("../../assets/img/prev.png") url("../../assets/img/next.png");
  display: none;
}

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

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

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

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

.lb-container {
  padding: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

body {
  font: 100% "Raleway", sans-serif;
  font-weight: 400;
  background-color: rgba(235,235,235,.8);
}

h1 {
  text-align: center;
  font: 250% "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  color: white;
  margin-bottom: 0;
  margin-top: 3%;
}

a.button {
  color: #b6872d;
  border: 1px solid #b6872d;
  padding: 5px 10px;
  opacity: 1;
  z-index: 1009;
  font-size: 60%;
  top: 76%;
  position: absolute;
  right: auto;
  margin-right: auto;
  margin-left: auto;
  transition: background-color 0.5s, color 0.75s;
  left: 45%;
}

a.button:hover {
  background-color: #b6872d;
  color: #fff;
}

.grid {
  overflow: hidden;
  margin: 5% auto;
  padding: 3em 0 0 0;
  width: 100%;
  max-width: 1200px;
  list-style: none;
  text-align: center;
}

.grid .one-half {
  width: 50%;
  float: left;
}

.grid .one-forth {
  width: 25%;
}

.grid .three-forth {
  width: 75%;
}

/* Common style */

.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  margin: -0.135em 0;
  //width: 33.333%;
  height: 200px;
  background: silver;
  text-align: center;
  cursor: pointer;
}

.grid .double-height {
  height: 400px;
}

.grid figure img {
  position: relative;
  display: block;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.8;
  transition: opacity 0.5s, -transform 1s;
}

.grid figure img:hover {
  opacity: 0.3;
}

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #3c4a50;
  background: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
  transition: transform 0.35s;
}

.grid figure figcaption::after {
  content: '';
  border-style: solid;
  border-width: 20px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption > span::before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid figure a.anchor {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  display: block;
  z-index: 1002;
  word-spacing: -0.15em;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  float: none;
  width: 100%;
  top: 20%;
}

.grid figure.double-height h2 {
  top: 40%;
}

.grid figure h2 span {
  z-index: 1002;
  font-weight: 800;
}

.grid figure p {
  opacity: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
  text-align: center;
  z-index: 1001;
  position: absolute;
  text-transform: none;
  backface-visibility: hidden;
  transition: opacity 0.35s;
  margin: 5px auto;
  top: 50%;
  float: none;
  width: 100%;
  display: block;
  right: auto;
  left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

.grid figure.double-height p {
  top: 60%;
}

.grid figure:hover p {
  opacity: 1;
}

.grid figure h2, .grid figure figcaption > span {
  transition: transform 0.35s;
}

.grid figure:hover h2 {
  transition-delay: 0.15s;
}

.grid figure:hover figcaption > span:nth-child(4) {
  transition-delay: 0.20s;
}

.grid figure:hover figcaption > span:nth-child(3) {
  transition-delay: 0.25s;
}

.grid figure:hover figcaption > span:nth-child(2) {
  transition-delay: 0.30s;
}

/* Individual Colors */

/* RED */

.grid figure figcaption.red {
  background-color: #C21308;
}

.grid figure figcaption.red p, .grid figure figcaption.gray p, .grid figure figcaption.red h2, .grid figure figcaption.gray h2 {
  color: #fff;
}

figure.effect-slideup figcaption.red::after {
  border-bottom-color: #C21308;
}

figure.effect-slidedown figcaption.red::after {
  border-top-color: #C21308;
}

figure.effect-slideleft figcaption.red::after {
  border-left-color: #C21308;
}

figure.effect-slideright figcaption.red::after {
  border-right-color: #C21308;
}

/* GRAY */

.grid figure figcaption.gray {
  background-color: black;
}

figure.effect-slideup figcaption.gray::after {
  border-bottom-color: black;
}

figure.effect-slidedown figcaption.gray::after {
  border-top-color: black;
}

figure.effect-slideleft figcaption.gray::after {
  border-left-color: black;
}

figure.effect-slideright figcaption.gray::after {
  border-right-color: black;
}

/* GOLD */

.grid figure figcaption.gold {
  background-color: #b6872d;
}

/* Individual effects */

/* ------------------ */

/* **** Slide Up **** */

/* ------------------ */

figure.effect-slideup figcaption {
  top: auto;
  bottom: 0;
  transform: translate3d(0,200%,0);
}

figure.effect-slideup.double-height figcaption {
  height: 50%;
}

figure.effect-slideup figcaption::after {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ffffff;
  border-left-color: transparent;
  left: 45%;
  top: -35px;
}

figure.effect-slideup figcaption > span {
  float: right;
}

figure.effect-slideup h2, figure.effect-slideup figcaption > span {
  transform: translate3d(0,200%,0);
}

figure.effect-slideup:hover figcaption, figure.effect-slideup:hover h2, figure.effect-slideup:hover figcaption > span {
  transform: translate3d(0,0,0);
}

/* -------------------- */

/* **** Slide Down **** */

/* -------------------- */

figure.effect-slidedown figcaption {
  bottom: auto;
  top: 0;
  transform: translate3d(0,-200%,0);
}

figure.effect-slidedown.double-height figcaption {
  height: 50%;
}

figure.effect-slidedown figcaption::after {
  border-top-color: #ffffff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  left: 45%;
  bottom: -35px;
}

figure.effect-slidedown figcaption > span {
  float: right;
}

figure.effect-slidedown h2, figure.effect-slidedown figcaption > span {
  transform: translate3d(0,-200%,0);
}

figure.effect-slidedown:hover figcaption, figure.effect-slidedown:hover h2, figure.effect-slidedown:hover figcaption > span {
  transform: translate3d(0,0,0);
}

/* -------------------- */

/* **** Slide Left **** */

/* -------------------- */

figure.effect-slideleft figcaption {
  width: 50%;
  transform: translate3d(-200%,0,0);
}

figure.effect-slideleft figcaption::after {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #ffffff;
  right: -35px;
  top: 45%;
}

figure.effect-slideleft figcaption > span {
  float: right;
}

figure.effect-slideleft h2, figure.effect-slideleft figcaption > span {
  transform: translate3d(-200%,0,0);
}

figure.effect-slideleft:hover figcaption, figure.effect-slideleft:hover h2, figure.effect-slideleft:hover figcaption > span {
  transform: translate3d(0,0,0);
}

/* -------------------- */

/* **** Slide Right **** */

/* -------------------- */

figure.effect-slideright figcaption {
  width: 50%;
  transform: translate3d(210%,0,0);
}

figure.effect-slideright figcaption::after {
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  left: -35px;
  top: 45%;
}

figure.effect-slideright figcaption > span {
  float: left;
}

figure.effect-slideright h2, figure.effect-slideright figcaption > span {
  transform: translate3d(200%,0,0);
}

figure.effect-slideright:hover figcaption, figure.effect-slideright:hover figcaption > span {
  transform: translate3d(100%,0,0);
}

figure.effect-slideright:hover h2 {
  transform: translate3d(0,0,0);
}

/* MEDIA SCREEN SIZES */

@media screen and (max-width: 1200px) {
  .grid figure {
    width: auto;
    float: left;
  }
}

@media screen and (max-width: 1200px) {
  .grid figure img {
  }
}

@media screen and (max-width: 1200px) {
  .grid figure figcaption {
    font-size: 90%;
  }
}

@media screen and (max-width: 900px) {
  .grid figure {
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .grid figure img {
    min-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .grid figure figcaption {
    font-size: 90%;
  }
}

@media screen and (max-width: 664px) {
  .grid .one-half {
    width: 100%;
  }
}

@media screen and (max-width: 664px) {
  .grid figure {
    width: 100%;
  }
}

.filtr-gallery-red .filtr-controls span:hover {
  color: #ed1b2b;
}

.filtr-gallery-red .filtr-controls span.active {
  color: #ed1b2b;
}

@media (min-width: 300px) {
  .responsivetext-medium {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .responsivetext-medium {
    font-size: 38px;
  }
}

@media (min-width: 576px) {
  .responsivetext-medium {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .responsivetext-medium {
    font-size: 24px;
  }
}

.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img, svg {
  vertical-align: middle;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

.rounded {
  border-radius: .25rem!important;
}

.mb-0, .my-0 {
  margin-bottom: 0!important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem!important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem!important;
}

.pr-5, .px-5 {
  padding-right: 3rem!important;
}

.pl-5, .px-5 {
  padding-left: 3rem!important;
}

@media (min-width:992px) {
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
  }
}

.text-center {
  text-align: center!important;
}

.text-uppercase {
  text-transform: uppercase!important;
}

.text-white {
  color: #fff!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans,Helvetica Neue,Arial,sans-serif;
}

section {
  padding: 8rem 0;
}

.h1-heading {
  color: rgb(0,0,0);
  font-weight: bold;
  letter-spacing: 0px;
  margin-top: 0px;
  text-transform: uppercase;
}

.h2-heading {
  color: rgb(77,77,77);
  margin-bottom: 0px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

section > div {
  transition: transform 1s;
  transform: translateX(0px);
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, canvas, img, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

img {
  border-style: none;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

#filtr-gallery {
  padding: 45px 0;
  color: #000;
}

.filtr-container {
  margin: 0 -4px;
}

.filtr-item {
  padding: 0px;
}

.filtr-controls {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 30px 0 15px;
}

.filtr-controls span {
  display: inline-block;
  margin: 10px 15px;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  color: #c6c6c6;
}

.filtr-gallery-red .filtr-controls span {
  color: #000000;
}

.filtr-gallery-red .filtr-controls span:hover, .filtr-controls span.active {
  color: #ed1b2b;
}

.filtr-controls span:hover, .filtr-controls span.active {
  color: #ffffff;
}

.filtr-controls span:after {
  content: ' ';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: transparent;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filtr-gallery-red .filtr-controls span.active:after {
  width: 100%;
  left: 0;
  background: #ed1b2b;
}

.filtr-controls span.active:after {
  width: 100%;
  left: 0;
  background: #ffffff;
}

@media (max-width:479px) {
  .filtr-item {
    width: 100%;
  }
}

h1 {
  text-align: center;
  font: 250% "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  color: white;
  margin-bottom: 0;
  margin-top: 3%;
}

.hover-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.navigation-clean-button {
  background: #222222;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #f2f5f8;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .navigation-clean-button {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width:767px) {
  .navigation-clean-button .navbar-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width:767px) {
  .navigation-clean-button .navbar-right {
    margin-bottom: 20px;
  }
}

.navigation-clean-button .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean-button .navbar-brand:hover {
  color: #1485ee;
}

.navigation-clean-button .navbar-brand img {
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  width: auto;
}

.navigation-clean-button .navbar-toggle {
  border-color: #ddd;
}

.navigation-clean-button .navbar-toggle:hover, .navigation-clean-button .navbar-toggle:focus {
  background: none;
}

.navigation-clean-button .navbar-toggle .icon-bar {
  background-color: #888;
}

.navigation-clean-button .navbar-collapse, .navigation-clean-button .navbar-form {
  border-top-color: #ddd;
}

.navigation-clean-button .navbar-nav > .active > a, .navigation-clean-button .navbar-nav > .open > a {
  background: none;
  box-shadow: none;
}

.navigation-clean-button.navbar-default .navbar-nav > .active > a, .navigation-clean-button.navbar-default .navbar-nav > .active > a:focus, .navigation-clean-button.navbar-default .navbar-nav > .active > a:hover {
  color: #e04c40;
  border-top: 1px solid #e04c40;
  box-shadow: none;
  transition: background-color 0.25s;
  background: none;
  pointer-events: none;
}

.navigation-clean-button.navbar .navbar-nav > li > a {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean-button.navbar-default .navbar-nav > li > a {
  color: #dfe8ee;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Work Sans';
}

.navigation-clean-button.navbar-default .navbar-nav > li > a:focus, .navigation-clean-button.navbar-default .navbar-nav > li > a:hover {
  color: #e04c40 !important;
  border-top: solid 1px #e04c40;
  background-color: transparent;
  transition: background 0.2s ease, padding 0.8s linear;
  transition: background-color 0.25s;
}

.navigation-clean-button .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: #222222;
  border-radius: 2px;
}

.navigation-clean-button .dropdown-menu > li > a:focus, .navigation-clean-button .dropdown-menu > li > a {
  line-height: 2;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto';
  color: #df4c40;
}

.navigation-clean-button .dropdown-menu > li > a:focus, .navigation-clean-button .dropdown-menu > li > a:hover {
  background: #df4c40;
  color: inherit;
  transition: background-color 0.25s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.navigation-clean-button .actions {
  margin-top: 7px;
  margin-bottom: 0;
}

.navigation-clean-button .actions .login {
  margin-right: 7px;
  text-decoration: none;
  color: #ffffff;
}

.navigation-clean-button .action-button, .navigation-clean-button .action-button:active {
  background: transparent;
  border-radius: 0;
  color: #e04c40;
  box-shadow: none;
  border: 1px solid #e04c40;
  text-shadow: none;
  padding: 10px 22px;
  transition: background-color 0.25s;
}

.navigation-clean-button .action-button:hover {
  background: #e04c40;
  color: #fff;
  font-weight: 400;
  border: 1px solid #df4c40;
}

.navbar {
  margin-bottom: 0;
}

.btn {
  border-radius: 0;
}

a.navbar-brand.navbar-link {
  font-weight: 400;
}

p.navbar-text.navbar-right.actions {
  font-family: 'Roboto Slab';
  text-transform: uppercase;
  font-weight: 400;
}

a.navbar-link.login:hover {
  color: #e04c40;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1485ee;
  /*border: none;*/
}

.btn-default {
  color: #ffffff;
  background-color: #df4c40;
  border: none;
}

.btn {
  font-family: 'Roboto';
  font-weight: 400;
}

.color-primary {
  color: #1c1c1c;
}

.color-secondary {
  color: #8f8f8f;
}

.color-white {
  color: white;
}

.heading {
  color: #1c1c1c;
  text-shadow: 0px 0px 2px white;
}

.subheading {
  color: white;
  text-shadow: 0px 0px 2px black;
}

.project-head-one {
  background: linear-gradient(#8f8f8f, #1c1c1c);
}

.project-head-two {
  background-color: #1c1c1c;
}

.hr-horizontal-from-left {
  border: 3px solid #8f8f8f;
}

.second-hr-fusion {
  border: 1px solid #8f8f8f;
}

.project-gallery-background {
  background: #1c1c1c;
}

.footer-dark {
  background: linear-gradient(rgba(125, 125, 125, 0.9), rgba(125, 125, 125, 0.9)), url("../../assets/img/table-saw-2243289_1920.jpg") top/cover;
}

.btn-primary {
  background-color: #1c1c1c;
  border-color: #ffffff;
  border: 3px solid white;
}

.btn-primary:hover {
  background-color: #8f8f8f !important;
}

.footer-darker {
  background-color: #1c1c1c;
}

.footer-color {
  color: #252525;
  color: black;
}

.footer-dark a {
  font-size: 22px;
  color: #1c1c1c;
}

.contact-clean {
  background: #1c1c1c;
}

.btn {
  background: #1c1c1c !important;
  color: #8f8f8f;
}.team-boxed {
  color: #313437;
  background-color: #eef4f7;
}

.team-boxed p {
  color: #7d8285;
}

.team-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .team-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.team-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.team-boxed .intro p {
  margin-bottom: 0;
}

.team-boxed .people {
  padding: 50px 0;
}

.team-boxed .item {
  text-align: center;
}

.team-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.team-boxed .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.team-boxed .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #d0d0d0;
  letter-spacing: 2px;
  font-size: 13px;
}

.team-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.team-boxed .item img {
  /*max-width: 160px;*/
}

.team-boxed .social {
  font-size: 18px;
  color: #a2a8ae;
}

.team-boxed .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}

.team-boxed .social a:hover {
  opacity: 1;
}

.testimonials-clean {
  color: #313437;
  background-color: #eef4f7;
}

.testimonials-clean p {
  color: #7d8285;
}

.testimonials-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.testimonials-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.testimonials-clean .intro p {
  margin-bottom: 0;
}

.testimonials-clean .people {
  padding: 50px 0 20px;
}

.testimonials-clean .item {
  margin-bottom: 32px;
}

@media (min-width:768px) {
  .testimonials-clean .item {
    height: 220px;
  }
}

.testimonials-clean .item .box {
  padding: 30px;
  background-color: #fff;
  position: relative;
}

.testimonials-clean .item .box:after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
}

.testimonials-clean .item .author {
  margin-top: 28px;
  padding-left: 25px;
}

.testimonials-clean .item .name {
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
}

.testimonials-clean .item .title {
  font-size: 13px;
  color: #9da9ae;
}

.testimonials-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.testimonials-clean .item img {
  max-width: 40px;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #c21308!important;
}

#mainNav .navbar-brand {
  color: #c21308!important;
}

.bg-primary {
  background-color: #d2180c!important;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #000000;
}

.portfolio-box .portfolio-box-caption {
  background: rgba(0,0,0,0.8);
}

.boxshadow-1 {
  color: rgb(255,238,230);
  -webkit-box-shadow: 0px 0px 46px 10px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 0px 46px 10px rgba(0,0,0,0.55);
  box-shadow: 0px 0px 46px 10px rgba(0,0,0,0.55);
}

.copyright-companyname {
  color: rgb(255,255,255);
  font-size: 18px;
}

.copyright {
  color: rgb(137,137,137);
}

.tracking-in-contract-bck {
  animation: tracking-in-contract-bck 1s cubic-bezier(.215,.61,.355,1.000) both;
}

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: .6;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: .6;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: .6;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

.cc-color-override--1473609603.cc-window {
  border: 2px solid white;
  border-radius: 0px!important;
}

.timeline {
  position: relative;
  margin-top: 22px;
  list-style: none;
  padding: 4px 0 0;
}

.timeline > li:nth-child(even) {
  position: relative;
  margin-bottom: 50px;
  height: 180px;
  right: -100px;
}

.timeline > li:nth-child(odd) {
  position: relative;
  margin-bottom: 50px;
  height: 180px;
  left: -100px;
}

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
  min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  text-align: right;
  padding: 0 20px 20px 100px;
}

.timeline > li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 50%;
  border: 7px solid #bf164d;
  border-radius: 100%;
  background-color: #bf164d;
  box-shadow: 0 0 5px #ccc;
  width: 200px;
  height: 200px;
  margin-left: -100px;
}

.timeline > li .timeline-image h4 {
  margin-top: 12px;
  font-size: 10px;
  line-height: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 100px 20px 20px;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 22px;
  margin-bottom: 4px;
  color: #b3b3b3;
  padding: 0;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
  font-size: 18px;
  color: #333;
  margin: 0;
  padding: 0;
}

.timeline .timeline-body > p, .timeline .timeline-body > ul {
  margin-bottom: 0;
  color: gray;
}

.timeline > li:nth-child(odd) .line:before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 690px;
  width: 4px;
  height: 340px;
  background-color: #bf164d;
  -ms-transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
  box-shadow: 0 0 5px #ccc;
}

.timeline > li:nth-child(even) .line:before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 450px;
  width: 4px;
  height: 340px;
  background-color: #bf164d;
  -ms-transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
  box-shadow: 0 0 5px #ccc;
}

.timeline > li .timeline-panel:before, .timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after, .timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(2n + 1) .line::before {
    left: 580px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(2n) .line::before {
    left: 360px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li .timeline-panel {
    padding: 0 30px 20px 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0;
    min-height: 0;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(odd) {
    margin-bottom: 0;
    min-height: 0;
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    text-align: left;
    padding: 0 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    text-align: right;
    padding: 0 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li .line {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0;
    min-height: 0;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(odd) {
    margin-bottom: 0;
    min-height: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .timeline > li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(odd) .timeline-image {
    float: left;
    left: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .timeline > li .line {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .timeline > li .timeline-panel {
    text-align: left;
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(2n + 1) {
    height: 220px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li .timeline-panel {
    display: block;
    max-width: 420px;
    position: absolute;
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li .timeline-image {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li .timeline-image {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li {
    height: auto !important;
    margin: 0 auto !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(2n + 1) .timeline-image {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(2n) .timeline-image {
    left: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li .line {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(2n + 1) .line::before {
    left: 190px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(2n) .line::before {
    left: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(2n) .timeline-panel, .timeline > li:nth-child(2n + 1) .timeline-panel {
    left: 380px;
    padding: 0 0 20px;
    text-align: left;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:after {
    min-height: 20px;
  }
}

@media (max-width: 767px) {
  .timeline > li:nth-child(2n + 1) {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .timeline > li .timeline-panel {
    float: none !important;
    display: block;
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .timeline > li .timeline-image {
    float: none !important;
    display: block;
  }
}

@media (max-width: 767px) {
  .timeline > li .timeline-image {
    position: relative;
  }
}

@media (max-width: 767px) {
  .timeline > li {
    height: auto !important;
    max-width: 450px !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 767px) {
  .timeline > li:after {
    min-height: 0;
  }
}

