﻿.portfolio-wrapper {
    position: relative;
    z-index: 1;
}

.porfolio-loading {
    text-align: center;
    color: #00abe6;
    font-size: 18pt;
    padding: 15px;
    line-height: 30px;
}

.portfolio-image-frame {
    border: solid 1px #066699;
    padding: 10px;
    background-color: #066699;
    border-radius: 6px;
}

.portfolio-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .portfolio-container .portfolio-item {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

        .portfolio-container .portfolio-item img {
            width: 100%;
            display: block;
        }

.prev, .next {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 48%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(80,80,80,0.4);
    z-index: 10;
}

.prev {
    left: 0;
    border-radius: 0 6px 6px 0;
}

.next {
    right: 0;
    border-radius: 6px 0 0 6px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 2px 3px;
    background-color: #00abe6;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #a6cd39;
    }

.portfolio-dots {
    text-align: center;
    padding: 10px;
}


@media screen and (max-width: 900px) {
    .dot {
        height: 13px;
        width: 13px;
        margin: 2px 3px;
    }

    .prev, .next {
        top: 45%;
    }
}


@media screen and (max-width: 750px) {
    .dot {
        height: 10px;
        width: 10px;
        margin: 2px 3px;
    }
}

@media screen and (max-width: 650px) {
    .dot {
        height: 8px;
        width: 8px;
        margin: 2px 3px;
    }
}

@media screen and (max-width: 500px) {
    .dot {
        height: 7px;
        width: 7px;
        margin: 2px 2px;
    }
}

@media screen and (max-width: 400px) {
    .dot {
        height: 6px;
        width: 6px;
        margin: 2px 1.5px;
    }

    .prev, .next {
        top: 35%;
    }
}



/*.portfolio
{
    position: relative;
    height: 400px;
    overflow: hidden;
}

.portfolio .next img
{
    outline: none;
}

.portfolio .prev img
{
    outline: none;
}

.portfolio .selected-item
{
    z-index: 10;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(50, 50, 50, 0.60);
    -moz-box-shadow: 0px 8px 30px 0px rgba(50, 50, 50, 0.60);
    box-shadow: 0px 8px 30px 0px rgba(50, 50, 50, 0.60);
}

.portfolio .prev-item, .portfolio .next-item
{
    z-index: 5;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(50, 50, 50, 0.40);
    -moz-box-shadow: 0px 4px 30px 0px rgba(50, 50, 50, 0.40);
    box-shadow: 0px 4px 30px 0px rgba(50, 50, 50, 0.40);
    cursor:pointer;
}

.portfolio .stand-by
{
    z-index: 0;
}



.portfolio .item
{
    display: block;
    position: absolute;
}

.portfolio img
{
    width: 100%;
}*/
