/* Flexible Slide-to-top Accordion Style*/
*{
	margin: 0;
	border: 0;
	padding: 0;
}
 

.wrapper{
	width:90%;
	max-width:1020px;
	margin:30px auto;
	background-color:#FFFfff;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.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: 'Josefin Slab',Georgia, serif;
   text-shadow: 1px 1px 1px #fff;
    font-size: 35px;
    display: block;
	position: relative;
    line-height: 100px;
	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;
}
.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: -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;
}

.container {
	background:#FFFFFF;
	width: 1020px;
	height:auto;
	margin:0 auto;
}
.st-content{
    padding: 5px 20px 30px 20px;
	text-align:justify;
}
.st-content p{
    font-size:  16px;
    font-family:  Georgia, serif;
    font-style: italic;
    line-height:  28px;
    padding: 0px 4px 15px 4px;
	text-align:justify; 
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}

.title {
	font-family: 'Josefin Slab'		,Georgia, serif;
	font-size: 30px;
	margin: 20px 0 20px 0px;
	text-align:center;
}

.boat {
	margin:0;
	background-attachment: fixed;
}
.footer {
	
	width: 980px;
	height: auto;
	color: #000;
	font-size: 14px;
	height: 30px;
}
.nav_up{
	padding:7px;
	background-color:white;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(images/arrow-up.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:10px;
	opacity:0.7;
	left:30px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.nav_down{
	padding:7px;
	background-color:white;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(images/arrow-down.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:10px;
	opacity:0.7;
	left:70px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
div.section-inner {
	max-width:1100px;
	padding: 0 25px;
	margin: 10px auto 0 auto;
	
}
div.thirds {
	padding-bottom:50px; 
}
div.one-third {
	width: 30%;
	float:left;
	
	margin-right:5%;
	text-align:justify;
}
div.one-third-last {
	margin:0;
	text-align:justify;
}
.clearthefloat {
	clear:both;
}

@media screen and (max-width: 980px) {
	div.container {
	width: 100%;
	}
	div.header {
		width:100%;
	}
	div.footer {
		width: 100%;
	}
	div.title {
		width: 100%;
	}
	img {
		width: 100%;
		}
}

@media screen and (max-width: 500px) {
	div.container {
		width: 100%;
	}
	div.header {
		width:100%;
	}
	div.wrapper {
		width: 100%;
		}
	div.footer {
		width: 100%;
		}
	div.title {
		width: 100%;
	}
	img {
		width: 100%;
		}
}
	
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
`		font-size:36px;
	}
	div.container {
		width: 100%;
	}
	div.header {
		width: 100%;
	}
	div.footer {
		width: 100%;
			}
	div.title {
		width: 100%;
	}
	img {
		width: 100%;
		}
}