/* Stylesheets and Google fonts import */
@font-face {
    font-family: 'bubble';
    src: url('../fonts/bubble.eot');
    src: url('../fonts/bubble.eot') format('embedded-opentype'),
         url('..fonts/bubble.woff') format('woff'),
         url('../fonts/bubble.ttf') format('truetype'),
         url('img/bubble.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* custom font */
/* FONTS */
@font-face {
  font-family: 'Alexa';  src: url('../../fonts/Alexa.ttf') format('truetype');
}
@font-face {
  font-family: 'Amanda';  src: url('../../fonts/Amanda.ttf') format('truetype');
}
@font-face {
  font-family: 'Amsterdam';  src: url('../../fonts/Amsterdam.ttf') format('truetype');
}
@font-face {
  font-family: 'Austin';  src: url('../../fonts/Austin.ttf') format('truetype');
}
@font-face {
  font-family: 'Avante';  src: url('../../fonts/Avante.ttf') format('truetype');
}
@font-face {
  font-family: 'Barcelona';  src: url('../../fonts/Barcelona.ttf') format('truetype');
}
@font-face {
  font-family: 'Bayview';  src: url('../../fonts/Bayview.ttf') format('truetype');
}
@font-face {
  font-family: 'Beachfront';  src: url('../../fonts/Beachfront.ttf') format('truetype');
}
@font-face {
  font-family: 'Buttercup';  src: url('../../fonts/Buttercup.ttf') format('truetype');
}
@font-face {
  font-family: 'Chelsea';  src: url('../../fonts/Chelsea.ttf') format('truetype');
}
@font-face {
  font-family: 'ClassicType';  src: url('../../fonts/ClassicType.ttf') format('truetype');
}
@font-face {
  font-family: 'Freehand';  src: url('../../fonts/Freehand.ttf') format('truetype');
}
@font-face {
  font-family: 'Freespirit';  src: url('../../fonts/Freespirit.ttf') format('truetype');
}
@font-face {
  font-family: 'Greenworld';  src: url('../../fonts/Greenworld.ttf') format('truetype');
}
@font-face {
  font-family: 'LoveNeon';  src: url('../../fonts/LoveNeon.ttf') format('truetype');
}
@font-face {
  font-family: 'LoveNote';  src: url('../../fonts/LoveNote.ttf') format('truetype');
}
@font-face {
  font-family: 'Marquee';  src: url('../../fonts/Marquee.ttf') format('truetype');
}
@font-face {
  font-family: 'Mayfair';  src: url('../../fonts/Mayfair.ttf') format('truetype');
}
@font-face {
  font-family: 'Melbourne';  src: url('../../fonts/Melbourne.ttf') format('truetype');
}
@font-face {
  font-family: 'Monaco';  src: url('../../fonts/Monaco.ttf') format('truetype');
}
@font-face {
  font-family: 'NeonGlow';  src: url('../../fonts/NeonGlow.ttf') format('truetype');
}
@font-face {
  font-family: 'NeonLite';  src: url('../../fonts/NeonLite.ttf') format('truetype');
}
@font-face {
  font-family: 'Neonscript';  src: url('../../fonts/Neonscript.ttf') format('truetype');
}
@font-face {
  font-family: 'Neontrace';  src: url('../../fonts/Neontrace.ttf') format('truetype');
}
@font-face {
  font-family: 'NeoTokyo';  src: url('../../fonts/NeoTokyo.ttf') format('truetype');
}
@font-face {
  font-family: 'Nevada';  src: url('../../fonts/Nevada.ttf') format('truetype');
}
@font-face {
  font-family: 'NewCursive';  src: url('../../fonts/NewCursive.ttf') format('truetype');
}
@font-face {
  font-family: 'Northshore';  src: url('../../fonts/Northshore.ttf') format('truetype');
}
@font-face {
  font-family: 'Rocket';  src: url('../../fonts/Rocket.ttf') format('truetype');
}
@font-face {
  font-family: 'Royalty';  src: url('../../fonts/Royalty.ttf') format('truetype');
}
@font-face {
  font-family: 'SciFi';  src: url('../../fonts/SciFi.ttf') format('truetype');
}
@font-face {
  font-family: 'Signature';  src: url('../../fonts/Signature.ttf') format('truetype');
}
@font-face {
  font-family: 'Typewriter';  src: url('../../fonts/Typewriter.ttf') format('truetype');
}
@font-face {
  font-family: 'Vintage';  src: url('../../fonts/Vintage.ttf') format('truetype');
}
@font-face {
  font-family: 'Waikiki';  src: url('../../fonts/Waikiki.ttf') format('truetype');
}
@font-face {
  font-family: 'WildScript';  src: url('../../fonts/WildScript.ttf') format('truetype');
}
/* ========================= */



@keyframes colorSpin{
    0%{background-position:0% 4%}
    50%{background-position:100% 97%}
    100%{background-position:0% 4%}
}

#NSW .neon_font {
	font-size: 9em;
/* 	text-transform: uppercase; */
	font-family: "Wild Spirit";
	color: white;
}

#NSW.custom {
	height: auto;
	width: 100vw;
	/* width: 100%; */
}

