body { 
  background-image: url(/bild/3/pozadi-jpg/);
  background-size: cover;
  background-attachment: fixed;
}
body#index  {
  background: #093852;
}

#index #content {
  display: none;
}
#content {
  position: relative;
  z-index: 800;
}

main {
  background: transparent;
  padding-top: 15px;
  /*text-align: center;*/
}
#index main.col-xs-12 {
  padding: 0;
}

p, a, li {
  font-size: 20px;
  color: #2b2323;
}
.article-detail p, .article-detail li {    
  font-size: 14px;     
  line-height: 1.4;    
}

h1, h1.title {
  padding: 25px;
  font-size: 3em;
  color: rgb(78, 63, 63);
  text-transform: uppercase;
  display: none;
}
h2 {
  color: #093852;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

/*-----------menu------------*/
nav.navbar.navbar-default.navbar-static-top {
  position: relative;
  z-index: 800;
  /* top: -1px;*/
}
.navbar {
  background-color: #093852;
  border-color: #fff;
  border: none;
}

.navbar .navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #D9372F;
}
.navbar-nav > li {
  border: none;
  /* padding: 30px 8px 15px 7px;*/
}

.navbar-nav {
  margin: 0;
}
.navbar-nav > li:nth-child(8) {
  margin-left: 11px;
  padding-right: 0;
}
.navbar-nav > li:last-child {
  padding-left: 0;
}
.navbar .navbar-nav > li:last-child > a {
  background-image: url(/bild/3/czech-republic-header-png/);
  font-size: 0;
  height: 32px;
  width: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-right: 0;
}

.navbar .navbar-nav > li:last-child > a:hover, 
.navbar .navbar-nav > li.active:last-child > a,
.navbar .navbar-nav > li:nth-child(8) > a:hover, 
.navbar .navbar-nav > li.active:nth-child(8) > a {
  opacity: 0.7;
}
.navbar .navbar-nav > li:nth-child(8) > a {
  background-image: url(/bild/3/great-britain-header-png/);
  font-size: 0;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-right: 0;
}
.navbar .navbar-nav > li:last-child > a:hover, 
.navbar .navbar-nav > li:last-child > a:focus, 
.navbar .navbar-nav > li.active:last-child > a, 
.navbar .navbar-nav > li:nth-child(8) > a:hover, 
.navbar .navbar-nav > li:nth-child(8) > a:focus,
.navbar .navbar-nav > li.active:nth-child(8) > a {
  background-color: transparent;
}

/*-------------header--------*/
header {
  padding-top: 0;
}

#box-custom-header {
  position: absolute;
  top: 80px;
}

#box-custom-header img {
  position: relative;
  float: right;
  z-index: 1200;
  top: -94px;
}
#box-custom-header .medaile img {
  z-index: 1200;
}
.medaile-bild {
  z-index: 1500;
  position: absolute;
}

#box-custom-header .logo img {
  margin-top: 10px;
  float: left;
}

/*------------motive, logo----*/
#box-custom-motive {
  position: relative;
  background: #093852;
}

/*---------footer-----------*/
#bar-poweredby {
  display: none;
}
#box-custom-footer .container {
  background: #093852;
}
#index  #box-custom-footer .container {
  background: transparent;
}
#box-custom-footer {
  background: transparent;
  position: relative;
}
#index #box-custom-footer {
  background: #093852;
}
#box-custom-footer a {
  display: inline-block;
  margin-right: 10px;
  color: white;
}
#box-custom-footer p {
  margin-right: 0;
  color: white;
  font-weight: bold;
}
.text-primary {
  color: #D9372F;
}

/*----------------uprava mezer main a paticka-footer------------*/
#article-354706 main, #article-354699 main {
  margin-top: -35px;
}
.gallery-detail main {
  margin-top: -38px;
}
.article-detail main {
  margin-top: -20px;
}

#article-354698 #box-custom-footer {
  padding-top: 0;
}
#article-354699 #box-custom-footer {
  background: transparent;
  position: relative;
  top: -36px;
}
#article-354706 #box-custom-footer {/*video*/
  background: transparent;
  position: relative;
  top: -28px;
}
.gallery-detail #box-custom-footer {
  top: -16px;
}
/*-------uprava clanku dyrsfjord --------*/

#article-354698 main, 
#article-354696 main, 
#article-354697 main { 
  background: rgba(236, 236, 236, 0.72);
}

img.dyrs {
  margin-top: 0;
  padding-left: 20px;
  max-height: 530px;
}


/*----uprava fotogalerie---*/

#photos a.thumbnail {
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
#photos a.thumbnail img {
  padding: 0;
  position: absolute;
  max-width: 300px!important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}
