/* style */
/* client colours   hex: #00483d / #f16772 / #4A2C4D   rgb: 42,112,81    */
*:focus {
    outline: none !important;
}
:root {
    --button-bg-transition: .1s ease-in-out background;
    --button-color-transition: .1s ease-in-out color;
    --primary-color: #009688;
    --secondary-color: #053525;
    --lighter-grey: #f3f4ef;
    --dark-green: #00483d;
}
html,
body {
    font-family: "Source Sans Pro",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    margin: 0;
    min-height: 100%;
    position: relative;
    color: #2b2b2b;
    background: #f1ebe6;
}
strong {
    font-family: 'UniversLTPro-65Bold', Helvetica, Arial, sans-serif !important;
}
#wrap {
    min-height: 100%;
}
#main {
    overflow: hidden;
}
.ucase {
    text-transform: uppercase;
}
.fw-normal {
    font-weight: normal;
}
.fw-bold {
    font-weight: bold;
}
.heavytitle {
    font-size: 2rem;
}
.bg-dark-green {
    background: var(--dark-green);
}
.bg-transparent {
    background: none;
    background-color: none;
}
.bg-lighter-grey {
    background: var(--lighter-grey);
}
.text-danger {
    color: #F64F54!important;
}
.border-0 {
    border: none;
}
.modal-content {
    border-radius: 15px !important;
}
.rounded {
    border-radius: 10px!important;
}
a {
    color: var(--primary-color);
}
a:hover {
    color: var(--primary-color);
    text-decoration: none !important;    
    -webkit-transition: 300ms;
    transition: 300ms;
    cursor: pointer;
}
a:focus, a:hover {
    text-decoration: none!important;
}
a:hover > .glyphicon {
    color: var(--primary-color);
}
a.navbar-brand:hover {
    border-bottom: none !important;
}
h1,
h2,
h3 {
    color: #4A2C4D;
    margin: 0px 0 10px;
    font-weight: 400;
    font-family: 'GlyphaLTPro-Roman', 'Time New Roman', Arial, Geneva, Verdana, sans-serif !important;
}
h1 {
    font-size: 2.5em;
    line-height: 78px;
    border-bottom: 1px solid #00583d;
    margin-bottom: 20px
}
.text-primary {
    color: var(--primary-color);
}
.text-dark {
    color: #2b2b2b!important;
}
.bg-primary {
    background: var(--primary-color);
}
.footer {
    width: 100%;
}
a#footerimg:hover {
    border-bottom: none;
}
.footercontact .glyphicon {
    color: #ffffff
}
#footershell {
    background: #00483d
}
#footershell a:hover {
    color: #ffffff;
    text-decoration: none !important;
    -webkit-transition: width 300ms;
    transition: width 300ms;
}
body {
    padding-top: 80px;
}
.footercontact h1 {
    border: none
}
.form-control {
    border-radius: 0px;
    border-bottom: 3px solid #8e9090 !important;
    border-top: none;
    border-right: none;
    border-left: none
}
.form-control:focus {
    border-color: #8acadf !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #8acadf, 0 0 8px #8acadf;
    box-shadow: inset 0 1px 1px #8acadf, 0 0 8px #8acadf;
}
.has-error .form-control,
.recipient-error {
    border-radius: 0px;
    border-bottom: 3px solid #d3483e;
    border-top: none;
    border-right: none;
    border-left: none
}
.error,
label.error {
    color: #d3483e;
    font-size: 12px;
    font-weight: 400;
    font-style: italic
}
.field-validation-error,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label,
.has-error .form-control-feedback {
    color: #d3483e
}
.has-feeedback,
.form-control-feedback {
    top: 0 !important
}
.form-control:valid {
    border-radius: 0px;
    border-bottom: 3px solid #6fc08b;
    border-top: none;
    border-right: none;
    border-left: none
}
.form-control:focus {
    border-bottom: 3px solid #8e9090;
    border-top: 1px solid #8e9090;
    border-right: 1px solid #8e9090;
    border-left: 1px solid #8e9090;
    box-shadow: none !important
}
/* Life Events */
#reason-comments {
    margin: 20px 0;
}
ul#ui-id-1 {
    background: #fff;
    max-width: 550px;
    padding: 10px;
    max-height: 275px;
    overflow-y: scroll;
}
ul#ui-id-1 li {
    border-bottom: 1px solid #f5f5f5;
    margin: 10px 0;
    list-style-type: none;
}
ul#ui-id-1 li:hover {
    color: var(--primary-color);
    cursor: pointer !important;
}
#Giftwrap .breadcrumb,
#Giftwrap #breadcrumb {
    display: inline-block !important;
    width: 100%
}
#Giftwrap .breadcrumb > li {
    width: 100%
}
#rotatingcarousel .active.item .row {
    margin-left: -5px;
    margin-right: -5px;
}
.giftpanels h3 {
    font-size: 1.8rem;
}
#giftproducts .panel-body {
    min-height: 350px;
}
.catprodinfo a {
    border-bottom: none!important;
}
.list-group-item, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background: none;
    border: none;
    box-shadow: none;
}
.list-group-item.active a, .list-group-item.active:focus a, .list-group-item.active:hover a, .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background: var(--primary-color);;
    border: var(--primary-color);;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.list-group-item a {
    background: #ffffff;
    color: #2b2b2b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.emptyBasket {
    padding: 35% 0;
}
.w-100 {
    width: 100% !important;
}
/* Life Events End */
#horizontal {
    display: none !important;
}
.dropdown-menu > li > a {
    text-transform: capitalize;
}
/* full page */
#fullpage #mainbodyshell {
    margin: 0;
}
#fullpage .fullpagecontents {
    margin: 0
}
#fullpagecarousel .container {
    text-align: center
}
#breadcrumb {
    display: block;
    background: #FAF9F5 !important;
    width: 100% !important
}
#breadcrumb > li {
    color: var(--primary-color) !important
}
.breadcrumb .current a {
    font-weight: bold;
}
.breadcrumb a {
    color: var(--primary-color);
    font-family: 'UniversLTPro-55Roman', Helvetica, Arial, sans-serif !important;
}
.breadcrumb {
    margin-bottom: 0;
    border: none
}
.breadcrumb,
#breadcrumb {
    display: none !important;
}
#Giftwrap .breadcrumb,
#Giftwrap #breadcrumb {
    display: inline-block !important;
}
#Giftwrap .breadcrumb > li {
    width: 100%
}
.modal-header {
    position: relative;
}
.modal-header button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
}
/* category */
#Categorywrap .carousel-control .glyphicon-chevron-left,
#Categorywrap .carousel-control .glyphicon-chevron-right,
#Categorywrap .carousel-control .icon-next,
#Categorywrap .carousel-control .icon-prev {
    top: 60%;
}
.underline {
    width: 200px;
    height: 1px;
    background: #4A2C4D;
    padding: 0;
    margin: 10px 0
}
.row.aboutfullwidth {
    padding: 20px 20px 0
}
#FAQwrap p {
    font-size: 14px;
    padding-left: 10px
}
#FAQwrap h2 {
    font-size: 20px;
    background: #ffffff;
    padding: 10px;
    color: #00483d
}
.faq-img {
    background: url(../images/client/gwrrewards/homeassets/gwr_lifeevents_person.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
    margin-right: 30px;
    top: 0;
    left: 0;
    width: 188px;
    height: 444px
}
.aboutwrapshell h1 {
    font-size: 2.5em;
    padding: 10px 0;
}
.step1-img {
    background-image: url("../images/client/gwrrewards/supporting/step1.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%
}
#reward h1,
.profileabout h1 {
    font-size: 2.5em;
    border-bottom: 1px solid #00483d;
    margin-bottom: 20px
}
.welcome-title h1 {
    border: 0 !important
}
.caption {
    position: relative;
    height: 330px;
}
.captioninner {
    position: absolute;
    padding: 10px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 350px;
}
.captioninner h2.card-title {
    color: #ffffff !important;
}
#gift-bg {
    background-image: url(https://gwrrewards.boostworks.co.uk/resources/Contents/images/client/gwrgiftservice/banners/lifeevents-img_1.png) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 330px;
}
#gift-cat .panel {
    background: none;
}
#gift-cat .panel-body {
    padding: 15px;
    height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}
