@charset "utf-8";
/*loading*/
.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../images/svg/loader.svg) center no-repeat #ffffff;
}

body {
	margin: 0px;
    font-size: 1.1em;
    line-height: 30px;
	color: #333;
	font-family: 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}
img {
	border: none;
}
table {
	border-collapse: separate;
	border-spacing: 5px;
 *border-collapse: expression('separate', cellSpacing = '5px');
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
table tr td {
	padding: 3px;
}
h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0;
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}
select {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;
}
input {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;
}
textarea {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;
}
/*共用*/
.container {
	margin: 0 auto;
	max-width: 1140px;
	min-width: 980px;
	width: auto !important;
	width: 980px;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.rel {
	position: relative;
}
h1.title {
	font-size: 1.8em;
	padding: 10px 0;
	letter-spacing: 0.1em;
	font-weight: normal;	
}
h2.title {
	font-size: 1.8em;
	text-align: center;
	color: #be2b1b;
	padding: 5px 0;
	letter-spacing: 0.2em;
	font-weight: normal;
}
h3.title {
	font-size: 1.2em;
	text-align: center;
	color: #cccccc;
	padding: 5px 0;
	margin-bottom: 5px;
	letter-spacing: 0.2em;
	font-weight: normal;
}
main {
	margin-top: 100px;
}
.ckediter {
	padding: 25px;
}
.font_red {
	color: #C00;
}
.font_grey {
	color: #999;
}
.font_big {
	font-size: 25px;
	margin-top: 5px;
}
.addtop25 {
	margin-top: 25px;
}
.addtop0 {
	margin-top:0 !important;
}
/*上方*/
header {
	height: 100px;
	width: 100%;
	background-image: url(../images/topbg.jpg);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#headernav {
	position: absolute;
	top: 15px;
	right: 10px;
}
#headernav ul {
	text-align: right;
}
#headernav li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0 0 10px;
	color: #333;
	font-size: 1em;
}
#headernav li a {
	color: #ffffff;
	padding: 0 0 0 10px;
}
#headernav li a:hover {
	color: #FC3;
}
#headernav li:last-child {
	border-right: none;
}
/*第一層*/
nav#menu {
	position: absolute;
	top: 60px;
	right: 10px;
}
ul.navigation {
	text-align: right;
}
ul.navigation li {
	display: inline;
	position: relative;
	list-style-type: none;
	z-index: 100;
	font-size: 1.1em;
}
ul.navigation li a {
	display: inline-block;
	padding: 0 0 0 15px;
	text-align: center;
	cursor: pointer;
	color: #fdd19a;
}
ul.navigation > li > a {
}
ul.navigation > li > a:hover {
	color:#fff;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;		
}
/*第二層*/
ul.navigation li ul {
	display: none;
	float: left;
	position: absolute;
	left: 0;
	margin: 0;
	width: 120%;
	margin-left: -10%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -15px;
	background-image: url(../images/topbg.jpg);
}
ul.navigation li:hover > ul {
	display: block;
}
ul.navigation ul li {
	color: #fdd19a;
	padding: 5px 0;
}
ul.navigation ul li:hover {
	color: #f0101b;
}
ul.navigation ul li:last-child {
	border-bottom: none;
}
ul.navigation ul li a {
	font-size: 17px !important;
	line-height: 50px !important;
	padding-bottom: 8px;
	height: 53px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
ul.navigation ul li a:hover {
	color: #fff;
}
/*首頁廣告*/
#bannerout {
	/*width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index:10;*/
}
#banner {
	/*position: absolute;
	top: 50%;
	margin-top: -540px;
	left: 50%;
	margin-left: -960px;*/
}
/*首頁介紹*/
#index_about {
	background-image: url(../images/move_line.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	z-index:10;
}
#move01 {
	padding-top:90px;
	z-index:10;	
}
#move02 {
	padding-top: 110px;
	z-index:10;	
}
#move03 {
	position:relative;
	height:1386px;
	background-image: url(../images/historyline.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}
