
*{
  }
.buttons{
  display: flex;
  width: 300px;
  height: 200px;
  align-items: center;
  justify-content: space-around;
}
.flex-abc {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: wrap;
    background-color: #285ea8;
    padding-left: 64px;
    padding-right: 64px;
    position: relative;
}
.buttons .row{
  display: block;
 margin-left: 60px;
 
}
.buttons .row button{
  position: relative;
  display: block;
  height: 80px;
  width:115px;
  margin: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0 5px 5px 0;
  transition: all 0s ease-out;
}
.row button:active{
  top: 3px;
}
.row button.facebook,
.row button.facebook span{
  background: #3B5999;
  border-left: 1px solid #2E4476;

}
.row button.facebook:active{
  box-shadow: 0px 2px 0px 0px #2E4476;
}
.row button.facebook:hover{
   background: #123867;
}

.row button.twitter,
.row button.twitter span{
  background: #46C1F6;
  border-left: 1px solid #269BD0;

}
.row button.twitter:active{
  box-shadow: 0px 2px 0px 0px #269BD0;
  }
 .row button.twitter:hover{
   background: #4787AC; 
  
}
.row button.instagram,
.row button.instagram span{
  background: #e1306c;
  border-left: 1px solid #c91d56;

}
.row button.instagram:active{
  box-shadow: 0px 2px 0px 0px #c91d56;
  
    }
 .row button.instagram:hover{
   background: #905075; 
  
  
}
.row button.youtube,
.row button.youtube span{
  background: #DE463B;
  border-left: 1px solid #C02B21;

}
.row button.youtube:active{
  box-shadow: 0px 2px 0px 0px #C02B21;
  
    }
 .row button.youtube:hover{
   background: #820002; 
}
.row button span{
  position: absolute;
  height: 80px;
  width: 40px;
  top: 0;
  left: -40px;
  line-height: 100px;
  font-size: 25px;
  display: block;
  font-weight: normal;
  border-radius: 5px 0 0 5px;
}
.row button:active span{
  top: -3px;
}
.row button.facebook span{
  border-right: 1px solid #2E4476;
}
.row button.twitter span{
  border-right: 1px solid #269BD0;
}
.row button.instagram span{
  border-right: 1px solid #c91d56;
}
.row button.youtube span{
  border-right: 1px solid #C02B21;
}
.row button.facebook:active span{
  box-shadow: 0px 5px 0px 0px #2E4476,
              6px 4px 2px rgba(0,0,0,0.3);
}
.row button.twitter:active span{
  box-shadow: 0px 5px 0px 0px #269BD0,
              6px 4px 2px rgba(0,0,0,0.3);
}
.row button.instagram:active span{
  box-shadow: 0px 5px 0px 0px #c91d56,
              6px 4px 2px rgba(0,0,0,0.3);
}
.row button.youtube:active span{
  box-shadow: 0px 5px 0px 0px #C02B21,
              6px 4px 2px rgba(0,0,0,0.3);
}





@font-face {
  font-family: 'Arimo', sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
   font-family: 'Arimo', sans-serif;
    font-size: 14px;
}


#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #003D78;
  display: block;
  text-align: left;


}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0px;
  top:-1px;
  font-size: 18px;
  z-index: 999;
}

#main #faq .card .card-header .btn-header-link.collapsed, .blue2 {
  color: #003D78;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
  color:#c20000;
}

.bg-lblue {
    background-color: rgba(236,242,251,.9)!important;
}

a.btn.btn-header-link::after {
  color:#c20000;
}

#main #faq .card .collapsing {
  line-height: 18px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  /*line-height: 30px;*/
  line-height: 18px;
  color: #003D78;
}

#main #faq .card .card-header2 {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header2 .btn-header-link {
  color: #003D78;
  display: block;
  text-align: left;


}

#main #faq .card .card-header2 .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 15px;
  font-size: 18px;
  z-index: 999;
}

#main #faq .card .card-header2 .btn-header-link.collapsed, .blue2 {
  color: #003D78;
}

#main #faq .card .card-header2 .btn-header-link.collapsed:after {
  content: "\f107";
  color:#c20000;
}

.pl-15 {padding-left:15px;}

.inner {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.25);
  height: auto;
}

.navbar {
  display: none;
}




.navs a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 2px;
  transition: 0.2s;
  font-size: 15px;
}

.navs a:hover {
  color: #285ea8;
  transition: 0.2s;
}

.header {

  height: 130px;
	background: #285ea8;
  z-index: 1040;
  -webkit-box-shadow: 0px 6px 28px -12px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 6px 28px -12px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 6px 28px -12px rgba(0, 0, 0, 0.20);
  width: 1200px;
  position: fixed;
  display: block;
}

.navbar {

   background-color: #204C7C;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content {

  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 0px;

}
.content2 {

  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 0px;

}
.titles {
  color: #003d78;
  font-size: 22px;
  position: relative;
  left: 20px;
  font-weight: bold;
  font-kerning: none;
}
.titles2 {
  color: #003d78;
  font-size: 22px;
  position: relative;
  left: 10px;
  font-weight: bold;
  font-kerning: none;
}
.flex-nav {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
  padding-top: 35px;
}

.search {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  position: relative;
  display: flex;
  font-size: 13.5px;
  margin-right:50px;
}


.searchTerm {
  width: 460px;
  border: 1px solid #4c4c4c;
  border-right: none;
  padding: 5px;
  border-radius: 2px 0 0 2px;
  outline: none;
  color: #9DBFAF;
  height: 33px;
}

.input-nl-sub {
  width: 100%;
  border: 1px solid #4c4c4c;
  padding: 5px;
  border-radius: 2px 0 0 2px;
  outline: none;
  color: #4c4c4c;
  height: 33px;
}

.dropdown-nl-sub {
  width: 50%;
  border: 1px solid #4c4c4c;
  padding: 5px;
  border-radius: 2px 0 0 2px;
  outline: none;
  color: #4c4c4c;
  height: 33px;
}

.label-nl {
	color:#004e96;
	margin-top:5px;
}

.label-nl2 {
	color:#004e96;
}

.searchTerm:focus, input-nl-sub:focus {
  color: #4c4c4c;
}

.searchButton {
  width: 40px;
  height: 33px;
  border: 1px solid #4c4c4c;
  text-align: center;
  color: #4c4c4c;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  font-size: 20px;
  background-image: linear-gradient(#4c4c4c, #242424);
}

.lbl-search {
  color: white;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding-left: 8px;
  padding-top: 8px;
}

.flex-nav>div {}

.card {
  border: none;
  border-radius:0px!important;
}

 .card img {
	border:1px solid #D7D7D7;
}


.card-text {
  text-align: left;
}

.card-body {
  padding: 0px;
}

.cf-top {
  padding-top: 130px;
}

.btn-play {
    background: #001360;
    border: 0.5px solid #d2d2d2;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 8px 2px 8px;
    float: right;
    margin-left: 2px;
}

.btn-play:hover {
  background: #003b79;
  color: #fff;
  transition: 0.2s;

}

.btn-buy {
  background: #eeeeee;
  border: 0.5px solid #d2d2d2;
  border-radius: 5px;
  color: #4f4f4f;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 15px 5px 15px;
}

.btn-buy:hover {
  background: #003b79;
  color: #fff;
  transition: 0.2s;

}

.pt10 {
  padding-top: 10px;
}

.bolder {
  font-weight: bold;
}

.lbl-more {
  color: #7b0000;
  font-style: italic;
  font-weight: normal;
  cursor: pointer;
}

.lbl-more:hover {
  color: #7b0000;
  text-decoration: underline;
}

.flex-items {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
}

.flex-items>div {
  margin: 10px;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  font-size: 13px;
}

.ttl-items {
  text-transform: uppercase;
}

.spaces {
  padding-top: 20px;
}

.spaces2 {
  padding-top: 20px;
}

.card-size1 {
  width: 190px;
}


.card-size2 {
  /*width: 138px;*/
  width:100%;
  padding:0px 10px;
  font-size:13px;
  line-height:16px;
}

.card-size3 {
  width: 138px;
}

.card-size4 {
  width: 140px;
  padding:0px 10px;
}

.card-cd {
	height:200px;
	position:relative;
}

.card-cd2 {
	height:180px;
	position:relative;
}


.card-dvd {
	height:270px;
	position:relative;
}


.card-valign img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}



.header-h {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    background-color: grey;
}

.content-h {
  border: 1px solid #000;
}

.col-h{
  display: flex;
  flex-flow: column;
}
.col-h .content-h{
	width:100%;
  flex-grow: 1;
}


.equal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.equal > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.card iframe {
  border: none;
}
.block {

width:50%;
height:166px;
  padding:15px;
  color:#000;
 float:left;
  text-align:left;
  font-size:14px;
  font-weight:bold;
  border: 1px solid #FFF;
  background-color: #E3EAEF;
  }
   .block a {

  color: #000;

  }

   .table-striped tbody tr:nth-of-type(odd) {
	   background-color: #EDF9FF;
  }

  .block2 {


  height: auto;
  padding:20px;
  color:#000;

  text-align:left;
  font-size:14px;
  font-weight:bold;
  margin:0 auto;
  /*background-color: #E3EAEF;*/
  border-radius:3px;
  }