#photos .img-thumbnail, #photos .thumbnail {
  background-color: transparent;
  border: 0;
}
#photos .thumbnail:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/*---schovani tlacitka zpet--*/
.gallery-detail p.text-center.back-link {
  display: none;
}
/*---uprava zobrazeni fotek--*/
.item-photo {
  padding: 1px;
}


#blueimp-gallery h3.title {
  display: none;
}
/*----konec upravy fotogalerie---*/


/*----------video----------*/
iframe {
  border: none;
}
.video > div {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: -3px;

}
/*----------mapy--------------*/
.video img {
  width: 100%;
}
.mapy a {
  position: absolute;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.55);
  padding: 5px;
  width: 285px;
  font-size: 17px;
  text-align: center;
}

.video p.mapy:first-child {
  margin-bottom: 0;
}
/*------------index slider-------*/


.carousel-inner > .item {
  background-position: center center;
  background-size: cover;
}


.carousel-inner > .item:first-child  {
  background-image: url(/bild/3/slider2-jpg/);

  background-position: right center;

}
.carousel-inner > .item:nth-child(2) {
  background-image: url(/bild/3/kolaz-heilbutt1-jpg/);

  background-position: center center;
}
.carousel-inner > .item:nth-child(3) {
  background-image: url(/bild/3/slider1-jpg/);


}

.carousel-inner > .item:nth-child(4) {
  background-image: url(/bild/3/slider3-jpg/);


}
.carousel-inner > .item:nth-child(5) {
  background-image: url(/bild/3/slider4-jpg/);


}

.carousel-inner > .item:nth-child(6) {
  background-image: url(/bild/3/slider5-jpg/);


}

/*----------------------------responsive -------------------------------------*/

@media screen and (min-width: 250px) { /*zobrazení pro menší mobil*/
  .carousel .item {     min-height: 270px;  }

  .navbar-nav > li { padding: 0 0 0 7px; text-align: right;}
  .navbar-nav {    float: right;}
  .navbar .navbar-nav > li:last-child > a, .navbar .navbar-nav > li:nth-child(8) > a { width: auto; background-position: right center; margin-right: 6px;}
  .navbar .navbar-nav > li > a {font-size: 14px; padding: 6px 6px;  }

  #box-custom-header { padding: 13px 0 13px 13px;}
  #box-custom-header .logo img {  width: 100px;  right: 10px; }
  #box-custom-footer p { font-size: 17px; padding: 9px 8px 0; margin-bottom: 0; display: block; text-align: center;}
  #box-custom-footer a { font-size: 17px;}

  .medaile-bild {
    background-image: url(/bild/3/medaile-mensi-bez-stuhy-png/);
    width: 110px;
    height: 104px;
    background-size: cover;
    top: -83px;
    left: -37px;
  }

  .carousel-inner > .item:nth-child(2) {  background-position: left center; }

  #article-354698 .row > div:first-child p:first-child, 
  #article-354696 .row > div:first-child p:first-child, 
  #article-354697 .row > div:first-child p:first-child {
    padding-left: 0;
    padding-top: 58px;
  }


  .mapy a { top: 77px; left: 5%;}
  .mapy > div:last-child a {    top: 399px;}

  .text-primary { padding-right: 7px;  font-size: 19px;}


}


@media screen and (max-width: 767px) { /*zobrazení pro mobil*/ 
  .carousel .item {     min-height: 180px;  }

  #box-custom-footer p { font-size: 11px; padding: 9px 0 0; margin-bottom: 0; display: inline-block; text-align: left;}
  #box-custom-footer a { font-size: 11px;}


  .mapy > div:last-child a {    top: 585px;}

  .text-primary { padding-right: 2px;  font-size: 13px;}

  #article-354698 main, 
  #article-354696 main, 
  #article-354697 main { 
    background: rgba(236, 236, 236, 0.72);
  }

  body { 
    background-size: initial;

  }

}



