@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=Tinos:ital,wght@0,400;0,700;1,400;1,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: #FEA;
	background-color: #323439;
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto 100%;
	}

h1 {
	font-family: 'Tinos', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 40px;
	color: #0066BB;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
	line-height: 1.1;
	margin: 10px 0 10px 0;
}

h2 { 
	font-family: 'Tinos', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 30px;
	color: #005533;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
	line-height: 1.1;
	margin: 10px 0 10px 0;
	}

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

h3 { 
	font-family: 'Tinos', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 30px;
	color: #550033;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
	line-height: 1.1;
	margin: 10px 0 10px 0;
	}

h4 { 
	font-family: 'Tinos', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 40px;
	color: #0066BB;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
	line-height: 1.1;
	margin: 10px 0 10px 0;
	}

form, ol, ul, ul a { 
	font-size: 16px;
	color: #EEEFFF;
	}
	
.topheading {
	display: block;
	width: 100%;
	margin: 50px 0px 0px 0px;
	color: #222;
	text-align: left;
	border: 0;
	text-decoration: none;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: rgba(255,255,255,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: 600;
	width: 100%;
	padding: 15px 0px 10px 0px;
	margin: 0px;
	color: #0066BB;
	text-align: right;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5em;
	}

.topheading  b { 
	font-family: 'Open Sans', sans serif;
 	font-weight: 700;
	color: #030;
	font-size: 24px;
	font-style: normal;
	}

.topheading  p i { 
	color: #006622;
	}

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

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

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

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

.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 0px auto;
	padding: 15px;
	border: 0px;
	background: url(../images/photo.jpg);
	border-top: 2px solid #BB9966;
	border-left: 2px solid #BB9966;
	border-bottom: 2px solid #332211;
	border-right: 2px solid #332211;
	border-radius: 10px;
}

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

.leftpiclink: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(#11AA55,#005522);/* 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(#363636,#161616); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#363636,#161616); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#363636,#161616); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#363636,#161616); /* Standard syntax (must be last) */
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.7);
}

