@import url(https://fonts.googleapis.com/css?family=Garamond:400,600&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,600&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Yrsa:400,600&subset=latin,latin-ext);

body{
    font-family: Yrsa, serif;
    background-color: #fff;
    color: #000;
    font-size: 1.5em;
    letter-spacing: 0.5px;
    background-image: linear-gradient(#fff, #ddd);
}

header{
    width: 94%;
    margin: 10px auto 0;
    text-align: center;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a,a:hover, a:active, a:focus{
    outline: 0;
}

a:focus{
    color: #333;
}

.container{
    max-width: 1030px !important;
    margin-bottom: 40px;
}

.row{
    margin: 0;
}

.row img{
    width: 1000px;
    margin: 0 auto;
}

header .row img{
    border-radius: 20px;
    box-shadow: 4px 7px 10px 2px rgba(0,0,0,0.4);
    min-width: 300px;
}

#cf {
    position: relative;
    max-width: 1030px;
    /*min-width: 300px;*/
    margin: 0 auto;
    max-height: 386px;
}

#cf img {
    height: auto;
    width: 100%;
    display: block;
}

#cf img.top{
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes cfFadeInOut {
    0% {
        opacity:1;
    }
    45% {
        opacity:1;
    }
    55% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

#cf img.top {
    animation-name: cfFadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    animation-direction: alternate;
}

.page{
    height: 75vh;
    width: 100%;
}

.no-padding{
    padding: 0;
}

.content{
    background: #fff;
    border-radius: 20px;
    color: #121;
    padding: 30px 35px;
    font-size: 1.3em;
    box-shadow: 4px 7px 10px 2px rgba(0,0,0,0.4);
    margin-top: 15px;
    margin-bottom: 20px;
    min-width: 350px;
}

@media only screen and (max-width: 768px) {
    header {
        margin-left: 3%;
        margin-right: 3%;
    }
    .content{
        margin-left: 3%;
        margin-right: 3%;
    }
}

.content_box{
    border: 5px solid #3B3023;
}

.map{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
    border: 0;
    margin-top: 15px;
}

.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 700px;
    max-height: 350px;
    min-width: 320px;
    min-height: 350px;
    width: 100%;
    border: 0;
}

a {
    color: #333;
}

a:hover {
    color: #333;
}

nav .container{
    text-align: center;
    padding: 0;
}

.center-box{
    display: inline-block;
    width: 80%;
}

.underline{
    border-bottom: 3px solid rgba(255,255,255,0.15);
    width: 80%;
    margin: 0 auto;
    transition: 0.3s ease-in-out 0s;
}

h1{
    font-size: 32px;
    font-family: Poppins, sans-serif;
}

h2, .module_header {
    font-family: Poppins, sans-serif;
    display: block;
    border-bottom: 4px solid rgba(56,171,171,0.6);
    padding-top: 0;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1;
}

h3 {
    font-family: Poppins, sans-serif;
    line-height: 1;
    color: #333;
    font-size: 28px;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 4px;
    border-bottom: 4px solid rgba(56,171,171,0.6);
}

.mainpage_content > h2:first-child {
    margin-top: 0;
    font-size: 32px;
}

.opening_time_content > h3:first-child {
    padding-top: 0;
    margin-top: 0;
}

.phone-top {
    font-family: Poppins, sans-serif;
    color: #333;
    font-size: 26px;
}

.reservation-top {
    font-family: Poppins, sans-serif;
    color: #333;
    font-size: 26px;
}

.module_contact_embeddPhone {
    margin-top: 20px;
}

.module_contact_embeddReservation {
    margin-top: 20px;
}

.clear{
    clear: both;
}

.opening_time_content table {
    width: 100%;
    font-size: 1.2em;
}

.opening_time_content table tr > td {
    font-weight: bold;
}

.opening_time_content table tr > td:first-child {
    width: 110px;
}

.contact-phone {
    font-size: 1.2em;
    line-height: 1.2em;
}

.reservation-header {
    font-size: 1.2em;
    line-height: 1.2em;
}

.short-form{
    
}

.short-form div{
    padding: 0;
}

.short-form input[type=text]{
    border: 2px solid #555;
    background: rgba(11,11,11,0.3);
    font-size: 15px;
    padding: 3px 5px;
    letter-spacing: 1.1px;
    height: 32px;
    line-height: 32px;
    width: 50%;
    margin-top: 20px;
}

.short-form textarea{
    width: 100%;
    height: 170px;
    border: 2px solid #555;
    background: rgba(11,11,11,0.3);
    resize: vertical;
    padding: 3px 5px;
    margin-top: 20px;
}

.short-form input[type=submit]{
    border: 2px solid #555;
    border-radius: 5px;
    background: rgba(11,11,11,0.3);
    margin-top: 20px;
    padding: 5px 15px;
}

.short-form textarea:hover, .short-form input:hover{
    background: rgba(0,0,0,0.7);
    border: 2px solid #957d3b;
}

#alertBox {
    color:#ffffff;
    font-family: Yrsa, serif;
    font-size: 1em;
    line-height:1.2;
    background: #25201A;
    display:none;
    right:30%;
    padding:20px 50px;
    max-width:30%;
    border: 3px solid #735B19;
    border-top: none;
    z-index: 346457454;
    position: fixed;
    font-weight: 500;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.26) !important;
    border-radius: 0 0 5px 5px;
}
    
.module_container {
    overflow: hidden;
    margin-bottom: 5px;
}

.module_container:last-of-type{
    margin-bottom: 0;
}
    
.table-striped > tbody > tr:nth-of-type(2n+1) {background-color: #241C19}
.table-striped > tbody > tr:hover {background-color: #241C19}
.table > tbody > tr > td {border-top: none; }
.table > tbody > tr:first-child {border-top: 1px solid rgba(255,255,255,0.3); }

.footer_copyright {
    height: 30px;
    text-align:center;
    background: #ddd;
    line-height: 30px;
    color:#555;
    min-width: 300px;
}

.footer_copyright a {
    color: #555;
    font-weight:bold;
}

.photogallery_static_content img{
    box-shadow: 2px 2px 2px #111;
}

img.health {
    margin: 6px;
    max-height: 50px;
    width: auto;
    max-width: 220px;
}

#logo-header {
    height: 25px;
    width: 25px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.mb0 {
    margin-bottom: 0;
}

.flex-left {
    flex: 7%;
}

.flex-right {
    flex: 90%;
}

/**       MOBILE    **/
@media (max-width: 992px){
    footer{
	padding-bottom: 50px;
    }
    
    .content{
	padding: 20px 0;
    }
    
    .center-box{
	width: 100%;
    }
    
    .module_header{
	margin-top: 20px;
    }
    
    .md-nodisplay{
	display: none;
    }

    h2:first-of-type{
    margin-top: 5px;
    }

    .opening_time_content h3{
    margin-top: 20px;
    }

    .module_contact_embeddPhone {
        margin-top: 0;
    }

    .opening_time_content > h3:first-child {
        padding-top: 10px;
        margin-top: 10px;
    }

    .flex-left {
        flex: 5%;
    }

    .flex-right {
        flex: 95%;
    }
}

/* XSmall devices (mobile, less than 768px) */
@media (max-width: 768px){

}

@media (min-width: 768px){
    header{
        width: 750px;
    }
}

@media (min-width: 992px) {
    header{
        width: 970px;
    }

    .module_contact_embeddReservation {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    header{
        width: 1170px;
    }
}