/*
Theme Name: UTRConf
Theme URI: http://utrconf.com
Description: A beautiful responsive theme for Under the Radar- Grow Network Â© 2013.
Author: Raymond Lopez
Author URI: http://raylo.net
Version: 1.1
*/

/* -----------------------------------*/
/* ----------->>> FONTSS <<<-----------*/
/* -----------------------------------*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
    font-family: 'brandon_grotesque_blackRg';
    src: url('inc/webfonts/brandongrotesque-black-webfont.eot');
    src: url('inc/webfonts/brandongrotesque-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/webfonts/brandongrotesque-black-webfont.woff') format('woff'),
         url('inc/webfonts/brandongrotesque-black-webfont.ttf') format('truetype'),
         url('inc/webfonts/brandongrotesque-black-webfont.svg#brandon_grotesque_blackRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesque_boldRG';
    src: url('inc/webfonts/brandongrotesque-bold-webfont.eot');
    src: url('inc/webfonts/brandongrotesque-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/webfonts/brandongrotesque-bold-webfont.woff') format('woff'),
         url('inc/webfonts/brandongrotesque-bold-webfont.ttf') format('truetype'),
         url('inc/webfonts/brandongrotesque-bold-webfont.svg#brandon_grotesque_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('inc/webfonts/brandongrotesque-regular-webfont.eot');
    src: url('inc/webfonts/brandongrotesque-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/webfonts/brandongrotesque-regular-webfont.woff') format('woff'),
         url('inc/webfonts/brandongrotesque-regular-webfont.ttf') format('truetype'),
         url('inc/webfonts/brandongrotesque-regular-webfont.svg#brandon_grotesque_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arvil_sansregular';
    src: url('inc/webfonts/arvil_sans-webfont.eot');
    src: url('inc/webfonts/arvil_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/webfonts/arvil_sans-webfont.woff') format('woff'),
         url('inc/webfonts/arvil_sans-webfont.ttf') format('truetype'),
         url('inc/webfonts/arvil_sans-webfont.svg#arvil_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.black{
	font-family: 'brandon_grotesque_blackRg';
	}
.bold{
	font-family: 'brandon_grotesque_boldRG';
	}
.regular{
	font-family: 'brandon_grotesque_regularRg';
	}
.uppercase{
	text-transform:uppercase;
	}
.aligncenter{
	text-align:center;
	}
.alignleft{
	text-align:left;
	}
.alignright{
	text-align:right;
	}
img.aligncenter{
	display:block;
	margin:0 auto;
	}
img.alignleft{
	display:block;
	float:left;
	}
img.alignright{
	display:block;
	float:right;
	}
	
/* ---------->>> General <<<----------*/
.white-bg{
	background:#FFF;
	box-shadow: 0 0 4px #dfdfdf; 
	-o-box-shadow: 0 0 4px #dfdfdf;
	-moz-box-shadow: 0 0 4px #dfdfdf; 
	-webkit-box-shadow: 0 0 4px #dfdfdf;
	}
.white-bg-orange-border{
	display:block;
}
.title .white-bg-orange-border {
	border-top:4px solid #ff6600;
	background:#FFF; 
	box-shadow: 0 0 4px #dfdfdf; 
	-o-box-shadow: 0 0 4px #dfdfdf;
	-moz-box-shadow: 0 0 4px #dfdfdf; 
	-webkit-box-shadow: 0 0 4px #dfdfdf;
}
.pad20{
	padding:20px;
	}
.pad20-sides{
	padding:0 20px;
	}
.pad20-top{
	padding-top:20px;
	}
.pad20-bottom{
	padding-bottom:20px;
	}
.white-border-shadow{
	border:4px solid #fff;
	background:#fff; 
	box-shadow: 0 0 4px #dfdfdf; 
	-o-box-shadow: 0 0 4px #dfdfdf;
	-moz-box-shadow: 0 0 4px #dfdfdf; 
	-webkit-box-shadow: 0 0 4px #dfdfdf;
	display:block;
	}
h2.headline{
	margin:15px 0;
	text-align:center;
	text-transform:uppercase;
	font-size:22px;
	color:#fff;
	line-height:39px;
	background:url(img/headline-bg.png) no-repeat center 0;
	}
h2.headline-divider{
	margin:15px 0;
	text-align:center;
	text-transform:uppercase;
	font-size:28px;
	color:#666;
	line-height:39px;
	background:url(img/headline-divider-bg.png) no-repeat center 0;
	}
h2.headline-divider span{
	padding:0 10px;
	background:#fff;
	}
span.divider{
	margin:10px 20px;
	height:8px;
	display:block;
	clear:both;
	padding:0;
	background:url(img/headline-divider-bg.png) no-repeat center center;
	}
h3.headline-divider{
	margin:15px 0;
	text-align:center;
	text-transform:uppercase;
	font-size:22px;
	color:#666;
	line-height:39px;
	background:url(img/headline-divider-bg.png) no-repeat center 0;
	}
h3.headline-divider span{
	padding:0 10px;
	background:#fff;
	}
.arrow-button{
	clear:both;
	width:100%;
	display:block;
	line-height:40px;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	color:#ff6600;
	}
.arrow-button img{
	margin-top:-5px;
	}
.arrow-button img{
	display:inline;
	}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
ul li{
  list-style-type:none;	
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
  text-decoration:none!important;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button, input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #545353;
  font-weight: 300;
  overflow-y: scroll;
}
p{
  font-size: 14px;
  line-height: 20px;
}
a {
  color: #f26535;
  text-decoration: none;
}

a:hover {
  color: #e5450f;
}
[class*="span"] {
  float: left;
  margin-left: 56px;
}

.span1 {
  width: 27px;
}

.span2 {
  width: 110px;
}

.span3 {
  width: 193px;
}

