@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800');

body {
    margin: 0;
    padding: 0;
    color: #f1f1f1;
    overflow-x: hidden;
    background-color: #ebebeb;
	font-family: "Open Sans",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.stop-scroll {
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    clear: both;
}
.gweb2 a, button, input:focus {
    outline: none;
}

.gweb2 a {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

.gweb2 a.no-transition {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.gweb2 a:hover,
.gweb2 a:focus {
    color: #121212;
    text-decoration: none;
}
.gweb2 a:focus {
    outline: none;
}
ol,
ul {
    padding: 0;
    margin: 20px auto 15px;
    /*list-style-position: inside;*/
	margin-left: 5%;
}
.prod-features ul li {
    line-height: 2;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    letter-spacing: 0;
    margin: 0 auto 10px;
}

h3 {
	font-size: 1.6em;
}


.off {
	display: none;
}
.pd-off {
	padding: 0;
}
.respOn {
	display: none;
	height: 0;
}
.respOff {
	display: block;
}


.colored-line {
	border-bottom: 3px solid;
	margin: 25px auto 25px;
	width: 40px;
}

.pb-10 {
	padding-bottom: 10%;
}

.custom-navbar .navbar-toggle {
	float: left;
	margin-right: 0;
	margin-top: 20px;
}

.gweb2 .container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
/*****************UI Themes CSS***************/

/*Custom Top Navigation White*/
.navbar-default.ui-theme-white {
	color: #777;
	background: #ffffff;
	border-color: rgba(162,162,162,0.25);
}

/*Theme WHITE*/
.ui-theme-white {
	color: #777777;
	background: #ffffff;
}
/*.ui-theme-white  a {
	color: #333;
}*/
.ui-theme-white a:hover {
	text-decoration: none;
}
.ui-theme-white h1,
.ui-theme-white h2,
.ui-theme-white h3,
.ui-theme-white h4 {
	color: #232323;
	
}
.ui-theme-white .colored-line {
	border-color: #777777;
}

.ui-theme-white .tech-item .tech-divider {
	background-color: rgba(221,221,221, 0.65);
	
}
.ui-theme-white .tech-item .tech-info p {
	
}
.ui-theme-white .series-product-wrapper {
	color: #777777;
	background: none;
}



/*Theme Purple*/
.ui-theme-purple {
	color: #f0f0f0;
	background: #413368;
}
.ui-theme-purple h1,
.ui-theme-purple h2,
.ui-theme-purple h3,
.ui-theme-purple h4 {
	color: #f0f0f0;
	
}
.ui-theme-purple .product-intro-text,
.ui-theme-purple .series-intro-text {
	
}
.ui-theme-purple .series-product-row {
	color: #444444;
}
.ui-theme-purple .btn-mi {
	background: #190D3B;
	border-color: #2D1F56 !important; 
}
.ui-theme-purple .btn-mi:hover {
	background: #594B81;
	border-color: #2D1F56 !important; 
}

.theme-darkgray {
	background: #333;
	color: #f1f1f1;
}

/*Theme Base Gray*/
.ui-theme-gray {
	color: #404040;
	background: #f7f7f7;
}
.ui-theme-gray h1,
.ui-theme-gray h2,
.ui-theme-gray h3,
.ui-theme-gray h4 {
	color: #404040;
	
}
.ui-theme-gray .colored-line {
	border-color: #333333;
}

.ui-theme-gray .tech-item .tech-divider {
	background-color: rgba(221,221,221, 0.65);
	
}
.ui-theme-gray .tech-item .tech-info p {
	color: #333;
}

/*Theme Dark Gray*/
.ui-theme-darkgray {
	color: #f0f0f0;
	background: #232323;
}
.ui-theme-gray h1,
.ui-theme-gray h2,
.ui-theme-gray h3,
.ui-theme-gray h4 {
	color: #f1f1f1;
	
}
.ui-theme-gray .colored-line {
	border-color: #f0f0f0;
}

.ui-theme-gray .tech-item .tech-divider {
	background-color: rgba(221,221,221, 0.65);
	
}
.ui-theme-gray .tech-item .tech-info p {
	color: #f0f0f0;
}

/*Theme BLACK*/
.gweb2 .ui-theme-black {
	color: #f1f1f1;
	background: #212121;
}
.gweb2 .ui-theme-black  a {
	color: #f1f1f1;
}
.gweb2 .ui-theme-black a:hover {
	text-decoration: underline;
}
.gweb2 .ui-theme-black h1,
.gweb2 .ui-theme-black h2,
.gweb2 .ui-theme-black h3,
.gweb2 .ui-theme-black h4 {
	color: #f1f1f1;
	
}
.gweb2 .ui-theme-black .colored-line {
	border-color: #f1f1f1;
}

.gweb2 .ui-theme-black .tech-item .tech-divider {
	background-color: rgba(221,221,221, 0.65);
	
}
.gweb2 .ui-theme-black .tech-item .tech-info p {
	color: #f1f1f1;
}


.header-title h2 {
	color: #fff;
}



/*****************CONTENT SECTION***************/

#main-wrapper {
	padding: 0;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	min-height:100vh;
	max-width: 1920px;
	position: relative;
	background-color: #fff;
	transition: all 0.50s ease-in-out;
}

#header-main {
	width: 100%;
	z-index: 101;
	display: block;
	position: relative;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0, .10);
}
.header-section-container {
	width: 100%;
	display: block;
	position: relative;
}
.header-menu {
	z-index: 4;
	width: 100%;
	display: block;
	position: relative;
	height: 74px;
}
.header-menu-container {
	z-index: 4;
	display: block;
	background-color:#fff;
}
.header-menu-container.header-menu-stuck {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	position: fixed;
	box-shadow: 0 1px 3px rgba(0,0,0,.10);
}
.bg-overlay-1 {
	background: rgba(0,0,0, 0.60);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}
