@charset "utf-8";
/* Global CSS for tmt project */
@import url("../font/campton/campton.css");
@import url("../font/ionicons.min.css");
@import url("owl/owl.carousel.min.css");
@import url("../js/mmenu/mmenu.css");

* {
    box-sizing: border-box;
    outline: none !important
}

body, html {
    min-height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Campton', arial;
    font-size: 14px;
    font-weight: 400;
    color: #4E4E4E
}

a {
    text-decoration: none;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.clear {
    clear: both
}

.hidden {
    display: none
}

.padTop {
    padding-top: 10px
}

img {
    max-width: 100%;
    height: auto;
}

.hidden {
    display: none !important;
}

img.shadow {
    box-shadow: 4px 0 26px 0 #8fa4b5;
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

h2 {
    color: #203391;
}

#header {
    position: fixed;
    z-index: 107;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #F6F6F6;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}

#footer {
    background-image: url("../img/bg-dotted.svg");
    background-size: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    -webkit-box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.2);
}

#footer.cookie {
    margin-bottom: 64px
}

#footerMenu {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 32px;
}

#footerMenu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none
}

#footerMenu li a {
    color: rgba(255, 255, 255, .5);
    font-weight: 700;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 32px;
    border-left: solid 1px rgba(255, 255, 255, .1);
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#footerMenu li:first-child a {
    border-left: none;
    padding-left: 0
}

#footerMenu li a:hover {
    color: #fff;
    text-decoration: none;
}

#givePad {
    height: 125px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

#page {
    padding-top: 125px
}

#givePad.mini {
    height: 65px;
}

#mainLogo {
    background-image: url(../images/logo_asia.svg);
    text-indent: -4000px;
    height: 65px;
    width: 130px;
    display: block;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

#headerTopRight {
    float: right;
}

#shoppingCart {
    float: right;
    display: block;
    background-image: url(../img/shoppingCartSmall.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    margin-left: 10px;
    line-height: 36px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

#shoppingCart span {
    color: rgba(253, 204, 0, .5);
}

.changeLanguage, .changeCurrency {
    display: block;
    float: right;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    line-height: 26px;
    height: 36px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase !important;
    background-color: rgba(255, 255, 255, .20);
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.changeLanguage span, .changeCurrency span {
    display: inline-block;
    padding-right: 20px;
    background-image: url(../img/chevron-down.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.changeCurrency {
    margin-right: 5px !important
}

#openMobileMenu {
    display: none;
    float: right;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    line-height: 26px;
    height: 36px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase !important;
    background-color: rgba(255, 255, 255, .20);
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

#mobileCart {
    display: none;
    float: right;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    line-height: 26px;
    height: 36px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    text-transform: uppercase !important;
    background-color: rgba(255, 255, 255, .20);
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

#mobileCart span {
    color: #fbcb00
}

.changeLanguage.sm {
    font-size: 13px;
    line-height: 20px;
    height: 30px;
    float: left;
}

#footerCorpMenu {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none
}

#footerCorpMenu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none
}

#footerCorpMenu li a {
    display: inline-block;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    color: rgba(253, 204, 0, .5);
    border-left: solid 1px rgba(255, 255, 255, .1);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    font-size: 13px
}

#footerCorpMenu li:first-child a {
    border-left: none;
    padding-left: 0 !important
}

#footerCorpMenu li a:hover {
    color: rgba(253, 204, 0, 1);
}

#footerCopyright {
    color: rgba(255, 255, 255, .5);
    padding-top: 10px;
    font-size: 12px;
}

#footerCopyright a {
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

#footerCopyright a:hover {
    color: rgba(253, 204, 0, 1);
    text-decoration: none;
}

#shoppingCart:hover, .changeLanguage:hover, #openMobileMenu:hover, #mobileCart:hover, .changeCurrency:hover {
    color: rgba(255, 255, 255, .2);
    text-decoration: none;
}

#corpMenu {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

#corpMenu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

#corpMenu li span.welcomeMessage {
    line-height: 36px;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, .5);
    margin-right: 15px;
    display: inline-block;
    font-size: 13px;
}

#corpMenu li a {
    padding: 0px 10px;
    display: inline-block;
    border-left: solid 1px rgba(0, 0, 0, .1);
    line-height: 36px;
    font-size: 13px;
    color: #6e6e6e;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    font-weight: 700;
}

#corpMenu li:first-child > a {
    border-left: none
}

#corpMenu li div.notificationPreview {
    width: 300px;
    position: absolute;
    z-index: 108;
    right: 0;
    top: 99%;
    padding: 20px 0 0 0;
    display: none;
}

#corpMenu li div.notificationPreview.active {
    display: block
}

.notificationContainer {
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0px 20px 8px -2px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 20px 8px -2px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 20px 8px -2px rgba(0, 0, 0, 0.47);
    padding: 15px;
}

.notificationContainer a#seeAllNotifications {
    color: rgba(0, 0, 0, .5);
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    font-size: 13px;
    display: block;
    margin: 0;
    padding: 0;
}

.notificationContainer a#seeAllNotifications:hover {
    background-color: rgba(0, 0, 0, .3);
}

.notificationItem {
    cursor: pointer;
    position: relative;
    padding-top: 12px;
    padding-left: 5px;
    border-radius: 3px;
    background-color: #F4F4F4;
    padding-right: 5px;
    padding-bottom: 12px;
    margin-bottom: 6px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    font-size: 14px;
    line-height: 17px;
}

.notificationItem:hover {
    background-color: rgba(253, 204, 0, .15)
}

.notificationItem .iconSide {
    color: #ffc107;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    font-size: 16px;
}

.iconSide span {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    position: relative;
}

.iconSide span i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.miniDate {
    display: block;
    font-size: 11px;
}

.notificationSide {
    margin-left: 60px
}

#notificationResult {
    max-height: 250px;
    overflow: auto;
}

.notificationContainer::after {
    content: "";
    position: absolute;
    top: -8px;
    right: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
}

#corpMenu li a:hover, #corpMenu li:hover > a {
    background-color: rgba(255, 255, 255, .15);
    border-left: solid 1px rgba(255, 255, 255, .0);
    border-radius: 3px;
    text-decoration: none;
}