#NSW .custom_block {
	position: relative;
	width: 65%;
	padding-bottom: 65%;
	border: 1px solid white;
}

#NSW .custom_block p {
	position: absolute;
	font-size: 2em;
	line-height: 4em;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

#NSW .demo_text {
/* 	background-color: #002652; */
	background-color: #000;
	background-repeat: no-repeat;
    background-size: 100%;
    background-position:    ;
    padding-top: 100%;
    z-index: 2;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
/* 	border: 1px solid white; */
}
#NSW .demo_box_full .demo_text {
	margin-bottom: 10px;	
}

#NSW .demo_text > .text_show {
	font-size: 7rem;
	position: absolute;
	top: 5%;
	width: 100%;
	line-height: 7rem;
	text-align: center;
	color: white;
	cursor: pointer;
	z-index: 2;
	-webkit-transition:text-shadow 0.5s ease;
	-moz-transition:text-shadow 0.5s ease;
	-ms-transition:text-shadow 0.5s ease;
	-o-transition:text-shadow 0.5s ease;
	transition:text-shadow 0.5s ease;
}
#NSW .demo_on_off {
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 96px;
	height: 50px;
}
#NSW .demo_on_off.onswitch {
	background:url(../images/on.png) no-repeat;
}
#NSW .demo_on_off.offswitch {
	background:url(../images/off.png) no-repeat;
}
#NSW .font_style li {
	background: transparent;
	color: black;
	height: 2rem;
	font-size: 1rem;
	line-height: 2rem;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#NSW .font_style li.active {
	text-shadow: rgb(255, 255, 255) 0px 0px 2px, rgb(255, 255, 255) 0px 0px 4px, #a2e6ff 0px 0px 8px, #a2e6ff 0px 0px 6px, #a2e6ff 0px 0px 8px, #a2e6ff 0px 0px 22px, #a2e6ff 0px 0px 30px;
}

#NSW .bg_style li {
	border: 1px solid lightgrey;
	height: 2rem;
	font-size: 1.5rem;
	line-height: 3rem;
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#NSW .bg_style li > p {
	text-transform: uppercase;
	display: none;
}
#NSW .custom_tab > li.active > a {
	background: none;
	border: none;
	/* border-bottom: 2px solid #F55aff; */
}
#NSW .option_group_custom {
	border: none;
	padding: 10px;
	margin-bottom: 0;
}
#NSW .option_group_custom .form-group {
	height: 0;
	display: none;
	opacity: 0;
	margin: 0;
}
#NSW .option_group_custom .form-group.active {
	height: auto;
	opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	display: inline-block;
}

#NSW .size-box {
	width: calc(50% - 10px);
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	text-align: left;
	padding:0;
	cursor: pointer;
	font-size: 0.75rem;
	line-height: 1.5rem;
	margin: 5px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#NSW .board-sub {
	overflow: hidden;
}

#NSW .board-sub > image {
	width: 100%;
}

#NSW .size-box .s_price {
	text-align: left;
	padding: 0;
}

#NSW .size-box .s_price div:nth-child(2) {
	font-weight: bold;
	padding-left: 5px;
	background: #FFF;
}
#NSW .size-box .s_price.noprice div:nth-child(2) {
	padding:0 5px;
	font-size: 0.72rem;
}
#NSW .size-box.active,
#NSW .size-box:hover,
#NSW .board-box.active,
#NSW .board-box:hover {
	box-shadow: 0px 0px 20px #a2e6ff;
}

#NSW .slidecontainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 15%;
}
#order_table tr {
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#order_table tr:hover {
	cursor: pointer;
	background: #a2e6ff;
}

#NSW .details {
	overflow: hidden;
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 20px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	filter: scale(0.1);
	-webkit-filter: scale(0.1);
	-moz-filter: scale(0.1);
	-ms-filter: scale(0.1);
	-o-filter: scale(0.1);
}

#NSW .details.show {
	display: block;
}

#NSW .white,
#color_table p.active {
	color: white !important;
}
#NSW input {
	color: black;
}
#NSW .custom_block {
	position: relative;
	width: 65%;
	padding-bottom: 65%;
	border: 1px solid white;
}
#NSW .custom_block p {
	position: absolute;
	font-size: 2em;
	line-height: 4em;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
#NSW .demo_text > .text_show {
	font-size: 7rem;
	position: absolute;
	top: 35%;
	width: 100%;
	line-height: 7rem;
	text-align: center;
	color: white;
	cursor: pointer;
	z-index: 2;
	-webkit-transition:text-shadow 0.5s ease;
	-moz-transition:text-shadow 0.5s ease;
	-ms-transition:text-shadow 0.5s ease;
	-o-transition:text-shadow 0.5s ease;
	transition:text-shadow 0.5s ease;
}
#NSW #text {
	padding: 0.5em;
	font-size: 3.3rem;
	line-height: normal;
	overflow: hidden;
}

