/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Fonts
   ========================================================================== */
@import "http://fonts.googleapis.com/css?family=Montserrat:400,700";
@import "http://fonts.googleapis.com/css?family=Voces";
@import "http://fonts.googleapis.com/css?family=Karla";
@import "http://fonts.googleapis.com/css?family=Open+Sans";

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
	content: "\e9bd";
	font-size:1.75em;
	color:#fff;
	font-weight:normal;
}

p {font-family:'Open Sans', sans-serif;}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
	color:#222;
	font-size:1em;
	line-height:1.4
}

body {
	background-color:#181b1f
}
a {color:#f86235;text-decoration:none;}
a:hover, a:visited {color:#f86235;}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
	background:#b3d4fc;
	text-shadow:none
}

::selection {
	background:#b3d4fc;
	text-shadow:none
}

.orange {
	color: #f86235;
}
.lemon {
	color: #d6a930;
}
.white {
	color: #fff;
}
.karla {
	font-family:'Karla',sans-serif !important;	
}
.montserrat {
	font-family:'Montserrat',sans-serif !important;	
}
.opensans {
	font-family: 'Open Sans', sans-serif !important;
}
.center {
	text-align: center !important;
}
.error {
	color: red;
}
/*
 * A better looking default horizontal rule
 */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,canvas,iframe,img,svg,video {
	vertical-align:middle;
}
img {
	max-width:100%;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border:0;
	margin:0;
	padding:0
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize:vertical
}

.center-wrap,.block3 .center-wrap {
	padding:0 25px
}
.right {float:right;width:40%}
.left {float:left;width:60%;}
.lemon-box {
	background-color: #E8C872;
	background-image:url(img/lemon-box-back.jpg);
	background-position: top left;
	background-repeat: repeat;
	padding:0;	
}
.lemon-box a {
	color:#fff;	
}
.lemon-box a:hover {
	color:#f86134;	
}
/* ==========================================================================
   Header Styles
   ========================================================================== */
.main-header {
	color:#fff;
	padding:14px 0 25px;
	background-color:#282A33
}

.logo {
	float:left;
	margin:13px 0 0 3px
}
.logo.lrg {display:none;}
nav {
	color:#f90;
	font-family:'Montserrat',sans-serif;
	font-weight:700;
	text-transform:uppercase;
	font-size:18px;
	height:auto;
}
nav a, nav a:visited {color:#f90;text-decoration:none;}
nav ul {list-style-type:none;}
a#pull {text-decoration:none;}
/* ==========================================================================
   Splash Styles
   ========================================================================== */
.splash {
	background-color:#e8c872;
	margin:0 auto;
	padding:25px 0
}

.splash-title h3 {
	font-family:'Karla',sans-serif;
	color:#dc3311;
	font-weight:400;
	text-transform:uppercase;
	font-size:20pt;
	margin-bottom:0px;
}
.splash-title h4.venue {
	font-family:'Karla', sans-serif;
	color:#282A33;
	font-weight:normal;
	font-size:18pt;
	text-transform:uppercase;
	margin:5px 0;
}
.splash-title img {
	max-width:100%
}

.splash-title {
	text-align:center
}

.splash-title .callout-link.screen {
	float: left;
	margin-left: -30px;	
	display: block;
}
.desktop-only {display:inline-block;}
.mobile-only,
.basho-man .callout-link.mobile {
	display:none;	
}

.basho-man {
	text-align:center;
	margin-bottom:-55px
}

.basho-man.home {
	margin-bottom:50px
}

/* ==========================================================================
   Content Styles
   ========================================================================== */
.block0 {
	background-color:#7f9cb5;
	position:relative
}
.block0#photos {
	background-color:#181b1f;	
	text-align:center;
}

.block0#photos .photo-links a img{
	position:relative;
	margin:45px 5px -20px 5px;	
	border:2px solid #61676f;
	height:75px;
	width:auto;
}
.block0#photos .photo-links a:hover{
	opacity:.8;
}
.block2 {
	background:#f96135 url(img/block2-back.png) repeat;
	margin:0 auto;
	text-align:center
}

.block2 h2 {
	color:#fff;
	font-family:'Karla',sans-serif;
	font-size:2em;
	text-transform:uppercase;
	font-weight:400;
	margin:0;
	padding-top:13px;
	padding-bottom:12px
}
.block2.home h2 {
	padding-top:30px;
	padding-bottom:25px		
}

.block3 {
	background-color:#3d444e;
	-moz-box-shadow:inset 0 0 100px #1a1f27;
	-webkit-box-shadow:inset 0 0 100px #1a1f27;
	box-shadow:inset 0 0 100px #1a1f27;
	position:relative
}
.block4, .block5 {
	background-color:#fff;
	position:relative
}

.block4.call .center-wrap::after {
	background-image:none;
	content:none !important;
}
.block4.call .center-wrap p {
	width:100%;
	margin:0 0 35px 0;
	padding:0;
}

.left-call {
	float:left;
	width:40%;
}
.orange-border {
	border:2px solid #f75730;
	padding:10px;
}
.right-call {
	float:right;
	width:40%;
}

