* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Lato', sans-serif; 
  font-size: 15px;
  color:#2a2d35;
  line-height: 26px;
  background-color: white;
  background-image: url(../img/lines.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 1257px auto;
  -webkit-font-smoothing: antialiased
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

h1, h3 {
  font-family: 'Playfair Display', serif;
}

h1, ul.menu li a {
  font-size:68px;
  line-height: 78px;
  color: #f05343;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
}

ul.menu li a {
  color: white;
  font-size: 48px;
  padding: 10px 0px;
  font-weight: normal;
  margin: 0px;
  display: block;
}


h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 45px;
  color: #464a53;
  margin:30px 0px;
}

h2 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  color:#f05343;
  font-size: 12px;
  line-height: 25px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.logo {
  width: 188px;
  height: auto;
  display: block;
  position: absolute;
  left: 5%;
  top: 40px;
}

.header {
  padding-top: 16%;
  width: 100%;
  margin:0 auto;
  max-width: 100%;
  position: relative;
}

.header h1 {
  max-width: 850px;
  position: relative;
  z-index: 10;
  margin-left: 18%;
  margin-top: 50px;
}

.header .border {
  width: 700px;
  height: 450px;
  border:10px solid #facb13;
  position: absolute;
  z-index: 5;
  left: 8.3%;
}

.header .large-dots {
  position: absolute;
  z-index: 4;
  width: 400px;
  height: 400px;
  background:url(../img/dots.png) no-repeat;
  background-position: center;
  background-size: 100% auto; 
  left: 3%;
  top: 70%;
}

.header .border:after {
  display: block;
  content: ' ';
  background:white;
  right: -10px;
  top: 30px;

  position: absolute;
  z-index: 2;
  width: 20px;
  height: 280px;
}


.arrow {
  width:63px;
  height: 63px;
  background:url(../img/arrow.png) no-repeat;
  background-position: center;
  background-size: 100% auto;
  opacity: 1;
  margin: 170px auto 100px auto;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}

.arrow.invis {
  opacity: 0;
  -moz-transform: translateX(0px) translateY(-50px);
  -webkit-transform: translateX(0px) translateY(-50px);
  -o-transform: translateX(0px) translateY(-50px);
  -ms-transform: translateX(0px) translateY(-50px);
  transform: translateX(0px) translateY(-50px);
}

.network {
  position: absolute;
  right: 0px;
  height: 110%;
  top: 0px;
  width: 100%;
  z-index: -1;
  background-image: url(../img/network.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  background-color:transparent;
}

.main-content {
  max-width:975px; 
  width:90%;
  margin:0 auto;
  position: relative;
}

.marketing {
  max-width: 460px;
  margin:20px auto;
}

.small-dots {
  position: absolute;
  z-index: -1;
  width: 330px;
  height: 330px;
  background:url(../img/smalldots.png) no-repeat;
  background-position: center;
  background-size: 100% auto; 
  bottom: -35px;
  right: 24%;
}


.inner-image {
  position: relative;
}

h3.heading {
  position: relative;
}

h3.heading:after {
  height: 15px;
  position: absolute;
  content: ' ';
  width: 90px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: -30px;
  left: 50%;
  margin-left: -45px;
  background-position: center;
}

.team h3.heading:after, h3.heading.h-blue:after  {
  background-image: url(../img/blue-line.png);
}

h3.heading.h-red:after  {
  background-image: url(../img/red-line.png);
}

.contact h3.heading:after, h3.heading.h-yellow:after {
  background-image: url(../img/yellow-line.png);
}

.team {
  max-width: 95%;
  margin:180px auto 140px auto;
}

.inner-team {
  /*min-height: 500px;*/
  background:url(../img/team.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin:70px 0px;
  position: relative;
  padding: 100px 0px 90px 0px;
}

.inner-team .container {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 95%;
}

.inner-team:after {
  content: ' ';
  position: absolute;
  z-index: 5;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width:100%;
  background:#f05343;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.inner-team h3, .inner-team h2 {
  color: #fff;
  text-align: center;
  margin:0px;
}

.inner-contact h3, .inner-contact h2 {
  color: #fff;
  text-align: left;
  margin:0px;
}

.inner-contact {
  width:100%;
  min-height: 400px;
  margin:70px 0px 0px 0px;
  background:#14a3ba;
}


.contact-content {
  padding:90px 0px 70px 30%;
}

.map {
  width: 100%;
  height: 450px;
  display: block;
}

.footer h2 {
  padding: 30px 0px;
  color: #b1b3ba;
  margin:0px;
  text-align: center;
}

.a-left, .a-right, .a-fade, .a-top, .a-bottom {
  -webkit-transition: all .7s ease-in-out;
     -moz-transition: all .7s ease-in-out;
      -ms-transition: all .7s ease-in-out;
       -o-transition: all .7s ease-in-out;
          transition: all .7s ease-in-out;
  opacity: 1;
  -moz-transform: translateX(0px) translateY(0px);
  -webkit-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.a-left.inactive {
  opacity: 0;
  -moz-transform: translateX(-80px) translateY(0px);
  -webkit-transform: translateX(-80px) translateY(0px);
  -o-transform: translateX(-80px) translateY(0px);
  -ms-transform: translateX(-80px) translateY(0px);
  transform: translateX(-80px) translateY(0px);
}

.a-right.inactive {
  opacity: 0;
  -moz-transform: translateX(80px) translateY(0px);
  -webkit-transform: translateX(80px) translateY(0px);
  -o-transform: translateX(80px) translateY(0px);
  -ms-transform: translateX(80px) translateY(0px);
  transform: translateX(80px) translateY(0px);
}

.a-top.inactive {
  opacity: 0;
  -moz-transform: translateX(0px) translateY(-70px);
  -webkit-transform: translateX(0px) translateY(-70px);
  -o-transform: translateX(0px) translateY(-70px);
  -ms-transform: translateX(0px) translateY(-70px);
  transform: translateX(0px) translateY(-70px);
}

.a-bottom.inactive {
  opacity: 0;
  -moz-transform: translateX(0px) translateY(70px);
  -webkit-transform: translateX(0px) translateY(70px);
  -o-transform: translateX(0px) translateY(70px);
  -ms-transform: translateX(0px) translateY(70px);
  transform: translateX(0px) translateY(70px);
}

.a-fade.inactive {
  opacity: 0;
}



ul.menu {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  z-index: 40;
  display: none;
  padding-top: 10%;
  background:#f05343;
  background:rgba(240, 83, 67, .85);
}

.logo-holder a {
  display: inline-block;
  max-width: 180px;
  height: auto;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.logo-holder a img {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}


.logo-holder a:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}





