.color-primary-1 { color: #FFB000 }	/* Main Primary color */
.color-primary-2 { color: #FFD26F }
.color-primary-3 { color: #AA0000 }
.color-primary-4 { color: #880000 }

/*頁面元素設定*/
h1{
	font-size: 44px;
	font-weight: bolder;
}
h2{
	font-size: 30px;
	font-weight: bold;
	color: #880000;	
}
h4{
	height: 40px;
}



body{
	background-image: url(/images/bg04.png);
	font-family: 'cwTeXFangSong', serif;
	font-size: 19px;
	font-weight: 550;
}
header{
	background-image: url("images/bg01.jpg");
	border-bottom: solid 1px #272d30;
	box-shadow: inset 0px -1px 0px 0px #51575a;
}
.container{
	background-image: url(/images/bg04.png);
}


/*logo設定*/
.logoimg{
	/*display: block;
	background: -webkit-radial-gradient(circle,#FFD26F,#FFB000);
	background: -o-radial-gradient(circle,#FFD26F,#FFB000)#FFB000;
	background: -moz-radial-gradient(circle,#FFD26F,#FFB000);
	background: radial-gradient(circle,#FFD26F,#FFB000);
	*/
	text-align: center;
}

/*導覽列設定*/
.dropdown-menu li:hover .sub-menu {visibility: visible;}
.menu-bottom{
	background-color: #FFB000; width: 600px; height: 10px; position: absolute; top: 400px;
}
.menu-width{
	width: 600px;
	height: 400px;
}
.dropdown:hover .dropdown-menu {display: block;}

.navbar-style {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar-collapse-center {
  text-align: center;
}

.navbar-bar{
	 width: 600px; height: 10px; position: absolute;
}
.navbar-style li{
	width: 184px;
	border:solid;
	border-width:  0px 0px 0px 1px; 
	font-size: 23px;
	font-weight: 600; 
	color: #880000;
}
	.navbar-style li+li+li+li+li+li{
		border-width:  0px 1px 0px 1px; 
	}
.navbar-inside li{
	border:none;
	width: auto;
	margin-top: 5px;
}
	.navbar-inside li a{
		color: black;
		font-weight: normal;
		font-size: 20px;
	
	}
	.navbar-inside li a:hover{
		text-decoration: none;
		color: #880000;
		font-weight: bold;
	}
.navbar-img li{
	z-index: -1;
	position:  absolute;
	top: 0px;
	left: 0px;
}
.navbar-default{
	margin-top: 2px;
	background: #FFEE99; /* Old browsers */
    background: -moz-linear-gradient(bottom,  #FFEE99 0%, #FFDD55 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom,  #FFEE99 0%,#FFDD55 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top,  #FFEE99 0%,#FFDD55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEE99', endColorstr='#FFDD55',GradientType=1 ); /* IE6-9 */
	

}
.navbar-default .navbar-nav > li > a {
	color: #880000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFD26F;
  background-color: #880000;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFD26F;
  background-color: #AA0000;
}


/*內容放置設定*/
#main-content{
	box-shadow: 0 0 10px #ab7959;
	padding: 15px;
	min-height: 600px;
	box-sizing: border-box;
	display: block;
	background-color: #FFFFFF;
	margin: 30px 5px 15px 0px;

}

/*側邊欄設定*/
.side-content{
	box-shadow: 0 0 10px #ab7959;
	padding: 0px;
	box-sizing: border-box;
	display: block;
    background: #FFEE99; /* Old browsers */
    background: -moz-linear-gradient(left,  #FFEE99 0%, #FFDD55 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #FFEE99 0%,#FFDD55 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #FFEE99 0%,#FFDD55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEE99', endColorstr='#FFDD55',GradientType=1 ); /* IE6-9 */
	
    margin: 30px 5px 15px 0px;
}
	.side-content h3{
		display: block;
		text-align: center;
		background: #880000;
		margin: 5px 0px 5px 0px;
		padding: 5px;
  		color: #FFFFFF;

  		font-size: 26px;
  		letter-spacing: 10px;
	}
	.side-content ul{
		margin: 0px;
		padding: 0px;
	}
	.side-content img{
		float: left;
	}
	.side-content li{
		display: block;
		border-bottom: 1px dotted #880000;
		height: 81px;

	}
	.side-content li a{
		font-size: 24px;
		min-height: 80px;
		display: block;
		color: #000000;
	}
	.side-content li a:hover,
	.side-content li a:focus {
  		color: #FFFFFF;
  		background-color: #880000;
  		text-decoration: none;
	}
	.side-content>p {
		margin-left: 5px;
		font-size: 18px;
		display: block;
		border-bottom: dashed 0.5px;
	}
		.side-content>p a{
			color: #000000;
		}
		.side-content>p a:hover,
		.side-content>p a:focus{
			color: #880000;
			text-decoration: none;
			font-weight: bold;
		}
	.aside-conimg img{
		margin-left: 25px;
	}


/*頁尾設定*/
.foot-content{
	background-image: url("images/bg01.jpg");
	color: #E3E3E3;	
}
	.foot-content a{
		display: inline-block;
		margin-top: 20px;
		font-size: 18px;

		color: #E3E3E3;
	}
	.foot-content a:hover,
	.foot-content a:focus {
  		color: #FFFFFF;
  		background-color: #880000;
  		text-decoration: none;
	}
	.foot-content address{
		font-size: 22px;
		font-weight: 500;

	} 
	.foot-content p{

		font-size: 17px;
	}
	.foot-content h3{

		font-weight: bold;
	}
	
/*飲酒標語設置*/
.warnning-bar{
	background-color: #880000;
	font-size: 36px;
	text-align: center;
	font-weight: 500;
	color: #FFFFFF;
}


/*側邊聯絡標語*/
#connect{
    position:fixed;
    top:30%;
    left:0px;
    background:rgba(0, 0, 0, 0.00);
    z-index:100;
}
	#connect img{
		margin: 5px 0px 5px 0px;
	}
	#connect div{
		max-width: 50px;
		overflow-x: hidden;
	}
	#connect div:hover{
		max-width: 300px;
		transition: all 0.5s ease 0s;
	}
.connectmobile{
    position:fixed;
    top:92%;
    z-index:100;
    color:#fff;
    display:block;
}


/*內容*/
.side-img{
	position: relative;
	top: 0px; 
	text-align: center;
}
.side-img img{
	max-width: 250px;
}
.content-detail{
	font-weight: 400;
	color: #666666;
	border-bottom: dotted 1px;
}
	.content-detail h3{
		color: #880000;
		font-weight: 600;
		font-size: 24px;
	}
	.content-detail h2{
		font-size: 34px;
		text-align: center;
	}
	.content-detail p{
		color: black;
		font-size: 24px;
		margin-top: 5px;
	}
	.content-detail a{

	}
	.content-detail a:hover{
		text-decoration: none;
		color: #880000;
		font-weight: 600;
	}
.list{
	display: block;
	margin: 0px;
	padding:1px;
	border: solid 1px;
}
	.list h3{
		padding: 0px;
		margin:0px;
		margin-left: 10px;
		width: 90%;
		color: black;
		font-weight: 600;
		color: #880000;
		background-color: white;
		text-align: center;
		position:  absolute;
		left: 0;
		top: 30%;
		opacity:0;
		filter: alpha(opacity=0);
	}

	.list:hover > img{
		opacity:0.2;
		filter: alpha(opacity=20);
		transition: opacity 0.5s;
	}
	.list:hover > h3{
		opacity:2;
		filter: alpha(opacity=100);
		transition: opacity 0.5s;

	}

/*麵包屑*/
.bread-crumb{
	margin: 15px 0px 0px 0px;
	list-style: none;
	padding: 0 0 0 10px;

}
	.bread-crumb li{
		display: inline;
		font-size: 24px;
		font-weight: 500;
	}
	.bread-crumb span{
		color: black;
	}
	.bread-crumb span:hover{
		color: #880000;
		font-weight: 700;
	}
	.bread-crumb a:hover{
		text-decoration: none;
	}



/*list-search*/
    .list-search{
        margin:0px 0px 20px 0px;
        font-size: 35px;
        text-align: center;
    }
    .list-search input{
        padding:3px;
        border:none;
        border-bottom:1.5px solid #333333;
        background:0 0;
        width:450px;
    }
    .list-search input:focus{
        outline:0;
        box-shadow:none;
    }

	#sinput{
		font-size: 24px;
		color: #888888;
	}
.item-display{
	float: left;
	margin:0 10px 0 10px;
	border: solid 1px rgb(51, 122, 183);
}
	.item-display a:hover > img{
		opacity:0.5;
		filter: alpha(opacity=50);
		transition: opacity 0.5s;
	}
	.item-display a:hover > p{
		color: #880000;
		font-weight: 600;
		transition: color 0.5s;
	}
	
.old-mainstyle{
	float: left;
}

/*舊版格式*/
.simg{
	text-align: center;
}
	.old-mainstyle h1{
		font-size: 30px;
		margin-bottom: 30px;
		font-weight: 500;

	}
	.old-mainstyle h2{
		font-size: 24px;
		font-weight: 400;
		color: #880000;
	}
.old-itemstyle{
	margin-top: 0px;
	float: left;
}
	.old-itemstyle h2{
		font-weight: 400;
		margin-bottom: 30px;
	}
	.old-itemstyle li{
		list-style-type:none;
	}
	.old-itemstyle img{
		float: left;
	}
	.old-itemstyle ul{
		padding: 0px;
	}
		.quote-list li {
			padding: 0em 0 1em 0;
			overflow: hidden;
			float: left;
		}

        .quote-list li img {
            width:100%;
		}

		.quote-list li p {
			text-align: center;
			font-size: 1em;
			color: black;
		}

			.quote-list a:hover{
				text-decoration: none;
			}

		.quote-list li span {
			display: block;
			margin-left: 90px;
			font-size: 0.9em;
			font-weight: 400;
		}
		.logoimg-old{
            display:block;
            width:150px;
            float:left;
            margin-right:10px;
		}


		.style-label a{
			color:#880000;
			font-weight: 400;
			display: inline-block;
    background: #FFEE99; /* Old browsers */
    background: -moz-linear-gradient(left,  #FFEE99 0%, #FFDD55 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #FFEE99 0%,#FFDD55 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #FFEE99 0%,#FFDD55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEE99', endColorstr='#FFDD55',GradientType=1 ); /* IE6-9 */
			color:#880000;
			padding: 2px 4px 2px 4px;
			margin: 0 5px 5px 0; 
		}
		.style-label a:hover{
			text-decoration: none;
			font-weight: 500;
			background: #880000;
			color: #FFEE99;
		}
		.label-li {
			display: inline-block;
			margin:0px 5px 5px 0px;
		    background: #FFEE99; /* Old browsers */
		    background: -moz-linear-gradient(left,  #FFEE99 0%, #FFDD55 100%); /* FF3.6-15 */
		    background: -webkit-linear-gradient(left,  #FFEE99 0%,#FFDD55 100%); /* Chrome10-25,Safari5.1-6 */
		    background: linear-gradient(to right,  #FFEE99 0%,#FFDD55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEE99', endColorstr='#FFDD55',GradientType=1 ); /* IE6-9 */
			color:#880000;
			padding: 2px 4px 2px 4px;
			width: 23%;
			text-align: center;
			border-bottom: 5px #FFCC22 solid;
		}
		.label-li:hover{
			background: #880000;
			text-decoration: none;
			font-weight: 500;
			color: #FFEE99;
		}
		.for-hover:hover{
			color:#FFEE99;
			font-weight: 500;
		}
		.label-active li{
			background: #880000;
			font-weight: 500;
			color: #FFEE99;
			border-bottom: 5px 	#B22222 solid;
		}


		
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-style li{
		width: 150px;
	}
	.navbar-inside li{
		width: 300px;
	}
	/*側邊欄設定*/
	.side-content li a{
		font-size: 18px;
	}
		.aside-conimg img{
			margin-left: 0px;
		}

	#main-content{
	margin: 10px 0px 15px 0px;
	padding: 15px 0px 10px 0px;
}


}




@media screen and (min-width: 768px) and (max-width: 991px) {
	/*頁面元素設定*/
	h1{
		font-size: 36px;
		font-weight: bolder;
	}
	h2{
		font-size: 24px;
		font-weight: bold;	
	}

	#main-content{
	margin: 10px 0px 15px 0px;
	padding: 15px 0px 10px 0px;
}
	.simg{
	text-align: center;
	width: 100%;
}

	/*logo設定*/
	.logoimg img{
		text-align: center;
		width: 35%;
	}

	/*導覽列設定*/
	.navbar-style li{
		width: 115px;
		font-size: 16px;
	}
	
	/*側邊欄設定*/
	.side-content li a{
		font-size: 22px;
	}
	.side-content li{
		padding-left: 30%;
	}

	/*飲酒標語設置*/
	.warnning-bar{
	font-size: 36px;
	}


	/*圖片排版*/
	.artimg{
		width: 80%;
	}
	
}


@media (max-width: 767px) {
	/*頁面元素設定*/
	p{
		padding: 0 5px 0 5px;
	}
	h1{
		font-size: 32px;
		font-weight: bolder;
	}
	h2{
		font-size: 22px;
		font-weight: bold;	
	}
	#main-content{
	margin: 10px 0px 15px 0px;
	padding: 15px 0px 10px 0px;

}
.container{
padding:0px;
}
	.old-mainstyle h1{
	padding: 0px;
	}
	/*logo設定*/
	.logoimg img{
		text-align: center;
		width: 50%;
	}

	/*導覽列設定*/


	.navbar-style li{
		width: 320px;
		border:solid;
		font-size: 20px;
		border-width:  0px 0px 1px 0px; 
	}
		.navbar-style li+li+li+li+li+li{
			border-width:  0px 0px 0px 0px; 
		}
		.navbar-inside{
		line-height: 10px;
	}
	.menu-width{
	width: 100%;
	height: auto;
}
.menu-bottom{
	display: none;
}
.navbar-img{
	display: none;
}
.navbar-bar{
	display: none;
}
	/*飲酒標語設置*/
	.warnning-bar{
		padding-bottom:65px;
	font-size: 20px;
	}
/*頁尾四顆浮動*/
#mobile-float {
	color: #fff;
	line-height:1.2;
	font-size: 15px;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 20;

}
#mobile-float ul {
	margin: 0px;
	padding: 5px 0px;
}
#mobile-float ul li {
	list-style-type: none;
	margin: 0px;
	 width: 25%;
	text-align: center;
	 float: left;
	border-left: 2px solid #CEC4BB;
	font-size: 18px;

}
#mobile-float ul li:first-child{
		border-left: 0px solid #CEC4BB;
	}
