body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: url('../img/background.jpg') left bottom no-repeat;
	color: #757e93;
}


#menubar {
	background: url('../img/menubar.png');
	height: 51px;
	line-height: 51px;
	
	width: 100%;
	position: fixed;
	z-index: 1000;
}

#menubar section {
	width: 920px;
}

#menubar ul {
	list-style: none;
}

#menubar li {
	float: left;
}

#menubar li a {
	display: block;
	padding: 0 15px;
	text-shadow: -1px -1px rgba(0,0,0,.20);
	font-size: 13px;
	color: #82b3e9;
	line-height: 50px;
}
	
#menubar li a:hover {
	color: #a5c9f1;
	background-position: right -36px;
	text-decoration: none;
}

#menubar li a:hover {
	color: #a5c9f1;
	text-decoration: none;
}

#menubar li a:active, #menubar li a:focus {
	color: white;
}

#menubar section {
	padding: 0;
}

#menubar #logo {
	position: relative;
	top: -2px;
}

section {
	width: 808px;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
}

#carousel {
	color: #383d48;
	font-size: 22px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 26px;
	display:none;
	width: 640px;
	margin-left: 110px;
}

#carousel div .profilepic {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
}

.cite {
	font-size: 17px;
}

p.twoliner {padding-top:11px}

#carousel .q {
	visibility: hidden;
}

	.slidesjs-pagination {
      margin: 6px 0 0;
      list-style: none;
      
      padding-left: 350px;
    }


    .slidesjs-navigation {
	    display: block;
	    width: 50px;
	    height: 50px;
	    text-indent: -99em;
	    background-repeat: no-repeat;
    }
    .slidesjs-previous {
	    background-image: url('../img/arrow-prev.png');
	    position: absolute;
	    left: 50%;
	    margin-left: -400px;
	    top: 660px;
    }
    .slidesjs-next {
	    background-image: url('../img/arrow-next.png');
	    position: absolute;
	    left: 50%;
	    margin-left: 370px;
	    top: 660px;
    }
    
    #q1 {margin-left: 10px;}
    #q2 {margin-left: 0px;}
    #q3 {margin-left: 35px;}
    #q4 {margin-left: 27px;}
    #q5 {margin-left: 0px;}
    
.center {
	text-align: center;
}

.alternate {
	/*background-image: url('../img/section-alternate.png');*/
	background-color: rgba(232,234,236,0.4);
}


.general {
	padding-top: 110px;
	height: 200px;
	padding-bottom: 0px;
}

.sessions .general {
	height: 255px;
}

.fancybox-close {
	position: absolute;
	top: -4px;
	right: -45px;
}
.poster {
	height: 538px;
	background-image: url('../img/poster.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	color: white;
}

#edmodocon-logo {
	width: 458px;
	height: 70px;
	background: url('../img/edmodocon-logo.png');
	text-indent: -999em;
	margin: auto;
	margin-bottom: 64px;;
	margin-top: 88px;
}

h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 38px;
	text-align: center;
	margin-bottom: 20px;
	color: #383d48;
}

.poster h2 {
	color: white;
	text-shadow: 0px 1px 3px rgb( 56, 61, 72 );
}

.poster .lead {
	text-shadow: 0px 1px 3px rgb( 56, 61, 72 );
}

p.lead {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}

.about {
	background: url('../img/about.png') #f2f4f5 center top no-repeat;
}
.aboutsection {
	height: 274px;
	padding-bottom: 0;
}

.about .lead {
	color: #383d48;
}

hr {
	border-top: 0;
	border-bottom: 1px #c1cbd3 solid;
	width: 562px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 123px;
}








.ebtn, .ebtn:visited, a.ebtn, a.ebtn:visited {
	color: #444;
	padding: 15px 37px;
	box-shadow: 0 1px 1px #fff inset;
	border-radius: 3px;
	border: 1px solid #cbd2d9;
	display: inline-block;
	cursor: pointer;
	background-color: #f2f2f2;
	background-image: linear-gradient(to top, rgb(223,228,232) 0%, rgb(243,245,247) 100%);
	
	padding: 12px 45px;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
}

.ebtn:hover, a.ebtn:hover {
	background-color: #e5e5e5;
	background-image: linear-gradient(to top, rgb(233,236,239) 0%, rgb(253,253,254) 100%);
	text-decoration: none;
}

.ebtn:active, a.ebtn:active {
	background-image: linear-gradient(to top, rgb(233,236,239) 0%, rgb(253,253,254) 100%);
	box-shadow: 0px 1px 5px rgba(0,0,0,.15) inset;
}


.blue-btn, .blue-btn:visited, a.blue-btn, a.blue-btn:visited {
	color: #fff !important;
	box-shadow: 0 1px 1px #65a6ff inset;
	border: 1px solid #15488b;
	background-color: #3671c4;
	background-image: linear-gradient(to top, rgb(30,80,140) 0%, rgb(45,123,204) 100%);
	
}

.blue-btn:hover, a.blue-btn:hover {
	color: #fff !important;
	background-color: #2960ad;
	background-image: linear-gradient(to top, rgb(27,72,126) 0%, rgb(45,123,204) 100%);
}

