.container-fluid {
    margin-top: 10px;
}

.viewchange .resultitem {
    vertical-align: top;
    display: block;
    text-align: center;
    margin: 10px 12px 0;
    position: relative;
}

.viewchange .resulttitle {
    margin-top: 0;
}

    .viewchange .resulttitle a {
        display: block;
        text-align: left;
    }

.viewchange .resultitem .resultbox, .viewchange .resultitem .resultbox .resultdecs {
    display: block;
    width: auto;
    margin: 0;
}

.viewchange .resultitem .box {
    vertical-align: top;
    display: block;
    border: 1px solid #d9d9d9;
    text-align: center;
    overflow: hidden;
    background: url() 50% no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.viewchange .resultitem > .box > a.clickevent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
}

.img-responsive {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.viewchange .resultitem > p.resulttitle {
    padding: 4px 0;
}


.picflex {
    display: flex;
    flex-wrap: wrap;
}


    .picflex .resultitem {
        margin: 10px;
        position: static;
        border: 0;
        height: 180px;
        min-width: 55px;
        flex-grow: 1;
    }

        .picflex .resultitem .box {
            border: none;
            width: auto;
            height: 180px;
            line-height: normal;
        }

        .picflex .resultitem.open {
            height: 675px;
        }

            .picflex .resultitem.open:after {
                content: "";
                font-size: 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 20px 20px;
                border-color: transparent transparent #333;
                position: relative;
            }


        .picflex .resultitem .box > i {
            display: block;
        }

        .picflex .resultitem .box img {
            position: absolute;
            top: 50%;
            transform: translate(-50%,-50%);
            width: auto;
            left: 50%;
            vertical-align: bottom;
        }

        .picflex .resultitem .box .iconlinks {
            overflow: hidden;
            position: absolute;
            height: 0;
            top: 180px;
            left: 0;
            right: 0;
            background: rgba(239,239,239,.5);
            text-align: center;
            transition: ease-in-out .2s;
        }

        .picflex .resultitem .box:hover .iconlinks {
            transition: ease-in-out .2s;
            height: 40px;
            padding: 10px 0;
            top: 140px;
        }

        .picflex .resultitem .box .iconlinks .icon-sprite {
            display: inline-block;
            padding: 0 4px;
            width: 20px;
            height: 20px;
            margin-top: 10px;
        }

    .picflex .icon-sprite {
        background: 0 0;
        color: #ccc;
        text-indent: 0;
        width: auto;
        height: auto;
    }

    .picflex .detailview {
        display: none;
        background: #333;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 20px;
        overflow: hidden;
        height: 475px;
    }

    .picflex .resultitem.open .detailview {
        display: block;
        border: none;
    }

    .picflex .resulttitle {
        text-align: left;
        line-height: 45px;
        margin-bottom: 15px;
    }

        .picflex .resulttitle span.product {
            padding-left: 10px;
            padding-right: 10px;
            border-right: 1px solid #ccc;
            color: #efefef;
        }

        .picflex .resulttitle span.productid {
            color: #efefef;
            padding-left: 10px;
        }

    .picflex .detailview .resulttitle .controllers {
        text-align: right;
    }

        .picflex .detailview .resulttitle .controllers a {
            display: inline-block;
            font-size: 16px;
            background-color: #c31f26;
            line-height: 26px;
            border-radius: 50px;
            width: 24px;
            text-align: center;
            height: 24px;
            margin: 10px;
        }


            .picflex .detailview .resulttitle .controllers a:hover,
            .picflex .detailview .resulttitle .controllers a:focus {
                background-color: #efefef;
            }

    .picflex .detailview .resulttitle .nav-icon {
        width: 15px;
        height: 15px;
        padding-left: 1px;
        margin-top: 4px;
    }

    .picflex .detailview ul.image-links {
        margin: 0;
        padding: 14px 0 0;
        display: flex;
        justify-content: space-between;
        list-style: none;
        color: #ddd;
    }

    .picflex .detailview .thumbMeta span, .toggleView span {
        line-height: normal;
        display: inline-block;
    }

    .picflex .detailview ul.image-links li a {
        padding: 0;
        text-decoration: none;
    }

    .picflex .detailview ul.image-links li.addToOrder a:after {
        content: attr(title);
    }

    .picflex .detailview > div {
        border: none;
    }

    .picflex .detailview .thumbMeta {
        text-align: left;
        margin-bottom: 10px;
    }

        .picflex .detailview .thumbMeta .metadata {
            padding-right: 10px;
            padding-left: 10px;
            position: static;
        }

        .picflex .detailview .thumbMeta .metalabel {
            color: #efefef;
            border-right: 1px solid #ccc;
            padding-right: 10px;
            margin-right: 10px;
        }

            .picflex .detailview .thumbMeta .metalabel:after {
                content: "";
            }

        .picflex .detailview .thumbMeta .metavalue {
            color: #efefef;
            line-height: 20px;
        }

            .picflex .detailview .thumbMeta .metavalue.release {
                color: #ccc;
            }

    .picflex .detailview .thumbImage {
        line-height: normal;
        overflow: inherit;
    }

        .picflex .detailview .thumbImage .detail-picture {
            padding: 0 5px 0 10px;
        }

        .picflex .detailview .thumbImage .detail-img {
            width: 100%;
            height: 364px;
            background: url() 50% no-repeat #ccc;
            background-size: cover;
        }


.detailview .row .col-xs {
    float: left;
    width: 50%;
}


.detailview .row .col-xs-4 {
    float: left;
    width: 40%;
}

.detailview .row .col-xs-6 {
    float: left;
    width: 60%;
}

.detailview .row .col-xs-2,
.detailview .row .col-xs-8 {
    float: left;
    width: 100%;
    position: static;
}

.detailview .row .col-xs-8 {
    float: left;
    width: 100%;
    position: static;
}

.detailview .row .col-xs-8 {
    float: left;
    width: 100%;
    position: static;
}

.detailview .img-container .col-xs-8 img {
    max-width: calc(100% - 20px);
    max-height:100%;
}

.detailview .left-arrow {
    left: 0;
    background-image: url("/images/red_arrow_left.svg");
}

.detailview .right-arrow {
    right: 0;
    background-image: url("/images/red_arrow_right.svg");
}

    .detailview .left-arrow:hover,
    .detailview .right-arrow:hover {
        opacity: 0.8;
    }

.detailview .left-arrow,
.detailview .right-arrow {
    position: absolute;
    height: 74px;
    width: 34px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center center;
    top: 0;
    z-index: 500;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    background-size: 50% auto;
    top: 170px;
}

    .detailview .left-arrow:hover,
    .detailview .right-arrow:hover,
    .touchdev .detailview .left-arrow,
    .touchdev .detailview .right-arrow {
        position: absolute;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position: center center;
        top: 0;
        z-index: 500;
        cursor: pointer;
        opacity: 1;
        transition: opacity 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        top: 170px;
    }

.pa-after:after {
    content: '';
    flex-grow: 1;
    display: inline-block;
    min-width: 55%;
}

@media screen and (min-width:770px) {
    .picflex .detailview .thumbMeta {
        text-align: left;
        top: 0px;
    }
}

@media screen and (min-width:830px) {
    .detailview .row .col-xs-8 {
        float: left;
        width: 75%;
    }

    .detailview .row .col-xs-2 {
        float: right;
        width: 25%;
    }

    .detailview .img-container .col-xs-8 img {
        max-width: calc(100% - 20px);
        max-height: calc(100% - 80px);
        cursor: pointer;
    }
}

@media screen and (min-width:1024px) {
    .picflex .detailview .thumbMeta .metacolmn {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        column-fill: auto;
        margin: 0;
        min-height: 375px;
    }
}

.toggleView span {
    cursor: pointer;
    font-size: 21px;
    padding: 1px 6px 0;
    margin: 0;
    min-height: 28px;
    color: #B2B2B2;
}

    .toggleView span i {
        text-align: center;
        margin-right: -2px;
    }

    .toggleView span.active {
        color: #333;
    }

.detailview div.img-container a {
    height: 100%;
    width: 100%;
}

.detailview div.img-container > div.col-xs-8 {
    height: 100%;
}

.detailview div.img-container {
    height: 100%;
    max-height: 500px;
    position: static;
}

#inside p {
    margin: 0px;
}

