@charset "utf-8";
/*
      www.OnlineWebFonts.Com 
      You must credit the author Copy this link on your web 
      <div>Font made from <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>is licensed by CC BY 3.0</div>
      OR
      <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>
*/
@font-face {
	font-family: "onlinewebfonts";
	src:url("onlinewebfonts.eot");
	src:url("onlinewebfonts.eot?#iefix") format("embedded-opentype"),
		url("onlinewebfonts.woff2") format("woff2"),
		url("onlinewebfonts.woff") format("woff"),
		url("onlinewebfonts.ttf") format("truetype"),
		url("onlinewebfonts.svg#onlinewebfonts") format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon-hammock:before,
.icon-sunbathing_chair:before,
.icon-cradle_baby:before,
.icon-parking:before
{
	font-family: "onlinewebfonts"!important;
}

.icon-hammock:before {
    content: "\e010";
}
.icon-sunbathing_chair:before {
    content: "\e011";
}
.icon-cradle_baby:before {
    content: "\e012";
}
.icon-parking:before {
    content: "\e013";
}
