.headline {
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    color: rgb(252, 100, 27);
    font-family: 'Work Sans', 'Roboto Mono', sans-serif;
    text-transform: uppercase;
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: right;
}

nav>ul li>a {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 400;
    transition: all 0.25s ease-in-out 0s;
    font-family: 'Work Sans', 'Roboto Mono', sans-serif;
}

nav:before {
    font-size: 30px;
    color: rgb(37, 37, 37);
}

nav>ul>li>ul a {
    font-size: 14px;
    color: rgb(37, 37, 37);
}

nav>ul li>a:hover {
    color: rgb(0, 51, 102);
}

nav>ul li.active>a {
    color: rgb(0, 51, 102);
    border-color: rgb(126, 143, 156);
}

nav>ul li a {
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 30px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
    border-bottom-width: 2px;
    border-color: rgba(255, 255, 255, 0);
}

nav>ul>li>ul li a {
    background-color: rgb(241, 241, 241);
    border-color: rgb(255, 255, 255);
    margin-bottom: 0px;
    border-bottom-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
}

nav>ul>li>ul li.active>a {
    color: rgb(252, 100, 27);
    border-color: rgb(255, 255, 255);
    font-weight: 400;
}

nav.opened-menu>ul {
    background-color: rgb(255, 255, 255);
}

nav>ul .closeBtn {
    color: rgb(204, 204, 204);
}

nav>ul>li>ul a:hover {
    color: rgb(252, 100, 27);
}

.nav .navIcon.fa {
    padding-right: 10px;
    padding-bottom: 2px;
}

