.headline {
    font-size: 22px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    color: rgb(107, 10, 62);
    font-family: Georgia;
    margin-top: 20px;
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: left;
}

nav>ul li>a {
    transition: all 0.25s ease-in 0s;
    color: rgb(107, 10, 62);
    font-size: 12px;
    font-family: Georgia;
}

nav:before {
    font-size: 30px;
    color: rgb(69, 69, 69);
}

nav>ul>li>ul a {
    font-size: 14px;
}

nav>ul li a:hover {
    background-color: rgb(107, 10, 62);
}

nav>ul li a {
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-left: 8px;
    margin-top: 0px;
    margin-right: 1px;
    margin-left: 0px;
    text-transform: uppercase;
}

nav>ul>li>ul li a {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

nav>ul>li>ul li a:hover {
    background-color: rgb(255, 255, 255);
}

nav>ul>li>ul li.active>a {
    background-color: rgb(234, 234, 234);
}

nav>ul li>a:hover {
    color: rgb(255, 255, 255);
}

nav>ul li.active>a {
    color: rgb(255, 255, 255);
    background-color: rgb(107, 10, 62);
}

.nav {
    padding-top: 10px;
}

.subtitle {
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
    font-family: Georgia;
    margin-top: 20px;
}

.preamble {
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 0em;
    margin-bottom: 5px;
}

.preamble a {}

.preamble a:hover {}

.bodytext {
    line-height: 1.6em;
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-family: Georgia;
    margin-top: 20px;
}

.bodytext a {
    color: rgb(0, 109, 204);
}

.bodytext a:hover {
    color: rgb(0, 109, 204);
    text-decoration: underline;
}

.smalltext {
    line-height: 1.2em;
    letter-spacing: 0em;
    font-size: 13px;
    margin-bottom: 5px;
    color: rgb(107, 10, 62);
    font-family: Georgia;
    margin-top: 5px;
}

body {
    color: rgb(96, 96, 96);
    font-size: 16px;
    font-family: 'Open Sans';
    line-height: 1.2em;
    font-weight: 400;
    background-color: rgb(255, 255, 255);
}

body a {
    text-decoration: none;
    color: rgb(68, 58, 223);
}

.button {
    margin-bottom: 40px;
    border-radius: 3px;
    border-width: 0px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: rgb(69, 69, 69);
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.button:hover {
    background-color: rgb(53, 53, 53);
}

.form {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.form label {
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 1.2em;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-family: Georgia;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius: 3px;
    border-color: rgb(204, 204, 204);
    color: rgb(136, 136, 136);
    font-size: 14px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    font-family: Arial;
}

.form input[type=submit] {
    margin-top: 20px;
    margin-bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgb(0, 0, 0);
    font-family: Arial;
}

.form input[type=submit]:hover {
    background-color: rgb(0, 0, 0);
}

.form .thankYou {
    color: rgb(107, 10, 62);
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
    font-family: Arial;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span,
.form .form_option input[type=checkbox]+label:not([class*="optin"]) {
    line-height: 1.6em;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.text {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.image {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.col {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.custom1 {
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: right;
    font-family: Georgia;
    margin-top: 54px;
    margin-bottom: 10px;
}

.custom1 a {
    color: rgba(255, 255, 255, 0.6);
}

.custom1 a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.custom2 {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: Georgia;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom4 {}

.custom5 {}

.custom3 {
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-family: Georgia;
    margin-bottom: 20px;
    margin-top: 20px;
}

.smallsubtitle {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.spottext {
    font-size: 63px;
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 20px;
}

.footertext {
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 42px;
    color: rgb(255, 255, 255);
    font-family: Arial;
    text-align: center;
    margin-top: 20px;
}

.footertext a {
    color: rgba(255, 255, 255, 0.52);
}

.footertext a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.companyname {
    font-size: 22px;
    text-align: left;
    line-height: 1.2em;
}

.companyname a {
    color: rgb(96, 96, 96);
}

.smallspottext {
    line-height: 1.5em;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
}

.locale {
    text-align: right;
}

.locale ul li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
}

.locale ul li {
    background-color: rgb(69, 69, 69);
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.button2 {
    font-size: 21px;
    border-width: 2px;
    line-height: 1em;
    margin-bottom: 40px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.button2:hover {
    border-color: rgba(255, 255, 255, 0.498039);
}

.divider {
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 1px;
    border-color: rgba(0, 0, 0, 0.0980392);
    width: 100%;
}

.socialmedia {
    text-align: right;
    font-size: 19px;
}

.socialmedia li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.socialmedia li a {
    width: 30px;
    height: 30px;
}

.paymenticons li {
    margin-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 40px;
}

.linklist {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
}

.linklist a {
    margin-bottom: 1px;
    background-color: rgb(242, 242, 242);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.brandfooter {
    color: rgba(96, 96, 96, 0);
}

.brandfooter a {
    color: rgba(68, 58, 223, 0);
}

@media only screen and (max-width:1199px) {
    nav {}

    nav>ul li>a:hover {}

    nav>ul li.active>a {}

    nav>ul>li>ul a {}

    nav>ul>li>ul li.active>a {}

    nav:before {
        color: rgb(69, 69, 69);
        font-size: 30px;
    }

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom1 {
        line-height: 1.2em;
    }

    .custom1 a {}

    .custom1 a:hover {}

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    body {}

    body a {}

    body a:hover {}

    .text {}

    .preamble {
        font-size: 18px;
    }

    .preamble a {}

    .preamble a:hover {}

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smallsubtitle {}

    .smallsubtitle a {}

    .smallsubtitle a:hover {}

    .spottext {
        font-size: 50px;
    }

    .spottext a {}

    .spottext a:hover {}

    .smallspottext {
        font-size: 18px;
    }

    .smallspottext a {}

    .smallspottext a:hover {}

    .companyname {
        font-size: 18px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {
        font-size: 12px;
    }

    .footertext a {}

    .footertext a:hover {}
}

@media only screen and (max-width:767px) {
    nav {
        text-align: center;
    }

    nav>ul li>a {
        font-size: 14px;
    }

    nav>ul>li>ul a {
        font-size: 15px;
    }

    nav:before {
        font-size: 30px;
        color: rgb(107, 10, 62);
    }

    nav>ul li a {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 0px;
        margin-bottom: 1px;
    }

    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .nav {
        padding-bottom: 10px;
    }

    nav.opened-menu>ul {
        background-color: rgb(221, 221, 221);
        padding-right: 40px;
    }

    nav>ul .closeBtn {
        color: rgb(107, 10, 62);
    }

    .preamble {
        font-size: 20px;
    }

    .preamble a {}

    .preamble a:hover {}

    .smalltext {}

    .smalltext a {}

    .smalltext a:hover {}

    .text {
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .form {
        margin-bottom: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .form label {}

    .form input[type=submit] {}

    .form input[type=submit]:hover {}

    .form input[type=text],
    .form textarea,
    .form select {}

    .form .thankYou {}

    .form input[type=checkbox]+span,
    .form input[type=radio]+span,
    .form .form_option input[type=checkbox]+label:not([class*="optin"]) {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .gallery {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 20px;
    }

    .image {
        margin-bottom: 20px;
    }

    .button {
        margin-bottom: 20px;
    }

    .button:hover {}

    .custom1 {}

    .custom1 a {}

    .custom1 a:hover {}

    .custom2 {}

    .custom2 a {}

    .custom2 a:hover {}

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom5 {}

    .custom5 a {}

    .custom5 a:hover {}

    .spottext {
        font-size: 39px;
    }

    .spottext a {}

    .spottext a:hover {}

    body {}

    body a {}

    body a:hover {}

    .locale {}

    .locale ul li a {}

    .locale ul li a:hover {}

    .locale ul li.active a {}

    .locale ul li {}

    .locale ul li:hover {}

    .locale ul li.active {}

    .smallsubtitle {}

    .smallsubtitle a {}

    .smallsubtitle a:hover {}

    .smallspottext {
        font-size: 20px;
    }

    .smallspottext a {}

    .smallspottext a:hover {}

    .companyname {
        font-size: 20px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {
        margin-bottom: 20px;
    }

    .button2 {
        margin-bottom: 20px;
    }

    .button2:hover {}

    .socialmedia {
        text-align: center;
        font-size: 22px;
    }

    .socialmedia li a {
        width: 45px;
        height: 45px;
    }

    .socialmedia li a:hover {}

    .socialmedia li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .socialmedia li:hover {}

    .button3 {
        width: 100%;
        margin-bottom: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-color: rgb(0, 0, 0);
        border-bottom-width: 1px;
        background-color: rgb(192, 192, 192);
        text-align: center;
        font-family: Verdana;
        font-size: 14px;
        font-weight: 800;
        color: rgb(107, 10, 62);
        text-transform: uppercase;
    }

    .button3:hover {
        background-color: rgb(192, 192, 192);
        color: rgb(107, 10, 62);
    }
}

#r5001 {
    background-image: url(../uploads/WpErg6q2/footer.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

#r5001>.container {
    padding-left: 100px;
    padding-right: 100px;
}

#shrunkImage img {
    transform: scale(0.75);
}

#r3409 {
    background-color: rgb(107, 10, 62);
}

#c2287 {
    padding-left: 0px;
    padding-right: 0px;
}

#m3432 {
    margin-left: 0px;
}

#r5000 {
    background-color: rgb(255, 255, 255);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    border-left-width: 8px;
    border-right-width: 7px;
}

#c4354 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-color: rgb(107, 10, 62);
    border-bottom-width: 7px;
}

#m5000 {
    text-align: center;
}

#m5000>ul li>a {
    font-family: Arial;
    font-size: 11.4px;
}

#m1662 {
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
}

#m1662+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#m1662+.hoverOverlay {
    border-style: solid;
}

#r5002 {
    background-color: rgba(255, 255, 255, 0);
    background-position: 50% 0%;
    background-repeat: repeat-y;
}

#r1074 {
    background-color: rgba(242, 242, 242, 0);
}

#p9888 #r3590 {
    background-color: rgb(236, 236, 236);
}

#p9888 #c6584 {
    background-color: rgb(255, 255, 255);
    border-style: solid;
}

#p8799 #c1132 {
    border-style: solid;
}

#p8799 #m2955 {
    height: 300px;
}

#p8799 #m4493 input[type=checkbox]+span,
#m4493 input[type=radio]+span,
#m4493 .form_option input[type=checkbox]+label:not([class*="optin"]) {
    font-family: Arial;
}