.blue-btn:active, a.blue-btn:active {
	color: #fff !important;
	background-image: linear-gradient(to top, rgb(27,72,126) 0%, rgb(45,123,204) 100%);
	box-shadow: 0px 1px 5px rgba(0,0,0,.4) inset;
}



a {
	color: #3784d3;
}

a:hover {
	text-decoration: none;
	color: #276bb0;
}


.general .ebtn {
	margin-top: 22px;
	margin-bottom: 26px;
}

.speakers {
	overflow: hidden;
	width: 900px;
}

.speakers h2 {
	margin-bottom: 60px;
}

a.speaker {
	float: left;
	display: block;
	width: 300px;
	text-align: center;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
}

a.speaker:hover {
	text-decoration: none;
}

a.speaker h3 {
	background-image: url('../img/speaker-roll.png');
	background-position: top;
	width: 216px;
	height: 35px;
	line-height: 35px;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	margin: auto;
	position: relative;
	top: -35px;
	z-index: 2;
	margin-bottom: 14px;
}

a.speaker:hover h3 {
	background-position: bottom;
}

.schedule {
	width: 939px;
}

.schedule hr {
	border-bottom: 1px #dfe4e8 solid;
	margin-left: 169px;
}


.schedule .row {
	margin-bottom: 30px;
	margin-top: 50px;
	margin-left: 20px;
}

.schedule .col {
	overflow: hidden;
	width: 50%;
}

.schedule .event {
	float: none;
	clear: both;
}

.schedule .time {
	width: 84px;
	text-align: right;
	color: #8890a2;
	font-weight: normal;
	float: left;
	padding-bottom: 20px;
	padding-left: 20px;
}

.schedule .timezone {
	color: #8890a2;
}

.schedule .session {
	font-size: 14px;
}


.archives a {
	font-size: 17px;
}

.archives h2 {
	margin-bottom: 60px;
}

.main .schedule a {color: #3784d3;}
.main .schedule a:hover {color: #276bb0;}

.session {
	height: 118px;
	margin-bottom: 72px;
	padding-right: 30px;
	position: relative;
}

.pull-right .session {
	padding-right: 0;
}

.session .various {
	float: left;
	padding-right: 20px;
}

.session h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #383d48;
	font-size: 18px;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 0;
}

.session h4 {
	font-weight: normal;
	font-size: 14px;
	color: #757e93;
	margin-top: 3px;
}

.session .social {
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 220px;
}

.session .social a {
	margin-left: 11px;
	position: relative;
	top: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: top;
}

.session .social a:hover {
	background-position: bottom !important;
}

.session .social a.share_edmodo {background: url('../img/icon_edmodo.png')}
.session .social a.share_facebook {background: url('../img/icon_facebook.png')}
.session .social a.share_twitter {background: url('../img/icon_twitter.png')}


.allsessions {
	margin-bottom: 50px;
}

.footer {
	padding-top: 35px;
	padding-bottom: 40px;
}
.footer ul {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.footer li {
	float: left;
}

.footer li {
	color: #8890a2;
	display: block;
	padding-left: 11px;
	padding-right: 11px;
	font-size: 12px;
}

.footer li a {
	color: #8890a2;
	cursor: pointer;
}

.footer li a:hover {
	color: #535762;
}


.footer li {
	position: relative;
}


#tooltip-arrow {
	position: absolute;
	bottom: -10px;
	left: 90px;
}

#languages {
	display: none;
	
	background: white;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: absolute;
	bottom: 30px;
	left: -60px;
	width: 200px;
	
	box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
}

#languages li, #languages ul {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#languages li a {
	display: block;
	text-align: left;
	color: #3489C8;
	line-height: 13px;
	padding: 10px;
	
	line-height: 13px;
}

#languages li a:hover {
	background: #f3f5f7;
}

.lastyear {
	font-size: 18px;
}

.lastyear a {color: #3784d3;}
.lastyear a:hover {color: #276bb0;}



.footer {
	padding-top: 15px;
	padding-bottom: 10px;
}

.alternate.footer {
	background-color: rgba(232,234,236,0.7);
}

.padding-bottom {padding-bottom: 15px;}
.padding-top {padding-top: 15px;}


/* ----------------------------------------- */

.sessions h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #383d48;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 23px
}

.sessions h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #383d48;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
}

.sessions .info {
	color: #8890a2;
	width: 562px;
	float: right;
	border-bottom: 1px #d5dce1 solid;
	padding-bottom: 15px;
	padding-top: 10px;
}

.sessions .timezone {
	color: #8890a2;
	margin-bottom: 60px;
}

.sessions .timezone a {	color: #3784d3;}
.sessions .timezone a:hover {	color: #276bb0;}

.sessions .time {
	padding-top: 23px;
	width: 85px;
	padding-left: 15px;
	padding-right: 5px;
}

.sessions .schedule {
	width: 680px;
}

.sessions hr {border-bottom: 1px #d5dce1 solid;}

.sessions .noborder .info {
	border: 0;
}

.sessions .schedule {
	padding-bottom: 300px;
}
