body,html{
	overflow-x:hidden;
}
body {
	font-family: 'PT Sans', sans-serif;
	overflow-x: hidden !important;
    font-size:1.5em;
}

ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

a{ 
  text-decoration: none;
  color: #2f2f2f;
  
}
a:focus{
  outline: none;
  text-decoration: none;
}
h1,h2{
	font-family: 'Lobster Two', cursive;
	font-weight:bold;
	font-style:italic;
}
h3,h4,h5,h6{
	font-family: 'Lobster Two', cursive;
}

section h2 {
  font-size: 3.2em;
  font-weight:100;
  line-height: 57px;
  margin: 0;
  padding-bottom: 10px;
  text-align:center;
  text-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
}
h3 {
	font-size: 2.8em;
	font-weight:bold;
}
h4 {
	font-size: 2.4em;
}
img{
 border:none;
}

/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(/themes/beardpapa/images/loading.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/
.scrollToTop {
  bottom: 20px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  border-radius:7px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
}
/* fb header */
#fb-header{
	position: fixed;
	top:60px;
	right:15px;
	z-index: 999;
}
#fb-header a {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  color: #fff;
}
#fb-header i {
  width: 25px;
  height: 25px;
  margin: 0;
  border-radius: 50%;
  background: #4267b2;
  line-height: 25px;
  text-align: center;
}
#fb-header i:before { padding 0; line-height: 25px; }
#fb-header a:hover i { background: #284887; }

/*--------------------*/
/* HEADER */
/*--------------------*/
header{
	background:#fff100;
	overflow:auto;
}

#header-home{
	float: left;
	display: inline;
	width: 100%;
	position: relative;	
}
#header{
	float: left;
	display: inline;
	width: 100%;
	position: relative;
}

/*--------.menu_area-------- */
.menu_area{
	position: absolute;
	left:0;
	right: 0;
	top: 0;
}
.navbar-default {
	background:#fff100 url(/themes/beardpapa/images/header-top-bg.gif)0 0 repeat-x;
	border-color: transparent;
	margin-top: 0;
	padding: 0;
	min-height:100px;
}
.past-main {
  background-color: rgba(255,241,0,0.9);
  margin-top: 0px;
  padding:0px;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  min-height:90px;
}
/* main nav */
#navbar{
	overflow-x: hidden;
	background:#0b1f72;
	margin-top:70px;
	padding:2px 0;
	outline:2px solid #0b1f72;
	border-top:1px dashed #7984b2;
	border-bottom:1px dashed #7984b2;	
}
.navbar-brand p{                                     	
	font-size: .8em;
	color: #fff;
	margin-top:-.3em;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 1.1em;
  font-family: 'Inconsolata', monospace;
  text-transform:uppercase;
  margin:0 1em;
  padding:.5em .8em;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active{
	background:#192f8c;
	color:#fff100;
}
.navbar-default .navbar-nav > li > .nav-path-selected{
	background:#192f8c;
	color:#fff100;
}
.navbar-default .navbar-nav > li > a:focus {

}

.navbar-toggle{
	background:#0b1f72;
	border:none;
	margin-top:20px;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#fff;
}

/*---- SLIDER  ---*/
.swiper-container {
        width: 100%;
        height: 100%;
		position:relative;
}
.swiper-slide {
        text-align: center;
		overflow:hidden;
		
}
.swiper-slide img.ofi {
    width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	object-fit: cover;
	font-family: 'object-fit: cover'; /* IE */
	z-index:5;
}
.swiper-slide .slider-txt {
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0;
	right:0;
	margin: auto;
	z-index:99;
}
.slider-txt > h2 {
  color: #fff;
  font-size:3.6em;
  font-weight: noraml;
  line-height: 1.4em;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  text-align: center;
  text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
}
.slider-txt > h2.red{
  color: #CC0000;
}
.slider-txt > h2.black{
  color: #000;
}
.slider-txt > p{
	color: #fff;
	font-size:1.6em;
	font-weight:normal;
}
.slider-txt > p.red{
	color: #CC0000;
}
.slider-txt > p.black{
	color: #000;
}
.slider-txt > a{		
	margin-top: 30px;	
}
.slider_btn{
	padding: 10px 15px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	display: inline-block;
}
.slider_btn_red{
	padding: 10px 15px;
	background:#cc0000;
	color: #fff;
	font-size: 20px;
	display: inline-block;
}
.slider_btn_black{
	padding: 10px 15px;
	background:#000;
	color: #fff;
	font-size: 20px;
	display: inline-block;
}
.slider_btn:hover, .slider_btn:focus{
	text-decoration: none;
}
.slider_btn_red:hover, .slider_btn_red:focus{
	text-decoration: none;
	color: #fff;
}
.slider_btn_black:hover, .slider_btn_black:focus{
	text-decoration: none;
	color: #fff;
}

.swiper-button-next, .swiper-button-prev{
	background:none;
}
.swiper-button-prev:before{
	font-family: FontAwesome;
	font-size:4em;
	color:#fff;
	content: "\f053";
	position: absolute;
	left: 10px;
	right: auto;

}
.swiper-button-next:before{
	font-family: FontAwesome;
	font-size:4em;
	color:#fff;
	content: "\f054";
	position: absolute;
	right: 10px;
	left: auto;
}

/*--------------------*/
/* Specialty SECTION */
/*--------------------*/
#specialty{
	background:#fcf6d6 url(/themes/beardpapa/images/intro-bg.png) -75px -90px no-repeat;
}