.span4 {
  width: 276px;
}

.span4-5{
  width: 317px;
}

.span5 {
  width: 359px;
}

.span6 {
  width: 442px;
}

.span7 {
  width: 525px;
}

.span8 {
  width: 608px;
}

.span9 {
  width: 691px;
}

.span10 {
  width: 774px;
}

.span11 {
  width: 857px;
}

.span12 {
  width: 940px;
}

.row {
  margin-left: -56px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}

.container.container-main {
  padding: 10px 60px;
}

.content-right {
  float: right !important;
}

.video-container {
  padding: 0.75em 0;
}

iframe {
  border: 0;
}

footer#bottom-footer{
  margin-top:30px;
  background:#333;
	}
footer .container.container-main {
  margin-top: 0;
  padding: 10px 0;
  font-size: 1em;
  font-weight: 400;
}
footer .container.container-main a {
  color: #bbbbbb;
}
footer .container.container-main a:hover {
  color: #ff6600;
  text-decoration: none;
}
footer .container.container-main.footer-top {
  color: #999;
}
footer .container.container-main.footer-top p {
  font-size: 1em;
}
footer .container.container-main.footer-bottom {
  color: #777;
  font-size: 0.833em;
  padding: 10px 0;
}
footer .container.container-main.footer-bottom p {
  padding: 15px 0;
}
footer .container.container-main.footer-bottom nav {
  float: right;
}
footer .container.container-main.footer-bottom nav ul {
  float: right;
  padding: 15px 10px;
  margin: 0 auto;
}
footer .container.container-main.footer-bottom nav ul li {
  display: inline;
  margin-left: 20px;
}

.hr-row-divider {
  margin: 35px 0;
  clear: both;
}

.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  font-weight: 500;
  color: inherit;
  text-rendering: optimizelegibility;
  text-transform:uppercase;
  font-family: 'brandon_grotesque_blackRg';
}

h1, .h1 {
  font-size: 38px;
  line-height:42px;
}

h2, .h2 {
  font-size: 32px;
  line-height:36px;
}

h3, .h3 {
  font-size: 26px;
  line-height:30px;
}

h4, .h4 {
  font-size: 22px;
  line-height:26px;
}

h5, .h5 {
  font-size: 20px;
  line-height:24px;
}

h6, .h6 {
  font-size: 13px;
  line-height:17px;
  text-transform: uppercase;
}

.page-title {
  margin: 0 0 20px;
  line-height:30px;
  padding-left:-70px;
  text-align:center;
}
.page-content ul li{
	list-style-type:disc;
	margin-left:15px;
	}

ul, ol {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

ul ul, ul ol, ol ol, ol ul {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

dl {
  font-size: 1.25em;
  margin: 0.75em 0;
}

dt, dd {
  line-height: 18px;
}

dt {
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.375em;
}

dd {
  margin-left: 9px;
  margin-bottom: 0.75em;
}

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 120px;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 130px;
}

hr {
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}

strong {
  font-weight: bold;
}

em {
}

.muted {
  color: #999999;
}

abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 18px;
  margin: 1.5em;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
blockquote small {
  display: block;
  line-height: 1.5em;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}

small {
  font-size: 100%;
}

code, pre {
  padding: 0 3px 2px;
  font-size: 0.833em;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 3px 2px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0.75em 0;
  font-size: 1em;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  font-size: 0.926em;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}

label, input, button, select, textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input, button, select, textarea {
  font-family: 'Open Sans', sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}

input, textarea, select, .uneditable-input {
  display: inline-block;
  width: 100%!important;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  color: #555555;
  border: 1px solid #a7a7a7;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

label input, label textarea, label select {
  display: block;
}
*/
input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */
}

input[type="image"] {
  border: 0;
}

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: white;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  width: 100%;
  height: auto;
}
select, input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: white;
}

select[multiple], select[size] {
  height: auto;
}

input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  height: auto;
}

input[type="hidden"] {
  display: none;
}

.radio, .checkbox {
  padding-left: 18px;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input, textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}*/

input:focus, textarea:focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 5px #dddddd;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 5px #dddddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 5px #dddddd;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
} 

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
  float: none;
  margin-left: 0;
}

input.span1, textarea.span1, .uneditable-input.span1 {
  width: 17px;
}

input.span2, textarea.span2, .uneditable-input.span2 {
  width: 100px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
  width: 183px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
  width: 266px;
}

input.span4-5, textarea.span4-5, .uneditable-input.span4-5 {
  width: 317px!important;
}

input.span5, textarea.span5, .uneditable-input.span5 {
  width: 349px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
  width: 432px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
  width: 515px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
  width: 598px;
}

input.span9, textarea.span9, .uneditable-input.span9 {
  width: 681px;
}

input.span10, textarea.span10, .uneditable-input.span10 {
  width: 764px;
}

input.span11, textarea.span11, .uneditable-input.span11 {
  width: 847px;
}

input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}

input, textarea, .uneditable-input {
  margin-left: 0;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}


.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: white;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.sub-menu.pull-right {
  right: 0;
  left: auto;
}
.sub-menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
  *width: 100%;
  *margin: -5px 0 5px;
}
.sub-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
}

.sub-menu li > a:hover, .sub-menu .active > a, .sub-menu .active > a:hover {
  color: white;
  text-decoration: none;
  background-color: #f26535;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}

.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}

