.catRow{
  text-align:center;
  margin:0px;
}
.product{
  padding:20px;
  position:relative;
  min-height:400px;
}
@media (max-width: 768px) {
  .product{
    padding:15px 10px;
    position:relative;
    min-height:380px;
  }
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90%;
  width: 90%;
  opacity: 0;
  transition: .5s ease;
  background-color: lightgreen;
}
.product:hover .overlay {
  opacity: 0.9;
  cursor:pointer;
}
.text {
  color: white;
  font-weight:bold;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.targetUser{
  font-size: 18px;
  background: black;
  color: #daa64a;
  font-weight: bold;
  padding: 5px 35px;
  margin: 6px 1px 6px 1px;
  cursor: pointer;
  line-height: 3;
  border: 1px solid #daa64a;
  display: inline-block;
  border-radius: 12px;
}
@media (max-width: 768px) {

  .targetUser{
    font-size: 13px;
    background: black;
    color: #daa64a;
    font-weight: bold;
    padding: 5px 10px;
    margin: 6px 1px 6px 1px;
    cursor: pointer;
    line-height: 3;
    border: 1px solid #daa64a;
    display: inline-block;
    border-radius: 12px;
  }

}
.targetUser:focus{

  font-size:18px;
  background:black;
  color:#daa64a;
  font-weight:bold;
  padding: 5px 35px;
  margin: 6px 1px 6px 1px;
  cursor:pointer;
  line-height:2;
  color: #fff;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

.targetUsered{
  font-size:18px;
  background:black;
  color:#daa64a;
  font-weight:bold;
  padding:10px 35px;
  margin:60px 1px 10px 1px;
  cursor:pointer;
  line-height:2;
  color: #fff;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

.targetUser:hover{
  color: #fff;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
.targetUser.cated{
  color: #fff;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #daa64a, 0 0 40px #daa64a, 0 0 50px #daa64a, 0 0 60px #daa64a, 0 0 70px #daa64a;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #daa64a, 0 0 40px #daa64a, 0 0 50px #daa64a, 0 0 60px #daa64a, 0 0 70px #daa64a, 0 0 80px #daa64a;
  }
}
.targetUserRow{
  background:black;
  padding:20px;
}

.mainCat{
  font-size:17px;
  color:white;
  font-weight:bold;
  padding:10px 35px;
  margin:60px 1px 10px 1px;
  cursor:pointer;
  line-height:3;
}
.mainCat:hover{
  color: #fff;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
.mainCated{
  font-size:17px;
  color:white;
  font-weight:bold;
  padding:10px 35px;
  margin:60px 1px 10px 1px;
  cursor:pointer;
  line-height:3;
  color: #fff;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

.mainCatRow.Baby {
  background:black;
  padding:20px;
}
.mainCatRow.Toddler{
  background:black;
  padding:20px;
}
.mainCatRow.Mom{
  background:black;
  padding:20px;
}
.mainCatRow.Family{
  background:black;
  padding:20px;
}
.mainCatRow.Service{
  background:black;
  padding:20px;
}
.content{
  background:black;
  margin:0;
}
.vote-btn{
  width:100%;
  background:#daa64a;
  color:white;
  font-weight:bold;
  border:none;
  font-size:17px;
}
.vote-btn:hover{
  background:#f9b94a;
  color:white;
}
.vote-btn:focus{
  background:red;
  color:white;
}
.voted-btn{
  background:red;
  color:white;
  width:100%;
  font-weight:bold;
  border:none;
  font-size:17px;
}
.voted-btn:hover{
  background:#daa64a;
  color:white;
}
.voted-btn:focus{
  background:#daa64a;
  color:white;
}
.share-btn{
  width:100%;
  background:white;
  color:#daa64a;
  font-weight:bold;
  border:none;
  font-size:17px;
}
.detail-btn{
  width:100%;
  background:white;
  color:#daa64a;
  font-weight:bold;
  border:none;
  font-size:17px;
}
.company_name{
  color:white;
}
.award_title{
  color:white;
  min-height: 38px;
}
.award_title a{
  color:white;
  min-height:36px;
}
.sub_category{
  color:#daa64a;
  font-weight:bold;
  margin-left:35px;
}
.product_name{
  color:#daa64a;
  min-height:75px;
  line-height:1.5;
}
.brand_name{
  color:#daa64a;
  min-height:35px;
  line-height:1.5;
}
.brand_name a{ 
  color:#daa64a;
  min-height:35px;
  line-height:1.5;
}
.press_releases{
  color:#daa64a;
  line-height:1.5;
  letter-spacing: 2px;
  font-weight:bold;
}
.press_releases a{
  color:#daa64a;
  line-height:1.5;
  letter-spacing: 2px;
  font-weight:bold;
}
.product_image{
  border-radius:12px;
  min-height:193px;
  max-height:193px;
  background:white;
}
@media (max-width: 768px) {
  .product_image{
    border-radius:12px;
    max-height:270px;
    min-height:100%;
    background:white;
  }
  .product_name{
    color:#daa64a;
    min-height:25px;
    line-height:1.5;
    font-size:16px;
  }
.fb_video{
  width: 100%;
  height: 200px;
}
}

.startvoting{
  color:white;
  text-align:center;
  font-weight:bold;
}
.goldline{
  border-top:2px solid #daa64a;
  margin-left:20px;
  margin-right:20px;
}

.fadeMe {
  opacity:    0.5; 
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed; 
}
.loginMsg{
  top:30%;
  background:white;
  z-index:    11;
  position:   fixed; 
  text-align:center;
  padding:40px;
  width: 50%;
  left: 50%;
  margin-left: -25%;
}
@media (max-width: 768px) {
  .loginMsg{
    top:30%;
    background:white;
    z-index:    11;
    position:   fixed; 
    text-align:center;
    padding:40px;
    width: 80%;
    left: 35%;
    margin-left: -25%;
  }
  .logintoVoteText{
    font-size:25px;
  }
}

.shareablelinkhere{
  line-height:1.5;
  padding:10px;
  width:100%;
  border-radius:8px;
  border: 1px solid grey;
  color:grey;
}
.shareablelinkhere:focus{
  outline: none;
}

#shareableLink{
  width:100%;
  background:#af8335;
  color:white;
  font-weight:bold;
  border:none;
  font-size:17px;
}
