<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    background-color: #222;
}

.site {
    background-color: #fff;
}

.wrapper {
    width: 1460px;
    margin: auto;
}

a, a:hover, a:focus {
    text-decoration: none;
}

.btn.flat {
    border-radius: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters &gt; .col,
.no-gutters &gt; [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

#mobile-menu:not( .mm-menu ) {
    display: none;
}

#mobileMenuToggle {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #77011c;
    color: #FFF;
    font-size: 22px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 99;
    border-radius: 100%;
}

/*Header*/
.header {
    width: 100%;
    z-index: 2;
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+60,000000+100&amp;0.8+0,0.65+60,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.logo {
    color: #fff;
    font-weight: 800;
    font-style: italic;
    font-size: 34px;
    transition: all .3s ease;
}

.logo:hover {
    transform: scale(1.06);
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.nav-link {
    color: #fff;
    font-weight: 700;
    transition: all .3s ease;
    border-radius: 17px;
}

.nav-link:hover {
    background: rgb(169, 3, 41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0); /* IE6-9 */
    color: #fff;
}

.header-top {
    padding: 20px 0 15px 0;
    border-bottom: 1px dotted #7b7b7b;
    font-size: 13px;
}

.top-contact a {
    color: #fff;
}

.header-bottom {
    padding: 20px 0;
}

.order {
    border: 1px solid #fff;
    padding: 7px 15px;
    border-radius: 15px;
    color: #fff;
    transition: all .3s ease;
    margin-right: 10px;
}

.order:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
    background: rgb(169, 3, 41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0); /* IE6-9 */
    border-color: #77011c;
}

.order:hover i {
    color: #fff;
}

.order i {
    font-size: 14px;
    margin-right: 1px;
    color: #fff;
    transition: all .3s ease;
}

.top-social a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    line-height: 27px;
    margin-left: 5px;
    width: 27px;
    display: inline-block;
    height: 27px;
    font-size: 14px;
    text-align: center;
    transition: all .3s ease;
}

.top-social span {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    margin-right: 5px;
}

.top-social a:hover {
    background: rgb(169, 3, 41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0); /* IE6-9 */
    border-color: #77011c;
}

/*********************************************************/

/*Slider*/

/***************************/

/*Welcome*/
.welcome {
    padding: 50px 0;
    background: url(../img/bg.png) repeat;
}

.w-box {
    padding: 25px;
    background-color: #fff;
    height: 100%;
    position: relative;
    z-index: 2;
}