.btn, .tagcloud a, .post-tags a, input[type=submit] {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px 6px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  background:#666;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  *margin-left: .3em;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled], .tagcloud a:hover, .tagcloud a:active, .tagcloud a.active, .tagcloud a.disabled, .tagcloud a[disabled], .post-tags a:hover, .post-tags a:active, .post-tags a.active, .post-tags a.disabled, .post-tags a[disabled], input[type=submit]:hover, input[type=submit]:active, input[type=submit].active, input[type=submit].disabled, input[type=submit][disabled] {
  background-color: #ff6600;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}

.nav > li > a {
  display: block;
  text-transform:uppercase;
  color:#ffffff;
}

.nav > li > a:hover {
  text-decoration: none;
}

.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 16px;
  line-height: 18px;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.nav-list > li > a, .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a, .nav-list > .active > a:hover {
  color: white;
}

.nav-list [class^="icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  *width: 100%;
  *margin: -5px 0 5px;
}

.nav-tabs, .nav-pills {
  *zoom: 1;
}
.nav-tabs:before, .nav-tabs:after, .nav-pills:before, .nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after, .nav-pills:after {
  clear: both;
}

.nav-tabs > li, .nav-pills > li {
  float: left;
}

.nav-tabs > li > a, .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color: #555555;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills .active > a, .nav-pills .active > a:hover {
  color: white;
  background-color: #f26535;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .sub-menu, .nav-pills .sub-menu {
  margin-top: 1px;
  border-width: 1px;
}

.nav-pills .sub-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
  border-top-color: #f26535;
  border-bottom-color: #f26535;
  margin-top: 6px;
}

.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #e5450f;
  border-bottom-color: #e5450f;
}

.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.nav > .dropdown.active > a:hover {
  color: black;
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
  color: white;
  background-color: #999999;
  border-color: #999999;
}

.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}

.tab-content {
  display: table;
  width: 100%;
}
#searchsubmit{
	height:1px!important;  
  }
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

.tab-content > .active, .pill-content > .active {
  display: block;
}

.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below .nav-tabs .active > a, .tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none;
}

.tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: white;
}

.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: white;
}

.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}

.navbar-inner {
  margin:10px 0;
  padding:0 20px;
  background:#494949;
}

.navbar .container {
  width: auto!important;
}

.btn-navbar {
  display: none;
  float: right;
  padding: 10px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background:#2e2e2e;
  border-color: #333333 #333333 #0d0d0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  border: 1px solid;
  border-color: #373737;
  border-color: 0, 0, 0, 0.4;
}
.btn-navbar:hover, .btn-navbar:active, .btn-navbar.active, .btn-navbar.disabled, .btn-navbar[disabled] {
  background-color: #333333;
}
.btn-navbar:active, .btn-navbar.active {
  background-color: #1a1a1a \9;
}

.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.nav-collapse.collapse {
  height: auto;
}

.navbar {
  color: #999999;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: white;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar .btn, .navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
}

.navbar .nav > li {
  display: block;
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  text-decoration: none;
  color:#BBBBBB;
}

.navbar .nav > li > a:hover {
  background-color: transparent;
  color: white;
  text-decoration: none;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
  color: white;
  text-decoration: none;
  background-color: #545353;
}

.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #545353;
  border-right: 1px solid #333333;
}

.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}

.navbar .sub-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .sub-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: white;
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .sub-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px;
}

.navbar .nav.pull-right .sub-menu, .navbar .nav .sub-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .sub-menu:before, .navbar .nav .sub-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .sub-menu:after, .navbar .nav .sub-menu.pull-right:after {
  left: auto;
  right: 13px;
}

