/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #DFDFDF;
	font-size: 18px;
	line-height: 24px;
}
#wrap {
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 300px;
	width: 1200px;
	display: block;
}
#header2 {
	height: 500px;
	width: 500px;
	display: none;
}
#fullcol {
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#hcol {
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#col3contain {
	display: flex;
    flex-wrap: wrap;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#photocol {
	flex: 1;
	min-width: 360px;
	float: left;
	display: inline-block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#photocolspace {
	flex: 1;
	min-width: 360px;
	float: left;
	display: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#space0 {
	height: 0px;
}
#space10 {
	height: 10px;
}
#space15 {
	height: 15px;
}
#space25 {
	height: 25px;
	display: block;
}
h1 {
	font-size: 25px;
	padding-bottom: 10px;
	line-height: 30px;
	color: #c2000d;
}
h2 {
	font-size: 20px;
	padding-bottom: 5px;
	line-height: 25px;
	color: #c2000d;
}
h3 {
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #c2000d;
}
#youtube640 {
	width: 640px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.boldem {
	font-weight: bold;
	font-style: italic;
}
.center {
	text-align: center;
}
.bigbold {
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 1200px) {

body {
	background-color: #FFFFFF;	
}	
#wrap {
	width: 100%;
}
#header {
	width: 100%;
	height: auto;
}
#header2 {
	width: 100%;
	height: auto;
}
img {
    width: 100%;
    height: auto;
}
#fullcol {
    width: 95%;
	float: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}
#photocol {
	min-width: 29%;
	height: auto;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
#hcol {
    width: 95%;
	float: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}
}
@media (max-width: 899px) {

#photocol {
    min-width: 46%;
}
#photocolspace {
	display: inline-block;
	min-width: 29%;
	height: auto;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
}
@media (max-width: 500px) {

#header {
	display: none;
}
#header2 {
	display: block;
}
#fullcol {
	display: block;
	float: none;
    width: 94%;
	padding-top: 3%;
	padding-bottom: 1%;
	padding-right: 3%;
	padding-left: 3%;
}
#hcol {
	display: block;
	float: none;
    width: 94%;
	padding-top: 3%;
	padding-bottom: 1%;
	padding-right: 3%;
	padding-left: 3%;
}
#col3contain {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#photocol {
	display: block;
	float: none;
    min-width: 95%;
	padding-top: 3%;
	padding-right: 0px;
	padding-bottom: 1%;
	padding-left: 0px;
}
#photocolspace {
	display: none;
}
#youtube640 {
	width: 95%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
}