@charset "UTF-8";

@import url(reset.css);
@import url(rwdgrid.css);
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Amiri:400,700");

[class*='col-'], .b-box, .wrap, .menu .hText, .goTop, .reservationBtn, .mReservationBtn, .classBox > ul a, .tab a, .side_share a, .button, .prevArrow, .nextArrow {
	box-sizing: border-box;
}

a, .menu .hNormal span, .menu .hText span, .goTop::before, .classBox > ul a::before, .button, .button::before, .button::after, .prevArrow, .nextArrow {
	transition: all .5s;
}

body {
	font-family: "微軟正黑體", sans-serif;
	font-size: 15px;
	color: #626262;
}

a {
	color: #626262;
	cursor: pointer;
}

a:hover {
	color: #b53138;
}

[class*='col-'] {
	float: left;
}

@-webkit-keyframes arrowRight {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  60% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}

@keyframes arrowRight {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  60% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}

@-webkit-keyframes arrowLeft {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
  60% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}

@keyframes arrowLeft {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
  60% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}


div.titan {
	display: none;
}

input[type="text"], textarea {
	-webkit-appearance: none;
}

.outerWrap {
	position: relative;
	padding-top: 188px;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.wrap.relative {
	position: relative;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 90;
	width: 100%;
	border-bottom: 5px solid #b53138;
	background-color: #363636;
	z-index: 999;
}

header .wrap {
	position: relative;
	padding-top: 130px;
	padding-bottom: 20px;
	transition: padding-top .5s ease-out, padding-bottom .5s ease-out;
}

header.scroll .wrap {
	padding-top: 30px;
	padding-bottom: 25px;
	transition: padding-top .5s ease-out .3s, padding-bottom .5s ease-out;
}

header.scroll .logo {
	width: 320px;
	top: 20px;
	left: 0;
	margin-left: 0;
	transition: width .5s ease-out 0s, left .5s ease-out 0s, top .5s ease-out .3s, margin-left .5s ease-out 0s;
}

header.scroll .menu {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header.scroll .menu > li > a {
	position: relative;
	display: block;
	font-size: 24px;
	padding: 5px 16px;
	color: #fff;
	letter-spacing: 2px;
}

header.scroll .menu > li > a:hover, header.scroll .menu > li > a.current {
	color: #fff;
}

.logo {
	position: absolute;
	top: 25px;
	left: 50%;
	z-index: 1;
	width: 470px;
	margin-left: -230px;
	line-height: 0;
	text-align: center;
	transition: width .5s ease-out .5s, left .5s ease-out .3s, top .5s ease-out, margin-left .5s ease-out .3s;
}

.logo img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.language {
	padding-top:5px;
	padding-bottom:10px;
	font-size: 13px;
	text-align:center;
}

.language a {
	color:#1062b7;
}

.language a:hover {
	color:#000;
}	




/*========== Header Menu ===========*/
.menu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
	-webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu > li > a {
	position: relative;
	display: block;
	font-size: 24px;
	padding: 5px 24px;
	color: #fff;
	letter-spacing: 2px;
	overflow: hidden;
}

.menu > li > a:hover {
	color: #fff;
}

.menu > li > a:hover .hNormal span, .menu > li > a.current .hNormal span {
	-webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
}

.menu > li > a:hover .hText span, .menu > li > a.current .hText span {
	-webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.menu > li > a::before, .menu > li:last-child > a::after {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 1px;
	height: 18px;
	margin-top: -9px;
	background-color: #f5e7c9;
}

.menu > li > a::before {
	left: 0;
}

.menu > li:last-child > a::after {
	right: 0;
}

.menu .hNormal span, .menu .hText span {
	display: inline-block;
}

.menu .hText {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.menu .hText span {
	-webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
}

.m_menu {
	display: none;
}

.dropDownBox {
	display: none;
}



/*========== Side Menu ===========*/
.side_menu {
	margin-top: 0px;
}

.side_menu > ul ul {
	background-color: #fafafa;
}

.side_menu > ul > li > a {
	border-bottom: 1px dotted #333;
}

.side_menu > ul a {
	text-align: left;
	display: block;
	padding: 12px 16px;
	color: #333;
	text-align: left;	
	font-size: 16px;
}

.side_menu > ul a + ul {
	display: none;
}

.side_menu > ul a.current, .side_menu ul a:hover {
	background-color: #f5e7c9;
}

.side_menu > ul a.current + ul {
	display: block;
}



/*========== Banner ===========*/
.banner_area {
	clear: both;
	position: relative;
	margin-top: -2px;
}

.banner_area .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-image: none;
	background-color: #b53138;
	opacity: 0.5;
}

.banner_area .bx-wrapper .bx-controls-direction a::before, .banner_area .bx-wrapper .bx-controls-direction a::after {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	background-color: #fff;
}

.banner_area .bx-wrapper .bx-controls-direction a::before {
	width: 70%;
	left: 0;
	right: 0;
	top: 60%;
	margin: auto;
}

.banner_area .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}

.banner_area .bx-wrapper .bx-prev {
	left: 50px;
}

.banner_area .bx-wrapper .bx-prev::after {
	width: 13px;
	left: 11%;
	top: 49%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.banner_area .bx-wrapper .bx-next {
	right: 50px;
}

.banner_area .bx-wrapper .bx-next::after {
	width: 13px;
	right: 11%;
	top: 49%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.banner_area .wrap {
	width: 100%;
	max-width: none;
	padding: 0;
}

.bannerBox img {
	display: block;
	width: 100%;
}

.banner_area .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}

.banner_area .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
}

.banner_area .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
}

.banner_area .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none;
}

