
/* EVENTR CSS 

	1. CORE CSS
	2. NAVBAR
	3. HIGHLIGHT 
	4. INFO 
	5. SPEAKERS
	6. PROGRAM
	7. DOWNLOAD
	8. VENUE
	9. FUNFACTS
	10. REGISTER
	11. GALLERY
	12. TESTIMONIAL
	13. SPONSORS
	14. FOOTER
	15. MISC.
 
 */



/* CORE CSS */

body {
    color:#969696;
    background-color:#0a0a0a;
    font-family:'Source Code Pro';
    font-size:14px;
    font-weight:400;
    line-height:23px;
}

h1, h2, h3, h4, h5, h6 {
    color:#be1e2d;
}

h2 {
    font-family:'montserratbold';
    font-size:40px;
}

h3 {
    font-family:'montserratregular';
    font-size:28px;
    letter-spacing:-2px;
    line-height:28px;
}

h4 {
    font-family:'montserratregular';
    font-size:18px;
    letter-spacing:1px;
}

h5 {
    font-family:'montserratlight';
}

section {
    padding:90px 0;
}

.uppercase {
    text-transform:uppercase;
}

.no-padding {
    padding:0;
}

.mfp-bg {
    background:#ffffff;
}

.lead {
    color:#ffffff;
}

a {
    color:#be1e2d;
    outline:none;
    transition: all .15s;
}
a:hover {
    color:#ffffff;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page span {
    background:#be1e2d;
}


/* NAVBAR */
.nav > li > a { padding:10px; }
.navbar-custom {
    font-family:'Open sans';
    font-size:12px;
    font-weight:400;
    letter-spacing:1px;
    background:transparent;
    margin-bottom:0;
    border-radius:0;
    z-index:1041;
    width:100%;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom a {
    color:#333333;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li.active a {
    color:#be1e2d;
    background:transparent;
}

.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:focus {
    color:#be1e2d;
    background:transparent;
}

.navbar-custom .icon-bar {
    background:#be1e2d;
}

.sticky-wrapper {
    position:absolute;
    width:100%;
    transition:.5s all;
}

.sticky-wrapper a {
    color:#ffffff;
}

.is-sticky .navbar-custom {
    width:100%;
    background:rgba(0,0,0,.8);
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.is-sticky a {
    color:#ffffff;
}

.navbar-custom a {
    padding: 8px 0;
}

#nav { padding-top:10px; }
#logo { display:block; }
.navbar-toggle { margin-top:12px; margin-right:0; }

/* MD- */
@media (max-width: 1199px) {
    #nav { padding-top:3px; }
    #logo { }
    .navbar-header { width:100%; display: flex; justify-content: center; align-items: center; }
    .navbar-custom a { padding: 13px 0; }
    .navbar-right { float:none !important; }
    .navbar-custom .navbar-nav { display:block; width:100%; text-align:center; }
    .navbar-custom .navbar-nav > li { display:inline-block; float:none; }
    .navbar-custom a { padding: 8px 0; }
}
@media only screen and (max-width: 1023px), only screen and (max-device-width: 1023px) {
    .container { width:100%; }
    .sticky-wrapper { padding-top:0; }
    #nav { padding-top:0; }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .navbar-collapse in { background:rgba(0,0,0,.8); }
    #logo { margin:0 0 0 10px; }
    .navbar-custom {
        width:100%;
        background:rgba(0,0,0,.8);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-header { display:block; float:none; margin:0 !important; }
}
/* ONLY XS */
@media (max-width: 767px) {
    .navbar-custom .navbar-nav > li { display:block; float:none; }
}

@media (max-width: 560px) {
    #logo img { width: 285px; margin-top: 4px; }
}

@media (max-width: 440px) {
    #logo img { width: 200px; margin-top: 10px; }
}

/* HIGHLIGHT */

#highlight {
    padding:0px;
    position:absolute; left:0; right:0; bottom:0; z-index:21;
}

#highlight h2 {
    color:#ffffff;
    margin-bottom:0;
}

#highlight #left {
    color:#b0b0b0;
    background:rgba(15,15,15,.8);;
    min-height:100px;
    padding:15px 30px;
}
#highlight #left h2 {
    margin-top:0;
}

#highlight #right {
    background:#be1e2d;
    min-height:100px;
}

#right #countdown {
    padding:15px 0;
}

@media only screen and (max-width: 1023px), only screen and (max-device-width: 1023px) {
    #highlight #left { text-align:center; min-height:0; }
    #highlight #left h2 { font-size:30px; }
}