section#features {
	padding: 3% 0;
}
section#product-tech {
	padding: 3% 0;
}
section#feature-info {
	padding: 3% 0;
}
section#series-products {
	padding: 3% 0;
}
section#award {
	background-color:#c5c5c5;
	/*box-shadow: 0 1px 10px rgba(0,0,0,.5), 0 2px 4px rgba(0,0,0,.5) inset;*/
}

.navbar {
	border-bottom: 1px solid #AAAAAA;
	margin: 0;
	border-radius: 0;
}
.navbar-collapse.collapse {
	padding: 0;
}
ul.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 50%;
}
ul.navbar-nav>li {
	margin: 2% 1%;
	position: relative;
}
.yca-logo {
	
}

img.yca-logo {
	width: 9em;
}

.brand-logo {
	width: 40%;
	margin: 0 auto;
}
.brand-text {
	line-height: 2;
	font-weight: 600;
}
.section-container {
	
}

#video-block h2 {
	font-size: 2.5em;
	font-family: "Helvetica W01 Light","Helvetica Neue",Helvetica,sans-serif;
    text-align: center;
    text-transform: capitalize;
}
.video-intro-text {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	text-align: center;
}
.feature-info-text {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
    line-height: 1.5;
	text-align: center;
}
.feature-info-text a {
	text-decoration:underline;
}
.right-detail-text {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	padding-bottom: 5%;
}

.bg-full-1 {
	background:url(/US/promo/Digital_Pianos/images/dp-5reasons-videobg.jpg) no-repeat scroll center;
	background-repeat: no-repeat;
}

iframe {
	width:100%;
}

.section-intro {
	margin-top: 3%;
	text-align: center;
}
.section-header h1 {
	color: #4F5962;
	padding-top: 1%;
}
.section-header h1, .section-header h2, .section-header h3 {
	text-align: center;
	font-family: "Open Sans",sans-serif;
	/*text-transform: capitalize;*/
}
.product-title {
	text-align: center;
	font-family: "HelveticaNeueW01-Thin", "Helvetica Neue", Helvetica, sans-serif;
}
.product-intro-text, .series-intro-text {
	padding: 0;
	font-family: "Open Sans",sans-serif;
    line-height: 1.5;
	text-align:center;
}

#product-hero {
    background: rgba(0, 0, 0, 0) url("/US/promo/Digital_Pianos/images/hero-img-desk.jpg") no-repeat scroll 0 0 / 100%;
	background-repeat: no-repeat;
}

#clp-logo img{
	width:48%;
	margin:0 0 25px 0;
	padding:0;
	
}
#time-logo img{
	width:86%;
	margin:0;
	padding:0;
}

