@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import 'https://fonts.googleapis.com/css?family=Tangerine:400,700';

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: #FFEEAA;
	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-weight: 700;
	font-size: 56px;
	color: #FFEEAA;
	line-height: 1.2;
	margin: 10px 0 10px 0;
}

h2 { 
	font-family: 'Open Sans', sans serif;
	font-weight: 400;
	font-size: 24px;
	color: #FFEEAA;
	line-height: 1.2;
	margin: 10px 10px 10px 10px;
	}

h2 i { 
	font-family: 'Open Sans', sans serif;
	font-weight: 600;
	font-size: 24px;
	font-weight: italic;
	color: #FFEEAA;
	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: 600;
	font-size: 42px;
	color: #FFEEAA;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.8);
	margin: 10px 0px 0px 0;
	padding: 0px;
	}

h2 { font-weight: 300; }

form, ol, ul, ul a { 
	font-size: 16px;
	color: #EEEFFF;
	}
	
.topheading {
	display: block;
	width: 100%;
	margin: 50px 0px 0px 0px;
	color: #FFEEAA;
	text-align: left;
	border: 0;
	text-decoration: none;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: rgba(248,145,104,0.7);
	border: 0;
	border-bottom: 1px solid #FFEEAA;
	box-shadow: inset 0px 0px 15px 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: #FFEEAA;
	font-weight: 300;
	text-align: right;
	font-style: normal;
	font-size: 15px;
	line-height: 1.5em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	}

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

.topheading  p i { 
	color: #FFEEAA;
	}

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

.topheading a { 
	color: #FFEEAA;
	font-weight: 300;
	} 

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

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

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

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

.leftpic {
	box-sizing: border-box;
	width: 100%;
	margin: 4px auto 5px auto;
	padding: 10px;
	border: 0px;
	background: #F9B27E;
	box-shadow: inset 0px 0px 10px rgba(60,0,0,0.9);
}


.spacer {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 1px;
	background: #FFF;
	text-align: center;
}

.spacer h3 { 
	font-family: 'Tangerine', cursive;
	font-weight: 700;
	font-size: 24px;
	color: #FFEEAA;
	line-height: 1.0;
	text-shadow: none;
	margin: 0px auto;
	padding: 5px 10px;
	}

.leftpiclink {
	box-sizing: border-box;
	width: 100%;
	margin: 6px auto 0px auto;
	padding: 10px;
	border: 0px;
	background: #F9B27E;
	box-shadow: inset 0px 0px 10px rgba(60,0,0,0.9);
}

.leftpiclink:hover {
	background: -webkit-linear-gradient(#FFEEAA,#DDCC88); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFEEAA,#DDCC88); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFEEAA,#DDCC88); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FFEEAA,#DDCC88);/* Standard syntax (must be last) */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	margin: 5px 1px 0px 0px;
}

.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-wrapper { 
	width: 100%;
	margin: 0px auto 0px auto;	
	border: 0;
	padding: 15px 15px 0px 15px;
	border-radius: 0px;
	background: rgba(0,0,0,0.8);
	border-bottom: 1px solid #FFEEAA;
}

.content-wrapper {
	width: 100%;
	max-width: 1570px;
	box-sizing: border-box;
	border: 0;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	background: none;
}

.topcontainer { 
	max-width: 1600px;
	border: 0;
	margin:0 auto;
	padding: 0px 15px;
}

.main-container { 
	max-width: 1200px;
	margin: 15px auto 15px auto;	
	border: 1px solid #FFEEAA;
	padding: 15px;
	border-radius: 0px;
	box-shadow: inset  0px 0px 15px rgba(0,0,0,0.8);
	background: rgba(0,0,0,0.7);
}

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

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

.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;
}

.pdf {
	box-sizing: border-box;
	height: 600px;
	width: 100%;
	background: none;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	background: rgba(0,0,0,0.4);
}

