/* #####################################################################################################
   Guide fish
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
#fishblock {
  margin-top: 40px;
}
#fishblock .kopTabs {
  background-color: #007dbf;
  border-width: 0 0 1px;
  overflow: hidden;
  margin: 0 0 20px;
}
#fishblock .kopTabs > a {
  text-transform: none;
  padding: 14px 7%;
  color: white;
  width: 86%;
  background: url(../../../images/arrowBottomBig.gif) no-repeat 95% center #007dbf;
  text-align: left;
}
#fishblock .kopTabs > a.active {
  margin: 0;
  border: 0 none;
}
#fishblock .kopTabs + div > div {
  padding: 20px;
}
#fishblock #fishContainer {
  border: 1px solid #e6ebf0;
}
#fishblock #fishContainer ul.bttnBlock {
  list-style: none;
  margin: 10px 0 15px;
  padding: 0;
  overflow: hidden;
}
#fishblock #fishContainer ul.bttnBlock li {
  margin: 0 1% 4px 0;
}
#fishblock #fishContainer ul.bttnBlock li a {
  display: block;
  text-align: center;
  background: #a7c4e7;
  color: white;
  line-height: 28px;
}
#fishblock #fishContainer ul.bttnBlock li a:hover {
  background: #007dbf;
}
#fishblock #fishContainer .reset.bttn {
  margin-top: 20px;
}
#fishblock #fishContainer .fishList {
  overflow: hidden;
}
#fishblock #fishContainer .fishList .fishItem {
  float: left;
  width: 50%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
}
#fishblock #fishContainer .fishList .fishItem .thumb {
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 70%;
}
#fishblock #fishContainer .fishList .fishItem .thumb:after {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#fishblock #fishContainer .fishList .fishItem .thumb a {
  width: 100%;
  display: inline-block;
}
#fishblock #fishContainer .fishList .fishItem .thumb a img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
#fishblock #fishContainer .fishList .fishItem .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  height: 30%;
  text-align: center;
}
#fishblock #fishContainer .fishList .fishItem .content .title {
  display: block;
  color: #202020;
}
#fishblock #fishContainer #identification #firstQuestion .SelectBtn {
  display: block;
  color: #202020;
}
.fakeSelectSpecie {
  border: 1px solid #e6ebf0;
  padding: 0 2%;
  display: block;
  height: 33px;
  line-height: 33px;
  color: #a4afbf;
  background: url(../../../images/arrowBottomBigBlue.gif) no-repeat 96% center;
}
.fakeSelectSpecie:focus {
  color: #1c385f;
}
.content ul.specieList {
  display: none;
  list-style: none;
  margin: 0;
  border: 1px solid #e6ebf0;
  border-top: 0 none;
  padding: 0 0 5px;
  cursor: default;
}
.content ul.specieList li a {
  display: block;
  padding: 4px 2%;
  color: #202020;
}
.content ul.specieList li a:hover {
  background: #f3f5f8;
}
.VissoortenDetail #detailContent #detailNav {
  float: right;
  width: 116px;
  height: 38px;
  border: 1px solid #e6ebf0;
  background: url(../../../images/fishGuideNavIcons.gif) no-repeat center center;
}
.VissoortenDetail #detailContent #detailNav a {
  float: left;
  display: block;
  width: 38px;
  height: 38px;
  border-left: 1px solid #e6ebf0;
  text-indent: 9999em;
  overflow: hidden;
}
.VissoortenDetail #detailContent #detailNav a:first-child {
  border: 0 none;
}
.VissoortenDetail #detailContent h1 {
  margin: 0;
  font-size: 20px;
}
.VissoortenDetail #detailContent h2 {
  margin-top: 0;
  font-size: 14px;
  font-weight: normal;
  color: #0082c4;
  font-style: italic;
}
.VissoortenDetail #detailContent p {
  margin: 20px 0;
}
.VissoortenDetail #detailContent .section p {
  line-height: 24px;
}
.VissoortenDetail #detailContent #fishOverviewImage {
  max-width: 100%;
  padding-bottom: 10px;
}
.VissoortenDetail #detailContent .imgThumbList {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.VissoortenDetail #detailContent .imgThumbList li {
  float: left;
}
.VissoortenDetail #detailContent .imgThumbList li img {
  display: block;
}
.VissoortenDetail #detailContent #rules div {
  float: left;
}
.VissoortenDetail #detailContent .fishNames {
  overflow: hidden;
}
.VissoortenDetail #detailContent .fishNames span {
  float: left;
  display: block;
  margin-left: 30px;
  padding-left: 30px;
  line-height: 22px;
  background: url(../../../images/languageFlags.png) no-repeat;
}
.VissoortenDetail #detailContent .fishNames span.EN {
  background-position: 0 0;
}
.VissoortenDetail #detailContent .fishNames span.DE {
  background-position: 0 -22px;
}
.VissoortenDetail #detailContent .fishNames span.FR {
  background-position: 0 -44px;
}
.VissoortenDetail #detailContent .fishNames span:first-child {
  margin: 0;
  padding: 0;
  background: none;
}
.VissoortenDetail #detailContent .attachments {
  overflow: hidden;
}
.VissoortenDetail #detailContent .fishVideoLink,
.VissoortenDetail #detailContent .fishDocumentLink {
  display: block;
  float: left;
  padding: 60px 0 0;
  color: #202020;
  margin-right: 30px;
  width: 155px;
  text-align: center;
}
.VissoortenDetail #detailContent .fishVideoLink {
  background: url(../../../images/ico_video.gif) no-repeat center 25px;
}
.VissoortenDetail #detailContent .fishDocumentLink {
  background: url(../../../images/img_docPDF.gif) no-repeat center 25px;
}
@media only screen and (min-width : 768px) {
  #details h2 {
    float: left;
  }
  #conservation {
    float: right;
  }
  #bottom {
    position: relative;
    overlfow: hidden;
  }
  #bottom #subImageSubText {
    float: left;
  }
  #bottom #sublength {
    float: right;
  }
  #bottom #rules {
    position: absolute;
    top: 0;
    left: 49%;
    text-align: center;
    width: 100%;
  }
  #fishblock {
    margin-top: 0;
    border: 1px solid #e6ebf0;
  }
  #fishblock .kopTabs {
    background-color: #f3f4f8;
    margin: 0;
  }
  #fishblock .kopTabs > a {
    background: none #f3f4f8;
    color: #202020;
    text-align: center;
    width: 23%;
    min-width: 0;
    padding: 14px 1%;
  }
  #fishblock .kopTabs > a.active {
    font-weight: normal;
    padding-bottom: 11px;
    border-bottom: 3px solid #007dbf;
  }
  #fishblock #fishContainer {
    border: 0 none;
  }
  #fishblock #fishContainer ul.bttnBlock li {
    float: left;
    width: 49%;
  }
  #fishblock #fishContainer .fishList .fishItem {
    width: 33.33%;
    padding-bottom: 33%;
  }
  .vissengids #fishblock #fishContainer .fishList .fishItem {
    width: 25%;
  }
}
@media only screen and (min-width : 1180px) {
  .vissengids #contentSideCol {
    width: 23.5%;
  }
  #fishblock .kopTabs {
    padding: 0 10px;
  }
  #fishblock .kopTabs > a {
    width: auto;
    padding: 14px 15px;
  }
}
