/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
		background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
		font-weight: 400;
}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  margin-top:0;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 42px;
    letter-spacing: 2px;
}

h2 {
  font-size: 32px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 16px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}

.img-responsive{
  width:100%;
}

.no-responsive{
  width: 100%;
  text-align: center;
}

.speakers-thumb h3{
  margin-top:1.5rem !important;
  line-height: normal !important;
}

/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 3rem;
}

#imprint,
#data,
#agb,
#video,
#aboutus, 
#references,
.infos {
    padding-top: 5rem;
    padding-bottom: 10rem;
}

#overview,
#imprint,
#data,
#agb,
#video,
#aboutus, 
#references,
#contact,
.infos {
    text-align: justify;
}

#detail, #contact, footer, #overview {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#detail,
#speakers, #sponsors,
footer {
  text-align: center;
}

#overview h3,
#detail h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

#detail h3{
  padding-top: 12px;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #ff7300;
    border-color: transparent;
}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.navbar-logo{
  height:100%;
  float:left;
  position:absolute;
  text-align:center;
  display: inline;
  width:30rem;
  padding:1rem;
}

.footer-logo{
  display: inline-block;
  height: 100px;
  margin-bottom: 2rem;
}

.navbar-logo img:hover, .footer-logo img:hover { 
  transition-property: transform;
  transition-duration: 0.75s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transform: rotate(360deg);
}

.navbar-logo img, .footer-logo img{
  height:100%;
}

.navbar-left{
  z-index:10000;
  position:absolute;
}