.welcome-inner {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.w-box-inner {
    border: 3px solid #444;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    border-radius: 5px;
}

.w-header {
    font-size: 22px;
    color: #444;
    margin-bottom: 15px;
}

.w-header:after {
    content: "";
    display: block;
    position: relative;
    width: 100px;
    height: 3px;
    background-color: #ddd;
    margin: 15px auto;
}

.btn-more {
    color: #444;
    border: 1px solid #ddd;
    padding: 7px 25px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 15px;
    transition: all .5s ease;
}

.btn-more:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#565656+0,0e0e0e+100 */
    background: rgb(86,86,86); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(86,86,86,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(86,86,86,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.btn-more i {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.w-img {
    opacity: 1;
    transition: all .5s ease;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.w-img-link {
    transition: all .5s ease;
    border-radius: 10px;
}

.w-img:hover {
    opacity: 0.6;
    transform: scale(1.2);
}

.plus:before {
    content: "\f002";
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    z-index: 5;
    font-size: 35px;
    color: #fff;
    top: 40%;
    right: 50%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    opacity: 0;
    transition: all .3s ease;
}

.w-img-link:hover .plus:before {
    opacity: 1;
}

/***************************/

/*Menu*/
.menu {
    text-align: center;
    padding: 50px 0;
}

.menu-header {
    font-size: 22px;
    color: #444;
    margin-bottom: 15px;
}

.menu-header:after {
    content: "";
    display: block;
    position: relative;
    width: 100px;
    height: 3px;
    background-color: #ddd;
    margin: 15px auto;
}

.nc-arrow {
    color: #000;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    margin: 10px 2px;
    display: inline-block;
    line-height: 0;
    font-size: 16px;
    transition: all .3s ease;
}

.nc-arrow:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#565656+0,0e0e0e+100 */
    background: rgb(86,86,86); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(86,86,86,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(86,86,86,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border-color: #000;
}

.menu-name {
    color: #444;
    font-weight: 700;
}

.menu-price {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#559943+1,21870a+100 */
    background: rgb(85, 153, 67); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(85, 153, 67, 1) 1%, rgba(33, 135, 10, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(85, 153, 67, 1) 1%, rgba(33, 135, 10, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(85, 153, 67, 1) 1%, rgba(33, 135, 10, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#559943', endColorstr='#21870a', GradientType=0); /* IE6-9 */
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 10px;
    display: inline-block;
}

.menu-item {
    padding: 10px;
}

/*******************************************************/

/*Features*/
.features {
    background-color: #eee;
    padding: 50px 0;
}

.f-box {
    background-color: #fff;
    padding: 20px;
    height: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 10px;
    margin: 0 5px;
    transition: all .5s ease;
}

.f-box:hover {
    transform: scale(1.05);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.f-header {
    color: #444;
    font-weight: 700;
    margin-bottom: 5px;
}

.f-box img {
    float: left;
    margin-right: 20px;
}

.f-box p {
    margin-bottom: 0;
}

/*****************************************/

/*News*/
.news {
    padding: 50px 0;
    background: url(../img/bg.png) repeat;
}

.news-header {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}

.news-header:after {
    content: "";
    display: block;
    position: relative;
    width: 100px;
    height: 3px;
    background-color: #a9a9a9;
    margin: 15px auto 25px auto;
}

.item {
    background-color: #fff;
    color: #444;
    padding: 30px;
    border-radius: 10px;
    min-height: 240px;
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all .3s ease;
}

.item p {
    margin-bottom: 0;
    color: #555;
}

.item:hover {
    color: #444;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.n-date {
    width: 70px;
    height: 70px;
    background: rgb(169, 3, 41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0); /* IE6-9 */
    color: #fff;
    padding: 10px;
    border-radius: 100%;
    margin-bottom: 10px;
    text-align: center;
    transition: all .5s ease;
}

.item:hover .n-date {
    transform: scale(1.08);
}

.n-date span {
    display: block;
    font-size: 18px;
    margin-bottom: 0;
}

.n-header {
    margin-bottom: 10px;
    font-size: 16px;
    color: #111;
    font-weight: 700;
}

/*****************************************/

/*Contact*/

.c-box {
    padding: 100px;
    height: 100%;
}

.c-header {
    font-size: 20px;
}

.c-header:after {
    content: "";
    display: block;
    position: relative;
    width: 60px;
    height: 3px;
    background-color: #ddd;
    margin: 10px 0 15px 0;
}

.c-box p, .c-box p a {
    color: #555;
}

.c-box a {
    color: #444;
}

.c-box i {
    color: #77011c;
    font-size: 16px;
    padding: 5px;
    float: left;
    margin-right: 10px;
}

.fa-big {
    font-size: 24px !important;
    position: relative;
    bottom: 5px;
}

.footer-social {
    margin-top: 10px;
}

.footer-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    margin-right: 3px;
}

.footer-social a i {
    color: #fff;
    float: none !important;
    margin-right: 0 !important;
}

.space {
    height: 25px;
    display: inline-block;
}

/*****************************************/

/*Footer*/
.footer {
    background-color: #222;
    color: #fff;
    padding: 25px 0;
}

.footer span {
    margin-left: 80px;
    display: inline-block;
}

.logo2 {
    color: #fff;
    font-weight: 800;
    font-style: italic;
    font-size: 24px;
}

.magnet {
    width: 115px;
}

/*****************************************/

.scrollToTop {
    width: 32px;
    height: 32px;
    background: transparent;
    position: fixed;
    right: 40px;
	z-index:99999;
    bottom:75px;
    display: none;
    background: url('../img/up-arrow.png') no-repeat;
}

.scrollToTop:hover {
    text-decoration: none;
    color: #444;
}

/*Page*/
.subpage .header {
    position: relative;
    background-color: #333;
}

.page {
    background-color: #f1f1f1;
    padding: 50px;
    margin: 25px 0;
}

.page h1 {
    color: #555;
    font-size: 28px;
    font-weight: 700;
}

.page h1:after {
    content: "";
    display: block;
    position: relative;
    width: 65px;
    height: 3px;
    background-color: #d9d9d9;
    margin: 15px 0 25px 0;
}

.latest-articles h3 {
    color: #555;
    font-size: 22px;
}

.latest-articles h3:after {
    content: "";
    display: block;
    position: relative;
    width: 65px;
    height: 3px;
    background-color: #d9d9d9;
    margin: 15px 0 25px 0;
}

.subpage .menu-price {
    margin: 0;
    margin-bottom: 25px;
}

.c-table {
    background-color: #fff;
}

.latest-articles {
    padding: 0 20px;
}

.blog-box {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.blog-title {
    color: #111;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-content p {
    color: #555;
}

/*********************************************/

/* Mobile First */

/* Extra Small Devices, Phones */
@media only screen and (min-width: 576px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

/* Non-mobile First */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .c-box {
        padding: 60px;
    }

    .logo {
        font-size: 28px;
    }

    .item {
        min-height: 262px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

    #mobileMenuToggle {
        display: block;
    }

    nav {
        display: none;
    }

    .nav {
        display: none;
    }

    .header-top {
        display: none;
    }

    .logo {
        font-size: 20px;
    }

    .welcome {
        padding: 20px;
    }

    .menu {
        padding: 20px;
    }

    .features {
        padding: 40px 20px;
    }

    .f-box {
        margin: 0;
    }

    .news {
        padding: 40px 20px;
    }

    .contact iframe {
        min-height: 300px;
    }

    .c-box {
        padding: 40px;
    }

    .space {
        height: 10px;
    }

    .footer {
        text-align: center;
    }

    .footer span {
        margin: 0;
    }

    .magnet {
        float: none !important;
    }

    .footer .col-lg-8 {
        margin-bottom: 20px;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {

}
</pre></body></html>