nav>ul>li>ul li a:hover {
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

nav>ul li a:hover {
    border-color: rgb(126, 143, 156);
}

.subtitle {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    font-family: Raleway;
    color: rgb(52, 75, 87);
    font-weight: 800;
    text-transform: uppercase;
}

.preamble {
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Work Sans', 'Roboto Mono', sans-serif;
}

.bodytext {
    line-height: 1.6em;
    margin-bottom: 5px;
}

.smalltext {
    line-height: 1.6em;
    letter-spacing: 0em;
    font-size: 14px;
    margin-bottom: 5px;
}

body {
    color: rgb(37, 37, 37);
    font-size: 17px;
    font-family: Roboto;
    line-height: 1.6em;
    font-weight: 400;
    background-color: rgb(37, 37, 37);
}

body a {
    text-decoration: none;
    color: rgb(252, 100, 27);
}

body a:hover {
    color: rgb(252, 100, 27);
}

.button {
    margin-bottom: 40px;
    border-radius: 3px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    background-color: rgb(252, 100, 27);
    padding-top: 14px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    line-height: 1em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: 'Work Sans', 'Roboto Mono', sans-serif;
    font-size: 16px;
    text-align: center;
}

.button:hover {
    background-color: rgb(0, 51, 102);
    color: rgb(255, 255, 255);
}

.button .buttonIcon.fa {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
}

.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;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span {
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 12px;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius: 3px;
    border-color: rgb(204, 204, 204);
    color: rgb(69, 69, 69);
    font-size: 14px;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin-bottom: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form input[type=submit] {
    margin-bottom: 0px;
    margin-top: 20px;
}

.form2 label {
    color: rgb(255, 255, 255);
    text-align: center;
}

.form2 input[type=text],
.form2 textarea,
.form2 select {
    background-color: rgb(204, 204, 204);
    border-color: rgb(255, 255, 255);
    color: rgb(37, 37, 37);
}

.form2 input[type=submit] {
    color: rgb(37, 37, 37);
    background-color: rgb(255, 255, 255);
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.form2 input[type=submit]:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
}

.form .subtitle {
    margin-top: 20px;
}

.form2 .subtitle {
    color: rgb(255, 255, 255);
}

.text {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.text table thead th {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: rgb(241, 241, 241);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: rgb(255, 255, 255);
}

.text table td {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-color: rgb(241, 241, 241);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.image {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: rgb(255, 255, 255);
}

.col {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.custom1 {
    line-height: 1.1em;
    margin-bottom: 5px;
    font-size: 50px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    color: rgb(233, 154, 85);
}

.custom1 a {
    color: rgb(252, 100, 27);
}

.custom1 a:hover {
    color: rgb(252, 100, 27);
}

.custom2 {
    line-height: 1.2em;
    margin-bottom: 5px;
    color: rgb(233, 154, 85);
    font-size: 28px;
    text-align: center;
}

.custom2 a {
    color: rgb(252, 100, 27);
}

.custom2 a:hover {
    color: rgb(252, 100, 27);
}

.custom4 {
    color: rgb(233, 154, 85);
    font-size: 26px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 20px;
}

.custom4 a {
    color: rgb(252, 100, 27);
}

.custom4 a:hover {
    color: rgb(252, 100, 27);
}

.custom5 {
    color: rgb(233, 154, 85);
    font-size: 22px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 5px;
}

.custom5 a {
    color: rgb(252, 100, 27);
}

.custom5 a:hover {
    color: rgb(252, 100, 27);
}

.custom3 {
    margin-bottom: 20px;
    color: rgb(233, 154, 85);
    font-size: 32px;
    line-height: 1.2em;
    text-align: left;
}

.custom3 a {
    color: rgb(252, 100, 27);
}

.custom3 a:hover {
    color: rgb(252, 100, 27);
}

.smallsubtitle {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: rgb(0, 51, 102);
    font-family: 'Work Sans', 'Roboto Mono', sans-serif;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.spottext {
    font-size: 48px;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-family: 'Work Sans', 'Roboto Mono', sans-serif;
    font-weight: 400;
}

.spottext a {
    color: rgb(252, 100, 27);
}

.spottext a:hover {
    color: rgb(252, 100, 27);
}

.footertext {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 0px;
    color: rgb(37, 37, 37);
}

.companyname {
    font-size: 25px;
    text-align: left;
    line-height: 1.2em;
    color: rgb(87, 87, 87);
    text-transform: uppercase;
}

.companyname a {
    color: rgb(255, 255, 255);
}

.companyname a:hover {
    color: rgb(255, 255, 255);
}

.smallspottext {
    line-height: 1.2em;
    text-align: center;
    font-size: 28px;
    margin-bottom: 5px;
    text-transform: none;
    color: rgb(255, 255, 255);
}

.smallspottext a {
    color: rgb(252, 100, 27);
}

.smallspottext a:hover {
    color: rgb(252, 100, 27);
}

.locale {
    text-align: center;
}

.locale ul li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.locale ul li {
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-right-width: 0px;
    border-color: rgb(204, 204, 204);
    text-align: left;
}

.locale ul li a:hover {
    color: rgb(252, 100, 27);
}

.locale ul li.active a {
    color: rgb(255, 255, 255);
}

.locale ul li:hover {
    border-color: rgb(204, 204, 204);
}

.locale ul li.active {
    border-color: rgb(204, 204, 204);
}

.locale ul li a i+span {}

.button2 {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 40px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 19px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgb(191, 112, 42);
    background-color: rgb(52, 75, 87);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.button2:hover {
    color: rgb(37, 37, 37);
    border-color: rgb(191, 112, 42);
    background-color: rgb(255, 255, 255);
}

.button2 .buttonIcon.fa {
    margin-right: 10px;
}

.divider {
    border-top-width: 1px;
    border-color: rgb(204, 204, 204);
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.singlePost .divider {
    margin-bottom: 40px;
}

.socialmedia {
    text-align: left;
    font-size: 18px;
}

.socialmedia li {
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: rgb(37, 37, 37);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-color: rgba(120, 97, 6, 0);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
}

.socialmedia li:hover {
    background-color: rgb(37, 37, 37);
}

.socialmedia li a {
    color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
}

.socialmedia li a:hover {
    color: rgb(252, 100, 27);
}

.paymenticons li {
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 10px;
}

.paymenticons {
    text-align: left;
}

.linklist {
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
    margin-top: 0px;
    background-color: rgba(241, 241, 241, 0);
}

.linklist a {
    margin-bottom: 1px;
    background-color: rgba(241, 241, 241, 0);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.linklist a:hover {
    background-color: rgba(241, 241, 241, 0);
    color: rgb(0, 51, 102);
}

.linklist .listIcon {
    border-top-width: 3px;
    border-right-width: 20px;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.cart {
    display: table;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0px;
    padding-top: 3px;
}

.cart .cartBtn {
    color: rgb(37, 37, 37);
    font-size: 20px;
}

.cart .cartAmount {
    font-size: 12px;
    color: rgb(255, 255, 255);
    background-color: rgb(252, 100, 27);
    width: 16px;
    height: 16px;
    margin-left: -5px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-top: -8px;
}

.cart .checkoutBtn {
    margin-bottom: 0px;
}

.cart .title {
    margin-bottom: 20px;
}

.cart .subTotalText {
    margin-top: 0px;
}

.cart .subTotal {
    margin-bottom: 10px;
    margin-top: 5px;
}

.cart .cartContents {
    background-color: rgb(255, 255, 255);
    border-color: rgb(241, 241, 241);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.cart .divider {
    margin-bottom: 10px;
}

.cart .cartBtn:hover {
    color: rgb(37, 37, 37);
}

.search {
    display: table;
    margin-left: auto;
    margin-right: 0;
}

.search .searchicon {
    color: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    font-size: 16px;
    margin-bottom: 0px;
}

.review {
    margin-bottom: 40px;
    background-color: rgb(241, 241, 241);
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.review .reviewName {
    text-align: center;
    margin-bottom: 10px;
}

.review .reviewDescription {
    text-align: center;
    margin-bottom: 10px;
}

.review .reviewRating {
    text-align: center;
}

.review .reviewRating .star {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.review .authorDate {
    text-align: center;
    margin-top: 10px;
}

.businesscard .businesscardImage {
    border-bottom-width: 25px;
}

.businesscard .divider1 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.businesscard .divider2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.businesscard .divider3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.businesscard .divider4 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.businesscard .dbcIcon {
    border-right-width: 20px;
    border-left-width: 10px;
    margin-top: 0px;
}

.businesscard .dbcLinkIcon {
    border-left-width: 10px;
    border-right-width: 20px;
}

.businesscard .businesscardLinks {
    text-align: left;
}

.businesscard .businesscardLinks li a {
    padding-top: 0px;
    margin-top: 0px;
}

.html {
    margin-bottom: 40px;
}

.blog .details {
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.blog .readMore {
    margin-top: 20px;
    color: rgb(252, 100, 27);
    background-color: rgba(15, 174, 134, 0);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}

.blog {
    background-color: rgba(255, 255, 255, 0);
    padding-left: 0px;
}

.blog .title {
    padding-left: 0px;
    padding-right: 0px;
}

.blog .shortDescription {
    padding-left: 0px;
    padding-right: 0px;
}

.blog li .textContainer {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.blog li {
    background-color: rgb(255, 255, 255);
}

.blog .readMore:hover {
    color: rgb(0, 51, 102);
}

.catalog {
    margin-bottom: 40px;
}

.catalog .productText {
    padding-top: 10px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 0px;
}

.catalog .visualTag {
    text-align: center;
    text-transform: uppercase;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}

.catalog .name a {
    color: rgb(37, 37, 37);
}

.catalog .name a:hover {
    color: rgb(87, 87, 87);
}

.catalog .price {
    color: rgb(37, 37, 37);
    text-align: center;
    margin-bottom: 0px;
}

.catalog li {
    background-color: rgb(255, 255, 255);
}

.catalog .name {
    text-align: center;
}

.emailshare a {
    margin-bottom: 20px;
}

.openinghours .specialDayTitle {
    margin-top: 40px;
}

.openinghours {
    margin-bottom: 40px;
}

.openinghours .dayLabel {
    margin-bottom: 0px;
}

.offers {
    margin-bottom: 40px;
    background-color: rgb(241, 241, 241);
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.offers .button {
    margin-bottom: 0px;
    margin-top: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.offers .offerName {
    text-align: center;
    margin-bottom: 10px;
}

.offers .offerDescription {
    text-align: center;
}

.offers .offerPrice {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.offers .validFrom {
    text-align: center;
}

.offers .validThrough {
    text-align: center;
}

.offerPrice {
    font-weight: 400;
}

.list {
    margin-bottom: 40px;
}

.list .listIcon {
    font-size: 18px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    color: rgb(252, 100, 27);
}

.list .itemLabel {
    font-size: 15px;
    text-transform: none;
}

.list .listIcon:hover {
    color: rgb(252, 100, 27);
}

.video {
    margin-bottom: 40px;
}

.singleProduct .gallery .visualTag {
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.singleProduct .divider {
    margin-bottom: 20px;
    margin-top: 0px;
}

.singleProduct .oldprice {
    margin-right: 20px;
    text-align: right;
}

.pricelist {
    margin-bottom: 40px;
}

.pricelist li {
    margin-bottom: 20px;
}

.pricelist .listImg {
    margin-bottom: 10px;
    max-width: 100%;
    margin-top: 0px;
}

.pricelist .itemdescription {
    margin-bottom: 30px;
}

.pricelist .listTitle {
    margin-bottom: 30px;
}

.checkout .divider {
    margin-bottom: 20px;
}

.checkout .descriptivetext {
    padding-bottom: 20px;
}

.checkout .infolabel {
    padding-bottom: 10px;
    font-size: 15px;
    margin-right: 20px;
}

.checkout .form input[type=text],
.checkout .form textarea,
.checkout .form select {
    margin-bottom: 20px;
}

.verticalnav {
    margin-bottom: 40px;
}

.verticalnav>li>a {
    color: rgb(252, 100, 27);
    margin-bottom: 10px;
}

.verticalnav>li>a:hover {
    color: rgb(252, 100, 27);
}

nav>li.active>a {
    color: rgb(252, 100, 27);
}

.verticalnav>li>ul a {
    color: rgb(252, 100, 27);
}

.verticalnav>li>ul a:hover {
    color: rgb(252, 100, 27);
}

.verticalnav>li>ul li.active>a {
    color: rgb(252, 100, 27);
}

.verticalnav>li>ul li a {
    margin-bottom: 10px;
}

.verticalnav .verticalnavIcon.fa {
    margin-right: 10px;
}

.singlePost .blogShare {
    margin-bottom: 40px;
}

.imagelist {
    margin-bottom: 40px;
}

.facebookpage {
    margin-bottom: 40px;
}

.instagramembed {
    margin-bottom: 40px;
}

.googleplusone {
    margin-bottom: 40px;
}

.openinghours2 {
    margin-bottom: 40px;
}

.shopfilter .shop_filter {
    background-color: rgb(241, 241, 241);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.shopfilter .filter_label {
    color: rgb(37, 37, 37);
}

.shopfilter label {
    color: rgb(37, 37, 37);
}

.shopfilter .price-text {
    color: rgb(37, 37, 37);
    font-size: 14px;
}

.shopfilter .clearSelection {
    color: rgb(37, 37, 37);
    line-height: 2.45em;
    font-size: 12px;
}

.shopfilter .ui-slider {
    background-color: rgb(204, 204, 204);
}

.shopfilter .ui-slider-range {
    background-color: rgb(252, 100, 27);
}

.shopfilter .ui-slider-handle {
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
}

.shopfilter {
    background-color: rgba(0, 0, 0, 0);
}

.scrollIcon {
    background-color: rgb(0, 51, 102);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.scrollIcon span:before {
    color: rgb(255, 255, 255);
}

.scrollIcon:hover {
    background-color: rgb(252, 100, 27);
}

.lightbox-image .lightbox-caption {
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.modal {
    background-color: rgb(241, 241, 241);
    border-color: rgb(252, 100, 27);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.engagement.modal .bodytext {
    text-align: center;
    padding-bottom: 20px;
}

.engagement.modal .headline {
    text-align: center;
}

.engagement.modal .button,
.engagement.modal input[type=submit] {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.modal .closeBtn {
    width: 20px;
    font-size: 29px;
    background-color: rgba(40, 197, 250, 0);
}

.engagement.modal .closeBtn:hover {
    color: rgb(0, 51, 102);
}

.engagement.thinbar {
    background-color: rgb(241, 241, 241);
    border-color: rgb(252, 100, 27);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 10px;
    border-left-width: 0px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.engagement.thinbar .headline {
    text-align: center;
}

.engagement.thinbar .bodytext {
    text-align: center;
    margin-bottom: 40px;
}

.engagement.thinbar .button {
    text-align: left;
    text-transform: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.thinbar .closeBtn {
    font-size: 30px;
}

.cornerbox {
    background-color: rgb(241, 241, 241);
    border-color: rgb(252, 100, 27);
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}

.engagement.cornerbox .bodytext {
    padding-bottom: 30px;
    text-align: center;
}

.engagement.cornerbox .button,
.engagement.cornerbox input[type=submit] {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.cornerbox .headline {
    text-align: center;
}

.iconlist .iconItem {
    font-size: 44px;
}

.iconlist li a {
    color: rgb(252, 100, 27);
}

.iconlist li a:hover {
    color: rgb(252, 100, 27);
}

.iconlist li {
    background-color: rgba(0, 155, 207, 0);
    width: 50px;
    height: 50px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: rgb(252, 100, 27);
}

.iconlist {
    text-align: left;
}

.accordion {
    margin-top: 0px;
    margin-bottom: 40px;
}

.accordion .itemTitle {
    background-color: rgb(241, 241, 241);
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgb(204, 204, 204);
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.accordion .itemTitle:hover {
    background-color: rgb(241, 241, 241);
    border-color: rgb(204, 204, 204);
}

.accordion li.active .itemTitle {
    background-color: rgb(241, 241, 241);
    border-color: rgb(204, 204, 204);
}

.accordion .itemContent {
    border-color: rgb(241, 241, 241);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.accordion .button {
    margin-top: 40px;
    margin-bottom: 20px;
    display: table;
    margin-left: auto;
    margin-right: 0;
}

.accordion .itemIcon {
    margin-right: 10px;
    margin-left: 10px;
}

.accordion li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.accordion .image {
    margin-bottom: 20px;
    margin-top: 0px;
}

.hoverOverlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.hoverOverlay .hoverIcon {
    width: 70px;
    height: 70px;
    font-size: 70px;
    color: rgb(252, 100, 27);
}

.hoverOverlay .hoverText {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 26px;
}

.custom6 {
    color: rgb(233, 154, 85);
    line-height: 1.2em;
    font-size: 20px;
}

.custom7 {
    color: rgb(233, 154, 85);
    line-height: 1.6em;
}

.custom8 {
    color: rgb(233, 154, 85);
    line-height: 1.6em;
    font-size: 14px;
}

.darkspottext {
    font-size: 48px;
    margin-bottom: 5px;
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: center;
    font-family: Raleway;
    color: rgb(252, 100, 27);
    letter-spacing: 0.08em;
}

.darksmallspottext {
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
}

.lightheadline {
    color: rgb(255, 255, 255);
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.lightheadline a {
    color: rgb(252, 100, 27);
}

.lightheadline a:hover {
    color: rgb(252, 100, 27);
}

.lightsubtitle {
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.lightsubtitle a {
    color: rgb(255, 255, 255);
}

.lightsubtitle a:hover {
    color: rgb(204, 204, 204);
}

.lightsmallsubtitle {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.lightsmallsubtitle a {
    color: rgb(255, 255, 255);
}

.lightsmallsubtitle a:hover {
    color: rgb(204, 204, 204);
}

.lightpreamble {
    color: rgb(255, 255, 255);
    font-size: 33px;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-family: 'Work Sans', 'Roboto Mono', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.lightpreamble a {
    color: rgb(252, 100, 27);
}

.lightpreamble a:hover {
    color: rgb(252, 100, 27);
}

.lightbodytext {
    color: rgb(255, 255, 255);
    line-height: 1.6em;
    margin-bottom: 5px;
}

.lightbodytext a {
    color: rgb(252, 100, 27);
}

.lightbodytext a:hover {
    color: rgb(252, 100, 27);
}

.lightsmalltext {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 5px;
}

.lightsmalltext a {
    color: rgb(252, 100, 27);
}

.lightsmalltext a:hover {
    color: rgb(252, 100, 27);
}

.custom9 {
    color: rgb(233, 154, 85);
}

.custom10 {
    color: rgb(233, 154, 85);
}

.engagement.sticky {
    margin-left: 0px;
    background-color: rgb(241, 241, 241);
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-bottom-width: 4px;
    border-color: rgb(252, 100, 27);
}

.engagement.sticky input[type=text],
.engagement.sticky input[type=email],
.engagement.sticky textarea,
.engagement.sticky select {
    margin-top: 20px;
}

.opennow .opened {
    color: rgb(255, 255, 255);
    text-align: center;
}

.opennow .closed {
    color: rgb(255, 255, 255);
    text-align: center;
}

.button3 {
    color: rgb(37, 37, 37);
    background-color: rgb(255, 255, 255);
}

.button3:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
}

.form2 input[type=checkbox]+span,
.form2 input[type=radio]+span {
    color: rgb(255, 255, 255);
}

.form2 .thankYou {
    color: rgb(255, 255, 255);
}

.brandfooter {
    background-color: rgb(37, 37, 37);
    border-top-width: 1px;
    border-color: rgb(87, 87, 87);
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgb(204, 204, 204);
    font-size: 14px;
}

.arrow {
    color: rgb(255, 255, 255);
    background-color: rgb(252, 100, 27);
    font-size: 25px;
    width: 40px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 40px;
}

.arrow:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 51, 102);
}

.dots li {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgb(252, 100, 27);
    width: 10px;
    height: 10px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.dots li.active {
    background-color: rgb(252, 100, 27);
    border-color: rgb(252, 100, 27);
}

.dots li:hover {
    border-color: rgb(252, 100, 27);
    background-color: rgb(252, 100, 27);
}

@media only screen and (max-width:1199px) {
    nav:before {
        font-size: 21px;
        color: rgb(0, 51, 102);
    }
    nav>ul li a {
        border-bottom-width: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav.opened-menu>ul {
        background-color: rgb(241, 241, 241);
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }
    nav>ul .closeBtn {
        color: rgb(37, 37, 37);
    }
    nav>ul>li>ul li a {
        border-bottom-width: 0px;
        margin-left: 35px;
        margin-bottom: 10px;
        background-color: rgba(241, 241, 241, 0);
    }
    nav>ul li>a {
        color: rgb(37, 37, 37);
    }
    nav>ul li>a:hover {
        color: rgb(252, 100, 27);
    }
    nav>ul li.active>a {
        color: rgb(252, 100, 27);
    }
    nav>ul>li>ul a {
        color: rgb(37, 37, 37);
        font-size: 16px;
    }
    nav>ul>li>ul a:hover {
        color: rgb(252, 100, 27);
    }
    nav>ul>li>ul li.active>a {
        color: rgb(252, 100, 27);
        background-color: rgba(241, 241, 241, 0);
    }
    nav>ul>li>ul li a:hover {
        background-color: rgba(241, 241, 241, 0);
    }
    body {}
    body a {}
    body a:hover {}
    .text {}
    .bodytext {}
    .bodytext a {}
    .bodytext a:hover {}
    .smalltext {
        font-size: 12px;
    }
    .companyname {
        font-size: 18px;
    }
    .custom2 {
        font-size: 28px;
    }
    .locale {
        text-align: left;
    }
}

@media only screen and (max-width:767px) {
    nav:before {
        font-size: 18px;
    }
    nav.opened-menu>ul {
        background-color: rgb(241, 241, 241);
    }
    nav>ul li a {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        margin-left: 0px;
    }
    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0);
    }
    nav>ul li>a {
        color: rgb(37, 37, 37);
    }
    nav>ul>li>ul a {
        color: rgb(37, 37, 37);
    }
    nav>ul li.active>a {
        color: rgb(252, 100, 27);
    }
    nav>ul>li>ul li.active>a {
        border-color: rgba(255, 255, 255, 0);
        color: rgb(252, 100, 27);
    }
    nav>ul li>a:hover {
        color: rgb(252, 100, 27);
    }
    nav>ul>li>ul a:hover {
        color: rgb(252, 100, 27);
    }
    .headline {
        font-size: 28px;
    }
    .subtitle {
        font-size: 24px;
    }
    .preamble {
        font-size: 18px;
    }
    .text {
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .col {
        padding-bottom: 20px;
    }
    .row {
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .form {
        margin-bottom: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .form label {}
    .form input[type=checkbox]+span,
    .form input[type=radio]+span {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .form input[type=submit] {}
    .form input[type=submit]:hover {}
    .form input[type=text],
    .form textarea,
    .form select {}
    .form .thankYou {}
    .gallery {
        margin-bottom: 20px;
    }
    .map {
        margin-bottom: 20px;
    }
    .image {
        margin-bottom: 20px;
    }
    .button {
        margin-bottom: 20px;
        display: table;
        margin-left: 0;
        margin-right: auto;
        text-align: center;
    }
    .custom1 {
        font-size: 28px;
    }
    .custom2 {
        font-size: 20px;
    }
    .custom3 {
        font-size: 28px;
    }
    .custom4 {
        font-size: 24px;
    }
    .custom5 {
        font-size: 20px;
    }
    .spottext {
        font-size: 28px;
    }
    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 {
        font-size: 20px;
    }
    .smallspottext {
        font-size: 20px;
    }
    .button2 {
        margin-bottom: 20px;
    }
    .button2:hover {}
    .socialmedia li a {
        width: 38px;
        height: 38px;
    }
    .socialmedia li {
        margin-left: 10px;
    }
    .review {
        margin-bottom: 20px;
    }
    .linklist {
        margin-bottom: 20px;
    }
    .html {
        margin-bottom: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .catalog {
        margin-bottom: 20px;
    }
    .blog .readMore {
        margin-bottom: 20px;
    }
    .openinghours {
        margin-bottom: 20px;
    }
    .video {
        margin-bottom: 20px;
    }
    .list {
        margin-bottom: 20px;
    }
    .offers {
        margin-bottom: 20px;
    }
    .cart .subTotalText {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .cart .prodPrice {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .pricelist {
        margin-bottom: 20px;
    }
    .verticalnav {
        margin-bottom: 20px;
    }
    .imagelist {
        margin-bottom: 20px;
    }
    .facebookpage {
        margin-bottom: 20px;
    }
    .instagramembed {
        margin-bottom: 20px;
    }
    .googleplusone {
        margin-bottom: 20px;
    }
    .openinghours2 {
        margin-bottom: 20px;
    }
    .custom6 {
        font-size: 18px;
    }
    .custom8 {
        font-size: 12px;
    }
    .darkspottext {
        font-size: 28px;
    }
    .lightheadline {
        font-size: 28px;
    }
    .lightsubtitle {
        font-size: 24px;
    }
    .lightsmallsubtitle {
        font-size: 20px;
    }
    .lightbodytext {
        font-size: 16px;
    }
    .lightsmalltext {
        font-size: 12px;
    }
    .lightpreamble {
        font-size: 18px;
    }
}

#r5001 {
    padding-left: 0px;
    padding-right: 0px;
}

#r5001>.container {}

#r3894 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(0, 51, 102);
    border-bottom-width: 2px;
    border-color: rgb(204, 204, 204);
}

#c2559 {
    background-color: rgba(255, 255, 255, 0);
}

#m1489 {
    margin-bottom: 0px;
}

#c2268 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#m1603 {
    margin-bottom: 0px;
    padding-top: 5px;
}

#r5000 {
    background-color: rgb(255, 255, 255);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-top: 0px;
    border-color: rgb(204, 204, 204);
    border-bottom-width: 0px;
    padding-bottom: 0px;
}

#m4819 {
    margin-bottom: 0px;
    max-width: 70%;
}

#c4354 {
    padding-right: 0px;
}

#r5002 {
    background-position: 50% 0%;
    background-repeat: repeat-y;
}

#r5002>.container {}

#r1074 {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top-width: 1px;
    border-color: rgb(204, 204, 204);
}

#m4679 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

#m4214 {
    margin-bottom: 20px;
}

#m3000 {
    margin-bottom: 0px;
}

#m1280 {
    margin-bottom: 20px;
}

#m2878 {
    margin-bottom: 0px;
}

#p9533 {
    background-repeat: no-repeat;
}

#p9533 #r4289 {
    padding-top: 300px;
    padding-bottom: 160px;
    background-color: rgb(0, 51, 102);
    background-image: url(../images/banner-1a.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#p9533 #r4289.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.6);
}

#p9533 #c4523 {
    padding-left: 60px;
    padding-right: 60px;
}

#p9533 #m1756 {
    margin-bottom: 0px;
}

#p9533 #m4405 {
    border-color: rgb(252, 100, 27);
    width: 8%;
    margin-top: 10px;
    margin-bottom: 20px;
    border-top-width: 2px;
}

#p9533 #r1273 {
    background-color: rgb(0, 51, 102);
    padding-bottom: 60px;
    background-image: url(../images/NOTARIA-PAMPLONA.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#p9533 #c3971 {
    background-color: rgb(255, 255, 255);
    background-clip: content-box;
    padding-top: 15px;
    padding-bottom: 15px;
}

#p9533 #m1037 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
}

#p9533 #m3413 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
}

#p9533 #m2946 {
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 02px;
    border-color: rgb(92, 111, 125);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: rgb(0, 51, 102);
    background-color: rgba(233, 154, 85, 0);
    font-weight: 800;
}

#p9533 #c1292 {
    background-color: rgb(255, 255, 255);
    background-clip: content-box;
    padding-top: 15px;
    padding-bottom: 15px;
}

#p9533 #m2684 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
}

#p9533 #m3224 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
}

#p9533 #m3562 {
    display: table;
    margin-left: auto;
    margin-right: auto;
    color: rgb(92, 111, 125);
    border-color: rgb(92, 111, 125);
    background-color: rgba(233, 154, 85, 0);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: 800;
}

#p9533 #c1493 {
    background-color: rgb(255, 255, 255);
    background-clip: content-box;
    padding-top: 15px;
    padding-bottom: 15px;
}

#p9533 #m2938 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
}

#p9533 #m2923 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
}

#p9533 #m4297 {
    display: table;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(92, 111, 125, 0);
    border-color: rgb(92, 111, 125);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: rgb(92, 111, 125);
    font-weight: 800;
}

#p9533 #r1781 {
    border-top-width: 0px;
    border-color: rgb(204, 204, 204);
}

#p9533 #c1651 {
    background-color: rgb(241, 241, 241);
    background-clip: content-box;
    margin-bottom: 30px;
}

#p9533 #m1555 {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 0px;
}

#p9533 #m1094 {
    border-color: rgb(252, 100, 27);
    width: 6%;
    margin-top: 10px;
    margin-bottom: 20px;
    border-top-width: 2px;
}

#p9533 #m1017 {
    padding-left: 40px;
    padding-right: 40px;
}

#p9533 #r1445 {
    background-color: rgb(252, 100, 27);
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url(../images/fodno-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p9533 #r1445.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.49);
}

#p9533 #r3751 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#p9533 #c4279 {
    padding-left: 0px;
    padding-right: 0px;
}

#p9533 #m4690 {
    height: 400px;
    margin-bottom: 0px;
}

#p5754 #r1449 {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: rgb(0, 51, 102);
    background-image: url(../images/BANNER-2.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#p5754 #r1449.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.6);
}

#p5754 #c3324 {
    padding-left: 60px;
    padding-right: 60px;
}