#p8799 #m4493 label {
    font-family: Arial;
}

#p8799 #m4493 input[type=text],
#m4493 input[type=date],
#m4493 textarea,
#m4493 select {
    border-style: solid;
}

#p8799 #m4493 {
    border-style: solid;
}

#p6209 #r3056 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 80px;
    background-color: rgb(255, 255, 255);
}

#p6209 #r4153 {
    border-top-width: 0px;
    border-color: rgb(204, 204, 204);
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-bottom: 30px;
}

#p6209 #c1374 {
    background-clip: content-box;
    margin-bottom: 30px;
}

#p9877 #r3056 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 80px;
    background-color: rgb(255, 255, 255);
}

#p9877 #r4153 {
    border-top-width: 0px;
    border-color: rgb(204, 204, 204);
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-bottom: 30px;
}

#p9877 #c1374 {
    background-clip: content-box;
    margin-bottom: 30px;
}

@media only screen and (max-width:1199px) {
    #r5001>.container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #r5000 {
        border-left-width: 7px;
        border-right-width: 6px;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #r1074>.container {}

    #p6209 #r4153>.container {}

    #p9877 #r4153>.container {}
}

@media only screen and (max-width:767px) {
    #c2179 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #r3409 {
        background-color: rgb(221, 221, 221);
    }

    #m3432 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #r5000 {
        border-left-width: 0px;
        border-right-width: 0px;
        background-color: rgb(192, 192, 192);
    }

    #c4354 {
        border-bottom-width: 0px;
    }

    #p9888 #c6584 {
        padding-bottom: 0px;
    }

    #p6209 #r3056 {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    #p6209 #r4153>.container {}

    #p6209 #c1374 {
        padding-bottom: 0px;
    }

    #p9877 #r3056 {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    #p9877 #r4153>.container {}

    #p9877 #c1374 {
        padding-bottom: 0px;
    }
}