@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,700,700italic");
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
body,
html {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #0e0e0e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #263746;
}
h3 {
    font-size: 1.1rem;
}
h4,
h5,
h6 {
    font-size: 1rem;
}
p {
    margin: 0 0 15px 0;
}
a {
    color: #C97550;
}
a:focus,
a:hover {
    color: #287199;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
.Normal
    a:not(.btn):not(.dnnPrimaryAction):not(.btn-transparent):not(.link-download):not(.link-download):not(
        .btn-transparent
    ):not(.dnnPrimaryAction) {
    text-decoration: underline;
}
img {
    max-width: 100%;
}
figure {
    margin-bottom: 0;
}
hr {
    border-top: 1px solid #C97550;
}
.aos {
    width: 100%;
}
.border-primary {
    border-color: #C97550 !important;
}
.breakpoint-helper {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: red;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-size: 26px;
    font-weight: bold;
}
.text-small {
    font-size: 0.8rem;
}
.test-large {
    font-size: 1.2rem;
}
.title-limit-single {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px;
    height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.title-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px;
    height: 35px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.color-primary {
    color: #C97550 !important;
}
.color-secondary {
    color: #263746 !important;
}
.color-white {
    color: #fff !important;
}
.color-white .Normal h1,
.color-white .Normal h2,
.color-white .Normal h3,
.color-white .Normal p {
    color: #fff;
}
.spinner {
    position: fixed !important;
}
.font-bold,
.text-bold {
    font-weight: bold !important;
    font-weight: 700 !important;
}
.list-inline--divider .list-inline-item:not(:last-child) {
    padding-right: 0.5rem;
    border-right: 1px solid #C97550;
    padding-left: 3px;
    margin-left: -3px;
}
.video-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 15px 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.link-block {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    padding: 15px;
    border: 1px solid #C97550;
    color: #0e0e0e;
}
.link-block:focus,
.link-block:hover {
    color: #0e0e0e;
    border: 1px solid #C97550;
}
.pos-relative,
.position-relative {
    position: relative;
}
.list-style--check {
    list-style: none;
    padding-left: 0;
}
.list-style--check li {
    padding-left: 20px;
    position: relative;
}
.list-style--check li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #3eb340;
}
.icon:after,
.icon:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}
.icon-before:before {
    margin-right: 5px;
}
.icon-after:after {
    margin-right: 5px;
}
.icon-search:before {
    content: "\f002";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-right: 5px;
}
.icon-left:before,
.icon-prev:before {
    content: "\f104";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-right: 5px;
}
.icon-next:before,
.icon-right:before {
    content: "\f105";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-right: 5px;
}
.icon-document:before,
.link-download:before {
    content: "\f0f6";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-right: 5px;
}
.icon-phone:before {
    content: "\f095";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-right: 5px;
}
.icon-email:before,
.icon-mail:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-right: 5px;
}
.icon-download:before {
    content: "\f019";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-right: 5px;
}
.icon-check:before {
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-right: 5px;
}
.icon-linkedin:before {
    content: "\f0e1";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}
.icon-facebook:before {
    content: "\f09a";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}
.icon-youtube:before {
    content: "\f16a";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}
.icon-location:before {
    content: "\f041";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}
.icon-calendar:before {
    content: "\f073";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}
.icon-time:before {
    content: "\f017";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}
@media (min-width: 576px) and (max-width: 991px) {
    .landing-page-module-wrapper .Normal {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .landing-page-module-wrapper .Normal {
        font-size: 20px;
        line-height: 1.75;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .landing-page-module-wrapper .Normal h1 {
        font-size: 30px;
    }
}
@media (min-width: 992px) {
    .landing-page-module-wrapper .Normal h1 {
        font-size: 38px;
    }
}
.landing-page-module-wrapper .Normal h2,
.landing-page-module-wrapper .Normal h3 {
    font-size: 25px;
}
.landing-page-module-wrapper .Normal h1,
.landing-page-module-wrapper .Normal h2,
.landing-page-module-wrapper .Normal h3 {
    color: #e80f0f;
    font-weight: 700;
    line-height: 1.5;
}
.landing-page-module-wrapper .Normal .list-style--check li {
    padding-left: 30px;
}
.landing-page-module-wrapper .LiveForm .Field.FieldSpacing,
.landing-page-module-wrapper .LiveForm .Field.Heading {
    padding: 0 0 10px 0;
}
.landing-page-module-wrapper .LiveForm label {
    font-weight: normal;
}
.landing-page-module-wrapper .LiveForm .bSubmit {
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px 1px;
    padding: 15px 22.5px;
    font-size: 20px;
    background: #3b9ef3;
    border: 2px solid #0d78d4;
    width: 100%;
    margin-top: 15px;
}
.landing-page-module-wrapper .LiveForm .bSubmit:active,
.landing-page-module-wrapper .LiveForm .bSubmit:focus,
.landing-page-module-wrapper .LiveForm .bSubmit:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 9px 1px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 9px 1px;
    background: #0e86ed;
    border: 2px solid #0a5da4;
}
.landing-page-banner--image {
    height: 400px;
    background-position: left center;
    background-size: cover;
}
.landing-page-banner--overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.landing-page-banner--overlay .Normal h1,
.landing-page-banner--overlay .Normal h2,
.landing-page-banner--overlay .Normal h3,
.landing-page-banner--overlay .Normal h4,
.landing-page-banner--overlay .Normal h5,
.landing-page-banner--overlay .Normal h6,
.landing-page-banner--overlay .Normal p {
    text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
    color: #fff;
}
.LiveForm .bSubmit,
.LiveForm .button-back,
.LiveForm .button-next,
.btn,
.btn-transparent,
.dnnPrimaryAction,
.link-download,
.news-categories a {
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: normal;
    padding: 6px 60px 7px;
    font-size: 1.25rem;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.LiveForm .bSubmit:active,
.LiveForm .bSubmit:focus,
.LiveForm .bSubmit:hover,
.LiveForm .button-back:active,
.LiveForm .button-back:focus,
.LiveForm .button-back:hover,
.LiveForm .button-next:active,
.LiveForm .button-next:focus,
.LiveForm .button-next:hover,
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover,
.btn:active,
.btn:active:focus,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled):active:focus,
.dnnPrimaryAction:active,
.dnnPrimaryAction:focus,
.dnnPrimaryAction:hover,
.link-download:active,
.link-download:focus,
.link-download:hover,
.news-categories a:active,
.news-categories a:focus,
.news-categories a:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-block {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.btn-large {
    padding: 15px 30px;
    font-size: 1.2rem;
}
.btn-small {
    padding: 3px 10px 4px;
    font-size: 0.8rem;
}
.LiveForm .bSubmit,
.LiveForm .button-back,
.LiveForm .button-next,
.btn-cta,
.btn-default,
.btn-primary,
.btn-secondary,
.carousel-content a,
.dnnPrimaryAction,
.news-categories .rtSelected a,
.news-categories a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    background: #C97550;
    position: relative;
}
.LiveForm .bSubmit:active,
.LiveForm .bSubmit:focus,
.LiveForm .bSubmit:hover,
.LiveForm .button-back:active,
.LiveForm .button-back:focus,
.LiveForm .button-back:hover,
.LiveForm .button-next:active,
.LiveForm .button-next:focus,
.LiveForm .button-next:hover,
.btn-cta:active,
.btn-cta:focus,
.btn-cta:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-primary:active,
.btn-primary:active:hover .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.carousel-content a:active,
.carousel-content a:focus,
.carousel-content a:hover,
.dnnPrimaryAction:active,
.dnnPrimaryAction:focus,
.dnnPrimaryAction:hover,
.news-categories .rtSelected a:active:hover .btn-primary:not(:disabled):not(.disabled):active,
.news-categories .rtSelected a:active:hover .dnnPrimaryAction:not(:disabled):not(.disabled):active,
.news-categories a:active,
.news-categories a:focus,
.news-categories a:hover {
    background: #C97550;
    border: 1px solid #C97550;
}
.btn-secondary,
.carousel-content a {
    background: #263746;
}
.btn-secondary:active,
.btn-secondary:active:hover .btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.carousel-content a:active,
.carousel-content a:focus,
.carousel-content a:hover {
    background: #425a6f;
    border: 1px solid #263746;
}
.btn-cta {
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
    background: #3b9ef3;
    border: 1px solid #0e86ed;
}
.btn-cta:active,
.btn-cta:active:hover .btn-cta:not(:disabled):not(.disabled):active,
.btn-cta:focus,
.btn-cta:hover,
.btn-cta:not(:disabled):not(.disabled):active:focus {
    background: #0e86ed;
    border: 1px solid #0c6bbc;
    color: #fff;
}
.LiveForm .button-back,
.btn-default,
.news-categories a {
    color: #C97550;
    background: #ffffff;
    border: 1px solid #C97550;
}
.LiveForm .button-back:active,
.LiveForm .button-back:focus,
.LiveForm .button-back:hover,
.btn-default:active,
.btn-default:active:hover .btn-default:not(:disabled):not(.disabled):active,
.btn-default:focus,
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled):active:focus,
.news-categories a:active,
.news-categories a:focus,
.news-categories a:hover {
    color: #ffffff;
    background: #C97550;
    border: 1px solid #C97550;
}
.btn-prev:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f104";
    margin-right: 10px;
    font-size: 16px;
    line-height: 20px;
}
.btn-next:after,
.carousel-content a:after {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f105";
    margin-left: 10px;
    font-size: 16px;
    line-height: 20px;
}
.link-download {
    margin-bottom: 5px;
    display: inline-block;
    color: #0e0e0e;
    border: 1px solid #C97550;
    background-color: #ffffff;
}
.btn-transparent {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
}
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
}
.tag {
    display: inline-block;
    border: 1px solid #C97550;
    padding: 7.5px;
    border-radius: 4px;
}
.header-top {
    background-color: #C97550;
    color: #ffffff;
    padding: 5px 0;
}
.header-top
    .Normal
    a:not(.btn):not(.dnnPrimaryAction):not(.link-download):not(.btn-transparent):not(.link-download):not(
        .btn-transparent
    ):not(.dnnPrimaryAction) {
    color: #ffffff;
    text-decoration: none;
}
.header-top a {
    color: #fff;
}
.logo {
    color: #cccccc;
}
.logo a {
    color: #0e0e0e;
}
.logo img {
    max-height: 100px;
}
.wrapper-header {
    background: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px 0px;
    z-index: 2;
    position: relative;
}
.wrapper-header .header {
    position: relative;
    padding: 20px 0;
}
.wrapper-header .header .nav a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
    display: block;
    padding: 10px 15px;
    color: #0e0e0e;
    margin-right: 5px;
}
.wrapper-header .header .nav a:focus,
.wrapper-header .header .nav a:hover {
    background: #eeeeee;
}
.wrapper-header .header .nav a.active {
    color: #ffffff;
    background: #C97550;
}
.wrapper-header .header .nav li:last-child a {
    margin-right: 0;
}
.wrapper-header .header .nav .show > a {
    background: #eeeeee;
    color: #0e0e0e;
}
.wrapper-header .header .nav .dropdown a {
    position: relative;
}
.wrapper-header .header .nav .dropdown a i {
    width: 15px;
    text-align: right;
}
.wrapper-header .header .nav .dropdown-menu {
    border-radius: 4px;
    padding: 0;
    z-index: 10000;
}
.wrapper-header .header .nav .dropdown-menu li a {
    padding: 7px 15px;
}
.wrapper-header .header .nav .dropdown-menu li a.active {
    color: #ffffff;
    background: #C97550;
}
.wrapper-header .header .nav .dropdown-submenu {
    position: relative;
}
.wrapper-header .header .nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.wrapper-header .header .nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.wrapper-header .header--sub {
    padding: 15px 0;
    background-color: #fff;
    position: relative;
    z-index: 11;
}
.wrapper-header .nav--sub {
    font-weight: 300;
    margin-bottom: 0;
}
.wrapper-header .nav--sub li {
    padding: 0;
}
.wrapper-header .nav--sub li a {
    color: #0e0e0e;
    border-bottom: 0;
}
.wrapper-header .nav--sub li a i {
    margin-left: 5px;
}
.wrapper-header .nav--sub li a:hover {
    color: #263746;
}
.wrapper-header .nav--sub li a.active {
    font-weight: bold;
}
.wrapper-header .nav--sub li:not(:first-child) a {
    border-left: 1px solid #0e0e0e;
    padding-left: 10px;
    margin-left: 10px;
}
.wrapper-header .nav--sub .dropdown-menu li {
    border-bottom: 1px solid #eeeeee;
}
.wrapper-header .nav--sub .dropdown-menu a {
    border-left: 0 !important;
    margin: 0 !important;
    padding-top: 8px;
    padding-bottom: 8px;
}
.wrapper-header .header--main {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px 0px;
    background-color: #ffffff;
    position: relative;
    z-index: 10;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.dropdown .dropdown-menu a {
    white-space: nowrap;
}
.dropdown.show .dropdown-menu {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
    display: block;
}
.controlpanel .wrapper-header .header .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}
.language-object {
    margin-top: 35px;
    border-left: 1px solid #C97550;
    padding-left: 15px;
}
.language-object .Language {
    opacity: 0.5;
}
.language-object .Language img {
    width: 20px;
}
.language-object .Language:first-child {
    margin-right: 5px;
}
.language-object .Language.selected {
    opacity: 1;
}
.search-wrapper {
    position: relative;
    width: 200px;
    margin-left: 30px;
}
@media (max-width: 575px) {
    .search-wrapper {
        width: auto;
        margin: 5px 70px 0 0;
    }
}
.search-wrapper .search--input {
    border-radius: 5px;
    padding-right: 30px;
    border-color: #0e0e0e;
    background-color: #C97550;
}
.search-wrapper .search--input:focus {
    background-color: #fff;
}
.search-wrapper .search--button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    text-align: center;
    line-height: 34px;
    z-index: 2;
}
.search-wrapper .search--button:before {
    content: "\f002";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}
.search-wrapper .search--button:hover {
    cursor: pointer;
}
.btn-nav {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    padding: 20px 20px 20px;
    background: #263746;
    color: #fff;
    z-index: 999;
}
.btn-nav:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f0c9";
    font-size: 20px;
    color: #ffffff;
}
.btn-nav.scrolled-down {
    top: -60px;
}
.btn-nav.scrolled-up {
    top: 0px;
}
#menu-mobile {
    z-index: 1000;
    border-left: 1px solid #C97550;
}
#menu-mobile:not(.mm-menu) {
    display: none;
}
.mm-menu.mm-front {
    z-index: 9999 !important;
}
.mm-page {
    position: static !important;
    min-height: auto !important;
}
.submenu {
    margin: 0;
    padding: 0;
}
.submenu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.submenu li a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: normal;
    margin-left: 5px;
    padding: 5px;
    display: block;
    position: relative;
    color: #0e0e0e;
    border-bottom: 1px solid #C97550;
}
.submenu li a:focus,
.submenu li a:hover {
    color: #C97550;
    text-decoration: none;
}
.submenu li .rtSelected a,
.submenu li a.active {
    color: #C97550;
}
.submenu li:last-child {
    border-bottom: 0px;
}
.submenu--subcategories ul {
    margin: 0;
    padding: 0;
}
.submenu--subcategories li {
    list-style-type: none;
    padding-bottom: 10px;
}
.submenu--subcategories li a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    background: #fff;
    padding: 5px;
    display: block;
    position: relative;
    color: #0e0e0e;
}
.submenu--subcategories li a:focus,
.submenu--subcategories li a:hover {
    color: #C97550;
    text-decoration: none;
}
.submenu--subcategories li a:focus:before,
.submenu--subcategories li a:hover:before {
    color: #C97550;
}
.submenu--subcategories li .rtSelected a {
    color: #C97550;
}
.submenu--subcategories li:last-child {
    border-bottom: 0px;
}
.submenu--subcategories li li {
    padding-bottom: 0;
}
.submenu--subcategories li li a {
    font-weight: normal;
    margin-left: 5px;
}
.submenu--subcategories li li a:before {
    content: "\f105";
    color: #C97550;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-right: 5px;
}
.header-image--wrapper {
    background-size: cover;
}
.header-image--wrapper .header-image--content {
    height: 200px;
}
@media (max-width: 575px) {
    .header-image--wrapper .header-image--content {
        height: 130px;
    }
}
.header-image--wrapper .header-image--content .Normal img {
    display: none;
}
.wrapper-main {
    background: #ffffff;
}
.shadow {
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05) !important;
}
.shadow-dark {
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15) !important;
}
.border-radius {
    border-radius: 4px;
}
.link-text {
    text-decoration: underline;
}
.Normal img {
    max-width: 100%;
    height: auto;
}
.Normal ol,
.Normal ul {
    display: inline-block;
}
.Normal p:last-child {
    margin-bottom: 0;
}
.Normal a:not(.btn):not(.dnnPrimaryAction):not(.link-download):not(.btn-transparent) {
    text-decoration: underline;
}
.image-header {
    position: relative;
}
.image-header--image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}
.image-header--text {
    background-color: #fff;
    z-index: 1;
    margin: 300px -30px 0;
    padding: 30px 30px 15px;
}
.image-header--text h1,
.image-header--text h2,
.image-header--text h3 {
    margin-bottom: 0;
}
.collapse-item {
    border: 1px solid #C97550;
    margin-bottom: 15px;
}
.collapse-title {
    font-size: 1.1rem;
    padding: 15px;
}
.collapse-title:hover {
    cursor: pointer;
}
.collapse-title:after {
    content: "\f105";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-left: 5px;
}
.collapse-title.open:after {
    content: "\f107";
}
.collapse-content {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}
.collapse-content.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.collapse-content p:last-child {
    margin-bottom: 0;
}
.collapse-content .collapse-content--inner {
    margin: 0 15px 15px;
}
.list-style-checklist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list-style-checklist li {
    padding-left: 20px;
    position: relative;
}
.list-style-checklist li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: -2px;
    color: #43b967;
    font-size: 16px;
}
footer {
    border-top: 2px solid #fff4ef;
    background: #ffffff;
    color: #C97550;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer a {
    color: #C97550;
    text-decoration: underline;
}
footer i {
    vertical-align: middle;
}
footer .footer-2 {
    border-top: 1px solid #fff4ef;
    padding-top: 30px;
    margin-top: 15px;
}
footer .menu-footer {
    padding-left: 0;
    list-style: none;
}
footer .menu-footer li {
    margin-left: 0;
    margin-bottom: 10px;
}
#Form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrapper-content {
    height: 100%;
}
.wrapper-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.wrapper-page .wrapper-footer {
    margin-top: auto;
}
.caroufredsel_wrapper {
    width: 100% !important;
}
#carousel-wrapper {
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0px 0px 8px 0px;
    box-shadow: inset rgba(0, 0, 0, 0.5) 0px 0px 8px 0px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#carousel-wrapper:hover .carousel-btn,
