#imageShowCase { display: block;  clear: both; }
#imageShowCase .product-slide h1 {   text-transform: uppercase; }
#imageShowCase .product-slide .box-content-overly.box-content-overly-white {   opacity: 1; }
.image-show-case-wrapper .owl-pagination {
  margin-top: -40px !important;
  position: relative;
  text-align: center;
  z-index: 50;
  margin-bottom: 40px;
}
.ps-nav {
  display: block;
  font-size: 68px;
  height: auto;
  position: absolute;
  text-align: center;
  top: 38%;
  width: auto;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#ps-next { /*right:0;*/ background-color: rgba(125, 125, 125, 0.1); right: 15px; }
#ps-prev { /*left:0;*/ background-color: rgba(125, 125, 125, 0.1); left: 15px; }
.thumb_image { height: 100px; }
@media (max-width:767px) {
  #ps-next { right: 15px; }
  #ps-prev { left: 15px; }
  .thumb_image { height: 65px; }
}
.image-show-case-wrapper .ps-nav {  transform: scale(1.15); -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;
  opacity: 0;
}
.image-show-case-wrapper:hover .ps-nav {   transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);
  opacity: 1;
}


.item_owner_only {    display: none;}
.designer-info div {    margin-bottom: 6px;;}
.signature {
    font-size: 26px !important;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Great Vibes', cursive;
}

#comments_region, #project_team_region {
    /*background-color: #f1f2f3;*/
    padding: 10px;
    /*margin: 5px;*/
}

.round_box {
    /* if not using border-box
    width: 218px;
    */
    background: #ffffff;
    border: 1px solid #999;
    padding: 5px;
    margin: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px #aaa;
    box-shadow: 0px 0px 5px 1px #aaa;
}

hr.divider {
    border-bottom: 1px solid #aaa;
}

.card-panel { /* for tab */
    margin: 0;
    padding: 0;
    box-shadow: none;
}

input[type="text"],input[type="email"] {
    padding: 0;
}

