* {
	margin: 0;
	padding: 0;
}

html, body {
  height: 100%;
}

a, a:visited, a:active {
  text-decoration: none;
  color: #333;
}

.container {
  width: 960px;
  margin: 0 auto;
  padding: 10px 10px;
  box-sizing: border-box;
}

.hero {
	width: 100%;
	height: 100%;
	background-position: 0 0px;	
  background-size: cover;
  background-attachment:fixed;
  background-repeat: no-repeat;
  position: relative;
}

.hero .container {
  line-height: 50px;
  padding-top: 100px;
  padding-bottom: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}

.section-header {
  position: absolute;
  width: 100px;
  height: 80px;
  background-color: #fff;
  border-radius: 50px;
  padding-top: 20px;
  text-align: center;
  font-size: 50px;
  text-shadow: none;
  color: #555;
  left: 50%;
  margin-left: -50px;
  top: 100%;
  margin-top: -50px;
}

#hero {
  background-image: url("images/heroes/1.jpg");
  z-index: 1;
}

.logoWrapper {
  opacity: 0;
}

#hero2 {
  background-image: url("images/heroes/4.jpg");
  background-position: 0 0px;
  height: 250px;
  z-index: 1;
  color: #fff;
}

#hero3 {
  background-image: url("images/heroes/3.jpg");
  background-position: 0 0px;
  height: 500px;
  z-index: 1;
  color: #fff;
  text-shadow: #444 1px 1px 3px;
}

#hero3 .container {
  text-align: left;
  padding-top: 50px;
}

#hero4 {
  background-image: url("images/heroes/2.jpg");
  height: 200px;
  color: #fff;
}

#hero4 .container {
  padding-top: 50px;
  font-size: 25px;
  line-height: 35px;
}

.logoWrapper {
  position: relative;
}

.logoWrapper .logo {
  /*width: 30%;*/
  margin: auto;
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
}

.logoWrapper .logo .title {
  font-family: "Lato";
  font-weight: 700;
  font-size: 150px;
  padding: 30px;
  border: 20px solid #fff;
  display: inline-block;
}

.logoWrapper .logo .tagline {
  font-family: "Lato";
  font-weight: 700;
  font-size: 70px;
}

header {
  height: 66px;
  width: 100%;
  opacity: 1.0;
  background-color: #fff;
  border-bottom: 4px solid #fff;
  background-repeat: repeat-x;
  opacity: 0.95;
}

header .container {
  padding-left: 0;
  padding-right: 0;
}

header ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  height: 66px;
  float: right;
}

header ul li{
  display: inline-block;
  padding: 0 10px;
  padding-top: 10px;
  text-align: center;
  font-family: "Lato";
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  opacity: 1.0;
  height: 47px;
  border-bottom: 3px solid #fff;
  -webkit-transition: border-color 0.5s; /* For Safari 3.1 to 6.0 */
  transition: border-color 0.5s;
}

header ul li:hover {
  border-bottom: 3px solid #000;
}

header ul li.active {
  border-bottom: 3px solid #000;
}

header ul li a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

header .small-logo {
  float: left;
  font-size: 25px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #000;
  margin-top: 7px;
}

header .small-logo span {
  font-size: 23px;
  margin-right: 5px;
}

header a, header a:visited, header a:active {
  color: #000;
}

#top .container {
  padding: 0;
}

#top {
  height: 66px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

#top ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  height: 66px;
  float: right;
}

#top ul li {
  height: 45px;
  display: inline-block;
  padding: 0 9px;
  padding-top: 7px;
  opacity: 1.0;
  text-align: center;
  font-family: "lato", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

#top ul li a, #top ul li a:active, #top ul li a:visited {
  -webkit-transition: color 0.5s; /* For Safari 3.1 to 6.0 */
  transition: color 0.5s;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}

#top ul li a:hover {
  opacity: 0.8;
  color: #333;
}

#top .small-logo {
  float: left;
  font-size: 25px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin-top: 7px;
}

#top .small-logo a {
  color: #fff;
}

#top .small-logo span {
  font-size: 23px;
  margin-right: 5px;
}

#main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

#footer-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.content {
  z-index: 0;
  padding-bottom: 66px;
}