#corpMenu li ul {
    position: absolute;
    right: 0;
    top: 99%;
    padding: 20px 0 0 0;
    display: none;
    -webkit-box-shadow: 0px 20px 8px -2px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 20px 8px -2px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 20px 8px -2px rgba(0, 0, 0, 0.47);
    z-index: 109
}

#corpMenu li ul li {
    float: none;
    min-width: 180px;
    display: block;
    background-color: #fff;
    padding: 0px 10px;
    margin: 0;
}

#corpMenu li ul li.seperator {
    height: 1px;
    padding-top: 5px;
    border-top: solid 1px rgba(0, 0, 0, .1)
}

#corpMenu li ul li:first-child {
    border-radius: 3px 3px 0 0;
    padding-top: 6px;
}

#corpMenu li ul li:first-child::after {
    content: "";
    position: absolute;
    top: -8px;
    right: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
}

#corpMenu li ul li:last-child {
    border-radius: 0 0 3px 3px;
    padding-bottom: 6px;
}

#corpMenu li:hover > ul {
    display: block
}

#corpMenu li ul li a {
    float: none;
    display: block;
    padding: 0;
    border-left: none;
    color: rgba(0, 0, 0, .5);
    white-space: nowrap
}

#corpMenu li ul li a span {
    color: #ffc107
}

#corpMenu li ul li a:hover {
    border-left: none;
    padding-left: 6px;
    color: black
}

#mainMenu {
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 1px rgba(3, 3, 3, .1)
}

#mainMenu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#mainMenu ul li {
    display: block;
    list-style-type: none;
    float: left;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#mainMenu ul li a {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    color: #203391;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: relative;
}

#mainMenu ul li a::after {
    position: absolute;
    left: 50%;
    width: 0;
    height: 4px;
    border-radius: 2px;
    bottom: -5px;
    background-color: rgba(253, 204, 0, .0);
    content: "";
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

#mainMenu ul li a:hover {
    color: #203391;
    opacity: .7;
    text-decoration: none;
}

#mainMenu ul li a:hover::after {
    width: 40px;
    margin-left: -20px;
    background-color: rgba(253, 204, 0, 1);
}

#mainMenuLeft {
    float: left
}

#mainMenuLeft li {
    padding-right: 20px !important
}

#mainMenuRight {
    float: right
}

.timesBtn {
    float: right;
    display: inline-block;
    background-size: contain;
    padding: 0;
    margin: 0 15px 0 0;
    width: 20px;
    height: 40px;
    background-image: url(../img/times.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    opacity: .6;
    -webkit-transition: all 0.30s;
    -moz-transition: all 0.30s;
    -ms-transition: all 0.30s;
    -o-transition: all 0.30s;
    transition: all 0.30s;
}

.timesBtn:hover {
    opacity: .9
}

#page404 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

#page404 strong {
    font-size: 60px;
    display: block;
}

.largePageIcon {
    color: rgba(0, 0, 0, 0.25);
    font-size: 95px;
}

#emailInput {
    border: none;
    padding: 5px;
    font-weight: 400;
    display: block;
    background-color: rgba(255, 255, 255, .2);
    font-size: 16px;
    border-radius: 3px;
    width: 100%;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 5px;
    height: 38px;
    font-size: 12px;
}

#emailList .pTitle {
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    margin: 0;
    font-size: 18px;
    line-height: 32px;
}

#emailList p {
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    margin: 0 0 15px 0;
    font-size: 12px;
}

#socialMediaLinks {
    text-align: right;
}

#socialMediaLinks span {
    display: inline-block;
    line-height: 30px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5)
}

#socialMediaLinks a {
    display: inline-block;
    margin-left: 2px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.gototop {
    display: none;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 9;
    right: 100px;
    bottom: 8vh;
    padding-top: 12px;
    padding-bottom: 12px;
}

.gototop.show {
    display: inline-block;
}

.gototop i {
    display: block;
    font-size: 26px;
}

.gototop:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #000;
    text-decoration: none;
}

.gototop:active, .gototop:focus {
    text-decoration: none
}

#socialMediaLinks a:hover {
    background-color: rgba(253, 204, 0, 1);
}

.scrollindicator, .scrollindicator-nohtml5 {
    height: 5px;
    border: none;
    z-index: 500;
    color: #337ab7;
    width: 100%;
    display: block
}

.scrollindicator {
    background: #eee
}

div.scrollindicator, progress.scrollindicator {
    position: fixed;
    bottom: 0;
}

progress.scrollindicator {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

progress.scrollindicator::-webkit-progress-bar {
    background-color: transparent
}

progress.scrollindicator::-webkit-progress-value {
    background-color: rgb(253, 204, 0)
}

progress.scrollindicator::-moz-progress-bar {
    background-color: rgb(253, 204, 0)
}

.scrollindicator-nohtml5 {
    background: #eee
}

.scrollindicator-nohtml5 span {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    background: rgb(253, 204, 0)
}

.animated .scrollindicator-nohtml5 span {
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

#cookieInformation {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 5px;
    background-color: rgb(253, 204, 0);
    color: #000;
    padding: 10px 100px;
    font-size: 16px;
    z-index: 107;
    line-height: 18px;
}

#cookieInformation a {
    color: #000;
    font-weight: 700;
    text-decoration: underline
}

#cookieInformation a:hover {
    text-decoration: none
}

#footerSocialMedia {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}