#gift-cat .panel-footer {
    background: none;
    border: none;
    color: var(--primary-color);
}
.authenticated #Homewrap .caption {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin: 30px 400px 30px 0px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
}
#GWRwrap .lsa-banner {
    background-color: rgb(224, 222, 216);
    background-size: contain;
    background: url(../images/client/gwrrewards/banners/lsa-banner.png) no-repeat;
    background-position: center center;
    margin-top: -50px !important;
    min-height: 270px !important;
    max-width: 1140px !important;
}
#rewardpanel.panel {
    background: #998a6a;
}
#rewardpanel.panel h3 {
    color: #ffffff;
}
@media (max-width: 767px) {
    #Nominationwrap .nominatebuttons .col-xs-6.col-sm-4.col-md-2 {
        width: 50%
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    #Nominationwrap .nominatebuttons .col-xs-6.col-sm-4.col-md-2 {
        width: 33.3333333%
    }
}
body#Homewrap {
    /* background: #84d2e3; */
    background: rgba(132, 210, 227, 0.3) !important;
    ;
}
body#Homewrap h1 {
    font-size: 2.5em;
}
body#Rewardwrap h1 {
    font-size: 2.5em;
}
.homenotifications .btn-primary {
    margin-top: 10px;
}
.homepanel {
    transform: scale(1) !important
}
.homepanel.notificationpanel.panel.panel-default {
    background-color: #E1EBED;
    height: 100%;
}
.nonDA .homenotifications {
    max-height: 917px;
}
.yesDA .homenotifications {
    max-height: 1191px;
}
.homenotifications {
    height: 100%;
    overflow-y: scroll;
    margin-top: 5px;
    overflow-x: hidden;
}
.homenotification {
    padding: 15px;
    margin-top: 5px;
    background: #FFF;
}
.homenotification h1 {
    font-size: 14px;
    color: rgb(166, 166, 166);
    line-height: 20px;
    border: 0 !important;
    margin-bottom: 10px
}
.homenotification h2 {
    font-size: 14px;
    font-family: 'GlyphaLTPro-Roman', sans-serif !important;
    color: #525761
}
.homenotification h3 {
    font-size: 16px;
    color: #00483d
}
.notificationpanel .btn {
    font-size: 14px;
    color: #ffffff
}
.homenotification .typeimageshell {
    position: relative;
    top: -15px;
    right: -10px;
    float: right;
}
.homenotification .typeimageshell .typeimage {
    width: 30px;
    margin-top: 0;
}
#menuinsides {
    min-height: 80px;
}
#menuinsides ul li {
    margin: 0px 5px;
    vertical-align: middle;
}
#menuinsides ul.nav.navbar-nav.navbar-right {
    margin-top: 18px;
}
#menuinsides li a svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
}
a#viewbasketdd svg {
    width: 30px;
}
.productmessage textarea, textarea#messagecount161 {
    background: #f3f4ef;
    border: none ! Important;
    box-shadow: none;
}
.productmessage .messagecount {
    color: #cccccc;
}
/* footer */
.glyphicon-earphone {
    font-size: 22px;
}
.glyphicon-envelope {
    font-size: 15px;
}
#footershell li.header {
    font-family: 'GlyphaLTPro-Roman', Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    border-bottom: 0
}
#footershell {
    padding: 20px;
    height: 285px;
}
.footercontact h1,
.footercontact h3,
.footercontact h4,
.footercontact a {
    color: #ffffff;
}
.footercontact h1 {
    line-height: 1.5em;
}
.footercontact h4 {
    font-size: 15px;
}
.footercontact span {
    opacity: 0.8
}
.footercontact img {
    display: inline-block;
}
#footershell li:before {
    content: none;
}
#pbpv-row {
    background-color: #ffffff;
    height: auto;
    padding-top: 10px;
    padding-right: auto;
    padding-left: auto;
    text-align: center;
    width: 100vw;
    max-width: 100%;
}
.pbpv {
    background: url("../images/common/powerdbypv_inline.png") no-repeat;
    display: inline-block;
    margin: 0 auto;
    width: 280px;
    height: 45px;
    background-size: cover;
    margin-bottom: 10px;
}
/* header + nav bar */
.navbar.affix,
#bannerwrap #Homewrap .navbar {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5)) !important;
}
.page-header #headermenu .nav {
    background: #00483d;
}
.dropdown-menu {
    border: 3px solid #00483d
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover h3 {
    background: none;
    color: #00483d;
    text-decoration: none;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.dropdown-menu p {
    white-space: initial;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
    background-color: #00483d;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 300ms;
    transition: 300ms;
}
li.pointsbalancemenu:hover a {
    color: #ffffff !important
}
li.pointsbalancemenu:hover .glyphicon {
    color: #ffffff !important
}
#categorymenu {
    background-color: rgba(42, 112, 81, 0.8);
}
#categorymenu li a {
    color: #ffffff;
}
.navbar-brand {
    height: auto;
    padding: 10px 30px 0;
}
.navbar-brand > img {
    max-width: 190px;
    padding-top: 5px;
    max-height: 60px
}
.navbar {
    background: none;
    transition: .5s linear;
}
.homelink > a:hover {
    background: #37AA32;
    color: #FFF !important;
    border: none !important
}
.navbar-nav > li.dropdown > a:hover .glyphicon {
    color: #ffffff;
}
.navbar {
    background: #ffffff !important;
    font-family: 'GlyphaLTPro-Roman', Helvetica, Arial, sans-serif !important;
}
#bannerwrap .navbar {
    background: rgba(255, 255, 255, 0.8)
}
#bannerwrap #Homewrap .navbar {
    background: none;
}
/* navbar-push */
button.navbar-toggle.collapsed {
    padding: 18px 0 0 40px
}
.navbar-default .navbar-toggle {
    border: none
}
.navbar-default .navbar-toggle:hover {
    background: none
}
.navbar-default .navbar-toggle > .icon-bar {
    background: #00483d;
    border-radius: 15px;
    width: 25px;
    height: 4px
}
.navbar-default .navbar-toggle:hover > .icon-bar {
    background: #888888
}
.navmenu,
.navbar-offcanvas {
    width: 300px;
    height: auto;
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1050;
    overflow-y: auto;
    border-radius: 0;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
    right: auto;
    left: 0;
}
.navmenu-fixed-right,
.navbar-offcanvas {
    right: 0;
    left: auto;
}
/* navbar-push end */
.mobilemainmenu li {
    float: left;
}
/* dropdowns */
.dropdown-menu {
    border: 3px solid #ffffff;
}
.searchdd .dropdown-menu {
    min-width: 300px;
    padding: 0 10px;
}
/* buttons */
.colouredimg,
.lottoball {
    border-color: #00483d;
    background: #00483d
}
.img-center {
    margin: 0 auto;
}
.btn {
    font-family: 'UniversLTPro-55Roman', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    position: relative;
    display: inline-block;
}
.btn-group-lg > .btn,
.btn-lg {
    border: none;
}
.btn-lg :hover {
    background-color: #6a9c86;
}
.btn,
.btn-primary {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .038rem !important;
    color: #ffffff !important;
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    border-radius: 50px !important;
    padding: 10px 25px !important;
    border: 2px solid var(--primary-color) !important;
}
.btn-primary:hover {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
}
.btn-secondary {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .038rem !important;
    color: #ffffff !important;
    border-color: var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
    border-radius: 50px !important;
    padding: 10px 25px !important;
    border: 2px solid var(--secondary-color) !important;
}
.btn-secondary:hover {
    background: #ffffff !important;
    color: var(--secondary-color) !important;
    border: 2px solid var(--secondary-color) !important;
}
.points-btn {
    background: #00483d !important;
    color: #ffffff !important;
    border: 2px solid #00483d !important;
    border-radius: 50px !important;
}
.basket-btn {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border: 2px solid #00483d !important;
    border-radius: 50px !important;
}
.basket-btn:hover {
    background: #00483d !important;
    color: #ffffff !important;
}
.basket-btn:hover svg,
.basket-btn:hover svg .cls-3 {
    fill: #ffffff !important;
}
. .btn-group-lg > .btn,
.btn-lg {
    font-size: 14px !important
}
.btn-danger {
    background-color: #ffffff;
    color: #f16772;
    border-radius: 5px;
    border: 2px solid #f16772;
}
.btn-danger:hover {
    background-color: #f16772;
    color: #ffffff;
    border: 2px solid #f16772;
}
.btn-border {
    color: #00483d;
    border: solid 1px #00483d;
    font-size: 25px;
    padding: 5px 10px;
    border-radius: 5px
}
.btn-default {
    font-size: 14px!important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .038rem !important;
    background: #f3f4ef!important;
    border-color: #f3f4ef!important;
    color: #2b2b2b!important;
}
.btn-default:hover {
    background: #cccccc!important;
    border-color: #cccccc!important;
}
btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.bannerbuttonshell {
    margin-top: 30px;
}
.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}
/* module */
.module a.btn-primary,
.module a.btn-primary:hover {
    transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -webkit-transition: background 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out;
}
.module a.btn-primary {
    background: none;
    border: none;
    color: #00483d;
}
.module a.btn-primary:hover {
    background: #00483d;
    border: none;
    color: #ffffff;
}
.module p {
    color: #333;
}
.moduleinfo a {
    color: #525761 !important;
}
.moduleinfo h3 {
    text-align: left
}
.panelrecog > .underline {
    margin-left: 25px !important
}
p.panel-desc {
    max-height: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#reloadablecardshell .nonactivatedcards .panel-default {
    height: 210px;
}
.photo .thumbnail {
    height: auto;
}
.catprodinfo p {
    font-size: 15px;
}
#categoryproducts .panel-default {
    height: 350px;
}
#category h4 {
    font-family: 'GlyphaLTPro-Roman', Arial, Geneva, Verdana, sans-serif !important;
    background: none;
    text-align: center;
    font-size: 17px;
    top: 122px;
    position: relative;
}
#category .panel {
    border-radius: 0;
}
#category .panel-body {
    background-size: cover;
    -moz-background-size: cover;
}
#category .panel-body {
    min-height: 250px;
    padding: 0;
}
#categorywrap .panel-body {
    min-height: 200px;
    padding: 0
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ffffff;
    border-bottom: none;
    color: var(--primary-color);
}
.back-to a {
    color: #2b2b2b!important;
    margin-bottom: 0;
}
.back-to a:hover {
    border-bottom: none;
}
.back-to {
    position: relative;
}
.back-to svg {
    position: absolute;
    left: -10px;
    fill: var(--primary-color);
}
.float-right {
    float: right;
}
#productinfo {
    background: #ffffff !important;
    margin-top: 25px;
}
#productinfo h3, h3.producttitle {
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
}
#productinfo img.img-responsive.img-center {
    min-height: 200px;
}
#priceinfo .badge p {
    font-size: 14px;
}
/* homepage */
.featurecircle {
    height: 255px;
    width: 100%;
    padding: 25px 0 0 25px;
    background: url(../images/client/gwrrewards/homeassets/module_bgrd.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    border: none;
}
.featurecircle h4 {
    font-size: 30px;
}
.featurecircle .btn-link {
    color: #ffffff;
    font-size: 1em;
    border-radius: 5px;
    white-space: normal;
    position: absolute;
    max-width: 216px;
    margin: auto;
    left: 10%;
    bottom: 40px;
}
.featurecircle.inverse {
    height: auto;
    min-height: 0;
    width: 100%;
    padding: 15px;
    background: rgba(42, 112, 81, 0.8);
    margin-bottom: 20px;
    border: solid 3px #00483d;
}
.featurecircle.inverse h2,
.featurecircle.inverse h3,
.featurecircle.inverse a,
.featurecircle.inverse .btn-link {
    color: #FFF
}
.pointsmodule .featurecircle .btn-link:hover {
    background: #f16772;
    color: #ffffff
}
.form-horizontal .control-label {
    text-align: left !important;
}
.form-control {
    border: 0 !important;
    background: var(--lighter-grey);
    box-shadow: none !important;
}
textarea.form-control{
    min-height: 122px;
}
ul.nobullets.form-control {
    height: auto;
    background-color: #eeeeee!important;
}
#ReloadableCardswrap #frame {
    background-color: #ffffff;
    padding-top: 40px
}
#ReloadableCardswrap h1 {
    line-height: 40px !important;
}
.panel.valuepanel {
    padding: 20px
}
#Homewrap #frame {
    background: none !important
}
#rotatingbanner .carousel-inner > .item > img {
    position: absolute;
    top: -50%;
    left: 0;
    min-width: 100%;
}
#rotatingbanner .carousel-inner .item {
    padding: 100px 0;
    height: 400px
}
.colourtext {
    color: #00483d
}
#Homewrap .visible-lg-inline {
    padding-left: 5px !important;
}
a#pointsbalance,
a#cashbalance {
    width: 155px;
}
#loginbox {
    padding-right: 8px;
    color: #FFF
}
.navbar.affix {
    background: rgba(255, 255, 255, 0.9) !important;
    transition: background .5s linear;
}
.navbar.affix #categorymenu {
    background-color: rgba(42, 112, 81, 0.8);
}
.categoryimage {
    height: 140px;
    width: 189px;
    padding: 20px 20px 0;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #CCC;
    font-family: 'GlyphaLTPro-Roman', Arial, Helvetica, sans-serif
}
.categoryimage h4 {
    font-size: 20px;
    color: #FFF
}
.categoryimage h4 a {
    color: #ffffff;
    text-shadow: 0 0 8px #525761
}
#categoryproducts .col-sm-3 {
    padding-right: 0px;
}
#Homewrap .categoryimage {
    height: 169px;
    width: 270px;
    padding-top: 43px
}
.catprodimage {
    height: 160px;
    overflow: hidden;
    position: relative;
}
#gateway #footershell .footerinner {
    height: 46px;
    padding: 21px 0;
    background: url("http://gwrrewards.peoplevalue.co.uk/resources/Contents/images/client/gwrrewards/logo_transparent.png") !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}
