/*! Xacbank | (c) 2017 Batu Digital LLC */


/* ========================================================================
   Component: Extended Styles
 ========================================================================== */

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    src: local('â˜ºï¸Ž'), url("../fonts/sf-pro-display_regular.woff2") format("woff2");
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    src: local('â˜ºï¸Ž'), url("../fonts/sf-pro-display_medium.woff2") format("woff2");
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    src: local('â˜ºï¸Ž'), url("../fonts/sf-pro-display_semibold.woff2") format("woff2");
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    src: local('â˜ºï¸Ž'), url("../fonts/sf-pro-display_bold.woff") format("woff");
}

html,
body {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -moz-osx-font-smoothing: grayscale;
    color: #222222;
    font: normal 13px / 21px 'SF Pro Display', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SF Pro Display', sans-serif;
    color: #222222;
}

.uk-navbar-nav>li>a {
    font-family: "SF Pro Display", Helvetica, Arial, sans-serif;
}

::-moz-selection {
    background: #ccc;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #ccc;
    color: #ffffff;
    text-shadow: none;
}

.uk-button {
    /*border-radius: 0px!important;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a,
.uk-link,
.orangebutton {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    color: #222;
}

a:hover,
.uk-link:hover {
    text-decoration: none;
    color: #f78c1f;
}

.uk-container {
    box-sizing: border-box;
    max-width: 1080px;
    padding: 0 25px;
}

.xac-sidebar {
  width: 305px;
}

.xac-page-content {
  width: calc(100% - 305px);
}

@media (max-width: 700px) {
  .xac-sidebar {
    width: 100%;
  }

  .xac-page-content {
    width: 100%;
  }
}

/* Large screen and bigger */

@media (min-width: 1220px) {
    .uk-container {
        max-width: 1200px;
        padding: 0 35px;
    }
    .xac-sidebar {
      width: 315px;
    }

    .xac-page-content {
      width: calc(100% - 315px);
    }
}

input,
button,
textarea,
select,
.uk-form select,
select.uk-form-large,
.uk-tab>li>a {}

.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
    background: #fff;
    border-color: #ddd;
    outline: 0;
}

.uk-form input.search:focus {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  outline: 0;
}

blockquote {
    padding-left: 15px;
    border-left: 5px solid #dddddd;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
}

.uk-grid-divider>[class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider>[class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-9-']:nth-child(n+2) {
    border-left: 1px solid #ebebeb;
}

.xac-page-content .cover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  min-height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom:-1px;
}

.xac-page-content .cover.full {
  border-radius: 5px;
}

