/************************
Designed by : http://responsivewebinc.com
************************/
/* Open Sans  */



.featured-item-badge {
    float: left;
    width: 100%;
    text-align: center;
    margin-left: 0% !important; 
    margin-top: 10% ; 
}
/*  STICKY */
.sticky-container {
    /* background-color: #333; */
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -327px;
    top: 130px;
    width: 410px;
}

.sticky li{
    list-style-type: none;
    background-color:green;
    color: white;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: gray; 
    -webkit-filter: grayscale(100%); 

  }

  .sticky li:hover{
    margin-left: -115px;
    /*-webkit-transform: translateX(-115px);
    -moz-transform: translateX(-115px);
    -o-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform:translateX(-115px);*/
    /*background-color: #8e44ad;*/
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);
  }



  .sticky li img{
    float: left;
    margin: 5px 5px;
    margin-right: 10px;

  }

  .sticky li p{
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;

  }

  p.credit{
    padding-top: 20px;
    font-size: 12px;
  }
i.fa.fa-whatsapp {
    font-size: 36px;
    padding: 2px 6px;
    color: white;
}

i.fa.fa-facebook {
    font-size: 36px;
    padding: 2px 6px;
    color: white;
}
.text-sticky {
    margin-top: -35px;
    margin-left: 12%;
}

.number-phone{
	color: white !important; 
}
.move-n-prom{
      margin-right: 11px !important
}
@media    only screen and (max-width: 767px) {

.sticky-container {
    /* background-color: #333; */
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -327px;
    top: 130px;
    width: 410px;
}
}


/*------------------------------------FACEBOOK---------------------*/

.sticky-facebook li{
    list-style-type: none;
    background-color:#3b5998;
    color: white;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: gray; 
    -webkit-filter: grayscale(100%); 

  }

  .sticky-facebook li:hover{
    margin-left: -230px;
    /*-webkit-transform: translateX(-115px);
    -moz-transform: translateX(-115px);
    -o-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform:translateX(-115px);*/
    /*background-color: #8e44ad;*/
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);
  }



  .sticky-facebook li img{
    float: left;
    margin: 5px 5px;
    margin-right: 10px;

  }

  .sticky-facebook li p{
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;

  }

