:root {
    --color1: #d8272c;
    --color2: #000000;
    --color3: #58595b;
}

* {
    font-family: 'Raleway', sans-serif;
}

*:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #000000 !important;
    font-weight: bold;
}

.mg-t-10 {
    margin-top: 10px !important;
}

.mg-t-15 {
    margin-top: 15px !important;
}

.mg-t-25 {
    margin-top: 25px !important;
}

.mg-t-50 {
    margin-top: 50px !important;
}
.mg-t-75 {
    margin-top: 75px !important;
}
.mg-b-50 {
    margin-bottom: 50px !important;
}

.mg-b-25 {
    padding-bottom: 25px !important;
}

.mg-b-10 {
    padding-bottom: 10px !important;
}

.mg-b-15 {
    padding-bottom: 15px !important;
}

.pd-t-10 {
    padding-top: 10px !important;
}
.pd-b-10 {
    padding-bottom: 10px !important;
}

.pd-t-25 {
    padding-top: 25px !important;
}
.pd-b-25 {
    padding-bottom: 25px !important;
}

.pd-t-50 {
    padding-top: 50px !important;
}
.pd-b-50 {
    padding-bottom: 50px !important;
}

.pd-t-75 {
    padding-top: 75px !important;
}
.pd-b-75 {
    padding-bottom: 75px !important;
}

.pd-t-100 {
    padding-top: 100px !important;
}

.pd-t-150 {
    padding-top: 150px !important;
}

.pd-t-200 {
    padding-top: 200px !important;
}

.pd-b-100 {
    padding-bottom: 100px !important;
}

h3 {
    border-bottom: 1px solid var(--color3);
    display: inline-block;
    padding: 0px 25px 15px 25px;
    font-size: 40px;
    color: var(--color2);
}

h4 a {
    color: #000;
}

#instagram .instagram {
    overflow: hidden;
    max-height: 250px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--color2);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.dropdown-menu a {color: #000 !important;}

section#header.text-blank .search form input {
    border-bottom: 1px solid #fff;
    color: #fff;
}

section#header.text-blank .search form button i, section#header.text-blank .social .social-icons a i, section#header.text-blank .menu a, section#header.text-blank .menu a:hover {
    color: #fff;
}

section#header.text-blank .menu .navbar .navbar-nav li .dropdown-item a:hover {
    color: #0000 !important;
}

section#header .menu .navbar .navbar-nav li a.nav-link:hover {
    font-weight: normal;
}
section#header.text-blank .menu .navbar .navbar-nav li a.nav-link:hover {
    font-weight: normal;
    color: #fff !important;
}

section#header {position: absolute;z-index: 2;width: 100%;}
section#header .logo img {
    max-width: 150px;
}

section#header .search {}
section#header .search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
section#header .search form input {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    background: transparent;
}
section#header .search form button {
    border: none;
    background: transparent;
    width: 50px;
}
section#header .search form button i {
    font-size: 20px;
    position: relative;
    top: 4px;
}

section#header .social {}
section#header .social nav.languages {}
section#header .social nav.languages a {}
section#header .social nav.languages a img {
    max-width: 20px;
}

section#header .social .social-icons {
    margin-top: 5px;
}
section#header .social .social-icons a {
    margin-right: 3px;
}
section#header .social .social-icons a i {
    color: #000;
}

section#header .menu {}
section#header .menu .navbar {
    padding: 0;
}

section#header .menu .navbar .navbar-nav {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    width: 100%;
    gap: 50px;
}

.nav-link {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

section#banner {
    z-index: -1;
}

section#awards {}
section#awards .award {
    position: relative;
    /* border: 1px solid #000; */
}
section#awards .award img {}
section#awards .award .block {
    position: absolute;
    bottom: 0;
    padding: 0px 25px 15px 25px;
    min-height: 60px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0.3+0,1+100 */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+1,1+100 */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
}
section#awards .award .block a {color: #fff;display: block;margin-top: 10px;text-shadow: 1px 1px 1px #000000;font-size: 20px;text-transform: uppercase;font-weight: bold;}
section#awards .award .block a:hover {color: #fff !important;}

section#parallax_banner {
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    background-color: #000;
}

section#parallax_banner::before {
    content: ' ';
    background: #0000008c;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

section#parallax_banner .title {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    text-shadow: 2px 2px 2px #000000a3;
}
section#parallax_banner nav {
    display: block;
}
section#parallax_banner nav span {
    display: inline-block;
    color: #b1b1b1;
    font-size: 10px;
    margin: 0px 10px;
}
section#parallax_banner nav a {color: #fff;}
section#parallax_banner nav a:hover {
    color: #fff !important;
}
section#parallax_1 {
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    background-color: #000;
}
section.parallax {
    background-position: 0 0;
    background-size: cover;
}
section.parallax h5 {
    color: #000;
    font-size: 40px;
}
section.parallax h5 strong {
    display: block;
    font-size: 72px;
}
section.parallax span {
    color: #000;
    display: block;
}

section#parallax_2 {
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    background-color: #000;
}

section#parallax_2 a i {margin-right: 15px}

section#parallax_2 a {color: #fff;font-weight: bold;text-transform: uppercase;background: #00000070;padding: 10px 25px;}
section#parallax_2 a:hover {
    color: #fff !important;
}