.goDown {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	width: 80px;
	margin: auto;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.goDown i {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	-webkit-animation: scrollDown 2s infinite;
	animation: scrollDown 2s infinite;
}

.goDown:hover {
	color: #fff;
}



/*========== Marquee ===========*/
.marquee_box {
	background: #000;
	width:100%;
	z-index:99;
}

.marquee_box div.txt {
	padding:0 10px 0 120px;
	line-height:50px;
}

.marquee_box div.txt:before {
	content:"NEWS";
	display:inline-block;
	text-align:center;
	font-weight:900;
	font-size:18px;
	color:#fff;
	width:118px;
	position:absolute;
	margin-left:-120px;
}

.marquee_box div.txt ul {
	width:100%;
	border-left:1px solid #494949;
}

.marquee_box div.txt ul li {
	padding:0 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color:#fff;
}

.marquee_box div.txt ul li a {
	font-size:18px;
	color:#fff;
}

.marquee_box div.txt ul li a:hover {
	text-decoration:underline;
}




/*========== Top ===========*/
.go_top_area {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 999;
}

.go_top {
	display: block;
	background: #005d78;
	color: #fff;
	width: 41px;
	height: 41px;
	line-height: 35px;
	text-align: center;
	font-size: 25px;
	border-radius: 99em;
	box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
}

.go_top:hover {
	background: #fff;
	color: #005d78;
}



/*========== Main ===========*/
.main_area {
	padding-top: 60px;
	padding-bottom: 130px;
}

.content_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
	clear: both;
}

.content_box .left_box, .content_box .right_box {
	box-sizing: border-box;
}

.content_box .left_box {
	width: 200px;
	margin-right: 40px;
}

.content_box .right_box {
	width: calc(100% - 180px);
}

.share_tool {
	padding-bottom: 8px;
}

