.img-container {
    width: 100%;
    position: relative;
    text-align: justify;
}

.img-container img {
    width: 100%;
}

.img-container h1, .img-container h2, .img-container h3, .img-container h4 {
    color: white !important;
}

.img-container .img-caption {
    right: 5% !important;
    left: auto !important;
    width: 50%;
    padding: 20px;
    background: rgba(0,0,0,0.5) !important;
}

.img-container .img-caption-bottom-hover {
    bottom: 0 !important;
    width: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.5) !important;
    display: none;
    color: white !important;
    position: absolute;
}

.product-image {
    height: 230px;
    text-align: center;
    width: 100%;
    position: relative;
}

.product-image a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.product-image a {
    width: 100%;
    display: block;
    height: 230px;
}


.product-title {
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    overflow: hidden;
}

.product-image-helper {

    height: 100%;
    vertical-align: middle;
}

.img-container:hover .img-caption-bottom-hover {
    display: block;
}

.navbar-shadowed {
    box-shadow: 0px 10px 13px -9px rgba(77,77,77,1) !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.small-padding-top {
    padding-top: 10px !important;
}

.no-padding {
    padding: 0px !important;
}

.centered {
    text-align: center;
}

.centered * {
    text-align: center;
}

.review-item {
    padding: 10px;
}

.review-item .review {
    font-size: 13px;
}

.review-item .author {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.pagination a, .pagination strong {
    padding: 5px;
    border: 2px solid;
    padding-left: 8px;
    line-height: 38px;
    padding-right: 8px;
}

.pagination a:hover {
    text-decoration: none;
}

.slide-img {
    width: 100%;
}

.post-content p {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 400px;
    height: 63px; /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    color: black !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.post-content h5 {
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: black !important;
    text-overflow: ellipsis;
}

.post-wrapper img {
    min-height: 261px;
}


.pagin .pagination {
    margin-top: 8px !important;
    margin-left: 15px;
}

body {
    background-image: url('../../../assets/bg.png') !important;;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}

.galleryContainer {
    width: 100%;
    position: relative;
    text-align:center;
    margin: 10px auto;
}

.galleryItem {
    width: 190px;
    height: 150px;
    display:inline-block;
    margin: 10px;
}

.blog_postcontent {
    text-align: justify;
}

.blog_postcontent .postContent {
    text-align: justify;
}

.menu-pull-left {
    left: auto !important;
    right: 0px !important;
}

.submenu-pull-left {
    left: -240px !important;
}

.commentContent {
    width: 100%;
}

.listComments ul {
    list-style-type: none;
    padding: 0px;
}

.listComments>ul>li {
    margin-left: 10px;
}

.listComments>ul>li>ul>li {
    margin-left: 20px;
}


.listComments>ul>li>ul>li>ul>li {
    margin-left: 30px;
}

.listComments>ul>li>ul>li>ul>li>ul>li {
    margin-left: 40px;
}
.singleComment .meta {
    border-bottom: 1px solid gray;
    font-size: 11px;
}

.listComments .inlineComment {
    display: none;
}


.singleComment .meta span {
    font-style: italic;
    opacity: 0.6;
}

.hidden {
    display: none;
}

.contact-form label {
    display: none;
}

.menu-toggle {
    float: left;
}

.singleComment .content {
    padding-top: 5px;
}

.singleComment {
    padding-bottom: 10px;
}

#main-logo-sticky {
    display: none;
}

.wideSection img {
    width: 100%;
}

.menu-toggle-close {
    display: none;
}

ul.nav .social {
    padding-left: 5px !important;
    padding-right: 5px !important;
}


.caption-text {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0;
    margin: 5px 0;
    border-top: solid 1px rgba(35,35,35,.1);
    border-bottom: solid 1px rgba(35,35,35,.1);
    height: 80px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}

 .caption-text-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    background-image: linear-gradient(to bottom,transparent,#fff);
}

 .product-availability-label {
     color: white !important;
     height: 46px;
     border-radius: 2px;
     padding-top: 5px;
     line-height: 18px;
     text-align: center;
     font-weight: bold;
     font-size: 14px;
 }


li.current>a {
    font-weight: bold;
    border-bottom: 3px solid gray;
}