@font-face {
font-family: DistProTh;
src: url('../common-files/fonts/DistProTh.otf') format('opentype');
}

.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.drop-ie-gradient {
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.dropdown-arrow-inverse {
  border-bottom-color: #34495e !important;
  border-top-color: #34495e !important;
}
body {
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.231;
  overflow-x: hidden;
}

a {
  color: #07dbf2; /* ez undorító #07DBF2*/
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-size: 19.5px;
}
/*
  .long-text {
    margin-top: 486px;
    clear: both;
    width: 100%;
  }*/



@media (max-width: 767px) {
  a {
    color: #07dbf2; /* ez undorító #07DBF2*/
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    font-size: 14.625px;
  }
}
a:hover {
  color: 1abc9c;
  text-decoration: none;
}
h1,
.h1 {
  font-size: 62.006px /* 64px */;
  font-weight: 400;
}
h2,
.h2 {
  font-size: 51.996px /* 52px */;
  font-weight: 400;
  margin-bottom: 2px;
}
h3,
.h3 {
  font-size: 39.998000000000005px /* 40px */;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: 2px;
}
h4,
.h4 {
  font-size: 28.994000000000003px /* 29px */;
  font-weight: 400;
  margin-top: 4px;
}
h5,
.h5 {
  font-size: 28px /* 28px */;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 23.996px /* 24px */;
  font-weight: 400;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2em;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}


.container,
p {
  font-size: 19.5px;
  line-height: 1.322169;
}
.lead {
  font-size: 28px;

  line-height: 1.4642745000000001;
  font-weight: 400;
}
small {
  font-size: 84%;
  line-height: 2.050846;
}
blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px;
}
blockquote p {
  font-size: 20.006px;
  line-height: 1.549829;
  font-weight: 400;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 18.004px;
  line-height: 1.722169;
  font-style: italic;
  color: #34495e;
}
blockquote small:before {
  content: "";
}
blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.img-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-comment {
  font-size: 14.994px;
  line-height: 1.231;
  font-style: italic;
  margin: 24px 0;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #15967d;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover,
a.text-success:focus {
  color: #25a35a;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b93d30;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c19d0c;
}
.text-info {
  color: #3498db;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a7aaf;
}
.text-inverse {
  color: #ffffff;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #cccccc;
}
.muted {
  color: #bdc3c7;
}
a.muted:hover,
a.muted:focus {
  color: #979c9f;
}
footer {
  background-color: transparent;
}

footer .google-maps {
    border-left: solid 2px transparent;
    padding-left: 5px;
}

footer .google-maps:hover {
    /*color: #07DBF2;*/
    border-left: solid 2px rgb(145, 145, 145);
    transition: all 0.25s ease 0s;
}

.input-append input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  box-shadow: none;
}
/* end only for flat-ui free*/
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bordered {
  border-style: solid;
}
body {
  overflow-x: hidden;
  color: #7f8c8d;
  line-height: 1.29;
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}

h1 {
  font-weight: 400;
}
h3 {
  font-weight: 400;
}
img {
  -webkit-backface-visibility: hidden;
}

