@font-face { 
	font-family: Yanone Kaffeesatz; 
	src: url('../fonts/YanoneKaffeesatz-Regular.eot'); 
	src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
	}
	
@font-face { 
	font-family: News Cycle; 
	src: url('../fonts/NewsCycle-Regular.eot'); 
	src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
	} 

/* 1. CSS resets 
	<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
 	<link href='https://fonts.googleapis.com/css?family=News Cycle:400,200,300,500,600,700,800,900' rel='stylesheet' type='text/css'>
--------------------------------------*/
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: 'News Cycle', sans-serif; }
body { 
	margin:0px;
	padding:0px;
	color: rgb(231,220,198);
	background-color: rgb(41,57,46);
	background-image: url(../../images/PCHbackground.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	}

.main-container { 
	max-width: 1200px;
	margin: 0px auto 0px auto;	
	padding: 5px 15px 5px 15px;
	border: 0;
	border-radius: 0px;
	background: none;
}

.content-container {
	box-sizing: border-box;
	border: 0;
	margin: 0 auto;
	padding: 10px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.7);
	background: rgb(168,155,129);
	border: 1px solid rgb(231,220,198);
	border-radius: 10px;
}
h1 {
	font-family: Times New Roman;
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
	color: rgb(231,220,198);
	background: -webkit-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* Standard syntax (must be last) */
	border-top	: 1px solid rgb(231,220,198);
	border-bottom: 1px solid rgb(231,220,198);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.7);
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.8);
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
}

h2 { 
	font-family: Times New Roman;
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
	color: rgb(231,220,198);
	background: -webkit-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* Standard syntax (must be last) */
	border: 1px solid rgb(231,220,198);
	border-radius: 8px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.7);
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.8);
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	}

h3 { 
	font-family: 'News Cycle', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: rgb(231,220,198);
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	margin: -15px 0px 15px 0px;
	}


p { 
	padding: 0px 10px 0px 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	}

p b { 
	color: rgb(231,220,198);
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	text-decoration: none;
	}

p strong { 
	color: rgb(231,220,198);
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	text-decoration: none;
	}

p a { 
	color: rgb(231,220,198);
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	text-decoration: none;
	}

p a:hover { 
	color: rgb(231,220,198);
	text-decoration: none;
	}

form, ol, ul, ul a { 
	font-size: 16px;
	color: rgb(231,220,198);
	}

.topheading {
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	color: rgb(231,220,198);
	text-align: left;
	border: 0;
	text-decoration: none;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: #A89B81;
	border-bottom: 1px solid rgb(231,220,198);
	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.7);
	}
	
.toppic {
	box-sizing: border-box;
	width: 100%;
	background: rgb(51,36,36);
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border: 0;
	border-radius: 8px;
}

.sidepic {
	box-sizing: border-box;
	width: 100%;
	background: rgb(51,36,36);
	padding: 10px;
	margin: 10px 0px 0px 0px;
	border: 0;
	border-radius: 8px;
}

.menu { 
	display: block;
	width: 100%;
	font-family: Times New Roman;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: rgb(231,220,198);
	text-align: center;
	background: -webkit-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* Standard syntax (must be last) */
	border: 1px solid rgb(231,220,198);
	border-radius: 6px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.7);
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.8);
	margin: 2px 0px 2px 0px;
	padding: 10px 10px 10px 10px;
	text-decoration: none
	}

.menu:hover, .menu.selected { 
	color: rgb(255,255,255);
	background: -webkit-linear-gradient(rgba(40,64,42,0.9), rgba(28,42,39,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(40,64,42,0.9), rgba(28,42,39,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(40,64,42,0.9), rgba(28,42,39,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(40,64,42,0.9), rgba(28,42,39,0.9)); /* Standard syntax (must be last) */
	text-decoration: none
	}

.content { padding-top: 15px; }

.row ul { 
	list-style: disc;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	color: rgb(231,220,198);
	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: rgb(231,220,198);
	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: rgb(231,220,198);
	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: rgb(231,220,198);
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	}

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

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

.leftphoto {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border: 1px solid rgb(231,220,198);
	max-width: 100%;
}

.tableback {
	padding: 15px;
	margin: 10px 0px 0px 0px;
	border: 1px solid rgb(231,220,198);
	background: -webkit-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* Standard syntax (must be last) */
	border-radius: 8px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}

.photos {
	padding: 15px;
	margin: 10px 0px 0px 0px;
	border: 1px solid rgb(231,220,198);
	background: -webkit-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* Standard syntax (must be last) */
	border-radius: 8px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}

.photos img {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-radius: 6px;
	border: 0;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}

.photos:hover {
	background: -webkit-linear-gradient(rgba(40,64,42,0.9), rgba(28,42,39,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(40,64,42,0.9), rgba(28,42,39,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(40,64,42,0.9), rgba(28,42,39,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(40,64,42,0.9), rgba(28,42,39,0.9)); /* Standard syntax (must be last) */
}

table { 
	width: 100%;
	padding: 15px;
	margin: 0px 0px 0px 0px;
	color: rgb(231,220,198);
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
	}
	
td {
	padding-bottom: 5px;
}

/*--Footer--*/

.spacer {
	width: 100%;
	height: 25px;
	background: -webkit-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(71,41,51,0.9), rgba(41,26,26,0.9)); /* Standard syntax (must be last) */
	border-top	: 1px solid rgb(231,220,198);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.7);
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
footer {
	border-top	: 1px solid rgb(231,220,198);
	margin: 0;
	background: -webkit-linear-gradient(rgba(28,42,39,0.9),rgba(40,64,42,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(28,42,39,0.9),rgba(40,64,42,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(28,42,39,0.9),rgba(40,64,42,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(28,42,39,0.9),rgba(40,64,42,0.9)); /* Standard syntax (must be last) */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}

.footer-title {
	font-family: 'News Cycle', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: rgb(231,220,198);
	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: rgb(231,220,198);
	}

.shop-list i {
	font-size: 18px;
	margin-right: 5px;
	color: rgb(231,220,198);
	}

.shop-list a {
	text-transform: uppercase;
	color: rgb(231,220,198);
	font-weight: 400;
	font-size: 13px;
	text-shadow: none;
	}

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

.shop-list p {
	font-size: 14px;
	color: rgb(231,220,198);
	line-height: 1.8em;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	}

.more-info p {
	font-size: 14px;
	color: rgb(231,220,198);
	line-height: 1.8em;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	}

.more-info i {
	margin-right: 5px;
	color: rgb(231,220,198);
	}

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

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

.bottom-footer p {
	font-size: 12px;
	color: rgb(231,220,198);
	}

/*-- 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;
	}
}

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


}
@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;
	}
	.light h3 {
		margin-top: 10px;
		font-size: 16px;
		}

}
@media screen and (max-width: 700px) {
	header {
		padding-top: 0;
		padding-bottom: 0;
	}
	h1 { 
		font-size: 18px;
		}
	h2 { 
		font-size: 18px;
		}
	.video {
		width: 560px;
		height: 330px;
	}
	.topheading  p { 
		font-size: 15px;
		line-height: 1.1em;
		text-align: center;
	}
	.light h3 {
		margin-top: 10px;
		font-size: 16px;
		}
		.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;
	}
	.video {
		width: 430px;
		height: 253px;
	}
	.social { clear: both; }
	.topheading  p { 
		font-size: 14px;
		line-height: 1.1em;
		text-align: center;
	}
	.light h3 {
		margin-top: 10px;
		font-size: 16px;
		}
}
@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;
	}
}