#p5754 #m3780 {
    margin-bottom: 0px;
}

#p5754 #m2773 {
    border-color: rgb(252, 100, 27);
    width: 7%;
}

#p5754 #r4541 {
    padding-top: 20px;
    padding-bottom: 60px;
}

#p5754 #c2451 {
    background-color: rgba(204, 204, 204, 0.7);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#p5754 #m3423 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}

#p5754 #m2498 {
    margin-bottom: 0px;
    padding-top: 20px;
}

#p5754 #r2220 {
    background-color: rgb(252, 100, 27);
    padding-top: 140px;
    padding-bottom: 100px;
    background-image: url(../images/FONDO-b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p5754 #r2220.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.55);
}

#p6353 #r1449 {
    padding-top: 130px;
    padding-bottom: 130px;
    background-color: rgb(0, 51, 102);
    background-image: url(../images/fodno-banner.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#p6353 #r1449.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.6);
}

#p6353 #c3324 {
    padding-left: 60px;
    padding-right: 60px;
}

#p6353 #m3089 {
    margin-bottom: 0px;
}

#p6353 #r4116 {
    background-color: rgb(220, 220, 220);
}

#p6353 #m1609 {
    margin-bottom: 0px;
}

#p6353 #m2704 {
    margin-bottom: 20px;
}