.navbar .nav > li > a {
  padding: 13px 15px 16px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.btn-navbar {
  margin-top: 10px !important;
  margin-right: 0px;
}

.sub-menu {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.sub-menu li {
  font-size: 13px;
}

.sub-menu li > a:hover, .sub-menu .active > a, .sub-menu .active > a:hover {
  background: #f26535;
}

.sf-menu ul {
  width: 200px;
}

ul.sf-menu li li:hover ul:before, ul.sf-menu li li:hover ul:after,
ul.sf-menu li li.sfHover ul:before, ul.sf-menu li li.sfHover ul:after {
  display: none;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  outline: none;
  overflow: visible;
  position: relative !important;
  width: auto;
  left: 10px;
  top: 8px;
}

.pagination {
  height: 36px;
  margin: 18px 0;
}

.pagination ul {
  display: table;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul:first-child {
  border-left: 1px solid #ddd;
}

.pagination li {
  display: inline;
}
.pagination li .pages {
  display: none;
}

.pagination a, .pagination span {
  float: left;
  padding: 0 14px;
  font-size: 13px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover, .pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999999;
  cursor: default;
}

.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.home .meta, .blog .meta, .search .meta, .tag .meta, .category .meta, .archive .meta, .error404 .meta, .single .meta {
  color: #999999;
}
.home .meta.tags, .blog .meta.tags, .search .meta.tags, .tag .meta.tags, .category .meta.tags, .archive .meta.tags, .error404 .meta.tags, .single .meta.tags {
  display: block;
}

/* ---------->>> Blog <<<----------*/
.blog-three-up .entry-title {
  margin-top: 5px;
  line-height: 1.2;
}
.blog-three-up p {
  margin-bottom: 0.294em;
}
.blog-three-up .meta {
  font-size: 0.926em;
}

.single .page-title {
  margin:20px 7px;
  font-size: 28px;
}
.single .related-posts-title {
  margin-top: 45px;
  margin-bottom: 0;
}
.single .post-thumb {
  margin-bottom: 1.042em;
  margin-top: 1.042em;
}
.single .entry-title {
  padding-bottom: 20px;
  margin-top: 0;
}

.blog article p, .search article p, .tag article p, .category article p, .archive article p {
  padding-top: 0;
}
.entry-title a{
	color:#666;
	}
.entry-title a:hover{
	color:#ff6600;
	}

.post-thumb {
  display: inline-block;
  max-width: 100%;
  position: relative;
  bottom: 0;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.post-thumb span {
  display: block;
  border: 4px solid #fff;
  background:#fff;
}
.post-thumb:hover span {
}

.blog .post-thumb span {
  padding: 9px;
}

.prev-next-single {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 8px 13px;
  margin-top: 30px;
  margin-bottom: 0;
}
.prev-next-single .prev, .prev-next-single .next {
  position: relative;
  bottom: 2px;
}
.prev-next-single .prev {
  float: left;
}
.prev-next-single .next {
  float: right;
}

.post-tags .meta {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
.post-tags a {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 5px;
}

.commentlist {
  margin-left: 0;
}

.children {
  margin-top: 15px;
}

li.comment, .pingback {
  list-style: none;
}

article.comment, .pingback {
  position: relative;
  padding: 20px;
  margin: 15px 0;
  background-color: #fff;
  line-height: 1.7;
  font-size: 15px;
}

.comment-meta {
  position: relative;
}

.avatar {
  float: left;
  padding: 3px;
  margin-right: 14px;
  margin-bottom: 8px;
  background: white;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px #e9e9e9;
  -moz-box-shadow: 0 2px 4px #e9e9e9;
  box-shadow: 0 2px 4px #e9e9e9;
}

.fn {
  float: left;
  position: relative;
  top: 5px;
  font-size: 22px;
  line-height: 1.1;
}
.fn a {
  color: #545353;
}

time {
  float: left;
  margin-top: 6px;
  font-size: 13px;
}

.comment-content {
  clear: both;
}
.comment-content p {
  font-size: 15px;
}

.pingback p {
  font-size: 15px;
  padding: 0;
}

.edit-reply {
  margin-top: 5px;
}

.comment-edit-link {
  float: left;
  font-size: 13px;
  line-height: 1;
}
.comment-edit-link:hover {
  text-decoration: none;
}

#reply-title {
  margin-bottom: 0;
  color:#F00;
}

.comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: 1;
}
.comment-reply-link span {
  position: relative;
  top: 1px;
}
.comment-reply-link:hover {
  text-decoration: none;
}

.comment-awaiting-moderation {
  position: relative;
  top: 12px;
  color: #bbb;
}

.form-allowed-tags {
  display: none !important;
  visibility: hidden;
}

.comment-form-author label, .comment-form-author input, .comment-form-author .required, .comment-form-email label, .comment-form-email input, .comment-form-email .required, .comment-form-url label, .comment-form-url input, .comment-form-url .required, .comment-form-comment label, .comment-form-comment input, .comment-form-comment .required {
  float: left;
}
.comment-form-author label, .comment-form-author input, .comment-form-email label, .comment-form-email input, .comment-form-url label, .comment-form-url input, .comment-form-comment label, .comment-form-comment input {
  clear: both;
}
.comment-form-author .required, .comment-form-email .required, .comment-form-url .required, .comment-form-comment .required {
  position: relative;
  bottom: 4px;
  left: 1px;
}

.comment-notes .required, .comment-form-author .required, .comment-form-email .required, .comment-form-url .required, .comment-form-comment .required {
  color: #f26535;
}

.comment-form-email label, .comment-form-email .required, .comment-form-url label, .comment-form-url .required, .comment-form-comment label, .comment-form-comment .required {
  margin-top: 15px;
}

@-webkit-keyframes capFromBottom {
  0% {
    -webkit-transform: translateY(400px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes capFromBottom {
  0% {
    -moz-transform: translateY(400px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes capFromBottom {
  0% {
    -ms-transform: translateY(400px);
  }

  100% {
    -ms-transform: translateY(0);
  }
}

@-o-keyframes capFromBottom {
  0% {
    -o-transform: translateY(400px);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@keyframes capFromBottom {
  0% {
    transform: translateY(400px);
  }

  100% {
    transform: translateY(0);
  }
}


/* ---------->>> Header <<<----------*/
#header-intro-text{
	margin-top:15px;
	margin-bottom:15px;
	}
#header-intro-text h2,
#header-intro-text h3{
	font-size:20px;
	line-height:22px;
	text-align:center;
	}
#header-intro-text h3 span{
	color:#ff6600!important;
	}
.header-register{
	float:right!important;
	}
a.header-register-btn{
	float:right!important;
	display:block;
	margin:20px 0;
	padding:0 37px;
	text-transform:uppercase;
	line-height:32px;
	color:#FFF;
	font-size:20px;
	background:url(img/header-register-btn.png) no-repeat 0 0;
	}
a:hover.header-register-btn{
	color:#FFF;
	background:url(img/header-register-btn.png) no-repeat 0 -32px;
	}	


/* ---------->>> Intro Text/Home Sections <<<----------*/
#home-intro-text h2{
	font-size:28px;
	text-align:center;
	margin:15px 0;
	line-height:30px;
	}
#home-intro-text p{
	-moz-column-count:2;
	-webkit-column-count:2; 
	column-count:2;
	-moz-column-gap:40px; 
	-webkit-column-gap:40px;
	column-gap:40px;
	}
	

#register-area, #alumni-home, #sponsors{
	margin-top:50px!important;
	}
	
	
/* ---------->>> Home Companies/Speakers Tabs <<<----------*/	
div.speakers a{
	width:98px!important;
	margin:0 auto;
	display:block;
	}
div.speakers a:hover {
	color:#ff6600!important;
	}
div.speakers a img{
	width:90px;
	display:block;
	}
.speaker-name{
	margin:5px 0;
	}	
.speaker-name,
.speaker-company{
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	}
.speaker-name{
	font-family: 'brandon_grotesque_regularRg';
	color:#494949;
	}
.speaker-company{
	font-family: 'brandon_grotesque_blackRg';
	color:#666;
	}


/* ---------->>> Home Main Register Area <<<----------*/	
div.register-area{
	width:100%;
	padding:30px 0;
	text-align:center;
	-webkit-box-shadow:inset 0 2px 10px 0 black;
    -moz-box-shadow:inset 0 2px 10px 0 black;
    box-shadow:inset 0 2px 10px 0 black;
	background:url(img/linen-pattern.jpg) repeat 0 0;
	}
a.home-register-btn{
	display:block;
	line-height:82px;
	text-transform:uppercase;
	color:#FFF;
	font-size:40px;
	text-shadow: 0 1px 1px #cc5200;
	background:url(img/home-register-btn.png) no-repeat center 0;
	}
a:hover.home-register-btn{
	color:#f3f3f3;
	}
a.apply-btn{
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	background: url(img/dotted.png) repeat-x 0 bottom;
	}
a:hover.apply-btn{
	color:#ff6600;
	}
.bottom-register a.register{
	color:#fff;
	background:#ff6600;
	padding:5px 10px;
	margin-right:20px;
	}
.bottom-register a:hover.register{
	color:#fff;
	background:#e85e02;
	}
.bottom-register a{
	font-size:20px;
	color:#ff6600;
	background: url(img/dotted.png) repeat-x 0 bottom;
	}
.bottom-register a:hover{
	color:#e85e02;
	}


/* ---------->>> Sponsors <<<----------*/
.sponsors{  
    text-align: center;  
	width:94%!important; 
	}
.sponsors a{
	display:block;
	}
.sponsors-intro-text{
	padding:20px 45px;
	}
.sponsor-premium-container, .sponsor-platinum-container, .sponsor-gold-container, .sponsor-silver-container, .sponsor-bronze-container, .sponsor-partner-container{
    display: inline-block;  
    vertical-align: middle;
	margin:5px;
	}
a:hover.sponsor-premium, a:hover.sponsor-platinum, a:hover.sponsor-gold, 
a:hover.sponsor-silver, a:hover.sponsor-bronze, a:hover.sponsor-partner{
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	}
a.sponsor-premium{
	height:100px;
	width:300px;
	}
a.sponsor-platinum{
	height:87px;
	width:260px;
	}
a.sponsor-gold{
	height:73px;
	width:220px;
	}
a.sponsor-silver{
	height:60px;
	width:180px;
	}
a.sponsor-bronze{
	height:47px;
	width:140px;
	}
a.sponsor-partner{
	height:33px;
	width:100px;
	}
	
	
/* ---------->>> Alumni <<<----------*/
#alumni-home h2,
#sponsors h2{
	z-index:3!important;
	position: relative;
	background:url(img/arrow-heading-bg.png) no-repeat center 0;
	height:72px;
	}
#alumni-home .alumni-content,
#sponsors .sponsors-content{
	z-index:-1!important;
	margin-top:-53px;
	padding-top:25px;
	}
#alumni-home .alumni-content h3{
	margin:20px 0;
	font-size:20px;
	text-align:center;
	}
#alumni-home .alumni-content h4,
#alumni-page .alumni-content h4{
	font-size:20px;
	line-height:18px;
	padding:0 10px;
	text-align:center;
	}
#alumni-home .alumni-content .radar,
#alumni-page .alumni-content .radar{
	 text-align:center;
	 margin-bottom:20px;
	}
