<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Customed style backup, to be inserted into iSloping via admin */

body {
    max-width: 1900px;
    margin: 0 auto;
}

#wrap-header {
    height: 78px;
}

#wrap-footer1 {
    background-image: url('../images/shufrans-bg-collections-logo-left.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

footer {
    margin-top: 0px;
}

.bx-wrapper .bx-controls {
    display: none;
}

.testimonialbox {
    font: italic 17px/22px Georgia, "Times New Roman", Times, serif;
    /*text-shadow: none !important;*/
    text-shadow: 1px 1px 0 #333333 !important;
    border-radius: 0px;
    color: #ffffff;
}

.testimonialbox-name {
    color: #FF602D !important;
    text-shadow: 1px 1px 0 #333333 !important;
}

.testimonialbox-name span {
    color: #f0ac57 !important;
    text-shadow: 1px 1px 0 #333333 !important;
}

#menu-other-services .current_page_item {
    display: none;
}

.testimonialbox {
    width: 100%;
}

#infobar {
    margin-bottom: 0px;
}

.sticky-container {
    right: -159px;
}


/* end of backup*/

.header-menu a {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-menu .menu &gt; .menu-item:last-child a {
    padding-right: 20px;
}

.header-menu .menu &gt; .menu-item:hover {
    background-color: #f5f5f5;
}

.header-menu .sub-menu {
    right: 0;
    left: auto;
    background-color: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-menu .sub-menu li {
    display: inline-block;
    width: 100%;
}

.header-menu .sub-menu a {
    clear: both;
    white-space: nowrap;
    width: auto;
    display: block;
    padding-left: 2em;
    padding-right: 2em !important;
}

.iview-caption {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul.shufra-list {
    list-style-image: url(../images/shufrabullet.png);
    list-style-type: square;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#wrap h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1em;
}

.section-title {
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
}

.section-title span {
    color: #396693;
}

/* Modify span margin within a row */

.row-fluid .span4:nth-child(4),
.row .col-md-4:nth-child(4) {
    margin-left: 0;
}


/* modify Bootstrap tab style */

.nav-tabs {
    margin-bottom: 0px;
}

.nav-tabs &gt; li &gt; a {
    color: #666;
}

.nav-tabs &gt; .active &gt; a,
.nav-tabs &gt; .active &gt; a:hover,
.nav-tabs &gt; .active &gt; a:focus {
    background-color: #f5f5f5;
}

.tab-content &gt; .active,
.pill-content &gt; .active {
    background-color: #f5f5f5;
}

.tab-content &gt; .tab-pane,
.pill-content &gt; .pill-pane {
    padding: 1.1em 1.1em 0;
    border: 1px solid #ddd;
    border-top: 0px;
}


/* modify Bootstrap accordion style */

.accordion-group {
    background-color: #fff;
    border-radius: 0px !important;
}

.accordion-heading {
    color: #475f77;
    font-weight: normal;
}

.accordion-heading a {
    color: #475f77;
    font-weight: normal;
}

.accordion-heading a:hover {
    color: #8d381d;
}

.accordion-body {
    background-color: #fff;
}

.accordion-inner {
    font-size: 16px !important;
    padding: 1.1em;
}

.accordion-icon .icon-color {
    color: #475f77;
}

/* 
 * Fixed Bootstrap double row issue (workaround for upgrade from v2 to v3)
 * Row has a nagative left/right margin, the row immediately after a row should not have margin.
 */
.row &gt; .row,
.row &gt; .row &gt; .row {
    margin-left: 0;
    margin-right: 0;
}
</pre></body></html>