a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
.navbar .subnav {
  display: none;
}
@media (max-width: 979px) {
  .navbar .nav-collapse {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 72%;
    padding: 25px 0;
    border-radius: 0;
    float: none;
    height: auto!important;
    overflow: auto!important;
    background: #222527;
    font-family: DistProTh, Helvetica, Arial, sans-serif;
    display: none;
  }
  .navbar .nav-collapse::-webkit-scrollbar {
    display: none;
  }
  .navbar .nav-collapse > * {
    margin: 30px 0 0!important;
  }
  .navbar .nav-collapse > *:first-child {
    margin-top: 0!important;
  }
  .navbar .nav-collapse .nav > li {
    margin: 0;
  }
  .navbar .nav-collapse .nav > li > a {
    display: block!important;
    margin: 0;
    padding: 12px 35px;
    border-bottom: 2px solid #24292d;
    font-size: 13px;
    font-weight: 400;
    font-family: DistProTh, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    color: #5b5e61;
    text-transform: uppercase;
  }
  .navbar .nav-collapse .nav > li > a:hover,
  .navbar .nav-collapse .nav > li > a:focus,
  .navbar .nav-collapse .nav > li > a.active {
    color: #ffffff;
  }
  .navbar .nav-collapse .nav > li.active > a {
    color: #ffffff;
  }
  .navbar .nav-collapse .nav > li.active > a:hover,
  .navbar .nav-collapse .nav > li.active > a:focus,
  .navbar .nav-collapse .nav > li.active > a.active {
    color: #ffffff;
  }
  .navbar .nav-collapse .subnav {
    display: block;
    list-style: none;
  }
  .navbar .nav-collapse .subnav li > a {
    display: block;
    margin: 0;
    padding: 7px 35px;
    font-size: 13px;
    font-weight: 400;
    font-family: DistProTh, Helvetica, Arial, sans-serif;
    color: #5b5e61;
    text-transform: capitalize;
  }
  .navbar .nav-collapse .subnav li > a:hover,
  .navbar .nav-collapse .subnav li > a:focus,
  .navbar .nav-collapse .subnav li > a.active {
    color: #ffffff;
  }
  .navbar .nav-collapse .navbar-form,
  .navbar .nav-collapse .navbar-search {
    padding: 10px 35px;
    border-bottom: 0 none;
    border-top: 0 none;
    box-shadow: none;
  }
  .navbar .nav-collapse .navbar-form:focus,
  .navbar .nav-collapse .navbar-search:focus {
    outline: 0 none;
  }
  body > *,
  .navbar .nav-collapse {
    -webkit-backface-visibility: hidden;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
  }
  .nav-visible body > * {
    left: -34%;
  }
  .nav-visible .navbar .nav-collapse {
    left: 66%!important;
    visibility: visible;
  }
  footer .col-md-3 {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .navbar-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.delimiter {
  margin-top: 200px;
}
.delimiter.line {
  margin-top: 150px;
  margin-bottom: 150px;
  border-top: 2px solid #ebedee;
}
header {
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 100;
}
header .brand {
  font-size: 30px;
  font-weight: 400;
  color: #34495e;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
section * {
  z-index: 2;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
@media (max-width: 768px) {
  .background {
    -webkit-background-size: auto 200%;
    -moz-background-size: auto 200%;
    -o-background-size: auto 200%;
    background-size: auto 200%;
  }
}
.container {
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  header {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .container {
    padding: 0px;
  }
  
  .navbar-brand {
    margin-left: 20px;
/*     border: solid 1px red; */
  }  
}
.nav-visible .navbar .nav-collapse .nav > li > a:hover,
.nav-visible .navbar .nav-collapse .nav > li > li a:focus {
  background-color: transparent;
}
.nav-visible .nav-collapse .navbar-form,
.nav-visible .nav-collapse .navbar-search {
  border-bottom: 0 none;
  border-top: 0 none;
  box-shadow: none;
  margin: 10px 0;
  padding: 10px 15px;
}
.nav-visible .nav-collapse .navbar-form a.btn,
.nav-visible .nav-collapse .navbar-search a.btn {
  border-color: white;
  color: white;
}
.nav-visible .nav-collapse .navbar-form a.btn:hover,
.nav-visible .nav-collapse .navbar-search a.btn:hover,
.nav-visible .nav-collapse .navbar-form a.btn:focus,
.nav-visible .nav-collapse .navbar-search a.btn:focus {
  color: #ffffff;
  background-color: white;
}
.header-10 {
  z-index: 200;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 0;
  height: 80px;
  color: black;

  background: transparent;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out, background .25s linear;
}
.home-page {
  color: #ffffff;
}

.nav-up {
  top: -80px;
  background: rgba(255, 255, 255, 0);
}
.nav-down {
  background: rgba(255, 255, 255, 0.8);
  
}
#page-home.nav-up {
  top: -80px;
  background: rgba(0, 0, 0, 0) !important;
  
}
#page-home.nav-down {
  background: rgba(0, 0, 0, 0.8) !important;
}

.header-10 .navbar {
  position: absolute;
  z-index: 2;
  top: 0;
  margin: 0;
  width: 100%;
}
.header-10 .navbar.navbar-fixed-top {
  position: fixed;
  margin: 0 auto;
  top: 0 !important;
}
.header-10 .navbar .navbar-form,
.header-10 .navbar .navbar-search {
  margin: 0;
  padding: 20px 0 19px 60px;
}
.header-10 .navbar .btn,
.header-10 .navbar .btn-group {
  margin-top: -1px;
}
.header-10 .navbar .btn {
  padding-left: 26px;
  padding-right: 26px;
}
.header-10 .navbar .btn.btn-primary {
  font-size: 19.5px;
  font-weight: 400;
/*   color: #ffffff; */
}
.header-10 .navbar .navbar-inner {
  background: none;
}
.xxheader-10 .navbar .navbar-brand {
/*   padding-left: 0; */
  padding-top: 25px;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
}
/*.header-10 .navbar .navbar-brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}*/
.header-10 .navbar .nav > li {
  margin-left: 30px;
}
.header-10 .navbar .nav > li:first-child {
  margin-left: 0;
}

.header-10 .navbar-collapse.collapsing > ul > li > a,
.header-10 .navbar-collapse.in > ul > li > a {
/*   color: white; */
/*   font-size: 14px; */
  padding: 0px;
  font-weight: normal;
  margin-left: 0px;
}

.header-10 .navbar-collapse.collapsing > ul > li,
.header-10 .navbar-collapse.in > ul > li {
  margin: 0px;
}

.header-10 .navbar-collapse > ul > li > a {
  padding: 29px 0 27px;
  font-size: 24.8px;
  font-weight: 500;
/*   color: #7f8c8d; */
/*   color: #1a1a1a; */
  color: #000000;
}
.page-home .navbar-collapse > ul > li > a {
  color: #ffffff;
}
.header-10 .navbar-collapse > ul > li {
  text-align: center;
}

.header-10 .navbar .nav > li > a:hover,
.header-10 .navbar .nav > li > a:focus,
.header-10 .navbar .nav > li > a.active {
  color: #07DBF2;
  
  
}
.header-10 .navbar .nav > li.active > a {
/*   color: #ffffff; */
}
.header-10 .navbar .nav > li.active > a:hover,
.header-10 .navbar .nav > li.active > a:focus,
.header-10 .navbar .nav > li.active > a.active {
/*   color: #ffffff; */
}



.xxnavbar-toggle {
  margin: 12px 20px 0px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: none!important;
  color: black;
}

.page-home .navbar-toggle:before {
  color: #ffffff;
}

.page-home .navbar-toggle:hover:before, 
.page-home .navbar-toggle:focus:before,
.page-home .navbar-toggle:hover,
.page-home .navbar-toggle:focus,
.page-home .navbar-toggle:active {
  color: #07DBF2;
}

.navbar-toggle:before {
  color: #1a1a1a;
}

.navbar-toggle:hover:before, .navbar-toggle:focus:before {
    color: #07DBF2;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  color: #07DBF2;
}
.navbar-toggle:active,
.navbar-toggle.active {
  color: #07DBF2;
}

.navbar-collapse {
/*   position: absolute; */
/*   border: solid 1px red; */
}

.navbar-collapse.collapsing,
.navbar-collapse.in {
  background-color: black;
  overflow: none;
  
  background: #212121; /* Old browsers */
  //linear-gradient(to bottom, #111111 0%,  #232323 10%,  #232323 87%, #232323 100%) repeat scroll 0% 0% transparent
  //background: -moz-linear-gradient(top, #212121 0%, #3d3d3d 17%, #262626 87%, #232323 100%); /* FF3.6+ */
  //background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(17%,#3d3d3d), color-stop(87%,#262626), color-stop(100%,#232323)); /* Chrome,Safari4+ */
  //background: -webkit-linear-gradient(top, #212121 0%,#3d3d3d 17%,#262626 87%,#232323 100%); /* Chrome10+,Safari5.1+ */
  //background: -o-linear-gradient(top, #212121 0%,#3d3d3d 17%,#262626 87%,#232323 100%); /* Opera 11.10+ */
  //background: -ms-linear-gradient(top, #212121 0%,#3d3d3d 17%,#262626 87%,#232323 100%); /* IE10+ */
  //background: linear-gradient(to bottom, #212121 0%,#3d3d3d 17%,#262626 87%,#232323 100%); /* W3C */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
  
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.collapse.in ul li a {
  color: white !important;
  margin-top: 10px;
}
@media (max-width: 979px) {
  .header-10 .navbar .nav-collapse {
    border: solid 2px green;
    padding-top: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 72%;
    height: auto!important;
    padding: 25px 0;
    border-radius: 0;
    float: none;
    overflow: auto!important;
    background: #222527;
    font-family: DistProTh, Helvetica, Arial, sans-serif;
  }
  .header-10 .navbar .nav-collapse::-webkit-scrollbar {
    display: none;
  }
  .header-10 .navbar .nav-collapse > * {
    margin: 30px 0 0!important;
  }
  .header-10 .navbar .nav-collapse > *:first-child {
    margin-top: 0!important;
  }
  .header-10 .navbar .nav-collapse .nav > li {
    margin: 0;
  }
  .header-10 .navbar .nav-collapse .nav > li > a {
    display: block!important;
    margin: 0;
    padding: 12px 35px;
    border-bottom: 2px solid #24292d;
    font-size: 13px;
    font-weight: 400;
    font-family: DistProTh, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    color: #C9C9C9;
    text-transform: uppercase;
  }
  .header-10 .navbar .nav-collapse .nav > li > a:hover,
  .header-10 .navbar .nav-collapse .nav > li > a:focus,
  .header-10 .navbar .nav-collapse .nav > li > a.active {
    color: #ffffff;
  }
  .header-10 .navbar .nav-collapse .nav > li.active > a {
    color: #ffffff;
  }
  .header-10 .navbar .nav-collapse .nav > li.active > a:hover,
  .header-10 .navbar .nav-collapse .nav > li.active > a:focus,
  .header-10 .navbar .nav-collapse .nav > li.active > a.active {
    color: #ffffff;
  }
  .header-10 .navbar .nav-collapse .subnav {
    display: block;
    list-style: none;
  }
  .header-10 .navbar .nav-collapse .subnav li > a {
    display: block;
    margin: 0;
    padding: 7px 35px;
    font-size: 13px;
    font-weight: 400;
    font-family: DistProTh, Helvetica, Arial, sans-serif;
    color: #5b5e61;
    text-transform: capitalize;
  }
  .header-10 .navbar .nav-collapse .subnav li > a:hover,
  .header-10 .navbar .nav-collapse .subnav li > a:focus,
  .header-10 .navbar .nav-collapse .subnav li > a.active {
    color: #ffffff;
  }
  .header-10 .navbar .nav-collapse .navbar-form,
  .header-10 .navbar .nav-collapse .navbar-search {
    padding: 10px 35px;
  }
}
section.centered,
.header-10-sub {
/*   margin-top: -80px; */
  position: relative;
  z-index: 50;
  /*height: 800px;*/
  color: white;
  text-align: center;
}
section.centered,
.header-10-sub.v-center,
.header-10-sub .v-center {
  display: table;
  width: 100%;
  clear: both;
}
section.centered > div,
.header-10-sub.v-center > div,
.header-10-sub .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .header-10-sub.v-center.row:before,
  .header-10-sub .v-center.row:before,
  .header-10-sub.v-center.row:after,
  .header-10-sub .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  section.centered,
  section.normal,
  .header-10-sub.v-center,
  .header-10-sub .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-10-sub.v-center.row,
  .header-10-sub .v-center.row {
    display: block;
    width: auto;
  }
  .header-10-sub.v-center.row:before,
  .header-10-sub .v-center.row:before,
  .header-10-sub.v-center.row:after,
  .header-10-sub .v-center.row:after {
    display: none;
  }
  .header-10-sub.v-center.row > *,
  .header-10-sub .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
section.centered .hero-unit,
.header-10-sub .hero-unit {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
section.centered .hero-unit h1 {
  font-family: Verdana;
  font-weight: 700;
/*   text-shadow: -1px 0 rgb(56, 56, 56), 0 1px rgb(56, 56, 56), 1px 0 rgb(56, 56, 56), 0 -1px rgb(56, 56, 56); */
}
section.centered .hero-unit h2 {
  font-family: DistProTh;
  text-transform: uppercase; 
/*    text-shadow: -1px 0 rgb(56, 56, 56), 0 1px rgb(56, 56, 56), 1px 0 rgb(56, 56, 56), 0 -1px rgb(56, 56, 56); */
}

section.centered .hero-unit,
.header-10-sub .hero-unit h1 {
  margin: 0 0 30px;
  font-size: 37.5px;
  color: #1a1a1a;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  xxfont-weight: 400;
}
section.centered .hero-unit,
.header-10-sub .hero-unit p {
  font-size: 19.5px;
  xxfont-weight: 400;
  color: #1a1a1a;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  line-height: 37.5px;
}
@media (max-width: 480px) {
  section.centered .hero-unit h1,
  .header-10-sub .hero-unit h1 {
    font-size: 27px;
    xxfont-weight: 400;
    color: #1a1a1a;
    font-family: DistProTh, Helvetica, Arial, sans-serif;
  }
  section.centered  .hero-unit h2 {
    font-size: 20px;
  }

  .section.centered .hero-unit p,
  .header-10-sub .hero-unit p {
    font-size: 16.5px;
    color: #1a1a1a;
    line-height: 35px;
    xxfont-weight: 400;
  }
}
section.centered .hero-unit.hero-unit-bordered h1,
.header-10-sub .hero-unit.hero-unit-bordered h1 {
  font-size: 46px;
  font-weight: 400;
  color: #ffffff;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  border: 8px solid white;
  display: inline-block;
  margin: 0;
  padding: 30px 40px;
}
@media (max-width: 480px) {
  section.centered .hero-unit.hero-unit-bordered h1,
  .header-10-sub .hero-unit.hero-unit-bordered h1 {
    font-size: 16.5px;
    xxfont-weight: 400;
    color: #ffffff;
  }
}
@media (max-width: 480px) {
  section.centered > div,
  .header-10-sub.v-center > div {
    padding-top: 90px;
  }
}
.project_details > ul {
  margin-left: 0px;
  padding-left: 0px;
  
}

.project-slideshow {
    text-align: center;
}

.project-slideshow-pager {
    display: inline-block;
}

.pag {
/*     background-color: black; */
    background-image: url('../img/b21.png');
    background-position: -6px -36px; 
    height: 19px;
    width: 19px;
    float: left;
    cursor: pointer;
/*     border: solid 1px red; */
}
.pagact {
    background-position: -66px -36px; 
}
.pag:hover {
    background-position: -36px -36px; 
}  


.project_details > ul li {
  clear: both;
  list-style: none;
  margin-left: 0px;

}

.project-detail-head {
  float: left;
  color: black;
  font-size: 15pt;
  width: 50%;
}
.project-detail-value {
  font-size: 15pt;
  float: left;
  color: #7F8C8D;
  width: 50%;
  text-align: right;
  
  
}

section.centered .control-btn,
.project-slideshow .control-btn,
.header-10-sub .control-btn {
  width: 100px;
  height: 100px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 100px;
  font-weight: 400;
  color: #1a1a1a;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -46.5px;
}
section.centered .control-btn:hover,
section.centered .control-btn:focus,
section.centered .control-btn:active,
.header-10-sub .control-btn:hover,
.header-10-sub .control-btn:focus,
.header-10-sub .control-btn.active {
  color: #1a1a1a;
}
section.centered .control-btn:hover,
section.centered .control-btn:focus,
section.centered .control-btn:active,
.header-10-sub .control-btn:hover,
.header-10-sub .control-btn:focus,
.header-10-sub .control-btn:active,
.header-10-sub .control-btn.active {
/*   opacity: 0.4; */
/*   filter: alpha(opacity=40); */
}
@media (max-width: 480px) {
  section.centered .control-btn,
  .header-10-sub .control-btn {
    bottom: -20px;
  }
}
.projects-content {
  position: relative;
  text-align: center;
}
section.normal h3,
.projects-content h3 {
  text-align: left;
  font-size: 37.5px;
  font-weight: 400;
  color: #1a1a1a;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  line-height: 42px;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  section.normal h3,
  .projects-content h3 {
    margin-bottom: 20px;
    line-height: 36px;
  }
}

.overlay {
  blackground-color: rgba(0, 0, 0, 0.);
/*   opacity: 0.4; */
}

section.normal,
.projects-content.v-center,
.projects-content .v-center {
  display: table;
  width: 100%;
/*   height: 100%; */
/*   background-color: red  !important; */
/*   bordeR: solid 1px red; */
}

section.fullscreen {
/*   background-color: red !important; */
/*   bordeR: solid 1px red; */
}

section.normal > div,
.projects-content.v-center > div,
.projects-content .v-center > div {
  /*display: table-cell;*/
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  section.normal .row:before,
  .projects-content.v-center.row:before,
  .projects-content .v-center.row:before,
  .projects-content.v-center.row:after,
  .projects-content .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  section.normal,
  .projects-content.v-center,
  .projects-content .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .projects-content.v-center.row,
  .projects-content .v-center.row {
    display: block;
    width: auto;
  }
  .projects-content.v-center.row:before,
  .projects-content .v-center.row:before,
  .projects-content.v-center.row:after,
  .projects-content .v-center.row:after {
    display: none;
  }
  .projects-content.v-center.row > *,
  .projects-content .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
section.normal .row,
.projects-content .row {
  text-align: left;
}
section.normal h6,
.projects-content h6 {
  font-size: 18px;
  font-weight: 400;
  color: #e74c3c;
  margin-top: 60px;
  text-transform: none;
}
section.normal h6:first-child,
.projects-content h6:first-child {
  margin-top: auto;
}
@media (max-width: 767px) {
  section.normal h6,
  .projects-content h6 {
    margin-top: 20px;
  }
}
section.normal .row > .span3:first-child,
.projects-content .row > .span3:first-child {
  font-size: 22px;
  font-weight: 400;
  color: #7f8c8d;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  line-height: 32px;
}

@media (max-width: 767px) {
  .projects-content .v-center {
    padding-left: 0;
    padding-right: 0;
  }
  section.normal .row > [class*="span"],
  .projects-content .row > [class*="span"] {
    margin-top: 45px;
  }
  section.normal .row > [class*="span"]:first-child,
  .projects-content .row > [class*="span"]:first-child {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  section.normal h3,
  .projects-content h3 {
    text-align: left;
  }
}
.projects-content .screen-wrapper {
  position: relative;
  height: 437px;
}
.projects-content .screen-wrapper .screen {
  position: absolute;
  left: 50%;
  margin-left: -151px;
  overflow: hidden;
}
.projects-content .screen-wrapper .screen img {
  position: relative;
  max-width: none;
}
.projects-content .screen-wrapper .screen img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
}

.nav-link {
  font-size: 20pt;
  color: black;
}
.projects-link {
  font-size: 18pt;
}

.plabcontent {
  position: relative;
  text-align: center;
}
section.normal h3,
.lab-content h3 {
  text-align: left;
  font-size: 37.5px;
  font-weight: 400;
  color: #1a1a1a;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  line-height: 42px;
  letter-spacing: -1px;
}

.team-content h3 {
  text-align: left;
  font-size: 37.5px;
  font-weight: 400;
  color: #1a1a1a;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  line-height: 42px;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  section.normal h3,
  .lab-content h3 {
    margin-bottom: 20px;
    line-height: 36px;
  }
}
.lab-content.v-center,
.lab-content .v-center {
  display: table;
  width: 100%;
}
.lab-content.v-center > div,
.lab-content .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .lab-content.v-center.row:before,
  .lab-content .v-center.row:before,
  .lab-content.v-center.row:after,
  .lab-content .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .lab-content.v-center,
  .lab-content .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lab-content.v-center.row,
  .lab-content .v-center.row {
    display: block;
    width: auto;
  }
  .lab-content.v-center.row:before,
  .lab-content .v-center.row:before,
  .lab-content.v-center.row:after,
  .lab-content .v-center.row:after {
    display: none;
  }
  .lab-content.v-center.row > *,
  .lab-content .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}*/
.lab-content .row {
  text-align: left;
  margin-left: 20px;
}
.lab-content h6 {
  font-size: 18px;
  font-weight: 400;
  color: #e74c3c;
  margin-top: 60px;
  text-transform: none;
}
.lab-content h6:first-child {
  margin-top: auto;
}
.team-content .row {
  text-align: left;
}
@media (max-width: 767px) {
  .lab-content h6 {
    margin-top: 20px;
  }
}
.lab-content .row > .span3:first-child {
  font-size: 22px;
  font-weight: 400;
  color: #7f8c8d;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  line-height: 32px;
}

@media (max-width: 767px) {
  .lab-content .v-center {
    padding-left: 0;
    padding-right: 0;
  }
  .lab-content .row > [class*="span"] {
    margin-top: 45px;
  }
  .lab-content .row > [class*="span"]:first-child {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .lab-content h3 {
    text-align: left;
  }
}
.lab-content .screen-wrapper {
  position: relative;
  height: 437px;
}
.lab-content .screen-wrapper .screen {
  position: absolute;
  left: 50%;
  margin-left: -151px;
  overflow: hidden;
}
.lab-content .screen-wrapper .screen img {
  position: relative;
  max-width: none;
}
.lab-content .screen-wrapper .screen img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
}

.content-8 {
  position: relative;
  text-align: center;
}
.content-8 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #34495e;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  margin: 70px 0 35px;
}
.content-8 p {
  font-size: 18px;
  font-weight: 400;
  color: #7f8c8d;
  margin-bottom: 43px;
}
.content-8 .btn.btn-clear {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: 2px solid #e74c3c;
  font-size: 14px;
  font-weight: 400;
  color: #7f8c8d;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  padding: 12px 28px 12px;
  color: #e74c3c;
}
.content-8 .btn.btn-clear:hover,
.content-8 .btn.btn-clear:focus {
  background: #e74c3c;
  color: #fff;
}
.content-8 .btn.btn-clear:active,
.content-8 .btn.btn-clear.active {
  border-color: #c44133;
  background: #c44133;
  color: rgba(255, 255, 255, 0.75);
}
.content-8.v-center,
.content-8 .v-center {
  display: table;
  width: 100%;
}
.content-8.v-center > div,
.content-8 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .content-8.v-center.row:before,
  .content-8 .v-center.row:before,
  .content-8.v-center.row:after,
  .content-8 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-8.v-center,
  .content-8 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-8.v-center.row,
  .content-8 .v-center.row {
    display: block;
    width: auto;
  }
  .content-8.v-center.row:before,
  .content-8 .v-center.row:before,
  .content-8.v-center.row:after,
  .content-8 .v-center.row:after {
    display: none;
  }
  .content-8.v-center.row > *,
  .content-8 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.content-11 {
  position: relative;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  background: rgba(241, 196, 15, 0.1);
  font-size: 24px;
  font-weight: 400;
  color: #34495e;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
}
.content-11 > .container {
  position: relative;
}
.content-11 .btn {
  margin-left: 33px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 480px) {
  .content-11 > .container > span {
    display: block;
  }
  .content-11 .btn {
    margin: 30px 0 0;
  }
}
.content-23 {
  margin-top: 2px;
  position: relative;
  height: 800px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
.content-23.v-center,
.content-23 .v-center {
  display: table;
  width: 100%;
}
.content-23.v-center > div,
.content-23 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .content-23.v-center.row:before,
  .content-23 .v-center.row:before,
  .content-23.v-center.row:after,
  .content-23 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-23.v-center,
  .content-23 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-23.v-center.row,
  .content-23 .v-center.row {
    display: block;
    width: auto;
  }
  .content-23.v-center.row:before,
  .content-23 .v-center.row:before,
  .content-23.v-center.row:after,
  .content-23 .v-center.row:after {
    display: none;
  }
  .content-23.v-center.row > *,
  .content-23 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.content-23 .control-btn {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 37.5px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 34px;
  margin-left: -32.5px;
}
.content-23 .control-btn:hover,
.content-23 .control-btn:focus,
.content-23 .control-btn.active {
  color: #ffffff;
}
.content-23 .control-btn:hover,
.content-23 .control-btn:focus,
.content-23 .control-btn:active,
.content-23 .control-btn.active {
/*   opacity: 0.4; */
/*   filter: alpha(opacity=40); */
}

.content-23 .control-btn2 {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 37.5px;
  font-weight: 400;
  color: #1a1a1a;
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -45px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.content-23 .control-btn2:hover,
.content-23 .control-btn2:focus,
.content-23 .control-btn2.active {
  color: #1a1a1a;
}
.content-23 .control-btn2:hover,
.content-23 .control-btn2:focus,
.content-23 .control-btn2:active,
.content-23 .control-btn2.active {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

@media (max-width: 480px) {
  .content-23 .control-btn {
    bottom: 30px;
  }
}


section.centered h1,
.hero-unit h1 {
  margin: 0 0 20px;
  font-size: 62.006px;
  font-weight: 400;
  font-weight: bold;
  color: #ffffff;
}

section.centered h2,
.hero-unit h2 {
    margin: 0 0 20px;
    font-size: 37.5px;
    font-weight: 400;
    font-weight: bold;
    color: #ffffff;
}

.hero-unit p {
  margin-bottom: 30px;
  font-size: 28.5px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);

}

.fui-arrow-down {
    /*border: solid 1px red;*/
}



#car_next {
    position: absolute;
    top: 80px;
    right: 0px;
    height: 80%;
}

.car_navi {
    content: " ";
    width: 100px;
    display: table;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.5s;
}

.car_navi > div {
    display: table-cell;
    vertical-align: middle;
}

.car_navi:hover  .car_navi_arr {
    display: block;
}

.car_navi:hover {
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: background-color 0.5s;
}

#car_prev {
    position: absolute;
    top: 80px;
    left: 0px;
    height: 80%;
}

div.car_navi_arr {
    display: none;
    height: 100px;
    width: 100px;
    /*border-top: solid 4px black;*/
    /*border-left: solid 4px black;*/
    content: " ";
    /*margin: auto auto;*/
}

.car_navi_rarr {
    /*transform: rotate(135deg);*/
    background-image: url('../common-files/css/arrow-right.png');
}

.car_navi_larr {
    /*transform: rotate(-45deg);*/
    background-image: url('../common-files/css/arrow-left.png');
}

.nav-arrow {
  clear: both;
  /*margin: auto;*/
   /*border: solid 1px red; */
  /*width: 100%;*/
  /*text-align: center; */
  width: 110px;
  margin: auto;
  padding: 0px !important;
  /*display: inline-block !important;*/
}

.project-slideshow {
/*   margin-top: -80px; */
}

.hero-unit a:hover {
  color: #07DBF2;
  transition: color 0.2s;
}


@media (max-width: 480px) {
  .content-23 .hero-unit h1 {
    font-size: 27px;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
  }
  .content-23 .hero-unit2 h1 {
  margin: 0 0 20px;
  font-size: 27px;
  font-weight: 400;
  color: #1a1a1a;
}
}

.content-23 .hero-unit p {
  font-size: 19.5px;
  font-weight: 400;
  color: #ffffff;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  line-height: 37.5px;  
}

.content-23 .hero-unit2 p {
  font-size: 19.5px;
  font-weight: 400;
  color: #1a1a1a;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  line-height: 25.5px;
  
}

.hero-unit a,
.regular-link {
  padding: 0px;
  color: #1abc9c;
  border: none;
  font-size: 18pt;
}


@media (max-width: 480px) {
  .content-23 .hero-unit.hero-unit-bordered a {
    font-size: 27px;
    font-weight: 400;
    color: #ffffff;
    border: thick;
    }
    .content-23 .hero-unit2 p {
    font-size: 16.5px;
    font-weight: 400;
    color: #1a1a1a;
    font-family: DistProTh, Helvetica, Arial, sans-serif;
    line-height: 25.5px;
    }
    .team-content p {
      font-size: 14.625px;
    }
    .content-23 .hero-unit p {
    font-size: 16.5px;
  }
}

@media (max-width: 767px) {
  .content-23 .hero-unit.hero-unit-bordered a {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    border: thin;
  }
}
.footer-3 {
  font-size: 14px;
  padding-top: 50px;
  padding-bottom: 40px;
  /*background-image: url("http://kanttia2.fi/img/map.jpg");*/
/*   background-position: 60% 40%; */
  color: #bdc3c7;
  background-color:#222222;
}
#footer-lighter {
  font-size: 14px;
  padding-top: 65px;
  padding-bottom: 65px;
/*   background-image: url("http://kanttia2.fi/img/map.jpg"); */
/*   background-position: 60% 40%; */
  color: #bdc3c7;
}
.footer-3 {
    color: white; 
}
.footer-3.v-center,
.footer-3 .v-center {
  display: table;
  width: 100%;
}
.footer-3.v-center > div,
.footer-3 .v-center > div {
  display: table-cell;
/*   vertical-align: middle; */
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  color: white;
}
@media (min-width: 768px) {
  .footer-3.v-center.row:before,
  .footer-3 .v-center.row:before,
  .footer-3.v-center.row:after,
  .footer-3 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-3.v-center,
  .footer-3 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-3.v-center.row,
  .footer-3 .v-center.row {
    display: block;
    width: auto;
  }
  .footer-3.v-center.row:before,
  .footer-3 .v-center.row:before,
  .footer-3.v-center.row:after,
  .footer-3 .v-center.row:after {
    display: none;
  }
  .footer-3.v-center.row > *,
  .footer-3 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.footer-3 a {
  color: #ffffff;
  font-weight: 400;
}
.footer-3 a:hover,
.footer-3 a:focus,
.footer-3 a.active {
  color: #bdc3c7;
}
.footer-3 h1,
.footer-3 .h1,
.footer-3 h2,
.footer-3 .h2,
.footer-3 h3,
.footer-3 .h3,
.footer-3 h4,
.footer-3 .h4,
.footer-3 h5,
.footer-3 .h5,
.footer-3 h6,
.footer-3 .h6 {
  color: white;
}
.footer-3 .brand {
  font-size: 19.5px;
  font-weight: 400;
  color: #ffffff;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
}
.footer-3 .additional-links a {
  color: #bdc3c7;
  text-decoration: underline;
}
.footer-3 .additional-links a:hover,
.footer-3 .additional-links a:focus,
.footer-3 .additional-links a.active {
  color: #ffffff;
}
.footer-3 h6 {
  margin: 0 0 10px;
  font-size: 16.5px;
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
  float: right;
}
.footer-3 .address {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .footer-3 .row > [class*="span"] {
    /*margin-top: 30px;*/
  }
  .footer-3 .row > [class*="span"]:first-child {
    margin-top: 0;
  }
}

.header-10-sub .hero-unit {
   background-color: rgba(255, 255, 255, 0.3); 
   padding: 20px;
}


.header-10 .btn:hover,
.header-10 .btn.active,
.header-10 .btn:focus {
  background: none;
}
.scroll-up {
  top: -80
}

body > section.v-center > div {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  body > section.v-center > div {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.content-23 {
  overflow: hidden;
  background-color: #1B1F23;
}
.content-23 #bgVideo {
  overflow: hidden;
}
.content-23 #bgVideo > video {
  position: absolute !important;
  top: 0 !important;
}
.content-23 .control-btn {
  /*opacity: 0.1;*/
  /*filter: alpha(opacity=10);*/
}
.content-23.custom-bg {
/*   background-image: url('../img/researchlab.png'); */
  /*background-position: 50% 50%;*/
/*   background-repeat: no-repeat; */
  /*background-attachment: fixed;*/
}

.content-23.custom-bg2 {
/*   background-image: url('../img/team.png'); */
  /*background-position: 60% 40%;*/
/*   background-repeat: no-repeat; */
  /*background-attachment: fixed;*/
}

.member-detail {
/*   background-color: #5b5e61; */
  display: none;
  clear: both;
/*   min-height: 300px; */
}
.member .quote .more-btn {
  float: right;
  margin-right: 20px;
  font-size: 10pt;
}



#team-posts > div {
  padding-bottom: 10px;
}
.team-content .posts {
  display: block;
  float: left;
}

.team-content .members {
  display: block;
  float: left;
/*   margin-top: 60px; */
}
.team-content .post {
  float: left;
  display: block;
  width: 100%;
  height: 45px;
}
.team-content .member {
  float: left;
/*   padding-top: 50px; */
/*   padding-top: 20px; */
  display: block;
  width: 100%;
/*   height: 45px; */
}

.team-content .member-detail:hover {
    cursor: pointer;
}
.team-content .opened,
.team-content .member:hover {
  background-color: #eee;
  cursor: pointer;
  
}
#team-content .opened {
  
}
.long-text {
    background-color: rgba(255, 255, 255, 0.4);
    width: 40%;
    float: left;
    padding: 20px;
    color: black;
    padding: 20px;
    height: 500px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.long-text p {
/*     display: table-cell; */
/*     vertical-align: middle; */
/*     height: 500px; */


/*     margin-top: auto; */
/*     margin-bottom: auto; */
}

.project_item .logo,
.team-content .logo {
  
  text-align: center;
  width: 37.5px;
  height: 37.5px;
  float: left;
  border-radius: 50% 50% 50% 50%;
  font-weight: 600;
  color: #ffffff;
  /*border: solid 2px;*/
  padding-top: 0px;
  margin-top: 4px;
  text-transform: none;
}
.logo p {
  font-size:; 
  padding-top: 7px;
  margin-left: 2px;
}
.team-content .quote {
  margin-left: 45px;
  float: right;
  vertical-align: middle;
  padding-top: 12px;
  width: 45%;
}
.team-content .quote:after {
  clear: both;
}
.team-content .text {
  margin-left: 45px;
  float: left;
  vertical-align: middle;
  padding-top: 12px;
}
.team-content .name-mail {
  margin-left: 45px;
  float: left;
  vertical-align: middle;
  padding-top: 12px;
  width: 40%;
}
.team-content .architect {
  float: left;
}

.manager .logo {
  background-color: red;
  font-weight: 600;
  color: #ffffff;
}

.architect .logo {
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
} 
.team-content .interior-designer {
  float: left;
}
.interior-designer .logo {
  background-color: #07dbf2;
  color: #ffffff;
  font-weight: 600;
} 
.team-content .trainee {
  float: left;
}
.trainee .logo {
  background-color: #00FF01;
  color: #ffffff;
  font-weight: 600;
} 
.team-content .ceo {
  float: left;
}
.ceo .logo {
  /*border: 2px solid;*/
  background-color: #ffffff;
  color: #000000;
  font-weight: 200;
} 
.text p {
  color: #000000;
}
.name-mail .name {
  color: #000000;
}
.team-content .telephone {
  right: 0px;
  position: absolute;
  float: right;
  color: #000000;
  padding-top: 12px;
}
.member .logo {
  margin-top: 20px;
}

.interior-designer-btn,
.trainee-btn,
.manager-btn,
.architect-btn {
/*   cursor: pointer; */
/*   transition: all 0.25s ease 0s; */
}

.manager-btn .logo:hover {
/*   color: black; */
/*   width: 42px; */
/*   height: 40px; */
/*   background-color:white; */
/*   transition: all 0.25s ease 0s; */
}

#project-lighter {
  position: absolute;
  top: 0px;
  background-color: white;
  width: 100%;
  z-index: 95;
  height: 250px;
/*   border: solid 1px red; */
  opacity: 0.0;
}

#footer-lighter {
  position: absolute; 
  top: 0px; 
  height: 170px;
  z-index: 95;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../img/map_lighter.jpg');
  background-position: 60% 40%;
  color: #bdc3c7;
  width: 100%;
}
#footer-black {
  opacity: 0.5;
  position: absolute; 
  top: 0px; 
  height: 170px;
  z-index: 98;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../img/map_black.jpg');
  background-position: 60% 40%;
  /*color: #bdc3c7;*/
  width: 100%;
}
@media (max-width: 767px) {
  .team-content .quote {
      float: left;
      margin-left: 82px;
  }
  #footer-lighter {
    height: 170px;
    padding-top: 60px;
    margin-left: -20px;
  }
  #footer-black {
    height: 170px;
    padding-top: 60px;
    margin-left: -20px;
  }
  .footer-3 {
    padding-bottom: 67px;
  }
  .span2 a {
    position: absolute;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .team-content .quote {
      float: left;
      margin-left: 82px;
  }
  #footer-lighter {
    height: 170px;
    padding-top: 60px;
    margin-left: -20px;
  }
  #footer-black {
    height: 170px;
    padding-top: 60px;
    margin-left: -20px;
  }
  .footer-3 {
    padding-right: 0px;
    margin-left: -20px;
}
}
.footer-3 {
  /*background-color: #1B1F23;*/
  color: #7F8C8D;
}
#logo {
  margin-top: 10px;
}

