/*
Theme Name: ngce
Version: 1.0
Template: toolbox
*/

/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 14px; line-height: 20px; }
body, button, input, select, textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #404040; }

::-moz-selection { background: #404040; color: #fff; text-shadow: none; }
::selection { background: #404040; color: #fff; text-shadow: none; }

a { color: #ff5707; }
a:visited { color: #ff5707; }
a:hover { color: #ff5707; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1.5em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

h1,h2,h3,h4,h5 {
	margin: 0 0 1em 0;
}

/* ==|== primary styles =====================================================
   Author: They Integrated Inc.
   ========================================================================== */

h2 {
	font-size: 32px;
}

h4 {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
}

hr {
	margin: 50px 0;
}

/*:focus {outline:none;}
::-moz-focus-inner {border:0;}
:focus, :active {
outline: 0;
border: 0;
}*/


body { 
	background-color: #ffffff;
	background-repeat: repeat;
	background-image: url(img/html-bg.jpg);
}

#container { 
	background-color: transparent;
	background-repeat: repeat-x;
	background-image: url(img/body-bg.jpg);
	width: 100%;
}

header {
	width: 960px;
	height: 200px;
	margin: 0 auto 20px;
	background: transparent url(img/header-bg-temp.png) no-repeat 0 0;
	position: relative;
}

#logo {
	position: absolute;
	left: 16px;
	top: 51px;
	width: 342px;
	height: 121px;
	margin: 0;
	text-indent: -9999px;
	display: block;
}

.logo:link,
.logo:visited,
.logo:hover,
.logo:active {
	width: 342px;
	height: 121px;
	margin: 0;
	text-indent: -9999px;
	display: block;	
}

#top100:link,
#top100:visited,
#top100:hover,
#top100:active {
	position: absolute;
	left: 387px;
	top: 15px;
	width: 185px;
	height: 185px;
	display: block;
	text-indent: -9999px;
}

#date-register:link,
#date-register:visited,
#date-register:hover,
#date-register:active {
	position: absolute;
	left: 596px;
	top: 55px;
	width: 329px;
	height: 130px;
	display: block;
	text-indent: -9999px;
}

#nav {
	width: 950px;
	margin: 0 auto 20px;
	list-style: none;
	padding: 0;
	-webkit-mask-image: url(img/mask.png);
}

#nav li {
	float: left;
	margin: 0 26px 0 0;
}

#nav li > a:link,
#nav li > a:visited {
	text-decoration: none;
	color: #979797;
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
}

#nav li > a.register:hover,
#nav li.current-menu-item > a,
#nav li:last-child > a:hover,
#nav li > a:hover,
#nav li > a:active {
	color: #ffffff;
}

#nav li:last-child > a {
	color: #ff5707;
}

#slider-wrapper,
#feature-img-wrapper {
	width: 100%;
	margin: -36px 0 0 0;
	min-height: 543px;
	background: transparent url(img/slider-bg.png) no-repeat top center;
	padding: 44px 0 0 0;
}

#slider,
#feature-img {
	width: 960px;
	height: 490px;
	min-height: 490px;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	background: transparent url(img/loading.gif) no-repeat 50% 50%;
}
#feature-img img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#slider img {
	position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider > a {
	display: block;
	border: 0;
}
.nivo-controlNav {
	position: absolute;
	top: 482px;
	left: 446px;
}

.nivo-control {
	width: 16px;
	height: 17px;
	display: inline-block;
	text-indent: -9999px;
	background: transparent url(img/nivo-control-bg2.png) 0 0;
	margin: 0 10px 0 0;
}

.nivo-control.active {
	background-position: -16px 0;
}

.nivo-control:last-child {
	margin: 0;
}

.nivo-prevNav,
.nivo-nextNav {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	background: transparent url(img/next-prev-bg.png) no-repeat 0 0;
}
.nivo-prevNav {
	background-position: 0 0;
}

.nivo-nextNav {
	background-position: -30px 0;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:230px;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:20px;
}
.nivo-nextNav {
	right:20px;
}

body.home #main {
	margin: -52px auto 0;	
}

#main {
	margin: 0 auto;
	width: 960px;
	min-height: 200px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	background: #ffffff url(img/main-bg.png) no-repeat top center;
}
article p {
	margin: 0 0 1em 0;
	padding: 0 20px 0 0;
}
.full {
	padding: 50px;
}
.left {
	width: 410px;
	float: left;
	display: block;
	margin: 40px 0 0 50px;
	clear: both;
}

.right {
	display: block;
	margin: 40px 50px 0 0;
	float: right;
	width: 410px;
}

#jumpstart {
	width: 350px;
	height: 47px;
	margin: 0 0 15px 0;
	background: transparent url(img/h2-jumpstart.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

#opportunity {
	display: block;
	width: 391px;
	height: 52px;
	margin: 0 0 10px 0;
	background: transparent url(img/h2-opportunity.png) no-repeat 0 0;
	text-indent: -9999px;
}

#whats-up {
	width: 314px;
	height: 49px;
	margin: 0 0 15px 0;
	background: transparent url(img/h2-whats-up.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

#find-us {
	width: 307px;
	height: 36px;
	margin: 0 0 17px 0;
	background: transparent url(img/h2-find-us.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

#partners {
	width: 420px;
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}

#partners > li {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
	width: 200px;
	height: 90px;
	background: #ffffff;
}

