@font-face {
	font-family: 'ITC Avant Garde Pro Bold';
	src: url('fonts/ITCAvantGardePro-Bold.eot');
	src: url('fonts/ITCAvantGardePro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/ITCAvantGardePro-Bold.woff') format('woff'),
		url('fonts/ITCAvantGardePro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


body {
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px !important;
    text-shadow: rgba(0,0,0,.01) 0 0 1px !important;
}

#header {
	padding: 80px 0 20px 0 !important;
}

.logo, .logo a {
	font-family: 'ITC Avant Garde Pro Bold', sans-serif !important; 
	font-weight: bold !important;
    font-style: normal !important;
    font-size: 68px !important;
    letter-spacing: -3px !important;
    color: #111 !important;
    line-height: 68px !important;
}

.logo a:hover, .logo a:active {
	color: #999 !important;
}

.logo a:after {
	content: "EST.2009" !important;
    font-size: 10px !important;
    color: rgba(0,0,0,0.3) !important;
    vertical-align: text-top !important;
    letter-spacing: 0.75px !important;
    margin-left: 15px !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-style: normal; 
	font-weight: normal;
}

#fuse {
	padding-top: 0 !important;
}

.home-description {
	font-size: 16px !important;
	margin: 0px auto 80px 0 !important;
	letter-spacing: 0px !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-style: normal; 
	font-weight: normal;
	letter-spacing: -0.25px !important;
	color: rgba(0,0,0,0.7) !important; !important;
}

.home-description a, .home-description a:visited {
	color: rgba(0,0,0,0.5) !important; !important;
	text-decoration: none;
	border-bottom: 1px dotted rgba(0,0,0,0.7) !important;;
}

.home-description a:hover, .home-description a:active {
	color: #000 !important;
	border-bottom: 1px transparent;
}


p {
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-style: normal; 
	font-weight: normal;
	letter-spacing: -0.25px !important;
	line-height: 26px !important;
}

strong, b {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-style: normal; 
	font-weight: bold;
}

@media (max-width: 768px) and (min-width : 740px) {
	
	#header .wrap, .home-description .wrap {
		max-width: 620px;
	}
	
}


@media (max-width: 740px) {
	
	#header {
		background: transparent !important;
		position: relative !important;
	}
	.logo, .logo a {
	font-family: 'ITC Avant Garde Pro Bold', sans-serif !important; 
	font-weight: bold !important;
    font-style: normal !important;
    font-size: 50px !important;
    letter-spacing: -3px !important;
    color: #111 !important;
	}
	.home-description {
	margin: 120px 0 40px 0 !important;
	}

}

