@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'gotham_rounded_light';
    src: url('../fonts/GothamRounded-Light.otf') format('opentype'),
         url('../fonts/GothamRoundedLight_21020.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_rounded_med';
    src: url('../fonts/GothamRounded-Medium.otf') format('opentype'),
         url('../fonts/GothamRoundedMedium_21022.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_rounded_bold';
    src: url('../fonts/GothamRounded-Bold.otf') format('opentype'),
         url('../fonts/GothamRoundedBold_21016.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html{
  	height: 100%;
  	background-color: #eee;
}
body {
  	height: 100%;
  	width:100%;
	padding:0;
	margin:0;
	background-color: #eee;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;
	position: static;
	/*font-family: 'stone_sansbold', sans-serif;*/
	font-size: 12px;
	font-family: 'gotham_rounded_med', 'Varela Round', sans-serif;
}



img {
	width: 100%;
}


h2 {
	font-size:30px;
		font-family: 'gotham_rounded_bold', 'Varela Round', sans-serif;
}
h3 {
	font-size: 24px;
		font-family: 'gotham_rounded_bold', 'Varela Round', sans-serif;
		margin:10px 0 10px;
}
h4 {
	font-size: 16px;
		font-family: 'gotham_rounded_med', 'Varela Round', sans-serif;
}
p {
	font-size: 14px;
		font-family: 'gotham_rounded_light', 'Varela Round', sans-serif;	
}
a {
	color: inherit;
	text-decoration: underline;
}

.nc-title {
	color:#fff;
	width: 100%;
	margin:65px 0 35px; 
	text-align: center;
}
.nc-header-inner {
	font-size: 24px;
	padding:0 20px;
	width:100%;
	position: relative;
}
#nc-footer {
	width: 100%;
	position: absolute;
	bottom:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.15+0,0.5+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

	height:42px;
}
#nc-footer-logo {
	width:118px;
	height:17px;
	background-image:url(../img/nick_logo.png);
	background-size: 100%;
	position: absolute;
	right:10px;
	top:14px;

}
#nc-footer-external {
	width: 100%;
	position: absolute;
	bottom:0;
	height:26px;
}
#nc-container {
	position: relative;
/*	width: 100%;
	height:100%;*/
	min-height: 100%;
}
/*#nc-controller-inner {
	top:100px;
	position: relative;
}*/

.nc-column-455 {
	width: 455px;
	margin:0 auto;
	position: relative;
	color:#fff;
}
.nc-column-617 {
	width: 617px;
	margin:0 auto;
	position: relative;
}
.nc-column-680 {
	width: 680px;
	margin:0 auto;
	position: relative;
	text-align: center;
}

#nic-home-speech {
	width: 300px;
    height: 164px;
}
#nc-home-speech-banner {
    width: 110px;
    height: 33px;
}

#nc-home-speech {
	width:445px;
	height:244px;
	background-image: url(../img/bubble.png);
	background-size: 100%;
	position: relative;
	margin-bottom: 35px;
	-webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-moz-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-ms-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-o-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
}
#nc-home-speech-banner {
	width:130px;
	height:39px;
	background-image: url(../img/bubble_banner.png);
	background-size: 100%;
	position: absolute;
	right: -12px;
    bottom: 100px;
        text-align: center;
    text-transform: uppercase;
    color: #fff;
}
#nc-home-speech-text {
	padding:35px;
}


.nc-promotion {
	width: 100%;
	margin-bottom: 35px;
}
.nc-promotion-inner {
	background-color: #ffffff;
	width:455px;
	height: 222px;
	background-size: 100%;
	margin:0 auto;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}
.nc-promotion-banner {
	position: absolute;
	width: 255px;
	height:69px;
	background-image: url(../img/promo_banner.png);
	bottom:8px;
	left:-15px;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
    color: #fff;
}
.nc-promotion-banner-heading {
	height:54px;
	line-height: 54px;
	position: absolute;
	top:0;
	padding:0 25px;
}
.nc-promotion-banner-heading h4 {
	display:inline-block;
  line-height:19px;
  vertical-align:middle;
}
.nc-promotion-title {
	position: absolute;
}
.nc-featured-promotion {
	position: absolute;
	right: 20px;
	background-color: rgb(21, 189, 203);
	color: rgb(255, 255, 255);
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 12px;
}
.nc-home-button {
	position: absolute;
	left: 20px;
	background-color: rgb(21, 189, 203);
	color: rgb(255, 255, 255);
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 12px;
}

