body {
  background: #fbfbfb url(images/body-bg.jpg) top left repeat;
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding-top: 81px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#lappuse_toolbar { display: none;}.container {
  margin: 0 auto;
  text-align: left;
  position: relative;
}
b, strong {
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
}
h1 {
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1;
  text-transform: lowercase;
  padding: 0;
  margin: 0;
  margin-bottom: 27px;
}
h1:before {
  content: "< ";
  display: inline;
  color: #3e6e82;
}
h1:after{
  content: " />";
  display: inline;
  color: #3e6e82;
}
h3 { 
  font-size: 1em;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

hr {
  width: 100%;
  height: 162px;
  display: block;
  overflow: hidden;
  border: none;
}

#logo {
  background: transparent url(images/logo.png) top left no-repeat;
  width: 163px;
  height: 54px;
  margin-top: 12px;
  display: block;
  text-indent: -9000px;
}

#main-navigation {
  background: #fff;
  width: 100%;
  min-height: 81px;
  height: auto;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  
  -webkit-box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    0px 7px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow:         0px 7px 0px 0px rgba(0, 0, 0, 0.1);
}
#main-navigation ul {
  float: right;
  list-style: none;
  margin-top: 27px;
}
#main-navigation ul li { 
  float: left;
  margin-left: 2em;
}
#main-navigation ul li a {
  font-family: 'Comfortaa', cursive; 
  font-weight: 300;
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-transform: lowercase;
}
#main-navigation i {
  font-size: 1.3em;
  color: #3e6e82;
  margin-right: 10px;
  top: 1px;
  position: relative;
}

#slider {
  background: #517e91 url(images/keyboard.jpg) center center repeat-x;
  width: 100%; height: 458px;
  padding-top: 162px;
  position: relative;
  color: #fff;
  text-align: center;
}
#slider .fa {
  position: absolute;
  font-size: 2em;
  cursor: pointer;
  top: 50%;
  margin-top: -0.7em;
}
#slider .fa-chevron-circle-left { left: 10%;}
#slider .fa-chevron-circle-right { right: 10%;}
#slider .container,
#slider h3 { text-align: center;}
#slider h3 {
  width: 100%;
  height: auto;
}
#slider h1:before, #slider h1:after { color: #fff !Important;}
.cycle-slideshow {
  width: 60%;
  height: 108px;
  margin: 0 auto;
}

.box {
  background: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 7px 7px 0px 0px rgba(217, 217, 217, 0.3);
  -moz-box-shadow:    7px 7px 0px 0px rgba(217, 217, 217, 0.3);
  box-shadow:         7px 7px 0px 0px rgba(217, 217, 217, 0.3);
}

#about-us,
#services { 
  width: 100%;
  height: auto;
  padding: 27px;
  overflow: hidden;
}

#about-us img,
#services img { 
  width: 100%;
  height: auto;
}

#portfolio {
  height: 81px;
  padding-top: 27px;
  text-align: center;
  margin-bottom: 27px;
}
.product {
  position: relative;
  margin-bottom: 27px;
  padding: 3px;
}
.product img {
  width: 100%;
  height: auto;
}
.product .info {
  display: none;
}
.product:hover .info {
  width: 100%;
  height: 100%;
  padding-top: 27px;
  display: block;
  text-align: center;
  color: #fff;
  background: #3e6e82;
  background: rgba(62,110,130,0.9);
  background: -moz-linear-gradient(top, rgba(62,110,130,0.9) 0%, rgba(62,110,130,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(62,110,130,0.9)), color-stop(100%, rgba(62,110,130,0)));
  background: -webkit-linear-gradient(top, rgba(62,110,130,0.9) 0%, rgba(62,110,130,0) 100%);
  background: -o-linear-gradient(top, rgba(62,110,130,0.9) 0%, rgba(62,110,130,0) 100%);
  background: -ms-linear-gradient(top, rgba(62,110,130,0.9) 0%, rgba(62,110,130,0) 100%);
  background: linear-gradient(to bottom, rgba(62,110,130,0.9) 0%, rgba(62,110,130,0) 100%);
  position: absolute;
  top: 0; left: 0;
  z-index: 9;
  border: 3px solid #fff;
}
.product h1 { font-size: 1.3em;}
.product h1:before, .product h1:after { color: #fff !Important;}

#contacts {
  width: 100%;
  height: auto;
  padding-top: 54px;
  background: #3e6e82;
  color: #fff;
}

#feedback input, #feedback textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: 0;
  background: transparent;
  border: 1px solid rgba(255,255,255, 0.3);
  color: #fff;
  outline: none;
}
#feedback .submit {
  width: auto;
  border: 0;
  display: inline-block;
  float: right;
  clear: right;
  color: #fff;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1;
  text-transform: lowercase;
  cursor: pointer;
}
::-webkit-input-placeholder { color: #fff;}
:-moz-placeholder { color: #fff;}
::-moz-placeholder { color: #fff;}
:-ms-input-placeholder { color: #fff;}