/* ABOUT */
#about {
    padding:70px 0 90px 0;
    background-image: url(../img/bg-dark-red.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    color:#fff;
    position:relative;
}

#about i {
    color:#969696;
    margin-bottom:10px;
}

#about h1 { margin-bottom:1em; }

#about .lead p { font-size: 21px; margin:1.5em 0; }

.feature {
    margin:50px 0 0 0;
}

/* countdown */

#countdown {
    margin-top:0;
}

#countdown .countdown_amount {
    color:#fff;
    font-family:'montserratregular';
    font-size:40px;
    line-height:50px;
    text-align:center;
}

#countdown .countdown_section {
    color:#fff;
    font-family:'montserratbold';
    font-size:13px;
    line-height:10px;
    letter-spacing:0;
    text-align:center;
}


/* SPEAKER */
#speakers:before,
#speakers-item:before {
    width: 100%;
    content: " ";
    background-image: url(/img/top/anon2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    opacity:.3;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
}

#speakers {
    overflow:hidden;
    background:#000000;
    padding:70px 0 90px 0;
}
#speakers article { margin-bottom:2em; }
#speakers h4 {
    font-size: 21px;
    text-transform: uppercase;
}
#speakers .raquo { font-family:sans-serif; font-size:27px; }

#speakers span.aim {
    margin-bottom: -4px;
}

#speakers .trainings-title { margin:2em 0 1em 0; text-decoration: underline; }
#speakers ul.trainings { margin:0 0 0 1em; padding:0; list-style-type: none; }
#speakers ul.trainings li:before {
    content: '+';
    padding-right: 5px;
    color: #fff;
    font-weight: bold;
}

.speaker-item {
    font-size: 17px;
    padding: 0 30px .5em 30px;
}

.speaker-item h5 {
    color:#fff;
    font-weight:bold;
}

.speaker {
    margin-bottom:30px;
    background:#ffffff;
}

.speaker .caption {
    padding:10px;
}

.speaker h4 {
    font-family:'montserratregular';
    font-size:16px;
    letter-spacing:1px;
    margin-bottom:0;
}

.speaker h4:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    margin:0 auto;
    background-color: #be1e2d;
    margin-top: 10px;
    margin-bottom: 5px;
}

.speaker .company {
    color:#999999;
    font-family:'Open sans';
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin:0;
}

#speakers .owl-buttons {
    position: absolute;
    font-size: 10px;
    right: 0;
}

#list-speaker li{
    display:none;
}

/* speaker detail */

#speaker-detail {
    background:#ffffff;
    box-shadow: 0px 3px 5px rgba(0,0,0,.1);
}

#speaker-detail h2 {
    font-family:'montserratregular';
    margin-bottom:0;
}

#speaker-detail h2 span {
    font-family:'montserratbold';
}

#speaker-detail img {
    width:100%;
    height:auto;
}

#speaker-detail .lead {
    margin-bottom:10px;
}

#speaker-detail .social{
    margin-bottom:10px;
}

#speaker-detail .social li{
    padding-left:1px;
}

#speaker-detail .social li:first-child{
    padding-left:5px;
}

#speaker-detail .social a {
    opacity:0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#speaker-detail .social a:hover {
    opacity:1;
}

#speaker-detail .social a .fa-facebook-square{
    color:#3b5998;
}

#speaker-detail .social a .fa-twitter-square{
    color:#00aced;
}

#speaker-detail .social a .fa-linkedin-square{
    color:#007bb6;
}

#speaker-detail .social a .fa-google-plus-square{
    color:#dd4b39;
}

#speaker-detail .mfp-close {
    color:#ffffff;
    background:#262626;
    opacity:1;
}

#speaker-detail li {
    padding-right:1px;
}

#speaker-detail .content {
    height:230px;
    margin-bottom:15px;
}


/* AGENDA */
.row-agenda {
    padding:.5em 0;
    border-top:1px solid #111;
    color:#969696;
}
.row-agenda b { color:#fff; }
.row-agenda:hover {
    background-color:#111;
}

#agenda {
    color:#ffffff;
    background-image: url(../img/bg-dark.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding:70px 0 90px 0;
}

#agenda h2 {
    color:#be1e2d;
}
#agenda .lead {
    margin-top:45px;
}
#agenda h4 {
    font-size:17px;
    letter-spacing:0;
}

#agenda .lead {
    color:#ffffff;
}