#carousel-wrapper:hover .carousel-pagination {
    opacity: 1;
}
.carousel-image {
    position: relative;
    width: 0;
    float: left;
    background-size: cover;
    background-position: center right;
    min-height: 478px;
}
@media (max-width: 991px) {
    .carousel-image {
        min-height: calc(478px - 200px);
    }
}
@media (max-width: 575px) {
    .carousel-image {
        min-height: calc(478px - 200px);
        background-repeat: no-repeat;
        background-color: #e2f2ff;
    }
}
.carousel-image:hover {
    cursor: default !important;
}
.carousel-image img {
    width: 100%;
}
.carousel-image--following {
    min-height: 300px;
}
@media (max-width: 575px) {
    .carousel-image--following {
        min-height: calc(300px - 100px);
    }
}
.following-header--wrapper {
    background-size: cover;
    background-position: center center;
    height: 300px;
}
@media (max-width: 575px) {
    .following-header--wrapper {
        height: 100px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .following-header--wrapper {
        height: 200px;
    }
}
.carousel-btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 100px;
    color: #ffffff;
    font-size: 75px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
@media (max-width: 576px) {
    .carousel-btn {
        display: none !important;
    }
}
.carousel-btn:focus,
.carousel-btn:hover {
    color: #ffffff;
}
.carousel-btn-prev {
    left: 20px;
}
.carousel-btn-next {
    right: 20px;
}
.carousel-pagination {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 15px;
    z-index: 1100;
    padding-left: 0px;
    margin-bottom: 0;
    width: 100%;
    opacity: 0;
}
.carousel-pagination a {
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #ffffff;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 7px;
}
.carousel-pagination .selected {
    background: #C97550;
}
.carousel-pagination span {
    display: none;
}
.carousel-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    color: #fff;
    text-align: left;
    width: 100%;
}
.carousel-content .wrapper-carousel-text {
    display: inline-block;
}
.carousel-content h1,
.carousel-content h2,
.carousel-content h3,
.carousel-content h4,
.carousel-content h5,
.carousel-content h6,
.carousel-content p {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.carousel-content h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .carousel-content h2 {
        font-size: 18px;
    }
}
.carousel-content h3 {
    font-size: 30px;
}
@media (max-width: 767px) {
    .carousel-content h3 {
        font-size: 16px;
    }
}
.carousel-content a {
    text-shadow: rgba(0, 0, 0, 0) 1px 1px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px 0px;
}
@media (max-width: 575px) {
    .carousel-content a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.carousel-content a:not([href]) {
    display: none;
}
.carousel-content:empty {
    display: none;
}
.loading-images {
    position: relative;
}
.loading-images img {
    opacity: 0;
}
.loading-images:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 2;
    background: #fff url(img/loading.gif) no-repeat center 100px;
}
.carousel-alt {
    margin: 0 -10px;
}
.carousel-image--alt {
    position: relative;
    float: left;
    margin: 0 10px;
}
.carousel-image--alt a:not([href]) {
    cursor: default !important;
}
.carousel-image--alt img {
    width: 100%;
    outline-color: transparent;
}
.input-group .input-group-addon {
    background: #fff;
}
.input-group .input-group-addon i {
    width: 15px;
}
.input-group .form-control {
    margin-bottom: 0 !important;
}
.form-row {
    margin-bottom: 5px;
}
.form-row button,
.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    margin-bottom: 10px;
}
.form-group {
    position: relative;
    clear: both;
    position: relative;
}
.form-group label {
    font-weight: normal;
}
.form-group textarea {
    margin-bottom: 20px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
}
.form-group input[type="radio"] {
    margin-right: 5px;
}
.form-group .form-control-validator {
    background-color: #cf3f34;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    right: 4px;
    top: 0px;
    border-radius: 5px 5px 0px 0px;
}
.form-group textarea {
    margin-bottom: 0;
}
.form-validation {
    color: white;
    font-weight: normal;
    position: absolute;
    top: 0px;
    right: 15px;
    background: #d9534f;
    border-left: 1px solid #C97550;
    bottom: 0;
    padding: 7px 15px;
    border-radius: 0px 3px 3px 0px;
}
.form-captcha {
    border: 1px solid #C97550;
    border-radius: 4px;
    padding: 10px 15px 15px;
}
.form-captcha img {
    margin-top: 5px;
    float: left;
    margin-right: 15px;
}
@media (max-width: 767px) {
    .form-captcha img {
        float: none;
    }
}
.LiveForm ul {
    padding-left: 0;
}
.LiveForm ul li {
    list-style: none;
}
.LiveForm .Field.FieldSpacing {
    padding: 7px 0;
}
.LiveForm .Field.FileUpload input,
.LiveForm .Field.Phone input.Phone,
.LiveForm input[type="password"],
.LiveForm input[type="text"],
.LiveForm select,
.LiveForm textarea {
    width: 100%;
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 6px 12px;
    border-radius: 4px;
}
.LiveForm .Field.FileUpload input:focus,
.LiveForm .Field.Phone input.Phone:focus,
.LiveForm input[type="password"]:focus,
.LiveForm input[type="text"]:focus,
.LiveForm select:focus,
.LiveForm textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.LiveForm .Field.FileUpload input.error,
.LiveForm .Field.Phone input.Phone.error,
.LiveForm input[type="password"].error,
.LiveForm input[type="text"].error,
.LiveForm select.error,
.LiveForm textarea.error {
    border-color: #cf3f34;
}
.LiveForm .Field.FileUpload input.error:focus,
.LiveForm .Field.Phone input.Phone.error:focus,
.LiveForm input[type="password"].error:focus,
.LiveForm input[type="text"].error:focus,
.LiveForm select.error:focus,
.LiveForm textarea.error:focus {
    border-color: #cf3f34;
    outline: 0;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #cf3f34;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #cf3f34;
}
.LiveForm .Field.FileUpload input.valid,
.LiveForm .Field.Phone input.Phone.valid,
.LiveForm input[type="password"].valid,
.LiveForm input[type="text"].valid,
.LiveForm select.valid,
.LiveForm textarea.valid {
    border-color: #3eb340;
}
.LiveForm .Field.FileUpload input.valid:focus,
.LiveForm .Field.Phone input.Phone.valid:focus,
.LiveForm input[type="password"].valid:focus,
.LiveForm input[type="text"].valid:focus,
.LiveForm select.valid:focus,
.LiveForm textarea.valid:focus {
    border-color: #3eb340;
    outline: 0;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #3eb340;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #3eb340;
}
.LiveForm label {
    font-weight: normal;
}
.LiveForm .Field-Label-Top {
    font-weight: bold;
}
.LiveForm label.error {
    font-weight: normal;
    color: #cf3f34;
    font-size: 12px;
}
.LiveForm .Checkbox input + label {
    display: inline;
    margin-left: 5px;
}
.LiveForm .Field.Required > label:not(.error):after {
    content: "*";
    margin-left: 5px;
}
.LiveForm .Field-Container input[type="checkbox"] + label,
.LiveForm .Field-Container input[type="radio"] + label {
    font-weight: normal;
    margin-left: 10px;
}
.LiveForm .Field-Label-Hidden {
    display: none;
}
.LiveForm .Field-Sub-Label label {
    color: #cccccc;
}
@media (min-width: 576px) {
    .LiveForm .Datetime input,
    .LiveForm .Datetime select,
    .LiveForm .Field.Birthdate input,
    .LiveForm .Field.Birthdate select {
        width: 60%;
    }
    .LiveForm .Datetime .Field-SubLabel-Container,
    .LiveForm .Field.Birthdate .Field-SubLabel-Container {
        label: 40%;
        padding-left: 10px;
    }
}
.LiveForm .Datetime .Field-Seperator,
.LiveForm .Field.Birthdate .Field-Seperator {
    padding: 5px;
    vertical-align: top;
}
.LiveForm .Datetime table,
.LiveForm .Field.Birthdate table {
    width: 100%;
}
.LiveForm .Datetime table tr:nth-child(2) td,
.LiveForm .Field.Birthdate table tr:nth-child(2) td {
    padding-top: 10px;
}
.LiveForm .Field-Seperator {
    display: none;
}
.LiveForm .Header {
    border-bottom: 1px solid #C97550;
    padding-bottom: 10px;
}
.LiveForm .page-break-section {
    background-color: transparent !important;
}
.LiveForm .PageBreak {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #C97550;
}
.LiveForm .form-pagebreak-back-container,
.LiveForm .form-pagebreak-next-container {
    display: inline-block;
    margin-right: 5px;
}
@media (max-width: 575px) {
    .LiveForm .form-pagebreak-back-container,
    .LiveForm .form-pagebreak-next-container {
        margin-bottom: 5px;
    }
}
.LiveForm .g-recaptcha {
    overflow: hidden;
}
.LiveForm ul {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.LiveForm .page-break-section [class*="form-col-"] {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}
.wizard-step {
    padding: 0px 20px;
    background-color: #3eb340;
    line-height: 42px;
    display: inline-block;
    color: #fff;
    position: relative;
    margin-left: 25px;
    margin-right: 15px;
}
@media (max-width: 575px) {
    .wizard-step {
        margin-left: 0;
        font-size: 11px;
        line-height: 24px;
        padding: 0 5px;
    }
    .wizard-step:after,
    .wizard-step:before {
        display: none;
    }
}
.wizard-step.wizard-step-single,
.wizard-step:first-child {
    margin-left: 0px;
}
.wizard-step.wizard-step-single:before,
.wizard-step:first-child:before {
    border: none;
}
.wizard-step:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 0px solid transparent;
    border-top: 42px solid transparent;
    position: absolute;
    top: 0px;
    left: -30px;
    border-right: 30px solid #3eb340;
}
.wizard-step:after {
    content: " ";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 42px solid transparent;
    position: absolute;
    top: 0px;
    right: -30px;
    border-left: 30px solid #3eb340;
}
.wizard-step.wizard-step-active {
    background-color: #C97550;
}
.wizard-step.wizard-step-active:before {
    border-right: 30px solid #C97550;
}
.wizard-step.wizard-step-active:after {
    border-left: 30px solid #C97550;
}
.wizard-step.wizard-step-disabled {
    background-color: #ececec;
    color: #b4b4b4;
}
.wizard-step.wizard-step-disabled:before {
    border-right: 30px solid #ececec;
}
.wizard-step.wizard-step-disabled:after {
    border-left: 30px solid #ececec;
}
@media (max-width: 575px) {
    .radio-custom--option table {
        width: 100%;
    }
    .radio-custom--option table td {
        width: 100%;
        display: inline-block;
    }
    .radio-custom--option table td label {
        width: 100%;
    }
}
.radio-custom--option tr {
    display: inline-block;
    position: relative;
}
.radio-custom--option input[type="radio"] {
    position: absolute;
    z-index: -1;
    left: 50%;
}
.radio-custom--option input + label {
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    font-weight: normal;
    padding: 10px 15px 10px 45px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background-color: #fff;
}
.radio-custom--option input + label:hover {
    cursor: pointer;
    border: 1px solid #3eb340;
}
.radio-custom--option input + label:hover:before {
    border: 1px solid #3eb340;
}
.radio-custom--option input + label:before {
    border-radius: 99px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding: 0 1px;
    border: 1px solid #ccc;
    font-size: 0px;
    line-height: 16px;
}
.radio-custom--option input[type="radio"]:checked + label {
    border: 1px solid #3eb340;
    background-color: #3eb340;
    color: #fff;
}
.radio-custom--option input[type="radio"]:checked + label:before {
    content: "\f111";
    border: 1px solid #fff;
    font-size: 9px;
    padding-left: 4.4px;
    line-height: 1.7;
}
@media (max-width: 575px) {
    .checkbox-custom--option table {
        width: 100%;
    }
    .checkbox-custom--option table td {
        width: 100%;
        display: inline-block;
    }
    .checkbox-custom--option table td label {
        width: 100%;
    }
}
.checkbox-custom--option tr {
    display: inline-block;
    position: relative;
}
.checkbox-custom--option input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    left: 50%;
}
.checkbox-custom--option input + label {
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    font-weight: normal;
    padding: 10px 15px 10px 45px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background-color: #fff;
    display: inline-block !important;
}
.checkbox-custom--option input + label:hover {
    cursor: pointer;
    border: 1px solid #3eb340;
}
.checkbox-custom--option input + label:hover:before {
    border: 1px solid #3eb340;
}
.checkbox-custom--option input + label:before {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding: 0 1px;
    border: 1px solid #ccc;
    font-size: 0px;
    line-height: 16px;
}
.checkbox-custom--option input[type="checkbox"]:checked + label {
    border: 1px solid #3eb340;
    background-color: #3eb340;
    color: #fff;
}
.checkbox-custom--option input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    border: 1px solid #fff;
    font-size: 9px;
    padding-left: 4.4px;
    line-height: 1.7;
}
.product-view-actions .RadDataPager,
.product-view-actions .product-view-toggle {
    padding: 15px 0 0;
}
@media (max-width: 575px) {
    .product-view-actions .RadDataPager,
    .product-view-actions .product-view-toggle {
        padding: 0 0 15px;
    }
}
.item-view-pagination,
.product-view-pagination {
    margin: 5px auto 0;
    display: table;
}
.item-view-pagination .rdpWrap,
.product-view-pagination .rdpWrap {
    padding: 0px !important;
}
.item-view-pagination .RadGrid td.rgPagerCell,
.product-view-pagination .RadGrid td.rgPagerCell {
    padding: 20px 10px !important;
}
.item-view-pagination .rdpPageFirst,
.item-view-pagination .rdpPageLast,
.item-view-pagination .rdpPageNext,
.item-view-pagination .rdpPagePrev,
.product-view-pagination .rdpPageFirst,
.product-view-pagination .rdpPageLast,
.product-view-pagination .rdpPageNext,
.product-view-pagination .rdpPagePrev {
    background: url(/Portals/_default/Skins/Custom/img/Pager-sprite.png) top left no-repeat;
    background-size: 400%;
}
.item-view-pagination .rdpPageFirst:hover,
.item-view-pagination .rdpPageLast:hover,
.item-view-pagination .rdpPageNext:hover,
.item-view-pagination .rdpPagePrev:hover,
.product-view-pagination .rdpPageFirst:hover,
.product-view-pagination .rdpPageLast:hover,
.product-view-pagination .rdpPageNext:hover,
.product-view-pagination .rdpPagePrev:hover {
    background-position: 0px -22px;
}
.item-view-pagination .rdpPagePrev,
.product-view-pagination .rdpPagePrev {
    margin-left: 5px !important;
    background-position: -22px 0px;
}
.item-view-pagination .rdpPagePrev:hover,
.product-view-pagination .rdpPagePrev:hover {
    background-position: -22px -22px;
}
.item-view-pagination .rdpPageNext,
.product-view-pagination .rdpPageNext {
    margin-right: 5px !important;
    background-position: -44px 0px;
}
.item-view-pagination .rdpPageNext:hover,
.product-view-pagination .rdpPageNext:hover {
    background-position: -44px -22px;
}
.item-view-pagination .rdpPageLast,
.product-view-pagination .rdpPageLast {
    background-position: -66px 0px;
}
.item-view-pagination .rdpPageLast:hover,
.product-view-pagination .rdpPageLast:hover {
    background-position: -66px -22px;
}
.item-view-pagination .rdpNumPart,
.product-view-pagination .rdpNumPart {
    padding: 0px !important;
}
.item-view-pagination .rdpNumPart a,
.product-view-pagination .rdpNumPart a {
    background: #fff;
    padding: 0px 7px !important;
    border-radius: 3px;
    margin: 0px 5px 0px 0px !important;
}
.item-view-pagination .rdpNumPart a:first-child,
.product-view-pagination .rdpNumPart a:first-child {
    margin-left: 5px !important;
}
.item-view-pagination .rdpNumPart .rdpCurrentPage,
.item-view-pagination .rdpNumPart a:hover,
.product-view-pagination .rdpNumPart .rdpCurrentPage,
.product-view-pagination .rdpNumPart a:hover {
    background: #C97550;
    color: #fff;
}
.item-view-pagination .rdpNumPart span,
.product-view-pagination .rdpNumPart span {
    padding: 0px !important;
}
.item-view-pagination .rdpInfoPart,
.product-view-pagination .rdpInfoPart {
    display: none;
}
.item-view-pagination,
.product-view-pagination-bottom {
    border-top: 1px solid #C97550;
    width: 100%;
    padding: 15px 0;
    margin-top: 15px !important;
}
.item-view-pagination .RadDataPager,
.product-view-pagination-bottom .RadDataPager {
    margin: 5px auto 0;
    display: table;
}
.product-sorting {
    margin: 5px 0 0;
}
.product-sorting select {
    margin-left: 5px;
}
.product-view-toggle .product-view-action-grid:before,
.product-view-toggle .product-view-action-list:before {
    content: "\f03a";
    color: #b1b1b1;
    margin: 0 3px;
    font-size: 24px;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 24px;
}
.product-view-toggle a:hover {
    text-decoration: none;
}
.product-view-toggle .product-view-action-grid:before {
    content: "\f009";
}
.product-view-toggle .active:before,
.product-view-toggle a:hover:before {
    color: #4c4c4c;
}
.ientity-grid-item {
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid #C97550;
    background-color: #C97550;
    text-align: center;
    color: #ffffff;
}
@media (max-width: 575px) {
    .ientity-grid-item {
        max-width: 421px;
        margin: 0 auto 30px;
    }
}
.ientity-grid-item:focus,
.ientity-grid-item:hover {
    color: #ffffff;
    border: 2px solid #fff4ef;
}
.ientity-grid-item .caption {
    display: block;
    border-bottom: 2px solid #fff4ef;
    max-width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ientity-grid-item .caption h1,
.ientity-grid-item .caption h2,
.ientity-grid-item .caption h3,
.ientity-grid-item .caption h4,
.ientity-grid-item .caption h5 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 20px;
}
.ientity-grid-item .intro {
    display: block;
    margin-bottom: 15px;
}
.ientity-grid-item img {
    max-width: 100%;
}
.LiveForm .ientity-grid-item .bSubmit,
.LiveForm .ientity-grid-item .button-back,
.LiveForm .ientity-grid-item .button-next,
.ientity-grid-item .LiveForm .bSubmit,
.ientity-grid-item .LiveForm .button-back,
.ientity-grid-item .LiveForm .button-next,
.ientity-grid-item .btn,
.ientity-grid-item .btn-transparent,
.ientity-grid-item .dnnPrimaryAction,
.ientity-grid-item .link-download,
.ientity-grid-item .news-categories a,
.news-categories .ientity-grid-item a {
    margin-top: auto;
}
@media (min-width: 576px) {
    #page93 .ientity-grid-item {
        min-height: 200px;
    }
}
.ientity-list-item {
    display: block;
    border-top: 1px solid #C97550;
    padding-top: 15px;
    margin-top: 15px;
    color: #0e0e0e;
}
.ientity-list-item h3 {
    margin-top: 0;
}
.ientity-list-item:focus,
.ientity-list-item:hover {
    color: #0e0e0e;
}
.LiveForm .ientity-list-item:focus .bSubmit,
.LiveForm .ientity-list-item:focus .button-back,
.LiveForm .ientity-list-item:focus .button-next,
.LiveForm .ientity-list-item:hover .bSubmit,
.LiveForm .ientity-list-item:hover .button-back,
.LiveForm .ientity-list-item:hover .button-next,
.ientity-list-item:focus .LiveForm .bSubmit,
.ientity-list-item:focus .LiveForm .button-back,
.ientity-list-item:focus .LiveForm .button-next,
.ientity-list-item:focus .btn,
.ientity-list-item:focus .btn-transparent,
.ientity-list-item:focus .dnnPrimaryAction,
.ientity-list-item:focus .link-download,
.ientity-list-item:focus .news-categories a,
.ientity-list-item:hover .LiveForm .bSubmit,
.ientity-list-item:hover .LiveForm .button-back,
.ientity-list-item:hover .LiveForm .button-next,
.ientity-list-item:hover .btn,
.ientity-list-item:hover .btn-transparent,
.ientity-list-item:hover .dnnPrimaryAction,
.ientity-list-item:hover .link-download,
.ientity-list-item:hover .news-categories a,
.news-categories .ientity-list-item:focus a,
.news-categories .ientity-list-item:hover a {
    background-color: #C97550 !important;
    color: #fff;
}
.page-details .product-specs ul {
    list-style: none;
    padding-left: 0px;
}
@media (max-width: 575px) {
    #gallery {
        margin-bottom: 15px;
    }
}
.slider-items {
    float: left;
    display: block;
}
.pagination-wrapper {
    margin-top: 5px;
}
.pagination-wrapper #thumbs-wrapper {
    display: block;
}
.pagination-wrapper .slider-thumnail-items {
    width: 16.65%;
}
.pagination-wrapper .slider-thumnail-items a {
    display: block;
    padding: 5px;
}
.pagination-wrapper .slider-thumnail-items.selected {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider-next,
.slider-prev {
    display: none !important;
}
.icon-zoom {
    position: relative;
}
.icon-zoom:after {
    content: "\f002";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 15px;
    pointer-events: none;
}
.testimonial-item--wrapper:nth-child(odd) .testimonial-item--text:after {
    left: 30px;
    bottom: -30px;
    border-width: 30px 25px 0 0;
    border-color: #fff transparent transparent transparent;
}
.testimonial-item--wrapper:nth-child(2n) .testimonial-item--text:after {
    right: 30px;
    bottom: -30px;
    border-width: 0 25px 30px 0;
    border-color: transparent #fff transparent transparent;
}
.testimonial-item--wrapper:nth-child(2n) .testimonial-item--img,
.testimonial-item--wrapper:nth-child(2n) .testimonial-item--name {
    float: right;
}
.testimonial-item--wrapper:nth-child(2n) .testimonial-item--name {
    margin-right: 15px;
    text-align: right;
}
.testimonial-item--wrapper + .testimonial-item--wrapper .testimonial-item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fff;
}
.testimonial-item .testimonial-item--text {
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
}
.testimonial-item .testimonial-item--text:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}
.testimonial-item .testimonial-item--text p:last-child {
    margin-bottom: 0;
}
.testimonial-item .testimonial-item--img,
.testimonial-item .testimonial-item--name {
    float: left;
}
.testimonial-item .testimonial-item--img img {
    border-radius: 50%;
    border: 2px solid #fff;
}
.testimonial-item .testimonial-item--name {
    color: #fff;
    margin-top: 9px;
    margin-left: 15px;
}
.testimonial-item .testimonial-item--name span {
    font-size: 16px;
    font-weight: 600;
}
.team-item {
    color: #0e0e0e;
}
.team-item .team-item--name {
    margin-bottom: 5px;
    font-size: 16px;
}
.filter-expand--trigger {
    display: block;
    font-weight: 600;
    border: 1px solid #cccccc;
    padding: 7px 10px;
    margin-bottom: 10px;
}
.filter-expand--trigger:hover {
    cursor: pointer;
}
.filter-expand--trigger:before {
    content: "\f0b0";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-right: 5px;
}
.filter-expand--wrapper {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 575px) {
    .filter-expand--wrapper {
        height: 0px;
        opacity: 0;
        overflow: hidden;
    }
    .filter-expand--wrapper.open {
        height: auto;
        opacity: 1;
    }
}
.entity-filter--wrapper {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
.entity-filter--label {
    font-weight: bold;
    margin-bottom: 5px;
}
.entity-filter--items input {
    margin-right: 5px;
}
.entity-filter--items label {
    font-weight: normal;
}
table.checkbox-custom,
table.radio-custom {
    width: 100%;
}
input[type="radio"] {
    margin-right: 5px;
}
.checkbox-custom input[type="checkbox"],
.checkbox-custom input[type="radio"],
.radio-custom input[type="checkbox"],
.radio-custom input[type="radio"] {
    display: none;
}
.checkbox-custom label,
.radio-custom label {
    padding-left: 25px;
    position: relative;
    font-weight: normal;
}
.checkbox-custom label:hover,
.radio-custom label:hover {
    cursor: pointer;
    color: #C97550;
}
.checkbox-custom label:hover:before,
.radio-custom label:hover:before {
    border: 1px solid #C97550;
}
.checkbox-custom label:before,
.radio-custom label:before {
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #C97550;
    position: absolute;
    left: 0px;
    top: 2px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding: 0 1px;
    border: 1px solid #ccc;
    font-size: 0px;
    line-height: 16px;
}
.checkbox-custom input[type="checkbox"]:checked + label:before,
.radio-custom input[type="checkbox"]:checked + label:before {
    border: 1px solid #C97550;
    font-size: 14px;
    line-height: 16px;
}
.radio-custom label:before {
    border-radius: 99px;
    content: "\f111";
}
.radio-custom input[type="radio"]:checked + label:before {
    border: 1px solid #C97550;
    font-size: 10px;
    line-height: 13px;
    padding-left: 2px;
}
.ientity-news-list-item {
    display: block;
    border-top: 1px solid #C97550;
    padding-top: 15px;
    margin-top: 15px;
    color: #0e0e0e;
}
.ientity-news-list-item h3 {
    margin: 0 0 10px 0;
}
.ientity-news-list-item:focus,
.ientity-news-list-item:hover {
    color: #0e0e0e;
}
.LiveForm .ientity-news-list-item:focus .bSubmit,
.LiveForm .ientity-news-list-item:focus .button-back,
.LiveForm .ientity-news-list-item:focus .button-next,
.LiveForm .ientity-news-list-item:hover .bSubmit,
.LiveForm .ientity-news-list-item:hover .button-back,
.LiveForm .ientity-news-list-item:hover .button-next,
.ientity-news-list-item:focus .LiveForm .bSubmit,
.ientity-news-list-item:focus .LiveForm .button-back,
.ientity-news-list-item:focus .LiveForm .button-next,
.ientity-news-list-item:focus .btn,
.ientity-news-list-item:focus .btn-transparent,
.ientity-news-list-item:focus .dnnPrimaryAction,
.ientity-news-list-item:focus .link-download,
.ientity-news-list-item:focus .news-categories a,
.ientity-news-list-item:hover .LiveForm .bSubmit,
.ientity-news-list-item:hover .LiveForm .button-back,
.ientity-news-list-item:hover .LiveForm .button-next,
.ientity-news-list-item:hover .btn,
.ientity-news-list-item:hover .btn-transparent,
.ientity-news-list-item:hover .dnnPrimaryAction,
.ientity-news-list-item:hover .link-download,
.ientity-news-list-item:hover .news-categories a,
.news-categories .ientity-news-list-item:focus a,
.news-categories .ientity-news-list-item:hover a {
    background-color: #C97550 !important;
    color: #fff;
}
.date {
    border-radius: 4px;
    font-style: italic;
    color: #666;
    margin-bottom: 10px;
    display: inline-block;
    padding: 2px 8px;
    font-size: 10px;
    color: #fff;
    background-color: #C97550;
}
.news-categories li,
.news-categories ul {
    margin: 0;
    padding: 0;
}
.news-categories li {
    list-style-type: none;
    display: block;
    float: left;
}
.news-categories a {
    margin-right: 15px;
}
.height-dealer {
    overflow: hidden;
}
@media (min-width: 992px) {
    .height-dealer {
        height: 170px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .height-dealer {
        height: 170px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .height-dealer {
        height: 170px;
    }
}
.breadcrumbs {
    list-style: none;
    margin-bottom: 15px;
    padding: 0;
}
.breadcrumbs li {
    display: inline-block;
    padding: 0 3px;
}
.breadcrumbs > li + li:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f105";
    margin-right: 6px;
    color: #555555;
}
.breadcrumbs a {
    color: #0e0e0e;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.breadcrumbs a:hover {
    color: #C97550;
}
.breadcrumbs li:last-child a:hover {
    color: #0e0e0e;
    cursor: pointer;
}
.dnnPrimaryAction {
    text-shadow: none !important;
}
.dnn-login-row .form-group {
    margin: 15px 0px;
}
.login-remember label {
    padding-left: 5px;
}
.DnnModule {
    height: 100%;
}
.ServiceIcon {
    display: none;
}
#ControlEditPageMenu > li > a {
    background-color: #1687c3;
    color: #fff !important;
}
#ControlEditPageMenu > li > a.controlBar_editPageInEditMode {
    background-color: #7ec32e !important;
}
#ControlEditPageMenu > li > a .controlBar_editPageIcon {
    background-position: 0 -20px;
}
.DNN_Documents td {
    padding: 4px 6px;
    border: 1px solid #C97550;
    line-height: 20px;
}
.DNN_Documents .dnnGridHeader {
    background: #999;
    color: #fff;
    font-weight: bold;
}
.DNN_Documents .dnnGridAltItem {
    background: #f1f1f1;
}
.DnnModule-Authentication .dnnFormMessage,
.dnnLoginService {
    max-width: 350px;
    margin: 0 auto;
}
.DnnModule-Authentication .dnnFormMessage {
    padding: 15px;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.DNNEmptyPane {
    width: 0 !important;
    height: 0 !important;
    display: none;
}
.cc-window {
    background-color: #fff !important;
    border: 1px solid #e8e8e8;
}
.cc-link,
.cc-window {
    color: black !important;
}
.cc-btn {
    background-color: #C97550;
    color: #fff;
    border: 0;
    border-radius: 4px;
}
.cc-btn:active,
.cc-btn:focus,
.cc-btn:hover {
    background-color: #C97550;
    color: #fff;
}
.cc-message {
    font-size: 12px;
}
.padding {
    padding: 15px !important;
}
.padding-top {
    padding-top: 15px !important;
}
.padding-bottom {
    padding-bottom: 15px !important;
}
.padding-left {
    padding-left: 15px !important;
}
.padding-right {
    padding-right: 15px !important;
}
.padding-double {
    padding: 30px !important;
}
.padding-top-double {
    padding-top: 30px !important;
}
.padding-bottom-double {
    padding-bottom: 30px !important;
}
.padding-left-double {
    padding-left: 30px !important;
}
.padding-right-double {
    padding-right: 30px !important;
}
.padding-half {
    padding: 8px !important;
}
.padding-top-half {
    padding-top: 8px !important;
}
.padding-bottom-half {
    padding-bottom: 8px !important;
}
.padding-left-half {
    padding-left: 8px !important;
}
.padding-right-half {
    padding-right: 8px !important;
}
.padding-content {
    padding: 50px !important;
}
.padding-top-content {
    padding-top: 50px !important;
}
.padding-bottom-content {
    padding-bottom: 50px !important;
}
.padding-left-content {
    padding-left: 50px !important;
}
.padding-right-content {
    padding-right: 50px !important;
}
.padding-reset {
    padding: 0 !important;
}
.padding-top-reset {
    padding-top: 0 !important;
}
.padding-bottom-reset {
    padding-bottom: 0 !important;
}
.padding-left-reset {
    padding-left: 0 !important;
}
.padding-right-reset {
    padding-right: 0 !important;
}
.margin {
    margin: 15px !important;
}
.margin-top {
    margin-top: 15px !important;
}
.margin-bottom {
    margin-bottom: 15px !important;
}
.margin-left {
    margin-left: 15px !important;
}
.margin-right {
    margin-right: 15px !important;
}
.margin-double {
    margin: 30px !important;
}
.margin-top-double {
    margin-top: 30px !important;
}
.margin-bottom-double {
    margin-bottom: 30px !important;
}
.margin-left-double {
    margin-left: 30px !important;
}
.margin-right-double {
    margin-right: 30px !important;
}
.margin-half {
    margin: 8px !important;
}
.margin-top-half {
    margin-top: 8px !important;
}
.margin-bottom-half {
    margin-bottom: 8px !important;
}
.margin-left-half {
    margin-left: 8px !important;
}
.margin-right-half {
    margin-right: 8px !important;
}
.margin-reset {
    margin: 0 !important;
}
.margin-top-reset {
    margin-top: 0 !important;
}
.margin-bottom-reset {
    margin-bottom: 0 !important;
}
.margin-left-reset {
    margin-left: 0 !important;
}
.margin-right-reset {
    margin-right: 0 !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.clear {
    float: none !important;
}
.border {
    border: 1px solid #C97550;
}
.border-top {
    border-top: 1px solid #C97550;
}
.border-bottom {
    border-bottom: 1px solid #C97550;
}
.border-left {
    border-left: 1px solid #C97550;
}
.border-right {
    border-right: 1px solid #C97550;
}
.border-reset {
    border: 0 !important;
}
.border-top-reset {
    border-top: 0 !important;
}
.border-bottom-reset {
    border-bottom: 0 !important;
}
.border-left-reset {
    border-left: 0 !important;
}
.border-right-reset {
    border-right: 0 !important;
}
.background-primary {
    background-color: #C97550;
}
.background-primary-light {
    background-color: #C97550;
}
.background-primary-lighter {
    background-color: #54a6d3;
}
.background-secondary {
    background-color: #263746;
}
.background-tertiary {
    background-color: #fff4ef;
}
.background-white {
    background-color: #ffffff;
}
.background-black {
    background-color: #0e0e0e;
}
.background-gray {
    background-color: #555555;
}
.background-gray-light {
    background-color: #cccccc;
}
.background-gray-lighter {
    background-color: #eeeeee;
}
.background-gray-dark {
    background-color: #333333;
}
.drop-shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
}
.block {
    display: block !important;
}
.inline-block {
    display: inline-block !important;
}
.display-table {
    display: table;
    width: calc(100% + 60px);
}
.display-table > .col-lg-1,
.display-table > .col-lg-10,
.display-table > .col-lg-11,
.display-table > .col-lg-12,
.display-table > .col-lg-2,
.display-table > .col-lg-3,
.display-table > .col-lg-4,
.display-table > .col-lg-5,
.display-table > .col-lg-6,
.display-table > .col-lg-7,
.display-table > .col-lg-8,
.display-table > .col-lg-9,
.display-table > .col-md-1,
.display-table > .col-md-10,
.display-table > .col-md-11,
.display-table > .col-md-12,
.display-table > .col-md-2,
.display-table > .col-md-3,
.display-table > .col-md-4,
.display-table > .col-md-5,
.display-table > .col-md-6,
.display-table > .col-md-7,
.display-table > .col-md-8,
.display-table > .col-md-9,
.display-table > .col-sm-1,
.display-table > .col-sm-10,
.display-table > .col-sm-11,
.display-table > .col-sm-12,
.display-table > .col-sm-2,
.display-table > .col-sm-3,
.display-table > .col-sm-4,
.display-table > .col-sm-5,
.display-table > .col-sm-6,
.display-table > .col-sm-7,
.display-table > .col-sm-8,
.display-table > .col-sm-9,
.display-table > .col-xs-1,
.display-table > .col-xs-10,
.display-table > .col-xs-11,
.display-table > .col-xs-12,
.display-table > .col-xs-2,
.display-table > .col-xs-3,
.display-table > .col-xs-4,
.display-table > .col-xs-5,
.display-table > .col-xs-6,
.display-table > .col-xs-7,
.display-table > .col-xs-8,
.display-table > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.seperator-row {
    margin-left: -30px;
    margin-right: -30px;
}
.seperator-row > .col-lg-1,
.seperator-row > .col-lg-10,
.seperator-row > .col-lg-11,
.seperator-row > .col-lg-12,
.seperator-row > .col-lg-2,
.seperator-row > .col-lg-3,
.seperator-row > .col-lg-4,
.seperator-row > .col-lg-5,
.seperator-row > .col-lg-6,
.seperator-row > .col-lg-7,
.seperator-row > .col-lg-8,
.seperator-row > .col-lg-9,
.seperator-row > .col-md-1,
.seperator-row > .col-md-10,
.seperator-row > .col-md-11,
.seperator-row > .col-md-12,
.seperator-row > .col-md-2,
.seperator-row > .col-md-3,
.seperator-row > .col-md-4,
.seperator-row > .col-md-5,
.seperator-row > .col-md-6,
.seperator-row > .col-md-7,
.seperator-row > .col-md-8,
.seperator-row > .col-md-9,
.seperator-row > .col-sm-1,
.seperator-row > .col-sm-10,
.seperator-row > .col-sm-11,
.seperator-row > .col-sm-12,
.seperator-row > .col-sm-2,
.seperator-row > .col-sm-3,
.seperator-row > .col-sm-4,
.seperator-row > .col-sm-5,
.seperator-row > .col-sm-6,
.seperator-row > .col-sm-7,
.seperator-row > .col-sm-8,
.seperator-row > .col-sm-9,
.seperator-row > .col-xs-1,
.seperator-row > .col-xs-10,
.seperator-row > .col-xs-11,
.seperator-row > .col-xs-12,
.seperator-row > .col-xs-2,
.seperator-row > .col-xs-3,
.seperator-row > .col-xs-4,
.seperator-row > .col-xs-5,
.seperator-row > .col-xs-6,
.seperator-row > .col-xs-7,
.seperator-row > .col-xs-8,
.seperator-row > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #C97550;
}
.seperator-row > .col-lg-10:last-child,
.seperator-row > .col-lg-11:last-child,
.seperator-row > .col-lg-12:last-child,
.seperator-row > .col-lg-1:last-child,
.seperator-row > .col-lg-2:last-child,
.seperator-row > .col-lg-3:last-child,
.seperator-row > .col-lg-4:last-child,
.seperator-row > .col-lg-5:last-child,
.seperator-row > .col-lg-6:last-child,
.seperator-row > .col-lg-7:last-child,
.seperator-row > .col-lg-8:last-child,
.seperator-row > .col-lg-9:last-child,
.seperator-row > .col-md-10:last-child,
.seperator-row > .col-md-11:last-child,
.seperator-row > .col-md-12:last-child,
.seperator-row > .col-md-1:last-child,
.seperator-row > .col-md-2:last-child,
.seperator-row > .col-md-3:last-child,
.seperator-row > .col-md-4:last-child,
.seperator-row > .col-md-5:last-child,
.seperator-row > .col-md-6:last-child,
.seperator-row > .col-md-7:last-child,
.seperator-row > .col-md-8:last-child,
.seperator-row > .col-md-9:last-child,
.seperator-row > .col-sm-10:last-child,
.seperator-row > .col-sm-11:last-child,
.seperator-row > .col-sm-12:last-child,
.seperator-row > .col-sm-1:last-child,
.seperator-row > .col-sm-2:last-child,
.seperator-row > .col-sm-3:last-child,
.seperator-row > .col-sm-4:last-child,
.seperator-row > .col-sm-5:last-child,
.seperator-row > .col-sm-6:last-child,
.seperator-row > .col-sm-7:last-child,
.seperator-row > .col-sm-8:last-child,
.seperator-row > .col-sm-9:last-child,
.seperator-row > .col-xs-10:last-child,
.seperator-row > .col-xs-11:last-child,
.seperator-row > .col-xs-12:last-child,
.seperator-row > .col-xs-1:last-child,
.seperator-row > .col-xs-2:last-child,
.seperator-row > .col-xs-3:last-child,
.seperator-row > .col-xs-4:last-child,
.seperator-row > .col-xs-5:last-child,
.seperator-row > .col-xs-6:last-child,
.seperator-row > .col-xs-7:last-child,
.seperator-row > .col-xs-8:last-child,
.seperator-row > .col-xs-9:last-child {
    border-right: 0;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class*=" col-"],
