/* Added for Masayuki Hirase */

.introduction p{
  color: #fff;
}

/* Added for comment consistency */

.footnote {
    font-size: 70%;
    color: #666666;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 20px;
    font-style: italic;
}

.disclaimer-section {
  padding:4% 10%;
  text-align:center;
  max-width:700px;
  margin: 0 auto;
  color: #000;
  /*border-top: 1px solid #d7d7d7;
  margin-top: 100px;*/
}

/* Added for the red box around version text */
.redbox {
color: #ffffff;
background-color: #ff0000;
padding: 2px 6px 2px 6px; border-radius: 4px;
}

/* Added for inline mp4 video */
.video_inline {
    align-content: center;
    width: 100%;
}

/* Revese page background color */
.v-160hd {
  background-color: #000;
}

/* Begin - added for video CTA */

.rc-pad {
	padding-bottom: 10px;
}

.rc-icon {
	text-decoration: none;
	position: relative;
	margin: 0 auto;
	display: inline-block;
	width: 38px;
	height: 38px;
	vertical-align: middle;
	overflow: hidden
}

.rc-icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 200%;
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain
}

.rc-icon:hover:before {
	top: auto;
	bottom: 0
}

.rc-icon-share {
	margin: 0 auto;
	display: block;
	width: 11px;
	height: 15px;
	background: url(//static.roland.com/global/images/icon_share.svg) no-repeat left top
}

.rc-icon-remove {
	font-family: 'glyphicon';
	font-size: 30px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin: 0 auto;
	display: block;
	width: 31px;
	height: 31px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.rc-icon-remove:before {
	content: "\e611"
}

.rc-icon-new-window:before {
	background-image: url(//static.roland.com/global/images/icon_new_window.svg)
}

.rc-icon-play:before {
	background-image: url(//static.roland.com/global/images/icon_play.svg)
}

.rc-icon-play-large,
.rc-icon-play-ex-large {
	font-family: 'glyphicon';
	font-size: 19px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 auto;
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	cursor: pointer;
	border: 3px solid #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}

.rc-icon-play-large:before,
.rc-icon-play-ex-large:before {
	content: "\e60a";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -0.05263158em;
	margin-left: .15789474em;
	-webkit-transform: translate(-50%, -50%) scale(.78, 1);
	-moz-transform: translate(-50%, -50%) scale(.78, 1);
	-ms-transform: translate(-50%, -50%) scale(.78, 1);
	transform: translate(-50%, -50%) scale(.78, 1)
}

.rc-icon-play-large:hover,
.rc-icon-play-ex-large:hover {
	color: #919696;
	background-color: #fff;
	display: block
}

.rc-icon-play-ex-large {
	font-size: 23px;
	width: 76px;
	height: 76px;
	border-width: 4px
}

.rc-icon-replay {
	width: 38px;
	height: 44px;
	background: url(//static.roland.com/global/images/icon_replay.svg) no-repeat center center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain
}

.rc-icon-replay:hover {
	opacity: .8;
	filter: alpha(opacity=80)
}

.rc-icon-arrow-right:before {
	background-image: url(//static.roland.com/global/images/icon_arrow_right.svg)
}

.rc-icon-arrow-right-large {
	width: 76px;
	height: 76px
}

.rc-icon-arrow-right-large:before {
	background-image: url(//static.roland.com/global/images/icon_arrow_right_large.svg)
}

.rc-icon-plus-circle {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	color: #949999;
	border: 2px solid #949999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}

.rc-icon-plus-circle:before {
	content: "+";
	position: absolute;
	left: -2px;
	top: 0;
	display: block;
	width: 38px;
	height: 76px;
	background-repeat: no-repeat;
	background-position: center top
}

.rc-icon-plus-circle:hover {
	color: #fff;
	background-color: #949999
}

.rc-icon-plus-circle:hover:before {
	top: 0;
	bottom: auto
}

.ipad .rc-icon-plus-circle {
	line-height: 33px
}

.rc-icon-360-circle {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	text-align: center;
	color: #949999;
	border: 2px solid #949999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}

.rc-icon-360-circle:before {
	content: "360";
	position: absolute;
	left: -2px;
	top: 0;
	display: block;
	width: 38px;
	height: 76px;
	background-repeat: no-repeat;
	background-position: center top
}

.rc-icon-360-circle:hover {
	color: #fff;
	background-color: #949999
}

.rc-icon-360-circle:hover:before {
	top: 0;
	bottom: auto
}

.rc-icon-colorchip {
	display: block;
	width: 43px;
	height: 43px;
	background: url(//static.roland.com/products/gp607/features/images/gallery_color_chip.png) no-repeat left top
}

.rc-icon-colorchip:hover {
	background-position: left bottom
}

.color-indicator-active .rc-icon-colorchip {
	background-position: left bottom
}

.color-indicator-active .rc-icon-colorchip.rc-icon-colorchip-white {
	background-position: right bottom
}

.rc-icon-colorchip-white {
	background-position: right top
}

.rc-icon-colorchip-white:hover {
	background-position: right bottom
}

.color-indicator-active .rc-icon-colorchip-white {
	background-position: left bottom
}

.rc-button {
	padding: 0;
	background: none;
	border: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer
}

.rc-button {
	font-size: 16px;
	font-size: .8rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: .8125em 1.25em;
	padding-right: 1.75em;
	transition-duration: .1s;
	-webkit-transition-duration: .1s;
	-moz-transition-duration: .1s
}

.rc-button>.rc-icon {
	margin-right: .71428571em
}

.rc-button:hover {
	background-color: #ccc
}

.rc-button-circle {
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}

.rc-button-circle:hover {
	background-color: #949999;
	border-color: #949999
}

.rc-button-close {
	color: #000;
	padding: 0
}

.rc-button-close:hover {
	color: #919696;
	background-color: transparent
}

.rc-paddle {
	speak: none;
	font-family: 'glyphicon';
	font-size: 65px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #000;
	width: 30px;
	height: 65px;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-stroke: .2px #000
}

.rc-paddle:before {
	content: "\e612";
	margin-left: -0.3em;
	display: block;
	-webkit-transform: scale(1.15, 1);
	-moz-transform: scale(1.15, 1);
	-ms-transform: scale(1.15, 1);
	transform: scale(1.15, 1)
}

.rc-paddle:hover {
	color: #919696;
	background-color: transparent;
	-webkit-text-stroke-color: #919696
}

.rc-paddle.rc-paddle-right:before {
	content: "\e613"
}

.rc-cta {
	font-size: 16px;
	font-size: .8rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
	display: inline-block;
	cursor: pointer;
	transition-duration: .1s;
	-webkit-transition-duration: .1s;
	-moz-transition-duration: .1s
}

.rc-cta>.rc-icon {
	margin-right: .64285714em
}

.rc-cta .rc-icon-plus-circle {
	margin-right: .28125em
}

.rc-cta .rc-icon-360-circle {
	margin-right: .69230769em
}

.rc-cta:hover>.rc-icon:before {
	top: auto;
	bottom: 0
}

.rc-cta:hover .rc-icon-plus-circle,
.rc-cta:hover .rc-icon-360-circle {
	color: #fff;
	background-color: #949999
}

.rc-cta:hover .rc-icon-plus-circle:before,
.rc-cta:hover .rc-icon-360-circle:before {
	top: 0;
	bottom: auto
}

/* End - added for video CTA */

/* Begin - added for hero video CTA */

.btn,
.btn:link,
.btn:visited {
	text-transform: uppercase;
	text-decoration: none;	
	font-size:14px;
	padding: 8px 25px;
	display:inline-block;
	border-radius:100px;
	transition: all .2s;
}

.btn:hover {
	transform: translateY(-3px);
	box-shadow:0 10px 20px rgba(0,0,0,.2);
}

.btn:active {
	transform: translateY(-1px);
	box-shadow:0 5px 10px rgba(0,0,0,.2);
}

.btn-white {
	background-color:transparent;
	border:solid 2px #fff;
	color:#fff;
}

.btn-white:hover {
	background-color:white;
	color:#777;
}


.btn-black {
	background-color:transparent;
	border:solid 2px #232323;
	color:#232323;
}

.btn-black:hover {
	background-color:black;
	color:#fff;
	cursor:pointer;
}

.btn .play-icon {
	margin-right:10px;
	display:inline-block;
}

@media only screen and (max-device-width: 1366px) {
	.btn .play-icon {
		display:none;
	}
}

span.btn.btn-black  {   
	text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 100px;
}

span.btn.btn-black:hover  {  
	background-color:transparent;
	color:#000;
	cursor:default;
	transform: translateY(0px);
	box-shadow:none;
}

/* End - added for hero video CTA */


/* Begin - add from V-600UHD for header */

.u-hide-pc {
  display: none
}
@media only screen and (max-width:767px) {
  .u-hide-pc {
    display: block
  }
}
@media only screen and (max-width:767px) {
  .u-hide-sp {
    display: none
  }
}
#hero {
  background: #000;
  min-height: 854px
}
@media only screen and (max-width:767px) {
  #hero {
    padding-bottom: 70px;
    min-height: 0
  }
}
#hero img {
  width: 100%;
  vertical-align: top
}
@media only screen and (max-width:767px) {
  #hero img.u-hide-sp {
    display: none
  }
}
@media print, only screen and (min-width:768px) {
  #hero img.u-hide-pc {
    display: none
  }
}
#hero .c-container {
  display: table;
  height: 100%;
  width: 100%;
  position: relative
}
#hero .hero-inner {
  position: absolute;
  left: 12%;
  bottom: 7%
}
@media only screen and (min-width:768px) and (max-width:1300px) {
  #hero .hero-inner {
    left: 6%
  }
}
@media only screen and (max-width:767px) {
  #hero .hero-inner {
    position: static
  }
}
#hero .hero-col.ttl {
  color: #fff;
  margin-bottom: 28px
}
@media only screen and (max-width:767px) {
  #hero .hero-col.ttl {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto
  }
}
#hero .hero-col.ttl h1 {
  font-size: 64px;
  font-size: 4rem;
  font-weight: 300;
  margin: 0;
  letter-spacing: normal
}
@media only screen and (min-width:768px) and (max-width:1300px) {
  #hero .hero-col.ttl h1 {
    font-size: 3rem
  }
}
@media only screen and (max-width:767px) {
  #hero .hero-col.ttl h1 {
    padding-top: .4em;
    font-size: 2.6rem;
    text-align: center
  }
}
#hero .hero-col.ttl h1 span {
  color: #fff;
  display: block;
  font-size: 14.4px;
  font-size: .9rem;
  font-weight: 100;
  letter-spacing: 0;
  margin-top: 10px
}
@media only screen and (min-width:768px) and (max-width:1300px) {
  #hero .hero-col.ttl h1 span {
    font-size: .8rem
  }
}
@media only screen and (max-width:767px) {
  #hero .hero-col.ttl h1 span {
    font-size: .7rem;
    margin-top: 5px
  }
}
#hero .logo {
  width: 300px
}
@media only screen and (min-width:768px) and (max-width:1300px) {
  #hero .logo {
    width: 250px
  }
}
@media only screen and (max-width:767px) {
  #hero .logo {
    margin: 20px auto 7px;
    width: 78.4%
  }
}
#hero .logo img {
  width: 100%
}
#hero .hero-comments {
  position: absolute;
  left: 0;
  bottom: 60px;
  padding-left: 10px
}
@media(max-width:767px) {
  #hero .hero-comments {
    position: static;
    padding: 0 17px;
    margin-top: 30px
  }
}
#hero .cmn-comments {
  font-size: 9.6px;
  font-size: .6rem;
  color: #999;
  display: block
}
@media(max-width:767px) {
  #hero .cmn-comments {
    font-size: .5em;
    color: #999
  }
}
#hero .hero-container {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  max-width: 1200px
}
/* End - add from V-600UHD for header*/



