/* Minification failed. Returning unminified contents.
(41,21): run-time error CSS1038: Expected hex color, found '#ffff'
(54,17): run-time error CSS1038: Expected hex color, found '#0000'
 */
/*.card-new-releases:hover
{
  -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
  -moz-box-shadow:  -1px 9px 40px -12px rgba(0,0,0,0.75);
  box-shadow: -1px 9px 40px -12px rgba(red,green,blue,alpha)
}*/
.btn-group
{
  padding-left: 15px;
  padding-right: 15px;
}
.form-select-new-releases
{
  border-radius: 3px;
  box-shadow: none !important;
  margin: 0px;
  padding: 5px 30px 5px 10px;
  background-color: #fff !important; 
  color: #000 !important;
  height: 35px;
  min-width:100px;
  border: 1px solid #ccc;
  font-size: 13px;
  text-align:left;
}
#new-releases-section
{
  background-color: rgba(255,255,255,0.3);
  padding: 10px;

}

.btn-default
{
   box-shadow: none;
  padding: 8px 25px;
  /*border:none ;*/
  border-color: #000;
  border-radius: 20px;
  /*background-image:linear-gradient(to right, #0000,#28231d);*/
  background-color: #ffff;
}
.btn-default:hover 
{
 
  background: #000000;
  color: #fff;
  transition: 0.2s;

}
.searchButton-new-releases
{
  box-shadow: none;
  border-color: #0000;
  border-radius: 0;
  border-color: #fff !important;
  padding: 3px 5px;
  color: #fff;
  
}
.searchButton-new-releases:hover
{
  background: #000000;
  color: #fff;
  transition: 0.2s;
}
.search-text
{
  width: 120px;
}
.fa 
{
  font-size: 15px;
  padding: 3px;
  
}
.jumbotron-fluid img
{
 /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover;
}
.spacer-new-release 
{
  height:90px;
}
.description
 {
  font-size: 10px;
  text-align: justify;
 }
/* .card-new-releases:hover
{
  -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
  -moz-box-shadow:  -1px 9px 40px -12px rgba(0,0,0,0.75);
  box-shadow: -1px 9px 40px -12px rgba(red,green,blue,alpha)
} */
.card-body-new-releases
{
  padding: 0px 20px 10px;
  /*text-align:center;*/
  margin:auto;
}

.card-body-new-releases2
{
  padding: 0px 0px;
  text-align:center;
  margin:auto;
}

.image-card 
{
	min-height:300px;
	display:flex;
	align-items:flex-end;
}

.image-card2 {
    min-height: 330px;
    display: flex;
    align-items: flex-end;
}

.new-releases-title
{
  padding-top:10px;
  font-size: 13px;
  font-weight:400;
}

.dd-main {
  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;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dd-main > div {
	margin-right:10px;
}

.dropdown-toggle::after {
    font-weight: 500;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid #c60c30;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    position:absolute;
    top:45%;
    right:10px;
}


@media only screen and (max-width: 1200px) {
.dd-main {
	justify-content: center;
}

.card-body-new-releases {
  padding: 0px 0px 10px;
}

.card-body-new-releases img, .img-70-mob {
  width:70%;
}

.image-card {
	min-height:auto;
}

.card-body-new-releases2 {
  padding: 10px 0px;
}

.dropdown {
	width:87.5%;
}

.dropdown-toggle {
	width:100%;
}
.dd-main > div {
    margin: 0px 5px;
}
}
