@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');

p { margin: 0; }
ul { padding: 0; }
li { list-style: none; }
a {text-decoration: none; }
a:visited,a:link {
	background-color: none;
}


/*  2. Universal styles
--------------------------------------*/

* {
	font-family: 'Open Sans', sans serif;
 }
body { 
	margin:0px;
	padding:0px;
	color: #EEFFEE;
	background-color: #323439;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto 100%;
	}

h1 {
	font-family: 'Tangerine', cursive;
	font-size: 60px;
	color: #AAFFAA;
	line-height: 1.0;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.8);
	margin: 10px 0 10px 0;
}

h2 { 
	font-family: 'Open Sans', sans serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
	color: #AAFFAA;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 10px 0 10px 0px;
	}

h2 i { 
	font-family: 'Open Sans', sans serif;
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
	color: #EEFFEE;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 10px 0 10px 0px;
	}

h3 { 
	font-family: 'Tangerine', cursive;
	font-weight: 400;
	font-size: 42px;
	color: #EEFFEE;
	line-height: 1.0;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.8);
	margin: 15px 0 0 0;
	}

h4 { 
	font-family: 'Tangerine', cursive;
	font-weight: 400;
	font-size: 28px;
	color: #EEFFEE;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.8);
	margin: 10px 0 10px 0px;
	padding-left: 10px;
	}

form, ol, ul, ul a { 
	font-size: 16px;
	color: #EEEFFF;
	}
	
.topheading {
	display: block;
	width: 100%;
	margin: 50px 0px 0px 0px;
	color: #EEFFEE;
	text-align: left;
	border: 0;
	text-decoration: none;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: rgba(40,30,20,0.7);
	border: 0;
	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.7);
	}
	
.topheading  p { 
	font-family: 'Open Sans', sans serif;
	font-weight: 400;
	width: 100%;
	padding: 15px 0px 10px 0px;
	margin: 0px;
	color: #EEFFEE;
	font-weight: 300;
	text-align: right;
	font-style: normal;
	font-size: 15px;
	line-height: 1.5em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	}

.topheading  b { 
	font-family: 'Open Sans', sans serif;
 	font-weight: 600;
	color: #EEFFEE;
	font-size: 18px;
	font-style: normal;
	}

.topheading  p i { 
	color: #EEFFEE;
	}

.topheading  p i:hover { 
	color: #FFFFFF;
	}

.topheading a { 
	color: #EEFFEE;
	font-weight:  600;
	} 

.topheading  a:hover { 
	color: #FFFFFF;
	}

.topheading  a:hover i { 
	color: #FFFFFF;
	}

.toppic {
	box-sizing: border-box;
	width: 100%;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
	border: 0px;
	background: rgba(0,50,0,0.4);
}

.leftpic {
	box-sizing: border-box;
	width: 100%;
	margin: 15px auto 15px auto;
	padding: 10px;
	border: 0px;
	background: -webkit-linear-gradient(#82973C,#2F5428); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#82973C,#2F5428); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#82973C,#2F5428); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#82973C,#2F5428); /* Standard syntax (must be last) */
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.7);
}