.projects-list h3 {
  text-align: left;
  font-size: 37.5px;
  font-weight: 400;
  color: #1a1a1a;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  line-height: 42px;
  letter-spacing: -1px;
}
.projects-list .row {
  text-align: left;
  margin-left: 0px;
}
.projects-list .post {
  float: left;
  padding-top: 80px;
  display: block;
  width: 100%;
  height: 45px;
}
.projects-list .logo {
  text-align: center;
  width: 37.5px;
  height: 37.5px;
  float: left;
  border-radius: 50% 50% 50% 50%;
  /*border: solid 2px;*/
  padding-top: 0px;
/*   margin-top: 4px; */
  text-transform: none;
}
.projects-list .text {
  margin-left: 60px;
  float: left;
  vertical-align: middle;
  padding-top: 4px;
}
.projects-list .name-mail {
  margin-left: 60px;
  float: left;
  vertical-align: middle;
  padding-top: 12px;
}
.public .logo {
  background-color: #f7931e;
  color: #ffffff;
  font-weight: 600;
} 
.private .logo {
  background-color: #d7145a;
  color: #ffffff;
  font-weight: 600;
} 
.housing .logo {
  background-color: #07dbf2;
  color: #ffffff;
  font-weight: 600;
} 
.industrial .logo {
  background-color: #00ff00;
  color: #ffffff;
  font-weight: 600;
} 

