/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:90%;
	max-width:800px;
	margin:30px auto;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul { padding: 0 !important }
.st-accordion ul li{
    border-bottom: 1px solid #c7deef;
    border-top:1px solid #fff;
    overflow: hidden;
	height: inherit !important;
	list-style:none;
}
.st-open { height: inherit !important }
#st-accordion label {
	cursor: pointer !important
}
#st-accordion2 label {
	cursor: pointer !important
}
.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;
    display: block;
	position: relative;
    line-height: 40px;
	margin-left: 30px;
	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.st-arrow{
	background: transparent url(../img/icons/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 span.feedback{
	background: transparent url(../img/icons/quote.png) no-repeat center center;
	text-indent:-9000px;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	right: -35px;
	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-accordion ul li.st-open > a span.review-date, .st-accordion ul li.st-open > a span.feedback {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
    transform:rotate(0deg);
}
.st-content{
    padding: 0 0 10px;
	overflow:hidden
}
.st-content p{
    font-size:  15px;
    font-family: Lato, sans-serif;
    line-height:  22px;
    padding: 0px 4px 0px 4px; 
}

.st-content div { float: left; width:40%; max-width: 250px; padding-right: 20px }
.st-content div img { -webkit-box-shadow: 0px 0px 7px 0px rgba(170,170,170,1);-moz-box-shadow: 0px 0px 7px 0px rgba(170,170,170,1);box-shadow: 0px 0px 7px 0px rgba(170,170,170,1); max-width: 100%; margin-bottom: 30px !important }
.activities { float: left; width: 60% !important; max-width: none !important; padding: 0 !important }

/*CUSTOM CSS*/
span.review-date { font-size: 11px; text-transform: uppercase; display: inline; float: right; margin-right: 80px; color: #999; font-family: 'Lato', Arial, sans-serif; font-style:normal }
p.reviewer { font-size: 12px; font-weight:bold; text-transform: uppercase; text-align:right }
img.reviewer-country { float: none; border: none; margin: 0 0 0 1px; padding-left: 3px; width: 16px; display:inline; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none }
/* Firefox only. 1+ */
.navigation a, x:-moz-any-link { padding: 13px 16.6px }
.sub-nav a, x:-moz-any-link { width: 300px }

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.navigation a { padding: 13.4px 16.5px 13.5px 17px; }
	.last a { padding: 13.4px 13px 13.5px; border: none; }
	.logo-block ul li { display: inline; margin-right: 16px!important; box-sizing:border-box; }
	
    /* Safari only override */
    ::i-block-chrome,.book-now,.book-now-2,a { font-weight: normal;}
	::i-block-chrome,.navigation:hover a{ text-decoration: none; }
	::i-block-chrome,.navigation a { padding: 14px 17px 13.5px 17px; }
	.logo-block ul li { display: inline; margin-right: 16px; box-sizing:border-box; }
}
@media all and (max-width: 520px){ 
	.st-content div, .activities {
    float: none !important;
    max-width: none !important;
    padding-right: 0 !important;
    width: 100% !important;
}
}