.nc-page-title {
	padding:0 50px;
	text-align: center;
	margin-bottom: 35px;
	color: #ccccff;
    /* text-shadow: 1px 1px 5px rgba(0,0,0,0.34); */
    background-color: #000075;
    padding: 10px 45px;
    border-radius: 20px;
    display: inline-block;
    width: 66%;
    background-color: #fff;
    	-webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-moz-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-ms-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-o-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
}
.nc-module {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin: 0px 0 35px;
	border-radius: 40px;
	position: relative;
}



.nc-triangle,
.nc-triangle:before,
.nc-triangle:after {
    width:  12em;
    height: 12em;
    position: absolute;
    border-top-right-radius: 50%;
}
.nc-triangle:before,
.nc-triangle:after {
    content: '';
    position: absolute;
    background-color: inherit;
}

.nc-t1 {
	right:8px;
	top:-10px;
    -webkit-transform: rotate(0deg) skewX(-30deg) scale(1,.866);
    -moz-transform: rotate(0deg) skewX(-30deg) scale(1,.866);
    -ms-transform: rotate(0deg) skewX(-30deg) scale(1,.866);
    transform: rotate(0deg) skewX(-30deg) scale(1,.866);
}
.nc-t1:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.nc-t1:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -moz-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -ms-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}
.nc-t2 {
	right: 81px;
    top: 166px;
    -webkit-transform: rotate(180deg) skewX(-30deg) scale(1,.866);
    -moz-transform: rotate(180deg) skewX(-30deg) scale(1,.866);
    -ms-transform: rotate(180deg) skewX(-30deg) scale(1,.866);
    transform: rotate(180deg) skewX(-30deg) scale(1,.866);
}
.nc-t2:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.nc-t2:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -moz-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -ms-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}
.nc-circle {
	border-radius: 50%;
	height:105px;
	width:100px;
	position: absolute;
}
.nc-c1 {
	top:0;
	left:0;
}
.nc-c2 {
	top:95px;
	left:0;
}
.nc-c3 {
	top:195px;
	left:0;
}
.nc-c4 {
	top:0;
	right:0;
}
.nc-c5 {
	top:95px;
	right:0;
}
.nc-c6 {
	top:195px;
	right:0;
}

.nc-box1 {
	position: absolute;
	left:0;
	top:0;
	height:300px;
	width:617px;
	border-radius: 40px;
}
.nc-box2 {
	position: absolute;
	left:0;
	top:0;
	height:300px;
	width:555px;
	border-radius: 40px;
}
.nc-box3 {
	position: absolute;
	left:50px;
	top:0;
	height:300px;
	width:517px;
	border-radius: 0px;
}
.nc-box4 {
	position: absolute;
	left:0;
	top:0;
	min-height:300px;
	height:100%;
	width:100%;
	border-radius: 40px;
}
.nc-shadow, .nc-module-puzzle {
	-webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-moz-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-ms-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-o-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
}
.nc-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
}
.nc-module-puzzle {
	border-radius: 20px;
	position: relative;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:25px;
	text-align: center;
}
.nc-module-puzzle-inner {
	position: relative;
	width: 630px;
	height:630px;
}

.nc-module-assets {
	text-align: center;
/*	margin-bottom: 45px;*/
}
.nc-module-assets-image-container {
	width: 210px;
	height:160px;
	display: inline-block;
	margin-right: 25px;
}
.nc-module-assets-image-container:last-child {
	margin-right: 0;
}
.nc-module-assets-number {
	position: absolute;
	bottom:-28px;
	width: 62px;
	height:62px;
	background-color: #ffffff;
	border-radius: 62px;
	font-size: 18px;
	line-height: 86px;
}
.nc-module-assets-number-video {
	z-index: 9;
	left:50%;
	position: absolute;
	top:50%;
	margin-top: -31px;
	margin-left: -31px;
	width: 62px;
	height:62px;
	background-color: #ffffff;
	border-radius: 62px;
	font-size: 20px;
	line-height: 62px;
}
.nc-module-assets-image {
	width: 100%;
	height:100%;
	background-size: 100%;
	border-radius: 15px;
	position: relative;
	border: 2px solid #ffffff;
	-webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-moz-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-ms-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-o-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
}
.nc-module-assets-image, .nc-module-assets-video {
	width: 100%;
	height:100%;
	background-size: 100%;
	border-radius: 15px;
	position: relative;
	-webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-moz-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-ms-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-o-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
}
#nc-comp-videoplayer {
	padding:25px;
	width: 617px;
	margin: 0 auto;
	border-radius: 40px;
	-webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-moz-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-ms-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-o-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
}
.nc-assets-videos-container {
	margin-top: 35px;
}
.nc-module-assets-single-video {
	width: 185px;
	height:90px;
	display: inline-block;
	margin-right: 25px;
	-webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-moz-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-ms-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-o-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	position: relative;
}
.nc-module-assets-single-video:last-child {
	margin-right: 0;
}


