﻿.some-css-selector {
    font-size: 13px;
}

@media only screen and (min-width : 1921px) {
}

@media only screen and (max-width : 1440px) {
}

@media only screen and (min-width : 1200px) and (max-width : 1440px) {
}

@media only screen and (min-width : 1200px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width : 480px) {
}

@media only screen and (max-width : 320px) {
}

/*GlyphIcon Animation*/
.gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.gly-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.gly-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gly-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.gly-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.gly-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

/*End GlyphIcon Animation*/


/*import default fonts*/
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600,600italic,700,800,800italic');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');


body {
    background-color: #ffffff;
    color: #444444;
    font-family: "Montserrat","Open Sans",Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;
}

.page-subheader {
    min-height: 150px;
}

    .page-subheader:not(.site-subheader-cst) .ph-content-wrap {
        padding-top: 0px;
    }

.catcontainer {
    list-style: none;
    padding-left: 25px;
}

.ProgressLoadingIcon {
    position: absolute;
    top: 48%;
    left: 48%;
    z-index: 11;
}

.kl-fancy-form .validatormsg {
    color: #D81e2d;
    font-size: 18px;
    position: absolute;
    top: 6px;
    right: 16px;
    cursor: text;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

#progressEmail {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: beige;
    z-index: 100;
}

.contentside {
    float: left !important;
}

.left_sidebar {
    float: left !important;
}

.logo-container.hasInfoCard:before {
    content: "";
    width: 98px;
    height: 35px;
    right: 100%;
    margin-right: 20px;
    top: 40px;
    position: absolute;
}

body #footer .contact-details {
    background: none;
}
/* Notification */
.NotificationContainer {
    display: none;
    position: fixed;
    z-index: 99999999;
    height: auto;
    top: 20px;
    right: 20px;
}

.NotificationBody {
    margin: 5px;
    padding: 3px;
    background-color: #fff;
    min-width: 320px;
    min-height: 80px;
}

.notifyct {
    padding: 15px !important;
}

.alerticon .glyphicon {
    font-size: 24px;
    margin-right: 7px;
    position: relative;
    top: 4px;
}

.NotificationBody[data-result="1"] .notifyct {
    border-color: #82b440 !important;
}

.NotificationBody[data-result="1"] .glyphicon {
    color: #82b440;
}

.NotificationBody[data-result="1"] .ntifytitle {
    color: #82b440;
}

.NotificationBody[data-result="0"] .notifyct {
    border-color: #D81e2d !important;
}

.NotificationBody[data-result="0"] .glyphicon {
    color: #D81e2d;
}

.NotificationBody[data-result="0"] .ntifytitle {
    color: #D81e2d;
}

.NotificationBody[data-result="2"] .notifyct {
    border-color: 97989c !important;
}

.NotificationBody[data-result="2"] .glyphicon {
    color: 97989c;
}

.NotificationBody[data-result="2"] .ntifytitle {
    color: 97989c;
}

.hg_section {
    color: 97989c;
}

.contentsection {
    padding-top: 0px !important;
}

.captchact {
}

.Captcha {
    padding-top: 6px !important;
    border: none;
    box-shadow: none;
}

.refreshcaptcha {
    height: 40px;
    float: left;
}

.captchaimg {
    float: left;
}

.pct {
    height: 115px;
    width: 100%;
}

    .pct .control-label {
    }

    .pct .form-control {
        box-shadow: none;
    }

    .pct .kl-fancy-form .validatormsg {
    }

.kl-fancy-form.pct {
    padding-top: 0px;
}

.txtcaptcha {
    padding: 12px 16px 10px 16px !important;
    height: auto;
    border: none !important;
    box-shadow: none;
    border-bottom: 1px solid #ebebeb !important;
}

.btndisabled {
    opacity: .7;
    cursor: text !important;
}

.expandable.glyphicon {
    cursor: pointer;
    position: relative;
    top: 3px;
}