.countryBox {
    background-image: url(../img/world.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 50%;
}

.largeModalDescription {
    font-size: 36px;
    font-weight: 400;
    color: rgba(0, 0, 0, .3);
    line-height: 40px;
    margin-bottom: 5vh;
}

.loginContainer {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.loginBox {
    padding: 40px 40px 40px 40px;
    background-color: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.addressBox {
    padding: 20px 20px 20px 20px;
    background-color: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase !important;
    font-size: 13px;
}

.messageBox {
    padding: 20px 20px 20px 20px;
    background-color: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase !important;
    font-size: 13px;
}

.messageHeader {
    padding: 20px 20px 20px 20px;
    background-color: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase !important;
    font-size: 13px;
}

.messageHeaderItem {
    float: left;
    width: 20%;
}

.messageBox.new {
    background-color: rgba(255, 193, 7, .1)
}

.dateAndDepartment {
    width: 200px;
    float: left;
    padding-right: 10px;
    margin-right: 20px;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.messageDate {
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 4px;
}

.messageDepartment {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    background-color: #ffc107;
}

.lastMessageBy {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}

.addressTitle {
    font-size: 17px;
    color: #10689F;
}

.messageFrontDetail {
    margin-left: 220px
}

.messagePreview {
    margin-bottom: 10px
}

.grayPage {
    padding: 50px 0;
    background-color: #F8F8F8
}

.grayBg {
    background-color: #eeeeee
}

h3.global {
    font-size: 24px;
    font-weight: 400;
    color: #505050;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding: 15px 0 25px 0;
    margin-bottom: 25px;
}

.shadowed {
    box-shadow: rgba(0, 0, 0, .2) 0px 1px 2px 0px;
    background-color: #fff;
    margin-bottom: 15px;
}

.pad15 {
    padding: 15px
}

.shadowTitle {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

.smContent {
    color: #515151;
    font-size: 13px;
    line-height: 17px;
}

.smContent a {
    font-weight: 700
}

#contentPage {
    padding: 30px 0;
}

#myAccountInner {
    padding-top: 30px
}

.boxedContent {
    margin-bottom: 25px;
    padding: 25px 10px 10px 10px;
    border: solid 1px rgba(0, 0, 0, .05);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    background-color: #fff;
}

.boxTitle {
    position: absolute;
    line-height: 30px;
    display: inline-block;
    border: solid 1px rgba(0, 0, 0, .05);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    left: 10px;
    top: -15px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff;
}

.accountBg {
    background-image: url(../img/accountBg.png);
    background-size: contain;
    height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

.accountBg img {
    max-width: 85%;
    max-height: 200px;
    -webkit-animation: slide-in-blurred-top .5s cubic-bezier(.23, 1.000, .32, 1.000) both;
    animation: slide-in-blurred-top .5s cubic-bezier(.23, 1.000, .32, 1.000) both
}

.accountBgDescription {
    display: block;
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

.smallNavbar {
    margin-left: 30px;
    margin-right: 30px;
}

.smallNavbar .navbar {
    background-color: #32383d;
    padding-bottom: 3px;
    padding-top: 3px;
}

.smallNavbar .navbar-toggler {
    padding: 2px 4px !important;
    font-size: 11px;
}

.accountSubMenu {
    display: block;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    text-align: right;
}

.accountSubMenu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.accountSubMenu li a i {
    color: rgba(0, 0, 0, .25)
}

.smallDate {
    padding-top: 6px;
    margin-top: 6px;
    border-top: solid 1px rgba(0, 0, 0, .05);
    font-size: 12px;
    color: rgba(0, 0, 0, .3)
}

.pageTitle {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
}

.smallTitle {
    font-weight: 400;
    opacity: .7;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 29px;
}

#notificationQtyResult {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: inline-block;
}

#topBadge {
    height: 20px;
    width: 20px;
    display: inline-block;
    font-size: 11px;
    background: #fbcb00;
    color: #000;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
}

#topBadge.hidden {
    display: none !important
}

@-webkit-keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(.2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(.2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

#productBoxContainer {
    display: block;
}

.productBoxContainer {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 15px;
}

.productBox {
    background-color: #ffffff;
    flex-basis: 25%;
    border-radius: 0px;
    flex-shrink: 0;
    margin: 0px;
    box-sizing: border-box;
    padding: 10px 10px 50px 10px;
    position: relative;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.slickContainer {
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
}

.blockItemContainer {
    padding: 10px
}

.blockImage {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
}

.blockImage img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all .30s;
    -moz-transition: all .30s;
    -ms-transition: all .30s;
    -o-transition: all .30s;
    transition: all .30s;
}

.blockItemContainer:hover > .blockImage img {
    transform: translateZ(0) scale(1.08) translate(-50%, -50%);
    -webkit-transform: translateZ(0) scale(1.08) translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
}


.blockTitle {
    font-weight: bold;
    color: #0346ad;
    font-size: 24px;
    line-height: 27px;
}

@supports (-webkit-background-clip: text) {
    .blockTitle {
        background: -webkit-gradient(linear, left top, right top, from(#2f81d5), to(#0e2682));
        background: linear-gradient(to right, #2f81d5, #0e2682);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;

    }
}


.globalH2 {
    font-weight: bold;
    color: #0346ad;
    font-size: 44px;
    line-height: 53px;
}

.globalH3 {
    font-weight: bold;
    color: #0346ad;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    padding: 0;
}

.subContentTitle {
    font-weight: bold;
    color: #0346ad;
    font-size: 22px;
    line-height: 27px;
}

.subContentSubTitle {
    font-weight: bold;
    color: rgb(52, 52, 52);
    font-size: 16px;
    line-height: 24px;
}

.borderedBoxContent {
    font-size: 12px;
    color: rgb(102, 102, 102);
    line-height: 20px;
    padding-top: 5px;
    padding-top: 6px;
}

.borderedBox {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(32, 51, 145);
    border-radius: 4px;
    padding: 20px;
    box-shadow: rgb(216, 216, 216) 0px 5px 14px 0px;
}

.tooLargeTitle {
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    position: relative;
    color: rgb(52, 52, 52);
    margin-bottom: 25px;
}

.tooLargeTitle::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    background: #0346ad;
    width: 100px;
}

@supports (-webkit-background-clip: text) {
    .globalH2 {
        background: -webkit-gradient(linear, left top, right top, from(#2f81d5), to(#0e2682));
        background: linear-gradient(to right, #2f81d5, #0e2682);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;

    }

    .globalH2 span {
        background: -webkit-gradient(linear, left top, right top, from(#2f81d5), to(#0e2682));
        background: linear-gradient(to right, #2f81d5, #0e2682);
        -webkit-background-clip: text;
        background-clip: text;
        display: inline-block;
        color: transparent;

    }

    .globalH3 {
        background: -webkit-gradient(linear, left top, right top, from(#2f81d5), to(#0e2682));
        background: linear-gradient(to right, #2f81d5, #0e2682);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;

    }

    .globalH3 span {
        background: -webkit-gradient(linear, left top, right top, from(#2f81d5), to(#0e2682));
        background: linear-gradient(to right, #2f81d5, #0e2682);
        -webkit-background-clip: text;
        background-clip: text;
        display: inline-block;
        color: transparent;

    }
}

@media (max-width: 1023px) {
    .globalH2 {
        font-size: 28px;
        line-height: 36px;
    }

    .tooLargeTitle {
        font-size: 36px;
        line-height: 42px
    }
}

.blockShort {
    font-weight: normal;
    color: #171717;
    font-size: 18px;
}

.productBox::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 0px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease-in-out;
}

.productBox:hover {
    transform: scale(1.03);
    z-index: 99;
}

/* Fade in the pseudo-element with the bigger shadow */
.productBox:hover::after {
    opacity: 1;
}

.productDetailsLink {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.btnProductsPage a i {
    opacity: .5 !important;
    display: inline-block;
    margin-right: 2px;
    font-size: 11px;
}

#productDetailsForLEDModule {
    background-image: url(../img/yellowTriange.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 50px;
    padding-top: 50px;
}

.detailTitle {
    font-size: 36px;
    color: #0346ad;
    font-weight: 700;
    line-height: 40px;
}

.detailShortDescription {
    font-size: 20px;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    margin-bottom: 15px
}

.selectQty {
    float: left;
    margin-right: 5px;
    width: 60px;
}

.minusPlus {
    float: left;
    margin-right: 5px;
}

.selectQty input {
    height: 38px !important
}

.qtyLabel {
    float: left;
    line-height: 38px;
    display: block;
    margin-right: 15px;
}

.addToCartContainer {
    float: left;
    margin-left: 15px;
}

.pricingOptions {
    font-size: 12px;
    float: right;
    text-align: right;
    display: inline-block;
    line-height: 38px;
}

#stockCodeValue {
    font-size: 13px;
    padding-top: 6px;
    line-height: 20px !important;
    display: inline-block
}

.inStockBadge {
    display: inline-block;
    margin-left: 10px;
    padding: 0 6px;
    border-radius: 2px;
    background-color: #B0CC11;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
}

.smallInfoText {
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: rgba(0, 0, 0, .5)
}

.selectShippingCompany {
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: solid 1px rgba(0, 0, 0, .05);
    font-size: 13px;
    line-height: 18px;
}

.selectShippingCompany:first-child {
    border-top: none
}

.shippingLeft {
    float: left;
    margin-right: 10px;
    white-space: nowrap
}

.shippingLeft a {
    display: inline-block;
    background-color: #E3E3E3;
    border-radius: 3px;
    font-size: 11px;
    padding: 0 6px;
}

.shippingCenter {
    float: left;
    width: auto;
    white-space: nowrap;
}

.shippingRight {
    float: right;
    text-align: right;
}

.shippingContainer {
    padding: 10px;
    background-color: #F6F6F6;
    border-radius: 3px;
}

.addtoCartBox {
    background-color: #DCDCDC;
    border-radius: 3px;
    padding: 10px;
}

.estimatedDay {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, .5)
}

.stockNotify {
    margin-top: 13px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    background-color: rgba(253, 204, 0, .3)
}

.detailsTab {
    border-top: solid 1px rgba(0, 0, 0, .1);
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 0px;
    text-align: center;
    background-color: #F7F7F7;
}

.detailsTab a {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 5px;
    border-bottom: solid 2px rgba(253, 204, 0, 0);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.detailsTab a:hover, .detailsTab a.active {
    text-decoration: none;
    color: rgba(0, 0, 0, .7);
    border-bottom: solid 2px rgba(253, 204, 0, .7);
}

#productDetailsContainer {
    padding-bottom: 25px;
}

.productSpots {
    padding-top: 10px;
}

.productSpotItem {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    line-height: 20px;
    padding-bottom: 7px;
    padding-top: 7px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.productSpotItem span {
    display: inline-block;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    padding-bottom: 6px;
}

.viewAllSpecs {
    font-size: 13px;
    color: #007bff;
}

.smCheck {
    color: rgba(0, 0, 0, .25);
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
}

.productContent {
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, .8);
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 10px;
}

.pad5 {
    padding: 5px;
    text-align: center
}

.detailsTabContent {
    padding-top: 15px
}

.btnPlusMinus {
    display: inline-block;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, .5);
    background-image: url(../img/plusMinus.png);
    line-height: 36px;
    background-repeat: no-repeat;
    background-position: 0 -147px;
}

.btnPlusMinus span {
    font-size: 15px;
    line-height: 36px;
    font-weight: 400;
    display: inline-block;
}

.btnPlusMinus:hover {
    background-position: 0 -15px;
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
}

.btnPlusMinus.active {
    background-position: 0 -81px;
}

.btnPlusMinus.active:hover {
    background-position: 0 -213px;
}

.specBtn {
    padding-bottom: 7px;;
    padding-top: 7px;
    display: block;
    text-transform: uppercase !important
}

dl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
}

dl dt, dl dd {
    width: 10%;
    align-self: stretch;
    padding: 6px;
    font-size: 12px;
}

dl dt {
    text-align: right
}

dl dd {
    background-color: #F6F6F6;
}

.notconfigured {
    color: #dc3545;
    line-height: 35px;
    position: relative;
    padding-left: 35px;
}

.notconfigured i {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.itemPrice {
    background-color: #F8F8F8;
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
    position: relative;
}

.priceLeft {
    float: left;
    color: #c00;
    font-size: 36px;
    font-weight: 700;
    width: 55%;
    display: block;
    line-height: 34px;
    letter-spacing: -1px;
}

.priceIcon {
    display: inline-block;
    color: rgba(0, 0, 0, .6);
    margin-right: 0px;
    font-size: 20px;
    font-weight: 400;
}

.totalPrice {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, .8);
    line-height: 18px;
}

.linedPrice {
    display: inline-block;
    color: rgba(0, 0, 0, .6);
    font-size: 20px;
    position: relative;
    margin-left: 15px;
}

.linedPrice::after {
    position: absolute;
    left: -4px;;
    right: -4px;
    height: 0;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(-5deg);
    -webkit-transform: translateY(-50%) rotate(-5deg);
    border-bottom: solid 1px #c00;
}

.priceRight {
    float: right;
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
    text-align: right;
    font-weight: 400;
    width: 60%;
    display: block;
    line-height: 18px;
}

.priceRibbonContainer {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 10px;
}

.unitPrice {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    font-weight: 400;
    line-height: 24px;
}

.priceRibbon {
    background: #fa6f57;
    letter-spacing: 0px;
    font-size: 12px;
    height: 30px;
    width: auto;
    display: inline-block;
    position: relative;
    color: #FFF;
    line-height: 30px;
    padding: 0px 10px 0 15px;
}

.priceRibbon::after {
    content: "";
    height: 0;
    width: 0;
    top: 0px;
    left: -15px;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #fa6f57;
}

.priceRibbon::before {
    content: "";
    height: 0;
    width: 0;
    top: 0px;
    left: -15px;
    position: absolute;
    border-style: solid;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #fa6f57;
}

.emptyShoppingCart {
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, .6);
    padding-bottom: 25px;
    padding-top: 25px;
}

.emptyShoppingCart i {
    font-size: 40px;
    display: block;
    opacity: .4
}

.globalTable {
    margin: 0;
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.globalTable tr th, .globalTable tr td {
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}

.globalTable tfoot tr th {
    border-bottom: none !important
}

.leftImage {
    margin-right: 15px;
    float: left
}

.couponCodeArea {
}

.couponCodeArea span {
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
    color: rgb(255, 193, 7);
}

.couponCodeArea a {
    text-decoration: underline;
}

.totalPriceAmount {
    font-size: 36px;
    line-height: 33px;
    margin-bottom: 15px;
}

.shipmentLocation {
    margin-bottom: 10px
}

.updatePartNumber {
    padding-top: 10px;
    font-size: 12px
}

/*progress*/
.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #849397;
}

.steps > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.9em;
}

.steps > li:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #DFE3E4;
    width: 3em;
    height: 3em;
    text-align: center;
    margin-bottom: 0.25em;
    line-height: 3em;
    border-radius: 100%;
    position: relative;
    z-index: 102;
}

.steps > li:after {
    content: '';
    position: absolute;
    display: block;
    background: #DFE3E4;
    width: 100%;
    height: 0.5em;
    top: 1.25em;
    left: 50%;
    margin-left: 1.5em \9;
    z-index: 1;
}

.steps > li:last-child:after {
    display: none;
}

.steps > li.is-complete {
    color: #2ECC71;
}

.steps > li.is-complete:before, .steps > li.is-complete:after {
    color: #FFF;
    background: #2ECC71;
}

.steps > li.is-active {
    color: #3498DB;
}

.steps > li.is-active:before {
    color: #FFF;
    background: #3498DB;
}

.steps__last:after {
    display: none !important;
}

.steps--medium {
    font-size: 1.5em;
}

.steps--large {
    font-size: 2em;
}

*, *:after, *:before {
    box-sizing: border-box;
}

h1 {
    margin-bottom: 1.5em;
}

.steps {
    margin-bottom: 3em;
}

.or {
    position: relative;
    width: 300px;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.or::before, .or::after {
    position: absolute;
    width: 130px;
    height: 1px;
    top: 39px;
    background-color: #aaa;
    content: '';
}

.or::before {
    left: 0;
}

.or::after {
    right: 0;
}

.addNewBtn {
    display: block;
    border: 1px dashed #C9DAE1;
    min-height: 150px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

.addNewBtn span {
    display: block;
    font-size: 20px;
    color: rgba(0, 0, 0, .45);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.addNewBtn:hover {
    background-color: #f8f8f8;
}

.addNewBtn:hover > span {
    color: rgba(0, 0, 0, .85)
}

.cartTable {
    border-collapse: collapse;
    width: 100%;
}

.cartTable th {
    border-bottom: 4px solid #e2e2e2;
}

.cartTable th {
    color: #707d85;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 0 8px 0;
    text-align: left;
    vertical-align: top;
}

.cartTable td {
    font-size: 12px;
    color: #4d4d4d;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3em;
}

.cartTable tbody tr {
    border-top: solid 1px #e2e2e2
}

.cartTable .qty {
    border: solid 1px #E6E6E6;
    font-size: .9em;
    display: inline-block;
    text-align: center;
    padding: 4px 0;
    width: 40px;
    border-radius: 2px;
}

.whiteContainer {
    padding: 25px;
    background-color: #fff;
}

.whiteContainerTitle {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Campton', Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}

.topBorder {
    height: 8px;
    position: relative;
    background: #0575E6;
    background: -webkit-linear-gradient(to right, #021B79, #0575E6);
    background: linear-gradient(to right, #021B79, #0575E6);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
}

.topBorderSm {
    height: 2px;
    position: relative;
    background: #D7D7D7;
    background: -webkit-linear-gradient(to right, #FBFBFB, #D7D7D7);
    background: linear-gradient(to right, #FBFBFB, #D7D7D7);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
}

.pageContainer {
    background-color: #F8F8F8;
    padding: 0 100px;
}

.cartLeft {
    float: left;
    width: 70%;
    padding-right: 25px;
    box-sizing: border-box;
}

.cartRight {
    float: right;
    width: 30%;
    box-sizing: border-box;
    padding-left: 25px;
    border-left: solid 1px #e2e2e2;
    min-height: 250px;
}

.cartImage {
    text-align: center;
}

.cartPrice {
    display: inline-block;
    font-size: 2.3em;
    font-weight: 400;
    color: #707d85
}

.cartPrice small {
    font-size: 0.5em
}

.bigLabel {
    font-size: 1.2em;
    font-weight: 700;
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 15px;
    color: #707d85
}

.bigLabel.active {
    color: #3d70b7
}

.variantCart {
    line-height: 18px;
    font-weight: 400;
    color: #707d85;
    font-size: 11px;
}

.brCm {
    display: block;
    list-style-type: none;
    height: 30px;
    margin: 0;
    padding: 0;
    border-top: solid 1px rgba(0, 0, 0, .12);
}

.brCm li {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #909090
}

.brCm li a {
    padding-right: 10px;
    display: inline-block;
}

.brCm li:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin-right: 10px;
}

.mpTitle {
    background-color: #eee;
    padding: 20px 0;
    position: relative;
}

.mpTitle .title {
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
    color: #171717;
    font-weight: 700;
}

.mpTitle::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0));
    content: '';
    display: block;
    height: 26px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.specContent {
    padding-top: 5px;
    padding-bottom: 5px
}

.mpTitle::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0));
    bottom: 0;
    content: '';
    display: block;
    height: 26px;
    left: 0;
    position: absolute;
    right: 0;
}

.subCategoryTitle {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    display: block;
    padding: 15px 10px;
    background-color: #F7F7F7;
    color: #171717;
}

.subCategoryBox {
    padding: 0px;
}

.fileDownloadContainer {
}

.fileDownloadContainer a {
    width: 50%;
    display: block;
    box-sizing: border-box;
    padding: 4px;
    float: left;
    position: relative;
}

.fileDownloadContainer a:hover {
    text-decoration: none
}

.fileDownloadContainer a i {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    opacity: .3
}

.fileDownloadContainer a span {
    display: block;
    padding: 6px 6px 6px 50px;
    background-color: #f6f6f6
}

.fileDownloadContainer a span strong {
    display: block;
}

.fileDownloadContainer a:hover > span {
    background-color: #EBEBEB
}

.dd-select {
    border-radius: 2px;
    border: solid 1px #ccc;
    position: relative;
    cursor: pointer;
}

.dd-desc {
    color: #aaa;
    display: block;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4em;
}

.dd-selected {
    overflow: hidden;
    display: block;
    padding: 10px;
    font-weight: bold;
}

.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 5px #000;
}

.dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 5px #000 !important;
    margin-top: -8px;
}

.dd-options {
    border: solid 1px #ccc;
    border-top: none;
    list-style: none;
    box-shadow: 0px 1px 5px #ddd;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: auto;
}

.dd-option {
    padding: 10px;
    display: block;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.dd-options > li:last-child > .dd-option {
    border-bottom: none;
}

.dd-option:hover {
    background: #f3f3f3;
    color: #000;
}

.dd-selected-description-truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dd-option-selected {
    background: #f6f6f6;
}

.dd-option-image, .dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    max-width: 64px;
}

.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 5px;
}

.dd-container {
    position: relative;
}

.dd-selected-text {
    font-weight: bold
}

.noiseBg {
    background-attachment: fixed;
    background: rgb(245, 245, 245);
    padding-bottom: 25px;
}

.mainContent {
    padding: 25px;
    background: #fff;
}

#homeBanner {
    background-image: url("../images/homeBg.jpg");
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #686868;
    padding-top: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#homeSliderNavigation {
    background-color: #32383d;
    box-shadow: 0px 16px 19.92px 4.08px rgba(149, 149, 149, 0.25), inset 0px -10px 18px 0px rgba(0, 0, 0, 0.24);
    min-height: 100px;
    position: relative;
}

#homePage {
    padding-bottom: 25px;
    padding-top: 25px;
}

#bannerCategories {
}

.bannerCategoriChanger a {
    display: block;
    float: left;
    padding: 10px 16px;
    background-color: #848383;
    border-top: solid 3px rgba(255, 255, 255, 0);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-size: 13px;
    font-weight: 700;
    margin-right: 1px;
    color: #fff;
}

.bannerCategoriChanger a.active, .bannerCategoriChanger a:hover {
    border-top-color: #f9c903;
    background-color: #fff;
    text-decoration: none;
    color: #32383d;
    box-shadow: 0px 2px 12.74px 0.26px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 12.74px 0.26px rgba(0, 0, 0, 0.25);
}

.bannerNavItem {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all .255s;
    -moz-transition: all .255s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    border-left: solid 1px #282c30;
    border-right: solid 1px #4c5155
}

.bannerNavItem:hover, .bannerNavItem:hover > span {
    text-decoration: none
}

.bannerNavItem.active {
    background-color: rgba(255, 255, 255, .12);
    box-shadow: 0px 2px 12.74px 0.26px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 12.74px 0.26px rgba(0, 0, 0, 0.25);
}

.bannerNavImage {
    height: 50px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bannerNavText {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.owlNavigations {
    position: absolute;
    right: 15px;
    bottom: 35px;
    width: 40px;
    color: #fff;
    font-size: 19px;
    z-index: 7;
}

.owlNavigations a {
    display: block;
    text-align: center;
    margin-bottom: 1px;
    background-color: #7B7B7B;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.owlNavigations a:hover {
    text-decoration: none;
    background-color: #919191
}

.mainBannerContent {
    min-height: 500px;
    color: #ccc;
    position: relative;
}

.mainBannerContent h1 {
    font-size: 48px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.mainBannerContent p {
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
}

.mainBannerContent ul, .mainBannerContent ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
}

.bannerMainBg {
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom
}

.bannerDescription {
    margin-bottom: 25px;
}

.btnDetails {
    background-color: #dfb300;
    box-shadow: 0px 14px 10px 0px rgba(0, 0, 0, 0.03);
    line-height: 36px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    color: #32383d;
    font-weight: bold;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.btnDetails:hover {
    text-decoration: none;
    box-shadow: 0px 14px 10px 0px rgba(0, 0, 0, 0.11);
    background-color: rgb(249, 201, 3);
}

.bannerDescription ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bannerDescription ul li {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 0 6px 0;
    list-style: none;
}

.bannerDescription ul li span {
    display: inline-block;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    padding-bottom: 6px;
    padding-left: 25px;
    position: relative;
}

.bannerDescription ul li span::after {
    content: "\f00c";
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffc107 !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#mainNews {
    background-color: #d9d9d9;
    padding: 25px;
}

.newsItemContainer {
    padding: 0 25px;
}

.newsItem {
    text-decoration: none
}

.newsItem:hover {
    text-decoration: none
}

.newsImage {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 45%;
    border-bottom: solid 3px rgba(255, 255, 255, 0);
    -webkit-transition: all .30s;
    -moz-transition: all .30s;
    -ms-transition: all .30s;
    -o-transition: all .30s;
    transition: all .30s;
}

.newsItem:hover > .newsImage {
    border-bottom: solid 3px rgba(249, 201, 3, 1);
}

#mainNews h1 {
    font-size: 32px;
    font-weight: bold;
}

.newsTitle {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
    padding-top: 16px;
}

.newsShort {
    font-size: 14px;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all .20s;
    -moz-transition: all .20s;
    -ms-transition: all .20s;
    -o-transition: all .20s;
    transition: all .20s;
}

.newsItem:hover > .newsShort {
    color: #4F4F4F
}

#newPageBannerTitle {
    background-image: url("../img/bg-dotted.svg");
    background-size: cover;
    padding: 200px 0 60px 0;
    -webkit-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg);
    margin-top: -50px;
    box-shadow: 0px 16px 19.92px 4.08px rgba(0, 0, 0, 0.15);
    margin-bottom: 80px;
    position: relative;
}

.bg-dotted {
    background-image: url("../img/bg-dotted.svg");
    background-size: 100%;
}

.topWhiteContent {
    padding: 200px 0 60px
}

.parallax-window {
    padding-bottom: 80%;
    background: transparent;
}

.parallax-window-midi4 {
    min-height: 1600px;
    background: transparent;
}

#newPageBannerTitle .content {
    -webkit-transform: skew(0deg, 4deg);
    transform: skew(0deg, 4deg);
}

#newPageBannerTitle h1 {
    font-size: 6vh;
    font-weight: bold;
    color: #fdcc00;
    margin-bottom: 4vh
}

#newPageBannerTitle h2 {
    font-size: 4vh;
    color: #fff
}

#newPageBannerTitle h3 {
    font-size: 3vh;
    color: #fff !important;
    font-weight: 400;
    margin-top: -3vh
}

#newPageBannerTitle p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .65);
    line-height: 26px;
}

hr {
    display: block;
    background-image: url(../images/hr.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 800px;
    height: 15px;
    display: block;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

#aboutAccordion {
    background-color: rgb(245, 245, 245);
    overflow: hidden;
    box-shadow: 0px 11px 31.36px 0.64px rgba(0, 0, 0, 0.18);
    border-radius: 20px;
}

#aboutAccordion h3 {
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    position: relative;
    color: #fff;
    background-color: #b1b1b1;
    line-height: 30px;
    font-size: 30px;
    padding: 30px 20px;
    background-image: url(../images/patternBg.png);
    background-position: left center;
    background-repeat: no-repeat;
}

#aboutAccordion h3.active {
    background-color: #203391
}