.nc-module-bg {
	position: absolute;
}
.nc-module-inner {
/*	min-height:300px;*/
	width: 100%;
	position: relative;
	text-align: left;
}
.nc-module-content {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:25px;
	position: relative;
}
.nc-module-side-text {
	display: inline-block;
	width: 44%;
	 position: relative;
    vertical-align: top;
    min-height:250px;
}
.nc-module-full-text-comp {
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.nc-module-side-text h3 {
	text-align: center;
}
.nc-module-side-image {
	display: inline-block;
	width: 55%;
	position: relative;
    vertical-align: top;
    height:250px;
}
.nc-module-side-image-right {
	margin-left: 37px;
	width:275px;
}
.nc-module-side-image-comp {
	width: 300px;
}
.nc-module-side-text-comp {
	width:325px;
}
.nc-module-side-rightcopy {
    padding-right: 30px;
}
.nc-module-side-leftcopy {
	padding-left: 45px;
    padding-right: 15px;
}
.nc-module-link {
    border-radius: 15px;
    overflow: hidden;
}
.nc-module-game {
	border-radius: 5px;
}
.nc-module-video {
	border-radius: 35px;
}
.nc-module-video-on {
	border:2px solid #fff;
}
.nc-module-comp {
	border-radius: 3px;
}
.nc-button {
	background: transparent;
	border-radius: 15px;
	border:1px solid #ffffff;
	padding: 5px 20px;
	font-size: 18px;
	display: inline-block;
	text-transform: uppercase;
	position: absolute;
	bottom:0;
	width: 200px;
    text-align: center;
    cursor: pointer;
	font-family: 'gotham_rounded_med', 'Varela Round', sans-serif;
}
.nc-button-puzzle {
	position: relative;
    bottom: -10px;
}
.nc-button:hover {
	opacity: 0.8;t
}
.nc-buttom-game {
	padding-bottom: 60px;
}
.nc-terms-link {
	font-style: italic;
	width: 100%;
	text-align: right;
	display: block;
	cursor: pointer;
	text-decoration: underline;
}



/* VIDEO */
#nc-videoholder {
	position: relative;
    text-align: center;
}
#nc-video {
	width:444px;
	height:250px;
	background-size: 100% 100%;
}
#nc-video img {
	height:100%;
}
video {
	object-fit: inherit;
}
/* END VIDEO */


.nc-page {
	padding-bottom: 50px;
}
.nc-content {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:10px;
	background-color: #0f152f;
}
.nc-heading {
	text-align: center;
}
.nc-logo-container {
	margin: 0 auto;
	background-image:url(../img/logo_holder.png);
	background-size: 100%;
	width: 225px;
	height:110px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 35px;
	-webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-moz-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-ms-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	-o-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.35));
	padding-bottom: 5px;
}
.nc-logo {
	width: 100px;
	height: 75px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	top:5px;
	margin: 0 auto;
}
#nc-tcs-embed {
	width:100%;
	height:1400px;
}



/* GALLERY */
.nc-gallery {
	width: 275px;
	height:250px;
	position: relative;
	border-radius: 22px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform:translateZ(0);
}
.nc-gallery-hide {
	width: 275px;
	height:250px;
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform:translateZ(0);
}
.nc-gallery-left {
	left:20px;
}
.nc-gallery-right {
	right:0;
}

.nc-double-gallery, .nc-double-gallery-hide {
	width: 630px;
	height:300px;
	position: relative;
	border-radius: 22px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform:translateZ(0);
}
.nc-double-gallery-hide {
	overflow: hidden;
}


.nc-gallery-inner {
	position: absolute;
	height:100%;
	transition : 0.6s ease-in-out;
	-webkit-transition : 0.6s ease-in-out;
}
.nc-gallery-image {
	width: 275px;
	height:250px;
	float: left;
	background-size: 100%;
}
.nc-double-gallery-image {
	width: 630px;
	height:300px;
	float: left;
	background-size: 100%;
}
.nc-gallery-image img {
	height: 100%;
}
.nc-gallery-button {
    width: 38px;
	height:47px;
	background-size: 100%;
	position: absolute;
	cursor: pointer;
}
.nc-gallery-button:hover {
	opacity: 0.8;
}
.nc-gallery-button-left {
	background-image: url(../img/gallery_left.png);
	left:-19px;
	top:50%;
	margin-top: -19px;
}
.nc-gallery-button-right {
	background-image: url(../img/gallery_right.png);
	right:-19px;
	top:50%;
	margin-top: -19px;
}
/* END GALLERY */