.row.no-gutters > [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.row.half-gutters {
    margin-right: -8px;
    margin-left: -8px;
}
.row.half-gutters > [class*=" col-"],
.row.half-gutters > [class^="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}
.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.row-eq-height > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.col-20p {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 575px) {
    .padding-xs {
        padding: 15px !important;
    }
    .padding-top-xs {
        padding-top: 15px !important;
    }
    .padding-bottom-xs {
        padding-bottom: 15px !important;
    }
    .padding-left-xs {
        padding-left: 15px !important;
    }
    .padding-right-xs {
        padding-right: 15px !important;
    }
    .padding-double-xs {
        padding: 30px !important;
    }
    .padding-top-double-xs {
        padding-top: 30px !important;
    }
    .padding-bottom-double-xs {
        padding-bottom: 30px !important;
    }
    .padding-left-double-xs {
        padding-left: 30px !important;
    }
    .padding-right-double-xs {
        padding-right: 30px !important;
    }
    .padding-half-xs {
        padding: 8px !important;
    }
    .padding-top-half-xs {
        padding-top: 8px !important;
    }
    .padding-bottom-half-xs {
        padding-bottom: 8px !important;
    }
    .padding-left-half-xs {
        padding-left: 8px !important;
    }
    .padding-right-half-xs {
        padding-right: 8px !important;
    }
    .padding-content-xs {
        padding: 50px !important;
    }
    .padding-top-content-xs {
        padding-top: 50px !important;
    }
    .padding-bottom-content-xs {
        padding-bottom: 50px !important;
    }
    .padding-left-content-xs {
        padding-left: 50px !important;
    }
    .padding-right-content-xs {
        padding-right: 50px !important;
    }
    .padding-reset-xs {
        padding: 0 !important;
    }
    .padding-top-reset-xs {
        padding-top: 0 !important;
    }
    .padding-bottom-reset-xs {
        padding-bottom: 0 !important;
    }
    .padding-left-reset-xs {
        padding-left: 0 !important;
    }
    .padding-right-reset-xs {
        padding-right: 0 !important;
    }
    .margin-xs {
        margin: 15px !important;
    }
    .margin-top-xs {
        margin-top: 15px !important;
    }
    .margin-bottom-xs {
        margin-bottom: 15px !important;
    }
    .margin-left-xs {
        margin-left: 15px !important;
    }
    .margin-right-xs {
        margin-right: 15px !important;
    }
    .margin-double-xs {
        margin: 30px !important;
    }
    .margin-top-double-xs {
        margin-top: 30px !important;
    }
    .margin-bottom-double-xs {
        margin-bottom: 30px !important;
    }
    .margin-left-double-xs {
        margin-left: 30px !important;
    }
    .margin-right-double-xs {
        margin-right: 30px !important;
    }
    .margin-half-xs {
        margin: 8px !important;
    }
    .margin-top-half-xs {
        margin-top: 8px !important;
    }
    .margin-bottom-half-xs {
        margin-bottom: 8px !important;
    }
    .margin-left-half-xs {
        margin-left: 8px !important;
    }
    .margin-right-half-xs {
        margin-right: 8px !important;
    }
    .margin-reset-xs {
        margin: 0 !important;
    }
    .margin-top-reset-xs {
        margin-top: 0 !important;
    }
    .margin-bottom-reset-xs {
        margin-bottom: 0 !important;
    }
    .margin-left-reset-xs {
        margin-left: 0 !important;
    }
    .margin-right-reset-xs {
        margin-right: 0 !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-left-xs {
        text-align: left !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .pull-left-xs {
        float: left !important;
    }
    .pull-right-xs {
        float: right !important;
    }
    .clear-xs {
        float: none !important;
    }
    .border-xs {
        border: 1px solid #C97550;
    }
    .border-top-xs {
        border-top: 1px solid #C97550;
    }
    .border-bottom-xs {
        border-bottom: 1px solid #C97550;
    }
    .border-left-xs {
        border-left: 1px solid #C97550;
    }
    .border-right-xs {
        border-right: 1px solid #C97550;
    }
    .border-reset-xs {
        border: 0 !important;
    }
    .border-top-reset-xs {
        border-top: 0 !important;
    }
    .border-bottom-reset-xs {
        border-bottom: 0 !important;
    }
    .border-left-reset-xs {
        border-left: 0 !important;
    }
    .border-right-reset-xs {
        border-right: 0 !important;
    }
    .background-primary-xs {
        background-color: #C97550;
    }
    .background-primary-light-xs {
        background-color: #C97550;
    }
    .background-primary-lighter-xs {
        background-color: #54a6d3;
    }
    .background-secondary-xs {
        background-color: #263746;
    }
    .background-tertiary-xs {
        background-color: #fff4ef;
    }
    .background-white-xs {
        background-color: #ffffff;
    }
    .background-black-xs {
        background-color: #0e0e0e;
    }
    .background-gray-xs {
        background-color: #555555;
    }
    .background-gray-light-xs {
        background-color: #cccccc;
    }
    .background-gray-lighter-xs {
        background-color: #eeeeee;
    }
    .background-gray-dark-xs {
        background-color: #333333;
    }
    .drop-shadow-xs {
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    }
    .block-xs {
        display: block !important;
    }
    .inline-block-xs {
        display: inline-block !important;
    }
    .display-table-xs {
        display: table;
        width: calc(100% + 60px);
    }
    .display-table-xs > .col-lg-1,
    .display-table-xs > .col-lg-10,
    .display-table-xs > .col-lg-11,
    .display-table-xs > .col-lg-12,
    .display-table-xs > .col-lg-2,
    .display-table-xs > .col-lg-3,
    .display-table-xs > .col-lg-4,
    .display-table-xs > .col-lg-5,
    .display-table-xs > .col-lg-6,
    .display-table-xs > .col-lg-7,
    .display-table-xs > .col-lg-8,
    .display-table-xs > .col-lg-9,
    .display-table-xs > .col-md-1,
    .display-table-xs > .col-md-10,
    .display-table-xs > .col-md-11,
    .display-table-xs > .col-md-12,
    .display-table-xs > .col-md-2,
    .display-table-xs > .col-md-3,
    .display-table-xs > .col-md-4,
    .display-table-xs > .col-md-5,
    .display-table-xs > .col-md-6,
    .display-table-xs > .col-md-7,
    .display-table-xs > .col-md-8,
    .display-table-xs > .col-md-9,
    .display-table-xs > .col-sm-1,
    .display-table-xs > .col-sm-10,
    .display-table-xs > .col-sm-11,
    .display-table-xs > .col-sm-12,
    .display-table-xs > .col-sm-2,
    .display-table-xs > .col-sm-3,
    .display-table-xs > .col-sm-4,
    .display-table-xs > .col-sm-5,
    .display-table-xs > .col-sm-6,
    .display-table-xs > .col-sm-7,
    .display-table-xs > .col-sm-8,
    .display-table-xs > .col-sm-9,
    .display-table-xs > .col-xs-1,
    .display-table-xs > .col-xs-10,
    .display-table-xs > .col-xs-11,
    .display-table-xs > .col-xs-12,
    .display-table-xs > .col-xs-2,
    .display-table-xs > .col-xs-3,
    .display-table-xs > .col-xs-4,
    .display-table-xs > .col-xs-5,
    .display-table-xs > .col-xs-6,
    .display-table-xs > .col-xs-7,
    .display-table-xs > .col-xs-8,
    .display-table-xs > .col-xs-9 {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
    .seperator-row-xs {
        margin-left: -30px;
        margin-right: -30px;
    }
    .seperator-row-xs > .col-lg-1,
    .seperator-row-xs > .col-lg-10,
    .seperator-row-xs > .col-lg-11,
    .seperator-row-xs > .col-lg-12,
    .seperator-row-xs > .col-lg-2,
    .seperator-row-xs > .col-lg-3,
    .seperator-row-xs > .col-lg-4,
    .seperator-row-xs > .col-lg-5,
    .seperator-row-xs > .col-lg-6,
    .seperator-row-xs > .col-lg-7,
    .seperator-row-xs > .col-lg-8,
    .seperator-row-xs > .col-lg-9,
    .seperator-row-xs > .col-md-1,
    .seperator-row-xs > .col-md-10,
    .seperator-row-xs > .col-md-11,
    .seperator-row-xs > .col-md-12,
    .seperator-row-xs > .col-md-2,
    .seperator-row-xs > .col-md-3,
    .seperator-row-xs > .col-md-4,
    .seperator-row-xs > .col-md-5,
    .seperator-row-xs > .col-md-6,
    .seperator-row-xs > .col-md-7,
    .seperator-row-xs > .col-md-8,
    .seperator-row-xs > .col-md-9,
    .seperator-row-xs > .col-sm-1,
    .seperator-row-xs > .col-sm-10,
    .seperator-row-xs > .col-sm-11,
    .seperator-row-xs > .col-sm-12,
    .seperator-row-xs > .col-sm-2,
    .seperator-row-xs > .col-sm-3,
    .seperator-row-xs > .col-sm-4,
    .seperator-row-xs > .col-sm-5,
    .seperator-row-xs > .col-sm-6,
    .seperator-row-xs > .col-sm-7,
    .seperator-row-xs > .col-sm-8,
    .seperator-row-xs > .col-sm-9,
    .seperator-row-xs > .col-xs-1,
    .seperator-row-xs > .col-xs-10,
    .seperator-row-xs > .col-xs-11,
    .seperator-row-xs > .col-xs-12,
    .seperator-row-xs > .col-xs-2,
    .seperator-row-xs > .col-xs-3,
    .seperator-row-xs > .col-xs-4,
    .seperator-row-xs > .col-xs-5,
    .seperator-row-xs > .col-xs-6,
    .seperator-row-xs > .col-xs-7,
    .seperator-row-xs > .col-xs-8,
    .seperator-row-xs > .col-xs-9 {
        padding-left: 30px;
        padding-right: 30px;
        border-right: 1px solid #C97550;
    }
    .seperator-row-xs > .col-lg-10:last-child,
    .seperator-row-xs > .col-lg-11:last-child,
    .seperator-row-xs > .col-lg-12:last-child,
    .seperator-row-xs > .col-lg-1:last-child,
    .seperator-row-xs > .col-lg-2:last-child,
    .seperator-row-xs > .col-lg-3:last-child,
    .seperator-row-xs > .col-lg-4:last-child,
    .seperator-row-xs > .col-lg-5:last-child,
    .seperator-row-xs > .col-lg-6:last-child,
    .seperator-row-xs > .col-lg-7:last-child,
    .seperator-row-xs > .col-lg-8:last-child,
    .seperator-row-xs > .col-lg-9:last-child,
    .seperator-row-xs > .col-md-10:last-child,
    .seperator-row-xs > .col-md-11:last-child,
    .seperator-row-xs > .col-md-12:last-child,
    .seperator-row-xs > .col-md-1:last-child,
    .seperator-row-xs > .col-md-2:last-child,
    .seperator-row-xs > .col-md-3:last-child,
    .seperator-row-xs > .col-md-4:last-child,
    .seperator-row-xs > .col-md-5:last-child,
    .seperator-row-xs > .col-md-6:last-child,
    .seperator-row-xs > .col-md-7:last-child,
    .seperator-row-xs > .col-md-8:last-child,
    .seperator-row-xs > .col-md-9:last-child,
    .seperator-row-xs > .col-sm-10:last-child,
    .seperator-row-xs > .col-sm-11:last-child,
    .seperator-row-xs > .col-sm-12:last-child,
    .seperator-row-xs > .col-sm-1:last-child,
    .seperator-row-xs > .col-sm-2:last-child,
    .seperator-row-xs > .col-sm-3:last-child,
    .seperator-row-xs > .col-sm-4:last-child,
    .seperator-row-xs > .col-sm-5:last-child,
    .seperator-row-xs > .col-sm-6:last-child,
    .seperator-row-xs > .col-sm-7:last-child,
    .seperator-row-xs > .col-sm-8:last-child,
    .seperator-row-xs > .col-sm-9:last-child,
    .seperator-row-xs > .col-xs-10:last-child,
    .seperator-row-xs > .col-xs-11:last-child,
    .seperator-row-xs > .col-xs-12:last-child,
    .seperator-row-xs > .col-xs-1:last-child,
    .seperator-row-xs > .col-xs-2:last-child,
    .seperator-row-xs > .col-xs-3:last-child,
    .seperator-row-xs > .col-xs-4:last-child,
    .seperator-row-xs > .col-xs-5:last-child,
    .seperator-row-xs > .col-xs-6:last-child,
    .seperator-row-xs > .col-xs-7:last-child,
    .seperator-row-xs > .col-xs-8:last-child,
    .seperator-row-xs > .col-xs-9:last-child {
        border-right: 0;
    }
    .row.no-gutter-xss {
        margin-right: 0;
        margin-left: 0;
    }
    .row.no-gutters-xs > [class*=" col-"],
    .row.no-gutters-xs > [class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .row.half-gutters-xs {
        margin-right: -8px;
        margin-left: -8px;
    }
    .row.half-gutters-xs > [class*=" col-"],
    .row.half-gutters-xs > [class^="col-"] {
        padding-right: 8px;
        padding-left: 8px;
    }
    .row-eq-height-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .row-eq-height-xs > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .col-20p-xs {
        width: 20%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .padding-sm {
        padding: 15px !important;
    }
    .padding-top-sm {
        padding-top: 15px !important;
    }
    .padding-bottom-sm {
        padding-bottom: 15px !important;
    }
    .padding-left-sm {
        padding-left: 15px !important;
    }
    .padding-right-sm {
        padding-right: 15px !important;
    }
    .padding-double-sm {
        padding: 30px !important;
    }
    .padding-top-double-sm {
        padding-top: 30px !important;
    }
    .padding-bottom-double-sm {
        padding-bottom: 30px !important;
    }
    .padding-left-double-sm {
        padding-left: 30px !important;
    }
    .padding-right-double-sm {
        padding-right: 30px !important;
    }
    .padding-half-sm {
        padding: 8px !important;
    }
    .padding-top-half-sm {
        padding-top: 8px !important;
    }
    .padding-bottom-half-sm {
        padding-bottom: 8px !important;
    }
    .padding-left-half-sm {
        padding-left: 8px !important;
    }
    .padding-right-half-sm {
        padding-right: 8px !important;
    }
    .padding-content-sm {
        padding: 50px !important;
    }
    .padding-top-content-sm {
        padding-top: 50px !important;
    }
    .padding-bottom-content-sm {
        padding-bottom: 50px !important;
    }
    .padding-left-content-sm {
        padding-left: 50px !important;
    }
    .padding-right-content-sm {
        padding-right: 50px !important;
    }
    .padding-reset-sm {
        padding: 0 !important;
    }
    .padding-top-reset-sm {
        padding-top: 0 !important;
    }
    .padding-bottom-reset-sm {
        padding-bottom: 0 !important;
    }
    .padding-left-reset-sm {
        padding-left: 0 !important;
    }
    .padding-right-reset-sm {
        padding-right: 0 !important;
    }
    .margin-sm {
        margin: 15px !important;
    }
    .margin-top-sm {
        margin-top: 15px !important;
    }
    .margin-bottom-sm {
        margin-bottom: 15px !important;
    }
    .margin-left-sm {
        margin-left: 15px !important;
    }
    .margin-right-sm {
        margin-right: 15px !important;
    }
    .margin-double-sm {
        margin: 30px !important;
    }
    .margin-top-double-sm {
        margin-top: 30px !important;
    }
    .margin-bottom-double-sm {
        margin-bottom: 30px !important;
    }
    .margin-left-double-sm {
        margin-left: 30px !important;
    }
    .margin-right-double-sm {
        margin-right: 30px !important;
    }
    .margin-half-sm {
        margin: 8px !important;
    }
    .margin-top-half-sm {
        margin-top: 8px !important;
    }
    .margin-bottom-half-sm {
        margin-bottom: 8px !important;
    }
    .margin-left-half-sm {
        margin-left: 8px !important;
    }
    .margin-right-half-sm {
        margin-right: 8px !important;
    }
    .margin-reset-sm {
        margin: 0 !important;
    }
    .margin-top-reset-sm {
        margin-top: 0 !important;
    }
    .margin-bottom-reset-sm {
        margin-bottom: 0 !important;
    }
    .margin-left-reset-sm {
        margin-left: 0 !important;
    }
    .margin-right-reset-sm {
        margin-right: 0 !important;
    }
    .text-center-sm {
        text-align: center !important;
    }
    .text-left-sm {
        text-align: left !important;
    }
    .text-right-sm {
        text-align: right !important;
    }
    .pull-left-sm {
        float: left !important;
    }
    .pull-right-sm {
        float: right !important;
    }
    .clear-sm {
        float: none !important;
    }
    .border-sm {
        border: 1px solid #C97550;
    }
    .border-top-sm {
        border-top: 1px solid #C97550;
    }
    .border-bottom-sm {
        border-bottom: 1px solid #C97550;
    }
    .border-left-sm {
        border-left: 1px solid #C97550;
    }
    .border-right-sm {
        border-right: 1px solid #C97550;
    }
    .border-reset-sm {
        border: 0 !important;
    }
    .border-top-reset-sm {
        border-top: 0 !important;
    }
    .border-bottom-reset-sm {
        border-bottom: 0 !important;
    }
    .border-left-reset-sm {
        border-left: 0 !important;
    }
    .border-right-reset-sm {
        border-right: 0 !important;
    }
    .background-primary-sm {
        background-color: #C97550;
    }
    .background-primary-light-sm {
        background-color: #C97550;
    }
    .background-primary-lighter-sm {
        background-color: #54a6d3;
    }
    .background-secondary-sm {
        background-color: #263746;
    }
    .background-tertiary-sm {
        background-color: #fff4ef;
    }
    .background-white-sm {
        background-color: #ffffff;
    }
    .background-black-sm {
        background-color: #0e0e0e;
    }
    .background-gray-sm {
        background-color: #555555;
    }
    .background-gray-light-sm {
        background-color: #cccccc;
    }
    .background-gray-lighter-sm {
        background-color: #eeeeee;
    }
    .background-gray-dark-sm {
        background-color: #333333;
    }
    .drop-shadow-sm {
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    }
    .block-sm {
        display: block !important;
    }
    .inline-block-sm {
        display: inline-block !important;
    }
    .display-table-sm {
        display: table;
        width: calc(100% + 60px);
    }
    .display-table-sm > .col-lg-1,
    .display-table-sm > .col-lg-10,
    .display-table-sm > .col-lg-11,
    .display-table-sm > .col-lg-12,
    .display-table-sm > .col-lg-2,
    .display-table-sm > .col-lg-3,
    .display-table-sm > .col-lg-4,
    .display-table-sm > .col-lg-5,
    .display-table-sm > .col-lg-6,
    .display-table-sm > .col-lg-7,
    .display-table-sm > .col-lg-8,
    .display-table-sm > .col-lg-9,
    .display-table-sm > .col-md-1,
    .display-table-sm > .col-md-10,
    .display-table-sm > .col-md-11,
    .display-table-sm > .col-md-12,
    .display-table-sm > .col-md-2,
    .display-table-sm > .col-md-3,
    .display-table-sm > .col-md-4,
    .display-table-sm > .col-md-5,
    .display-table-sm > .col-md-6,
    .display-table-sm > .col-md-7,
    .display-table-sm > .col-md-8,
    .display-table-sm > .col-md-9,
    .display-table-sm > .col-sm-1,
    .display-table-sm > .col-sm-10,
    .display-table-sm > .col-sm-11,
    .display-table-sm > .col-sm-12,
    .display-table-sm > .col-sm-2,
    .display-table-sm > .col-sm-3,
    .display-table-sm > .col-sm-4,
    .display-table-sm > .col-sm-5,
    .display-table-sm > .col-sm-6,
    .display-table-sm > .col-sm-7,
    .display-table-sm > .col-sm-8,
    .display-table-sm > .col-sm-9,
    .display-table-sm > .col-xs-1,
    .display-table-sm > .col-xs-10,
    .display-table-sm > .col-xs-11,
    .display-table-sm > .col-xs-12,
    .display-table-sm > .col-xs-2,
    .display-table-sm > .col-xs-3,
    .display-table-sm > .col-xs-4,
    .display-table-sm > .col-xs-5,
    .display-table-sm > .col-xs-6,
    .display-table-sm > .col-xs-7,
    .display-table-sm > .col-xs-8,
    .display-table-sm > .col-xs-9 {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
    .seperator-row-sm {
        margin-left: -30px;
        margin-right: -30px;
    }
    .seperator-row-sm > .col-lg-1,
    .seperator-row-sm > .col-lg-10,
    .seperator-row-sm > .col-lg-11,
    .seperator-row-sm > .col-lg-12,
    .seperator-row-sm > .col-lg-2,
    .seperator-row-sm > .col-lg-3,
    .seperator-row-sm > .col-lg-4,
    .seperator-row-sm > .col-lg-5,
    .seperator-row-sm > .col-lg-6,
    .seperator-row-sm > .col-lg-7,
    .seperator-row-sm > .col-lg-8,
    .seperator-row-sm > .col-lg-9,
    .seperator-row-sm > .col-md-1,
    .seperator-row-sm > .col-md-10,
    .seperator-row-sm > .col-md-11,
    .seperator-row-sm > .col-md-12,
    .seperator-row-sm > .col-md-2,
    .seperator-row-sm > .col-md-3,
    .seperator-row-sm > .col-md-4,
    .seperator-row-sm > .col-md-5,
    .seperator-row-sm > .col-md-6,
    .seperator-row-sm > .col-md-7,
    .seperator-row-sm > .col-md-8,
    .seperator-row-sm > .col-md-9,
    .seperator-row-sm > .col-sm-1,
    .seperator-row-sm > .col-sm-10,
    .seperator-row-sm > .col-sm-11,
    .seperator-row-sm > .col-sm-12,
    .seperator-row-sm > .col-sm-2,
    .seperator-row-sm > .col-sm-3,
    .seperator-row-sm > .col-sm-4,
    .seperator-row-sm > .col-sm-5,
    .seperator-row-sm > .col-sm-6,
    .seperator-row-sm > .col-sm-7,
    .seperator-row-sm > .col-sm-8,
    .seperator-row-sm > .col-sm-9,
    .seperator-row-sm > .col-xs-1,
    .seperator-row-sm > .col-xs-10,
    .seperator-row-sm > .col-xs-11,
    .seperator-row-sm > .col-xs-12,
    .seperator-row-sm > .col-xs-2,
    .seperator-row-sm > .col-xs-3,
    .seperator-row-sm > .col-xs-4,
    .seperator-row-sm > .col-xs-5,
    .seperator-row-sm > .col-xs-6,
    .seperator-row-sm > .col-xs-7,
    .seperator-row-sm > .col-xs-8,
    .seperator-row-sm > .col-xs-9 {
        padding-left: 30px;
        padding-right: 30px;
        border-right: 1px solid #C97550;
    }
    .seperator-row-sm > .col-lg-10:last-child,
    .seperator-row-sm > .col-lg-11:last-child,
    .seperator-row-sm > .col-lg-12:last-child,
    .seperator-row-sm > .col-lg-1:last-child,
    .seperator-row-sm > .col-lg-2:last-child,
    .seperator-row-sm > .col-lg-3:last-child,
    .seperator-row-sm > .col-lg-4:last-child,
    .seperator-row-sm > .col-lg-5:last-child,
    .seperator-row-sm > .col-lg-6:last-child,
    .seperator-row-sm > .col-lg-7:last-child,
    .seperator-row-sm > .col-lg-8:last-child,
    .seperator-row-sm > .col-lg-9:last-child,
    .seperator-row-sm > .col-md-10:last-child,
    .seperator-row-sm > .col-md-11:last-child,
    .seperator-row-sm > .col-md-12:last-child,
    .seperator-row-sm > .col-md-1:last-child,
    .seperator-row-sm > .col-md-2:last-child,
    .seperator-row-sm > .col-md-3:last-child,
    .seperator-row-sm > .col-md-4:last-child,
    .seperator-row-sm > .col-md-5:last-child,
    .seperator-row-sm > .col-md-6:last-child,
    .seperator-row-sm > .col-md-7:last-child,
    .seperator-row-sm > .col-md-8:last-child,
    .seperator-row-sm > .col-md-9:last-child,
    .seperator-row-sm > .col-sm-10:last-child,
    .seperator-row-sm > .col-sm-11:last-child,
    .seperator-row-sm > .col-sm-12:last-child,
    .seperator-row-sm > .col-sm-1:last-child,
    .seperator-row-sm > .col-sm-2:last-child,
    .seperator-row-sm > .col-sm-3:last-child,
    .seperator-row-sm > .col-sm-4:last-child,
    .seperator-row-sm > .col-sm-5:last-child,
    .seperator-row-sm > .col-sm-6:last-child,
    .seperator-row-sm > .col-sm-7:last-child,
    .seperator-row-sm > .col-sm-8:last-child,
    .seperator-row-sm > .col-sm-9:last-child,
    .seperator-row-sm > .col-xs-10:last-child,
    .seperator-row-sm > .col-xs-11:last-child,
    .seperator-row-sm > .col-xs-12:last-child,
    .seperator-row-sm > .col-xs-1:last-child,
    .seperator-row-sm > .col-xs-2:last-child,
    .seperator-row-sm > .col-xs-3:last-child,
    .seperator-row-sm > .col-xs-4:last-child,
    .seperator-row-sm > .col-xs-5:last-child,
    .seperator-row-sm > .col-xs-6:last-child,
    .seperator-row-sm > .col-xs-7:last-child,
    .seperator-row-sm > .col-xs-8:last-child,
    .seperator-row-sm > .col-xs-9:last-child {
        border-right: 0;
    }
    .row.no-gutter-sms {
        margin-right: 0;
        margin-left: 0;
    }
    .row.no-gutters-sm > [class*=" col-"],
    .row.no-gutters-sm > [class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .row.half-gutters-sm {
        margin-right: -8px;
        margin-left: -8px;
    }
    .row.half-gutters-sm > [class*=" col-"],
    .row.half-gutters-sm > [class^="col-"] {
        padding-right: 8px;
        padding-left: 8px;
    }
    .row-eq-height-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .row-eq-height-sm > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .col-20p-sm {
        width: 20%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .padding-md {
        padding: 15px !important;
    }
    .padding-top-md {
        padding-top: 15px !important;
    }
    .padding-bottom-md {
        padding-bottom: 15px !important;
    }
    .padding-left-md {
        padding-left: 15px !important;
    }
    .padding-right-md {
        padding-right: 15px !important;
    }
    .padding-double-md {
        padding: 30px !important;
    }
    .padding-top-double-md {
        padding-top: 30px !important;
    }
    .padding-bottom-double-md {
        padding-bottom: 30px !important;
    }
    .padding-left-double-md {
        padding-left: 30px !important;
    }
    .padding-right-double-md {
        padding-right: 30px !important;
    }
    .padding-half-md {
        padding: 8px !important;
    }
    .padding-top-half-md {
        padding-top: 8px !important;
    }
    .padding-bottom-half-md {
        padding-bottom: 8px !important;
    }
    .padding-left-half-md {
        padding-left: 8px !important;
    }
    .padding-right-half-md {
        padding-right: 8px !important;
    }
    .padding-content-md {
        padding: 50px !important;
    }
    .padding-top-content-md {
        padding-top: 50px !important;
    }
    .padding-bottom-content-md {
        padding-bottom: 50px !important;
    }
    .padding-left-content-md {
        padding-left: 50px !important;
    }
    .padding-right-content-md {
        padding-right: 50px !important;
    }
    .padding-reset-md {
        padding: 0 !important;
    }
    .padding-top-reset-md {
        padding-top: 0 !important;
    }
    .padding-bottom-reset-md {
        padding-bottom: 0 !important;
    }
    .padding-left-reset-md {
        padding-left: 0 !important;
    }
    .padding-right-reset-md {
        padding-right: 0 !important;
    }
    .margin-md {
        margin: 15px !important;
    }
    .margin-top-md {
        margin-top: 15px !important;
    }
    .margin-bottom-md {
        margin-bottom: 15px !important;
    }
    .margin-left-md {
        margin-left: 15px !important;
    }
    .margin-right-md {
        margin-right: 15px !important;
    }
    .margin-double-md {
        margin: 30px !important;
    }
    .margin-top-double-md {
        margin-top: 30px !important;
    }
    .margin-bottom-double-md {
        margin-bottom: 30px !important;
    }
    .margin-left-double-md {
        margin-left: 30px !important;
    }
    .margin-right-double-md {
        margin-right: 30px !important;
    }
    .margin-half-md {
        margin: 8px !important;
    }
    .margin-top-half-md {
        margin-top: 8px !important;
    }
    .margin-bottom-half-md {
        margin-bottom: 8px !important;
    }
    .margin-left-half-md {
        margin-left: 8px !important;
    }
    .margin-right-half-md {
        margin-right: 8px !important;
    }
    .margin-reset-md {
        margin: 0 !important;
    }
    .margin-top-reset-md {
        margin-top: 0 !important;
    }
    .margin-bottom-reset-md {
        margin-bottom: 0 !important;
    }
    .margin-left-reset-md {
        margin-left: 0 !important;
    }
    .margin-right-reset-md {
        margin-right: 0 !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-left-md {
        text-align: left !important;
    }
    .text-right-md {
        text-align: right !important;
    }
    .pull-left-md {
        float: left !important;
    }
    .pull-right-md {
        float: right !important;
    }
    .clear-md {
        float: none !important;
    }
    .border-md {
        border: 1px solid #C97550;
    }
    .border-top-md {
        border-top: 1px solid #C97550;
    }
    .border-bottom-md {
        border-bottom: 1px solid #C97550;
    }
    .border-left-md {
        border-left: 1px solid #C97550;
    }
    .border-right-md {
        border-right: 1px solid #C97550;
    }
    .border-reset-md {
        border: 0 !important;
    }
    .border-top-reset-md {
        border-top: 0 !important;
    }
    .border-bottom-reset-md {
        border-bottom: 0 !important;
    }
    .border-left-reset-md {
        border-left: 0 !important;
    }
    .border-right-reset-md {
        border-right: 0 !important;
    }
    .background-primary-md {
        background-color: #C97550;
    }
    .background-primary-light-md {
        background-color: #C97550;
    }
    .background-primary-lighter-md {
        background-color: #54a6d3;
    }
    .background-secondary-md {
        background-color: #263746;
    }
    .background-tertiary-md {
        background-color: #fff4ef;
    }
    .background-white-md {
        background-color: #ffffff;
    }
    .background-black-md {
        background-color: #0e0e0e;
    }
    .background-gray-md {
        background-color: #555555;
    }
    .background-gray-light-md {
        background-color: #cccccc;
    }
    .background-gray-lighter-md {
        background-color: #eeeeee;
    }
    .background-gray-dark-md {
        background-color: #333333;
    }
    .drop-shadow-md {
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    }
    .block-md {
        display: block !important;
    }
    .inline-block-md {
        display: inline-block !important;
    }
    .display-table-md {
        display: table;
        width: calc(100% + 60px);
    }
    .display-table-md > .col-lg-1,
    .display-table-md > .col-lg-10,
    .display-table-md > .col-lg-11,
    .display-table-md > .col-lg-12,
    .display-table-md > .col-lg-2,
    .display-table-md > .col-lg-3,
    .display-table-md > .col-lg-4,
    .display-table-md > .col-lg-5,
    .display-table-md > .col-lg-6,
    .display-table-md > .col-lg-7,
    .display-table-md > .col-lg-8,
    .display-table-md > .col-lg-9,
    .display-table-md > .col-md-1,
    .display-table-md > .col-md-10,
    .display-table-md > .col-md-11,
    .display-table-md > .col-md-12,
    .display-table-md > .col-md-2,
    .display-table-md > .col-md-3,
    .display-table-md > .col-md-4,
    .display-table-md > .col-md-5,
    .display-table-md > .col-md-6,
    .display-table-md > .col-md-7,
    .display-table-md > .col-md-8,
    .display-table-md > .col-md-9,
    .display-table-md > .col-sm-1,
    .display-table-md > .col-sm-10,
    .display-table-md > .col-sm-11,
    .display-table-md > .col-sm-12,
    .display-table-md > .col-sm-2,
    .display-table-md > .col-sm-3,
    .display-table-md > .col-sm-4,
    .display-table-md > .col-sm-5,
    .display-table-md > .col-sm-6,
    .display-table-md > .col-sm-7,
    .display-table-md > .col-sm-8,
    .display-table-md > .col-sm-9,
    .display-table-md > .col-xs-1,
    .display-table-md > .col-xs-10,
    .display-table-md > .col-xs-11,
    .display-table-md > .col-xs-12,
    .display-table-md > .col-xs-2,
    .display-table-md > .col-xs-3,
    .display-table-md > .col-xs-4,
    .display-table-md > .col-xs-5,
    .display-table-md > .col-xs-6,
    .display-table-md > .col-xs-7,
    .display-table-md > .col-xs-8,
    .display-table-md > .col-xs-9 {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
    .seperator-row-md {
        margin-left: -30px;
        margin-right: -30px;
    }
    .seperator-row-md > .col-lg-1,
    .seperator-row-md > .col-lg-10,
    .seperator-row-md > .col-lg-11,
    .seperator-row-md > .col-lg-12,
    .seperator-row-md > .col-lg-2,
    .seperator-row-md > .col-lg-3,
    .seperator-row-md > .col-lg-4,
    .seperator-row-md > .col-lg-5,
    .seperator-row-md > .col-lg-6,
    .seperator-row-md > .col-lg-7,
    .seperator-row-md > .col-lg-8,
    .seperator-row-md > .col-lg-9,
    .seperator-row-md > .col-md-1,
    .seperator-row-md > .col-md-10,
    .seperator-row-md > .col-md-11,
    .seperator-row-md > .col-md-12,
    .seperator-row-md > .col-md-2,
    .seperator-row-md > .col-md-3,
    .seperator-row-md > .col-md-4,
    .seperator-row-md > .col-md-5,
    .seperator-row-md > .col-md-6,
    .seperator-row-md > .col-md-7,
    .seperator-row-md > .col-md-8,
    .seperator-row-md > .col-md-9,
    .seperator-row-md > .col-sm-1,
    .seperator-row-md > .col-sm-10,
    .seperator-row-md > .col-sm-11,
    .seperator-row-md > .col-sm-12,
    .seperator-row-md > .col-sm-2,
    .seperator-row-md > .col-sm-3,
    .seperator-row-md > .col-sm-4,
    .seperator-row-md > .col-sm-5,
    .seperator-row-md > .col-sm-6,
    .seperator-row-md > .col-sm-7,
    .seperator-row-md > .col-sm-8,
    .seperator-row-md > .col-sm-9,
    .seperator-row-md > .col-xs-1,
    .seperator-row-md > .col-xs-10,
    .seperator-row-md > .col-xs-11,
    .seperator-row-md > .col-xs-12,
    .seperator-row-md > .col-xs-2,
    .seperator-row-md > .col-xs-3,
    .seperator-row-md > .col-xs-4,
    .seperator-row-md > .col-xs-5,
    .seperator-row-md > .col-xs-6,
    .seperator-row-md > .col-xs-7,
    .seperator-row-md > .col-xs-8,
    .seperator-row-md > .col-xs-9 {
        padding-left: 30px;
        padding-right: 30px;
        border-right: 1px solid #C97550;
    }
    .seperator-row-md > .col-lg-10:last-child,
    .seperator-row-md > .col-lg-11:last-child,
    .seperator-row-md > .col-lg-12:last-child,
    .seperator-row-md > .col-lg-1:last-child,
    .seperator-row-md > .col-lg-2:last-child,
    .seperator-row-md > .col-lg-3:last-child,
    .seperator-row-md > .col-lg-4:last-child,
    .seperator-row-md > .col-lg-5:last-child,
    .seperator-row-md > .col-lg-6:last-child,
    .seperator-row-md > .col-lg-7:last-child,
    .seperator-row-md > .col-lg-8:last-child,
    .seperator-row-md > .col-lg-9:last-child,
    .seperator-row-md > .col-md-10:last-child,
    .seperator-row-md > .col-md-11:last-child,
    .seperator-row-md > .col-md-12:last-child,
    .seperator-row-md > .col-md-1:last-child,
    .seperator-row-md > .col-md-2:last-child,
    .seperator-row-md > .col-md-3:last-child,
    .seperator-row-md > .col-md-4:last-child,
    .seperator-row-md > .col-md-5:last-child,
    .seperator-row-md > .col-md-6:last-child,
    .seperator-row-md > .col-md-7:last-child,
    .seperator-row-md > .col-md-8:last-child,
    .seperator-row-md > .col-md-9:last-child,
    .seperator-row-md > .col-sm-10:last-child,
    .seperator-row-md > .col-sm-11:last-child,
    .seperator-row-md > .col-sm-12:last-child,
    .seperator-row-md > .col-sm-1:last-child,
    .seperator-row-md > .col-sm-2:last-child,
    .seperator-row-md > .col-sm-3:last-child,
    .seperator-row-md > .col-sm-4:last-child,
    .seperator-row-md > .col-sm-5:last-child,
    .seperator-row-md > .col-sm-6:last-child,
    .seperator-row-md > .col-sm-7:last-child,
    .seperator-row-md > .col-sm-8:last-child,
    .seperator-row-md > .col-sm-9:last-child,
    .seperator-row-md > .col-xs-10:last-child,
    .seperator-row-md > .col-xs-11:last-child,
    .seperator-row-md > .col-xs-12:last-child,
    .seperator-row-md > .col-xs-1:last-child,
    .seperator-row-md > .col-xs-2:last-child,
    .seperator-row-md > .col-xs-3:last-child,
    .seperator-row-md > .col-xs-4:last-child,
    .seperator-row-md > .col-xs-5:last-child,
    .seperator-row-md > .col-xs-6:last-child,
    .seperator-row-md > .col-xs-7:last-child,
    .seperator-row-md > .col-xs-8:last-child,
    .seperator-row-md > .col-xs-9:last-child {
        border-right: 0;
    }
    .row.no-gutter-mds {
        margin-right: 0;
        margin-left: 0;
    }
    .row.no-gutters-md > [class*=" col-"],
    .row.no-gutters-md > [class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .row.half-gutters-md {
        margin-right: -8px;
        margin-left: -8px;
    }
    .row.half-gutters-md > [class*=" col-"],
    .row.half-gutters-md > [class^="col-"] {
        padding-right: 8px;
        padding-left: 8px;
    }
    .row-eq-height-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .row-eq-height-md > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .col-20p-md {
        width: 20%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .padding-lg {
        padding: 15px !important;
    }
    .padding-top-lg {
        padding-top: 15px !important;
    }
    .padding-bottom-lg {
        padding-bottom: 15px !important;
    }
    .padding-left-lg {
        padding-left: 15px !important;
    }
    .padding-right-lg {
        padding-right: 15px !important;
    }
    .padding-double-lg {
        padding: 30px !important;
    }
    .padding-top-double-lg {
        padding-top: 30px !important;
    }
    .padding-bottom-double-lg {
        padding-bottom: 30px !important;
    }
    .padding-left-double-lg {
        padding-left: 30px !important;
    }
    .padding-right-double-lg {
        padding-right: 30px !important;
    }
    .padding-half-lg {
        padding: 8px !important;
    }
    .padding-top-half-lg {
        padding-top: 8px !important;
    }
    .padding-bottom-half-lg {
        padding-bottom: 8px !important;
    }
    .padding-left-half-lg {
        padding-left: 8px !important;
    }
    .padding-right-half-lg {
        padding-right: 8px !important;
    }
    .padding-content-lg {
        padding: 50px !important;
    }
    .padding-top-content-lg {
        padding-top: 50px !important;
    }
    .padding-bottom-content-lg {
        padding-bottom: 50px !important;
    }
    .padding-left-content-lg {
        padding-left: 50px !important;
    }
    .padding-right-content-lg {
        padding-right: 50px !important;
    }
    .padding-reset-lg {
        padding: 0 !important;
    }
    .padding-top-reset-lg {
        padding-top: 0 !important;
    }
    .padding-bottom-reset-lg {
        padding-bottom: 0 !important;
    }
    .padding-left-reset-lg {
        padding-left: 0 !important;
    }
    .padding-right-reset-lg {
        padding-right: 0 !important;
    }
    .margin-lg {
        margin: 15px !important;
    }
    .margin-top-lg {
        margin-top: 15px !important;
    }
    .margin-bottom-lg {
        margin-bottom: 15px !important;
    }
    .margin-left-lg {
        margin-left: 15px !important;
    }
    .margin-right-lg {
        margin-right: 15px !important;
    }
    .margin-double-lg {
        margin: 30px !important;
    }
    .margin-top-double-lg {
        margin-top: 30px !important;
    }
    .margin-bottom-double-lg {
        margin-bottom: 30px !important;
    }
    .margin-left-double-lg {
        margin-left: 30px !important;
    }
    .margin-right-double-lg {
        margin-right: 30px !important;
    }
    .margin-half-lg {
        margin: 8px !important;
    }
    .margin-top-half-lg {
        margin-top: 8px !important;
    }
    .margin-bottom-half-lg {
        margin-bottom: 8px !important;
    }
    .margin-left-half-lg {
        margin-left: 8px !important;
    }
    .margin-right-half-lg {
        margin-right: 8px !important;
    }
    .margin-reset-lg {
        margin: 0 !important;
    }
    .margin-top-reset-lg {
        margin-top: 0 !important;
    }
    .margin-bottom-reset-lg {
        margin-bottom: 0 !important;
    }
    .margin-left-reset-lg {
        margin-left: 0 !important;
    }
    .margin-right-reset-lg {
        margin-right: 0 !important;
    }
    .text-center-lg {
        text-align: center !important;
    }
    .text-left-lg {
        text-align: left !important;
    }
    .text-right-lg {
        text-align: right !important;
    }
    .pull-left-lg {
        float: left !important;
    }
    .pull-right-lg {
        float: right !important;
    }
    .clear-lg {
        float: none !important;
    }
    .border-lg {
        border: 1px solid #C97550;
    }
    .border-top-lg {
        border-top: 1px solid #C97550;
    }
    .border-bottom-lg {
        border-bottom: 1px solid #C97550;
    }
    .border-left-lg {
        border-left: 1px solid #C97550;
    }
    .border-right-lg {
        border-right: 1px solid #C97550;
    }
    .border-reset-lg {
        border: 0 !important;
    }
    .border-top-reset-lg {
        border-top: 0 !important;
    }
    .border-bottom-reset-lg {
        border-bottom: 0 !important;
    }
    .border-left-reset-lg {
        border-left: 0 !important;
    }
    .border-right-reset-lg {
        border-right: 0 !important;
    }
    .background-primary-lg {
        background-color: #C97550;
    }
    .background-primary-light-lg {
        background-color: #C97550;
    }
    .background-primary-lighter-lg {
        background-color: #54a6d3;
    }
    .background-secondary-lg {
        background-color: #263746;
    }
    .background-tertiary-lg {
        background-color: #fff4ef;
    }
    .background-white-lg {
        background-color: #ffffff;
    }
    .background-black-lg {
        background-color: #0e0e0e;
    }
    .background-gray-lg {
        background-color: #555555;
    }
    .background-gray-light-lg {
        background-color: #cccccc;
    }
    .background-gray-lighter-lg {
        background-color: #eeeeee;
    }
    .background-gray-dark-lg {
        background-color: #333333;
    }
    .drop-shadow-lg {
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    }
    .block-lg {
        display: block !important;
    }
    .inline-block-lg {
        display: inline-block !important;
    }
    .display-table-lg {
        display: table;
        width: calc(100% + 60px);
    }
    .display-table-lg > .col-lg-1,
    .display-table-lg > .col-lg-10,
    .display-table-lg > .col-lg-11,
    .display-table-lg > .col-lg-12,
    .display-table-lg > .col-lg-2,
    .display-table-lg > .col-lg-3,
    .display-table-lg > .col-lg-4,
    .display-table-lg > .col-lg-5,
    .display-table-lg > .col-lg-6,
    .display-table-lg > .col-lg-7,
    .display-table-lg > .col-lg-8,
    .display-table-lg > .col-lg-9,
    .display-table-lg > .col-md-1,
    .display-table-lg > .col-md-10,
    .display-table-lg > .col-md-11,
    .display-table-lg > .col-md-12,
    .display-table-lg > .col-md-2,
    .display-table-lg > .col-md-3,
    .display-table-lg > .col-md-4,
    .display-table-lg > .col-md-5,
    .display-table-lg > .col-md-6,
    .display-table-lg > .col-md-7,
    .display-table-lg > .col-md-8,
    .display-table-lg > .col-md-9,
    .display-table-lg > .col-sm-1,
    .display-table-lg > .col-sm-10,
    .display-table-lg > .col-sm-11,
    .display-table-lg > .col-sm-12,
    .display-table-lg > .col-sm-2,
    .display-table-lg > .col-sm-3,
    .display-table-lg > .col-sm-4,
    .display-table-lg > .col-sm-5,
    .display-table-lg > .col-sm-6,
    .display-table-lg > .col-sm-7,
    .display-table-lg > .col-sm-8,
    .display-table-lg > .col-sm-9,
    .display-table-lg > .col-xs-1,
    .display-table-lg > .col-xs-10,
    .display-table-lg > .col-xs-11,
    .display-table-lg > .col-xs-12,
    .display-table-lg > .col-xs-2,
    .display-table-lg > .col-xs-3,
    .display-table-lg > .col-xs-4,
    .display-table-lg > .col-xs-5,
    .display-table-lg > .col-xs-6,
    .display-table-lg > .col-xs-7,
    .display-table-lg > .col-xs-8,
    .display-table-lg > .col-xs-9 {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
    .seperator-row-lg {
        margin-left: -30px;
        margin-right: -30px;
    }
    .seperator-row-lg > .col-lg-1,
    .seperator-row-lg > .col-lg-10,
    .seperator-row-lg > .col-lg-11,
    .seperator-row-lg > .col-lg-12,
    .seperator-row-lg > .col-lg-2,
    .seperator-row-lg > .col-lg-3,
    .seperator-row-lg > .col-lg-4,
    .seperator-row-lg > .col-lg-5,
    .seperator-row-lg > .col-lg-6,
    .seperator-row-lg > .col-lg-7,
    .seperator-row-lg > .col-lg-8,
    .seperator-row-lg > .col-lg-9,
    .seperator-row-lg > .col-md-1,
    .seperator-row-lg > .col-md-10,
    .seperator-row-lg > .col-md-11,
    .seperator-row-lg > .col-md-12,
    .seperator-row-lg > .col-md-2,
    .seperator-row-lg > .col-md-3,
    .seperator-row-lg > .col-md-4,
    .seperator-row-lg > .col-md-5,
    .seperator-row-lg > .col-md-6,
    .seperator-row-lg > .col-md-7,
    .seperator-row-lg > .col-md-8,
    .seperator-row-lg > .col-md-9,
    .seperator-row-lg > .col-sm-1,
    .seperator-row-lg > .col-sm-10,
    .seperator-row-lg > .col-sm-11,
    .seperator-row-lg > .col-sm-12,
    .seperator-row-lg > .col-sm-2,
    .seperator-row-lg > .col-sm-3,
    .seperator-row-lg > .col-sm-4,
    .seperator-row-lg > .col-sm-5,
    .seperator-row-lg > .col-sm-6,
    .seperator-row-lg > .col-sm-7,
    .seperator-row-lg > .col-sm-8,
    .seperator-row-lg > .col-sm-9,
    .seperator-row-lg > .col-xs-1,
    .seperator-row-lg > .col-xs-10,
    .seperator-row-lg > .col-xs-11,
    .seperator-row-lg > .col-xs-12,
    .seperator-row-lg > .col-xs-2,
    .seperator-row-lg > .col-xs-3,
    .seperator-row-lg > .col-xs-4,
    .seperator-row-lg > .col-xs-5,
    .seperator-row-lg > .col-xs-6,
    .seperator-row-lg > .col-xs-7,
    .seperator-row-lg > .col-xs-8,
    .seperator-row-lg > .col-xs-9 {
        padding-left: 30px;
        padding-right: 30px;
        border-right: 1px solid #C97550;
    }
    .seperator-row-lg > .col-lg-10:last-child,
    .seperator-row-lg > .col-lg-11:last-child,
    .seperator-row-lg > .col-lg-12:last-child,
    .seperator-row-lg > .col-lg-1:last-child,
    .seperator-row-lg > .col-lg-2:last-child,
    .seperator-row-lg > .col-lg-3:last-child,
    .seperator-row-lg > .col-lg-4:last-child,
    .seperator-row-lg > .col-lg-5:last-child,
    .seperator-row-lg > .col-lg-6:last-child,
    .seperator-row-lg > .col-lg-7:last-child,
    .seperator-row-lg > .col-lg-8:last-child,
    .seperator-row-lg > .col-lg-9:last-child,
    .seperator-row-lg > .col-md-10:last-child,
    .seperator-row-lg > .col-md-11:last-child,
    .seperator-row-lg > .col-md-12:last-child,
    .seperator-row-lg > .col-md-1:last-child,
    .seperator-row-lg > .col-md-2:last-child,
    .seperator-row-lg > .col-md-3:last-child,
    .seperator-row-lg > .col-md-4:last-child,
    .seperator-row-lg > .col-md-5:last-child,
    .seperator-row-lg > .col-md-6:last-child,
    .seperator-row-lg > .col-md-7:last-child,
    .seperator-row-lg > .col-md-8:last-child,
    .seperator-row-lg > .col-md-9:last-child,
    .seperator-row-lg > .col-sm-10:last-child,
    .seperator-row-lg > .col-sm-11:last-child,
    .seperator-row-lg > .col-sm-12:last-child,
    .seperator-row-lg > .col-sm-1:last-child,
    .seperator-row-lg > .col-sm-2:last-child,
    .seperator-row-lg > .col-sm-3:last-child,
    .seperator-row-lg > .col-sm-4:last-child,
    .seperator-row-lg > .col-sm-5:last-child,
    .seperator-row-lg > .col-sm-6:last-child,
    .seperator-row-lg > .col-sm-7:last-child,
    .seperator-row-lg > .col-sm-8:last-child,
    .seperator-row-lg > .col-sm-9:last-child,
    .seperator-row-lg > .col-xs-10:last-child,
    .seperator-row-lg > .col-xs-11:last-child,
    .seperator-row-lg > .col-xs-12:last-child,
    .seperator-row-lg > .col-xs-1:last-child,
    .seperator-row-lg > .col-xs-2:last-child,
    .seperator-row-lg > .col-xs-3:last-child,
    .seperator-row-lg > .col-xs-4:last-child,
    .seperator-row-lg > .col-xs-5:last-child,
    .seperator-row-lg > .col-xs-6:last-child,
    .seperator-row-lg > .col-xs-7:last-child,
    .seperator-row-lg > .col-xs-8:last-child,
    .seperator-row-lg > .col-xs-9:last-child {
        border-right: 0;
    }
    .row.no-gutter-lgs {
        margin-right: 0;
        margin-left: 0;
    }
    .row.no-gutters-lg > [class*=" col-"],
    .row.no-gutters-lg > [class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .row.half-gutters-lg {
        margin-right: -8px;
        margin-left: -8px;
    }
    .row.half-gutters-lg > [class*=" col-"],
    .row.half-gutters-lg > [class^="col-"] {
        padding-right: 8px;
        padding-left: 8px;
    }
    .row-eq-height-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .row-eq-height-lg > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .col-20p-lg {
        width: 20%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .padding-xl {
        padding: 15px !important;
    }
    .padding-top-xl {
        padding-top: 15px !important;
    }
    .padding-bottom-xl {
        padding-bottom: 15px !important;
    }
    .padding-left-xl {
        padding-left: 15px !important;
    }
    .padding-right-xl {
        padding-right: 15px !important;
    }
    .padding-double-xl {
        padding: 30px !important;
    }
    .padding-top-double-xl {
        padding-top: 30px !important;
    }
    .padding-bottom-double-xl {
        padding-bottom: 30px !important;
    }
    .padding-left-double-xl {
        padding-left: 30px !important;
    }
    .padding-right-double-xl {
        padding-right: 30px !important;
    }
    .padding-half-xl {
        padding: 8px !important;
    }
    .padding-top-half-xl {
        padding-top: 8px !important;
    }
    .padding-bottom-half-xl {
        padding-bottom: 8px !important;
    }
    .padding-left-half-xl {
        padding-left: 8px !important;
    }
    .padding-right-half-xl {
        padding-right: 8px !important;
    }
    .padding-content-xl {
        padding: 50px !important;
    }
    .padding-top-content-xl {
        padding-top: 50px !important;
    }
    .padding-bottom-content-xl {
        padding-bottom: 50px !important;
    }
    .padding-left-content-xl {
        padding-left: 50px !important;
    }
    .padding-right-content-xl {
        padding-right: 50px !important;
    }
    .padding-reset-xl {
        padding: 0 !important;
    }
    .padding-top-reset-xl {
        padding-top: 0 !important;
    }
    .padding-bottom-reset-xl {
        padding-bottom: 0 !important;
    }
    .padding-left-reset-xl {
        padding-left: 0 !important;
    }
    .padding-right-reset-xl {
        padding-right: 0 !important;
    }
    .margin-xl {
        margin: 15px !important;
    }
    .margin-top-xl {
        margin-top: 15px !important;
    }
    .margin-bottom-xl {
        margin-bottom: 15px !important;
    }
    .margin-left-xl {
        margin-left: 15px !important;
    }
    .margin-right-xl {
        margin-right: 15px !important;
    }
    .margin-double-xl {
        margin: 30px !important;
    }
    .margin-top-double-xl {
        margin-top: 30px !important;
    }
    .margin-bottom-double-xl {
        margin-bottom: 30px !important;
    }
    .margin-left-double-xl {
        margin-left: 30px !important;
    }
    .margin-right-double-xl {
        margin-right: 30px !important;
    }
    .margin-half-xl {
        margin: 8px !important;
    }
    .margin-top-half-xl {
        margin-top: 8px !important;
    }
    .margin-bottom-half-xl {
        margin-bottom: 8px !important;
    }
    .margin-left-half-xl {
        margin-left: 8px !important;
    }
    .margin-right-half-xl {
        margin-right: 8px !important;
    }
    .margin-reset-xl {
        margin: 0 !important;
    }
    .margin-top-reset-xl {
        margin-top: 0 !important;
    }
    .margin-bottom-reset-xl {
        margin-bottom: 0 !important;
    }
    .margin-left-reset-xl {
        margin-left: 0 !important;
    }
    .margin-right-reset-xl {
        margin-right: 0 !important;
    }
    .text-center-xl {
        text-align: center !important;
    }
    .text-left-xl {
        text-align: left !important;
    }
    .text-right-xl {
        text-align: right !important;
    }
    .pull-left-xl {
        float: left !important;
    }
    .pull-right-xl {
        float: right !important;
    }
    .clear-xl {
        float: none !important;
    }
    .border-xl {
        border: 1px solid #C97550;
    }
    .border-top-xl {
        border-top: 1px solid #C97550;
    }
    .border-bottom-xl {
        border-bottom: 1px solid #C97550;
    }
    .border-left-xl {
        border-left: 1px solid #C97550;
    }
    .border-right-xl {
        border-right: 1px solid #C97550;
    }
    .border-reset-xl {
        border: 0 !important;
    }
    .border-top-reset-xl {
        border-top: 0 !important;
    }
    .border-bottom-reset-xl {
        border-bottom: 0 !important;
    }
    .border-left-reset-xl {
        border-left: 0 !important;
    }
    .border-right-reset-xl {
        border-right: 0 !important;
    }
    .background-primary-xl {
        background-color: #C97550;
    }
    .background-primary-light-xl {
        background-color: #C97550;
    }
    .background-primary-lighter-xl {
        background-color: #54a6d3;
    }
    .background-secondary-xl {
        background-color: #263746;
    }
    .background-tertiary-xl {
        background-color: #fff4ef;
    }
    .background-white-xl {
        background-color: #ffffff;
    }
    .background-black-xl {
        background-color: #0e0e0e;
    }
    .background-gray-xl {
        background-color: #555555;
    }
    .background-gray-light-xl {
        background-color: #cccccc;
    }
    .background-gray-lighter-xl {
        background-color: #eeeeee;
    }
    .background-gray-dark-xl {
        background-color: #333333;
    }
    .drop-shadow-xl {
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    }
    .block-xl {
        display: block !important;
    }
    .inline-block-xl {
        display: inline-block !important;
    }
    .display-table-xl {
        display: table;
        width: calc(100% + 60px);
    }
    .display-table-xl > .col-lg-1,
    .display-table-xl > .col-lg-10,
    .display-table-xl > .col-lg-11,
    .display-table-xl > .col-lg-12,
    .display-table-xl > .col-lg-2,
    .display-table-xl > .col-lg-3,
    .display-table-xl > .col-lg-4,
    .display-table-xl > .col-lg-5,
    .display-table-xl > .col-lg-6,
    .display-table-xl > .col-lg-7,
    .display-table-xl > .col-lg-8,
    .display-table-xl > .col-lg-9,
    .display-table-xl > .col-md-1,
    .display-table-xl > .col-md-10,
    .display-table-xl > .col-md-11,
    .display-table-xl > .col-md-12,
    .display-table-xl > .col-md-2,
    .display-table-xl > .col-md-3,
    .display-table-xl > .col-md-4,
    .display-table-xl > .col-md-5,
    .display-table-xl > .col-md-6,
    .display-table-xl > .col-md-7,
    .display-table-xl > .col-md-8,
    .display-table-xl > .col-md-9,
    .display-table-xl > .col-sm-1,
    .display-table-xl > .col-sm-10,
    .display-table-xl > .col-sm-11,
    .display-table-xl > .col-sm-12,
    .display-table-xl > .col-sm-2,
    .display-table-xl > .col-sm-3,
    .display-table-xl > .col-sm-4,
    .display-table-xl > .col-sm-5,
    .display-table-xl > .col-sm-6,
    .display-table-xl > .col-sm-7,
    .display-table-xl > .col-sm-8,
    .display-table-xl > .col-sm-9,
    .display-table-xl > .col-xs-1,
    .display-table-xl > .col-xs-10,
    .display-table-xl > .col-xs-11,
    .display-table-xl > .col-xs-12,
    .display-table-xl > .col-xs-2,
    .display-table-xl > .col-xs-3,
    .display-table-xl > .col-xs-4,
    .display-table-xl > .col-xs-5,
    .display-table-xl > .col-xs-6,
    .display-table-xl > .col-xs-7,
    .display-table-xl > .col-xs-8,
    .display-table-xl > .col-xs-9 {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
    .seperator-row-xl {
        margin-left: -30px;
        margin-right: -30px;
    }
    .seperator-row-xl > .col-lg-1,
    .seperator-row-xl > .col-lg-10,
    .seperator-row-xl > .col-lg-11,
    .seperator-row-xl > .col-lg-12,
    .seperator-row-xl > .col-lg-2,
    .seperator-row-xl > .col-lg-3,
    .seperator-row-xl > .col-lg-4,
    .seperator-row-xl > .col-lg-5,
    .seperator-row-xl > .col-lg-6,
    .seperator-row-xl > .col-lg-7,
    .seperator-row-xl > .col-lg-8,
    .seperator-row-xl > .col-lg-9,
    .seperator-row-xl > .col-md-1,
    .seperator-row-xl > .col-md-10,
    .seperator-row-xl > .col-md-11,
    .seperator-row-xl > .col-md-12,
    .seperator-row-xl > .col-md-2,
    .seperator-row-xl > .col-md-3,
    .seperator-row-xl > .col-md-4,
    .seperator-row-xl > .col-md-5,
    .seperator-row-xl > .col-md-6,
    .seperator-row-xl > .col-md-7,
    .seperator-row-xl > .col-md-8,
    .seperator-row-xl > .col-md-9,
    .seperator-row-xl > .col-sm-1,
    .seperator-row-xl > .col-sm-10,
    .seperator-row-xl > .col-sm-11,
    .seperator-row-xl > .col-sm-12,
    .seperator-row-xl > .col-sm-2,
    .seperator-row-xl > .col-sm-3,
    .seperator-row-xl > .col-sm-4,
    .seperator-row-xl > .col-sm-5,
    .seperator-row-xl > .col-sm-6,
    .seperator-row-xl > .col-sm-7,
    .seperator-row-xl > .col-sm-8,
    .seperator-row-xl > .col-sm-9,
    .seperator-row-xl > .col-xs-1,
    .seperator-row-xl > .col-xs-10,
    .seperator-row-xl > .col-xs-11,
    .seperator-row-xl > .col-xs-12,
    .seperator-row-xl > .col-xs-2,
    .seperator-row-xl > .col-xs-3,
    .seperator-row-xl > .col-xs-4,
    .seperator-row-xl > .col-xs-5,
    .seperator-row-xl > .col-xs-6,
    .seperator-row-xl > .col-xs-7,
    .seperator-row-xl > .col-xs-8,
    .seperator-row-xl > .col-xs-9 {
        padding-left: 30px;
        padding-right: 30px;
        border-right: 1px solid #C97550;
    }
    .seperator-row-xl > .col-lg-10:last-child,
    .seperator-row-xl > .col-lg-11:last-child,
    .seperator-row-xl > .col-lg-12:last-child,
    .seperator-row-xl > .col-lg-1:last-child,
    .seperator-row-xl > .col-lg-2:last-child,
    .seperator-row-xl > .col-lg-3:last-child,
    .seperator-row-xl > .col-lg-4:last-child,
    .seperator-row-xl > .col-lg-5:last-child,
    .seperator-row-xl > .col-lg-6:last-child,
    .seperator-row-xl > .col-lg-7:last-child,
    .seperator-row-xl > .col-lg-8:last-child,
    .seperator-row-xl > .col-lg-9:last-child,
    .seperator-row-xl > .col-md-10:last-child,
    .seperator-row-xl > .col-md-11:last-child,
    .seperator-row-xl > .col-md-12:last-child,
    .seperator-row-xl > .col-md-1:last-child,
    .seperator-row-xl > .col-md-2:last-child,
    .seperator-row-xl > .col-md-3:last-child,
    .seperator-row-xl > .col-md-4:last-child,
    .seperator-row-xl > .col-md-5:last-child,
    .seperator-row-xl > .col-md-6:last-child,
    .seperator-row-xl > .col-md-7:last-child,
    .seperator-row-xl > .col-md-8:last-child,
    .seperator-row-xl > .col-md-9:last-child,
    .seperator-row-xl > .col-sm-10:last-child,
    .seperator-row-xl > .col-sm-11:last-child,
    .seperator-row-xl > .col-sm-12:last-child,
    .seperator-row-xl > .col-sm-1:last-child,
    .seperator-row-xl > .col-sm-2:last-child,
    .seperator-row-xl > .col-sm-3:last-child,
    .seperator-row-xl > .col-sm-4:last-child,
    .seperator-row-xl > .col-sm-5:last-child,
    .seperator-row-xl > .col-sm-6:last-child,
    .seperator-row-xl > .col-sm-7:last-child,
    .seperator-row-xl > .col-sm-8:last-child,
    .seperator-row-xl > .col-sm-9:last-child,
    .seperator-row-xl > .col-xs-10:last-child,
    .seperator-row-xl > .col-xs-11:last-child,
    .seperator-row-xl > .col-xs-12:last-child,
    .seperator-row-xl > .col-xs-1:last-child,
    .seperator-row-xl > .col-xs-2:last-child,
    .seperator-row-xl > .col-xs-3:last-child,
    .seperator-row-xl > .col-xs-4:last-child,
    .seperator-row-xl > .col-xs-5:last-child,
    .seperator-row-xl > .col-xs-6:last-child,
    .seperator-row-xl > .col-xs-7:last-child,
    .seperator-row-xl > .col-xs-8:last-child,
    .seperator-row-xl > .col-xs-9:last-child {
        border-right: 0;
    }
    .row.no-gutter-xls {
        margin-right: 0;
        margin-left: 0;
    }
    .row.no-gutters-xl > [class*=" col-"],
    .row.no-gutters-xl > [class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .row.half-gutters-xl {
        margin-right: -8px;
        margin-left: -8px;
    }
    .row.half-gutters-xl > [class*=" col-"],
    .row.half-gutters-xl > [class^="col-"] {
        padding-right: 8px;
        padding-left: 8px;
    }
    .row-eq-height-xl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .row-eq-height-xl > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .col-20p-xl {
        width: 20%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.hidden {
    display: none !important;
}
@media (max-width: 575px) {
    .hidden-lg-down,
    .hidden-md-down,
    .hidden-sm-down,
    .hidden-unless-lg,
    .hidden-unless-md,
    .hidden-unless-sm,
    .hidden-unless-xl,
    .hidden-xl-down,
    .hidden-xs-down,
    .hidden-xs-up,
    .visible-lg,
    .visible-md,
    .visible-sm,
    .visible-xl {
        display: none !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .hidden-lg-down,
    .hidden-md-down,
    .hidden-sm-down,
    .hidden-sm-up,
    .hidden-unless-lg,
    .hidden-unless-md,
    .hidden-unless-xl,
    .hidden-unless-xs,
    .hidden-xl-down,
    .hidden-xs-up,
    .visible-lg,
    .visible-md,
    .visible-xl,
    .visible-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg-down,
    .hidden-md-down,
    .hidden-md-up,
    .hidden-sm-up,
    .hidden-unless-lg,
    .hidden-unless-sm,
    .hidden-unless-xl,
    .hidden-unless-xs,
    .hidden-xl-down,
    .hidden-xs-up,
    .visible-lg,
    .visible-sm,
    .visible-xl,
    .visible-xs {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg-down,
    .hidden-lg-up,
    .hidden-md-up,
    .hidden-sm-up,
    .hidden-unless-md,
    .hidden-unless-sm,
    .hidden-unless-xl,
    .hidden-unless-xs,
    .hidden-xl-down,
    .hidden-xs-up,
    .visible-md,
    .visible-sm,
    .visible-xl,
    .visible-xs {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg-up,
    .hidden-md-up,
    .hidden-sm-up,
    .hidden-xl,
    .visible-lg,
    .visible-md,
    .visible-sm,
    .visible-xs {
        display: none !important;
    }
}
#search {
    margin: 0;
    padding: 0;
    position: relative;
}
#search input {
    width: 100%;
    border: 1px solid #dadada;
    height: 28px;
}
#search #SearchIcon {
    display: none;
}
#search .SearchButton:before {
    content: "\f002";
    color: #212121;
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 5px;
}
#search .SearchButton {
    background-color: #dadada;
    font-size: 14px;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#search .SearchButton:hover {
    text-decoration: none;
    background-color: #c1c1c1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.addthis-holder {
    vertical-align: middle;
    margin-bottom: 20px;
    height: 48px;
    display: inline-block;
}
.addthis-holder .addthis-title {
    font-size: 12px;
    color: #cccccc;
    margin: 3px 3px 0 0;
}
.container-guestbook {
    margin-bottom: 30px;
}
.guestbook-info {
    margin-bottom: 5px;
}
.guestbook-message {
    background-color: #ececec;
    border: 1px solid #ccc;
    padding: 20px 15px;
    border-radius: 4px;
}
.table-guestbook {
    width: 100%;
}
.table-guestbook td {
    padding-bottom: 15px;
}
.guestbook-pagination {
    width: 100%;
}
@media (max-width: 767px) {
    .guestbook-pagination td {
        width: 100%;
        float: left;
        text-align: center;
    }
}
.guestbook-captcha img {
    margin-bottom: 10px;
}
.guestbook-captcha input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
}
.ThemeCustom .EvtHdrLftCol {
    width: 33%;
    float: left;
    min-height: 1px;
    margin-bottom: 10px;
}
.ThemeCustom .EvtHdrMdlCol {
    width: 34%;
    float: left;
    min-height: 1px;
    text-align: center;
    margin-bottom: 10px;
}
.ThemeCustom .EvtHdrRgtCol {
    width: 33%;
    float: left;
    margin-bottom: 10px;
}
.ThemeCustom .Eventtooltipbody,
.ThemeCustom .Eventtooltipheader {
    width: 300px;
    z-index: 99;
    font-family: Arial;
    padding: 5px;
}
.ThemeCustom .Eventtooltipheader {
    border: #c3d9ff 1px solid;
    background-color: #e3f3ff;
    color: #375162;
    font-weight: 700;
}
.ThemeCustom .Eventtooltipbody {
    border-left: #c3d9ff 1px solid;
    border-right: #c3d9ff 1px solid;
    border-bottom: #c3d9ff 1px solid;
    background-color: #fff;
    background: #fff url(tooltip_bg.jpg) repeat-x bottom;
    min-height: 130px;
}
.ThemeCustom .Eventtooltipbody hr {
    width: 100%;
    color: #c3d9ff;
    background-color: #c3d9ff;
    height: 1px;
    border: 0;
}
.ThemeCustom .Event {
    table-layout: fixed;
    width: 100%;
    color: #000;
    text-align: center;
    border-right: #C97550 1px solid;
    border-top: #C97550 1px solid;
    border-left: #C97550 1px solid;
    border-bottom: #C97550 1px solid;
    white-space: normal;
}
.ThemeCustom .EventTitle,
.ThemeCustom .EventTitle td {
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    color: #ffffff;
    height: 28px;
    text-align: center;
    background-color: #C97550;
    border-bottom: #C97550 1px solid;
    padding: 3px;
}
.ThemeCustom .EventNextPrev,
.ThemeCustom .EventNextPrev a:link {
    color: #ffffff;
    padding: 3px !important;
}
.ThemeCustom .EventNextPrev a,
.ThemeCustom .EventNextPrev a:hover,
.ThemeCustom .EventNextPrev a:visited {
    color: #cb2027;
    padding: 0 0.5em;
}
.ThemeCustom .EventDayHeader {
    font-weight: 700;
    color: #0e0e0e;
    height: 16px;
    background-color: #efefef;
    vertical-align: middle;
    padding: 5px;
}
.ThemeCustom .EventDay,
.ThemeCustom .EventDayEvents,
.ThemeCustom .EventWeekendDayEvents {
    text-align: center;
    height: 100px;
    vertical-align: top;
    color: #0e0e0e;
    background-color: #e2f0f8;
    border: #C97550 1px solid;
}
.ThemeCustom .EventDayScroll {
    width: 100%;
    height: 89%;
    overflow: auto;
    position: static;
    background-color: #ffffff;
    word-wrap: break-word;
    text-align: left;
    padding: 4px;
}
.ThemeCustom .EventOtherMonthDay {
    color: #a9a9a9;
    background-color: #efefef;
    border-color: #cccccc;
}
.ThemeCustom .EventWeekendDay {
    background-color: #cee5f2;
}
.ThemeCustom .EventTodayDay {
    font-weight: 700;
    color: #ffffff;
    background-color: #C97550;
    border: #C97550 2px solid;
}
.ThemeCustom .EventSelectedDay .EventDayScroll,
.ThemeCustom .EventTodayDay .EventDayScroll {
    color: #ffffff;
}
.ThemeCustom .EventSelector {
    background-color: #c0c0e0;
}
.ThemeCustom .EventSelector a,
.ThemeCustom .EventSelector a:hover,
.ThemeCustom .EventSelector a:visited {
    color: #00f;
    text-decoration: none;
}
.ThemeCustom .WeekTable table {
    table-layout: auto;
    width: 100%;
    color: #000;
    text-align: center;
    border: #C97550 1px solid;
}
.ThemeCustom .WeekTable table td,
.ThemeCustom .WeekTable table th {
    border: 0;
    padding: 3px;
}
.ThemeCustom tr.WeekHeader {
    background-color: #C97550;
    color: #ffffff;
    height: 28px;
}
.ThemeCustom tr.WeekHeader td {
    padding: 9px;
}
.ThemeCustom .WeekItem {
    text-align: center;
    background-color: #C97550;
    font-weight: 400;
    background: #C97550;
    border: #C97550 1px solid;
}
.ThemeCustom .WeekItem a {
    color: #ffffff;
}
.ThemeCustom .WeekDay {
    font-weight: 700;
    font-size: 9px;
    color: #7994cb;
    background-color: #7994cb;
    text-align: center;
    vertical-align: middle;
    border: #a2bbdd 1px solid;
}
.ThemeCustom .WeekBackground {
    font-size: 9px;
    background-color: #ffffff;
    border: #a2bbdd 1px solid;
}
.ThemeCustom .WeekTitle {
    color: #0e0e0e;
    height: 15%;
    text-align: center;
    background-color: #efefef;
    width: 11%;
}
.ThemeCustom .WeekOfTitle {
    font-weight: 700;
    width: 100%;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
.ThemeCustom .WeekNextPrev {
    font-weight: 700;
    width: 100%;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
.ThemeCustom .WeekRangeheader {
    text-align: center;
    vertical-align: middle;
    font-size: 9px;
    background-color: #e2f0f8;
    border: none;
    color: #0e0e0e;
}
.ThemeCustom .ListTable {
    width: 100%;
}
.ThemeCustom .ListDate,
.ThemeCustom .ListRecurText,
.ThemeCustom .ListRecurUntil {
    text-align: left;
    vertical-align: top;
    width: 150px;
}
.ThemeCustom .EnrollTitle,
.ThemeCustom .ListTitle {
    text-align: left;
    vertical-align: top;
}
.ThemeCustom .ListDescription {
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}
.ThemeCustom .ListLink {
    font-weight: 700;
    text-align: left;
    vertical-align: top;
}
.ThemeCustom .DetailEnrollGridHeader,
.ThemeCustom .EditEnrollGridHeader,
.ThemeCustom .EnrollGridHeader,
.ThemeCustom .ListHeader {
    font-weight: 700;
    color: #ffffff;
    background-color: #C97550;
    height: 28px;
    text-align: left;
    vertical-align: middle;
    padding: 9px 10px;
}
.ThemeCustom .DetailEnrollGridHeader a,
.ThemeCustom .EditEnrollGridHeader a,
.ThemeCustom .EnrollGridHeader a,
.ThemeCustom .ListHeader a {
    color: #ffffff;
}
.ThemeCustom .DetailEnrollGridHeader,
.ThemeCustom .EditEnrollGridHeader,
.ThemeCustom .EnrollGridHeader {
    text-align: center;
}
.ThemeCustom .DetailEnrollApproved,
.ThemeCustom .DetailEnrollDisplay,
.ThemeCustom .DetailEnrollDisplay a:link,
.ThemeCustom .DetailEnrollEmail,
.ThemeCustom .DetailEnrollEmail a:link,
.ThemeCustom .DetailEnrollNo,
.ThemeCustom .DetailEnrollPhone,
.ThemeCustom .DetailEnrollUser,
.ThemeCustom .EditEnrollApproved,
.ThemeCustom .EditEnrollDate,
.ThemeCustom .EditEnrollDate .ThemeCustom .EnrollSelect,
.ThemeCustom .EditEnrollDisplay,
.ThemeCustom .EditEnrollDisplay a:link,
.ThemeCustom .EditEnrollEmail,
.ThemeCustom .EditEnrollEmail a:link,
.ThemeCustom .EditEnrollNo,
.ThemeCustom .EditEnrollPhone,
.ThemeCustom .EditEnrollSelect,
.ThemeCustom .EditEnrollUser,
.ThemeCustom .EnrollApproved,
.ThemeCustom .EnrollDate,
.ThemeCustom .EnrollFee,
.ThemeCustom .EnrollNo {
    text-align: center;
    vertical-align: top;
    font-weight: 400;
}
.ThemeCustom .ListDuration {
    text-align: center;
    vertical-align: top;
    width: 60px;
}
.ThemeCustom .DetailEnrollGridAlternate,
.ThemeCustom .EditEnrollGridAlternate,
.ThemeCustom .EnrollGridAlternate,
.ThemeCustom .ListAlternate {
    background-color: #e1f0fd;
}
.ThemeCustom .DetailEnrollGrid,
.ThemeCustom .EditEnrollGrid,
.ThemeCustom .EnrollGrid,
.ThemeCustom .ListDataGrid {
    border-right: #C97550 1px solid;
    border-top: #C97550 1px solid;
    border-left: #C97550 1px solid;
    border-bottom: #C97550 1px solid;
    background: #ffffff;
}
.ThemeCustom .DetailEnrollGrid td,
.ThemeCustom .EditEnrollGrid td,
.ThemeCustom .EnrollGrid td,
.ThemeCustom .ListDataGrid td {
    border-color: #C97550;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;
}
.ThemeCustom .ListEdit {
    text-align: center;
    vertical-align: top;
    width: 1px;
}
.ThemeCustom .ListCategory,
.ThemeCustom .ListLocation,
.ThemeCustom .ListLocation a {
    text-align: left;
    vertical-align: top;
    width: 60px;
}
.ThemeCustom .ListCustomField1,
.ThemeCustom .ListCustomField2 {
    text-align: left;
    vertical-align: top;
}
.ThemeCustom .RptTable {
    border-right: #c3d9ff 2px solid;
    border-top: #c3d9ff 1px solid;
    border-left: #c3d9ff 2px solid;
    border-bottom: #c3d9ff 2px solid;
    background-color: #f3f8fb;
    border-collapse: collapse;
    width: 100%;
}
.ThemeCustom .RptRepeater {
    width: 100%;
}
.ThemeCustom .RptRepeater td {
    border-color: #a2bbdd;
    border-style: solid;
    border-width: 1px;
}
.ThemeCustom .RptHeader {
    font-weight: 700;
    color: #375162;
    background-color: #f4f8fa;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    width: 100%;
}
.ThemeCustom .RptNormal {
    text-align: left;
    vertical-align: top;
}
.ThemeCustom .RptAlternate {
    background-color: #e1f0fd;
    text-align: left;
    vertical-align: top;
}
.ThemeCustom .RptPagerCurrentPage {
    color: Red;
}
.ThemeCustom .RptPagerHeader td {
    border-color: #a2bbdd;
    border-style: solid;
    border-width: 1px;
}
.ThemeCustom .DetailContentLeft,
.ThemeCustom .DetailContentRight,
.ThemeCustom .DetailEnrollLeft,
.ThemeCustom .DetailEnrollRight,
.ThemeCustom .DetailReminderLeft,
.ThemeCustom .DetailReminderRight,
.ThemeCustom .DetailiCalLeft,
.ThemeCustom .DetailiCalRight {
    text-align: left;
    float: left;
}
.ThemeCustom .DetailContentLeft,
.ThemeCustom .DetailContentRight,
.ThemeCustom .DetailEnrollLeft,
.ThemeCustom .DetailEnrollRight,
.ThemeCustom .DetailEnrollTableLeft,
.ThemeCustom .DetailEnrollTableRight,
.ThemeCustom .DetailReminderLeft,
.ThemeCustom .DetailReminderRight,
.ThemeCustom .DetailiCalLeft,
.ThemeCustom .DetailiCalRight {
    padding: 5px 0;
}
.ThemeCustom .DetailContentLeft,
.ThemeCustom .DetailEnrollLeft,
.ThemeCustom .DetailReminderLeft,
.ThemeCustom .DetailiCalLeft {
    width: 25%;
}
@media (max-width: 575px) {
    .ThemeCustom .DetailContentLeft,
    .ThemeCustom .DetailEnrollLeft,
    .ThemeCustom .DetailReminderLeft,
    .ThemeCustom .DetailiCalLeft {
        width: 100%;
    }
}
.ThemeCustom .DetailClear {
    clear: both;
}
.ThemeCustom .IconBar {
    white-space: nowrap;
}
.ThemeCustom .IconBar img {
    vertical-align: top;
}
.ThemeCustom .TopIconBar {
    width: 33%;
    vertical-align: top;
}
.ThemeCustom .TopIconBar DIV {
    float: right;
}
.ThemeCustom .BottomIconBar {
    padding-top: 3px;
}
.ThemeCustom .IconBarPadding {
    padding-right: 2px;
}
.ThemeCustom .TimePicker {
    display: inline-block;
}
.ThemeCustom .SelCategoryTR {
    height: 25px;
    vertical-align: middle;
}
.ThemeCustom .DatePicker {
    width: 150px !important;
}
.ThemeCustom .RadComboBox_Default.SelectCategory {
    width: 150px !important;
}
.ThemeCustom ul.dnnActions li.cmdRight {
    float: right;
}
.ThemeCustom .EventSettings .dnnFormItem INPUT[type="text"] {
    min-width: 1px;
}
.ThemeCustom .dnnFormItem .autoWidth LABEL {
    width: auto;
}
.ThemeCustom .dnnFormItem .inputCenter INPUT {
    float: none;
}
.block-calender-small .RptTable {
    border: 0;
    width: inherit;
    background-color: transparent;
}
.DetailContentLeft.SubHead {
    font-weight: 700;
}
.DetailCommands {
    margin: 30px 0 0;
    padding-left: 0;
}
.DetailCommands li {
    margin: 0;
    padding: 0 10px 0 0;
    list-style: none;
    display: inline-block;
}
.DetailCommands .cmdRight {
    display: none;
}