#move03 h4 {
	font-size: 1.5em;
	margin: 15px 0 0 0;
	font-weight: normal;
}
#move03 #history01 {
	position:absolute;
	top:80px;
	right:150px;
	z-index:100;		
}
#move03 #history02 {
	position:absolute;
	top:271px;
	left:150px;
	z-index:100;		
}
#move03 #history03 {
	position:absolute;
	top:657px;
	right:150px;
	z-index:100;		
}
#move03 #history04 {
	position:absolute;
	top:818px;
	left:100px;
	z-index:100;		
}
#move_spoon {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 0;	
}
#move_bowl {
	position:absolute;
	top:100px;
	left:0;
	z-index:-1;	
}
#move_oil {
	position:absolute;
	top:-100px;
	right:0;
	z-index:-1;	
}

/*首頁商品*/
#indexproduct {
	padding: 25px 0;
	background-image: url(../images/bg_linen.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.indexproduct {
	position: relative;
}
.indexproduct .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 25px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	color: #eee;
	opacity: 0;
}
.indexproduct a {
	display: block;
	width: 100%;
	color: #eee;
}
.indexproduct:hover > .txt {
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.indexproduct .txt h4 {
	font-size: 1.3em;
	text-align: center;
	margin-top: 25px;
}
.indexproduct .txt h5 {
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
}
.indexproduct .txt .more {
	width: 100px;
	margin: 25px auto;
	text-align: center;
	border: 3px solid #FFF;
}
.indexproduct .txt .more:hover {
	background:#fff;
	caption-side:#000;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;	
}
/*商品列表頁*/
.column {
	float: left;
	width: 30%;
	margin: 0 2% 2% 0;
	padding: 1% 1% 2% 1%;
	background: #eee;
}
.column:nth-child(3n) {
	margin-right: 0;
}
.column .img {
    max-height: 450px;
    overflow: hidden;	
}
.column .left {
	float: left;
}
.column h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top:10px;
}
.column .price {
	font-size: 1.2em;
	color: #007531;
	margin-top: 5px;
}
.column .btn {
	float: right;
	background: #781d06;
	padding: 5px 7px 5px 5px;
	margin-top: 5px;
}
.column .btn:hover {
	background: #007531;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.column .btn a {
	display: block;
	width: 100%;
	display: block;
}
/*加購*/
#buymore {
	margin: 25px 0;
}
/*加購商品列表頁*/
#buymore .column {
	float: left;
	width: 19%;
	margin: 0 1% 1% 0;
	padding: 1% 1% 2% 1%;
	background: #eee;
}
#buymore .column h3 {
	font-size: 1.2em;
	font-weight: normal;
}
#buymore .column .price {
	font-size: 1em;
	color: #007531;
}
#buymore .column:nth-child(5n) {
	margin-right: 0;
}
#buymore .column .img {
	height: 150px;
	overflow: hidden;
}
#buymore .column select {
	padding: 0;
	width: 100%;
}
/*麵包屑*/
#sitemap {
	margin: 15px 0;
}
#sitemap ul {
	text-align: right;
}
#sitemap li {
	display: inline-block;
	font-size: 0.8em;
	padding: 0 5px;
	color: #666;
}
#sitemap li:after {
	content: " / ";
}
#sitemap li a {
	color: #333;
}
#sitemap li:last-child {
	content: " ";
}
/*商品內頁*/
#productimg {
	float: left;
	width: 50%;
}
#producttxt {
	float: right;
	width: 46%;
	padding: 2% 0;
	margin: 0;
}
#producttxt .left {
	float:left;
}
#producttxt .active {
	color: #b50000;
	font-size: 1.1em;
}
#producttxt h3.title {
	font-size: 2.1em;
	margin: 10px 0;
	font-weight: normal;
}
.poduct_price_in01 {
	font-size: 20px;
	color: #007531;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.poduct_price_in02 {
	float: left;
	font-size: 15px;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: line-through;
}
.poduct_price_in03 {
	float: left;
	font-size: 20px;
	margin-top: 13px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #FF6666;
}
/*多張圖片開始*/
.lineup {
	/*float: left;*/
	display: inline;
}
.prod_img {
	position: relative;
}
.prod_pd8 {
	position: absolute;
	top: 0;
	left: 0px;
}
.bigimg {
	margin: 0;
}
.goods-product-small-images {
	float: left;
	/*width: 100px;*/
	margin: 5px 5px 0 0;
}
/*購物數字+標題列*/
ul.left {
	text-align: left;
}
ul.left li {
	display: inline-block;
}
ul.left .btn a {
	padding: 4px 0;
}
ul.left li select {
	color: #848484;
	border: 1px solid #eaeaea;
}
ul.left .addweight {
	width: 48%;
}
/*商品內頁結帳按鈕*/
.carbtn {
	width: 120px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding: 6px 0;
	cursor: pointer;
	background-color: #781d06;
}
.carbtn a {
	color: #fff !important;
	width: 100%;
	font-size: 0.85em;
}
.carbtn:hover {
	color: #fff;
	display: block;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	background: #C00;
}
#product_sale_more {
	font-size: 13px;
	color: #666;
	margin-bottom: 5px;
}
#product_sale_more ul {
	margin: 15px 0 0 0;
}
#product_sale_more li {
	list-style-position: inside;	/*list-style-type: none;*/
}
/*頁簽*/
#abgne-block {
}
#abgne-block .info {
	display: none;
}
#abgne-block .on {
	display: block;
}
#abgne-block .title01 {
	margin: 0 0 10px 0;
	border-bottom: 2px solid #eee;
}
/*兩個頁簽用*/
#abgne-block .title01 li {
	cursor: pointer;
	float: left;
	display: inline-block;
	color: #c9c9c9;
	font-size: 15px;
	line-height: 45px;
	width: 50%;
	text-align: center;
	font-size: 1.5em;
}
#abgne-block .title01 li.on, #abgne-block .title01 li.over {
	color: #333;
	border-bottom: 3px solid #eee;
}
#abgne-block .title01 li p {
	color: #ccc;
}
#abgne-block .title01 li.on h3, #abgne-block .title01 .over h3, #abgne-block .title01 li.on p, #abgne-block .title01 .over p {
	color: #ccc;
}
/*加到追蹤*/
.iconlove {
	display:inline-block;
	width: 15px;
	height: 15px;
	margin: 5px 0 0 10px;
	background-image: url(../images/tracking01.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	background-position: center center;
}
.iconlove:hover {
	background-image: url(../images/tracking02.png);
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;		
}
.iconlove2 {
	display:inline-block;	
	width: 15px;
	height: 15px;
	margin: 5px 0 0 10px;
	background-image: url(../images/tracking02.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	background-position: center center;	
}

/*產品內頁諮詢*/
#contact {
	margin: 0 0 25px 0;
}
.contact {
	margin: 0 0 25px 0;
}
.list {
	width: 100%;
	margin: 15px 0;
}
.listname {
	float: left;
	width: 15%;
	margin-left: 5%;
	text-align: left;
	margin: 0 10px 0 0;
	line-height: 2em;
}
.listinput {
	float: left;
	width: 78%;
	line-height: 35px;
}
.listinput .time {
	display: block;
	float: left;
	width: 48%;
}
.listinput .txt {
	display: block;
	float: left;
	width: 4%;
	text-align: center;
	line-height: 35px;
}
.listinput_two {
	display: block;
	float: left;
	width: 50%;
}
.listinput_three {
	display: block;
	float: left;
	width: 33.33%;
}
.btnlocation {
	width: 92px;
	margin: 0 auto;
}
.btnlocation02 {
	width: 250px;
	margin: 0 auto;
}
.btn {
	background: #333333;
	padding: 5px 25px;
	color: #fff;
	font-family: 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}
.btn_fb {
	background: #3e5b99;
	padding: 5px 25px;
	color: #fff;
	font-family: 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}
/*側邊*/
aside {
	float: left;
	width: 15%;
}
#right {
	float: right;
	width: 80%;
}
ul#sider {
}
ul#sider li {
	line-height: 50px;
	color: #333;
	list-style-type: none;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 1.01em;
}
ul#sider li a {
	color: #333;
}
ul#sider li a:hover {
	color: #007531;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
