/* CSS Document */
@import url("../webfonts/opensans_regular/stylesheet.css");
@import url("../webfonts/ftrabd/stylesheet.css");
@import url("../webfonts/ftrabk/stylesheet.css");
@import url("../webfonts/ftralt/stylesheet.css");


/*body {
	background-image: url(../images/bg/indexbg.png),url(../images/bg/marblebg.jpg);
	background-repeat: no-repeat,repeat;
	background-position: -300px 1150px;
	
} */
body {
	background-image: url(../images/bg/marblebg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}
#indexBody {
}
#intro {
	background-image: url(../images/bg/welcomeBG3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	height: 480px;
	padding-top: 15px;
}
#introCenter {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main {
	padding-bottom: 30px;
}
#mainRight {
	padding-top: 15px;
}
#mainLeft {
	padding-top: 15px;
	background-color: rgba(255,255,255,0.5);
	padding-bottom: 15px;
	border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border: 1px solid #F2F2F2;
         
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-webkit-border: 1px solid #F2F2F2;

-moz-border-bottom-left-radius: 3px;
-moz-border-bottom-right-radius: 3px;
-moz-border-top-left-radius: 3px;
-moz-border-top-right-radius: 3px;
-moz-border: 1px solid #F2F2F2;
}
#mainLeft a {
	text-decoration: none;
	color: #990;
	font-family: ftrabk, "Open Sans", Arial;
}
#mainLeft a:hover {
	text-decoration: none;
	color: #B1B616;
	font-family: ftrabk, "Open Sans", Arial;
}
.img {
	display: block;
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
	vertical-align: top;
	max-width: 120px;
}
#dont {
	text-align: center;
	padding-bottom: 30px;
}
#cta {
	height: 400px;
	background-repeat: no-repeat;
	background-color: #6C7954;
}
.cta {
	height: 300px;
	padding-top: 100px;
	text-align: center;
}
.left {
	float: left;
}
#form1 {
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 8px;
	margin-left: 8px;
}
.headerwhite {
	font-family: ftrabd, "Arial Black";
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
}
.header {
	font-family: ftrabd, "Arial Black";
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}
.header2 {
	font-family: ftrabd, "Arial Black";
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}
.mainfontwhite {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
}
.mainfontI {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: italic;
	line-height: normal;
	color: #333;
}
.mainfont {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #333;
}
.handWhite {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 40px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.handBlue {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #193A6C;
}
.button1 {
	display: block;
	background-color: #a2bba3;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	width: 50%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: ftrabd, "Arial Black";
}
.button1:hover {
	display: block;
	background-color: #C8D7C9;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabd, "Arial Black";
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	width: 50%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
 	border-top-right-radius: 2px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}
.button1:visited {
	color: #FFF;
}
.item {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

#leftTop p {
	margin-right: 8px;
	margin-left: 8px;
}
@media only screen and (min-width: 481px) {
#indexBody {
}
.mainfont {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	color: #333;
}
.img {
	display: block;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	vertical-align: top;
	max-width: 150px;
}
#intro {
	background-image: url(../images/bg/welcomeBG3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	height: 350px;
	padding-top: 15px;
}
.header2 {
	font-family: ftrabd, "Arial Black";
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.item {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
}
#indexBody {
}
#intro {
	background-image: url(../images/bg/welcomeBG3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	min-height: 500px;
	padding-top: 30px;
}
/*#intro {
	background-image: url(../images/bg/welcomeBG3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-bottom: 30px;
	min-height: 350px;
	padding-top: 30px;*/

#introCenter {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
#main {
	padding-bottom: 30px;
}
#mainLeft p {
	margin-right: 20px;
}
.mainfontI {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: italic;
	line-height: normal;
	color: #333;
}
.mainfont {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 21px;
	color: #333;
}
.mainfontwhite {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	color: #FFF;
}
.headerwhite {
	font-family: ftrabd, "Arial Black";
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
	color: #FFF;
}
.header {
	font-family: ftrabd, "Arial Black";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}
.header2 {
	font-family: ftrabd, "Arial Black";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}
.handWhite {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 60px;
	font-style: normal;
	line-height: 60px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.handBlue {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #193A6C;
}

.button1 {
	display: block;
	background-color: #a2bba3;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	width: 40%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: ftrabd, "Arial Black";
}
.button1:hover {
	display: block;
	background-color: #C8D7C9;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabd, "Arial Black";
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	width: 40%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}
.button1:visited {
	color: #FFF;
}
 h1, h2, h3, {
 margin-top: 0px;
 margin-bottom: 0px;
 padding: 0px;
 margin-right: 0px;
 margin-left: 0px;
}
}
@media only screen and (min-width: 1300px) {
.item {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
}
#leftTop p {
	margin-left: 8px;
}
.mainfontI {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	color: #333;
}
.mainfont {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #333;
}
.mainfontwhite {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 34px;
	color: #FFF;
}
.headerwhite {
	font-family: ftrabd, "Arial Black";
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
	color: #FFF;
}
.header {
	font-family: ftrabd, "Arial Black";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}
.header2 {
	font-family: ftrabd, "Arial Black";
	font-size: 52px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}

.handWhite {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 60px;
	font-style: normal;
	line-height: 60px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.handBlue {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #193A6C;
}
#intro {
	background-image: url(../images/bg/welcomeBG3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	min-height: 400px;
	padding-top: 30px;
}
}

/* CSS Document -----------------------------------------------------------------------*/

#lot {
	text-align: center;
	background-image: url(../images/bg/mapmobile.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding: 50% 0 50% 0;
	background-position: center top;
}
@media only screen and (min-width: 570px) {
#lot {
	text-align: center;
	background-image: url(../images/bg/map.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding: 15.63% 0 15.63% 0;
	background-position: left top;
	max-width: 1920px;
}
}
#r2Left {
	clear: none;
	float: left;
	width: 49%;
	display: block;
	text-align: center;
	border-right-width: 1px;
	border-right-style: ridge;
	border-right-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
}
#r2Right {
	clear: none;
	float: left;
	width: 50%;
	display: block;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#r1Left {
	clear: none;
	float: left;
	width: 49%;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: ridge;
	border-right-color: #CCCCCC;
	border-bottom-style: ridge;
	padding-bottom: 10px;
}
#r1Right {
	clear: none;
	float: left;
	width: 50%;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
#dont2 {
	text-align: center;
}
.tilt {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tilt:hover {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.bw {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.bw:hover {
	-webkit-filter: grayscale(100%);
}
