	/*
  	Flaticon icon font: Flaticon
  	Creation date: 07/10/2017 18:33
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("./Flaticon.eot");
  src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
       url("./Flaticon.woff") format("woff"),
       url("./Flaticon.ttf") format("truetype"),
       url("./Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-taxi-1:before { content: "\f100"; }
.flaticon-shield:before { content: "\f101"; }
.flaticon-call-answer:before { content: "\f102"; }
.flaticon-mail:before { content: "\f103"; }
.flaticon-pin:before { content: "\f104"; }
.flaticon-play-button:before { content: "\f105"; }
.flaticon-taxi:before { content: "\f106"; }
.flaticon-toaster:before { content: "\f107"; }
.flaticon-wifi:before { content: "\f108"; }

.icon-hotel {
  display: inline-block;
  background-image: url('./hotel6.svg');
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  
  margin-top: 17px;
}
.icon-trekking {
  display: inline-block;
  background-image: url('./trekking.svg');
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  /*filter: invert(0.5) sepia(1) saturate(6) hue-rotate(8deg);*/
  margin-top: 17px;
}
.icon-pool {
  display: inline-block;
  background-image: url('./pool.svg');
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  
  margin-top: 17px;
}
.icon-wifi {
  display: inline-block;
  background-image: url('./wifi.svg');
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  
  margin-top: 17px;
}
.icon-karate {
  display: inline-block;
  background-image: url('./karate.svg');
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
 
  margin-top: 22px;
}
.icon-restaurant {
  display: inline-block;
  background-image: url('./restaurant.svg');
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  
  margin-top: 17px;
}
.icon-parking {
  display: inline-block;
  background-image: url('./parking.svg');
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  
  margin-top: 17px;
}
.icon-playground {
  display: inline-block;
  background-image: url('./playground.svg');
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  
  margin-top: 17px;
}