/* FUNNEL WIDGET */
#nc-widget {
	padding:40px 70px 40px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.35);
	border-radius: 40px;
	margin-bottom: 20px;
	text-align: left;
}
.funnel {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-radius: 25px;
	font-family: 'gotham_rounded_light', 'Varela Round', sans-serif;
}
.funnel .text[type="text"] {
	height:19px;
	font-size: 12px;
	border-radius: 5px;
	width:50%;
	padding:0 3px;
	color: #333;
	display: inline-block;
}
.funnel input[type="text"].text, 
	.funnel input[type="password"].text, 
	.funnel input[type="number"].text, 
	.funnel input[type="email"].text, 
	.funnel input[type="tel"].text, 
	.funnel textarea.text, 
	.funnel div.text {
	border:0px solid #fff;
}
.funnel select.dropdown {
	width: 16%;
	border: 1px solid #eee;
}
.funnel .required {
	text-indent: 12px;
	padding:0 !important;
}
.funnel .label {
	width: 47%;
	display: inline-block !important;
	text-align: left;
}
.funnel ol.questions li {
	clear:none;
}
.funnel .submit {
	background: none;
	border-radius: 20px;
	border:1px solid #ffffff;
	padding: 5px 20px;
    margin-left: 47%;
	font-family: 'gotham_rounded_med', 'Varela Round', sans-serif;
	text-transform: uppercase;
}
.funnel ol.questions li .checkbox-container label {
	display: inline;
	font-weight: 100;
	margin-left: -12px;
}
.funnel ol.questions li input[type='checkbox'], .funnel ol.questions li input[type='radio'] {
	display: inline-block;
	float: none;
	margin: 0 10px 0 0;
}
.funnel ol.questions li, .funnel .processorItem, .funnel .questionResults {
	padding:5px 0;
}
.funnel .primaryTextBoldBody {
	width: 47%;
	display: inline-block;
}
.funnel .questionItem .answerOptionText {
	float: none;
}

.funnel li:hover>.answerOptionText {
	background-color: transparent;
}
.funnel li.questionItem:nth-last-child(2), .funnel li.questionItem:nth-last-child(1) {
	padding-left:47%;
	width: 50%;
	font-size: 12px;
}
.funnel .answerOptionText:nth-last-child(2), .funnel .answerOptionText:nth-last-child(1) {
	font-size: 12px;
}
.cal-617 {
	height:617px!important
}
.cal-auto {
	height:auto!important
}


#nc-comp-footer-buttons {
	text-align: center;
	margin: 0px 0 20px;
}
.nc-comp-footer-button {
	display: inline-block;
	border-radius: 20px;
	margin: 0 5px;
	padding:0 30px;
	width:200px;
	height:50px;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	vertical-align: top;
}
.nc-comp-footer-button label {
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
	cursor: pointer;
}
.nc-comp-footer-button:hover {
	opacity: 0.6;
}
.nc-game-container {
	width: 100%;
}





