﻿@charset 'UTF-8';
/*normalize*/
body  {
    background: #fff;
    font-family: "proxima-nova",helvetica,arial,sans-serif !important;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #000;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y:auto;
    padding: 127px 0 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both
}
.clearleft{
    clear:left;
}
.clearright {
    clear: right;
}
.h-100 {
    height: 100% !important;
}
.w-100{
    width: 100% !important;
}
.left {
    float: left !important;
}

.right {
    float: right !important;
}
.t-left{
    text-align:left !important;
}
.t-center {
    text-align: center !important;
}
.t-right {
    text-align: right !important;
}
.d-flex{
    display:flex !important;
}
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}
.center-title h2.h1 {
    padding: 30px;
    margin: 0px;
    text-transform: none;
    letter-spacing: -2px;
    font-size: 5.5rem;
}
.t-bold{
    font-weight:bold;
}
.sidebar {
    width: 295px;
}
.sidebar .widget {
    margin: 0 0 40px;
}
    .sidebar h3 {
        background: #2f2f2f;
        color: #fff;
        padding: 15px 10px;
        font-size: .8125rem;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
        position: relative;
        margin: 25px 0 10px;
    }
.sidebar h3::after {
    content: "";
    border: 10px solid transparent;
    border-top-color: #2f2f2f;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sidebar ul, .sidebar ol {
    margin: 0;
    list-style: none;
}
.main100 {
    width: 100%;
    padding: 5px;
}
    .main100 h2.h1 {
        font-family: "alternate-gothic-no-2-d",verdana,tahoma,sans-serif;
        font-size: 4.5rem;
        line-height: 4rem;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: -3px;
    }

    .main100 h3 {
        color: #000 !important;
        font-size: 1.75rem !important;
        margin: 20px 0 5px 0 !important;
        text-align: left !important;
        position: relative;
        clear: both !important;
        padding-top: 40px;
    }

.main {
    width: calc(100% - 320px);
}
    .main h2.h1 {
        font-family: "alternate-gothic-no-2-d",verdana,tahoma,sans-serif;
        font-size: 4.5rem;
        line-height: 4rem;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: -3px;
    }

    .main h3 {
        color: #000 !important;
        font-size: 1.75rem !important;
        margin: 0 0 15px 0 !important;
        text-align: left !important;
        position: relative;
        clear: both !important;
        padding-top: 40px;
    }
