/*myEbook template

TABLE OF CONTENT:
Ionicons,
Typography,
Main
FAQ,
About,
Video,
Chapters,
Testimonials,
Clients, 
Banner,
Register,
Footer
*/

@import url('https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');

body {
  font-family: 'Lora', serif;
  color: rgba(40, 26, 23, 0.6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
}
a {
  font-family: 'Open Sans', sans-serif;
}
.preamble {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.preamble h3 {
  margin: 0;
  font-size: 36px;
  line-height: 64px;
  color: #333;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .preamble h3 {
    font-size: 28px;
    line-height: 42px;
  }
}
.preamble p {
  font-size: 17px;
  line-height: 28px;
}
main {
  position: relative;
  background: url('../image/main-bg.jpg') no-repeat top fixed #999999;
  -webkit-background-size: cover;
  background-size: cover;
}
main:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
main .navbar .navbar-collapse {
  transition: 0.2s ease-in;
  border: none;
}
main .navbar .navbar-brand {
  height: 80px;
}
main .navbar .navbar-brand img {
  height: 50px;
  filter: invert(100%);
}
main .navbar .navbar-header i {
  color: #fff;
  font-size: 24px;
}
main .navbar .nav > li {
  margin-left: 15px;
}
main .navbar .nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
	main .navbar .nav > li > a {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
}
main .navbar .nav > li > a:hover {
  background: none;
}
main .navbar .nav > li > a:focus {
  background: none;
}
main .navbar .navbar-toggle {
  padding: 10px;
}
main .bottom-content {
  padding: 0px 0 20px 0;
  z-index: 1;
}
@media (max-width: 991px) {
  main .bottom-content {
    padding-bottom: 80px;
    text-align: center;
  }
}
main .bottom-content .left-side {
  padding-bottom: 80px;
}
main .bottom-content .left-side .cover {
  max-height: 580px;
}
@media (max-width: 991px) {
  main .bottom-content .left-side .cover {
    margin: 0 auto;
    max-height: 500px;
  }
}
main .bottom-content .right-side .title {
  margin: 0px 0 30px 0;
  font-size: 56px;
  line-height: 64px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media (max-width: 1199px) {
  main .bottom-content .right-side .title {
    /*margin-top: 60px;*/
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  main .bottom-content .right-side .title {
    margin-top: 0px;
  }
}
main .bottom-content .right-side p {
  margin: 0 0 30px 0;
  font-size: 21px;
  color: #fff;
  line-height: 32px;
}
@media (max-width: 1199px) {
  main .bottom-content .right-side p {
    font-size: 17px;
    line-height: 28px;
  }
}
main .bottom-content .right-side .features-list {
  margin-bottom: 30px;
}
main .bottom-content .right-side .features-list li {
  margin-bottom: 4px;
}
main .bottom-content .right-side .features-list li i {
  color: #fff;
  font-size: 20px;
}
main .bottom-content .right-side .features-list li span {
  margin-left: 8px;
  margin-top: 5px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  vertical-align: top;
}
@media (max-width: 1199px) {
  main .bottom-content .right-side .features-list li span {
    font-size: 13px;
  }
}
/* FAQ */
#faq {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991px) {
  #faq .questions {
    float: left;
    width: 100%;
  }
}
#faq .questions .single-question {
  margin-top: 40px;
}
#faq .questions .single-question .title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}
#faq .questions .single-question p {
  font-size: 15px;
  line-height: 24px;
}
/* ABOUT */
#about {
  position: relative;
  padding: 100px 0;
}
#about .sidebar-widget {
  padding-top: 45px;
}
@media (max-width: 991px) {
  #about .sidebar-widget {
    float: left;
    width: 100%;
  }
}
#about .sidebar-widget .title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}
#about .sidebar-widget .features-list li {
  margin-bottom: 4px;
}
#about .sidebar-widget .features-list li i {
  color: #c1422f;
  font-size: 20px;
}
#about .sidebar-widget .features-list li span {
  margin-left: 8px;
  margin-top: 5px;
  display: inline-block;
  color: #333;
  font-size: 15px;
  vertical-align: top;
}
#about .text {
  margin-top: 40px;
  float: left;
  width: 100%;
}
#about .text .title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}
#about .text p {
  font-size: 15px;
  line-height: 24px;
}
#about .text .single-kind {
  margin-top: 20px;
}
@media (max-width: 991px) {
  #about .text .single-kind {
    margin-bottom: 60px;
  }
  #about .text .single-kind:last-child {
    margin-bottom: 0;
  }
}
#about .text .single-kind .thumbnail {
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
  border-radius: 0;
}
@media (max-width: 991px) {
  #about .text .single-kind .thumbnail {
    width: 100%;
  }
}
#about .text .single-kind .title {
  font-size: 18px;
}
#about .text .single-kind .btn {
  padding: 10px 15px;
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.15em;
}
#video {
  position: relative;
  height: 50vh;
  min-height: 500px;
  text-align: center;
  background: url('../image/video-bg.jpg') no-repeat center fixed #999999;
  -webkit-background-size: cover;
  background-size: cover;
}
#video .circle {
  position: absolute;
  margin-left: -64px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  border: 2px solid #fff;
  width: 128px;
  height: 128px;
  line-height: 132px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
