
/* EVENTIAL CSS 

	1. CORE CSS
	2. NAVIGATION
	3. TOP
	   - Countdown
	4. OVERVIEW
	   - Milestone
	5. SPEAKERS
	6. SCHEDULE
	7. VENUE
	8. TESTIMONIAL
	9. SPONSORS
	10. SUBSCRIBE
	11. FAQ & GALLERY
	12. REGISTER
	13. CONTACT 
	14. MISC.
		- Form Elements
		- Buttons
		- Preload	
*/


/* CORE CSS */

@font-face {
    font-family: 'sinkin_sans200_x_light';
    src: url('fonts/SinkinSans-200XLight-webfont.eot');
    src: url('fonts/SinkinSans-200XLight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/SinkinSans-200XLight-webfont.woff') format('woff'), url('fonts/SinkinSans-200XLight-webfont.ttf') format('truetype'), url('fonts/SinkinSans-200XLight-webfont.svg#sinkin_sans200_x_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sinkin_sans300_light';
    src: url('fonts/SinkinSans-300Light-webfont.eot');
    src: url('fonts/SinkinSans-300Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/SinkinSans-300Light-webfont.woff') format('woff'), url('fonts/SinkinSans-300Light-webfont.ttf') format('truetype'), url('fonts/SinkinSans-300Light-webfont.svg#sinkin_sans300_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sinkin_sans400_regular';
    src: url('fonts/SinkinSans-400Regular-webfont.eot');
    src: url('fonts/SinkinSans-400Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/SinkinSans-400Regular-webfont.woff') format('woff'), url('fonts/SinkinSans-400Regular-webfont.ttf') format('truetype'), url('fonts/SinkinSans-400Regular-webfont.svg#sinkin_sans400_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sinkin_sans600_semibold';
    src: url('fonts/SinkinSans-600SemiBold-webfont.eot');
    src: url('fonts/SinkinSans-600SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/SinkinSans-600SemiBold-webfont.woff') format('woff'), url('fonts/SinkinSans-600SemiBold-webfont.ttf') format('truetype'), url('fonts/SinkinSans-600SemiBold-webfont.svg#sinkin_sans600_semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sinkin_sans700_bold';
    src: url('fonts/SinkinSans-700Bold-webfont.eot');
    src: url('fonts/SinkinSans-700Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/SinkinSans-700Bold-webfont.woff') format('woff'), url('fonts/SinkinSans-700Bold-webfont.ttf') format('truetype'), url('fonts/SinkinSans-700Bold-webfont.svg#sinkin_sans700_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
    overflow-x: hidden;
}

section {
    padding: 35px 0;
}

h2 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 37px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 300;
}

h3 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h4 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

.lead {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
}

.uppercase {
    text-transform: uppercase;
}


/* NAVIGATION */

.navbar {
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -o-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-header {
    float: none;
    text-align: center;
}

.navbar-custom {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    border-radius: 0;
    margin-bottom: 0;
    padding: 30px 0;
}

.navbar-brand {
    padding: 0 15px;
    float: none;
}

.navbar-custom .navbar-nav > li > a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-nav-collapse {
    padding: 10px 0;
}

.nav li {
    width: 16.66666667%;
}

.nav li.double {
    width: 31.33333333%;
}

.nav li img {
    display: block;
    width: 100%;
    height: auto;
}

.nav li a {
    padding: 10px;
    cursor: pointer;
}

.nav > li > a:focus {
    background: transparent;
}

.nav li.active a.anglebrackets,
.nav li a.anglebrackets:hover {
    background: #72cbce;
}

.nav li.active a.sharepoint,
.nav li a.sharepoint:hover {
    background: #2a58a2;
}

.nav li.active a.office,
.nav li a.office:hover {
    background: #675ba2;
}

.nav li.active a.visualstudio,
.nav li a.visualstudio:hover {
    background: #672d79;
}

.nav li.active a.aspnet,
.nav li a.aspnet:hover {
    background: #2a9ec1;
}

.nav li.active a.azure,
.nav li a.azure:hover {
    background: #2faade;
}

.nav li.active a.sql,
.nav li a.sql:hover {
    background: #1257a2;
}

@media (max-width: 376px) {
    .hero-wrapper h1 {
        font-size: 36px !important;
    }
}

@media (min-width: 377px) and (max-width: 767px) {
    .hero-wrapper h1 {
        font-size: 45px !important;
    }
}

@media (max-width: 767px) {
    .navbar-custom {
        padding: 15px 0;
    }
    .navbar-toggle {
        margin-right: 0 !important;
    }
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
    .navbar-xs {
        /*position: absolute;*/
        background: #333;
        text-transform: uppercase;
        margin: -70px -15px;
    }
    .nav-xs-close {
        float: left;
    }
    .navbar-xs li {
        text-align: left;
    }
    .navbar-xs li a {
        color: #fff;
    }
    .navbar-xs li a:hover {
        color: #eee !important;
    }
    .navbar-xs .dropdown-menu a {
        color: #ddd;
        font-size: 12px;
    }
    .navbar-xs .navbar-subnav li, .menu-list-item {
        border-bottom: solid 1px #999;
        padding: 2px 0 2px 22px;
        list-style: none;
    }
    .navbar-xs .open > a.sql,
    .navbar-xs .open > a.sql:hover,
    .navbar-xs .open > a.sql:focus {
        background: #1257a2 !important;
    }
    .navbar-xs .open > a.visualstudio,
    .navbar-xs .open > a.visualstudio:hover,
    .navbar-xs .open > a.visualstudio:focus {
        background: #672d79 !important;
    }
    .navbar-xs .open > a.office,
    .navbar-xs .open > a.office:hover,
    .navbar-xs .open > a.office:focus {
        background: #675ba2 !important;
    }
    .navbar-xs > li > a:hover, .navbar-xs > li > a:focus {
        background-color: #333 !important;
    }
    .navbar-xs .navbar-subnav > li > a:hover {
        color: #fff;
        background-color: #333 !important;
    }
    .navbar-xs .navbar-subnav li > a:focus {
        color: #fff;
        background-color: #333 !important;
    }
    .visualstudio, .sql, .office {
        background: #1257a2;
    }

    /*Show closed chevron for closed dropbox item*/
    .navbar-xs .dropdown .glyphicon-chevron-right {
        display: inline;
    }

    .navbar-xs .dropdown .glyphicon-chevron-down {
        display: none;
    }

    /*Show open chevron for open dropdown item*/
    .navbar-xs .open a .glyphicon-chevron-right {
        display: none;
    }

    .navbar-xs .open a .glyphicon-chevron-down {
        display: inline;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-left: 0 !important;
    }

    .button-register-wide {
        padding: 20px 0 15px 0;
        margin: 0;
        background-color: #24A9E0;
        width: 100%;
        text-align: center;
        position: fixed;
        bottom: 0;
        z-index: 1000;
    }

    .button-register-wide a {
        color: #fff;
        font-size: 26px;
        text-transform: uppercase;
    }

    .hero-wrapper h2 {
        font-size: 24px !important;
    }

    .hero-wrapper {
        padding-top: 3px !important;
        padding-bottom: 0 !important;
    }

    .owl-controls {
        display: none !important;
    }

    .owl-item,
    .owl-item.item {
        padding: 0;
        margin: 0 auto;
    }

    .owl-item img {
        width: 280px;
        margin: 0 auto;
    }

    .intro-slider-half {
        background: none;
        height: 0px !important;
    }

    .intro-slider-half .hero-wrapper {
        display: none;
    }

    .sponsor-block {
        padding: 20px 0 !important;
    }

    .sponsor-block .sponsor-logo {
        float: none !important;
        line-height: 1em !important;
    }

    .navbar-header .social {
        display: none;
    }

    .subscribe-center {
        margin-top: 10px;
        text-align: center;
    }

    #focus img {
        height: 74px;
    }

    #focus .aspnet {
        background: #2a9ec1;
    }

    #focus .visualstudio {
        background: #672d79;
    }

    #focus .azure {
        background: #2faade;
    }

    #focus .sql {
        background: #1257a2;
    }

    #focus .sharepoint {
        background: #2a58a2;
    }

    #focus .office {
        background: #675ba2;
    }
    .intro-img{
        padding-top:0 !important;
        margin-top:0;
        height:auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {

    /*should hide xs above 768px width*/
    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        /*display: block !important;*/
    }

    .hero-wrapper h1 {
        font-size: 50px !important;
    }

    .hero-wrapper h2 {
        font-size: 28px !important;
    }
}