.block2 a {
  color: #454545!important;
  }

     .block2 a:hover {

  color: #285ea8;

  }

.flex-social {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
}
.flex-social a {
  filter: grayscale(100);
  opacity: 1;
  transition: 0.2s;
}

.flex-social a:hover {
  filter: grayscale(0);
  opacity: 0.7;
  transition: 0.2s;
}
.flex-social2 a {
  filter: grayscale(1000);
  opacity: 1;
  transition: 0.2s;
}
.flex-social2 a:hover {
  filter: grayscale(0);
  opacity: 0.7;
  transition: 0.2s;
}



.flex-social>div {
  margin: 5px;
  text-align: center;
}


.flex-social img {
  width: 28px;
}

.flex-social2 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
}

.flex-social2>div {
  margin-left: 8px;
  margin-right: 8px;
  text-align: center;
}

.flex-social2 img {
  width: 70px;

}


.lr-border {
  border-left: 1px dotted #C2C2C2;
  border-right: 1px dotted #C2C2C2;
}

.b-border {
  border-bottom: 1px solid #6f859f;
}

hr {
    border-style: dotted;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #C2C2C2;
  border-width: thin;
}

hr.style-two {
    border-style: dotted;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #C2C2C2;
  border-width: thin;
  margin:5px 0px 20px 0px;
}

hr.style-three{
	width:20%;
    border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #C2C2C2;
  border-width: thin;
  margin:10px auto 20px;
}

.footer {
  background: #285ea8;
  height: auto;
  width: 100%;
  text-align: center;
  color: white;
  padding-top: 30px;
  padding-bottom: 10px;
}

.footer a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
}

.footer a:hover {
  color: #72808e;
  transition: 0.2s;
}

.flex-ficons {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
  margin-top: 18px;

}

.flex-ficons img {
  width: 38px;
  padding-bottom:5px;
}

.flex-ficons>div {

  text-align: center;
  padding: 0px 8px 0px 8px;
}

.ttl-t {

  color: #919191;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  padding-bottom:3px;
}

.h-dashed {
  border-style: dotted;
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #C2C2C2;
  border-width: thin;
  padding-top:15px;
}

.m-dashed {
  border-style: dotted;
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #272727;
  border-width: thin;
  display: none;
}

.v-dashed {
  border-style: dotted;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-color: #ccc;
  border-width: thin;
}

.lr-dashed {
  border-style: dotted;
  border-top: none;
  border-bottom: none;
  border-color: #ccc;
  border-width: thin;
}

.f-ttl {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  bottom: -10px;
  margin-top: 20px;
}

.ttl-credit {
  font-weight: lighter;
  font-size: 13px;
  position: relative;
  top: 8px;
}

.btn-search {
  background: #2F2F2F;
  border: 1px solid #AAAAAA;
  color: #fff;
  font-weight:600;
  text-transform:uppercase;
  width: 100%;
}

.btn-search:hover {
  background: #072d5a;
  border: none;
  color: white;
  width: 100%;
  border: 1px solid white;
}

.btn-search:active {
  background: #072d5a;
  border: none;
  color: white;
  width: 100%;
}

.bio .nav-item a {
  color: #004e96;
}

.bio .nav-item a:hover {
  color: #1e3a6c;
}

.nav-item a {
  color: white;
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler i {
  color: white;
  font-size: 23px;
  padding: 6px 8px 6px 8px;
}
.navbar-toggler:focus {
  border: 0;
}

.navbar-nav {
  color: white;

  letter-spacing: 1px;
}

.card-header:first-child {
  border-radius: 0;
}

.slick-prev, .slick-next {
  height: 25px;
}

a{
/*  color: #1e3a6c!important;*/
color:black;
  text-decoration: none;
transition: 0.2s;
}
a:hover{
  color: #1e3a6c;
  text-decoration: none;
  transition: 0.2s;
}
.adsearch{
    color: #861618;
    padding-left: 15px;

      text-transform: uppercase;
      padding-top: 10px;
}
.row-alpa a{

  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 20px;
    color: #053e58;
  text-decoration: none;
  font-size: 16px;
}
.mini-text{
  font-weight: bold;
}

.row-alpa a:hover{

color: #861618;
cursor: pointer;
}
.top-link{
font-size: 12px;
}
.nav-item a{
    text-decoration: none;
}
h2{
  color: #1e3a6c;
  text-transform:uppercase;
  font-weight: bold;
  line-height:normal;
}

h3{
  color: #1e3a6c;
  text-transform:uppercase;
  font-size: 22px;
  font-weight: 600;
  /*line-height:normal;*/
}

h4{
  color: #1e3a6c;
  font-size: 16px;
  font-weight: 600;
  line-height:1.5;
}

h5{
  color: #1e3a6c;
  text-transform:uppercase;
  font-weight:bold;

  font-size: 16px;
}

h6{
  color: black;
  text-transform:uppercase;
}

.track-name{
  text-transform: none;
  font-size: 17px;
}

.track-name-1 {
    text-transform: none;
    font-size: 14px;
}

 .num-rel{
  font-size: 11px;
  font-style:italic;
}

 .num-artist{
	 font-weight:bold;
}



 .track-num{
	 font-size:13px!important;
  text-align:right;
}



.item-body{
  padding: 0;
}
.card-small a{

  padding-top:10px;
  text-transform:none;

}

.flex-cover-items {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-wrap: wrap;

  width: 100%;
}

.flex-cover-items > div {


  margin: 10px;
  text-align: center;
  margin-left: 20px;


}
.row-album div{

  margin: 10px;

  padding: 0;

}

.btn-read{
  color: #004e96;
  padding: 3px 6px 3px 6px;
  float: right;
  border: 2px solid #004e96;
  text-transform: uppercase;
  font-size: 13px;
  background: white;
  font-weight: 500;
  transition: 0.2s;
  font-weight: 600;

}

.btn-read:hover{
background: #1e3a6c;
  border: 1px solid #1e3a6c;
  color: white;
}
.flex-date {
  display: flex;
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
}

.flex-date > div {

  margin: 10px;
  padding-left: 5px;
  margin-bottom: -10px;

}
.arrows2{
  width: 9px;
  position: relative;
  top: 15px;
  left: 75px;
}
#more {display: none;}

.modal-inner{
  padding: 20px;

}
.modal-header{
  padding: 7px;

}


.flex-modal {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  width: 100%;

}

.flex-modal > div {
    width: 100%;
}

.modal-tb {
  width: 330px;
  border-radius: 3px;
  border: 1px solid #ccc;
  height: 35px;
  font-size: 13px;
  padding-left: 5px;
}
.modal-tb2{
  width: 124px;
  border-radius: 3px;
  border: 1px solid #ccc;
  height: 33px;
  font-size: 12px;
  padding-left: 5px;
}
.modal-tbm {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ccc;
  height: 33px;
  font-size: 12px;
  padding-left: 5px;
}
.modal-tb3{
  width: 161px;
  border-radius: 3px;
  border: 1px solid #ccc;
  height: 33px;
  font-size: 12px;
  padding-left: 5px;
}
.modal-text{
  font-size: 15px;
}
.modal-text2{
  font-size: 13px;
}
.modal-text2{
  font-size: 13px;
  padding-top: 9px;
  padding-right: 10px;
  padding-left: 10px
}

.modal-search{
  width: 23px;
  position: relative;
  top: 5px;
  left:10px;
}

.flex-catalogue {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-wrap: wrap;

  width: 100%;
  justify-content: center;
}

.flex-catalogue > div {


  margin: 40px;
  text-align: center;
  margin-left: 15px;
  width: 160px;
  margin-bottom: -25px;
}
.red{
  color: #940a0a;
  text-transform: none;
  font-size: 18px;
  font-family: 'Arimo', sans-serif;
}
/*.card-text{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}*/
.card-text2{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;


}
.faded {
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 0px;
    padding: 30px 0;
    margin-top: -70px;
    background-image: linear-gradient(to bottom, transparent, white);
    position: absolute;
    bottom: 40px;
}
.cat-links{
  font-size: 14px;

}

  .flex-cover-series {
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: wrap;

    width: 100%;
  }

  .flex-cover-series > div {


    margin: 10px;
    text-align: center;
    margin-left: 20px;
    width: 127px;
  }
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }

  /* Hide the images by default */
  .mySlides {
    display: none;
  }

  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 63%;
	left: 76%;
  }

  /* Container for image text */
  .caption-container {
    text-align: center;
    padding: 2px 16px;
    color: white;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }

  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }

  .active,
  .demo:hover {
    opacity: 1;
  }

  .mini-slide{
    position: relative;
  }
  .flex-infos {
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    display: block;
    padding-top: 20px;
  }

  .flex-infos > div {

    font-size: 13px;
    line-height:1.2em;
    margin-bottom:7px;
  }

  ion-icon {
  font-size: 18px;
  }

  .flex-infos label{
    color: #004e96;
    font-weight: 600;
  }

  .flex-per {
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    display: block;
    padding-top: 20px;
  }

  .flex-per > div {

    font-size: 14px;
    line-height:1.2em;
    margin-bottom:7px;
  }

  .flex-per label{
    color: #004e96;
    font-weight: 600;
  }

 /*
  .blue{
    color: #004e96;
  }
  */
  .flex-infos span{
    font-weight: 700;
  }

