
@font-face {
  font-family: 'Arimo', sans-serif;
  src: url(../fonts/Arimo-Regular.ttf);
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Arimo', sans-serif;
  src: url(../fonts/Arimo-Regular.ttf);
  font-size: 14px;
}

.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: #7b0000;
  transition: 0.2s;
}

.header {
  height: 130px;
  background-image: url("../img/header.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #072d5a;
  z-index: 999;
  -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: #072d5a;
  background-image: url("../img/header-mini.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content {
  
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
  min-height: 200px;
}

.titles {
  color: #003d78;
  font-size: 22px;
  position: relative;
  left: 20px;
  font-weight: bold;
}

.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;
}


.searchTerm {
  width: 460px;
  border: 1px solid #4c4c4c;
  border-right: none;
  padding: 5px;
  border-radius: 2px 0 0 2px;
  outline: none;
  color: #9DBFAF;
  height: 33px;
}

.searchTerm: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: none;
}

.card img {}

.card-text {
  text-align: left;
}

.card-body {
  padding: 0px;
}

.cf-top {
  padding-top: 130px;
}

.btn-play {
  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;
}



.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 {
  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;
}

.card-size1 {
  width: 230px;
}

.card-size2 {
  width: 138px;
}

.card iframe {
  border: none;
}

.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 {
  opacity: 0.4;
  transition: 0.2s;
}

.flex-social a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.flex-social2 a {
  opacity: 0.4;
  transition: 0.2s;
}
.flex-social2 a:hover {
  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 solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
}

.b-border {
  border-bottom: 1px solid #6f859f;
}

hr {
    border-style: solid;
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #C2C2C2;
  border-width: thin;
}

.footer {
  background: #072d5a;
  height: auto;
  width: 100%;
  text-align: center;
  color: white;
  padding-top: 40px;
  padding-bottom: 20px;
}

.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;
}

.flex-ficons>div {
  margin: 6px;
  text-align: center;
  padding: 5px;
}

.footer a.membersite {
    padding-left: 0px;
    padding-right: 0px;
}

.ttl-t {
  font-family: 'Vollkorn', serif;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.h-dashed {
  border-style: solid;
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #C2C2C2;
  border-width: thin;
}

.m-dashed {
  border-style: dashed;
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #272727;
  border-width: thin;
  display: none;
}

.v-dashed {
  border-style: solid;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-color: #ccc;
  border-width: thin;
}

.lr-dashed {
  border-style: solid;
  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%;
}

.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;
  text-decoration: none;
transition: 0.2s;
}
a:hover{
  color: #861618;
  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;
}
h3{
  color: #1e3a6c;
  text-transform:uppercase;
  font-size: 18px;
  font-weight: 600;
}

h4{
  color: #1e3a6c;
  font-size: 16px;
  font-weight: 600;
  line-height:1.5;
}
 .track-name{
  text-transform: none;

  font-size: 17px;
}

 .num-rel{
  font-size: 11px;
  font-style:italic;
}

 .num-artist{
	 font-weight:bold;
}



 .track-num{
  text-align:right;
}



.item-body{
  padding: 0;
}
.card-small a{

  padding-top:10px;
  text-transform:none;

}
h2{
  color: #1e3a6c;
  text-transform:uppercase;
  font-weight: bold;
  line-height:normal;

}
h5{
  color: #1e3a6c;
  text-transform:uppercase;
  font-weight:bold;

  font-size: 16px;
}
.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: #1e3a6c;
  padding: 3px 6px 3px 6px;
  float: right;
  border: 1px solid #1e3a6c;
  text-transform: uppercase;
  font-size: 11px;
  background: white;
  font-weight:bold;

}

.btn-read:hover{
background: #1e3a6c;
  border: 1px solid #1e3a6c;
  color: white;
}
h6{
  color: black;
  text-transform:uppercase;




}
.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 {
  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, rgba(255,0,0,0), rgba(0,0,0,0));
}
.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;
    left: 85px;
    top: 15px;
  }
  .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;
  }

  ion-icon {
  font-size: 20px;
}

    ion-icon.playing {
        color: #d50000;
    }

    .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;

  }
  .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: #861618;
    color: white;
    border: 1px solid #861618;
  }
  #md-search:hover{
    color: #861618;
    border: 1px solid #861618;
    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;
  }
  .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 > 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-vids 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;
}
@media only screen and (max-width: 1200px) {
    .flex-vids{
      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;
  }

  .btn-play {
    margin-top: -5px;
  }
}

.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: 768px) {
  .card-size1 {
    width: 250px;
  }
}

@media only screen and (max-width: 600px) {
    .card-size1 {
        width: 230px;
    }

    .card-size2 {
        width: 138px;
    }

    .mspaces {
        padding-top: 10px;
    }

    .btn-play {
        margin-top: -5px;
    }

    .footer {
        padding: 20px;
    }

    .slick-prev {
        top: 50%;
        left: -30px;
    }

    .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;
    }

}

.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

/*  ********************************************************************************
     
     Custom Paging 

    ********************************************************************************/

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1e3a6c;
    border-color: #1e3a6c;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1e3a6c;
    border-color: #1e3a6c;
}

#myOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#myOverlay {
    background: black;
    backdrop-filter: blur(4px);
    opacity: .4;
    z-index: 1000;
    display: none;
}

#myLoading {
    background-color: #c5c5c5;
    color: #006b9f;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1002;
    padding: 5px 24px 5px 20px;
    display: none;
}