#footershell .footerinner {
    background-image: url() !important;
}
#footershell .footerinner #footershell ul {
    height: 100px
}
#yourrewards img {
    width: 100%;
}
.opaqueshell {
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 0;
    margin-top: 50px;
    height: 100%
}
.opaqueshell .container {
    background: none;
}
#newsitems .carousel-indicators,
#costanewsitems .carousel-indicators {
    bottom: -35px;
}
#category .img-responsive {
    min-width: 100%;
}
#Categorywrap #mainbodyshell .container {
    padding-top: 50px;
}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 1em;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(42, 112, 81, 0.8);
    font-size: 12px;
    padding: 1em 1.2em;
    display: none;
    border-radius: 50px
}
.back-to-top:hover {
    background-color: rgba(135, 135, 135, .5);
    border-bottom: none !important
}
.glyphicon-chevron-up {
    color: #ffffff !important
}
form#fform {
    float: left;
    margin-right: 10px;
}
#categoryproducts .row {
    padding-right: 15px;
}
.panel-default {
    border: none !important;
    border-color: none !important;
}
.panel {
    box-shadow: none !important
}
#Homewrap .panel {
    transform: scale(1);
    transition: ease 200ms;
}
#Homewrap .panel:hover {
    transform: scale(1.05);
    transition: ease 200ms;
}
#categoryproducts .catprodimagebutton {
    display: none;
}
#categoryproducts .panel-default:hover .catprodimagebutton {
    display: inline;
    position: absolute;
    top: 35%;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