.flex-infos a:link, .flex-infos a:visited {
    color: #003D78;
}

  .flex-infos a:hover {
	color:#285ea8!important;
}

.circle-portrait {
  position: relative;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 50%;
}

.circle-portrait img {
  width: 120%;
  height: auto;
  position:relative;
  top:-10px;
  left:-10px;
}


.truncate-text-4 {
  -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
  overflow:hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
 }

.truncate-text-rev {
  -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
  overflow:hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

  ion-icon {
  font-size: 18px;
}
.flex-track {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: stretch;
}

.flex-track > div {
  color: black;
  padding-right: 10px;
  font-size: 14px;
  line-height:1.4em;
  margin:1px 0px;
}

.number-track {
	width:30px;
	/*background-color:#707070;*/
	text-align:left;
	color:#000;
	font-size:13px;
	font-weight:400;
	/*line-height:18px;*/
    padding-right: 5px;
	margin-bottom:0px;
}

  .flex-miniz{
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: center;
  }
  .flex-miniz div{
    width: 50px;
    margin: 10px;

  }
  .lbl-track-info{
    font-weight: 600;
  }
  .flex-md-foot{
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #md-search{
    background: #204C7C;
    color: white;
    border: 1px solid #285ea8;
  }
  #md-search:hover{
    color: #285ea8;
    border: 1px solid #285ea8;
    background: white;

  }
  #md-clear{
    background: #434343;
    color: white;
    border: 1px solid #434343;
  }
  #md-clear:hover{
    color: #434343;
    border: 1px solid #434343;
    background: white;

  }
  .flex-contact {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;

    justify-content: center;
    font-size: 17px;
    text-align: center;
  }
  .flex-contact li{
  list-style: none;
  }
  .flex-distrib {
    display: flex;
    flex-wrap: wrap;

  }

  .flex-distrib > div {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
    width: 193px;
    margin: 10px;
    text-align: center;
    line-height: 20px;

  }

  .flex-distrib li{
    list-style: none;
  }
  .blue{
      color: #1e3a6c!important;
  }
  .page-link{
      color: #1e3a6c;
  }
  .pagenum{
    position: relative;
    right: 10px;
  }
  .flex-subs{
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: center;
  flex-direction: column;
  padding-left:200px;
  padding-right:200px;
  }
  .bold{
    font-weight: bold;
  }
  .flex-btns{
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: center;
  }
  .ptop{
    padding-top: 10px;
  }
  .adsearch{
      color: #861618;
        text-transform: none;
        padding-top: 10px;
  }
  .flex-newsrevs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .flex-newsrevs a{
    font-weight: bold;
  }
  .flex-newsrevs > div {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin: 10px;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 0px;

  }
  .flex-vids {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;

}
  .flex-vids iframe{
    border: none;
    width: 100%;
  }
.flex-vids > div {
  width: 340px;
  margin: 5px;
  height: auto;
  padding: 10px;
    border: 1px solid #eee;
      border-radius: 5px;
}

.flex-nb {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
flex-wrap: wrap;

}
.flex-nb iframe{
  border: none;
  width: 100%;
}
.flex-nb > div {
width: 49%;
margin: 5px;
height: auto;
padding: 10px;
  border: 1px solid #eee;
    border-radius: 5px;
}
.flex-videosds a{
  font-weight: bold;
}

.btn-pv {
  background: #eeeeee;
  border: 0.5px solid #d2d2d2;
  border-radius: 5px;
  color: #4f4f4f;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 8px 2px 8px;
  margin-left: 2px;
  float: right;
  margin-top: 10px;
      transition: 0.2s;
}
.btn-pv:hover{
    color:white;
      background: #1e3a6c;
      border: 0.5 solid #1e3a6c;
      transition: 0.2s;
}
#banners{
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.prr12{
  position: relative;
  right:12px;
}
.flex-abc2 {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-wrap: wrap;
  background-color: #285ea8;
  padding: 0px 70px;
  position:relative;
}
.flex-abc2 > div {

  margin: 0px;
  text-align: left;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;

}
#ttl-all{
  font-size: 16px;
  font-weight:bold;
  margin-top: -1px;
}
.flex-abc3 {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-wrap: wrap;
  background-color: #285ea8;
  padding: 0px 70px;
  position:relative;
  margin:0px;
}
.flex-abc3 > div {

  margin: 0px;
  text-align: left;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight:bold;
  padding-top: 7px;
  padding-bottom: 7px;
}

.flex-alsoav {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-wrap: wrap;

}

.flex-alsoav > div {

  width: 156px;
  margin: 10px;
}
.flex-alsoav img {
  width: 100%;
  /*padding-bottom: 10px;*/
}

  .album-details {
  	display:block;
  }

  .album-details-mini {
  	display:none;
  }

#headingOne2{
  display: none;
}
.flex-divider {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  justify-content: center;

}

.flex-divider > div {
  text-align: center;
  width: 100%;

}
.lines{
  background: #cedaea;
  width: 100%;
  height: 2px;
  position: relative;
  top: 3px;
}
.lbl-divider {
    background: #004e96;
    color: white;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}