.sub-navbar .navbar-fixed-top {
    padding: 0 !important;
    position: fixed !important;
    top: 71px !important;
    margin-top: 0 !important;
}

.sub-navbar .top-nav-collapse {
    background: #4b4b4b;
    background: rgba(75,75,75,1);
}

.sub-sub-nav {
    position: relative;
    z-index: 512;
    background: #4b4b4b;
    background: rgba(75,75,75,1);
    padding: 0;
    text-align: center;
    margin: 0 auto;
    margin-top: -60px !important;
}

.sub-sub-nav li {
    width: auto;
}

@media (max-height: 630px) {
    .sub-sub-nav {
        margin-top: -10px !important;
    }

    .intro-img,
    .intro-img-half,
    .intro-video {
        height: auto !important;
    }
}

@media (min-width:768px) {
    .navbar > .container {
        text-align: center;
    }

    .navbar-header, .navbar-brand, .navbar .navbar-nav, .navbar .navbar-nav > li {
        float: none;
        display: inline-block;
        margin: 0 -2px -3px;
    }

    .collapse.navbar-collapse {
        float: none;
        /*display: inline-block!important;*/
        width: auto;
        clear: none;
    }
}

.sub-sub-nav ul {
    margin: 0 auto;
    float: none;
    display: inline-block;
}

