/* CSS Document */
/************************************************** GLOBALS **************************************************/
:root {
	font-size: 62.5%;
	/* Assumes browser default is 16px, 62.5% of 16px is 10px. Which makes 1rem = 10px */
}

* {
	padding: 0px;
	margin: 0px;
}

html, body {
	width: 100%;
	min-height: 100%;
}

body {
	background-color: #000;
}

hr {
	width: 75%;
	height: 1px;
	border: none;
	background-color: #006600;
	margin: 10px auto;
	clear: both;
}

a {
	text-decoration: none;
}
	/************************************************** CONTAINERS **************************************************/
#wrapper {
	width: 1050px;
	margin: 0px auto;
	background-image: url(images/backgrounds/content-main.jpg);
	background-position: top;
	background-repeat: repeat-y;
	border: solid;
	border-color: #006600;
	border-width: 0px 1px;
	clear: both;
}

#leftCol {
	width: 235px;
	float: left;
}

#contentWrapper {
	width: 580px;
	float: left;
}

#rightCol {
	width: 235px;
	float: right;
}
	/************************************************** HEADER **************************************************/
.header {
	width: 1050px;
	height: 105px;
	margin: 0px auto;
}
	/************************************************** MENU **************************************************/
.menu {
	text-align: center;
	width: 225px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px;
	background-color: rgba(0, 51, 0, 0.95);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 5px 1px #000;
	-webkit-box-shadow: inset 0 0 5px 1px #000;
	box-shadow: inset 0 0 5px 1px #000;
}

.menu-category {
	margin-top: 10px;
}

.menu-category h3 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	background-image: url(images/backgrounds/menu-cat-BG.png);
	background-position: bottom;
	border: solid;
	border-color: #006600;
	border-width: 1px;
	font-family: "Tempus Sans ITC";
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	text-shadow: -1px -1px 0px #000;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu ul {
	list-style: none;
	width: 205px;
	padding-top: 10px;
	margin: 0px auto;
}

.menu li>a {
	display: block;
	border: solid;
	border-color: transparent;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.5;
	text-shadow: 1px 1px 0px #000;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.menu li>a:hover {
	color: #ffff00;
	cursor: pointer;
	border-color: #006600;
}
	/************************************************** CONTENT **************************************************/
.content {
	width: 580px;
	padding-top: 10px;
	margin: 5px 0px;
	background-color: rgba(0, 51, 0, 0.7);
	-moz-box-shadow: inset 0 0 5px 1px #000;
	-webkit-box-shadow: inset 0 0 5px 1px #000;
	box-shadow: inset 0 0 5px 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #fdfdfd;
	padding: 20px 25px;
	letter-spacing: 2px;
}

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fdfdfd;
	padding: 5px 25px;
	letter-spacing: 2px;
	line-height: 1.25;
}

.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fdfdfd;
	letter-spacing: 2px;
	padding: 15px 25px;
}

.content ul {
	padding: 25px 50px;
}

.content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fdfdfd;
	letter-spacing: 2px;
}

.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fdfdfd;
	letter-spacing: 2px;
	font-style: italic;
	text-decoration: underline;
}

.content a:hover {
	color: #ffff00;
}

.contentFooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	color: #fdfdfd;
	letter-spacing: 2px;
	padding: 25px 25px;
}

.contentColLt {
	width: 290px;
	float: left;
}

.contentColLt input {
	margin: 10px 0px;
}

.contentColRt {
	width: 290px;
	float: right;
}

.contentColRt input {
	margin: 10px 0px;
}
	/************************************************** FOOTER **************************************************/
.footer {
	margin: 0px auto 5px auto;
	width: 580px;
	background-color: rgba(0, 51, 0, 0.95);
	-webkit-box-shadow: inset 0 0 5px 1px #000;
	-moz-box-shadow: inset 0 0 5px 1px #000;
	box-shadow: inset 0 0 5px 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.footerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fdfdfd;
	letter-spacing: 1px;
	padding: 25px;
}
	/************************************************** INFO BOX **************************************************/
