/* CSS for TLC (c) Zinki */

html, body { 
	height: 100%; 
}

body {
  display: table;
  width: 100%;
  /*margin: 0;*/
	background: url('/images/ui/home-bkgs/coppetts-01.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  font-size: 14px;
	background-color:#E9E9E9;
}

.page-row {
  display: table-row;
  height: 1px;
  width: 100%;
}
 
.page-row-expanded { height: 100%; }

.clear {
	clear:both;
}

.home-img-mobile, .home-img-mobile .img-responsive {
	display:none;
}

@media (max-width: 767px) {
	.home-img-mobile, .home-img-mobile .img-responsive {
		display:block;
	}
}


.transparent-panel-home-content {
	background-color: rgba(233, 233, 233, 0.8);
	padding:15px 15px 15px 15px;
	color:#222222;
}

.transparent-panel-heading {
	background-color: rgba(233, 233, 233, 0.8);
	padding:5px;
	color:#E72E00;
}

.transparent-panel-content {
	background-color: rgba(233, 233, 233, 0.8);
	padding:12px;
	color:#222222;
	margin-bottom:15px;
}

.transparent-panel-content h2 {
	font-size: 1.10em;
	/*color:#000000;*/
}

.transparent-panel-home-content p,.transparent-panel-content p, .transparent-panel-content a {
	/* color:#E72E00; */
	color:#222222;
}

.panel-left {
	padding:15px 15px 15px 15px;
}

.panel-grey-transp-left {
	background-color: rgba(233, 233, 233, 0.8);
	padding:15px;
}

/****************************/

.contact-form-label {
  display: block;
  position: relative;
}

.contact-form-label label {
  bottom: 0;
  color: #8D8E8E;
  display: block;
  left: 0;
  line-height: 34px;
  margin: 0;
  right: 0;
  top: 0;
  font-weight: normal;
}

.contact-form .input {
  width: 100%;
  outline: none;
  font-size: 13px;
  padding: 6px 10px;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
}

.contact-form .input {
  color: #333333;
}

.contact-form-button {
color:#FFFFFF;
background-color:#E72E00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	padding-top:8px;
	padding-bottom:8px;
  border: 1px solid transparent;
}

.contact-form-button:focus, .contact-form-button:hover {
	color:#000000;
}

.contact-form .row {
  padding: 20px 0 0 0;
  margin: 0;
}

.contact-form-label label {
  cursor: text;
  font-size: 11px;
  padding: 0 10px;
  position: absolute;
  white-space: nowrap;
}

/************* Footer ***************/

#tlc-footer p, #tlc-footer a {
	color:#FFFFFF;
}
