/*============================================

Nuxion by SONHLAB.com - version 1.0
Website: http://sonhlab.com
Documentation: http://docs.sonhlab.com/nuxion-jquery-responsive-ux-navigation-menu/

Build - 0031
============================================*/



/*===== Start SubMenu Station =====*/
.nav-substation {
	position:relative;
	display:block;
}

.nav-submenu {
	display:none;
}

.nav-submenu-content {
	padding: 20px;
}

.nav-sub-container h1,
.nav-sub-container h2,
.nav-sub-container h3,
.nav-sub-container h4,
.nav-sub-container h5,
.nav-sub-container h6 {
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	overflow:hidden;
	text-transform:uppercase;
}
.nav-sub-container h1 { font-size:44px; height:50px; line-height:50px; }
.nav-sub-container h2 { font-size:34px; height:40px; line-height:40px; }
.nav-sub-container h3 { font-size:26px; height:30px; line-height:30px; }
.nav-sub-container h4 { font-size:20px; height:24px; line-height:24px; }
.nav-sub-container h5 { font-size:16px; height:20px; line-height:20px; }
.nav-sub-container h6 { font-size:14px; height:16px; line-height:16px; }

.nav-sub-container h3 > span {
	height:26px;
	display:block;
	text-transform:capitalize;
}
.nav-sub-container p ~ p { padding-top:20px; }
.nav-sub-container p {
	line-height:1.5;
	font-size:14px;
}


.nav-submenu-content > div ~ div { margin-left:20px; }


.nav-sub-container ul {
	margin:0;
	padding:0;
}
.nav-sub-container ul li {
	list-style:none;
	margin:0;
	position:relative;
}
.nav-sub-container ul li a {
	display:block;
	color:inherit;
}
.nav-sub-container ul li a > span ~ span { margin-left:10px; }



.nav-active {
	color: #fff !important;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #0D83DD, 0 0 40px #0D83DD;	
}

.nav-active-2 {
	color: #fff !important;
	background: #2C84EE;
}

.nav-active-3 {
	color: #fff !important;
	background: #FF6600;
}

/* Start Hover Effects For Main Bar */
.nav-hover-bluelight,
.nav-hover-greenlight,
.nav-hover-redlight,
.nav-hover-solidblue {
	transition-property: text-shadow, color, background;
	transition-duration: 0.5s, 0.5s, 0.5s;
}
.nav-hover-bluelight:hover {
	color: #fff !important;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #0D83DD, 0 0 40px #0D83DD;
}
.nav-hover-greenlight:hover {
	color: #fff !important;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #67B239, 0 0 40px #67B239;
}
.nav-hover-redlight:hover {
	color: #fff !important;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #E51400, 0 0 40px #E51400;
}

.nav-hover-solidblue:hover {
	background: #2C84EE;
}

/* End Hover Effects For Main Bar */
.nav-hover-bluelight-on {
	color: #fff !important;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #0D83DD, 0 0 40px #0D83DD;
}

/* Start SubMenu - Metro Style - List Small Size */
.sub-list-small {
	margin:10px 0 !important;
}
.sub-list-small li a,
.sub-list-small li .nav-lvl-item {
	height:34px;
	line-height:34px;
	font-size:16px;
	padding:0 10px;
	cursor:pointer;
}
.sub-list-small li a:hover,
.sub-list-small li .nav-lvl-item {
	font-size:16px;
	padding:0 10px;
	cursor:pointer;
	background-color: #041747;
	color: #FF0;
}
.sub-list-small li > a > span ~ span,
.sub-list-small li > .nav-lvl-item > span ~ span {
	margin-left:10px;
}
.sub-list-small li > a > span {
	height:34px;
	line-height:34px;
	display:block;
	float:left;
	max-width:240px;
	
}

.sub-list-small li > a > span > img {
	height:20px;
}
/* End SubMenu - Metro Style - List Small Size */