@media only screen and (max-width: 679px) {

	.container {
		padding-right:10px;
		padding-left:10px;
	}

	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 12px;
	}
	
	.nc-column-617, .nc-column-680, .nc-column-455  {
		width: 300px;
	}
	.cal-617,.cal-default-display {
		height:300px!important
	}
	.cal-container-live {
		border-radius: 8px;
	}
	#cal-preview-container {
		-webkit-transform:scale(0.44117670);
		transform:scale(0.44117670);
	}

	.nc-logo-container {
		margin-bottom: 35px;
		width:175px;
		height:86px;
		background-repeat: no-repeat;
	}
	.nc-logo {
		width: 80px;
		height:60px;
	}
	.nc-featured-promotion {
		right: 0;
		text-align: center;
		width: 70px;
		padding: 5px;
		font-size: 9px;
	}
	.nc-home-button {
		left: 0;
		text-align: center;
		width: 60px;
		padding: 5px;
	}
	.nc-promotion {
		margin-bottom: 20px;
	}
	.nc-promotion-inner {
		width:300px;
		height: 146px;
	}
	.nc-promotion-banner {
		width:185px;
		height:50px;
		background-size: 100%;
		padding-top: 4px;
		left:-10px;
	}
	.nc-promotion-banner-heading {
		height:40px;
		line-height: 40px;
		position: absolute;
		top:0;
		padding:0 17px;
	}
	.nc-promotion-banner-heading h4 {
		display:inline-block;
	  line-height:15px;
	  vertical-align:middle;
	  margin: 0
	}
	.nc-page-title {
	    padding: 10px 15px;
	    width: 90%;
	}
	.nc-triangle, .nc-circle {
		display: none;
	}
	.nc-box1, .nc-box2, .nc-box3, .nc-box4 {
		width: 100%;
		height:100%;
		right:auto;
		left:auto;
		border-radius: 40px;
	}
	.nc-module-side-text, .nc-module-side-image{
		width:100%;
		height:auto;
		vertical-align:auto;
		min-height:auto;
	}
	.nc-module-side-image-right {
		margin-left: 0;
	}
	.nc-marginbottm {
		margin-bottom: 25px;
	}
	.nc-module-side-image {
		height:227px;
	}
	.nc-module-inner {
		height: 100%;
	}
	.nc-module-side-rightcopy {
		padding:0;
	}
	.nc-button {
		position: relative;
		bottom:auto;
		margin:25px 0 0;
		width:100%;
	}
	.nc-button-top {
		margin: 25px 0 25px;
	}
	.nc-button-puzzle {
	/*	margin:10px 0 0;*/
	}
	#nc-comp-videoplayer {
		width: 100%;
	}
	#nc-video {
		width: 250px;
		height:141px;
	}
	.nc-module-assets-single-video {
		width: 93px;
		height:71px;
		margin-right: 10px;
	}
	.nc-gallery-hide, .nc-gallery {
		width: 250px;
		height:227px;
	}
	.nc-double-gallery-hide, .nc-double-gallery {
		width: 250px;
		height:119px;
	}
	.nc-gallery-right {
		right:auto;
	}
	.nc-gallery-left {
		left:auto;
	}
	.nc-gallery-image {
		width: 250px;
		height:227px;
	}
	.nc-double-gallery-image {
		width: 250px;
		height:119px;
		background-size: auto 100%;
		background-position: center;
	}
	.nc-module-puzzle-inner {
		width:250px;
		height:250px;
	}

	.nc-module-assets-image-container {
		width:93px;
		height:71px;
		margin-right:10px;
	}
	.nc-module-assets-number {
	    bottom: -17px;
	    width: 42px;
	    height: 42px;
	    border-radius: 62px;
	    font-size: 16px;
	    line-height: 60px;
	}
	.nc-module-assets-number-video {
		margin-top: -21px;
		margin-left: -21px;
		width: 42px;
		height:42px;
		border-radius: 42px;
		font-size: 16px;
		line-height: 42px;
	}
	.nc-module {
		margin-bottom: 20px;
	}
	.nc-buttom-game {
		padding-bottom: 0;
	}
	/* FUNNEL WIDGET */
    #nc-widget {
		padding:25px 10px;
	}
	.funnel .primaryTextBoldBody {
		width: 100%;
	}
	.funnel .input-text[type="text"] {
		width:100%;
	}
	.funnel select.dropdown {
		width: 30%;
	}
	.funnel .submit {
		margin-left: 0%;
	}
	.funnel li.questionItem:nth-last-child(2), .funnel li.questionItem:nth-last-child(1) {
		padding-left:0%;
		width: 100%;
	}
	.funnel .label {
		width: 100%;
		white-space: normal;
	}	
	.funnel .text[type="text"] {
		width:100%;
	}	
	#nc-tcs-embed {
    	width: 100%;
    	height: 800px;
	}
	#nc-home-speech {
		width: 300px;
	    height: 164px;
	}
	#nc-home-speech-banner {
	    width: 110px;
	    height: 33px;
	    right: -8px;
    	bottom: 70px;
	}
	#nc-home-speech-text {
	    padding: 20px 100px 35px 35px;
	    font-size: 12px;
	}
	#nc-home-speech h4 {
		margin: 8px
	}

	.svg-path {
		vector-effect: non-scaling-stroke; 
		stroke-linecap: round;
		fill: none;
		background-color: rgba(201, 110, 50, 0.1);
	}

	.nc-comp-footer-button {
		display: inline-block;
		border-radius: 20px;
		margin: 5px 5px;
		padding:0 30px;
		width:250px;
		height:50px;
		cursor: pointer;
		font-size: 14px;
		position: relative;
		vertical-align: top;
	}

}
@media only screen and (min-width: 680px) {
		.svg-path {
			vector-effect: non-scaling-stroke; 
		stroke-linecap: round;
		fill: none;
		background-color: rgba(201, 110, 50, 0.1);
	}
}

.funnel form select {
	background-color: #fff!important;
	color:#333!important;
	border-radius: 5px;
	position: relative!important;
}