.sub-sub-nav .nav li a {
    color: #ffffff !important;
    padding: 20px 35px;
    text-transform: uppercase;
}

.sub-sub-nav .nav li a:hover {
    background: transparent;
    color: #00a7b9;
}

.sub-sub-nav .nav li.active {
    border-top: 2px solid #00a7b9;
}

.mobile-nav {
    border-top: 1px solid #4b4b4b;
}

/* TOP */

#top {
    background: url(/img/top-bg-mgm.jpg) bottom center no-repeat;
    width: 100%;
    max-height: auto;
    height: 600px;
    margin-bottom: 15px;
    position: relative;
    display: table;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#top h1 {
    font-family: 'Economica';
    font-size: 60px;
    margin-top: 2em;
}


/* Owl carousel hero speakers */
.speaker .owl-buttons {
    /* margin-top: -150px;*/
    position: relative;
    top: -150px;
}

.speaker .owl-prev {
    font-size: 20px !important;
    float: left;
    position: relative;
    left: -20px;
}

.speaker .owl-next {
    font-size: 20px !important;
    float: right;
    position: relative;
    left: 20px;
}

.speaker .owl-controls .owl-buttons div {
    color: #ffffff !important;
}

.speaker .owl-wrapper-outer {
    width: 100%;
    margin: 0 auto;
}

.speaker .owl-pagination {
    display: none;
}

/* Countdown */

.countdown {
    /*	display:table-cell; */
    vertical-align: middle;
}

#countdown {
    margin: 40px 0 90px 0;
}

#countdown .countdown_amount {
    font-family: 'Economica';
    font-size: 50px;
    margin-bottom: 10px;
}

#countdown .countdown_section {
    font-family: 'sinkin_sans200_x_light';
    font-size: 10px;
}


/* OVERVIEW */


#overview h2 {
    margin: 10px 0;
}


#overview h3 span {
    font-size: 30px;
    vertical-align: middle;
}

#overview h4 {
    margin-bottom: 20px;
}

#overview .lead {
    letter-spacing: 0px;
}

/* Milestone */

#milestone {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    z-index: 0;
    height: auto;
    display: table;
}