#p6353 #m3188 .listTitle {
    text-align: left;
}

#p6353 #r4541 {
    padding-bottom: 60px;
}

#p6353 #c2451 {
    background-color: rgba(204, 204, 204, 0.7);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#p6353 #m3423 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}

#p6353 #m3780 {
    margin-bottom: 0px;
}

#p6353 #m2498 {
    margin-bottom: 0px;
    padding-bottom: 50px;
}

#p6353 #m1075 {
    border-color: rgb(233, 154, 85);
    width: 25%;
    margin-left: 0;
}

#p6353 #r3384 {
    padding-top: 20px;
    padding-bottom: 60px;
}

#p6353 #m2643 {
    margin-bottom: 0px;
}

#p6353 #m3916 {
    border-color: rgb(233, 154, 85);
    width: 25%;
    margin-left: 0;
}

#p6353 #c2688 {
    background-color: rgba(204, 204, 204, 0.7);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#p6353 #m3084 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}

#p6353 #r2220 {
    background-color: rgb(252, 100, 27);
    padding-top: 140px;
    padding-bottom: 100px;
    background-image: url(../images/FONDO-b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p6353 #r2220.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.55);
}

#p8495 #r1449 {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: rgb(0, 51, 102);
    background-image: url(../images/FONDO-b.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#p8495 #r1449.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.6);
}