.bg-ttl{
width:100%;
text-align:center;
background:#004e96;
padding-top: 3px;
padding-bottom: 3px;
}
.spaces10{
  padding-bottom: 10px;
}
.flex-popular {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-direction: column;
  width: 100%;
}
.flex-popular a{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.flex-popular p{
  font-size: 13px;
}
.flex-popular2 p{
  font-size: 13px;
  margin-bottom: 0px;
}
.flex-popular > div {
  margin-bottom: 5px;
}
.flex-popular2 > div {
  margin-bottom: 0px;
}


.flex-rev {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-direction: column;
  width: 100%;
}
.flex-rev a{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height:18px;
}

.flex-rev p{
  font-size: 14px;
}


.rev-side { margin-top:50px;}

.star { color:#c20000; }

.btn-album{
  background: #003d8c;
  width: 150px;
  /*height: 29px;*/
  border: none;
  color: white;
  font-weight: 600;
  transition: 0.2s;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-album:hover{
  background:white;
  border: 1px solid #003d8c;
  color: #003d8c;
  transition: 0.2s;
}
.flex-bsellers {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  justify-content: center;
  width: 100%;
}
.flex-bsellers2{
  justify-content: flex-end;
}
.flex-bsellers > div {

  margin: 10px;
}
.btn-read{
  color: #004e96;
  padding: 3px 15px 3px 15px;
  float: right;
  border: 2px solid #004e96;
  text-transform: uppercase;
  font-size: 12px;
  background: white;
  font-weight: 500;


}
.btn-read:hover{
background: #004e96;
  border: 2px solid #004e96;
  color: white;
    transition: 0.2s;
}
.btn-read2{
  color: #1e3a6c;
  padding: 5px 12px 5px 12px;
  background: transparent;
  border: 1px solid #1e3a6c;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-read2:hover{
background: #1e3a6c;
  border: 1px solid #1e3a6c;
  color: white
}
.flex-seller {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
    margin-bottom: 10px;
}
/*.flex-seller img{
  border: 1px solid #ccc;
} */

.flex-seller > div {

  margin: 10px;
  margin-top: 0px;

}
.card-img-seller{
  width: 90px;
}
.card-img-topstream{
  width: 150px;
}
.flex-bs-btn {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
}
.flex-bs-btn > div {
  margin-left: 10px;

}
.btn-dis{
  background: #003d8c;
  width: 110px;
  height: 29px;
  border: none;
  color: white;
  font-weight: 600;
  transition: 0.2s;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-dis2 {
    background: #003d8c;
    width: 95px;
    height: 29px;
    border: none;
    color: white;
    font-weight: 600;
    transition: 0.2s;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-bookstore{
  background: #003d8c;
  width: 150px;
  height: 29px;
  border: none;
  color: white;
  font-weight: 600;
  transition: 0.2s;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-bookstore:hover{
  background:white;
  border: 1px solid #003d8c;
  color: #003d8c;
  transition: 0.2s;
}
.btn-dis:hover{
  background:white;
  border: 1px solid #003d8c;
  color: #003d8c;
  transition: 0.2s;
}

.btn-dis2:hover {
    background: white;
    border: 1px solid #003d8c;
    color: #003d8c;
    transition: 0.2s;
}

.btn-rev{
  background: #eeeeee;
  border: 0.5px solid #d2d2d2;
  border-radius: 5px;
  color: #4f4f4f;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 8px 2px 8px;
  float: right;
  margin-left: 2px;
  margin-top:5px;
}
.btn-rev:hover{
  background:white;
  border: 1px solid #003d8c;
  color: #003d8c;
  transition: 0.2s;
}

.btn-rev > label { margin-bottom:0px;}

.btn-all{
  background: #003d8c;
  width: 210px;
  height: 29px;
  border: none;
  color: white;
  font-weight: 600;
  transition: 0.2s;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-all:hover{
  background:white;
  border: 1px solid #003d8c;
  color: #003d8c;
  transition: 0.2s;
}
.btn-watch{
  background: #003d8c;
  width: 110px;
  height: 29px;
  border: none;
  color: white;
  font-weight: 600;
  transition: 0.2s;
  font-size: 14px;
    text-transform: uppercase;
}

.btn-watch:hover{
  background:white;
  border: 1px solid #003d8c;
  color: #003d8c;
  transition: 0.2s;
}
#btn-dw{
  width: 200px;
}
.lbl-seller{
  font-size: 30px;
  color: #135cae;
  font-weight: 600;
  padding-top: 20px;
}
.card-img-seller{
  width: 90px;
}
.card-img-topstream{
  width: 150px;
}
.lbl-seller-info{
  font-size: 12px;
}
.col-seller-info{
  padding-top: 10px;
  text-align: left;
}
.lbl-seller-ttl{
  font-size: 15px;
  color: #135cae;
  font-weight: 600;
  margin-bottom: 15px;
}
.bs-fs{
  font-weight: bold;
  margin-bottom: -3px;
}

.cover-border {
	border:1px solid #CCC;
}

.border-m {
    border: 1px solid #d7d7d7;
}

.switch {
  position: relative;
  height: 30px;
  width: 300px;
  margin: 20px auto;
  background: #ededed;
  border-radius: 100px;
  top: 2px;

}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 15px;
  color: #707070;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.switch-label:active {
  font-weight: 600;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}


.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  font-weight: 600;
  color: white;

  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 148px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: block;
  width: 50%;
  height: 30px;
  border-radius: 100px;
  background-color: #004e96;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;


}
.switch-blue .switch-selection {
  background-color: #004e96;
}



.switch-mini {
  position: relative;
  height: 30px;
  width: 100px;
  background: #ededed;
  border-radius: 100px;
  top: 2px;
  margin-top: -23px;
  float: right;

}

.switch-label-mini {
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
  color: #707070;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.switch-label-mini:active {
  font-weight: 600;
}

.switch-label-off-mini {
  padding-left: 2px;
}

.switch-label-on-mini {
  padding-right: 2px;
}


.switch-input-mini {
  display: none;
}
.switch-input-mini:checked + .switch-label-mini {
  font-weight: 600;
  color: white;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.switch-input-mini:checked + .switch-label-on-mini ~ .switch-selection-mini {
  left: 48px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection-mini {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: block;
  width: 50%;
  height: 30px;
  border-radius: 100px;
  background-color: #004e96;
    -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;


}
.switch-blue-mini .switch-selection-mini {
  background-color: #004e96;
}



/*.switch-mini2 {
  position: relative;
  height: 30px;
  width: 100px;
  background: #ededed;
  border-radius: 100px;
  margin-top: -23px;
  float: right;

}*/

.switch-mini2 {
  height: 30px;
  width: 100px;
  background: #ededed;
  border-radius: 100px;
  position: absolute;
 top:4px;
 right:30px;
}


.switch-label-mini2 {
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
  color: #c5c5c5;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.switch-label-mini2:active {
  font-weight: 600;
}

.switch-label-off-mini2 {
  padding-left: 2px;
}

.switch-label-on-mini2 {
  padding-right: 2px;
}


.switch-input-mini2 {
  display: none;

}
.switch-input-mini2:checked + .switch-label-mini2 {
  font-weight: 600;
  color: #004e96;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.switch-input-mini2:checked + .switch-label-on-mini2 ~ .switch-selection-mini2 {
  left: 48px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection-mini2 {
  position: absolute;
  z-index: 1;
  left: 2px;
  display: block;
  width: 50%;
  height: 30px;
  border-radius: 100px;
  background-color: #004e96;

  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;


}
.switch-blue-mini2 .switch-selection-mini2 {
  background-color: #fff600;

}
.navcss{
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;

}
.flex-bio1 {
  display:flex;

  flex-direction: column;
}

.flex-bio1 > div {

  font-size: 30px;
  width: 100%;
}
.flex-bio2 {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;

  width: 100%;
}

.flex-bio2 > div {
  background-color: #e3e3e3;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.flex-pbio {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;

  justify-content: center;

}

.flex-pbio > div {

  margin: 10px;
  width: 100px;
  font-size: 13px;
  font-weight: 500;
}
.flex-pbio img{
width: 100%;
}
.card-header{
  background: none;
  width: 100%;
  text-decoration: none;
}
.card-header:active{
  text-decoration: none;
}
.cbody{
  text-align: left;
}
.btn-link {
  color: #004e96;
}
.flex-psearch {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  font-size: 13px;
/*  margin-top: -20px;
  margin-left: -5px;*/
  padding-left:0px;

}

.flex-psearch > div {
  margin: 5px;
}
.flex-psearch input{
  border-radius: 100px;
  border: 1px solid #004e96;
  color: #004e96;
  font-weight: 600;
  width: 50px;
  padding-left: 5px;
}
.flex-toggle {

  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  justify-content: center;

}

.flex-toggle > div {
}

.faded {
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0; padding: 30px 0;
  margin-top: -70px;


  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, white);
  position: absolute;
    /* background: red; */
}
/*.faded-people{
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0; padding: 30px 0;
  margin-top: -60px;*/
  /* background: red; */

  /* "transparent" only works here because == rgba(0,0,0,0) */
  /*background-image: linear-gradient(to bottom, transparent, white);
  position: absolute;
}*/
/*.faded3 {
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0; padding: 30px 0;
  margin-top: -70px;
  background-image: linear-gradient(to bottom, transparent, white);
  position: absolute;
}*/
/*.faded2 {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0; padding: 30px 0;*/

  /* "transparent" only works here because == rgba(0,0,0,0) */
  /*background-image: linear-gradient(to bottom, transparent, white);
}*/
#Bmore {display: none;}
#Bmore2 {display: none;}
.bio-ttl{
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
.flex-lbls, .flex-apps, .flex-children, .flex-publications {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-lbls img {
  margin-bottom: 5px;

}

.img-gray {
	filter: grayscale(0);
	transition:0.5s;
}

.img-gray:hover {
	filter: grayscale(100%);
}

.flex-lbls > div {
/*width: 240px;*/
width:24%;
  margin: 10px 5px 20px;
  padding: 0px 15px;
  text-align: center;
  border-radius: 4px;
  line-height: 16px;
  font-size: 13px;
}

.flex-publications > div {
    /*width: 240px;*/
    width: 20%;
    margin: 10px 5px 10px;
    padding: 0px 10px;
    text-align: center;
    border-radius: 4px;
    line-height: 16px;
    font-size: 13px;
}

.flex-apps > div {
width: 200px;
  margin: 5px;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  line-height: 16px;
  font-size: 13px;
}
.flex-children > div {
width: 160px;
  margin: 0px 0px 0px 20px;
  padding: 15px 0px;
  text-align: center;
  line-height: 16px;
  font-size: 13px;
}

#flex-tsearch {
	margin-right:156px;
}

.page-link{
  color: #004e96;
}
.flex-abc > div {

  margin: 6px;
  text-align: center;
  width: 15px;
  color: white;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.flex-abc-dict >div{
  width: 40px;
}
#tsearch{
  width: 300px;
  border-radius: 4px;
  border: none;
}
.flex-psearch select{
  border: 1px solid #004e96;
  background: none;
  width: 130px;
  border-radius: 1px;
  height: 25px;
}
.flex-suggest {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  flex-wrap: wrap;
}

.flex-suggest > div {
  margin: 6px;
  text-align: center;
  margin-bottom: 0px;
}
.flex-suggest2 > div {
  margin: 15px 12px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
}
.flex-search-result {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  width: 100%;
  text-align: left;
}

.flex-search-result > div {
  width: 100%;
margin-top: 25px;

}
.flex-search-result img {
    width: 100%;
}
#newsimg{
  width: 96px;
  margin-top: 20px;

}
#newsp, .content-r{
  margin-left: 20px;
}
.nr-dd{
  background: #285ea8;
  color: white;
}
.nr-dd:hover{
  background:white;
  color: #285ea8;
  border: 1px solid #285ea8;
}
#btn-vanr{
      border-bottom: 1px dashed #ccc;
      color: #004e96;

}
#m-player{
display: none;
}
.flex-players{
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
justify-content: center;

}
.dict{
  font-weight: 600;
  color: #004e96;
  font-size: 20px;
  margin-top: 18px;
  margin-bottom: 10px;
  background: #d1f0fa;
  width: 30px;
}
.flex-players >div {
  margin-left: 30px;
  width: auto;
}
.news-img150{
  width:150px;
}
#wid-search{
  width:200px;
}
.popular-img{
  width:100px;
  position: relative;
  left: 15px;
  top: 8px;
}
.flex-track i{
  color: #003d8c;

}
.mini-slide{
  position: relative;
}
#more {display: none;}
#more2 {display: none;}
#s-spaces{
  margin-top: 80px;
}

.fweight400 { font-weight:400!important;}
.fweight500 { font-weight:500!important;}
.fweight600 { font-weight:600!important;}

.fsize12 {font-size:12px!important;}
.fsize13 {font-size:13px!important; line-height:17px;}
.fsize15 {font-size:15px!important; line-height:20px;}
.fsize16 {font-size:16px!important; color:#00578A}
.fsize18 {font-size:18px!important;}

.fsize14 { font-size:14px; line-height:normal;}

.text-normal { text-transform:none!important;}

.bold{
  font-weight: 700;
}
.black{
color: #707070;
}

.pt10{
  padding-top: 10px;
}
.pt20{
  padding-top: 20px;
}
.prt5{
  position: relative;
  top: 5px;
}
#cs-martop{
  padding-left: 56px;
  padding-right: 56px;
}
.flex-index-links{
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
flex-direction: column;
background-color: #E3EAEF;
font-size:14px;
font-weight:bold;
padding: 15px;
height: 85%;
line-height: 25px;
}
.ebook-links{
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: block;
background-color: white;
font-size:13px;
padding: 15px;
padding-top: 0px;
line-height: 25px;
}
.flex-index-links a{
  color: #454545;

}
.flex-index-links a:hover{
  color: #285ea8;

}

.cd-height {
	min-height:245px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0rem 1rem;
  margin-bottom: 0rem;
  list-style: none;
  background-color: transparent!important;
  border-radius: 0.25rem;
  font-size:12px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "\00BB";
}

.breadcrumb-item.active {
  color: #004e96;
}

.flex-cl {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-wrap: wrap;
}
#fl-sp{
  padding-left:40px;
}
.flex-cl > div {

  width: 156px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  margin-bottom: 15px;
}
.flex-cl img{
  width: 90%;
}
.cl-text{
  margin-top:-5px;
}
.card-text{
  /*font-size: 14px;
  font-weight: bold;*/
  text-align: center;
  padding-top: 10px;

  text-decoration: none;
  transition: 0.2s;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}
