#PageFooter,
#PageMain {
 margin-top: 0;
}
span.red {
 background: #000000;
 border-radius: .8em;
 -moz-border-radius: .8em;
 -webkit-border-radius: .8em;
 color: #ffffff;
 display: inline-block;
 line-height: 1.6em;
 margin-right: 15px;
 text-align: center;
 width: 1.6em;
}
.se-section-padding-y-hero { padding: 115px 0; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { color: black; }

/* 2 Column Full Width Image and Content */
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 340px;
}

.se-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 text-align: left;
}

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 30px;
 }

@media only screen and (min-width: 768px) {
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 30px 45px;
 }
}

@media only screen and (min-width: 992px) {
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 460px;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 30px 60px;
 }
}

.rbm-fit-red, .rbm-fit-blue {
 text-align: center;
 color: #fff;
 padding: 15px;
}

.rbm-fit-red h3, .rbm-fit-blue h4 {
 color: #fff;
}

.rbm-fit-red h3 {
 margin: 0;
}

.rbm-fit-red {
 background-color: #bd2025;
 border-bottom: 1px solid #fff;
}

.rbm-fit-blue {
 background-color: #211e5d;
}

.rbm-fit-blue h4 {
 font-size: 1em;
}

.rbm-fit-blue:nth-child(2) {
 border-right: 1px solid #fff;
}

/* Service Tables */
.klausbg {
 text-align: center;
 cursor: default;
 margin-bottom: 3px;
 border: 1px solid #eee;
 background-color: #fff;
}

.klausbg:first-child {
 border-left: 1px solid #eee;
}

.klausbg:not(:first-child) {
 margin-left: -1px;
}

.klaus_features ul {
 padding-left: 0;
}

.klausheader {
 border-bottom: 1px solid #eee;
}

.klaushead {
 color: #2d2f37;
 font-size: 25px;
 line-height: 24px;
 font-weight: 700;
 text-transform: uppercase;
 display: block;
 width: 100%;
 margin: 0;
 padding-top: 10px;
 padding-bottom: 00px;
}

.klaushead-single {
 padding: 15px;
 display: block;
}

.klaushead-single .klaushead {
 padding-top: 0;
}

.klausbg p {
 display: block;
 padding: 15px;
}

.klaus_package {
 color: #2d2f37;
 font-size: 16px;
 font-weight: 700;
 text-transform: uppercase;
 display: block;
 width: 100%;
 margin-top: 0px;
}

.klaus_price {
 font-size: 36px;
 font-weight: 700;
 display: block;
 width: 100%;
 margin-top: 0px;
}

.skinoneklaus_features i {
 color: #38b880;
}

.klaus_features li {
 list-style: none;
 text-align: left;
 font-size: 14px;
 color: #54565b;
 font-weight: bolder;
 padding: 7px 10px 0 33px;
 padding: 15px 10px 15px 33px;
}

.klaus_features li span {
 padding-right: 8px;
 font-size: 16px;
 color: #E10600;
 margin-left: -21px;
}

.klaus_plancolor {
 background: #f4f4f4;
}

/*Skin v2*/
.skintwocolor {
 color: #E10600;
}

.skintwobg {
 background: #e9332e;
}

.skintwoklaus_features i {
 color: #e9332e;
}

.skintwogetquote li a {
 background: #e23c3c;
}

.skintwogetquote li a:hover {
 background: #f74848;
}

.skintwoultimate {
 background: #e23c3c;
 border: 0;
 color: #fff;
}

.skintwoucolor {
 border-bottom: 1px solid #d03030;
}

.skintwoucolor h5 {
 color: #fff;
}

.skintwoucolor span {
 color: #fff;
}

.skintwoucolor p {
 color: #fff;
}

.skintwoucolor li {
 color: #fff;
}

.skintwoucolor i {
 color: #fff;
}

.skintwoklaus_plancolor {
 background: #d03030;
}

.skintwoucolorget li a {
 background: #fff;
 color: #e23c3c;
}

.skintwoucolorget li a:hover {
 background: #ff5c5c;
 color: #fff;
}

.hvr-float {
 vertical-align: middle;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}