#time-text {
	margin:3px 0 0 -20px;
}
#time-text h1 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color:#fff;
 	font-size: 2em;
}
#time-text p {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color:#fff;
 	font-size: 1.7em;
	margin:-10px 0 0 0;
}

.hero-image-container {
	/*margin: 5% 0;*/
	width: 100%;
	z-index: 10;
	margin: 0 auto;
	display: block;
	padding-top: 0;
	position: relative;
}
.hero-image {
	width: 100%;
	height: 100%;
	position: relative;
}
.hero-image img {
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
}
.gweb2 .m0 {
	margin: 0;
}

.prod-image {
	margin: 3% 0;
}

.series-product-wrapper .prod-image a img {
	max-width: 100%;
	
}
.series-product-wrapper .prod-image img {
	/*border: 1px solid rgba(51,51,51, .20);*/
	
}
.series-product-wrapper .prod-sku {
	font-size: 1.3em;
	font-weight:700;
	margin: 3% 0;
}
.series-product-wrapper .prod-type {
	font-weight:300;
	margin: 3% 0;
	padding:0 10px;
}
.series-product-wrapper .prod-avail {
	margin: 3% 0;
}

.series-product-wrapper .prod-notify {
	margin: 3% 0;
}
.promo-top {
	position: relative;
}

#video-block {
	position: relative;
	min-height: 2em;
	border-radius: 2px;

}

.video-title {
	text-align: center;
	font-family: "HelveticaNeueW01-Thin", "Helvetica Neue", Helvetica, sans-serif;
	padding-top: 1%;
	padding-bottom: 2%;
	margin: 0;
}

.imgWidth500 {
	width: 500px;
}
.features-content {
	padding: 1% 0;
}
.series-product-wrapper {
	/*display: inline-block;*/
	/*min-height: 550px;*/
	color:#000;
	background: #eef0f1 none repeat scroll 0 0;
	/*padding: 2% 3% 9% 3%;*/
	padding: 0 0 9% 0;
	text-align:center;
	border-bottom: 1px solid #e0e0e0;
	-webkit-border-radius: 0 0 1px 1px;
	-moz-border-radius: 0 0 1px 1px;
	border-radius: 0 0 1px 1px;
}
.series-product-wrapper .prod-features {
	text-align: left;
}

.product-block {
	
}

.tech-row-wrapper {
	margin-bottom: 10%;
}
.feature-content-wrapper {
	margin-bottom: 3%;
}
.tech-item {
	
}
.tech-logo {
	width: 200px;
	margin: 3% auto;
}
.tech-divider {
	margin-bottom: 2%;
}
.tech-info {
	text-align: center;
}
.tech-item .tech-divider {
	text-align: center;
	height: 1px;
	background-color: rgba(221,221,221,0.65);
	margin: 5% 0 10%;
}
.series-product-wrapper .prod-msrp {
	
	text-decoration: line-through;
}

.gfort-50-column {
	left: 50%;
}
.gfort-50-column.pull-right {
	width:100%;
}
.gfort-50-column,
.gfort-42-column {
	top: 0;
	/*left: 0;*/
	z-index: 10;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.gfort-50-column>div.hero-image-container,
.gfort-42-column>div.hero-image-container {
	max-width: 100%;
}
.gfort-50-column.pull-right>div,
.gfort-42-column.pull-right>div {
	float: left;
}
.gfort-50-column>div,
.gfort-42-column>div {
	float: right;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.hero-image img {
	top: 0;
	right: 0;
	width: auto;
	/*height: 100%;*/
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.pull-right .hero-image img {
    left: 30px;
    right: auto;
}

#subscribe-section {
    padding: 5% 0;
	background: rgba(0, 0, 0, 0) url("/US/promo/ClavinovaTimeMag/images/subscribe-footer-img.jpg") no-repeat scroll 0 0 / cover ;
	background-position: bottom -30px left 0px;
	background-color: #000;
    width: 100%;
}

#subscribe-section h2 {
    line-height: 1.5;
}

.left-image-center {
	text-align: center;
}
.left-image-center img {
	border: solid 1px rgba(255,255,255, .70);
	border-radius: 2px;
}
.modal-title {
	color: #333333;
	text-align: center;
	font-weight: bold;
}
#brand-disclaimer {
	padding: 1% 0;
}
#brand-disclaimer p {
	text-align: center;

}
span.feat-more {
	font-weight:700;
}
a span.feat-more{
	color: #000;
}
a:hover span.feat-more{
	text-decoration: none;
	color: #337ab7;
}

