.ti-headphone:before {
	content: "\e69d";
}

.ti-headphone-alt:before {
	content: "\e719";
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 1px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
	background: #57b74a8c;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
}

.title2{
    color: #598f56 ; /* #4fb749 */
    font-size: 40px;
    font-weight: 300;
    margin-top: 15px;
    text-shadow: 4px 4px 4px #1d3e19;	
    margin-bottom: 20px;
	padding-bottom: 18px;
}

.no-left-right-padding{
	padding-left:0px;
	margin-left:0px;
	padding-right:0px;
	margin-right:0px;
	
}

.full-width{
	width:100%;
}
.white-text{
	color:white;
	padding-left: 8px;
}

.theme-light{
    color: #d8f5d6;
}

.theme-light-1{
    color: #4fb749;
}

.papaywhite{
	color:papayawhip!important;
}

.promo-p{
    font-family: gabriola;
    font-size: 21px;
    color: #008D40 !important;
    line-height: 1.2;
}

.gabriola-font{
    font-family: gabriola;
    font-size: 21px;
}

.font-600{
    font-weight: 600;
}

.font-cities{
    font-family: gabriola;
    font-weight: 100;
    color: #4fb749;
    font-size: 19px;
}

.img-card:hover{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    box-shadow: 5px 5px 5px 5px #888888;
    border-radius: 10px;
    cursor: pointer;
  }

.text-shadow-light{
    text-shadow: 4px 4px 4px #b4a06c;
}

.tooltiptext {
  visibility: hidden;
  opacity:0;
  transition:opacity 0.6s ease-in-out; 
  width: 130px;
  background-color: white;
  color: #4fb749;
  text-align: left;
  border-radius: 10px;
  padding: 5px;
  font-family: gabriola;
  font-size: 19px;  
  box-shadow: 5px 5px 5px 5px #888888;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 102%;
}

.states:hover .tooltiptext {
  visibility: visible;
  opacity:1;
}