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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------- End Reset ------- */
html {
  -webkit-font-smoothing: antialiased !important;
  height: 100%;
}

body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  height: 100%;
}

a {
  color: #4e4a46;
  text-decoration: none;
  outline: none;
}

#wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: translateZ(0);
}

.video-container {
  position:relative;
  overflow:hidden;
  height:100%;
  width:100%;
}

/*#video {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  max-width: 4000%;
  max-height: 4000%;
  width: auto;
  height: auto;
  z-index: 100;
  overflow: hidden;
  display: inline-block;
  vertical-align: baseline;
}*/

.wallpaper-bg {
  background: url(../images/bg3.jpg) no-repeat center center fixed;
  height: 100%; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg3.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg3.jpg', sizingMethod='scale')";
}

.wallpaper-bg1 {
  background: url(../images/bg1.jpg) no-repeat center center fixed;
  height: 100%; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg1.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg1.jpg', sizingMethod='scale')";
}

.wallpaper-bg4 {
  background: url(../images/bg4.jpg);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg1.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg1.jpg', sizingMethod='scale')";
}

.shade {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

/* ------------  MENU -------------- */
#menu-wrap {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #fff;
}

#menu-wrap.scrolled-link {
  border-bottom: 1px solid #000;
}

#background {
  position:absolute;
  top:0px;
  width:100%;
  height:100%;
  background-color: rgba(255,255,255,0.95);
  display:none;
  z-index: 2
}

.menu-container {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}

.logo {
  position: relative;
  z-index: 9999;
  width: 175px;
  height: 62px;
  float: left;
  background: url(../images/logo-white-175.png) no-repeat;
  margin-top: 7px;
  opacity: 1;
}

.logo:hover {
  opacity: 0.8;
}

.logo.scrolled-link {
  background: url(../images/logo-175.png) no-repeat;
}

.menu {
  float: left;
  height: 80px;
  position: relative;
}

.menu-list {
  padding: 1.5em 1.5em 0;
  position: relative;
  z-index: 200;
}

.menu-list li {
  display: inline-block;
  position: relative;
  height: 50px;
}

.menu-list li a {
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2em;
  padding: 10px;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s;
}

.submenu:before {
  content: '';
  display: inline-block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #00B2E2;
  position: absolute;
  top: -14px;
  left: 42%;
}

.submenu:after {
  content: '';
  display: inline-block;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
  position: absolute;
  top: -11px;
  left: 42.5%;
}