.no_data {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.col-1 {width: 100%;}
.col-2 {width: 50%;}
.col-3 {width: 33.33%;}
.col-4 {width: 25%;}
.col-5 {width: 20%;}

.mod_box {
	margin-bottom: 60px;
	border-bottom: 1px solid #c9c9c9;
}

.mod_box em, .mod_box h2 {
	display: inline-block;
}

.mod_box em {
	font-size: 50px;
	color: #b53138;
}

.mod_box h2 {
	margin-left: 10px;
	font-size: 25px;
	color: #333;
}

.guide {
	position: absolute;
	top: 0;
	right: 0;
	color:#999;
	font-size:13px;
}

.guide a {
	color:#999;
}



/*========== Quick Link ===========*/
.fixedQuickLink {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 25;
	width: 100%;
	background-color: #000;
}

.fixedQuickLink ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixedQuickLink li {
	padding: 0 15px;
}

.fixedQuickLink li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.fixedQuickLink a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	height: 55px;
	font-size: 15px;
	color: #fff;
	position: relative;
}

.fixedQuickLink a:hover {
	opacity: 0.6;
}



/*========== File ===========*/
.att_file_title {
	clear: both;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.att_file_list {
	text-align: left;
	padding-top: 5px;
}

.att_file_list a {
	color: #535353;
	font-size: 16px;
	line-height:1.5;
}

.att_file_list a:hover {
	color: #ccc;
}



/*========== Button ===========*/
.submit {
	padding:10px 26px;
	background:#b53138;
	border:0px;
	font-size:16px;
	color:#fff;
    font-weight: normal;
	cursor:pointer;
}

.submit:hover {
	color:#fff;
	background:#000;
}

.button {
	position: relative;
	z-index: 1;
	display: block;
	width: 150px;
	height: 55px;
	font: 16px;
	border: 1px solid #b3b3b3;
	cursor: pointer;
}

.button:hover {
	padding-left: 40px;
	border-color: #b53138;
}

.button:hover::before {
	background-position-x: 0;
}

.button:hover::after {
	opacity: 1;
	transition-delay: .6s;
}

.button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #b53138 50%, #fff 0, #fff 100%) 100% 0/200% 100% no-repeat;
}

.button::after {
	position: absolute;
	top: 50%;
	right: 20px;
	line-height: 0;
	margin-top: -5px;
	-webkit-animation: 2s arrowRight ease-out infinite;
          animation: 2s arrowRight ease-out infinite;
	opacity: 0;
}

.button.big {
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align:center;
}

.button.big:hover {
	padding-left: 10px;
	color:#FFF;
}

.button.big::after {
	right: 10px;
}

.button.small {
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align:center;
}

.button.small:hover {
	padding-left: 10px;
}

.button.small::after {
	right: 10px;
}




/*========== Pages ===========*/
.Pages {
	text-align: center;
	margin-bottom: 20px;
    margin-top: 60px;
}

.Paginator {
	font-size: 13px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}

.Paginator a,.pageList .this-page {
	padding: 2px 6px;
	color: #9a9a9a;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator a:visited {
	padding: 2px 6px;
	color: #9a9a9a;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator .AtStart {
	margin-right: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
	color: #9a9a9a;
}

.Paginator .Prev {
	margin-right: 20px;
	padding: 2px 6px;
	background: #ffffff;
	color: #9a9a9a;
	border: solid 1px #cecccc;
}

.Paginator .break {
	bpadding: 2px 6px;
	border: none;
	background: #ffffff;
	color: #9a9a9a;
}

.Paginator .Next {
	margin-left: 20px;
	padding: 2px 6px;
	color: #9a9a9a;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator .AtEnd {
	margin-left: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
	color: #9a9a9a;
}

.Paginator .this-page {
	padding: 2px 6px;
	vertical-align: top;
	background: #ffffff;
	border: solid 1px #cecccc;
	font-weight: bold;
	color: #FF0084;
}

.Paginator a:visited:hover,.Paginator a:hover,.Paginator a:active {
	color: #ffffff;
	background: #0063DC;
	border-color: #ffffff;
}

.Pages div.Results {
	text-align: center;
	margin-top: 8px;
	font: 11px/15px Arial,Helvetica;
	color: #9a9a9a;
}



