html {
  overflow-y: scroll;
  overflow-x: hidden;
}
html, body {
  width:100%;
  height:100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 300;
}
body {
  position: relative;
}


article#background-12 {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background: url(../images/background-image-12.jpeg) no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section:first-of-type {
}
section:last-of-type  {
  padding-bottom: 47px;
}

section {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
section .section-header,
section.section-header{
  background-color:rgb(255, 255, 255);
}
section .section-white,
section.section-white{
  background-color:rgba(255, 255, 255, 1);
}
section .section-content,
section.section-content {
  background-color: rgba(255, 255, 255, .9);
}
section .section-content-heavy,
section.section-content-heavy{
  background-color:rgba(255, 255, 255, .9);
}
section .section-transparent,
section.section-transparent{
  background-color:rgba(255, 255, 255, .0);
}
section .section-error,
section.section-error{
  background-color:rgba(245, 33, 32, .7);
}
section .section-success,
section.section-success{
  background-color:rgba(190, 225, 82, 0.8);
}
section .reservation-component{
  max-width:750px;
}
section .content-header{
  background-color:rgb(255, 255, 255);
}
section .content-context h1,
section .content-context h2,
section .content-context h3,
section .content-context h4,
section .content-context h5,
section .content-context h6{
  margin-bottom:10px !important;
}
section .content-context p{
  padding-left:10px;
  padding-bottom:5px;
}
section.section-margin-sm,
section.section-margin-top-sm{
  margin-top:25px;
}
section.section-margin-sm,
section.section-margin-bottom-sm{
  margin-bottom:25px;
}
section.section-margin,
section.section-margin-top{
  margin-top:50px;
}
section.section-margin,
section.section-margin-bottom{
  margin-bottom:50px;
}
section.section-margin-lg,
section.section-margin-top-lg{
  margin-top:100px;
}
section.section-margin-lg,
section.section-margin-bottom-lg{
  margin-bottom:100px;
}
section.section-margin-xl,
section.section-margin-top-xl{
  margin-top:100px;
}
section.section-margin-xl,
section.section-margin-bottom-xl{
  margin-bottom:200px;
}
section.section-padding-sm,
section.section-padding-top-sm{
  padding-top:25px;
}
section.section-padding-sm,
section.section-padding-bottom-sm{
  padding-bottom:25px;
}
section.section-padding,
section.section-padding-top{
  padding-top:50px;
}
section.section-padding,
section.section-padding-bottom{
  padding-bottom:50px;
}
section.section-padding-lg,
section.section-padding-top-lg{
  padding-top:100px;
}
section.section-padding-lg,
section.section-padding-bottom-lg {
  padding-bottom: 100px;
}
section.section-style .font-xs {
  font-size: 80%;
}
section.section-style .font-sm {
  font-size: 90%;
}
section.section-style .font-lg {
  font-size: 110%;
}
section.section-style .font-xl {
  font-size: 120%;
}
section.section-style .font-heavy {
  font-weight: 500;
}
section.section-style .font-bold {
  font-weight: 400;
}
section.section-style .font-normal {
  font-weight: 300;
}
section.section-style .font-light, section.section-style .font-light:link, section.section-style .font-light:visited {
  color: rgb(143, 143, 143);
}
section.section-style .font-dark, section.section-style .font-dark:link, section.section-style .font-dark:visited {
  color: rgb(53, 53, 53);
}
section.section-style .font-red, section.section-style .font-red:link, section.section-style .font-red:visited {
  color: rgb(245, 33, 32);
}
section.section-style .font-blue, section.section-style .font-blue:link, section.section-style .font-blue:visited {
  color: rgb(0, 103, 255);
}
section.section-style .font-white, section.section-style .font-white:link, section.section-style .font-white:visited {
  color: rgb(255, 255, 255);
}
section.section-style .remove-hover:hover, section.section-style .remove-hover:focus {
  text-decoration: none;
}
section.section-style .remove-margin {
  margin: 0px;
}
section.section-style .font-right {
  text-align: right;
}
section.section-style .font-left {
  text-align: left;
}
section.section-style .font-center {
  text-align: center;
}
section.section-style .content-inline {
  display: inline;
}
section.section-style p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  color: rgb(53, 53, 53);
}
section.section-style b,
section.section-style p b{
  font-weight:400;
}
section.section-style hr{
  margin:5px 0px;
  border:none;
  border-bottom:1px solid rgba(0, 0, 0, 0.14);
}
section.section-style hr.transparent{
  margin:10px 0px;
  border:none;
}
section.section-style a,
section.section-style a:link,
section.section-style a:visited {
  color: rgb(245, 33, 32);
}
section.section-style h6,
section.section-style h5,
section.section-style h4,
section.section-style h3,
section.section-style h2,
section.section-style h1{
  margin:0px;
  margin-bottom:3px;
  padding:0px;
  font-weight:400;
}
section.section-style h1{
  font-size:28px;
  line-height:32px;
}
section.section-style h2{
  font-size:24px;
  line-height:28px;
}
section.section-style h3{
  font-size:20px;
  line-height:24px;
}
section.section-style h4{
  font-size:18px;
  line-height:22px;
}
section.section-style h5{
  font-size:16px;
  line-height:20px;
}
section.section-style h6{
  font-size:14px;
  line-height:18px;
}
section.section-style h6.thin,
section.section-style h5.thin,
section.section-style h4.thin,
section.section-style h3.thin,
section.section-style h2.thin,
section.section-style h1.thin{
  font-weight:300;
}
section.section-style h6.bold,
section.section-style h5.bold,
section.section-style h4.bold,
section.section-style h3.bold,
section.section-style h2.bold,
section.section-style h1.bold{
  font-weight:500;
}
section.section-style h6.margin,
section.section-style h5.margin,
section.section-style h4.margin,
section.section-style h3.margin,
section.section-style h2.margin,
section.section-style h1.margin{
  margin-bottom:8px;
}
section.section-style h6.margin-lg,
section.section-style h5.margin-lg,
section.section-style h4.margin-lg,
section.section-style h3.margin-lg,
section.section-style h2.margin-lg,
section.section-style h1.margin-lg{
  margin-bottom:16px;
}
section.section-style table{
  margin:0px;
  padding:0px;
  width:100%;
}
section.section-style table tr th{
  font-weight:500;
}
section.section-style table tr td{
  padding:5px 0px;
}
section.section-style table.table-align-right tr th:last-child,
section.section-style table.table-align-right tr td:last-child{
  text-align:right;
}
section.section-style table.table-align-left tr th:first-child,
section.section-style table.table-align-left tr td:first-child{
  text-align:left;
}
section.section-style table.table-fixed{
  table-layout:fixed;
}
section.section-style label{
  font-weight:400;
}
section.section-style label i{
  font-style:normal;
  font-weight:300;
}
section.section-style input:not([type="radio"]):not([type="checkbox"]),
section.section-style select,
section.section-style textarea {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: black;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(143, 143, 143);
  border-radius: 0px;
  padding-left: 10px;
}
section.section-style input:focus:not([type="radio"])::not([type="checkbox"]),
section.section-style select:focus,
section.section-style textarea:focus{
  outline:0;
  border-color:rgb(245, 33, 32);
  box-shadow:0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 5px rgb(245, 33, 32);
}
section.section-style textarea{
  resize:none;
  min-height:150px;
}
section.section-style input.disabled,
section.section-style input.disabled:focus{
  background-color:transparent;
  border:1px solid rgba(0, 0, 0, 0.2);
}
section.section-style input.read-only,
section.section-style input.read-only:focus{
  background-color:transparent;
  border:1px solid rgba(0, 0, 0, 0.2);
}
section.section-style .style-input-icon{
  position:relative;
  width:100%;
  height:100%;
}
section.section-style .style-input-icon input:focus + i,
section.section-style .style-input-icon select:focus + i{
}
section.section-style .style-input-icon i.glyphicon,
section.section-style .style-input-icon i.fa{
  color:rgb(53, 53, 53);
  position: relative;
  top:0px;
  line-height:30px;
  font-size:16px;
  font-weight:400;
}
section.section-style .style-input-icon.icon-left i.glyphicon,
section.section-style .style-input-icon.icon-left i.fa {
  left: 8px;
}
section.section-style .style-input-icon.icon-left input {
  padding-left: 27px;
  background-color: white !important;
}
section.section-style .style-input-icon.icon-left select,
section.section-style .style-input-icon.icon-left textarea{
  padding-left:21px;
}
section.section-style .content-padding-xs,
section.section-style .content-padding-top-xs{
  padding-top:5px;
}
section.section-style .content-padding-xs,
section.section-style .content-padding-bottom-xs{
  padding-bottom:5px;
}
section.section-style .content-padding-sm,
section.section-style .content-padding-top-sm{
  padding-top:10px;
}
section.section-style .content-padding-sm,
section.section-style .content-padding-bottom-sm{
  padding-bottom:10px;
}
section.section-style .content-padding,
section.section-style .content-padding-top{
  padding-top:15px;
}
section.section-style .content-padding,
section.section-style .content-padding-bottom{
  padding-bottom:15px;
}
section.section-style .content-padding-lg,
section.section-style .content-padding-top-lg{
  padding-top:25px;
}
section.section-style .content-padding-lg,
section.section-style .content-padding-bottom-lg{
  padding-bottom:25px;
}
section.section-style .content-padding-xl,
section.section-style .content-padding-top-xl{
  padding-top:35px;
}
section.section-style .content-padding-xl,
section.section-style .content-padding-bottom-xl{
  padding-bottom:35px;
}
section.section-style .content-margin-xs,
section.section-style .content-margin-top-xs{
  margin-top:5px;
}
section.section-style .content-margin-xs,
section.section-style .content-margin-bottom-xs{
  margin-bottom:5px;
}
section.section-style .content-margin-sm,
section.section-style .content-margin-top-sm{
  margin-top:10px;
}
section.section-style .content-margin-sm,
section.section-style .content-margin-bottom-sm{
  margin-bottom:10px;
}
section.section-style .content-margin,
section.section-style .content-margin-top{
  margin-top:15px;
}
section.section-style .content-margin,
section.section-style .content-margin-bottom{
  margin-bottom:15px;
}
section.section-style .content-margin-lg,
section.section-style .content-margin-top-lg{
  margin-top:25px;
}
section.section-style .content-margin-lg,
section.section-style .content-margin-bottom-lg{
  margin-bottom:25px;
}
section.section-style .content-margin-xl,
section.section-style .content-margin-top-xl{
  margin-top:35px;
}
section.section-style .content-margin-xl,
section.section-style .content-margin-bottom-xl{
  margin-bottom:35px;
}
section.section-style .content-margin-xxl,
section.section-style .content-margin-top-xxl{
  margin-top:50px;
}
section.section-style .content-margin-xxl,
section.section-style .content-margin-bottom-xxl{
  margin-bottom:50px;
}
section ul.section-menu{
  display:table;
  width:100%;
  margin:0px;
  padding:0px;
  list-style-type:none;
}
section ul.section-menu li{
  display:table-cell;
  text-align:center;
  line-height:40px;
  padding:0px 15px;
  text-align:center;
}
section ul.section-menu li:first-child{
  width:40%;
}
section ul.section-menu li a,
section ul.section-menu li a:link,
section ul.section-menu li a:visited{
  color:rgb(143, 143, 143);
  text-decoration:none;
}
section ul.section-menu li.selected{
  background-color:rgb(245, 33, 32);
}
section ul.section-menu li.selected a,
section ul.section-menu li.selected a:link,
section ul.section-menu li.selected a:visited{
  color:rgb(255, 255, 255);
  font-weight:400;
}
section ul.member-menu{
  position:relative;
  z-index:5;
  margin:0px;
  padding:0px;
  list-style-type:none;
  background-color:rgb(255, 255, 255);
}
section ul.member-menu li a{
  position:relative;
}
section ul.member-menu li.active a:before{
  position:absolute;
  top:0px;
  right:15px;
  content:"\f0a9";
  font-family:"FontAwesome";
  font-weight:normal;
  font-style:normal;
}
section ul.member-menu li a,
section ul.member-menu li a:link,
section ul.member-menu li a:visited{
  display:block;
  position:relative;
  z-index:5;
  height:80px;
  line-height:80px;
  width:100%;
  padding-left:30px;
  font-size:14px;
  border-bottom:1px solid rgba(51, 51, 51, 0.3);
  color:rgb(51, 51, 51);
  text-decoration:none;
}
.flush-column{
  display:flex;
  flex-direction:column;
}
.flush-column-wrapper{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
}
section .content-success {
  background-color: rgba(190, 225, 82, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.14);
}
section .content-error {
  background-color: rgba(255, 190, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.14);
}
section .content-error h6 {
  line-height: 16px;
}
section .content-success i.fa,
section .content-error i.fa {
  margin-right: 5px;
}
.content-shadow {
  position: relative;
  z-index: 2;
  box-shadow: 0 6px 6px rgba(0,0,0,.1);
}
.content-shadow.shadow-top {
  z-index: 3;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#hamburger-menu {
  height: 34px;
  width: 44px;
  position: relative;
}
#hamburger-menu span {
  position: absolute;
  margin: 0px;
}
#hamburger-menu span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#hamburger-menu span:nth-child(2) {
top:9px }
#hamburger-menu span:nth-child(3) {
top:15px }
#hamburger-menu span:nth-child(4) {
top:15px }
#hamburger-menu span:nth-child(5) {
top:21px }
#hamburger-menu.hamburger-open span:nth-child(2) {
  width: 0px;
}
#hamburger-menu.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger-menu.hamburger-open span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger-menu.hamburger-open span:nth-child(5) {
  width: 0px;
}
.datetimepicker {
  font-family: "Roboto";
  font-weight: 300;
  background-color: rgb(255, 255, 255);
}
.datetimepicker {
  border-radius: 4px;
  box-shadow: none;
}
.datetimepicker .table-condensed > tbody > tr > th, .datetimepicker .table-condensed > tbody > tr > td {
}
.datetimepicker .table-condensed > thead > tr > th {
  border-radius: 4px;
  font-weight: 500;
}
.datetimepicker table tr td.day {
  padding: 12px;
}
.datetimepicker .datetimepicker-hours table tr td, .datetimepicker .datetimepicker-minutes table tr td {
  width: 100%;
  max-width: 280px;
  padding: 0px;
}
.datetimepicker .datetimepicker-hours table thead, .datetimepicker .datetimepicker-minutes table thead {
  display: none;
}
.datetimepicker .datetimepicker-hours table tr td legend, .datetimepicker .datetimepicker-minutes table tr td legend {
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.datetimepicker .datetimepicker-hours table tr td span, .datetimepicker .datetimepicker-minutes table tr td span {
  padding: 10px 7px;
  height: 100%;
  line-height: 100%;
  background: none;
  border-radius: 4px;
  text-shadow: none;
}
.datetimepicker .datetimepicker-hours table tr td span:hover, .datetimepicker .datetimepicker-minutes table tr td span:hover {
  background-color: rgb(231, 231, 231);
}
.datetimepicker .datetimepicker-hours table tr td span.active, .datetimepicker .datetimepicker-minutes table tr td span.active {
  background-color: rgb(250, 255, 189);
  text-shadow: none;
}
.datetimepicker .datetimepicker-hours table tr td span.active:hover, .datetimepicker .datetimepicker-minutes table tr td span.active:hover {
  background: none;
  background-color: rgb(231, 231, 231);
  color: rgb(51, 51, 51);
}
.datetimepicker table tr td.day, .datetimepicker table tr td span.month, .datetimepicker table tr td span.year {
  background: none;
  border-radius: 4px;
  text-shadow: none;
}
.datetimepicker table tr td.day.active, .datetimepicker table tr td span.active {
  background: none;
  background-color: rgb(250, 255, 189);
  color: rgb(51, 51, 51);
}
.datetimepicker table tr td.day.today {
  background: none;
  background-color: rgb(250, 255, 189);
  color: rgb(51, 51, 51);
}
.datetimepicker table tr td.day.today:hover, .datetimepicker table tr td.day.active:hover, .datetimepicker table tr td span.active:hover {
  background-color: rgb(231, 231, 231);
}
label {
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
label span {
  font-weight: 300;
}
input:not([type=radio]):not([type=checkbox]),select,textarea {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(210, 210, 210);
}
input:not([type=radio]):not([type=checkbox]):focus,select:focus,textarea:focus {
  outline: none;
  border-radius: 0px;
  border: 1px solid rgb(158, 154, 154);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 5px rgb(151, 149, 146);
}
textarea {
  height: auto;
  min-height: 100px;
  resize: vertical;
}
input[type=checkbox],input[type=radio] {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  position: relative !important;
}
input, input:focus, select, select:focus, textarea, textarea:focus {
  border-radius: 4px !important;
}
input[disabled=disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}
label.radio-inline, label.checkbox-inline {
  font-weight: 300;
}
.input-group {
  position: relative;
  width: 100%;
}
.input-group.input-icon i.fa {
  position: absolute;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  top: 0px;
}
.input-group.input-icon.icon-left i.fa {
  left: 0px;
}
.input-group.input-icon.icon-left input {
  padding-left: 30px;
}
.input-group.input-icon.icon-left select {
  padding-left: 27px;
}
.input-group.input-icon.icon-left textarea {
  padding-left: 26px;
}
.input-group.input-icon.icon-right i.fa {
  right: 0px;
}
.input-group.input-icon.icon-right input {
  padding-right: 30px;
}
.input-group.input-clearable input {
  padding-right: 30px;
}
.input-group.input-clearable a {
  position:absolute;
  top:0px;
  right:0px !important;
  height:30px;
  line-height:30px;
  width:30px;
  text-align:center;
  color:rgb(53, 53, 53);
}
.input-group.input-icon.icon-left input[disabled=disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}
.input-group.input-icon.icon-right input[disabled=disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}
.output-group {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgb(210, 210, 210);
}
.output-group p {
  min-height: 30px;
  line-height: 30px;
}
.output-group.output-icon i.fa {
  position: absolute;
  height: 30px;
  line-height: 30px;
  width: 10px;
  text-align: center;
  top: 0px;
}
.output-group.output-icon.icon-left p {
  padding-left: 20px;
}
.modal-content {
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}
.modal-header {
  padding-bottom: 0px;
  border: none;
}
.modal-footer {
  border: none;
}
.modal-open[style] {
  padding-right: 0px !important;
}
.background-color-00 {
  background-color: rgb(255, 255, 255);
}
.background-color-00-50 {
  background-color: rgba(255, 255, 255, .50);
}
.background-color-00-70 {
  background-color: rgba(255, 255, 255, .70);
}
.background-color-00-90 {
  background-color: rgba(255, 255, 255, .95);
}
.background-color-01, .background-color-02 {
  background-color: rgb(248, 248, 248);
}
.background-color-01-50 {
  background-color: rgba(248, 248, 248, .50);
}
.background-color-01-70 {
  background-color: rgba(248, 248, 248, .70);
}
.background-image-01 {
  position: relative;
  background: url(../images/background-image-01.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-02 {
  position: relative;
  background: url(../images/background-image-02.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-03 {
  position: relative;
  background: url(../images/background-image-03.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-04 {
  position: relative;
  background: url(../images/background-image-04.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-05 {
  position: relative;
  background: url(../images/background-image-05.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-06 {
  position: relative;
  background: url(../images/background-image-06.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-07 {
  position: relative;
  background: url(../images/background-image-07.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-08 {
  position: relative;
  background: url(../images/background-image-08.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-09 {
  position: relative;
  background: url(../images/background-image-09.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-10 {
  position: relative;
  background: url(../images/background-image-10.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-11 {
  position: relative;
  background: url(../images/background-image-11.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-12 {
  position: relative;
  background: url(../images/background-image-12.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-13 {
  position: relative;
  background: url(../images/background-image-13.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-14 {
  position: relative;
  background: url(../images/background-image-14.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-15 {
  position: relative;
  background: url(../images/background-image-15.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-16 {
  position: relative;
  background: url(../images/background-image-16.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-17 {
  position: relative;
  background: url(../images/background-image-17.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-18 {
  position: relative;
  background: url(../images/background-image-18.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-19 {
  position: relative;
  background: url(../images/background-image-19.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-20 {
  position: relative;
  background: url(../images/background-image-20.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-image-21 {
  position: relative;
  background: url(../images/background-image-21.jpeg)  no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.background-overlay:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -3px;
  opacity: .9;
  background-image: url(../images/overlay.svg);
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: bottom right;
  display: block;
  height: 100%;
  width: 100%;
}
.col-flush {
  display:flex;
  flex-direction:column;
}
.row-flush {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
}
.list-basic {
  margin: 0px !important;
  padding: 0px !important;
}
.list-remove-bullets {
  list-style-type: none;
}
.font-color-01, a.font-color-01, a.font-color-01:link, a.font-color-01:visited {
  color: rgb(51, 51, 51);
}
a.font-color-01:hover {
  color: rgb(101, 101, 101);
}
.line-height-plus-10 {
  line-height: 110% !important;
}
.line-height-plus-20 {
  line-height: 120% !important;
}
.line-height-plus-30 {
  line-height: 130% !important;
}
.line-height-plus-40 {
  line-height: 140% !important;
}
.line-height-plus-50 {
  line-height: 150% !important;
}
.line-height-plus-60 {
  line-height: 160% !important;
}
.line-height-plus-70 {
  line-height: 170% !important;
}
.line-height-plus-80 {
  line-height: 180% !important;
}
.line-height-plus-90 {
  line-height: 190% !important;
}
.line-height-plus-100 {
  line-height: 200% !important;
}
.font-size-plus-10 {
  font-size: 110% !important;
}
.font-size-plus-20 {
  font-size: 120% !important;
}
.font-size-plus-30 {
  font-size: 130% !important;
}
.font-size-plus-40 {
  font-size: 140% !important;
}
.font-size-plus-50 {
  font-size: 150% !important;
}
.font-size-plus-60 {
  font-size: 160% !important;
}
.font-size-plus-70 {
  font-size: 170% !important;
}
.font-size-plus-80 {
  font-size: 180% !important;
}
.font-size-plus-90 {
  font-size: 190% !important;
}
.font-size-plus-100 {
  font-size: 200% !important;
}
.font-size-minus-10 {
  font-size: 90% !important;
}
.font-size-minus-20 {
  font-size: 80% !important;
}
.font-size-minus-30 {
  font-size: 70% !important;
}
.font-size-minus-40 {
  font-size: 60% !important;
}
.font-size-minus-50 {
  font-size: 50% !important;
}
.font-size-minus-60 {
  font-size: 40% !important;
}
.font-size-minus-70 {
  font-size: 30% !important;
}
.font-size-minus-80 {
  font-size: 20% !important;
}
.font-size-minus-90 {
  font-size: 10% !important;
}
.font-size-minus-100 {
  font-size: 0% !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-right {
  text-align: right;
}
.font-center {
  text-align: center;
}
.font-left {
  text-align: left;
}
.responsive-image {
  object-fit: cover;
  object-position: center !important;
  width: 100%;
}
.responsive-image.image-align-top {
  object-position: top !important;
}
.responsive-image.image-align-bottom {
  object-position: bottom !important;
}
.location-preview-image {
  max-width: 327px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.border-radius, .border-radius-bottom, .border-radius-bottom-left {
  border-bottom-left-radius: 4px;
}
.border-radius, .border-radius-bottom, .border-radius-bottom-right {
  border-bottom-right-radius: 4px;
}
.border-radius, .border-radius-top, .border-radius-top-left {
  border-top-left-radius: 4px;
}
.border-radius, .border-radius-top, .border-radius-top-right {
  border-top-right-radius: 4px;
}
.shadow-conflict {
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
.shadow, .shadow-dominant {
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
.shadow-dominant {
  z-index: 3;
}
.shadow-reverse {
  position: relative;
  z-index: 2;
  box-shadow: 0 -3px 6px rgba(0,0,0,.1);
}
.margin-0,.margin-top-0 {
  margin-top: 0px !important;
}
.margin-0,.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-5,.margin-top-5 {
  margin-top: 5px !important;
}
.margin-5,.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-10,.margin-top-10 {
  margin-top: 10px !important;
}
.margin-10,.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-15,.margin-top-15 {
  margin-top: 15px !important;
}
.margin-15,.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-25,.margin-top-25 {
  margin-top: 25px !important;
}
.margin-25,.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-30,.margin-top-30 {
  margin-top: 30px !important;
}
.margin-30,.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-35,.margin-top-35 {
  margin-top: 35px !important;
}
.margin-35,.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-50,.margin-top-50 {
  margin-top: 50px !important;
}
.margin-50,.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-75,.margin-top-75 {
  margin-top: 75px !important;
}
.margin-75,.margin-bottom-75 {
  margin-bottom: 75px !important;
}
.margin-100,.margin-top-100 {
  margin-top: 100px !important;
}
.margin-100,.margin-bottom-100 {
  margin-bottom: 100px !important;
}
.margin-150,.margin-top-150 {
  margin-top: 150px !important;
}
.margin-150,.margin-bottom-150 {
  margin-bottom: 150px !important;
}
.margin-200,.margin-top-200 {
  margin-top: 200px !important;
}
.margin-200,.margin-bottom-200 {
  margin-bottom: 200px !important;
}
.margin-250,.margin-top-250 {
  margin-top: 250px !important;
}
.margin-250,.margin-bottom-250 {
  margin-bottom: 250px !important;
}
.margin-300,.margin-top-300 {
  margin-top: 300px !important;
}
.margin-300,.margin-bottom-300 {
  margin-bottom: 300px !important;
}
.padding-0,.padding-top-0 {
  padding-top: 0px !important;
}
.padding-0,.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-5,.padding-top-5 {
  padding-top: 5px !important;
}
.padding-5,.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-10,.padding-top-10 {
  padding-top: 10px !important;
}
.padding-10,.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-15,.padding-top-15 {
  padding-top: 15px !important;
}
.padding-15,.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-25,.padding-top-25 {
  padding-top: 25px !important;
}
.padding-25,.padding-bottom-25 {
  padding-bottom: 25px !important;
}
.padding-30,.padding-top-30 {
  padding-top: 30px !important;
}
.padding-30,.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-35,.padding-top-35 {
  padding-top: 35px !important;
}
.padding-35,.padding-bottom-35 {
  padding-bottom: 35px !important;
}
.padding-50,.padding-top-50 {
  padding-top: 50px !important;
}
.padding-50,.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.padding-75,.padding-top-75 {
  padding-top: 75px !important;
}
.padding-75,.padding-bottom-75 {
  padding-bottom: 75px !important;
}
.padding-100,.padding-top-100 {
  padding-top: 100px !important;
}
.padding-100,.padding-bottom-100 {
  padding-bottom: 100px !important;
}
.padding-150,.padding-top-150 {
  padding-top: 150px !important;
}
.padding-150,.padding-bottom-150 {
  padding-bottom: 150px !important;
}
.padding-200,.padding-top-200 {
  padding-top: 200px !important;
}
.padding-200,.padding-bottom-200 {
  padding-bottom: 200px !important;
}
.padding-250,.padding-top-250 {
  padding-top: 250px !important;
}
.padding-250,.padding-bottom-250 {
  padding-bottom: 250px !important;
}
.padding-300,.padding-top-300 {
  padding-top: 300px !important;
}
.padding-300,.padding-bottom-300 {
  padding-bottom: 300px !important;
}
.margin-side-0,.margin-side-left-0 {
  margin-left: 0px !important;
}
.margin-side-0,.margin-side-right-0 {
  margin-right: 0px !important;
}
.margin-side-5,.margin-side-left-5 {
  margin-left: 5px !important;
}
.margin-side-5,.margin-side-right-5 {
  margin-right: 5px !important;
}
.margin-side-10,.margin-side-left-10 {
  margin-left: 10px !important;
}
.margin-side-10,.margin-side-right-10 {
  margin-right: 10px !important;
}
.margin-side-15,.margin-side-left-15 {
  margin-left: 15px !important;
}
.margin-side-15,.margin-side-right-15 {
  margin-right: 15px !important;
}
.margin-side-25,.margin-side-left-25 {
  margin-left: 25px !important;
}
.margin-side-25,.margin-side-right-25 {
  margin-right: 25px !important;
}
.margin-side-30,.margin-side-left-30 {
  margin-left: 30px !important;
}
.margin-side-30,.margin-side-right-30 {
  margin-right: 30px !important;
}
.margin-side-35,.margin-side-left-35 {
  margin-left: 35px !important;
}
.margin-side-35,.margin-side-right-35 {
  margin-right: 35px !important;
}
.margin-side-50,.margin-side-left-50 {
  margin-left: 50px !important;
}
.margin-side-50,.margin-side-right-50 {
  margin-right: 50px !important;
}
.margin-side-75,.margin-side-left-75 {
  margin-left: 75px !important;
}
.margin-side-75,.margin-side-right-75 {
  margin-right: 75px !important;
}
.margin-side-100,.margin-side-left-100 {
  margin-left: 100px !important;
}
.margin-side-100,.margin-side-right-100 {
  margin-right: 100px !important;
}
.margin-side-150,.margin-side-left-150 {
  margin-left: 150px !important;
}
.margin-side-150,.margin-side-right-150 {
  margin-right: 150px !important;
}
.margin-side-200,.margin-side-left-200 {
  margin-left: 200px !important;
}
.margin-side-200,.margin-side-right-200 {
  margin-right: 200px !important;
}
.margin-side-250,.margin-side-left-250 {
  margin-left: 250px !important;
}
.margin-side-250,.margin-side-right-250 {
  margin-right: 250px !important;
}
.margin-side-300,.margin-side-left-300 {
  margin-left: 300px !important;
}
.margin-side-300,.margin-side-right-300 {
  margin-right: 300px !important;
}
.padding-side-0,.padding-side-left-0 {
  padding-left: 0px !important;
}
.padding-side-0,.padding-side-right-0 {
  padding-right: 0px !important;
}
.padding-side-5,.padding-side-left-5 {
  padding-left: 5px !important;
}
.padding-side-5,.padding-side-right-5 {
  padding-right: 5px !important;
}
.padding-side-10,.padding-side-left-10 {
  padding-left: 10px !important;
}
.padding-side-10,.padding-side-right-10 {
  padding-right: 10px !important;
}
.padding-side-15,.padding-side-left-15 {
  padding-left: 15px !important;
}
.padding-side-15,.padding-side-right-15 {
  padding-right: 15px !important;
}
.padding-side-25,.padding-side-left-25 {
  padding-left: 25px !important;
}
.padding-side-25,.padding-side-right-25 {
  padding-right: 25px !important;
}
.padding-side-30,.padding-side-left-30 {
  padding-left: 30px !important;
}
.padding-side-30,.padding-side-right-30 {
  padding-right: 30px !important;
}
.padding-side-35,.padding-side-left-35 {
  padding-left: 35px !important;
}
.padding-side-35,.padding-side-right-35 {
  padding-right: 35px !important;
}
.padding-side-50,.padding-side-left-50 {
  padding-left: 50px !important;
}
.padding-side-50,.padding-side-right-50 {
  padding-right: 50px !important;
}
.padding-side-75,.padding-side-left-75 {
  padding-left: 75px !important;
}
.padding-side-75,.padding-side-right-75 {
  padding-right: 75px !important;
}
.padding-side-100,.padding-side-left-100 {
  padding-left: 100px !important;
}
.padding-side-100,.padding-side-right-100 {
  padding-right: 100px !important;
}
.padding-side-150,.padding-side-left-150 {
  padding-left: 150px !important;
}
.padding-side-150,.padding-side-right-150 {
  padding-right: 150px !important;
}
.padding-side-200,.padding-side-left-200 {
  padding-left: 200px !important;
}
.padding-side-200,.padding-side-right-200 {
  padding-right: 200px !important;
}
.padding-side-250,.padding-side-left-250 {
  padding-left: 250px !important;
}
.padding-side-250,.padding-side-right-250 {
  padding-right: 250px !important;
}
.padding-side-300,.padding-side-left-300 {
  padding-left: 300px !important;
}
.padding-side-300,.padding-side-right-300 {
  padding-right: 300px !important;
}
.error-message,.warning-message,.success-message,.info-message {
  border-radius: 4px;
}
.error-message hr,.warning-message hr,.success-message hr,.info-message hr {
  border-color: inherit;
}
.error-message i.fa,.warning-message i.fa,.success-message i.fa,.info-message i.fa {
  margin-right: 5px;
}
.error-message h1,h2,h3,h4,h5,h6,.warning-message h1,h2,h3,h4,h5,h6,.success-message h1,h2,h3,h4,h5,h6,.info-message h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}
.error-message p,.warning-message p,.success-message p,.info-message p {
  font-weight: 300;
  margin-bottom: 5px;
}
.error-message   {
  background-color: rgb(242, 222, 222);
  border: 1px solid rgb(235, 204, 209);
}
.warning-message {
  background-color: rgb(250, 255, 189);
  border: 1px solid rgb(250, 235, 204);
}
.success-message {
  background-color: rgb(223, 240, 216);
  border: 1px solid rgb(214, 233, 198);
}
.info-message    {
  background-color: rgb(217, 237, 247);
  border: 1px solid rgb(188, 232, 241);
}
.button-group .button {
  margin: 0px 15px;
}
.button-group .button:first-child {
  margin: 0px;
}
.button-group .button:last-child {
  margin-right: 0px;
}
.button, a.button, a.button:link, a.button:visited {
  display: inline-block;
  border: none;
  outline: none;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 100%;
  font-weight: 400;
  background-color: rgb(231, 231, 231);
  text-decoration: none;
  color: rgb(51, 51, 51);
}
.button:hover, .button:focus, .button:active, a.button:hover{
  border: none;
  outline: none;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background-color: rgb(248, 248, 248);
}
.button-sub, a.button-sub, a.button-sub:link, a.button-sub:visited {
  background-color: rgb(0,0,0);
  color: rgb(255,255,255);
}
.button-sub:hover, a.button-sub:hover {
  background-color: rgb(84, 84, 84);
}
.button-small, .button-small:hover, .button-small:focus {
  width: 150px !important;
}
.button-narrow, .button-narrow:hover, .button-narrow:focus {
  height: 35px !important;
  line-height: 35px !important;
}
.button-disabled {
  background-color: rgb(231, 231, 231) !important;
  color: rgb(51, 51, 51) !important;
}
.button-disabled:hover {
  cursor: not-allowed;
  background-color: rgb(231, 231, 231) !important;
  color: rgb(51, 51, 51) !important;
}
h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
h2, h3, h4, h5, h6, p, ul, hr {
  margin: 0px;
  padding: 0px;
}
b, strong {
  font-weight: 500;
}
.header-inline {
  display: inline-block;
  vertical-align: baseline;
}
.font-inline {
  display: inline-block;
  vertical-align: baseline;
}
.element-inline {
  display: inline-block;
  vertical-align: baseline;
}
.transition {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.reservation-component-menu {
  display: table;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.reservation-component-menu li {
  display: table-cell;
}
.reservation-component-menu li a, .reservation-component-menu li a:link, .reservation-component-menu li a:visited, .reservation-component-menu li a:focus, .reservation-component-menu li a:active {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgb(51, 51, 51);
  font-weight: 300;
  text-decoration: none;
  background-color: rgb(231, 231, 231);
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
.reservation-component-menu li a:hover {
  background-color: rgb(246, 246, 246);
}
.reservation-component-menu li.active a, .reservation-component-menu li.active a:link, .reservation-component-menu li.active a:visited, .reservation-component-menu li.active a:focus {
  background-color: transparent;
  box-shadow: none;
  pointer-events: none;
}
.reservation-component-menu li.active a:hover {
  background-color: rgb(255, 255, 255);
}
.renter-menu li a, .renter-menu li a:link, .renter-menu li a:visited {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border: 1px solid rgb(210, 210, 210);
  color: rgb(51, 51, 51);
  font-size: 22px;
  border-radius: 4px;
}
.renter-menu li a, .renter-menu li a:link, .renter-menu li a:visited {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.renter-menu li.active a {
  background-color: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}
.renter-menu li a.disabled {
  pointer-events: none;
}
.renter-menu li a.disabled:before {
  content: "\f023";
  position: absolute;
  bottom: 3px;
  right: 5px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  line-height: 14px;
  font-size: 14px;
}
.renter-menu li a.completed:before {
  content: "\f00c";
  position: absolute;
  bottom: 3px;
  right: 5px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  line-height: 14px;
  font-size: 14px;
}
.registration-menu li a, .registration-menu li a:link, .registration-menu li a:visited {
  color: rgb(210, 210, 210);
}
.registration-menu li a.disabled, .registration-menu li a.disabled:link, .registration-menu li a.disabled:visited {
  pointer-events: none;
}
.registration-menu li.active a, .registration-menu li.active a:link, .registration-menu li.active a:visited {
  color: rgb(51, 51, 51);
}
.reservation-image {
  position: relative;
  padding: 3px;
  border: 1px solid rgb(165, 165, 165);
}
.reservation-image span {
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, .2);
  color: rgb(255, 255, 255);
  width: calc(100% - 6px);
  bottom: 3px;
  left: 3px;
  padding: 15px;
}
.reservation-image span p {
  font-weight: 400;
  font-size: 15px;
}
.reservation-image:hover > span {
  background-color: rgba(0, 0, 0, .6);
}
ul.pricing-list, ul.pricing-list ul {
  list-style-type: none;
}
ul.pricing-list li span {
  float: right;
}
ul.pricing-list > li:last-child  {
  border-top: 1px dotted rgb(51, 51, 51);
  margin-top: 2px;
  padding-top: 1px;
}
ul.vehicle-list li {
  padding: 0px;
  margin: 0px;
  margin-right: 5px;
}
ul.vehicle-list li a, ul.vehicle-list li a:link, ul.vehicle-list li a:visited {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: rgb(160, 160, 160);
}
ul.vehicle-list li a > span {
  display: inline-block;
  height: 0px;
  width: 0px;
  overflow: hidden;
}
ul.vehicle-list li.active a, ul.vehicle-list li.active a:link, ul.vehicle-list li.active a:visited {
  color: rgb(51, 51, 51);
}
ul.vehicle-list li.active a > span {
  height: auto;
  width: auto;
  overflow: visible;
}
table.features-table tr td i {
  display: inline-block;
  height: auto;
  width: 20px;
  text-align: center;
}
table.features-table tr td:first-child i {
}
table.features-table tr td:last-child i {
}
.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-menu {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(210, 210, 210);
  z-index:9999;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.ui-menu li b {
  line-height: 20px;
  font-weight: 500;
}
.ui-menu li i {
  padding-right: 5px;
  font-size: 18px;
}
.ui-menu .ui-menu-item a, .ui-menu .ui-menu-item a:link, .ui-menu .ui-menu-item a:visited {
  color: rgb(53, 53, 53);
  display: block;
  padding: 10px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.ui-menu .ui-menu-item a:hover {
  background-color: rgb(250, 255, 189) !important;
  text-decoration: none;
  cursor: pointer;
}
.location-card {
  height: 100%;
}
.toggle-menu li {
  display: inline;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.toggle-menu li.active {
  display: inline !important;
  visibility: visible;
  opacity: 1;
}
table {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
table tr th {
  font-weight: 500;
}
table tr td {
  padding: 5px 0px;
}
table.table-fixed {
  table-layout: fixed;
}
table.table-align-right tr th:last-child, table.table-align-right tr td:last-child {
  text-align: right;
}
table.table-align-left tr th:first-child, table.table-align-left tr td:first-child {
  text-align: left;
}


header nav .container-fluid {
  height: 100%;
}
header nav .navbar-header {
  padding-top: 10px;
  height: 100%;
  padding-left: 10px;
  padding-bottom: 10px;

}
header .brand-logo {
  max-width:200px;
  min-width:150px;
  max-height: 50px;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;

}

header .navbar-default .navbar-nav .dropdown-menu {
  margin-top: 1px;
}
header .navbar-default .navbar-nav > .open>a:hover {
  background-color:rgb(255,255,255);
}
header .navbar-default .navbar-nav > .open>a {
  background-color:rgb(255,255,255);
}
#vantiv-payment-iframe {
  height: 250px;
}

.date-of-birth div{
  padding-left: 0px;
}

.date-of-birth div:last-child {
  padding-right: 0px;
}

/** desktop **/
@media (min-width: 768px) {
  .social-media-icons {
    position: fixed;
    top: 300px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
  }

  /* Style the icon bar links */
  .social-media-icons a {
    position: relative;
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;    
  }

  /* Style the social media icons with color, if you want */
  .social-media-icons a:hover {
    background-color: #000;
  }

  .social-media-icons .fa {
    color: white;
  }
  .social-media-icons .facebook {
    background: #1877f2;
  }

  .social-media-icons .twitter {
    background: #1da1f2;
  }

  .social-media-icons .linkedin {
    background: #007bb5;
  }
  .social-media-icons .instagram {
    background: #c32aa3;
  }
  .social-media-icons .youtube {
    background: #ff0000;
  }
  header nav .navbar-header {
    padding-left: 0px;
  }
  header .navbar-default {
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    height: 71px;
  }
  header .top-nav-collapse {
    padding-top: 0px;
  }
  header .navbar .navbar-nav {
    float: none;
    font-weight: 400;
    font-size: 12px;
  }
  header .navbar .navbar-center {
    position: absolute;
    padding-top: 20px;
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    transform: translatex(-50%);
    display: inline-table;
  }
  header .navbar .navbar-right li {
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    visibility: visible;
    color: rgb(119, 119, 119);
  }
  header .navbar .navbar-right-top {
    position: absolute;
    font-size: 18px !important;
    top: 15px;
    right: 15px;
    opacity: 1;
    visibility: visible;
  }
  header .navbar .navbar-right-top.lowered {
    opacity: 0;
    visibility: hidden;
  }
  header .navbar .navbar-right-top li a {
    margin: 0px;
    padding: 0px;
    line-height: 12px;
  }
  header .navbar .navbar-right-top li a:hover {
    text-decoration: underline;
  }
  header .navbar .navbar-right-top li a:focus {
    outline: none;
  }
  header .navbar .navbar-right-bottom {
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    visibility: visible;
  }
  header .navbar .navbar-right-bottom li a {
    margin: 0px;
    padding: 0px;
    line-height: 12px;
  }
  header .navbar .navbar-right-bottom li a:hover {
    text-decoration: underline;
  }
  header .navbar .navbar-right-bottom li a:focus {
    outline: none;
  }
  header .navbar .navbar-right-bottom li:first-child {
    padding-right: 10px;
  }
  header .navbar .navbar-right-bottom li:not(:first-child) {
    padding-left: 10px;
    border-left: 1px solid rgb(119, 119, 119);
  }
  header .navbar .navbar-collapse {
    text-align: center;
  }
  header .navbar .active a, header .navbar .active > a:link, header .navbar .active a:visited, header .navbar .active a:hover {
    position: relative;
    background-color: transparent !important;
  }
  header .navbar .active a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
  header .navbar-nav > li > .dropdown-menu {
    border-radius: 0px;
    box-shadow: none;
    background-color: rgb(255,255,255);
    border: none;
    font-size: 16px;
  }
  header .navbar-nav > li > .dropdown-menu > li > a {
    padding: 12px 50px 12px 15px;
    font-weight: 300;
  }
  header .dropdown-menu {
    opacity: 0;
    display: block;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  header .open .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity:1;
  }
  #cenpos-payment-iframe {
    height: 540px;
  }
}
/** mobile **/
@media (max-width: 768px) {

  section:last-of-type  {
    padding-bottom: 123px;
  }
  header .navbar-default {
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
  }
  header .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  header .navbar .navbar-nav {
    float: none;
    font-weight: 400;
    font-size: 13px !important;
  }
  .input-group.input-icon.icon-left select {
    padding-left: 23px;
  }

  header .navbar .navbar-right-top {
    position: absolute;
    font-size: 14px !important;
    top: 15px;
    right: 15px;
    opacity: 1;
    visibility: visible;
  }
  #cenpos-payment-iframe {
    height: 560px;
  }

}
/** lg (devices 1200px + only) **/
@media (min-width: 1200px) {

  header .navbar .navbar-nav {
    float: none;
    font-weight: 400;
    font-size: 18px;
  }

  #promoSlides {
    min-width: 535px !important;
  }


  .component-size {
    max-width: 550px;
  }
  .pull-right-lg {
    float: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .font-right-lg {
    text-align: right;
  }
  .font-center-lg {
    text-align: center;
  }
  .font-left-lg {
    text-align: left;
  }
  .margin-0-lg,.margin-top-0-lg {
    margin-top: 0px !important;
  }
  .margin-0-lg,.margin-bottom-0-lg {
    margin-bottom: 0px !important;
  }
  .margin-5-lg,.margin-top-5-lg {
    margin-top: 5px !important;
  }
  .margin-5-lg,.margin-bottom-5-lg {
    margin-bottom: 5px !important;
  }
  .margin-10-lg,.margin-top-10-lg {
    margin-top: 10px !important;
  }
  .margin-10-lg,.margin-bottom-10-lg {
    margin-bottom: 10px !important;
  }
  .margin-15-lg,.margin-top-15-lg {
    margin-top: 15px !important;
  }
  .margin-15-lg,.margin-bottom-15-lg {
    margin-bottom: 15px !important;
  }
  .margin-25-lg,.margin-top-25-lg {
    margin-top: 25px !important;
  }
  .margin-25-lg,.margin-bottom-25-lg {
    margin-bottom: 25px !important;
  }
  .margin-30-lg,.margin-top-30-lg {
    margin-top: 30px !important;
  }
  .margin-30-lg,.margin-bottom-30-lg {
    margin-bottom: 30px !important;
  }
  .margin-35-lg,.margin-top-35-lg {
    margin-top: 35px !important;
  }
  .margin-35-lg,.margin-bottom-35-lg {
    margin-bottom: 35px !important;
  }
  .margin-50-lg,.margin-top-50-lg {
    margin-top: 50px !important;
  }
  .margin-50-lg,.margin-bottom-50-lg {
    margin-bottom: 50px !important;
  }
  .margin-75-lg,.margin-top-75-lg {
    margin-top: 75px !important;
  }
  .margin-75-lg,.margin-bottom-75-lg {
    margin-bottom: 75px !important;
  }
  .margin-100-lg,.margin-top-100-lg {
    margin-top: 100px !important;
  }
  .margin-100-lg,.margin-bottom-100-lg {
    margin-bottom: 100px !important;
  }
  .margin-150-lg,.margin-top-150-lg {
    margin-top: 150px !important;
  }
  .margin-150-lg,.margin-bottom-150-lg {
    margin-bottom: 150px !important;
  }
  .margin-200-lg,.margin-top-200-lg {
    margin-top: 200px !important;
  }
  .margin-200-lg,.margin-bottom-200-lg {
    margin-bottom: 200px !important;
  }
  .margin-250-lg,.margin-top-250-lg {
    margin-top: 250px !important;
  }
  .margin-250-lg,.margin-bottom-250-lg {
    margin-bottom: 250px !important;
  }
  .margin-300-lg,.margin-top-300-lg {
    margin-top: 300px !important;
  }
  .margin-300-lg,.margin-bottom-300-lg {
    margin-bottom: 300px !important;
  }
  .padding-0-lg,.padding-top-0-lg {
    padding-top: 0px !important;
  }
  .padding-0-lg,.padding-bottom-0-lg {
    padding-bottom: 0px !important;
  }
  .padding-5-lg,.padding-top-5-lg {
    padding-top: 5px !important;
  }
  .padding-5-lg,.padding-bottom-5-lg {
    padding-bottom: 5px !important;
  }
  .padding-10-lg,.padding-top-10-lg {
    padding-top: 10px !important;
  }
  .padding-10-lg,.padding-bottom-10-lg {
    padding-bottom: 10px !important;
  }
  .padding-15-lg,.padding-top-15-lg {
    padding-top: 15px !important;
  }
  .padding-15-lg,.padding-bottom-15-lg {
    padding-bottom: 15px !important;
  }
  .padding-25-lg,.padding-top-25-lg {
    padding-top: 25px !important;
  }
  .padding-25-lg,.padding-bottom-25-lg {
    padding-bottom: 25px !important;
  }
  .padding-30-lg,.padding-top-30-lg {
    padding-top: 30px !important;
  }
  .padding-30-lg,.padding-bottom-30-lg {
    padding-bottom: 30px !important;
  }
  .padding-35-lg,.padding-top-35-lg {
    padding-top: 35px !important;
  }
  .padding-35-lg,.padding-bottom-35-lg {
    padding-bottom: 35px !important;
  }
  .padding-50-lg,.padding-top-50-lg {
    padding-top: 50px !important;
  }
  .padding-50-lg,.padding-bottom-50-lg {
    padding-bottom: 50px !important;
  }
  .padding-75-lg,.padding-top-75-lg {
    padding-top: 75px !important;
  }
  .padding-75-lg,.padding-bottom-75-lg {
    padding-bottom: 75px !important;
  }
  .padding-100-lg,.padding-top-100-lg {
    padding-top: 100px !important;
  }
  .padding-100-lg,.padding-bottom-100-lg {
    padding-bottom: 100px !important;
  }
  .padding-150-lg,.padding-top-150-lg {
    padding-top: 150px !important;
  }
  .padding-150-lg,.padding-bottom-150-lg {
    padding-bottom: 150px !important;
  }
  .padding-200-lg,.padding-top-200-lg {
    padding-top: 200px !important;
  }
  .padding-200-lg,.padding-bottom-200-lg {
    padding-bottom: 200px !important;
  }
  .padding-250-lg,.padding-top-250-lg {
    padding-top: 250px !important;
  }
  .padding-250-lg,.padding-bottom-250-lg {
    padding-bottom: 250px !important;
  }
  .padding-300-lg,.padding-top-300-lg {
    padding-top: 300px !important;
  }
  .padding-300-lg,.padding-bottom-300-lg {
    padding-bottom: 300px !important;
  }
}
/** md (devices 992px - 1200px only) **/
@media (min-width: 992px) and (max-width: 1199px) {


  header .navbar .active a:before {
    bottom: -11px;
  }

  header .navbar .navbar-nav {
    float: none;
    font-weight: 400;
    font-size: 18px;
  }

  .nav li a {
    padding: 10px;
    }

  .pull-right-md {
    float: right;
  }
  .text-center-md {
    text-align: center;
  }
  .font-right-md {
    text-align: right;
  }
  .font-center-md {
    text-align: center;
  }
  .font-left-md {
    text-align: left;
  }
  .margin-0-md,.margin-top-0-md {
    margin-top: 0px !important;
  }
  .margin-0-md,.margin-bottom-0-md {
    margin-bottom: 0px !important;
  }
  .margin-5-md,.margin-top-5-md {
    margin-top: 5px !important;
  }
  .margin-5-md,.margin-bottom-5-md {
    margin-bottom: 5px !important;
  }
  .margin-10-md,.margin-top-10-md {
    margin-top: 10px !important;
  }
  .margin-10-md,.margin-bottom-10-md {
    margin-bottom: 10px !important;
  }
  .margin-15-md,.margin-top-15-md {
    margin-top: 15px !important;
  }
  .margin-15-md,.margin-bottom-15-md {
    margin-bottom: 15px !important;
  }
  .margin-25-md,.margin-top-25-md {
    margin-top: 25px !important;
  }
  .margin-25-md,.margin-bottom-25-md {
    margin-bottom: 25px !important;
  }
  .margin-30-md,.margin-top-30-md {
    margin-top: 30px !important;
  }
  .margin-30-md,.margin-bottom-30-md {
    margin-bottom: 30px !important;
  }
  .margin-35-md,.margin-top-35-md {
    margin-top: 35px !important;
  }
  .margin-35-md,.margin-bottom-35-md {
    margin-bottom: 35px !important;
  }
  .margin-50-md,.margin-top-50-md {
    margin-top: 50px !important;
  }
  .margin-50-md,.margin-bottom-50-md {
    margin-bottom: 50px !important;
  }
  .margin-75-md,.margin-top-75-md {
    margin-top: 75px !important;
  }
  .margin-75-md,.margin-bottom-75-md {
    margin-bottom: 75px !important;
  }
  .margin-100-md,.margin-top-100-md {
    margin-top: 100px !important;
  }
  .margin-100-md,.margin-bottom-100-md {
    margin-bottom: 100px !important;
  }
  .margin-150-md,.margin-top-150-md {
    margin-top: 150px !important;
  }
  .margin-150-md,.margin-bottom-150-md {
    margin-bottom: 150px !important;
  }
  .margin-200-md,.margin-top-200-md {
    margin-top: 200px !important;
  }
  .margin-200-md,.margin-bottom-200-md {
    margin-bottom: 200px !important;
  }
  .margin-250-md,.margin-top-250-md {
    margin-top: 250px !important;
  }
  .margin-250-md,.margin-bottom-250-md {
    margin-bottom: 250px !important;
  }
  .margin-300-md,.margin-top-300-md {
    margin-top: 300px !important;
  }
  .margin-300-md,.margin-bottom-300-md {
    margin-bottom: 300px !important;
  }
  .padding-0-md,.padding-top-0-md {
    padding-top: 0px !important;
  }
  .padding-0-md,.padding-bottom-0-md {
    padding-bottom: 0px !important;
  }
  .padding-5-md,.padding-top-5-md {
    padding-top: 5px !important;
  }
  .padding-5-md,.padding-bottom-5-md {
    padding-bottom: 5px !important;
  }
  .padding-10-md,.padding-top-10-md {
    padding-top: 10px !important;
  }
  .padding-10-md,.padding-bottom-10-md {
    padding-bottom: 10px !important;
  }
  .padding-15-md,.padding-top-15-md {
    padding-top: 15px !important;
  }
  .padding-15-md,.padding-bottom-15-md {
    padding-bottom: 15px !important;
  }
  .padding-25-md,.padding-top-25-md {
    padding-top: 25px !important;
  }
  .padding-25-md,.padding-bottom-25-md {
    padding-bottom: 25px !important;
  }
  .padding-30-md,.padding-top-30-md {
    padding-top: 30px !important;
  }
  .padding-30-md,.padding-bottom-30-md {
    padding-bottom: 30px !important;
  }
  .padding-35-md,.padding-top-35-md {
    padding-top: 35px !important;
  }
  .padding-35-md,.padding-bottom-35-md {
    padding-bottom: 35px !important;
  }
  .padding-50-md,.padding-top-50-md {
    padding-top: 50px !important;
  }
  .padding-50-md,.padding-bottom-50-md {
    padding-bottom: 50px !important;
  }
  .padding-75-md,.padding-top-75-md {
    padding-top: 75px !important;
  }
  .padding-75-md,.padding-bottom-75-md {
    padding-bottom: 75px !important;
  }
  .padding-100-md,.padding-top-100-md {
    padding-top: 100px !important;
  }
  .padding-100-md,.padding-bottom-100-md {
    padding-bottom: 100px !important;
  }
  .padding-150-md,.padding-top-150-md {
    padding-top: 150px !important;
  }
  .padding-150-md,.padding-bottom-150-md {
    padding-bottom: 150px !important;
  }
  .padding-200-md,.padding-top-200-md {
    padding-top: 200px !important;
  }
  .padding-200-md,.padding-bottom-200-md {
    padding-bottom: 200px !important;
  }
  .padding-250-md,.padding-top-250-md {
    padding-top: 250px !important;
  }
  .padding-250-md,.padding-bottom-250-md {
    padding-bottom: 250px !important;
  }
  .padding-300-md,.padding-top-300-md {
    padding-top: 300px !important;
  }
  .padding-300-md,.padding-bottom-300-md {
    padding-bottom: 300px !important;
  }
}
/** sm (devices 768px - 992px only) **/
@media (min-width: 768px) and (max-width: 991px) {

  header .navbar .navbar-center {
    padding-top: 26px;
  }
  header .navbar .active a:before {
    bottom: -11px;
  }

  header .brand-logo {
    max-width:150px;
    min-width:115px;
    max-height: 40px;
  }

  header .navbar .navbar-nav {
    float: none;
    font-weight: 400;
    font-size: 15px!important;
  }

  .nav li a {
    padding: 7px;
    }

  #promoSlides {
    width: 100% !important;
    height: auto !important;
    min-height: 0px;
  }


  .pull-right-sm {
    float: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .font-right-sm {
    text-align: right;
  }
  .font-center-sm {
    text-align: center;
  }
  .font-left-sm {
    text-align: left;
  }
  .margin-0-sm,.margin-top-0-sm {
    margin-top: 0px !important;
  }
  .margin-0-sm,.margin-bottom-0-sm {
    margin-bottom: 0px !important;
  }
  .margin-5-sm,.margin-top-5-sm {
    margin-top: 5px !important;
  }
  .margin-5-sm,.margin-bottom-5-sm {
    margin-bottom: 5px !important;
  }
  .margin-10-sm,.margin-top-10-sm {
    margin-top: 10px !important;
  }
  .margin-10-sm,.margin-bottom-10-sm {
    margin-bottom: 10px !important;
  }
  .margin-15-sm,.margin-top-15-sm {
    margin-top: 15px !important;
  }
  .margin-15-sm,.margin-bottom-15-sm {
    margin-bottom: 15px !important;
  }
  .margin-25-sm,.margin-top-25-sm {
    margin-top: 25px !important;
  }
  .margin-25-sm,.margin-bottom-25-sm {
    margin-bottom: 25px !important;
  }
  .margin-30-sm,.margin-top-30-sm {
    margin-top: 30px !important;
  }
  .margin-30-sm,.margin-bottom-30-sm {
    margin-bottom: 30px !important;
  }
  .margin-35-sm,.margin-top-35-sm {
    margin-top: 35px !important;
  }
  .margin-35-sm,.margin-bottom-35-sm {
    margin-bottom: 35px !important;
  }
  .margin-50-sm,.margin-top-50-sm {
    margin-top: 50px !important;
  }
  .margin-50-sm,.margin-bottom-50-sm {
    margin-bottom: 50px !important;
  }
  .margin-75-sm,.margin-top-75-sm {
    margin-top: 75px !important;
  }
  .margin-75-sm,.margin-bottom-75-sm {
    margin-bottom: 75px !important;
  }
  .margin-100-sm,.margin-top-100-sm {
    margin-top: 100px !important;
  }
  .margin-100-sm,.margin-bottom-100-sm {
    margin-bottom: 100px !important;
  }
  .margin-150-sm,.margin-top-150-sm {
    margin-top: 150px !important;
  }
  .margin-150-sm,.margin-bottom-150-sm {
    margin-bottom: 150px !important;
  }
  .margin-200-sm,.margin-top-200-sm {
    margin-top: 200px !important;
  }
  .margin-200-sm,.margin-bottom-200-sm {
    margin-bottom: 200px !important;
  }
  .margin-250-sm,.margin-top-250-sm {
    margin-top: 250px !important;
  }
  .margin-250-sm,.margin-bottom-250-sm {
    margin-bottom: 250px !important;
  }
  .margin-300-sm,.margin-top-300-sm {
    margin-top: 300px !important;
  }
  .margin-300-sm,.margin-bottom-300-sm {
    margin-bottom: 300px !important;
  }
  .padding-0-sm,.padding-top-0-sm {
    padding-top: 0px !important;
  }
  .padding-0-sm,.padding-bottom-0-sm {
    padding-bottom: 0px !important;
  }
  .padding-5-sm,.padding-top-5-sm {
    padding-top: 5px !important;
  }
  .padding-5-sm,.padding-bottom-5-sm {
    padding-bottom: 5px !important;
  }
  .padding-10-sm,.padding-top-10-sm {
    padding-top: 10px !important;
  }
  .padding-10-sm,.padding-bottom-10-sm {
    padding-bottom: 10px !important;
  }
  .padding-15-sm,.padding-top-15-sm {
    padding-top: 15px !important;
  }
  .padding-15-sm,.padding-bottom-15-sm {
    padding-bottom: 15px !important;
  }
  .padding-25-sm,.padding-top-25-sm {
    padding-top: 25px !important;
  }
  .padding-25-sm,.padding-bottom-25-sm {
    padding-bottom: 25px !important;
  }
  .padding-30-sm,.padding-top-30-sm {
    padding-top: 30px !important;
  }
  .padding-30-sm,.padding-bottom-30-sm {
    padding-bottom: 30px !important;
  }
  .padding-35-sm,.padding-top-35-sm {
    padding-top: 35px !important;
  }
  .padding-35-sm,.padding-bottom-35-sm {
    padding-bottom: 35px !important;
  }
  .padding-50-sm,.padding-top-50-sm {
    padding-top: 50px !important;
  }
  .padding-50-sm,.padding-bottom-50-sm {
    padding-bottom: 50px !important;
  }
  .padding-75-sm,.padding-top-75-sm {
    padding-top: 75px !important;
  }
  .padding-75-sm,.padding-bottom-75-sm {
    padding-bottom: 75px !important;
  }
  .padding-100-sm,.padding-top-100-sm {
    padding-top: 100px !important;
  }
  .padding-100-sm,.padding-bottom-100-sm {
    padding-bottom: 100px !important;
  }
  .padding-150-sm,.padding-top-150-sm {
    padding-top: 150px !important;
  }
  .padding-150-sm,.padding-bottom-150-sm {
    padding-bottom: 150px !important;
  }
  .padding-200-sm,.padding-top-200-sm {
    padding-top: 200px !important;
  }
  .padding-200-sm,.padding-bottom-200-sm {
    padding-bottom: 200px !important;
  }
  .padding-250-sm,.padding-top-250-sm {
    padding-top: 250px !important;
  }
  .padding-250-sm,.padding-bottom-250-sm {
    padding-bottom: 250px !important;
  }
  .padding-300-sm,.padding-top-300-sm {
    padding-top: 300px !important;
  }
  .padding-300-sm,.padding-bottom-300-sm {
    padding-bottom: 300px !important;
  }
}
/** xs (devices 768px - only)  **/
@media (max-width: 768px) {
  .social-media-icons {
    visibility: hidden;
  }
  header .brand-logo {
    position:relative;
    display: block;
    margin: auto;
  }

  .pull-right-xs {
    float: right;
  }
  .text-center-xs {
    text-align: center;
  }
  .font-right-xs {
    text-align: right;
  }
  .font-center-xs {
    text-align: center;
  }
  .font-left-xs {
    text-align: left;
  }
  .margin-0-xs,.margin-top-0-xs {
    margin-top: 0px !important;
  }
  .margin-0-xs,.margin-bottom-0-xs {
    margin-bottom: 0px !important;
  }
  .margin-5-xs,.margin-top-5-xs {
    margin-top: 5px !important;
  }
  .margin-5-xs,.margin-bottom-5-xs {
    margin-bottom: 5px !important;
  }
  .margin-10-xs,.margin-top-10-xs {
    margin-top: 10px !important;
  }
  .margin-10-xs,.margin-bottom-10-xs {
    margin-bottom: 10px !important;
  }
  .margin-15-xs,.margin-top-15-xs {
    margin-top: 15px !important;
  }
  .margin-15-xs,.margin-bottom-15-xs {
    margin-bottom: 15px !important;
  }
  .margin-25-xs,.margin-top-25-xs {
    margin-top: 25px !important;
  }
  .margin-25-xs,.margin-bottom-25-xs {
    margin-bottom: 25px !important;
  }
  .margin-30-xs,.margin-top-30-xs {
    margin-top: 30px !important;
  }
  .margin-30-xs,.margin-bottom-30-xs {
    margin-bottom: 30px !important;
  }
  .margin-35-xs,.margin-top-35-xs {
    margin-top: 35px !important;
  }
  .margin-35-xs,.margin-bottom-35-xs {
    margin-bottom: 35px !important;
  }
  .margin-50-xs,.margin-top-50-xs {
    margin-top: 50px !important;
  }
  .margin-50-xs,.margin-bottom-50-xs {
    margin-bottom: 50px !important;
  }
  .margin-75-xs,.margin-top-75-xs {
    margin-top: 75px !important;
  }
  .margin-75-xs,.margin-bottom-75-xs {
    margin-bottom: 75px !important;
  }
  .margin-100-xs,.margin-top-100-xs {
    margin-top: 100px !important;
  }
  .margin-100-xs,.margin-bottom-100-xs {
    margin-bottom: 100px !important;
  }
  .margin-150-xs,.margin-top-150-xs {
    margin-top: 150px !important;
  }
  .margin-150-xs,.margin-bottom-150-xs {
    margin-bottom: 150px !important;
  }
  .margin-200-xs,.margin-top-200-xs {
    margin-top: 200px !important;
  }
  .margin-200-xs,.margin-bottom-200-xs {
    margin-bottom: 200px !important;
  }
  .margin-250-xs,.margin-top-250-xs {
    margin-top: 250px !important;
  }
  .margin-250-xs,.margin-bottom-250-xs {
    margin-bottom: 250px !important;
  }
  .margin-300-xs,.margin-top-300-xs {
    margin-top: 300px !important;
  }
  .margin-300-xs,.margin-bottom-300-xs {
    margin-bottom: 300px !important;
  }
  .padding-0-xs,.padding-top-0-xs {
    padding-top: 0px !important;
  }
  .padding-0-xs,.padding-bottom-0-xs {
    padding-bottom: 0px !important;
  }
  .padding-5-xs,.padding-top-5-xs {
    padding-top: 5px !important;
  }
  .padding-5-xs,.padding-bottom-5-xs {
    padding-bottom: 5px !important;
  }
  .padding-10-xs,.padding-top-10-xs {
    padding-top: 10px !important;
  }
  .padding-10-xs,.padding-bottom-10-xs {
    padding-bottom: 10px !important;
  }
  .padding-15-xs,.padding-top-15-xs {
    padding-top: 15px !important;
  }
  .padding-15-xs,.padding-bottom-15-xs {
    padding-bottom: 15px !important;
  }
  .padding-25-xs,.padding-top-25-xs {
    padding-top: 25px !important;
  }
  .padding-25-xs,.padding-bottom-25-xs {
    padding-bottom: 25px !important;
  }
  .padding-30-xs,.padding-top-30-xs {
    padding-top: 30px !important;
  }
  .padding-30-xs,.padding-bottom-30-xs {
    padding-bottom: 30px !important;
  }
  .padding-35-xs,.padding-top-35-xs {
    padding-top: 35px !important;
  }
  .padding-35-xs,.padding-bottom-35-xs {
    padding-bottom: 35px !important;
  }
  .padding-50-xs,.padding-top-50-xs {
    padding-top: 50px !important;
  }
  .padding-50-xs,.padding-bottom-50-xs {
    padding-bottom: 50px !important;
  }
  .padding-75-xs,.padding-top-75-xs {
    padding-top: 75px !important;
  }
  .padding-75-xs,.padding-bottom-75-xs {
    padding-bottom: 75px !important;
  }
  .padding-100-xs,.padding-top-100-xs {
    padding-top: 100px !important;
  }
  .padding-100-xs,.padding-bottom-100-xs {
    padding-bottom: 100px !important;
  }
  .padding-150-xs,.padding-top-150-xs {
    padding-top: 150px !important;
  }
  .padding-150-xs,.padding-bottom-150-xs {
    padding-bottom: 150px !important;
  }
  .padding-200-xs,.padding-top-200-xs {
    padding-top: 200px !important;
  }
  .padding-200-xs,.padding-bottom-200-xs {
    padding-bottom: 200px !important;
  }
  .padding-250-xs,.padding-top-250-xs {
    padding-top: 250px !important;
  }
  .padding-250-xs,.padding-bottom-250-xs {
    padding-bottom: 250px !important;
  }
  .padding-300-xs,.padding-top-300-xs {
    padding-top: 300px !important;
  }
  .padding-300-xs,.padding-bottom-300-xs {
    padding-bottom: 300px !important;
  }
}
.context b, .context strong {
  font-weight: 500;
}
.context p {
  margin-bottom: 10px;
  line-height: 22px;
  word-break: normal;
}
.context h1, .context h2, .context h3, .context h4, .context h5, .context h6 {
  margin-bottom: 15px;
  margin-top: 5px;
}
.context ul, .context ol {
  padding-left: 40px;
  margin-bottom: 10px;
}
.context ul li, .context ol li {
  margin: 5px 0px;
}
.context img {
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}

.review-button {
  display: block;
  margin: 15px auto;
  padding: 10px 10px 10px 10px;
  border: 2px solid;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  overflow-wrap: break-word;
  font-size: 15px;
  line-height: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#positive-feedback {
  background-color: #388e3c;
  color: #ffffff !important;
}
#positive-feedback:hover{
  background-color: #388e3c;
  color: #ffffff !important;
  text-decoration: none;
  opacity: 0.75;
}

#negative-feedback {
  background-color: #d32f2f;
  color: #ffffff !important;
}
#negative-feedback:hover{
  background-color: #d32f2f;
  color: #ffffff !important;
  text-decoration: none;
  opacity: 0.75;
}

.feedback-thumbs-icon{
  font-size:24px;
  color:white !important;
  margin-right:10px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.card-form {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.enhanced-footer > div> div > h3 {
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}

.enhanced-footer {
  display: flex;
  justify-content: center;
}

.no-padding { padding: 0px; }
.hiddenlist::marker { color: transparent; }
.fa-brands { color: white; }
.tiktok { background-color: black; }
.pinterest { background-color: #cb2027; }
.email { background-color: #00a8ff; color: white !important; }
