@font-face {
  font-family: "Open Sans Light";
  src: url("/modules/core/client/fonts/OpenSans-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Open Sans Light Italic";
  src: url("/modules/core/client/fonts/OpenSans-LightItalic.ttf") format("opentype");
}

@font-face {
  font-family: "Open Sans Regular";
  src: url("/modules/core/client/fonts/OpenSans-Regular.ttf") format("opentype");
}

@font-face {
  font-family: "Open Sans Semibold";
  src: url("/modules/core/client/fonts/OpenSans-Semibold.ttf") format("opentype");
}

.undecorated-link:hover {
  text-decoration: none;
}
[ng\:cloak],
[ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.header-profile-image {
  border-radius: 50%;
  height: 42px;
  width: 42px;
  margin-right: 5px;
  opacity: 0.8;
}
.open .header-profile-image,
a:hover .header-profile-image {
  opacity: 1;
}
.user-header-dropdown-toggle {
  padding-bottom: 11px !important;
  padding-top: 11px !important;
}
.user-primary-account {
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.bold {
  font-weight: bold;
}

.error-text {
  display: none;
}
.has-error .help-block.error-text {
  display: block;
}
.has-error .help-inline.error-text {
  display: inline;
}

.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}

.content {
  padding-bottom: 10px;
  margin-top: 0;
  min-height: 680px;
}

body {
  word-break: break-word;
  font-family: 'Open Sans Regular', sans-serif;
  background-color: #eee;
}


h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #582A72;
  position:relative;
}
h2:before {
  content: "";
  display: block;
  border-top: solid 2px #582A72;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  z-index: 0;
}
h2 > span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

h3 {
  font-size: 16px;
  color: #582A72;
}
h4 {
  font-size: 14px;
}

.beta {
  font-size: 12px;
  color: #fff;
}


.language-bar {
  margin-left: 2px;
  margin-right: 2px;
  color: white;
}

.language-bar a:link, .language-bar a:visited {
/*    background-color: #f44336; 
*/
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1px 1px;
}


.language-bar a:hover, .language-bar a:active {
    background-color: #9775AA;
    padding: 1px 1px;
}



.img-appstore-badge a:link, .img-appstore-badge a:visited {
    color: #582A72;;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0px 0px;
}


.img-appstore-badge a:hover, .img-appstore-badge a:active {
    color:  #582A72;
}







.bkt-section-top {
  padding: 5px 5px 5px 5px;
  background-color: #fff;
  box-shadow: 0 10px   20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  margin-top: 55px;
  margin-bottom: 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-radius: 5px;
  /* line-height: 10px; */
}


.bkt-section {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  margin-bottom: 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-radius: 5px;
}

.btn-bkt-secondary {
  background-color: #9775AA;
  color: white;
}

.btn-bkt-plib {
  margin-right: 10px;
  margin-left: 10px;
}

.btn-bkt-glowing {
  background-color: #9775AA;
  color: white;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}


@-webkit-keyframes glowing {
  0% { background-color: #9775AA; -webkit-box-shadow: 0 0 3px #9775AA; }
  50% { background-color: #FFFFFF; -webkit-box-shadow: 0 0 40px #FFFFFF; }
  100% { background-color: #9775AA; -webkit-box-shadow: 0 0 3px #9775AA; }
}

@-moz-keyframes glowing {
  0% { background-color: #9775AA; -moz-box-shadow: 0 0 3px #9775AA; }
  50% { background-color: #FFFFFF; -moz-box-shadow: 0 0 40px #FFFFFF; }
  100% { background-color: #9775AA; -moz-box-shadow: 0 0 3px #9775AA; }
}

@-o-keyframes glowing {
  0% { background-color: #9775AA; box-shadow: 0 0 3px #9775AA; }
  50% { background-color: #FFFFFF; box-shadow: 0 0 40px #FFFFFF; }
  100% { background-color: #9775AA; box-shadow: 0 0 3px #9775AA; }
}

@keyframes glowing {
  0% { background-color: #9775AA; box-shadow: 0 0 3px #9775AA; }
  50% { background-color: #FFFFFF; box-shadow: 0 0 40px #FFFFFF; }
  100% { background-color: #9775AA; box-shadow: 0 0 3px #9775AA; }
}


.btn-bkt {
  background-color: #582A72;
  color: white;
}
.btn-bkt:focus, .btn-bkt:hover, .btn-bkt:active, .btn-bkt-secondary:hover, .btn-bkt-secondary:active, .btn-bkt-secondary:focus {
  color: white;
}

.bkt-bordered {
  border: #9775AA 1px solid;
}

.purple-text {
  color: #9775AA;
}

label {
  font-weight: normal;
  color: #9775AA;
  font-size: 16px;
}

.wrap {
  min-height: 100%;
  height: 100% auto !important;
}

.profile-socials {
  height: 28px;
  margin-right: 10px;
}

.profile-socials a:hover, .profile-socials a:focus, .profile-socials a:active {
  text-decoration: none;
}

.social-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url(/modules/core/client/img/social-icons.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 5px;
  border-radius: 25px;
  transition: all 0.3s;
}

.social-icon-sm {
  width: 28px;
  height: 28px;
  background-image: url(/modules/core/client/img/social-icons-sm.png);
  border: none;
}

.instagram-icon {

}
.facebook-icon {
  background-position: 0 0;
}
.facebook-icon:hover {
  background-position: 0 -42px;
}
.google-icon {
  background-position: -126px 0;
}
.google-icon:hover {
  background-position: -126px -42px;
}
.pinterest-icon {
  background-position: -210px 0;
}
.pinterest-icon:hover {
  background-position: -210px -42px;
}
.twitter-icon {
  background-position: -336px 0;
}
.twitter-icon:hover {
  background-position: -336px -42px;
}
.youtube-icon {
  background-position: -420px 0;
}
.youtube-icon:hover {
  background-position: -420px -42px;
}
.blog-icon {
  background-position: -252px 0;
}
.blog-icon:hover {
  background-position: -252px -42px;
}

.instagram-icon-sm {
  background-image: url(/modules/core/client/img/instagram-sm.png);
}
.wordpress-icon-sm {
  background-image: url(/modules/core/client/img/wordpress-sm.png);
}
.facebook-icon-sm {
  background-position: 0 -28px;
}
.google-icon-sm {
  background-position: -84px -28px;
}
.pinterest-icon-sm {
  background-position: -140px -28px;
}
.twitter-icon-sm {
  background-image: url(/modules/core/client/img/twitter-sm.png);
}
.youtube-icon-sm {
  background-position: -280px -28px;
}

.owl-nav {
  position: absolute;
  margin-top: -118px;
  width: 30px;
  cursor: pointer;
}
.owl-previous {
  left: 0;
}
.owl-next {
  right: 0;
}

.modal {
  padding: 0 !important;
}
.video-modal {
  width: 854px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: white;
  border-radius: 7px;
  padding: 10px;
}
.video-modal iframe {
  width: 100%;
  height: 480px;
}
.video-modal .title {
  font-size: 18px;
  color: #582A72;
}
.video-modal .description {
  color: #aaa;
}
.video-modal .url {
  color: #9775AA;
}
.video-modal .author {
  font-size: 13px;
  color: #bbb;
  margin-top: -10px;
}

/* HEADER */
header .mobile-menu-icon {
  width: 45px;
  cursor: pointer;
}
header .logo {
  width: 120px;
  margin-top: 5px;
  margin-bottom: 10px;
}
header .nav {
  background-color: #582A72;
  position: fixed;
  z-index: 1000;
  width: 100%;
}
header nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
header nav ul > li {
  margin: 0;
  padding: 0;
}
header nav ul > li > a {
  display: block;
  padding: 5px 30px;
  margin: 0;
  color: white;
  transition: background-color 0.25s;
  cursor: pointer;
  font-size: 14px;
}
header nav ul > li > a:hover, header nav ul > li > a:active, header nav ul > li > a:focus {
  text-decoration: none;
  background-color: #9775AA;
  color: white;
  transition: background-color 0.25s;
}

header nav ul.subnav {
  position: absolute;
  background-color: #9775AA;
  color: white;
  border-top: white 1px solid;
  margin-left: -50px;
  display: none;
}
header nav ul > li:hover .subnav {
  display: block;
}
header nav ul.subnav li {
  width: 200px;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}
header nav ul.subnav > li:hover, header nav ul.subnav > li:active, header nav ul.subnav > li:focus {
  text-decoration: none;
  background-color: #9775AA;
  color: white;
  transition: background-color 0.25s;
}

header .header-right {
  float: right;
  display: flex;
  height: 45px;
  align-items: center;
}
header .header-right .signin-btn {
  padding: 3px 8px;
  background-color: white;
  color: #333;
}

header .subtitle {
  font-size: 16px;
  font-style: italic;
  color: #582A72;
}

/* HOME PAGE */
.home .discover-list .discover-item {
  padding: 6px;
  height: 106px;
  overflow: hidden;
}
.home .discover-list .discover-item .discover-description {
  cursor: pointer;
}
.home .discover-list .discover-item .discover-description:hover {
  text-decoration: underline;
}
.home .discover-list .discover-item button {
  width: 100%;
}
.home .discover-list .discover-item p {
  margin-top: 10px;
  margin-bottom: 0;
}

.home .booktubes-list .booktube-item {
  padding: 10px;
}
.home .booktubes-list .booktube-item .booktube-item-title {
  color: #582A72;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.home .booktubes-list .booktube-item .article-head-content {
  cursor: pointer;
  overflow: hidden;
}
.home .booktubes-list .booktube-item .article-description {
  padding: 10px;
  background-color: #582A72;
  color: white;
  height: 140px;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
}
.home .booktubes-list .booktube-item .booktube-item-subtitle {
  font-size: 13px;
  color: #bbb;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .booktubes-list .booktube-item .booktube-item-img-container img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  cursor: pointer;
}
.home .booktubes-list .booktube-item .booktube-item-infos {
  margin-top: 3px;
  display: flex;
}
.home .booktubes-list .booktube-item .booktube-item-infos img {
  width: 25px;
  cursor: pointer;
  padding-top: 10px;
}
.home .booktubes-list .booktube-item .booktube-item-infos .booktube-item-infos-text {
  text-align: left;
  margin-left: 10px;
}
.home .booktubes-list .booktube-item .booktube-item-infos .title {
  font-size: 11px;
  color: #9775AA;
  margin-bottom: 0;
}
.home .booktubes-list .booktube-item .booktube-item-infos .booktube-item-infos-text .author {
  margin: 0;
  font-size: 10px;
  color: #bbb;
}


/* -------------------------------------
 *  Profiles
 * -------------------------------------
 */
.home .booktuber-profile img.profile-image {
  max-height: 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 60px;
}
.home .booktuber-profile h3 {
  margin-top: 0;
  margin-bottom: 5px;
  flex: 1;
  text-align: left;
  color: #582A72;
  font-size: 18px;
}
.home .booktuber-profile .profile-genres {
  color: #777;
  margin: 0;
}
.home .booktuber-profile .profile-country {
  color: #ccc;
  margin-top: 5px;
}
.home .booktuber-profile .profile-socials {
  text-align: center;
  margin-bottom: 25px;
}
.home .booktuber-profile .profile-description {
  border: #9775AA 2px solid;
  padding: 10px;
  margin-top: 15px;
}

.table-stats {
    display: block;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.table-stats td {
    text-align: center;
    padding: 5px;
    font-size: 11px;
    line-height: 16px;
    white-space:nowrap;
    width: 33.33%;
}

/*
.table-stats td:hover {
    background-color: #eef;
}
*/

.circle-stats-value {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  line-height: 80px;
  text-align: center;
  background: #9775AA;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.circle-stats-label {
  display: block;
  font-size: 10px;
  color: #fff;
  line-height: 10px;
  text-align: center;
  margin-top: -27px;
  font-weight: normal;
}


.home .booktubers-list {
  margin: 25px 0 7px 0px;
  overflow-y: scroll;
  height: 300px;
}
.home .booktubers-list .booktuber-item {
  margin-right: 0;
}
.home .booktubers-list .booktuber-name {
  color: #9775AA;
  display: block;
}
.home .booktubers-list .booktuber-genres {
  font-size: 13px;
  color: #bbb;
  display: block;
}


/* FOOTER */
footer {
  background-color: #582A72;
  padding: 5px 0;
  color: white;
  text-align: center;
}
footer a.made-by {
  color: inherit;
}

/* FLAGS *//*
.country-flag {
  background-image: url(/modules/core/client/img/flags.png);
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}*/

@media (max-width: 1200px) { 
  .home .discover-list .discover-item {
    margin-top: 15px;
  }
}
@media (max-width: 996px) { 
  .video-modal {
    width: 70%;
  }
  .video-modal iframe {
    height: 240px;
  }
  header img.logo {
    width: 150px;
  }
  header .subtitle {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .owl-nav {
    margin-top: -134px;
  }
}
@media (max-width: 600px) {
  .video-modal {
    width: 100%;
    margin-top: 20%;
    padding: 5px;
  }
  .video-modal iframe {
    height: 240px;
  }
}




nav.mobile-nav ul {
  display: block;
}
nav.mobile-nav ul > li > a {
  display: block;
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
}
nav.mobile-nav ul > li ul.subnav-mobile.collapse {
  display: none;
}
nav.mobile-nav ul > li ul.subnav-mobile.collapse.in {
  display: block;
}
nav.mobile-nav ul > li ul.subnav-mobile > li {
  display: block;
  color: #ddd;
  text-align: center;
  font-size: 18px;
  padding: 5px 0;
  cursor: pointer;
  font-style: italic;
}
nav.mobile-nav ul > li ul.subnav-mobile > li:hover {
  background-color: #9775AA;
}