.card-text:hover{
  text-decoration: none;
  transition: 0.2s;
}
#fltr{
  float: right;
}
.flex-explore {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;

}
.flex-explore b {
  position: relative;
  top: 15px;
  left: 10px;

}
.flex-explore > div {

  margin: 3.5px;
  font-size: 12px;
  margin-top: 10px;
}


div.b {
  white-space:nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #000000;
  height: 60px;
}
.blue{
  color: #004e96;
}
.bold{
  font-weight: bold;
}
.lbl-active{
  background: #004e96;
  color: white;
  padding: 5px 15px 5px 15px;
  border-radius: 100px;
  font-size: 13px;
}
.lbl-nactive{
  background: #e3e3e3;
  color: #707070;
  padding: 5px 15px 5px 15px;
  border-radius: 100px;
  font-size: 13px;
}
.multi-line-truncate {
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   text-overflow: ellipsis;
   overflow:hidden;
   display: -webkit-box;
}
.multi-line-truncate2 {
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   text-overflow: ellipsis;
   display: -webkit-box;
   overflow:hidden;
}

.cut-one > div {
white-space: nowrap;      /*keep text on one line */
overflow: hidden;         /*prevent text from being shown outside the border */
text-overflow: ellipsis;  /*cut off text with an ellipsis*/
}

.cut-one2 {
white-space: nowrap;      /*keep text on one line */
overflow: hidden;         /*prevent text from being shown outside the border */
text-overflow: ellipsis;  /*cut off text with an ellipsis*/
}


/*.truncate1 {
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   display: -webkit-box;
   overflow:hidden;
}*/

.truncate1 {
  position: relative;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  max-width: calc(100% - 68px);
  padding-right: 7px; /* adjust based on font size */
  font-size:14px;
  line-height:17px;
}
.truncate1:before {
  content: "\2018";
}
.truncate1:after {
  content: "\2019";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.truncate1 + a {
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	color: #7b0000;
	font-weight: normal;
	cursor: pointer;
	text-transform:none;
	font-size:14px;
	line-height:17px;
}

.truncate-read a {
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	color: #7b0000;
	font-weight: normal;
	cursor: pointer;
	text-transform:none;
	font-size:14px;
	line-height:17px;
}


/*
.truncate1-link a {
	color: #7b0000;
	font-style: italic;
	font-weight: normal;
	cursor: pointer;
	text-transform:none;
	font-size:13px;
	line-height:15px;
}

.truncate1 > div {
display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}
*/

.norm-text {
	font-size:14px;
	line-height:18px;
}

.norm-text > div {
	margin:0px 0px 8px;
}

.flex-instru {
  flex-direction: row;

  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;

}

.flex-instru > div {
    margin-left: 20px;
}
.flex-instru img {
margin-bottom: 15px;

}
.flex-nr{
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
font-size:13px;
}
.flex-categ {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-categ > div {
  width: 18.24%;
  margin: 6px;
  text-align: center;
line-height:17px;
  margin-top: 20px;
  justify-content: left;
}
.flex-categ a {
font-size: 13px;
}
.flex-categ img {
  width: 100%;
  /*padding-bottom: 10px;*/
}
.flex-period {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-period a {
font-size: 13px;
}
.flex-period img {
  width: 100%;
  padding-bottom: 10px;
}
.flex-period > div {
  width: 130px;
  margin: 6px;
  text-align: center;
}
.flex-series {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  justify-content: center;
    flex-wrap: wrap;
}
.r-categ,.r-series,.r-audio{
  display: none;
    height: 100vh;
}
.flex-series > div {
  width: 160px;
  margin: 6px;
  text-align: center;
}
.flex-series a {
font-size: 13px;
}
.flex-series img {
  width: 100%;
  padding-bottom: 10px;
}
.flex-audio {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-audio > div {
    width: 10%;
  margin: 6px;
  text-align: center;
}
.flex-audio a {
font-size: 13px;
}
.flex-audio img {
  width: 100%;
  /*padding-bottom: 10px;*/
}

.flex-chead2 {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    padding-top: 20px;
}

.flex-chead2 > div {
    text-align: center;
    color: #3d3d3d;
    font-size: 24px;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;
}

.flex-chead {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.flex-chead > div {
  text-align: center;
color: #3d3d3d;
  font-size: 24px;
  font-weight: 600;
  margin-left: 20px;
  margin-right: 20px;
}
.cat-header{
  background-image: url("../img/bgb.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
    padding-top: 80px;

}

.cat-header2 {
    background-image: url(../img/bg-books.jpg);
    height: 235px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 40px;
}

.btn-categs{
  background: #e3e3e3;
  color: #707070;
  font-size: 13px;
  border-radius: 100px;
  width: 170px;
  padding-top: 15px;
    padding-bottom: 15px;
}


#vframes{
  border: none;
}
.flex-videos, flex-videos-feat{

      display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-videos > div{

  width: 18%;
  /*margin-left: 0px;
  margin-right: 15px;
  margin-top: 10px;*/
  margin:0px 10px 20px;
  font-size:13px;
  line-height:16px;
}

.flex-videos-feat > div{

  width: 333px;
  margin-left: 0px;
  margin-right: 15px;
  margin-top: 10px;
  margin:10px 10px 0px;
}


.cat-nr{
  font-size: 12px;
  margin-top: 5px;
}

.cat-rev{
  font-size: 12px;
  margin-top: 0px;
}

#fil-mini{
  padding-left: 65px;
}

.bio-desk {display:block;}
.bio-mini {display:none;}

.children-desk {display:block;}
.children-mini {display:none;}

.btn-submit {
  color: #004e96;
  background-color: transparent;
  border: 2px solid #004e96;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.3rem 1.5rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-submit:hover {
  color: #fff;
  background-color: #004e96;
  border-color: #004e96;
}

.btn-submit:focus, .btn-submit.focus {
  color: #fff;
  background-color: #004e96;
  border-color: #004e96;
  box-shadow: 0 0 0 0.2rem rgba(0, 78, 150, 0.5);
}

.btn-submit.disabled, .btn-submit:disabled {
  color: #fff;
  background-color: #004e96;
  border-color: #004e96;
}

.btn-submit:not(:disabled):not(.disabled):active, .btn-submit:not(:disabled):not(.disabled).active,
.show > .btn-submit.dropdown-toggle {
  color: #fff;
  background-color: #285ea8;
  border-color: #285ea8;
}

.btn-submit:not(:disabled):not(.disabled):active:focus, .btn-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-submit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 78, 150, 0.5);
}

/* .nr-dd{
  background: #285ea8;
  color: white;
}
.nr-dd:hover{
  background:white;
  color: #285ea8;
  border: 1px solid #285ea8;
} */
.dropbtn {
  background-color: #285ea8;
  color: white;
  font-size: 14px;
  border: none;
  cursor: pointer;
  width: 250px;
  border-radius: 3px;
  margin-bottom: -3px;
  padding: 0px;
  text-align: left;
  text-wrap: normal;
}
.dropbtn:focus{
  outline: none;
}
.dropbtn-bar{
  background-color: #285ea8;
  color: white;
  padding: 5px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  width: 250px;
  border-radius: 3px;
  margin-top: 20px;
  text-align: center;
}
.dropbtn2 {
  border: 1px solid white;
  color: #285EA8;
  padding: 0px;
  font-size: 13px;
  cursor: pointer;
  width: 110px;
  border-radius: 3px;
  background: white;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;left: 700px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    min-height: 220px;
    max-height: 300px;
    /*height: 300px;*/
    overflow-y: scroll;
    margin-top: 8px;
    z-index: 9999 !important;
}

.dropdown-content a {
  color: black;
  padding: 2px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: none;
}

.dropdown:hover .dropbtn {
  background-color: #285ea8;
}
.flex-tvids{

        display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#tvid1{
  width: 190px;
  margin-left: 25px;
  margin-right: 20px;
}
#tvid2{
  width: 75%;
}
#fil-pad{
  padding-left: 60px;
}
#bot-page{
  padding-left:15px;
  padding-top:20px;
  padding-bottom:20px;
}
#dict-pads{
  padding:15px;
  padding-left:30px;
}
.flex-nr2{
        display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}