/*最新消息欄位*/
.new {
	border-bottom: 3px dashed #dcdcdc;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.newimg {
	float: left;
	width: 25%;
    height: 170px;
    overflow: hidden;	
}
.newtitle {
	float: left;
	width: 54%;
	padding: 35px 2% 0 2%;
}
.newdate {
	float: left;
	width: 15%;
	padding-left: 1%;
	border-left: 3px dashed #dcdcdc;
	height: 170px;
}
.newtitle a {
	color: #61aa30;
}
.newym {
	color: #959595;
	text-align: center;
	margin: 35px;
0 0 0;
}
.newd {
	font-size: 4em;
	color: #959595;
	margin: 10px 0 0 0;
	text-align: center;
}
.classification {
	color: #b29b7b;
}
/*分頁*/
.page {
	margin: 0 0 25px 0;
}
.page ul {
	text-align: center;
}
.page li {
	display: inline-block;
	margin: 0 3px;
	font-size: 0.9em;
}
.page li a {
	color: #333;
}
.page li a:hover {
	color: #363;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
/*回上頁*/
.back {
	width: 80px;
	margin: 50px auto;
	cursor: pointer;
	-mox-opacity: 0.5;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.back:hover {
	-mox-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.back span {
	padding-left: 15px;
	padding-top: 5px;
}
/*線上發問+整體表單設定*/
#contact {
	margin: 0 0 25px 0;
}
.list {
	width: 100%;
	margin: 15px 0;
}
.listname {
	float: left;
	width: 15%;
	margin-left: 5%;
	text-align: left;
	margin: 0 10px 0 0;
	line-height: 2em;
}
.listinput {
	float: left;
	width: 78%;
	line-height: 35px;
}
.listinput .time {
	display: block;
	float: left;
	width: 48%;
}
.listinput .txt {
	display: block;
	float: left;
	width: 4%;
	text-align: center;
	line-height: 35px;
}
.listinput_two {
	display: block;
	float: left;
	width: 50%;
}
.listinput_three {
	display: block;
	float: left;
	width: 33.33%;
}
.btnlocation {
	width: 92px;
	margin: 0 auto;
}
.list.btn {
	background: #333333;
	padding: 5px 25px;
	color: #fff;
	font-family: 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}
/*仿table列表設定*/
.item {
}
.item ul {
	width: 100%;
	border-bottom: 1px solid #CCC;
}
.item li {
	float: left;
	display: block;
	text-align: center;
	padding: 0 5px;
	list-style-type: none;
}
.item li a {
	color: #62ab32;
}
/*仿table列表_標題+寬度等額外元素*/
.th {
	background:#faeeea;
	border-bottom: 2px solid #924937;
	border-top: 1px solid #EBEBEB;
	height: 39px;
}
.h90 {
	height: 90px;
	line-height: 90px;
}
.h80 {
	/*height:80px;*/
	line-height: 80px;
}
.h40 {
	height: 40px;
	line-height: 40px;
}
.h0 {
	/*height:80px;*/
	line-height: 25px;
}
.w70 {
	width: 70%
}
.w60 {
	width: 60%
}
.w50 {
	width: 50%
}
.w40 {
	width: 40%
}
.w30 {
	width: 30%
}
.w20 {
	width: 20%
}
.w10 {
	width: 10%
}
.txtleft {
	text-align: left !important;
}
/*仿表格內的 lu li*/
h4.itemtitle {
	text-align: left !important;
}
.item ul li ul.itemdetail {
	border-bottom: none !important;
}
.item ul li ul.itemdetail li {
	width: 100%;
	text-align: left;
	padding: inherit !important;
	list-style-type: none;
}
/*仿表格內的 lu li02*/
.item ul li ul.itemdetail02 {
	border-bottom: none !important;
}
.item ul li ul.itemdetail02 ul {	
}
.item ul li ul.itemdetail02 li {
	padding-right:15px;
}
/*刪除商品*/
.del {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}
/*密碼+驗證*/
#loginother {
}
#loginother ul {
	text-align: left;
}
#loginother li {
	display: inline-block;
	margin-right: 5px;
	list-style-type: none;
}
#loginother li a {
	font-size: 0.85em;
	color: #666;
}
/*購物整體頁面*/
.shopping_title {
	background-image: url(../images/shopicon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	font-size: 20px;
	color: #4F4F4F;
	margin: 25px 0 5px 10px;
}
.shopping {
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
}
.shopping02 {
	border: 1px solid #EBEBEB;
	padding: 10px;
}
#account .left {
	float: left;
	width: 49%;
}
#account .right {
	float: right;
	width: 49%;
}
/*購物第二頁結算*/
#shopresult {
	border-left: 1px solid #faeeea;
	border-right: 1px solid #faeeea;
	background: #faeeea;
	padding: 10px;
}
#shopresult li {
	text-align: right;
	list-style-type: none;
}
/*上方購物流程順序*/
#buying-process {
	padding-top:15PX;
}
#buying-process ul {
	list-style-type: none;
	text-align:right;
}
#buying-process li {
	display:inline-block;
	height: 24px;
	padding: 0 15px 0 25px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#buying-process ul li.active {
	font-weight: bold;
	color: #CFA972;
}
/*列表_購物頁*/
.buySelect {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -25px;
}
/*其他*/
.nvoice li {
	margin: 0 0 5px 5px;
	list-style-type: none;
}
/*流程按鈕*/
#shopping-btn {
	font-size: 0.8em;
	margin: 10px 0 50px 0;
	padding: 15px 0 13px 0;
}
#shopping-btn ul {
	list-style-type: none;
	margin: 0px auto;
	border: medium none;
	list-style: none outside none;
	text-align: center;
}
#shopping-btn li {
	display: inline;
	float: none;
	height: inherit;
	width: inherit;
	padding: 0 3px;
}
#shopping-btn li a {
	background-color: #ba8c81;
	padding: 10px;
	position: relative;
	text-decoration: none;
	color: #fff;
	box-shadow: inset 0px 1px 0px #924937, 0px 6px 0px #924937;
	border-radius: 5px;
	cursor: pointer;
}
#shopping-btn li a:active {
	top: 7px;
	box-shadow: inset 0px 1px 0px #924937, inset 0px -1px 0px #924937;
	color: #eee;
	text-shadow: 0px 1px 1px #924937;
	background-color: #ba8c81;
}
#shopping-btn li input {
	background-color: #ba8c81;
	padding: 10px;
	position: relative;
	text-decoration: none;
	color: #fff;
	background-image: linear-gradient(bottom, #924937 0%, #924937 100%);
	box-shadow: inset 0px 1px 0px #924937, 0px 6px 0px #924937;
	border-radius: 5px;
	border: none !important;
	cursor: pointer;
}
#shopping-btn input:active {
	top: 7px;
	background-image: linear-gradient(bottom, rgb(100,170,30) 100%, rgb(129,212,51) 0%);
	box-shadow: inset 0px 1px 0px #781d06, inset 0px -1px 0px #781d06;
	color: #eee;
	text-shadow: 0px 1px 1px #924937;
	background-color: #ba8c81;
}
/*尾部*/
footer {
	width: 100%;
	padding: 25px 0;
	color: #FFF;
	background-color: #761b05;
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
}
footer h2 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 5px 0 15px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
}
footer .left {
	float: left;
	width: 45%;
	margin-right:5%;
}
.footericon {
	float: left;
	margin: 25px 15px 15px 0;
}
.footertxt li {
	font-size: 1.2em;
	list-style-type: none;
}
.footertxt li .name {
	color: #fee109;
}
.footercolumn {
	float:left;
	margin-right:35px;
	border-left:1px #fff solid;
	padding:5px 10px;
	margin-top:25px;
}
.footercolumn li {
	list-style-type: none;
	font-size:1.1em;
	line-height:30px;
}
.footercolumn li a {
	color:#FFF;
}
.footercolumn li a:hover {
	color:#fee109;
}
#copyright {
	color: #eee;
	padding: 5px 0;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 0.95em;
	background-color: #333;
}
