
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: #FFF;
}

a:link    { color: #FFF; text-decoration: none; }
a:visited { color: #FFF; text-decoration: none; }
a:hover   { color: #CF0; text-decoration: underline; }
a:active  { color: #D1D63B; text-decoration: none; }


#headWrap {
	width: 100%;
	text-align: center;
	margin: 0px;
	z-index: 100;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	background: #412107;
}

#headWrap h1 img{
	width: 100%;
}


#headWrap .heanCnt ul {
	margin: 0px;
	display:table;
	table-layout: fixed;
	width:100%;
	background: #cea5a3;
	height: 68px;
}

#headWrap .heanCnt li {
	display:table-cell;
	vertical-align: middle;
}

#headWrap .heanCnt .sb-toggle-right {
}

#headImg {
	padding-bottom: 20px;
}


/* Flexible Slide-to-top Accordion Style*/
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
	color: #FFF;
	background: #412107;

}
.st-accordion ul li{
    border-top:5px solid #FFF;
    overflow: hidden;
}

.st-accordion ul li img{
	width: 100%;
}


.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
	color: #FFF;
    display: block;
	position: relative;
	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;
	text-align: left;
}
.st-accordion ul li > a span{
	background: transparent url(../mobile/images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 56px;
	position: absolute;
	top: 20%;
	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;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.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:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 30px 20px;
}
.st-content p{
    font-size:  16px;
    line-height:  28px;
    padding: 15px 4px 10px 4px; 
	line-height: 1;
}


.st-content p a:link    { color: #FFF; text-decoration: none; }
.st-content p a:visited { color: #FFF; text-decoration: none; }
.st-content p a:hover   { color: #FF0; text-decoration: underline; }
.st-content p a:active  { color: #D1D63B; text-decoration: none; }


.st-content img{
	padding-top: 10px;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}

.add {
	font-size: 12px;
}

.otrBt img {
	width: 100%;
}

.sb-slidebar ul {
	padding: 5px;
}

.sb-slidebar li {
	padding: 3px 0;
}

#footWrap {
	border-top: 5px #FFF dotted;
}
#footWrap img {
	width: 100%;
}