.fact {
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

.fact .timer {
    font-family: 'sinkin_sans200_x_light';
    font-size: 55px;
    line-height: 55px;
}

.fact p {
    font-size: 13px;
    font-family: 'sinkin_sans700_bold';
    letter-spacing: 1px;
}

.fact i {
    vertical-align: middle;
    margin: 10px 0 5px 0;
}


/* SPEAKER */

.speaker {
    margin-bottom: 30px;
}

.speaker img {
    /*width:100%;  fix - was causing big head flash*/
    display: block;
}

.speaker figure {
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
}

.speaker figcaption {
    display: table-cell;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.speaker figcaption p {
    font-size: 0.8em;
}

.speaker:hover figcaption {
    opacity: 1;
}

.speaker:hover, .speaker:active {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.speaker .social {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.speaker a,
.speaker .social a {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.speaker a:hover,
.speaker .social a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.speaker .title {
    font-family: 'sinkin_sans200_x_light';
    font-size: 12px;
}


/* speaker detail popup */

#speaker-detail {
    padding: 45px;
}

#speaker-detail h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

#speaker-detail h3 {
    font-size: 16px;
    margin-top: 10px;
}

#speaker-detail a {
    font-size: 13px;
    margin-top: 5px;
}

#speaker-detail a:hover {
    text-decoration: none;
}

#speaker-detail i {
    vertical-align: middle;
}


/* SCHEDULE */

.event {
    display: table;
    width: 100%;
    border-spacing: 10px 5px;
    height: 110px;
}

.event-inner {
    display: table-row;
}

.event h3 {
    margin-top: 0;
    font-size: 17px;
}

.event .icon {
    width: 16%;
    padding: 5px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.event .icon i {
    display: block;
    margin-bottom: 10px;
}

.event .icon .time {
    font-family: 'Economica';
    font-size: 22px;
    font-weight: 700;
}

.event .description {
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
}

.event .description p {
    font-size: 14px;
}

.event .name {
    font-family: 'sinkin_sans600_semibold';
    font-size: 14px;
}


/* Schedule Pagination */

#days .item {
    margin: 10px;
    padding: 10px;
}

#days .item:hover,
#days .item:active {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#days .item h4,
#days .item h5 {
    font-family: 'sinkin_sans600_semibold';
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}


/* VENUE */

#venue {
    /*	padding:0 0 80px 0; */
    padding: 0;
}

.venue {
    background: url(/img/bg-vegas-skyline.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 540px;
    /*	margin-bottom:15px; */
    position: relative;
}

.venue-address {
    padding: 15px;
    margin: 0 15px;
    min-height: 250px;
    position: absolute;
    bottom: 0;
}

#venue h3 {
    margin: 30px 0;
}

#venue .venue-address h2 {
    margin: 0 0 15px 0;
}

#venue h4 {
    font-family: 'sinkin_sans600_semibold';
    margin-bottom: 15px;
}

.venue .address {
    font-size: 21px;
    line-height: 34px;
    margin-top: 25px;
}

#venue i {
    margin: 0 10px 0 0;
    float: left;
    vertical-align: middle;
}


/* TESTIMONIAL */

#testimonial {
    background: url(/img/testimonial-bg.png) bottom center no-repeat fixed;
    width: 100%;
    height: auto;
    min-height: 225px;
    margin-bottom: 15px;
    padding: 10px 0 20px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

#testimonial .item {
    margin: 0 15px;
}

#testimonial img {
    margin-bottom: 20px;
    vertical-align: middle;
}


#testimonial .item div {
    display: table-cell;
    vertical-align: middle;
}

#testimonial p {
    font-size: 17px;
}

#testimonial h4 {
    font-family: 'sinkin_sans700_bold';
    letter-spacing: 1px;
    margin: 0;
}

#quote {
    padding-top: 30px;
}


/* SPONSOR */

#sponsors .lead {
    font-size: 20px;
}

#sponsors h3 {
    font-size: 20px;
}


/* SUBSCRIBE */

#subscribe {
    background: url(/img/bg-subscribe.png) bottom center no-repeat fixed;
    padding: 50px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#subscribe h3 {
    margin-bottom: 20px;
}

#subscribe input {
    border-radius: 4px;
}

#subscribe .button {
    margin: 0;
}


/* FAQ - GALLERY */

#faq-gallery {
    padding: 70px 0;
}

#faq-gallery p {
    margin-bottom: 20px;
}

#faq-gallery a:hover {
    text-decoration: none;
}

#faq i {
    margin-right: 10px;
    vertical-align: middle;
}

#gallery img {
    margin-bottom: 30px;
}

