@import url(https://fonts.googleapis.com/css?family=Tangerine);
/*  font-family: 'Tangerine', cursive;  */

@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
/*  font-family: 'Lora', serif;  */



/* apply a natural box layout model to all elements, but allowing components to change */
html {
	box-sizing: border-box;
	overflow-y: scroll;
}
*, *:before, *:after {
	box-sizing: inherit;
}

img, object, embed, video {
	max-width: 100%;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */


body {
	font-family:  "cronos-pro",sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #AB5500;
}
p, h1, h2, h3, h4, h5 {
	padding-top: 0;
	margin-top: 0px;
}
a img {
	border: none;
}
img {
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}
.header-wrapper {
	background: #AB5500;

}
.header {
	max-width: 1010px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 25px 20px 30px 0px;
	min-height: 100px;
	font-family: Tangerine, cursive;
	font-size: 100px;
	color: #4B5F7C;
	text-align: center;
	font-weight:500;
	overflow: hidden;
}
.tagline-left {
	display: block;
	float: left;
	font-family: "halogen",sans-serif;
	font-size: 48px;
	color: #FFFFFF;
	font-weight:normal;
	float:right;
}
.header .tagline {
	font-family: "halogen",sans-serif;
	font-weight:bold;
	font-size: 18px;
	color: #cccc99;
	display: block;
	clear:both;
	float:right;
}
.header-text {
	width:70%;
	margin-left: -67px;	
}
.header-space {
	width:30%;
}

.top-nav-wrapper {
	width: 100%;
	font-weight: bold;
	background-color:#AB5500;
}
.home .top-nav-wrapper {
	position:absolute;
	z-index: 100;
}
.top-nav {
	max-width: 970px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-family: "halogen",sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;

}
.top-photo-wrapper {
	background: #FFFFFF;
	background: #18273C;
	background-size: cover;
	position:relative;
}
.top-photo {
	max-width: 970px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
.p7IR2-01 .online-res-btn {
	position: absolute;
	bottom: 20px;
	right: 180px;
	z-index: 100;
}
.title-bar-wrapper {
	background: #BF9F59;
	clear: both;
	overflow: hidden;
	border-top:6px solid white;
	border-bottom:6px solid white;
}
.title-bar {
	max-width: 1010px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 20px;
	color: #fff;
	font-size:30px;
	font-style:italic;
	text-align:center;
}
.gallery-wrapper {
	background-color:#fff;	
	overflow: hidden;
}
.gallery-content {
	overflow: hidden;
	max-width:1000px;
	padding-left:15px;
	padding-right: 15px;
	padding-top: 60px;
	padding-bottom: 40px;
	margin:auto;	
}


/* masonry grid */
.grid-item img {
	max-width:100%;
	height:auto;
}
.grid {
	overflow: hidden;
	display: none;
}
.grid-loader {
	display: block;
	color:#666666;
	text-align: center;
}
.grid-item{
	width: 18%;
	padding: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	padding: 10px;
	border: 1px solid #AB5500;
}
.grid-sizer {width:20%;}
.grid-item{ width: 18%;}


.bottom-wrapper {
	background-image:url(../images/background-image.jpg);	
	background-size: cover;
	background-attachment:fixed;
}
.content-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

.div-content {
	max-width: 970px;
	margin: 0 auto;
	padding: 30px 0;
	line-height: 1.3em;
	border-radius: 4px;
}

.content-right {
	width: 30%;	
	margin-left:3%;
	background-color: rgba(255,255,255,.7);
	float:right;
	padding:15px;
}
.content-right h4 a{
	font-size:18px;
	color:#aa5500;
	font-family: "cronos-pro",sans-serif;
	font-weight:bold;	
}
.content-main {
	width: 66%;
	float: left;
	padding:15px;
	background-color:rgba(255,255,255,.7);
}
.content-main .KT_tngtable td, .content-main .KT_tngtable td {
	border: none;
	padding: 8px;
	font-size: inherit !important;
	font-family: inherit !important;
}
.content-main .KT_tngtable input, .content-main .KT_tngtable select {
    font-size: inherit !important;
}
.content-wrapper ul {
	overflow: hidden;
}
.div-content ul {
	padding: 0 10px 0 20px;
	overflow:hidden;
	margin-left: 1em;
}

.div-content li { list-style: none; }


.div-content li::before {
	color: #41546F;
	content: "■";
	float: left;
	font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
	font-size: 100%;
	margin: -2px -15px;
	width: 1em;
	font-style: normal;
}



.footer-wrapper {
	overflow: hidden;
	clear: both;
	background-color: rgba(171,85,0,.7);
}
.footer {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: white;
	padding: 34px 15px 300px 15px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.4em;
}
.footer a {
	color: #fff !important;
}
.footer-left {
	width: 60%;
	float: left;
	margin-right: 2%;
	font-family: "cronos-pro",sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:1.8em;
}
.footer-left h4 {
	font-family: "cronos-pro",sans-serif;
	font-weight:bold;
	font-size:18px;	
	margin:0;
}
.footer-left ul li {
	font-family: "cronos-pro", sans-serif;
	font-weight:normal;
	font-size:18px;	
	line-height:1.2em;
}
.footer-left ul {
	padding:0 10px;
	margin:0;
}
.footer-left-1 {
	float:left;
	width: 30%;
	display:block;
	padding: 0 35px 0 0;
}
.footer-left-2 {
	float:left;
	width: 30%;
	display:block;
	padding: 0 35px 0 0;
}
.footer-left-3 {
	float:left;
	width: 39%;
	display:block;
	padding: 0 0 0 35px;
}
.footer-middle {
	float: left;
	width: 40%;
	margin-right: 2%
}
.footer-ta {
	margin-bottom: 20px;
}
.footer-coe {
	display: inline-block;
}
.footer-ta #CDSSCROLLINGRAVE.narrow {
	max-width: 343px !important;
	width: 100% !important;
}
.footer-coe #CDSWIDCOE {
    margin: 0px 10px 10px 0px !important;
}
.footer-right {
	float: right;
	font-family: "cronos-pro",sans-serif;
	font-size:14px;
	line-height:1.5em;
	text-align:right;
	width: 25%;
}

p.copyright {
	font-size: 12px;
}

.submit {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background: #AB5500;
	padding: 10px;
	margin-top: 10px;
	display: inline-block;
	cursor: pointer;
	border: none ;
}

h1 {
	font-family: "halogen",sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.0825em;
	color: #aa5500;
	margin-top: 20px;
}
h2 {
	font-family:  "halogen",sans-serif;
	font-size: 16px;
	letter-spacing: 0.0625em;
	font-weight:bold;
	color: #aa5500;
	line-height:1.3em;
}
h3 {
	font-family: 'Tangerine', cursive;;
	font-size: 28px;
	font-weight: 300;
	color: white;
	letter-spacing: 0.0625em;
}

h4 {
}
h5 {
}
strong  {
	font-weight: 600;
}


.left-box img {
	float:left;
	padding-right:29px;	
}

a:link, a:active, a:visited {
	color: #aa5500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.imageLeft {
	float: left;
	margin-right: 28px;
	margin-bottom: 5px;
}
.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 15px;
}
.imageLeftBordered {
	float: left;
	margin-right: 30px;
	margin-bottom: 8px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
.imageRightBordered {
	float: right;
	margin-left: 30px;
	margin-bottom: 8px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
img.imageCenterBordered {
	display: block;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	clear: both;
	margin-bottom: 8px;
}
img.imageCenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.bordered {
	margin-bottom: 8px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
#player_agate {
	max-width: 100% !important;
}
.map-wrapper {
	position: relative;
	/* [disabled]padding-bottom:100%;
*/
	padding-top: 0px;
	height: 0px;
	overflow: auto;
	margin-bottom: 20px;
}<script src="js/masonry.js"></script>
.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.div-content ul {
	overflow: hidden;
}


form.custom_resp div.fullColumnGroup {
	width: auto!important;
	display: block!important;
	float: none!important;
}
form.custom_resp div.formGroup {
	display: block!important;
	float: none!important;
}

img.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.gallery-thumb {
	width: 15%;
	margin-right: 5%;
	float: left;
	padding: 10px;
	border: 1px solid #AB5500;
	margin-bottom: 40px;
}
.gallery-thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.gallery-thumb:nth-child(5n+1) {
	clear: both;
}
 /* icons */
 .centered-buttons {
	 display: block;
	 text-align: center;
	 margin-top: 10px;
 }
 .searchbtn {
	 padding: 7px 10px;
	 font-size: 20px;
	 border: 2px solid #A6A7A7;
	 color: #A6A7A7;
	 border-radius: 3px;
	 margin: 0 auto;
 }
 .home-image-details .searchbtn {
	background:white;
 }
 .home-gallery-button {
	 padding: 5px 10px;
	 font-size: 20px;
	 background: white;
	 border: 2px solid #A6A7A7;
	 color: #A6A7A7 !important;
	 border-radius: 3px;
	 margin: 0 auto;
	 display: inline-block;
	 position: relative;
	 top: -1px;
 }
 

.home-image {
	position: relative;
}
.home-image img {
	display: block;
	width: 100%;
	height: auto;
}
.right-col .home-image {
	margin-bottom: 40px;
}
.home-top-left, .home-top-middle, .home-large {
	margin-right: 40px;
	margin-bottom: 40px;
}
.home-image-details {
	color: #3B3406;
    display: block;
    background: #ccc;
	transition: opacity ease-in-out 0.3s;
    position: absolute;
    padding-top:20%;
	text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
	opacity:0;
}
.home-image-large .home-image-details {
    padding-top:30%;
}
.home-top-left .home-image-details {
    padding-top:10%;
}
.home-top-middle .home-image-details {
    padding-top:10%;
}
.right-col .home-image-details {
    padding-top:10%;
}

.home-image:hover .home-image-details {
    opacity: 1;
	-webkit-backface-visibility: hidden;
}
 
 

.hideMobile{display:inherit;}
.showMobile{display:none;}

@media screen and (max-width:990px){
.grid-sizer {width:25%;}
.grid-item{ width: 23%;}
.p7PM3-01.horiz {
	left: 0px !important;
}
.header-text {
	margin-left: 0;	
}
}

@media screen and (max-width:900px) {
.header .tagline {
    margin-top: 0;
}
.top-nav {
    padding-left: 0;
}

}

@media screen and (max-width:800px) {
.gallery-thumb {
	width: 29%;
	margin-right: 4%;
	float: left;
}
.gallery-thumb:nth-child(5n+1) {
	clear: none;
}
.gallery-thumb:nth-child(3n+1) {
	clear: both;
}
.footer-left {
	float: none;
	width: auto;
	margin-right: 0;
}
.footer-middle {
	float: none;
	width: auto;
	margin-right: 0
}
.footer-right {
	float: none;
	width: auto;
	text-align:left;
}

.header-text {
	width:auto;	
	padding: 0 5px;
}
.tagline-left {
	float:none;	
}
.header{
	text-align:	left;
}

}
 @media screen and (max-width:700px) {
.grid-sizer {width:33%;}
.grid-item{ width: 31%;}
.home .top-nav-wrapper {
    position: static;
}
.p7IR2-01 .online-res-btn {
	position: static;
}

.footer-left {
	float: none;
	width: auto;
	padding-top: 10px;
}
.footer-right {
	float: none;
	width: auto;
	text-align: left;
}

.content-left {
	width: auto;
	margin-right: 0;
	float: none;
}
.content-main {
	width: auto;
	float: none;
}
.content-right{
	width:auto;
	float:none;	
	margin-left:0;
}

}
 @media screen and (max-width:600px) {
th, td {
	display: block;
	width: 100%;
}
.gallery-thumb {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.gallery-thumb:nth-child(5n+1), .gallery-thumb:nth-child(3n+1) {
	clear: none;
}
.gallery-thumb:nth-child(2n+1) { 
	clear: both;
}

.imageLeft, .imageRight, .imageLeftBordered, .imageRightBordered {
	float: none;
	margin: 0;
	display: block;
}


.div-content {
	width: auto;
	margin: 0;
	float: none;
}
.div-content form.custom_resp label {
	font-weight: normal;
	text-align: left;
	width: 100%;
	float: none;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.div-content form.custom_resp input, .div-content form.custom_resp textarea, .div-content form.custom_resp select {
	background-color: #FFF;
	padding: 5px 5px 5px 5px;
	width: 100%;
	margin: 0;
	margin-left: 0;
}
.div-content form.custom_resp span.buttonFieldGroup {
	text-align: center;
	display: block;
	float: none;
	padding-top: 15px;
	padding-left: 0;
}
.footer-left-1, .footer-left-2, .footer-left-3 {
	float:none;
	width: auto;
	display:block;
	padding: 0
}
}
 @media screen and (max-width:500px) {
.grid-sizer {width:50%;}
.grid-item{ width: 48%;}
.hideMobile{display:none !important;}
.showMobile{display:inherit !important;}
body {
	font-size: 16px;
}
.header {
	padding-right: 0;
}


.imageLeft {
	float: none;
	margin-right: 0;
	margin-bottom: 5px;
	margin-top: 0px;
	display: block;
}
.imageRight {
	float: none;
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: 0px;
	display: block;
}
.imageLeftBordered {
	float: none;
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0px;
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.5);
	display: block;
}
.imageRightBordered {
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-top: 0px;
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.5);
	display: block;
}

}
 @media screen and (max-width:400px) {
.grid-sizer {width:100%;}
.grid-item{ width: 98%;}
	 .gallery-thumb {
	width: 100%;
	margin-right: 0;
	float: none;
}
}