.home-btn{
	text-align:center;
	margin-top:2.5em;
}
.home-btn a{
	display:inline-block;
	background:#0b1f72;
	padding:1.2em;
	width:50%;
	border-radius:10px;
	text-transform:uppercase;
}
.home-btn a:link, .home-btn a:visited{
	color:#fff;
	transition: transform 0.1s;
}
.home-btn a:hover{
	text-decoration:none;
	background:#192f8c;
	border-radius:13px;
	color:#fff100;
	transform: scale(1.1);
}


/*--------------------*/
/* ABOUT SECTION */
/*--------------------*/

#products-home{
	background:#fff100 url(/themes/beardpapa/images/dots-bg.gif)0 0 repeat;
	margin:0;
	padding:1em 0;
}
#products-home .team_img img{
  border-radius:50%;
  border:solid 10px #fffbc4;
  transition: transform 0.1s;
  transform: scale(.9);
}

#products-home .team_img img:hover{
	transform: scale(1);
}

/*--------------------*/
/* MENU SECTION */
/*--------------------*/
#menu-home {
	width:85%
}
#menu-home h3{
	font-size:3em;
	font-family: 'Ropa Sans', sans-serif;
	text-align:center;
	color:#9c8d65;
	padding:.1em 0;
	border-bottom:3px double #333;
}

#menu-home h4{
	font-size:1.8em;
	font-family: 'Permanent Marker', cursive;
	color:#9c8d65;
	margin-right:1.5em;
	
}
.menu-list-home{
  display:flex;
  flex-wrap:wrap;
  width: 100%;
}
.menu-list-home li {
  width:50%;
  box-sizing: border-box;
  padding:40px;
}
.menu-list-home img {
  width: 100%;
  height:auto;
}
.menu-desc{
  position:relative;
}
.menu-desc p{
	margin-bottom:.3em;
	line-height:1.3em;
}
.menu-list-home .price{
	font-size:1.6em;
	font-family: 'Sansita One', cursive;
	margin:0;
	position:absolute;
	top:0;
	right:0;
}

.menu-list-home.limited{
  flex-wrap:wrap;
  width: 100%;
  text-align:center;
  display:inline-block;
}
.menu-list-home.limited li {
  box-sizing: border-box;
  padding:40px;
  display: inline-block;
  text-align:left;
  width:70%;
}
.menu-list-home.limited img {
  box-sizing: border-box;
  display: inline-block;
  text-align:left;
}
.menu-list-home.limited .menu-desc{
  position:relative;
}

.btn-menu{
	text-align:center;
}
.btn-menu a{
	font-size:2em;
	width:80%;
}

/*--------------------*/
/* MENU PAGE */
/*--------------------*/
.top-mrg{
	padding-top:3em;
}

