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

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
	background:url(../images/BG.jpg) top repeat-x #000;

}
p {
	line-height:1.5em;
}
a {
	color:#c54c02;
}
a:visited {
	color:#c54c02;
}
a:active {
	color:#c54c02;
}
a:hover {
	color:#9b3e05;
}

h1 {
	font-size:2.4em;
	font-weight:bold;
	color:#aa4405;
	padding:20px;
	margin:0px;
    text-align: center;
}
h2 {
	font-size:1.5em;
	font-weight:bold;
	color:#aa4405;
	padding:20px 0px 10px 0px;
	margin:0px;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
}
h4 {
	font-size:1.2em;
	font-weight:normal;
	background:#FFF;
	padding:10px;
	margin:30px auto 0px auto;
	width:90%;
	text-align:center;
}
sup {
	font-size:.5em;
}

#container {
	width:96%;
    max-width:1200px;
	margin:0 auto 0 auto;
}

header {
	width:96%;
	max-width:1200px;
	height:325px;
	background:url(../images/header.png) top no-repeat;
    backround-size:cover;
	margin:0 auto;
	position:relative;
}

section {
	width:96%;
	max-width:1200px;
	background: url(../images/contentBG.gif) top no-repeat #f4e7d1;
    background-size:cover;
	border-radius:10px;
	margin:20px auto;
	min-height:600px;
}
.social {
	width:50px;
	position:absolute;
	bottom:0px;
	right:5px;
	text-align:right;
    z-index: 9999;
}
.social img {
	width:40px;
	height:auto;
    opacity: .7;
}
.social img:hover {
    opacity: 1;
}
	
nav {
	background:#000;
	color:#a17d1d;
	text-align: center;
	width:96%;
	max-width:1200px;
	margin:0 auto;
    position: relative;
}

.contain{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}
.content {
	background: #fff;
	padding:4%;
}

.fullpage {
	width:96%;
	margin:0 auto 100px auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 2%;
}
.pad-right {
	padding-right: 2%;
}
.pad-top {
	padding-top: 2%;
}
.pad-bottom {
	padding-bottom: 2%;
}
.pad-all {
	padding: 2%;
}

.mar-left {
	margin-left: 2%;
}
.mar-right {
	margin-right: 2%;
}
.mar-top {
	margin-top: 2%;
}
.mar-bottom {
	margin-bottom: 2%;
}
.mar-all {
	margin:2%;
}


section img {
	max-width:100%;
	height:auto;
}


.imgright {
	float:right;
	margin:10px 0 20px 20px;
}

.pageimg {
	border:6px solid #FFF;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */	
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
}
.list {
	margin:30px 0 10px 30px;
	padding:0px;
	font-size:1.1em;
}

.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) left top no-repeat;
	padding:1px 0px 5px 33px;
	margin: 8px 0 12px 0;
}	
dt {
    background: #000;
    color:#fff;
    padding:12px;
    border-radius:4px;
}
dd {
    padding:10px 0 30px 0;
}
.clear {
	clear:both;
}
.ctr {
	text-align:center;
}
.photos {
	text-align:center;
}
.photos img {
	width:100%;
	height:auto;
}


.unoCme {
	display:none;
	visibility: hidden;
}
#emailform fieldset {
	width:400px;
	border:none;	
	margin:20px auto 0 auto;
}
#emailform legend {
	font-size:22px;
	font-weight:bold;
	color:#59341f;
}
#emailform div {
	margin:10px;
	text-align:left;
}
#emailform label {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:12px 10px 0 0;
	width:120px;
}
#emailform #submit {
	text-align:center;
}
input {
	color:#f4e7d1;
	font-size:14px;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:220px;
	background:#59341f;
	border:none;
	border-collapse:collapse;
}
textarea {
	color:#f4e7d1;
	font-size:14px;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:220px;
	height:120px;
	background:#59341f;
	border:none;
	border-collapse:collapse;
}
select {
	color:#333;
	font-size:14px;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:auto;
	cursor:pointer;
}

.button{
	background-color: #59341f;
	color:#f4e7d1;
	font-size:16px;
	cursor:pointer;
	width:auto;
	border:none;
	border-collapse:collapse;
}
.button:hover{
	background-color: #cd500a;
	color:#f4e7d1;
	cursor:pointer;
	width:auto;
}

footer {
	font-size:.8em;
	width:100%;
	max-width:960px;
	padding:20px;
	color:#ea8859;
	margin:0 auto;
}
footer a, footer a:visited, footer a:active {
	color:#ea8859;	
}
footer a:hover {
	color:#f6c96e;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}

video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
#videoplayer {
	position:relative;
	width:100%;
	height:auto;
}
.video-js {padding-top: 56.25% !important}
.vjs-fullscreen {padding-top: 0px}



@media (max-width: 940px) {

}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
    header {
        width:100%;
        max-width:1080px;
        height:170px;
        background:url(../images/header.png) top no-repeat;
        background-size:cover;
        margin:0 auto;
        position:relative;
    }
    body{
        background-size: auto 170px;
    }
}
