@charset "UTF-8";
/* CSS Document */

@import url('font-awesome.css');
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Roboto';
	src:url('fonts/Roboto-Black.ttf') format('truetype');
	src:url('fonts/Roboto-Bold.ttf') format('truetype');
	src:url('fonts/Roboto-Light.ttf') format('truetype');
	src:url('fonts/Roboto-Thin.ttf') format('truetype');
	src:url('fonts/Roboto-Medium.ttf') format('truetype');
	src:url('fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Lato';
	src:url('fonts/Lato-Black.ttf') format('truetype');
	src:url('fonts/Lato-Bold.ttf') format('truetype');
	src:url('fonts/Lato-Light.ttf') format('truetype');
	src:url('fonts/Lato-Hairline.ttf') format('truetype');
	src:url('fonts/Lato-Regular.ttf') format('truetype');
}
body {
	font-family: 'Roboto', sans-serif;
	background-color: #f6f6f6;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	min-height: 100px;
	padding: 0 10px;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
}
.header img {
	position: absolute;
	z-index: 1001;
}
.nav {
	height: 40px;
	background-color: #9B5933;
}
.nav ul {
	list-style: none;
	float: right;
	width: 700px;
}
.nav ul li {
	float: left;
	padding: 10px 12px;
}
.nav ul li a {
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
}

.nav ul li a:hover {
	color: #CBA173;
}
.inner {
	height: 300px;
	width: 100%;
	max-width: 960px;
}

.slider {
	max-width: 700px;
	width: 100%;
	float: left;
	height: 400px;
}
.side {
	max-width: 260px;
	width: 100%;
	float: right;
	height: 400px;
}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 600px;
	height: 400px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
}

#thumbs{
	width: 100px;
	height: 400px;
	overflow: hidden;
}

#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(img/arrow.png);
	position: relative;
	top: 357px;
	left: 655px;
}

#next:hover{
	background: url(img/arrowmo.png);
}
.content {
	padding: 10px 0;
	min-height: 400px;
}
.content h1 {
	color: #9B5933;
	margin: 0 0 0 30px;
	text-transform: uppercase;
}
.base {
	margin: 3% 4%;
	min-height: 500px;
	background-color: #F6f6f6;
	border-top: 3px solid #9B5933;
	padding: 20px 0 0;
}

.base img {
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 20px 20px 0;
}


.base ul {
	margin-left: 30px;
}


.base ul li {
	margin-bottom: 20px;
}
        article {
            max-width:610px;
            margin: 0.5em auto;
        }
        section {
            max-width: 49%;
            float: left;
            margin-right: 0.5%;
            text-align: center;
        }
        .base span img {
	max-width: 100%;
	height: auto;
	padding: 5;
	margin: 0 10px 10px 0;
	width: 250px;
	max-height: 300px;
	min-height: 200px;
        }
        .base span a {
            color: black;
            text-decoration: none;
        }
        .base span a:hover img {
            opacity:0.7;
        }
        .base span a h2, a span {
            /* hide the title and caption until lighterbox shows it */
            display: none;
        }
        @media (max-width: 500px) {
            section {
                max-width: 100%;
                float: none;
            }
        }

.bar {
	float: left;
	width: 24%;
	margin: 1% 0.4%;
	min-height: 200px;
	padding: 10px 0;
	color: #666;
}
.bar img {
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	padding: 5px;
	border: 3px solid #eee;
	background-color: #FFF;
}
.bar h2 {
	font-size: 24px;
	color: #9B5933;
}
.bar h3 {
	font-size: 20px;
	color: #000;
}
.bar h2 span {
}
.bar p {
	/* [disabled]margin-left: 14px; */
}
.bar ul {
	margin-left: 40px;
}
.bar ul li {
	padding-bottom: 10px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #9B5933;
	color: #FFF;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clear { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	margin: 0;
	padding: 0;
	height: 0;
}