#pancakes {
	color:#fff;	
}
#pancakes div > img  {
	max-width:100%;
	height:auto;	
}
.pancakes  h1 {
	padding-top:40px;
	font-size: 1.75em !important;
	margin-top:0px !important;
}
#pancakes .left-call {
	text-align:right;
	padding:25px 0px 25px 25px;
}
#pancakes .middle-plus {
	float:left;
	width:13%;
	text-align:center;	
	font-size:100px;
	padding:100px 0 0 0;
}
#pancakes .right-call {
	text-align:left;
	padding: 25px 50px 25px 0;
}
.right-call.lemon-box {
	padding:35px;
}
.right-call.lemon-box {
	padding:35px;
}
.speaker-page.archive .right-call.lemon-box,
.agenda-page .right-call.lemon-box {
	padding-top:0px;
}
.speaker-page.archive .right-call.lemon-box h1.center,
.agenda-page .right-call.lemon-box h1.center {
	padding-top:10px;	
	margin-bottom:0px;
	cursor:pointer;
}
.speaker-page.archive .left-call.orange-border h1.center,
.agenda-page .left-call.orange-border h1.center {
		cursor:pointer;
}
.speaker-page.archive  .right-call.lemon-box:hover ,
.speaker-page.archive .left-call.orange-border:hover,
.agenda-page .right-call.lemon-box:hover ,
.agenda-page .left-call.orange-border:hover  {
	box-shadow:0px 0px 2px #f86134;	
}

.tweet {float:left;margin-right:15px;position:relative;top:25px;}
.tweet-right{float:left;}
.block4.call .center-wrap .right-call.lemon-box p, ol {
	margin-bottom:0;
	text-shadow:none;
	line-height:1.4em;
	font-weight:600;
	color:#333;
}
ol, li {
	margin-bottom:15px;
}
a.submit-proposal {
	padding:10px 15px;
	background-color:#fff;
	text-transform:uppercase;
	color:#333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	margin:25px 0 25px 25px;
}
h2.proposal {
	text-align:center;
	color:#fff;
	font-size:26px;
	margin-top:0;
}
h3.tracks {
	color:#fa6a37;
	font-weight:normal;
	margin:0;
	font-size:23px;
}
.block4.call .center-wrap h1.orange {
	color:#f86235 !important;
}
ul.callsp {
	list-style-type:none;
	padding-left:0 !important;
	margin:0 !important;
}
ul.callsp li {
	padding:0;margin:8px 0;

}
img.arrow {
	position:absolute;
	top:0;
	left:48%
}

.block3 .center-wrap {
	background:url(img/bridge.png)no-repeat -75px bottom;
	padding:100px 25px 25px
}

.block3.track-section .center-wrap {
	padding-top:25px;	
}
.block3.update-section .center-wrap {
	padding-top:55px;	
}

.block4 .center-wrap,
.block5 .center-wrap {
	padding:50px 25px;
	display: block;
	position: relative;
}
.block5 .center-wrap {
	padding:100px 25px 25px;
}

.block4 .center-wrap::after {
  content: "";
  background: url(img/bridge.png) no-repeat center 120px;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;   
}
/*.block4 .center-wrap {
	background:rgba(255, 255, 255, .1) url(img/bridge.png)no-repeat center bottom;
	padding:50px 25px 200px 25px;
	backg
}*/
.block4 .center-wrap h1,
.block4 .center-wrap p,
.block5 .center-wrap h1 {
	color: #333 !important;
}
.block4 .center-wrap p, .block4 .center-wrap ul {
	width: 80%;
	margin: 40px auto;
	text-shadow: 0px 0px 1px #ccc;	
	position:relative;
	z-index:2;
	line-height:30px;
}

.block4 .sponsor-details h4,
.block4 .sponsor-details h3,
.block4 .sponsor-details h2,
.block4 .sponsor-details div,
.block4 .sponsor-details ol {
	width: 100%;
	margin: 40px auto;
	position:relative;
	z-index:2;
	line-height:100%;	
}
.block4 .sponsor-details ol li{
font-weight:normal;	
}
.block4 .sponsor-details ul {
	margin-left:-20px;	
}
.block4 .sponsor-details p,
.block4 .sponsor-details h3 {
	margin-left:20px;	
	margin-bottom:-10px;
}



.agenda-page .block4 .center-wrap p, 
.agenda-page .block4 .center-wrap ul{
	line-height:150%;	
}

.block4 .center-wrap ul {
	padding-left:100px;
}
.agenda-page .block4 .center-wrap ul {
	padding-left:0px;
}

.full-lemon-box  ul {
	padding-left:150px;
}
.sign-up a {
	text-decoration:none
}

.sign-up {
	text-align:center
}

.signup-content h3 {
	color:#dc3311;
	text-transform:uppercase;
	font-size:1.8em;
	font-family:'Montserrat',sans-serif;
	margin:20px 0 0
}

.signup-content p {
	color:#fff;
	font-family:'Karla',sans-serif;
	font-size:1.3em;
	margin:0;
	display:block
}

h3.button span {
	background:url(img/block2-back.png) repeat;
	padding:10px 30px;
	color:#fff;
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	border-radius:5px;	
}

.lemon-box h3.button span {
	background: #fff url('http://ricon.io/css/main.css');
	color:#000;
}

a.git-button,
a.button {
	background:url(img/block2-back.png) repeat;
	padding:25px 50px;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-size:1.4em;
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	text-align:center;
	margin:0 auto
}

a.button {
	padding:10px 20px;
	font-size:1.1em;	
	border-radius:8px;
}


a.git-button:hover,
a.git-button:active,
a.git-button:focus,
a.button:hover,
a.button:active,
a.button:focus {
	opacity:.8
}

