/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 400px;
    background: url('http://placehold.it/1920x400') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}
header {
    position: relative;
}

#logo
{
	max-width: 300px;
	margin-bottom: 20px;
}


p a
{
	color: #666;
}
p a:hover
{
	color: #000;
}

h1
{
	color: #bd323d;
	font-size: 3em;
	font-weight: 300;
	
}
h2
{
	color: #585755;

	
}
.box 
{
	position: absolute;
	background: #bd323d;
	color: white;
	right: 20px;
	padding: 50px;
}
strong.title
{
	color: #bd323d;
	font-size: 1.4em;
	line-height: 1.2em;
	
}
.copy
{
	font-size: 0.8em;
	color: #999;
}


address
{
	margin-top: 40px;
}



.onlinereservation.normal
{
	position: absolute;
	bottom: -120px;
	right: 150px;
	z-index: 5000;
	
}
.onlinereservation.mobile
{
	margin-top: 40px;
	margin-left: 20px;
	
}

.onlinereservation a
{
	display: block;
	
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background: #bd323d;
	padding: 50px 0 40px;
	text-align: center;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;	
	padding: 50px 0 40px;
	color: white;

	
}
.onlinereservation a:hover
{
	text-decoration: none;
	background: #999;
	
}



/* Link */



.logos.row {
    display: flex;
    align-items: center; /* This aligns them vertically in the middle */
    justify-content: center; /* This centers them horizontally */
    flex-wrap: wrap; /* Keeps the Bootstrap grid behavior */
}

/* Optional: Ensure the images don't look too tiny or too huge */
.logos img {
    margin: 0 auto;
    display: block;
}



.logo1,
.logo2,
.logo3,
.logo4
{
	max-width: 250px;
}


.donatella_link
{
	display: block;
	background: url('../image/logo_donatella_gray.png') no-repeat;
	height: 150px;
	background-size: contain;
}
.donatella_link:hover
{
	background: url('../image/logo_donatella.png') no-repeat;
	background-size: contain;

}


.satori_link
{
	display: block;
	background: url('../image/logo_satori_gray.png') no-repeat;
	height: 150px;
	background-size: contain;
}
.satori_link:hover
{
	background: url('../image/logo_satori.png') no-repeat;
	background-size: contain;

}
.fujiya_link
{
	display: block;
	background: url('../image/logo_fujiya_gray.png') no-repeat;
	height: 150px;
	background-size: contain;
}
.fujiya_link:hover
{
	background: url('../image/logo_fujiya.png') no-repeat;
	background-size: contain;

}



.menu
{
	background: #ddd;
	margin: 30px 10px 0 10px;
	text-align: center;
	padding: 0;
	max-width: 300px;
}
.menu
{
	background: #ddd;
	margin: 30px 10px 0 10px;
	text-align: center;
	padding: 0;
}

.menu:hover
{
	background: #ccc;
	cursor: pointer;
	opacity: 0.7;
}

.menu div 
{
	font-size: 1.3em;
	color: #222;
	padding: 10px 0;
	font-weight: 300;
	border-top: 2px solid white;
}
.menu:hover a
{
	text-decoration: none !important;
	color: #666 !important;
	
}
.special-div
{
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	margin-top: 30px;
	max-width: 600px;
}

.special-div .image
{
	display: inline-block;
	width: 200px;
	float: left;
	margin-bottom: 20px;

}
.special-div .text
{
	display: inline-block;
	max-width: 240px;
	float: left;
	padding: 0 0 0 30px;
	float: left;
}
.special-div a
{
	display: block;
	padding: 20px 0;
	color: #666;
}
.special-div a:hover
{
	background: #eee;
	
}
.clear
{
	clear: both;
}


.closeing
{
	background: #bd323d;
	color: white;
	padding: 5px;
	font-weight: bold;
}



@media (min-width: 992px) {
	

	.special-div .image
	{
		display: inline-block;
		width: 240px;
		float: left;
		margin-bottom: 0px;
	
	}

	
	
}
@media (min-width: 768px) {
	
	.logos
	{
		margin-top: 20px;
	}
	h1
	{
		font-size: 4em;
		
	}
	address
	{
		margin-top: 180px;
	}

	.closeing
	{
		margin-top: -50px;
	}
	
	
}



.modal-header,
.modal-footer
{
	border: none;
}


.red
{
		color: #bd323d;
		font-weight: bold;
}


#my-popup
{
	background: #bd323d;
	color: white;
	padding: 50px;
}
#my-popup strong
{
	color: white !important;
}

#my-popup a.del
{
	background-color: white;
	color: black;
	padding: 3px 20px;
	font-weight: bold;
	
}
#my-popup a.del:hover
{
	text-decoration: none;
	background-color: rgba(255,255,255, 0.5);
}


.sm-button:before, .sm-button:after
{
	background: white !important;
}