.infoBox {
	text-align: center;
	width: 225px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px;
	background-color: rgba(0, 51, 0, 0.95);
	-webkit-box-shadow: inset 0 0 5px 1px #000;
	-moz-box-shadow: inset 0 0 5px 1px #000;
	box-shadow: inset 0 0 5px 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.infoBox img {
	margin: 0px auto;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid;
	border-color: #330000;
	border-width: 1px;
}

.infoBox h3 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	background-image: url(images/backgrounds/menu-cat-BG.png);
	background-position: bottom;
	font-family: "Tempus Sans ITC";
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	text-shadow: -1px -1px 0px #000;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid;
	border-color: #006600;
	border-width: 1px;
}

.infoBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.5;
	display: block;
	text-shadow: 1px 1px 0px #000;
	margin-bottom: 5px;
}
	/************************************************** CENTER BOX **************************************************/
.ctrBox {
	width: 580px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px 0px;
	text-align: center;
	background-color: rgba(0, 51, 0, 0.95);
	-webkit-box-shadow: inset 0 0 5px 1px #000;
	-moz-box-shadow: inset 0 0 5px 1px #000;
	box-shadow: inset 0 0 5px 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.ctrBox img {
	margin: 0px auto;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid;
	border-color: #330000;
	border-width: 1px;
}

.ctrBox h3 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	background-image: url(images/backgrounds/menu-cat-BG.png);
	background-position: bottom;
	font-family: "Tempus Sans ITC";
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	text-shadow: -1px -1px 0px #000;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid;
	border-color: #006600;
	border-width: 1px;
}

.ctrBxTable {
	display: table;
	width: 580px;
}

.ctrBxRow {
	display: table-row;
}

.ctrBxCell {
	display: table-cell;
	width: 193px;
	text-align: center;
}

.ctrBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.5;
	text-shadow: 1px 1px 0px #000;
	margin-bottom: 5px;
}
	/************************************************** LIGHTBOX **************************************************/
/****** FILMSTRIP ******/
#amazingcarousel-1 {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1050px;
	margin: 0px auto 0px;
}

#amazingcarousel-1 .amazingcarousel-image {
	position: relative;
}

#amazingcarousel-1 .amazingcarousel-image img {
	display: block;
	border: 0;
}

#amazingcarousel-1 .amazingcarousel-item-container {
	text-align: center;
	padding-top: 17px;
	padding-bottom: 17px;
} /****** FEATURED PHOTOS ******/
#amazingcarousel-2 {
	display: block;
	position: relative;
	width: 210px;
	margin: 0px auto;
}

#amazingcarousel-2 .amazingcarousel-image {
	position: relative;
}

#amazingcarousel-2 .amazingcarousel-image img {
	display: block;
	margin: 10px auto 5px;
	border: 0;
}

#amazingcarousel-2 .amazingcarousel-item-container {
	text-align: center;
}

#amazingcarousel-2 .amazingcarousel-item-container:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
} /****** REAL ESTATE ******/
#amazingcarousel-3 .amazingcarousel-image {
	position: relative;
	padding: 0px;
}

#amazingcarousel-3 .amazingcarousel-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid;
	border-color: #330000;
	border-width: 1px;
}

#amazingcarousel-3 .amazingcarousel-title {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.5;
	display: block;
	text-shadow: 1px 1px 0px #000;
	margin-bottom: 5px;
} /* carousel */
#amazingcarousel-container-3 {
	padding: 32px 48px;
}

#amazingcarousel-3 .amazingcarousel-list-container {
	padding: 16px 0;
} /* item */
#amazingcarousel-3 .amazingcarousel-item-container {
	text-align: center;
	padding: 4px;
} /* arrows */
#amazingcarousel-3 .amazingcarousel-prev {
	left: 0%;
	top: 45%;
	margin-left: -48px;
	margin-top: -16px;
}