.u-hide-pc {
  display: none
}
@media only screen and (max-width:767px) {
  .u-hide-pc {
    display: block
  }
}
@media only screen and (max-width:767px) {
  .u-hide-sp {
    display: none
  }
}
.u-bd-none--bottom {
  border-bottom: none !important
}
#features img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}
.inview, .inviewlate {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition-duration: .6s;
  -webkit-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out
}
.inview.view, .inviewlate.view {
  transition-duration: .6s;
  -webkit-transition-duration: .6s;
  -moz-transition-duration: .6s;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100)
}
.inviewlate.view {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  -weblit-transition-delay: .25s;
  -moz-transition-delay: .25s
}
.c-container {
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%
}
.c-container--sm {
  max-width: 1120px
}
.c-inner {
  max-width: 980px;
  margin: 0 auto
}
.c-grid {
  width: 100%
}
.c-grid:after {
  content: "";
  display: block;
  clear: both
}
.c-col:first-child {
  float: left;
  width: 58.125%;    /*  width: 37.1875% */
}
@media only screen and (max-width:767px) {
  .c-col:first-child {
    float: none;
    margin-bottom: 20px;
    width: 100%
  }
}
.c-col:last-child {
  float: right;
  width: 37.1875%    /*  width: 58.125%*/;
}
@media only screen and (max-width:767px) {
  .c-col:last-child {
    float: none;
    width: 100%
  }
}
.c-grid--rev .c-col:first-child {
  float: right
}
@media only screen and (max-width:767px) {
  .c-grid--rev .c-col:first-child {
    float: none
  }
}
.c-grid--rev .c-col:last-child {
  float: left
}
@media only screen and (max-width:767px) {
  .c-grid--rev .c-col:last-child {
    float: none
  }
}
.c-grid--rev .c-col--2:not(:last-child) {
  margin-right: 0;
  margin-left: 4.6875%
}
@media only screen and (max-width:767px) {
  .c-grid--rev .c-col--2:not(:last-child) {
    margin-left: 0
  }
}
.c-headline02 {
  color: #fff;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 30px;
  letter-spacing: .02em;
  line-height: 1.20833;
  text-align: center;
  text-transform: none
}
@media only screen and (max-width:767px) {
  .c-headline02 {
    font-size: 1.3rem;
    margin-bottom: 25px
  }
}
.c-headline03 {
  color: #fff;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 30px;
  letter-spacing: .02em;
  line-height: 1.4375;
  text-align: center;
  text-transform: none
}
.c-headline03-lj {
  color: #fff;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 30px;
  letter-spacing: .02em;
  line-height: 1.4375;
  text-align: left;
  text-transform: none
}
@media only screen and (max-width:767px) {
  .c-headline03 {
    font-size: 1rem;
    margin-bottom: 10px
  }
}
.c-text {
  color: #fff;
  font-size: 14.4px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.55556;
  letter-spacing: .02em;
  margin: 0
}
.c-text-rev {
  color: #000;
  font-size: 14.4px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.55556;
  letter-spacing: .02em;
  margin: 0
}
@media only screen and (max-width:767px) {
  .c-text {
    font-size: .7rem
  }
  .c-text-rev {
    font-size: .7rem
  }
}
.c-fontProxima {
  font-family: proxima-nova, sans-serif
}
#hero {
  height: 850px;
  position: relative;
  overflow: hidden
}
@media only screen and (max-width:767px) {
  #hero {
    /*background: url(//static.roland.com/products/sr-20hd/images/sr-20hd_hero_sp.jpg) center center no-repeat;*/
    background-size: cover;
    height: auto;
    padding: 25px 0 10px
  }
}
#hero .hero-movie {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  height: 108%
}
@media only screen and (max-width:767px) {
  #hero .hero-movie {
    display: none
  }
}
#hero .c-container {
  display: table;
  height: 100%;
  width: 100%;
  position: relative
}
@media only screen and (max-width:767px) {
  #hero .c-container {
    display: block
  }
}
#hero .hero-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/*@media print, only screen and (min-width:768px) {
  #hero .hero-inner {
	position: absolute;
    left: 20px;
    bottom: 137px
  }
}*/
@media only screen and (max-width:767px) {
  #hero .hero-inner {
    display: block;
    margin-bottom: 50px
  }
}
#hero .hero-col.ttl {
  color: #fff;
  margin-bottom: 28px
}
@media only screen and (max-width:767px) {
  #hero .hero-col.ttl {
    /*margin-bottom: 250px*/
	margin: 140px 0 20px;
  }
  .features-box {
  	margin-bottom: 140px;
  }
}
#hero .hero-col.ttl h1 {
  font-size: 64px;
  font-size: 4rem;
  font-weight: 300;
  margin: 0;
  letter-spacing: normal
}
@media only screen and (max-width:767px) {
  #hero .hero-col.ttl h1 {
    font-size: 3.6rem;
    text-align: center
  }
}
#hero .hero-col.ttl h1 span {
  color: #fff;
  display: block;
  font-size: 14.4px;
  font-size: .9rem;
  font-weight: 100;
  letter-spacing: 0;
  margin-top: 10px
}
@media only screen and (max-width:767px) {
  #hero .hero-col.ttl h1 span {
    font-size: .7rem
  } 
}
#hero .logo {
  width: 378px
}
@media only screen and (max-width:767px) {
  #hero .logo {
    margin: 0 auto;
    width: 88%
  }
}
#hero .logo img {
  width: 100%
}
.buynow {
  bottom: 37px;
  right: 39px;
  width: 128px
}
@media only screen and (max-width:767px) {
  .buynow {
    bottom: auto;
    right: auto
  }
}
#productheader {
  background: #000;
  border-bottom-color: #000
}
.introduction {
  background: #000;
  color: #fff;
  padding: 115px 0 120px
}

