
text/css cpho5.css ( assembler source, ASCII text )

/**zero out all default browser values on everything**/
html, body 
{
    margin:0;
    padding:0;
}
html body{ 
	background: url(../images/cphoBackground.png) no-repeat center center fixed !important; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#infoCol{
}
#headerBanner{
	margin-top:2px;
	margin-bottom:2px;
}	
}
#page-Content{
	border: 0px solid #ADADAD;
	border-radius:5px;
	margin-bottom:1px;
}	
#page-Content h1 
{ 
	margin-bottom:5px;
	padding:10px;
	width:100%;
	background: #212529;
	font: bold 20px Georgia , "Times New Roman", Times, serif; 
	line-height: 25px;
	letter-spacing: 2px;
	color:#fff;
	text-align:center; 
	border: 1px solid #fff;
	border-radius:5px;
	text-shadow: 2px 2px 4px #690021;	
}
#page-Content h2 
{ 
	margin: 0;
	padding:5px;
	font: 20px Colibri , "Times New Roman", Times, serif!important; 
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 2px;
	color: #690021;
	margin-bottom:5px;
}
#page-Content h3 
{ 
	margin: 0;
	padding:5px;
	font: 18px Colibri , "Times New Roman", Times, serif; 
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 2px;
	color: #690021;
	margin-bottom:5px;
}
#page-Content p { 

	text-indent: 10px;
	margin-bottom: 10px;
	padding:1px;
	font: 18px Colibri , "Times New Roman", Times, serif;
	line-height: 22px;
	letter-spacing: 1px;
}
.introText{
	border: 1px solid #ADADAD;
	border-radius:5px;
	padding:10px;	
	margin-bottom:10px;
	background-color: #000; 
}
.navbar{
	border: 1px solid #fff;
	border-radius:5px;
	font: bold 16px Georgia , "Times New Roman", Times, serif;
}
#headerInfo {
}
header img{
	border-radius:5px 
}
footer {
	height:auto!important;
	padding-top:10;
	padding-bottom:10;
	text-align:center;
	border-radius:5px;
	margin-bottom:5px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #000;
	border:  2px solid #fff;
	left: 0px;
	background-color:rgba(255, 255, 255, 0.8);
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
					
}
.bx-wrapper, .bx-viewport, .bx-wrapper img {height: auto !important;margin-left:0px;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 150px;
	/**
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	**/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 10;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {

	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
	text-align:center;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.slider {
	height:350px;
	min-height:150px;
}
.slideElement {
	margin:10px;
	padding-right:50px;
	padding-left:50px;
}
.slideElement img{
  max-width: 100%;
  width: 100%;
  height: auto; 
}
#slidingImages{
	padding-top:5px;	
}
.clearfix {
    overflow: auto;
}
.required_notification {
	color:#FF0000; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}
.requiredContent::before  {
	color:red;
	content: "* ";
	text-align:left;	
}
.requiredContent::after  {
	content: " :";
	text-align:left;	
}
.required::before  {
	color:red;
	content: "* ";
	text-align:left;	
}	
#clock{
	float:left;
	color:#ADADAD;
	padding:4px;
	font-family: Colibri, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
    display: block;
    text-align: center;
}
li.NoBullet
{
	list-style-type: none;
	text-decoration: none;
	text-indent: 10px;
	padding-top:10px;
}
#scrollingInfo li.NoBullet
{
	list-style-type: none;
	text-decoration: none;
	text-indent: 0px;
	padding-top:10px;
}
.newsticker li.NoBullet
{
	list-style-type: none;
	text-decoration: none;
}
.showError {
	background: #fff url(../images/no.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535;
}	
select.showError {
	background: #fff url(../images/no.png) no-repeat 95% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535;
}	
.showValid {
	background: #fff url(../images/ok.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
select.showValid {
	background: #fff url(../images/ok.png) no-repeat 95% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.error
{
	color:red;
}
.errors{
	color:red;
}
.card .card-header { cursor: pointer; }

@media (max-width: 478px) {
		h1{
			font-size: 14px!important;
		}
		h2{
			font-size: 12px!important;
		}		
		h3{
			font-size: 10px!important;
		}				
		button{
			display:block;
			margin:0.2em auto;
			font-size: 8px!important;
		}	
		#clock{
			font-size: 8px!important;
		}	
		footer {	
			font-size: 10px!important;
		}
		.card-header {
			background: #0C9A63; 
			color: #000; 
			font-family: Tahoma, "Times New Roman", Times, serif;
			font-size: 12px!important;
			font-weight: bold;
			border: 1px solid #000;
		}
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

