/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 100%;
  }
  .column,
  .columns {
    margin-left: 0%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 8.3333333333%;
  }
  .two.columns {
    width: 16.6666666667%;
  }
  .three.columns {
    width: 25%;
  }
  .four.columns {
    width: 33.3333333333%;
  }
  .five.columns {
    width: 41.6666666667%;
  }
  .six.columns {
    width: 50%;
  }
  .seven.columns {
    width: 58.3333333333%;
  }
  .eight.columns {
    width: 66.6666666667%;
  }
  .nine.columns {
    width: 75%;
  }
  .ten.columns {
    width: 83.3333333333%;
  }
  .eleven.columns {
    width: 91.6666666667%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 33.3333333333%;
  }
  .two-thirds.column {
    width: 66.6666666667%;
  }
  .one-half.column {
    width: 50%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.3333333333%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.6666666667%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.3333333333%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.6666666667%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.3333333333%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.6666666667%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.3333333333%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.6666666667%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 33.3333333333%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 66.6666666667%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 50%;
  }
}
html {
  font-size: 45.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: rgb(20, 20, 20);
  transition: 0.4s all;
}
a:hover {
  color: rgb(155, 155, 155);
}

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: rgb(155, 155, 155);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

input[type=submit], input[type=reset], input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: rgb(155, 155, 155);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: rgb(20, 20, 20);
  border-color: rgb(20, 20, 20);
}

input[type=submit].button-primary, input[type=reset].button-primary, input[type=button].button-primary {
  color: #fff;
  background-color: rgb(20, 20, 20);
  border-color: rgb(20, 20, 20);
}

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type=submit].button-primary:hover, input[type=reset].button-primary:hover, input[type=button].button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type=submit].button-primary:focus, input[type=reset].button-primary:focus, input[type=button].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}
input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus {
  border: 1px solid rgb(20, 20, 20);
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid rgb(20, 20, 20);
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul, ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 0.5rem;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.u-calign {
  text-align: center;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

#intro {
  background-size: cover;
  background-position: center;
}

#video {
  background: url(../images/laboratorij_1.jpg) no-repeat no-repeat;
  background-size: cover;
  background-position: center;
}

#services {
  background-color: #f8f8f8;
}

footer {
  clear: both;
  margin: 20px 0;
  color: rgb(155, 155, 155);
}

.title {
  font-size: 2.4em;
  padding-bottom: 4rem;
  color: rgb(20, 20, 20);
}

.content {
  font-size: 1.2em;
  line-height: 2.5;
  color: rgb(155, 155, 155);
}
.content ul {
  list-style-type: none;
}
.content ul li:first-of-type {
  color: rgb(20, 20, 20);
  margin-bottom: 1rem;
}

#contact .content {
  font-size: 1.1em;
  line-height: 1.8;
}

#services .content {
  line-height: 1.5;
}

#map {
  width: 80%;
  height: 170px;
  margin-top: 30px;
  cursor: pointer;
}
#map iframe {
  max-width: 100%;
  max-height: 100%;
}

.leftDivider {
  border-left: 1px solid #e8e8e8;
}

.relative {
  position: relative !important;
}

#bottomAlign {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.1em;
}

#lab .content {
  text-align: justify;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.avatar {
  height: 200px;
  width: 200px;
  border-radius: 100px;
}

.highlight {
  color: rgb(20, 20, 20);
}

#contact3 .content {
  font-size: 1.9rem;
  text-align: center;
}

#navigation {
  height: 100px;
  position: fixed;
  left: 0;
  right: 0;
  background: white;
  z-index: 99999;
  transition: 0.4s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.18);
}

.tinyNavigation {
  height: 80px !important;
  background: rgb(255, 255, 255) !important;
}
.tinyNavigation .logo {
  height: 60px;
  width: 58px;
}

#logo {
  transition: 0.4s;
  margin-top: 30px;
}

.nopaddingTB {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#intro {
  padding-top: 80px;
}

#photo {
  padding: 50px 0;
}

#photoHolder {
  margin-top: 100px;
}

.iblock {
  display: inline-block;
}

.metaTitle {
  color: rgb(20, 20, 20);
  font-size: 2rem;
}

.metaDescription {
  color: rgb(155, 155, 155);
  font-size: 2rem;
}