/* ----Product list --- */
#product-list{
	padding-top:0em;
}
.product-list-col{
	text-align:center;
	padding:1em 2em 2em 2em;
	margin:0;
	display: inline-block;
    vertical-align: top;
	width:48%;
	box-sizing:border-box;
}

.product-list-col img{
  width:100%;
  height:100%;
  border-radius:50%;
  border:solid 10px #fffbc4;
  transition: transform 0.1s;
  transform: scale(.9);
}

.product-list-col img:hover{
	transform: scale(1);
}

.product-list-col h3{
	font-size:2em;
	clear:both;
}
.product-list-col a:hover{
	text-decoration:none;
}


.ingredients{
	width: 100%;
	table-layout: fixed;
	text-align:center;
}
.ingredients th{
	text-align:center;
}


#menu-detail {
	background:transparent url(/themes/beardpapa/images/bg-paper.jpg) 0 0;
	box-shadow: 0 2px 10px 10px rgba(0, 0, 0, 0.3);
	padding:3em;
	margin:3.5em auto;
}
#menu-detail h1{
	background:transparent url(/themes/beardpapa/images/menu-title-bg.png) center no-repeat;
	height:130px;
	color:#000;
	line-height:1.5em;
	margin:0;
	padding-top:.5em;
	
}
#menu-detail h2{
	font-size:3em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight:bold;
	text-align:center;
	color:#9c8d65;
	padding:.1em 0;
	margin-top:1.5em;
	border-bottom:3px double #ccc;
	clear:both;
}
.readmore a{
	border-radius:3px;
	background:#0b1f72;
	color:#fff;
	padding:0.2em;
	display:block;
}
.readmore a:hover{
	background:#192f8c;
	color:#fff100;
}

.menu-desc .ingredient{
	font-style:italic;
}
.menu-desc .extra{
	color:#CC0000;
	margin-top:.5em;
}
.menu-desc .extra:before {
  font-family: FontAwesome;
  content: '\f06a';
  margin-right:.3em;
}

.product-main-img img{
	max-width: 100%;
	height:auto;
	border-radius:3px;
}

#product-detail .price{
	font-size:2.2em;
	font-weight:bold;
	margin-top:-1.5em;
	padding:0;
	text-align:center;
}
.img-frame{
	text-align:center;
}

/*--------------------*/
/* LOCATION SECTION */
/*--------------------*/
#location{
	background:#fcf7d7;
}
#location h2{
	color:#0b1f72;
	position:relative;
	padding-top:60px;
	margin-bottom:1em;
}
#location h2:before{
	content:url(/themes/beardpapa/images/icon-store.png);
	position: absolute;
	top:0;
	left: 0;
	right: 0;
}
#location .nav-tabs{
	margin-bottom:1em;
}
#location .nav-tabs li{
	font-family: 'Lobster Two', cursive;
	font-weight:bold;
	font-size:1.4em;
}
#location .nav-tabs li.active a{
	background: linear-gradient(#fff100, #fcf7d7);
	color:#000;
	border-bottom:1px solid #fcf7d7;
}
#location h3{
	font-size:1.6em;
	margin-top:0;
}
#location h4{
	font-size:1.4em;
	margin-top:0;
}
.gmap{
	margin-bottom:2.5em;
}
.gmap iframe{
	width:100%;
	min-height:225px;
	border:7px solid #fff100;
}



.submit_btn {
  border: 2px solid #fff;
  color: #fff;
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius:2px;
}
.submit_btn:hover{
	background-color: #fff;
}
.form-control{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  outline: 0;  
  box-shadow:none; 
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea .form-control {
  height: auto;
}
#map_canvas{
	width: 100%;
	float: left;
	display: inline;
	height: 404px;
}
/*only firefox browser*/
@-moz-document url-prefix() { 
	 #map_canvas{
		width: 100%;
		float: left;
		display: inline;
		height: 422px;
	}
}
.contact_feature{
	float: left;
	display: inline;
	width: 100%;	
	position: relative;
	z-index: 999;
}
.single_contact_feaured {  
  border: 1px solid #ccc;
  display: inline;
  float: left;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
.single_contact_feaured > i {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 5px;
}
.single_contact_feaured > h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
}
.single_contact_feaured>p{
	color: #888888;
}
.success {
  border: 1px solid #008000;
  color: #008000;
  margin-bottom: 10px;
  padding: 5px;
}
.error{
  color: #ff0000;
  margin-bottom: 10px;
}

