.box-product .img-wrapper .my-new-product {
    height: 250px!important;
    width: 100%;
}

.categorized-image {
    height: 450px!important;
}

.categorized-image2 {
    height: 500px!important;
}


/*--------------------------------------------------------------
16.0 - Gallery Styles
--------------------------------------------------------------*/

.gallery-container {
    /* float: left; */
    width: 100%;
    /* clear: both; */
    margin: 0px;
    padding: 0px;
}

.gallery {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery:hover {
    background: #7893a6;
}

.gallery .gallery-thumb {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.gallery.one-third .gallery-thumb>img {
    float: left;
    height: 180px;
}

.gallery-detail {
    background: #FFFFFF;
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    clear: both;
    display: block;
    padding: 10px 10px;
    float: left;
    width: 100%;
}

.gallery-detail h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.gallery-detail h5 a {
    color: #7893a6;
}

.gallery-detail p {
    margin-bottom: 0;
}

.gallery .image-overlay {
    float: left;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease-in-out 0s;
    width: 100%;
    *background: #8b6b54;
    background: rgba(120, 147, 166, 0.8);
    overflow: hidden;
}

.gallery .image-overlay>a>span {
    background: #FFFFFF;
    color: #406a88;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 40px;
    behavior: url(PIE.htc);
    font-size: 18px;
    transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
}

.gallery:hover .image-overlay,
.gallery:hover .image-overlay a span {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery .image-overlay>a {
    display: inline-block;
    position: absolute;
    text-align: center;
}

.gallery .image-overlay a.link {
    top: 50%;
    left: 0%;
    margin: -20px 0px 0px -20px;
}

.gallery .image-overlay a.zoom {
    top: 50%;
    right: 0%;
    margin: -20px -20px 0px 0px;
}

.gallery .image-overlay a:hover span {
    background: #406a88;
    color: #fff;
}

.views .icon-heart {
    color: #ddd2c6;
}

.gallery:hover .image-overlay a.link {
    left: 35%;
}

.gallery:hover .image-overlay a.zoom {
    right: 35%;
}

.gallery .image-overlay p a,
.gallery .image-overlay p,
.gallery-detail .views a {
    color: #ffffff;
}

.gallery .image-overlay p {
    left: 10px;
    bottom: 5px;
    position: absolute;
    margin: 0px;
}

.gallery .image-overlay .views {
    color: #ffffff;
    right: 10px;
    bottom: 7px;
    position: absolute;
}

.gallery .gallery-thumb>img,
.gallery:hover .gallery-thumb>img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    max-width: 100%;
    float: left;
    display: block;
}

.gallery:hover .gallery-thumb>img {
    -moz-transform: scale(1.2) rotate(0deg) translate(0px);
    -webkit-transform: scale(1.2) rotate(0deg) translate(0px);
    -o-transform: scale(1.2) rotate(0deg) translate(0px);
    transform: scale(1.2) rotate(0deg) translate(0px);
}

.gallery:hover .gallery-detail {
    background: #7893a6;
}

.gallery:hover .gallery-detail h5 a,
.gallery:hover .gallery-detail p a,
.gallery:hover .gallery-detail p {
    color: #FFFFFF;
}

.gallery:hover .gallery-detail .views {
    background: #FFF;
    color: #7893a6;
}

.gallery:hover .gallery-detail .views a {
    color: #7893a6;
}

.gallery-detail h5 {
    margin-bottom: 0px;
}

.gallery-detail .views {
    background: #7893a6;
    color: #FFFFFF;
    float: right;
    padding: 3px 0px 3px;
    width: 20%;
    text-align: center;
}

.gallery-title {
    float: left;
    width: 80%;
    margin-top: 6px;
    padding: 0px 10px 0px 2px;
}

.gallery-detail .views span {
    font-size: 14px;
}

.gallery-single-entry {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 100px;
    position: relative;
}

.gallery-single-entry h3 {
    font-size: 20px;
    margin: 0px;
}

.gallery-single-entry .tags,
.gallery-single-entry .tags a {
    color: #9a9a9a;
}

.gallery-single-entry .tags span {
    margin-right: 5px;
}

.gallery-single-entry .button span {
    margin: 0px 5px 0px 0px;
}

.sorting-container {
    float: left;
    clear: both;
    margin: 0px 0px 30px;
    padding: 12px 15px;
    width: 100%;
    background: #FFFFFF;
}

.sorting-container a {
    color: #b3aa9e;
    font-size: 16px;
    border-right: 1px solid #b3aa9e;
    padding: 0px 8px 0px 8px;
    float: left;
}

.sorting-container a:last-child {
    border-right: none;
}

.sorting-container a:first-child {
    padding-left: 0px;
}

.gallery-container {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px;
    padding: 0px;
}

.gallery-container .gallery {
    margin-bottom: 30px;
}

.gallery-container .gallery.dt-sc-one-third {
    width: 302px;
    margin: 0px 0px 30px 0px;
}

.gallery-container .gallery.dt-sc-one-third.with-sidebar {
    width: 216px;
    margin: 0px 0px 30px 0px;
}

.gallery-container .gallery.dt-sc-one-fourth {
    width: 223px;
    margin: 0px 0px 30px 0px;
}

.gallery-detail h5 {
    text-transform: none;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.gallery-detail p {
    padding: 0px 0px 0px 0px;
}

.gallery-single {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.gallery-slider-container .bx-controls.bx-has-controls-direction {
    float: left;
    clear: both;
    width: 100%;
    margin: 25px 0px 0px 0px;
    padding: 0px;
}

.gallery-slider-container .bx-prev {
    float: left;
    background: #D7CBBF;
    padding: 13px 23px 9px 52px;
    display: block;
    border-bottom: 1px solid #f9f6f2;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

.gallery-slider-container .bx-prev:hover,
.gallery-slider-container .bx-next:hover {
    background: #535353;
    text-shadow: 1px 1px 0px #451616;
    color: #FFFFFF;
}

.gallery-slider-container .bx-prev:hover:before {
    background: url(../images/post-nav-container-prev-arrow.png) left bottom no-repeat;
}

.gallery-slider-container .bx-prev:before {
    content: "";
    background: url(../images/post-nav-container-prev-arrow.png) left top no-repeat;
    position: absolute;
    left: 22px;
    top: 12px;
    height: 21px;
    width: 16px;
    padding: 0px;
    float: left;
    line-height: 20px;
}

.gallery-slider-container .bx-next {
    float: right;
    background: #D7CBBF;
    padding: 13px 48px 9px 27px;
    display: block;
    border-bottom: 1px solid #f9f6f2;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

.gallery-slider-container .bx-next:before {
    content: "";
    background: url(../images/post-nav-container-next-arrow.png) right top no-repeat;
    position: absolute;
    right: 18px;
    top: 12px;
    height: 21px;
    width: 16px;
    padding: 0px;
    float: left;
    line-height: 20px;
}

.gallery-slider-container .bx-next:hover:before {
    background: url(../images/post-nav-container-next-arrow.png) right bottom no-repeat;
}

.gallery-single h4 {
    margin-bottom: 20px;
}

.project-details p {
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #a89d83;
}

.project-details p:last-child {
    border-bottom: none;
}

.project-details span {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.column {
    float: left;
    margin: 0px 0px 0px 2%;
}

.column.first {
    margin-left: 0px;
}

ol,
ul {
    list-style: none outside none;
    padding: 0px;
}