.logo {
  margin-top: 20px;
  transition: 0.4s;
  height: 80px;
  width: 78px;
  background: url(../images/logo.svg) no-repeat no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  float: left;
}

.metaSection {
  float: left;
  margin-left: 3rem;
}

#meta {
  line-height: 1.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#desktopMenu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 5px;
}
#desktopMenu ul {
  list-style-type: none;
}
#desktopMenu ul li {
  float: left;
  padding: 10px 20px;
}

#navigationItems {
  transition: 0.8s;
  display: none;
}
#navigationItems ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 5% 0;
}
#navigationItems ul li {
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
  margin: auto;
  font-size: 2rem;
  text-align: left;
  text-transform: uppercase;
  font-variant: small-caps;
}
#navigationItems ul li a {
  display: block;
  padding: 20px 0 15px 0px;
}
#navigationItems ul li:last-of-type {
  border-bottom: none;
}
#navigationItems article {
  padding-top: 0% !important;
  padding-bottom: 0% !important;
}

#tabletMenu {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menuSection {
  width: 300px;
  float: right;
}

.showMenu {
  display: block !important;
}

html {
  font-size: 62.5%;
}

.active {
  border: 2px solid rgba(128, 128, 128, 0.2);
  border-left: none;
  border-right: none;
}

article {
  padding: 100px 45px;
}

#services2, #contact3 {
  padding-left: 20%;
}

#lab .title {
  font-size: 2.9em;
}

/* -------------------------------------- */
/* Media Queries - Desktop First          */
@media (max-width: 1200px) {
  html {
    font-size: 62.5%;
  }
  .active {
    border-width: 1px;
  }
  article {
    padding: 90px 45px;
  }
  #services2 {
    padding-left: 45px;
  }
  #bottomAlign {
    left: -20px;
  }
  article {
    padding: 60px 25px;
  }
  #services2 {
    padding-left: 25px;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 57.5%;
  }
  .u-hide-on-desktop {
    display: none;
  }
  .sixDesktop {
    width: 50% !important;
  }
  .sevenDesktop {
    width: 58.33333% !important;
  }
  .fiveDesktop {
    width: 41.66667% !important;
  }
  article {
    padding: 70px 45px;
  }
  article {
    padding: 60px 25px;
  }
  #services2 {
    padding-left: 25px;
  }
  #map {
    height: 150px;
  }
  #bottomAlign {
    left: -25px;
  }
}
@media (max-width: 900px) {
  #desktopMenu {
    display: none;
  }
  #navigation {
    position: static;
    height: 80px;
  }
  #navigation .logo {
    height: 60px;
    width: 58px;
  }
  #intro {
    padding: 80px;
  }
  .menuSection {
    width: auto;
  }
  #tabletMenu {
    display: block;
  }
  #intro {
    padding: 0px;
  }
}
@media (min-width: 900px) {
  .showMenu {
    display: none !important;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 55.5%;
  }
  .u-hide-on-tablet {
    display: none;
  }
  article {
    padding: 60px 25px;
  }
  #services2 {
    padding-left: 25px;
  }
  #map {
    width: 100%;
    margin-top: 20px;
  }
  #tabletMenu {
    right: 25px;
  }
}
@media (max-width: 550px) {
  html {
    font-size: 52.5%;
  }
  .u-hide-on-phablet {
    display: none;
  }
  article {
    padding: 50px 25px;
  }
  #services2 {
    padding-left: 25px;
  }
  .collapse .columns {
    width: 100% !important;
    float: none !important;
  }
  #contact2 {
    padding-top: 0 !important;
  }
  #services1 {
    padding-bottom: 0 !important;
  }
  #services1 .content {
    padding-bottom: 0 !important;
  }
  #services2 {
    padding-top: 0 !important;
  }
  #map {
    width: 100%;
    margin-top: 20px;
  }
}
@media all and (max-width: 500px) {
  .logo {
    display: none;
  }
  .metaSection {
    height: 80px;
    margin-left: 0;
  }
  #tabletMenu {
    right: 20px;
  }
  article {
    padding: 20px 20px;
  }
  #services2 {
    padding-left: 20px !important;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 45.5%;
  }
  .u-hide-on-mobile {
    display: none;
  }
  article {
    padding: 20px 10px;
  }
  #services2 {
    padding-left: 10px !important;
  }
  #tabletMenu {
    right: 20px !important;
  }
}

/*# sourceMappingURL=style.css.map */