#categoryproducts .panel-default:hover img {
    background: #525761;
    opacity: 0.6
}
.productactionslogo1 img {
    width: 100%;
}
.tablesorter-headerUnSorted .tablesorter-header-inner:after {
    content: "\e150";
    font-family: "Glyphicons Halflings";
}
.tablesorter-headerAsc .tablesorter-header-inner:after {
    content: "\e155";
    font-family: "Glyphicons Halflings";
}
.tablesorter-headerDesc .tablesorter-header-inner:after {
    content: "\e156";
    font-family: "Glyphicons Halflings";
}
tr.mystorerow {
    background: #00483d !important;
    color: #FFF
}
.offcanvas-lg {
    display: none;
}
.offcanvas-lg.in {
    display: block;
}
.canvas-sliding {
    -webkit-transition: top .35s, left .35s, bottom .35s, right .35s;
    transition: top .35s, left .35s, bottom .35s, right .35s;
}
.offcanvas-clone {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: none !important;
    opacity: 0 !important;
}
.nominations h4 {
    margin-top: 20px;
}
.col-xs-12 .teamaward.gwrvalue {
    border: none !important;
    margin-top: 10px;
}
.back-to-top {
    bottom: 2em !important;
    right: 3em !important;
}
#basket .panel-body .col-sm-2, #basket .panel-body .col-xs-12.col-sm-3 {
        text-align: left;
}
/* LARGE SCREEN */
@media (min-width: 992px) {
    .navbar-right {
        float: right !important;
        margin-right: 15px;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-offcanvas {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .gwrvalue h1 {
        min-height: 75px;
        white-space: no-wrap;
        width: 100px;
    }
}
/* MEDIUM */
@media (min-width: 1200px) {
    #GWRwrap .tab-pills h1 {
        font-size: 1.5em;
    }
}
@media (max-width: 1199px) {
    #Giftwrap .row.gift-cat-row .panel-default {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #Giftwrap .row.giftpanels.mb-5 .col-md-4 .panel-body {
        min-height: 130px;
    }
    .navbar-right {
        float: right !important;
        margin-right: 15px;
    }
    .navbar-toggle {
        display: none;
    }
    .underline {
        display: none !important;
    }
    #gwrtrain {
        bottom: 15px;
    }
    #rotatingbanner .carousel-inner > .item > img {
        top: 0%
    }
    #rotatingbanner .carousel-inner .item {
        padding: 40px 0;
        height: 380px
    }
    .roundedmodule .customerspends,
    .roundedmodule .youreceive {
        border-radius: 10px;
    }
    .navbar {
        background: none;
        border: none;
    }
    .navbar-offcanvas {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-offcanvas.offcanvas {
        position: static;
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
@media (min-width: 767.98px) {
    a#viewbasketdd {
        padding-right: 55px !important;
    }
}
/* TABLET and SMALL SCREEN */
@media (min-width: 768px) and (max-device-width: 991px) {
    #menuinsides ul.nav.navbar-nav.navbar-right {
        margin: 25px 4%;
    }
    .gatewaywrap .glyphicon {
        display: none;
    }
    .altloginform button.btn.btn-primary.btn-lg {
        font-size: 14px ! Important;
    }
    #basket .panel-body img {
        margin: 0 auto 30px;
    }
    #categorylinks li.list-group-item a {
        min-height: 70px;
    }
    #category .panel-body {
        min-height: 260px;
        padding: 0;
    }
    #Aboutwrap .tab-pills h1 {
        font-size: 1em !important;
        min-height: 90px !important;
    }
    .points-strip-info a {
        width: 160px;
    }
    #GWRwrap .tab-pills h1 {
        font-size: 1.2em !important;
    }
    .ta_img {
        margin-top: 5px;
        margin-right: 20%;
    }
    .navbar-right {
        float: right !important;
        margin-right: 15px;
    }
    .navbar-toggle {
        display: none;
    }
    p.panel-desc {
        max-height: 130px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    h2 {
        font-size: 1.6em !important
    }
    #strapline {
        display: none;
    }
    .nav > li > a {
        padding: 15px 8px;
    }
    .gatewayfeatures .thumbnail .caption {
        padding: 30px 10px
    }
    #gateway #footershell .footerinner {
        height: 115px;
    }
    #footershell .footerinner {
        padding-bottom: 40px;
    }
    #footershell .footerinner h4 a {
        font-size: 12px;
    }
    #footershell li:before {
        content: none;
        padding-right: 0;
    }
    #footershell li {
        margin: 0 0 5px 0
    }
    #newsarea h1 {
        margin-bottom: 30px;
    }
    #Homewrap #track {
        display: none;
    }
    #Homewrap #gwrtrain {
        width: 450px;
        height: 28px;
        bottom: 12px;
    }
    #rotatingbanner .carousel-inner .item {
        padding: 0 0 200px;
    }
    #unauth_rotating #frame {
        max-width: 50% !important;
        margin: auto;
    }
    .featurecircle {
        min-height: 260px;
    }
    .offcanvas-sm {
        display: none;
    }
    .offcanvas-sm.in {
        display: block;
    }
    .navbar-offcanvas {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-offcanvas.offcanvas {
        position: static;
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .sky {
        height: 200px !important;
        background: #ffffff !important;
        margin: 0 0 30px;
        /*			display: none;*/
    }
    .gatewaywrap .caption {
        background: none !important;
        width: auto !important;
        padding: 0 70px 70px;
        margin: 0 !important;
    }
    .modal-dialog {
        max-width: 600px;
        margin: 14% auto;
        width: 100%;
    }
}
/* SMALL SCREEN */
@media (max-width: 767px) {
    #description.pe-5 {
        padding-left: 3em !important;
    }
    h3.producttitle {
        margin-top: 20px;
    }
    #basket .panel-body .col-sm-2, #basket .panel-body .col-xs-12.col-sm-3 {
        text-align: center;
        padding: 5px 0;
    }
    #productinfo h3, h3.producttitle, #description p, #priceinfo {
        text-align: center;
    }
     body.authenticated {
        padding-top: 94px;
    }
    .caption {
        height: 150px;
    }
    #gift-bg {
        height: 150px;
    }
   #menucontents .container {
        margin: 0;
        padding: 0;
    }
   #menucontents .container .navbar-collapse {
        margin: 0;
        padding: 0;
        min-height: 100vh;
       overflow: hidden;
    }
    a#pointsbalance, a#cashbalance {        
        width: 100%;
        margin-top: 30px;
    }
    .gatewaywrap .glyphicon {
        display: none;
    }
    .mobilemainmenu li {
        width: 100%;
        padding: 10px 40px;
    }
    .catprodimage {
        min-height: 160px;
        height: auto;
    }
    .altloginform button.btn.btn-primary.btn-lg {
        font-size: 14px ! Important;
    }
    .bimg4 .points-balance h1 {
        padding: 15px 0 0 0 !important;
    }
    .points-balance {
        transform: scale(0.6);
    }
    #formextra .col-xs-6.col-sm-2,
    .active .col-sm-2 {
        width: 50%
    }
    .tab-pane {
        padding: 0px;
    }
    div.Tokenize ul.TokensContainer li.Placeholder {
        display: none !important;
    }
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin: 5px 0 25px;
    }
    button.navbar-toggle {
        padding: 0 0 0 40px;
        margin: -62px 10px 0;
    }
    button.navbar-toggle.collapsed {
        padding: 0 0 0 40px;
        margin: -62px 10px 0;
    }
    .navbar.affix,
    #bannerwrap #Homewrap .navbar {
        background: #ffffff !important;
    }
    .navbar-nav {
        margin: 0px;
    }
    #about-bottom1 {
        display: none;
    }
    #about-bottom2 {
        display: block;
    }
    #Homewrap .headbodywrap {
        background-size: contain !important;
    }
    #mainbody {
        margin: 40px auto !important;
    }
    h1 {
        line-height: 1.2em;
        margin: 0 20px 20px;
        padding: 20px;
    }
    h2 {
        font-size: 1.6em !important;
    }
    .authenticated .navbar {
        background: #ffffff !important;
    }
    #footershell li:before {
        content: "";
        padding-right: 0;
    }
    #footershell li {
        margin: 0 0 5px;
    }
    #newsitems .carousel-indicators,
    #costanewsitems .carousel-indicators {
        bottom: 0px;
    }
    .Incentivehomewrap .well {
        height: auto;
        width: auto;
    }
    .form-control-static {
        padding-top: 0;
    }
    .contact-footer {
        margin: 0 0 20px !important;
    }
    body #footer li {
        font-size: 0.8em;
        padding: 10px;
    }
    .back-to-top {
        bottom: 2em !important;
        right: 3em !important;
    }
    #gw_help {
        padding: 60px 0 0px !important;
    }
    #unauth_rotating #frame {
        max-width: 80% !important;
        margin: auto;
    }
    .featureimage {
        background: none !important;
    }
    .offcanvas-xs {
        display: none;
    }
    .offcanvas-xs.in {
        display: block;
    }
    .tab-content > .active {
        display: block;
    }
    #tabs.valuetabs .col-sm-2 {
        text-align: center;
    }
    .col-sm-2.active h1 {
        color: rgb(55, 170, 50);
    }
    #Rewardwrap #frame {
        padding: 20px;
        margin-top: 10px !important;
    }
    #bgimage img {
        display: none !important;
    }
    #GWRwrap #mainbodyshell {
        min-height: 60vh;
    }
    .row.exintro img {
        max-width: 300px;
        margin: 30px auto;
    }
    #images {
        display: none;
    }
}
/*EXTRA SMALL WEIRD BREAK POINT*/
@media (max-width: 432px) {
    .back-to a {
        margin-bottom: 20px;
    }
}
/* EXTRA SMALL SCREEN */
@media (min-width: 374px) and (max-width: 464px) {
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin: 5px 0 25px;
    }
    button.navbar-toggle {
        padding: 18px 0 0 40px;
        margin: -55px 40px 0;
    }
    button.navbar-toggle.collapsed {
        padding: 18px 0 0 40px;
        margin: -55px 40px 0;
    }
    .navbar.affix,
    #bannerwrap #Homewrap .navbar {
        background: #ffffff !important;
    }
    .navbar-nav {
        margin: 7.5px 35px 0 10px;
    }
    h1 {
        padding: 10px 0 !important;
        margin: 0 auto 20px !important;
    }
     body.authenticated {
        padding-top: 92px;
    }
    .caption {
        height: 150px;
    }
    #gift-bg {
        height: 150px;
    }
    #mainbody {
        margin: 30px auto !important;
    }
    #gift-cat .panel-body {
        height: 100px;
    }
    #gift-cat .panel-footer {
        padding-top: 10px;
        padding-bottom: 0;
    }
    #gift-cat .panel {
        margin-bottom: 5px;
    }
}
/* EXTRA EXTRA SMALL SCREEN */
@media (max-width: 360px) {
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin: 5px 0 25px;
    }
    button.navbar-toggle {
        padding: 18px 0 0 40px;
        margin: -55px 40px 0;
    }
    button.navbar-toggle.collapsed {
        padding: 18px 0 0 40px;
        margin: -55px 40px 0;
    }
    .navbar.affix,
    #bannerwrap #Homewrap .navbar {
        background: #ffffff !important;
    }
    .navbar-nav {
        margin: 7.5px 35px 0 10px;
    }
}