/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin-ext';


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-outline: none;
  outline: none;
}

*:focus,
*:visited {
  -moz-outline: none;
  outline: none;
}

html, body {
  min-height: 100%;
  margin: 0;
  font-size: 100%;
  line-height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 100%;
  line-height: 100%;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: rgb(54,54,54);
  background: #fff
}

.ins {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  text-align: left;
  font-size: 1em;
  line-height: 1em;
  position: relative;
  padding: 0px 15px 0px 15px
}

a {
  color: rgb(16,21,167);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

header {
  width: 100%;
  min-height: 160px;
}

#logo {
  width: 26.5%;
  height: 160px;
  float: left;
  display: inline-block;
  text-align: center;
}

#logo img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-top: 18px;
  max-width: 100%
}

.header_right {
  float: right;
  text-align: right;
}

#lang {
  width: 60px;
  height: 25px;
  background: url(../images/img08.png) right center no-repeat;
  cursor: pointer;
  position: relative;
  margin-top: 18px;
  display: inline-block;
  margin-bottom: 28px
}

#lang .selected {
  height: 25px;
  position: relative;
}

#lang .selected .flag {
  width: 32px;
  height: 25px;
  position: relative;
  border: 1px solid rgb(216,216,216);
  border-radius: 3px
}

#lang .selected.sk .flag {
  background: url(../images/img07.jpg) left center no-repeat;;
}

#lang .options {
  display: none;
  position: absolute;
  left: -10px;
  top: 35px;
  background: #fff;
  width: 140px;
  box-shadow: 0px 0px 10px 1px #ccc;
  z-index: 10000;
  padding: 5px 0px 5px 0px
}

#lang .options .option {
  width: 100%;
  height: 33px;
  padding: 0px 5px 0px 10px
}

#lang .options .option:hover,
#lang .options .option.active {
  background: rgb(208,211,254)
}



#lang .options .option .flag {
  width: 32px;
  height: 25px;
  position: relative;
  border: 1px solid rgb(216,216,216);
  border-radius: 3px;
  float: left;
  margin-top: 4px
}

#lang .option.sk .flag ,#lang .selected.sk .flag {
  background: url(../images/img07.jpg) left center no-repeat;;
}
#lang .option.en .flag , #lang .selected.en .flag  {
  background: url(../images/eu.png) left center no-repeat;;
}
#lang .option.de .flag ,#lang .selected.de .flag {
  background: url(../images/germany.png) left center no-repeat;;
}
#lang .option.no .flag, #lang .selected.no .flag  {
  background: url(../images/norway.png) left center no-repeat;;
}




#lang .options .option .text {
  width: calc(100% - 40px);
  float: right;
  line-height: 33px;
  text-align: left;
}

.nav_mobile_btn {
  height: 40px;
  line-height: 40px;
  padding: 0px 10px 0px 10px;
  background: rgb(16,21,167);
  color: #fff;
  position: absolute;
  right: 15px;
  cursor: pointer;;
  text-transform: uppercase;
  top: 85px;
  margin: 0px 0px 0px 0px;
  float: right;
  display: none
}


header nav.visible {
  display: inline-block !important;
}

header nav li {
  float: left;
  display: inline-block;
  height: 86px;
  overflow: hidden;
}

header nav li a {
  height: 86px;
  line-height: 25px;
  padding: 15px 18px 0px 18px;
  color: rgb(54,54,54);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border-right: 1px solid rgb(162,164,221);
  transition: all 150ms linear;
  white-space: normal
}

header nav li a:hover, header nav li.active a {
  background: rgb(208,211,254);
  color: rgb(46,49,146);
}

header nav li.active a {
  border-right: 1px solid transparent
}

header nav li:last-of-type a {
  border-right: 1px solid transparent
}

#top_slider {
  border: 1px solid rgb(162,164,221);
  padding: 8px;
  width: 100%;
  height: 330px;
  margin-bottom: 25px
}

#top_slider li {
  width: 100%;
  height: 314px;
  overflow: hidden
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent
}

#top_slider li.slide3 {
  background:  url(../images/img02.jpg) center center no-repeat;
  background-size: cover
}

#top_slider li.slide2 {
  background:  url(../images/592_large.jpg) center center no-repeat;
  background-size: cover
}

#top_slider li.slide1 {
  background:  url(../images/594_large.jpg) center center no-repeat;
  background-size: cover
}