.xac-page-content .title-overlay {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.xac-page-content .cover .title-overlay {
  border-top-left-radius: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.page-title {
  font-size: 22px;
  font-weight: 500;
  color: #f47322;
}

.page-title .business,
.page-title .corporate {
  color: #0d0048;
}

.product-brief {
  line-height: 18px;
  font-style: italic;
  padding: 20px 30px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 400!important;
}

.compliance-brief {
  line-height: 18px;
  font-style: italic;
  padding: 20px 30px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -1px;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 600!important;
}

.product-brief-o {
  font-size: 13px;
  font-weight: 400!important;
  line-height: 18px;
  font-style: italic;
}

.letter-space-3 {
    letter-spacing: 3px;
}

.letter-space-1 {
    letter-spacing: 3px;
}

.text-10 {
    font-size: 10px;
    line-height: 12px;
}

.text-11 {
    font-size: 11px;
    line-height: 16px;
}

.text-12 {
    font-size: 12px;
    line-height: 16px;
}

.text-13 {
    font-size: 13px;
    line-height: 20px;
}

.text-14 {
    font-size: 14px;
    line-height: 20px;
}
.text-15 {
    font-size: 15px;
    line-height: 22px;
}
.text-16 {
    font-size: 16px;
    line-height: 22px;
}

.text-18 {
    font-size: 18px;
    line-height: 26px;
}

.text-20 {
    font-size: 20px;
    line-height: 28px;
}

.text-22 {
    font-size: 22px;
    line-height: 30px;
}

.text-24 {
    font-size: 24px;
    line-height: 32px;
}

.text-25 {
    font-size: 25px;
    line-height: 33px;
}

.text-26 {
    font-size: 26px;
    line-height: 34px;
}

.text-28 {
    font-size: 28px;
    line-height: 40px;
}

.text-32 {
    font-size: 32px;
    line-height: 40px;
}

.text-40 {
    font-size: 40px;
    line-height: 48px;
}

.text-44 {
    font-size: 44px;
    line-height: 52px;
}

.text-50 {
    font-size: 50px;
    line-height: 62px;
}

.text-60 {
    font-size: 60px;
    line-height: 72px;
}

.text-72 {
    font-size: 72px;
    line-height: 82px;
}

.text-medium {
    font-weight: 500;
}

hr {
    border-top: 1px solid #ebebeb;
}

hr.blue {
    border-top: 1px solid #0057a4;
}

hr.silver {
    border-top: 1px solid #dddddd;
}

hr.small {
    width: 75px;
    margin: 0 auto;
}

.randomblinker {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}



/* Website CSS. Zack Batsaikhan */

.orangegradient {
    background: -webkit-linear-gradient(#fbaa38, #f35142);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blackgradient {
    background: -webkit-linear-gradient(#000000, #555555);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bluegradient {
    background: -webkit-linear-gradient(#026bc9, #0057a4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header {
    padding: 20px 0 15px 0;
}

.topmenu {
    margin: 40px 0 0 0;
    padding: 0;
}

.topmenu li {
    letter-spacing: 0.15px;
    margin: 0;
    padding: 5px 8px;
    list-style: none;
    display: inline-block;
    border-right: 1px solid #ddd;
}

.topmenu li:last-child {
    border-right: none;
}

.topmenu .uk-dropdown {
    width: 250px;
    border-radius: 0px;
    line-height: 17px;
    -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
}

.topmenu .uk-dropdown ul li {
    display: block;
    text-align: left;
    border-right: none;
    padding: 5px 0;
}

.topmenu .uk-nav-dropdown>li>a:hover,
.topmenu .uk-nav-dropdown>li>a:focus {
    background: none;
    color: #fff;
    border-left: 5px solid #f78c1f;
    /* 2 */
    outline: none;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}


/* end of topmenu dropdown */

.headlines {
    padding: 30px 0;
}

.titlefix {
    vertical-align: top;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.headlineitem p {
    line-height: 18px;
}

a.headlinetooltip {
    outline: none;
}

a.headlinetooltip strong {
    line-height: 30px;
}

a.headlinetooltip:hover {
    text-decoration: none;
}

a.headlinetooltip span {
  z-index: 10;
  display: none;
  padding: 15px;
  margin-top: 10px;
  margin-left: 20px;
  width: 250px;
  line-height: 16px;
}

a.headlinetooltip:hover span {
    display: block;
    position: absolute;
    color: #222;
    border: 1px solid #f2f5fa;
    background: #fff;
}

.callout {
    z-index: 20;
    position: absolute;
    top: -11px;
    border: 0;
    left: 30px;
}

a.headlinetooltip span {
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}


/* end of headline tooltip */

.products {
    background-color: #f2f5fa;
}

.productbox {
    padding: 30px 0;
}

.hanshbox {
    background-color: #fff;
    padding: 30px 25px;
}

.hanshbox table,
.hanshbox tr,
.hanshbox th,
.hanshbox td,
.suggestbottom_item table,
.suggestbottom_item tr,
.suggestbottom_item th,
.suggestbottom_item td,
.productcategories table,
.productcategories tr,
.productcategories th,
.productcategories td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    border-spacing: 0px;
    border-image-width: 0;
}

.toolbar {
    border: 1px solid #f1f1f1;
    position: fixed;
    width: 56px;
    padding: 20px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f24749+0,fba34c+100 */
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.2);
    top: 235px;
    right: -10px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

.toolbar:hover {
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
}

.toolbar a {
    display: block;
    width: 48px;
    margin-top: 25px;
    text-align: center;
}

.toolbar a img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.toolbar a:first-child {
    margin-top: 0;
}

.toolbar a:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.internetbank {
    border: 1px solid #f1f1f1;
    position: fixed;
    width: 56px;
    height: 48px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f24749+0,fba34c+100 */
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.2);
    top: 170px;
    right: -10px;
    line-height: 48px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

.internetbank:hover {
    right: -6px;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
}

.internetbank a {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
}

.colorcircle {
  width: 51px;
  height: 51px;
  background: #f24749;
  background: -moz-linear-gradient(45deg, #f24749 0%, #fba34c 100%);
  background: -webkit-linear-gradient(45deg, #f24749 0%, #fba34c 100%);
  background: linear-gradient(45deg, #f24749 0%, #fba34c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24749', endColorstr='#fba34c', GradientType=1);
  border-radius: 50%;
  line-height: 51px;
  text-align: center;
  margin-right: 10px;
  margin-top: -20px;
}

.colorcircle a {
  display: block;
  width: 51px;
  height: 51px;
  text-align: center;
}

.colorcircle img {
  width: 17px;
  margin-top: -2px;
}
.colorcircle span {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
}

.colorcircle:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f24749+0,fba34c+100 */
    background: #f24749;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f24749 0%, #fba34c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f24749 0%, #fba34c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f24749 0%, #fba34c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24749', endColorstr='#fba34c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* Business */
.colorcircle.business,
.colorcircle.corporate {
  background: #0b0b54;
  background: -moz-linear-gradient(45deg, #0b0b54 0%, #024c98 100%);
  background: -webkit-linear-gradient(45deg, #0b0b54 0%, #024c98 100%);
  background: linear-gradient(45deg, #0b0b54 0%, #024c98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0b54', endColorstr='#024c98', GradientType=1);
}

.colorcircle.business:hover,
.colorcircle.corporate:hover {
  background: #0b0b54;
  background: -moz-linear-gradient(-45deg, #0b0b54 0%, #024c98 100%);
  background: -webkit-linear-gradient(-45deg, #0b0b54 0%, #024c98 100%);
  background: linear-gradient(135deg, #0b0b54 0%, #024c98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0b54', endColorstr='#024c98', GradientType=1);
}

.onlinehelp {
    position: fixed;
    width: 60px;
    height: 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f24749+0,fba34c+100 */
    background: #f24749;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #f24749 0%, #fba34c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #f24749 0%, #fba34c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f24749 0%, #fba34c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24749', endColorstr='#fba34c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-radius: 60px;
    -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    bottom: 50px;
    right: 50px;
    line-height: 60px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

.onlinehelp:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f24749+0,fba34c+100 */
    background: #f24749;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f24749 0%, #fba34c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f24749 0%, #fba34c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f24749 0%, #fba34c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24749', endColorstr='#fba34c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.4);
}

.onlinehelp a {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
}

.uk-tooltip {
    max-width: 200px;
    padding: 10px 15px;
    /* 4 */
    background: #151515;
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    line-height: 18px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 500;
}

.uk-offcanvas-bar {
    background: #0e0048;
}

.uk-nav-offcanvas>.uk-open>a,
html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover,
html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus,
html .uk-nav.uk-nav-offcanvas>li.uk-active>a {
    background: #331e88;
}

.uk-nav-offcanvas .uk-nav-header {
    color: #ddd;
    background: #1c0b64;
}

.uk-nav-offcanvas ul a {
    font-weight: 500;
    color: #ccc;
    line-height: 14px;
    margin-bottom: 5px;
}

.uk-nav-offcanvas ul li.uk-active>a {
    font-weight: 700;
    color: #fff;
}

.uk-nav-offcanvas ul>li>a {
    border-bottom: 1px solid #2f2458;
    padding: 7px 10px 7px 25px;
    margin-left: -15px;
}

.menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef2e46+0,fdb836+100 */
    background: #ef2e46;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ef2e46 0%, #fdb836 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ef2e46 0%, #fdb836 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ef2e46 0%, #fdb836 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2e46', endColorstr='#fdb836', GradientType=1);
    /* IE6-9 */
    z-index: 9999!important;
}

.menu.business,
.menu.corporate {
  background: #0b0b54;
  background: -moz-linear-gradient(-45deg, #0b0b54 0%, #024c98 100%);
  background: -webkit-linear-gradient(-45deg, #0b0b54 0%, #024c98 100%);
  background: linear-gradient(135deg, #0b0b54 0%, #024c98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0b54', endColorstr='#024c98', GradientType=1);
}

.menu .uk-button {}

.menu .uk-button-primary {
    background-color: #0e0048;
    font-weight: 500;
    padding: 0 10px;
    border-radius: 2px;
}

.menu .uk-button-primary:hover {
    background-color: #372389;
}

.menu .uk-form input {
    width: 88px;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #0e0048!important;
    border-radius: 2px;
    margin-top: 1px;
}

.menu .uk-form select {
    width: 130px;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #0e0048!important;
}

.uk-form-icon>[class*='uk-icon-'] {
    color: #0e0048;
}

.uk-form-icon:not(.uk-form-icon-flip.has-icon)>input {
    padding-left: 25px !important;
}

.menu .uk-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0e0048;
}

.menu .uk-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #0e0048;
}

.menu .uk-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #0e0048;
}

.menu .uk-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #0e0048;
}

.menu .uk-navbar {
    background: none;
    color: #fff;
    border: none;
    border-radius: 0;
}

.menu .uk-navbar-nav>li>a {
    height: 50px;
    /*padding: 0 25px 0 0;*/
    line-height: 49px;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    font-family: "SF Pro Display", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-shadow: none;
    margin-top: 0px;
    border: none;
    border-left: 1px solid #dc513b;
}

.menu.business .uk-navbar-nav>li>a,
.menu.corporate .uk-navbar-nav>li>a {
    border-left: 1px solid #0d0048;
}



@media (min-width: 1220px) {
    .menu .uk-navbar-nav>li>a {
        padding: 0 20px;
    }
    .menu .uk-button-primary {
        padding: 0 15px;
    }
    .menu .uk-form input {
        width: 95px;
    }
}

.menu .uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    height: 46px;
    padding: 0px;
    float: left;
    margin-top: -1px;
    text-shadow: none;
}

.menu .uk-navbar-nav>li:hover>a,
.menu .uk-navbar-nav>li>a:focus,
.menu .uk-navbar-nav>li.uk-open>a {
    background-color: #d9423b;
    color: #fff;
    /* 3 */
}

.menu.business .uk-navbar-nav>li:hover>a,
.menu.business .uk-navbar-nav>li>a:focus,
.menu.business .uk-navbar-nav>li.uk-open>a,
.menu.corporate .uk-navbar-nav>li:hover>a,
.menu.corporate .uk-navbar-nav>li>a:focus,
.menu.corporate .uk-navbar-nav>li.uk-open>a {
    background-color: #053782;
}


/* OnClick */

.menu .uk-navbar-nav>li>a:active,
.menu .uk-navbar-nav>li>a.selected {
    background-color: #d9423b;
    color: #fff;
}

.menu.business .uk-navbar-nav>li>a:active,
.menu.business .uk-navbar-nav>li>a.selected, 
.menu.corporate .uk-navbar-nav>li>a:active,
.menu.corporate .uk-navbar-nav>li>a.selected {
    background-color: #053782;
}


/* Active */

.menu .uk-navbar-nav>li.uk-active>a {
    background-color: #d9423b;
    color: #fff;
}

.menu.business .uk-navbar-nav>li.uk-active>a,
.menu.corporate .uk-navbar-nav>li.uk-active>a {
    background-color: #053782;
}


/* dropdown */

.menu .uk-dropdown {
    border-radius: 0px;
    line-height: 17px;
    -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    /*padding: 15px 15px 30px 15px;*/
    padding: 15px 15px 15px 15px;
}

.menu .uk-dropdown-navbar {
    margin-top: 0px;
    background: #fff;
    color: #222222;
    left: -1px;
}

.menu .uk-nav>li>a {
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
}

.menu .uk-nav-navbar>li>a:hover,
.menu .uk-nav-navbar>li>a:focus {
    border-left: 5px solid #f78c1f;
    background: none;
    color: #0057a4;
    /* 2 */
    outline: none;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: none;
}

.menu .uk-nav-header {
    color: #0057a4;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.menu .uk-nav>li.uk-nav-header>a {
    color: #0057a4;
}

.menu .uk-nav>li.uk-nav-header>span {
    padding: 5px 15px;
    display: inline-block;
}

.menu .uk-navbar-nav>li>a {
  cursor: pointer;
}

.menu .uk-panel {
    padding: 20px;
    background-color: #f3f5fb;
    color: #222;
    font-size: 13px;
    font-weight: 500;
}

.menu .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid #ebebeb;
}


/* end of dropdown */

.footer {
    background-color: #f2f5fa;
    padding: 20px 0 50px 0;
    color: #2b2b2b;
}

.footer a {
    color: #2b2b2b;
}

.footer a:hover {
    color: #f78c1f;
}

.footer .text-silverblue a {
    color: #617693;
}

.footer .text-silverblue a:hover {
    color: #f78c1f;
}

.footer .title {
    margin-bottom: 25px;
}

.footer p {
    margin: 10px 0 10px 0;
}

.footer .uk-form input {
    background-color: #dfe4ed;
    color: #617693;
    font-weight: 500;
    border: none;
}

.featuredbanners {
    background-color: #222;
    min-height: 440px;
}

.featured {
    color: #fff;
    background: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 440px;
}

.featured_gradient {
    padding-top: 100px;
    min-height: 340px;
/*    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 00.6)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);*/
    position: relative;
}

.featured_links a {
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 5px 0 5px 15px;
    color: #fff;
}

.featured_links a:hover {
    border-left: 5px solid #f78c1f;
}

.featured_links table,
.featured_links div.uk-overflow-container {
  display: none;
}

.featureddotnav {
    max-width: 1080px;
    padding-left: 10px;
    margin: 0 auto;
    top: 55px;
}

@media (min-width: 1220px) {
    .featureddotnav {
        max-width: 1160px;
        padding-left: 0px;
    }
}

.uk-dotnav>*>* {
    width: 6px;
    height: 6px;
}

.uk-dotnav>.uk-active>* {
    background: rgba(245, 103, 63, .9);
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

.maincontent {
    padding: 20px 0 40px 0;
    font-size: 13px;
}
.maincontent.samepadding {
    padding: 30px 0;
}
.maincontent.samepadding2 {
    padding: 20px 0 30px 0;
}
.maincontent.paddingbottom-remove {
    padding-bottom: 0px;
}

.maincontent .uk-breadcrumb li {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
}

.maincontent .uk-breadcrumb>li>a {
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
}

.maincontent .uk-breadcrumb.business>li>a,
.maincontent .uk-breadcrumb.corporate>li>a {
    color: #617693;
}

.maincontent .uk-breadcrumb li.uk-active {
    color: #f47322;
}
.comparison {
    background-color: #f2f5fa;
    padding-top: 3px;
    padding-bottom: 30px;
    font-size: 13px;
    line-height: 21px;
}
.comparisondiv {
    background-color: #fff;
}
.comparisonitem {
    padding: 25px;
    font-size: 13px;
    line-height: 21px;
    border-right: 1px solid #ebebeb;
}
.comparisonitem ul,
.comparisonitem ol {
    padding-left: 16px;
}
.comparisonitem .product-brief-o, 
.comparisonitem .compare-title {
    padding-right: 45px;
}
.comparisontitle {
    background-color: #fff;
}
.comparisontitle .comparisondiv {
    background-color: #fff;
}
.comparisondiv.title .comparisonitem {
    border-right: 1px solid #ebebeb;
}
.comparisondiv div.uk-grid > div:last-of-type .comparisonitem {
    border-right: none;
}
.comparisondiv div.uk-grid > div:nth-child(2) .comparisonitem {
    border-right: 1px solid #ebebeb;
}
.comparisonitem.item1 p {
  margin: 0;
}

.uk-breadcrumb>li:nth-child(n+2):before {
    color: #b5c0cb;
}
.suggestbottom {
    margin-top: 50px;
}
.suggestbottom_item {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.2);
    padding: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.suggestbottom_item:hover {
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
}
.suggestbottom_item.red {
    border-top: 3px solid #ed1847;
}
.suggestbottom_item.blue {
    border-top: 3px solid #0057a4;
}
.suggestbottom_item.orange {
    border-top: 3px solid #f78c1f;
}
.xacproduct {
    border-bottom: 1px solid #ebebeb;
    padding: 30px 0 20px 0;
    font-weight: 400;
    line-height: 21px;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.xacproduct:hover {
    border-bottom: 1px solid #f78c1f;
}
.xacproduct ul,
.xacproduct ol {
    padding-left: 16px;
}
.xacproduct_photo {
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ebebeb;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.buttonfloatfix {
    margin-top: 3px;
}
.xacproduct .uk-form input[type=checkbox] {
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: -2px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: 0 0;
}
.xacproduct .uk-form input[type=checkbox]:checked:before,
.xacproduct .uk-form input[type=checkbox]:indeterminate:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 16px;
  color: #0057a4;
}
.productcategories {
    border-bottom: 1px solid #ebebeb;
    font-weight: 500;
    background-color: #fff;
}

.sticky-shadow.uk-active .productcategories {
  border-bottom: none;
}

.sticky-visible,
.uk-sticky-placeholder>.uk-active .sticky-hidden {
  display: none;
}

.uk-sticky-placeholder>.uk-active .sticky-visible {
  display: block;
}

.uk-sticky-placeholder>.uk-active .uk-grid>div {
  min-height: 0px!important
}



.productcategories-left {
  margin: 0px;
  width: calc(100% - 135px);
  float: left;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.productcategories-right {
  width: 120px;
  float: left;
  margin-left: 15px;
}
.productcategories-scroll {
   width:2000px;
}

.cat_item {
    line-height: 18px;
    float: left;
}
.cat_item a {
    color: #0d0048;
    display: block;
    padding: 10px 0;
    border-bottom: 2px solid #fff;
    margin-right: 10px;
    padding: 10px 40px 10px 0px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
}
.cat_item a:hover,
.cat_item a.selected {
    color: #f47322;
    border-bottom: 2px solid #f5614a;
}
.cat_item img {
    margin-bottom: 10px;
    height: 25px;
}
.cat_item.last {
    border-left: 1px solid #ebebeb;
    padding-left: 15px;
}
.uk-badge {
    background: #0057a4;
}
.sidemenu {
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 35px -6px rgba(0, 87, 164, 0.2);
    -moz-box-shadow: 0px 7px 35px -6px rgba(0, 87, 164, 0.2);
    box-shadow: 0px 7px 35px -6px rgba(0, 87, 164, 0.2);
/*    padding-bottom: 40px;
    margin-bottom: 60px!important;*/
}

.sidemenu .content {
    padding: 22px;
}
.sidemenu .content .title>i {
    float:left;
    margin-right:15px;
    margin-top: -3px;
}
.sidemenu .content .inner>p:first-child>img:first-child {
    margin-top:15px;
    margin-bottom: 30px;
}

.sidemenu .content .inner>p.text-grey:first-child {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 20px;
}

.sidemenu .content .inner>p:nth-child(2) {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}

.maintext {
    margin-bottom: 60px!important;
}
.maintext.no-margin {
    margin-bottom: 0px!important;
}
.maintext ul,
.maintext ol {
    padding-left: 16px;
}
.recommended {
    padding: 0px 0 60px 0;
}
.recommenditem {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.recommenditem.orange {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef2e46+0,fdb836+100 */
    background: #ef2e46;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ef2e46 0%, #fdb836 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ef2e46 0%, #fdb836 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ef2e46 0%, #fdb836 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2e46', endColorstr='#fdb836', GradientType=1);
    /* IE6-9 */
    color: #fff;
}
.recommenditem.blue {
    background: #0b0b54;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #0b0b54 0%, #024c98 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #0b0b54 0%, #024c98 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0b0b54 0%, #024c98 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0b54', endColorstr='#024c98', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.recommenditem:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.4);
}
.recommenditem .content {
  min-height: 160px;
  padding: 20px 20px 10px 20px;
}
.recommenditem .content2 {
  min-height: 165px;
    padding: 20px 20px 10px 10px;
}
.recommenditem img {
  margin: 0!important;
  max-width: 100%!important;
}

.recommenditem .more {
    display: block;
  margin: 0;
  padding: 12px 20px;
  background-color: rgba(255, 255, 255, 0.1);
}


h1.page-bigtitle {
  font-size: 24px;
  line-height: 32px;
  color: #0d0048;
  text-transform: uppercase;
}

.xacbutton {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 8px 20px;
  border: none;
  border-radius: 0px;
  text-shadow: none;
  vertical-align: unset;
}

.xacbutton:focus,
.xacbutton:hover {
  color: #fff;
}

button.xacbackground:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f24749+0,fba34c+100 */
    background: #f24749;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f24749 0%, #fba34c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f24749 0%, #fba34c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f24749 0%, #fba34c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24749', endColorstr='#fba34c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
}

input[type=text].xacinput,
input[type=email].xacinput,
input[type=number].xacinput,
textarea.xacinput,
select.xacinput {
  font-size: 13px;
  line-height: 20px;
  padding:8px;
  background-color: #f2f5fa;
  color: #617693;
  font-weight: 500;
  border: none;
  border-radius: 0px;
}

input[type=number].xacinput,
textarea.xacinput,
select.xacinput {
  height: 36px;
}

input[type=text].xacinput:focus,
input[type=email].xacinput:focus,
input[type=number].xacinput:focus,
textarea.xacinput:focus,
select.xacinput:focus {
  background-color: #f2f5fa;
  border:none;
  outline: 0;
  color: #617693;
}

input[type=text].xacinput.white,
input[type=number].xacinput.white {
  background-color: #fff;
  border: 1px solid #dddddd;
}

input[type=text].xacinput.white:focus,
input[type=number].xacinput.white:focus {
  background-color: #fff;
  border: 1px solid #dddddd;
}



.has-icon-input {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.has-icon-input>input.xacinput {
  padding-left: 45px;
}

.has-icon-input>img {
  width: 16px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  pointer-events: none;
  margin-left: 12px;
}


.social_link {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: 29px 29px;
  line-height: 29px;
  cursor: pointer;
}

a.facebook {
  background-image: url('../img/icons/facebook.png');
}
a.facebook:hover {
  background-image: url('../img/icons/facebook_hover.png');
}
a.twitter {
  background-image: url('../img/icons/twitter.png');
}
a.twitter:hover {
  background-image: url('../img/icons/twitter_hover.png');
}
a.flickr {
  background-image: url('../img/icons/flickr.png');
}
a.flickr:hover {
  background-image: url('../img/icons/flickr_hover.png');
}
a.instagram {
  background-image: url('../img/icons/instagram.png');
}
a.instagram:hover {
  background-image: url('../img/icons/instagram_hover.png');
}
a.youtube {
  background-image: url('../img/icons/youtube.png');
}
a.youtube:hover {
  background-image: url('../img/icons/youtube_hover.png');
}
a.rss {
  background-image: url('../img/icons/rss.png');
}
a.rss:hover {
  background-image: url('../img/icons/rss_hover.png');
}

.uk-datepicker-table a {
  border-radius: 0;
}

.uk-datepicker-table a.uk-active {
  background: #f68c1f;
}

.back-silver {
  background-color: #f2f5fa;
}

.xac-btn-group>button {
  background-color: #fff;
  font-weight: 500;
  border: none;
  margin-right: 6px;
  text-shadow: none;
}

.xac-btn-group>button.uk-active {
  background-color: #0056a4;
  color: #fff;
}

.currency_converter select {
  min-width: 300px;
  margin-top:-1px;
}

.currency_converter label:not(.inline) {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  display: block;
  margin-bottom:10px;
}

.currency_converter label.inline {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin-left: 6px;
  margin-right: 40px;
  display: inline-block;
}

.uk-form input[type="radio"], .uk-form input[type="checkbox"] {
  height: 14px;
  width: 14px;
  border: 1px solid #888888;
}

.uk-form input[type=radio]:checked:before {
  width: 8px;
  height: 8px;
  background: #0057a4;
}

.uk-form input[type=radio]:checked {
  border: 1px solid #0057a4;
}

/* START UK-TAB */
.maintext .uk-tab-grid:before{
  content: none;
}
.maintext .uk-tab-grid>li>a{
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  color: #222222;
  text-transform: uppercase;
  background: #f4f4f4;
  border: none;
  border-radius: 0;
  padding: 11px 18px;
  font-weight: 500;
  text-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  border: 1px solid #ddd;
  border-left: none;
  transition: none;
}
.maintext .uk-tab-grid.business>li>a,
.maintext .uk-tab-grid.corporate>li>a {
  color: #617693;
  background: #f2f5fa;
  border: 1px solid #d0d7e0;
}
.maintext .uk-tab>li:first-child>a{
  border-left: 1px solid #ddd;
}
.maintext .uk-tab.business>li:first-child>a,
.maintext .uk-tab.corporate>li:first-child>a {
  border-left: 1px solid #d0d7e0;
}
.maintext .uk-tab>li:nth-child(n+2)>a{
  margin-left: 0px;
}
.maintext .uk-tab>li.uk-active:nth-child(n+2)>a{
  margin-left: 0px;
}
.maintext .uk-tab>li.uk-open:not(.uk-active)>a,
.maintext .uk-tab>li:not(.uk-active)>a:focus,
.maintext .uk-tab>li:not(.uk-active)>a:hover{
  padding-bottom: 11px;
  margin-bottom: 0;
  background: #fafafa;
  color:#222222;
}
.maintext .uk-tab.business>li.uk-open:not(.uk-active)>a,
.maintext .uk-tab.business>li:not(.uk-active)>a:focus,
.maintext .uk-tab.business>li:not(.uk-active)>a:hover,
.maintext .uk-tab.corporate>li.uk-open:not(.uk-active)>a,
.maintext .uk-tab.corporate>li:not(.uk-active)>a:focus,
.maintext .uk-tab.corporate>li:not(.uk-active)>a:hover {
  background: #e3e7ed;
  color: #617693;
}

.maintext .uk-tab>li.uk-active>a{
  /*border: 1px solid #f47322;*/
  /*background: #f47322;*/
  background: #fafafa;
  /*color: #ffffff;*/
  margin-right: 0px;
}
.maintext .uk-tab.business>li.uk-active>a,
.maintext .uk-tab.corporate>li.uk-active>a {
  border: 1px solid #0057a4;
  background: #0057a4;
  color: #ffffff;
}

.maintext .uk-tab>li{
  text-align: center;
}
.maintext .uk-tab>li>img{
  width: 26px;
  display: none;
  margin-left: -13px;
  position: absolute;
  bottom: -10px;
}

.maintext .uk-tab>li .bottom-line {
  position: absolute;
  bottom: 0px;
  height: 3px;
  background-color: #f47322;
  left: 0px;
  display: none;
  right: 1px;
}

.maintext .uk-tab>li:first-child .bottom-line {
  left: 6px;
}

.maintext .uk-tab>li.uk-active>img, 
.maintext .uk-tab>li.uk-active .bottom-line {
  display: inline;
}

.maintext .uk-tab-responsive .tab-arrow,
.maintext .uk-tab-responsive .bottom-line {
  display: none;
}

.maintext ul.uk-switcher {
  padding: 25px!important;
  border: 1px solid #ddd;
  border-top: none;
}

.maintext .uk-tab-grid.silver>li>a{
  color: #444444;
  background: #f4f4f4;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: none;
  padding: 9px 5px;
  border-bottom: none;
}
.maintext .uk-tab.silver>li:nth-child(n+2)>a{
  margin-left: 0px;
}
.maintext .uk-tab.silver>li.uk-active:nth-child(n+2)>a{
  margin-left: 0px;
}
.maintext .uk-tab.silver>li.uk-open:not(.uk-active)>a,
.maintext .uk-tab.silver>li:not(.uk-active)>a:focus,
.maintext .uk-tab.silver>li:not(.uk-active)>a:hover{
  background: #fff;
  padding-bottom: 9px;
}

.maintext .uk-tab.silver>li.uk-active>a{
  background: #fff;
  margin-right: 0px;
}
.maintext .uk-tab.silver>li>img{
  width: 35px;
  display: none;
  margin-left: -17px;
  position: absolute;
  bottom: -10px;
  left: 50%;
}

.maintext .uk-tab.silver>li.uk-active>img{
  display: inline;
}

.maintext .uk-tab-responsive.silver .tab-arrow {
  display: none;
}
/* END UK-TAB */

.back-blue-box {
  background-color: #f47322;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  padding: 8px 0px 14px 0px;
}

.back-blue-box button.uk-button {
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 15px;
  border: none;
  border-radius: 2px;
  text-align: left;
}

.back-blue-box button.uk-button>i {
  margin-right: 10px;
}

.back-blue-box button.uk-button:not(.uk-button-link):hover {
  -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
}

.back-blue-box .uk-button-dropdown>.uk-button {
  background-color: #f68f4e;
  color: #fff;
  min-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.back-blue-box .uk-button-dropdown>.uk-button.active {
  background-color: #fff;
  color: #222222;
}

.back-blue-box .uk-button-dropdown>.uk-button i {
  color: #fab991;
  float: right;
  font-size: 18px;
  vertical-align: middle;
  margin-right: -5px;
  margin-left: 10px;
  margin-top: 5px;
}

.back-blue-box .uk-button-dropdown>.uk-button:hover,
.back-blue-box .uk-button-dropdown>.uk-button:focus {
  background-color: #fff;
  color: #222222;
}

.back-blue-box .uk-dropdown {
  border-radius: 2px;
}

/*  .back-blue-box .uk-nav-dropdown>li>a {
    line-height: 16px;
    font-size: 12px;
  }

  .back-blue-box .uk-nav-dropdown .uk-nav-header {
    line-height: 18px;
  }*/

.back-blue-box .uk-nav-header:not(:first-child) {
  margin-top: 0px;
}

.uk-nav-dropdown>li>a:focus, 
.uk-nav-dropdown>li>a:hover {
  background: #f78c1f;
  box-shadow: inset 0 0 5px rgba(0,0,0,.05);
  text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}

.back-blue-box button.silver {
  background-color: #f68f4e;
}

.back-blue-box button.silver:hover,
.back-blue-box button.silver:focus,
.back-blue-box button.silver.active {
  background-color: #fff;
  color: #222222;
}

.back-blue-box button.uk-button-link {
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  color: #fab991;
}

.back-blue-box button.uk-button-link:hover,
.back-blue-box button.uk-button-link:focus,
.back-blue-box button.uk-button-link.uk-active {
  color: #fff;
}


.back-gradient-black {
    background-image: -webkit-linear-gradient(180deg,rgba(1,26,51,.0) 40%,rgba(1,26,51,.3));
    background-image: -webkit-gradient(linear,center top,center bottom,from(rgba(1,26,51,.0)),to(rgba(1,26,51,.3)));
    background-image: -webkit-linear-gradient(top,rgba(1,26,51,.0) 40%,rgba(1,26,51,.3));
    background-image: linear-gradient(180deg,rgba(1,26,51,.0) 20%,rgba(1,26,51,.3));
}

[v-cloak] {
  display: none;
}

.xac-sidebar {
  padding-bottom: 60px;
}

.xac-sidebar .title {
  text-transform: uppercase;
  font-weight: 500;
  color: #0d0048;
}

.xac-sidebar .title>.has-icon {
  float: left;
  width: calc(100% - 60px);
}

.xac-sidebar .title>img {
  width:35px;
  margin-top: -5px;
  margin-right: 25px;
  float: left;
}

.xac-sidebar .content .inner>p {
  margin: 0px;
}

a.xaclink {
  color: #f47322;
}
a.xaclink:hover {
    color: #e37f18;
}

a.xaclink.business,
a.xaclink.corporate {
  color: #0057a4;
}
a.xaclink.business:hover,
a.xaclink.corporate:hover {
    color: #10306c;
}

.xac-insvisible {
  visibility: hidden;
}
.slidenav {
  font-size: 14px;
  padding: 10px 25px;
  border-top: 1px solid #ebebeb;
  background-color: #fff;
}

.slidenav>.left {
  float: left;
  width: 50%;
  text-align:left;
}
.slidenav>.right {
  float: left;
  width: 50%;
  text-align:right;
}

.news-item {
  color: #444444;
  padding: 0;
}

.news-item-grid .title {
  padding: 25px 20px 15px 25px;
}

.news-item-grid .uk-cover-background{
  height:232px;
  padding: 25px;
}

.news-item-grid .more {
  min-width: 125px;
}

.news-item .title {
  font-weight: 500;
  margin-top: 5px;
}

.news-item .cover_img {
  border-radius: 5px;
}

.news-item hr {
  margin: 30px 0px;
}

.uk-pagination {
  text-align: left;
  padding-left: 0px!important;
}
.uk-pagination>li {
  font-size: 14px;
  font-weight: 500;
}
.uk-pagination>li.next {
  float: right;
}
.uk-pagination>li.next>a {
  padding: 6px 25px;
}
  
.uk-pagination>.uk-active>span {
  background: #f47322;
}
.uk-pagination>li>a {
  color: #222;
  background: #fff;
}
.uk-pagination>li>a, .uk-pagination>li>span {
  padding: 6px 8px;
  border: 1px solid #dddddd;
  border-radius: 0px;
}

.news-detail>p {
  text-align: justify;
}

ul.timeline {
  list-style: none;
  padding-left: 0px;
}

ul.timeline>li {
  margin:0px;
}
ul.timeline>li>.year {
  background-image: url(../img/timeline.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 91px 50px;
  height: 51px;
  width: 91px;
  color: #fff;
  font-size: 16px;
  line-height: 51px;
  padding-left: 22px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
ul.timeline ul.inner {
  list-style: none;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  width: calc(100% - 170px);
  padding-bottom: 25px;
}

ul.timeline>li>ul.inner:before { 
  content: '';
  background-color: #ccc;
  top: 0px;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
}

ul.timeline>li:last-child>ul.inner:before { 
  content: '';
  height: calc(100% - 50px);
}

ul.timeline ul.inner>li {
  position: relative;
  margin-bottom: 20px;
  margin-top: 4px;
}

ul.timeline ul.inner>li:before { 
  content: '';
  background-color: #f47322;
  top: 20%;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: -46px;
  border: 2px solid #fff;
  margin-top: 7px;
}

ul.timeline ul.inner>li.arrow:before { 
  content: '';
  background-color: #fff;
  border: 2px solid #aaa;
}

ul.timeline ul.inner>li.arrow.active:before { 
  content: '';
  background-color: #fff;
  border: 2px solid #f47322;
}

ul.timeline ul.inner>li:after { 
   content: "";
  display: table;
}

ul.timeline ul.inner>li.arrow {
  margin-bottom: 30px;
}

ul.timeline ul.inner>li.arrow>a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 42px;
  text-align:center;
  color: #fff;
  font-size: 16px;
  background-color: #dddddd;
  margin-top: 1px;
}

ul.timeline ul.inner>li.arrow.active>a {
  background: #f24749;
  background: -moz-linear-gradient(45deg, #f24749 0%, #fba34c 100%);
  background: -webkit-linear-gradient(45deg, #f24749 0%, #fba34c 100%);
  background: linear-gradient(45deg, #f24749 0%, #fba34c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24749', endColorstr='#fba34c', GradientType=1);
}

ul.timeline ul.inner>li.arrow> i {
  margin-left: 1px;
}

ul.timeline ul.inner>li.arrow i:before {
  content: "\f054";
}

ul.timeline ul.inner>li.arrow.active i:before {
  content: "\f078";
}

ul.timeline ul.inner>li>.content {
  background-color: #fff;
  border-radius: 4px;
  padding: 17px 17px 17px 12px;
  color: #444;
  webkit-box-shadow: -5px 2px 55px -5px rgba(0, 87, 164, 0.2);
  -moz-box-shadow: -5px 2px 55px -5px rgba(0, 87, 164, 0.2);
  box-shadow: -5px 2px 55px -5px rgba(0, 87, 164, 0.2);
}

ul.timeline ul.inner>li>.content>img:first-child {
  margin-top: -5px;
  margin-bottom: -5px;
}

ul.timeline ul.inner>li>.content:before {
  content: '';
  position: absolute;
  top: 20%;
  right: 100%;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  margin-top: 3px;
}

ul.timeline ul.inner>li>.content:after {
  content: "";
  display: table;
  clear: both;
}

ul.timeline ul.inner>li>.content .special {
  margin-left: 50px;
  padding: 5px 0;
}

ul.timeline ul.inner>li>.content .special>hr {
  margin-left: -40px;
  margin-bottom: 15px;
}

.special>img:first-of-type {
  float: left;
  margin: 0px 0px 0px -40px!important;
}

.special>p:first-of-type {
  margin-top: 0!important;
}

.special>ul {
  margin-left: -18px;
}

.special>ul>li {
  margin-bottom: 15px;
}

.special>ul>li:last-child {
  margin-bottom: 0px;
}


.xac-download {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 17px;
  display: block;
}

a.xac-download:hover {
  color: #222222;
}

.xac-download .report-meta {
  padding: 20px;
  float: right;
  color: #222222;
}

.xac-download .left-icon {
  width: 3px;
  background-color: #f47322;
  position: absolute;
  top: 0px;
  bottom: 0px;
}

.xac-download .left-icon>img {
  position: absolute;
  top: 50%;
  margin-left: 25px;
  margin-top: -12px;
}

.xac-download .report-title {
  display: block;
  padding: 27px 10px 27px 31px;
  font-size: 16px;
}

.xac-download:hover .left-icon {
  width: 80px;
}

.xac-download:hover .report-title {
  padding-left: 107px;
}

.maintext .uk-accordion-title {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 15px 11px 15px 30px;
  background: #f2f5fa;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  border: none;
  border-radius: 0px;
  font-weight: 500;
}

.maintext.business .uk-accordion-title,
.maintext.corporate .uk-accordion-title {
  color: #0057a4;
}

.maintext .uk-accordion-content {
  padding: 30px;
  border: 1px solid #ebebeb;
  border-top: none;
  margin-bottom: 35px;
}

.accordion-icon {
  float: right;
  position: relative;
  background-color: #aebac7;
  margin-top: -5px;
  font-size: 18px;
  width: 29px;
  height: 29px;
  margin-left: 10px;
}

.accordion-icon>span {
  background-color: #f2f5fa;
  position: absolute;
  height: 3px;
  width: 13px;
  top: 13px;
  left: 8px;
}

.uk-accordion-title:not(.uk-active) .accordion-icon>span:first-child {
  transform: rotate(90deg);
}

.uk-accordion-title:not(.uk-active) .accordion-icon>span:last-child {
  transform: rotate(180deg);
}

.hr-grid .hr-icon {
  float: left;
  margin: -8px 15px 20px 0px;
}

.maintext .hr-grid .title {
  color: #f47322;
}

.maintext.business .hr-accordion .title,
.maintext.corporate .hr-accordion .title {
  color: #0d0048;
}

.hr-accordion .uk-accordion-content {
  -webkit-box-shadow: 0px 7px 34px -6px rgba(0, 87, 164, 0.2);
  -moz-box-shadow: 0px 7px 34px -6px rgba(0, 87, 164, 0.2);
  box-shadow: 0px 7px 34px -6px rgba(0, 87, 164, 0.2);
}

.maintext.business .hr-accordion .uk-accordion-content,
.maintext.corporate .hr-accordion .uk-accordion-content {
  color: #617693;
}

.xac-grid.overlay>div>*.active * {
  color:#fff!important;
}

.xac-grid.overlay>div>*.active *:before {
  color:#fff!important;
}

.white-icon,
.xac-grid.overlay>div>*.active img {
  filter: brightness(0) invert(1);
}

.xac-grid.overlay>div>*.active {
  border: 1px solid #ffce34;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f47322;
  background: -moz-linear-gradient(45deg, #ef4048 0%, #ffce34 100%);
  background: -webkit-linear-gradient(45deg, #ef4048 0%, #ffce34 100%);
  background: linear-gradient(45deg, #ef4048 0%, #ffce34 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4048', endColorstr='#ffce34', GradientType=1);
}

.xac-custom-form .uk-modal-dialog {
  max-width: 400px;
  padding: 30px;
}

.popup .uk-modal-dialog {
  max-width: 500px;
  padding: 36px;
}
.popup>.uk-modal-dialog>.uk-close:first-child {
  margin: -20px -20px 0 0;
}

.form-header {
  color: #f47322;
  margin: 10px 0 20px 0px;
  text-transform: uppercase;
}

  /*PARSLEY*/

  .parsley-error {
    border: 1px solid #ffaaaa!important;
  }

  .uk-label.parsley-error {
    border: none!important;
  }

  .uk-form-file.parsley-error {
    border: none!important;
  }

  .uk-form-file.parsley-error>.uk-button {
    border: 1px solid #ffaaaa!important;
  }

  .kb-input-validator {
    display: none;
  }

  .parsley-success~.kb-input-validator {
    color: #2c8f40;
    position: absolute;
    top: 41px;
    right: 1px;
    display: inline-block;
  }

  .uk-form-file.parsley-success>.kb-input-validator {
    color: #2c8f40;
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: inline-block;
  }
  
  .parsley-errors-list {
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: none!important;
    padding-left: 0!important;
    color: red;
    font-size: 12px;
    /*display:none !important;*/
  }

  .required {
    color: red;
  }
  .related-arrow {
    line-height:21px;
  }
  .related-arrow-o {
    float: right;
    line-height:21px;
  }
  .related_cover {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ebebeb;
    -webkit-background-size: auto 100%;
    -moz-background-size:  auto 100%;
    -o-background-size:  auto 100%;
    background-size:  auto 100%;
    overflow: hidden;
  }
  .related_cover {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ebebeb;
    -webkit-background-size: auto 100%;
    -moz-background-size:  auto 100%;
    -o-background-size:  auto 100%;
    background-size:  auto 100%;
    overflow: hidden;
  }
  .recommenditem.fourth .related_cover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
  }
  .recommenditem .white-icon {
    height:30px;
  }
  
  
  .uk-modal-page .uk-sticky-placeholder .menu.uk-active {
    display: none!important;
  }
  
  .uk-modal-dialog a, 
  .uk-modal-dialog button {
    outline: 0;
  }
  

/* tablet */

@media screen and (max-width: 768px) and (orientation: portrait),
screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 1024px) and (orientation: landscape) {
    .hanshbox {
        margin-right: -25px;
        margin-left: -25px;
    }
}


/* mobile */

@media screen and (max-width: 480px) and (orientation: portrait),
screen and (max-width: 750px) and (orientation: portrait),
screen and (max-width: 640px) and (orientation: landscape) {
    .footer .uk-text-right {
        text-align: left!important;
    }
    .text-44 {
        font-size: 24px;
        line-height: 32px;
    }
    .text-32 {
      font-size: 24px;
      line-height: 32px;
    }
    .featured .text-32 {
        font-weight: 500;
    }
    .hanshbox,
    .comparisondiv {
        margin-right: -25px;
        margin-left: -25px;
    }
    .xacproduct_photo {
        display: block;
        height: 200px!important;
    }
    .maincontent {
        border-top: 1px solid #ebebeb;
    }
    .maincontent h2 {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 0px;
    }
    .comparisonitem img.uk-float-right {
      width: 25px!important
    }
   .comparisonitem .product-brief-o {
      padding-right: 0px;
    }
    .comparisonitem .compare-title {
      padding-right: 30px;
    }
    .sidemenu {
      padding-bottom: 0px;
    }
    .recommenditem .content2 {
      padding: 10px 20px 20px 20px;
    }
    .float-left-small {
      float:left!important;
    }

    h1.page-bigtitle {
      font-size: 22px;
      line-height: 28px;
    }
    ul.timeline>li>.year {
      display: block;
    }
    ul.timeline ul.inner {
      width: calc(100% - 35px);
    }
    .xac-sidebar {
      padding-bottom: 15px;
    }
    .currency_converter select {
      min-width: 100px;
      margin-top:-1px;
    }
}

@media (max-width: 520px) {
  .back-blue-box .uk-button-dropdown>.uk-button {
    min-width: 50px;
  }

  .back-blue-box button.uk-button {
    font-size: 14px;
  }
}

@media (max-width: 376px) {
  .comparisonitem, 
  .comparisonitem-small {
    padding:15px!important;
  }
  .comparisonitem img.uk-float-right {
      width: 20px!important
  }
  .comparisonitem .compare-title {
      padding-right: 25px;
    }
}

@media (max-width: 321px) {
  .back-blue-box .uk-button-dropdown {
    max-width: 36%!important;
  }
}