.double_line .logo {
  margin-top: 20px;
} 

.first_row {
  clear: both;
}
.second_row {
  clear: both;
}


.project_group {
  display: block;
  float: left;
  clear: both;
}

.public-btn {
  cursor: pointer;
}
.private-btn {
  cursor: pointer;
}
.housing-btn {
  cursor: pointer;
}
.industrial-btn {
  cursor: pointer;
}
.lab_item {
    height: 250px;
    padding: 20px;
}
.p_2014 .project_item, .p_2013 .project_item, .p_2012 .project_item, .p_2011 .project_item, .p_2010 .project_item, .p_2009 .project_item, .p_2008 .project_item, .p_2007 .project_item {
  float: left;
  position: relative;
  padding-top: 25px;
  display: block;
  width: 100%;
  height: 250px;
  margin-top: 30px;
  background-repeat: none;
/*   background-image: url('http://kanttia2.fi/project_items/item_1/1.jpg'); */
  
}

/* TODO: responsive */

.project_group .description {
  clear: both;
  display: none;
/*   width: 400px; */
}

.project_item .project_name {
  font-size: 25px;
  color: black;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(255, 255, 255, 0.3);
/*   text-shadow: 0px 0px 6px white; */
}

.project_item .logo {
  margin-top: 10px;
}

