body, html {
  height: 100%;
  margin: 0;
  min-width: 1000px;
  font: 400 15px/1.8 "Lato", sans-serif;
}

h3 {
	color: #060;
}

.logo {
	height: 150px;
	width: 100%;
	border-bottom: 1px #f15a15 solid;
	text-align: left;
}

.logo h1{
	text-align: left;
	font-size: 175%;
	vertical-align: bottom;
	margin: 0;
	padding: 0 0 0 200px;
	color: #000;
}

.logo h2 {
	margin: 0;
	padding: 0;
}

.logo h4 {
	font-size: 170%;
	color: #060;
	padding: 42px 0 0 300px;
	margin: 0;
}

.djo {
	background-image: url(../img/djo-logo.png);
	background-repeat: no-repeat;
	background-color: #fff;
}

.plant {
	background-image: url(../img/david-plant.png);
	background-repeat: no-repeat;
	background-color: #fff;
}

.banner-ctc {
	text-align: right;
	margin: 0;
	padding: 0.35% 5% 0 0%;
	color: #060;
}

.banner-ctc a {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
}

.nav {
  	background-color: #060;
  	padding: 1px 50px;
	text-align: center;
  	border-bottom: 1px #fff solid;
}

.nav dd {
	display: inline;
	font-size: 24px;
}

.nav dd a.home {
	padding: 10px 20px 25px 20px;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	color: #f40;
	font-weight: bold;
}

.nav a {
	color: #fff;
	text-decoration: none;	
}

.nav a:hover, .nav a:focus {
	color: #f40;
}

.index-bgimg-1, .index-bgimg-2, .index-bgimg-3, .index-bgimg-4, .surgery-bgimg-1, .surgery-bgimg-2, .surgery-bgimg-3, .machinery-bgimg-1, .machinery-bgimg-2, .machinery-bgimg-3, .ctc-bgimg-1, .ctc-bgimg-2, .thanks-bgimg-1 {
	position: relative;
	opacity: 0.7;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.index-bgimg-1 {
	background-image: url("../img/p/teamwork-bw.jpg");
	opacity: 1;
	min-height: 75%;
}

.index-bgimg-2 {
	background-image: url("../img/p/chainsaw.jpg");
	min-height: 100%;
}

.index-bgimg-3 {
	background-image: url("../img/p/logs.jpg");
	min-height: 100%;
}

.surgery-bgimg-1 {
	background-image: url("../img/p/chainsaw-1.jpg");
	min-height: 75%;
}

.surgery-bgimg-2 {
	background-image: url("../img/p/climber-1.jpg");
	min-height: 100%;
}

.surgery-bgimg-3 {
	background-image: url("../img/p/tree-surgery.jpg");
	min-height: 100%;
}

.machinery-bgimg-1 {
	background-image: url("../img/p/extraction.jpg");
	min-height: 75%;
}

.machinery-bgimg-2 {
	background-image: url("../img/p/mulcher.jpg");
	min-height: 100%;
}

.machinery-bgimg-3 {
	background-image: url("../img/p/chainsaw.jpg");
	min-height: 100%;
}

.ctc-bgimg-1 {
	background-image: url("../img/p/static-map.jpg");
	min-height: 75%;
}

.ctc-bgimg-2 {
	background-image: url("../img/p/climber.jpg");
	min-height: 100%;
}

.thanks-bgimg-1 {
	background-image: url("../img/p/climber-3.jpg");
	min-height: 70%;
}

.caption {
	position: absolute;
	left: 30%;
	top: 15%;
	text-align: left;
	background-color: #fff;
	opacity: 0.65;
}

.caption h4 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 200%;
	color: #000;
}

.caption p {
	padding: 0 5%;
	text-align: left;
}

.caption a {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
}


.areas {
	position: relative;
	left: 8%;
}

.caption dl {
	float: left;
}


.overlay {
	position: absolute;
	left: 0%;
	top: 25%;
	text-align: center;
	background-color: #fff;
	opacity: 0.65;
}

.arrow-up {
	padding-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.arrow-down {
	padding-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bg-arrow-down {
	position: absolute;
	padding-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	bottom: 0%;
	left: 48%
}

h3 {
	margin: 0;
	padding-bottom: 3%;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
	font-family: sans-serif;
	font-size: 24px;
	color: #060;
}

.text-block-white {
	position: relative;	
	color: #444;
	background-color: #fff;
	text-align:center;
	padding: 0.5% 15% 1% 15%;
	text-align: justify;
}

.text-block-white a {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
}

.text-block-white a:hover {
	text-decoration: underline;
}

.series {
	text-align: center;
}

.series img {
	padding: 5px;
}

.two-col-left {
	width: 40%;
	padding-left: 10%;	
	float: left;
}

.two-col-right {
	width: 40%;
	padding-right: 10%;
	float: right;
}

.about {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.about dl {
	padding-left: 250px;
	padding-top: 25px;
}

.img-left {
	float: left;
}

#contact-block{
	width: 100%;
	padding: 20px 80px;
}

#contacts {
	width: 20%;
	margin: 0;
	float: left;
}

.freddyisadevil {
	unicode-bidi: bidi-override;
	direction: rtl;
}

#map {
	margin: 0;
	float: left;
}

.ctc-details {
	float: left;
	padding-left: 50px;
}

.ctc-details dt{
	float: left;
	font-weight: bold;
}

.ctc-details dd{
	margin-left: 150px;

}

.ctc-details a {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
}

#form {
	width: 70%;
	margin: 0 auto;
	padding: 20px;
	border: 2px #f15a15 solid;
}

#form dl.left {
	float: left;
}

#form dl.right {
	float:right;
}

#form fieldset {
	border: none;
}

#form legend {
	font-size: 110%;
	font-weight: bold;
	color: #333;
}

#form textarea {
	margin: 0;
	padding: 0;
}

#form label {
	margin: 0;
	padding: 0;
}

#form form dt {
	font-weight: bold;
	padding-bottom: 10px;
}

#form form dd {
	margin: 0;
	padding: 0;
}

.form_submit {
	text-align: center;
}

.form_submit input{
	padding: 10px 20px;
}

.foot {
	width: 100%;
	border-top: 2px #f15a15 solid;
	color: #000;
	text-align: center;	
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
.index-bgimg-1, .index-bgimg-2, .index-bgimg-3, .index-bgimg-4, .index-bgimg-5, .surgery-bgimg-1, .surgery-bgimg-2, .surgery-bgimg-3 {
	background-attachment: scroll;
}}