.kl-store.widget_product_categories .cat-item a:before {
    width: 0px !important;
    margin-right: 5px !important;
}

.linkmenuitem {
    word-break: break-word;
    padding: 3px 0px !important;
}

.gensearch__wrapper {
    position: relative;
}

.kl-store.widget_product_categories .cat-item a {
    font-size: 13px !important;
}

.ProgressTRasparentLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #eee;
    opacity: 0.8;
}

#updpnlSearch .ProgressTRasparentLayer {
    width: 102%;
}

.ProgressLoadingIcon {
    position: absolute;
    top: 48%;
    left: 48%;
    z-index: 1100;
}

.AjaxProgressLoadingIcon {
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: 1100;
}

#sidebar-widget.sidebar {
    overflow: hidden;
}

.cartNotificationinner {
    max-width: 520px;
}

.notifyct a i {
    position: relative;
    left: -7px;
    top: -2px;
}

.cartNotificationinner .ntifytitle {
    font-size: 16px;
}

.cartNotificationinner .notifyct {
    padding-left: 10px !important;
}

.details.kw-details {
    height: 310px;
    word-break: break-word;
}

.cart-container .cart_list li a:not(.remove) {
    padding: 0 !important;
}

.tblcartitem {
    width: 100%;
}

    .tblcartitem .tddescription {
        vertical-align: middle;
        text-align: left;
        padding-left: 5px;
    }

    .tblcartitem .topcartitemcolumn {
        vertical-align: middle;
        position: relative;
        width: 100px;
        text-align: center;
        overflow: hidden;
        height: 100px;
    }

        .tblcartitem .topcartitemcolumn img {
            max-width: 70px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .tblcartitem .categorydesc {
        color: #000;
    }

.cart-container .cart_list li img {
    width: unset !important;
}

.loader {
    background: rgba(255, 255, 255, 0.6);
}

.cart_totals {
    width: 100% !important;
}

.btn i {
    margin-right: 5px;
}

.product-thumbnail {
    vertical-align: middle;
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
}

    .product-thumbnail img {
        max-width: 70px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: unset !important;
    }

.cartemptymsg {
    font-weight: bold;
    font-size: 11pt;
    margin: 10px;
}

.contentside .hg_section {
    padding-top: 0px !important;
}

.pt-itemlinks .btn:first-child {
    margin-right: 0;
}

.favoriteiconcolor {
    color: #82b440 !important;
}

a i.fa {
    margin-right: 5px;
}

.kl-store.widget_product_categories .cat-item a.linkmenuitemselected {
    color: #D81e2d !important;
}

.captchaval {
    color: #D81e2d;
    top: -30px;
    font-size: 18px;
    position: relative;
}

.g-recaptcha {
    margin-bottom: 20px;
    padding-left: 6px;
}

.loginpanel {
    margin-bottom: 50px;
}

.login-panel {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.recentwork_carousel__img {
    background-size: contain;
}

.header-search .search-container {
    width: 320px;
}

.searchfornewaarivals {
    margin-left: 30px;
    position: absolute !important;
}

.borderanim2-svg {
    width: 400px;
}

    .borderanim2-svg .media-container__text {
        line-height: 70px;
    }

.borderanim2-svg__shape {
    stroke-dasharray: 100 1000;
    stroke-dashoffset: -620;
    stroke: #D81e2d;
}

.style2:hover .borderanim2-svg__shape {
    stroke-dasharray: 940;
}

.toplogo {
    position: relative;
    top: -5px;
    max-height: 60px !important;
    max-width: 160px !important;
}

.main-nav.zn_mega_wrapper {
    margin-left: 20px;
    margin-right: 0px;
}

.footerlogo {
    position: relative;
    top: -10px;
    max-height: 37px !important;
}

.loginname {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    display: block;
    padding: 0;
    border-radius: 2px;
    opacity: .8;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widgettitle.title {
    min-height: 39px;
    overflow: auto;
}

.catminilnk {
    cursor: pointer;
}

@media screen and (min-width: 990px) {
    .navbar-ex1-collapse {
        height: 100% !important;
        display: block;
        overflow: auto;
    }
}

@media screen and (max-width: 990px) {
    .navbar-ex1-collapse {
        height: unset !important;
    }
}

.mfp-wrap {
    z-index: 104300;
}

@media screen and (max-width: 380px) {
    .montserrat .searchfornewaarivals {
        position: relative !important;
        margin-left: 0px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {
    .page-subheader {
        display: none !important;
    }

    #sidebar-widget {
        margin-bottom: 10px;
    }

    .NotificationContainer {
        right: unset !important;
    }
}

.kl-fancy-form .validatormsg {
    font-size: 10px;
}

#modalReport .modal-body {
    padding: 15px;
}

#modalReport .lnkpopupinfo span {
    margin-right: 5px;
}

.lnkpopupinfo .glyphicon {
    margin-right: 5px !important;
}

.imgnotification img {
    max-width: 100%;
}

.hg-portfolio-carousel .productunavailablelist.productinfoline {
    position: relative;
    top: -10px;
    color: #D81e2d;
}

.product-list-item .productunavailablelist.productinfoline {
    position: relative;
    top: 5px;
    left: 50px;
    color: #D81e2d;
    height: 20px;
    display: block;
}

.caroufredsel_wrapper .ca-icon {
    background-size: auto !important;
}

.unavailable {
    color: #D81e2d;
}

.topcartitemcolumn img {
    height: auto;
}

.cart_list > li {
    margin: 0 0 0 0 !important;
}

.cart-container .cart_list li {
    margin: 0 0 0px !important;
}

@media (min-width: 768px) {
    #page_wrapper > .container {
        min-height: calc(100vh - 416px);
    }
}


.griditems.table-responsive {
    overflow: auto;
    min-width: 300px;
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 400px) {
    .griditems.table-responsive {
        overflow-x: auto;
        width: 100%;
        display: block;
        max-width: 310px;
        margin-bottom: 30px;
    }

    .product-remove {
        width: 100px;
    }

    .product-thumbnail {
        min-width: 80px;
    }

    form .row [class*="col-"] {
        max-width: 310px;
    }
}

.form-icon {
    width: 96px;
}

.iosslider-slideshow .kl-iosslide-caption,
.iosslider-slideshow .kl-iosslide-caption.klios-aligncenter,
.iosslider-slideshow .kl-iosslide-caption.klios-alignleft {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    top: auto !important;
    padding-left: 0 !important;
    margin: 0;
    text-align: left;
    z-index: 10;
    transform: none !important;
}

.iosslider-slideshow .kl-slider-caption-text {
    display: inline-block;
    min-width: 420px;
    max-width: 677px;
    padding: 18px 44px 20px 150px;
    background: rgba(14, 14, 14, 0.50);
    color: #fff;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    white-space: normal;
}

    .iosslider-slideshow .kl-slider-caption-text::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        height: 100%;
        background: #D81e2d;
    }