#gallery img:hover {
    opacity: 0.5;
    filter: Alpha(opacity=50); /* IE8 and earlier */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* REGISTER */

#register {
    padding: 70px 0;
    /*	background:url(/img/register-bg.png) center center no-repeat fixed; */
    /*background: #efefef;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

table.line-items {
    width: 100%;
}

table.pricing-table {
    text-transform: none;
    border-collapse: collapse;
    color: black;
}

table.pricing-table th, table.pricing-table td {
    border: 1px solid black;
    margin: 0;
    padding: 10px;
}

table.pricing-table tr.emphasis {
    background-color: #f34133 !important;
}

table.pricing-table tr.emphasis-2 {
    background-color: #fcc8c3 !important;
}

table.pricing-table tr.emphasis td {
    color: white !important;
}

table.pricing-table tr:nth-of-type(odd) {
    background-color: #91d7d7;
}

table.pricing-table tr:nth-of-type(even) {
    background-color: #eca752;
}

table.pricing-table tr.shaded {
    background-color: #91d7d7;
}

table.pricing-table td:nth-of-type(2), table.pricing-table td:nth-of-type(3), table.pricing-table td:nth-of-type(4) {
    width: 24em;
}

table.pricing-table .left {
    text-align: left;
}

table.pricing-table .cell-title {
    font-weight: bold;
    text-transform: uppercase;
}

table.pricing-table .cell-title-2 {
    font-weight: bold;
}

.description-item {
    padding: 10px 0;
}


#register .lead {
    font-size: 31px;
}

#register .timer {
    font-size: 36px;
}


/* register form */

#register-form {
    padding: 25px;
}

#register-form h2 {
    margin-bottom: 15px;
}

.register-form {
    margin-top: 20px;
}

form .validationMessage {
    font-weight: bold;
    color: #f34133;
    text-transform: none;
    margin-top: -20px;
    z-index: 1;
    font-size: 0.8em;
    float: right;
}

form .validationMessage2 {
    font-weight: bold;
    color: #f34133;
    text-transform: none;
}

.confirm-register h1 {
    font-family: "prenton-condensed", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 200;
    color: #666666;
    font-size: 20px;
    margin: 0;
}

.confirm-register h2 {
    font-family: "prenton-condensed", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 200;
    margin-bottom: 0;
}

.confirm-register h2.sectionHeader {
    text-align: left;
    color: #6bc9ca;
    border-bottom: 1px solid #6bc9ca;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 10px !important;
}

.confirm-register div.columns {
    text-transform: none;
    text-align: left;
    padding-bottom: 0.1em;
}

.confirm-register .center-align {
    text-align: center !important;
}

.confirm-register .error-description {
    font-weight: bold;
}


/* CONTACT */

#contact {
    background: url(/img/bg-contact.jpg) bottom center no-repeat fixed;
    padding: 50px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
/*
#contact {
	font-size:16px;
	padding:0;
	position:relative;
}
*/
.contact {
    padding: 15px;
    margin: 0 15px 0 10px;
    height: 576px;
    position: absolute;
    bottom: 0;
}

.contact h2 {
    margin-bottom: 10px;
}

#contact p {
    float: left;
}

#contact a {
    color: #ffffff;
}

#contact .address {
    font-size: 21px;
    margin: 20px 0;
}

#contact .social {
    position: absolute;
    bottom: 5px;
}

#gmap_canvas {
    position: relative;
    height: 576px;
    width: 100%;
}

#gmap_canvas img {
    max-width: none !important;
    background: none !important;
}

.social {
    margin: 10px 0;
}

.social .fa-inverse {
}

