* {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft JhengHei',  Arial;
  color: rgba(153,153,153,1);
}

.clear { clear: both; }
body {  font-size: 14px;  letter-spacing: 1.5px; margin: 0 auto;background:rgba(255,255,255,1) no-repeat top;}
span { font-size: 13px; font-weight: 400; color: #777; line-height: 160%; letter-spacing: 1.5px; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
::-moz-selection {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}
 ::selection {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}

h4
{
	border-bottom:5px solid rgba(51,157,176,1);display:inline-block; margin: 10px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(153,153,153,1);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(153,153,153,1);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(153,153,153,1);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(153,153,153,1);
}

fieldset {
    border:2px solid rgba(51,157,176,1);
    padding:10px;
    margin-bottom:10px;
    background:#EEE;
	border-radius:5px;
	text-align: center;
}

legend {
    padding:5px 10px;
    background-color:rgba(51,157,176,1);
    color:#FFF;
	text-align: left;
}


footer
{
	min-width: 1180px;
    padding: 10px 0 70px;
    background:rgba(255,255,255,1) url(/images/bg.png) repeat-x 0 100px;
	text-align: center; 
}



a:link,a:visited,a:active
{
	color: rgba(77,77,77,1);
}

a:hover,a div:hover
{
	color: rgba(51,157,176,1);
}

input[type="text"], textarea
{
	border: none;
	padding: 10px;
	font-family: 'Microsoft JhengHei',  Arial;
	font-size: 18px;
	display: inline-grid;
	width:calc( 50% - 75px);
}

.bubble {
  position: relative;   
}

.bubble:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: -8px;
	bottom: auto; 
}

.bubble:after {
   content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -5px;
	right: auto;
  top: 0px;
	bottom: auto;
	border: 10px solid;
	border-color: #fff transparent transparent transparent;
}

.brl
{ 
	border-radius: 5px 0px 0px 5px;
}

.brr
{ 
	border-radius: 0px 5px 5px 0px;
}

.br
{
	border-radius: 5px;
}

#content
{
	min-height:100%;
	min-width:1180px;
}

.container
{
	position:relative;
	width:1180px;
	margin: 0 auto;
}

.icons
{
	background:url(/images/icons.png) no-repeat;
	display: inline-block;
	width:25px;
	height:25px;
	vertical-align: bottom;
	margin: 0px 5px 0px 5px;
	cursor:pointer;
}

.icons.icons-see
{
	background-position:0px 0;
}

.marquee-icon
{
	background:url(/images/marquee.png) no-repeat;
	display: inline-block;
	width:25px;
	height:20px;
	vertical-align: middle;
}

.marquee-icon.marquee-icon-left
{
	transform: rotate(0deg);
}

.marquee-icon.marquee-icon-right
{
	transform: rotate(180deg);
}

.menuicon
{
	background:url(/images/menu2.png);
	width:115px;
	height:60px;
	display:block;
	margin: 10px auto;
}

.menuicon.logo-icon
{
	background:url(/images/lddmap.png);
	width:115px;
	height:60px;
	display:block;
	margin: 10px auto;	
}

.menuicon.menu-trace
{
	background-position:20px 0;
}

.menuicon.menu-ing
{
	background-position:0px -65px;
}

.menuicon.menu-coming
{
	background-position:22px -137px;
}

.menuicon.menu-message
{
	background-position:20px -202px;
}

footer .copy-right
{
	margin-bottom:10px;
}

footer .company-info
{
	margin-bottom:10px;
}

.footer-nav-wrapper
{
	margin-top:50px;
	width:100%;
}

.footer-nav-wrapper
{
	margin:0 auto;position: relative;width: 1180px;
}

.footer-nav-wrapper .nav-item
{
	display:inline-block;color:rgba(0,0,0,1);padding:5px;
}

.top-header
{ 
	background:rgba(255,255,255,1) url(/images/bg.png) repeat-x 0 -100px; 
	min-width:1180px;
	margin-bottom: 20px;
}

