/* ----------------------------------------------- Reset and clear fix ----------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
img,
object,
embed,
video {
  max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff;
}
.item {
  margin: 10px;
}
h2 {
  color: #ffffff;
  font-size: 3em;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  font-family: Quicksand, "verdana", Georgia;
  font-weight: 300;
}
/* vars */
/* helpers */
.holder {
  max-width: 950px;
  margin: 0 auto;
}
html,
body,
#contaner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  padding: 0 0 200px 0;
  font-family: Quicksand, "verdana", Georgia;
  color: #fff;
}
#contaner #mainHero {
  /*.skyColor;*/

  background: url(../images/topTreeBg.png) bottom #1e5799;
  background-size: cover;
  height: 700px;
  text-align: center;
}
#contaner #mainHero span {
  color: #ffffff;
  font-size: 3em;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  font-family: Quicksand, "verdana", Georgia;
  font-weight: 300;
}
#contaner #workSection {
  height: 600px;
  background: url(../images/workSection.jpg) bottom #000000 no-repeat;
  background-size: cover;
}
#contaner #workSection #logos div img {
  border: 4px solid #106a0e;
}
#contaner #aboutSection {
  height: 800px;
  background: url(../images/aboutSectionBg.jpg) 0px -100px #000000 no-repeat;
  background-size: cover;
  font-size: 20px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
#contaner #aboutSection h2 {
  font-size: 3em;
}
#contaner #aboutSection strong a {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
#contaner #contactSection {
  height: 800px;
  background: url(../images/bg.jpg) bottom #000000 no-repeat;
  background-size: cover;
}
#contaner #contactSection strong {
  color: #f46d3e;
}
#contaner #contactSection .left {
  padding: 13px 0 0 5px;
  float: left;
  width: 45%;
}
#contaner #contactSection .right {
  text-align: right;
  float: right;
  width: 45%;
  position: relative;
}
#contaner #contactSection .right .c1 {
  position: absolute;
  right: 50px;
  top: -90px;
  z-index: 1;
  width: 80%;
}
#contaner #contactSection .right .c2 {
  position: absolute;
  right: 50px;
  top: -90px;
  z-index: 2;
  width: 80%;
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}
#contaner #contactSection .right .c3 {
  position: absolute;
  right: 50px;
  top: -90px;
  z-index: 3;
  width: 80%;
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
#contaner #contactSection .right .c4 {
  position: absolute;
  right: 50px;
  top: -90px;
  z-index: 4;
  width: 80%;
  -webkit-animation: spin 8s linear infinite;
  -moz-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#navFotterHolder {
  z-index: 999;
  height: 147px;
  position: fixed;
  bottom: -300px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #fff;
}
nav {
  height: 100px;
  background: #fbc209;
  overflow: hidden;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -40px;
}
nav li {
  float: left;
  overflow: hidden;
}
nav .thenav {
  width: 22%;
}
nav .work {
  background: url(../images/butBg.png) 0 -180px no-repeat #106a0e;
}
nav .about {
  background: url(../images/butBg.png) 0 -180px no-repeat #0e426a;
}
nav .contact {
  background: url(../images/butBg.png) 0 -180px no-repeat #f46d3e;
}
footer {
  height: 47px;
  background: url(../images/footerBg.png) transparent;
}
footer .holder .left {
  padding: 13px 0 0 5px;
  float: left;
  width: 45%;
}
footer .holder .right {
  text-align: right;
  float: right;
  width: 45%;
}
footer .holder .right div {
  float: right;
}
footer .holder .right .followMe {
  padding: 13px 0 0 5px;
}