a {
    background: transparent;
    color: #0051f4;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

img {
  border: 0;
}

button,
input {
  -webkit-appearance: none; 
  cursor: pointer; 
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .3em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}
h1, .h1 {
    font-family: "alternate-gothic-no-2-d",verdana,tahoma,sans-serif;
    font-size: 6.5rem;
    line-height: 5rem;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -4px;
}
h2, .showcasetitle {
    font-family: "proxima-nova",helvetica,arial,sans-serif;
    font-size: 2.5rem;
    line-height: 4rem;
    color: #000;
    font-weight: bold;
}

h3, .h3 {
    font-family: "proxima-nova",helvetica,arial,sans-serif;
    font-size: 2rem;
    line-height: 1.1em;
    color: #000;
    font-weight: 700;
    letter-spacing: -1px;
}

.wrapper {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
/* Extra small devices (mobile phone (viewed in portrait)) */
@media only screen and (max-width: 360px) {
    #topBarRow {
        display: none;
    }
    .header .searchBox {
        display: none;
    }
    #headerBarRow {
        top: 0px;
    }
    #mainMenuRow {
        top: 110px;
    }
    #copyrightRow {
        display: none;
    }
    .main-content {
        margin-top: 0px;
    }
    #rigProductImages{
        width:calc(100% - 300px) !important;
    }
    .rtbSlide.toolbarmenu {
        top: 156px !important;
        left: calc(100% - 310px) !important;
    }
}
/* Small devices (mobile phone (viewed in landscape) / tablet (viewed in portrait)) */
@media only screen and (min-width: 361px) and (max-width: 768px) {
    #topBarRow {
        display: none;
    }
    .header .searchBox {
        display: none;
    }
    #headerBarRow {
        top: 0px;
    }
    #mainMenuRow {
        top: 110px;
    }
    #copyrightRow {
        top: 156px;
    }
    .main-content {
        margin-top: 156px !important;
    }
    #rigProductImages {
        width: calc(100% - 300px) !important;
    }
    .rtbSlide.toolbarmenu {
        top: 156px !important;
        left: calc(100% - 310px) !important;
    }
}
/* Medium devices (tablet (viewed in landscape)) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .top-bar {
        background: #171717;
        text-align: center;
        padding: 5px 0;
        z-index: 1001;
        position: fixed !important;
        top: 0px;
        height: 46px;
        width: 100%;
    }
    .main h2.h1 {
        font-size: 2.0rem;
        letter-spacing: -1px;
    }
    #rigProductImages {
        width: calc(100% - 300px) !important;
    }
    .rtbSlide.toolbarmenu {
        top: 202px !important;
        left: calc(100% - 310px) !important;
    }
}
/* Large devices (laptop) */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .top-bar {
        background: #171717;
        text-align: center;
        padding: 5px 0;
        z-index: 1001;
        position: fixed !important;
        top: 0px;
        height: 46px;
        width: 100%;
    }
}
/* Extra large devices (desktop) */
@media only screen and (min-width: 1281px) {
    .top-bar {
        background: #171717;
        text-align: center;
        padding: 5px 0;
        z-index: 1001;
        position: fixed !important;
        top: 0px;
        height: 46px;
        width: 100%;
    }
}
.copyrights-bar {
    background: none;
    z-index: 1001;
    position: fixed !important;
    top: 202px;
    height: 26px;
    width: 100%;
}
.copyrights {
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

    .copyrights p {
        width: 100%;
        text-align: right;
        color: #8895ca;
        font-size: .667em;
    }
        .copyrights p span {
            display: inline-block !important;
        }

.top-bar button {
    color: #fff;
    font-size: .9375rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block
}

@media (max-width: 700px) {
    .top-bar button {
        float: none;
    }
}

.top-bar button:hover {
    opacity: .8;
    border: none !important;
    box-shadow: none;
}
.top-bar button span{
    padding:7px 0 !important;
}
.top-bar button.cta, 
.top-bar button.cta:hover {
    margin: 0 0 0 40px;
    padding:0;
    border:none;
    color: #fff;
    background-color: #171717;
    box-shadow:none;
}

@media (max-width: 700px) {
    .top-bar button.cta {
        margin: 0 10px;
    }
}

.top-bar button.cta:before {
    content: "";
    background-color: rgba(255,255,255,0.15);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    vertical-align: middle;
    margin: 0 8px 0 0
}
.top-bar button.cta.contact:before {
    background-image: url(../png/contact_us.png);
}
.top-bar button.cta.terms:before {
    background-image: url(../png/terms_conditions.png);
}
.top-bar .welcome {
    font-family: "proxima-nova",helvetica,arial,sans-serif !important;
    margin-left: 0px !important;
    max-width: 40%;
    text-align: left;
    color: #fff !important;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2.275rem !important;
}

.t-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.t-container {
    max-width: 1480px;
}
.header {
    background: #002f8e;
    padding: 30px 0;
    z-index: 1001;
    height: 112px;
    position: fixed !important;
    top: 46px;
    width: 100%;
}
/*template*/
    .header .t-container-fluid {
        max-width: 100%;
    }
.header .RadButton {
    font-size: 1em;
}
    .header .RadMenu_Bootstrap {
        font-family: "proxima-nova",helvetica,arial,sans-serif;
    }
.header .RadMenu,
div.RadMenuPopup,
.header .RadMenu_Default,
.header .RadMenu_Default a.rmLink {
    font-size: 1em;
}
.header .logo {
    display: block;
    cursor:pointer;
}
@media (max-width: 700px) {
    .header .logo {
        width: 150px;
    }
}
.header .logo:hover {
    opacity: 0.8;
}
.header .logo img {
    display: block;
    max-width: 100%;
    height: auto;
}
.header .searchBox {
    margin: 7px 0 0 12px;
    width: calc(100% - 750px);
    font-family: "proxima-nova",helvetica,arial,sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}
/* CART */
.nav {
    margin: 4px 4px 4px 20px;
}
.nav button {
    color: #fff;
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    font-family: "proxima-nova",helvetica,arial,sans-serif;
    border-color: transparent;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
@media (max-width: 700px) {
    .nav button {
        float: none;
    }
}
.nav button:hover {
    color: #fff;
}
.nav button span {
    font-family: "proxima-nova",helvetica,arial,sans-serif;
    line-height: 1.4em;
    color: #fff;
    font-weight: 500;
    font-size: 1.275rem;
    padding: 5px 0 0;
}
.nav button.cart {
    color: #fff;
    background-color: #002f8e;
    width: 130px;
    height: 44px;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    border: none;
    border-bottom: 4px solid transparent;
}
    .nav button.cart:before {
        content: "";
        background-color: #002f8e;
        background-position: top left;
        background-repeat: no-repeat;
        display: inline-block;
        width: 60px;
        height: 40px;
        vertical-align: middle;
        border-radius: 0px;
    }
.nav .cartlabel {
    position: absolute !important;
    z-index: 1002 !important;
    color: #f7d54e !important;
    text-align: center !important;
    background-color: transparent !important;
    font-family: "proxima-nova",helvetica,arial,sans-serif !important;
    line-height: 1.4em !important;
    font-weight: 500 !important;
    font-size: 1.0rem !important;
    margin: 0 0 0 36px !important;
    width: 28px !important;
    padding: 0px !important;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.nav button.cart:hover {
    color: #fff;
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 4px solid #f7d54e;
    box-shadow: none;
    padding: 0 !important;
}
@media (max-width: 700px) {
    .nav button.cart {
        margin: 0 10px;
    }
}

/* CART */
.nav button.cart:before {
    background-image: url(../png/cart.png);
}
/* SIGN IN*/
.nav button.signin {
    color: #fff !important;
    background-color: #002f8e !important;
    width: 150px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 4px solid transparent !important;
}
    .nav button.signin:before {
        content: "";
        background-color: #002f8e !important;
        background-position: top left !important;
        background-repeat: no-repeat !important;
        display: inline-block !important;
        width: 45px !important;
        height: 42px !important;
        vertical-align: middle !important;
        border-radius: 0px !important;
        background-image: url(../png/sign_in_2.png) !important;
        margin-top: -2px;
    }
    .nav button.signin:hover {
        color: #fff !important;
        background-color: transparent !important;
        border-radius: 0px !important;
        border-bottom: 4px solid #f7d54e !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

/* PROFILE */
.nav button.profile {
    color: #fff !important;
    background-color: #002f8e !important;
    width: 150px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 4px solid transparent !important;
}

    .nav button.profile:before {
        content: "";
        background-color: #002f8e !important;
        background-position: top left !important;
        background-repeat: no-repeat !important;
        display: inline-block !important;
        width: 45px !important;
        height: 42px !important;
        vertical-align: middle !important;
        border-radius: 0px !important;
        background-image: url(../png/profile_2.png) !important;
        margin-top: -2px;
    }

    .nav button.profile:hover {
        color: #fff !important;
        background-color: transparent !important;
        border-radius: 0px !important;
        border-bottom: 4px solid #f7d54e !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

@media (max-width: 700px) {
    .nav button.profile {
        margin: 0 10px !important;
    }
}
.nav .
{
    width: 130px !important;
    height: 44px !important;
    text-align: left !important;
    display: inline-block !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    color: #fff !important;
    font-family: "proxima-nova",helvetica,arial,sans-serif !important;
    line-height: 1.4em !important;
    font-weight: 500 !important;
    font-size: 1.275rem !important;
}
    .nav .account:before {
        content: "";
        background-color: #002f8e !important;
        background-position: top left !important;
        background-repeat: no-repeat !important;
        display: inline-block !important;
        width: 45px !important;
        height: 42px !important;
        vertical-align: middle !important;
        border-radius: 0px !important;
        background-image: url(../png/profile_2.png) !important;
        margin-top: -2px;
    }
    .nav .account::after {
        content: "\25BC";
    }
        .nav .account .rcbInput {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        height: 1.42857143em !important;
        border: 0 !important;
        box-shadow: none !important;
        outline: 0 !important;
        color: inherit !important;
        background: 0 !important;
        font: inherit !important;
        display: inline-block !important;
        -webkit-appearance: none !important;
        overflow: hidden !important;
        -o-text-overflow: ellipsis !important;
        -ms-text-overflow: ellipsis !important;
        text-overflow: ellipsis !important;
    }
    .nav .account .rcbInner {
        padding: 4px 2em 4px 0px !important;
        border: none !important;
        background-repeat: repeat-x !important;
        background-position: 0 0 !important;
        display: inline-block !important;
        position: relative !important;
    }
    .nav .account .rcbActionButton {
        display:none !important;
    }
.nav .account .rcbReadOnly {
    border-color: #002f8e !important;
    color: #fff !important;
    background-color: #002f8e !important;
    box-shadow: none !important;
}
    .nav .account:hover {
        color: #fff !important;
        background-color: transparent !important;
        border-radius: 0px !important;
        border-bottom: 4px solid #f7d54e !important;
        box-shadow: none !important;
        padding: 0 !important;
    }



.menu-bar {
    background: #e5e5e5;
    padding: 5px 0;
    -webkit-box-shadow: 0 9px 40px rgba(48,76,127,0.5);
    box-shadow: 0 9px 40px rgba(48,76,127,0.5);
    z-index: 1001;
    height: 46px;
    position: fixed !important;
    top: 156px;
    width: 100%;
}
    .menu-bar button {
        display: inline-block;
        font-family: "proxima-nova",helvetica,arial,sans-serif;
        border-color: transparent;
        text-decoration: none;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }
    .menu-bar button.menu-item {
        display: block;
        font-family: "proxima-nova",helvetica,arial,sans-serif;
        line-height: 1.4em;
        color: #002f8e;
        font-size: 1.275rem;
        padding: 5px 40px;
        border: none;
        border-color: transparent;
        background-color: transparent;
    }
        .menu-bar button.menu-item:hover {
            color: #002f8e;
            background-color: transparent;
            border-bottom: 2px solid #002f8e;
            box-shadow: none;
            border-radius:0px;
        }
    .menu-bar button.menu-item-first {
        display: block;
        font-family: "proxima-nova",helvetica,arial,sans-serif;
        line-height: 1.4em;
        color: #002f8e;
        font-size: 1.275rem;
        padding: 5px 40px;
        border: none;
        border-color: transparent;
        background-color: transparent;
    }
        .menu-bar button.menu-item-first:before {
            background-image: url(../png/three-line-menu-icon-8.png);
        }
        .menu-bar button.menu-item-first:hover {
            color: #002f8e;
            background-color: transparent;
            border-bottom: 2px solid #002f8e;
            box-shadow: none;
            border-radius: 0px;
        }



.main-content {
    background: #fff;
    padding: 0;
    z-index: 1000;
    height: 100%;
    margin-top:202px;
    position:relative;
}

@media (max-width: 700px) {
    .menu-bar {
        position: relative
    }
    .main-content {
        position: relative
    }
}
.menu-bar a {
    color: #002f8e;
    font-size: 1rem;
    /*text-transform: uppercase;*/
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding-top: 4px;
}
@media (max-width: 700px) {
    .menu-bar a {
        float: none
    }
}
.menu-bar a:hover {
    opacity: .8
}
.category-menu-item {
    margin: 0 0 0 40px;
}
.image-section {
    background: #fff;
    padding: 0;
    z-index: 1000;
    width: 100%;
    height: 580px;
}

.container {
    width: 90%;
    max-width: 1225px;
    margin: 0 auto;
}
.no-padding{
    padding:0px !important;
}
.hero {
    background-size: cover;
    background-position: center center;
    height: 580px;
    position: relative;
    color: #fff;
}
    .hero::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 200;
        -webkit-box-shadow: inset 0 -200px 200px rgba(48,76,127,0.75);
        box-shadow: inset 0 -200px 200px rgba(48,76,127,0.75);
    }
    .hero::after {
        content: url(../png/hero-triangles.png);
        display: block;
        position: absolute;
        bottom: -10px;
        left: 0;
    }
    .hero .container {
        position: absolute;
        bottom: 55px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 500;
    }
        .hero .container .h1 {
            width: 100%;
            display: inline-block;
            vertical-align: middle;
            color: #fff;
            text-align: center;
        }
        .hero .container h3 {
            color: #ffcc00;
            font-size: 1.75rem;
            margin: 0 0 15px;
            text-align: center;
        }

.notes {
    position: relative;
    background-color: #e5e5e5;
    color: #000;
    padding: 40px 0 40px 0;
    text-align: center;
    font-size: 1.275rem;
}

.jumbotron {
    padding: 1.875em;
    padding-top: 1em;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #f7d54e;
    color: #171717;
}
    .jumbotron .RadButton {
        float: right;
        margin-top: .667em;
        font-size: .5em;
    }

.breadcrumbs .RadBreadcrumb_Bootstrap .k-breadcrumb-link {
    color: #000 !important;
    transition: background-color .2s ease !important;
}
.menuicon-nav {
    width: 18px;
    padding: 8px 0;
    position: relative;
    display: inline-block;
    color: #002F8E;
}

    .menuicon-nav:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        border-top: 2px solid #002F8E;
        border-bottom: 2px solid #002F8E;
        top: 2px;
    }

    .menuicon-nav:after {
        content: '';
        position: absolute;
        top: 9px;
        left: 0px;
        height: 2px;
        width: 100%;
        background: #002F8E;
    }

.content .RadMenu_Bootstrap .rmRootGroup {
    margin-left: 15px;
    border-color: #FFF !important;
    color: #FFF !important;
    background-color: #FFF !important;
}
    .content .RadMenu_Bootstrap .rmRootGroup .rmRootLink {
        padding: 10px !important;
        color: #000 !important;
        color: #FFF !important;
        background-color: #002f8e !important;
        border: 2px solid #002f8e !important;
        border-radius: 10px !important;
        text-decoration: none;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
    }
        .content .RadMenu_Bootstrap .rmRootGroup .rmRootLink:hover {
            padding: 10px !important;
            color: #000 !important;
            background-color: #f7d54e !important;
            border: 2px solid #f7d54e !important;
        }

    .content .RadMenu_Bootstrap .rmRootGroup.rmVertical > .rmItem.rmSeparator, .RadMenu_Bootstrap .rmRootGroup.rmVertical > .rmRootScrollGroup > .rmItem.rmSeparator {
        margin: 2px 0 !important;
        height: 1px !important;
        border-width: 0 !important;
        overflow: hidden !important;
        background-color: #fff !important;
    }
.content .RadMenu .rmRootGroup .rmImage, .RadMenu .rmRootGroup .rmLeftImage {
    margin: 0 .4em 0 0 !important;
}
.content .contentwrapper {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: 0px;
}
    #wrapper .content .contentwrapper .maincontent {
        padding-left: 0px;
        padding-right: 15px;
    }

.button1 {
    display: inline-block;
    padding: 0.2em 1.45em;
    margin: 0.1em;
    border: 0.15em solid #CCCCCC;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 400;
    color: #000000;
    background-color: #CCCCCC;
    text-align: center;
    position: relative;
}

    .button1:hover {
        border-color: #7a7a7a;
    }

    .button1:active {
        background-color: #999999;
    }

@media all and (max-width:30em) {
     a.button8 {
        display: block;
        margin: 0.2em auto;
    }
} 

/*---TELERIK OVERRIDES---*/
.t-container {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    .t-container, .t-container .t-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.t-container, .t-container-inner, .t-region, .t-row, .t-col, .t-col-inner {
    /* *zoom: 1; */
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    position: relative;
}
/* CARDS-PRODUCTS*/
.k-card-deck-scrollwrap {
    padding-left: 16px !important;
    padding-bottom: 3px !important;
    padding-right: 16px !important;
    width: 1190px !important;
    box-sizing: content-box !important;
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 0 auto !important;
    text-align: center;
}
    .k-card-deck-scrollwrap .k-card-group {
        flex: 1 1 auto !important;
        /* hide scrollbar */
        margin-bottom: -20px !important;
        padding-bottom: 20px !important;
    }

.k-card-deck, .k-card-group {
    box-sizing: border-box !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding: 16px 16px 16px !important;
    overflow-y: hidden !important;
    overflow-x: auto !important;
}

.container-type-list .k-button-scroll {
    display: none !important;
}

/* CORPORATE LOGIN */
.login, .category {
    background-size: cover;
    background-position: center center;
    height: 580px;
    position: relative;
    color: #fff;
}

/*    .login::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 200;
        -webkit-box-shadow: inset 0 -200px 200px rgba(48,76,127,0.75);
        box-shadow: inset 0 -200px 200px rgba(48,76,127,0.75);
    }

    .login::after {
        content: url(../images/hero-triangles.png);
        display: block;
        position: absolute;
        bottom: -10px;
        left: 0;
    }
*/
.login .container,
.category.container {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 500;
}

    .login .container .h1,
    .category .container .h1 {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        color: #000;
        text-align: center;
    }

    .login .container h3,
    .category .container h3 {
        color: #ff9933;
        font-size: 1.75rem;
        margin: 0 0 15px;
        text-align: center;
    }
.categoryimage {
    border: 4px solid transparent !important;
    width: 100% !important;
    height: auto !important;
    background-color: #fff !important;
}
    .categoryimage:hover {
        border: 4px solid transparent !important;
    }
.categoryimage img {
    max-width: 1024px;
    max-height: auto;
}

.logincontainer {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.loginwrap {
    min-width: 320px;
    /* width: 100%; */
    display: grid;
    position: relative;
    padding: 15px;
    margin: 30px auto;
    border: solid 1px #707070;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 5px 0px rgba(150,150,150,1);
}
.logininputwrap {
    width: 500px;
    text-align: center;
    margin: auto;
}
.loginflex {
    width: 500px;
    text-align: center;
    margin: auto;
}
.rbforgot {
    background: transparent;
    border: none;
    color: #000;
}
    .rbforgot:hover {
        background-color: transparent;
        border-bottom: 4px solid #f7d54e;
        box-shadow: none;
        border-radius: 0px;
    }

.captchawrap {
    width: 100%;
    position: relative;
    margin: 10px auto;
    padding-bottom: 50px;
    text-align: center;
}
.captchamessage {
    font-family: "proxima-nova",helvetica,arial,sans-serif;
    font-size: 1.75rem;
    line-height: 1.1em;
    color: #000;
    font-weight: 700;
    letter-spacing: -1px;
    /*text-transform: uppercase;*/
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 30px;
}
.captchalabel {
    text-align: center;
}
.whichcaptcha {
    background-color: transparent;
    border-bottom: 4px solid #f7d54e;
    box-shadow: none;
    border-radius: 0px;
}
.loginerrormessage {
    font-size: 14px;
    color: #e54916;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 15px;
}
.loginclock {
    font-family: "proxima-nova",helvetica,arial,sans-serif;
    font-size: 1.25rem;
    line-height: 1.1em;
    color: #000;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}
.glowbox {
    width: 100%;
    font-size: 1.1em;
    font-weight: normal;
    padding: 10px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}
.page-title {
    position: relative;
}
    .page-title .container {
        width: 100%;
        vertical-align: middle;
        text-align: center;

    }

    .page-title .container .h1 {
        padding-top:50px;
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }

    .page-title .container h3 {
        color: #ffcc00;
        font-size: 1.75rem;
        margin: 0 0 15px;
        text-align: center;
    }
/* RAD LABEL */
.RadLabel_Bootstrap {
    color: inherit !important; 
    font-family:inherit !important; 
}
.RadLabel {
    display:inherit !important;
    line-height: inherit !important;
    padding-right: inherit !important;
}
/* RAD WINDOW POPUP */
.RadWindow_Bootstrap {
    border-color: #002f8e !important;
    color: #000 !important;
    background-color: #fff !important;
    padding: 0 !important;
    border-radius: 15px !important;
    font-family: "proxima-nova",helvetica,arial,sans-serif !important;
    font-size: 1.25rem !important;
    -webkit-box-shadow: 0 9px 40px rgba(48,76,127,0.5) !important;
    box-shadow: 0 9px 40px rgba(48,76,127,0.5) !important;
}
.RadWindow {
    padding: 0 !important;
    border-width: 0px !important;
    border-style: solid !important;
    line-height: 1.1em !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
    -webkit-box-shadow: 0 9px 40px rgba(48,76,127,0.5) !important;
    box-shadow: 0 9px 40px rgba(48,76,127,0.5) !important;
}
/*.RadWindow_Bootstrap .rwTitleBar {
    border-color: #002f8e !important;
    color: #fff !important;
    background-color: #002f8e !important;
    margin: 0 !important;
    border-radius: 15px 15px 0 0 !important;
}
*/.RadWindow .rwTitleBar, .RadWindow .rwTitleBar * {
    box-sizing: content-box !important;
}
/*.RadWindow .rwTitleBar {
    margin: 0 !important;
    background-position: 0 0 !important;
    background-repeat: repeat-x !important;
    position: relative !important;
}
*/
   /* .rwTitleBar {
    background-color: #fff !important;

    background-color: #002f8e !important;
    border-color: #002f8e !important;
}*/
    .success {
        background-color: #009900 !important;
        border-color: #009900 !important;
    }
    .error {
        background-color: #990000 !important;
        border-color: #990000 !important;
    }
    .warning {
        background-color: #ff9933 !important;
        border-color: #ff9933 !important;
    }
    .info {
        background-color: #00ccff !important;
        border-color: #00ccff !important;
    }
.RadWindow_Bootstrap .rwTitleWrapper {
    padding: 10px !important;
}
.RadWindow .rwTitleWrapper {
    padding: 4px 5px !important;
    line-height: 1.42857143em !important;
    height: 1.42857143em !important;
}
.RadWindow .rwTitleBar, .RadWindow .rwTitleBar * {
    box-sizing: content-box !important;
}
.RadWindow .rwIcon {
    margin: -.5em 0 0 0;
    width: 1em;
    height: 1em;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: .64285714em;
}
.RadWindow .rwTitle {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border-width: 0 !important;
    color: inherit !important;
    font: inherit !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
    display: inline-block !important;
    overflow: hidden !important;
    text-align:center !important;
}
.RadWindow_Bootstrap .rwCommands {
    margin-top: -15px !important;
}
.RadWindow .rwCommands {
    margin: -11px 0 0 !important;
    padding: 0 !important;
    width: auto !important;
    list-style: none !important;
    position: absolute !important;
    top: 50% !important;
    right: 5px !important;
}
.RadWindow .rwListItem {
    margin: 0 0 0 5px !important;
    display: inline-block !important;
}
.RadWindow div.rwExternalContent {
    position: relative !important;
    padding: 0 !important;
    overflow: inherit !important;
}
.RadWindow .rwDialog {
    margin: auto 0 !important;
    padding: 0 !important;
    background-repeat: no-repeat !important;
    background-position: 30px center !important;
}
.RadWindow .rwDialogContent {
    min-height: 250px !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding: 0 !important;
}
.RadWindow_Bootstrap .rwContent {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
}
.RadWindow .rwContent {
    padding: 5px 10px !important;
    border-width: 1px !important;
    border-style: solid !important;
    overflow: auto !important;
    box-sizing: border-box !important;
    border-radius: 0 0 15px 15px !important;
}
.rwContent {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #002f8e !important;
}
.RadWindow_Bootstrap .rwStatusBar {
    padding: 10px 15px !important;
    border-width: 0 !important;
    border-radius: 0 0 15px 15px !important;
}
.RadWindow .rwDialogButtons {
    display: none !important;
    padding: 10px;
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.RadWindow .rwStatusBar {
    display: none !important;
    padding: 0 10px !important;
    border-width: 0 1px 1px !important;
    border-style: solid !important;
    border-color: inherit !important;
    position: relative !important;
}
.RadWindow_Bootstrap .rwCommandButton {
    padding: 6px !important;
}
.RadWindow .rwCommandButton {
    padding: 2px !important;
    border: 1px solid transparent !important;
    border-radius: 2px !important;
    line-height: 1 !important;
    display: inline-block !important;
    text-decoration: none !important;
    vertical-align: top !important;
}
.RadWindow .rwCloseButton::before {
    content: "\e11b" !important;
}
.RadWindow .rwCloseButton:hover {
    background-color:#ff0000 !important;
}
.RadWindow .rwCommandButton::before {
    content: "";
    margin: auto !important;
    padding: 0 !important;
    display: inline-block !important;
    font: 20px/1 "WebComponentsIcons" !important;
    text-align: center !important;
    vertical-align: top !important;
}
/* RAD MENU */
.productList {
    min-height: 500px;
    height: 922px;
    overflow: auto;
}
.RadMenu {
    line-height: 1.42857143 !important;
    white-space: nowrap !important;
    cursor: default !important;
    position: relative !important;
    z-index: 7000 !important;
    text-align: left !important;
    outline: 0 !important;
}
.RadMenu_Bootstrap {
    font-family: "proxima-nova",helvetica,arial,sans-serif !important;
}
    .RadMenu_Bootstrap .rmRootGroup {
        border-color: #fff !important;
        color: #333 !important;
        background-color: #fff !important;
        border-radius: 4px !important;
    }
.RadMenu .rmGroup, .RadMenu .rmRootGroup, .RadMenu .rmMultiColumn, .RadMenu .rmPopup {
    box-sizing: content-box !important;
    border-width: 1px !important;
    border-style: solid !important;
    background-position: 0 0 !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}
.RadMenu .rmGroup, .RadMenu .rmRootGroup, .RadMenu .rmMultiColumn, .RadMenu .rmPopup, .RadMenu .rmVertical, .RadMenu .rmHorizontal, .RadMenu .rmRootScrollGroup {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.RadMenu_Bootstrap .rmRootGroup.rmVertical > .rmItem, .RadMenu_Bootstrap .rmRootGroup.rmVertical > .rmRootScrollGroup > .rmItem {
    float: none !important;
}
.RadMenu_Bootstrap .rmRootGroup > .rmItem, .RadMenu_Bootstrap .rmRootGroup > .rmRootScrollGroup > .rmItem {
    border-color: transparent !important;
}
.RadMenu .rmItem {
    color: inherit !important;
    display: block !important;
    position: relative !important;
}
.RadMenu .rmRootGroup.rmVertical .rmRootLink {
    padding-right:10px !important;
    border-bottom: 1px solid #ccc;
}
.RadMenu_Bootstrap .rmVertical .rmRootLink {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.RadMenu_Bootstrap .rmRootGroup .rmRootLink {
    padding: 10px !important;
    color: #333 !important;
}
.RadMenu .rmLink {
    outline: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    box-sizing: content-box !important;
}
.RadMenu::after, .RadMenu ul::after, .RadMenu li::after, .RadMenu div::after {
    content: "" !important;
    height: 0 !important;
    clear: both !important;
    display: block !important;
}
/* PRODUCT PAGE */
.addtocart {
    background: #f7d54e !important;
    font-size: 1.125rem !important;
    font-family: "proxima-nova",helvetica,arial,sans-serif !important;
    color: #000 !important;
    text-transform: none !important;
    font-weight: 700 !important;
    width: 310px !important;
    margin: 0 0 20px !important;
    display: inline-block !important;
    text-align: center !important;
    padding: 18px 0 !important;
    max-width: 100% !important;
    min-width: 150px !important;
    border-radius: 3px !important;
}
.checkuotYellow {
    background: #f7d54e !important;
    font-size: 1.125rem !important;
    font-family: "proxima-nova",helvetica,arial,sans-serif !important;
    color: #000 !important;
    text-transform: none !important;
    font-weight: 700 !important;
    width: 310px !important;
    margin: 0 0 20px !important;
    display: inline-block !important;
    text-align: center !important;
    padding: 18px 0 !important;
    max-width: 100% !important;
    min-width: 150px !important;
    border-radius: 3px !important;
}
.checkuotBlue {
    background: #002f8e !important;
    font-size: 1.125rem !important;
    font-family: "proxima-nova",helvetica,arial,sans-serif !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    width: 310px !important;
    margin: 0 0 20px !important;
    display: inline-block !important;
    text-align: center !important;
    padding: 18px 0 !important;
    max-width: 100% !important;
    min-width: 150px !important;
    border-radius: 3px !important;
}

.learnmore {
    background: #002f8e !important;
    vertical-align: middle !important;
    color: #fff !important;
    margin: 15px 0 0 25px !important;
    font-size: 1.325rem !important;
    font-family: "alternate-gothic-no-2-d",verdana,tahoma,sans-serif !important;
    font-weight: 700 !important;
    width: 310px !important;
    display: inline-block !important;
    text-align: center !important;
    padding: 18px 0 !important;
    max-width: 100% !important;
    min-width: 150px !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
.productimage {
    width: 640px;
    border: 4px solid transparent !important;
}
.productprop {
    width: calc(100% - 650px);
    padding-top: 24px;
}
.captchaimage {
    width: 160px;
    height: 160px;
    background-size: contain;
}
/* Extra small devices (mobile phone (viewed in portrait)) */
@media only screen and (max-width: 360px) {
    .captchaimage {
        width: 50px;
        height: 50px;
    }

    h1, .h1 {
        font-size: 1.5rem !important;
        letter-spacing: -1px !important;
        line-height: 1.5rem !important;
    }

    h3, .h3 {
        font-size: 0.7rem !important;
    }

    .loginwrap {
        margin: 10px auto;
    }

    .captchamessage {
        font-size: 1.5rem !important;
        line-height: 1.1em !important;
    }

    .categoryimage .rtileContent .rtileIconImage {
        max-width: 240px !important;
        max-height: auto !important;
    }
    .productprop {
        width: 100%;
        position: relative;
        clear: both;
    }

    .header .logo img {
        padding-left: 25px;
    }

    .cartlabel {
        width: 100px;
    }
    .nav button.signin {
        margin: 0 10px !important;
    }
    body {
        font-size: 0.6rem;
    }
}
/* Small devices (mobile phone (viewed in landscape) / tablet (viewed in portrait)) */
@media only screen and (min-width: 361px) and (max-width: 768px) {
    .captchaimage {
        width: 90px;
        height: 90px;
    }
    .main h2.h1 {
        margin: 1em 0 .5em !important;
    }
    h1, .h1 {
        font-size: 1.8rem !important;
        letter-spacing: -1px !important;
        line-height: 1.5rem !important;
    }

    h3, .h3 {
        font-size: 1.0rem !important;
    }

    .loginwrap {
        margin: 10px auto;
    }

    .captchamessage {
        font-size: 1.5rem !important;
        line-height: 1.1em !important;
    }

    .categoryimage .rtileContent .rtileIconImage {
        max-width: 320px !important;
        max-height: auto !important;
    }
   .productprop {
        width: 100%;
        position: relative;
        clear: both;
    }

    .header .logo img {
        padding-left: 25px;
    }

    .cartlabel {
        width: 100px;
    }
    .nav button.signin {
        margin: 0 10px !important;
    }
    body {
        font-size: 0.8rem;
    }

}
/* Medium devices (tablet (viewed in landscape)) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .captchaimage {
        width: 120px;
        height: 120px;
    }
    .main h2.h1 {
        margin: 1em 0 .5em !important;
    }
    h1, .h1 {
        font-size: 2.0rem !important;
        letter-spacing: -1px !important;
        line-height: 1.5rem !important;
    }

    h3, .h3 {
        font-size: 1.0rem !important;
    }

    .loginwrap {
        margin: 10px auto;
    }

    .captchamessage {
        font-size: 1.5rem;
        line-height: 1.1em;
    }

    .categoryimage .rtileContent .rtileIconImage {
        max-width: 640px !important;
        max-height: auto !important;
    }
    .productprop {
        width: 100%;
        position: relative;
        clear: both;
    }
    .header .logo img {
        padding-left: 25px;
    }

    .cartlabel {
        width: 100px;
    }
}
/* Large devices (laptop) */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .productimage {
        width: 100%;
    }
    .header .logo img {
        padding-left: 25px;
    }

    .cartlabel {
        width: 100px;
    }
}
/* Extra large devices (desktop) */
@media only screen and (min-width: 1281px) {
/*    .rtileIconImage {
        width: 100px !important;
        height: 100px !important;
    }
*/    .header .logo img {
        padding-left: 25px;
    }

    .cartlabel {
        width: 100px;
    }

}

    .platformcontainer {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 4px solid transparent !important;
    }

    .cartlabel {
        width: 300px;
        text-align: left;
        float: inherit;
        font-weight: 800;
    }
/*
    .platformimage {
        width: 100px;
        height: 100px;
        margin-right: 20px !important;
        border: 4px solid transparent !important;
        display: block ruby;
    }
    .rtileIconImage {
        width: 100px;
        height: 100px;
    }
*/    .productcode {
        font-size: 1rem;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        font-family: "proxima-nova",helvetica,arial,sans-serif !important;
        font-size: 1rem;
        line-height: 1.875rem;
        color: #000;
    }

    .quantityfield {
        font-size: 1.125rem !important;
        font-family: "proxima-nova",helvetica,arial,sans-serif !important;
    }
    /* TOOLBAR */
    .toolbarmenu {
        width: 100% !important;
        text-align: center !important;
        border-color: transparent !important;
        color: #002f8e !important;
        background-color: transparent !important;
        padding: 0px !important;
        font-family: "proxima-nova",helvetica,arial,sans-serif !important;
        font-size: 1.125rem !important;
        line-height: 20px !important;
    }

    .toolbarmenu-button {
        border-color: transparent !important;
        color: #002f8e !important;
        background-color: transparent !important;
        padding: 6px 12px;
        border-radius: 4px;
        cursor: pointer;
    }

    .RadNotification .rnContent {
        display: inline-block;
        min-height: 2.85714286em;
        padding: 18px 15px 15px 70px !important;
    }

    .RadGrid {
        border-width: 1px !important;
        border-style: solid !important;
        line-height: 1.42857143 !important;
    }

    .RadGrid_Bootstrap {
        border-color: #fff !important;
        color: #000 !important;
        background-color: #fff !important;
        border-radius: 4px !important;
        font-family: "proxima-nova",helvetica,arial,sans-serif !important;
    }

        .RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap th.rgResizeCol, .RadGrid_Bootstrap .rgHeaderWrapper, .RadGrid_Bootstrap .rgMultiHeaderRow th.rgHeader, .RadGrid_Bootstrap .rgMultiHeaderRow th.rgResizeCol {
            border: 0 !important;
            border-bottom: 1px solid #fff !important;
            border-left: 1px solid #fff !important;
        }

        .RadGrid_Bootstrap .rgRow > td, .RadGrid_Bootstrap .rgAltRow > td, .RadGrid_Bootstrap .rgFooter > td {
            border-color: #fff !important;
        }

    .btnaddaddresslines,
    .btnaddaddresslines:hover {
        border-color: #5ec279 !important;
        color: #5ec279 !important;
        background-color: #5ec279 !important;
        border-radius: 5px !important;
    }

    .btnremoveaddresslines,
    .btnremoveaddresslines:hover {
        border-color: #f70620 !important;
        color: #f70620 !important;
        background-color: #f70620 !important;
        border-radius: 5px !important;
    }

    .btnremovecartitem,
    .btnremovecartitem:hover {
        border-color: #f70620 !important;
        color: #f70620 !important;
        background-color: #f70620 !important;
        margin-top: -6px !important;
        border-radius: 5px !important;
    }

    .checkoutNumberContainer {
        display: table;
        width: 100%;
    }

    .checkoutSequenceLabelContainer {
        display: table;
        width: 100%;
        padding: 0 40px 0 0;
    }

    .checkoutSequenceLabelContainerShipping {
        display: table;
        width: 100%;
        padding: 0;
    }

    .numberCircleEmpty {
        display: table-cell;
        text-align: center;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        padding: 1px;
        background: #fff;
        border: 2px solid #666;
        color: #666;
        text-align: center;
        font-family: "proxima-nova",helvetica,arial,sans-serif !important;
        font-size: 26px;
    }

    .numberCircleFilled {
        display: table-cell;
        text-align: center;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        padding: 1px;
        background: #666;
        border: 2px solid #666;
        color: #fff;
        text-align: center;
        font-family: "proxima-nova",helvetica,arial,sans-serif !important;
        font-size: 26px;
    }

    .line {
        display: table-cell;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }

    .checkoutStepLabel {
        display: table-cell;
        text-align: center;
    }

    .formContainer {
        display: table;
        width: 100%;
        padding: 10px;
    }

    .profileFormContainer {
        display: table;
        width: 100%;
        padding: 10px;
    }

    .formElement {
        display: table-cell;
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
    }

    .RadInput .riUp::before {
        content: "\e004";
        vertical-align: top;
        margin-left: -4px !important;
    }

    .RadInput .riDown::before {
        content: "\e006";
        vertical-align: top;
        margin-left: -4px !important;
    }

    .RadCard_Bootstrap.k-card .k-card-actions {
        border-color: #fff !important;
    }

    .actionbutton {
        font-size: 14px !important;
        font-family: "proxima-nova",helvetica,arial,sans-serif !important;
    }
    .RadImageGallery {
        background-color: black;
        text-align: left;
        line-height: 1.42857143;
        overflow: hidden;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
    }
    .RadImageGallery_Bootstrap {
        color: #333;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .RadImageGallery .rigPrevButton, .RadImageGallery .rigNextButton, .RadImageGallery .rigScrollPrevButton, .RadImageGallery .rigScrollNextButton {
        font-size: 64px !important;
        line-height: 1 !important;
        color: #fdd535 !important;
    }

    .RadImageGallery .rigPrevButton, .RadImageGallery .rigNextButton, .RadImageGallery .rigScrollPrevButton, .RadImageGallery .rigScrollNextButton {
        font-size: 64px !important;
        line-height: 1 !important;
        color: #fdd535 !important;
    }

    .RadImageGallery .rigToolsWrapper {
        position: absolute !important;
        z-index: 10 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        display: none !important;
    }

    .RadImageGallery .rigActiveImage {
        display: inline-block !important;
        width: 100% !important;
        /*height: 100% !important;*/
        position: relative !important;
        overflow: hidden !important;
        background-color: #fff !important;
    }

    .lrspacing {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .validator {
        color: #AC2F2F;
        font-size: 48px;
        vertical-align: bottom;
    }

    .radpanelbar {
        margin: 10px;
        padding: 10px;
    }

    .menubox {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 5px;
    }