#contactFeature{
	background-image: url(/themes/beardpapa/img/contact-feature-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	position: relative;
	float: left;
	display: block;
	width: 100%;
	padding: 50px 0px;
}

#subscribe{
	float: left;
	display: inline;
	width: 100%;
	padding: 80px 0px;
}
.subscribe_form {
  margin: 0 auto;
  width: 60%;
}
.subscrive_group {
  display: inline;
  float: left;
  margin-top: 40px;
  width: 100%;
}
.subscribe_mail {
  border-radius: 0;
  display: inline;
  float: left;
  height: 50px;
  width: 80%;
  font-size: 18px;
}
.subscr_btn {
  border: medium none;
  color: #fff;
  display: inline;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  text-transform: uppercase;
  width: 20%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.subscr_btn:hover{
	opacity: 0.75;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer{
	float: left;
	display: inline;
	width: 100%;
	padding: 5.5em 20px 3.5em 20px;
	font-size:1em;
}
/* news */
#news-list-home h3{
	font-size:2.2em;
	color:#0b1f72;
	margin-top:0;
}
#news-list-home dl{
	margin-left:1em;
}
#news-list-home dt{
	font-size:1.2em;
	margin-top:1em;
}
#news-list-home .date{
	font-style:italic;
}

/* fb */
.footer-right{
	width:100%;
}


#footer .footer-bottom{
	display: inline;
	width: 100%;
	text-align:center;
	padding-top: 2em;
}
.footer-bottom > p {
  margin-bottom: 0;
  margin-top: 3.5em;
}
.footer-bottom > p a {  
  font-weight: normal;
}
.copyright{
	font-size:0.9em;
}

.social_nav{
	text-align: right;	
}
.social_nav li{
	display: inline-block;
}
.social_nav li a {
  border: 1px solid #fff;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  margin-left: 5px;
  text-align: center;
  width: 35px;
  line-height: 28px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fa-facebook-square{
	color:#3B5998;
}

/* Contact form */
.form-horizontal{
	margin:2.5em 0;
}
.controls input{
	width:50%;
}
.controls textarea{
	width:95%;
	height:15em;
}
.form-horizontal .control-group{
	margin: 1.2em 0;
}

.controls textarea, .controls input, .controls select{
	padding:.3em;
	border-radius:2px;
	border:1px solid #ccc;
}
.control-label{
	padding:.5em 0;
}

.alert-block{
	margin:1.5em 0;
}

.errors{
	padding:15px;
	background:#FFE8E9;
	line-height:1.8em;
	color:#CC0000;
    border-radius: 5px;
}
.success{
	padding:15px;
	background:#E4FFD7;
	line-height:1.8em;
	color:#006600;
    border-radius: 5px;
}
.formblock .field select, .formblock .field input, .formblock .field textarea{
	font-weight:normal!important;
	font-size:1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
.formblock .field textarea{
	width:95%;
}
.formblock .field .ccm-input-date{
	width:220px!important;;
}


/* ----- add ----- */

.navbar-fixed-top, .navbar-fixed-bottom{
  z-index: 999;
}
.navbar-fixed-top .navbar-brand, .navbar-fixed-top .navbar-brand img{
}
.slider_area {z-index:5!important;}

.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	padding:4em 0;
}

section .container{
	margin:4em auto;
}
section .jarallax .container{
	margin:0 auto;
}

.list-tick{
	margin:2.5em 0 2.5em 1.5em;
}
.list-tick li:before {
  font-family: FontAwesome;
  content: '\f00c';
  color:#666;
  margin-right:.3em;
}
.list-tick li{
	padding: 0 0 0 1.3em; 
	margin:0 0 0.8em 0;
}

/* normal page */
main{
	clear:both;
	positon:relative;
	margin-top:165px; /* header hieght */
	padding-bottom:3.5em;
}

main h1{
	font-size:3.8em;
	text-align:center;
	margin-bottom:1em;
}
main h2{
	font-size:2.4em;
	text-transform: capitalize;
	margin: 1.4em 0 .7em 0;
	clear:both;
	
}
main h3{
	font-size:2em;
	margin: .7em 0;
	font-weight:normal;
	clear:both;
}
main h4{
	font-size:1.8em;
}
main h5{
	font-size:1.6em;
}

.catch{
	font-size:1.4em;
	font-family: 'Lobster Two', cursive;
}
.brown{
	color:#8b6815;
}
.red{
	color:#CC0000;
}
.black{
	color:#000;
}
main article p{
	margin-bottom:1.5em;
}

main article .full-img, main article .ccm-image-block{
	width:100%;
	height:auto;
}
main article .half-img{
	width:50%;
	height:auto;
	margin:.5em;
	border-radius:2px;
}
main article .one-3rd-img{
	width:33%;
	height:auto;
	margin:.5em;
	border-radius:2px;
}
.note {
    width:100%;
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 2px 2px 2px 2px;
    margin: 40px auto;
	padding:1em;
	min-height:4em;
	border:1px solid #f0f0f0;
}
.fusen:after {
    background: none repeat scroll 0 0 #777777;
    bottom: 18px;
    box-shadow: 0 10px 10px #777777;
    content: "";
    left: auto;
    min-height:1em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    width: 80%;
    z-index: -1;
}
.fusen{
    position: relative;
}

/* main photo */
.main-photo img{
	max-width: 100%;
	height:auto;
}
/* contents image */
.conts-img img{
	margin-bottom: 2em;
}

/* 404 */
#page-not-found{
	text-align:center;
}