/*========== Footer ===========*/
footer {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #363636;
}

footer .row .col-2 {
	min-height:80px;
	width:68%;
	padding:15px 20px;
}

footer .row .col-3 {
	min-height:80px;
	width:30%;
	padding:10px 20px;
}

footer .qr_code {
	float:left;
	margin-top: 5px;
	margin-right:20px;
}

h5.copyright {
	overflow:hidden;
	font-size:15px;
	line-height:1.8;
	font-weight:normal;
	color:#fff;
}

h5.copyright a[href^=tel] {
    color:inherit;
    text-decoration:none;
}

ul.foot_menu li {
	float:left;
	width:25%;
}

ul.foot_menu li a {
	display:block;
	padding:6px 0px;
	font-size:15px;
	color:#fff;
}

ul.foot_menu li a:hover {
	text-decoration:underline;
}



@media (max-width: 1280px) {
	.wrap {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	header.scroll .menu > li > a {
		font-size: 16px;
		padding: 5px 14px;
	}

	.menu > li > a {
		padding: 5px 18px;
	}

	.guide {
		right: 20px;
	}
}



@media (min-width: 1181px) {
	.fixedQuickLink {
		display: none;
	}
}



@media (max-width: 1180px) {
	.outerWrap {
		padding-top: 60px;
	}

	header {
		display: none;
	}

	/*========== Mobile Menu ===========*/
	.m_menu {
		display: block;
		width: 100%;
		box-shadow: 0 2px 5px rgba(126, 126, 126, 0.50);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}

	.m_menu .mask {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		padding-bottom: 60px;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.m_menu .hideBox {
		display: none; /* Old browsers */
		width: 100%;
		padding: 60px 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 11;
		box-sizing: border-box;
		background-color: rgba(0,0,0,0.80);
	}

	.m_menu .controlBox {
		background-color: #363636;
		border-bottom: 5px solid #b53138;
		position: relative;
		z-index: 99;
	}

	.m_menu .controlBox a.main {
		display: block;
		float: left;
		margin-right: 10px;
		width: 50px;
		height: 60px;
		font-size: 20px;
		color: #f5e7c9;
		line-height: 60px;
		text-align: center;
		background: #363636;
	}

	.m_menu .controlBox .m_logo {
		float: left;
	}

	.m_menu .controlBox .m_logo img {
		display: block;
		width: 150px;
		padding-top: 15px;
	}

	.m_menu .hideBox p.sp {
		background: #000;
		padding: 10px;
		font-size: 13px;
		color: #FFF;
	}

	.m_menu .hideBox .language {
		display: block;
		color: #FFF;
		font-weight: normal;
		line-height: 2;
		padding: 10px;
		text-align: center;
		font-size: 16px;
	}

	.m_menu .hideBox .language a {
		color: #FFF;
	}

	.m_menu .hideBox .language a:hover {
		color: #b53138;
	}

	.m_menu .hideBox .m_search {
		text-align:center;
		padding:10px;
	}

	.m_menu .hideBox .m_search input[type="text"] {
		display:inline-block;
		vertical-align:middle;
		width:200px;
		height:23px;
		border:1px solid #CCC;
		padding:5px;
	}

	.m_menu .hideBox .m_search a {
		display:inline-block;
		vertical-align:middle;
		width:35px;
		height:35px;
		font-size:18px;
		line-height:35px;
		text-align:center;
		background:#b53138;
		color:#FFF;
	}

	.m_menu .m_ico {
		padding: 10px;
		text-align: center;
	}

	.m_menu .m_ico a {
		margin:0 1px;
		display: inline-block;
		font-size: 20px;
		color: #f5e7c9;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
	}

	.m_menu .m_ico a:hover {
		background: #b53138;
		color: #FFF;
		border-radius: 100%;
	}

	.m_menu ul.nav li {
    	border-top: 1px solid rgba(119, 119, 119, 0.95);
	}

	.m_menu ul.nav li a {
		padding: 20px 10px;
		display: block;
		font-size: 16px;
		color: #FFF;
		text-align: center;
		position: relative;
	}

	.m_menu ul.nav li a:hover {
		background: #b53138;
	}
	
	.m_menu ul.nav li a i {
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -7px;
	}

	.m_menu ul.nav li .submenu {
		display: none;
	}

	.m_menu ul.nav li .submenu a {
		padding: 10px 20px;
	}

	.m_menu ul.nav li .submenu a:hover {
		background:#999;
	}

	.main_area {
		padding-bottom: 60px;
	}

	.marquee_box {
		margin-top: -1px;
	}
	
	.marquee_box div.txt {
		padding-left:0px;
	}

	.marquee_box div.txt:before {
		display: none;
	}

	.marquee_box div.txt ul {
		border-left:0px solid #494949;
	}
}



@media (max-width: 960px) {
	.goDown {
		display: none;
	}

	.content_box {
    	-webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
	}

	.content_box .left_box, .content_box .right_box {
    	width: 100%;
	}

	.content_box .left_box {
    	margin-right: 0;
	}

	.side_menu {
		margin-top: 0;
	}

	.side_menu > ul, .classBox > ul {
		display: none;
	}

	.guide {
		display:none;
	}

	.dropDownBox {
		position: relative;
		display: block;
		margin-bottom: 30px;
	}

	.dropDownBox > div::after, .dropDownBox .hasItems::after {
		content: '\f358';
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -6px;
		font-family: "Font Awesome 5 Free";
	}

	.dropDownBox > div {
		position: relative;
		display: block;
		font-size: 15px;
		color: #222;
		border: 1px solid #CCC;
		position: relative;
		padding: 10px;
		font-weight: 700;
		border-radius: 5px;
		background-color: #eee;
	}

	.dropDownBox > ul {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 99;
		width: 100%;
		background-color: #fff;
		border-radius: 0 0 5px 5px;
		border: 1px solid #d1d1d1;
		box-sizing: border-box;
		transition: all .3s ease-out;
		overflow: hidden;
	}

	.dropDownBox > ul > li + li > a, .dropDownBox > ul ul a {
    	border-top: 1px solid #d1d1d1;
	}

	.dropDownBox > ul a {
		display: block;
		padding: 15px 10px;
	}

	.dropDownBox > ul a.current {
		color: #b53138;
		background-color: #fafafa;
	}

	.dropDownBox > ul ul {
		box-sizing: border-box;
	}

	.dropDownBox > ul ul a {
		padding-left: 1.3em;
	}

	.dropDownBox.open > div::after, .dropDownBox.open {
		content: '\f106';
	}

	.dropDownBox.open > div {
		border-radius: 5px 5px 0 0;
	}

	.dropDownBox.open > ul {
		display: block;
	}

	.dropDownBox.open > ul .side_menu_sub a {
		padding: 5px;
	}

	footer .row .col-3 {
		padding:0px;
		width:48%;
		margin:20px 1%;
		min-height:100px;
	}

	footer .row .col-3:first-child {
		width:48%;
	}	
	
	footer .row .col-3:last-child {
		width:98%;
	}

	ul.foot_menu li {
		text-align:center;
	}

	footer .row .col-2 {
		padding:0px;
		width:98%;
		margin:20px 1%;
		min-height:100px;
	}

	footer .row .col-2:first-child{
		width:98%;
	}

	footer .qr_code {
		float:none;
		width:100%;
		text-align: center;
		margin-bottom: 20px;
	}
}



@media (max-width: 480px) {
	.m_logo {
		top: 10px;
		left: 75px;
		width: 170px;
		margin-left: 0;
	}
  
	.col-2, .col-3, .col-4, .col-5 {
		float:none;
		width:100%;
	}
}
