  /* BEGIN Styles for 91成人短视频 Campaign pages */

/ campaign headings /
.nku-campaign-h3 {
    font-weight: bold;
    color: #333 !important;
    line-height: 2.5rem;
    font-size: 2rem;
    text-transform: uppercase;
}

h4.nku-campaign {
    font-weight: bold;
    color: #333;
    line-height: 2rem;
    font-size: 2rem;
}
/ Main Page Hero Banner ****/
.text.nku-parallax-row {
	background: none !important;
}
#hero-header {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}
#custom-banner-parallax1 {
	font-family: 'Giovanni';
	position: relative;
	box-sizing: border-box;
    padding-bottom: 6rem;
    background-position: bottom;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4); /*transparent overlay*/
}
#custom-banner-parallax1 h2 {
    font-size: 6rem;
    line-height: 6rem;
	text-shadow: 	0px 3px 6px rgba(0,0,0,.4),
					-3px 0 6px rgba(0,0,0,.4),  
					0px -3px 6px rgba(0,0,0,.4), 
					3px 0px 6px rgba(0,0,0,.4) !important;
}
#custom-banner-parallax1 h3 {
	font-size: 3.5rem;
}
#custom-banner-parallax1 p {
	font-size: 2.3rem;
    line-height: 3.3rem;
    letter-spacing: -.5px;
}
#custom-banner-parallax1 p b {
	border-bottom: 3px solid #ffc72c;
}
#custom-banner-parallax1 .down-arrow-container {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    padding: 1rem;
    cursor: pointer;
}
#custom-banner-parallax1 .down-arrow-container .icon {
	color: #fff;
    font-size: 2.3rem;
	cursor: pointer;
	padding: 0;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
	transition: all 0.2s ease-in-out;
}
#custom-banner-parallax1 .down-arrow-container .icon:hover {
	opacity: 0.8;
}
#custom-banner-parallax1 .text img {
    margin: 2rem;
    max-width: calc(100% - 4rem);
}
/*Tablet View*/
@media only screen and (max-width: 991px) {
	#hero-header {
		width: 90%;
	}
	#custom-banner-parallax1 h2 {
		font-size: 3rem;
		line-height: 3rem;
	}
}

/ Sub Page Hero Banner ****/
#custom-banner-parallax2 {
	background-position: bottom;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4); /*transparent overlay*/
	position: relative;
}

/ Hero Navigation ****/
#nku-campaign-nav {
    padding: 2rem 3rem;
    position: absolute;
    z-index: 1;
    width: 100%;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    left: 0;
    top: 0;
}
#nku-campaign-nav p {
	margin: 0;
}
#nku-campaign-nav .nku-campaign-nav-flex-left img {
	height: 5rem;
}
#nku-campaign-nav .nku-campaign-nav-flex-right ul {
	padding: 0;
	margin: 0;
    display: inline-flex;
	flex-wrap: wrap;
}
#nku-campaign-nav .nku-campaign-nav-flex-right ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex: none;              /* IE 10 */
	white-space: nowrap;
}
#nku-campaign-nav .nku-campaign-nav-flex-right ul li a {
	text-decoration: none !important;
	color: inherit;
	cursor: pointer;
	padding: 1rem 2rem;
	background: rgba(255,255,255,0.6);
	color: #000;
    display: inline-block;
    margin: .5rem;
}
#nku-campaign-nav .nku-campaign-nav-flex-right ul li a:hover {
	background: #fff;
	color: #3;
}
/* Tablet View */
@media only screen and (max-width: 991px) {
	#nku-campaign-nav {
		flex-direction: column;
		padding: 2rem 0;
	}
	#nku-campaign-nav .nku-campaign-nav-flex-left {
		align-self: center;
		padding: 2rem 0;
	}
	#nku-campaign-nav .nku-campaign-nav-flex-right {
		text-align: center;
	}
}

/ Page Navigation ****/
.nku-page-nav {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
    flex-wrap: wrap;
}
.nku-page-nav-btn {
	display: none;
	cursor:pointer;
	text-align:center;
	padding: 10px;
	margin: 0;
	border-radius: 0px;
	clear: both;
	overflow: auto;
	box-sizing: border-box;
	background: #282828;
	color: white;   
}
.nku-page-nav a {  
	color: #333;
    font-weight: bold !important;
    white-space: nowrap;
    background-color: lightgray;
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
    border-radius: 3px;
    transition: 0.2s all ease-in-out;
    text-transform: uppercase;
    margin: 1rem;
	text-decoration: none !important;
}
.nku-page-nav a.active {
	background: #ffc72c;
	box-shadow: 0px 5px 23px rgb(255, 199, 44, 0.6);
	pointer-events: none;
}
.nku-page-nav a.active:hover {
	box-shadow: 0px 5px 23px rgb(255, 199, 44, 0.6);
}
.nku-page-nav a:hover {
	box-shadow: 0px 10px 35px rgba(204, 204, 204, .6);
}