#aboutAccordion h3::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
}

#aboutAccordion h3.active::after {
    content: "-";
}

#aboutAccordion div {
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(68, 68, 68, 0.8);
    display: none;
}

#aboutAccordion div.active {
    display: block
}

h4 {
    font-size: 36px !important;
    color: rgb(78, 99, 131);
    font-weight: bold;
    line-height: 1.2;
}

.mBottom {
    margin-bottom: 15px
}

#timeline {
    min-height: 1000px;
    position: relative;
    padding-top: 200px;
}

#timeline::after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #cbcbcb;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.timelineItem {
    padding: 45px;
    margin-right: 50%;
    text-align: right;
    margin-top: -200px;
}

.timelineItem:nth-child(even) {
    text-align: left;
    margin-left: 50%;
    margin-right: 0
}

.timelineItem h4 {
    position: relative;
}

.timelineItem h4::after {
    content: "";
    position: absolute;
    right: -52px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #cbcbcb;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.timelineItem:nth-child(even) h4::after {
    left: -52px;
    right: auto !important
}

#humanResources {
    padding: 20px;
    background-color: #32383d;
    color: #fff;
    text-align: center;
}

#humanResources h2 {
    font-size: 4.5vh;
    font-weight: bold;
    color: #fdcc00;
}

#humanResources a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0px 20px;
    line-height: 36px;
    border-radius: 18px;
    color: #fff;
    border: solid 2px #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    margin-top: 15px;
    font-size: 17px;
}