/* Start SubMenu - List LARGE Size */
.sub-list-large {
	margin:30px 0 !important;
}
.sub-list-large li a,
.sub-list-large li .nav-lvl-item {
	height:64px;
	line-height:64px;
	font-size:20px;
	padding:0 10px;
	cursor:pointer;
	white-space: nowrap;
}
@media screen and (min-width: 501px) {
 .sub-list-large li a,
.sub-list-large li .nav-lvl-item {
	height:64px;
	line-height:64px;
	font-size:20px;
	padding:0 10px;
	cursor:pointer;
	white-space: nowrap;
}
}
@media screen and (max-width: 500px) {
 .sub-list-large li a,
.sub-list-large li .nav-lvl-item {
	height:64px;
	line-height:64px;
	font-size:14px;
	padding:0 10px;
	cursor:pointer;
	white-space: nowrap;
}
}
.sub-list-large li a:hover,
.sub-list-large li .nav-lvl-item {
	
	padding:0 10px;
	cursor:pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+1,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 1%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	color: #FFF;
}
.sub-list-large li > a > span ~ span,
.sub-list-large li > .nav-lvl-item > span ~ span {
	margin-left:30px;
}
.sub-list-large li > a > span {
	height:64px;
	line-height:64px;
	display:block;
	float:left;
	
	
}



.sub-list-large li > a > span > img {
	height:34px;
}
/* End SubMenu - Metro Style - List large Size */





.nav-col-1 { width:190px; }
.nav-col-2 { width:550px; }
.nav-col-3 { width:293px; }
.nav-col-4 { width:215px; }
.nav-col-1, .nav-col-2, .nav-col-3, .nav-col-4 {
	float:left;
	overflow:hidden;
}


.nav-sub-container .list-title {
	font-size:22px;
	margin:10px;
	color: #faf050;
}

/* Start Layouts */
.nav-fix-960 {
	width:600px;
	margin:auto;
}
.nav-fluid {
	width:100%;
}
/* End Layouts */

.white-btm-line {
	margin-bottom:10px;
	padding-bottom:10px;
	height:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
}
.white-top-line {
	margin-bottom:90px;
	padding-bottom:10px;
	height:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0;
	background-color:#7a0e6a;
}
.black-top-line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #606060;
}
.blue-top-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #146EB4;
}
.blue-top-line2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #041747;
}

/* Shopping Cart */
.nav-cart { margin-top:20px; }
.nav-cart-header {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #111;
	height:20px;
}
.nav-cart-detail {
	position:relative;
	height:20px;
	padding-bottom:10px;
}
.nav-cart-header > span { font-weight:bold; }
.nav-cart-header > span,
.nav-cart-detail > span {
	display:block;
	float:left;
	overflow:hidden;
	height:20px;
	line-height:20px;
	position:relative;
}
.nav-cart-header > span ~ span,
.nav-cart-detail > span ~ span {
	padding-left:10px;
}
.nav-cart-item-no {
	width:50px;
	text-align:right;
}
.nav-cart-item-name { width:200px; }
.nav-cart-item-qty { width:50px; }
.nav-cart-item-note { width:220px; }
.nav-cart-item-price { width:100px; }
.nav-cart-item-rm {
	cursor:pointer;
	width:15px;
	text-align:center;
}
.nav-cart-sum > div {
	height:20px;
	margin-bottom:5px;
}
.nav-cart-sum > div > span {
	display:block;
	float:left;
	width:100px;
}
.nav-cart-sum > div > span ~ span {
	margin-left:15px;
	text-align:right;
}
.nav-cart-sum > .nav-cart-total > span {
	font-weight:bold;
}

.nav-cart-checkout {
	margin-top:20px;
	padding:10px 0;
	text-align:center;
	cursor:pointer;
}
.nav-cart-checkout > a > span { font-size:20px; }
/* End Shopping Cart */




/* Start Login Form */
.nav-loginform {
	margin: 20px 0;
}

.nav-loginform > label {
	font-size:16px;
	height:20px;
	line-height:20px;
	position:relative;
	margin-left:10px;
	top:-40px;
	z-index:9998;
	
}

.nav-loginform > input[type=text],
.nav-loginform > input[type=password] {
	width:96%;
	padding:10px 2% 10px 2%;
	display:block;
	margin-bottom:10px;
	font-size:16px;
	height:20px;
	line-height:20px;
	position:relative;
	background-color: #333;
}
.nav-loginform > input[type=text] {
	
}
.nav-login-user {
	background:url(../images/demo/login-user.png) no-repeat right center;
}
.nav-login-password {
	background:url(../images/demo/login-key.png) no-repeat right center;
}
.nav-loginform > input[type=password] {
	
}
.nav-loginform > input[type=submit] {
	width:100%;
	font-size:16px;
	height:40px;
	line-height:40px;
	position:relative;
	display:block;
	cursor:pointer;
	margin-bottom:10px
}
.nav-loginform > input[type=submit]:hover {
	font-weight:bold;
}
.nav-login-new > a { font-weight:bold;}
.nav-login-forgot {
	text-align:right;
}
.nav-login-forgot > a:hover,
.nav-login-new > a:hover { text-decoration:underline; }


