/*!
 * Chakra
 *
 */

/*!
 * 1. Common Tag
 * 2. Useful Class
 * 3. Header
 * 4. Content
 * 5. Index
 */



/* 1. Common Tag
==================== */
@font-face {
    font-family: 'mrseavesbold';
    src: url('../fonts/mrseavesbold-webfont.eot');
    src: url('../fonts/mrseavesbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mrseavesbold-webfont.woff') format('woff'),
         url('../fonts/mrseavesbold-webfont.ttf') format('truetype'),
         url('../fonts/mrseavesbold-webfont.svg#mrseavesbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'mrseavesroman';
    src: url('mrseavesroman-webfont.eot');
    src: url('mrseavesroman-webfont.eot?#iefix') format('embedded-opentype'),
         url('mrseavesroman-webfont.woff') format('woff'),
         url('mrseavesroman-webfont.ttf') format('truetype'),
         url('mrseavesroman-webfont.svg#mrseavesroman') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
	margin: 0;
	padding: 0;
}
html, body
{
    height: 100%;
}
html {
	height: 100%;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 28px;
	font-family: 'mrseaves-bold';
	font-size: 18px;
	color: #b0864a;
	min-height: 100%;
	min-width: 992px !important;
	background: url(../media/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
a, button {
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
		 -o-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
}
a:hover {
	text-decoration: none;
}
a:focus,
a:hover {
	outline: none;
}
a img {
	display: block;
}
p {
	margin-bottom: 15px;
    font-family: 'mrseavesroman';
}



/* 2. Useful Class
==================== */
.ch-relative {
	position: relative;
}
.ch-box {
	margin-bottom: 20px;
}
.ch-image {
	display: block;
	margin: 0 auto;
}
.ch-italic {
	font-style: italic;
}
.ch-inline-container {
	font-size: 0;
}
.ch-inlineblock {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

#ch-logo {
	margin: 20px auto;
	display: inline-block;
	padding: 20px 0;
}
.ch-responsiveimage {
	max-width: 100%;
	height: auto;
}