@charset "utf-8";
body {
	font-size:12px;
	background: #ebebeb;
	margin: 0;
	padding: 0;
}

/* ~~ 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;
	list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;	 /* 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. */
	margin-left: 0px;
	margin-bottom: 1px;
	font-size:inherit;
	font-weight:normal;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#404040;
	text-decoration:none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #404040;
	text-decoration: none;
}
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 container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	
	max-width: 700px;
	min-width: 320px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #3c3c3c;
}

/* ~~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 {
	background: #3c3c3c;
	position:fixed;
	z-index: 20;
}

.content {
	color: #e4e4e4;
	background:#dedede;
	padding-top:10%;
}

.home_btn1{
	background-color:#ebebeb;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	width:100%;
	color:#404040;
	text-align:center;
	font-family: 'gotham-lightgotham-light';
	font-size:20px;
	text-transform:uppercase;
}

.home_btn2{
	background:#bfbfbf;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	width:100%;
	color:#404040;
	text-align:center;
	font-family: 'gotham-lightgotham-light';
	font-size:20px;
	text-transform:uppercase;
}

.bottom_btn1{
	background-color:#ebebeb;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:75px;
	float:left;
	width:100%;
	color:#404040;
	text-align:center;
	font-family: 'gotham-lightgotham-light';
	font-size:20px;
}

.mobileTitle{
	font-size:21px;
	line-height: 20px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:110px;
	font-family: 'gotham-bookgotham-book';
	color:#404040;
}

.mobileSubTitle{
	font-size:16px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:8px;
	font-family: 'gotham-bookgotham-book';
	color:#404040;
	padding: 0 15px;
}

.mobiletxt{
	text-align:center;
	padding-left:15px;	
	padding-right:15px;	
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color:#666;	
	margin-top:20px;
	padding-bottom:25px;
	line-height:19px;
}

.arrow{
	text-align:center;
}

.aboutText{
	color:#404040;
	font-family: 'gotham-bookgotham-book';
	font-size:14px;	
	margin-left:20px;
	line-height:22px;
	padding-bottom:10px;
	margin-right:15px;
}

.film_content {
	color:#e4e4e4;
	background:#dedede;
	padding-top:40px;
}

.film_content li{
	text-decoration:none;
	display:block;
	list-style:none;
}

.filmText{
	float:left;
	margin-top:35px;
	overflow:visible;
	font-family: 'gotham-bookgotham-book';
	font-size:15px;	
	margin-left:20px;
	color:#e4e4e4;
}

.film_btn1{
	background:#474747;
	float:left;
	width:100%;
	padding:10px;	
}

.film_btn2{
	background:#595959;
	float:left;
	width:100%;
	padding:10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	background:#474747;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.filmThumb{
	height:72px;
	width:120px;
	margin-right:0px;
	margin-left:10px;
	margin-top:10px;
	float:left;
	text-decoration:none;
}

.filmThumb a{
	color:#e4e4e4;
	text-decoration:none;
}

.filmThumb a:hover{
	color:#e4e4e4;
	text-decoration:none;
}

.contactFloat{
	position:fixed;
	z-index: 5;
	width:100%;
	color:#636363;
	bottom:0px;
    height:55px;
	background-color:#636363;
}

.contactEmail{
	
	font-size:25px;
	font-family: 'gotham-bookgotham-book';
	color:#e4e4e4;
	text-align:center;
	width:49.5%;
	float:left;
	padding:15px 0px;
	background-color:#353535;
}

.contactCall{
	background-color:#353535;
	font-size:25px;
	font-family: 'gotham-bookgotham-book';
	color:#e4e4e4;
	text-align:center;
	width:50%;
	float:left;
	padding:15px 0px;
	margin-left:1px;
}

.contactFloat a{
	text-decoration:none;
	color:#e4e4e4;
}

.contactFloat a{
	text-decoration:none;
	color:#e4e4e4;
}

.collections{
	width:100%;	
}

.collection{
	position:relative;
	width:90%;
	margin:0 auto;
	border:solid 1px #323232;;
	z-index:1;
	margin-bottom:30px;
	text-align: left;
}

.collectionTitle{
	font-family: 'gotham-bookgotham-book';
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	letter-spacing:3px;
	background-color:#323232;
	padding:10px;
	color:#b19267;
}

.collectionSub{
	font-size:18px;
	width:800px;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	font-family: 'gotham-lightgotham-light';
	margin:0 auto;
	padding-bottom:20px;
}

.collectionPrice{
	position:inherit;
	top:10px;
	left:-20px;
	width:100px;
	border:solid 1px #323232;;
	z-index:-1;
	padding:20px;
	font-family: 'gotham-bookgotham-book';
	font-weight:bold;
	color:#b19267;
	font-size:20px;
	background-color:#F0F0F0;
	text-align:center;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(204,204,204,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(204,204,204,1);
	box-shadow: 5px 5px 0px 0px rgba(204,204,204,1);
}

.collectionDisc{
	position:relative;
	font-family: 'gotham-lightgotham-light';
	font-size:15px;
	font-style:italic;
	color:#666;
	padding:0px 25px 25px 10px;
	top:35px;
	line-height:20px;
	text-align: left;
}

.collectionDisc2{
	font-family: 'gotham-lightgotham-light';
	font-size:15px;
	font-style:italic;
	text-align: center;
	color:#666;
	width: 80%;
	padding-bottom:50px;
	line-height:18px;
	margin: 0 auto;
	list-style-type: none;
}

.collectionList{
	font-family: 'gotham-bookgotham-book';
	font-weight:bold;
	font-size:14px;	
	color:#666;
	line-height:30px;
	padding: 30px 0px 20px 40px;
}

.collectionList ul{
	display:inline-block;
}

.collectionList li{
	list-style-type:circle;
	list-style-position:inside;
	text-indent:-1em;
}

.addOnDisc{
	font-family: 'gotham-lightgotham-light';
	text-align:center;
	font-size:15px;
	font-style:italic;
	color:#666;
	padding-left:50px;
	padding-top:20px;
	padding-right:50px;
	padding-bottom:20px;
	line-height:20px;
}

.addOnList{
	font-family: 'gotham-bookgotham-book';
	text-align:center;
	font-weight:bold;
	font-size:14px;	
	color:#666;
	top:-55px;
	line-height:30px;
	padding-bottom:20px;
	list-style-type: none;
}

.addOns{
	width: 100%;
	overflow:hidden;
}

.questions{
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style:italic;
	font-size:20px;
	line-height:22px;
	color:#666;
	width: 100%;
	margin-bottom:30px;
}

.answers{
	font-family: 'gotham-bookgotham-book';
	font-size:15px;
	line-height:20px;
	color:#666;
	width: 100%;
	margin-bottom:30px;
}

.line{
	float:left;
	width:100%;
	margin-bottom:30px;
}


.comboList{
	font-family: 'gotham-bookgotham-book';
	font-weight:bold;
	font-size:14px;	
	color:#666;
	padding: 30px 0px 20px 40px;
	line-height:30px;
	text-align: left;
}

.comboList ul{
	display:inline-block;
}

.comboList li{
	list-style-type:circle;
	list-style-position:inside;
	text-indent:-1em;
}

.comboDisc{
	position:relative;
	font-family: 'gotham-lightgotham-light';
	font-size:15px;
	font-style:italic;
	color:#666;
	padding:0px 25px 25px 10px;
	top:35px;
	line-height:20px;
	text-align: left;
}

.comboPrice{
	position:inherit;
	top:10px;
	left:-20px;
	width:90%;
	border:solid 1px #323232;;
	z-index:-1;
	padding:20px;
	font-family: 'gotham-bookgotham-book';
	font-weight:bold;
	color:#b19267;
	font-size:20px;
	background-color:#F0F0F0;
	text-align:left;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(204,204,204,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(204,204,204,1);
	box-shadow: 5px 5px 0px 0px rgba(204,204,204,1);
}






/* ~~ The footer ~~ */
.footer {
	margin-top:50px;
	margin-bottom:50px;
	font-size:15px;
	text-align:left;
	color:#818181;
	width:100%;
	
}