/* NEWS */
h1.news-header{
	text-align:left;
}
.news-detail-moddate{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin:1.5em 0;
	padding:0.3em;
}

#news-list-side h4{
	font-family: 'PT Sans', sans-serif;
	font-size:1.2em;
	font-weight:bold;
}

#news-list-side p{
	margin-bottom:.7em;
	padding-bottom:.7em;
	border-bottom:dotted 1px #ccc;
}

/* no slider - home intro */
.box {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align:center;
}
.box_bg_photo {
  background-image: url(/themes/beardpapa/images/slide01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box h2{
  color:#fff;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  width:70%;
}
.box p{
	color:#fff;
	font-size:1.6em;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	width:70%;
}


@media(max-width:480px ){
.box h2{
  font-size:2.4em;
  line-height: 1.1em;
}
}

/* center logo */
.navbar-header {
    float: none;
}
.navbar-brand {
    width: 100%;
}
.navbar-brand > img {
	margin:0;
}
.navbar-brand h1, .navbar-brand p{                                     	
	margin:0;
	padding:0;
	float:none;
	text-align:center;
}

@media(max-width:767px ){
	.navbar-brand{
    	width: 50%;
	}
	.navbar-brand img{
   	 	margin: 0 15px;
		height:70px;
	}
	.navbar-brand h1, .navbar-brand p{
   	 	margin: 0;
		height:70px;
	}
	#navbar{
		margin-top:42px; /* nav位置 */
    }
}

@media (min-width: 768px){
    #navbar .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

/* breadcrumb */
#breadcrumbs{
	margin:0 0 1em 0;
}
#breadcrumbs ul{
  width: 100%;
  margin:0;
  padding:0;
}
#breadcrumbs ul li{
  margin: 0 0 0 .5em;
  padding: 0 .5em 0 0;
  display:inline-block;
}
#breadcrumbs ul li:after {
    font-family: FontAwesome;
	content:'\f101';
	color:#666;
	margin-left:1em;
}
#breadcrumbs ul li:last-child:after {
	content:none;
}
#breadcrumbs .current{
	font-weight:bold;
}
#breadcrumbs a{
	text-align: center;
	position: relative;
	color:#333;
}