.map {
	box-sizing: border-box;
	height: 600px;
	width: 100%;
	background: none;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	background: rgba(0,0,0,0.4);
}
.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: 0px 10px 0px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FFEEAA;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1.7em;
	}

p b { 
	color: #FFEEAA;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	text-decoration: none;
	}

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

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

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

.row ul { 
	list-style: disc;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	color: #FFEEAA;
	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: #FFEEAA;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1.7em;
	}

ol { 
	list-style: decimal;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	color: #FFEEAA;
	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: #FFEEAA;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	}

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

.margin-0 {
	margin: 0px;
	padding: 0px 1px 0px 0px;
}
.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-15 {
	padding: 15px;
}

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

.logoimg {
		text-align: left;
	}

.leftphoto {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #FEA;
	max-width: 100%;
}

.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: #FFEEAA;
	}

.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: #FFEEAA;
	}

.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 {
	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 #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);
}

.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);
}
.photo {
 	-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);
}
.photo 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);
}
.photo: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);
}

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

.photo a:hover{
	color: #FFEEAA;
	text-decoration: none;
}

.links  {
	box-sizing: border-box;
	width: 100%;
	margin: 4px auto 5px auto;
	padding: 10px;
	border: 0px;
	color: #000;
	}

.links a {
	font-size: 14px;
	font-weight: 400;
	color: #FFEEAA;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
}

.links:hover a {
	color: #FFF;
}

.links:hover img {
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
	border:0;
	opacity: 0.5;
	}

.links img {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 0;
	background: #F9B27E;
	box-shadow: inset 0px 0px 10px rgba(60,0,0,0.9);
	}

.resize {
	display: block;
	width: 100%;
	margin: 10px auto 15px auto;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #FFEEAA;
	text-decoration: none;
	border: 1px solid #FEA;
	border-radius: 10px;
	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: #FFEEAA;
}

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

.resize:hover {
	background: -webkit-linear-gradient(#FFEEAA,#DDCC88); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFEEAA,#DDCC88); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFEEAA,#DDCC88); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FFEEAA,#DDCC88);/* Standard syntax (must be last) */
	text-decoration: none;
	color: #000;
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.5);
}

.pagelink {
	display: block;
	width: 100%;
	margin: 10px auto 0px auto;
	padding: 10px;
	border: 0;
	text-align: center;
	border-radius: 8px;
	font-size: 18px;
	color: #FFEEAA;
	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);
}

.pagelink i {
	color: #FFEEAA;
}

.pagelink:hover i {
	color: #FFEEAA;
}

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

.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: #FFEEAA;
	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: #FFEEAA;
	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: #FFEEAA;
}

.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 i { 
	color: #000;
	}
	
.viewbutton:hover, .viewbutton.active { 
	text-decoration: none;
	border-top: 1px solid #541;
	border-left: 1px solid #541;
	border-right: 1px solid #110;
	border-bottom: 1px solid #110;
	background: rgba(50,30,5,0.5);
	color: #FFEEAA;
	}

.viewbutton.active  i { 
	color: #FFEEAA;
	}
	
.viewbutton:hover  i { 
	color: #FFEEAA;
	}
	
.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: #FFEEAA;
	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: #FFEEAA;
	font-size: 18px;
	font-style: normal;
	}

.light {
	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);
}

.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: 1060px;
	margin: 15px auto;
	padding: 10px;
	background: #F9B27E;
	box-shadow: inset 0px 0px 10px rgba(60,0,0,0.9);
}
i {	color: #EEEFFF; }

/*--Footer--*/

footer {
	border: 0;
	margin-top: 15px;
	background: rgba(0,0,0,0.7);
	border-top: 1px solid #FFEEAA;
	}

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

.shop-list a:hover {
	color: #FFEEAA;
	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: rgba(245,148,104,0.4);
	border-top: 1px solid #FFEEAA;
	}

.bottom-footer p {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #FEA;
	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: 0;	}
	h2 { 
		margin-bottom: 20px;
		font-size: 28px;
		}
	.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: 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;
	}
}