.introduction-sub {
  background: #ff5a00;
  background-image: linear-gradient(#1a1a1a, #000);
  color: #fff;
  padding: 115px 0 55px;
  margin: 0 0 55px;
  border-bottom: 1px solid #333; /* Added for use out of the intro section */
}

@media only screen and (max-width:767px) {
  .introduction {
    padding: 40px 0
  }
}
.introduction .introduction-lead {
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.385;
  margin: 0 0 55px;
  text-align: center
}
@media only screen and (max-width:767px) {
  .introduction .introduction-lead {
    font-size: .8rem;
    margin-bottom: 30px
  }
}
.introduction .introduction-list {
  background: #121212;
  border: 1px solid #414141;
  padding: 40px
}
.introduction .introduction-list:after {
  content: "";
  display: block;
  clear: both
}
@media only screen and (max-width:767px) {
  .introduction .introduction-list {
    padding: 20px
  }
}
.introduction .introduction-item {
  /* list-style-type: disc;	Added for feature bullets 2020-10-20 */
  /* padding-right: 5px;	Added for feature bullets 2020-10-20 */
  box-sizing: border-box;
  font-size: 14.4px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.55556;
  vertical-align: top;
  width: 50%;
  position: relative
}
@media only screen and (max-width:767px) {
  .introduction .introduction-item {
    font-size: .8rem;
    width: 100%
  }
}
.introduction .introduction-item:nth-child(odd) {
  float: left
}
@media only screen and (max-width:767px) {
  .introduction .introduction-item:nth-child(odd) {
    float: none
  }
}
.introduction .introduction-item:nth-child(even) {
  float: right
}
@media only screen and (max-width:767px) {
  .introduction .introduction-item:nth-child(even) {
    float: none
  }
}
.introduction .introduction-item:nth-child(even) span {
  padding-right: 0
}
.introduction .introduction-item span {
  letter-spacing: .02em;
  display: block;
  font-style: italic;
  padding: 0 40px 0 13px;
  position: relative
}
@media only screen and (max-width:767px) {
  .introduction .introduction-item span {
    padding: 0 0 0 13px
  }
}
.introduction .introduction-item span:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  position: absolute;
  top: 12px;
  left: 0
}
@media only screen and (max-width:767px) {
  .introduction .introduction-item span:before {
    top: 9px
  }
}
.about {
  background: #000;
  color: #fff
}
.about .c-headline02 {
  margin-top: -44px
}
@media only screen and (max-width:767px) {
  .about .c-headline02 {
    margin-top: -22px
  }
}
.about .c-text + .c-text {
  margin-top: 30px
}
.about .about-head {
  margin-bottom: 128px
}
@media only screen and (max-width:767px) {
  .about .about-head {
    margin-bottom: 50px
  }
}
.about .about-lead {
  background: #000;
  box-sizing: border-box;
  margin: -120px auto 0;
  padding: 60px;
  width: 84.375%;
  position: relative
}
@media only screen and (max-width:767px) {
  .about .about-lead {
    margin: 0;
    width: 100%;
    padding: 20px
  }
}
.about .about-item {
  border-bottom: 1px solid #333;
  margin-bottom: 60px;
  padding-bottom: 60px
}