/*--- side nav ---*/
.nav-side, nav-side-multi{    
	margin-left:1.5em;
}
.nav-side li{    
	line-height:1.8em;
}
.nav-side li:before {    
	font-family: 'FontAwesome';
	content: '\f0da';
	margin:0 .5em 0 -1em;
	color: #ccc;
	font-weight:normal;
}

/* navi multi level */
.nav-side-multi li{    
	line-height:1.8em;
	font-size:1.3em;
	font-weight:bold;
}

.nav-side-multi ul{ 
	margin-left:1.5em;
}
.nav-side-multi ul li{    
	font-weight:normal;
	font-size:.8em;
}

.nav-side-multi ul li:before {    
	font-family: 'FontAwesome';
	content: '\f0da';
	margin:0 .5em 0 -1em;
	color: #ccc;
	font-weight:normal;
}

.nav-side-multi ul li .nav-selected{    
	font-weight:bold;
}
/* SNSボタン */
.sns-share { margin: 2.5em 0; }
.sns-share ul li { 
display:inline-block!important; 
margin-right: 1em; 
vertical-align:top!important; 
list-style: none !important;
}

/*======================///////////////
			start responsive style
=====================///////////////////////*/


@media(max-width:1199px ){
  .blog_slider .slick-prev {left: 91%;}
  #map_canvas{height: 404px;}
  /*only firefox browser*/
  @-moz-document url-prefix() { 
  #map_canvas{height: 404px;	}
  }
  .subscribe_mail {width: 76%;}
  .subscr_btn {width: 24%;}

}
  