.iosslider-slideshow .kl-slider-caption-main {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.iosslider-slideshow .kl-slider-caption-sub {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .iosslider-slideshow .kl-iosslide-caption,
    .iosslider-slideshow .kl-iosslide-caption.klios-aligncenter,
    .iosslider-slideshow .kl-iosslide-caption.klios-alignleft {
        left: 0 !important;
        padding-left: 0 !important;
        right: 0 !important;
    }

    .iosslider-slideshow .kl-slider-caption-text {
        min-width: 0;
        max-width: 100%;
        font-size: 14px;
        padding: 10px 28px 10px 14px;
    }

    .iosslider-slideshow .kl-slider-caption-main {
        font-size: 14px;
    }

    .iosslider-slideshow .kl-slider-caption-sub {
        font-size: 11px;
    }
}

.site-header .logosize--yes .site-logo {
    width: 170px
}

@media screen and (min-aspect-ratio: 21/9) {
    .iosslider-slideshow .kl-iosslide-caption {
        bottom: 16%;
    }
}

.underline {
    text-decoration: underline;
}

.featured-pieces {
    padding: 60px 0 80px;
}

.featured-header {
    margin-bottom: 4px;
    align-items: center;
}

.featured-line {
    display: inline-block;
    width: 100px;
    height: 7px;
    background: #D81e2d;
    margin-bottom: 8px;
}

.featured-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.featured-viewall-top {
    height: 58px;
    line-height: 58px;
    padding: 0 30px;
    margin-right: 30px;
    display: inline-block;
    background: #D81e2d;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

    .featured-viewall-top:hover {
        color: #fff !important;
    }

.featured-viewall-bottom {
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
    color: #D81e2d;
    text-decoration: none !important;
    border-bottom: 1px solid #D81e2d;
    padding-bottom: 2px;
}

.circularcatalogue .ca-nav {
    display: none;
}

.circularcatalogue .ca-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.circularcatalogue .ca-item {
    box-sizing: border-box;
    width: 30%;
    margin: 0 3% 40px 0;
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .circularcatalogue .ca-item {
        width: 48%;
    }
}

@media (max-width: 600px) {
    .circularcatalogue .ca-item {
        width: 100%;
    }
}

.circularcatalogue .ca-item-main {
    position: relative;
    border: 1px solid #D81e2d;
    background: #fff;
    padding: 40px 20px 70px;
    height: 560px;
    min-height: 560px;
    box-shadow: none !important;
}

.circularcatalogue .ca-background {
    display: none;
}

.circularcatalogue .ca-item a {
    text-decoration: none;
    color: inherit;
}

.circularcatalogue .ca-icon {
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 60px auto 20px;
}

.circularcatalogue .ca-more {
    position: absolute;
    right: 0;
    bottom: 57px;
    left: auto;
    display: inline-block;
    width: auto !important;
    padding: 6px 14px;
    background: #D81e2d;
    color: #fff !important;
    font-size: 10px;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
}

.circularcatalogue .ca-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 14px 20px 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    text-align: center;
    border-top: 1px solid #D81e2d;
    color: #000000;
    max-height: 50px;
}

.circularcatalogue .ca-content-wrapper {
    display: none;
}

.footer-bar {
    background: #000000 !important;
    color: #fff;
    padding: 30px 0 15px;
    font-size: 13px;
}

    .footer-bar a {
        color: #fff;
    }

        .footer-bar a:hover {
            text-decoration: none;
            opacity: 0.85;
        }

.footer-top {
    align-items: flex-start;
}

.footer-brand .footer-logo img {
    max-height: 40px;
    margin-bottom: 12px;
}

.footer-tagline {
    max-width: 320px;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 8px;
    color: #FFFFFF !important
}

.footer-title-margin {
    margin-top: 11px;
}

.footer-subtitle {
    font-size: 11px;
    margin: 0px 0 5px;
    color: #FFFFFF !important
}

.footer-links .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-links .menu li {
        margin-bottom: 4px;
    }

.footer-social {
    float: left !important;
    margin: 0px -6px 0;
    padding: 0px;
}

    .footer-social li {
        display: inline-block;
        margin-right: 6px;
    }

.footer-contact-text {
    margin-bottom: 10px;
}

.footer-contact-media {
    display: flex;
    gap: 10px;
}

    .footer-contact-media img {
        display: block;
        max-width: 100%;
        height: auto;
    }

.footer-map,
.footer-photo {
    flex: 1;
}

.footer-bottom {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 8px;
}

.footer-copy {
    font-size: 11px;
    margin: 0;
    opacity: 50%;
}

@media (max-width: 767px) {
    .footer-top > div {
        margin-bottom: 20px;
    }

    .footer-contact-media {
        flex-direction: row;
    }
}

* {
    text-transform: none !important;
}

.circularcatalogue .ca-container {
    position: relative;
    width: 100%;
}

    .circularcatalogue .ca-container:after {
        content: "";
        display: block;
        clear: both;
    }

.circularcatalogue .ca-wrapper {
    display: block;
    width: 100%;
}

.circularcatalogue .ca-item {
    float: left;
    box-sizing: border-box;
    width: 30%;
    margin: 0 3% 40px 0;
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .circularcatalogue .ca-item {
        width: 48%;
        margin-right: 4%;
    }
}

@media (max-width: 600px) {
    .circularcatalogue .ca-item {
        width: 100%;
        margin-right: 0;
    }
}

.circularcatalogue .ca-item-main {
    position: relative;
    border: 1px solid #D81e2d;
    background: #fff;
    padding: 40px 20px 70px;
    height: 480px;
    min-height: 480px;
    box-shadow: none !important;
}

.circularcatalogue .ca-background {
    display: none;
}

.circularcatalogue .ca-item a {
    text-decoration: none;
    color: inherit;
}

.circularcatalogue .ca-icon {
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 60px auto 20px;
}

.circularcatalogue .ca-more {
    position: absolute;
    right: 0;
    bottom: 57px;
    left: auto;
    display: inline-block;
    width: auto !important;
    padding: 6px 14px;
    background: #D81e2d;
    color: #fff !important;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400
}

.circularcatalogue .ca-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 14px 20px 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    text-align: center;
    border-top: 1px solid #D81e2d;
    font-weight: 400;
}

