@charset "utf-8";

#voices-top {
	width: 1164px;
	padding: 0 0;
	margin: 0 auto;
}

#voices-top .title-area {
	overflow: hidden;
	margin: 10px 17px;
}
#voices-top .leed_ttl {
	width:216px;
	height:24px;

	text-indent:-9999px;
	float: left;
	margin: 1px 40px 1px 0;
}
#voices-top .more {
	text-align: right;
	float: left;
	height: 20px;
	line-height: 20px;
}
#voices-top .more a {
	width:67px;
	height:26px;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
#voices-top .more a:hover {

}

/*for the cubes*/

#voices-top #panels {
	width: 1164px;
}
#voices-top #panel-l, #voices-top #panel-r {
	width: 577px;
	float: left;
}

#voices-top #panel-r {
	margin-left: 10px;
}
#voices-top .jkcubeslideshow{
	background: #fff;
	display: block;
	float: left;
	width: 187px;
	height: 187px;
	box-sizing: border-box;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	margin-bottom: 8px;
	vertical-align: middle;
}

#voices-top #cubeshow1, #voices-top #cubeshow4 {
	width: 382px;
	height: 382px;
	margin-right: 8px;
}

#voices-top .jkcubeslideshow div.side1, #voices-top .jkcubeslideshow div.side2 {
	width: 100%;
	position: absolute;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	backface-visibility: hidden;
	transition: all 1s ease-in-out;
	top: 0;
	border: 1px solid #ccc;
	vertical-align: middle;
	min-height: 187px;
	overflow: hidden;
	height: 187px;
}

#voices-top #cubeshow1 div.side1, #voices-top #cubeshow1 div.side2, #voices-top #cubeshow4 div.side1, #voices-top #cubeshow4 div.side2 {
	height: 382px;
}

#voices-top div.side1 img, #voices-top div.side2 img {
	width: auto;
	height: 100%;
	position: relative;
}

#voices-top div.side1 img[class^="size-"], #voices-top div.side2 img[class^="size-"]{
	width: 100%;
	height: auto;
}


#voices-top .jkcubeslideshow div[class^="side"] span {
	-webkit-background-size: 100%;
	background-size: 100%;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 4px;
	bottom: 4px;
}

#voices-top .jkcubeslideshow span.instagram {
	background-image: url(//s3.amazonaws.com/static.shuttlerock.com/images/social-user-icons/instagram.png);
}
#voices-top .jkcubeslideshow span.twitter {
	background-image: url(//s3.amazonaws.com/static.shuttlerock.com/images/social-user-icons/twitter.png);
	border-radius: 50%;
}



#voices-top div.jkcubeslideshowsp{
	background: white;
	display: block;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	    margin-left: 2%;
}

#voices-top .jkcubeslideshowsp div.side1, #voices-top .jkcubeslideshowsp div.side2 {
	width: 100%;
	position: absolute;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	backface-visibility: hidden;
	transition: all 1s ease-in-out;
	top: 0;
	height: 100%;

}

#voices-top .jkcubeslideshowsp div.side1 img, #voices-top .jkcubeslideshowsp div.side2 img {
	width: auto;
	height: 100%;
	position: relative;
}
#voices-top .jkcubeslideshowsp div.side1 img[class^="size-"], #voices-top .jkcubeslideshowsp div.side2 img[class^="size-"]{
	width: 100%;
	height: auto;
}

#voices-top .jkcubeslideshowsp div[class^="side"] span {
	-webkit-background-size: 100%;
	background-size: 100%;
	display: block;
	width: 11.594203%;
	padding-top: 11.594203%;
	position: absolute;
	right: 3%;
	bottom: 3%;
	height: auto;
}

#voices-top .sp{
	margin-left: 2%;
}

#voices-top .jkcubeslideshowsp span.instagram {
	background-image: url(//s3.amazonaws.com/static.shuttlerock.com/images/social-user-icons/instagram.png);
}
#voices-top .jkcubeslideshowsp span.twitter {
	background-image: url(//s3.amazonaws.com/static.shuttlerock.com/images/social-user-icons/twitter.png);
	border-radius: 50%;
}


@media screen and (min-width:768px){
	#voices-top .sp{ display: none }
}

@media screen and (min-width:768px) and ( max-width:960px) {
	#voices-top {
		width: 960px;
	}

	#voices-top #panels {
		width: 960px;
	}
	#voices-top #panel-l, #voices-top #panel-r {
		width: 475px;
		float: left;
	}

	#voices-top #panel-r {
	}

	#voices-top .jkcubeslideshow{
		width: 153px;
		height: 153px;
	}

	#voices-top #cubeshow1, #voices-top #cubeshow4 {
		width: 314px;
		height: 314px;
	}

	#voices-top div.side1, #voices-top div.side2 {
		min-height: 153px;
		height: 153px;
	}

	#voices-top .jkcubeslideshow div.side1, #voices-top .jkcubeslideshow div.side2 {
		min-height: 153px;
		height: 153px;
	}

	#voices-top #cubeshow1 div.side1, #voices-top #cubeshow1 div.side2, #voices-top #cubeshow4 div.side1, #voices-top #cubeshow4 div.side2 {
		height: 314px;
	}
}

@media screen and (max-width:767px){
	#voices-top {
		width: 100%;
	}
	#voices-top #panels {
		width: 100%;
	}

	#voices-top .pc{ display: none }
}
