body {
  }

.slider {
  background: #000; }

.title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal; }

.icon {
  width: 80px;
  height: auto; }

h3 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px; }

.pane {
  text-align: center; }

.photodiv {
  text-align: center; }

.photo {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 200px; }

.vuosi {
  background-color: #660000;
  display: inline-block;
  color: #fff;
  padding: 2px 15px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-style: italic; }

.right {
  text-align: right; }

.border {
  border-right: 1px solid #d2d2d2; }

.subtitle {
  text-align: center; }

.filter-div ul {
  text-align: center;
  margin-bottom: 20px; }

.filter-div li {
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 0 10px;
  font-size: 12px; }
  .filter-div li .active {
    border-bottom: 1px solid #660000; }

.portfolio-img {
  width: 100%; }

.portfolio {
  background: #333;
  color: #fff; }
  .portfolio h2 {
    color: #fff; }

.filter {
  color: #878787; }

.filter-div .active {
  color: #fff;
  border-bottom: 1px solid #660000; }

#portfolio-div .mix {
  display: none;
  padding: 0; }

.input {
  width: 100%;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 20px; }

textarea {
  height: 100px; }

.button {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #660000;
  background: #660000;
  color: #fff;
  display: block;
  margin: 0 auto; }

.owl-carousel img {
  width: auto;
  height: 100px; }

.footer {
  background: #444;
  color: #fff;
  text-align: center; }

section {
  padding-top: 50px;
  padding-bottom: 50px; }

.slider img {
  width: 100%; }

.descr, .portfolio .descr-white {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px; }
  .descr:after, .portfolio .descr-white:after {
    content: "";
    height: 1px;
    background: #333;
    width: 150px;
    display: block;
    margin: 10px auto 0; }

.portfolio .descr-white:after {
  background: #fff;
  content: "";
  height: 1px;
  width: 150px;
  display: block;
  margin: 10px auto 0; }

.tel::before {
  content: "\f095"; }

.mail::before {
  content: "\f0e0"; }

.web::before {
  content: "\f0ac"; }

.before::before, .tel::before, .mail::before, .web::before {
  float: left;
  font-family: FontAwesome;
  font-size: 3.5em;
  margin-right: 10px;
  color: #660000; }

#contact {
  background: #fafafa; }
  #contact p {
    line-height: 1.5; }
  #contact a {
    color: #660000; }

.reference-item {
  margin-right: 20px; }

#marru {
  background: #f2f2f2; }

.slider-ontop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  z-index: 10; }

.head-centered {
  display: table-row; }

.head-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.head {
  min-height: 480px;
  overflow: hidden; }

.head-text h1 {
  display: inline-block;
  padding: 10px 35px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.5em;
  font-weight: normal;
  border-bottom: 5px solid #fff; }

.head-text h2 {
  color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.2em;
  font-weight: normal; }

.head::before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5; }

.menu {
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 50; }
  .menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 150px; }
  .menu li {
    list-style-type: none; }
    .menu li a {
      color: #fff;
      text-transform: uppercase;
      height: 50px;
      outline: none;
      letter-spacing: 3px;
      display: block;
      font-size: 12px;
      line-height: 50px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .menu li a:hover {
        background: rgba(255, 255, 255, 0.08);
        text-decoration: none;
        color: #660000; }

.toggle {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 90;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.sandwich {
  position: absolute;
  width: 25px;
  height: 25px;
  margin: auto;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0; }

.s-top {
  position: relative;
  top: 0;
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s; }

.sandwich.active .s-top {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.s-middle {
  position: relative;
  top: 6px;
  width: 25px;
  height: 3px;
  background: white;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  display: block;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.sandwich.active .s-middle {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.s-bottom {
  position: relative;
  top: 12px;
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s; }

.sandwich.active .s-bottom {
  top: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.slide1 {
  background: url(../img/oportfolio/marrun-www-2-1024x597.jpg) center center;
  background-size: cover; }

.slide2 {
  background: url(../img/oportfolio/IMG_1873-1024x768.jpg) center center;
  background-size: cover; }

.scroll {
  color: #fff;
  font-size: 2em; }
  .scroll i:hover {
    color: #660000; }
  .scroll i:visited {
    color: #fff; }

.opacity {
  opacity: 0.2; }

.to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0.75;
  font-size: 3em;
  color: #660000; }
  .to-top:hover {
    opacity: 1; }
  .to-top:visited {
    color: #660000; }

.to-upper {
  text-transform: uppercase; }

.footer-link {
  color: #d5d5d5; }
  .footer-link:hover {
    color: #777; }

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

table {
width: 100%; 
}