.giftcard {
	box-sizing: border-box;
	margin: 6px auto 0px auto;
	padding: 10px;
	border: 0px;
	background: -webkit-linear-gradient(#82973C,#2F5428); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#82973C,#2F5428); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#82973C,#2F5428); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#82973C,#2F5428); /* Standard syntax (must be last) */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}

.giftcardlink {
	box-sizing: border-box;
	width: 100%;
	margin: 6px auto 0px auto;
	padding: 10px;
	border: 0px;
	background: -webkit-linear-gradient(#82973C,#2F5428); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#82973C,#2F5428); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#82973C,#2F5428); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#82973C,#2F5428); /* Standard syntax (must be last) */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	border-radius: 40px;
}

.giftcardlink:hover {
	background: -webkit-linear-gradient(#EEFFEE,#D0232E); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#EEFFEE,#D0232E); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#EEFFEE,#D0232E); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#EEFFEE,#D0232E);/* Standard syntax (must be last) */
}

.leftpiclink {
	box-sizing: border-box;
	width: 100%;
	margin: 6px auto 0px auto;
	padding: 10px;
	border: 0px;
	background: -webkit-linear-gradient(#82973C,#2F5428); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#82973C,#2F5428); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#82973C,#2F5428); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#82973C,#2F5428); /* Standard syntax (must be last) */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}

.leftpiclink:hover {
	background: -webkit-linear-gradient(#EEFFEE,#D0232E); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#EEFFEE,#D0232E); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#EEFFEE,#D0232E); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#EEFFEE,#D0232E);/* Standard syntax (must be last) */
}

.rightpic {
	box-sizing: border-box;
	width: 100%;
	margin: 0px auto 15px auto;
	padding: 10px;
	border: 0px;
	background: -webkit-linear-gradient(#82973C,#2F5428); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#82973C,#2F5428); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#82973C,#2F5428); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#82973C,#2F5428); /* Standard syntax (must be last) */
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.7);
}

.top-container { 
	max-width: 1500px;
	margin: 15px auto 15px auto;	
	border: 0;
	padding: 15px;
	border-radius: 0px;
	box-shadow: 0px 0px 10px rgba(50,0,0,0.5);
	background: rgba(50,30,20,0.7);
}

.top-content {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #333;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	background: rgba(0,0,0,0.4);
}

.main-container { 
	max-width: 1500px;
	margin: 15px auto 15px auto;	
	border: 0;
	border-radius: 0px;
	padding: 15px;
	box-shadow: 0px 0px 10px rgba(50,0,0,0.5);
	background: rgba(50,30,20,0.7);
}

.content-container {
	width: 100%;
	box-sizing: border-box;
	border: 0px solid #EFC97F;
	border-radius: 0px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	background: rgba(0,0,0,0.4);
	overflow: hidden;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.border-1 {
	box-sizing: border-box;
	border: 1px solid #EEFFEE;
	padding: 15px;
	border-radius:10px;
}

.selectbox {
 	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(#82973C,#2F5428); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#82973C,#2F5428); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#82973C,#2F5428); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#82973C,#2F5428); /* Standard syntax (must be last) */
	box-shadow: 0px 0px 9px  rgba(0,0,0,0.3);
	padding: 10px;
	border-radius: 8px;
	text-align: center;
}

.selectbox img {
 	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 50%;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	margin: 0px 0px 5px 0px;
}

.selectbox:hover img {
	border-radius: 5px;
}

.selectbox:hover a {
	color: #11CC66;
}

.selectbox a {
	font-family: 'Open Sans', sans serif;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2em;
	color: #EEFFEE;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: none;
	text-align: center;
}

.video {
	width: 650px;
	height: 380px;
	margin: 0px auto;
	padding: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border: 15px solid #424549;
	border-radius: 0px;
}

.space {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 1px;
	border: 0;
	background: none;
}

.spacer {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 0;
	background: -webkit-linear-gradient(#82973C,#2F5428); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#82973C,#2F5428); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#82973C,#2F5428); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#82973C,#2F5428); /* Standard syntax (must be last) */
}

.spacer h4 { 
	font-family: 'Tangerine', cursive;
	font-weight: 400;
	font-size: 40px;
	color: #EEFFEE;
	line-height: 1.0;
	text-shadow:  1px 1px 1px rgba(0,0,0,0.8);
	margin: -3px 0px;
	padding: 0px;
	}
	
.map {
	box-sizing: border-box;
	height: 500px;
	width: 100%;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	border: 0px solid #FFEE99;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	background: rgba(0,0,0,0.4);
}
.picborder	{
	border: 2px solid #EEFFEE;
	text-decoration:none;
	background: transparent;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

.donate {
	display: block;
	border: 0;
	width: 100%;
	margin: 30px 0px 0px 0px;
	background: rgba(150,150,150,0.4);
	padding: 15px 15px 25px 15px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.6);
	}

.slidepic	{
	border: 2px solid #EEFFEE;
	text-decoration:none;
	background: transparent;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}

.bottompic {
	box-sizing: border-box;
	width: 100%;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0;
}

.content { padding-top: 15px; }

p { 
	font-family: 'Open Sans', sans serif;
 	padding: 0px 10px 0px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #EEFFEE;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5em;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	}

p b i { 
	color: #EEFFEE;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	text-decoration: none;
	}

p i { 
	color: #EEFFEE;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
	}

p b { 
	color: #FF6020;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	}

p strong { 
	color: #EEFFEE;
	font-weight: 600;
	font-style: normal;
	font-size: 19px;
	text-decoration: none;
	}

p a { 
	color: #EEFFEE;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	}

p a:hover { 
	color: #FFFFFF;
	text-decoration: none;
	}

.pic-text { 
	color: #EEFFEE;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
	}

.row ul { 
	list-style: disc;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	color: #EEFFEE;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	}

.row ul li { 
	list-style: disc;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	color: #EEFFEE;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	}

ol { 
	list-style: decimal;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	color: #FFFFFF;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	}

ol li { 
	list-style: decimal;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	color: #FFFFFF;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	}

.subtitle { font-weight: bold; color: #909090; }

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}
.margin-top-0 {
	margin-top: -20px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-left-20 {
	margin-left: 20px;
}

.logo {
	max-width: 100%;
	border: 0px;
	margin: 0px 1px 1px 0px;
	padding: 15px 0px 10px 0px;
}

.photo {
	box-sizing: border-box;
	width: 100%;
	margin: 10px auto 0px auto;
	padding: 10px;
	border: 0px;
	background: -webkit-linear-gradient(#82973C,#2F5428); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#82973C,#2F5428); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#82973C,#2F5428); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#82973C,#2F5428); /* Standard syntax (must be last) */
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.7);
}

.rightphoto {
	margin: 15px 0px 20px 0px;
	padding: 0px;
	border: 1px solid #EEFFEE;
	max-width: 100%;
}

.property-search { 
	display: block;
	width: 100%;
	border: 1px solid #EEFFEE;
	background: rgba(0,50,10,0.7);
	padding: 0px;
	margin: 10px 0px 15px 0px;
	border-radius: 4px;
	height: 650px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.7);
	}

.topview { 
	display: block;
	width: 100%;
	border: 1px solid #EEFFEE;
	background: rgba(60,0,10,0.7);
	padding: 5px 10px 8px 10px;
	margin: 15px 0px 5px 0px;
	color: #EEFFEE;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	}

.topview:hover { 
	border: 1px solid #FFF;
	text-decoration: none;
	background: rgba(0,0,0,0.7);
	color: #FFFFFF;
	}

.newsletter, .topviews { 
	display: block;
	width: 100%;
	border: 1px solid #EEFFEE;
	background: rgba(60,0,10,0.7);
	padding: 5px 10px 3px 10px;
	margin: 15px 0px 5px 0px;
	color: #EEFFEE;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	}

.newsletter:hover, .topviews:hover { 
	border: 1px solid #FFF;
	text-decoration: none;
	background: rgba(0,0,0,0.7);
	color: #FFFFFF;
	}

.tour {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-top: 1px solid #EEFFEE;
	border-left: 1px solid #EEFFEE;
	border-right: 1px solid #652;
	border-bottom: 1px solid #652;
	background: rgba(255,230,153,0.7);	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.tour:hover {
	border-top: 1px solid #652;
	border-left: 1px solid #652;
	border-right: 1px solid #210;
	border-bottom: 1px solid #210;
	background: rgba(50,30,5,0.5);
}

.picture {
	color: #000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #EEFFEE;
	border-left: 1px solid #EEFFEE;
	border-right: 1px solid #652;
	border-bottom: 1px solid #652;
	background: rgba(255,230,153,0.7);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.picture img {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 1px solid #431;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.resize {
	display: block;
	width: 100%;
	margin: 10px auto 15px auto;
	padding: 10px;
	border: 0;
	text-align: center;
	font-size: 18px;
	color: #FFCC66;
	text-decoration: none;
	background: -webkit-linear-gradient(#82973C,#2F5428); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#82973C,#2F5428); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#82973C,#2F5428); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#82973C,#2F5428); /* Standard syntax (must be last) */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.resize i {
	color: #FFCC66;
}

.resize:hover i {
	color: #FFFFFF;
}

.resize:hover {
	background: -webkit-linear-gradient(#EE9933,#880000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#EE9933,#880000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#EE9933,#880000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#EE9933,#880000);/* Standard syntax (must be last) */
	text-decoration: none;
	color: #FFFFFF;
}

.contact {
	width: 100%;
	margin: 25px 0px 10px 0px;
	padding: 10px 25px 10px 25px;
	border: 0;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
    background: #0022AA;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}

.contact:hover {
	width: 100%;
	margin: 27px 2px 8px -2px;
	color: #002288;
	text-decoration: none;
    background: #FFFFFF;
}

.staff {
 	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #000;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #EEFFEE;
	border-left: 1px solid #EEFFEE;
	border-right: 1px solid #652;
	border-bottom: 1px solid #652;
	background: rgba(255,230,153,0.7);	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.staff img {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 1px solid #431;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.staff:hover {
	border-top: 1px solid #652;
	border-left: 1px solid #652;
	border-right: 1px solid #110;
	border-bottom: 1px solid #110;
	background: rgba(50,30,5,0.5);
}

.staff a{
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.staff a:hover{
	color: #FFF;
	text-decoration: none;
}

.details table{
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 20px 10px;
	text-align: left;
}

.yl {
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	color: #EEFFEE;
}

.wh {
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	color: #FFF;
}

.property {
	max-width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-top: 1px solid #EEFFEE;
	border-left: 1px solid #EEFFEE;
	border-right: 1px solid #652;
	border-bottom: 1px solid #652;
	background: rgba(255,230,153,0.7);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.property:hover {
	border-top: 1px solid #652;
	border-left: 1px solid #652;
	border-right: 1px solid #210;
	border-bottom: 1px solid #210;
	background: rgba(50,30,5,0.5);
}

.resize {
	display: block;
	width: 100%;
	margin: 10px auto 15px auto;
	padding: 10px;
	border: 0;
	text-align: center;
	font-size: 18px;
	color: #FFCC66;
	text-decoration: none;
	background: -webkit-linear-gradient(#82973C,#2F5428); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#82973C,#2F5428); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#82973C,#2F5428); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#82973C,#2F5428); /* Standard syntax (must be last) */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.resize i {
	color: #FFCC66;
}

.resize:hover i {
	color: #FFFFFF;
}

.resize:hover {
	background: -webkit-linear-gradient(#EE9933,#880000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#EE9933,#880000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#EE9933,#880000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#EE9933,#880000);/* Standard syntax (must be last) */
	text-decoration: none;
	color: #FFFFFF;
}

	
.infoname { 
	font-family: 'Tangerine', cursive;
	font-weight: 400;
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 0px 0px;
	color: #EEEFFF;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 1.1em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	}

.infotext { 
	font-family: 'Tangerine', cursive;
	font-weight: 400;
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 0px 0px;
	color: #FFFFFF;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 1.1em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	}
	
.sentence {
	display: block;
}

.sentence:after{
	clear:both
	}

.sentence:after,.sentence:before{
	display:table;
	content:" "
	}

.property-details p b { 
	font-family: 'Open Sans', sans serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 18px;
	font-style: normal;
	}

.light {
	display: block;
	background: #323539;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border: 0;
	width: 100%;
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.8);
}

.green {
	display: block;
	background: rgba(0,50,0,0.2);
	margin: 0px 0px 15px 0px;
	padding: 15px 0px 10px 0px;
	border: 1px solid #EEFFEE;
	width: 100%;
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.8);
}

.broker {
	background: rgba(0,50,0,0.2);
	padding: 10px 0px 10px 0px;
	border: 1px solid #EEFFEE;
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.8);
}

.greenphotos {
	display: block;
	background: rgba(0,50,0,0.4);
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border: 1px solid #EEFFEE;
	width: 100%;
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.8);
}

.fb-page {
	display: block;
	width: 100%;
	border: 0;
	min-height: 900px;
	margin: 6px auto 6px auto;
	padding: 10px;
	border: 0px;
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
}
i {	color: #EEEFFF; }

/*--Footer--*/

footer {
	border: 0;
	margin-top: 15px;
	background: rgba(50,30,20,0.7);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}

.footer-title {
	font-family: 'Open Sans', sans serif;
 	font-size: 16px;
	font-weight: 600;
	color: #EEFFEE;
	text-transform: uppercase;
	padding: 10px 0px;
	}

.shop-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-shadow: none;
	}

.shop-list ul li {
	list-style: none;
	font-size: 16px;
	margin: 0px 10px;
	text-shadow: none;
	color: #EEFFEE;
	}

.shop-list i {
	font-size: 18px;
	margin-right: 5px;
	color: #EEFFEE;
	}

.shop-list a {
	text-transform: uppercase;
	color: #EEFFEE;
	font-weight: 600;
	font-size: 13px;
	text-shadow: none;
	}

.shop-list a:hover {
	color: #FFF;
	text-decoration: none;
	}

.more-info p {
	font-size: 16px;
	color: #EEFFEE;
	line-height: 1.8em;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	}

.more-info i {
	margin-right: 5px;
	color: #EEEFFF;
	}

.more-info i:hover {
	color: rgb(8,108,180);
	}

.bottom-footer {
	border: 0;
	text-align: center;
	padding: 10px 0 10px 0;
	background: -webkit-linear-gradient(#82973C,#2F5428); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#82973C,#2F5428); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#82973C,#2F5428); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#82973C,#2F5428); /* Standard syntax (must be last) */
	}

.bottom-footer p {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	}

/*-- End Footer --*/

ul.checkmark li:before { 
	font-family: 'FontAwesome'; 
	content: '\f058'; 
	margin:0 5px 0 -15px; 
	color: #929292; 
} 
ul.pad-left {	
	overflow: auto;	
	padding-left: 30px;	
	line-height: 1.8em; 
}
img.shadow { box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5); }
p.justify { text-align: justify; }
.maxweb-detail img { 
	max-width: 250px; 
	width: 100%; 
	height: auto;
	margin-right: 15px;	
	margin-bottom: 15px; 
}
.fa { margin: 6px; }
.left { float: left; }
.right { float: right; }

.righttop { 
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
.leftttop { 
	float: right;
	margin: 0px;
	padding: 0px;
	}
.center-text { text-align: center; }

/*-- End Latest Posts --*/




/* 3. Media queries 
-----------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.topheading  p { 
		font-size: 17px;
		line-height: 1.2em;
		text-align: left;
	}
		.righttop {
		margin-bottom: 10px;
	}
	.logoimg {
		text-align: left;
	}
}

@media screen and (max-width: 980px) {
	.topheading  p { 
		font-size: 15px;
		line-height: 1.2em;
		text-align: left;
	}
		.righttop {
		margin-bottom: 10px;
	}

}
@media screen and (max-width: 806px) and (min-width: 701px) {
	.topheading  p { 
		font-size: 15px;
		line-height: 1.1em;
		text-align: left;
	}
	.video {
		width: 560px;
		height: 330px;
	}
		.columbine {
		display: none;
	}

}
@media screen and (max-width: 700px) {
	header {
		padding-top: 0;
		padding-bottom: 0;
	}
	h1 { 
	margin-top: 10;
	font-size: 36px;
	}
	h2 { 
		margin-bottom: 20px;
		font-size: 20px;
		}
	.video {
		width: 560px;
		height: 330px;
	}
	.topheading  p { 
		font-size: 15px;
		line-height: 1.1em;
		text-align: center;
	}
		.righttop, .columbine {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.about-detail ul { padding-left: 20px;	}
	img.left {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.logoimg {
		text-align: center;
	}
	.social { clear: both; }
	.topheading  p { 
		font-size: 16px;
		line-height: 1.1em;
		text-align: center;
	}
}
@media screen and (max-width:480px) {
	.video {
		width: 360px;
		height: 212px;
	}
	.topheading  p { 
		font-size: 16px;
		line-height: 1.1em;
		text-align: center;
	}
}
@media screen and (max-width:400px) {
	.video {
		width: 300px;
		height: 180px;
	}
	.topheading  p { 
		fo