html, body {
	margin: 0;
    overflow-x: hidden;
    background-color: #f7f7f7;
}

* {
    font-size: 15px;
    color: #111;
    /*font-family: 'Exo 2', sans-serif;*/
    font-weight: 500;
}

a {
    text-decoration: none !important;
}

p {
    color: #757575;
    font-weight: 400;
    line-height: 1.5;
}

p1 {
    font-style: italic;
    text-align: center;
    font-size: 19px;
}

img {
    width: 100%;
}

img.icon {
    width: 80px;
    height: 80px;
    margin: auto;
    display: block;
}

h4, h5 {
    font-weight: bold;
}

h5.item-title {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
}

.transition-all {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.transition-all-slower {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.content-center {
    display: table !important;
    margin: auto !important;
}

.hover-pointer:hover {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.outer-m {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle-m {
    display: table-cell;
    vertical-align: middle;
}

.after-header {
    height: 80px;
}

/* SECTION */
.section {
    position: relative;
    padding: 70px 0;
    background-color: #f7f7f7;
}

.section-light {
    background-color: white;
}

.section-header {
    width: 60%;
    margin: 10px auto 50px auto;
}

.section-header .section-header-title {
    position: relative;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-header p {
    font-weight: 400;
}

.section-text h4{
    font-weight: 400;
    line-height: 1.6;
}

/* COLORS */
.grey-color {
    color: #393839;
}

.grey-bg {
    background-color: #393839;
}

.red-color {
    color: #cd392d;
}

.red-bg {
    background-color: #cd392d;
}

/* BUTTONS */
.border-button {
    padding: 10px 15px;
    border: 2px solid white;
    font-size: 16px;
    color: white !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rounded-border-button {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

/* TEXT LOGO */
.text-logo {
    overflow: hidden;
}

.text-logo p {
    margin: 0;
    font-size: 64px;
    text-align: center;
    line-height: 1;
    color: white !important;
}

.text-logo .logo-bottom hr {
    float: left;
}

.text-logo-top {
    font-weight: 600;
    text-transform: uppercase;
}

.text-logo-bottom {
    font-weight: 400;
}

/* DROPDOWN MENU */
.dropdown-menu {
    /* width: 150px; */
    padding: 10px 0;
    font-size: 14px;
    /* margin-top: 17px; */
    border: none;
    box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.dropdown-item {
    padding-left: 0;
    padding-right: 0;
}

.dropdown-item a {
    display: block;
    width: 100%;
    text-align: center;
    color: #757575;
    font-size: 14px;
}

/* NAVBAR */
.navbar {
    padding: 19px 15px;
    color: white !important;
    text-transform: uppercase;
}

.navbar-brand {
    height: 67px;
    margin-top: -10px;
    margin-bottom: -15px;
    padding: 0 !important;
    color: white !important;
    font-weight: 200;
}

#brand_svg {
    float: left;
    height: 60px;
    margin-right: 18px;
}

#brand_svg path {
    fill: white !important;
}

.navbar-brand p {
    line-height: 60px;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    color: white;
}

.nav-item.active .nav-link {
    color: white !important;
}

.nav-item .nav-link {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px;
}

.nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-collapse {
    /*padding-top: 10px;*/
}

.navbar-toggler {
    border: none;
    outline: none !important;
}

.navbar-toggler span {
    font-size: 20px;
    color: white !important;
}

/* WHITE BG */
.navbar.whitebg {
    color: #111 !important;
    background-color: white !important;
    box-shadow: 0 0 4px gray;
}

.navbar.whitebg .navbar-brand {
    color: #111 !important;
    font-weight: 200;
}

.navbar.whitebg .nav-item.active .nav-link {
    color: #111 !important;
}

.navbar.whitebg .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 14px;
}

.navbar.whitebg .navbar-toggler span {
    color: #111 !important;
}

/*.nav-link:*/

/* FOOTER */
footer {
    position: relative;
    width: 100%;
    /*padding: 80px 0;*/
    background-color: #2381ac;
}

footer > div {
    padding: 80px 0;
}

footer * {
    color: white;
    font-weight: 300;
}

footer p {
    font-size: 14px;
    font-weight: 400;
}

footer h5 {
    margin-bottom: 20px;
}

footer .col-lg-4 {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

footer .bottom-darker-offset {
    width: 100%;
    bottom: 0;
    padding: 30px 0;
    background-color: #2b2b2b;
}

footer .bottom-darker-offset p {
    margin-bottom: 0;
    text-align: center;
}

#opening-hours {
    margin: auto;
    font-weight: 300;
    color: #c0c0c0;
    text-align: left;
}

#opening-hours td {
    color: #c0c0c0;
}

#opening-hours td:nth-child(2n+1) {
    width: 70px;
}

footer .footer-info p {
    margin-bottom: 3px;
    color: #c0c0c0;
}

@media (min-width: 992px) {
    .col-lg-1 .outer,
    .col-lg-2 .outer,
    .col-lg-3 .outer,
    .col-lg-4 .outer,
    .col-lg-5 .outer,
    .col-lg-6 .outer,
    .col-lg-7 .outer,
    .col-lg-8 .outer,
    .col-lg-9 .outer,
    .col-lg-10 .outer,
    .col-lg-11 .outer,
    .col-lg-12 .outer {
        left: 0;
        padding: 15px !important;
    }
    
    .outer {
        display: table;
        position: absolute;
        height: 100%;
        width: 100%;
    }
    
    .middle {
        display: table-cell;
        vertical-align: middle;
    }
    
    footer .col-lg-4 {
        margin: 0 !important;
    }
    
        /*footer .col-lg-4:nth-child(2) {*/
            /*padding-top: 30px;*/
            /*margin-bottom: 0;*/
        /*}*/
}

@media (max-width: 991px) {
    .navbar-nav {
        padding-top: 25px;
    }
    
    .navbar .dropdown-menu {
        background-color: #cd392d;
        box-shadow: none;
    }
    
    .navbar .dropdown-menu a {
        display: block;
        width: 100%;
        padding-left: 20px;
        text-align: left;
        color: rgba(255, 255, 255, 0.5) !important;
    }
    
    .section-header {
        width: 100%;
    }
    
    footer * {
        text-align: center !important;
    }
    
    footer .col-lg-3 {
        margin-bottom: 20px;
    }
    
    footer .mobile-first {
        margin-bottom: 50px;
    }
    
    #opening-hours {
        margin: auto;
    }
}

@media (max-width: 400px) {
    .navbar-brand p {
        font-size: 22px;
    }
}
/*
     FILE ARCHIVED ON 14:27:54 Feb 03, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:48:27 May 05, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.539
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 28.195
  LoadShardBlock: 229.98 (3)
  PetaboxLoader3.datanode: 99.384 (4)
  PetaboxLoader3.resolve: 291.257 (2)
  load_resource: 187.874
*/