@charset "utf-8";
/*===========SEO麵包削============*/
.breadcrumb{
    margin: 0px 15px 15px 0px;
    color: #ffffff;
    background-color: transparent;
}
.breadcrumb ul li{
    display: inline;

    font-size: 16px;
}
.breadcrumb ul li:after{
    content: ">";
}
.breadcrumb ul li:first-child:after{
    content: "";
}
.breadcrumb ul li:last-child:after{
    content: "";
}
.breadcrumb ul li a{
    color: #ffffff;
}
.pop.breadcrumb{
	color:#F73A6F;
}
.pop.breadcrumb ul li a{
	color:#F73A6F;
}



body{
	margin:0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif,"微軟正黑體";
	font-size: 16px;
	background-image:url(../images/diagmonds.png);
	overflow-y: scroll;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.max1400Box{	
	max-width:1400px;
	width: 100%;
	margin:0 auto;	
	height:auto;
}
/*-----------top-banner----------*/
.topbanner-layout{
	margin-bottom:-90px;
}
.topbanner{
	width:100%;
	max-width: 1600px;
	height: auto;	
	margin :0 auto;	
}
#mview img{
	display:block;
	width:100%;
	max-width: 1600px;
	margin :0 auto;
}

/*-----------mobile-menu-----------*/
.mobile-nav-bg-style{
	display: block;
	background-color: rgba(247,58,111,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 9999;
}
#nav-icon1 {
    width: 28px;
    height: 24px;
    /*position: relative;*/
    cursor: pointer;
    position: fixed;
    top: 50px;
    right: 10px;
    z-index: 100;/*blackLayer-1000*/

    background-color: #ff7800;
	border-left:10px solid #ff7800;
	border-right:10px solid #ff7800;
	border-top:10px solid #ff7800;
	border-bottom:5px solid #ff7800;
	box-sizing: content-box;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
#nav-icon1.nav-icon1-scroll{	
	top: 10px;
}/*scroll後style位置偏移*/

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
    top: 0px;
}
#nav-icon1 span:nth-child(2) {
    top: 8px;
}
#nav-icon1 span:nth-child(3) {
    top: 16px;
}
#nav-icon1.open {
    top: 10px;
}
#nav-icon1.open span {
    margin-top: 0px;
}
#nav-icon1.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.mobile-nav{
    position: fixed;
    top:58px;
    left: 0;
    z-index: 20;
    background: #f73a6f;
    display: none;
    width: 100%;
}
.mobile-nav ul{
    width: 100%;
    height: auto;
}
.mobile-nav li{
    width: 100%;
    border-bottom: 1px solid #f34b7a;
}
.mobile-nav li a{
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 1.3em;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 15px 0 15px 0;
    text-decoration: none;
    text-align: center;
    background: #e83466;
}
.mobile-nav li a:hover{
    text-shadow: 0 -1px 0 #888;
    background: #f73a6f;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
.mobile-nav li a span{
	font-size: 0.8em;
}

/*-----------desktop-menu----------*/
.menu{
	width: 100%;
}
.menu ul{
	width: 100%;
	color: #fff; 
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	background-color: #3b3b3b;	
}
.menu ul li{
	width: 33.33%;
	display: block;
	background-color: #3b3b3b;
}
.menu ul li:first-child{
	border-top-left-radius: 0.8em;
	overflow: hidden;	
}
.menu ul li:last-child{
	border-top-right-radius: 0.8em;
	overflow: hidden;	
}
.menu ul li a{
	display: block;		
    text-decoration: none;
    color: #ccc;
    text-align: center;
    padding: 20px 35px;
    font-size: 2em;
    line-height: 0.8;
    border-right:1px solid #5b5b5b;
    text-shadow: 0 0 5px rgba(0,0,0,0.9);
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition:all 0.7s linear;
    -webkit-transition:all 0.7s linear;
}
.menu ul li:last-child a{
	border-right:0px;
}
.menu ul li a:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f73a6f;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	transition:transform 0.5s ease-out;
	-webkit-transition:transform 0.5s ease-out;
}
.menu ul li a span{
	font-size: 0.5em;
	font-weight: lighter;
	letter-spacing: 1px;
}
.menu ul li a:hover{
	color: #ffffff;
	text-shadow: 0 0 15px rgba(0,0,0,0.5); 
}
a.choose1:hover:before, 
a.choose2:hover:before, 
a.choose3:hover:before{ 
	color: #ffffff; 
    background: #f73a6f;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.index1 a.choose1,.index2 a.choose2,.index3 a.choose3{
	color: #ffffff; 
	background: #f73a6f; /* Old browsers */
	background: -moz-linear-gradient(top, #f73a6f 0%, #f95a86 4%, #f73a6f 76%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f73a6f 0%,#f95a86 4%,#f73a6f 76%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f73a6f 0%,#f95a86 4%,#f73a6f 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73a6f', endColorstr='#f73a6f',GradientType=0 ); /* IE6-9 */	
}
/*-----------menu-content----------*/
.menu-content{
	background-color: #f73a6f;
}
.menu-btn-box{
	display: table;
	margin: 0 auto;
}
.menu-btn-box ul{
	display: block;
	width:100%; 
	overflow: hidden;
	margin: 40px auto;
	text-align: center;
}
.menu-btn-box ul li{
	display: inline-block;
	width: 125px;
	height: 120px;
	padding: 20px 0px;
	background-color:#f73a6f;
	color: #ffffff;
	text-align: center;
	font-size: 1.1em;
	border:1px solid rgba(255,255,255,0.5);
	margin: 15px;
	cursor: pointer;
	text-align: center;
}
.menu-btn-box ul li i{
	margin-bottom: 5px;
	font-size: 2.7em;
}
.menu-btn-box ul li:hover{
	background-color: #ffffff;
	color: #f73a6f;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/*-----------GO top-----------*/
.scroll2top:link,
.scroll2top:visited{
	background:url(../images/top.png) no-repeat 0 0;  
	width:80px; 
	height:80px; 
	margin-left: 0;
    right: 10%;
	bottom:0px;
}
.scroll2top:hover{
	background:url(../images/top.png) no-repeat 0 -80px;
	-webkit-animation: icon-up 0.75s ease-out;
	-moz-animation: icon-up 0.75s ease-out;
	-o-animation: icon-up 0.75s ease-out;
	animation: icon-up 0.75s ease-out;
	
}
@keyframes icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/*----------- 標題-框架設定 -----------*/
.wrapper{
	padding-bottom: 80px;
}
.title-box-pink{
	width: 100%;
	height: auto;
	border-top: 10px solid #e92058;
	margin-bottom: 40px;
}
.title-box-pink2{
	width: 100%;
	height: auto;
	border-top: 10px solid #ff7587;
	margin-bottom: 40px;
}
.title-box-orange{
	width: 100%;
	height: auto;
	border-top: 10px solid #ff7800;
	margin-bottom: 40px;
}

.title-box-pink h1,.title-box-pink2 h1,.title-box-orange h1{
	text-indent: -9999px;
	display: block;
	width: 216px;
	height: 174px;
	margin: 0 auto;	
	background-size:100% auto; 
}

.title-hk{
	background: url(../images/title-hk.png) no-repeat 0 0;
}
.title-m{
	background: url(../images/title-m.png) no-repeat 0 0;
}
.title-hm{
	background: url(../images/title-hm.png) no-repeat 0 0;
}
.title-link{
	background: url(../images/title-link.png) no-repeat 0 0;
}
.title-hm-traffic{
	background: url(../images/title-hm-traffic.png) no-repeat 0 0;
}
.title-hk-2{
	background: url(../images/title-hk-2.png) no-repeat 0 0;
}
.orangeBg{
	background-color: #ffa800;
}
.brownBg{
	background-color: #ded6cb;
	background: url(../images/hkBgBrown.jpg) repeat 0 0;
}
/*----------- 商品區 -----------*/
.area-link{
	display: block;
	padding-left: 40px;
	background-color: #2f2f2f;
	box-shadow: 0 2px 3px rgba(0,0,0,0.8);
	overflow: hidden;
}
.area-link li{
	display: inline-block;
	font-size: 1.125em;	
}
.area-link li:first-child{
	color: #ffa201;
	border-bottom: 2px solid #ffa201;
	padding: 15px 0;
	margin-right:40px;	
}
.area-link li:not(:first-child) a{
	color: #fff;
	text-decoration: none;
	margin-right:20px;
}
.area-link li:not(:first-child) i{
	color: #ffa201;
	margin-right: 5px;
}
.area-link li:not(:first-child) a:hover{
	color: #ffa201;
}
.intro-title{
	font-size: 1.1em;
	line-height: 1.2;	
	text-indent: 5px;
	margin-bottom: 10px;
	border-left:5px solid #f73a6f;
	color: #f73a6f;
}
.intro-txt{
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;	
}
.event-box > a > p.intro-txt:hover{
	font-weight: bold;
	color: #ffa201;
	text-decoration: underline;
}

/* 港澳接駁-hm-traffic */
.hm-traffic-box{
	margin-bottom:45px; 
}
.hm-traffic-box .intro-title{
	color: #000000;
	border-left:5px solid #000000;
}
.hm-traffic-box .intro-txt{
	color: #000000;
}
.hm-traffic-box img{
	margin: 0; /*取消img-responsive屬性margin: 0 auto;*/
	margin-bottom: 20px;
}


/* c23模組 */
.cms23-layout{
	margin: 0 auto;
	background-color: rgba(29,29,29,0.7);
	overflow: hidden;
	width: 100%;
}

.intro-anchors {
	display: block;
	padding: 8px 40px;
	margin: 50px auto 0px;
}
.intro-anchors a{
	font-size: 1.125em;
	color: #dfdfdf;
	display: inline-block;
	text-decoration: none; 
	line-height: 1.5;
}
.intro-anchors a:hover{
	color:#ffa201;
	-webkit-animation: intro-anchors-m 0.5s ease-out;
	-moz-animation: intro-anchors-m 0.5s ease-out;
	-o-animation: intro-anchors-m 0.5s ease-out;
	animation: intro-anchors-m 0.5s ease-out;	
}
@keyframes intro-anchors-m {
	0%{
	    color:#dfdfdf;
	}
	50%{
	    color:#ffffff;
	}
	100%{
		color:#ffa201;	
	}
}
.intro-anchors a:after{
	content: "│";
	padding: 0 15px;	
	color: #5d5d5d;
}
.intro-anchors a:last-child:after{
	content: " ";
	padding: 0;
}
.anchors-fixed{
	display: block;
	width: 100%;	
	position: fixed;
	z-index: 996;
	top: 0px;
	/*left: 0;*/
	max-width: 1138px;
	background-color:#3b3b3b;
	border-bottom:2px solid #FFA203;
	margin: 0px;
}
.carrier {
    position: relative;
    margin: 50px 0;
    padding-left:30px;
    padding-right:30px;
}
.carrier h4 {
	display: block;
	width: 100%;
    text-indent: 20px;
    font-size: 1.5em;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: normal;
    border-bottom: 1px solid #ffa201;
    padding-bottom: 10px;
}

.carrier h4::before{
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da"; 
    font-size: 1em;
    color: #ffa201;
    margin-right: 5px;
}
.carrier ul {
	list-style: none;
    padding: 0;
	margin-top:15px;
}
.carrier li {
	clear: both;
	overflow: hidden;
    border-bottom: 1px dotted #3b3b3b;
    padding: 15px 20px 15px;
    margin: 0 20px;
    line-height: 1.5;
    min-height: 60px;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.carrier li:hover {
    background: #262626;
}

.carrier li a:link, .carrier li a:visited {
    text-decoration: none;
    font-size: 1em;
    color: #dfdfdf;
    letter-spacing: 1px;
    line-height: 1.5;
    display: block;
}
.carrier li a strong {
    font-weight: normal;
    display: block;
    font-size: 1.3em;
    color: #ffa201;
    margin: 2px 0 6px 0;
    line-height: 1.2em;
    letter-spacing: 1px;
}
.carrier .box-head {
    display: none !important;
}
.carrier li em.price {
    font-size: 0.8em;
    color: #f02f6f;
    float: right;
}
.carrier li em.price span, .carrier li em.price var {
    font-size: 1.5em;
}

/*----------- 相關連結 -----------*/
.related-link{
	text-align: center;
}
.related-link li{
	display: inline-block;	
}
.related-link li a, .related-link li a:active, .related-link li a:link{
	display: block;
	font-size: 1.125em;
	color: #ffffff;
	background-color: #ff7800;
	padding: 12px 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	border-radius: 20px;
	text-decoration: none;
}
.related-link li a:hover{
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
	color:#f37200;
	background-color: #ffffff;	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/*----------- 介紹區 popup -----------*/
.blackLayer{
	width:100%;
	height:100%;
	position: fixed;
	z-index: 1000;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	display:none;
}
.popDiv{
	width:100%;
	height:100%;
	position: fixed;
	z-index: 1001;/*比blackLayer高一層*/
	left:0;
	top:0;
	display:none;
}
.pop1400Box{
	max-width: 1400px;
	margin:0 auto;
	padding:0;
	position: relative;	/*height在popup.js設定*/
}
.Xbtn{
	width:36px;
	height:36px;
	right:0;
	top:0;
	background-color:#333;
	position: absolute;
	z-index:9999;
	cursor: pointer;
	color: #FFF;
	line-height:36px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-align: center;
}
.content{
	margin:0 auto;
	overflow-y:scroll;
	background-color: #e4e4e4;
}
.a1Box,.a2Box,.a3Box,.a4Box,.a5Box,.a6Box{
	display: none;	
	overflow: hidden;
}
.demos-layout{ 
	width: 100%;
	margin:0 auto;
	padding:50px 50px 75px 50px;
	background-color: #e4e4e4;
	overflow: hidden;
}
.demos-title{
	display: inline-block;
	padding: 15px 35px 15px 20px;
	background-color: #f73a6f;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 30px;
	position:relative;
}
.demos-title:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27.5px 25px 27.5px 0;
	border-color: transparent #E4E4E4 transparent transparent;
}
.demos-title i{
	margin-right: 10px;
}
.demos-txt{
	font-size: 1.125em;
	line-height: 1.5;
	margin-bottom: 20px;
}
.sub-title{
	display: block;
	padding: 10px 20px;
	background-color: #f73a6f;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.3em;
}
.sub-title > span{
	display: inline-block;
	color: #ffef38;
	font-size: 0.85em;
	line-height: 1.3em;
	font-family: Verdana, Geneva, sans-serif,"微軟正黑體";
	letter-spacing: 1px;
}
.purple{
	color: #702be2;
}
.demos-img-box{
	margin-bottom: 30px; 	
}
.demos-img-box img{
	margin: 0;/*取消img-responsive屬性margin: 0 auto;*/
	margin-bottom: 20px; 
}
a.more{
	color: #f73a6f;
	text-decoration: underline;
}
a.more:hover{
	color: #6e28d6;
}

/*-瀑布流-*/
 #columns { 	   		
	-webkit-column-width: 400px;
	-moz-column-width: 400px;
	-o-column-width: 400px;
	column-width: 400px;
	
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	-o-column-gap: 35px;
	column-gap: 35px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;


}

#columns figure {
	background: #fefefe;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 0px 35px;
	padding: 6px;
	padding-bottom: 15px;
	transition: opacity .4s ease-in-out;
	display: inline-block;
	column-break-inside: avoid;
	border-radius: 5px;
	max-width: 400px;
	width: 100%; 
}
#columns figure img {
	display: block;
	width: 100%; 
	height: auto;
	margin-bottom: 15px;
}
#columns figure figcaption {
	color: #444;
	line-height: 1.5;
	padding: 0 10px;
}
/*#columns:hover figure:not(:hover) {
	opacity: 0.8;
}*/