.flex-nr2 > div {
  width: 200px;
}
#nr-links {

  border-style: dotted;
border-top: 0;
border-bottom: 0;
border-left: 0;
border-color: #C2C2C2;
border-width: thin;

}
#nr-links a{
  margin-left: 10px;
  margin-right: 10px;
  position: relative;

}
.flex-nrs {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-nrs > div {
 /* width: 198px;*/
 width:18.15%;
  margin: 10px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;

}
.flex-nrs a {
font-size: 13px;
}
.flex-nrs img {
  width: 100%;

}


.flex-es {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-es > div {
 /* width: 198px;*/
 width:16%;
  margin: 25px 18px 0px;
  text-align: center;
 /* margin-top: 20px;
  margin-bottom: 0px;*/

}
.flex-es a {
font-size: 14px;
}
.flex-es img {
  width: 100%;

}
.flex-nrs-dvd {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-nrs-dvd > div {
 /* width: 198px;*/
 width:14.5%;
  margin: 10px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;

}
.flex-nrs-dvd a {
font-size: 13px;
}
.flex-nrs-dvd img {
  width: 100%;

}



.nr-select{
  position: relative;
  left:200px;
}
/* .card-img-top{
    width: 198px;
} */
.nr-covers {
  /*width: 198px;*/
  width:100%;
  padding:0px 10px;
  /*margin: 20px;*/
  /*text-align: center;*/
font-size: 13px;
line-height:16px;
}
.nr-covers a {
font-size: 13px;
line-height:16px;

}
.nr-covers img, .w70-mob img {
  width: 100%;
  margin:auto;

}

.nr-title {
text-align:left;
}

#nr-covers{

}
.c-srch{
  position: relative;
  left: 250px;
}
#vframes{
height: 111px;
}
#btn-browse{
/*margin-left: -20px;*/
margin-left:0px;
}
#nr-brw{
  text-align: left;
  position: relative;
  left: 20px;
  top: -10px;
}
#nr-brw2{
  text-align: center;
}
.img-rev{
  width: 40px;
  margin-right: 10px;
}

.video-full-feat, .video-full {
  position: relative;
  /*padding-bottom: 56.25%; *//* 16:9 */
  height: auto;
}

.video-full iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.video-full-feat iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 333px;
}

.flex-25 {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
  flex-wrap: wrap;
  width:25%;
}
.p-left{
padding-left: 10px;
}

.col3-a  {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.col3-a  {
	-ms-flex: 0 0 22%;
	flex: 0 0 22%;
	max-width: 22%;
}

.border-r-20 {
	border-radius:20px;
}

.border-r-50 {
	border-radius:30px;
}
.flex-contactp {
  display: flex;
  flex-wrap: wrap;
}

.flex-contactp > div {

/*  font-size: 13px;*/

  width: 40%;
  margin-left: 210px;


  
}
#cont-bellini, #cont-berg{
  display: none;
}
.lbl-dist{
  font-size: 18px;
  width: 100%;
  color: #7b0000;
}

.h-alt1 {
	background-color:#f3f3f3;
}

.h-alt2 {
	background-color:#FFFFFF;
}

.h-alt1:hover, .h-alt2:hover {
	background-color:#dde6ee;
	transition: 0.3s;
}
#btntopup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(0, 78, 150,0.8);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#btntopup:hover {
  background-color: #555;
}

.feature-title {
	width:100%;
	
}

.rev-icons {
	/*display:inline-block!important;*/
	display:table-cell;
	margin:0px 5px;
}

.videoWrapper {
  position: relative;
  /*padding-bottom: 56.25%; *//* 16:9 */
  height: auto;
}

.videoWrapper-s iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
}


.rel200 .half-l, .rel170 .half-r {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
}

.invert-img:hover img {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.star {
	color:#c20000;
}

.starHalfFill {
	background: linear-gradient(to right, #C20000 50%, #FFFFFF 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nav-pills .nav-lang.active, .nav-pills .show>.nav-lang {
	color:#003D78;
	border-bottom:3px solid #ffd739;
}

.nav-lang {
	display:block;
	font-weight:600;
	padding:0rem 0rem;
	margin:0px .8rem;
}

a.nav-lang {
	transition:0s;
}

a.anchor-off {
position: relative;
top:-130px;
display: block;
height: 0;
width:0;
}

#btntopup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(0, 78, 150,0.8);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#btntopup:hover {
  background-color: #555;
}

.text {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.mobile-nav-button {
  width: 35px;
  position: absolute;
  margin: 2rem;
  right: 70px;
  top: 10px;
  z-index: 9999;
  cursor: pointer;
  width: 25px;
  height: 20px;
}
.mobile-nav-button:before {
  content: " ";
  transition: all 155ms ease-in;
  -moz-transition: all 155ms ease-in;
  -webkit-transition: all 155ms ease-in;
  transform: scale3d(0, 0, 0);
  -webkit-transform: scale3d(0, 0, 0);
  width: 100px;
  height: 40px;
  float: left;
  background-color: #7b0000;
  opacity: 1;
  border-radius: 100px;
  position: relative;
  left: -20px;
  top: -7px;
}

.mobile-nav-button:hover:before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 2px;
  background: white;
  position: relative;
  transition: 0.2s ease;
  margin-top: 3px;
}
.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
  margin: 0.5rem 0;
}
.mobile-nav-button .mobile-nav-button__line--1 {
  transform: rotate(45deg);
  top: 8px;
  position: absolute;
}
.mobile-nav-button .mobile-nav-button__line--2 {
  display: none;
}
.mobile-nav-button .mobile-nav-button__line--3 {
  transform: rotate(135deg);
  top: 8px;
  position: absolute;
}

.mobile-menu {
  display: block;
  max-width: 500px;
  width: 80%;
  right: -20%;
  height: 100vh;
  background: #F5F9FF;
  position: absolute;
  z-index: 9998;
  transition: 0.6s ease;
  top: 130px;
  opacity: 0;
  margin-right: 15px;
}
.mobile-menu ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.mobile-menu ul li {
  list-style: none;
}
.mobile-menu ul li a {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #0e0e0e;
  font-size: 3rem;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
.mobile-menu ul li a:after {
  content: "";
  background: #0e0e0e;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  transition: 0.2s ease;
}
.mobile-menu ul li a:hover {
  color: #fff;
}
.mobile-menu ul li a:hover:after {
  right: 0;
}


.mobile-menu--open {
  right: 0;
  opacity: 1;
}

.flex-socmed {
  display: flex;
  background-color: DodgerBlue;
}

.flex-socmed > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}





.container-table100 {
  width: 100%;
/*  min-height: 100vh;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.wrap-table100 {
  width: 100%;
  overflow: hidden;
}

.table-content {
  width: 100%;
  display: table;
  margin: 0;
}

.row-content {
  display: table-row;
/*  background: #fff;*/
}

.cell {
  display: table-cell;
}


.row-content .cell {
  font-size: 14px;
  color: #666666;
  line-height: 1.2;
/*  font-weight: unset !important;*/

  padding-top: 8px;
  padding-bottom: 8px;
}

.row-content.header-table .cell {
/*  font-size: 18px;*/
/*  line-height: 1.2;*/
color:#1e3a6c;
  padding-top: 19px;
  padding-bottom: 19px;
}

.row-content .cell:nth-child(1) {
  width: 55%;
  padding-left: 20px;
}

.row-content .cell:nth-child(2) {
  width: 15%;
}

.row-content .cell:nth-child(3) {
  width: 15%;
}

.row-content .cell:nth-child(4) {
  width: 15%;
}


.table-content, .row-content {
  width: 100% !important;
}

.row-content:hover {
  background-color: #dde6ee;
  cursor: pointer;
}

.no-hover:hover {
  background-color: transparent!important;
  cursor:default!important;
}


@media only screen and (max-width: 1200px) {

    .flex-nb > div {
        width: 100%;
        margin: 5px;
        height: auto;
        padding: 10px;
        border: 1px solid #eee;
        border-radius: 5px;
    }

    .b-wid{
        width: 49%;
    }

    .bc-top{
        margin-top: -30px;
        margin-bottom: 20px;
    }

    .flex-es img {
        width: 70%;
    }

    .videoWrapper-s {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
    }

    .videoWrapper-s iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .justify-cen-mob {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    hr.style-three{
	    width:80%;
    }

    .lbl-dist{
        text-align: center;
    }

    .pl15-mob { 
        padding-left:15px;
    } 

    .flex-contactp {
        justify-content: center;
    
    }

    .flex-contactp > div {
        margin-left: 0px;
        margin: 10px;
        width: 100%;
        text-align: center;
    }

    .p-left{
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .video-full {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
    }

    .video-full iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .spaces2 {
        padding-top: 10px;
    }

    .card-cd, .card-dvd, .card-cd2 {
	    height:200px;
    }

    .card-valign img {
	    position: relative;
    }

    .hds{
        display: none;
    }

    .hds2{
        height: 37px;
    }

    .hds3{
        height: 60px;
    }

  .nr-select{
    left: 0px;
    margin-top: 10px;
  }
  .dropbtn2{
    left: 0px;
    top: 15px;
  }
  #nr-brw{
    text-align: center;
    position: relative;
    left: 0px;
    top: 0px;
  }
  #btn-browse{
    margin-top: -30px;
    margin-bottom: 20px;
  }
#hr-hide{
  display: none;
}
  #v-pads{
    padding-top: 10px;
  }
  #vframes{
