/******** Loader ********/
#circularG{
    position:relative;
    width:58px;
    height:58px;
    margin: auto;
}

.circularG{
    position:absolute;
    background-color:rgb(0,0,0);
    width:14px;
    height:14px;
    border-radius:9px;
    -o-border-radius:9px;
    -ms-border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    animation-name:bounce_circularG;
    -o-animation-name:bounce_circularG;
    -ms-animation-name:bounce_circularG;
    -webkit-animation-name:bounce_circularG;
    -moz-animation-name:bounce_circularG;
    animation-duration:1.1s;
    -o-animation-duration:1.1s;
    -ms-animation-duration:1.1s;
    -webkit-animation-duration:1.1s;
    -moz-animation-duration:1.1s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#circularG_1{
    left:0;
    top:23px;
    animation-delay:0.41s;
    -o-animation-delay:0.41s;
    -ms-animation-delay:0.41s;
    -webkit-animation-delay:0.41s;
    -moz-animation-delay:0.41s;
}

#circularG_2{
    left:6px;
    top:6px;
    animation-delay:0.55s;
    -o-animation-delay:0.55s;
    -ms-animation-delay:0.55s;
    -webkit-animation-delay:0.55s;
    -moz-animation-delay:0.55s;
}

#circularG_3{
    top:0;
    left:23px;
    animation-delay:0.69s;
    -o-animation-delay:0.69s;
    -ms-animation-delay:0.69s;
    -webkit-animation-delay:0.69s;
    -moz-animation-delay:0.69s;
}

#circularG_4{
    right:6px;
    top:6px;
    animation-delay:0.83s;
    -o-animation-delay:0.83s;
    -ms-animation-delay:0.83s;
    -webkit-animation-delay:0.83s;
    -moz-animation-delay:0.83s;
}

#circularG_5{
    right:0;
    top:23px;
    animation-delay:0.97s;
    -o-animation-delay:0.97s;
    -ms-animation-delay:0.97s;
    -webkit-animation-delay:0.97s;
    -moz-animation-delay:0.97s;
}

#circularG_6{
    right:6px;
    bottom:6px;
    animation-delay:1.1s;
    -o-animation-delay:1.1s;
    -ms-animation-delay:1.1s;
    -webkit-animation-delay:1.1s;
    -moz-animation-delay:1.1s;
}

#circularG_7{
    left:23px;
    bottom:0;
    animation-delay:1.24s;
    -o-animation-delay:1.24s;
    -ms-animation-delay:1.24s;
    -webkit-animation-delay:1.24s;
    -moz-animation-delay:1.24s;
}

#circularG_8{
    left:6px;
    bottom:6px;
    animation-delay:1.38s;
    -o-animation-delay:1.38s;
    -ms-animation-delay:1.38s;
    -webkit-animation-delay:1.38s;
    -moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
    0%{
        transform:scale(1);
    }

    100%{
        transform:scale(.3);
    }
}

@-o-keyframes bounce_circularG{
    0%{
        -o-transform:scale(1);
    }

    100%{
        -o-transform:scale(.3);
    }
}

@-ms-keyframes bounce_circularG{
    0%{
        -ms-transform:scale(1);
    }

    100%{
        -ms-transform:scale(.3);
    }
}

@-webkit-keyframes bounce_circularG{
    0%{
        -webkit-transform:scale(1);
    }

    100%{
        -webkit-transform:scale(.3);
    }
}

@-moz-keyframes bounce_circularG{
    0%{
        -moz-transform:scale(1);
    }

    100%{
        -moz-transform:scale(.3);
    }
}

/** end loader ***/


/** General **/

#fishDescription {
    max-width: 800px;
}

#fish-id-page .hidden {
    visibility: hidden;
    display: none;
    transition: visibility 0s, opacity 0.5s linear;
}

#fish-id-page .fa.fa-angle-right,
#fish-id-page .fa.fa-angle-left
{
    font-size: 20px;

    -moz-vertical-align: baseline;
    -ms-vertical-align: baseline;
    vertical-align: baseline;
}

ul {
    list-style: none !important;
    margin-left: 10px;
}

.entry-content ul li::before {
	background: none !important;
}

#about .entry-content ul li::before {
    background: #f04c2d !important;
}

a h3 {
    color: #000;
    font-weight: bold;
}

h3.clear-selection, h3.clear-all-selections {
    font-weight: bold;
    text-align: center;
    background: #F9F9C6;
    padding: 20px;
    margin-bottom: 0;
}

h3.clear-selection:hover, h3.clear-all-selections:hover {
    background: #FA9200;
    cursor: pointer !important;
    color: #fff;
}

h3.clear-all-selections {
    /*display: inline-block;*/
    /*width: 50%;*/
    margin-bottom: 20px;
}

.active-filter-item {
    /*background: #f04c2d !important;*/
}

.fish-name {
    color: #000;
}

.home-back {
    margin: 20px 0;
}

.home-back a {
    font-weight: bold;
    font-size: 20px;
}

.home-back a:hover {
    cursor: pointer !important;
}

#fish-id-page h1.section-heading {
    padding: 10px;
    background: #E4E4E4;
    margin-bottom: 0;
}

#fish-id-page .fish-desc-content {
    padding: 10px;
    display: block;
    overflow: auto;
}

#fish-id-page .fish-desc-content .row .similar-species-name,
#fish-id-page .fish-desc-content .row .similar-species-desc
{
    padding-left: 0;
}

#fish-id-page .fish-desc-content .row {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#fish-id-page .fish-desc-content .row .similar-species-desc .row {

}

#fish-home {
    background: #fff;
    border: 1px solid #e4e4e4;
}