#partners li > a {
	display: block;
	border: 1px solid #f2f2f2;
	width: 198px;
	height: 88px;
}

#social-feeds {
	clear: both;
	background: #f2f2f2 url(img/social-feeds-bg.png) repeat-x 0 0;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 0 0 50px 0;
}

#register-action {
	list-style: none;
	margin: 0;
	padding: 0;
}

#register-action > li {
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #0c5a81;
}
#register-action li.first {
	width: 156px;
}
#register-action li.last {
	width: 250px;
}

#register {
	width: 146px;
	height: 37px;
	text-indent: -9999px;
	display: block;
	background: transparent url(img/btn-register.png) no-repeat 0 0;
	margin: 0 10px 0 0;
}

#register:hover {
	background-position: 0 -37px;
}

#booking {
	width: 146px;
	height: 37px;
	text-indent: -9999px;
	display: block;
	background: transparent url(img/btn-booking.png) no-repeat 0 0;
	margin: 0 15px 0 0;
	float: left;
}

#booking:hover {
	background-position: 0 -37px;
}

.fb-like-box {
	margin: 0 0 0 -6px;
}

.twtr-hd,
.twtr-ft,
.twtr-avatar {
	display: none!important;
}
.twtr-tweet-text {
	margin: 0!important;
}

/*#twtr-widget-1 a.twtr-user:link,
#twtr-widget-1 a.twtr-user:visited,
#twtr-widget-1 a.twtr-user:hover,
#twtr-widget-1 a.twtr-user:active {
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #0073b2;
	color: #ffffff!important;
	padding: 2px;
}*/

.twtr-tweet-text p em {
	margin: 8px 0 0 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	text-transform: capitalize;
	color: #0073b2;
}

#twtr-widget-1 .twtr-tweet-text p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px!important;
	line-height: 18px!important;
}

#twtr-widget-1 .twtr-tweet-wrap {
	padding: 15px 0 15px 60px;	
	background: transparent url(img/twitter-icon.png) no-repeat 0 5px;
}

.twtr-widget a img {
    border: 0 none !important;

}
.twtr-hd img {
    height: 40px!important;
    width: 40px!important;
}

#twitter-hd {
	padding: 0 0 0 60px;
	background: transparent url(img/ngce-icon.png) no-repeat 0 0;
	font-size: 14px;
	height: 40px;

}

.twtr-bd {
	padding: 0!important;
}
#twitter-hd span {
	font-size: 12px;
	font-weight: 400;
}

footer {
	width: 860px;
	margin: 0 auto;
	padding: 40px 0;
}

footer > div {
	width: 265px;
	float: left;
	margin: 0 30px 0 0;
}
footer > div:last-child {
	margin: 0;
}
footer div > h3 {
	font-size: 15px;
}
#get-social h3 {
	margin: 0 0 17px 0;
}
#email-newsletter h3 {
	margin: 0 0 10px 0;
}
#colophon h3 {
	margin: 0 0 13px 0;
}
#colophon p {
	margin: 0;
	font-size: 11px;
	line-height: 15px;
}

footer div h3 > span {
	font-size: 12px;
	font-weight: 400;
}

#social-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

#social-links > li {
	float: left;
	margin: 0 12px 0 0;
}
#social-links > li:last-child {
	margin: 0;
}
#social-links a {
	height: 21px;
	display: block;
	text-indent: -9999px;
	background: transparent url(img/social-links-bg.png) no-repeat 0 0;
}

#fb-link {
	width: 75px;
	background-position: 0 0;
}

#fb-link:hover {
	background-position: 0 -21px;
}

#tw-link:link {
	width: 84px;
	background-position: -75px 0;
}

#tw-link:hover {
	background-position: -75px -21px;
}

#li-link:link {
	width: 72px;
	background-position: -159px 0;
}
#li-link:hover {
	background-position: -159px -21px;
}

#ztikkl-ztikkl {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	font-size: 12px;
	line-height: 18px;
	padding: 11px;
	float: left;
	width: 175px;
	margin: 0 10px 0 0;
}

#ztikkl-ztikkl-submit {
	text-indent: -9999px;
	width: 48px;
	height: 37px;
	background: transparent url(img/btn-go.png) no-repeat 0 0;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#ztikkl-ztikkl-submit:hover {
	background-position: 0 -37px;
}

.post-thumb {
	margin: 0 0 1.5em 0;
}

.sponsor-info,
.exhibitor-info {
	width: 550px;
	float: left;
}

.sponsor,
.exhibitor {
	border-top: 1px solid #ddd;
	padding: 40px 0 0 0;
	margin: 0 0 40px 0;
}

#gform_1 {
	width: 600px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#gform_1 label.gfield_label {
	margin-top: 15px;
	font-size: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
}

#gform_1 label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
	letter-spacing: 0;
	margin-bottom: 8px;
	margin-top: 0;
}

#gform_1 h2 {
	font-size: 1.6em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gform_wrapper .gsection {
	padding-top: 30px;
}

#gform_1 .ginput_container {
	/*margin-top: 5px;*/
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	line-height: 1.3em;
	font-size: .9em;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:230px;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:20px;
}
.nivo-nextNav {
	right:20px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}