@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;

  src: url(_material/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(_material/MaterialIcons-Regular.woff2) format('woff2'),       
       url(_material/MaterialIcons-Regular.woff) format('woff'),
       url(_material/MaterialIcons-Regular.ttf) format('truetype');           

}
.material-icons {
	font-family: 'Material Icons';
}
.material-icons, .citymis-icons{
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	vertical-align: text-bottom;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	font-size: inherit;
}
/********************* Font Material *********************/


@font-face {
    font-family:'bas-regular';
    src:url('font/librebaskerville-regular-webfont.ttf'), /* safari, firefox */
 	    url('font/librebaskerville-regular-webfont.svg') format('svf'), /* iphone, ipad */
    	url('font/librebaskerville-regular-webfont.eot') format('eot'), /* internet explorer */
    	url('font/librebaskerville-regular-webfont.woff') format('woff'); /* ultimas versiones navegadores */
    	font-weight:normal;
    	font-style:normal;
}

@font-face {
    font-family:'mont-bold';
    src:url('font/montserrat-bold-webfont.ttf'), /* safari, firefox */
 	    url('font/montserrat-bold-webfont.svg') format('svf'), /* iphone, ipad */
    	url('font/montserrat-bold-webfont.eot') format('eot'), /* internet explorer */
    	url('font/montserrat-bold-webfont.woff') format('woff'); /* ultimas versiones navegadores */
    	font-weight:normal;
    	font-style:normal;
}
@font-face {
    font-family:'mont-regular';
    src:url('font/montserrat-regular-webfont.ttf'), /* safari, firefox */
 	    url('font/montserrat-regular-webfont.svg') format('svf'), /* iphone, ipad */
    	url('font/montserrat-regular-webfont.eot') format('eot'), /* internet explorer */
    	url('font/montserrat-regular-webfont.woff') format('woff'); /* ultimas versiones navegadores */
    	font-weight:normal;
    	font-style:normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-size: 600%;
	display: inline-block;
	margin-bottom: 10px;
}/* CSS Document */