#humanResources a:hover {
    color: #fdcc00;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15)
}

#aboutOwl {
    padding: 30px 0
}

.aboutItem {
    padding: 25px 100px
}

.aboutImage {
    width: 35%;
    float: left
}

.aboutContent {
    width: 55%;
    float: right
}

.aboutImage img {
    max-width: 100%;
    height: auto
}

.ledModuleBox {
    width: 33%
}

.ledModuleBoxContainer {
    padding: 15px;
    display: block;
    text-decoration: none;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: relative;
}

.ledModuleBoxContainer::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -ms-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
    background-image: url(../img/arrow-right-thin.png);
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0;
}

.ledModuleBoxContainer:hover::after {
    background-color: rgba(0, 0, 0, 0.60);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-position: center center;
    opacity: 1
}

.ledModuleBoxContainer:hover {
    text-decoration: none;
}

.productName {
    font-weight: 700;
    font-size: 24px;
    color: #393939;
    margin-bottom: 2px;
    text-align: center;
    line-height: 24px;
    -webkit-transition: all .50s;
    -moz-transition: all .50s;
    -ms-transition: all .50s;
    -o-transition: all .50s;
    transition: all .50s;
}

.ledModuleBoxContainer:hover > .productName {
    color: #203391
}

.productShort {
    font-weight: 300;
    color: #797979;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.modulePicture {
    padding-bottom: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .65s;
    -moz-transition: all .65s;
    -ms-transition: all .65s;
    -o-transition: all .65s;
    transition: all .65s;
}