section.parallax .block {
    z-index: 1;
    position: relative;
}
section.parallax .block img {}
section.parallax .block a {
    color: #000;
    display: block;
    margin-top: 10px;
    text-align: left;
    font-weight: bold;
}
/*
section.parallax .block a:hover {
    color: #fff !important;
}
*/

section#travels {}
section#travels .block {}
section#travels .block img {}
section#travels .block a {
    display: block;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

section#travels .owl-nav {
    margin-top: 20px;
}
section#travels .owl-nav span {
    font-size: 35px;
    color: #fff;
    position: relative;
    top: -2px;
}
section#travels .owl-nav button {background: var(--color2);padding: 0px 20px !important;}
section#travels .owl-nav .owl-prev {}
section#travels .owl-nav .owl-next {
}

section#partners {
    background: #eee;
}
section#partners .block {
    background: #fff;
    padding: 25px;
}
section#partners .block img {
    max-width: 200px;
    display: inline-block;
    border-radius: 15px;
}
section#partners .block a {
    display: block;
    color: #777;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
}

section#schedule {
}
section#schedule .schedule {
    border: 1px solid #dadada;
    margin-bottom: 25px;
}
section#schedule .schedule .b1 {
    border-right: 1px solid #ececec;
    padding: 10px;
}
section#schedule .schedule .b1 span.day {}
section#schedule .schedule .b1  span.month {
    border-top: 1px solid #dadada;
}

section#schedule .schedule .b2 {
    padding: 20px 0;
}
section#schedule .schedule .b2  a {
    color: #000;
}
section#schedule .schedule .b3 {
}
section#schedule .schedule .b3 a {
    color: var(--color3);
    font-size: 25px;
    padding: 16px;
    border-left: 1px solid #ececec;
}
section#schedule .schedule .b3 a:hover {
    background: #eee;
}
section#schedule .schedule .b3 a i {}

section#newsletter {
    background: #f9f9f9;
}
section#newsletter p {
    font-weight: bold;
    margin-top: 10px;
}
section#newsletter .form-check {
    padding: 0;
}
section#newsletter .form-check label {
    margin-bottom: 0px;
}
section#newsletter .form-group input {
    border-radius: 0;
    padding: 20px 15px;
}
section#newsletter .btn {
    background: var(--color2);
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
}
section#newsletter .btn i {
    font-size: 20px;
    margin-left: 10px;
}

footer {
    background: var(--color2);
}
footer .logo {margin-top: 25px;text-align: center;}
footer .logo img {
    max-width: 100px;
}
footer p {
    color: #fff;
    margin: 0;
    text-align: center;
}
footer p a {
    color: #fff;
    font-weight: bold;
}
footer a:hover {
    color: #fff !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -25px;
    position: relative;
    z-index: 1;
    top: -15px;
}

#page {}
#page .default-image {}

footer .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
    top: 0;
}
footer .title {
    margin-bottom: 15px;
}
footer .title span {
    color: #fff;
    text-transform: uppercase;
}
footer .content {}
footer .content nav {}
footer .content nav.menu {}
footer .content nav.menu a {
    color: #fff;
    display: block;
}

footer .content .stores {}
footer .content .stores .store {}
footer .content .stores .store a {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
footer .content .stores .store a:hover {color: #fff}
footer .content .stores .store a i {}

footer .content .block {}
footer .content .block a {}
footer .content .block a img {}

footer .end {
    background: #000;
}

.video iframe {
    width: 100%;
    height: 500px;
}

.home-videos .owl-dots {
    margin-top: 15px !important;
}

.gallery {}
.gallery .image {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.gallery .image .blur {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(4px);
    background-position: bottom;
    opacity: 0.7;
}

.gallery figure {
    margin-bottom: 0px;
}

.gallery .image img {
    max-width: 100%;
    width: 563px;
}

.gallery-collumn {
    margin-left: 15px;
}

.gallery-collumn .image img {
    max-width: 100%;
    width: 411px;
}

.more {}
.more a {
    color: #d0050c;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 2px solid;
    padding: 0px 10px 3px 0px;
}

.post {
    border-bottom: 1px solid #eee;
}

.post-single {
}

.sidebar {}
.sidebar .widget {}
.sidebar .widget .title {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.sidebar .widget .title span {
    border-bottom: 2px solid #d0050c;
    padding: 5px 15px 5px 0px;
    font-weight: bold;
    font-size: 20px;
    color: var(--color2);
}
.sidebar .widget nav {}
.sidebar .widget nav a {
    color: var(--color3);
    display: block;
}

.wp-pagenavi {}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a.page, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
    padding: 10px;
    color: #000;
}
.wp-pagenavi span.current {
    background: #f9f9f9;
}

.contact-stores {min-height: 125px;border: 1px solid #eee;padding: 15px;}
.contact-stores a:first-child {font-weight: bold;}
.contact-stores a {color: var(--color2)}

.wpcf7-response-output {margin: 0 !important;}

span.wpcf7-list-item {
    margin: 0 !important;
}

.post h1, .post-single h1 {
    font-size: 2rem;
}
.post h1 a, .post-single h1 a {
    color: #000;
}

.post h1 a:hover, .post-single h1 a:hover {
    font-weight: normal;
}