<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap');

html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div, u, li, ul {
    font-family: 'Roboto',sans-serif  !important;
}

.navbar-nav&gt;li&gt;a {
   font-size: 18px!important;

}

.display p{
    font-size:19px;
}

.header-img .image-full {
    height: 135px !important;
}

.slide-rows div:last-child{
  color: #ff3e00;
}

/*

.navbar-default{
background-color: rgba(220, 213, 199, 0.21)!important;
 position: absolute;
 width: 100%;
 border: 0px;
 border-bottom:1px solid white;
}
*/

.com-widget-container .container{
 background-color: transparent!important;
}


.com-widget-container .btn-rengine.orphan{
 width:150px;
}



/**MENU**/

body {
    overflow-x: hidden;
    font: 400 16px/1.8 'Crimson Text', serif;
    color: #666;
}


h1, h2, h3, h4, h5, h6 {
    font: 700 54px/1.2 'Crimson Text', serif;
    margin: 0 0 20px;
    color: #000;
}

h2 {
    font-size: 48px;
    margin: 0 0 18px;
}

h3 {
    font-size: 40px;
    margin: 0 0 15px;
}

h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 8px;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
}

blockquote {
    font: 700 50px/1.2 'Dancing Script', cursive;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

blockquote small,
blockquote footer,
blockquote .small {
    display: block;
    font-size: 40%;
    line-height: 1.42857143;
    color: #999;
}

.intro-title,
.module-title,
.callout-text,
.iconbox-title {
    font: 700 28px/1.2 'Dancing Script', cursive;
    margin: 0 0 18px;
}

.module-title,
.callout-text {
    font-size: 50px;
}

.module-subtitle {
    font: 400 16px/1.2 'Crimson Text',  serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a7a9ac;
    margin: 0;
}

.intro-title {
    font-size: 55px;
}

.menu {
    border-bottom: 1px dotted #DDD;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.menu-classic img {
    margin: 0 0 10px;
}

.menu-title,
.menu-price {
    font-size: 18px;
    margin: 0;
}

.menu-detail {
    font-size: 16px;
}

.menu-price-detail {
    position: relative;
    text-align: right;
}

.menu-label {
    background: #fae7d7;
    position: relative;
    display: inline-block;
    padding: 2px 10px 0px 10px;
    font-family: 'Crimson Text', serif;
    letter-spacing: 1px;
    font-style: italic;
    font-size: 13px;
    float: right;
    top: 5px;
}


@media (max-width: 991px) {

    .side-image {
        position: relative;
        height: auto;
    }

    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-nav &gt; li &gt; a,
    .navbar-custom .navbar-nav .dropdown-menu &gt; li &gt; a {
        font-size:18px !important;
        letter-spacing: 0;
    }

}

@media (max-width: 767px) {

    .menu-title,
    .menu-detail,
    .menu-price-detail {
        text-align: center;
    }

    .menu-label {
        float: none;
    }

    .mouse-icon {
        display: none;
    }

    .iconbox {
        margin: 10px 0;
    }

    .testimonial-avatar,
    .testimonial-info {
        text-align: center;
    }

}

@media (max-width: 568px) {

    h1, h2, h3, h4, h5, h6 {
        font: 700 38px/1.2 'Crimson Text', serif;
        margin: 0 0 20px;
        color: #000;
    }

    h2 {
        font-size: 30px;
        margin: 0 0 18px;
    }

    h3 {
        font-size: 24px;
        margin: 0 0 15px;
    }

    h4 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    h5 {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 8px;
    }

    h6 {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 5px;
    }

    blockquote {
        font: 700 38px/1.2 'Dancing Script', cursive;
        margin: 0 0 20px;
        padding: 0;
        border: 0;
    }

    .intro-title,
    .module-title,
    .callout-text,
    .iconbox-title {
        font: 700 38px/1.2 'Dancing Script', cursive;
        margin: 0 0 18px;
    }

    .iconbox-title {
        font-size: 24px;
    }

    .module-subtitle {
        font: 400 10px/1.2 'Libre Baskerville', serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #a7a9ac;
        margin: 0;
    }

}

.nav-pills&gt;li&gt;a {
    border-radius: 4px;
    font-size: 25px;
    font-weight: 800;
    transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity:1;
}

.nav-pills&gt;li&gt;a:hover{
    background-color: transparent;
     color:#d30101;
   transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity:0.7;
  cursor:pointer;
}

.nav-pills&gt;li.active&gt;a {
    color: #d30101;
    background-color: transparent;
    font-weight: 800;
}

.nav-pills&gt;li.active&gt;a:focus, .nav-pills&gt;li.active&gt;a:hover {
    color:#d30101;
    background-color: transparent;
    font-weight: 800;
}

a.nav-expander {
  background: none repeat scroll 0 0 transparent;
  color: #FFFFFF;
  display: block;
  /*font-size: 15px;*/
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 1.7em 0.5em 2em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  /*width: 130px;*/
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 
}
 
a.nav-expander:hover {
  cursor: pointer;
}
 
a.nav-expander.fixed {
  position: fixed;
}
 
.nav-expanded a.nav-expander.fixed {
    right: 20em;
}


nav {
  background: #333;
  display: block;
  height: 100%;
  position: fixed;
  font-size: 18px !important;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 
}
.nav-expanded nav {
  right: 0;
}
 
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
 
#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
  color:#fff!important;
}



.main-menu {
  padding-top: 12px;
}
 
.main-menu li {
  border-bottom: 1px solid #333;
 /* margin-left: 20px;*/
  font-size: 18px;
  padding: 12px;
}
 
.main-menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
}
 
.main-menu li a:hover {
  color: #1C93AD;
  text-decoration: none;
}
 
.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}
 
.main-menu a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
}
 
.main-menu a:hover .caret {
    border-top-color: #4f5963;
}
 
.main-menu li.open &gt; a &gt; .caret {
    border-top: none;
    border-bottom: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
 
.main-menu li.open &gt; a:hover &gt; .caret {
    border-bottom-color: #4f5963;
}


.fa-bars {
    font-size: 40px!important;
    color:black!important;
}

.fa-bars:before {
    content: "\f0c9";
    color: white;
   /* text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666;*/
    content: "\f0c9";
    color: white;
    padding: 17px 20px;
    border-radius: 50px;
    background: rgba(0,0,0,0.2);
}
 
.main-menu li &gt; a &gt; span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}
 
.main-menu li &gt; a:hover &gt; span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}



.navbar-fixed-bottom {
    background: #222; 
    padding: 20px; 
    color: #fff;
  
}

.is-container {
    z-index: auto!important;
}
.is-overlay {
    z-index: 0!important;
}


@media (max-width: 768px) {
    .lang {
        width:30%!important;
    }
    .ad {
        width:90%!important;
    }
}

.lang {
    opacity:1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.lang:hover {
    opacity:0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

p{
    margin:0px;
}

.footer-text&gt;a{
    color:black !important;
}

.navbar-nav&gt;li&gt;a:hover {
    color: black !important ;

    border-bottom: solid 2px rgb(173,20,87) !important 

}

@media(min-width:768px){
.navbar-nav&gt;li&gt;a{
    padding-top:50px;
    }
}</pre></body></html>