/*------------**Animated Content**-------------*/
.animBlock {
	display: inline-block;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	-webkit-transition: all .55s ease-in;
	-moz-transition: all .55s ease-in;
	-ms-transition: all .55s ease-in;
	-o-transition: all .55s ease-in;
	transition: all .55s ease-in;
}
.animBlock[data-position="left"] { left: -20%; }
.animBlock[data-position="right"] { right: -20%; }
 
.animBlock[data-position="left"].viewed {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.animBlock[data-position="right"].viewed {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*Scroll-down Arrow*/

.scroll-down {
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer;
    /* border-radius: 50%; */
    height: 50px;
    width: 50px;
    margin: auto;
    right: 0;
    left: 0;
}
.arrow, 
.scroll-down:hover {
	-webkit-animation: hovering 1s infinite;
    -moz-animation: hovering 1s infinite;
    -o-animation: hovering 1s infinite;
    animation: hovering 1s infinite;
}
.arrow {
    /* padding: 13px; */
    border-right: 3px solid;
    border-bottom: 3px solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 24px;
    width: 24px;
    color: rgba(255,255,255, .85);
    display: block;
    margin: 0px auto;
    /* margin-top: -23px; */
}




/*Button UI*/
.btn {
	border-radius: 2px !important;
	text-transform: capitalize;
	padding:6px 50px !important;
}

/*----------Light Blue Button UI------------*/
.btn-mi.btn-ui-ltblue {
	color: #f1f1f1;
	background-color: #3399ff;
	border: 1px solid rgba(0,153,255,1.00) !important;
}
.btn-mi.btn-ui-ltblue:hover {
	color: #ffffff;
	background-color: rgba(0,153,255,1.00) !important;
	border: 1px solid #3399ff; 
}

/*----------Red Button UI------------*/
.btn-mi.btn-ui-red {
	color: #f1f1f1;
	background-color: #2d3538;
	border: 1px solid #2d3538 !important;
}
.btn-mi.btn-ui-red:hover {
	color: #ffffff;
	background-color: #3a474c;
	border: 1px solid #3a474c; 
}

/*----------Transparent Black Border Button UI------------*/
.btn-finddealer.btn-ui-blackborder {
	color: #000000;
	background-color: transparent !important;
	border: 2px solid #000000 !important;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.btn-finddealer.btn-ui-blackborder:hover {
	color: #ffffff;
	background-color: #000000 !important;
	border: 2px solid #333333 !important; 
}


#main-prod-cta {
	width: 50%;
}
.section-intro #main-prod-cta {
	padding: 5% 0;
}
#main-prod-cta .btn {
	display: inline-block;
    padding: 16px 44px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
	width: 100%;
}
#main-product-cta .btn.btn-mi {
	
}

.btn-notify {
	background:#ff9500;
	border: 1px solid #e68903;
	color:#fff;
	font-size:1.25em;
	line-height:3;
	max-width:480px;
	margin:0 auto;
	-webkit-transition: background 2s;
	-moz-transition: background 2s;
	transition: background 2s;
}

.btn-mi {	
	/*background:#5bc0de;
	border: 1px solid #46b8da !important;
	color:#fff;	*/
	font-size: 1.15em;
	line-height: 1.5;
	margin:0 auto;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}