.modulePictureLarge {
    padding-bottom: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.ledModuleBoxContainer:hover > .modulePicture {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
}

.rigidName {
    font-weight: 700;
    font-size: 24px;
    color: #393939;
    margin-bottom: 2px;
    text-align: center;
    line-height: 24px;
    -webkit-transition: all .50s;
    -moz-transition: all .50s;
    -ms-transition: all .50s;
    -o-transition: all .50s;
    transition: all .50s;
}

.rigidPicture {
    padding-bottom: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .65s;
    -moz-transition: all .65s;
    -ms-transition: all .65s;
    -o-transition: all .65s;
    transition: all .65s;
}

.ledModuleBoxContainer:hover > .rigidPicture {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
}

.dataBox {
    font-smoothing: antialiased !important;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 12px;
    background-color: rgba(255, 255, 255, .15);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.dataBox:hover {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(1.07);
    -webkit-transform: translateZ(0) scale(1.07);
    background-color: rgba(255, 255, 255, .15);
    box-shadow: 0px 11px 31.36px 0.64px rgba(0, 0, 0, 0.18);
}

.dataBox strong {
    font-size: 12px
}

.topDetails {
    padding-top: 25px;
}

.topDetails a {
    color: #F5F5F5;
    font-weight: bold;
}

.topRouteLinks {
    padding-top: 25px;
    margin-bottom: 20px;
}

.topRouteLinks a {
    display: inline-block;
    margin-right: 15px;
    border: solid 1px rgba(255, 255, 255, .5);
    border-radius: 3px;
    padding: 10px 16px;
    color: #fff;
    box-shadow: 0px 5px 21.36px 0.64px rgba(0, 0, 0, 0.18);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.topRouteLinks a:hover {
    box-shadow: none;
    text-decoration: none;
    border-color: #fdcc00;
    color: #fdcc00;
    background-color: rgba(255, 255, 255, .1)
}

.productSkuTable {
    border-collapse: collapse;
    border: none;
    width: 100%;
    background-color: #fff;
    table-layout: fixed;
}

.productSkuTable thead tr th {
    padding: 7px;
    font-size: 11px;
    background-color: #32383d;
    color: #DADADA
}

.productSkuTable tbody tr {
    box-shadow: 0px 1px 1.98px 0.02px rgba(104, 104, 104, 0.4);
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.productSkuTable tbody tr:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.productSkuTable tbody tr:hover > td {
    background-color: #EBEBEB
}

.productSkuTable tbody tr td {
    padding: 7px;
    font-size: 11px;
}

.productSkuTable tbody tr:nth-child(odd) {
    background-color: #dadada;
}

.productSkuTable tbody tr td:first-child {
    font-weight: bold;
}

.skuTableContainer {
    padding: 20px;
    background-color: #efefef
}

@media screen and (max-width: 1023px) {
    .productSkuTable {
        border: 0;
    }

    .productSkuTable thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .productSkuTable tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .productSkuTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .productSkuTable td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .productSkuTable td:first-child {
        background-color: #fdc000;
    }

    .productSkuTable td:last-child {
        border-bottom: 0;
    }
}

.blurryBg {
    background: #eaeaea;
    padding: 25px;
}

.productFileDownload {
    display: block;
    padding: 20px 15px;
    background: #E2E2E2;
    -webkit-transition: all .27s;
    -moz-transition: all .27s;
    -ms-transition: all .27s;
    -o-transition: all .27s;
    transition: all .27s;
    text-decoration: none;
    color: #212529;
    text-align: center;
}

.productFileDownload:hover {
    text-decoration: none;
    background-color: #4f5b69;
    color: #FDFDFD;
}

.productFileDownload i {
    display: inline-block;
    font-size: 30px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.productFileDownload:hover > i {
    transform: scale(1.4);
}

.productFileDownload span {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.dimensionsDiv {
    background-color: #ebebeb;
    margin-bottom: 20px;
    padding: 30px;
}

.dimensionsImage {
    text-align: center;
    margin-bottom: 15px;
}

.dimensionsBox {
    display: block;
    position: relative;
    padding: 10px 15px;
    margin: 3px 0;
    background-color: #fff;
}

.dimensionsBox.dark {
    background-color: #eaeaea !important
}

.dimensionsBox strong {
    float: right;
}

#haveAnyQuestions {
    background-image: url(../images/needHelp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 80px 10px;
    text-align: center;
    color: #212529;
    font-size: 36px;
    font-weight: 400;
}

#haveAnyQuestions span {
    display: inline-block;
    font-size: 44px;
    font-weight: 700;
    line-height: 47px;
    color: #2f81d5
}

@supports (-webkit-background-clip: text) {
    #haveAnyQuestions span {
        background: -webkit-gradient(linear, left top, right top, from(#2f81d5), to(#0e2682));
        background: linear-gradient(to right, #2f81d5, #0e2682);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;

    }
}

#haveAnyQuestions a {
    background-color: #ffc107;
    color: #212529 !important;
    border: 1px solid #ffc107;
    border-radius: 2px;

}

#haveAnyQuestions a {
    font-size: 17px;
    text-align: center;
    padding: 10px;
    width: 320px;
    margin: 40px 0 40px 0;
    display: inline-block;
    line-height: 25px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-weight: 700
}

#haveAnyQuestions a:hover {
    background-color: rgba(255, 255, 255, 0);
    border-color: #212529;
    text-decoration: none
}

.beamAngleDiv {
    padding-bottom: 25px;
    padding-top: 25px;
}

.whiteLabel {
    color: #f3f3f3;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
}

.whiteLabel span {
    font-size: 10px;
    opacity: .5;
}

.smHr {
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
    width: 60%
}

.lgTable {
    border-collapse: collapse;
}

.lgTable tbody tr th {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.lgTable tbody tr th.text-right {
    text-align: right;
}

.lgTable tbody tr td {
    padding: 15px 10px;
}

.lgTable tbody tr:nth-child(even) td {
    background: #f6f6f6
}

.lgTable tbody tr th.leftBorder, .lgTable tbody tr td.leftBorder {
    border-left: solid 1px #d6d6d6;
}

@keyframes blinker {
    50% {
        opacity: .2;
    }
}

.blink {
    animation: blinker 2.5s linear infinite;
}

.printModal {
    font-family: sans-serif;
    display: flex;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    left: 0;
    top: 0;
    position: absolute;
    color: #045fb4;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .9)
}

.printClose {
    position: absolute;
    right: 10px;
    top: 10px
}

.printClose:before {
    content: "\00D7";
    font-family: Helvetica Neue, sans-serif;
    font-weight: 100;
    line-height: 1px;
    padding-top: .5em;
    display: block;
    font-size: 2em;
    text-indent: 1px;
    overflow: hidden;
    height: 1.25em;
    width: 1.25em;
    text-align: center;
    cursor: pointer
}

.printSpinner {
    margin-top: 3px;
    margin-left: -40px;
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #045fb4;
    border-radius: 50%;
    animation: spin .75s linear infinite
}

.printSpinner:after, .printSpinner:before {
    left: -2px;
    top: -2px;
    display: none;
    position: absolute;
    content: "";
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit
}

.printSpinner, .printSpinner:after, .printSpinner:before {
    display: inline-block;
    border-color: #045fb4 transparent transparent;
    animation-duration: 1.2s
}

.printSpinner:before {
    transform: rotate(120deg)
}

.printSpinner:after {
    transform: rotate(240deg)
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}