#top_slider .bx-wrapper .bx-controls-direction a {
  width: 46px;
  height: 46px;
  border: 3px solid rgb(188,195,222);
  border-radius: 23px;
  transition: all 200ms linear
}

#top_slider .bx-wrapper .bx-controls-direction a:hover {
  border: 3px solid rgb(16,21,167)
}
            
#top_slider .bx-wrapper .bx-prev {
  background:  url(../images/img03.png) center center no-repeat;
}

#top_slider .bx-wrapper .bx-next {
  background:  url(../images/img04.png) center center no-repeat;
}

h1 {
  width: 100%;
  margin: 0px 0px 10px 0px;
  line-height: 30px;
  font-size: 1.55em;
  color: rgb(16,21,167);
  font-weight: 400;
  display: inline-block
}

h2 {
  width: 100%;
  padding-left: 20px;
  margin: 40px 0px 0px 0px;
  padding-bottom: 30px;
  line-height: 30px;
  font-size: 1.55em;
  color: rgb(16,21,167);
  font-weight: 400;
  display: inline-block
}

#about {
  margin-bottom: 50px
}

#about h2 {
  border-bottom: 2px solid rgb(211,201,0)
}

#about .text {
  width: 62%;
  float: left
}

#about .img {
  width: 38%;
  float: right;
  text-align: left;
}

#about .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline-block
}

#about p {
  padding: 0;
  margin: 23px 30px 23px 20px;
  font-size: 1.05em;
  line-height: 1.4em
}

#works {
  background: rgb(213,214,234);
  padding: 0px 0px 35px 0px
}

#works .item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  background: #fff;
  border-top: 2px solid rgb(16,21,167);
  display: inline-block;
  text-decoration: none;
  color: rgb(0,0,0);
  position: relative;
  float: left;
  margin-bottom: 40px
}

#works .item:nth-of-type(3n) {
  margin-right: 0px;
}

#works .item:nth-of-type(3n+1) {
  clear: both
}

#works .item .heading {
  width: 100%;
  min-height: 75px;
  padding: 15px 30px 15px 18px;
  line-height: 1.3em;
  font-size: 1.15em;
  display: inline-block;
  float: left
}

#works .item .heading:hover {
  text-decoration: underline;
}

#works .item .img {
  width: 100%;
  height: 125px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  float: left
}

#works .item .label {
  width: auto;
  height: 26px;
  line-height: 26px;
  padding: 0px 8px 0px 8px;
  color: #fff;
  background: rgba(23,34,128,0.7);
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  transition: 300ms all linear
}

#works .item .label:hover {
  background: rgb(206,49,66)
}



#works .show_more {
  display: inline-block;
  margin: 20px 0px 20px 0px;
  font-size: 1.05em
}

#works.now {
  background: rgb(255,255,255)
}

#works.now .item {
  border-top: 2px solid rgb(255,198,0) 
}

#cert {
  background: rgb(234,234,234);
  padding-bottom: 30px;
}
  
#cert h2 {
  margin-bottom: 0px;
  padding-bottom: 0
}

#cert p {
  margin-left: 20px;
  margin-top: 5px
}
 
#cert_slider {
  padding: 0px 100px 0px 100px;
  margin-top: 30px;
  display: inline-block;
  width: 100%
}

#cert_slider .owl-item {
  text-align: center;
}

#cert_slider .owl-item img {
  display: inline-block;
  max-width: 185px;
  max-height: 100%;
  height: auto
}

.owl-theme .owl-controls .owl-buttons div {
  width: 46px;
  height: 46px;
  border: 3px solid rgb(188,195,222);
  border-radius: 23px;
  font-size: 0.0001em;
  text-indent: -9999em;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 200ms linear
}

.owl-theme .owl-controls .owl-buttons div:hover {
  border: 3px solid rgb(16,21,167)
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  background:  url(../images/img03.png) center center no-repeat;
  left: -90px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  background:  url(../images/img04.png) center center no-repeat;
  right: -90px
}

#partners {
  padding: 60px 0px 60px 0px
}

#partners_slider {
  width: 250px;
  float: right;
  height: 100px;
  margin-right: 60px
}

#partners_slider .owl-item {
  text-align: center;
}

#partners_slider .owl-item img {
  display: inline-block;
  max-width: 80%;
  max-height: 100%;
  height: auto
}

#partners_slider .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -50px;
}

#partners_slider .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -50px
}