/*--活動Banner--*/
.event-box{
	margin-bottom: 40px;
}
.event-box h3{
	color: #fff;
	line-height: 1.5;
	font-size: 22px;
	margin-bottom:5px ; 
}

.event-box p{
	margin-top: 20px;
	color: #fff;
}

/*.event-box .coupon a{
	display: block;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #686868;
	padding: 5px;
	background-color: #2f2f2f;
	transition: background-color .4s ease-in-out;
	margin-bottom:5px ; 
}
.event-box a span{
	display: inline-block;
	margin-left:10px ; 

}

.event-box a:hover{
	background-color: #ffa201;
	color: #000000;
}
.event-box a img{
	margin-bottom: 10px; 
}*/



/*--任性玩香港-slick輪播--*/
.introArea{
    /*position: relative;*/
}
.navBox{	
    letter-spacing: -4px;/*根据不同字体字号或许需要做一定的调整*/
    word-spacing: -4px;
    font-size: 0;
    /*解决inline-block元素的空白间距*/    
    margin:0 auto 24px;
    font: normal 100%/1.4 "微軟正黑體", "Microsoft JhengHei", Verdana, sans-serif;
}
.navBox span{
	display:inline-block;
	*display: inline;
    font: normal 146%/1.4 "微軟正黑體", "Microsoft JhengHei", Verdana, sans-serif;
    background-color:#fff;
    border:5px solid #ff7587;/*所有線框5px*/
    border-right: 1px solid #ff7587;/*其中左右線1px*/
    border-left: 1px solid #ff7587;
    padding:8px 15px;
    color:#403F51;
    cursor: pointer;
    letter-spacing: 0px;
}
.navBox .btn1{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-left:5px solid #ff7587;
}
.navBox .btn4{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-right:5px solid #ff7587;
}