#agenda img {
    border:2px solid #ffffff;
}

#agenda .nav-tabs {
    border-bottom:none;
    margin-bottom:20px;
    font-size:19px;
    text-transform: uppercase;
}

#agenda .nav-tabs > li > a {
    color: #ffffff;
    padding:10px 100px 10px 0;
    background: none;
    border:none;
    cursor: pointer;
    font-weight:bold;
}

#agenda .nav-tabs > li.active > a {
    color: #be1e2d;
    padding:10px 100px 10px 0;
    outline:none;
}

#agenda .nav-tabs > li > a:hover,
#agenda .nav-tabs > li.active > a:hover {
    color: #969696;
}

#agenda .panel {
    background:transparent;
}

#agenda .panel-body {
    padding:20px 0;
}

#agenda .panel-default {
    border:none;
    border-bottom:3px dotted #969696;
    border-radius:0px;
}

#agenda .panel-default > .panel-heading {
    color: #333333;
    background:transparent;
    border-color: #ffffff;
    padding:10px 0;
}

#agenda .panel-title {
    float:left;
}

#agenda .panel-title > a {
    color: #ffffff;
    font-family:'Source Code Pro';
    text-decoration:none;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

#agenda .panel-title > a:hover {
    color: #ffffff;
}

#agenda .date {
    color:#be1e2d;
    font-family:'Source Code Pro';
    margin-bottom:0;
    font-size:17px;
    line-height:18px;
}

#agenda .speaker-name {

    font-family:'montserratregular';
    font-size:12px;
    letter-spacing:1px;
}

#agenda .panel-body h4 {
    color:#666666;
    font-size:21px;
}

#agenda .panel-body p {
    margin-right:10px;
    display:inline-block;
}

#agenda .panel-body p span {
    color:#666666;
    display:inherit;
}

#agenda .about-speaker i{
    color:#262626;
}

#agenda .about-speaker a{
    color:#262626;
    text-decoration:none;
}

#agenda .about-speaker a:hover{
    color:#000000;
    text-decoration:none;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

    #myTab li {
        width:100%;
    }

    #agenda .panel-title {
        display:block;
        float:none;
    }

    #agenda .speaker-name {
        text-align:center;
        margin-top:20px;
    }

}

/* VENUE */
#venue {
    padding-top:0;
    padding-bottom:0;
}

#venue .venue {
    background-image: url(../img/hotel-hilton-outside.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height:600px;
    display:table;
    width:100%;
}

#venue.subpage .venue {
    height:400px;
}

#venue .venue .venue-inner {
    color:#ffffff;
    background:rgba(0,0,0, 0.8);
    display:table-cell;
    vertical-align:middle;
}

.venue-inner h2 {
    color:#be1e2d;
    margin-top:0;
    margin-bottom:45px;
}

#venue h3 {
    margin-top:10px;
}

#venue h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #be1e2d;
    margin-top: 12px;
    margin-bottom: 15px;
}

.venue-inner h4 {
    color:#ffffff;
}

#venue i {
    color:#be1e2d;
}

.venue-inner .lead {
    color:#ffffff;
}

.venue-info {
    margin-bottom:45px;
}

#venue-full h3 { margin-top:1.5em; }

.hotel-carousel {
    margin-top:20px;
    margin-bottom:70px;
}

#hotel-carousel .item {
    margin:0 7px;
}

.hotel .caption {
    position:relative;
    padding:10px 0 0 0;
    line-height:19px;
}

.hotel .caption h5 {
    font-family:'montserratlight';
}

.hotel .caption .rating {
    position:absolute;
    top:0;
    right:0;
    padding:17px 0 0 0;
}

/* TRAINING */
#training { position:relative; }
#training h2 { margin-bottom:45px; }
#training h4 { font-size:21px; text-transform:uppercase; margin:0; }
#training .instructor { color:#fff; text-transform:none; display:inline-block; }
#training .intro { font-size:17px; padding:.5em 0; }
#training article { margin-bottom:2em; }
#training .raquo { font-family:sans-serif; font-size:27px; }
#training span.aim { margin-bottom:-4px; }