.social a {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.social a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* MISC */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select {
    font-size: 20px;
    font-family: inherit;
    width: 100%;
    min-height: 30px;
    padding: 12px 10px;
    text-transform: uppercase;
    border: 0;
    border: 1px solid #2e2e2e;
    /*margin-bottom:20px;*/
    outline: none;
}

.inputContainer {
    margin-bottom: 20px;
}

.intputContainer span {
    font-size: 12px;
}



/* BUTTONS */

.button {
    font-family: 'sinkin_sans700_bold';
    font-size: 10px;
    text-transform: uppercase;
    border: none;
    margin: 15px 0;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button-big {
    padding: 15px 25px;
    font-size: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.button-sm {
    font-family: 'sinkin_sans400_regular';
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.button-light:hover,
.button-light:active {
    text-decoration: none;
}

.button-dark:hover,
.button-dark:active {
    text-decoration: none;
}


/* PRELOAD */

#preload {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: table;
}

.preload {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.loader {
    margin: 3em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.code-of-conduct p {
    text-transform: none;
    text-align: left;
}

/**Sponsors Syles*/
/*#MainSponsors {
    height: auto;
    width: 100%;
    padding-top: 30px
}
#MainSponsors .Wrapper {
    padding-bottom: 75px;
    width: 100%;
    position: relative
}
#MainSponsors .Title h1,
#MainExtra.SubjectInfo .Title h1 {
    line-height: 40px;
    display: table;
    padding: 0 40px;
    margin-left: 160px;
    background: #fff
}
#MainSponsors .BottomWrapper {
    width: 100%;
    height: 250px
}
#MainSponsors .CompanyLogo {
    width: 33.33%;
    height: 33.33%;
    line-height: 156px;
    text-align: center;
    padding-bottom: 20px
}
*/
#MainSponsors {
    height: auto;
    width: 100%;
    padding-top: 30px;
}

#MainSponsors .logo {
    max-width: 70%;
    max-height: 100%;
    vertical-align: middle;
    width: 33.33%;
    height: 33.33%;
}

.ButtonSponsor, .ButtonSponsor:hover {
    background-color: #73b61d;
    padding-top: 5px;
    height: 35px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

#MainSponsors .Wrapper {
    padding-bottom: 75px;
    width: 100%;
    position: relative;
}

/* from app.css */
@font-face {
    font-family: 'entyporegular';
    src: url("/fonts/Entypo-webfont.eot");
    src: url("/fonts/Entypo-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Entypo-webfont.woff") format("woff"), url("/fonts/Entypo-webfont.ttf") format("truetype"), url("/fonts/Entypo-webfont.svg#entyporegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* line 277, ../scss/app.scss */
.contentband {
    width: 100%;
    height: 100%;
    padding: 30px 0px 25px 0px;
}
/* line 283, ../scss/app.scss */
.contentband .speaker-header {
    margin-top: 0% !important;
}
/* line 290, ../scss/app.scss */
.contentband .speaker-icon span {
    color: #6bc9ca;
    font-size: 3em;
}

/* line 298, ../scss/app.scss */
.contentband.autosize {
    height: auto;
}

/* line 303, ../scss/app.scss */
.contentband.dark-bg {
    background-color: #c8c8c8;
}

/* line 308, ../scss/app.scss TODO:z why does this refer to scss?*/

.contentband.travel-background {
    background-image: url("/images/bg-travel.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    /*  border-bottom: 2px solid #f34133; */
    padding: 20px;
}

.contentband.contact-background {
    background-image: url("/images/bg-contact.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    /*  border-bottom: 2px solid #f34133; */
    padding: 20px;
}

/* line 318, ../scss/app.scss */
.contentband .header-icon {
    font-family: 'entyporegular';
    font-size: 2em;
    display: inline-block;
    color: #7cccc8;
    background-color: transparent;
    margin-bottom: 0em;
    margin-top: 0em;
}

.contentband .session-icon {
    font-family: 'entyporegular';
    font-size: 2em;
    display: inline-block;
    color: #7cccc8;
    background-color: transparent;
    margin-bottom: 0em;
    margin-top: 0em;
    margin-right: 8px;
    float: left;
    vertical-align: middle;
}

.session-filter .session-icon {
    float: none;
}

.session-filter .iotsession,
.session-list .iotsession {
    color: #f15929;
}

.session-filter .archsession,
.session-list .archsession {
    color: #f68c1f;
}

.session-filter .securitysession,
.session-list .securitysession {
    color: #79ccc8;
}

.session-filter .falafelsession,
.session-list .falafelsession {
    color: #e6326a;
}

.session-list a {
    display: block;
}

/* line 887, ../scss/app.scss */
.session-filter {
    margin-left: auto;
    margin-right: auto;
}

/* line 893, ../scss/app.scss */
.session-filter li {
    display: inline;
    margin: 0px 5px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 900, ../scss/app.scss */
.session-filter li a {
    color: black;
}

/* line 905, ../scss/app.scss */
.session-filter li a:hover {
    border-bottom: 2px solid #19a7b7;
}

/* line 910, ../scss/app.scss */
.session-filter li a.selected {
    color: #19a7b7;
    border-bottom: 1px solid #19a7b7;
}

/* Workshops List */
.workshops-list {
    list-style-type: none;
    text-align: left;
    margin-top: 1em;
    margin-bottom: 2em;
    max-width: 100%;
    max-height: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.workshops-list li {
    font-size: 1em;
    line-height: 1.5em;
    padding: 30px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-transform: none;
    min-height: 160px;
}

.workshops-list li p {
    line-height: 1.3em;
}

.workshops-list li img {
    height: 149px;
    float: right;
    margin-left: 30px;
}

.workshops-list li:nth-child(odd) {
    background-color: #efefef;
}

.workshops-list h1 {
    margin: 0;
    border-bottom: 1px solid #f04e33;
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 5px;
}

.woskshops-list li h1::before {
    content: "9";
    font-family: 'entyporegular';
    font-size: 2em;
    display: inline-block;
    color: #2faade;
    margin-right: 0.05em;
    margin-left: -0.1em;
    vertical-align: middle;
}

.workshops-list h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 10px;
}

/* Session List */
.session-list {
    list-style-type: none;
    text-align: left;
    margin-top: 0.2em;
    max-width: 100%;
    max-height: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.session-list li {
    font-size: 1em;
    line-height: 1.5em;
    padding: 30px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-transform: none;
    min-height: 160px;
}

.session-list li p {
    line-height: 1.3em;
}

.session-list li img {
    height: 149px;
    float: right;
    margin-left: 20px 30px;
}

.session-list li:nth-child(odd) {
    background-color: #efefef;
}

.session-list li li {
    padding: 10px 0 0;
    min-height: 0;
}

.session-list h1 {
    margin: 0;
    border-bottom: 1px solid #f04e33;
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 5px;
}

.session-list li h1::before {
    content: "9";
    font-family: 'entyporegular';
    font-size: 1.5em;
    display: inline-block;
    color: #f04e33;
    margin-right: 0.2em;
    vertical-align: middle;
    line-height: .5em;
}

.session-list h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 10px;
}

/* Speakers List */
.speakers-list {
    list-style-type: none;
    text-align: left;
    margin-top: 0.2em;
    max-width: 100%;
    max-height: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.speakers-list li {
    font-size: 1em;
    line-height: 1.1em;
    padding: 20px 30px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-transform: none;
    min-height: 160px;
}

.speakers-list li p {
    line-height: 1.3em;
}

.speakers-list li img {
    height: 149px;
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
}

.speakers-list li:nth-child(odd) {
    background-color: #efefef;
}

.speakers-list h1 {
    margin: 0;
    border-bottom: 1px solid #f04e33;
    max-width: 84%;
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 5px;
}

.speakers-list li h1::before {
    content: "O";
    font-family: 'entyporegular';
    font-size: 1.5em;
    display: inline-block;
    color: #f04e33;
    margin-right: 0.2em;
    vertical-align: middle;
    line-height: .5em;
}

.speakers-list h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 10px;
}

/* line 1362, ../scss/app.scss */
.searchButton {
    font-family: 'entyporegular';
    font-size: 7em;
    display: inline-block;
}


/*Helper Classes*/

.inline-indent {
    display: inline-block;
    padding-left: 10px;
}

.text-indent-xs {
    text-indent: 7px;
}

.text-indent-sm {
    text-indent: 12px;
}

.text-indent-md {
    text-indent: 18px;
}

.text-indent-xl {
    text-indent: 22px;
}

/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-dark {
    color: #3e444d;
}

.text-light {
    color: #f4f5f7;
}

.text-primary {
    color: #49a2a2;
}

.text-success {
    color: #2ecc71;
}

.text-info {
    color: #5fc9d3;
}

.text-warning {
    color: #e67e22;
}

.text-danger {
    color: #e74c3c;
}