height: 111px;
  }
  .c-srch{
    position: relative;
    left: 0px;
  }
  #dict-pads{
    padding:0px;
    padding-left:15px;
  }
  #bot-page{
    position: relative;
    left: 15%;
    padding: 0px;
    margin-top: 10px;
  }
  #lrpad{
    padding-left: 28px;
    padding-right: 28px;
  }
  #fil-pad{
    padding-left: 30px;
  }
  #tggls{
      position: relative;
      top:4px;
      right:0px;
  }
  .flex-videosdeos,.flex-tvids{
    justify-content: center;
  }
.lbl-divider { white-space:normal;}

#pos-search{
  /*margin-right: -385px;*/
  margin-top:10px!important;
  margin-bottom:5px!important;
}

  #sr-categ{
    float: right;
    margin-top: 10px;
    margin-bottom: -10px;
  }

  #fil-mini{
    padding-left:25px;
  }
#topper{
justify-content: center;
margin-bottom: 10px;
}
  body{
    overflow-x: hidden;
  }

  .flex-abc2 {
    padding: 0px 30px;
    margin-top: 50px;
  }

#brs{
  display: none;
}
.prr20{
  position: relative;
  right:0px;
}
  .card-size1 {
    width: 140px;
  }
  .card-size2 {
    /*width: 120px;*/
    width:100%;
  }
.card-size4 {
    width: 130px;
  }
  .titles {
    font-size: 18px;
    margin-top: 10px;
  }

  .padt10{
    padding-top: 10px;
  }
  .mt10{
    margin-top: 10px;
  }
  .prt10{
    position: relative;
    top:10px;
  }
  .prt20{
    position: relative;
    top:20px;
  }

.btop-mob-pt15 { border-top:1px dotted #C2C2C2; padding-top:15px;}
.nopad-mob { padding:0px!important;}
.nopad-l-mob { padding-left:0px!important;}
.nomar-mob { margin:0px!important;}
.plr-15-mob { padding:0px 15px!important;}

  #banners{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
  .mini-logo{
    position: absolute;
    top: -0px;
    left: 34px;
  }
  #banners{
    width: 100%;
  }
    .flex-videosds{
      justify-content: center;
    }
  .flex-subs{
    padding: 0px;
  }

  .flex-distrib {
justify-content: center;
  }
    .flex-md-foot{
      flex-direction: column;
      float: left;
    }
      #md-search{
                margin: 0px;
        margin-top: 20px;
        position: relative;
        right: 10px;

      }
        #md-clear{
          position: relative;
          right: 20px;
                  margin-top: 20px;
        }
  .flex-items {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
  }

  .inner {
    width: 100%;
    box-shadow: none;
  }

  .header {
    display: none;
  }

  .cf-top {
    padding-top: 0px;
  }

  .navbar {
    display: block;
  }

  .navz, .lines {
    display: none;
  }

  .v-dashed {
    border: none;
  }

  .lr-dashed {
    border: none;
  }

  .slick-prev:before,
  .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .flex-ficons {
    flex-wrap: wrap;
  }

  .content {
    padding: 20px;
  }
  #content{
    padding-top: 30px;
  }

  .btn-play {
    margin-top: 0px;
  }

  .cat-header{
    height: auto;

  }

  .flex-chead {

    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
    justify-content: center;
    flex-direction: column;

  }
  .flex-chead > div {
    padding-bottom: 10px;
  }

  .cat-header{
    height: auto;

  }
  .flex-chead {

    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
    justify-content: center;
    flex-direction: column;

  }
  .flex-chead > div {
    padding-bottom: 10px;
  }
  .dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .flex-nr{
justify-content:center;
  }

  #fltr{
    float: none;
    margin-top: 25px;
  }
  .flex-cl{
    justify-content: center;
  }
  .flex-lbls > div {
    padding-bottom: 0px;
  }

  .flex-apps > div, .flex-children > div {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .flex-lbls {
justify-content: center;

  }

.flex-lbls > div {
	width:48%;
padding: 15px 10px;
}

  .popular-img{
    width:100px;
    position: relative;
    left: 0px;
    top: 0px;
    padding-bottom: 20px;
  }
  #wid-search{
    width:100%;
  }
  #pos-search{
    margin-right:0px;
  }
  
  #newsp{
    margin-left: 0px;
    margin-top: 25px;
  }
  
  .content-r {
    margin-left: 0px;
	  margin-top:10px;
  }
  
  #newsimg{
    width: 70%;
  }
  .flex-search-result > div {
      width: 100%;
  margin-top: 0px;
  }
  #flex-tsearch{
  flex-basis: 100%;
  margin:auto;
  }

  #pos-search {
	margin-top:-5px;
	margin-bottom:-5px;
}

  .flex-apps > div, .flex-children > div{
    width: 100%
  }

  .flex-apps img, .flex-children img {
  width: 70%;
  }


  #cs-martop{
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col-seller-info{
    text-align: center;
  }
  .flex-bs-btn {
    flex-wrap: wrap;
          justify-content:center;
  }
    .flex-bs-btn2{
      flex-direction: row;
      justify-content:center;
    }
    .flex-bs-btn > div{
      margin-top: 10px;

    }
  .card-img-seller{
    width: 70%;
  }
  .card-img-topstream{
    width: 70%;
  }
  .col-seller-info{
    padding-top: 10px;
  }
  .flex-seller{
    margin: 0px;
  }
  .flex-seller > div{
    margin: 0px;
  }
  .flex-seller{
    flex-direction: column;
    text-align: center;
  }
  .flex-alsoav {
justify-content: center;

  }

  #txt-cntr{
    text-align: center;
  }
.flex-abc2 {
  padding: 0px 30px;
}

.cen-m { width:100%!important; text-align:center!important;}

.flex-abc3 { margin:40px 0px 0px; padding-left:35px; padding-right:35px;}

.bio-desk {display:none;}
.bio-mini {display:block;}

.children-desk {display:none;}
.children-mini {display:block;}

.dropdown-nl-sub {
  width: 100%;
}

/*.album-details {
    display:none;
}*/

/*.album-details-mini {
    display:block;
}*/

}

.flex-menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: flex-end;
}

.flex-yt {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
}

.item-name {
  color: black;
  text-decoration: none;
  transition: 0.2s;
}

.item-name:hover {
  color: #072d5a;
  text-decoration: none;
  transition: 0.2s;
}

@media only screen and (max-width: 900px) {
.full-mob { width:100%!important;}
}

@media only screen and (max-width: 768px) {
  .table-content {
    display: block;
  }

  .row-content {
    display: block;
  }

  .row-content.header-table {
    padding: 0;
    height: 0px;
  }

  .row-content.header-table .cell {
    display: none;
  }

  .row-content .cell:before {
    font-size: 12px;
/*    color: #808080;*/
    line-height: 1.2;
    text-transform: uppercase;
/*    font-weight: unset !important;*/

    margin-bottom: 5px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }

  .cell {
    display: block;
  }

	.flex-25 { width:100%; margin:0px auto 20px;}
	.ml15-md-mob { margin-left:15px;}
.flex-suggest > div { width:100%;}

  .txt-cen-md { text-align:center;}
  .txt-left-md { text-align:left!important;}
  .flex-nrs > div, .flex-nrs-dvd > div, .flex-es > div{
    width: 25%;
    margin: 6px;
    text-align: center;
    margin-top: 20px;
  }
  .card-size1 {
    width: 230px;
  }

.card-size4 {
  width: 140px;
}


.label-nl {
	padding-right:0px!important;
	margin-top:10px;
}

.cen-m2 { width:100%!important; text-align:center!important;}

.nomar-mob2 { margin:0px!important;}

.flex-lbls > div {
	width:100%;
}

.justify-content-md { justify-content:center; }

.cut-one > div, .cut-one2 {
white-space:normal;
overflow: auto;
}

.nr-covers img, .w70-mob img {
	width:70%;
}

.nr-title {
text-align:center;
}

.rev-side { margin-top:0px;}

.col3-a  {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

}
#mini-p{
  opacity: 0;
}
#txtins{
  padding-left: 155px;
}
#sr-categ{
  float: right;
  /*margin-top: 10px;
  margin-bottom: -10px;*/
}
#mini-hs1{
  display: block;
  margin-left: 20px;
}
  #mini-hs2{
    display: none;
  }
  
