/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:90%;
	max-width:780px;
	margin: 0px auto;
	padding: 0px 0px 200px 0px;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
    padding-top: 50px;
}
.st-accordion ul li{
    /*height: 100px;*/
    border-bottom: 1px solid #c7deef;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    font-family: 'Lato', "Lucida Sans Unicode", "Lucida Grande", "Microsoft JhengHei", sans-serif;
    font-weight: 300;
    line-height: 44px;
    font-size: 24px;
    display: block;
	position: relative;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 35px;
	/*bottom: 10px;*/
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #1693eb;
    text-decoration: none;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 0px;
}
.st-accordion ul li.st-open > a{
    color: #1693eb;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right: 0px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 0px 0px;
}
.st-content p{
    font-size:  16px;
    font-family:  'Open Sans', "Lucida Sans Unicode", "Lucida Grande", "Microsoft JhengHei", sans-serif;
    line-height:  28px;
    padding: 0px 4px 20px 4px; 
}
.st-content a{
	color:#0184ce;
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}
.st-title{
	padding: 10px 0px 10px 0px;
	max-width: 740px;
}

.st-content table {
	text-align: center;
	margin: 0px auto;
	padding: 20px 0px;
	border-collapse: collapse;
}

.st-content table td {
	border: 1px solid #e5e5e5;
	width: 200px;
	padding: 10px;
}

.title {
	margin-top: 60px;
}


.faq-links-container {
	text-align: center;
}

.faq-links {
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	font-size: 16px;
	display: inline-block;
}

.faq-link {
	float: left;
}

.faq-link.space {
	line-height: 44px;
	margin: 0 20px;
}

.es_linkContainer .faq-link.space {
	margin: 0px 13px;
}


/******************************************** Menu ***********************************************/

.navicat-cloud-menu {
	height: 70px;
	position: fixed;
	width: 100%;
    z-index: 10;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: rgb(243, 243, 243);
    top: -70px;
    left: 0px;
    -webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
  	-o-transition: all 0.1s;
    transition: all 0.1s;
}

.navicat-cloud-menu .container2 {
	position: relative;
	top: -70px;
}

.navicat-cloud-menu.active {
	top: 0;
	position: fixed;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
    transition: all 0.5s;
}

.menu-background {
	background-color: #ffffff;
	width: 100%;
	height: 70px;
	opacity: 0.9;
}

.scroll-top {
	cursor: pointer;
	color: rgb(0, 0, 0);
	font-size: 32px;
	line-height: 70px;
}

.menu-item {
	cursor: pointer;
	float: right;
	line-height: 75px;
	margin-right: 25px;
}


.row-fluid {
	padding: 0;
}

.container2 {
	width: 960px;
	margin: 0 auto;
}