/* START : EXPLORE FEEDBACK */

.explore-feedback{
  background-color: rgba(0,0,0,0.0);
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right:0%;
  height: 36px;
  width: 0px;
  z-index: 9998;
}

.explore-feedback .right{
  float: right;
  width: 160px;
  position: relative;
  right: -122px;
  transition: 0.3s;
  background-color: #1372E4;
  cursor: pointer;
}

.explore-feedback .right .text p{
    position: absolute;
    top:9px;
    left: 40px;
    color: white;
    width: 100px;
    text-align: center;
}


.explore-feedback .left{
  float: right;
  width: 140px;
  position: relative;
}

.explore-feedback .right:hover{
    width: 160px;
    transition: 0.3s;
    background-color: #1372E4;
    right: 0px;
}

.explore-feedback .explore-feedback-img{

  background-color:#1372E4;
  position: relative;
  right:0px;
  height: 36px;
  width: 38px;
  display: inline-block;
  z-index: 9999;

}

.explore-feedback .explore-feedback-img img{
  width: 32px;
  padding-top: 5px;
  padding-left: 8px;
}

.explore-feedback .explore-feedback-hide{
  background-color: #fff;
  position: absolute;
  height: 36px;
  width: 140px;

  -moz-box-shadow:    0px 0px 5px 0px #ccc;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow:         0px 0px 5px 0px #ccc;


  z-index: 1;
  display: inline-block;
  text-align: center;
  opacity: 0;

}

.explore-feedback .explore-feedback-hide h1{
  margin-top: 7px;
  font-size: 15px;
}

.explore-feedback:hover .explore-feedback-hide{

  display: inline;
  transition:0.9s;
  opacity: 1;

}


.hide-func-c{
  display: none;
}

.explore-feedback-content{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right:0%;
  -moz-box-shadow:    0px 0px 5px 0px #ccc;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow:         0px 0px 5px 0px #ccc;
  text-align: center;
  padding-bottom: 10px;

  width: 270px;
  height: auto;
  background-color: #FFFFFF;

  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 9999;
}

.explore-feedback-content .explore-feedback-content-x{
  width: 40px;
  height: 40px;
  margin-left: -40px;
  margin-top: 10px;
  background-color: #1372E4;
  position: fixed;
}
.explore-feedback-content .explore-feedback-content-x i{
  color: #fff;
  font-size: 20px;
  padding-top: 9px;
}

.explore-feedback-content h1{
  margin-top: 15px;
  font-size: 15px;
}

.explore-feedback-content hr{
  border: 0;
   border-top: 1px solid #ccc;
   opacity: .6;
}

.explore-feedback-content .wrap-exp{
  width: 100%;
  position: relative;
  margin-bottom: -10px;
}

.explore-feedback-content .wrap-exp .first{
  width: 33.3%;
  float: left;
}
.explore-feedback-content .wrap-exp .first img{
  width: 70px;
}
.explore-feedback-content .wrap-exp .first h1{
  font-size: 14px;
  color: #B1AFB7;
  margin-top: -2px;
}
.explore-feedback-content .wrap-exp .first h2{
  font-size: 14px;
  color: #1372E4;
  margin-top: -2px;
}

.explore-feedback-content .wrap-exp .second{
  width: 33.3%;
  float: left;
}
.explore-feedback-content .wrap-exp .second img{
  width: 70px;
}
.explore-feedback-content .wrap-exp .second h1{
  font-size: 14px;
  color: #B1AFB7;
  margin-top: -2px;
}
.explore-feedback-content .wrap-exp .second h2{
  font-size: 14px;
  color: #1372E4;
  margin-top: -2px;
}

.explore-feedback-content .wrap-exp .third{
  width: 33.3%;
  float: left;
}
.explore-feedback-content .wrap-exp .third img{
  width: 70px;
}
.explore-feedback-content .wrap-exp .third h1{
  font-size: 14px;
  color: #B1AFB7;
  margin-top: -2px;
}
.explore-feedback-content .wrap-exp .third h2{
  font-size: 14px;
  color: #1372E4;
  margin-top: -2px;
}

.explore-feedback-content .emoticon-content{
}
.explore-feedback-content .emoticon-content .hr-recon{
  margin-top: -10px;
}
.explore-feedback-content .emoticon-content textarea{
  width: 92%;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, .2);
}


.btnx{
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  line-height: 1;
  font-family: 'Cabin', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  padding: 8px 12px;
  cursor: pointer;
  background-color: transparent;
  color: #fff !important;
  border: none;
  outline: 0;
  display: inline-block;
  position: relative;
  border-radius: 50vh;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btnj{
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  line-height: 1;
  font-family: 'Cabin', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  padding: 8px 12px;
  cursor: pointer;
  background-color: transparent;
  color: #000 !important;
  border: none;
  outline: 0;
  display: inline-block;
  position: relative;
  border-radius: 50vh;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btnb{
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  width: 60%;
  line-height: 1;
  font-family: 'Cabin', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  padding: 8px 12px;
  cursor: pointer;
  background-color: transparent;
  color: #fff !important;
  display: inline-block;
  border: none;
  outline: 0;
  position: relative;
  border-radius: 50vh;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-primaryx{background-color: #2388e4;} .btn-primary:hover{background-color:;}
.btn-primaryj{background-color: #fff;} .btn-primary:hover{background-color:;}
.btn-primaryb{background-color: #2388e4;} .btn-primary:hover{background-color:;}

.explore-feedback-content .wrap-button{
  margin-right: auto;
  margin-left: auto;
  width: 92%;
  position: relative;
  margin-bottom: -10px;
}

.explore-feedback-content .wrap-button .first{
  float: left;
  width: 50%;
}
.explore-feedback-content .wrap-button .second{
  float: left;
  width: 50%;
}

.explore-feedback-thanks {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right:0%;
  -moz-box-shadow:    0px 0px 5px 0px #ccc;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow:         0px 0px 5px 0px #ccc;
  text-align: center;
  padding-bottom: 10px;

  width: 270px;
  height: auto;
  background-color: #FFFFFF;

  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 9999;
}

.explore-feedback-thanks .explore-feedback-thanks-x{
  width: 40px;
  height: 40px;
  margin-left: -40px;
  margin-top: 10px;
  background-color: #1372E4;
  position: fixed;
}
.explore-feedback-thanks .explore-feedback-thanks-x i{
  color: #fff;
  font-size: 20px;
  padding-top: 9px;
}

.explore-feedback-thanks img {
  padding-top: 20px;
  width: 60px;
}

.explore-feedback-thanks h1{
  font-size: 17px;
}

.explore-feedback-thanks h2{
  font-size: 13px;
  font-weight: 100;
}

.explore-feedback-thanks h3{
  font-size: 13px;
padding-bottom: 5px;
}

.explore-feedback-thanks h3 a{
  color: #1372E4;
}

.explore-feedback-thanks hr{
  border: 0;
   border-top: 1px solid #ccc;
   opacity: .6;
}

/* END : EXPLORE FEEDBACK */
