html {
    margin: 0;
    height: 100%;
}

body {
    margin: 0;
    position: relative;
    min-height: 100%;
}

h1 {
    color: #0371bc;
}

/* HOME */
.homebanner {
    background-image: url(../backgrounds/bg2.jpeg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 350px;
    text-align: center;
    margin-top: -20px;
}

    .homebanner p {
        font-size: 5em;
        color: white;
        -webkit-text-shadow: 1px 0 25px rgba(0, 0, 0, 0.95);
        -mox-text-shadow: 1px 0 25px rgba(0, 0, 0, 0.95);
        text-shadow: 1px 0 25px rgba(0, 0, 0, 0.95);
        margin: auto auto;
        height: 350px;
        padding-top: 120px;
    }

.homelisting h4 {
    font-weight: bold;
    font-size: 1.7em;
    color: #0371bc;
    margin-bottom: 15px;
}

    .homelisting h4 a {
        color: #0371bc;
    }

/* FOOTER */
#footer {
    background-color: #eee;
    color: #7b7b7b;
    margin: 0;
    padding: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
}

    #footer a {
        color: #7b7b7b;
    }

    #footer .right {
        text-align: right;
    }

@media(max-width: 767px) {
    .homebanner {
        height: 250px;
    }

        .homebanner p {
            font-size: 7vw;
            -webkit-text-shadow: 1px 0 15px rgba(0, 0, 0, 1.0), 1px 0 15px rgba(0, 0, 0, 1.0);
            -mox-text-shadow: 1px 0 15px rgba(0, 0, 0, 1.0), 1px 0 15px rgba(0, 0, 0, 1.0);
            text-shadow: 1px 0 15px rgba(0, 0, 0, 1.0), 1px 0 15px rgba(0, 0, 0, 1.0);
            padding-top: 80px;
            height: 250px;
        }

    #footer .right {
        text-align: center;
    }
}

/* LOGIN */
.login {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #bac9cc; /* Old browsers */
    background: -o-linear-gradient(top, #bac9cc 0%, #b1c7cc 100%); /* Opera 11 */
    background: -moz-linear-gradient(top, #bac9cc 0%, #b1c7cc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bac9cc 0%,#b1c7cc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bac9cc 0%,#b1c7cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bac9cc', endColorstr='#b1c7cc',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}

    .login .headerlogo {
        display: block;
    }

    .login .headertext {
        display: none;
        text-align: center;
    }

.seaweed {
    background: url(../img/seaweed.png) no-repeat;
    background-position: bottom left;
    min-height: 310px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.paper {
    background: url(../img/paper.png) no-repeat;
    background-position: top center;
    min-height: 705px;
    z-index: 3;
}

.fullimagebg{
    background-image: url(../backgrounds/bg4.jpeg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.fullimagebg-content{
    margin-top: 30px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 13px 10px 15px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 13px 10px 15px -2px rgba(0,0,0,0.5);
    box-shadow: 3px 10px 15px -2px rgba(0,0,0,0.5);
}

    @media(max-width: 767px) {
        .fullimagebg{
            background: #fff;
            position: relative;
        }
        
        .fullimagebg-content{
            margin-top: 0px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }
    }

.login-form {
    margin-top: 200px;
}

    .login-form .control, .create-form .control {
        color: #000;
        margin: 10px;
    }

    .login-form .label, .create-form label {
        color: #FF6600;
        font-size: 18px;
        font-weight: 500;
    }

    .login-form input, .create-form input {
        color: #000;
    }

    .login-form .form-control, .create-form .form-control {
        color: #000000;
        font-size: 25px;
        border: none;
        border-bottom: 1px solid #CCC;
        margin-bottom: 10px;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 50px;
    }

        .login-form .form-control:focus, .create-form .form-control:focus {
            border-radius: 0;
            border-bottom: 2px solid #0371bc;
            margin-bottom: 10px;
            outline: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

.create-form {
    margin-bottom: 40px;
}

@media(max-width: 767px) {
    .login-form {
        margin-top: 50px;
    }

    .paper {
        background: none;
    }

    .seaweed {
        background: none;
    }

    .login {
        background: none;
    }

        .login .headerlogo {
            display: none;
        }

        .login .headertext {
            display: block;
        }
}

/* SEARCH */
#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 1001;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0;
        margin: 0 auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
        line-height: 60px;
    }

    #search label {
        position: absolute;
        top: 45%;
        width: 100%;
        color: rgb(255, 255, 255);
        font-size: 30px;
        font-weight: 300;
        text-align: center;
        border: 0;
        margin: 0 auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
        line-height: 30px;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
        font-weight: 100;
    }

/* VIEW FISH */
.fish-full-image {
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-left: auto;
    margin-right: auto;
    max-height: 900px;
}

.catchdetails {
    font-size: 1.3em;
}

    .catchdetails .comments a {
        color: #333;
    }

    .catchdetails .comments {
        font-size: 0.9em;
    }

    .catchdetails .description {
        font-size: 0.9em;
    }

    .catchdetails p {
        margin-bottom: 0;
    }

    .catchdetails h4 {
        font-weight: bold;
        font-size: 1.3em;
    }

    .catchdetails .writecomment {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #eee;
        margin-top: 2px;
        padding-left: 5px;
    }

    .catchdetails hr {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .catchdetails .commentdetails {
        font-size: 0.7em;
        color: #999;
    }

        .catchdetails .commentdetails a {
            color: #999;
        }

/* VIEW USER */
.user-profile-image {
    width: 230px;
    /*height: 230px;*/
    border-radius: 10px;
    border: 1px solid #eee;
}

.user-name {
    padding-top: 10px;
    font-weight: bold;
    font-size: 26px;
}

.user-username {
    font-size: 18px;
    font-weight: 100;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    background-color: #fff;
    border-bottom-color: #0371bc;
    cursor: default;
}

.nav-tabs > li > a {
    color: #555;
}

/* RANKINGS */
.fish-listing {
    border: 1px solid #e7e7e7;
}

    .fish-listing a .row {
        border-bottom: 1px solid #e7e7e7;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #f8f8f8;
        -moz-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        -webkit-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease;
    }

        .fish-listing a .row:hover {
            background-color: #ffffff;
            -moz-transition: background-color 0.25s ease;
            -o-transition: background-color 0.25s ease;
            -webkit-transition: background-color 0.25s ease;
            transition: background-color 0.25s ease;
        }

    .fish-listing:last-child {
        border-bottom: none;
    }

    .fish-listing h4 {
        font-weight: bold;
        font-size: 1.7em;
        color: #0371bc;
        margin-bottom: 15px;
    }

        .fish-listing h4 a {
            color: #0371bc;
        }

    .fish-listing .lrcol {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .fish-listing .num {
        width: 40px;
        vertical-align: top;
        display: inline-block;
        font-size: 35px;
        height: 55px;
        color: #777;
        line-height: 55px;
    }

    .fish-listing .desc {
        display: inline-block;
        vertical-align: top;
        color: #111111;
    }

        .fish-listing .desc a {
            color: #111111;
            text-decoration: none;
        }

    .fish-listing .image {
        width: 55px;
        height: 55px;
        display: inline-block;
        margin-right: 25px;
        vertical-align: top;
        border-radius: 55px;
        border: 1px solid #eee;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

/* Utilities */
.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.img-center {
    display: block;
    margin: auto;
}

@media(max-width: 767px) {
    .center-sm {
        text-align: center;
    }
}

.clickable {
    cursor: pointer;
}

.noselect {
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */
}