@media screen and (min-width: 768px) { /*zobrazení pro tablet*/
  .carousel .item { min-height: 400px; }
  .navbar-nav { margin-left: 19%; float: left; }

  .navbar-nav > li { padding: 10px 8px 10px 7px; text-align: left;}
  .navbar .navbar-nav > li > a {  font-size: 17px;  padding: 10px 8px; }
  .navbar .navbar-nav > li:nth-child(8) > a { width: 80px;}
  .navbar .navbar-nav > li:last-child > a, .navbar .navbar-nav > li:nth-child(8) > a { width: 80px; background-position: center center; margin-right: inherit;}
  #box-custom-header { padding: 13px 0 13px 13px;}
  #box-custom-header .logo img {  width: 120px;  right: 20px; }
  #box-custom-footer p { font-size: 19px; padding: 9px 8px 0; margin-bottom: 0; display: block; text-align: center;}
  #box-custom-footer a { font-size: 19px;}

  .mapy a { top: 150px; left: 8%;}
  .mapy > div:last-child a { top: 150px;}

  .carousel-inner > .item:nth-child(2) {  background-position: center center; }

  .medaile-bild {
    background-image: url(/bild/3/medaile-mensi-bez-stuhy-png/);
    width: 195px;
    height: 194px;
    background-size: cover;
    top: -28px;
    left: -1px;
  }

  #article-354698 .row > div:first-child p:first-child, 
  #article-354696 .row > div:first-child p:first-child, 
  #article-354697 .row > div:first-child p:first-child {
    padding-left: 0;
    padding-top: 0;
  }


  .text-primary { padding-right: 7px;  font-size: 19px;}

   #article-354698 main, 
  #article-354696 main, 
  #article-354697 main { 
    background: rgba(236, 236, 236, 0.72);
  }

  body { 
    background-size: initial;

  }


}

@media screen and (min-width: 992px) { /*zobrazení pro malý notebook*/
  .carousel .item { min-height: 530px; }
  h2 {  margin: 0;}
  .navbar-nav { margin-left: 12%; }
  .navbar-nav > li { padding: 30px 0px 15px 2px;}
  .navbar .navbar-nav > li > a {  font-size: 17px;  padding: 10px 8px; }
  .navbar .navbar-nav > li:nth-child(8) > a { width: 50px;}
  #box-custom-header .logo img { width: 124px;    right: 41px;}
  #box-custom-footer p { font-size: 16px; padding: 9px 6px 0; margin-bottom: 10px; display: inline-block; text-align: left;}
  #box-custom-footer a { font-size: 16px;}

  .mapy a { top: 190px; left: 10%;}
  .mapy > div:last-child a { top: 190px;}


  .medaile-bild {
    background-image: url(/bild/3/medaile-mensi-bez-stuhy-png/);
    width: 145px;
    height: 146px;
    background-size: cover;
    top: -25px;
    left: 32px;
  }

  #article-354698 .row > div:first-child p:first-child, 
  #article-354696 .row > div:first-child p:first-child, 
  #article-354697 .row > div:first-child p:first-child {
    padding-left: 0;
    padding-top: 34px;
  }

  #article-354698 main, 
  #article-354696 main, 
  #article-354697 main { 
    background: rgba(236, 236, 236, 0.72);
  }


}

@media screen and (min-width: 1200px) { /*zobrazení pro monitor*/
  .carousel .item {   min-height: 600px;  }
  h2 {  margin: 16px auto 6px;}
  .navbar-nav { margin-left: 12%; }
  .navbar-nav > li { padding: 30px 8px 15px 7px;}
  .navbar .navbar-nav > li > a {  font-size: 17px;  padding: 10px 8px;}
  .navbar .navbar-nav > li:nth-child(8) > a { width: 80px;}

  #box-custom-header .logo img {  width: 167px;  right: 50px; }
  #box-custom-footer p { font-size: 20px; padding: 15px 1% 6px;}
  #box-custom-footer a { font-size: 20px;}
  .mapy a { top: 23px;  left: 24%;}
  .mapy > div:last-child a { top: 23px;}

  #article-354698 main, 
  #article-354696 main, 
  #article-354697 main { 
    background: rgba(236, 236, 236, 0.72);
  }


  .medaile-bild {
    background-image: url(/bild/3/medaile-mensi-bez-stuhy-png/);
    width: 181px;
    height: 183px;
    background-size: cover;
    top: -38px;
    left: 27px;
  }

  #article-354698 .row > div:first-child p:first-child, 
  #article-354696 .row > div:first-child p:first-child, 
  #article-354697 .row > div:first-child p:first-child {
    padding-left: 159px;
    padding-top: 0;
  }

  #article-354698 main, 
  #article-354696 main, 
  #article-354697 main { 
    background: rgba(236, 236, 236, 0.72);
  }


}
@media screen and (min-width: 1350px) { /*zobrazení pro monitor*/
  #box-custom-header { padding: 13px;}


  .medaile-bild {
    background-image: url(/bild/3/medaile-mensi-png/);
    width: 214px;
    height: 260px;
    background-size: cover;
    top: -93px;
    left: 55px;
  }
  #article-354698 main, 
  #article-354696 main, 
  #article-354697 main { 
    background: rgba(236, 236, 236, 0.72);
  }

}

