/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #000;
    background-color: #fff;
}

hi, h2, h3, h4, h5, h6 {
    color: #000;
    line-height: 1.1em;
}

p {
    color: #000;
}

#img_div_sushi {
    background: url("../img/Fotolia_93218873_XS.jpg") no-repeat center center;
    height: 400px;
    width: 100%;
}

#img_div_card {
    background: url("../img/Fotolia_88945949_XS.jpg") no-repeat center center;
    height: 400px;
    width: 100%;
}

a {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #eee;
}

ul.social-network {
    font-size: 16px;
    list-style: none;
    margin-top: 10px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

ul.social-network li a {
    color: #d0d0d0;

}

.social-network li:hover .fa-twitter {
    color: #00abf0;
}

.social-network li:hover .fa-facebook {
    color: #39579a;
}

.social-network li:hover .fa-google-plus {
    color: #eb8984;
}

.social-network li:hover .fa-pinterest {
    color: #c9171e;

}

.social-network li:hover .fa-linkedin {
    color: #0077b5;

}

.info {
    margin-top: 10px;
    font-family: inherit;
    line-height: 1.1;
}

.info li {
    display: inline-block;
    margin-left: 30px;
}

.info i {
    color: #000;
    font-size: 20pt;
    margin-right: 10px;
    padding-top: 10px;
}

.info a {
    color: #FF8000;
}

.info div {
    margin-top: -10px;
    color: #FF8000;
}

.info a:hover {
    color: black;
}

/*===========================
  Menu and Navigation
============================ */
.navigation {
    background-color: #fff;
    padding: 0;

}

.navbar-brand h1 {
    margin-top: -10px;
    float: left;
    font-size: 30px;
    color: #000;

}

.navbar-brand h1 span {
    color: #FF8000;
}

.menu {
    font-size: 12px;
    float: right;
    text-transform: uppercase;
    font-weight: 300;
}

.menu ul.nav-tabs li {
    color: #000;
    text-align: center;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li {
    float: left;
    margin-bottom: 0;
}

.nav-tabs > li > a {
    margin-top: -20px;
    margin-right: 0px;
    line-height: 1.42857143;
    border-color: #fff #eee #fff;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #000;
    padding: 40px 5px;
    width: 100px;
    font-size: 11px;
    font-weight: 500;
}

.nav-tabs > li > a:hover {
    border-color: #f9f9f9 #eee #FF8000 #eee;
    color: #FF8000;
    border-radius: 0;
    background-color: #f9f9f9;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.nav-tabs > li > a.active {
    border-color: #f9f9f9 #eee #FF8000 #eee;
    color: #FF8000;
    border-radius: 0;
    background-color: #f9f9f9;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.slider {
    margin-top: -20px;
    margin-left: 7px;
}

.align-center {
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.align-center h4 {
    padding: 10px;
    -webkit-box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
    -moz-box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
    box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
}

.align-center p {
    margin-top: 10px;
    margin-bottom: 30px;
}

.align-center:hover {
    -webkit-box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
    -moz-box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
    box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
}

.icon {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #FF8000;
}

.ficon i {
    color: #FF8000;
}

.ficon a {
    color: #000;
}

.ficon a:hover {
    color: #eee;
}

.btn {
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF8000;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-default {
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    text-align: center;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-thumbnail img {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 150%;
    width: 250px;
    height: 250px;
    border: 2px solid #FF8000;
}

.box {
    background-color: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 60px;

}

.caption {
    text-align: center;
}

.caption a {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
}

.jumbotron {
    text-align: center;
    margin-bottom: -5px;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
}

.jumbotron p {
    margin-top: 10px;
}

.jumbotron span {
    color: #FF8000;
}

.jumbotron .btn-primary {
    color: #fff;
    border-color: #ccc;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    background-color: #FF8000;
}

.jumbotron .btn-primary:hover {
    color: #000;
    background-color: #f9f9f9;
}

.jumbotron h2 {
    margin-top: -68px;
    margin-bottom: -60px;
    color: #FF8000;
    background-color: #e9e9e9;
    padding: 50px;
    padding-bottom: 70px;
    font-size: 40px;

}

/*===========================
  Services
============================ */

.our-services {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}

.services {
    text-align: center;
}

.services p {
    margin-bottom: 30px;
    margin-top: 30px;
    color: #090909;
}

.icons i {
    padding: 50px;
    border-radius: 50%;
    color: #FF8000;
    background-color: #fff;
    border-color: #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.icons i:hover {
    background-color: #FF8000;
    color: #fff;
}

/* --- contact-area --- */
.contact-area {
    margin-top: 60px;
    margin-bottom: 30px;
}

button.btn-default {
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #fff;
    color: #000;
}

button.btn-default:hover {
    background-color: #FF8000;
    color: #fff;
}

textarea.form-control {
    border-radius: 0;

}

/* --- Map --- */
.map {
    position: relative;
    margin-top: 18px;
}

.map iframe {
    width: 100%;
    height: 550px;
    border: none;
}

.map-grid iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin: 0 0 -5px 0;
    padding: 0;
}

/*=========================
  Footer
 ================= */

footer {
    background: #232425;
}

.inner-footer {
    padding: 100px 0;
}

.inner-footer ul li, a {
    list-style: none;
}

.widgetheading {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 40px;

}

.f-about a h1 {
    margin-top: 0;
    margin-bottom: 40px;
    color: #fff;

}

.f-about a h1 span {
    color: #FF8000;

}

.f-about p {
    font-size: 14px;
    color: #8a8d94;
}

.l-posts h3 {
    margin-left: 40px;
}

.l-posts li a {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;
    font-weight: 300;
    border-bottom: 1px solid #2c2d2e;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}

.l-posts li a:hover {
    color: #fff;
}

.f-contact p {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;
    font-weight: 300;
    margin-bottom: 15px;
}

.f-contact i {
    color: #FF8000;
    font-size: 16px;
    margin-right: 10px;
}

.f-contact a:hover p {
    color: #fff;
}

.fa-hide {
    opacity: 0;
    color: #000
}

.f-contact p.fa-orange {
    color: #FF8000;
}

.f-contact p.fa-orange span {
    color: white;
}

.last-div {
    background: #1f2021;
    padding: 20px 0;
    position: relative;
}

.copyright {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;

    font-weight: 300;
    float: left;
}

.copyright a {
    color: #8a8d94;
}

.copyright a:hover {
    text-decoration: underline;
    color: #FF8000;
}

.foot-nav li {
    display: inline;
    margin-right: 20px;
}

.foot-nav li:after {
    content: "";
    padding-left: 7px;
    margin-right: 7px;
}

.foot-nav li:last-child:after {
    display: none;
}

.foot-nav a {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;
    font-weight: 300;
}

.foot-nav a:hover {
    color: #FF8000;
}

a.scrollup {
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    opacity: 0;
    border-radius: 50%;
    z-index: 999;
}

a.scrollup:hover {
    opacity: 1;
    background-color: #FF8000;
    color: #fff;;
}

.hw_logo {
    margin-top: -22px;
    height: 106px;
}

.buffet {
    height: 270px;
    width: 270px;
    border-radius: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
}

.voucher {
    width: 360px;
    border-radius: 15%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    -webkit-box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
    -moz-box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
    box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
}

.price_ul {
    list-style: none;
    font-size: 14pt;
    padding: 0px;
}

.price_ul > li {
    padding-bottom: 15px;
}

.price_li_bold {
    font-size: 16pt;
    font-weight: 500;
}

.price {
    color: #FF8000;
}

.btn-primary {
    color: #fff;
    border-color: #ccc;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    background-color: #FF8000;
}

.headline {
    color: #FF8000;
    font-size: 16pt;
}

.hide_while_unpayed{
    /*display: none;*/
}

@media (min-width: 992px) {
    .hw_logo {
        margin-top: -10px;
        height: 85px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .hw_logo {
        display: none;
    }

}

@media (max-width: 768px) {
    .nav-tabs > li > a {
        width: 680px !important;
        font-size: 14pt;
        text-align: center;
    }

    .hw_logo {
        margin-top: -10px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .nav-tabs > li > a {
        width: 480px !important;
        font-size: 14pt;
        text-align: center;
    }

    .hw_logo {
        margin-top: -10px;
        height: 50px;
    }
}