.app-header
{
	display:none; 
	background:rgba(153,153,153,1);
	box-sizing: border-box;
	clear:both;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
	-webkit-backface-visibility: hidden;
	 -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.app-header ul {
  display:inline-flex;
  justify-content: space-between;
  margin:0;
}

.app-header li
{
	display:block;
	padding:.5em; 
	/*width: calc(20% - 1.5em); */
	border-right:1px solid #fff;
}


.app-header li.selected
{
	background: rgba(51,157,176,1);
    color: rgba(255,255,255,1);
}
 
 
 .app-header  li:last-child
{
	border:none;
}

.app-header ul li a
{
	display:block; 
	color:#fff;
}

 

.top-header .search
{ 
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/search.png) no-repeat;
    width: 193px;
    height: 32px;
	margin-top: 10px;
}

.top-header .search input[type="text"]
{
	width: 148px;
	height: 22px;
	margin-left: 39px;
	margin-top: 5px;
	padding:0;
	font-size: 15px;
}

.main-wrapper
{
	  max-width: 1180px;
    margin: 0 auto;
}

.middle-wrapper
{ 
    text-align: center;
	margin: 0px auto 140px auto;
}

.news
{
	border:3px solid #999;
	display:block;
	width:500px;
	background:rgba(255,255,255,.8);
	border-radius: 5px;
	moz-box-shadow: 0px 1px 2px 0 rgba(34,38,46,0.3);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(34,38,46,0.3);
    box-shadow: 0px 1px 2px 0 rgba(34,38,46,0.3);
	padding:10px;
}

.news ul li
{
	margin-left: 20px;
	text-align:left;
	list-style-type: square;
}

.btn
{
	border: 3px solid #999;
    border-radius: 8px;
    padding: 5px 15px 5px 15px;
    background: rgba(255,255,255,1);
    color: #999;
    font-size: 15px;
    font-weight: bold;
	cursor:pointer;
	display: inline-block;
}

.btn:hover
{
	background:rgba(51,157,176,1);
	color:rgba(255,255,255,1);
	border: 3px solid rgba(51,157,176,1);
}

.btnf
{
	background: rgba(51,157,176,1);
	border: none;
	color: #fff;
	padding: 9px;
	font-family: Microsoft JhengHei, serif;
	cursor:pointer;
	font-size: 18px;
}