/* TRAINING-ITEM */
#training-item {
    color:#fff;
    background-color:#000;
    padding:0;
    position:relative;
    z-index:2;
}
#training:before,
#training-item:before{
    width: 100%;
    content: " ";
    background-image: url(/img/bottom/bottom_seats.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    opacity:.3;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
}
#training-item .container { z-index:2; position:relative; }
#training-item .bg { background-image: url(/img/bottom/bottom_seats.jpg); }
#training-item h1 small  { color:#fff; }
#training-item .feature { background-color:rgba(0,0,0,.75); padding:1.5em; }
#training-item .feature span { display:inline-block; color:#fff; font-size:1.5em; margin-top:1em; font-weight:bold; }
#training-item .feature i { color:#b0b0b0; }
#training-item .feature h4 { margin:.5em 0; }

#training-item h3 { margin:2em 0 1em 0; text-transform:uppercase; }
#training-item h4 { margin:2em 0 1em 0; text-transform:uppercase; }
#training-item ul li h4 { padding-top:3px; }

/* First level */
#training-item ul { padding:0; margin:0; list-style-type: none;}
#training-item ul li {
    background: url('/img/bullet_aim.png') no-repeat left top;
    padding:0 34px;
    margin:0 0 1em 0;
}

/* Next levels */
#training-item ul ul { margin:0 0 2em 34px; }
#training-item ul ul li { background:none; padding:0 0 0 1em; text-indent: -1em; margin:0; min-height:0; }
#training-item ul ul li:before { content:'+'; padding-right: 5px; color:#BE1E2D; font-weight:bold; }

.trainings-item {
    display:flex;
}
.trainings-item .item-aim {
    margin-right:10px;
}
.trainings-item .item-content {

}

/* REGISTER */
.button-register {
    margin:2em 0;
}

#register {
    background:url(/img/bg_aim.png) no-repeat center center #000; /* #190608 */
    padding:0 0;
}
#register .container { background-color:rgba(0,0,0,.8); padding:120px 0; }
#register h3 { margin:0 1em 2em 1em; }

#price-carousel {
    margin:20px 0 40px 0;
}

.price-table {
    color:#ffffff;
    background:#be1e2d;
    padding:20px;
    line-height:1;
    font-weight:300;
    position:relative;
    overflow:hidden;
}

.early-bird {
    background:#4f4f51;
}

.standart {
    background:#611a20;
}

.vip {
    background:#1a1a1a;
}

.price-table .icon {
    color:rgba(255,255,255, 0.4);
    position:absolute;
    bottom:-50px;
    right:-50px;
    display:block;
    font-size:40px;
}

.price-table .price {
    color:#ffffff;
    font-family:'montserratbold';
    font-size:50px;
    font-weight:400;
}

.price-table h3 {
    color:#ffffff;
    background:#262626;
    font-family:Open Sans;
    font-weight:400;
    font-size:10px;
    letter-spacing:2px;
    border-radius:30px;
    text-transform:uppercase;
    padding:0px 16px;
    margin:0 0 10px 0;
    display:inline-block;
    float:right;
}

.price-table .desc li {
    font-family:'montserratlight';
    line-height:2;
    border-bottom:1px dotted;
    border-color:rgba(255,255,255, 0.7);
}

.price-table .desc li:last-child {
    border-bottom:none;
}

/* register form */

#register-form {
    padding:25px;
    background:#ffffff;
}

#register-form h2 {
    margin-bottom:15px;
}

.register-form {
    margin-top:20px;
}


/* GALLERY */

#gallery {
    padding:70px 0 90px 0;
}

#timeline .item {
    margin:10px 10px 20px 10px;
}


/* TESTIMONIAL */

#testimonial {
    background:#be1e2d;
    background-image: url(../img/bg-testimonial.png);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    color:#ffffff;
    padding:0;
}

#testimonial .testimonial-inner {
    background:rgba(0, 0, 0, 0.7);
    padding:50px 40px 30px 40px;
    min-height:400px;
}

#testimonial-carousel img {
    border:2px solid #ffffff;
    margin:0 0 20px 0;
}

#testimonial .lead {
    color:#b0b0b0;
}

#testimonial .name {
    color:#ffffff;
    font-family:'montserratbold';
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
}

#testimonial .owl-theme .owl-controls {
    text-align: left;
}


/* SPONSORS */

#sponsors {
    margin:30px 0;
    padding:70px 0 90px 0;
}

.sponsor {
    border:2px solid #be1e2d;
    margin:0 5px;
    padding:10px;
    text-align:center;
}

#sponsors-carousel:first-child {
    margin-left:0;
}

#sponsors-carousel:last-child {
    margin-right:0;
}
#sponsors i {
    color:#be1e2d;
}
#sponsors .page {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    display:table;
    width:100%;
}
#sponsors .page-inner {
    color:#ffffff;
    background:rgba(0,0,0, 0.85);
    display:table-cell;
    vertical-align:top;
    padding:120px 0;
}
#sponsors h1 { margin-top:45px; }