/ page rows ****/
.nku-row-padding {
	padding: 2rem !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.nku-image-row, .nku-image-row img {
	height: 40rem;
	overflow: hidden;
    object-position: center;
    object-fit: cover;
	width: 100%;
    background-attachment: unset !important;
}
.nku-image-row .leftimage {
	float: none !important;
}
.nku-bg-campaign-gold,
.nku-bg-campaign-grey,
.nku-bg-campaign-black {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 1rem 1.2rem;
}
.nku-bg-campaign-gold {
	background: url('/content/dam/campaign/images/Gold%20Further%20Faster%20Patterns.jpg') !important;
}
.nku-bg-campaign-gold * {
    color: #333;
}
.nku-bg-campaign-grey {
	background: url('/content/dam/campaign/images/Grey%20Further%20Faster%20Patterns.jpg') !important;
}
.nku-bg-campaign-grey * {
    color: #333;
}
.nku-bg-campaign-black {
	background: url('/content/dam/campaign/images/Black%20Further%20Faster%20Patterns.jpg') !important;
}
.nku-bg-campaign-black * {
    color: #fff;
}

/ Image Layout ****/
.nku-image-feature-layout {
	margin: 0 auto;
	padding: 0 6rem;
}
.nku-image-feature-layoutImage {
	position: relative;
	z-index: 0;
	max-height: 40rem;
	width: 100%;
	object-fit: cover;
    overflow: hidden;
}
.nku-image-feature-layoutImage img {
    width: 100%;
}
.nku-image-feature-layout .text {
	padding: 2.5rem;
	margin-top: -10rem;
	background-color: rgba(255,255,255,.97);
	position: relative;
	z-index:1;
	width: 80%;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 2px;
}
.nku-image-feature-layout h3 {
	margin-top: 0;
}
.nku-image-feature-layout p {
	font-size: 14px;
}
@media only screen and (max-width: 768px) {
	.nku-image-feature-layout .text {
		width: 100%;
	}
	.nku-image-feature-layout {
		width: 100%;
		box-shadow: 0 0 10px rgba(0,0,0,.2);
		padding: 0;
	}
	.nku-image-feature-layout .text {
		margin-top: 0;
		box-shadow: none;
	}
}

/ Card Layouts ****/

/* normal card no image*/
.textimage.nku-card-layout {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
	overflow: hidden;
	padding: 2rem;
    margin: 1rem 0;
}

/* normal card*/
.textimage.nku-image-card-layout {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
	overflow: hidden;
	margin: 1rem 0;
}
.nku-image-card-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nku-image-card-layout .text {
	padding: 2.5rem;
	min-height: 350px;
}
.nku-image-card-layout h3 {
	margin-top: 0;
}
.nku-image-card-layout p {
	font-size: 14px;
}
.nku-image-card-layout .image picture img {
	border-radius: 2px 2px 0px 0px;
	height: 30rem;
	width: 100%;
	object-fit: cover;
}

/* horizontal card */
.textimage.nku-image-card-horiz-layout {
	border-radius: 2px;
	margin: 1rem 0;
	overflow: hidden;
}
.nku-image-card-horiz-layout {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.nku-image-card-horiz-layoutImage {
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	overflow: hidden;
	position: relative;
}
.nku-image-card-horiz-layout .text {
    -webkit-box-flex: 2;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 2;         /* OLD - Firefox 19- */
    -webkit-flex: 2;          /* Chrome */
    -ms-flex: 2;              /* IE 10 */
    flex: 2;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 2.5rem;
	min-height: 350px;
}
.nku-image-card-horiz-layout h3 {
	margin-top: 0;
}
.nku-image-card-horiz-layout p {
	font-size: 14px;
}
.nku-image-card-horiz-layout .image picture img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
	.nku-image-card-horiz-layout {
		flex-direction: column;
	}
	.nku-image-card-horiz-layoutImage {
		height: 30rem;
	}
}


/** HEADING TAG ***/

.nku-grey-heading h2 {
	font-size:4rem;
    line-height:4rem;
    text-transform:none;
    color:#888;

}

/ List Card Layouts ****/
.nku-3-columns.nku-list-card-layout {
    -webkit-column-gap: 0rem !important;
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
}
.nku-list-card-layout .teaser hr {
	display: none;
}
.nku-list-card-layout .teaser img {
    width: 100%;
    height: 30rem;
    margin: 0 0 2rem 0;
	object-fit: cover;
	float: inherit;
}
.nku-list-card-layout .teaser img {
	margin: inherit;
	width: inherit;
	height: inherit;
}
.nku-list-card-layout .teaser-description {
	text-align: left;
}	
.nku-list-card-layout ul.teaser {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
	padding: 0;
	margin: 0;
}
.nku-list-card-layout ul.teaser li {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	margin: 0 1em 3.5ex 1em;
	max-width: 33%;
	break-inside: avoid;
}
.nku-list-card-layout ul.teaser li .teaser-title,
.nku-list-card-layout ul.teaser li .teaser-description {
    margin: 1rem 2rem;
}
.nku-list-card-layout ul.teaser li > div {
	margin-bottom: 1rem;
    overflow: hidden;
}
.nku-list-card-layout ul.teaser li > div::after {
	clear: both;
}

/*flexbox*/
.nku-list-card-layout ul.teaser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.nku-list-card-layout ul.teaser li {
    flex-basis: calc(33% - 2rem);
    margin: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
}
.nku-list-card-layout ul.teaser li div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
	width: 100%;
 	text-align: center;
  	padding: 0.5em
}