div.alerts>div{padding:21px 27px}div.alerts>div.success{background-color:#ddeba9}div.alerts>div.success p{color:#7e875e}div.alerts>div.error{background-color:#fab2ae}div.alerts>div.error p{color:#9b6e6b}div.alerts>div.info{background-color:#d9f4f5}div.alerts>div.info p{color:#749fa1}div.alerts>div p{font-size:10px;line-height:18px;margin:0}div.alerts>div p strong{font-size:12px;color:#383838}

.float-header {
  background: rgba(0,0,0,1) none repeat scroll 0 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
  padding: 5px 20px 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 350px;
  z-index: 99999;
}
header.fixed .float-header {
  position: fixed;
  top: 0;
}
.head-nav ul {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.head-nav ul li {
  display: block;
  margin: 0;
  position: relative;
}
.head-nav ul li:last-child {
  margin-right: 0;
}
.head-nav ul li a {
  color: rgba(255,255,255,1);
  display: block;
  font-size: 16px;
  letter-spacing: 1.5px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.head-nav ul li a:hover {
  color : rgba(51,157,176,1);
}
.head-nav ul li.current-menu-item a {
  font-weight: bold;
}
.head-nav ul li ul {
  display: none;
  left: 100%;
  padding-left: 20px;
  position: absolute;
  top: 0;
  z-index: 100;
  
}
.head-nav ul li ul li {
  background-color: rgba(0,0,0,1);
  float: none;
  font-size: 13px;
  margin: 0;
  padding: 0;
  width: 180px;
  
  
}
.head-nav ul li ul li ul {
  padding: 0;
  top: 0;
}

.top-nav 
{
	display:inline-block;  
    text-align: center;
    position: absolute;
	bottom: 0;
    right: 0;
}
.top-nav ul li
{
	float: left;
	margin-left:20px;
	padding: 10px;
    border-radius: 5px;
}

.top-nav ul li div
{ 
	padding: 2px;
    border-radius: 5px;
}

.top-nav ul li:hover div,.top-nav ul li.selected  div
{
	background: rgba(51,157,176,1);
	color: rgba(255,255,255,1);
}

 
.top-nav .menu
{
	display:inline-block; list-style-type: none;font-size:16px;
}
.logo
{
	margin: 15px 10px 15px 10px;
}

.logo div
{
	font-size: 18px;
	letter-spacing: 10;
}


.home-slider .sl-slider-wrapper {
	width: 851px;
	height: 315px;
	overflow: hidden;
	position: relative;
}

.home-slider .sl-slider h2,
.home-slider .sl-slider blockquote {
	padding: 100px 30px 10px 30px;
	width: 80%;
	max-width: 960px;
	color: rgba(255,255,255,.7);
	margin: 0 auto;
	position: relative;
	z-index: 100;
	top:190px;
}

.home-slider .sl-slider h2 {
	font-size: 50px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.home-slider .sl-slider blockquote {
	font-size: 18px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.home-slider .sl-slider blockquote cite {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}

.home-slider .bg-img { 
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute; 
	width: 100%;
    height: 100%;
	max-width:851px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}


/* Custom navigation arrows */

.nav-arrows
{
	position:relative;
    top: -320px;
    width: 1180px;
    margin: 0 auto;
}

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 47px;
	height: 68px; 
	text-indent: -90000px; 
	cursor: pointer; 
	background:url(/images/arrow.png) no-repeat;
}

.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

.nav-arrows span.nav-arrow-prev {
	    left: 15%;
    top: 200px;
	background-position:0 0;
}

.nav-arrows span.nav-arrow-next {
	    right: 15%;
    top: 200px;
	background-position:-50px 0;
}

/* Custom navigation dots */

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.home-slider .nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.home-slider .nav-dots span.nav-dot-current,
.home-slider .nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}
 

.content-wrapper { 
    margin: 0 auto;
	text-align: center;
}

.content-panel
{
	padding:20px;
	background:#f1f1f1;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
}

.content-form
{
	margin-bottom: 45px;width:700px
}

.masonry { /* Masonry container */
    column-count: 4;
    column-gap: 1em;
}

.friends
{
	
}

.friends {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
	width: 1180px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.friends .brick {
	margin: 10px;
	width:170px;
	height:170px;
	display: inline-block;
}

.friends .brick img {
	width:170px;
	height:170px;
}


.masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
}

.masonry .brick {
  margin-bottom: 30px;
}
.masonry .brick img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius:5px; 
}
.masonry .brick:hover img {
  opacity: .75;
}


.step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	counter-reset: step;
	margin: 15px auto 30px auto;
	position: relative;
	top: -30px;
	width: 700px;
}
.step::before,
.step::after {
  content: '';
  position: absolute;
top: 1.5em;
    bottom: .01em;
  left: 0;
  right: 0;
  background: #ccc;
}
.step::after {
  background: rgba(51,157,176,1);
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.step[data-step="0"]::after {
  right: 100%;
}
.step[data-step="1"]::after {
  right: 75%;
}

.step[data-step="2"]::after {
  right: 50%;
}

.step[data-step="3"]::after {
  right: 25%;
}

.step input {
  display: none;
}
.step p {
  counter-increment: step;
  color: #aaa;
  height: 2em;
  position: relative; 
  cursor: pointer;
  margin: 0;
  z-index:2;
}
.step p:first-of-type {
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%, transparent 50%);
  background: linear-gradient(to right, rgba(255,255,255,1) 50%, transparent 50%);
}
.step p:last-of-type {
  background: -webkit-linear-gradient(left, transparent 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(to right, transparent 50%, rgba(255,255,255,1) 50%);
}
.step p::before {
  content: counter(step);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0.5em;
  height: 4em;
  width: 4em;
  border-radius: 4em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ccc; 
}
.forward p::before {
  -webkit-transition: background 0 0.5s, color 0 0.5s;
  transition: background 0 0.5s, color 0 0.5s;
}
[data-step="0"]  p:nth-child(1),
[data-step="1"]  p:nth-child(2),
[data-step="2"]  p:nth-child(3),
[data-step="3"]  p:nth-child(4),
[data-step="4"]  p:nth-child(5) {
  color: rgba(0,0,0,1);
  font-weight:bold;
}
[data-step="1"]  p:nth-child(1)::before,
[data-step="2"]  p:nth-child(1)::before,
[data-step="2"]  p:nth-child(2)::before,
[data-step="3"]  p:nth-child(1)::before,
[data-step="3"]  p:nth-child(2)::before,
[data-step="3"]  p:nth-child(3)::before,
[data-step="4"]  p:nth-child(1)::before,
[data-step="4"]  p:nth-child(2)::before,
[data-step="4"]  p:nth-child(3)::before,
[data-step="4"]  p:nth-child(4)::before {
  content: '✔︎';
}
[data-step="0"]  p:nth-child(1)::before,
[data-step="1"]  p:nth-child(2)::before,
[data-step="2"]  p:nth-child(3)::before,
[data-step="3"]  p:nth-child(4)::before,
[data-step="4"]  p:nth-child(5)::before,
[data-step="1"]  p:nth-child(1)::before,
[data-step="2"]  p:nth-child(1)::before,
[data-step="3"]  p:nth-child(1)::before,
[data-step="4"]  p:nth-child(1)::before,
[data-step="2"]  p:nth-child(2)::before,
[data-step="3"]  p:nth-child(2)::before,
[data-step="4"]  p:nth-child(2)::before,
[data-step="3"]  p:nth-child(3)::before,
[data-step="4"]  p:nth-child(3)::before,
[data-step="4"]  p:nth-child(4)::before {
  background: rgba(51,157,176,1);
  color: rgba(255,255,255,1);
}

.racingbox ul 
{
	list-style: none;
}

.racingbox .month
{
background: rgba(77,77,77,1);
    color: rgba(255,255,255,1);
    padding: 2px 15px 2px 15px;
    display: inline-block;
    margin: 10px;
	position: relative;
    left: -45px;
	border-radius: 5px;
}
.racingbox .racinglist
{
	text-align:left;
}

.racinglist .event
{
	background: rgba(255,255,255,1);
  border-radius: 5px; 
  margin: 1rem;
  position: relative;
  width: 500px;
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.racinglist .event:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.racinglist .event:hover h3 {
 color:rgba(51,157,176,1);
}

.timeline {
  border-left: 4px solid rgba(77,77,77,1);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  margin: 0px auto;
  position: relative;
  padding: 5px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 30%;
}

.timeline .event {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  position: relative;
  cursor: pointer;
  display:inline-block;
}
.timeline .event:last-of-type { 
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -155px;
  content: attr(data-date);
  text-align: right;
  min-width: 120px;
  font-weight: bold;
  color:rgba(77,77,77,1);
}
.timeline .event:after {
  box-shadow: 0 0 0 4px rgba(77,77,77,1);
  left: -29px;
  background: rgba(255,255,255,1);
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

.event a
{
	display:block;
	padding:25px;
}

.event div
{
	display:inline-block;
}

.event .status
{
	position:absolute;
    right: 20px;
    top: 0;
    background: rgba(153,153,153,.9);
    color: #fff;
    padding: 2px 5px 2px 5px;
    border-radius: 0px 0px 5px 5px;
	
}

.fourseasons.odd
{
 -webkit-animation: imageBlurodd 3s infinite;  
    animation: imageBlurodd 3s infinite;
		-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}
.fourseasons.even
{
 -webkit-animation: imageBlureven 3s infinite;  
    animation: imageBlureven 3s infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

.fourseasons .title
{
	font-size:80px;
	line-height: 80px;
	min-width: 202px;
}
 
.fourseasons.active span
{
	color:rgba(51,157,176,1);
}

.fourseasons
{ 
	cursor:pointer;
	padding:30px 0px 10px 0px;
	display:inline-grid;
	background-repeat:no-repeat; 
	-webkit-transition: background-image 0.5s ease-out;
	-moz-transition: background-image 0.5s ease-out;
	-o-transition: background-image 0.5s ease-out;
	transition: background-image 0.5s ease-out;
	background-size: 100%;
    width: 202px; 
}

#Spring
{
	background-position: -10px -5px;
}

#Summer
{
	background-position: 14px 7px;
}

#Fall
{
	background-position: -20px -10px;
}

#Winter
{
	background-position: 15px 12px;
}
 
.racingbox
{
	display:none;   
} 

.tablelist
{
	background:rgba(0,0,0,1);
	width:100%;
}

.tablelist tr.top td
{
	background: #888;
	color:rgba(255,255,255,1);
	padding:5px;
	text-align:center;
	font-weight: bold;
}

.tablelist .r2,.tablelist  .bl12
{
	font-size:16px;
}

.step-container
{
	padding:10px;margin: 65px auto 40px auto;text-align: center;
}

.marquee {
    width: 90%;
    margin: 5px auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
	display:inline-block;
	vertical-align: middle;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
	font-size:18px; 
    animation: marquee 15s linear infinite;
	text-shadow: 0.5px 0.5px rgba(255,255,255,1);
}
.marquee span:hover {
    animation-play-state: paused
}

.bottomfunc
{
	text-align:right;
	margin-top:60px;
	margin-bottom: 25px;
	display: inline-flex;
	justify-content: flex-end;
	width:100%;
	
}

.orderno
{
	color:rgba(51,157,176,1);
	font-size:30px;
	font-weight:bold;
	vertical-align: middle;
}

.b64
{ 
	width:64px;
	height:64px;
} 

.emojis
{
	display: inline-block;
    position: relative;
	cursor:hand;
}

.emojis .emoji
{
	background-image: url(/images/emoji.png);
    background-repeat: no-repeat;
    background-size: auto; 
	display: block;
	border-radius: 50px;
}

.emojis .i-0
{ 
    background-position: 0 0; 
}

.emojis .i-1
{ 
    background-position: 0 -66px; 
}

.emojis .i-2
{ 
    background-position: 0 -132px; 
}

.emojis .i-3
{ 
    background-position: 0 -197px; 
}
 
.ui-autocomplete { position: absolute; cursor: hand; background:#fff }   

/* workarounds */
html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left; 
	font-size:20px;
}
.ui-menu .ui-menu {
    margin-top: -3px; 
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}


.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}

.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
    background:rgba(51,157,176,1);
	color: #fff;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px; 
}

ul.message li
{
	border-top: 1px solid #fff;
    margin-top: 10px;
}

ul.message li:first-child 
{
	border:none;
}


ul.reply
{
	 margin-left: 30px;
}

ul.reply li
{
	border:none;
	margin-top:5px;
}
ul.reply .btn
{
	border: 1px solid #ddd;
    padding:2px 8px 2px 8px;
	font-size: 10px;
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

 
/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}

#QA
{
	position: fixed;
    z-index: 3;
    right: 20px;
}

.captcha
{
	margin-bottom: 10px;
}

.captcha input[type="text"]
{
	vertical-align: top;
   width: calc( 50% - 188px);
}

.synopsis
{ 
	text-align:center;
	font-size: 12px;
	color:rgba(77,77,77,1);
	display:block;
}

.synopsis th 
{ 
	padding:10px; 
	color:rgba(255,255,255,1);
	font-size: 15px;
}

.synopsis td
{ 
	text-align:left;
	padding:10px;
	background:#fff;
}

.synopsis td:nth-child(2)
{ 
	width:45%;
}

.synopsis tr:hover td:nth-child(1),.synopsis tr:hover td:nth-child(2)
{
	background:#888;
	color:#fff;
}

/* Media Queries for custom slider */
 

@media only screen and (min-width: 768px)  and (max-width: 979px) {

}

@media screen and (max-width: 767px) {
	.top-header
	{
		display:none;
	}
	.app-header
	{
		display:block;
	}
	
	 
	#content
	{
		min-width:100%;
	}
	
	.main-wrapper
	{
		width:100%;
	}
	
	.marquee-icon.marquee-icon-left,.marquee-icon marquee-icon-right
	{
		display:inline-block;
	}
	
	.marquee
	{
		width:calc(100% - 58px);
	}
	
	.middle-wrapper
	{
		margin: 0px auto 40px auto;
	}
	
	.friends
	{
		width:100%;
	}
	
	.friends .brick
	{
		width:100%;
		margin:0;
	}
	
	.step
	{
		width:100%;
	}
	
	.step p{
		font-size: .5em;
	}
	
	.timeline .event:before
	{
		left: -1em;
		top: .3em;
	}
	.racingbox
	{
		margin-left: -38vw;
	}
	
	.racinglist .event
	{
		width:82vw;
	}
	
	.fourseasons
	{
		margin: 0 .1em;
	}
	
	.fourseasons .title
	{
		font-size: 4em;
	}
	
	.content-form
	{
		width:100%;
	}
	
	.content-panel
	{
		padding:10px;
	}
	
	.captcha input[type="text"]
	{
	   
		width:calc( 100% - 188px);
	}
	input[type="text"], textarea
	{
		 
		width:calc( 100% - 75px);
	}
	
	footer
	{
		min-width:100%; 
	}
	
	footer .copy-right
	{
		margin-bottom:10px;
	}
	
	footer .company-info
	{
		margin-bottom:10px;
	}
	
	.footer-nav-wrapper
	{
		margin-top:50px;
		width:100%;
	}
	
	.orderno
	{
		display:block;
	}
}

@media screen and (max-width: 480px) {

}


/* orderlist-table  */
.orderlist-box.hastable{ width: 100%; overflow: auto; }
.international .orderlist-box.hastable{ /* width: 850px; max-width: none; padding: 30px 30px 30px 30px; */ }
.orderlist-table{ font-size: 1.3rem; width: 500px; display:block !important;    }
.international .orderlist-table{ width: 600px; }
.orderlist-table .table-header{ font-size: 1.6rem; color: #1fa08e; }
.orderlist-table .table-header:after{ content: ''; display: block; width: 100%; border-bottom: 1px solid #B2B2B2; margin: 10px 0 20px 0; }
.orderlist-table table{ border-collapse:collapse; color: #b2b2b2;  }
.orderlist-table table td{ height: 40px; padding: 0; }
.orderlist-table table td:nth-child(3){ width: 260px; }
.international .orderlist-table table td:nth-child(4){ width: 150px;  }
.international .orderlist-table table tr:nth-child(n+2) td:nth-child(4){ box-sizing: border-box; padding: 0 0 0 30px;  }
.orderlist-table table td:last-child a{ box-sizing: border-box; padding: 0 0 0 30px; }
.orderlist-table .table-thead{ width: 130px; height: 40px; border-radius: 30px; background: #feec99; font-size: 1.3rem; color: #000; display: flex; justify-content: center; align-items: center; margin: 0 0 10px 0;  }
.orderlist-table .time{ margin: 0 0 0 10px; }
.orderlist-table .step-disc{ display: flex; justify-content: center; align-items: center; position: relative; width: 50px; height: 100%; }
.orderlist-table .step-disc .disc{ width: 10px; height: 10px; border-radius: 50%; background: #e5e5e5;  }
.orderlist-table .step-disc .line{ width: 1px; height: 100%; background: #e5e5e5; position: absolute;  }
.orderlist-table .active{ color: #000; }
.orderlist-table .active td:nth-child(3){ color: #1fa08e; }
.orderlist-table .active .disc{ width: 15px; height: 15px; background: #1fa08e; z-index: 1; }
.orderlist-table table tr:nth-child(2) .line{ height: 50%; bottom: 0; }
.orderlist-table table tr:last-child .line{ height: 50%; top: 0; }
.orderlist-table a{ color: #b2b2b2; }
.orderlist-table .active a{ color: #000; }