.navBox .btn1:hover,
.navBox .btn1.act,
.navBox .btn2:hover,
.navBox .btn2.act,
.navBox .btn3:hover,
.navBox .btn3.act,
.navBox .btn4:hover,
.navBox .btn4.act{
    background-color:#403F51;
    color:#fff;
}
.introBox{width:100%; text-align: left; box-shadow: 0px 0px 5px rgba(0,0,0,0.3);}
.introData{
    box-sizing: border-box;
    padding:9px 0;
    margin:0 auto;
    font: normal 100%/1.4 "微軟正黑體", "Microsoft JhengHei", Verdana, sans-serif;
    color:#333;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9e9e9+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #e9e9e9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffffff 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=1 ); /* IE6-9 */
}
.introData>img,
.slick-slide img{
    display: block;
    width:90%;
    margin:0 auto 8px;
}
.introData strong{
    width:90%;
    display:block;
    margin:0 auto;
    height: 1.4em;
    overflow: hidden;
    font: normal 126%/1.4 "微軟正黑體", "Microsoft JhengHei", Verdana, sans-serif;
    color:#333; 
    text-align: center; 
}
.introData p{
    width:90%;
    display:block;
    font: normal 100%/1.4 "微軟正黑體", "Microsoft JhengHei", Verdana, sans-serif;
    color:#333;  
    text-align: left;
    height: 16.5em;
    margin:0 auto;
    overflow: hidden;
    position: relative;
}
.introData p span.address{ display: block; font-size:0.95em; color: #92602a; margin-top:10px; }
.introData .link a:link, a:visited{ position: absolute; bottom:15px; right: 5px; transition: all 0.5s ease; font-size:1em; background-color: #92602a; color: #ffffff; border-radius: 50em; padding: 5px 30px 5px 15px; text-decoration: none; box-shadow: 0px 1px 2px rgba(0,0,0,0.5);}
.introData .link a:hover{ background-color: #784e20; box-shadow: 0px 1px 2px rgba(0,0,0,0);}
.introData .link a:after {
	position: absolute;
	top:5px;
	right:5px;
    content: "→";
    font-family: 'slick';
    font-size: 18px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