#alumni-home .alumni-content .radar span,
#alumni-page .alumni-content .radar span{
	 display:block;
	 width:100%;
	 line-height:150px;
	 color:#fff;
	 font-family: 'arvil_sansregular';
	 padding:0 0 20px 0;
	 font-size:64px;
	 text-shadow: 0 1px 1px #000;
	}
#alumni-home .alumni-content .radar span.radar-1,
#alumni-page .alumni-content .radar span.radar-1{
	background:url(img/radar1-bg.jpg) no-repeat center 0;
	}
#alumni-home .alumni-content .radar span.radar-2,
#alumni-page .alumni-content .radar span.radar-2{
	background:url(img/radar2-bg.jpg) no-repeat center 0;
	}
#alumni-home .alumni-content .radar span.radar-3,
#alumni-page .alumni-content .radar span.radar-3{
	background:url(img/radar3-bg.jpg) no-repeat center 0;
	}
#alumni-home .alumni-logos,
#alumni-page .alumni-logos{
	text-align:center;  
	width:100%;
	}
#alumni-home .alumni-logos a,
#alumni-home .alumni-logos .alumni-logo,
#alumni-page .alumni-logos .alumni-logo{
	width:120px;
	margin:5px;
	padding:5px;
	height: auto;  
    display: inline-block;  
    vertical-align: middle; 
	}

/* ---------->>> About <<<----------*/
p.about-content{
	-moz-column-count:2;
	-webkit-column-count:2; 
	column-count:2;
	-moz-column-gap:40px; 
	-webkit-column-gap:40px;
	column-gap:40px;
	}
div.single-testimonial p{
	font-style:italic;
	margin:0;
	padding:0;
	}
div.single-testimonial:nth-child(even){
	clear:both;
	display:inline-block;
	}
div.testimonials-name{
	padding-top:5px;
	}
	
/* ---------->>> Conference Schedule <<<----------*/
.schedule .subtitle{
	color:#ff6600;
	text-align:center;
	}
.schedule .track{
	margin-top:10px!important;
	margin-bottom:10px!important;
	}
.schedule div.track div.schedule-time{
	background: none;
	color: #545353;
	font-size: 20px;
	padding:20px 5px;
	height:100%!important;
	text-align:center;
}
.schedule.title div.track div.schedule-time {
	font-size: 16px;
	background: #ff6600;
	color: #fff;
}
.schedule p.heading{
	margin:15px 0 0 0;
	}
	
	
/* ---------->>> Conference Companies/Speakers <<<----------*/
.company-image, 
.speaker-image{
	width:200px;
	margin:0 auto;
	display:block;
	}