.get-in-touch {
	text-align:center;
	margin:125px 0 75px;
	clear:both
}

.get-in-touch p {
	color:#fff;
	text-align:center;
	margin-bottom:55px;
	font-size:1.3em;
	font-family:'Karla',sans-serif
}

section.event-section {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	font-family: 'Montserrat',sans-serif;
}
h1.page-heading,
h3.page-heading {
	font-family: 'Montserrat',sans-serif;
	text-align: center;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5em;
	margin-top: 0;
}
h3.page-heading {
	font-size:1.3em;	
	margin-top:-40px;
}
span.lower {text-transform:lowercase;}
section.event-section p.section-desc {
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	display: block;
}

section.event-section h2.section-heading {
	background-color: #D6A646;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 2.2em;
	display: block;
	padding: 10px 0;
	/*font-family:'Karla',sans-serif;*/
}
section.event-section ul.persons-list {
	list-style: none;
	padding: 0;
	margin: 0 5px; 
}
section.event-section ul.persons-list li {
	width: 25%;
	float: left;
	/*margin: 0 40px;*/
	height: 450px;
}
section.event-section ul.persons-list li * {
	width: 224px;
	margin: 0 auto;
	display: block;
}
/*section.event-section ul.persons-list li:nth-child(4n+1) {
	margin-left: 0;
}
section.event-section ul.persons-list li:nth-child(4n+4) {
	margin-right: 0;
}*/
section.event-section ul.persons-list li img {
	border: 7px solid #576777;
}
section.event-section ul.persons-list li .name {
	color: #e7c774;
	margin-top: 20px;
	font-size: 1.5em;
	display: block;
}
section.event-section ul.persons-list li .designation {
	color: #fff;
	font-size: 1em;
}
section.event-section ul.persons-list li .company {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
section.event-section ul.persons-list li .bio {
	color: #f75831;
	margin-top: 20px;
	display: block;
	font-size: .8em;
}

div.full-lemon-box {
	background-color: #E8C872;
	background-image:url(img/registration-bg.jpg);
	background-position: top left;
	background-repeat: repeat;
	padding: 30px 0 50px 0;
}
div.full-lemon-box .center-wrap p{
	width:80%;
	margin:20px auto;
	line-height:30px;
	text-align:left !important;
}
div.full-lemon-box h1,
div.full-lemon-box p {
	width: 100%;
	display: block;
	text-align: center;	
}

div.full-lemon-box .center-wrap p.dates {
	text-align: center !important;
	line-height:1.5em;
}
.block4 h1 {text-transform: uppercase;}
div.full-lemon-box h1 {
	float: left;
	text-transform: uppercase;
	margin: 0 0 60px 0;
}
div.full-lemon-box h1.orange {
	color:#fa6c38;
}
div.full-lemon-box h1.orange.example {
	text-align:left;
}
div.full-lemon-box h3.bold {
	font-weight:bold;
	text-align:center;
	font-family:'Montserrat', sans-serif !important;
	color:#3b424d;
	margin:20px 0;
	line-height:1.4em;
}
div.full-lemon-box p {
	color: #3b424d;
	margin: 10px 0;
}
div.full-lemon-box p strong {
	color: #3b424d;
	font-size: 1.1em;
}

/* ==========================================================================
   Agenda styles
   ========================================================================== */

.agenda { display:block; position:relative; color:#fff; }
.arow {clear:both; line-height:110%; border-bottom:1px solid #49505b;}
.arow  .title a {display:inline-block;  margin-top:3px;}
.arow div {/*margin-bottom:14px;*/ padding:6px 8px 0px 8px; min-height:25px; }
/*border-bottom: 14px; solid #3d444e*/

.arow.double div { min-height:75px;}
.arow.triple div { min-height:85px;}
.arow.quadrupal div { min-height:95px;}

.arow div.blank {background:transparent !important;  -moz-box-shadow:none !important; -webkit-box-shadow:none !important; box-shadow:none !important;}
.arow.date div {background:#e8c872; color:#3d444e; font-family:sans-serif;}
.arow.break.noborder {border-bottom:0px;}
.arow.keynote div { }
.arow.keynote div a {}
.arow.break div {}
.arow .time,
.arow .topic {
	padding:15px 8px;
}
.arow.date div  {padding: 6px 8px; text-align:center; font-weight:bold; font-size:20px; line-height: 160%; text-transform:uppercase;}

.time {float:left; width:14%; text-align:right;  padding-right:15px !important;}
.topic {float:left; width:23%;  margin-left:14px; display:block; }
.time,
.topic .presenter {font-weight:bold; text-transform:uppercase;line-height:1.5em;}
.topic.centered {width:81.1%;}

.topic.two, .topic.two.blank { border-right:1px dotted #666; border-left:1px dotted #666; background-image: url(img/5.png) !important; }
.topic.sponsored-lunch { background-image: url(img/25.png) !important; }


/*Location Headings*/
.col-head {text-transform:uppercase;text-align:center;font-weight:bold;}
.topic.two.col-head {background:none !important;border-left:none;border-right:none;color:#E8C872;}
.location-group .topic {color:#E8C872;padding:15px 8px;}
.location-group {padding:15px 0px;height:20px;}
.ag-center {text-align:center;}

.br {display:none;}

ul.agenda-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.agenda-list li  {
	width: 100%;
	float: left;
}
ul.agenda-list li.head h3 {
	background: #e8c873;
	color: #3f434f;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.8em;
	padding: 5px 0;
}
ul.agenda-list li.head h3 sup {
	font-size: .7em;
}
ul.agenda-list li .time-left {
	width: 33%;
	float: left;
}
ul.agenda-list li .date-right {
	width: 62.5%;
	float: right;
}

ul.agenda-list li.data {
	border-bottom: 2px solid #49505a;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
ul.agenda-list li.data:last-of-type {
	border-bottom: none;	
}
ul.agenda-list li.data .time-left {
	color: #fff;
	text-align: right;
}
ul.agenda-list li.data .date-right .full-width {
	width: 100%;
}
ul.agenda-list li.data .date-right .half-width {
	width: 45%;
	float: left;
}
ul.agenda-list li.data .date-right .half-width:last-of-type {
	float: right;
}

div.venu-section {
	background: transparent url(img/palm-casino-bg.jpg) center center no-repeat;
	background-size: cover;
	width:100%;
	float:left;
}
div.venu-section .inner {
	margin:130px auto 130px auto;
	width:79%;
	background: rgba(255, 255, 255, .7);
	font-family:'Karla',sans-serif;
	padding: 30px 0;
}
div.venu-section .inner .heading {
	font-size: 2.4em;
	color: #3d444e;
	text-transform: uppercase;
	margin: 0 auto 50px auto;
	text-align: center;
	width: 80%;
	line-height: 40px;
}
div.venu-section .inner .note {
	color: #3d444e;
	width: 74%;
	margin: 0 auto;
	text-align: center;
	font-weight: 600;
}

div.venu-section .inner .contact{
	text-align: center;
	margin-top: 20px;
	font-weight: bolder;
	font-size: 1.3em;
	line-height: 20px;
}

div.code-of-conduct {
	width: 70%;
	margin: 0 auto;
}
div.code-of-conduct.white.montserrat {
	font-size: .8em;
}
div.code-of-conduct h1 {
	width: 100%;
	float:left;
	text-align: center;	
	margin: 50px 0;
}
div.code-of-conduct p {
	text-align: justify;
}

div.orange-box {
	background: transparent url('img/question-bg.jpg') center center no-repeat;
	background-size: cover;
	width: 100%;
	float: left;
	font-family:'Karla',sans-serif;
	/*height:242px;	*/
}
div.orange-box .large {
	font-size: 2em;
	width: 100%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0;
}
div.orange-box button {
	font-family:'Montserrat',sans-serif;
	margin: 30px auto;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 30px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #3d444e;	
}
div.code-of-conduct strong.lemon {
	text-align: center;
	width: 100%;
	float: left;
	margin: 30px 0;
}

footer.event-detail {
	background: #181b1f;
	width: 100%;
	float: left;	
}
footer.event-detail p {
	display: block;
	text-align: center;
	margin: 30px 0;
}
footer.event-detail p img {
	margin-right: 5px;
}

.sponsor-box-light, .sponsor-box-dark {
	width: 100%;
	float: left;	
	margin-bottom: 30px;
	margin-top: 30px;
}
.sponsor-box-light a img:hover, .sponsor-box-dark  a img:hover {
	opacity:.7;	
}

.yellow.heading,
.sponsor-box-light .heading, 
.sponsor-box-dark .heading {
	/*background: #e8c873;*/
	background:#D6A646;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5em;
  	color: #fff;
	display: block;
	padding: 10px 0;
}
.yellow.heading.large{
	font-size: 2em;
	font-weight:bold;
	letter-spacing:1px;
}

.sponsor-box-light .logos, 
.sponsor-box-dark .logos {
	background: #fff url(img/white-pattern.png) top left repeat;
	text-align: center;
	padding: 50px 0;
}
.sponsor-box-light .logos a img, 
.sponsor-box-dark .logos a img {
	max-width: 100%;
	margin: 0px 20px;
}
.sponsor-box-light .logos a:hover,
.sponsor-box-light .logos a:focus, 
.sponsor-box-dark .logos a:hover,
.sponsor-box-dark .logos a:focus {
	outline: none;
}
.sponsor-box-dark .logos {
	padding: 60px;	
}

#contact_form {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	color: #000;
}
#contact_form .contact-form-inner {
	width: 468px;
	margin: 0 auto;
	padding: 0;
}
#contact_form .contact-form-inner form {
	width: 100%;
	float: left;
	background: #fff;
	margin-top: 5%;
	padding: 10px 20px 30px 20px;
}
#contact_form .contact-form-inner form .close-cross {
	width: 20%;
	float: left;
	color: red;
	font-size: 2.5em;
	cursor: pointer;
}
#contact_form .contact-form-inner form .close-cross a {
	width: 28px;
	height: 27px;
	display: block;
}
#contact_form .contact-form-inner form h1 {
	text-transform: uppercase;
	font-weight: 400;
	width: 70%;
	float: right;
	margin-top: 0;
	color: #181b1f;
	font-size: 2.5em;
	padding-left: 40px;
}
#contact_form .contact-form-inner form h2 {
	width: 100%;
	float: left;
	text-align: center;
	margin: 50px 0;
	color: green;
}
#contact_form .contact-form-inner .form-group {
	width: 100%;
	float: left;
	margin: 5px 0;
}
#contact_form .contact-form-inner .form-group label {
	width: 20%;
	float: left;
	text-align: left;
	padding-top: 5px;
}
.req-flds {
	margin: 10px 0;
	font-size: 1.3em;
}
#contact_form .contact-form-inner .form-group label .required,
.req-flds .required {
	color: red;
}
#contact_form .contact-form-inner .form-group input[type="text"],
#contact_form .contact-form-inner .form-group input[type="email"],
#contact_form .contact-form-inner .form-group input[type="tel"],
#contact_form .contact-form-inner .form-group textarea{
	border: 1px solid #ddd;
	width: 77%;
	float: left;
	padding: 5px;
	border-radius: 3px;
}
#contact_form .contact-form-inner .form-group input[type="submit"] {
	border: 1px solid #D6A646;
	border-radius: 4px;
	background: #D6A646;
	font-family:'Montserrat',sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	padding: 12px 40px;
}

