
.clr{
	clear:both;
}

.more{
	font-family: 'Josefin Slab',Georgia, serif;
	margin:0 auto;
	text-align:center;
	color:#ddd;
	font-size:15px;
	color:#444;
}
.more p{
	display:block;
	margin:10px;
}
.more a{
	color:#666;
	white-space: nowrap;
	font-weight:bold;
	background:#fff;
	padding:1px 6px;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.more a.current,
.more a.current:hover{
	color:#fff;
	background:#000;
}
.more a:hover{
	background-color:#1693eb;
	color:#fff;
}
.wrapper-tab{margin:1em 0 !important;}

.wrapper{
	width:100%;
	max-width:800px;
	margin:0px auto 10px auto; float:left;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto; position:relative; z-index:2000;
}
.st-accordion ul li{
    height: auto;
    overflow: hidden; margin-bottom:3px;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    font-family:'Open Sans',sans-serif !important;
    font-size: 16px;
	color:#056bad;
    display: block;
	position: relative;
    line-height: 31px;
	padding-left:0.5em;
	outline:none;
    -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;
	background-color:#afdbf8;
}
.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: 50%;
	right: 14px;
	margin-top: -7px;
	opacity:1;
	-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;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #fff; background:#056bad;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 0px;
}
.st-content p{
    font-size:  16px;
    font-family:  Georgia, serif;
    font-style: normal;
    line-height:  28px;
    padding: 0px; margin:10px 0px; font-family:'Open Sans',sans-serif !important; line-height:1.4em;
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
.st-open{height:auto !important;}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:20px;
	}
}