.project_item .text {
  margin-left: 70px;
  margin-top: 14px;
}

.project_item {
  padding-top: 20px;
  margin-bottom: 2px;
  height: 250px;
  position: relative;
}

.p_2014 {
  padding-top: 100px;
  padding-bottom: -100px;
  clear: both;
}
.p_2013 {
  padding-top: 100px;
  padding-bottom: -100px;
  clear: both;
}
.p_2012 {
  padding-top: 100px;
  padding-bottom: -100px;
  clear: both;
}
.p_2011 {
  padding-top: 100px;
  padding-bottom: -100px;
  clear: both;
}
.p_2010 {
  padding-top: 100px;
  padding-bottom: -100px;
  clear: both;
}
.p_2009 {
  padding-top: 100px;
  padding-bottom: -100px;
  clear: both;
}
.p_2008 {
  padding-top: 100px;
  padding-bottom: -100px;
  clear: both;
}
.p_2007 {
  padding-top: 100px;
  padding-bottom: -100px;
  clear: both;
}
.projects-list  h3 {
  text-align: left;
  font-size: 37.5px;
  font-weight: 400;
  color: #1a1a1a;
  font-family: DistProTh, Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  line-height: 42px;
  letter-spacing: -1px;
}
.projects-list-year {
  margin-bottom: 50px;
}

}
#project_item-first {
  padding-top: 15px;
}
.text .project_location{
  color: #7f8c8d;
}
.project_item .customer{
  float: right;
  color: #000000;
  padding-top: 12px;
}