@media (max-width: 768px) {
  .row-content {
    padding-bottom: 0px;
    padding-top: 10px;
    padding-right: 14px;
    margin: 0;
  }
  
  .row-content .cell {
    border: none;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .row-content .cell:nth-child(1) {
    padding-left: 15px;
  }

/*  
  .row-content .cell {
      font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }
*/
  .table-content, .row-content, .cell {
    width: 100% !important;
  }
}


  
@media only screen and (max-width: 600px) {
.spaces2 {
  padding-top: 0px;
}

  #vframes{
height: auto;
  }
  /*.flex-nrs > div {
    width: 70%;
    margin: 6px;
    text-align: center;
    margin-top: 20px;
  }*/
  .flex-nrs > div, .flex-nrs-dvd > div, .flex-es > div {
    width: 100%;
    margin: 6px;
    text-align: center;
    margin-top: 20px;
  }
  .flex-nrs a {
  font-size: 13px;
  }
  .flex-nrs img, .flex-nrs-dvd img, .flex-es > img {
    width: 70%;
    /*padding-bottom: 10px;*/
  }
  #mini-hs2{
    display: block;
    margin-top: -40px;
    margin-bottom: 20px;
  }
  #mini-hs1{
    display: none;
      margin-left: 0px;
  }
  #fil-pad{
    padding-left: 25px;
  }
  #tvid1{
    width: 100%;
    }
    #tvid2{
      width: 100%;
      padding-left: 25px;
            padding-right: 25px;
      }
      .flex-videos >div{
        width: 100%;
        margin-right: 0px;
      }
      .flex-videos{
        text-align: center;
        margin-top: 20px;

      }
  #pads{
    padding: 0px;
  }
  .flex-instru > div {
      margin-left: 0px;
      justify-content: center;
      /*text-align: center;*/
  }

  .flex-instru img {
 margin-bottom: 10px;
  margin-top: 10px;
  }
  #sr-pg{
    justify-content: center;
  }
  #sr-categ{
    float: none;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #txtins{
    padding-left: 0px;
    padding-top: 20px;
  }
  .flex-instru{
    flex-direction: column;

  }

  #dispnone{
    display: none;
  }
  .flex-categ {
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .flex-categ > div {
    width: 70%;
    margin: 6px;
    text-align: center;
    margin-top: 20px;
  }
  .flex-categ img {
    width: 100%;
    /*padding-bottom: 10px;*/
  }





  .flex-period img {
    width: 100%;
    padding-bottom: 10px;
  }
  .flex-period > div {
    width: 70%;
    margin: 6px;
    text-align: center;
  }
  .flex-series > div {
    width: 70%;
    margin: 6px;
    text-align: center;
  }
  .flex-series img {
    width: 100%;
    padding-bottom: 10px;
  }

  .flex-audio > div {
    width: 70%;
    margin: 6px;
    text-align: center;
  }
  .flex-audio img {
    width: 100%;
    padding-bottom: 10px;
  }

  .flex-cl > div {

    width: 70%;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .flex-cl img{
    width: 100%;
  }
  .flex-series > div {
    width: 70%;
    margin: 6px;
    text-align: center;
    margin-top: 20px;
  }
  .flex-series img {
    width: 100%;
    padding-bottom: 10px;
  }
  /* .flex-period > div {
    width: 70%;
    margin: 6px;
    text-align: center;
    margin-top: 20px;
  }
  .flex-period img {
    width: 100%;
    padding-bottom: 10px;
  } */
  #minip2{
    display: none;
  }
  #mini-p{
    opacity: 1;
  }
  #newsp, .content-r{
    text-align: center;
  }
.flex-index-links{
  height: auto;
}
  .news-img150 {
  width:100%;
}

.news-img150 img{
  width:70%;
}
  .flex-search-result > div {
    margin: 0px;
      width: 100%;
      padding-top: 0px;
  }
  .flex-search-result{
    flex-direction:column;
    padding: 0px;
    padding-top: 20px;
    margin-top: -10px;
  }

	.banner {
    padding-top:0px;

  }

  .card-size1 {
    width: 130px;
  }

  .card-size4 {
    width: 100%;
  }


  .card-size2 {
    /*width: 138px;*/
    width:100%;
  }

  .mspaces {
    padding-top: 10px;
  }

  .btn-play {
    margin-top: 0px;
  }

  .footer {
    padding: 20px;
  }

  .slick-prev {
    top: 50%;
    left: -20px;

  }

  .slick-next {
    top: 50%;
    right: -20px;
  }

  .m-dashed {
    display: block;
  }
  .footer a {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;

}
.flex-ficons>div {
  margin: 2px;
  padding: 5px;
}
.flex-ficons img {
  width: 30px;
}
.flex-social>div {
  text-align: center;
}
.flex-social2>div {
  text-align: center;
}

.spaces {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}

.pt20-mob {
  padding-top: 20px;
}

.logo {
  width: 70px;
}

}
.f-reset{
  font-weight: normal;
  color: black;
}

.dropbtn {
    background-color: #285ea8;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    width: 250px;
    border-radius: 3px;
    margin-bottom: -3px;
    padding: 0px;
    text-align: left;
    overflow-wrap: break-word;
}

.dropbtn-1 {
    background-color: #285ea8;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: -3px;
    padding: 0px;
    text-align: left;
    padding: 10px;
}

    .dropbtn:focus {
        outline: none;
    }

.dropbtn-bar {
    background-color: #285ea8;
    color: white;
    padding: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    width: 250px;
    border-radius: 3px;
    margin-top: 20px;
    text-align: center;
}

.dropbtn1 {
    background-color: #285ea8;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    width: 100px;
    border-radius: 3px;
    margin-bottom: -3px;
    padding: 0px;
    text-align: left;
}

    .dropbtn1:hover {
        background-color: #285ea8;
        color: white;
        font-size: 14px;
        border: none;
        cursor: pointer;
        width: 100px;
        border-radius: 3px;
        margin-bottom: -3px;
        padding: 0px;
        text-align: left;
    }

    .dropbtn1:focus {
        outline: none;
    }

.dropbtn-bar {
    background-color: #285ea8;
    color: white;
    padding: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    width: 250px;
    border-radius: 3px;
    margin-top: 20px;
    text-align: center;
}

.dropbtn2 {
    border: 1px solid white;
    color: #285EA8;
    padding: 0px;
    font-size: 13px;
    cursor: pointer;
    width: 110px;
    border-radius: 3px;
    background: white;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    left: 700px;
}

.ttl-rmore {
    font-weight: normal;
    color: white;
    font-size: 14px;
    width: auto;
    position: relative;
    left: 880px;
}

.btn-categs {
    background: #e3e3e3;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    color: #707070;
    font-size: 13px;
    border-radius: 100px;
    width: 170px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-categ-in {
    width: 15.5%;
}

.btn-categ-in {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.btn-categ-s-active {
    background-color: #004e96 !important;
    color: #FFFFFF !important;
}

.btn-categ-s {
    background-color: #ededed;
    color: #707070;
    border-radius: 100px;
    width: 170px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.flex-lang {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: wrap;
    background-color: none;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    justify-content: flex-end;
}



    .flex-lang > div {
        margin: 6px;
        text-align: left;
        color: #000000;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 13px;
        padding-top: 0px;
        padding-bottom: 0px;
    }



.flex-libreco {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .flex-libreco > div {
        /* width: 198px;*/
        width: 14%;
        margin: 0px 10px;
        text-align: center;
        /*margin-top: 20px;
  margin-bottom: 0px;*/
    }

    .flex-libreco a {
        font-size: 13px;
    }

    .flex-libreco img {
        width: 100%;
    }

@media only screen and (max-width: 768px) {
    .flex-libreco {
        justify-content: center;
    }

        .flex-libreco > div {
            width: 70%;
        }
}

/********** Overrides and user-defined **********/

.flex-categ > div.override1 {
    width: 18.24%;
    margin: 6px;
    text-align: left;
    line-height: 17px;
    margin-top: 20px;
    justify-content: left;
}

.flex-abc-glossary {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: wrap;
    background-color: #285ea8;
    padding-left: 64px;
    padding-right: 64px;
    position: relative;
}

.flex-abc-glossary > a {
    margin: 6px;
    text-align: center;
    width: 25px;
    color: white;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
    cursor: pointer;
}

#main #accordionTracks .card .card-header3 {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #accordionTracks .card .card-header3 .btn-header-link {
    color: #003D78;
    display: block;
    text-align: left;
}

#main #accordionTracks .card .card-header3 .btn-header-link:before {
    content: "\f056";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #003D78;
    position: relative;
    left: 0px;
    font-size: 12px;
    line-height: 18px;
    z-index: 999;
}

#main #accordionTracks .card .card-header3 .btn-header-link.collapsed, .blue2 {
    color: #003D78;
}

#main #accordionTracks .card .card-header3 .btn-header-link.collapsed:before {
    content: "\f055";
    color: #003D78;
}

#main #accordionTracks .card .card-header3 .btn {
    padding: 0px;
}

.play-track {
    position: relative;
    top: -1px;
}


.track-composer {
    background-color: #f3f3f3;
    font-size: 14px;
    /*font-weight: 700;*/
    padding: 3px 10px 3px 39px;
    margin-top: 10px;
}

#accordionTracks .card-body {
    font-size: 13px;
    color: #000000;
    background-color: #FFFFFF;
    margin-left: 38px;
}

/* modified */

#main #accordionTracks .card-header3 {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #accordionTracks .card-header3 .btn-header-link {
    color: #003D78;
    display: block;
    text-align: left;
}

#main #accordionTracks .card-header3 .btn-header-link:before {
    content: "\f056";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #003D78;
    position: relative;
    left: 0px;
    font-size: 12px;
    line-height: 18px;
    z-index: 999;
}

#main #accordionTracks .card-header3 .btn-header-link.collapsed, .blue2 {
    color: #003D78;
}

#main #accordionTracks .card-header3 .btn-header-link.collapsed:before {
    content: "\f055";
    color: #003D78;
}

#main #accordionTracks .card-header3 .btn {
    padding: 0px;
}