.speaker-details a.twitter,
.speaker-details a.linkedin,
.company-details a.twitter,
.company-details span.location{
	padding:0 25px;
	display:block;
	float:left;
	margin-bottom:10px;
	}
.speaker-details a.twitter,
.company-details a.twitter{
	background:url(img/icon-twitter.png) no-repeat 0 2px;
	}
.speaker-details a.linkedin{
	background:url(img/icon-linkedin.png) no-repeat 0 2px;
	}
.company-details span.location{
	background:url(img/icon-location.png) no-repeat 0 2px;
	}
.speaker-details h4, 
.company-details h4{
	font-size:18px;
	}
	

/* ---------->>> Timeline (FAQs Page) <<<----------*/
.time{
 height:20px;
}
#timeline{
    width:auto; 
	height:auto;
	list-style-type: none; 
	background: url(img/timeline.png) top center repeat-y; 
	margin: 0 auto; 
	padding:20px 0; 
}

#timeline li.timeline-item{
    width:48.8%; 
	/*Fixes to display list item with arrow on timeline li*/
	padding-left:0px;
	background:transparent;
}
#timeline li{
	background:url(img/li-bg.png) no-repeat left 3px;
	padding-left:30px;
	}

#timeline li.timeline-item:nth-of-type(odd){
    clear: both;float:right; 
}

#timeline li.timeline-item:nth-of-type(odd), #timeline li.timeline-item:nth-of-type(even){
    margin:0 0 20px 0;
}
#timeline li.timeline-item:nth-of-type(even) .corner{
	position:absolute; 
	display:block; 
	width:20px;	
	height:15px;
	background:url(img/timeline-right.png);
}
#timeline li.timeline-item:nth-of-type(odd) .corner{
	position:absolute;
	display:block;
	width:20px;
	height:15px;
	background:url(img/timeline-left.png);
}

ul.past-conferences li{
	padding:10px 5px;	
	border-top:1px solid #f3f3f3;
	}
ul.past-conferences li:hover{
	background:#f3f3f3;
	}
ul.past-conferences li a{
	display:block;
	}

/* ---------->>> Widgets <<<----------*/
.textwidget{
	font-size:14px;
	}
.widget .widget-title img{
	margin:7px 0 0 2px;
	}
.widget_twitter li{
	margin:20px 0;
	}
.widget ul, .widget ol {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.widget ul ul, .widget ul ol, .widget ol ul, .widget ol ol {
  margin-left: 10px;
  margin-top: 0;
}
.widget .orange-link{
	color:#ff6600;
	}

.widget .tagcloud a {
  margin-bottom: 5px;
  font-weight: 400;
}

.widget #recentcomments li,
.widget_recent_entries li,
.widget_categories li{
	background: url(img/li-bg.png) no-repeat  left 3px;
	padding-left:30px;
	padding-bottom:5px;
}
li.picture-item{
	display:block;
	float:left;
	list-style-type:none;
	margin:0 7px 7px 0;
	border:4px solid #fff;
	-webkit-box-shadow: 0 0 3px #e7e7e7;  
	-moz-box-shadow: 0 0 3px #e7e7e7;  
	box-shadow: 0 0 3px #e7e7e7; 
	}

footer .container.container-main.footer-top iframe {
  width: 100%;
}
footer .container.container-main.footer-top .widget-title {
  color: #fff;
  padding-bottom: 5px;
  margin: 20px 0 5px 0;
}

#calendar_wrap {
  text-align: center;
}
#calendar_wrap #wp-calendar {
  width: 100%;
  margin-top: 8%;
}
#calendar_wrap #wp-calendar caption {
  font-size: 1.563em;
  margin-bottom: 4%;
}
#calendar_wrap #wp-calendar th, #calendar_wrap #wp-calendar td {
  height: 40px;
}
#calendar_wrap #wp-calendar td a {
  display: block;
  line-height: 40px;
}
#calendar_wrap #wp-calendar td a:hover, #calendar_wrap #wp-calendar td a:focus {
  text-decoration: none;
  background-color: #fbfbfb;
}

.lt-ie9 img {
  max-width: auto !important;
  width: auto !important;
}

.lt-ie9 .flex-caption {
  background: url(img/ie-flexcaption-bg.png) !important;
  background-repeat: repeat;
  background-position: top left;
}

.lt-ie9 .navbar .navbar-inner .container {
  width: 1062px;
}
.lt-ie9 .sf-menu, .lt-ie9 .sf-menu * {
  margin: 0;
  list-style: none;
}
.lt-ie9 .sf-menu {
  line-height: 1;
}
.lt-ie9 .sf-menu ul {
  position: absolute;
  top: -999em;
}
.lt-ie9 .sf-menu ul li {
  width: 100%;
}
.lt-ie9 .sf-menu li:hover {
  visibility: inherit;
}
.lt-ie9 .sf-menu li {
  position: relative;
}
.lt-ie9 .sf-menu a {
  display: block;
  position: relative;
}
.lt-ie9 .sf-menu li:hover ul,
.lt-ie9 .sf-menu li.sfHover ul {
  left: 0;
  top: 49px;
  z-index: 99;
}
.lt-ie9 ul.sf-menu li:hover li ul,
.lt-ie9 ul.sf-menu li.sfHover li ul {
  top: -999em;
}
.lt-ie9 ul.sf-menu li li:hover ul,
.lt-ie9 ul.sf-menu li li.sfHover ul {
  left: 202px;
  top: -5px;
  width: 200px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none;
}

.visible-tablet {
  display: none;
}

.visible-desktop {
  display: block;
}

.hidden-phone {
  display: block;
}

.hidden-tablet {
  display: block;
}