#NSW .font_style li {
	background: transparent;
	color: black;
	height: 2rem;
	font-size: 1rem;
	line-height: 2rem;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
    padding:0;
}

#NSW .font_style li.active {
	text-shadow: rgb(255, 255, 255) 0px 0px 2px, rgb(255, 255, 255) 0px 0px 4px, #a2e6ff 0px 0px 8px, #a2e6ff 0px 0px 6px, #a2e6ff 0px 0px 8px, #a2e6ff 0px 0px 22px, #a2e6ff 0px 0px 30px;
}

#NSW .bg_style li {
	border: 1px solid lightgrey;
	height: 2rem;
	font-size: 1.5rem;
	line-height: 3rem;
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#NSW .color_style li {
	font-family: bubble;
	height: 6rem;
	cursor: pointer;
}
#NSW .color_style #color_table li.col-xs-2 {
    width: 11% !important;
    padding: 0 !important;
}

#NSW .color_style li > p {
	width: 100%;
	height: auto;
	position: absolute;
	left: -2px;
	top: 0;
	text-align: center;
	font-size: 2rem;
	line-height: 4rem;
	margin: 0 auto;
	padding: 0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#NSW .color_style #color_table li > .color_name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 4rem;
	text-align: center;
	font-size: 0.6rem !important;
	line-height: 0.7rem !important;
	font-family: "Lato";
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	padding: 0;
}

#NSW .nav-tabs>li.active>a, #NSW .nav-tabs>li.active>a:focus, #NSW .nav-tabs>li.active>a:hover {
	/* background: none;
	border: none;
	border-bottom: 2px solid #64ff5c;
	color: #fff; */
}
#NSW .nav>li {
	position: relative;
	display: block;
}
#NSW .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
#NSW .nav-tabs.custom_tab {
    border: none;
/*     background-image: linear-gradient(to bottom, #1e1e1e, #353535 47%, #353535 48%, #000 49%); */
}
#NSW .nav-tabs.custom_tab {
	border: 1px solid #4bc3c9;
}
#NSW .nav-tabs.custom_tab {
	background: none;
}

#NSW h4#board_price {
    margin: 0;
    font-size: 12px;
}
#NSW .option_group_custom {
	border: none;
	padding: 10px;
	margin-bottom: 0;
}

#NSW .option_group_custom .form-group {
	height: 0;
	display: none;
	opacity: 0;
	margin: 0;
}

#NSW .option_group_custom .form-group.active {
	height: auto;
	opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	display: inline-block;
}

#NSW .size-box {
	width: calc(50% - 10px);
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	text-align: left;
	padding:0;
	cursor: pointer;
	font-size: 0.75rem;
	line-height: 1.5rem;
	margin: 5px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#NSW .size-box .s_size {
	text-align: right;
	padding: 0;
}

#NSW .size-box .s_price {
	text-align: left;
	padding: 0;
}

#NSW .size-box .s_price div:nth-child(2) {
	font-weight: bold;
}

#NSW .size-box.active,
#NSW .size-box:hover {
	box-shadow: 0px 0px 0 3px #F55aff;
    border-color: transparent;
    border-radius: 0;
}

#NSW .slidecontainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 15%;
}

#NSW .tot_price_sec {
	font-family: 'Brandon_bld';
    font-size: 12pt;
    margin: 10px 0 0;
}
#NSW .total_sel_price {
	font-size: 22pt;
    margin-left: 3px;
}
#NSW .plug_style .dropdown {
	display: inline-block;
}
#NSW .plug_style .btn-default {
	width: 100%;
	padding: 2px 2px 2px 10px;
}
#NSW .plug_style i {
    float: right;
    border: 1px solid #f3f3f3;
	padding: 0 5px;
	font-size: 1.2rem;
}
#NSW .plug_style h4 {
    display: inline-block;
    font-size: 11pt;
    float: left;
    margin: 0;
}
#NSW .DskOnly{display: block;}
#NSW .MobOnly{display:none;}
@media handheld, screen and (min-width : 300px) and (max-width : 350px) {
	#NSW .DskOnly{display: none;}
	#NSW .MobOnly{display:block;}   
}
@media handheld, screen and (min-width : 350px) and (max-width : 768px) {
	#NSW .DskOnly{display: none;}
	#NSW .MobOnly{display:block;}  
}
@media (max-width: 991px){
	#NSW .container {
		padding:0 !important;
	}
}
#NSW button.addtocart{
	display:inline-block;
	border:0.1em solid #000;
	padding:4px 0 4px 0;
	text-decoration:none;
	font-weight:300;
	font-size: 120%;
	color:#FFF;
	text-align:center;
	transition: all 0.5s;
	background-color:#000;	
	width:100%;
	letter-spacing: 3px;
}
#NSW button.addtocart:hover{
	color:#FFF;
	background-color:#ff6df9;
}
@media all and (max-width:30em){
	#NSW button.addtocart{
	display:block;
	margin:0.4em auto;
}