#p8495 #c3324 {
    padding-left: 20px;
    padding-right: 20px;
}

#p8495 #r4116 {
    background-color: rgb(220, 220, 220);
}

#p8495 #r3384 {
    padding-top: 20px;
    padding-bottom: 60px;
}

#p8495 #c2688 {
    background-color: rgba(204, 204, 204, 0.7);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#p8495 #m3084 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}

#p8495 #m2643 {
    margin-bottom: 0px;
}

#p8495 #m3916 {
    border-color: rgb(233, 154, 85);
    width: 25%;
    margin-left: 0;
}

#p8495 #r4541 {
    padding-bottom: 60px;
}

#p8495 #c2451 {
    background-color: rgba(204, 204, 204, 0.7);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#p8495 #m3423 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}

#p8495 #m3780 {
    margin-bottom: 0px;
}

#p8495 #m2498 {
    margin-bottom: 0px;
    padding-bottom: 50px;
}

#p8495 #m1075 {
    border-color: rgb(233, 154, 85);
    width: 25%;
    margin-left: 0;
}

#p8495 #r2220 {
    background-color: rgb(252, 100, 27);
    padding-top: 140px;
    padding-bottom: 100px;
    background-image: url(../images/FONDO-b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p8495 #r2220.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.55);
}

#p6792 #r4806 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: rgb(255, 255, 255);
    border-bottom-width: 0px;
    border-color: rgb(255, 255, 255);
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