.hidden-desktop {
  display: none;
}
.fourohfour{
  display:block;
  width:100%;
  line-height:400px;
  color:#fff;
  font-family: 'arvil_sansregular';
  padding:0 0 20px 0;
  font-size:200px;
  text-shadow: 0 1px 3px #000;
  background:url(img/404.png) no-repeat center 0;
	}

/*RESPONSIVE START*/
@media (min-width: 1px) and (max-width: 479px) {
 .speaker-details a.twitter,
 .speaker-details a.linkedin,
 .company-details a.twitter,
 .company-details span.location{
	padding-left:25px;
	}  
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  .page-header h1 small {
    display: block;
    line-height: 18px;
  }

  input[type="checkbox"], input[type="radio"] {
    border: 1px solid #ccc;
  }

  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }

  .form-horizontal .controls {
    margin-left: 0;
  }

  .form-horizontal .control-list {
    padding-top: 0;
  }

  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .container.container-main {
    padding: 55px 20px;
  }
  .prev-next {
    display: none;
    visibility: hidden;
  }
  div#logo{
	width:151px;
  }
  div#logo, div.header-register{
	clear:both;
	margin:0 auto;
  }
  .header-register, a.header-register-btn{
	float:none!important;
	}
  a.header-register-btn{
	margin:0;
	line-height:50px;
	text-align:center;
	background:#00aecf; 
	}
  a:hover.header-register-btn{
	background:#0298b5;
	}
  p.about-content, 
  #home-intro-text p{
	-moz-column-count:1;
	-webkit-column-count:1; 
	column-count:1;
	}
}
@media (min-width: 480px) and (max-width: 803px) {
  .container.container-main {
    padding: 30px;
  } 
  .navbar{
	clear:both;  
 }
  div#logo{
	width:151px;
  }
  div#logo, div.header-register{
	clear:both;
	margin:0 auto;
  }
  .header-register, a.header-register-btn{
	float:none!important;
	}
  a.header-register-btn{
	margin:0;
	line-height:50px;
	text-align:center;
	background:#00aecf; 
	}
  a:hover.header-register-btn{
	background:#0298b5;
	}
  #about p{
	-moz-column-count:1;
	-webkit-column-count:1; 
	column-count:1;
	}
  #timeline li.timeline-item{
  	width:100%;
	clear:both;
	}
  #timeline,
  #timeline li.timeline-item:nth-of-type(odd) .corner,
  #timeline li.timeline-item:nth-of-type(even) .corner{
	background:none; 
	}
}
@media (max-width: 803px) {
  .visible-phone {
    display: block;
  }

  .hidden-phone {
    display: none;
  }

  .hidden-desktop {
    display: block;
  }

  .visible-desktop {
    display: none;
  }
  .container {
    width: auto;
  }

  body {
    padding: 0;
  }
  
  .navbar-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
  #timeline li.timeline-item{
  	width:100%;
	clear:both;
	}
  #timeline,
  #timeline li.timeline-item:nth-of-type(odd) .corner,
  #timeline li.timeline-item:nth-of-type(even) .corner{
	background:none; 
	}
}
@media (min-width: 804px) and (max-width: 1099px) {
	
  .visible-tablet {
    display: block;
  }

  .hidden-tablet {
    display: none;
  }

  .hidden-desktop {
    display: block;
  }

  .visible-desktop {
    display: none;
  }
  .container {
    width: 660px;
  }
  #comment {
    width: 660px;
  }
  div#logo{
	width:151px;
  }
  div#logo, div.header-register{
	clear:both;
	margin:0 auto;
  }
  .header-register, a.header-register-btn{
	float:none!important;
	}
  a.header-register-btn{
	margin:0;
	line-height:50px;
	text-align:center;
	background:#00aecf; 
	}
  a:hover.header-register-btn{
	background:#0298b5;
	}
  #timeline li.timeline-item{
  	width:100%;
	clear:both;
	}
  #timeline,
  #timeline li.timeline-item:nth-of-type(odd) .corner,
  #timeline li.timeline-item:nth-of-type(even) .corner{
	background:none; 
	}
}
@media (max-width: 1099px) {
  body {
    padding-top: 0;
  }

  .navbar-fixed-top {
    position: static;
    margin-bottom: 12px;
  }

  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }

  .navbar .container {
    width: auto;
    padding: 0;
  }

  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  .navbar .nav-collapse {
    clear: left;
  }

  .navbar .nav {
    float: none;
    margin: 0 0 9px;
  }

  .navbar .nav > li {
    float: none;
  }

  .navbar .nav > li > a {
    margin-bottom: 2px;
  }

  .navbar .nav > .divider-vertical {
    display: none;
  }

  .navbar .nav .nav-header {
    color: #999999;
    text-shadow: none;
  }

  .navbar .nav > li > a, .navbar .sub-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .navbar .sub-menu li + li a {
    margin-bottom: 2px;
  }

  .navbar .nav > li > a:hover, .navbar .sub-menu a:hover {
    background-color: #444444;
  }

  .navbar .sub-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .navbar .sub-menu:before, .navbar .sub-menu:after {
    display: none;
  }

  .navbar .sub-menu .divider {
    display: none;
  }

  .navbar-search {
    float: none;
	width:50%!important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-search {
    margin: 0!important;
  }
  
  .navbar .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-navbar {
    display: block;
	float:left;
  }

  .nav-collapse {
    overflow: hidden;
    height: 0;
  }

  .row-fluid {
    width: 100%;
  }

  .row {
    margin-left: 0;
  }

  .row > [class*="span"], .row-fluid > [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }

  .thumbnails [class*="span"] {
    width: auto;
  }

  input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    /* Make inputs at least the height of their button counterpart */
    /* Makes inputs behave like true block-level elements */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .input-prepend input[class*="span"], .input-append input[class*="span"] {
    width: auto;
  }

  .container.container-main {
    margin-top: 0;
  }

  .navigation-label {
	text-indent:-40px!important;
    padding: 12px 0 12px 0;
	text-align:center;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  }

  .navbar .nav > li > a, .navbar .sub-menu a {
    font-weight: 300;
  }

  .sub-menu {
    display: block !important;
    visibility: visible !important;
  }

  .sf-menu ul {
    width: auto;
  }

  .site-heading {
    text-align: center;
  }

 .name-logo img {
    float: none !important;
	clear:both;
	width:151;
  }

  .header-banner-area {
    margin-top: 25px !important;
  }

  footer .container.container-main.footer-bottom {
    text-align: center;
  }
  footer .container.container-main.footer-bottom .span7 {
    display: table;
    margin: 0 auto;
  }
  footer .container.container-main.footer-bottom .span7 ul li {
    margin: 0 20px;
  }
}
@media (min-width: 1100px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }

  .navbar .navbar-inner .container {
    width: 1062px;
  }

  .sf-menu, .sf-menu * {
    margin: 0;
    list-style: none;
  }

  .sf-menu {
    line-height: 1;
  }

  .sf-menu ul {
    position: absolute;
    top: -999em;
  }

  .sf-menu ul li {
    width: 100%;
  }

  .sf-menu li:hover {
    visibility: inherit;
  }

  .sf-menu li {
    position: relative;
  }

  .sf-menu a {
    display: block;
    position: relative;
  }

  .sf-menu li:hover ul,
  .sf-menu li.sfHover ul {
    left: 0;
    top: 49px;
    z-index: 99;
  }

  ul.sf-menu li:hover li ul,
  ul.sf-menu li.sfHover li ul {
    top: -999em;
  }

  ul.sf-menu li li:hover ul,
  ul.sf-menu li li.sfHover ul {
    left: 202px;
    top: -6px;
    width: 200px;
  }
  #timeline li.timeline-item:nth-of-type(even) .corner{
	margin-left:439px; 
	background:url(img/timeline-right-small.png);
  }
  #timeline li.timeline-item:nth-of-type(odd) .corner{
	margin-left:-40px;
	background:url(img/timeline-left-small.png);
  }
}
@media (min-width: 1320px) {

  [class*="span"] {
    float: left;
    margin-left: 54px;
  }

  .span1 {
    width: 48px;
  }

  .span2 {
    width: 150px;
  }

  .span3 {
    width: 252px;
  }

  .span4 {
    width: 354px;
  }
  
  .span4-5 {
    width: 405px!important;
  }

  .span5 {
    width: 456px;
  }

  .span6 {
    width: 558px;
  }

  .span7 {
    width: 660px;
  }

  .span8 {
    width: 762px;
  }

  .span9 {
    width: 864px;
  }

  .span10 {
    width: 966px;
  }

  .span11 {
    width: 1068px;
  }

  .span12 {
    width: 1170px;
  }

  .offset1 {
    margin-left: 156px;
  }

  .offset2 {
    margin-left: 258px;
  }

  .offset3 {
    margin-left: 360px;
  }

  .offset4 {
    margin-left: 462px;
  }

  .offset5 {
    margin-left: 564px;
  }

  .offset6 {
    margin-left: 666px;
  }

  .offset7 {
    margin-left: 768px;
  }

  .offset8 {
    margin-left: 870px;
  }

  .offset9 {
    margin-left: 972px;
  }

  .offset10 {
    margin-left: 1074px;
  }

  .offset11 {
    margin-left: 1176px;
  }

  .offset12 {
    margin-left: 1278px;
  }

  .row {
    margin-left: -54px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }

  .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
  }

  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 17px;
  }

  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 98px;
  }

  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 179px;
  }

  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 260px;
  }
  
  input.span4-5, textarea.span4-5, .uneditable-input.span4-5 {
    width: 280px!important;
  }

  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 300px;
  }

  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 422px;
  }

  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 503px;
  }

  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 584px;
  }

  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 665px;
  }

  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 746px;
  }

  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 827px;
  }

  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 908px;
  }

  input, textarea, .uneditable-input {
    margin-left: 0;
  }

  .thumbnails {
    margin-left: -30px;
  }

  .thumbnails > li {
    margin-left: 30px;
  }

  .navbar .navbar-inner .container {
    width: 1292px;
  }

  #comment {
    width: 753px;
  }
  #timeline li.timeline-item:nth-of-type(even) .corner{
	margin-left:551px; 
	background:url(img/timeline-right.png);
  }
  #timeline li.timeline-item:nth-of-type(odd) .corner{
	margin-left:-40px;
	background:url(img/timeline-left.png);
  }
  .company-image, 
.speaker-image{
	width:200px;
	margin:0 auto;}
}

.home .navbar, .home .navbar-inner {margin-bottom:0px;}
.home-intro-image {position:relative;}
.home-intro-image h2 {}
.home-intro-image img {}
@media (max-width: 479px) {
	.home-intro-image h2 {color:#545353!important;}
	#home-intro-text h2.black {font-size:18px!important;}
}
@media (min-width: 480px) {
	.home-intro-image h2 {color:white;text-align:center;position:absolute;top:30px;left:0;width:100%;display:block;font-size:32px!important;line-height:38px!important;}
}
@media (min-width: 630px) {
	.home-intro-image h2 {top:50px;font-size:42px!important;line-height:48px!important;}
}
@media (min-width: 804px) and (max-width: 1099px) {
	.home-intro-image h2 {top:50px;font-size:42px!important;line-height:48px!important;}
}
@media (min-width: 1100px) {
	.home-intro-image h2 {top:80px;font-size:56px!important;line-height:58px!important;}
}
@media (min-width: 1320px) {
	.home-intro-image h2 {top:120px;font-size:62px!important;line-height:64px!important;}
}