.circularcatalogue .ca-content-wrapper {
    display: none;
}

.circularcatalogue .ca-container {
    width: 100%;
}

.circularcatalogue .ca-wrapper {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
}

.circularcatalogue .ca-item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    float: left;
    box-sizing: border-box;
    width: 30%;
    margin: 0 3% 40px 0;
    box-shadow: none !important;
}

    .circularcatalogue .ca-item:nth-child(3n) {
        margin-right: 0;
    }

.header-search .searchBtn {
    background: none !important;
    margin-left: -45px !important;
}


#mycartbtn1 {
    margin-top: -12px;
    margin-left: -20px;
}

@media (max-width: 767px) {
    .header-search .searchBtn {
        margin-left: -10px !important;
    }

    #mycartbtn1 {
        margin-top: -12px;
        margin-left: 0;
    }

    .kl-top-header .header-links-container .topnav.navRight > li,
    .kl-top-header .header-search {
        margin-left: 10px;
    }
}

.chaser {
    display: none !important;
}

.pPanel,
.pPanel * {
    color: #000 !important;
}

.site-header {
    background-color: rgba(14, 14, 14, 0.50);
}

.page-header-color {
    background: none
}

@media (max-width: 767px) {
    .circularcatalogue .ca-item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .circularcatalogue .ca-item-main {
        position: relative;
        border: 1px solid #D81e2d;
        background: #fff;
        padding: 24px 16px 70px;
        height: 450px;
        min-height: 0;
    }

    .circularcatalogue .ca-icon {
        height: 160px;
        margin: 78px auto 77px;
    }

    .circularcatalogue .ca-title {
        font-size: 14px;
        line-height: 1.4;
        margin: 12px 0 0;
        padding: 8px 0px 0;
        position: static;
        border-top: none;
        text-align: center;
        max-height: 10px;
    }

        .circularcatalogue .ca-title::before {
            content: "";
            display: block;
            border-top: 1px solid #D81e2d;
            margin: 0 -16px 10px;
        }

    .circularcatalogue .ca-more {
        position: absolute;
        right: 0px;
        bottom: 100px;
        width: auto !important;
        padding: 6px 14px;
    }

    .footer-contact {
        clear: both;
        margin-top: 16px;
    }

    .featured-header {
        text-align: left;
    }

        .featured-header .col-xs-6 {
            float: none;
            width: 100%;
            text-align: left;
        }

    .featured-title {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .featured-viewall-top {
        margin: 10px auto 0;
        display: inline-block;
    }
}

body, html {
    height: 100%;
}

#PH_PageContent {
}