#video .circle a {
  display: inline-block;
  width: 100%;
}
#video .circle i {
  margin-left: 10px;
  font-size: 72px;
  color: #fff;
}
/* CHAPTERS */
#chapters {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991px) {
  #chapters .sidebar-widget {
    margin-bottom: 60px;
  }
}
#chapters .sidebar-widget .title {
  margin: 0 0 25px 0;
  font-size: 24px;
  font-weight: 600;
}
#chapters .sidebar-widget .menu li {
  margin-bottom: 9px;
}
#chapters .sidebar-widget .menu li.active a {
  font-weight: 600;
  color: #333;
}
#chapters .sidebar-widget .menu li i {
  color: #c1422f;
  font-size: 10px;
}
#chapters .sidebar-widget .menu li a {
  margin-left: 8px;
  display: inline-block;
  color: rgba(40, 26, 23, 0.7);
  font-size: 13px;
  letter-spacing: 0.02em;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
}
#chapters .content {
  margin-top: 40px;
  float: left;
  width: 100%;
}
#chapters .content .tab-pane {
  display: none;
}
#chapters .content .tab-pane.active {
  display: block;
}
#chapters .content .chapter .title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}
#chapters .content .chapter p {
  font-size: 15px;
  line-height: 24px;
}
#chapters .content .chapter .thumbnail {
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
}
#chapters .content .chapter blockquote {
  padding: 25px 0 20px 0;
  margin: 25px 0;
  line-height: 32px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: none;
}
#chapters .content .chapter blockquote .who {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 13px;
}
#chapters .content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#chapters .content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* TESTIMONIALS */
#testimonials {
  position: relative;
  padding: 100px 0 60px 0;
}
#testimonials .sidebar-widget {
  padding-right: 35px;
}
@media (max-width: 991px) {
  #testimonials .sidebar-widget {
    padding-right: 0;
  }
}
#testimonials .sidebar-widget .title {
  margin: 0 0 25px 0;
  font-size: 24px;
  font-weight: 600;
}
#testimonials .sidebar-widget img {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #testimonials .sidebar-widget img {
    width: 100%;
  }
}
#testimonials .sidebar-widget p {
  font-size: 15px;
  line-height: 24px;
}
#testimonials .content {
  margin-top: 40px;
  float: left;
  width: 100%;
}
#testimonials .content blockquote {
  padding-top: 0;
  padding-left: 0;
  border: none;
  line-height: 32px;
}
#testimonials .content blockquote .who {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 13px;
}
/* STORE */
#store {
  position: relative;
  padding: 100px 0;
}
#clients {
  position: relative;
  height: 50vh;
  min-height: 500px;
  text-align: center;
  background: url('../image/clients-bg.jpg') no-repeat center fixed #999999;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  #clients {
    padding: 100px 0;
    height: auto;
  }
}
#clients .container,
#clients .container > .row,
#clients .container .col-md-12 {
  height: 100%;
}
#clients .content {
  width: 100%;
}
#clients .css-table {
  position: relative;
  height: 100%;
  display: table;
}
#clients .css-table .css-table-cell {
  position: relative;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#clients .css-table .css-table-cell img {
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #clients .css-table .css-table-cell img {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #clients .css-table .css-table-cell img {
    padding: 20px 0;
    max-height: 100px;
  }
}
#banner {
  position: relative;
  float: left;
  width: 100%;
}
#banner .square {
  float: left;
  width: 25%;
}
#register {
  position: relative;
  padding: 100px 0;
  background: url('../image/register.jpg') no-repeat center #999999;
  -webkit-background-size: cover;
  background-size: cover;
}
#register:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#register .content {
  position: relative;
  z-index: 99;
}
#register .content .preamble {
  margin-bottom: 60px;
  text-align: center;
}
#register .content .preamble h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
}
#register .content .preamble p {
  color: #fff;
}
#register .content input {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  display: block;
  height: 52px;
  width: 100%;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 3px;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
#register .content button {
  padding: 0 36px;
  margin-bottom: 6px;
  height: 52px;
  text-align: center;
  background: #c1422f;
  font-size: 15px;
  width: 100%;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.02em;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
#register .content button:hover {
  background: #d93017;
}
#register .content .confirmation {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
#register .content .confirmation small {
  color: #fff;
  font-size: 11px;
}
#footer {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
#footer nav ul li {
  margin: 0 15px;
}
#footer nav ul li a {
  color: rgba(40, 26, 23, 0.7);
  font-size: 13px;
  letter-spacing: 0.02em;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
}
#footer .copyrights {
  margin-top: 60px;
}
#footer .copyrights img {
  margin-bottom: 15px;
  max-height: 50px;
}
#footer .copyrights small {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

section{position:relative;z-index:1;}
section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  z-index: -1;
  background-repeat:no-repeat;
  background-size:contain;
}
#info::before{
  background-image:url('../image/cyan.jpg');
  background-position:top left;
}
#chapters::before{
  background-image:url('../image/magenta.jpg');
  background-position:top left;
}
#about::before{
  background-image:url('../image/yellow.jpg');
  background-position:top right;
}

