
/*wanted list items*/

.eumwlist .views-row{
  display: none;
}

.wanted_list {
  margin: auto;
  width: 95%;
  text-align: center;
}

.eumwlist .wantedItem {
  display: inline-block;
  max-width: 210px;
  vertical-align: top;
  height: 284px;
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: 40px;
  cursor: pointer;
}

.eumwlist .wantedItem.arrested{
 cursor: unset; 
}

.eumwlist .crime{
  font-weight: bold;
}

.eumwlist .title {
  display: table;
  background: #fff;
  width: 100%;
}

.eumwlist .title .content {
  width: 60%;
  color: #192b49;
  margin: 2px 0px 0px 7px;
  text-align: center;
 
  font-family: "Roboto Condensed",sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: auto;
  letter-spacing: 0.5px;
  line-height: 1.1em;
  display: inline-block;
  vertical-align: middle;
}

.eumwlist .arrested .title .content {
  width: 60%;
  color: #192b49;
  margin: 0px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 1em;
}


.eumwlist .Arrested {
  background: rgba(241,200,22,0.7) none repeat scroll 0 0;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -1px;
  width: 100%;
  letter-spacing: 0.8px;
}

.eumwlist .arrested .crime{
  color: #fff;
  font-weight: bold;
  margin-top: 25px;
  font-size: 1.2em;
}

.eumwlist .group0 .title {
  background: red;
}
.eumwlist .group0 .title .content {
  color: #fff;
}

.eumwlist .wanted_teaser_quick_info {
  font-size: 0.75rem;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background: rgba(255,211,0,0.95);
  color: #192b49;
  font-family: "Roboto",sans-serif;
  height: 229px;
  padding: 20px;
  position: relative;
  text-align: center;
}
.eumwlist .wanted_teaser_quick_info:hover{
  opacity: 1;

}
.eumwlist .wantedItem {
  width: 210px;
  position: relative;
  margin-bottom: 5px;
}
.eumwlist .picture{
  position: absolute;
}
.eumwlist .picture .overlay {
  margin-top: -255px;
  opacity: 0;
}

.eumwlist .is-dangerous {
  background: #d9240c;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 10px;
  font-weight: 700;
  right: -21px;
  padding: 5px 10px 5px 10px;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  top: 160px;
  text-align: left;
  overflow: visible;
  z-index: 1;
  transform: rotate(-36deg);
}

.eumwlist .state_of_case{
  padding-top: 10px;
}
.eumwlist  .wanted_teaser_quick_info::after {
  color: #F1C816;
  font-size: 19px;
  font-family: 'most-wanted';
  height: 40px;
  width: 40px;
  background: rgba(255,255,255,0.8);
    background-clip: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid rgba(255,255,255,0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  bottom: 20%;
  display: table;
  margin: 0 auto;
  left: 80px;
  content: "";
}

.eumwlist .reward {
  background: rgba(136,24,23,0.7) none repeat scroll 0 0;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 0.8px;
}

.eumwlist .recently {  
  font-weight: bold;
  font-size: 2em;
  padding-bottom: 25px;
}

.eumwlist .itemsOneColumn h1{
  display: none;
}

.eumwContent.itemsOneColumn .wanted_list {
  width: 182px;
  display: inline-block;  
  margin: 0px 7px 0px 6px;
}
.eumwContent.itemsInline .wanted_opened {
  display: none;
}
.eumwContent.itemsOneColumn .wanted_opened {
  display: inline-block;
  margin: 0;  
  vertical-align: top;
  width: -webkit-calc(100% - 240px);
  width:    -moz-calc(100% - 240px);
  width:         calc(100% - 240px);
  min-width: 400px !important;
  text-align: left;
}
.eumwContent.itemsOneColumn .wantedItem {
  width: 150px;
  height: 164px;
}
.eumwContent.itemsOneColumn .wanted_teaser_quick_info{
  width: 150px;
  height: 163px;
}
.eumwContent.itemsOneColumn .is-dangerous{
  top:126px;
}
.eumwContent.itemsOneColumn .title,
.eumwContent.itemsOneColumn .crime,
.eumwContent.itemsOneColumn .wanted_teaser_quick_info::after{
  display: none;
}

.eumwContent .micro-title{
  display: none;
}

.eumwContent.itemsOneColumn .micro-title{
  display: block;
  background: #fff;
  padding: 5px;
  font-weight: 400;
  letter-spacing: 0.1px;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 13px;
  line-height: 1.1em;
  margin-top: 15px;
}

.eumwContent .onlyColumn{
  display: none;
}

.eumwContent.itemsOneColumn .onlyColumn{
  display: block;
}

.eumwContent.itemsOneColumn #homeWanted {
  display: block;
  text-align: center;
  opacity: 1;
  height: auto;
  background: #303344;
  padding: 20px 20px 20px 10px;
  color: #fff;
  border: none !important;
  text-transform: uppercase;
  color: #F1C816;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 2px !important;
  width: 150px;
  margin-left: 11px;
}

.eumwContent.itemsOneColumn #homeWanted::before {
  content: "";
  color: #F1C816;
  font-size: 17px;
  padding-right: 10px;
  font-weight: 300;
  font-family: 'most-wanted';
}
.eumwContent.itemsOneColumn #upWanted,
.eumwContent.itemsOneColumn #downWanted{
  display: block;
  text-align: center;
  opacity: 1;
  height: auto;
  font-size: 0;
  width: 100%;
  padding: 0px;
  border: none !important;
  background: rgba(255,211,0,0.7);
  width: 150px;
  margin-left: 11px;
}

.eumwContent.itemsOneColumn #upWanted::after, 
.eumwContent.itemsOneColumn #downWanted::after {
    color: #fff;
    display: block;
    font-family: "most-wanted";
    font-size: 35px;
    font-weight: 700;
    content: "";
}

.eumwContent.itemsOneColumn #downWanted::after {  
  transform: rotate(180deg);
}

.eumwContent.itemsOneColumn #homeWanted:hover, 
.eumwContent.itemsOneColumn #homeWanted:focus{
  background: #3b3e53;
  cursor: pointer;
}

.eumwContent.itemsOneColumn #upWanted:hover, 
.eumwContent.itemsOneColumn #downWanted:hover {
  background: #ffd300;
  cursor: pointer;
}

#eumw_warning_above_fugitives a,
#eumw_warning_below_fugitives a {
  color: #fff;
  opacity: 0.9;
}

#eumw_warning_above_fugitives, #eumw_warning_below_fugitives {
  border: none;
  min-height: 70px;
  vertical-align: middle;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #F1C816;
  background: #0a1425;
  border-radius: 2px;
  padding: 20px 20px 20px 65px;
  position: relative;
}

#eumw_warning_above_fugitives::before, #eumw_warning_below_fugitives::before {
  font-family: 'most-wanted';
  font-size: 23px;
  content: "";
  position: absolute;
  left: 25px;
  top: 20px;
}

.mobile#homeWanted{
  display: none !important;
}

@media screen and (max-width: 1280px) {
  .eumwContent.itemsOneColumn > .wanted_list {
     display: none;
  }
  .itemsOneColumn .mobile#homeWanted{
    display: block !important;
    margin: 0px;
  }
  .eumwContent.itemsOneColumn .wanted_opened{
    width: 100%;
  }

}

@media screen and (max-width: 768px) {

  .eumwContent.itemsOneColumn {
    text-align: center;
  }
  .itemsOneColumn .mobile#homeWanted{
    display: block !important;
    margin: auto;
    width: 400px;
    border: 4px solid rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 3px;
  }

}

.separator {
  height: 40px;
}