#partners .text {
  width: calc(100% - 400px);
  height: 100px;
  line-height: 1.4em;
  color: rgb(142,142,142);
  font-size: 1.5em;
  text-align: right;
  float: left;
  display: table
}

#partners .text div {
  display: table-cell;
  vertical-align: middle;
}

#kontakt {
  background: rgb(255,237,195);
  padding-bottom: 40px
}

#kontakt .text {
  width: 33%;
  float: left;
  padding-left: 20px
}

#kontakt .text h2 {
  padding-left: 0;
  padding-bottom: 0
}

#kontakt .text p {
  font-size: 1.05em;
  line-height: 1.4em;;
  margin: 20px 0px 30px 0px
}

#kontakt .form {
  width: 67%;
  float: right;
  padding-top: 50px;
  padding-right: 15px
}

#kontakt .form input[type=text] {
  width: 100%;
  max-width: 415px;
  background: #fff;
  border: 0;
  border-radius: 3px;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  color: #000;
  margin-bottom: 10px
}

#kontakt .form textarea {
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 3px;
  height: 135px;
  padding: 12px;
  color: #000;
  margin-bottom: 25px;
  resize: none
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;  
}

::-moz-placeholder {  
  color: #000;  
}

:-ms-input-placeholder {  
  color: #000;  
}

#kontakt .form input[type=submit] {
  width: auto;
  height: 45px;
  padding: 0px 22px 0px 22px;
  color: #fff;
  background: #1015A7;
  border: 0;
  border-radius: 5px;
  transition: all 200ms linear
}

#kontakt .form input[type=submit]:hover {
  background: rgb(206,49,66)
}

footer {
  background: rgb(213,214,234);
  padding: 10px 0px 20px 0px;
}

footer nav {
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding-bottom: 12px;
  display: inline-block;
  border-bottom: 1px solid rgb(142,144,210)
}

footer nav li {
  float: left;
  display: inline-block;
}

footer nav li a {
  margin: 0px 18px 0px 18px;
  float: left;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(16,21,167);
  font-size: 0.95em;
  line-height: 35px;
}

footer nav li a:hover {
  text-decoration: underline;
}

#copy {
  padding-left: 16px;
  color: #000;
  margin-top: 25px;
  margin-bottom: 5px
}


.detail .main_img {
  width: 41%;
  float: left;
  border: 1px solid rgb(162,164,221);
  padding: 8px;
  cursor: pointer;
  transition: all 200ms linear
}

.detail .main_img:hover {
  background: rgba(215,215,215,0.6);
  border: 1px solid #000
}

.detail .main_img .img {
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block
}

article {
  padding: 55px 0px 55px 0px;
  border-top: 1px solid rgb(162,164,221)
}

article p {
  line-height: 1.4em;
  margin: 20px 0px 20px 0px
}

.detail .text {
  width: calc(59% - 30px);
  float: right
}

.detail .text p {
  margin: 20px 0px 0px 0px
}

.detail #gallery {
  margin-top: 50px
}

.detail #gallery .thumb {
  width: calc(20% - 37px);
  margin-right: 45px;
  float: left;
  border: 1px solid rgb(162,164,221);
  padding: 8px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
  transition: all 200ms linear
}

.detail #gallery .thumb:hover {
  background: rgba(215,215,215,0.6);
  border: 1px solid #000
}

.detail #gallery .thumb:nth-of-type(5n) {
  margin-right: 0
}

.detail #gallery .thumb .img {
  width: 100%;
  height: 135px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;  
  display: inline-block
}

.detail #gallery .thumb .imgcert {
  width: 100%;
  height: 255px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;  
  display: inline-block
}





.upper {
  text-transform: uppercase;
}

.left {
  float: left
}

.center {
  text-align: center;
}

.right {
  float: right
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.clear {
  clear: both
}

@media screen and (max-width: 1350px) {

  #lang .options {
    left: auto;
    right: 0
  }

}

@media screen and (max-width: 1250px) {

  #logo {
    width: 20.5%
  }
  
  header nav li a {
    padding-left: 10px;
    padding-right: 10px
  }
     
  .detail #gallery .thumb {
    width: calc(20% - 16px);
    margin-right: 20px
  }

}

@media screen and (max-width: 1080px) {

  #logo {
    width: 245px
  }
  
  header nav {
    width: 100%;
    clear: both
  }
  
  .header_right {
    width: 100%
  }
  
  header nav li {
    width: 20%;
    text-align: center;
  }
  
  header nav li a {
    width: 100%;
    padding-top: 18px
  }
  
  #lang {
    position: absolute;
    right: 15px;
    top: 15px
  }

}