#amazingcarousel-3 .amazingcarousel-next {
	right: 0%;
	top: 45%;
	margin-right: -48px;
	margin-top: -16px;
} /* navigation bullets */
#amazingcarousel-3 .amazingcarousel-nav {
	position: absolute;
	width: 100%;
	top: 100%;
}

#amazingcarousel-3 .amazingcarousel-bullet-wrapper {
	margin: 4px auto;
}
	/************************************************** MISC **************************************************/
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fdfdfd;
	letter-spacing: 1px;
	padding: 25px;
	text-align: center;
}

.copyright a {
	text-decoration: none;
	color: #fdfdfd;
}

.copyright a:hover {
	color: #ffff00;
}

.submitButton {
	margin: 0px auto;
	display: block;
	overflow: hidden;
	max-width: 229px;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	background-image: url(images/backgrounds/button-229x40.png);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 40px;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid;
	border-color: #006600;
	border-width: 1px;
}

.submitButton:hover {
	background-position: top;
	color: #ffff00;
	cursor: pointer;
}

.clearfix {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	padding: 0;
	margin: 0;
	border: none;
}

e-data::after {
	content: attr(mail-domain);
}

e-data::before {
	content: attr(mail-user);
}

.contactlink {
	color: #ffff00;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
}
	/************************************************** FADESHOW **************************************************/
#fadeshowBorder {
	margin: 12px 17px;
	float: left;
	padding: 7px;
	border: solid;
	border-color: #006600;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.3);
}

#fadeshow1 {
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#fadeshowBorder img {
	margin: auto;
	-webkit-box-shadow: 0 4px 3px -3px #000;
	-moz-box-shadow: 0 4px 3px -3px #000;
	box-shadow: 0 4px 3px -3px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid;
	border-color: #330000;
	border-width: 1px;
}
	/************************************************** CONTACT FORM **************************************************/
#contactform textarea {
	overflow: hidden
}

#contactform input:not([type=submit]), #contactform textarea {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 14px;
	color: #000;
	background-color: rgba(255, 255, 255, .5)
}

#contactform input:required:valid, #contactform textarea:required:valid
	{
	color: #fff;
	background-color: rgba(83, 150, 102, .5);
	border: 1px solid #33cc66
}

#contactform input:required:invalid, #contactform textarea:required:invalid
	{
	border: 1px solid #ffff00
}

#contactform input:focus {
	border: 1px solid #00ff00
}

#contactform input[type=checkbox]:before {
	border: 1px solid #000
}

input[type=checkbox]:checked:after {
	border: 1px solid #33cc66
}

input:focus::-webkit-input-placeholder {
	color: transparent
}

input:focus:-moz-placeholder {
	color: transparent
}

input:focus::-moz-placeholder {
	color: transparent
}

input:focus:-ms-input-placeholder {
	color: transparent
}

p.note {
	text-align: center;
	font-style: italic;
	font-size: 1.3rem
}

span.redAsterisk {
	font-family: "MS Serif", "Book Antiqua", "Palatino Linotype", serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	color: #ffff00;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
	width: 16px;
	margin: 0;
	padding: 0
}
	/************************************************** TOOLTIP TEXT **************************************************/
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	/* If you want dots under the hoverable text */
} /* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: 95%;
	left: 50%;
	margin-left: -60px;
	/* Use half of the width (120/2 = 60), to center the tooltip */
}
	/* .tooltip .tooltiptext::after {     content: " ";     position: absolute;     bottom: 100%;     left: 50%;     margin-left: -5px;     border-width: 5px;     border-style: solid;     border-color: transparent transparent black transparent;} */
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}
	/************************************************** MISC **************************************************/
.errorTxt {
	color: #ff0000;
	font-weight: bold;
}

.captchaWrapper {
	width: 580px;
	text-align: center;
}

.g-recaptcha {
	display: inline-block;
	margin: 15px;
}

#rbDet {
	display: none;
}