#p6792 #c1933 {
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgb(241, 241, 241);
}

#p6792 #m1586 {
    height: 500px;
    margin-bottom: 0px;
}

#p6792 #r4507 {
    background-color: rgb(241, 241, 241);
}

#p6792 #m4705 {}

#p6792 #m3996 {
    margin-bottom: 20px;
}

#p5719 #r4507 {
    background-color: rgb(241, 241, 241);
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5719 #c1167 {
    padding-top: 150px;
    padding-bottom: 150px;
}

#p5719 #m4705 {
    margin-bottom: 0px;
}

#p5719 #m2112 {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

#p5035 {
    background-repeat: no-repeat;
}

#p5035 #r2474 {
    padding-bottom: 100px;
    background-color: rgb(255, 255, 255);
    padding-top: 60px;
}

#p9740 {
    background-repeat: no-repeat;
}

#p9740 #r2474 {
    padding-bottom: 100px;
    background-color: rgb(255, 255, 255);
    padding-top: 60px;
}

#p6662 {
    background-repeat: no-repeat;
}

#p6662 #r2474 {
    padding-bottom: 100px;
    background-color: rgb(255, 255, 255);
    padding-top: 25px;
}

@media only screen and (max-width:1199px) {
    #c2559 {
        padding-left: 0px;
    }
    #c2268 {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    #r5000 {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #c5000 {
        padding-left: 0px;
    }
    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    #r1074>.container {}
    #m4679 {
        max-width: 100%;
    }
    #p9533 #r4289 {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    #p9533 #r1781>.container {}
    #p9533 #r1445 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    #p5754 #r1449 {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    #p5754 #c2450 {
        padding-top: 30px;
    }
    #p5754 #r2220 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    #p6353 #r1449 {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    #p6353 #c2450 {
        padding-top: 30px;
    }
    #p6353 #c3295 {
        padding-top: 30px;
    }
    #p6353 #r2220 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    #p8495 #r1449 {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    #p8495 #c3295 {
        padding-top: 30px;
    }
    #p8495 #r2220 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:767px) {
    #r3894 {
        padding-right: 15px;
        padding-left: 15px;
    }
    #c2559 {
        padding-bottom: 0px;
    }
    #c2268 {
        padding-bottom: 0px;
    }
    #r5000 {
        padding-left: 15px;
        padding-right: 15px;
    }
    #c5000 {
        padding-bottom: 0px;
    }
    #c4354 {
        padding-left: 0px;
        padding-bottom: 0px;
    }
    #r1074 {
        padding-bottom: 15px;
        padding-top: 30px;
    }
    #r1074>.container {}
    #m4679 {
        max-width: 59%;
    }
    #p9533 #r4289 {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    #p9533 #r4289>.container {}
    #p9533 #c4523 {
        padding-left: 20px;
        padding-right: 20px;
    }
    #p9533 #r1781>.container {}
    #p9533 #r1445 {
        padding-right: 0px;
    }
    #p9533 #m4690 {
        height: 200px;
    }
    #p5754 #r1449 {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    #p5754 #r1449>.container {}
    #p5754 #c3324 {
        padding-left: 20px;
        padding-right: 20px;
    }
    #p5754 #r2220 {
        padding-right: 0px;
    }
    #p6353 #r1449 {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    #p6353 #r1449>.container {}
    #p6353 #c3324 {
        padding-left: 20px;
        padding-right: 20px;
    }
    #p6353 #r2220 {
        padding-right: 0px;
    }
    #p8495 #r1449 {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    #p8495 #r1449>.container {}
    #p8495 #r2220 {
        padding-right: 0px;
    }
    #p6792 #c1933 {
        padding-bottom: 0px;
    }
    #p6792 #m1586 {
        height: 200px;
    }
    #p5035 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #p9740 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #p6662 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}