div.ico div.pg-icowrap .share_txt {
    color: #efefef;
}

div.ico {
    top: 5px;
    right: 0;
}

    div.ico div.pg-icowrap {
        display: inline-block;
        vertical-align: bottom;
        padding: 0 15px 0 0;
        height: 24px;
    }

        div.ico div.pg-icowrap img.ico {
            margin-left: 8px;
            margin-top: 3px;
        }

    div.ico img.ico, div.ico img.dl-ico {
        height: 15px;
        vertical-align: sub;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

    div.ico img.fcbk {
        background-image: url(/images/icon-facebook-white.png);
    }

        div.ico img.fcbk:hover {
            background-image: url(/images/icon-facebook-red.png);
        }

    div.ico img.lkin {
        background-image: url(/images/icon-linkedin-white.png);
    }

        div.ico img.lkin:hover {
            background-image: url(/images/icon-linkedin-red.png);
        }

    div.ico img.twtr {
        background-image: url(/images/icon-twitter-white.png);
    }

        div.ico img.twtr:hover {
            background-image: url(/images/icon-twitter-red.png);
        }

    div.ico img.email {
        background-image: url(/images/icon-email-white.png);
    }

        div.ico img.email:hover {
            background-image: url(/images/icon-email-red.png);
        }

    div.ico img.cplk {
        background-image: url(/images/icon-link-white.png);
    }

        div.ico img.cplk:hover {
            background-image: url(/images/icon-link-red.png);
        }

    div.ico img.what {
        background-image: url(/images/icon-whatsapp-white.png);
    }

    div.ico img.dl {
        background-image: url(/images/icon-download-white.svg);
    }

        div.ico img.dl:hover {
            background-image: url(/images/icon-download-red.svg);
        }
