
.GITheWall ul {
    list-style: none;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    padding: 0;
}

.GITheWall ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 20px;
    position: relative;
}
.quantity-indicator, .sold {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66px;
    height: 33px;
    background: #b12c2c url(/templates/frontend/images/new/image_icon.png) no-repeat left  9px center;
    text-align: right;
    padding-right: 10px;
    padding-top: 2px;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 31px;
}
.group-click-item .title {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'PTSans', sans-serif;
    font-weight: bold;
    font-size: 13px;
    height: 33px;
    background: #b12c2c;
    text-align: right;
    padding: 0 10px;
    padding-top: 2px;
    color: #fff;
    box-sizing: border-box;
    line-height: 31px;
}

.quantity-indicator.actions {
    left: 0;
    right: auto;
}
.gallery-click-item.actions .image-name {
    font-weight: bold;
    padding-bottom: 5px;
}
.gallery-click-item.actions .image-desc {
    padding-left: 280px;
}
.sold {
    background: #b12c2c;
    width: auto;
    padding: 0 10px;
}
.quantity-indicator:hover {
    cursor: pointer;
}
.GITheWall .thumb {
    width: 263px;
    height: 200px;
    overflow: hidden;
}
.GITheWall .thumb .image {
    width: 263px;
    height: 200px;
}
.GITheWall .thumb:hover {
    cursor: pointer;
}

.content-row.completed {
    margin-top: 100px;
    padding:0 20px;
}

@media all and (max-width: 570px) {
    .completed .GITheWall.inner-row {
        width: 263px;
    }

    .completed .GITheWall ul li {
        margin-right: 0;
    }
}
@media all and (min-width: 571px) and (max-width: 858px){
    
    .completed .GITheWall.inner-row {
        width: 546px;
    }

    .completed .GITheWall ul li:nth-child(2n){
        margin-right: 0;
    }
}

@media all and (min-width: 859px) and (max-width: 1146px) {
    .completed .GITheWall.inner-row {
        width: 546px;
        margin: 0 auto;
    }
    .completed .GITheWall ul li:nth-child(2n){
        margin-right: 0;
    }
}

@media all and (min-width: 1147px) {
    .completed .GITheWall.inner-row {
        min-width: initial;
        width: 829px;
        margin: 0 auto;
    }
    .completed .GITheWall ul li:nth-child(3n){
        margin-right: 0;
    }
    .galleries .left-side .GITheWall ul li:nth-child(3n) {
        margin-right: 0;
    }
}



@media all and (min-width: 768px) {
.content-row.completed {
        margin-top: 200px;
    }
}

@media all and (min-width: 1200px) {
.content-row.completed {
        margin-top: 150px;
    }
}


.GITheWall ul li.GI_TW_Selected_Row {
    -webkit-transition: margin-bottom 0.3s ease-in;
    -moz-transition: margin-bottom 0.3s ease-in;
    -o-transition: margin-bottom 0.3s ease-in;
    transition: margin-bottom 0.3s ease-in;
}

.GI_TW_expander {
    position: absolute;
    z-index: 1;
    top: 0;
    background:  url(/templates/frontend/images/new/bg.jpg) repeat;
    left: 0;
    width: 847px;
    margin-left: 15px;
    margin-top: 10px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
}

.GI_TW_expander.animating { overflow: hidden !important; }

.GI_TW_expander.opened {
    overflow: visible;
    margin-bottom: 40px;
    height: 730px;
}

.GI_TW_expander .GI_TW_expander-inner {
    width: 95%;
    height: 730px;
    padding: 35px 0 70px 0;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
    position: relative;
    width: 100%;
    height: 730px;
    margin: 10px 0 0;
    text-align: center;
    overflow: hidden;
}

.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img { position: relative; }

.GI_TW_expander .GI_TW_Controls { z-index: 1; }

.GI_TW_expander .GI_TW_close {
    position: absolute;
    width: 51px;
    height: 46px;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(/templates/frontend/images/new/close.png) no-repeat;
}

.GI_TW_expander .GI_TW_arrow, #prev-popup, #next-popup {
    position: absolute;
    top: 275px;
    cursor: pointer;
    width: 29px;
    height: 41px;
}

.GI_TW_expander .GI_TW_arrow.GI_TW_hidden { display: none; }

.GI_TW_expander .GI_TW_arrow.GI_TW_next,  #next-popup  {
    background: url(/templates/frontend/images/new/next.png) no-repeat;
    right: 0;
}
#next-popup, #prev-popup {
    display: none;
    z-index: 99999999999999;
}
#next-popup {
    top: 50%;
    left: 1030px;
    margin-top: -90px;
}
#prev-popup {
    top: 50%;
    margin-top: -90px;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_prev,  #prev-popup {
    background: url(/templates/frontend/images/new/prev.png) no-repeat;
    left: 0;
}
#prev-popup {
    left: -150px;
}


 .GI_TW_expander .GI_TW_loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -moz-animation: loader 0.5s infinite ease-in-out both;
    -ms-animation: loader 0.5s infinite ease-in-out both;
    -o-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both;
}
@-moz-keyframes
loader {  0% {
    background: #ddd;
}
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
    }
}
@-webkit-keyframes
loader {  0% {
    background: #ddd;
}
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
    }
}
@-o-keyframes
loader {  0% {
    background: #ddd;
}
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
    }
}
@-ms-keyframes
loader {  0% {
    background: #ddd;
}
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
    }
}
@keyframes
loader {  0% {
    background: #ddd;
}
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
    }
}
