.pk-focus
{
  box-shadow: 0px 0px 5px 3px rgba(255,255,255,0.6) !important;
  z-index: 99999 !important;
  width: 300px !important;
  margin: auto;
  position: fixed !important;
  top: 10%;
  right: 55%;
}

.pk-img-base
{
  height:500px;
  width:277px;
  /*background-image: url(../../storest/add_image.png);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pk-img-base:hover:before{
  cursor: pointer;
  opacity:1;
  /*content: '\f00c';*/
  content: '\f055';
  color: white;
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  font-size: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  /*position: absolute;*/
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: auto;
  /*z-index: 4;*/
  /*border-radius: 4px;*/
  transition: all .8s;
  font-family: FontAwesome;
}

/*.card_h{min-height: 100%;}*/

.paq_container, .paq_container.bg_image
{
  background-color:white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inherit;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.7);
}

.paq_container.bg_image
{
  height: 100%;
}

.paq_container.bg_image.pk-focus
{
  height: 600px;
}
.paq_header
{
  background-color: #0069d9;
  /*height: 60px;*/
  height: 13%;
  padding: 10px;
  text-align: center;
  font-size: 23px;
  z-index: 1;
  margin-bottom: 3rem;
  word-wrap: break-word;
}


.input.edit
{
  background-color: transparent;
  border: none;
  font-size: 1.75rem;
  color: white;
  text-align: center;
  width: 100%;
  transition: 0.5s;
  border-radius: 4px;
}

.input.edit.active{
  background-color: rgba(255,255,255,0.3) !important;
  cursor: pointer;
}

.paq_title
{
  color: white !important;
}

.paq_container.bg_image .recx
{
  display: block;
}

.recx
{
  width: 122px;
  height: 122px;
  -moz-transform: rotate(135deg) skew(28deg, 28deg);
  -webkit-transform: rotate(135deg) skew(28deg, 28deg);
  -ms-transform: rotate(135deg) skew(28deg, 28deg);
  -o-transform: rotate(135deg) skew(28deg, 28deg);
  transform: rotate(135deg) skew(28deg, 28deg);
  background: #0069d9;
  align-self: center;
  margin: auto;
  position: absolute;
  left: 57px;
  border-radius: 8px;
  top: -1%;
  z-index: 0;
  display: none;
  box-shadow: 2px -4px 6px rgba(0,0,0,0.7);
  border: 9px solid #0069d9;
}

.paq_image_back
{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -3;
  top: 0;
  border-radius: 5px;
}

.paq_container.bg_image .paq_info
{
  position: absolute;
}

.paq_info{
  width: 100%;
  bottom: 21%;
  color: black;
  word-wrap: break-word;
}

.paq_info .info
{
  background-color: rgba(255,255,255,0.7); 
  border-radius: 4px;
  padding: .5rem ;
}

.image_change
{
  position: absolute;
  background: rgba(0,0,0,0.7);
  top: 97px;
  border-radius: 4px;
  color: #fff;
  padding: 2px 5px 2px 5px;
  left: 9.5rem;
  cursor: pointer;
}

.paq_container.ico_edit
{
    position: relative !important;

}

.paq_container.ico_edit:hover:before
{
  cursor: pointer;
  opacity:1;
  /*content: '\f00c';*/
  content: '\f085';
  color: white;
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  font-size: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: auto;
  z-index: 4;
  border-radius: 4px;
  transition: all .8s;
  font-family: FontAwesome;
}

.paq_container.bg_image .bottom_0px
{
  position: absolute;
}

.paq_image_back{
  background: linear-gradient(to bottom, transparent, transparent, white);
}