@media(max-width:991px ){
  .navbar-default .navbar-nav > li > a {margin-left:.4em;  margin-right:.4em;}
  .navbar-brand {font-size: 28px;}
  .slider-txt > h2 {font-size: 3.2em;}
  .about_area {padding-bottom: 80px;}
  .about_slider{margin-top: 30px;}
  .single_iteam {text-align: center;}
  .single_iteam img {display: inline-block;}
  .single_service .service_title {font-size: 18px;}
  .single_service > .service_title:after {left: 33%;}
  .single_price > h3 {font-size: 20px;line-height: 80px;}
  .single_price .price > h4 {font-size: 50px;line-height: 50px;}
  .price_features li {font-size: 13px;line-height: 15px;}
  .price_btn {font-size: 13px;padding: 10px 15px;}
  .blog_slider .slick-prev {left: 88.5%;}
  .testi_content {width: 100%;}
  .clients_slider .slick-prev {left: 45%;}
  .clients_slider .slick-next {right: 45%;}
  .subscr_btn {font-size: 15px;}
  .single_contact_feaured {margin-bottom: 30px;}
  .menu-list-sidedish{width:49%; padding:40px}
  .side-col{margin:3em 1em;padding:2em;border-top:double 3px #ccc;}
}

@media(max-width:767px ){
	.navbar-collapse{background-color: rgba(0,0,0,0.8);} 
	.main_nav{text-align: center;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: rgba(11,31,114,0.7);}
	.slider-txt > h2 {font-size: 3em; width:90%;}
	.slider-txt > p {font-size: 1.4em; width:90%;}
	.slider_btn, .slider_btn_red{font-size: 18px;}
	.heading h2 {font-size: 3em;line-height: 1.3em;}
	main{margin-top:100px;}
	.skills_area {background-size: cover;}
	.single_skill {width: 50%; margin-bottom: 22px;}
	.counter {width: 50%;float: left;}
	.counter_section {background-size: cover;}
	.portfolio_area {padding: 60px 15px 0;}
	.wagwep-container ul#portfolio-filter a {margin: 0 5px 5px 0;padding: 6px 10px;font-size: 12px;}
	.single_price {margin-bottom: 30px;}	
	.single_price > h3 {font-size: 24px;line-height: 100px;}
	.single_price .price > h4 {font-size: 60px;line-height: 60px;}
	.price_features li {font-size: 15px;line-height: 18px;}
	.price_btn {font-size: 15px;padding: 10px 20px;}
	.single_post h3 {font-size: 15px;line-height: 15px;}
	.contact_map {margin-top: 30px;}
	#contactFeature {background-size: cover;}
	.subscribe_form {margin: 0 auto; width: 85%;}
	.team_social a {font-size: 15px;height: 30px;line-height: 30px;width: 30px;}
	.blog_slider .slick-prev {left: 86.5%;}
	.og-close {z-index: 999;}
	#service {padding: 50px 0 50px;}
	#works {padding: 0 0 50px;}
	#product-home {padding: 50px 0;}
	#subscribe {padding: 50px  0;}
	.social_nav {margin-top: 20px;text-align: center;}
	.footer-bottom {text-align: center;}
	.single_service > .service_title:after {left: 41%;}	
  .wagwep-container ul#portfolio-filter li {width: auto;}
  .wagwep-container ul#portfolio-filter a {text-indent: 0;}
	#prices .col-lg-4, #prices .col-md-4,#prices .col-sm-4{	display: block; }
		section h2{font-size:3.6em;}
	.menu-list-home li, .menu-list-home.limited li {width:100%;}
	.menu-list-text li{width:100%;}
	.menu-list-ramen {width:100%;  float:none;padding:40px 0;}
	.menu-list-sidedish{width:49%; padding:30px 20px}
	#menu-detail {margin:3.5em .5em;}
	main h1{font-size:3.2em}
	main h2{font-size:2.2em;}
	main h3{font-size:1.8em;}
	main h4{font-size:1.4em;}
	main h5{font-size:1.2em;}
	.product-list-col{width:48%;}
	main article .half-img, main article .one-3rd-img{width:100%;}
}
@media(max-width:480px ){	
	.slider-txt > h2 { font-size: 2.6em;}
	.slider-txt > p {font-size: 1.4em;}
	.slider-txt > a { margin-top: 20px;  padding: 8px 10px;}
	.wagwep-container ul#portfolio-filter li {width: auto;}
	.wagwep-container ul#portfolio-filter a {font-size: 10px;margin: 0 0 2px;padding: 5px;text-align: center;text-indent: 0;}
	.blog_slider .slick-prev {left: 81.5%;} 
	.clients_slider .slick-prev {left: 43%;}
	.clients_slider .slick-next {right: 43%;}
	.subscribe_form {width: 100%;}
	.footer-bottom {text-align: center;}
	.social_nav { text-align: center;}
	.testi_content:before {left: 30%;}	
	.single_service > .service_title:after {left: 38%;}
	.wagwep-container ul#portfolio-filter {padding: 0 3%;}	
	section h2{font-size:3.2em;}
	#service .col-sm-4{ display: block;margin:1.5em auto 3.5em auto; }
	.home-btn a{width: 85%;}
	.ingredients{width: 100%;table-layout: auto;}
	main h1{font-size:2.6em}
	main h2{font-size:2em;}
	main h3{font-size:1.6em;}
	main h4{font-size:1.2em;}
	main h5{font-size:1.1em;}
	#fb-header{top:72px;}
	#fb-header a{display:none;}
	.navbar-brand img{margin: 0;height:85%;}
	.product-list-col{width:95%;}
	.swiper-button-next, .swiper-button-prev{display:none;}
}

@media(max-width:360px ){
	.slider_caption > a {margin-top: 10px;}
	.slider_caption > h2 {font-size: 2.2em;}
	.panel-title {font-size: 17px;}
	.about_area {padding-bottom: 0px;}
	.about_slider{height: auto;}
	.single_skill {margin-bottom: 25px;width: 100%;}
	.heading h3 {font-size: 20px;line-height: 25px;margin: 0 0 30px;}
	.counter {width: 100%;margin-bottom: 15px;}
	.blog_slider .slick-prev {left: 75.5%;}
	.clients_slider .slick-prev {left: 40%;}
	.clients_slider .slick-next {right: 40%;}
	.subscribe_mail {width: 70%;font-size: 15px;}
	.subscr_btn {width: 29%;font-size: 15px;}
	.heading h2 { font-size: 2.4em;}
	.single_service > .service_title:after {left: 32%;}
}

@media(max-width:320px ){
	.single_service > .service_title:after {left: 29%;}
	.blog_slider .slick-prev {left: 70.5%;}
	.subscr_btn {font-size: 11px;}	
}