.prew_next {
  clear: both;
  width: 100%;
  margin-bottom: 170px;
  margin-top: 20px;
}
.prew_next .prew {
  width: 50%;
  float: left;
  margin-left: -28px;
}
.prew_next .next{
  width: 50%;
  float: right;
  text-align: right;
  margin-right: -20px;
}
.project_item_location h4 {
  color: #7f8c8d;
  margin-top: -15px;
  margin-bottom: 50px;
}
.description {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.description .description_first_col {
  width: 50%;
  float: left;
  padding-right: 0px;
  /*min-width: 220px;*/
}
.description .description_second_col{
  width: 50%;
  float: left;
  text-align: left;
  /*min-width: 220px;*/
}
.description p {
  color: #000000;
}
.description_first_col p {
  margin-right: 20px;
  color: #000000;
  text-align: justify;
}
.description_second_col p {
  color: #000000;
  margin-left: 20px;
  text-align: justify;
}
.project_details {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.project_details .project_details_first_col {
  width: 50%;
  float: left;
  padding-right: 0px;
}
.project_details .project_details_second_col{
  width: 50%;
  float: left;
  text-align: right;
}
.project_details_first_col p {
  margin-right: 20px;
  color: #000000;
}
.project_details_second_col p {
  margin-left: 20px;
}
.project_details h3 {
  margin-bottom: 50px;
}
.project_details p {
  margin-bottom: 8px;
}

.back_to_list {
  margin: 27px 20px 20px 40px;
  height: 30px;
}
.back_to_list a {
  font-weight: 300;
}
.back_to_list p {
  float: right;
  text-align: right;
  color: #000000;
  font-size: 19.5px;
}
.back_to_list img {
  margin-top: -3px;
  margin-right: 10px;
  width: 30px;
}

@media (max-width: 480px) {
  .project_item {
    height: 190px;
  }
  .project_item .project_name {
    font-size: 20px;
  }
  .team-content .text, .team-content .name-mail {
    margin-left: 20px;
  }
  section.normal h3,
  .team-content h3, .lab-content h3, .projects-content h3, .projects-list h3 {
    font-size: 28.125px;
  }
  .container,
  p {
    font-size: 14.625px;
  }
  .footer-3 h6 {
    font-size: 14.625px;
    text-align: right;
  }
  .logo p {
    padding-top: 10px;
  }
  .member .logo {
    margin-top: 10px;
  }
  .project_item .customer{
    float: right;
    max-width: 89px;
    text-align: right;
  }
  .projects-list .text {
    margin-left: 20px;
  }
  
  .double_line .logo {
    margin-top: 11px;
  }
  .back_to_list p {
    margin-top: 5px;
    font-size: 14.625px;
  }
  .back_to_list img {
    width: 22.5px;
  }
}


.popover {
    max-width: 500px;
}

.google-maps {
    cursor: pointer;

}
.member-infos {
    display: block;
    overflow: hidden;
}

.tooltip {
}
.tooltip-inner {
    /*background-color: rgba(89, 89, 89, 0.2);*/
}
.tooltip-arrow {
}

.notice {
/*     font-size: 24pt; */
    /*border: solid 2px red;*/
    padding: 30px;
    background-color: rgb(239, 239, 239);
    margin-bottom: 20px;
    border-left: 38px solid #DCF0F0;
}

#contact-form-content {
    font-size: 19.5px;
}

.form-information {
    /*color: #E74C3C;*/
    font-size: 19.5px; 
}


/*
 * Little bit of magic for file upload buttons
 * 
 **/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}