.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a{
    color: #ddd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #ff7300;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ff7300;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: #101010;
        padding: 0;
    }
}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    /*background: url('../images/intro-bg-1.jpg') 50% 0 repeat-y fixed;*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #ff7300;
  font-size: 48px;
}

#references {
  background: #222;
  color: #ffffff;
}

/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}

.current {
  color: #ff7300 !important;
}

/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#aboutus {
    background: #eee;
}

#aboutus h3, #references h3, .infos h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color:#ddd;
}

#aboutus h3{
  color: #333;
}

#aboutus h6, #references h6, .infos h3 {
  color: #666;
  margin-top: 4px;
}

#aboutus img, #references img, .infos h3 {
  width:100%;
  height: auto;
}

#aboutus .speakers-wrapper, #references .speakers-wrapper, .infos .speakers-wrapper {
    background: #ffffff;
}

.speakers-thumb{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.speakers-thumb h6, .speakers-thumb h6 p{
  margin-bottom:0;
}

.infos h3 {
  font-size: 18px;
  margin-bottom: 0px;
}

.infos h6 {
  margin-top: 4px;
}

.infos img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.speakers-wrapper {
  margin-top: 3rem;
}


/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
  background: #222;
  color: #ffffff;
}

.sendbutton{
  padding-top:1.5rem;
}

#contact .contact_des {
  padding: 5rem 5rem 5rem 5rem;
}

#contact .contact_detail {
  color:#222;
  background: #ffffff;
  padding: 5rem 5rem 5rem 5rem;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact button[type="button"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact button[type="button"]:hover {
  background: #ff7300;
}

.aboutus-member, .references-image, .infos-image{
  background-position: center !important;
  background-size: cover !important;
  height:400px;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}

/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #ff7300;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #ff7300;
    color: #ffffff;
}

.disabled{
  cursor:unset !important;
  background-color: grey !important;
}

.slider{
  width:100%;
  position:absolute;
  bottom:2rem;
  left:0;
  text-align: center;
}

.slider-inner{
  display:inline-block;
}

.circle{
  width:2rem;
  height:2rem;
  border-radius: 2rem;
  background-color: #ddd;
  border:1px solid #333;
  cursor:pointer;
  float: left;
  margin: 0.5rem;
}

.active{
  background-color: #ff7300;
}

.mobile-navbar-icon{
  position:fixed;
  z-index:9998;
  font-size:5rem;
  color:white;
  right:3rem;
  top:1rem;
  cursor:pointer;
  display:none;
  text-shadow: 2px 2px #333;
}

.mobile-navbar-icon:hover{
  color:#ff7300;
}

.mobile-navbar{
  width:100%;
  left:0;
  top:0;
  position: fixed;
  z-index:9999;
  background-color: black;
  height:auto;
}

.mobile-navbar-menu{
  width:calc(100% - 4rem);
  text-align: right;
  margin:2rem;
}

.mobile-navbar-menu a{
  font-size:3rem !important;
  cursor:pointer;
  color: #ddd;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 40px;
  transition: all 0.4s ease-in-out;
}

.mobile-navbar-menu a:hover{
  color:#ff7300;
}

.hidden{
  display:none;
}

.navbar-new-left{
  width:calc(50% - 15rem);
  text-align:right;
  float: left;
  min-height:75px;
}

.navbar-new-inner{
  width:100%;
}

.navbar-new-right{
  width:calc(50% - 15rem);
  text-align:right;
  float: right;
  min-height:75px;
}

.navbar-new-inner{
  width:100%;
}

.navbar-new{
  width:100%;
  position:absolute;
  z-index:1000;
  background: #101010;
}

.pointer{
  cursor:pointer;
}

.quote-text p{
  color:white;
  font-size:2rem;
}

.quote-name p{
  color:#ddd;
  font-size:1.5rem;
  margin:0;
  padding-top:2rem;
}

.quote-sub p{
  color:#aaa;
  font-size:1rem;
  margin:0;
  line-height: normal;
}

.quote{
  display: inline-block;
  white-space: normal;
}

.quote p{
  text-align:center;
}

.quote-inner {
  position: relative;
  padding: 1rem;
  border: 4px solid #ff7300;
  margin:0 auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #222;
  margin:3rem;
  padding:3rem;
}
  
.quote-inner:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  top: 100%;
  border: 15px solid;
  border-color: #ff7300 transparent transparent #ff7300;
}
  
.quote-inner:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 34px;
  top: 100%;
  border: 10px solid;
  border-color: #222 transparent transparent #222;
}

.quote-text{
  width:100%;
}

.quote-name{
  width:100%;
}

.quote-sub{
  width:100%;
}

.slideImage{
  display: inline-block;
  white-space: normal;
}

.slideImage-inner {
  position: relative;
  margin:1rem;
  padding:1rem;
  height:100%;
}

.slideImage-inner .speakers-thumb{
  padding:1rem;
  background-color:#333;
}

.slideImage-text{
  height:100%;
}

.slideshow{
  width:100%;
  padding-bottom: 5rem;
}

.slideshow-flex{
  width:100%;
  display:inline-flex;
}

.slideshow-inner-float{
  float:left;
  overflow: hidden;
}

.slideshow-inner{
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  display: inline-flex;
  max-width:100%;
}

.slideshow-left{
  float:left;
  position: relative;

  transform: translateY(40%);
  cursor:pointer;
}

.slideshow-right{
  float:left;
  position: relative;
  transform: translateY(40%);
  cursor:pointer;
}

.slideshow-left{
  float:left;
  position: relative;
  transform: translateY(40%);
  cursor:pointer;
}

.slideshow-left i , .slideshow-right i{
  padding:2rem;
  font-size:3rem;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/

@media (max-width: 1024px){
  .nav>li>a {
    padding: 15px 5px 15px 5px !important;
  }

  .parallax-section {
    background-attachment: unset !important;
    background-position: bottom !important;
  }

  .navbar-new-left{
    width:calc(50% - 10rem);
  }
  
  .navbar-new-right{
    width:calc(50% - 10rem);
  }

  .navbar-logo{
    width:20rem;
  }

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	  line-height: 20px;
  }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
    background: #ffffff;
    padding: 10rem 3rem 10rem 5rem;
  }

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }

  #intro {
    height: 100vh;
  }

  .go-top {
    bottom: 1em;
    right: 1em;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .navbar{
    display:none;
  }

  .mobile-navbar-icon{
    display:unset !important;
  }

  .slider{
    margin-top:5rem;
  }

  .contact_des{
    text-align: center;
    padding-bottom: 4rem !important;
  }

  .quote{
    max-width:100% !important;
    min-width:100% !important;
  }

  .slideImage{
    max-width:100% !important;
    min-width:100% !important;
  }

  .slideshow{
    padding:2rem;
  }

  .slideshow-right{
    display:inline-block !important;
  }

  .slideshow-left{
    display:inline-block !important;
  }

  .quote-inner{
    padding: 0.5rem !important;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 3rem;
  }

  .quote-text p{
    font-size:1.5rem !important;
  }

  .slideImage-text h3{
    font-size: 1.5rem !important;
  }

  .slideImage-text h6{
    font-size: 1rem !important;
  }

  .img-responsive{
    padding-top: 2rem;
  }

  #detail div{
    padding-top:0px;
  }

  #detail .wow{
    padding-top:6rem;
  }

  #detail{
    padding-top:0px;
    padding-bottom:6rem;
  }

  #overview, #imprint, #data, #agb, #video, #aboutus, #references, .infos {
    padding-top: 1rem;
    padding-bottom: 2em;
  }

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 5rem;
  }
  
  #overview img, .infos img{
    padding-bottom: 2rem;
  }

  #contact{
    padding-top: 3rem;
    padding-bottom: 2em;
  }

  #contact .contact_des{
    padding:0 0 0 0;
  }

  #contact .contact_detail{
    margin-top:0;
    padding: 2rem 2rem 2rem 2rem;
    margin-bottom: 3rem;
  }

  #contact .contact_detail h2{
    margin-top:0;
    font-size:3rem;
  }

  .sendbutton{
    width:100%;
  }

  .section-title {
    margin-bottom: 0px;
  }

  #video iframe {
    margin-top: 1rem;
  }

  h1,h2,h3,h4,h5,h6 {
    margin-top:2rem;
  }
}