iframe.call-for-speakers-form {
	width: 100%;
	height: 2180px;
	overflow: hidden;
	border: none;
	background: #fff;
}
/* ==========================================================================
   Footer Styles
   ========================================================================== */
footer {
	background-color:#181b1f
}

footer p {
	color:#acacac;
	font-family:'Voces',sans-serif;
	margin:0;
	font-size:10pt
}

footer .center-wrap {
	text-align:center;
	padding:37px 0
}

footer img.f-logo {
	padding-bottom:25px
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
	margin:.2em 0;
	background:#ccc;
	color:#000;
	padding:.2em 0
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
	display:none!important
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
	visibility:hidden
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,.clearfix:after {
	content:" ";
/* 1 */
	display:table
/* 2 */
}

.cf,
.clear,
.clearfix:after {
	clear:both
}

.hide {display:none;}
.show {display:block;}

.center-wrap:after {
	clear:both;
	content:'';
	display:block
}

.archives {
	width: 100%;
	float:left;
	margin: 100px 0 200px 0;	
}
.archives .archive {
		/* max-width: 20%;	*/
	max-width: 13%;	
	max-height: 200px;
	height:175px;
	float:left;
	background:url(img/frame-top-left.png),url(img/frame-top-right.png),url(img/frame-bottom-left.png),url(img/frame-bottom-right.png);
	background-position:top left,top right,bottom left,bottom right;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	padding:35px 45px 25px;
	margin-right: 4%;
	margin-bottom:50px;
}
.archives .archive:last-of-type,
.archives .archive a.last{ 
	margin-right:0px;
}

.archives .archive a,
.archives .archive a:hover,
.archives .archive a:focus {
	background: transparent url(img/mail-arrow.png) center right no-repeat;
	width:68px;
	height:27px;
	display:inline-block;
	margin-right:20px;
	color: #f68c1f;
	outline:none;
	font-weight:bold;
	text-decoration:none;
	font-size:1.3em;
}
.archives .archive a.short { 
	margin-right:5px;
}

.centernav {list-style-type:none; width:320px; margin:0 auto 30px auto; }
.centernav li {display:inline; font-weight:bold; padding:5px; margin:0px 5px; font-size:20px;}
.centernav li a:hover {color: #d6a646;}

/* ------------------------------------------------------------------------ */
/*  Speakers
/* ------------------------------------------------------------------------ */
#speakers .speakers_container {padding-top: 35px; }
#speakers .speakers_container.nomargin {padding-top: 5px; }
#speakers .speaker { width: 255px; height: auto; margin: 0 30px 40px 0px; float:left; color:#fff; }
#speakers .speakers_container.keynote { padding:20px 0px;}


#speakers .speaker.keynote .organization {display:inline-block; }
#speakers .speaker:first-child {margin-left:25px;}
#speakers .speaker + .speaker + .speaker + .speaker {margin-right:0px;}
#speakers .speaker h4 { font-size: 15pt; margin: 0 0 0px; color:#d6a646; clear:both; }
#speakers .speaker span { font-size: 11pt; padding: 0 0 2px 0; }
#speakers .speaker .image_box { width: 204px; height: 204px; overflow: hidden; border: 8px solid #2f2f2f;  border: 8px solid rgba(255, 255, 255, 0.1); margin: 0 0 5px 0; text-align: center; display:inline-block;}
#speakers .speaker .image_box img { min-width: 100%; min-height: 100%; vertical-align: middle;  }
#speakers .speaker .organization { display:block; padding-bottom: 10px; margin-bottom: 10px; font-weight:bold; font-size:16px; border-bottom:1px solid #ccc; }
#speakers .speaker .job_title { }
#speakers .speaker .talk_title { text-align:left; }
#speakers .speaker .talk_title a {   font-weight: normal; }
#speakers .speaker .talk_title a:hover { -webkit-transition: color 0.1s ease; -moz-transition: color 0.1s ease; -ms-transition: color 0.1s ease; transition: color 0.1s ease; color: #fcc88c; }
#speakers .speaker .sv { font-size:16px; font-weight:bold; margin-top:5px; text-transform:uppercase}
#speakers .speaker .sv  a:before {content: "» "; color:#fff;}

/* ------------------------------------------------------------------------ */
/*  Speaker Bio Modals
/* ------------------------------------------------------------------------ */

.modal-bio .modal-header { padding: 15px 15px 15px 20px; border-bottom: 1px solid #333333; }
.modal-bio .modal-header .close { margin-top: 2px; }
.modal-bio .modal-header h3 { margin: 0; padding: 0px 20px 0px 0px; line-height: 30px; text-align: left; font-weight: normal; font-size: 18pt; max-width:90%; }
.modal-bio .modal-header h3.title-regular { font-style: normal; font-weight: bold; }
.modal-bio .modal-header .modal_speaker { text-align: left; font-size: 11pt; color: #737373; }
.modal-bio .modal-header .modal_speaker .modal_speaker_name { font-weight: bold; }
.modal-bio .modal-body { position: relative; padding: 10px 20px; overflow-y: auto; text-align: left; font-size: 13pt; line-height: 1.4; }
.modal-bio .modal-body.gallery { padding: 10px 50px; }
.modal-bio .modal-body .bio-img {float:right; margin:0 0 10px 15px; max-height:175px; border: 8px solid #e0e0e0;  }
.modal-bio .modal-body h4 { color: #f99d33; font-size: 13pt; font-style: italic; }
.modal-bio .modal-body .speaker-bio { font-size: 11pt; }
.modal-bio .modal-body p.floated { float: left; margin-right: 30px; margin-top: 0; }
.modal-bio .modal-body p.floated input[type="text"], .modal .modal-body p.floated input[type="email"], .modal .modal-body p.floated input[type="number"], .modal .modal-body p.floated input[type="password"] { width: 210px; }
.modal-bio .modal-form { margin-bottom: 0; }
.modal-bio .modal-footer { padding: 14px 15px 15px; margin-bottom: 0; text-align: right; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; *zoom: 1; -webkit-box-shadow: inset 0 1px 0 #333333; -moz-box-shadow: inset 0 1px 0 #333333; box-shadow: inset 0 1px 0 #333333; }
.modal-bio .modal-footer:before, .modal .modal-footer:after { display: table; line-height: 0; content: ""; }
.modal-bio .modal-footer:after { clear: both; }
.modal-bio .modal-footer .button, .modal .modal-footer .button_list a, .button_list .modal .modal-footer a, .modal .modal-footer .venue_header .venue_nav li a.button, .venue_header .venue_nav li .modal .modal-footer a.button, .modal .modal-footer .blog_header .blog_nav li a.button, .blog_header .blog_nav li .modal .modal-footer a.button { display: inline-block; *display: inline; }
.modal-bio .modal-footer .button + button, .modal .modal-footer .button_list a + button, .button_list .modal .modal-footer a + button, .modal .modal-footer .venue_header .venue_nav li a.button + button, .venue_header .venue_nav li .modal .modal-footer a.button + button, .modal .modal-footer .blog_header .blog_nav li a.button + button, .blog_header .blog_nav li .modal .modal-footer a.button + button { margin-bottom: 0; margin-left: 5px; }
.modal-bio .modal-footer .btn-group .btn + btn { margin-left: -1px; }
.modal-bio .modal-footer .btn-block + .btn-block { margin-left: 0; }

.center-wrap,
.splash-wrap,
.ad-stripe,
.globe-holder,
.modal,
input[type="text"],
textarea,
input[type="email"],
.period-box,
.info-post,
.column-informaton,
.twitter-box {
	/*max-width:100%;*/
}
.sp-br { clear:both;}



/* ------------------------------------------------------------------------ */
/*  BACK TO TOP BUTTON
/* ------------------------------------------------------------------------ */
#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	display: none;
}
#back-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	background: #515A5F url(img/backtotop.png) no-repeat center center;
	text-indent: -9999px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
#back-to-top a:hover {
	background-color: #222222;
}







/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
   
@media only screen and (max-width: 1080px) {
	.topic.centered {width:81%;}	

	#pancakes .right-call {
		width:38%;
	}
}
   
@media only screen and (max-width: 1060px) {
	.topic.centered {width:78%;}	
}
      
   
@media only screen and (min-width: 900px) {
	/* Style adjustments for viewports that meet the condition */
	.center-wrap {
		max-width:1150px;
		margin:0 auto;
		padding:0
	}
	
	.main-header {
		height:80px;
		padding:14px 0 2px
	}
	
	.logo img {
		padding-top:5px
	}
	nav {
		padding:10px 0 2px;
		position:relative;
		float:right;
		display:block;
	}
	nav ul {
		padding:0;
		margin:0 auto;
		height:40px;
	}
	nav li {
		display:inline;
		float:left;
		padding:0 30px 0 0;
	}
	nav a {
		display:inline-block;
		text-align:center;
		text-decoration:none;
	}
	nav li:last-child {
		padding:0;
	}
	nav a:hover,
	nav li.active a {
		border-bottom:4px solid #f90;
		color:#fff;
	}
	nav li a {padding:10px 0 2px;}
	a#pull {display:none;}
	.basho-man {
		float:left;
		max-width:242px;
		height:auto;
		margin-right:35px;
		position:relative;
		top:10px;
	}
	.basho-man.home {
		top:130px;	
	}
	.splash .center-wrap {
		position:relative;
	}
	.splash-title {
		float:left;
		margin-top:45px
	}
	.splash-title.home {
		margin-top: 80px;	
	}
	
	.splash {
		background:#E8C872 url(img/banner.png) no-repeat bottom right;
		padding:0;
		background-size: contain;
	}
	.splash.home {
		padding:40px 0;
		background-size: auto;
		background-position: bottom center;
	}
	
	.block2 {
		height:70px;
		padding-bottom:0
	}
	.block2.home {
		height: 106px;	
	}
	.block3 .center-wrap {
		padding:100px 0 25px
	}
	.block3.register .center-wrap {
		padding:40px 0 0 0 !important;
	}	
	
	img.envelope {
		float:left;
		margin-right:25px
	}
	
	.sign-up {
		max-width:425px;
		max-height:200px;
		margin:0 auto;
		background:url(img/frame-top-left.png),url(img/frame-top-right.png),url(img/frame-bottom-left.png),url(img/frame-bottom-right.png);
		background-position:top left,top right,bottom left,bottom right;
		height:500px;
		background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
		padding:35px 50px 25px
	}
	
	
	
	img.envelope {
		float:left;
		width:149px
	}
	
	.signup-content {
		float:left;
		width:225px
	}
	
	footer img.f-logo {
		display:inline-block;
		margin-bottom:15px;
		padding-bottom:0
	}
	
	footer p {
		display:inline-block;
		margin-top:15px
	}
	
	footer img {
		margin-right:25px;
		vertical-align:middle
	}
	
	footer {
		margin:0 auto
	}
}
@media only screen and (max-width: 1200px) {
	.tweet {top:0;left:25px;float:none;text-align:center;}
	.tweet-right {float:none;}
	div.full-lemon-box .center-wrap .tweet-right p {
		text-align:center !important;
	}
    nav { 
		font-size:17px;
    }		
	nav li {
		padding-right:15px;
	}
	nav li:last-child {
		padding-right:10px;	
	}
		.archives .archive { height:170px;  max-width: 17%;}
}
@media only screen and (max-width: 1000px) {

}
@media only screen and (max-width: 980px) {
	#speakers .speaker { width: 200px; }

}
@media only screen and (max-width: 960px) {
	section.event-section ul.persons-list li {
		width: 33%;	
	}
	.archives .archive {
		margin-right: 3%;
		height: 170px;	
	}
	nav li {
		padding-right:5px;
	}	
	nav li:last-child {
		padding-right:5px;		
	}	
	
	
	.block4 .center-wrap ul,
	.full-lemon-box  ul {
		padding-left:15%;
	}
	
	#speakers .speaker {margin: 0 10px 40px 10px; }
	#speakers .speaker:first-child { margin-left:0px; }

}

@media only screen and (max-width:900px) {
	.main-header {padding:35px 0 0;}
	.main-header .center-wrap {
		padding:0;
		text-align: center;
	}
	.logo {
		float:none;
	}
	.logo {display:none;}
	.logo.lrg {display:block;}
	.logo img {padding:0 0 25px;}
    nav { 
        height: auto;
        clear:both;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
        padding-left:0;
        margin-bottom:0;
    }
    nav li {
        width: 47.5%;
        float: left;
        position: relative;
        padding:2.5% 1%;
        border-bottom:1px solid #282a33;
        background:#484a51;
        margin-bottom:0;
        border-right:1px solid #282A33;
    }
    nav li:nth-child(2n) {
    	border-right:none;
    }
	nav li:last-child {
		/*width: 97%; */			
	}	
		
    nav a {
        width: 100%;
        text-indent: 25px;
    }
    nav a:hover {
	border-bottom:4px solid #f90;
	color:#fff;
}
	a#pull {display:none;}
	
	.basho-man {
		margin-bottom:50px;	
	}
	
	.archives .archive {
		max-width: 40%;
		float: none;
		margin:50px auto;	
		height: 150px;
	}
	.archives .archive:last-of-type {
		margin-right:auto;	
	}
	
	.splash-title .callout-link.screen {
		display: none;
	}
	.basho-man .callout-link.mobile {
		display:inline-block;
	}


	div.full-lemon-box h1.orange.example {
		text-align:center;
	}
	ul.callsp {
		clear:both; 
		/*text-align:center;*/
	}
	.speakers-section-wrap .center-wrap { padding:0px 10px;}
	#speakers .speaker { width:160px;  margin: 0 12px 40px 12px;  }
	#speakers .speaker .image_box  { width:160px; height:160px; }
	#speakers .speaker .image_box  img {max-width:150px !important; height:auto !important;}
	
	#pancakes .left-call {
		width:38%;
	}
	#pancakes .right-call {
		width:38%;
	}
}

@media only screen and (max-width:850px) {
	.topic { margin-left: 8px;}	
}


@media only screen and (max-width:769px) {
		
	
	.agenda {max-width:98%; margin-left:1%;}
	.time {float:left; width:14%; font-size:12px; }
	.topic {float:left; width:24%;}
	.topic.centered {width:78%;}	
	.arow div  {  padding:6px;}
	.arow.double div  { min-height:65px;}
	.arow.triple div { min-height:85px;}
	.arow.quadrupal div { min-height:95px;}
}

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

	section.event-section ul.persons-list li {
		width: 50%;	
	}
	.archives .archive {
		max-width: 50%;
		float: none;
		margin:50px auto;	
	}
	.splash-title .callout-link {
		top:250px;
		right:5%;	
	}
	.left, .right {float:none;width:100%;}
	.lemon-box, .right-call.lemon-box {padding:15px;width:90%;}
	.left-call,	.right-call {float:none;width:100%;}
	.left-call.orange-border{float:none;width:91%; }
	div.code-of-conduct {width:100%;}
	div.code-of-conduct p {text-align:left;}

	.agenda .right-call.lemon-box {
		padding-top:20px;
	}
	.mobile-only { display:inline-block; }
	.desktop-only {display:none;}	

	#pancakes .left-call {
		width:36%;
		float:left;
	}
	#pancakes .middle-plus {
		padding-top:60px;	
	}
	#pancakes .right-call {
		width:36%;
		float:right;
	}	

}
   