.footer a{
	text-decoration:none;
	color:#818181;
}

.footer a:hover{
	text-decoration:none;
	color:#818181;
}


.contactText{
	margin: 0 7%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#666;
	text-align: left;
	padding-bottom: 40px;
}

.spacer{
	height: 12px;	
}


.blogPreview{
	width:100%;	
	height: 140px;
	margin-bottom:20px;
}

.blogPrevTitles{
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:3px;
	font-family: 'gotham-bookgotham-book';
	padding-left: 160px;
}

.blogView{
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:5px;
	font-family: 'gotham-bookgotham-book';
	font-weight:bold;
	color:#B88505;
	margin-top:10px;
	padding-left: 160px;
}

.blogThumb{
	width: 150px;
	height: 100px;
	float: left;
}

.blogPreviewText{
	font-family: 'gotham-bookgotham-book';
	font-size: 14px;
	color:#666;
	width:960px;
	line-height:18px;
	text-align:left;
	margin-left:20px;
}

.contactthumb{
	width:443px;
	font-family: 'gotham-bookgotham-book';
	font-size:15px;
	line-height:18px;
	color:#666;
	float:left;
	padding-left:85px;
}

.contactthumb a{
	text-decoration:none;
	color:#666;
}

.contactthumb a:hover{
	text-decoration:none;
	color:#666;
}