.nav-loginform > input:focus { 
	background: #333 !important;
	z-index:9999 !important;
}
/* End Login Form */



/* Start Contact Form */
.nav-contactform > div ~ div { margin-top:10px; }
.nav-contactform > div { padding:0 10px; }
.nav-contactform input[type=text] {
	width:96%;
	padding:2%;
	margin-bottom:10px;
	height:34px;
	line-height:34px;
	font-size:14pt;
	display:block;
	font-family: 'Open Sans', sans-serif;
}
.nav-contactform textarea {
	width:96%;
	padding:2%;
	margin-bottom:10px;
	height:200px;
	font-size:14px;
	line-height:1.5;
	font-family: 'Open Sans', sans-serif;
	border:0px;
	display:block;
	overflow:hidden;
}
.nav-contactform .nav-submitbt {
	padding:10px;
	height:20px;
	display:block;
	cursor:pointer;
}

.nav-contactform .nav-submitbt > span {
	font-size:14px;
	height:20px;
	line-height:20px;
	display:block;
	float:left;
}
.nav-contactform .nav-submitbt > span > i { font-size:20px; }

/*
.nav-contactform .nav-submitbt:hover > span > i,
.nav-contactform .nav-submitbt:hover > span > img { opacity:0.5; }
*/

.nav-contactform .nav-submitbt > span > img { height:20px; }
.nav-contactform .nav-submitbt > span ~ span { margin-left:10px; }
/* End Contact Form */


/* Start Social Buttons */
.nav-socialbt {
	width:24px;
	height:24px;
	display:block;
	text-align:center;
	padding:12px;
	cursor:pointer;
}
.nav-socialbt > img,
.nav-socialbt > i {
	height:24px;
	width:24px;
}
.nav-socialbt > i { font-size:24px; }
/* End Social Buttons */



.nav-img-fullwidth { width:100%; }

.nav-metrobt {
	padding:10px;
	height:20px;
	display:inline-block;
	cursor:pointer;
}
.nav-metrobt > span {
	font-size:14px;
	height:20px;
	line-height:20px;
	display:block;
	float:left;
}
.nav-metrobt > span > i { font-size:20px; }
.nav-metrobt:hover > span > i,
.nav-metrobt:hover > span > img { opacity: 1; }
.nav-metrobt > span > img { height:20px; }
.nav-metrobt > span ~ span { margin-left:10px; }


.image-ribbon {
	height:auto;
	width:100%;
	padding:0px;
	margin:20px 0px;
	padding-top:10px;
}
.image-items {
	float:left;
	height:60px;
	width:100px;
	margin:0px 0px 10px 10px;
}
.image-ribbon > .image-items ~ .image-items {
	/*padding:10px 0px 10px 10px;*/
}



.nav-avatar {
	width:64px;
	margin-right:9px;
	float:left;
}
.nav-avatar > img {
	width:64px;
	height:64px;
}
.nav-feed-content {
	width:220px;
	text-align:justify;
	float:left;
}



/* Start Table */
.nav-table, .nav-table tr, .nav-table td {
	border:0px;
	line-height:1;
}
.nav-table td {
	
}

.center-align {
	text-align:center;
}
.nav-table td > p {
	font-size:14px;
	line-height:22px;
	word-spacing:normal;
	padding:0 20px;
}

.list-circle {
	/*list-style: disc !important;*/
	list-style-type:circle !important;
	margin:10px 10px 10px 30px !important;
}
.list-circle > li {
	list-style-type:circle !important;
	margin-bottom: 10px;
}