@media only screen and (max-width:728px) {
	.topic {float:left; width:24%; }
	.topic.centered {width:74.3%;}
	.arow div  { min-height:35px;}
	.time {width:9%; text-align:center; }
	.timebreak {display:block;}
}
@media only screen and (max-width:560px) {
	
	#pancakes .left-call,
	#pancakes .middle-plus,
	#pancakes .right-call {
		width:100%;
		float:none;
		text-align:center;
		padding:0px;
	}
	#pancakes .right-call {
		margin-bottom:20px;	
	}
	.location-group {display:none;}
	.time {padding-bottom:15px !important;padding-top:15px !important;margin-bottom:15px !important;}
	.topic .presenter {
		display:block;
		padding:15px 0;
	}
}

@media only screen and (max-width : 480px) {
	.main-header .center-wrap {text-align: left;}
   	.logo {margin:0;float:left;padding:15px 0 25px 15px;}
	.logo img {padding:0;}
	.main-header {padding:15px 0 0 ;}
    nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
        margin:0;
    }
    nav li {
    	width:100%;
    	border-bottom:1px solid #33353f;
    	border-top:1px solid #22232b;
    }
    nav li a {display:block;}
  
    a#pull {
        display: block;
        width: 95%;
        position: relative;
        text-align:right;
        padding-right:5%;
        top:20px;
    }
    nav a:hover {border-bottom:none;}
    a#pull:after {
        content:"";
        
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
	
	section.event-section ul.persons-list li {
		width: 100%;	
	}
	
	div.venu-section .inner .contact {
		font-size: 1em;	
	}
	
	.archives .archive {
		max-width: 80%;
		float: none;
		margin:50px auto;	
	}
	
	.centernav, .centernav li  { width:100%; text-align:center; display:block; padding:10px 0px;}

	
	.splash-title .callout-link {
		top:90px;
		right:1%;	
	}
	
	.basho-man .callout-link.mobile {
		width: 80%;
	}

	#contact_form .contact-form-inner {
		width:360px;
	}

	#contact_form .contact-form-inner form {
		height: 360px;
		overflow-x: scroll;
	}
	.addcenter {
		text-align:center;	
	}
	#contact_form .contact-form-inner .form-group input[type="text"], 
	#contact_form .contact-form-inner .form-group input[type="email"], 
	#contact_form .contact-form-inner .form-group input[type="tel"], 
	#contact_form .contact-form-inner .form-group textarea {
		width:95%;	
	}
	#contact_form .contact-form-inner .form-group label {
		width:100%;
	}
	#contact_form .contact-form-inner form h1{
		float:none;
		width:100%;	
	}
	

	.agenda {max-width:93%; margin-left:1%;}
	.arow  { margin-bottom:15px !important}
	.arow div,
	
	.arow.keynote div,
	.arow.break div {padding:0 8px;line-height:150%; text-align:left; }

	.arow.keynote .time,
	.arow.keynote .topic { color: #f68c1f !important;  }
	/*
	.arow.keynote .time:before,
	.arow.keynote .topic .presenter:before {
		color:#ff0000 !important;
		content: "»";
		margin-right: 6px;
	}
	.arow.keynote .time:after,
	.arow.keynote .topic .presenter:after {
		color:#ff0000 !important;
		content: "«";
		margin-left:  6px;
	}	
	*/	
	.time {font-size:14px;}
	.arow.date .time {display:none;}
	.date, .time, 	.topic, .topic.centered {float:none; width:100% !important; margin:0px !important;}
	.timebreak {display:none;}
	.arow div, .arow.double .time, .arow.triple .time {min-height:25px;}

	.topic{margin-top:10px !important; margin-left:10px !important;}
	.time {border-bottom:2px dotted #47505c; margin-top:10px; font-size:17px;}

	.arow.date .topic {font-size:16px;}
	.arow div {min-height:10px;}
	.arow.double div,
	.arow.triple div,
	.arow.quadrupal div { min-height:45px;}	
	
	.topic.two, .topic.two.blank { border-left:0px; border-right:0px; border-top:1px dotted #666; border-bottom:1px dotted #666; background-image: url(img/5.png) !important; }
	.br {display:block;}

}

   
@media only screen and (max-width : 360px) {
	#contact_form .contact-form-inner form {
		height:700px;	
	}
	#contact_form .contact-form-inner {
		width:265px;
		margin-left: 20px;			
	}
	#contact_submit {
		margin-bottom:20px;
	}
	#speakers .speaker {
		margin:20px  auto !important;	
		float:none;
		width:70%;
	}
}

@media print,(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */

}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
*,:before,:after {
	background:transparent!important;
	color:#000!important;
/* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
	box-shadow:none!important;
	text-shadow:none!important
}

a,a:visited {
	text-decoration:underline
}

a[href]:after {
	content:" (" attr(href) ")"
}

abbr[title]:after {
	content:" (" attr(title) ")"
}

/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
a[href^="#"]:after,a[href^="javascript:"]:after {
	content:""
}

pre,blockquote {
	border:1px solid #999;
	page-break-inside:avoid
}

/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
thead {
	display:table-header-group
}

tr,img {
	page-break-inside:avoid
}

img {
	max-width:100%!important
}

p,h2,h3 {
	orphans:3;
	widows:3
}

h2,h3 {
	page-break-after:avoid
}
}