.submenu {
  background: #fff;
  padding: 10px 0;
  margin: 20px 0 0 0;
  _margin: 0;
  opacity: 0;
  display: none;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: -42px;
  z-index: 99999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #00B2E2;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu-list li:hover > .submenu,
.menu-list li:focus > .submenu {
  opacity: 1;
  visibility: visible;
  margin: 0;
  display: block;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.submenu li {
  text-align: left;
  height: auto;
  margin: 0 10px;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background .1s ease-out;
  -moz-transition: background .1s ease-out;
  -ms-transition: background .1s ease-out;
  -o-transition: background .1s ease-out;
  transition: background .1s ease-out;
}

.submenu li:hover,
.submenu li:focus {
  background: rgba(200,227,215,0.5);
}

.menu-list .submenu a {    
  padding: 10px;
  color: #000;
  text-align: left;
  margin: 0;
  font-size: 1em;
  min-width: 168px;
  display: block;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}

.menu-list a.last {
  margin-right: 0;
}

.menu-list a span {
  display: block;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.9em;
}

.menu-list li a:hover,
.menu-list li a:focus,
.menu-list li a.active {
  background: rgba(0,178,226,0.8);
  -webkit-transition:background .4s;
  -moz-transition:background .4s;
  -o-transition:background .4s;
  transition:background .4s;
}

.menu-list li:hover > a {
  background: rgba(0,178,226,0.8);
}

.menu-list a.scrolled-link {
  color: #000;
}

.menu-list a.scrolled-link:hover,
.menu-list a.scrolled-link.active,
.menu-list a.scrolled-link:focus {
  background: #00B2E2;
  -webkit-transition:background .4s;
  -moz-transition:background .4s;
  -o-transition:background .4s;
  transition:background .4s;
}

.right-menu-container {
  float: right;
  position: relative;
  padding-top: 1.2em;
}

button.quote-button-nav {
  border: 1px solid #00B2E2;
  width: 105px;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  padding: 14px 0;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1;
  letter-spacing: 0.5px;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
  transition: transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
}

button.quote-button-nav:hover {
  background: #00B2E2;
  color: #fff;
  -webkit-transition:background .4s;
  -moz-transition:background .4s;
  -o-transition:background .4s;
  transition:background .4s;
  -webkit-transition:color .4s;
  -moz-transition:color .4s;
  -o-transition:color .4s;
  transition:color .4s;
}

button.quote-button-nav.scrolled-link {
  color: #000;
}

.emergency {
  border: 1px solid #00B2E2;
  width: 110px;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  margin-right: 0.5em;
  font-family: 'Lato', sans-serif;
  position: relative;
  display: inline-block;
  padding: 5px 0;
  font-weight: 600;
  font-size: 0.8em;`
  letter-spacing: 0.5px;
  z-index: 1000;
}

.emergency-services {
  text-align: center;
  line-height: 1.3;
}

.emergency-services.scrolled-link {
  color: #000;
}

/* ------------ FIXED MENU -------------- */
#top-menu-wrap {
  background: rgba(255,255,255,0.95);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  z-index: 999;
  width: 100%;
  height: 80px;
  top: 0;
  position: fixed;
  color: #000;
}

.top-menu-container {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

.top-logo {
  position: relative;
  z-index: 9999;
  width: 175px;
  height: 62px;
  float: left;
  background: url(../images/logo-175.png) no-repeat;
  margin-top: 7px;
  opacity: 0.8;
}

.top-logo:hover {
  opacity: 1;
}

.top-menu {
  float: left;
  height: 80px;
  position: relative;
}

.top-menu-list {
  padding: 1.6em 1.5em 0;
  position: relative;
  z-index: 200;
}

.top-menu-list li {
  display: inline-block;
  position: relative;
  height: 30px;
}

.top-menu-list li a {
  margin: 0px 7px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2em;
  padding: 8px;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s;
}

.top-menu-list li:hover > .submenu,
.top-menu-list li:focus > .submenu {
  opacity: 1;
  visibility: visible;
  margin: 0;
  display: block;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.top-menu-list .submenu li {
  height: auto;
}

.top-menu-list .submenu a {    
  padding: 10px;
  color: #000;
  text-align: left;
  margin: 0;
  font-size: 1em;
  min-width: 168px;
  display: block;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}

.top-menu-list a.last {
  margin-right: 0;
}

.top-menu-list a span {
  display: block;
  font-weight: 500;
  font-size: 0.85em;
}

.top-menu-list li a:hover,
.top-menu-list li a:focus,
.top-menu-list li a.active {
  color: #1d1e21;
  background: rgba(0,178,226,0.8);
  -webkit-transition:background .4s;
  -moz-transition:background .4s;
  -o-transition:background .4s;
  transition:background .4s;
}

.top-menu-list li:hover > a {
  background: rgba(0,178,226,0.8);
  color: #1d1e21;
}

button.top-quote-button-nav {
  border: 1px solid #00B2E2;
  width: 105px;
  border-radius: 5px;
  background: transparent;
  color: #4c5058;
  margin: 1.5em 12em 0 0;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  position: relative;
  float: right;
  padding: 10px 0;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1;
  letter-spacing: 0.5px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
  transition: transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
}

button.top-quote-button-nav:hover {
  background: #00B2E2;
  color: #1d1e21;
  -webkit-transition:background .4s;
  -moz-transition:background .4s;
  -o-transition:background .4s;
  transition:background .4s;
  -webkit-transition:color .4s;
  -moz-transition:color .4s;
  -o-transition:color .4s;
  transition:color .4s;
}

/*----------- VIDEO ------------ */

.video-content-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30%;
  z-index: 300;
  max-width: 1080px;
  text-align: center;
  color: #fff;
}

.left-video-content {
  float: left;
  width: 55%;
}

.right-video-content {
  float: right;
  width: 25%;
  margin-right: 5%;
}

.quote-form {
  width: 100%;
  position: relative;
}

.video-header { 
  position: relative;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  font-family: 'Playfair Display', serif;
  font-size: 5.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.video-header-second { 
  position: relative;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  font-size: 3.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.video-subheader { 
  position: relative;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  font-size: 1.6em;
  line-height: 1.3;
  margin: 1em auto 1.5em;
  width: 80%;
}

.video-thirdheader { 
  position: relative;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.3;
}

@-webkit-keyframes arrow {
  0% { right: 155px; }
  50% { right: 175px; }
  100% { right: 155px; }
}

@-moz-keyframes arrow {
  0% { right: 155px; }
  50% { right: 175px; }
  100% { right: 155px; }
}

@-o-keyframes arrow {
  0% { right: 155px; }
  50% { right: 175px; }
  100% { right: 155px; }
}

@keyframes arrow {
  0% { right: 155px; }
  50% { right: 175px; }
  100% { right: 155px; }
}

.arrow-move {
  position: absolute;
  -webkit-animation: arrow 1s ease-in-out infinite;
  -moz-animation: arrow 1s ease-in-out infinite;
  -o-animation: arrow 1s ease-in-out infinite;
  animation: arrow 1s ease-in-out infinite;
}

.left-form {
  float: left;
  width: 49%;
}

.right-form {
  float: right;
  width: 49%;
}

form input#name[type="text"], 
form input#email[type="text"], 
form input#job[type="text"], 
form input#phone[type="text"] {
  width: 95%;
  margin: 4% 0 1%;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 0.9em;
  padding: 5px;
  line-height: 1.2em;
  font-family: "Lato",sans-serif;
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  background: #fff;
  transition: 400ms background;
  -webkit-transition: 400ms background;
  -moz-transition: 400ms background;
  -o-transition: 400ms background;
  -ms-transition: 400ms background;
}

form textarea {
  width: 95%;
  height: 110px;
  border-radius: 5px;
  resize: none;
  margin: 2% 0 .5%;
  padding: 5px;
  border: 1px solid #000;
  background: #fff;
  -webkit-appearance: none;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #000;
  font-family: "Lato",sans-serif;
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  transition: 400ms background;
  -webkit-transition: 400ms background;
  -moz-transition: 400ms background;
  -o-transition: 400ms background;
  -ms-transition: 400ms background;
}

#home-quote textarea {
  margin-top: 4%;
  height: 135px;
}

::-webkit-input-placeholder {color: gray; font-size: 0.8em;}
:-moz-placeholder {color: gray; font-size: 0.8em; } /* Firefox 18- */
::-moz-placeholder {color: gray; font-size: 0.8em; } /* Firefox 19+ */
:-ms-input-placeholder {color: gray; font-size: 0.8em;}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

form input#name[type="text"]:focus, 
form input#email[type="text"]:focus,
form input#phone[type="text"]:focus,
form input#job[type="text"]:focus,
form input#submit[type="text"]:focus,
form textarea:focus {
  outline: none;
}

form input#name[type="text"]:valid, 
form input#email[type="text"]:valid,
form input#phone[type="text"]:valid,
form input#job[type="text"]:valid,
form input#submit[type="text"]:valid,
form textarea:valid {
  outline: none;
}

form input[type="text"][disabled], form textarea[disabled] {
  background:#fff
}

form input[type="text"].error, form textarea.error {
  background:#fff;
  border-color:#c0392b
  input:focus::-webkit-input-placeholder { color:transparent; }
  input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
  input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
  input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
}

fieldset {
  border: 0;
  margin: 0 auto;
  width: 960px;
  padding: 0;
}

fieldset.split{
  width: 100%;
  border: 0;
  margin: 10px auto 0;
}

.required {
  color:#e9266d
}

input#submit {
  width: 114px;
  border: 1px solid #00B2E2;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size: 0.75em;
  font-weight: 600;
  padding: 7px 5px;
  line-height: 1em;
  margin: 4% auto 0;
  font-family: 'Raleway', sans-serif;
}

input#submit:hover {
  background: #00B2E2;
  cursor: pointer;
  outline: none;
}

#quote-form-success,
#contact-success,
#home-quote-success {
  position: absolute;
  top: 35%;
  width: 100%; 
  display:none;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
   #success {
      top: 28%;
   }
}

#home-quote-error,
#quote-form-error,
#contact-error {
  display:none;
}

#quote-form-success span, #quote-form-error span,
#contact-success span, #contact-error span,
#home-quote-success span, #home-quote-error span {
  display:block;
  top:0;
  width:100%
}

#quote-form-success span p,
#contact-success span p {
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  width: 50%;
  position: relative;
  box-shadow: 0 0 4px #00B2E2;
  padding: 10px;
  background: rgba(255,255,255,1);
}

#home-quote-success span p {
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  position: relative;
  box-shadow: 0 0 4px #00B2E2;
  padding: 10px;
  background: rgba(255,255,255,1);
}

#quote-form-error span p,
#home-quote-error span p,
#contact-error span p {
  color:#c0392b;
  margin-top: 1.4em;
  font-weight: 600;
}

.down-arrow {
  bottom: 60px;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 50px;
  position: absolute;
  z-index: 1000;
  opacity: 0.8;
}

.down-arrow:hover {
  opacity: 1;
}

/* -- Service Section -- */
#services {
  padding: 115px 30px 80px;
}

.services-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
}

.services-container h2 {
  text-align: center;
  font-size: 2.6em;
  margin-bottom: 0.5em;
}

.service-item {
  float: left;
  width: 30%;
  margin: 3% 2.5%;
}

.service-item.first {
  margin-left: 0;
}

.service-item.last {
  margin-right: 0;
}

.item-image {
  height: 100px;
  margin: 0 auto;
}

.axe-stump {
  width: 86px;
  background: url(../images/axe-stump-100.png) top left;
}

.cut-trees {
  width: 162px;
  background: url(../images/cut-trees-100.png) top left;
}

.windsailing {
  width: 98px;
  background: url(../images/windsailing.png) top left;
}

.directional {
  width: 143px;
  background: url(../images/directional.png) top left;
}

.pruning {
  width: 103px;
  background: url(../images/pruning.png) top left;
}

.view {
  width: 180px;
  background: url(../images/view2.png) top left;
}

.antennae {
  width: 53px;
  background: url(../images/antennae.png) top left;
}

.cabling {
  width: 98px;
  background: url(../images/cabling.png) top left;
}

.excavation {
  width: 131px;
  background: url(../images/excavation.png) top left;
}

.services-container h3 {
  letter-spacing: -0.02em;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.item-description {
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.4444;
}

.services-link-header {
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.services-link-footer {
  text-align: center;
  font-size: 1.7em;
  margin-top: 1em;
  font-weight: 500;
}

.learn-more {
  color: #4c5058;
  text-decoration: none;
  outline: none;
}

.learn-more:hover {
  color: #00B2E2;
}

.learn-more i {
    left: 0;
    position: relative;
    -webkit-transition: left ease 0.5s;
    -moz-transition: left ease 0.5s;
    -o-transition: left ease 0.5s;
    -ms-transition: left ease 0.5s;
}

.learn-more:hover i {
  left: 10px;
}

/* -- About Quote Section -- */
#about-quote {
  height: 550px;
  position: relative;
  z-index: 1;
}

.fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 1;
}

.fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 43%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 950px;
  text-align: center;
  font-size: 2.8em;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.learn-about-us {
  position: absolute;
  left: 50%;
  top: 65%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 1.5em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  opacity: 0.8;
}

.learn-about-us:hover {
  opacity: 1;
}

.fixed-bg i {
  left: 0;
  position: relative;
  -webkit-transition: left ease 0.5s;
  -moz-transition: left ease 0.5s;
  -o-transition: left ease 0.5s;
  -ms-transition: left ease 0.5s;
}

.fixed-bg a:hover i {
  left: 10px;
}

.fixed-bg.bg-image {
  background-image: url("../images/aboutbg.jpg");
}

/* -- Areas Section -- */
#areas {
  padding: 115px 30px;
  background: #fff;
  border-bottom: 1px solid darkcyan;
}

.areas-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
}

.areas-container h2 {
  text-align: center;
  font-size: 2.6em;
  margin-bottom: 1.25em;
  line-height: 1.3;
}

.areas-item {
  float: left;
  width: 21%;
  margin: 3% 2.5%;
}

.areas-item.first {
  margin-left: 0;
}

.areas-item.last {
  margin-right: 0;
}

.areas-container img {
  display: block;
  height: 100px;
  margin: 0 auto;
}

.areas-container h3 {
  letter-spacing: -0.02em;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}

/* -- Experts Section -- */
#experts {
  padding: 115px 30px;
  background: #CFEFF8;
}

.experts-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
}

.experts-container h2 {
  text-align: center;
  font-size: 2.6em;
  margin-bottom: 1.25em;
}

.certification-item {
  float: left;
  width: 30%;
  margin: 3% 2.5%;
}

.certification-item.first {
  margin-left: 0;
}

.certification-item.last {
  margin-right: 0;
}

.experts-container img {
  display: block;
  height: 175px;
  margin: 0 auto;
}

.experts-container h3 {
  letter-spacing: -0.02em;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

/* ------------ ABOUT PAGE ------------- */
#about-main {
  padding: 0 100px;
  border-bottom: 1px solid #6E6E6E;
  overflow: hidden;
  margin-top: 110px;
  position: relative;
}

#about-main h1 {
  color: #000;
  font-size: 2.8em;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
}

.about-company {
  font-size: 1.2em;
  line-height: 1.3;
  color: #000;
}

.about-profile-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.about-description {
  position: relative;
  width: 47%;
  min-height: 530px;
  margin: 25px auto;
}

.about-description h4 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 5px;
}

.about-description h5 {
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.about-description p {
  text-align: center;
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 10px;
}

.about-image {
  width: 260px;
  height: 440px;
  margin: 0 auto 0.5em;
  border: 1px solid #000;
}

.jonas {
  background: url(../images/new-bio.jpg) top left;
}

.zoltan {
  background: url(../images/zoltan.jpg) top left;
}

.brigitte {
  background: url(../images/brigitte.jpg) top left;
}

.vicente {
  background: url(../images/vicente.jpg) top left;
}

/* ------------ SERVICES PAGE ------------- */
#services-main {
  padding: 0 100px;
  border-bottom: 1px solid #6E6E6E;
  overflow: hidden;
  margin-top: 110px;
  position: relative;
}

#services-main h1 {
  color: #000;
  font-size: 2.8em;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
}

.service-description {
  position: relative;
  width: 75%;
  margin: 0 auto 25px;
}

.service-description h4 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 5px;
}

.service-description p {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3;
}

button.services-quote {
  border: 1px solid #00B2E2;
  width: 145px;
  border-radius: 5px;
  background: transparent;
  color: #4c5058;
  margin: 1.5em auto;
  display: block;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  position: relative;
  padding: 10px 0;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1;
  letter-spacing: 0.5px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
  transition: transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
}

button.services-quote:hover {
  background: #00B2E2;
  color: #1d1e21;
  -webkit-transition:background .4s;
  -moz-transition:background .4s;
  -o-transition:background .4s;
  transition:background .4s;
  -webkit-transition:color .4s;
  -moz-transition:color .4s;
  -o-transition:color .4s;
  transition:color .4s;
}


/* --
.services-navigation {
  max-width: 730px;
  position: relative;
  margin: 0px auto 20px;
  overflow: hidden;
}

.services-main-container {
  width: 100%;
  margin: 0 auto;
}

#windsailing-link, #directional-pruning-link, #arboricultural-pruning-link, #trimming-for-a-view-link, 
#hanging-antennae-link, #cabling-link, #excavation-link, #dump-truck-link, #tree-stump-removal-link {
  float: left;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 1em;
  border-radius: 5px;
  margin: 1%;
  color: #4c5058;
  text-align: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #00B2E2;
  cursor: pointer;
}

#windsailing-link:hover, #directional-pruning-link:hover, #arboricultural-pruning-link:hover, #trimming-for-a-view-link:hover, 
#hanging-antennae-link:hover, #cabling-link:hover, #excavation-link:hover, #dump-truck-link:hover, #tree-stump-removal-link:hover {
  background: #CFEFF8;
  color: #000;
}

#windsailing-link.active, #directional-pruning-link.active, #arboricultural-pruning-link.active, #trimming-for-a-view-link.active, 
#hanging-antennae-link.active, #cabling-link.active, #excavation-link.active, #dump-truck-link.active, #tree-stump-removal-link.active {
  color: #fff;
  background: #00B2E2;
}

#windsailing, #directional-pruning, #arboricultural-pruning, #trimming-for-a-view, 
#hanging-antennae, #cabling, #excavation, #dump-truck, #tree-stump-removal {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
}

#windsailing {
  display: block;
}

.services-individual-container {
  float: left;
  position: relative;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

.service-description, .service-image {
  float: left;
  width: 44%;
  background: #fff;
  padding: 20px;
  height: 500px;
}

.service-description h4 {
  font-weight: 600;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #134622;
  margin-bottom: 15px;
} 

.service-description p {
  font-size: 1.1em;
  padding-bottom: 20px;
  margin: 0;
}

.service-description li {
  margin-left: 30px;
  font-size: 1.1em;
  color: #134622;
}
--*/

/* ------------ TESTIMONIALS PAGE ------------- */
#testimonials-main {
  padding: 0 100px;
  border-bottom: 1px solid #6E6E6E;
  overflow: hidden;
  margin-top: 110px;
  position: relative;
}

#testimonials-main h1 {
  color: #000;
  font-size: 2.8em;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
}

.testimonial-p {
  font-size: 1.2em;
  line-height: 1.3;
  color: #000;
}

.testimonial-container {
  margin: 1em 0 2em;
  box-shadow: 0 0 2px #000;
  width: 100%;
  overflow: hidden;
}

.left-half {
  padding-right: 1.75em;
  padding-left: 0;
  width: 45%;
  min-height: 673px;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
}

.right-half {
  padding-right: 0;
  padding-left: 1.75em;
  box-sizing: border-box;
  width: 55%;
  float: left;
  position: relative;
}

.image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100%; 
  width: 100%; 
  object-fit: contain;
}

.gary-robertson {
  background-image: url("../images/gary-robertson.jpg");
}

.author {
  font-size: 1.2em;
  font-weight: 600;
  padding-top: 1em;
}

.testimonial-container p {
  margin-bottom: 10px;
  line-height: 1.3;
  width: 97%;
}

/* ------------ CONTACT PAGE ------------- */
body.contact-body {
  background-image: url("../images/bg4.jpg");
  background-attachment: fixed;
  background-position: center -75px !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#contact-main {
  padding: 0 100px;
  border-bottom: 1px solid #6E6E6E;
  overflow: hidden;
  margin-top: 80px;
  position: relative;
}

#contact-main h1 {
  color: #fff;
  font-size: 2.8em;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  margin-top: 0.5em;
  border-bottom: 1px solid #fff;
}

.contact-navigation {
  max-width: 430px;
  position: relative;
  margin: 0px auto 20px;
  overflow: hidden;
}

.contact-main-container {
  width: 100%;
  margin: 0 auto;
}

#quote-link, #comment-link {
  float: left;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 1em;
  border-radius: 5px;
  margin: 1%;
  color: #4c5058;
  text-align: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #00B2E2;
  cursor: pointer;
}

#quote-link:hover, #comment-link:hover {
  background: #CFEFF8;
  color: #000;
}

#quote-link.active, #comment-link.active {
  color: #fff;
  background: #00B2E2;
}

#quote, #comment {
  margin: 0 auto;
  display: none;
}

#quote {
  display: block;
}

.contact-individual-container {
  position: relative;
}

.contact-description {
  position: relative;
  width: 75%;
  margin: 0 auto 25px;
}

.contact-description h4 {
  text-align: center;
  font-weight: 500;
  font-size: 1.3em;
  margin-bottom: 5px;
  line-height: 1.3;
  color: #fff;
}

.contact-description p {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3;
  color: #fff;
}

.contact-fieldset {
  width: 100%;
  position: relative;
}

.left-contact {
  float: left;
  position: relative;
  width: 49%;
}

.right-contact {
  float: right;
  position: relative;
  width: 49%;
}

.contact-input {
  font-size: 1.1em !important;
}

.contact-textarea {
  width: 97.5% !important;
  font-size: 1.1em !important;
}

.contact-button {
  display: block !important;
  color: #fff !important;
  font-size: 1em !important;
  margin: 1em auto 0 !important;
  line-height: 1.1 !important;
}

form label.error {
  margin: -0.5em 0 0 0.4em;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  color: #FF200A;
}

/* ------------ FOOTER ----------- */
#footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #000;
  position: relative;
  padding-top: 50px;
}

.footer-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
}

.footer-logo-image {
  margin: 0 auto 2em;
  width: 215px;
  height: 75px;
  background: url(../images/logo-75.png);
}

.footer-list {
  width: 45%;
  margin: 0 auto;
  text-align: center;
}

.footer-list li {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500;
}

.footer-list a:hover {
  color: #00B2E2;
}

.social {
  width: 100%;
  margin: 3% auto;
}

.social-list {
  text-align: center;
  margin: 0 auto;
}

.social .social-header {
  display: block;
  padding-bottom: 6px;
  color: #4c5058;
  font-weight: 500;
  margin-bottom: 6px;
}

.social li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.social li a {
  width: 42px;
  height: 42px;
  line-height: 44px;
  text-align: center;
  border-radius: 21px;
  border: 1px solid #eaebec;
  color: #838994;
  display: block;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.facebook:hover {
  color: #4c66a4;
}

.twitter:hover {
  color: #55acee;
}

.instagram:hover {
  color: #3f729b;
}

.google-plus:hover {
  color: #dd4330;
}

.credentials {
  text-align: center;
  margin: 3em 0 1em;
}

.bbb, .other {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  width: 34px;
  height: 50px;
  margin-bottom: 10px;
}

.copyright {
  text-align: center;
  font-weight: 500;
  font-size: 0.9em;
  color: #000;
}

#gallery-main {
    padding: 0 100px;
    border-bottom: 1px solid #6E6E6E;
    overflow: hidden;
    margin-top: 110px;
    position: relative;
}

#gallery-main h1 {
  color: #000;
    font-size: 2.8em;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
}

.gallery {
  width: 1080px;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
}

.gallery > div {
  position: relative;
  float: left;
  padding: 1em;
}

.gallery > div > img {
  display: block;
  width: 300px;
  transition: .1s transform;
  box-shadow: 0 0 6px #4444;
  transform: translateZ(0); /* hack */
}

.gallery > div:hover {
  z-index: 99999999;
}

.gallery > div:hover > img {
  transform: scale(1.5,1.5);
  transition: .3s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}