.sponsors:after {
    content: ' ';
    display: block;
    margin:25px 0;
    height: 1px;
    width:100%;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(black), to(black), color-stop(50%, #be1e2d))
}
.sponsors { display:block; margin: 2.5em 0 1.5em 0; }
.sponsors span { vertical-align: middle; margin-left:.5em; } 
.sponsors i { font-size:2em; vertical-align: middle; width:1.2em; text-align:left; display:inline-block; }
.sponsors.diamond i { background: -webkit-linear-gradient(#00aeef, #1e4397); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.sponsors.gold i { background: -webkit-linear-gradient(#EBD197, #B48811);-webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.sponsors.bronze i { background: -webkit-linear-gradient(#A75B10, #804000);-webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.sponsors.silver i,
.sponsors.how i { background: -webkit-linear-gradient(#eee, #666); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.sponsors.party i { background: -webkit-linear-gradient(#be1e2d, #fee140);-webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.sponsors.divers i { background: -webkit-linear-gradient(#1e4397, #fee140, #34a852);-webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.sponsor-outer { display:block; }
.sponsor-outer img { padding:40px; margin:auto; }
.sponsor-outer.zd img { padding:40px 25px; }

h3.sponsors {
    display: flex;
    align-items: center;
}

/* CONTACT */
#gmap_canvas {
    height:640px;
    transform:none !important;
    -webkit-transform:none !important;
    -moz-transform:none !important;
    -o-transform:none !important;
    -ms-transform:none !important;
    border-top:1px solid #f2f2f2;
}

.gmnoprint,
.gm-style-cc {
    display:none;
}

footer {
    position:relative;
    z-index:1;
    color:#ffffff;
    background-image: url(../img/bg-footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding:70px 0;
}

footer h4 {
    color:#ffffff;
    margin-bottom:23px;
}

footer ul li a {
    color:#ececee;
}

footer ul li a:hover {
    color:#ffffff;
}

footer .button-big {
    font-size:16px;
    width:100%;
}

footer dt {
    color:#ffffff;
    font-family:'montserratlight';
    font-size:13px;
    margin-top:7px;
    margin-bottom:3px;
    cursor:pointer;
}

/* Subfooter */

.subfooter {
    position:relative;
    z-index:1;
    color:#ececee;
    font-size:10px;
    letter-spacing:1px;
    background:#000000;
    padding:20px 0;
}

.subfooter ul {
    margin-bottom:0;
}

.subfooter li a {
    color:#ececee;
}

.subfooter li a:hover {
    color:#ffffff;
    text-decoration:none;
}

/* Newsletter */

#newsletter {
    color:#262626;
    background:#ebe8e8;
    margin-bottom:0;
}
#newsletter_email { color:#080808; font-size:17px; text-transform:none; }

/* MISC. */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select,
textarea {
    font-size:16px;
    font-family:inherit;
    width:100%;
    min-height:30px;
    padding:12px 10px;
    text-transform:uppercase;
    border:0;
    border:1px solid #999999;
    margin-bottom:20px;
    outline:none;
}


/* BUTTONS */

.section-button { text-align:center; margin-top:90px; display:block; }

.button {
    font-family:'montserratregular';
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
    -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-xsmall {
    padding:2px 7px;
    font-size:11px;
    letter-spacing:1px;
}

.button-small {
    padding:5px 30px;
    font-size:13px;
    letter-spacing:1px;
}

.button-big {
    padding:10px 18px;
    font-size:21px;
}

.button-xxl {
    padding:20px 25px;
    font-size:32px;
    letter-spacing:3px;
    line-height:1em;
}

.button-line-light {
    color:#ffffff;
    background:transparent;
    border:2px solid #ffffff;
}

.button-line-light:hover,
.button-line-light:active {
    color: #262626;
    background: #ffffff;
    text-decoration:none;
}

.button-line-dark {
    color:#262626;
    background:transparent;
    border:2px solid #262626;
}

.button-line-dark:hover,
.button-line-dark:active {
    color: #ffffff;
    background: #262626;
    text-decoration:none;
}

.button-solid-red {
    color:#fff;
    background:#be1e2d;
    border:2px solid #be1e2d;
}

.button-solid-red:hover,
.button-solid-red:active,
.button-solid-red:focus {
    color: #262626;
    background: #fff;
    text-decoration:none;
    border:2px solid #fff;
}

/* PRELOAD */

#preload {
    background:#40120F;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display:table;
}

#preload .preload {
    display:table-cell;
    vertical-align:middle;
}

.spinner {
    width: 30px;
    height: 30px;
    background-color: #fff;

    margin: 100px auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}


/* OWL CAROUSEL */

.owl-theme .owl-controls .owl-buttons div {
    color: #be1e2d;
    margin:0;
    padding: 1px;
    font-size: 12px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

/* GALLERY IMG OVERLAY EFFCET */

.wrap {
    display: block;
    overflow: hidden;
    position: relative;
}

.wrap .overlay:after {
    background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
    height: 100%;
    content:"";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

.wrap:hover .overlay:after {
    top: 50%;
    opacity: 1;
}

.wrap .overlay:before {
    background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
    bottom: -100%;
    height: 100%;
    content:"";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

.wrap:hover .overlay:before {
    bottom: 50%;
    opacity: 1;
}

.wrap .icon {
    color:#ffffff;
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.wrap:hover .icon {
    opacity: 1;
    visibility: visible;
}

.wrap .icon a {
    color:#ffffff;
}

.wrap .icon a:hover {
    color:#333333;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Speaker hover effect */

/* Common style */
.speaker figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.speaker figure img {
    position: relative;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 0.8;
}

.speaker figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.speaker figure figcaption::before,
.speaker figure figcaption::after {
    pointer-events: none;
}

.speaker figure figcaption,
.speaker figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.speaker figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    outline:none;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
    background: #030c17;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}

figure.effect-ming span img {
    padding: 4em 0;
    opacity: 0;
    margin:0 auto;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover span img {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
}

/* CONTENT - TEMPLATE */
#contentpage { padding:0; }
#contentpage .page {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    display:table;
    width:100%;
}
#contentpage .page-inner {
    color:#ffffff;
    background:rgba(0,0,0, 0.85);
    display:table-cell;
    vertical-align:top;
    padding:90px 0;
}
#contentpage h1 { margin-top:45px; }

/* CUSTOM */
strong { color:#be1e2d; }

.fspacer, .spacer-45px, .spacer-90px { display:block; height:115px; clear:both; }
.spacer-45px { height:45px; }
.spacer-90px { height:90px; }

.top-image { width:100%; height:300px; background-size:cover; }

.hotel-logo { background-color:#fff; float:left; }

table.registration { margin:2em 0; }
table.registration th { border-bottom:2px solid #333; padding:0 0 .8em 0; }
table.registration td { border-bottom:1px solid #333; padding:.4em 0;}
table.registration tr:hover td { background-color:#333; }

span.aim {
    display:inline-block; width:24px; height:24px;
    background:url(/img/bullet_aim.png) no-repeat center center;
}

a img { transition:all .2s; }
a:hover img { opacity:.66; }

.text-center { text-align: center; }
.text-white { color:#fff; }
.text-red { color:#be1e2d !important; }

/* SM+ */
@media (min-width: 768px) {
    .bgfx { position:relative; }
    .bgfx:before{
        width: 100%;
        content: " ";
        background-image: url(/img/fx.gif);
        opacity:.1;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        height: 100%;
    }
}

/* MD+ */
@media (min-width: 992px) {
    .sticky-wrapper #nav-primary {
        padding-top: 30px;
    }

    .sticky-wrapper.is-sticky #nav-primary {
        padding-top: 0;
    }
}

/* Archives */
.row-archive h3 { margin-bottom:1em; }
a.archive { display:block; border:1px solid #111; background-size:cover; position:relative; }
a.archive:hover { border:1px solid #fff; }
a.archive span { position:absolute; bottom:0; left:0; right:0; font-family:'montserratbold'; font-size:2em; text-align:center; background-color:rgba(0,0,0,.8); padding:10px 0; }
a.archive.speakers { }
a.archive.agenda { }
a.archive.trainings { }
a.archive.sponsoring { }

/* Videos */
.embed-responsive {
    border: 1px solid #be1e2d;
    box-shadow:0 0 100px #631a1a;
}

.button-register-big {
    margin:2em 0;
    font-size:2em !important;
    padding:20px 40px !important;
    line-height:1.25em;
}

/* MD+ */
@media (min-width: 1024px) {
    .pull-right-md { float:right; }
}
@media (max-width: 1023px) {
    .text-left-md { text-align: left; }
}