#clients{height:20vh;min-height:200px;background-image:url('../image/main-bg.jpg');}


/* ABOUT */
#info {
  position: relative;
  padding: 100px 0;
}
#info .sidebar-widget {
  padding-top: 45px;
}
@media (max-width: 991px) {
  #info .sidebar-widget {
    float: left;
    width: 100%;
  }
}
#info .sidebar-widget .title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}
#info .sidebar-widget .features-list li {
  margin-bottom: 4px;
}
#info .sidebar-widget .features-list li i {
  color: #c1422f;
  font-size: 20px;
}
#info .sidebar-widget .features-list li span {
  margin-left: 8px;
  margin-top: 5px;
  display: inline-block;
  color: #333;
  font-size: 15px;
  vertical-align: top;
}
#info .text {
  margin-top: 40px;
  float: left;
  width: 100%;
}
#info .text .title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}
#info .text p {
  font-size: 15px;
  line-height: 24px;
}
#info .text .single-kind {
  margin-top: 20px;
}
@media (max-width: 991px) {
  #info .text .single-kind {
    margin-bottom: 60px;
  }
  #info .text .single-kind:last-child {
    margin-bottom: 0;
  }
}
#info .text .single-kind .thumbnail {
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
  border-radius: 0;
}
@media (max-width: 991px) {
  #info .text .single-kind .thumbnail {
    width: 100%;
  }
}
#info .text .single-kind .title {
  font-size: 18px;
}
#info .text .single-kind .btn {
  padding: 10px 15px;
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.15em;
}

/* ABOUT */
#chapters {
  position: relative;
  padding: 100px 0;
}
#chapters .sidebar-widget {
  padding-top: 45px;
}
@media (max-width: 991px) {
  #chapters .sidebar-widget {
    float: left;
    width: 100%;
  }
}
#chapters .sidebar-widget .title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}
#chapters .sidebar-widget .features-list li {
  margin-bottom: 4px;
}
#chapters .sidebar-widget .features-list li i {
  color: #c1422f;
  font-size: 20px;
}
#chapters .sidebar-widget .features-list li span {
  margin-left: 8px;
  margin-top: 5px;
  display: inline-block;
  color: #333;
  font-size: 15px;
  vertical-align: top;
}
#chapters .text {
  margin-top: 40px;
  float: left;
  width: 100%;
}
#chapters .text .title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}
#chapters .text p {
  font-size: 15px;
  line-height: 24px;
}
#chapters .text .single-kind {
  margin-top: 20px;
}
@media (max-width: 991px) {
  #chapters .text .single-kind {
    margin-bottom: 60px;
  }
  #chapters .text .single-kind:last-child {
    margin-bottom: 0;
  }
}
#chapters .text .single-kind .thumbnail {
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
  border-radius: 0;
}
@media (max-width: 991px) {
  #chapters .text .single-kind .thumbnail {
    width: 100%;
  }
}
#chapters .text .single-kind .title {
  font-size: 18px;
}
#chapters .text .single-kind .btn {
  padding: 10px 15px;
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.15em;
}

main.v1{background-image:url('../image/fotolia_64860249.jpg')}
main.v2{background-image:url('../image/fotolia_75651475.jpg')}
main.v3{background-image:url('../image/fotolia_88592004.jpg')}
main.v4{background-image:url('../image/fotolia_97476376.jpg')}
main.v5{background-image:url('../image/fotolia_111636400.jpg')}
main.v6{background-image:url('../image/fotolia_111670236.jpg')}
main.v7{background-image:url('../image/fotolia_114060313.jpg')}
main.v8{background-image:url('../image/fotolia_121529003.jpg')}

#share-infographic{margin:30px 0 10px 20px}

#info .sidebar-widget .features-list li{clear:both}
#info .sidebar-widget .features-list li i{display:block;float:left}
#info .sidebar-widget .features-list li span{display:block;margin:2px 0 0;padding:4px 0 0 23px}
#chapters .sidebar-widget .features-list li{clear:both}
#chapters .sidebar-widget .features-list li i{display:block;float:left}
#chapters .sidebar-widget .features-list li span{display:block;margin:2px 0 0;padding:4px 0 0 23px}
.thumbnail{background:none}

#social-media a{text-decoration:none}
#social-media a:hover{text-decoration:none}

body.de #register{background-image:url('../image/unten_de.jpg')}
body.at #register{background-image:url('../image/unten_at.jpg')}
body.ch #register{background-image:url('../image/unten_ch.jpg')}
body.com #register{background-image:url('../image/unten_com.jpg')}


main .bottom-content .right-side .btn, #register .btn {
  line-height: 3.4;
  padding: 0 36px;
  margin-bottom: 6px;
  height: 52px;
  text-align: center;
  background: #c1422f;
  font-size: 15px;
  width: 360px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.02em;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
main .bottom-content .right-side .btn:hover, #register .btn:hover {
  background: #d93017;
}
#info .embed-responsive{clear:both}

.ekko-lightbox-loader{min-height:400px;}
.ekko-lightbox-loader .fa{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:60px}