@media screen and (max-width: 992px) {

  #works .item {
    width: calc(50% - 10px);
    margin-right: 20px
  }
  
  #works .item:nth-of-type(3n) {
    margin-right: 20px;
  }
  
  #works .item:nth-of-type(2n) {
    margin-right: 0px;
  }
  
  #works .item:nth-of-type(3n+1) {
    clear: none
  }
  
  #works .item:nth-of-type(2n+1) {
    clear: both
  }
  
  #kontakt .text {
    width: 45%;
  }
  
  #kontakt .form {
    width: 54%;
  }
  
  footer nav li {
    width: 33.33%
  }
  
  .detail #gallery .thumb {
    width: calc(25% - 15px);
    margin-right: 20px
  }
  
  .detail #gallery .thumb:nth-of-type(5n) {
    margin-right: 20px
  }
  
  .detail #gallery .thumb:nth-of-type(4n) {
    margin-right: 0px
  }

}

@media screen and (max-width: 830px) {

  #about .text {
    width: 100%;
    float: none
  }
  
  #about .img {
    width: 100%;
    float: none;
    text-align: center;
  }
  
  .detail #gallery .thumb {
    width: calc(33.33% - 14px);
    margin-right: 20px;
  }
  
  .detail #gallery .thumb:nth-of-type(4n) {
    margin-right: 20px
  }
  
  .detail #gallery .thumb:nth-of-type(3n) {
    margin-right: 0px
  }

}

@media screen and (max-width: 680px) {

  header nav li {
    width: 100%;
    height: 35px
  }
  
  header nav li a {
    line-height: 35px;
    padding: 0;
    height: 35px;
    border: 0
  }
  
  header nav {
    margin: 5px 0px 10px 0px;
    display: none
  }

  .nav_mobile_btn {
    display: inline-block;
  }
  
  #top_slider {
    height: 250px
  }
  
  #top_slider li {
    height: 232px
  }
  
  #works .item {
    width: 100%;
    margin-right: 0px !important;
    float: none;
    margin-bottom: 20px
  }
  
  #works .item .heading {
    min-height: 1px
  }
  
  #partners .text {
    width: 100%;
    padding: 0;
    text-align: center;
    float: none;
  }

  #partners_slider {
    width: 168px;
    float: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
  }
  
  #partners {
    padding: 0px 0px 30px 0px;
  }
  
  #kontakt .text {
    width: 100%;
    float: none;
    padding-left: 0
  }
  
  #kontakt .form {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-right: 0
  }
  
  #kontakt .form input[type=text] {
    max-width: 100%
  }
  
  #kontakt .person {
    width: 50%;
    float: left
  }
  
  footer nav li {
    width: 50%
  }
  
  h2 {
    font-size: 1.35em;
    margin-top: 25px
  }
  
  .detail .main_img {
    width: 100%;
    float: none;
    margin-top: 30px
  }
  
  .detail .text {
    width: 100%;
    float: none
  }
  
  .detail #gallery {
    margin-top: 20px;
  }

    
  .detail #gallery .thumb {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  
  .detail #gallery .thumb:nth-of-type(3n) {
    margin-right: 20px
  }
  
  .detail #gallery .thumb:nth-of-type(2n) {
    margin-right: 0px
  }
  
}

@media screen and (max-width: 480px) {

  #kontakt .person {
    width: 100%;
    float: none
  }
  
  footer nav li {
    width: 100%;
    float: none
  }
  
  .detail #gallery .thumb {
    width: calc(100% - 0px);
    margin-right: 0px !important;
    clear: none
  }
  
  .detail .main_img .img {
    height: 250px
  }
}

@media screen and (max-width: 400px) {

  header {
    min-height: 135px
  }

  #logo {
    width: 190px;
    height: 135px
  }
  
  #lang {
    top: 10px
  }
  
  .nav_mobile_btn {
    top: 70px
  }
}
#partners_slider .owl-theme .owl-controls .owl-buttons div {
  margin: 0
}

#partners_slider .owl-item {
  height: 115px
}

#partners_slider .owl-item > div {
  display: table;
  width: 100%;
  height: 100%;
}  

#partners_slider .owl-item > div > a {
  display: table-cell;
  vertical-align: middle;
} 
