@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,cyrillic,latin-ext);
@import "flexgrid.css";
html, body {
	height: 100%;
	font-family:"Open Sans Condensed",Tahoma,Arial,Helvetica,sans-serif;
}

body {
    position: relative;
    font-size: 18px;
    
}
.row-contact {
    background: #f8f8f8;
    margin-bottom: 2rem;
}

.row-contact img{
    margin: 1rem 0;
}       
.row:after, .row:before {content: normal;}  /* */
.har-video-volume-on {
    display:none;
}

#okplayer, .black-overlay {
/*height: 155% !important;*/
position: absolute;
top: 0px;
width: 100% !important;
}

.har-intro__sound {
    position: absolute;
    z-index: 11;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    bottom: 5px;
    width: 100%;
    display:none;
}
.har-intro__sound:focus,.har-intro__sound:active {
    color: #fff;
    text-decoration: none;
    
    }
.har-intro__sound:hover {
    color: #fff;
    text-decoration: none;
        font-size: 30px;
}
.black-overlay {
    z-index: 10;
 /*   background-color:rgba(255,255,255,1);  */
}
#map_canvas {
	color: #222;
	height: 580px;
	max-width: 100%;
	width: 100%;
}
 .file-item {
 text-align:center;
 margin-bottom:25px;
 }
 
 .images-list  {
    margin-top: 50px;
}

.map {
    padding-bottom: 80px;
}
body > #main {
    height: auto;
}
#main {
    height: 100%;
    min-height: 100%;
    position: relative;
}

footer {

    bottom: 0;
    position: absolute;
    width: 100%;
   /* height: 80px; */
   /* background-color: #038A84;*/

}
      /*
footer::after{
content: "css v3";
font-size:11px;
}   */
h1 {
    text-transform: uppercase;
    color: #038A84;
    font-weight: bold;
}
.h1, h1,.h2, h2,.h3, h3 {
    text-align: center;
    text-shadow: 0 1px 1px silver;
}


/* Flex grid */


a {
    color: #038A84;
    tap-highlight-color: rgba(0,0,0,0);
    text-decoration: underline;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.btn.btn-primary {
    border: 0 none;
    background-color: #038A84;
    color: #fff;
    border-radius: 0;
        text-decoration:none;
}

.btn.btn-primary:hover,.btn.btn-primary:focus {
    text-decoration:none;
    color: #fff;
    font-weight:bold;
}


.btn {
    border: 0 none;
    background-color: transparent;
}  
.btn.active, .btn:active {
    box-shadow: none;
}


.contact-section {
    background: #f8f8f8;
    padding-top: 45px;
    padding-bottom: 45px;
box-shadow: 0 0 5px 0 #b9b9b9;
}


.title {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 10px;
}

.contact-description {
    font-size: 20px;
    font-weight: bold;
}


header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    z-index: 200;
    background: rgba(255,255,255,0.6);
    -webkit-transition: background .3s,-webkit-transform .3s;
    transition: background .3s,-webkit-transform .3s;
    -o-transition: transform .3s,background .3s;
    transition: transform .3s,background .3s;
    transition: transform .3s,background .3s,-webkit-transform .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    /*
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
      */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header.sticky {
    background: rgba(255,255,255,1);
    box-shadow: 0px 15px 10px -17px #111;
}

.navbar-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.363636363636364;
}



.navbar-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.dropdown-langbox {
     padding-left: 40px;
}


#menu-burger {
    position: absolute;
    top: 20px;
    right: 10px;
    color: #000;
    z-index: 200;
    padding: 15px;
}


/* animovany btn*/
.main-menu .icon-bar {
    width: 32px;
    transition: all 0.2s;

    display: block;
    height: 4px;
    border-radius: 1px;
    background-color:#038A84;
}
.main-menu .icon-bar + .icon-bar {
    margin-top: 5px;
}

.navbar-toggle {
border: none;
background: transparent !important;
}
.navbar-toggle:hover {
background: transparent !important;
}

.main-menu.is-active .top-bar {
transform: rotate(48deg);
transform-origin: 10% 10%;
}
.main-menu.is-active .middle-bar {
opacity: 0;
}
.main-menu.is-active .bottom-bar {
transform: rotate(-48deg);
transform-origin: 10% 90%;
}
.main-menu .top-bar {
transform: rotate(0);
}
.main-menu .middle-bar {
opacity: 1;
}
.main-menu .bottom-bar {
transform: rotate(0);
}

.navbar-nav > li > a {
    font-size: 17px;
    color: #222;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-language img {
    display:none;
}
.navbar-language > li > a {
     font-weight:normal;
}

.navbar-language > li > a.selected {

    font-weight:bold;

}
.navbar-nav > li.navSelected2  > a, 
.navbar-nav > li.navSelected  > a, 
.navbar-nav > li > a:focus, 
.navbar-nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color:#038A84;
}
.navbar-nav > li.navSelected2  > a,
.navbar-nav > li.navSelected  > a {
    text-decoration: none;
}

.page-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-main {
    padding-top: 0;
}

.category-list {

    list-style: none;
    padding: 0;
    margin: 0;

}
.category-list li {
    padding:10px;
}
.category-item {
  /*  border: 4px solid rgb(46,166,168);         */
    padding: 10px;
    min-height: 250px;
}
.category-list li:hover .category-item {
    border-color: #038A84;
}

.language-wrap a {

    font-size: 17px;
    color: #222;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;

}
.btn-default {
    background-color: #038A84;
    color: #fff;
    font-weight: bold;
}



#main {
    position: relative;
        overflow:hidden;
}
.section {
    position: relative;
}

