.rs-visalWrap {
	width: 100%;
	background-color: #000;
}

#revstar-series {
  width: 100%;
  max-width: 858px;
  margin: 0 auto;
  background: #000;
}

#revstar-series * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#revstar-series a {
  text-decoration: none;
  color: #000;
}

#revstar-series a:hover {
  text-decoration: underline;
}

#revstar-series .header {
  position: relative;
  width: 100%;
  margin: 0 0 5%;
  padding: 5% 0;
}

#revstar-series .heading {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 2%;
  font-size: 1.875em;
  font-weight: 700;
  font-family: Oswald,'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  text-align: center;
  letter-spacing: .02em;
}

#revstar-series .heading.hanko-mark {
  padding-top: 110px;
}

#revstar-series .description p {
  width: 100%;
  margin: 0 0 15px;
  line-height: 1.3;
}

#revstar-series .section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 5% 0 0;
}

#revstar-series .section:focus,#revstar-series ul.navi li:focus {
  outline: none;
}

#revstar-series #design-features {
  background: #000;
  color: #fff;
}

#revstar-series #design-features ul.navi {
  width: 70%;
  margin: 15px auto;
  padding: 0;
  list-style: none;
}

#revstar-series #design-features ul.navi li {
  margin: 0 10px 15px;
  padding: 50px 0 10px;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  font-family: Oswald,'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  cursor: pointer;
  filter: alpha(opacity=25);
  -moz-opacity: .25;
  opacity: .25;
}

#revstar-series #design-features ul.navi li.slick-center {
  padding: 60px 0 0;
  font-size: 1.25em;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#revstar-series #design-features ul.navi .slick-prev,#revstar-series #design-features ul.navi .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 400;
}

#revstar-series #design-features .contents .section {
  margin: 0;
  padding: 0;
}

#revstar-series #design-features .contents .section .description {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 0 5% 5%;
  font-size: 1.125em;
}

#revstar-series #design-features .contents .section .description:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: 0 auto;
  width: 0;
  border: 16px solid transparent;
  border-top-color: #000;
  border-bottom-width: 0;
  content: "";
}

#revstar-series #design-features .contents .section figure {
  margin: 0;
}

@media (max-width: 991px) {
  #revstar-series #design-features ul.navi,#revstar-series .description,#revstar-series #design-features .contents .section .description {
    width: 80%;
  }

  #revstar-series #design-features ul.navi li {
    font-size: .875em;
  }

  #revstar-series #design-features ul.navi li.slick-center {
    font-size: .938em;
  }
}

@media (max-width: 767px) {
  #revstar-series .description {
    width: 100%;
  }

  #revstar-series #design-features ul.navi,#revstar-series #design-features .contents .section .description {
    width: 100%;
  }

  #revstar-series #revstar-model ul.navi li {
    margin: 0 2%;
    padding: 3% 0 0;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

/* ----------------- slick.js ----------------- */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(../images/icon-ajax-loader.gif) center center no-repeat;
}