@media screen and (max-width: 1150px) {
	.nku-list-card-layout ul.teaser li {
		flex-basis: calc(50% - 2rem);
        max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.nku-list-card-layout ul.teaser li {
		flex-basis: 100%;
    	margin: 1rem 0;
        max-width: 100%;
	}
}
@media (max-width: 1200px) {
	.nku-list-card-layout ul.teaser li {
	max-width: 50%;
	}
}
@media (max-width: 768px) {
	.nku-list-card-layout ul.teaser li {
	max-width: 100%;
	}
}

/*end flexbox*/


/ Buttons ****/
.nku-btn-fixed-width {
	width: 220px;
	margin: 0.5rem 1rem;
}
.nku-btn-grey-wide, 
.nku-btn-gold-wide {
    display: block;
	padding: 5px 0px;
	margin-top: 18px;
	border-radius: 2px;
    cursor: pointer;
    text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	color: black;
}
.nku-btn-grey-wide:link,
.nku-btn-grey-wide:active,
.nku-btn-grey-wide:visited,
.nku-btn-grey-wide:hover,
.nku-btn-gold-wide:link,
.nku-btn-gold-wide:active,
.nku-btn-gold-wide:visited,
.nku-btn-gold-wide:hover {
	color: black;
}
.nku-btn-grey-wide:hover, 
.nku-btn-gold-wide:hover {
    box-shadow: 0 0 3px #000;
}
.nku-btn-grey-wide { background-color: lightgray; }
.nku-btn-gold-wide { background-color: #FFC72C; }


/ Animations ****/
@keyframes bounce {
  0%,100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%,100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* END Styles for 91成人短视频 Campaign pages */
/ percent circle chart ****/
.nku-percent-circle {
	text-align: center; 
    font-size: 3rem;
    line-height: 3rem;
    color: grey; 
    font-weight: bold;
}
.nku-percent-circle .circle-chart {
    max-width: 25rem;
    margin: 0 auto;
}
.nku-percent-circle .circle-chart-text {
    color: #333;
	fill: #333;
    font-family: inherit;
    font-weight: bold !important;
}

/ counters ****/
.nku-counter span {
    color: #333;
    font-family: inherit;
    font-weight: bold;
    font-size: 3rem;
}

/ progress bar chart ****/
.nku-progress-bar {
	width: 100%;
}
.nku-progress-bar .bar,
.nku-progress-bar .bar-bg {
    height: 100%;
    padding: 0;
}
.nku-progress-bar .bar-bg {
    background-color: #efefef;
    border: solid 1px #cacaca;
    width: 100%;
    height: 2em;
}
.nku-progress-bar .bar {
    background-color: #fec526;
    width: 0px;
    -webkit-transition: width 1s ease-in; /* Safari */
    transition: width 1s ease-in;
}
.nku-progress-bar .indicators {
    position: relative;
    height: 3rem;
    font-weight: bold;
    font-size: 2rem;
    color: #333;
}
.nku-progress-bar .indicators span {
    position: absolute;
    margin-left: -3rem;
}
.nku-progress-bar .indicators .indicator-0 { left: 0; margin: 0 !important; }
.nku-progress-bar .indicators .indicator-20 { left: 20%; }
.nku-progress-bar .indicators .indicator-40 { left: 40%; }
.nku-progress-bar .indicators .indicator-60 { left: 60%; }
.nku-progress-bar .indicators .indicator-80 { left: 80%; }
.nku-progress-bar .indicators .indicator-100 { right: 0; margin: 0 !important; }

@media only screen and (max-width: 600px) {
	.nku-progress-bar .indicators {
        font-size: 1.5rem;
    }
}