/* End Table */


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

	.nav-fix-960 {
		width:100%;
	}

	/* Start Columns */
	.nav-col-1,.nav-col-2,.nav-col-3,.nav-col-4 { width:100%; }
	/* End Columns */
	
	
	.nav-submenu-content > div ~ div {
		margin:20px 0 0 0 !important;
	}
	
	
	
	.nav-feed-content {
		width:auto;
		float:none;
	}
	
	
	/* Start Shopping Cart */
	.nav-cart-header {
		display:none;
	}

	.nav-cart-detail {
		height:100px;
		width:100%;
		padding:0;
		margin-bottom:10px;
		background:#2C84EE;
		color:#fff;
	}

	.nav-cart-detail > span {
		display:block;
		position:absolute;
		overflow:hidden;
		height:auto;
		line-height:15px;
		font-size:12px;
		padding:0 !important;
	}

	.nav-cart-item-no {
		width:auto;
		height:15px !important;
		left:5px;
		top:5px;
	}
	.nav-cart-item-name {
		width:90%;
		height:30px !important;
		line-height:30px !important;
		font-size:20px !important;
		top:20px;
		left:5px;
	}
	.nav-cart-item-qty {
		width:auto;
		bottom:5px;
		left:5px;
		height:15px !important;
	}
	.nav-cart-item-qty:before {
		content:"Qty: ";
	}
	.nav-cart-item-note {
		width:auto;
		height:30px !important;
		line-height:15px !important;
		top:50px;
		left:5px;
	}
	.nav-cart-item-price {
		width:auto;
		bottom:5px;
		right:5px;
		height:15px !important;
	}
	.nav-cart-item-rm {
		right:5px;
		top:5px;
		height:15px !important;
	}
	/* End Shopping Cart */
	
	
	
	/* Start Login Form */
	.nav-loginform > input[type=text],
	.nav-loginform > input[type=password]	{
		width:96%;
		padding:10px 2% 10px 2%;
	}
	.nav-loginform > input[type=text]:focus,
	.nav-loginform > input[type=password]:focus {
		background: rgba(245,245,245,0.2); 
	}
	.nav-loginform > input[type=submit] {
		width:100%;
	}
	/* End Login Form */
	


}
.exhibitor-container {
	padding: 10px;
	margin:10px auto;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	align-content: center;
	background-color: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 90%;
}

.premiere-item {
  padding: 5px;
  max-width: 400px;
  height: auto;
  margin:10px auto;
  text-align: center;
}
.tier1-item {
  padding: 5px;
  max-width: 400px;
  height: auto;
  margin:10px auto;
  text-align: center;
}
.tier2-item {
  padding: 5px;
  max-width: 300px;
  height: auto;
  margin:10px auto;
  text-align: center;
}
.tier3-item {
  padding: 5px;
  max-width: 200px;
  height: auto;
  margin:10px auto;
  text-align: center;
}
/*===== Start SubMenu Station =====*/

.title-header {
	font-size: 18pt;
	font-weight: bold;
	color: #146eb4;	
}
.title-header2 {
	font-size: 24pt;
	font-weight: bold;
	color: #041747;
}
.movie-div {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 20px;
}
.text-small {
	font-size: 10pt;
	color: #666;
}
.text-big {
	font-size: 24pt;
	font-weight: 500;	
}.news-container {
	
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	
}

.news-item {
	width: 96%;
	height: auto;
	min-height: 270px;
	line-height: 25px;
	color: #00042A;
	text-align: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 12pt;
	padding-bottom: 10px;
	padding-top: 0px;
	background-color: #e3e3e3;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #146EB4;
	padding: 10px;
}
.black-header {
	font-family: 'Open Sans', sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #146EB4;
}
.black-header2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #146EB4;
}
#dessert2{
	
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000;
	
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #C2A130;
	border-left-color: #C2A130;
}
.bullet{
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-image: url(../img/star.png);
	font-size: 12pt;
	font-weight: normal;
}
.text-lg {
	font-size: 18pt;
	line-height: 25px;
	
	font-weight: normal;
	color: #000;
	
	
}
#party{
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #C2A130;
	border-left-color: #C2A130;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #C2A130;
}
.marker, .form-required {
    color: #f00;
}
.drop-menu {
	padding:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #999999;
	color:#666;
	display: inline-block;
	font-size: 12pt;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 20;
	width: 100%;
}
.form-submit, .button {
	border: 1px solid #aaa;
	color: #FFFFFF;
	font-size: 14pt;
	background-color: #221A2C;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	cursor:pointer;
}
.vim-button {
	border: 1px solid #6480B2;
	color: #FFFFFF;
	font-size: 16pt;
	background-color: #2f3c54;
	cursor:pointer;
	padding: 10px;
}
.vim-button:hover {
	
	color: #FFFFFF;
	
	background-color: #3C4D6C;
	
}


.border-blue {
	border: 1px solid #b9c1d6;
	margin: 10px;
}