section {
  /*Lato Libre Baskerville Bitter PT+Serif Slabo*/
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-align: center; 
  color: #555;
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

h3 {
  color: #777;
  display: inline-block;
  line-height: 52px;
  font-weight: normal;
  font-size: 35px;
  font-family: Oswald;
  text-transform: uppercase;
}

h3:after {
  content: "\e919";
  font-family: 'icomoon';
  border-top: 1px solid #777;
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: -1px;
  width: 100px;
  line-height: 0;
  margin: 30px auto 0 auto;
  opacity: 0.8;
}

h4 {
  font-weight: 700;
  display: inline-block;
  font-size: 25px;
  padding-bottom: 7px;
}

#section-aboutus {
  line-height: 30px;
  font-size: 22px;
}

#section-aboutus p {
  margin: 1em 0;
}

#section-services {
  
}

#section-contact {
  
}

footer {
  background-color: #333;
}

.service-column {
  width: 33.33%;
  float: left;
  font-size: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}

.service-column h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-top: 10px;
}

.service-column .icon {
  font-size: 50px;
}

.service-column h3:after {
  content: '\eaa0';
  border: none;
  margin: 5px auto;
  margin-bottom: 20px;
  padding: 0;
}

#column1 h3, #column1 .icon {
  color: #48ac75;
}

#column2 h3, #column2 .icon {
  color: #4888ac;
}

#column3 h3, #column3 .icon {
  color: #d37575;
}

.clear {
  clear: both;
}

.animated {
  position: relative;  
}

.span4 {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}

.span5 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  height: 100%;
  vertical-align: middle;
}

.span6 {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}

.heroTitle {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
  margin-bottom: 15px;
}

.heroContent {
  font-weight: 300;
  font-size: 23px;
  line-height: 25px;
}

ul.list {
  list-style-type: none;
  font-size: 17px;
  margin-bottom: 15px;
}

ul.list li {
  margin-bottom: 5px;
}

ul.list li .icon {
  font-size: 14px;
  margin-right: 4px;
}

a.button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 3px solid #fff;/*48ac75 82D1A5 DEA2A2*/
  padding: 8px;
  background-color: transparent;
  -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
  transition: all 0.5s;
  font-weight: 400;
  font-size: 20px;
}

a.button.green {
  border: 3px solid #5ED192;
}

a.button.red {
  border: 3px solid #DEA2A2;
}

a.button.blue {
  border: 3px solid #7CB1F7;
}

a.button.green:hover {
  background-color: #48ac75;
  text-shadow: none;
}

a.button.red:hover {
  background-color: #DEA2A2;
  text-shadow: none;
}

a.button.blue:hover {
  background-color: #5390E0;
  text-shadow: none;
}

.form {
  text-align: left;
  position: relative;
}

input[type='text'], textarea, input {
  background-color: transparent;
  border: 3px solid #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  font-family: "Lato", sans-serif;
  color: #777;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
  transition: all 0.5s;
}

.form .left-column {
  width: 465px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.form .right-column {
  width: 465px;
  float: right;
}

input.name, input.email, input.subject {
  border-color: #86B6D1;
}

input.name:hover, input.email:hover, input.subject:hover, input.name:focus, input.email:focus, input.subject:focus {
  border-color: #9FD1ED;
}

textarea.message {
  border-color: #82D1A5;
  height: 100%;
}

textarea.message:hover, textarea.message:focus {
  border-color: #B8DEBD;
}

input.submit {
  border-color: #86B6D1;
  background-color: #5390E0;
  color: #fff;
  margin-bottom: 0;
}

input.submit:hover, input.submit:focus {
  background-color: #fff;
  color: #5390E0;
  cursor: pointer;
}

footer {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

footer .copyright {
  padding-top: 20px;
}

footer .icons {
  text-align: right;
  font-size: 30px;
  padding-top: 10px;
}

footer .icons span {
  margin-left: 3px;
}

footer .icons a, footer .icons a:visited, footer .icons a:active {
  color: #fff;
  -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
  transition: all 0.5s;
}

footer .icons a:hover:nth-child(1) {
  color: #5390E0;
}

footer .icons a:hover:nth-child(2) {
  color: #d37575;
}

footer .icons a:hover:nth-child(3) {
  color: #48ac75;
}

.anchor {
  position: absolute;
  top: 0;
  height: 1px;
  width: 1px;
  top: -70px;  
}

.form-message {
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
}

.form-message.error {
  color: red;
}

.form-message.success {
  color: blue;
}

.product-image {
  width: 100%;
}

#section-contact-info {
  background-color: #5390E0;
  color: #fff;
  font-size: 23px;
  text-align: center;
  font-family: "Dosis";
}

#section-contact-info .icon {
  margin-right: 10px;
}