#fish-home #about {
    color: #fff;
    margin: 20px;
    color: #000;
    background: #fff;

}

#fish-id-page .fish-content .main-menu {
    list-style: none !important;
    margin-left: 0;
}

#fish-id-page .fish-content .main-menu .menu-btn {
    background: #E4E4E4;
    padding: 10px;
    margin: 5px 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#fish-id-page .fish-content .main-menu .menu-btn a {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

#fishList {
    /*background: yellow;*/
}

.filter-title {
    border: 1px solid #E4E4E4;
    background: #E4E4E4;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    overflow: auto;
    padding: 10px 20px;
    margin-bottom: 5px;
}

.filter-title:hover {
    border: 1px solid #666;
    background: #666;
    color: #fff;
}

.filter-title h3 {
    margin-bottom: 0;
    font-weight: bold;
}

#fishList a:hover,
.filter-title:hover
{
    cursor: pointer !important;
}

#fishList ul,
.filter-options
{
    list-style: none !important;
    margin-left: 0;
}

#fishList ul li,
.family-filter-options
{
    padding: 10px 0;
    border: 1px solid #E4E4E4;
}

.filter-options {
    padding: 0;
    border: 1px solid #E4E4E4;
}

.filter-options li {
    display: block;
    overflow: auto;
    border-bottom: 1px solid #e4e4e4;
}

.filter-options li:hover {
    background: #F2F2F3;
}

.family-filter-options li {
    padding: 10px !important;
}

.family-filter-options li:hover {
    cursor: pointer;
}

.family-filter-options .clear-selections {
    padding: 0 !important;
}

.family-filter-options li h3 {
    margin-bottom: 0;
}

.filter-options li:last-child {
    border-bottom: none;
}

.filter-options .filter-desc {
    padding-top: 10px;
    color: #000;
}

#fishList [data-role="list-divider"] {
    background: #666;
    border: 1px solid #666;
    color: #fff;
    padding: 20px 10px 10px;
}

#fishList h1 {
    margin-bottom: 0;
    line-height: 1;
}

#fishList ul li a h3 {
    color: #000;
}

#fishList ul .fish-img {
    width: 20%;
    display: inline-block;
    padding-right: 15px;
}

#fishList ul .fish-name {
    display: inline-block;
    width: 78%;
    vertical-align: middle;
}


/********** Fish Gallery **********/

#gallery, #MainDiv {
    position: relative;
    background: #000;
}

#gallery {
    margin-bottom: 10px;
}

#gallery .side-btn:hover,
#gallery-nav .PreButton:hover,
#gallery-nav .NextButton:hover,
#gallery .slide:hover {
    cursor: pointer;
}

#gallery .side-btn:hover {

}

#gallery .button-wrap-right, #gallery .button-wrap-left {
    position: absolute;
    height: 100%;
}

#gallery .button-wrap-left {
    left: 0;
}

#gallery .button-wrap-right {
    right: 0;
}

#gallery .side-btn.PreButton, #gallery .side-btn.NextButton {
    position: relative;
    top: 0;
    height: 100%;
    z-index: 10;
    transition: visibility 0s, opacity 0.5s linear;
}

#gallery .side-btn img {
    position: inherit;
    top: 45%;
}

#gallery-nav {
    background: #000;
    position: relative;
    height: 50px;
}

#gallery-nav .NextButton, #gallery-nav .PreButton, #gallery-nav .count {
    color: #fff;
    font-size: 14px;
    position: absolute;
}

#gallery-nav .NextButton {
    right: 10px;
}

#gallery-nav .PreButton {
    left: 10px;
}

#gallery-nav .count {
    left: 50%;
}

/********** Gallery Items ***********/
#slider {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 135px;
    background: #000;
}
#slider .slides {
    position: relative;
    height: 135px;
    margin-left: 0;
    width: 100px;
}

#slider .slides .slide {
    display: inline-block;
    vertical-align: top;
    float: left;
}

#fish-caption {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 30px;
    position: absolute;
    left: 0;
    bottom: 200px;
    background: #000;
    opacity: .85;
    width: 100%;
}

/********** Fish Description **********/

.fish-desc-container {
    margin-bottom: 20px;
    overflow: auto;
    display: block;
    border: 1px solid #e4e4e4;
}

#fish-description-container .fishName {
    background: #e4e4e4;
    color: #404040;
    padding: 10px;
    margin-bottom: 0;
}

#fishDescription h4.fish-desc-heading {
    font-weight: bold;
    margin: 20px 0px 10px;
    padding-bottom: 10px;
    font-size: 30px;
}

#fish-id-page .compare-similar-species .fish-desc-content .row {
    margin-bottom: 5px;
}


/******* Search ************/
.search-wrap {
    background: #E4E4E4;
    padding: 20px;
    min-height: 100px;
}

.search-wrap .search-label {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.search-wrap input {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.search-wrap .search-results-count {
    font-weight: bold;
}


/******* Filter by Appearance ************/
.id-by-appearance {
    padding: 10px 20px;
    border: 1px solid #e4e4e4;
}

.active-filter-item {
    background: lightgreen;
}

.filter-title.active-filter-element h3 {
    color: green;
}
.filter-title.active-filter-element h3:hover {
    color: lightgreen;
}


/********    Responsive    ********/


@media screen and (max-width: 991px) {

}



@media screen and (max-width: 768px) {

    #fishList ul .fish-img {
        width: 30%;
    }

    #fishList ul .fish-name {
        width: 68%;
        padding: 10px;
    }

    #fish-id-page .fish-desc-content .row {
        display: block;

    }
}


@media screen and (max-width: 482px) {

}

