/*@font-face {*/
	/*font-family: 'molla';*/
	/*src:url('../fonts/molla0ab2.eot?-fvbane');*/
	/*src:url('../fonts/molla0ab2.eot?#iefix-fvbane') format('embedded-opentype'),*/
		/*url('../fonts/molla0ab2.woff?-fvbane') format('woff'),*/
		/*url('../fonts/molla0ab2.ttf?-fvbane') format('truetype'),*/
		/*url('../fonts/molla0ab2.svg?-fvbane#molla') format('svg');*/
	/*font-weight: normal;*/
	/*font-style: normal;*/
/*}*/

@font-face {
    font-family: 'molla';
    src: url('../fonts/molla0ab2.eot'); /* IE9 Compatibility */
    src: url('../fonts/molla0ab2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/molla0ab2.woff') format('woff'), /* Modern browsers */
         url('../fonts/molla0ab2.ttf') format('truetype'), /* Legacy fallback */
         url('../fonts/molla0ab2.svg#molla') format('svg'); /* Older iOS */
    font-weight: normal;
    font-style: normal;
}

/*used for search icons*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "molla";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: '\f2eb'
}

.icon-search-plus:before {
    content: '\f2ed'
}

.icon-phone:before{
    content: '\e806';
}

.icon-angle-left:before {
    content: '\f111'
}

.icon-angle-right:before {
    content: '\f112'
}