.har-intro__video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
        background-size: auto;
    background-size: cover;
    overflow: hidden;
}

.har-intro__video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.company-top-info {
    margin-left: 180px;
    font-weight:bold;
    font-size:1.5rem;
    
      -webkit-transition: margin .3s ease ,padding .3s ease;
  -moz-transition: margin .3s ease ,padding .3s ease;
  -o-transition: margin .3s ease ,padding .3s ease;
  -ms-transition: margin .3s ease ,padding .3s ease;
  transition: margin .3s ease ,padding .3s ease;  
  
}
.company-top-info span{
    display:block;
}

header .logo {

    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    /*Animation*/
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease ;
  -o-transition: background-color .3s ease ;
  -ms-transition: background-color .3s ease ;
  transition: background-color .3s ease ;
}
header .logo img {
    padding:10px;

      height: 150px;
    /*Animation*/
  -webkit-transition: height .3s ease ,padding .3s ease;
  -moz-transition: height .3s ease ,padding .3s ease;
  -o-transition: height .3s ease ,padding .3s ease;
  -ms-transition: height .3s ease ,padding .3s ease;
  transition: height .3s ease ,padding .3s ease;        
       
}

.sticky .logo {
    background-color:transparent;
}
.sticky .company-top-info {
    margin-left: 90px;
}
.sticky .logo img {
    height: 100px;
    padding: 0px;
}
.dropdown-langbox .dropdown-menu > li > a {
    text-align: right;
    text-transform: uppercase;

}
.dropdown-langbox .dropdown {
    padding-right: 10px;
}

.dropdown-langbox .dropdown.open {
    background-color: #fff;
}
.dropdown-menu {
    border: 0 none;
    box-shadow:none;
    
}

.main-menu .menu-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s,visibility 0s .3s;
    -o-transition: opacity .3s,visibility 0s .3s;
    transition: opacity .3s,visibility 0s .3s;
    transition-delay: 0s, 0.3s;
}

  .main-menu .navbar-language {
     display:none;
  }
  
.image-item {
    position: relative;
}  

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.thumbcategory,
.image-item  img {
    max-width: 100%;
    height: auto;
    width: 100%;
}


.image-item:hover .figcaption > div {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

}

.image-item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.image-item:hover .figcaption > div::before {
    background: rgba(46,166,168, 0.85);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.image-item {
text-align:center;
}
.images-list .image-item img {
   /* max-height: 180px;  */
    width: auto;
}


.panel-default > .panel-heading {
    color: #333;
    background-color: rgba(3,138,132,0.85);
    border-color: #ddd;
    border-radius: 0;
    color: #fff;
}
.panel-default {
    border-color: rgb(3, 138, 132);
    border-radius: 0;
}

.form-control {
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:0;
    box-shadow:none;
    }
    
    label {
    font-size: 14px;
}
.figcaption {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 40%;
    width: auto;
    min-width: 61%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.figcaption > div figcaption {
    font-size: 17px;
        font-weight: normal;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 0px 10px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    white-space:nowrap;
}

.figcaption > div {
    color: white;
    display: inline-block;
    width: 100%;
    padding: 26px 0px;
    vertical-align: middle;
    position: static;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.figcaption > div::before {
       background: rgba(46,166,168, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}


.eu-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 100;
    -webkit-transition: opacity .3s,visibility .01s .3s;
    -o-transition: opacity .3s,visibility .01s .3s;
    transition: opacity .3s,visibility .01s .3s;
    text-align: center;
}
@media only screen and (min-width: 1000px)  {

    header .logo img {
        height: 160px;
        background-color: rgba(255,255,255,0.98);
  }




  .nav-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 20px;
   /*   padding-bottom: 20px;      */
  }

  #menu-burger, 
  .menu-bg {
      display: none;
  }


}

@media only screen and (max-width: 1100px)  {
      .nav > li > a {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 1020px)  {
      .nav > li > a {
        padding: 10px 12px;
        font-size:15px;
    }
}


@media only screen and (max-width: 999px)  {


    header .logo img {
      height: 150px;
  }
    .page-section {
/*        padding-left: 150px;*/
    }
  .navbar-menu > li {
      float: none;
  }
  .main-menu.is-active .navbar-language {
     display:flex;
  }
  .main-menu.is-active .dropdown-langbox {
          display:none;
  }
  
  
  .main-menu.is-active .menu-bg {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s,0s;
      -o-transition-delay: 0s,0s;
      transition-delay: 0s,0s;
  }
  
  .navbar-nav > li > a {
      font-size: 19px;
  }
  .main-menu.is-active .nav-wrap {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-delay: 0s,0s;
      -o-transition-delay: 0s,0s;
      transition-delay: 0s,0s;
  }
  
  
  .language-wrap {
      position: absolute;
      right: 40px;
      left: 40px;
      text-align: center;
      top: 85px;
  }
  
  .nav-wrap {
      position: absolute;
      right: 0;
      top: 0;
      height: 100vh;
      background: #fff;
      width: 280px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 100px 20px 70px;
      -webkit-transform: translateX(280px);
      -ms-transform: translateX(280px);
      transform: translateX(280px);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-     ;
      
    
    }
}


@media only screen and (max-width: 800px)  {

}
@media only screen and (max-width: 700px)  {

    header .logo img {
      height: 100px;
  }
  
  .har-intro {
    margin-top:100px;
  }
  
  .company-top-info {
    margin-left: 90px;
    
    }

    .page-section {
  /*  padding-top:0;   */
     /*   padding-left: 120px;*/
    }
}

            