.main-container { 
	max-width: 1500px;
	margin: 15px auto 15px auto;	
	border: 0;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(50,0,0,0.5);
	background-color: rgba(255,255,255,0.8);
	background-image: url(../images/flowers-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.content-container {
	background-image: url(../images/flowers-right.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	box-sizing: border-box;
	border: 0;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: none;
}

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

.selectbox {
 	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	box-shadow: 0px 0px 9px  rgba(0,0,0,0.3);
	padding: 15px 15px 0px 15px;
	margin: 10px 0px 10px 0px;
	border-radius: 8px;
	text-align: center;
	background: url(../images/photo.jpg);
	border-top: 2px solid #BB9966;
	border-left: 2px solid #BB9966;
	border-bottom: 2px solid #332211;
	border-right: 2px solid #332211;
}

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

.selectbox:hover img {
	border-radius: 50%;
}

.selectbox:hover a {
	color: #FFEEAA;
}

.selectbox a {
	font-family: 'Open Sans', sans serif;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	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 10px 0px;
	padding: 1px;
	border: 0;
	background: #333;
}

.spacer {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 0;
	background: url(../images/menu.png);
	border-top: 2px solid #BB9966;
	border-bottom: 2px solid #332211;
}

.spacer h4 { 
	font-family: 'Tinos', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	color: #ED8;
	line-height: 1.0;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.8);
	margin: -3px 0px;
	padding: 0px;
	}
	
.map {
	box-sizing: border-box;
	height: 400px;
	width: 100%;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0;
	background:none;
}
.maps {
	box-sizing: border-box;
	height: 400px;
	width: 100%;
	background: none;
	margin: 15px 0px 0px 0px;
	padding: 10px;
	border: 0;
	background: url(../images/photo.jpg);
	border-top: 2px solid #BB9966;
	border-left: 2px solid #BB9966;
	border-bottom: 2px solid #332211;
	border-right: 2px solid #332211;
	border-radius: 10px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.6);
}
.picborder	{
	border: 2px solid #FEA;
	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 #FEA;
	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: 10px 10px 0px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #221d55;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	}

p b { 
	color: #661d55;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	}

p strong { 
	color: #0066BB;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	text-decoration: none;
	}

p a { 
	color: #0066BB;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	}

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

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

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

.pic-text { 
	color: #FECB20;
	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: #FFFFFF;
	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: #FFFFFF;
	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;
}
.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;
}

.padding-left-30 {
	padding-left: 30px;
}

.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(#363636,#161616); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#363636,#161616); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#363636,#161616); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#363636,#161616); /* 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 #FEA;
	max-width: 100%;
}

.property-search { 
	display: block;
	width: 100%;
	border: 1px solid #FEA;
	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 #FEA;
	background: rgba(60,0,10,0.7);
	padding: 5px 10px 8px 10px;
	margin: 15px 0px 5px 0px;
	color: #FEA;
	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 #FEA;
	background: rgba(60,0,10,0.7);
	padding: 5px 10px 3px 10px;
	margin: 15px 0px 5px 0px;
	color: #FEA;
	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 #FEA;
	border-left: 1px solid #FEA;
	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 {
	max-width: 90%;
	color: #000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	border: 0;
	margin: 20px auto;
	padding: 0px;
	background: none;
	box-shadow: 3px 3px 5px 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(#363636,#161616); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#363636,#161616); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#363636,#161616); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#363636,#161616); /* 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 #FEA;
	border-left: 1px solid #FEA;
	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: #FEA;
}

.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 #FEA;
	border-left: 1px solid #FEA;
	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);
}

.viewbutton { 
	display: block;
	width: 100%;
	height: 36px;
	padding: 3px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	color: #FFF;
	border-radius: 4px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border:0;
	background: -webkit-linear-gradient(#842955,#5A0A25); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#842955,#5A0A25); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#842955,#5A0A25); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#842955,#5A0A25); /* Standard syntax (must be last) */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}

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

.viewbutton.active  i { 
	color: #FFF;
	}
	
.viewbutton:hover  i { 
	color: #FFF;
	}
	
.infoname { 
	font-family: 'Tinos', serif;
	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: 'Tinos', serif;
	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 #FEA;
	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 #FEA;
	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 #FEA;
	width: 100%;
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.8);
}

.fb-page {
	display: block;
	width: 100%;
	border: 0;
	min-height: 920px;
	margin: 6px auto 6px auto;
	padding: 10px;
	border: 0px;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	background:none;
}
i {	color: #EEEFFF; }

/*--Footer--*/

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

.footer-title {
	font-family: 'Open Sans', sans serif;
 	font-size: 16px;
	font-weight: 600;
	color: #FECB20;
	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: 14px;
	margin: 0px 10px;
	text-shadow: none;
	color: #EEEFFF;
	}

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

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

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

.more-info p {
	font-size: 14px;
	color: #EEEFFF;
	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: 5px 0 5px 0;
	background: -webkit-linear-gradient(#555,#333); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#555,#333); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#555,#333); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#555,#333); /* Standard syntax (must be last) */
	}

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

.bottom-footer a {
	color: #FEA;
	}

/*-- 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;
	}
	
	.main-container {
			background-image: none;
	}

	h3 { 
		margin-bottom: 20px;
		font-size: 28px;
		}
	.content-container {
			background-image: none;
	}

}
@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: 0;
	font-size: 36px;
	}
	h2 { 
		margin-bottom: 20px;
		font-size: 24px;
		}
	h3 { 
		margin-bottom: 20px;
		font-size: 20px;
		}
	h4 { 
		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;
	}
	.maps {
		height:250px;
	}
	.social { clear: both; }
	.topheading  p { 
		font-size: 14px;
		line-height: 1.1em;
		text-align: center;
	}
}
@media screen and (max-width:480px) {
	.video {
		width: 360px;
		height: 212px;
	}
	.topheading  p { 
		font-size: 14px;
		line-height: 1.1em;
		text-align: center;
	}
}
@media screen and (max-width:400px) {
	.video {
		width: 300px;
		height: 180px;
	}
	.topheading  p { 
		font-size: 14px;
		line-height: 1.1em;
		text-align: center;
	}
}