/*Eric Mayer global style sheet Start*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Eric Mayer global style sheet End*/

/*Font face style sheet start*/
@font-face {
	font-family: 'antoniobold';
	src: url('./antonio-bold.woff2') format('woff2'), url('./fonts/antonio-bold.woff') format('woff');
}

@font-face {
	font-family: 'antonioregular';
	src: url('./antonio-regular-webfont.eot');
	src: url('./antonio-regular-webfont.eot?#iefix') format('embedded-opentype'), url('./antonio-regular-webfont.woff') format('woff'), url('./antonio-regular-webfont.ttf') format('truetype'), url('./antonio-regular-webfont.svg#antonioregular') format('svg');
}
/*Font face style sheet End*/

/*Global Typograhpy*/
body {
	font-size: 62.5%;
	/*position: relative;*/
	color: #000;
	line-height: 1.2;
	font-family: 'Arapey', serif, Arial;
}
.page {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */


/*Styling footer*/
#footer {
	background: #000;
	padding: 17px 0;
	color: #fff;
}
.footer-nav, #footer .btn {
	font-size: 1.14em;
	font-family: 'Raleway', sans-serif;
}
.footer-nav {
	margin-top: 7px;
}
.footer-nav li {
	margin: 0 20px;
	text-align: center;
}
.footer-nav, .footer-nav li, #footer small {
	float: left;
}
#footer small {
	font-size: 1.1em;
	margin: 12px 0 0 10px;
}
.footer-nav a, #footer .btn {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#footer .btn, #footer span {
	float: right;
}
#footer span {
	font-size: 1.2em;
	margin: 10px 36px 0;
}
#footer .btn {
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	color: #000;
	padding: 10px 15px;
	background: #c69c6d;
}