.btn-mi:hover {
	background:#31b0d5;
	color: #fff !important;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}


.btn-atc {	
	background:#ff9500;
	border: 1px solid #e68903 !important;
	color:#fff;	
	font-size:1.25em;
	line-height:3;
	margin:0 auto;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}
.btn-atc:hover {
	background:#fbb202;
	color: #f1f1f1 !important;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}

.prod-mi a.btn-mi {
	text-transform: uppercase;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
}

/*TS: Subscribe Functionality*/

.form-input	{
	color:#333;
}

input {
    font-family: Helvetica,Arial,sans-serif;
    vertical-align: middle;
}
.submit {
    vertical-align: middle;
    margin: 0 0 0 1em;
}

.subscribe-wrapper {
    display: none;
}


.sorry-text, .thnq-reg, .reg-error {
    display: none;
    font-size: 1.3em;
    font-weight: 600;
    color: #fff;
}

.subscribe-wrapper-18 {
    display: none;
}

.subscribe-wrapper > h2 {
    color: #fff;
    margin-bottom: 0.5em;
	font-family: "Oswald","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-weight: 400;
    font-size: 22px;
}

input {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    position: relative;
}

#yes-btn {
    margin-left: 0;
}

.subscribe-wrapper-18 > h2 {
    color: #fff;
    margin-bottom: 0.5em;
	font-family: "Oswald","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-weight: 400;
    font-size: 22px;
} 


.thnq-exists, .thnq-reg {
    font-weight: 600;
    font-size: 1.3em;
    color: #fff;
}
.btn-learn-more:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    text-decoration: none;
}
#subscribe-button {
    margin: 0;
}

.btn-learn-more {
    cursor: pointer;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    color: #ffffff;
    font-size: 1em;    
    font-weight: 600;
    padding: 0.5em 1em;
    text-decoration: none;
    text-transform: uppercase;
}
/*TS: Subscribe Functionality*/




/* Awareness 5 Reason Styles Start- */
#top5 {
	background: #f1f1f1;
	padding: 5% 0;
}

.head-text-wrap {
	display: table;
	padding: 35% 5% 55% 5%;
}

.num {
	color: #333333;
	max-width: 79px;
	width: 100%;
}

#five {
	max-width: 25%;
	width: 100%;
	display: inline;
}

.row1 {
    margin-top: 2em;
}

.title-1 {
	font-size: 3em;
	display: inline;
	vertical-align: bottom;
	color: #fff;
	letter-spacing: 2px;
	font-family: "Open Sans";
	margin-left: 0.5em;
}
.s-title {
	font-size: 1.7em !important;
	margin-top: 0.4em !important;
	font-family: "Open Sans" !important;
	letter-spacing: 1px;
}

.bottom-t {
	color: #333;
	margin-top: 0.2em !important;
	font-size: 1.5em;
}


h2.text-center.description {
	font-size: 1.5em;
	margin: 0 7em;
	line-height: 1.6em;
	padding-bottom: 1em;
}
/* 5 Listing */
p.video-intro-text {
    width: 60%;
    margin: 0 auto 2em auto;
}

.row2 {
	margin-top: 2em;
}

.box-wrap {
  overflow: hidden;
  color: #000000;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  margin: 8px;
  max-width: 325px;
  min-width: 260px;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: none !important;
  padding: 30px 25px 0 0;
}