#section-contact-info .address {
  display: inline-block;
  padding: 0 25px;
} 

#section-contact-info .phone {
  display: inline-block;
  padding: 0 25px;
}

#section-contact-info .email {
  display: inline-block;
  padding: 0 25px;
}

.google-map {
  height: 250px;
  width: 100%;
}

h3.subtitle {
  text-transform: capitalize;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
}

h3.subtitle:after {
  content: '\eaa0';
  border: none;
  margin: 5px auto;
  padding: 0;
}

#scroll-to-top {
  z-index: 3;
  position: fixed;
  right: 13px;
  bottom: 13px;
  color: #000;
  padding: 10px;
  font-size: 30px;
  line-height: 0px;
  opacity: 0.5;
  background-color: #ccc;
  cursor: pointer;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#scroll-to-top:hover {
  opacity: 0.7;
}

.strengths {
  list-style-type: none;
  font: 20px 'Dosis', sans-serif;
  text-align: left;
}

.strengths li {
  margin-bottom: 10px;
}

.strengths li .icon {
  margin-right: 5px;
}

.progress-bar-description {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font: 20px 'Dosis', sans-serif;
  line-height: 24px;
  text-align: left;
}

.progress-bar-description span:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0; 
  height: 0; 
  border-top: 7px solid #252525;
  border-right: 5px solid transparent; 
  border-left: 5px solid transparent;
  margin-left: -5px;
  content: "";
  transform: scale(0.9999);
}

.progress-bar-description span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  margin-left: -20px;
  background-color: #252525;
  color: #fff;
  font-size: 13px;  
}

.progress-bar {
  position: relative;
  display: block;
  height: 8px;
  margin-bottom: 15px;
  background-color: #b6b6b6;
}

.progress-bar .progress-bar-outer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #252525;
}

.progress-bar .progress-bar-outer .progress-bar-inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

#skills-col {
  float: left; 
  width: 46%;
}

#strength-col {
  float: right; 
  width: 46%;
}

@media (max-width: 1050px) {
  header .container, #top .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #scroll-to-top {
    display: none;
  }
}

@media (max-width: 980px) {
  .container {
    width: 100%;
    overflow: hidden;
  }
  
  input.name, input.email {
    width: 100%;
    float: none;
  }
  
  .span5 {
    width: 100%;
    float: none;
    text-align: center;
  }
  
  .product-image {
    width: 70%;
  } 
  
  #hero3 {
    height: auto;
    background-size: auto 130%;
  }
  
  .span5.copyright {
    width: 50%;
    float: left;
    text-align: left;
  }
  
  .span5.icons {
    float: right;
    width: 50%;
  }

  .form .left-column {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    position: relative;
  }
  
  .form .right-column {
    width: 100%;
    float: none;
  }

}

@media (max-width: 680px) {
  
  #hero {
    background-image: url("images/heroes/1mobile.jpg");
  }
  
  #hero2 {
    background-image: url("images/heroes/4mobile.jpg");
  }
  
  #hero3 {
    background-image: url("images/heroes/3mobile.jpg");
  }
  
  #hero4 {
    background-image: url("images/heroes/2mobile.jpg");
  }
  
  header, #top {
    display: none;
  }

  .icon-menu3, .icon-menu4 {
    font-size: 30px;
  }
  
  .form .left-column {
    margin-bottom: 35px;
  }
  
  .small-logo {
    display: none;
  }
  
  header, #top {
    text-align: center;
  }
  
  header ul, #top ul {
    float: none;
  }
  
  .service-column {
    margin: 0 auto;
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  
  #skills-col {
    float: none; 
    width: 96%;
    margin: 0 auto;
  }
  
  #strength-col {
    float: none; 
    width: 100%;
  }
  
  #strength-col .strengths {
    text-align: center;
  }
 
}

@media (max-width: 550px) {
  
    
  input, textarea {
    width: 90% !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
    box-sizing: content-box !important;
  }

  input.submit {
    width: 140px !important;
  }
}

@media (max-width: 441px) {
  #hero4 {
    height: 260px;
  }
}

section p {
  margin: 10px 0;
}