.slick-prev,.slick-next {
  display: block;
  position: absolute;
  width: 20px;
  height: 40px;
  margin-top: -10px\9;
/*lte IE 8*/
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
  opacity: .8;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev {
  left: 5%;
  z-index: 300;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: 5%;
}

.slick-next {
  right: 5%;
}

[dir='rtl'] .slick-next {
  left: 5%;
  right: auto;
}

.slick-dots {
  display: block;
  position: absolute;
  left: 0;
  bottom: 33px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  padding: 0;
  text-indent: 14px;
  overflow: hidden;
  cursor: pointer;
  zoom: 1;
  *display: inline;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: none;
}

.slick-dots li.slick-active button {
  cursor: default;
}

/* Pickups
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.rs-pickups {
	overflow: hidden;
	margin-top: 20px;
	padding: 80px 60px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: 100% auto;
	color: #fff;
}
.rs-pickups .container-fluid {
	margin: 0;
	padding: 0;
}
.rs-pickups #d1746223 {
	max-width: 700px;
}
.rs-pickups #d1746223 h3 {
	margin: 0 0 20px;
	padding: 0 30px;
	font-size: 40px;
	filter:shadow(color=#000000,strength=1,direction=0)
	shadow(color=#000000,strength=1,direction=90)
	shadow(color=#000000,strength=1,direction=180)
	shadow(color=#000000,strength=1,direction=270);
    text-shadow:-1px 0px 2px #000, 0px -1px 2px #000, 1px 0px 2px #000, 0px 1px 2px #000;
}
.rs-pickups #d1746223 p {
	padding: 0 30px;
	font-size: 16px;
	line-height: 1.6;
	filter:shadow(color=#000000,strength=1,direction=0)
	shadow(color=#000000,strength=1,direction=90)
	shadow(color=#000000,strength=1,direction=180)
	shadow(color=#000000,strength=1,direction=270);
    text-shadow:-1px 0px 2px #000, 0px -1px 2px #000, 1px 0px 2px #000, 0px 1px 2px #000;
}
.rs-pickups .rs-pickupsProducts {
	overflow: hidden;
}
.rs-pickups .rs-pickupsProducts section:nth-child(3n+1) {
	clear: both;
}
.rs-pickups .rs-pickupsProducts section h3 {
	margin-top: 30px;
	padding: 0 30px;
	text-align: center;
}
.rs-pickups .rs-pickupsProducts section .list-inline-img {
	display: block;
	margin: 0;
	border-spacing: 0;
}
.rs-pickups .rs-pickupsProducts section .list-inline-img > li {
	display: block;
	padding: 0 30px 10px;
}
.rs-pickups .rs-pickupsProducts section .descriptions {
	padding: 0 30px;
}

@media (max-width: 767px) {
	.rs-pickups {
		padding: 40px 30px;
	}
	.rs-pickups #d1746223 {
		max-width: auto;
	}
	.rs-pickups #d1746223 h3 {
		padding: 0;
		font-size: 30px;
	}
	.rs-pickups #d1746223 p {
		padding: 0;
		font-size: 16px;
		line-height: 1.6;
	}
	.rs-pickups .rs-pickupsProducts section h3 {
		margin-top: 20px;
		padding: 0;
		text-align: center;
	}
	.rs-pickups .rs-pickupsProducts section .list-inline-img > li {
		display: block;
		padding: 0 0 10px;
		text-align: center;
	}
	.rs-pickups .rs-pickupsProducts section .list-inline-img > li img {
		display: inline-block;
	}
	.rs-pickups .rs-pickupsProducts section .descriptions {
		padding: 0;
	}
}

/* Dry Switch
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.rs-drySwitch {
	overflow: hidden;
	margin-top: 20px;
	padding: 80px 90px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: cover;
	color: #fff;
}
.rs-drySwitch .container-fluid {
	margin: 0;
	padding: 0;
}
.rs-drySwitch #d1756212 h3 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 40px;
	filter:shadow(color=#000000,strength=1,direction=0)
	shadow(color=#000000,strength=1,direction=90)
	shadow(color=#000000,strength=1,direction=180)
	shadow(color=#000000,strength=1,direction=270);
    text-shadow:-1px 0px 2px #000, 0px -1px 2px #000, 1px 0px 2px #000, 0px 1px 2px #000;
}
.rs-drySwitch #d1756212 .media-box {
	width: 39%;
}
.rs-drySwitch #d1756212 .media-box img {
	margin: 0;
	padding: 0;
}
.rs-drySwitch #d1756212 p {
	float: left;
	width: 56%;
	font-size: 16px;
	line-height: 1.6;
	filter:shadow(color=#000000,strength=1,direction=0)
	shadow(color=#000000,strength=1,direction=90)
	shadow(color=#000000,strength=1,direction=180)
	shadow(color=#000000,strength=1,direction=270);
    text-shadow:-1px 0px 2px #000, 0px -1px 2px #000, 1px 0px 2px #000, 0px 1px 2px #000;
}

@media (max-width: 767px) {
	.rs-drySwitch {
		padding: 40px 30px;
	}
	.rs-drySwitch #d1756212 h3 {
		font-size: 30px;
	}
	.rs-drySwitch #d1756212 .media-box {
		float: none !important;
		margin: 0 0 20px;
		width: 100%;
		text-align: center;
	}
	.rs-drySwitch #d1756212 p {
		float: none;
		width: 100%;
	}
}


/* Custom Hardware
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.rs-customHardware {
	overflow: hidden;
	margin-top: 20px;
	padding: 80px 75px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: cover;
	color: #fff;
}
.rs-customHardware .container-fluid {
	margin: 0;
	padding: 0;
}
.rs-customHardware #d1761517 h3 {
	margin: 0 0 20px;
	padding: 0 15px;
	font-size: 40px;
	filter:shadow(color=#000000,strength=1,direction=0)
	shadow(color=#000000,strength=1,direction=90)
	shadow(color=#000000,strength=1,direction=180)
	shadow(color=#000000,strength=1,direction=270);
    text-shadow:-1px 0px 2px #000, 0px -1px 2px #000, 1px 0px 2px #000, 0px 1px 2px #000;
}
.rs-customHardware #d1761517 p {
	padding: 0 15px;
	max-width: 700px;
	font-size: 16px;
	line-height: 1.6;
	filter:shadow(color=#000000,strength=1,direction=0)
	shadow(color=#000000,strength=1,direction=90)
	shadow(color=#000000,strength=1,direction=180)
	shadow(color=#000000,strength=1,direction=270);
    text-shadow:-1px 0px 2px #000, 0px -1px 2px #000, 1px 0px 2px #000, 0px 1px 2px #000;
}
.rs-customHardware #d1761517 .media-box {
	margin: 60px 0 0;
}
.rs-customHardware #d1761517 .media-box img {
	margin: 0;
	padding: 0 15px;
	width: 25%;
}

@media (max-width: 767px) {
	.rs-customHardware {
		padding: 40px 25px;
	}
	.rs-customHardware #d1761517 h3 {
		padding: 0 5px;
		font-size: 30px;
	}
	.rs-customHardware #d1761517 p {
		padding: 0 5px;
		max-width: auto;
	}
	.rs-customHardware #d1761517 .media-box {
		margin: 30px 0 0;
		text-align: center;
	}
	.rs-customHardware #d1761517 .media-box img {
		margin-bottom: 10px;
		padding: 0 5px;
		width: 50%;
	}
}


/* Comfort Contoured Body
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.rs-comfortContouredBody {
	overflow: hidden;
	margin-top: 20px;
	padding: 80px 90px;
	min-height: 560px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: cover;
	color: #fff;
}
.rs-comfortContouredBody .container-fluid {
	margin: 0;
	padding: 0;
}
.rs-comfortContouredBody #d1762466 h3 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 40px;
	filter:shadow(color=#000000,strength=1,direction=0)
	shadow(color=#000000,strength=1,direction=90)
	shadow(color=#000000,strength=1,direction=180)
	shadow(color=#000000,strength=1,direction=270);
    text-shadow:-1px 0px 2px #000, 0px -1px 2px #000, 1px 0px 2px #000, 0px 1px 2px #000;
}
.rs-comfortContouredBody #d1762466 p {
	max-width: 700px;
	font-size: 16px;
	line-height: 1.6;
	filter:shadow(color=#000000,strength=1,direction=0)
	shadow(color=#000000,strength=1,direction=90)
	shadow(color=#000000,strength=1,direction=180)
	shadow(color=#000000,strength=1,direction=270);
    text-shadow:-1px 0px 2px #000, 0px -1px 2px #000, 1px 0px 2px #000, 0px 1px 2px #000;
}

@media (max-width: 767px) {
	.rs-comfortContouredBody {
		padding: 40px 30px;
		min-height: auto;
	}
	.rs-comfortContouredBody #d1762466 h3 {
		font-size: 30px;
	}
	.rs-comfortContouredBody #d1762466 p {
		max-width: auto;
	}
}


/* IRA
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.rs-ira {
	overflow: hidden;
	margin-top: 20px;
	padding: 80px 90px;
	background-color: #657181;
	color: #fff;
}
.rs-ira .container-fluid {
	margin: 0;
	padding: 0;
}
.rs-ira #d1761460 h3 {
	margin: 0 0 20px;
	font-size: 40px;
}
.rs-ira #d1761460 p {
	font-size: 16px;
	line-height: 1.6;
}
.rs-ira #d1762951 h3 {
	margin: 30px 0 15px;
	font-size: 26px;
}
.rs-ira #d1762951 .media-box {
	margin: 0 0 5px;
	text-align: center;
}
.rs-ira #d1762951 .media-box img {
	margin: 0;
	padding: 0;
}
.rs-ira #d1755789 p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.6;
}
@media (max-width: 767px) {
	.rs-ira {
		padding: 40px 30px;
	}
	.rs-ira #d1761460 h3 {
		font-size: 30px;
	}
	.rs-ira #d1762951 h3 {
		margin: 20px 0 15px;
		font-size: 20px;
	}
}