/* ~~ 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;
}
.clearfloat { /* 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;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.subTitles{
	font-size:20px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#3E3E3E;
	letter-spacing:5px;
	padding-top:20px;
	padding-bottom:20px;
	margin: 0 auto;
	font-family: 'gotham-bookgotham-book';
}

.subTitles a{
	text-decoration:none;
	color:#666;
}

.subTitles a:hover{
	text-decoration:none;
	color: #090909;
}


#slideshow {
    position:relative;
	width:100%;
	height:100%;

}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}

#slideshow {
    position:relative;
	height:100%;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:4;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:4;
}

.mainwideImage{
	width:100%;
	display:inline-block;
}

.mainwideImage:after {
  padding-top: 35%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

.home_btn{
	width:280px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 10px #888888;
	margin:0 auto;
	margin-top:50px;
	clear: both;
	background: #cf9943;
}


.home_btn a{
	color:#fff;
	text-decoration:none;
}

.home_btn a:hover{
	color:#000;
	background: #faefbe;
	text-decoration:none;
}

.home_btnTxt{
	margin:15px;
	text-align:center;
	text-transform:uppercase;
	font-size:28px;
	font-family: 'gotham-lightgotham-light';	
}

.sprigDivider{
	padding: 40px 0px 40px 0px;
	background-image: url("../img/sprig-sm.png");
	background-repeat: repeat-x;
	background-position: center;
}

ul.homeList{
	padding: 10px 0px 20px 10px;
	font-size: 13px;
	text-align:left;
	font-family: Helvetica, sans-serif;
	list-style-image: none;
}

ul.homeList span{
	margin-left: 20px;
}

ul.homeList li{
	
}


@media screen and ( max-width: 400px ) {
img.responsive { width: 45px; }
}
@media screen and ( min-width: 1025px) {
img.responsive { width: 66px;}
}
img.responsive { height: auto; }


.mainTitle{
	font-size:25px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:15px;
	margin-top:20px;
	font-family: 'gotham-bookgotham-book';
	width: 80%;
	margin: 0 auto;
}


@font-face {
    font-family: 'gotham-bookgotham-book';
    src: url('../fonts/gothmbok-webfont.eot');
    src: url('../fonts/gothmbok-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothmbok-webfont.woff2') format('woff2'),
         url('../fonts/gothmbok-webfont.woff') format('woff'),
         url('../fonts/gothmbok-webfont.ttf') format('truetype'),
         url('../fonts/gothmbok-webfont.svg#gotham-bookgotham-book') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'gotham-lightgotham-light';
    src: url('../fonts/gothmlig-webfont.eot');
    src: url('../fonts/gothmlig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothmlig-webfont.woff2') format('woff2'),
         url('../fonts/gothmlig-webfont.woff') format('woff'),
         url('../fonts/gothmlig-webfont.ttf') format('truetype'),
         url('../fonts/gothmlig-webfont.svg#gotham-lightgotham-light') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}