/*added to have the option to insert without padding and line */
.about .about-item-2 {
}

@media only screen and (max-width:767px) {
  .about .about-item {
    margin-bottom: 30px;
    padding-bottom: 30px
  }
}
.about .about-item:last-child {
  margin-bottom: 0
}
.paneldesign {
  background: #000;
  color: #fff;
  padding-top: 115px
}
@media only screen and (max-width:767px) {
  .paneldesign {
    padding-top: 40px
  }
}
.paneldesign .c-headline02 {
  margin-bottom: 115px;
  text-align: center
}
@media only screen and (max-width:767px) {
  .paneldesign .c-headline02 {
    margin-bottom: 50px
  }
}
.paneldesign .paneldesign-box-title {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.41667;
  margin-bottom: 35px;
  text-align: center
}
@media only screen and (max-width:767px) {
  .paneldesign .paneldesign-box-title {
    font-size: .9rem;
    margin-bottom: 15
  }
}
.paneldesign .paneldesign-box-title span {
  position: relative
}
.paneldesign .paneldesign-box-title span:before, .paneldesign .paneldesign-box-title span:after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto
}
.paneldesign .paneldesign-box-title span:before {
  left: -30px
}
.paneldesign .paneldesign-box-title span:after {
  right: -30px
}
.link {
  padding: 50px 0;
  background-color: #fff;
  position: relative;
  z-index: 4
}
.link-arw-r li {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0
}
.link-arw-r li a {
  padding: 10px 10px 10px 40px;
  font-size: .9em;
  font-weight: 300;
  display: block;
  position: relative;
  color: #000;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  text-decoration: none
}
.link-arw-r li a:before {
  content: "\e60c";
  margin-top: -.5em;
  font-family: glyphicon;
  font-size: 1em;
  font-weight: 700;
  text-align: left;
  color: #a6a6a6;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 11px;
  z-index: 1
}
.link-arw-r li a:hover {
  background-color: #e5e5e5
}
.link-arw-r li:last-child {
  border-top: none
}

/* added jsparacio to make modal video 100% */
.modal-video-player .video-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1600px;
    padding-top: 56.12244898%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-video-player .video-container>iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* Begin - Added for bullets */

.c-list {
  font-size: 14.4px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.55556;
  letter-spacing: .02em;
  margin-top: 30px;
}
@media only screen and (max-width:767px) {
  .c-list {
    font-size: .75rem
  }
}
.c-text + .c-list {
  margin-top: 30px
}
@media only screen and (max-width:767px) {
  .c-text + .c-list {
    margin-top: 15px
  }
}
.c-text + .c-list.c-list--min {
  margin-top: 10px
}
@media only screen and (max-width:767px) {
  .c-text + .c-list.c-list--min {
    margin-top: 5px
  }
}
.c-list__item {
  padding-left: 13px;
  position: relative;
  z-index: 1
}
.c-list__item:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 4px;
  width: 4px;
  position: absolute;
  top: 12px;
  left: 0
}
@media only screen and (max-width:767px) {
  .c-list__item:before {
    top: 9px
  }
}

/* End - Added for bullets */

