/* .link-color:hover {
    color: #5BA4AE !important;
}

.li:hover:before {
    opacity: 0.8;
    transition: 1s ease;
}

.li:hover:after {
    opacity: 0.8;
    transition: 1s ease;
}

.li::after {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    border-left: solid 3px #5BA4AE;
    border-top: solid 3px #5BA4AE;
    height: 20px;
    width: 20px;
    opacity: 0;
}

.li::before {
    position: absolute;
    bottom: 5px;
    right: 5px;
    content: "";
    border-right: solid 3px #5BA4AE;
    border-bottom: solid 3px #5BA4AE;
    height: 20px;
    width: 20px;
    opacity: 0;
} */

/* .link-color {
    font-weight: bold !important;
    text-transform: uppercase;
    color: #425b65 !important;
}

.white-background {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    padding-top: 10px;
    border-radius: 4px;
} */

.title {
    font-size: 3em;
    font-weight: 700;
    text-shadow: 0px 0px 5px rgb(51, 51, 51);
    text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.8);
    text-align: center;
}

#fullscreen {
    position: fixed;
    top: 10px;
    right: 10px;
}

/* END OF DEMO CSS */

.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-fixed-left {
    position: fixed;
    top: 0px;
    right: 0px;
    border-radius: 0px;
}

.navbar-minimal {
    width: 60px;
    min-height: 60px;
    max-height: 100%;
    /* background-color: rgb(51, 51, 51);
    background-color: rgba(51, 51, 51, 0.8); */
    border-width: 0px;
    z-index: 1000;
}

.navbar-minimal>.navbar-toggler {
    position: relative;
    min-height: 60px;
    border-bottom: 1px solid rgb(81, 81, 81);
    z-index: 100;
    cursor: pointer;
}

.navbar-minimal.open>.navbar-toggler,
.navbar-minimal>.navbar-toggler:hover {
    background-color: rgb(158, 202, 59);
}

.navbar-minimal>.navbar-menu {
    position: absolute;
    top: -1000px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 50;
    background-color: rgb(51, 51, 51);
    background-color: rgba(51, 51, 51, 0.8);
}

.navbar-minimal>.navbar-menu>li {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    height: 54px;
}

.navbar-minimal>.navbar-menu>li>a {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 20px 23px;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid rgb(81, 81, 81);
    width: 100%;
    text-decoration: none;
    margin: 0px;
}

.navbar-minimal>.navbar-menu>li>a:last-child {
    border-bottom-width: 0px;
}

.navbar-minimal>.navbar-menu>li>a:hover {
    background-color: #5BA4AE;
}

.navbar-minimal>.navbar-menu>li>a>.glyphicon {
    float: right;
}

.navbar-minimal.open {
    width: 320px;
}



.navbar-minimal.open>.navbar-menu {
    top: 60px;
    width: 100%;
    min-height: 100%;
}


.navbar-minimal.open {
    width: 250px;
}

.navbar-minimal.open>.navbar-menu {
    overflow: visible;
}

.navbar-minimal>.navbar-menu>li>a>.desc {
    position: absolute;
    display: none;
    top: 50%;
    right: 130px;
    margin-top: -20px;
    margin-left: 20px;
    text-align: left;
    white-space: nowrap;
    padding: 10px 13px;
    border-width: 0px !important;
    background-color: rgb(51, 51, 51);
    background-color: rgba(51, 51, 51, 0.8);
    opacity: 0;
}

.navbar-minimal>.navbar-menu>li>a:hover>.desc {
    right: 60px;
    opacity: 1;
    display: inline-block;
}


.size-font {
    font-size: 15pt;
}
/* navbar-left */
.nav-left {
    position: fixed;
    top: 30%;
    transform: translate(-10%, -30%);
    z-index: 999;
}
.color:hover {
    background: none !important;
    border-color: #5BA4AE;
}


.center {
    text-align: center;
    font-size: 50px;
}

.p-link {
    font-size: large;
    font-weight: bold;
    color: #5BA4AE;
}

.tbl {
    margin: 1vw 0vw;
}

.icons {
    margin-top: 40px;
}

.color {
    color: #5BA4AE !important;
}

.color-c1dbde {
    color: #c1dbde;
}

._image {
    display: block;
    width: 100%;
    height: auto;
}

._overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90%;
    width: 90%;
    opacity: 0;
    transition: 1s ease;
    background-color: #5BA4AE7F;
    margin: 5%;
}

._container:hover ._overlay {
    opacity: 1;
}

._li:hover:after {
    opacity: 1;
}

._li:hover:before {
    opacity: 1;
}

._text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

._li::after {
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    content: "";
    border-left: solid 3px #5BA4AE;
    border-top: solid 3px #5BA4AE;
    height: 25%;
    width: 25%;
    opacity: 0;
    transition: 1s ease;
}

._li::before {
    position: absolute;
    bottom: 2.5%;
    left: 2.5%;
    content: "";
    border-left: solid 3px #5BA4AE;
    border-bottom: solid 3px #5BA4AE;
    height: 25%;
    width: 25%;
    opacity: 0;
    transition: 1s ease;
}

._overlay::after {
    position: absolute;
    top: 25%;
    right: -3%;
    content: "";
    border-right: solid 3px #5BA4AE;
    height: 50%;
    width: 50%;
    opacity: 1;
    transition: 1s ease;
}


.filter-button {
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    color: #5BA4AE;
    margin-bottom: 30px;

}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

.filter-button {
    background: none;
    border: none;
}





._image {
    display: block;
    width: 100%;
    height: auto;
}

._overlay {
    position: absolute;
    top: 0;
    /* bottom: 10%; */
    left: 0;
    /* right: 10; */
    height: 90%;
    width: 90%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #5BA4AE7F;
    margin: 5%;
}

._container:hover ._overlay {
    opacity: 1;
}

._li:hover:after {
    opacity: 1;
}

._li:hover:before {
    opacity: 1;
}

._text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

._li::after {
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    content: "";
    border-left: solid 3px #5BA4AE;
    border-top: solid 3px #5BA4AE;
    height: 25%;
    width: 25%;
    opacity: 0;
    transition: 0.5s ease;
}

._li::before {
    position: absolute;
    bottom: 2.5%;
    left: 2.5%;
    content: "";
    border-left: solid 3px #5BA4AE;
    border-bottom: solid 3px #5BA4AE;
    height: 25%;
    width: 25%;
    opacity: 0;
    transition: 0.5s ease;
}

._overlay::after {
    position: absolute;
    top: 25%;
    right: -3%;
    content: "";
    border-right: solid 3px #5BA4AE;
    height: 50%;
    width: 50%;
    opacity: 1;
    transition: 0.5s ease;
}

.no-padding {
    margin: 0;
    padding: 0;
}

.image-grid-clickbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, .45);
}

._text {
    z-index: 999;
    color: #fff;
}


.footer {
    width: 100%;
    height: 350px;
    background: #3D5660;
}

.myback {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.right {
    text-align: right;
}

.myback:hover {
    filter: drop-shadow(0px 0px 5px #5aa4ae);
}