.box-wrap *,
.box-wrap *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.box-wrap img {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.box-wrap figcaption {
  background-color: #3B86A5;
  bottom: 30px;
  left: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.box-wrap h3 {
  font-size: 16px;
  position: absolute;
  color: #fff;
  letter-spacing: 1px;
  opacity: 0.85;
  left: 1em;
  padding: 6px 40px 0 0;
  text-transform: uppercase;
}

.box-wrap a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.box-wrap:hover figcaption, .box-wrap.hover figcaption {
  background-color: #b03427;
}

.description-box {
    position: absolute;
    width: 92.3%;
    margin: auto;
    margin-left: 22px;
    font-size: 0.8em;
    left: -7%;
    right: 0;
    top: 81%;
    color: #fff;
    background: rgba(0, 0, 0, 0.635);
    padding: 3% 5% 5% 5%;
    font-family: "Open Sans";
    bottom: 0;
}

.description-box h4 {
	color: #fff;
}
.mouse-in {
	top: 31%;
}

.box-title {
	padding-bottom: 0.5em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.gweb2 .video-btn {
	color: #fff;
	display: block;
	font-size: 2em;
}

.gweb2 .video-btn > .fa-play {
	display: block;
	margin-top: 0.4em;
	font-size: 1.3em;
}

	@media (min-width:768px) {
		.gweb2 .container {
			width:750px
		}
	}
	@media (min-width:992px) {
		.gweb2 .container {
			width:970px
		}
	}
	@media (min-width:1200px) {
		.gweb2 .container {
			width:1170px
		}
	}

/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
    	h2.text-center.description {
    		width: 100%;
    		margin: 0;
    	}

		.promo-top {
			padding-bottom: 15%;
		}
		#product-hero {
			/* background-size: cover !important; */
			background-position: -220px;
		}
		.bg-full-1 {
			background-size: cover;
		}
		.video-intro-text {
			font-size: 1em;
			line-height: 1.5;
		}
        .product-intro-text, .series-intro-text {
			font-size: 1em;
		}
		h1.product-title {
			font-size: 1.75em;
		}
		.video-title,
		.header-title h2,
		.series-title {
			font-size: 1.5em;
		}
		.header-title h2,
		.header-title h3 {
			line-height: 1.3;
		}
		.feature-info-text {
			padding: 0 1%;
			font-size: 1em;
		}
		
		.navbar-brand {
			float: none !important;
		}
		
		.yca-logo {
			width: 50%;
			margin: 0 auto;
			
		}
		.yca-logo a.navbar-brand {
			
		}
		.yca-logo a img {
			width: 150px !important;
			margin: 0 auto;
		}
		.custom-navbar navbar-header {
			float: left;
			width: auto !important;
		}
		
		.prod-price,
		.prod-msrp {
			font-size: 1.5em;
			font-weight: 600;
		}
		.series-product-wrapper .prod-type {
			min-height:45px;
		}
		#subscribe-section {
			text-align: center;
	    }
		.btn-learn-more {
			margin: 1em 0;
			padding: 0.5em 1em;
		}
		.subscribe-wrapper-18 > h2 {
			color: #fff;
			margin-bottom: 0.5em;
		}
		.btn-wrap {
			margin: 3% 0;
		}
		.subscribe-wrapper-18 > button {
			width: 35%;
		}
		#email-input {
			border-radius: 3px;				  
			height: 2.075em;
			font-size: 1em;
			margin: 0 !important;
			padding-left: 0.7em;
		}
		.series-product-wrapper .prod-features {
			min-height: 190px;
		}
		.prod-features ul {
			padding: 0 13%;
		}
		
		.scroll-down {
			top: 7%;
		}
		#video-block {
			padding: 20% 0%;
		}
		.right-detail-text {
			padding: 3% 0;
			text-align: center;
			font-size: 1em;
    		line-height: 1.5;
		}
		
		.second-image {
			text-align: center;
			margin: 0 auto;
		}
		#footer-links,
		#footer-copyright {
			
		}
		
		.series-intro-text {
			padding: 0;
		}
		#footer_copyright {
			padding: 0;
			float: none;
		}
		a span.feat-more{
			text-decoration: underline;
		}
		span.read-more {
			font-size: .8em;
			display: block;
		}
		
    }
	
	

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		.product-intro-text, .series-intro-text {
			font-size: 1em;
		}
		.subscribe-wrapper-18 > button {
			width: 35%;
		}
		#email-input {
			border-radius: 3px;				  
			height: 2.075em;
			font-size: 1em;
			margin: 0 !important;
			padding-left: 0.7em;		
		}
		.btn-learn-more {			
			padding: 0.5em 1em;
		}
		.award-img .img-responsive{
			margin: 0 auto;
			width:100%;
		}
		/* Modal */
		.video-box {
			top: 0;
			right: 0;
			left: 0;
			bottom: 0;
			position: fixed;
			z-index: 100;
			overflow: hidden;
			background: #000;
		 }
		 .video-close {
			background: #222;
			border-radius: 50%;
			width: 32px;
			height: 32px;
			color: rgba(255, 255, 255, 0.77);
			border: 1px solid rgba(255, 255, 255, 0.34);
			top: 40px;
			right: 40px;
			text-align: center;
			line-height: 29px;
			cursor: pointer;
			position: absolute;
			z-index: 99;
			}
		  .video-iframe {
			width: 100%;
			height: 100%
		  }

    }
	
	@media only screen and (min-width : 629px) {
		.promo-top {
			padding-bottom: 10%;
		}
		
    }
	
	

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		h1.product-title {
			font-size: 3em;
		}
		.video-title,
		.header-title h2,
		.series-title {
			font-size: 1.6em;
		}
		.bg-full-1 {
			background-size: cover;
		}
		.feature-info-text {
			padding: 0 5%;
			font-size: 1.1em;
		}
		.right-detail-text {
			font-size: 1.2em;
		}
		.yca-logo a img {
			width: 260px !important;
			margin: 0 auto;
		}
		
		/*.social-opt{
			width:9%;
		}*/
		.prod-price,
		.prod-msrp {
			font-size: 1.3em;
		}
		.prod-features ul {
			padding: 0;
		}
		.series-product-wrapper .prod-features {
			min-height: 215px;
			padding: 0 10px;
		}
		#product-hero {
			background-position: center;
			
		}
		.scroll-down {
			top: 18%;
		}
		#footer-links {
			float: left;
		}
		#footer_copyright {
			
		}
		.series-product-wrapper .prod-type {
			min-height: 40px;
		}
		
    }
	
	/* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		.brand-rating {
			width: 50%;
			margin: 2% auto;
		}
		.brand-logo {
			width: 20%;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.product-intro-text, .series-intro-text {
			font-size: 1.3em;
			line-height: 1.5;
		}
		.video-intro-text {
			font-size: 1.3em;
			line-height: 1.5;
		}
		.feature-info-text {
			padding: 0 10%;
			font-size: 1.3em;
		}
		.right-detail-text {
			font-size: 1.3em;
		}
		
		.subscribe-wrapper-18 > button {
		   width: 10%;
		}
		#email-input {
			border-radius: 3px;
			width: 15%;
			padding: 0.5em 1em;	   
		}
		.promo-top {
			padding-bottom: 20%;
		}
		/*#video-block {
			padding: 5% 0 5%;
		}*/
		.header-title h1 {
			font-size: 1.5em;
			color:#fff;
		}
		.award-img .img-responsive{
			margin: 0 auto;
			width:50%;
		}
		.right-detail-text {
			padding:0;
			text-align: left;
		}
		.second-image {
			text-align: left;
			width: 100%;
			margin: 0;
		}
		
		.series-intro-text {
			padding: 0 20%;
		}
		a span.feat-more{
			text-decoration: none;
		}
		span.read-more {
			display: inline-block;
		}
	
    }
	
	/* Medium Devices, Desktops */
    @media only screen and (max-width : 991px) {
		.gfort-50-column,
		.gfort-42-column,
		.gfort-50-column.pull-right {
			left: 0;
			width: 100%;
			height: auto;
			position: relative;
		}
		.gfort-50-column>div.hero-image-container,
		.gfort-42-column>div.hero-image-container {
			max-width: 100%;
		}
		.gfort-50-column.pull-right>div,
		.gfort-42-column.pull-right>div {
			float: none;
		}
		.gfort-50-column>div,
		.gfort-42-column>div {
			padding-left: 0 ;
			padding-right: 0 ;
		}
		.hero-image-container {
			padding-top: 4%;
		}
		.hero-image img {
			max-width: 100%;
			height: auto;
			position: relative;
		}
		.pull-right .hero-image img {
			left: 0;
			right: 0;
		}
		.brand-logo {
			width: 50%;
		}	
		
    }

    /* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
		.subscribe-wrapper-18 > button {
			width: 10%;
		}
		#email-input {
			border-radius: 3px;
			width: 15%;
			padding: 0.5em 1em;	   
		}
		
		
    }

	@media only screen and (min-width:768px) and (max-width: 1199px) {
	  
		#five {
			max-width: 17%;
		}

		.title-1 {
			font-size: 3vw;
		}

		.s-title {
			font-size: 1.82vw !important;
		}

		.head-text-wrap
		{
			padding: 15% 0;
			padding: 14vw 0;
		}

		#time-text {
			padding-left: 9%;
		}

	}


	@media only screen and (max-width : 767px) {

		h2.text-center.description {
			font-size: 1em;
		}

		.num {
			max-width: 50px;
			display: block;
			margin: 1em auto 1em auto;
		}

		p.video-intro-text {
			width: 100%;
		}

		.bottom-t {
			display: block;
			font-size: 6vw;
			width: 60%;
			margin: 0 auto;
			opacity: 0.8;
		}

		#product-hero {
			background: none;
		}

		.main-title-mobile {
			font-size: 5vw;
			color: #fff !important;
			background: #000;
			padding: 4% 5%;
			text-align: center;
			bottom: 0;
			margin: 0;
		}
		
    }

