@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('fonts/opensans-light-webfont.woff2') format('woff2'),*/
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('fonts/opensans-lightitalic-webfont.eot');
    src: url('fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('fonts/opensans-lightitalic-webfont.woff2') format('woff2'),*/
         url('fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('fonts/opensans-regular-webfont.woff2') format('woff2'),*/
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         /
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('fonts/opensans-bold-webfont.woff2') format('woff2'),*/
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family:'FontAwesome';
	src:url('fonts/fontawesome-webfont.eot');
	src:url('fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff') format('woff'),url('fonts/fontawesome-webfont.ttf') format('truetype'),url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
}

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

}

@font-face {
  font-family: "r-diety";
  src:url("fonts/diety-icon.eot");
  src:url("fonts/diety-icon.eot?#iefix") format("embedded-opentype"),
    url("fonts/diety-icon.woff") format("woff"),
    url("fonts/diety-icon.ttf") format("truetype"),
    url("fonts/diety-icon.svg#untitled-font-6") format("svg");
  font-weight: normal;
  font-style: normal;

}

.font-icn {
	font-family:'FontAwesome';
	display:inline-block;
	line-height:18px;
	font-size: 14px;
}

.rm-font-icn {
	font-family: "r-money";
	display:inline-block;
	line-height:18px;
	font-size: 14px;
}

.rdiety {
	font-family: "r-diety";
	display:inline-block;
	line-height:18px;
	font-size: 14px;
}

