﻿/* for fixed navbar */
body
{
    padding-top: 60px;
	font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #f1f2f3;
	font-size:15px;
}
.panel-bg{
	background-color: #fff;
	width:100%;
	height:auto;
	margin:0 auto;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 2px 0.04px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 2px 0.04px rgba(0,0,0,0.05);
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
	margin-bottom:15px;
}
.img-border{
	border:1px solid #ccc;
}
.border-color{
	background-color: #fff;
	border:1px solid #e8e8e8;
}
.bg-color:hover{
	border:1px solid #fdb762;
}

a{	color:#333;}
a:hover{
	text-decoration: none;
	color:#fdb762;
}
.c-link{
	color:#959799;
}
li{
	list-style-type:none;
}
.bg-color{
 background-color:#fff;
 border:1px solid #e8e8e8;
}
.pb-index-header
{
    width: 100%;
    padding-bottom: 20px;
    padding-top: 30px;
    font-size: 24px;
    margin-bottom: 30px;
    color: white;
    background-image: url("../images/background.jpg");
    /*background-color: #fdb762;*/
}
.shop-example{
	height:180px;
}
.pb-index-header h1
{
    font-size: 60px;
    line-height: 1;
}

.checkicon {
    color:#739864;
    font-size:17px;
    padding-right:10px;
}
.padding-0{
	padding:0px;
}
.padding-3{
	padding:3px;
}
.padding-4{
	padding:4px;
}
.padding-5{
	padding:5px;
}
.padding-6{
	padding:6px;
}
.padding-7{
	padding:7px;
}
.padding-8{
	padding:3px;
}
.padding-8{
	padding:3px;
}
.padding-9{
	padding:9px;
}
.padding-10{
	padding:10px;
}
.padding-12{
	padding:12px;
}
.padding-15{
	padding:15px;
}
.padding-18{
	padding:18px;
}
.padding-set{
margin-bottom:15px;

}
.page-header
{
margin-top:0px;
border-bottom:1px #e8e8e8 solid;
margin-bottom:15px;
padding:0px;
}
.hr-color{
	background-color:#fdb762; 
	height:1px;
	margin-bottom:10px;
}
.buybutton {
    border-radius:0px;
    border-top:0px;
}

.rectbutton {
    border-radius:0px;    
}

.medicon {
    font-size:23px;
}
.pb-callout
{
    width: 100%;
    background-color: rgba(245, 135, 35, 0.10);
    border-left: 3px #fdb762 solid;
    padding: 15px 10px 15px 10px;
    color: #343434;
}

.pb-bigicon
{
    font-size: 48px;
    color: #fdb762;
}

.pb-button
{
    border-radius:0px;
    color: #fff;
    background-color: #7e8082;
    border-color: #454444;
    border-bottom: 3px solid #fdb762;
}

 .pb-button:hover
 {
     color: #fff;
     background-color: #4c515b;
     border-color: #fdb762;
     border-bottom: 3px solid #fdb762;
 }
  
.buytooltip + .tooltip > .tooltip-inner 
  {
    background-color: #4c515b;
    font-weight:bold;
    padding:20px;        
  }

.buytooltip + .tooltip > .tooltip-arrow 
{     
    border-left-color:#fdb762; 
}

 .pb-button:active, .pb-button:focus
 {
     outline:0px;
     color: #fff;     
     background-color: #454444;
     border-color: #fdb762;
     border-bottom: 3px solid #fdb762;
 }

.pb-box
{
    background-color: #fff;
    padding:5px 20px 5px 20px;	
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 2px 0.04px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 2px 0.04px rgba(0,0,0,0.05);
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pb-page-footer
{
    width: 100%;
    color: #777;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
    padding-bottom: 30px;
}
.link-color-emp{
	color: #333;
}

#footer
{
    background-color: #454444;
    width: 100%;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #footer a, #footer a:visited
    {
        color: white;
    }

        #footer a:active, #footer a:hover, #footer a:focus
        {
            color: #818692;
            text-decoration: underline;
        }

.pb-socialicon
{
    padding-top: 6px;
    font-size: 16px;
    text-align: center;
    width: 32px;
    height: 32px;
    border: 2px solid rgb(112, 176, 76);
    border-radius: 50%;
    color: rgb(112, 176, 76);
}
.clearfix a:link {color:#96999b;}
.clearfix a:hover {text-decoration: none;}
.clearfix .qq:hover { color:#4dafea;}
.clearfix .weixin:hover { color:#50af76;}
.clearfix .weibo:hover { color:#df4d69;}
.clearfix .alipay:hover { color:#0e83d6;}

.col-md-3 .qq:hover { color:#4dafea;}
.col-md-3 .weixin:hover { color:#50af76;}
.col-md-3 .qzone:hover { color:#eecf3d;}
.col-md-3 .weibo:hover { color:#df4d69;}
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.btn.btn-primary, .sppb-btn.sppb-btn-primary {
    background-color: #55b46e;
}
.btn:not(.btn-link), .sppb-btn:not(.sppb-btn-link) {
    border-width: 0;
    border-radius: 2px;
    color: #fff;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.1);
    -webkit-transition: color 400ms,background-color 400ms,border-color 400ms;
    -o-transition: color 400ms,background-color 400ms,border-color 400ms;
    transition: color 400ms,background-color 400ms,border-color 400ms;
}
.die-join:hover{
 background-color: #fdb762;
}
a.pb-socialicon:hover, a.pb-socialicon:active, a.pb-socialicon:focus
{
    text-decoration: none;
    color: #267737;
    border-color: #267737;
}


/* Validation styling */
.validation-summary-errors
{
    border-left: 3px solid red;
    font-style: italic;
    padding-left: 10px;
    color: red;
}

    .validation-summary-errors ul
    {
        padding-left: 0px;
    }

        .validation-summary-errors ul li
        {
            list-style: none;
            padding-left: 0px;
        }

.field-validation-error
{
    border-left: 3px solid red;
    font-style: italic;
    padding-left: 10px;
    color: red;
}

/* sharing stuff */
.sharing-container
{
    position: fixed;
    top: 40%;
    left: 0;
    right: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    z-index: 11100;
    overflow: hidden;
    width: 64px;
}

    .sharing-container .sharing-item
    {
        width: 48px;
        height: 48px;
        text-align: center;
        cursor: pointer;
    }

        .sharing-container .sharing-item:hover
        {
            width: 64px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .sharing-container .sharing-img
    {
        display: inline-block;
        margin: auto;
        margin-top: 8px;
        width: 32px;
        height: 32px;
        background-image: url(../images/sharing32x32.png);
    }

    .sharing-container .sharing-fb
    {
        background-color: #305891;
    }

        .sharing-container .sharing-fb .sharing-img
        {
            background-position: 0px 0px;
        }

    .sharing-container .sharing-gp
    {
        background-color: #CE4D39;
    }

        .sharing-container .sharing-gp .sharing-img
        {
            background-position: 0px -32px;
        }

    .sharing-container .sharing-tw
    {
        background-color: #2CA8D2;
    }

        .sharing-container .sharing-tw .sharing-img
        {
            background-position: 0px -64px;
        }

    .sharing-container .sharing-li
    {
        background-color: #4498C8;
    }

        .sharing-container .sharing-li .sharing-img
        {
            background-position: 0px -96px;
        }

/* user banner and image */
.pb-user-banner
{
    width: 640px;
    height: 250px;
    display: inline-block;
}
.pb-user-image
{
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: inline-block;
}
.pb-user-image-round
{
    border-radius: 50%;
}

/* Theme view styles */
.theme-view a
{
    text-decoration: none;
}

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}
 
.bs-callout h4 {
    margin-top: 0;
}
 
.bs-callout p:last-child {
    margin-bottom: 0;
}
 
.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}
 
.bs-callout-warning {
    background-color: #F7F6F1;
    border-color: #f1e7bc;
}
 
.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}
 
.bs-callout-danger h4,
.bs-callout-danger a.alert-link {
    color: #B94A48;
}
 
.bs-callout-warning h4,
.bs-callout-warning a.alert-link {
    color: #C09853;
}
 
.bs-callout-info h4,
.bs-callout-info a.alert-link {
    color: #3A87AD;
}
 
.bs-callout a.alert-link {
    font-weight: bold;
}

/* FAQ styles */
.faqHeader
{
    font-size: 27px;
    margin: 20px;
}
.panel-heading [data-toggle="collapse"]:after
{
    font-family: 'Glyphicons Halflings';
    content: "\e072"; /* "play" icon */
    float: right;
    color: #fdb762;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after
{
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

/* Bootstrap Navbar overrides - top menu */
#main_navbar.navbar-default
{
    /*color: #DC791F;*/
    opacity: 0.95;
	background-color:#393f4d;
    border-bottom: 4px solid #fdb762;

}

    #main_navbar.navbar-default .navbar-brand,
    #main_navbar.navbar-default .navbar-brand:hover,
    #main_navbar.navbar-default .navbar-brand:active,
    #main_navbar.navbar-default .navbar-brand:focus
    {
        font-size: 22px;
    }

    #main_navbar.navbar-default .navbar-toggle
    {
        /*color: white;
background-color: #DC791F;
border-color: white;*/
    }

        #main_navbar.navbar-default .navbar-toggle .icon-bar
        {
            /*background-color: white;*/
        }

        #main_navbar.navbar-default .navbar-toggle:hover,
        #main_navbar.navbar-default .navbar-toggle:active,
        #main_navbar.navbar-default .navbar-toggle:focus
        {
            /*color: #DC791F;
    background-color: #DC791F;*/
        }

            #main_navbar.navbar-default .navbar-toggle:hover .icon-bar,
            #main_navbar.navbar-default .navbar-toggle:active .icon-bar,
            #main_navbar.navbar-default .navbar-toggle:focus .icon-bar
            {
                /*background-color: transparent;*/
            }

    #main_navbar.navbar-default .navbar-nav > li > a,
    #main_navbar.navbar-default .navbar-nav > li > a:visited,
    #main_navbar.navbar-default .navbar-nav > li > a:active,
    #main_navbar.navbar-default .navbar-nav > li > a:focus
    {
        /*color: #DC791F;*/
		color: #d6dcd7;
		font-size:15px;
    }

        #main_navbar.navbar-default .navbar-nav > li > a:hover
        {
            color: #fdb762;
            /*background-color: #fdb762;*/
        }

    #main_navbar.navbar-default .navbar-nav > .active > a,
    #main_navbar.navbar-default .navbar-nav > .active > a:hover,
    #main_navbar.navbar-default .navbar-nav > .active > a:focus
    {
        color: white;
        background-color: #fdb762;
    }

/* Bootstrap Pagination overrides */
.pagination li a,
.pagination li a:hover,
.pagination li a:visited,
.pagination li a:active,
.pagination li a:focus
{
    color: #555;
}

.pagination .active,
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:visited,
.pagination .active a:active,
.pagination .active a:focus
{
    background-color: #fdb762;
    border-color: #fdb762;
    color: white;
}

.list-group-item-new {
    position: relative;
    display: block;
    padding: 8px 13px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
}

/* Highlight overrides*/
.hljs
{
    background: transparent;
}

/* Feedback */
#feedback {
    display: inline-block;
    width: 100%;
    position: relative;
    clear: both;
    color: #fff;
    background-color: #fdb762;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
#feedback.feedback-fixed {
    z-index: 1000;
}
#feedback .fb-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
#feedback-shadow {
    background-color: #fff;
    display: inline-block;
    width: 100%;
}
#feedback .question-div {
    display: inline-block;
    margin-right: 15px;
}
#feedback .input-div {
    display: inline-block;
}
#feedback .feedback-button {
    border: solid 2px #fff;
    color: #fff;
    background-color: transparent;
    min-width: 40px;
    font-size: 14px;
    line-height: 16px;
    outline: 0;
    padding: 7px 18px;
}
#feedback .feedback-button:hover {
    color: #fdb762;
    background-color: #fff;
    cursor: pointer;
}
.food_tit {
    padding: 0px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

/* 文章 开始*/
#article_list h5, p{ margin: 0; }
#article_list ul,li{padding: 0; }
#article_list ul.part_1{overflow: hidden;}
#article_list ul.part_1 li{border-bottom: #dbdbdb solid 1px;padding: 3% 3% 3% 1%;}
#article_list ul.part_1 li .img_box{display: inline-block; width:110px;float: left; position: relative;}
#article_list ul.part_1 li .img_box img{width:110px;}
#article_list ul.part_1 li .intro{margin-left: 118px;position: relative;}
#article_list ul.part_1 li .intro h5{font-size: 1.6rem;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 6px;color: #333;}
#article_list ul.part_1 li .intro p{font-size: 1.3rem;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 2px;color: #666;}
#article_list .intro em{font-size: 1rem;color: #aaa;font-style: normal;}
#article_list ul.part_1 li .intro span{display:block;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; font-size: 1.2rem;color: #aaa;}
/* 文章 结束*/

/* 心灵鸡汤 开始*/
.xinling-list{
	color:#000;
	padding:10px 0px 0px 0px;
    border-radius: 2px;
	-webkit-box-shadow: 0px 0px 2px 0.04px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 2px 0.04px rgba(0,0,0,0.05);
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.xinling-content{
	background-color: #fff;
	border:1px solid #e8e8e8;
	margin-bottom:15px;
	padding:10px 10px 10px 15px;
}
.xinling_title {
    padding:0px 6px 2px 0px;
    position: relative;
	font-size:15px;
	font-weight:bold;
}
.xinling_hr{
	border-bottom: 1px solid #e8e8e8;
}
/* 心灵鸡汤 结束*/

/* 特色餐厅 开始*/
.shop-template h3 {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    font-weight: medium;
    margin: 0 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop-template span {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#aaa;
}
.shop-meta span{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin: 0;
	color:#fff;
}

.shop-template {
    position: relative;
    padding: 8px;
    border-radius: 1px;
    background-color: #fff;
	border:1px solid #e8e8e8;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.shop-template .item-header {
    position: relative;
    padding-bottom: 2px;
	margin-top:8px;
}
.shop-template .item-header2 {
    position: relative;
    padding-bottom: 3px;
    height:42px;
	margin-top:8px;
}
.shop-template .shop-meta {
    padding-top: 10px;
    margin: 0;
    line-height: 14px;
    border-top: 1px solid #ebeded;
	font-size:14px;
}

.shop-template .item-address{
    font-size: 13px;
    color: #a2a2a2;
}
.shop-template .purchase {
    margin: 0;
    float: right;
	color:#fff;
	
}
.shop-detail h3 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: medium;
    margin: 0 10px 0 0;
    text-overflow: ellipsis;

}
.shop-detail {
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    padding: 8px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 0.04px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 2px 0.04px rgba(0,0,0,0.05);
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.shop-item{
	padding:0px 0px 1px 0px;
	font-size:16px;
}
/* 特色餐厅 结束*/

/* 会员评价 开始*/
.xevaluate-list{
	color:#000;
	margin-bottom:15px;
	padding:10px 0px 10px 0px;
    border-radius: 2px;
	-webkit-box-shadow: 0px 0px 2px 0.04px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 2px 0.04px rgba(0,0,0,0.05);
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
	border-bottom: 1px dotted #ccc;
}
.evaluate-title {
    padding:0px 6px 2px 0px;
    position: relative;
	font-size:15px;
	font-weight:bold;
}

/* 会员评价 结束*/

.map-content{
	width:100%;
	height:420px;
}

.content-row p{
text-indent:2em;
line-height:28px;
font-size:16px;
}
.content-row img{
max-width:99%;
}

.color-black{ color:#000;}
.color-blue-m{ color:#477550;}

.about p{
		text-align: justify;
	}
.aboutUs {
	margin-top: 32px;
	text-align:center;
}
.aboutUs h3{

	font-size:28px;
	color: #2f2f2f;
	font-weight: 400;
}
.about h3{
	margin-top: 51px;
	font-size:16px;
	color: #2f2f2f;
	font-weight: 300;
}
.about p{
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 0;
}

.pic1Ab{
	padding-bottom: 0px;
	float: right;
	padding: 20px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0px;
}
.about1{
	float: right;
	text-align: right;
}
.pic2Ab{
	float: left;
	padding: 20px;
	padding-top: 30px;
	padding-right: 37px;
	padding-bottom: 0px;
}
.about2{
	float: left;
	text-align: left;
}
.horL{
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 31px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 1170px;
	height: 254px;
	content: '';
	z-index: 30;
	background: url(../images/horL.png) no-repeat;
	}
#loginForm input:not([type="checkbox"]){
	width: 100%;
	margin-top: 0px;
	padding: 18px 15px 20px 10px;	
	border: 1px solid rgb(178, 178, 178);
}
#RegForm input:not([type="checkbox"]){
	width: 100%;
	margin-top: 0px;
	padding: 18px 15px 20px 10px;	
	border: 1px solid rgb(178, 178, 178);
}
.login-site{
	width:140px;
  text-align:center;
  
}
.login-site a:hover
{
    text-decoration: none;
}
.large {
line-height:26px;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;

}
.list-icons li {
	padding: 0 0 15px 0;
}
.scrollspy-example p{
		line-height:32px;
	}
	@media screen and (max-width: 1190px){
	 .horL {
     display: none;
      }
	  
	}

@media screen and (max-width: 991px) {
	.pic1Ab{
		margin-bottom:0 !important;
	}
	.pic2Ab{
		margin-bottom:0 !important;
	}
	.about p{
		text-align: justify;
	}
	.horL {
		display:none;
	}
	.map-content{
		width:100%;
		height:300px;
	}
	.xinling-content{
	border:0px solid #e8e8e8;
	margin-bottom:15px;
   }
   .padding-set{
	   padding:5px;
   }
	.shop-template h3 {
	   font-size: 14px;
	 }
	 .shop-template item-address {
	   font-size: 13px;
	 }
	 .shop-template purchase {
	   font-size: 13px;
	 }
	 .padding-5{
		 padding:2px;
	 }
    .scrollspy-example{
		height: auto;
	}
	.shop-example{
	 height: auto;
    }
	#article_list ul.part_1 li{border-bottom: #dbdbdb solid 1px;padding: 3% 1% 3% 1%;}
	#article_list ul.part_1 li .img_box{display: inline-block; width:100px;float: left; position: relative;}
	#article_list ul.part_1 li .img_box img{width:100px;}
	#article_list ul.part_1 li .intro{margin-left: 108px;position: relative;}
}
@media screen and (max-width: 1229px){
	.pic1Ab{
		margin-bottom:50px ;
	}
	.pic2Ab{
		margin-bottom:20px ;
	}
	.scrollspy-example {
			height: 480px;
			overflow: auto;
			position: relative;
		}
}
@media screen and (max-width: 1429px){
	.scrollspy-example {
			height: 280px;
			overflow: auto;
			position: relative;
		}
}
@media screen and (max-width: 780px) {
	.pic2Ab{
		padding-bottom:0 !important;
		margin-bottom:0;
	}
	.pic1Ab{
		padding-bottom:0 !important;
		margin-bottom:0;
	}
	.about h3{
		text-align:center;
		margin-top:73px !important;
	}
	.about p{
		margin-top: 30px !important;
		text-align: justify;
	}
   .map-content{
		width:100%;
		height:200px;
	}
	.shop-template {
     padding: 0px;
   }
   .shop-template .item-header{
	   padding:3px;
	   margin-top:2px;
   }
    .shop-template .item-header2{
	   padding:3px;
       height:36px;
	   margin-top:2px;
         text-overflow:ellipsis;
       white-space:nowrap;
       overflow:hidden;
       display: block;
   }
  .shop-template .shop-meta{
	   padding:3px;
   }
   .scrollspy-example{
		height: auto;
	}
	.shop-example{
	 height: auto;
    }
}
@media screen and (max-width: 600px) {
	.pic2Ab{
		padding-bottom:0 !important;
		margin-bottom:0;
	}
	.pic1Ab{
		padding-bottom:0 !important;
		margin-bottom:0;
	}
	.about h3{
		text-align:center;
		margin-top:73px !important;
	}
	.about p{
		margin-top: 30px !important;
		text-align: justify;
	}
   .map-content{
		width:100%;
		height:200px;
	}
	.shop-template {
     padding: 0px;
   }
   .shop-template .item-header{
	   padding:3px;
	   margin-top:2px;
   }
    .shop-template .item-header2{
	   padding:3px;
       height:36px;
	   margin-top:2px;
       text-overflow:ellipsis;
       white-space:nowrap;
       overflow:hidden;
       display: block;
   }
  .shop-template .shop-meta{
	   padding:3px;
   }
   .scrollspy-example{
		height: auto;
	}
	.shop-example{
	 height: auto;
    }
}