﻿@charset "UTF-8";

@font-face {
    font-family: 'BariolRegular';
    src: url('/fonts/bariol_regular.eot');
    src: url('/fonts/bariol_regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bariol_regular.woff') format('woff'),
         url('/fonts/bariol_regular.ttf') format('truetype'),
         url('/fonts/bariol_regular.svg#MuliRegular') format('svg');
	font-style: normal;
    font-weight: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}

@font-face {
    font-family: 'BariolLight';
    src: url('/fonts/bariol_light.eot');
    src: url('/fonts/bariol_light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bariol_light.woff') format('woff'),
         url('/fonts/bariol_light.ttf') format('truetype'),
         url('/fonts/bariol_light.svg#MuliLight') format('svg');
	font-style: normal;
    font-weight: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}

@font-face {
    font-family: 'BariolBold';
    src: url('/fonts/bariol_bold.eot');
    src: url('/fonts/bariol_bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bariol_bold.woff') format('woff'),
         url('/fonts/bariol_bold.ttf') format('truetype'),
         url('/fonts/bariol_bold.svg#MuliLightItalic') format('svg');
	font-style: normal;
    font-weight: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}


h4, h4 a {
	padding: 25px 0;
    margin: 0;
	font-family: 'BariolLight', sans-serif;
	font-size: 1.866rem;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 2px;
}

h5, h5 a {
	margin: 0;
	padding: 10px 0;
	font-family: 'BariolRegular', sans-serif;
	font-size: 2rem;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 2px;
	border: 0;
}

h6, h6 a {
    margin: 0;
    padding: 0;
	font-family: 'BariolBold', sans-serif;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
	font-weight: normal;
	border: 0;
    letter-spacing: 0.050em;
}

p, li, span, a, div {
    margin: 0;
    font-family: 'BariolRegular';
    letter-spacing: 0.050em;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 17px;
}

input {
	margin: 0px 0px 0px 0px;
	padding-left: 14px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #111;
	text-decoration: none;
	font-weight: normal;
}