#mobile-float ul li img {
	display: block;
	margin: 0 auto;
	padding-bottom: 2px;
}
#mobile-float ul li a {
	color: #fff;
	display: block;
	width: 100%;
	padding-top:5px;
}
#mobile-float ul li i{
	font-size:30px;
	display:block;
	margin-bottom:2px;
	}
#mobile-float ul li button i{
	margin-bottom:5px;
	}
.mobile-float-01, .mobile-float-02, .mobile-float-03, .mobile-float-04 {
	background-color: transparent;
	width: 100%;
	border: 0px;
	height:65px;
}
.mobile-float-01{
	background:#880000;
	padding-top: 5px;
	}
.mobile-float-02{
	background:#3b5997;
	}
.mobile-float-03{
	background:#4ebb2d;
	padding-top: 5px;
	}
.mobile-float-04{
	background:#FFA500;
	}
	/*圖片排版*/
	.img-mobile{
		width: 100%;
	}
	/*list*/
	.list-search{
	    margin-top:15px;
	}
	.list-search input{
	    width:75%;
	}
	.simg{
	text-align: center;
	width: 100%;
}
	

	.list h3{
		font-size: 18px;
		width: 85%;
	}


	.content-detail h2{
		font-size: 32px;
	}
	.content-detail p{
		color: black;
		font-size: 22px;
	}


        .quote-list li {
		padding: 0em 0 1em 0;
		}

		.quote-list li p {
			margin: 30px 0 0 30px;
			font-size: 1em;
			line-height: 1.8em;
		}


		.logoimg-old{
                display:block;
                width:150px;
                float:none;
                margin-bottom:10px;
                margin-left:50px;
	    	}
	.artimg{
		width: 100%;
	}
	.side-content li{
		padding-left: 10%;
	}
	.label-li{
		width: 48%;
	}
}