@-webkit-keyframes up_and_down {
    0% {transform: translateY(0px);}
    45% {transform: translateY(-15px);}
    100% {transform: translateY(0px);}
}
@keyframes up_and_down {
    0% {transform: translateY(0px);}
    45% {transform: translateY(-15px);}
    100% {transform: translateY(0px);}
}

body {
    color: #606060;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
}
body {
    padding-top: 150px;
}
h1, h2, h3, h4 {
    color: inherit;
    font-weight: 600;
    line-height: 1.3em;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
.image.centered.top > img {
    top: 0%;
    transform: translateX(-50%) translateY(-10%);
    -webkit-transform: translateX(-50%) translateY(-10%);
}
a.anchor {
    display: block;
    -ms-transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
}
.wrapper {
    display: block;
    position: relative;
    padding: 70px 0 70px;
}
.wrapper.minimal {
    padding: 50px 0 50px;
}
.wrapper.no-top {
    padding-top: 0 !important;
}
.wrapper.no-bottom {
    padding-bottom: 0 !important;
}
.wrapper.grey {
    background: #f4f4f4;
}
.wrapper.blue {
    color: #fff;
    background: #004ba1;
}
.wrapper.blue .article h1,
.wrapper.blue .article h2 {
    color: #fff;
}
.wrapper .container {
    position: relative;
    z-index: 15;
}
.wrapper .main-sidebar {
    position: relative;
    padding-left: 25px;
}
.main-wrapper {
    min-height: calc(100vh - 482px);
}
.container {
    padding: 0 20px;
}
.container-fluid {
    padding: 0 20px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
}
article a:not(.button) {
    text-decoration: none;
}
.nowrap {
    white-space: nowrap;
}
.iframe-wrap {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.iframe-wrap > iframe {
    border: 0;
    outline: 0;
    width: 100%;
    height: auto;
}



/* Buttons */
.button {
    cursor: pointer !important;
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none !important;
    padding: 9px 16px;
    line-height: 1.35em;
    outline: none;
    color: #606060;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.button:not(.disabled):hover,
.button:not(.disabled):focus {
    outline: none;
    box-shadow: inset 0px 0px 8px rgba(0,0,0,0.07);
}
.button:not(.light) {
    font-weight: 600;
}
.button.large {
    font-size: 17px;
    font-weight: 400;
    padding: 10px 25px;
}
.button.disabled {
    cursor: not-allowed !important;
    opacity: 0.5;
}
.button.large.basic {
    padding: 12px 25px;
}
.button:not(.disabled):hover,
.button:not(.disabled):focus {
    border: 1px solid #e2e2e2;
    background: #e2e2e2;
}
.button.main {
    color: #ffffff;
    border: 1px solid #004ba1;
    background: #004ba1;
}
.button:not(.disabled).main:hover,
.button:not(.disabled).main:focus {
    border: 1px solid #0d3b71;
    background: #0d3b71;
}
.button.basic {
    font-weight: 500;
    color: #888;
    background: #fff;
    border: 1px solid #dcdcdc;
}
.button:not(.disabled).basic:hover,
.button:not(.disabled).basic:focus {
    color: #004ba1;
    background: #fbfbfb;
    border: 1px solid #b3b3b3;
}
.button.icon:not(.right) {
    padding-left: 44px !important;
}
.button.icon.right {
    padding-right: 44px !important;
}
.button.icon::before,
.button.icon::after {
    content: ' ';
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
.button.icon:not(.right)::before,
.button.icon:not(.right)::after {
    top: 5px;
    left: 7px;
    right: auto;
    bottom: 5px;
}
.button.icon.right::before,
.button.icon.right::after {
    top: 5px;
    left: auto;
    right: 7px;
    bottom: 5px;
}
.button:not(.disabled).icon:hover::before,
.button:not(.disabled).icon:focus::before {
    opacity: 0;
}
.button.icon::after {
    opacity: 0;
}
.button.icon:hover::after,
.button.icon:focus::after {
    opacity: 1;
}
.button.icon.email::before {
    background-image: url('/images/icon-email.png');
    background-size: 19px;
}

.button.cart {
    padding-right: 55px;
}
.button.cart::after {
    content: ' ';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/images/icon-cart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    position: absolute;
    top: -1px;
    right: 10px;
}



/* Forms */
.alert {
    display: block;
    padding: 15px 20px 16px;
    border-width: 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.alert.alert-inline {
    display: inline-block;
}
.alert.alert-danger {
    color: #721c24;
    background-color: #ffedef;
    border-color: #e2bcbe;
}
.alert.alert-success {
    color: #155724;
    background-color: #ecfbef;
    border-color: #c1d4c5;
}
.alert.alert-info {
    color: #084b6b;
    background-color: #eefaff;
    border-color: #cadfe8;
}
.alert > strong {
    margin-bottom: 8px;
}
.alert ul {
    padding-left: 20px;
}
form.form {
    position: relative;
    margin-bottom: 15px;
}
form.form .field {
    margin-bottom: 12px;
}
form.form .actions {
    margin-top: 22px;
}
form.form .field.merge {
    display: block;
    position: relative;
    max-width: 100%;
    width: 400px;
}
form.form .field.merge:not(.out) {
    width: 310px;
    padding-right: 95px;
}
form.form .field.merge > .buttons {
    position: absolute;
    top: 1px;
    right: 0;
    margin: 0;
    z-index: 5;
    font-size: 16px;
}
form.form .field.merge.out > .buttons {
    top: 0;
}
form.form .field.merge > select,
form.form .field.merge > input[type="text"],
form.form .field.merge > input[type="number"] {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
form.form .field.merge.out > select,
form.form .field.merge.out > input[type="text"],
form.form .field.merge.out > input[type="number"] {
    min-height: 48px;
}
form.form .field.merge .control {
    width: 40px;
    height: 40px;
}
form.form .field.merge .control::before,
form.form .field.merge .control::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 18px;
    left: 12px;
    width: 15px;
    height: 3px;
    background: #606060;
}
form.form .field.merge .control.plus::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}


form.form .field label.label {
    display: none;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1em;
}
form.form .field input[type="text"],
form.form .field input[type="email"],
form.form .field input[type="number"],
form.form .field input[type="password"],
form.form .field .input-fake,
form.form .field select,
form.form .field textarea {
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 9px 14px 10px;
    border: 1px solid #d8d8d8;
    transition: 0.3s;
}
form.form .field input[type="text"]:focus,
form.form .field input[type="email"]:focus,
form.form .field input[type="number"]:focus,
form.form .field input[type="password"]:focus,
form.form .field .input-fake.focus,
form.form .field select:focus,
form.form .field textarea:focus {
    outline: none;
    border-color: #004ba1;
}
form.form .field textarea {
    height: 150px;
}
form.form .field .set label.radio input,
form.form .field .set label.checkbox input {
    margin-right: 12px;
}
form.form .input-button {
    display: block;
    position: relative;
}
form.form .input-button input[type="text"],
form.form .input-button input[type="email"],
form.form .input-button input[type="number"],
form.form .input-button input[type="password"],
form.form .input-button select,
form.form .input-button textarea {
    font-size: 14px;
    border-width: 1px;
}






form.form .input-button .button {
    display: inline-block;
    font-size: 14px;
    padding: 9px 16px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
form.form .anchor {
    display: block;
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
}
form.form .field textarea::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field textarea:-ms-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field textarea::-ms-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field textarea::placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field textarea:-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}
form.form .field textarea::-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}
form.form .field input::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field input:-ms-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field input::-ms-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field input::placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field input:-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}
form.form .field input::-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}
form.form .field-recaptcha {
    display: block;
    position: relative;
    margin: 0;
    width: 300px;
    height: 70px;
    overflow: visible;
    margin-top: 22px;
}
form.form-posted .field-recaptcha {
    display: block;
}
form.form .field-recaptcha .g-recaptcha {
    display: inline-block;
    width: 300px;
    height: 70px;
    -ms-transform: scale(0.78);
    transform: scale(0.78);
    -webkit-transform: scale(0.88);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.recaptcha-right .field-recaptcha .g-recaptcha,
form.form .field-recaptcha.is-right .g-recaptcha {
    width: 440px !important;
    transform-origin: 100% 0 !important;
    -ms-transform-origin: 100% 0 !important;
    -webkit-transform-origin: 100% 0 !important;
}

.form-wrap.form-spread .article {
    text-align: center;
}
.form-wrap.form-spread form.form {
    display: block;
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
}
.form-wrap.form-spread .field {
    position: relative;
    padding-left: 300px;
    min-height: 36px;
}
.form-wrap.form-spread .field label.label {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 280px;
    text-align: right;
}
.form-wrap.form-spread .actions {
    text-align: right;
}
.form-wrap.form-spread .field .set label.checkbox {
    display: block;
}





/* Table */
.table-wrap {
    display: block;
    position: relative;
    overflow: auto;
}
.table-wrap table {
    width: 100%;
}
.table-wrap table.style thead th {
    color: #fff;
    background: #004ba1;
    padding: 12px 16px;
    font-weight: 600;
}
.table-wrap table.style tbody tr td {
    padding: 12px 16px;
}
.table-wrap table.style tbody tr:nth-child(even) td {
    background: #f2f6fb;
}




/* Sliders */
.slider-wrapper {
    display: block;
    position: relative;
    max-height: 100%;
    padding: 45px 0;
}
.slider-wrap {
    display: block;
    position: relative;
}
.slider {
    list-style: none !important;
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.slider .slick-slide,
.slider .slick-slide > div {
    line-height: 0em;
}
.slider.clean:not(.navigation) .slick-arrow,
.slider.clean .slick-dots {
    display: none !important;
}
.slider-wrap .slick-arrow {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    font-size: 0;
    color: transparent;
    background: transparent;
    outline: none;
    border: none;
    z-index: 10;
    opacity: 0.45;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.slider-wrap .slick-arrow:hover,
.slider-wrap .slick-arrow:focus {
    opacity: 1;
}
.slider-wrap .slick-arrow.slick-next {
    left: auto;
    right: 10px;
}
.slider-wrap .slick-arrow::after {
    content: ' ';
    display: inline-block;
    background-image: url('/images/next-white.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;

}
.slider-wrap .slick-arrow.slick-prev::after {
    background-image: url('/images/prev-white.png');
    background-repeat: no-repeat;
    background-position: center;
}



/* Pagination */
ul.pagination > li.item {
    margin-right: 4px;
    margin-bottom: 5px;
}
ul.pagination > li.item > * {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    color: #9a9a9a;
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 7px;
}
ul.pagination > li.item > *:hover {
    border: 2px solid #dadada;
    background: #fff;
}
ul.pagination > li.item.active > * {
    color: #fff;
    background: #004ba1;
    border: 2px solid #004ba1;
    font-weight: 600;
}
.row.small {
    margin: 0 -5px;
}
.row.small > div {
    padding: 0 5px;
}
.row.zero {
    margin: 0 0px;
}
.row.zero > div {
    padding: 0 0px;
}


/* Content */
.article {
    line-height: 1.5em;
}
.article.top {
    margin-top: 15px;
}
.article.bottom {
    margin-bottom: 40px;
}
.article.center {
    text-align: center;
}
.article.centered {
    margin-left: auto;
    margin-right: auto;
}
.article.maxed {
    width: 700px;
    max-width: 100%;
}

.article p {
    margin: 0 0 15px;
}
.article a:not(.button) {
    text-decoration: underline;
}
.article p:last-child {
    margin-bottom: 0px;
}
.article h1,
.article h2 {
    color: inherit;
    margin-bottom: 15px;
}
.article h1:first-child {
    margin-bottom: 25px;
}
.article ul,
.article ol {
    padding-left: 20px;
    margin-bottom: 15px;
}
.article table {
    width: 100%;
    margin-bottom: 0px;
}
.article table tr td {
    line-height: 1.4em;
    padding: 4px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}
.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.article-form.right {
    padding-left: 30px;
}
.article.labels h1 > strong,
.article.labels h2 > strong {
    display: inline-block;
    color: #fff;
    background-color: #0096b0;
    padding: 4px 9px 5px;
    margin: 0 4px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.article.labels h1 > strong {
    padding: 2px 9px 5px;
}
.brand-article {
    display: block;
    position: relative;
    padding-right: 115px;
    min-height: 160px;
}
.brand-article .brands {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
    width: 95px;
}
.brand-article .brands > img {
    width: 95px;
    margin-bottom: 14px;
}
.title-button {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.title-button > .buttons {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
.title-button > .buttons.button,
.title-button > .buttons > .button {
    margin-right: 0;
}



/* Header */
.header-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(7, 60, 120, 0.1);
}
.header-wrapper .header {
    display: block;
    position: relative;
    height: 102px;
    /*padding-top: 20px;*/
    padding-top: 30px;
    box-sizing: content-box;
    transition: 0.2s;
}
.header-wrapper.main .header {
    height: 72px;
}
.header-wrapper .header-top {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    font-size: 0;
}
.header-wrapper .header-top ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0 0 0 8px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.header-wrapper .header-top ul > li {
    display: inline-block;
    vertical-align: top;
}
.header-wrapper .header-top ul > li.static {
    font-size: 15px;
    font-weight: 600;
    color: #606060;
    background: #f0f0f0;
    text-decoration: none !important;
    padding: 6px 8px 6px;
    transition: 0.2s;
}
.header-wrapper .header-top ul > li.static.no-left {
    padding-left: 0 !important;;
}
.header-wrapper .header-top ul > li.flags #trans {
    display: inline-block;
    margin-left: 8px;
    float: right;
}
.header-wrapper .header-top ul > li.flags > img {
    display: inline-block;
    vertical-align: top;
    margin: -2px 0 0;
    width: 32px;
}
.header-wrapper .header-top ul > li > a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    color: #606060;
    background: #f0f0f0;
    text-decoration: none !important;
    padding: 9px 9px 11px;
    transition: 0.2s;
}
.header-wrapper .header-top ul > li > a:hover,
.header-wrapper .header-top ul > li > a:focus {
    background: #e2e2e2;
    box-shadow: inset 0px 0px 8px rgba(0,0,0,0.07);
}
.header-wrapper .header-top ul > li:first-child > a {
    padding-left: 18px;
}
.header-wrapper .header-top ul > li:last-child > a {
    padding-right: 18px;
}
.header-wrapper .header-top ul > li.active > a {
    color: #fff;
    background: #004ba1;
}
.header-wrapper .header-top ul > li.active > a:hover,
.header-wrapper .header-top ul > li.active > a:focus {
    background: #0d3b71;
}
.header-wrapper .header-top ul > li > a > span {
    display: inline-block;
    vertical-align: top;
}
.header-wrapper .header-top ul > li > a > img {
    display: inline-block;
    vertical-align: -4px;
    width: 20px;
    height: auto;
    margin-right: 3px;
}
.header-wrapper .header-top ul > li > a > img.email {
    margin-top: 1px;
}
.header-wrapper .header-top ul > li > a > img.phone {
    width: 21px;
    vertical-align: -5px;
}





/* Logo */
.logo-wrap {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10;
}
.logo-wrap > .logo {
    display: block;
    position: relative;
    z-index: 20;
    margin-top: -2px;
    width: 175px;
}
.logo-wrap > .logo > img {
    display: block;
    width: 100%;
    height: auto;
}
.logo-wrap.float > .logo {
    width: 190px;
}
.logo-wrap.float > .logo > img {
    width: 65px;
}

.logo-section.float::before,
.logo-wrap.float::before {
    content: ' ';
    display: inline-block;
    width: 140px;
    height: 25px;
    background-image: url(/images/logo-text.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 110px;
    position: absolute;
    top: 28px;
    left: 80px;
    z-index: 10;
}

.logo-section.float::before {
    top: auto;
    left: auto;
    bottom: 0;
    right: -6px;
    transform: translateX(100%);
    background-size: auto 16px;
}



/*!* Logo *!*/
/*.logo-wrap {*/
/*    display: block;*/
/*    position: absolute;*/
/*    !*top: 30px;*!*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    -webkit-transform: translateY(-50%);*/
/*    z-index: 10;*/
/*}*/
/*.logo-wrap > .logo {*/
/*    display: block;*/
/*    position: relative;*/
/*    margin-top: -20px;*/
/*    width: 250px;*/
/*}*/
/*.logo-wrap > .logo > img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
/*.logo-wrap.float > .logo {*/
/*    width: 190px;*/
/*}*/
/*.logo-wrap.float > .logo > img {*/
/*    width: 65px;*/
/*}*/
/*.logo-wrap.float::before {*/
/*    content: ' ';*/
/*    display: inline-block;*/
/*    width: 140px;*/
/*    height: 25px;*/
/*    background-image: url(/images/logo-text.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: top left;*/
/*    background-size: 110px;*/
/*    position: absolute;*/
/*    top: 28px;*/
/*    left: 80px;*/
/*    z-index: 10;*/
/*}*/







/* Logo Section */

.logo-section {
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    height: 96px;
    top: 2px;
    left: 0;
    width: 96px;
    width: 120px;
    max-width: 100%;
}
.logo-section .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}
.logo-section .logo img {
    max-height: 100%;
}
.logo-section .logo-1 {
    height: 84px;
}
.logo-section .logo-2 {
    height: 84px;
}
.logo-section .logo-3 {
    height: 84px;
}
.logo-section .logo-4 {
    height: 84px;
}
.logo-section .logo-5 {
    height: 84px;
}







/* Logo Banner */

.logo-banner {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    height: 60px;
    top: 42px;
    right: 0;
    width: 500px;
    max-width: 100%;
    pointer-events: none;
}
.logo-banner .banner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}
.logo-banner .banner img {
    max-width: 100%;
    max-height: 100%;
}
.logo-banner .banner-1 {
    padding: 10px 0 5px;
}
.logo-banner .banner-2 {
    padding: 10px 0 5px;
}
.logo-banner .banner-3 {
    padding: 10px 0 5px;
}






/* Menu */
.menu-wrapper {
    display: block;
    position: relative;
    padding-top: 22px;
    text-align: right;
    transition: 0.2s;
}
.header-wrapper.main .menu-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    right: -500px;
    background-color: #004ba1;
}
.header-wrapper.main .menu-wrapper {
    padding: 0;
}
.header-wrapper.main .menu-wrapper .menu {
    text-align: center;
}
.menu-wrapper .menu {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-wrapper.main .menu-wrapper .menu {
    background-color: #004ba1;
}
.menu-wrapper .menu > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.menu-wrapper .menu li > a {
    display: block;
    position: relative;
    padding: 15px 8px;
    font-size: 11.25pt;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: 0.2s;
}
.menu-wrapper .menu > li > a {
    color: #fff;
}
.menu-wrapper .menu > li.active > a {
    background-color: #0d3b71;
}
.menu-wrapper .menu > li:hover > a,
.menu-wrapper .menu > li:focus > a {
    background-color: #0d3b71;
}
.menu-wrapper .menu ul li.active > a {
    color: #0095b0;
}
.menu-wrapper .menu ul li:hover > a,
.menu-wrapper .menu ul li:focus > a {
    color: #004ba1;
}

.menu-wrapper .menu li > a > span {
    position: relative;
    z-index: 20;
}
.menu-wrapper .dropdown li a::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -7px;
    left: -7px;
    z-index: 5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #f0f0f0;
    transition: 0.25s;
}
.menu-wrapper .menu .dropdown li a {
    text-transform: none;
    font-weight: 500;
}
.menu-wrapper .menu .dropdown li a::before {
    background: #fff;
}
.menu-wrapper .menu li.item-parent > a::before {
    top: 26px;
    bottom: 26px;
}
.menu-wrapper .menu li:hover > a::before,
.menu-wrapper .menu li:focus > a::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}





/* Menu Dropdown */
.menu-wrapper .menu .dropdown {
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: -22px;
    text-align: left;
    background: #f0f0f0;
    background: #f6f6f6;
    padding: 16px 40px 16px 22px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: inset 0px 0px 10px rgba(0, 75, 161, 0.05);
    -webkit-transform: translateY(100%) scale(0);
    transform: translateY(100%) scale(0);
    -webkit-transform-origin: 30% 0;
    transform-origin: 30% 0;
    transition: 0.25s;
    opacity: 0;
}
.menu-wrapper .menu li.has-dropdown:hover > .dropdown {
    -webkit-transform: translateY(100%) scale(1);
    transform: translateY(100%) scale(1);
    opacity: 1;
}
.menu-wrapper .menu .dropdown ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-wrapper .menu .dropdown ul li {
    display: block;
    white-space: nowrap;
}
.menu-wrapper .menu .dropdown ul li > a {
    display: inline-block;
    position: relative;
    padding: 3px 0;
}


.menu-wrapper .menu .dropdown li.has-dropdown > .dropdown {
    left: auto;
    bottom: auto;
    top: 0;
    right: 16px;
    background: #ececec;
    transform: translateY(100%) translateX(100%) scale(0);
    -webkit-transform: translateY(100%) translateX(100%) scale(0);
    -webkit-transform-origin: 0% 0;
    transform-origin: 0% 0;
}
.menu-wrapper .menu .dropdown li.has-dropdown:hover > .dropdown {
    transform: translateY(100%) translateX(100%) scale(1);
    -webkit-transform: translateY(100%) translateX(100%) scale(1);
    opacity: 1;
}






/* Background */
.background-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}
.background-slider .slide {
    position: relative;
}
.background-slider .slide .image {
    position: relative;
    height: 500px;
}
.background-slider .slide .image::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background: rgba(35, 95, 160, 0.55);
}
.background-slider .background-content .container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
}
.background-slider .background-content .article {
    display: block;
    position: relative;
    width: 740px;
    max-width: 100%;
    margin: 20px auto 0;
    top: 50%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    overflow: hidden;
}
.background-slider .background-content .article a {
    cursor: pointer !important;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 14px 24px;
    margin-top: 10px;
    line-height: 1.35em;
    outline: none;
    color: #ffffff;
    border: 1px solid #004ba1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #004ba1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.background-slider .background-content .article a:hover,
.background-slider .background-content .article a:focus {
    border: 1px solid #0d3b71;
    background: #0d3b71;
}
.background-wrapper .background-bottom {
    display: block;
    color: #ffffff;
    background: #004ba1;
}
.background-wrapper .background-bottom .row {
    margin: 0 -22px;
}
.background-wrapper .background-bottom .row > div {
    position: relative;
    padding: 0 20px;
}
.background-wrapper .background-bottom .row > div:not(:first-child)::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 30px;
    bottom: 30px;
    width: 2px;
    left: -1px;
    background: rgba(255,255,255,0.45);
}
.background-wrapper .bottom-block {
    display: block;
    position: relative;
    padding: 30px 0 25px 65px;
}
.background-wrapper .bottom-block .image {
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    width: 50px;
}
.background-wrapper .bottom-block .article p {
    font-size: 14px;
    margin: 0 0 10px;
}
.background-wrapper .bottom-block .article h2 {
    font-size: 20px;
    margin: 0 0 10px;
}



/* Footer */
.footer-wrapper {
    display: block;
    position: relative;
    color: #fff;
    background: #004ba1;
}
.footer-wrapper .footer {
    display: block;
    position: relative;
    padding: 65px 0 15px;
}
.footer-wrapper .footer-block {
    display: block;
    position: relative;
    margin-bottom: 40px;
}
.footer-wrapper .footer-block h2 {
    font-size: 22px;
}
.footer-wrapper .footer-block ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-wrapper .footer-block ul:not(.social-media) > li {
    display: block;
    vertical-align: top;
    max-width: 100%;
}
.footer-wrapper .footer-block ul:not(.social-media) > li > img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 26px;
}
.footer-wrapper .footer-block ul > li > span {
    display: inline-block;
    vertical-align: middle;
}
.footer-wrapper .footer-block.locations ul > li {
    display: inline-block;
    width: 150px;
}
.footer-wrapper .footer-block.contact ul > li {
    margin-bottom: 10px;
}
.footer-wrapper .footer-block ul.social-media {
    margin-left: -3px;
}



/* Social */
ul.social-media {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-media > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}
ul.social-media > li > a {
    display: block;
    position: relative;
}
ul.social-media > li.circular > a {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    transition: 0.2s;
    text-align: center;
    overflow: hidden;
}
ul.social-media > li.circular.facebook > a  {
    background-color: #3a589b;
}
ul.social-media > li.circular.twitter > a  {
    background-color: #598cca;
}
ul.social-media > li.circular.instagram > a  {
    background-color: #517fa6;
}
ul.social-media > li.circular.linkedin > a  {
    background-color: #0077B5;
}

ul.social-media > li.circular > a:hover {
    background-color: #0d3b71 !important;
    box-shadow: inset 0px 0px 20px hsla(0, 0%, 0%, 0.15) !important;
}
ul.social-media > li.circular > a > img {
    display: inline-block;
    margin-top: 7px;
    width: 32px;
    transition: 0.2s;
}
ul.social-media > li.circular > a:hover > img,
ul.social-media > li.circular > a:focus > img {
    margin-top: 9px;
    width: 28px;
}
.social-wrap img.bow {
    margin-top: 10px;
}
ul.icons {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.icons > li {
    display: block;
    vertical-align: top;
    margin-bottom: 10px;
    max-width: 100%;
}
ul.icons > li > img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 26px;
}
ul.icons > li > span {
    display: inline-block;
    vertical-align: middle;
}
ul.icons > li > span > a {
    text-decoration: none !important;
}
ul.icons > li > span > a:hover,
ul.icons > li > span > a:focus {
    text-decoration: underline !important;
}


/* Developer Copyright */
.developer-wrapper {
    display: block;
    padding: 0 0 25px;
}
.developer-wrapper .developer-wrap {
    display: inline-block;
    position: absolute;
    right: 22px;
    bottom: 16px;
}
.developer-wrapper .developer {
    display: inline-block;
    width: 36px;
    opacity: 0.4;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus {
    width: 160px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.developer-wrapper .developer > img {
    display: block;
    width: 160px !important;
    max-width: none;
}
.developer-wrapper .bottom-menu {
    margin-top: 20px;
}
.developer-wrapper .bottom-menu .menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.developer-wrapper .bottom-menu .menu > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.developer-wrapper .bottom-menu .menu > li > a {
    display: block;
    font-size: 13px;
    opacity: 0.6;
    transition: 0.2s;
}
.developer-wrapper .bottom-menu .menu > li > a:hover,
.developer-wrapper .bottom-menu .menu > li > a:focus {
    opacity: 1;
}



/* Homepage */
.home-wrapper .article.main,
.home-wrapper .article.intro {
    text-align: center;
}



/* Blocks */
.blocks-wrap {
    display: block;
    position: relative;
}
.blocks-wrap.sub {
    margin-bottom: 15px;
}
.blocks-wrap.bottom {
    margin-bottom: 30px;
}
.blocks-wrap .block-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
    background: #f0f0f0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 30px 35px 15px;
    overflow: hidden;
}
.blocks-wrap .block-item h2 {
    font-size: 22px;
}
.blocks-wrap .block-review .article p:last-child {
    margin-bottom: 15px;
}
.blocks-wrap .block-item ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.blocks-wrap .block-item ul > li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 34px;
}
.blocks-wrap .block-item ul > li::before {
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    background-color: #0096b0;
    background-image: url('/images/icon-check.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.blocks-wrap .block-item ul > li > a {
    display: block;
}
.blocks-wrap .block-review .starbox .stars {
    background: #f0f0f0;
}
.blocks-wrap .block-review .starbox .stars .star_holder .star {
    width: 24px;
    height: 24px;
    border: 1px solid #f0f0f0;
    background-image: url('/libs/optional/jstarbox/images/5-greyer.png');
}
.blocks-wrap .block-review .starbox .stars .star_holder .star::after {
    border: 1px solid #f0f0f0;
}
.blocks-wrap .block-review .subtitle {
    display: block;
    margin-bottom: 10px;
}
.blocks-wrap .block-review .author {
    display: block;
    margin-bottom: 10px;
}
.blocks-wrap .block-review .author h2,
.blocks-wrap .block-review .author h3 {
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    margin: 0px 10px 0 0;
}
.blocks-wrap .block-review .author .rating {
    display: inline-block;
    vertical-align: top;
}
.blocks-wrap .block-review .score {
    display: inline-block;
    vertical-align: middle;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    background: #004ba1;
    padding: 20px 24px 23px;
    border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: 0.2s;
}



/* Block segment */
.block-segment {
    display: block;
    position: relative;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 25px;
    border: 2px solid #f0f0f0;
    overflow: hidden;
}
.block-segment.active {
    color: #fff;
    background: #004ba1;
    border-color: #004ba1;
}
.block-segment:not(.clean) {
    margin-bottom: 30px;
}
.block-segment.bottom {
    margin-bottom: 35px;
}

.row.has-blocks > div {
    padding-bottom: 30px;
}
.row.has-blocks > div .block-segment {
    height: 100%;
    margin-bottom: 0 !important;
}

.block-segment.space {
    padding: 35px;
}
.block-segment.has-right {
    padding-right: 240px;
}
.block-segment.has-right > .image {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 210px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0 30px;
}
.block-segment.has-right > .image > img {
    display: block;
    width: 100%;
}
.block-segment.maps {
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: right;
}
.block-segment.maps .maps-contact {
    display: block;
    background: #fff;
    padding: 20px 25px;
    border-radius: 0 0 8px 0;
    -moz-border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
    border: 2px solid #f0f0f0;
    border-top: 0;
    border-left: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 35;
    width: 240px;
    overflow: hidden;
}
.block-segment.maps .maps-contact p {
    margin: 8px 0 0;
}
.block-segment.maps .maps-image {
    display: inline-block;
    position: relative;
    margin: 90px 5px 0;
    max-width: 100%;
    width: 430px;
    z-index: 15;
}
.block-segment.maps .maps-image.center {
    display: block;
    margin: 40px auto 30px;
}
.block-segment.maps .maps-image > img {
    display: block;
    position: relative;
    opacity: 0.6;
    z-index: 10;
    width: 430px;
    max-width: none;
}
.block-segment.maps .maps-image > .location {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    transition: 0.2s;
}
.block-segment.maps .maps-image > .location.active,
.block-segment.maps .maps-image > .location:hover,
.block-segment.maps .maps-image > .location:focus {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.block-segment.maps .maps-image > .location > img {
    display: inline-block;
    width: 28px;
}





/* Tabs */
.tabs-wrap {
    display: block;
    position: relative;
}
.tabs-wrap ul.head {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tabs-wrap ul.head.bottom {
    margin-bottom: 12px;
}
.tabs-wrap ul.head > li {
    display: inline-block;
    vertical-align: top;
}
.tabs-wrap ul.head > li > a {
    font-weight: 600;
    margin: 0 3px 7px 0;
}
.tabs-wrap ul.head > li > a.active {
    color: #fff;
    background: #004ba1;
}
.tabs-wrap .tab:not(.active) {
    display: none;
}




/* News */
.article-item h2,
.article-item h3 {
    font-size: 20px;
}
.article-item.product h2,
.article-item.product h3 {
    font-size: 18px;
    margin-bottom: 23px;
}
.article-item .subtitle {
    margin-bottom: 15px;
}
.article-item .button.more {
    margin: 18px 0 -4px;
}
.article-item .button.more:not(:first-child) {
    margin-left: 5px;
}
.article-item .price {
    font-size: 26px;
}
.article-item .stock {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #606060;
    background: #f0f0f0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
    padding: 2px 8px 3px;
    position: absolute;
    top: -35px;
    right: 0;
}
.article-item .stock.active {
    color: #fff;
    background: #00ad4c;
}
.article-item .title {
    display: block;
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    height: 3em;
}
.article-item .title > h2,
.article-item .title > h3 {
    display: block;
    margin-bottom: 0 !important;
}
.article-item .image {
    display: block;
    position: relative;
    text-align: center;
    height: 210px;
}
.article-item .image > img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.article-item .actions {
    display: block;
    position: relative;
    min-height: 45px;
    margin-top: 20px;
    padding-top: 12px;
}
.article-item .actions .button.more {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}
.article-detail .subtitle {
    margin: 15px 0;
}
.article-detail .actions {
    margin-top: 35px;
}



/* Account */
.login-form,
.recover-form {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 300px;
    max-width: 100%;
}



/* Products */
.product-detail .product-images .image {
    display: block;
    height: 310px;
}
.product-detail .product-order {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
}
.product-detail .product-price {
    display: block;
    position: relative;
    min-height: 105px;
    margin-bottom: 25px;
}
.product-detail .product-price span.price {
    display: inline-block;
    color: #fff;
    background: #adadad;
    font-size: 23px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    padding: 8px 20px 9px 15px;
    margin: 10px 0 25px;
}
.product-detail .product-images .block-segment {
    padding: 10px;
    overflow: visible;
    margin-bottom: 35px;
}
.product-detail .product-images ul.slick-dots {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: -10px;
    padding: 7px 9px 0px;
    margin: 0;
    width: auto;
    background: #f0f0f0;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    transform: translateX(-50%) translateY(100%);
    -webkit-transform: translateX(-50%) translateY(100%);
}
.product-detail .product-images ul.slick-dots > li {
    display: inline-block;
    vertical-align: top;
}
.product-detail .product-images ul.slick-dots > li > button {
    display: block;
    font-size: 0;
    padding: 0;
    border: none;
    outline: none;
    color: transparent;
    background: #aaa;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
}
.product-detail .product-images ul.slick-dots > li.slick-active > button {
    background: #004ba1;
}
.product-detail .product-images .slick-arrow {
    left: -12px;
    opacity: 1;
    width: 30px;
    height: 38px;
    background: #004ba1;
    border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    transition: 0.2s;
}
.product-detail .product-images:hover .slick-arrow {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
.product-detail .product-images .slick-arrow.slick-next {
    left: auto;
    right: -12px;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.product-detail .product-images .slick-arrow:hover,
.product-detail .product-images .slick-arrow:focus {
    background: #0d3b71;
    box-shadow: inset 0px 0px 8px rgba(0,0,0,0.07);
}
.product-detail .product-images .slick-arrow::after {
    background-image: url(/images/next-white.png);
    background-position: center left 12px;
    background-size: 10px;
}
.product-detail .product-images .slick-arrow.slick-prev::after {
    background-image: url(/images/prev-white.png);
    background-position: center right 12px;
    background-size: 10px;
}
.product-detail .product-images .slide .image > img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.product-detail .product-intro {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 35px;
}
.product-detail .product-intro h1 {
    font-size: 28px;
}
.product-detail .product-intro .alert-wrap {
    margin-bottom: 30px;
}




/* Cart */
.cart-detail .cart-coupon {
    padding-left: 20px;
}
.cart-detail .cart-prices .block-segment {
    padding: 15px 0 0;
}
.cart-detail .cart-prices table {
    width: 101%;
}
.cart-detail .cart-prices table:not(:first-child) {
    margin-top: 15px;
}
.cart-detail .cart-prices table td {
    padding: 0 20px;
}
.cart-detail .cart-prices table td:last-child {
    width: 45%;
}
.cart-detail .cart-prices table tr.total td {
    padding: 11px 20px 12px;
    background: #f0f0f0;
    font-weight: 600;
    font-size: 17px;
}
.block-segment.cart {
    padding: 0px;
}
table.cart-table {
    width:100%;
}
table.cart-table thead th {
    text-align: left;
    padding: 10px 14px;
    font-weight: 600;
}
table.cart-table tbody tr {

}
table.cart-table tbody tr td {
    text-align: left;
    padding: 10px 14px;
}
table.cart-table tbody tr:nth-child(odd) td {
    background: #f9f9f9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
table.cart-table tbody tr td .image {
    display: inline-block;
    vertical-align: middle;
    height: 65px;
    width: 55px;
    float: right;
}





/* Faq items */
.faq-wrap {
    display: block;
    position: relative;
    margin: 22px 0;
}
.faq-wrap .faq-item {
    display: block;
    position: relative;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 12px 15px 12px 48px;
    background: #f0f0f0;
}
.faq-wrap .faq-item:not(:last-child) {
    margin-bottom: 15px;
}
.faq-wrap .faq-item h3 {
    display: inline-block;
    font-size: 20px;
    color: #004ba1;
    margin: 0;
}
.faq-wrap .faq-item h3::before {
    content: ' ';
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-image: url('/images/icon-plus.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.faq-wrap .faq-item.active h3::before {
    background-image: url('/images/icon-minus.png');
}
.faq-wrap .faq-item .article {
    display: block;
    padding: 10px 0 5px;
}
.faq-wrap .faq-item .article:not(.default) {
    font-size: 16px;
}
.faq-wrap .faq-item:not(.active) .article {
    display: none;
}

.side-content-block {
    display: block;
    position: relative;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 15px;
}
.side-content-block:not(.clean) {
    background: #f0f0f0;
}




/* Packages */
.packages-wrap {
    margin-top: 40px;
}
.packages-wrap .packages-row > div {
    margin-top: 30px;
}
.packages-wrap .package-item {
    display: block;
    position: relative;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 25px 30px;
    background: #f2f6fb;
    height: 100%;
    font-size: 16px;
}
.packages-wrap .package-item h2 {
    color: #004ba1;
    font-size: 21px;
}
.packages-wrap .package-item h3 {
    color: #acbacc;
    font-size: 18px;
}









/* Responsive medium desktop */
@media all and (max-width: 1200px) {


 /*   .logo-wrap > .logo {
        width: 215px;
        margin-top: -15px;
    }*/


    /* Footer */
    .footer-wrapper .footer-block.social {
        margin: -15px 0 15px;
    }
    .footer-wrapper .footer-block.social h2 {
        display: none;
    }

}



/* Responsive small tablet */
@media all and (max-width: 992px) {
    body {
        padding-top: 130px;
    }

    .wrapper {
        padding: 55px 0;
    }
    .block-segment.has-right {
        padding-right: 0px;
    }
    .block-segment.has-right > .image {
        position: static;
        transform: none;
        -webkit-transform: none;
        padding: 25px 0 0;
        width: 100px;
    }
    .header-wrapper .header-top ul > li.flags > img.nl {
        display: none;
    }
    .side-content-block {
        margin: 20px 0 0 0;
    }



    /* General */
    .article-form.right {
        padding-left: 0;
    }
    .block-segment.maps {
        margin-top: 35px;
    }


    /* Logo */

    .logo-wrap.float {
        margin-top: 22px;
    }
    .logo-wrap > .logo {
        width: 200px;
        /*margin-top: 25px;*/
    }
    .header-wrapper.main .header {
        height: 102px;
    }


    /* Menu */
    .menu-wrapper .menu > li {
        margin-left: 16px;
    }
    .menu-wrapper .menu > li.item-home {
        display: none;
    }
    .menu-wrapper .menu > li > a {
        font-size: 11pt;
    }
    .menu-wrapper .menu > li > a > span.ncb {
        display: none;
    }
    .menu-wrapper .menu > li:hover > a {
        color: #004ba1;
    }
    .menu-wrapper .menu > li.active > a {
        background-color: transparent;
    }


    /* Footer */
    .footer-wrapper .footer-block.social {
        margin: 0 0 35px;
    }
    .footer-wrapper .footer-block.social h2 {
        display: block;
    }


    /* Reviews */
    .blocks-wrap .block-review .author .rating {
        display: block;
        margin: 5px 0 0 -3px;
    }


    /* Products */
    .product-detail .product-intro {
        padding-left: 0px;
    }
    .product-detail .product-images .block-segment {
        width: 280px;
        max-width: 100%;
        margin: 0 0 50px;
    }
    .product-detail .product-images .image {
        display: block;
        height: 260px;
    }


    /* Cart */
    .cart-detail .cart-coupon {
        padding-left: 0px;
    }


    /* -fix- */

    /* Menu */
    .menu-wrapper {
        text-align: left;
        position: absolute;
        bottom: 1px;
        left: -20px;
        right: -20px;
        padding: 0 20px 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform: translateY(100%) scaleY(0);
        -webkit-transform: translateY(100%) scaleY(0);
        box-shadow: inset 0 5px 5px -5px rgba(0, 70, 155, 0.08), 0 6px 5px -6px hsla(0, 0%, 44%, 0.17);
        box-shadow: inset 0 5px 5px -5px rgba(0, 0%, 44%, 0.17), 0 6px 5px -6px hsla(0, 0%, 44%, 0.17);
        background: #fdfdfd;
    }
    body.menu-open .menu-wrapper {
        transform: translateY(100%) scaleY(1);
        -webkit-transform: translateY(100%) scaleY(1);
    }
    .menu-wrapper .menu {
        padding: 18px 0 22px;
    }
    .menu-wrapper .menu > li {
        display: block;
    }
    .menu-wrapper .menu > li > a {
        display: inline-block;
        font-size: 11.5pt;
        padding: 3px 0;
    }
    .menu-wrapper .menu > li.item-home {
        display: block;
    }


    /* Menu Dropdown */
    .menu-wrapper .menu .dropdown,
    .menu-wrapper .menu li.has-dropdown:hover > .dropdown {
        display: none;
        position: relative;
        bottom: auto;
        left: auto;
        background: none;
        box-shadow: none;
        padding: 3px 45px 18px 25px;
        border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
    .menu-wrapper .menu li.has-dropdown.item-ready > .dropdown {
        display: block;
        opacity: 1;
    }
    .menu-wrapper .menu li.item-parent > a::before {
        top: 0;
        bottom: 0;
    }
    .menu-wrapper .menu .dropdown ul li > a {
        padding: 3px 0;
    }
    .menu-wrapper .menu .dropdown li a::before {
        background: #f0f0f0;
    }


    /* Menu Hamburger */
    .hamburger {
        display: inline-block;
        position: absolute;
        bottom: 22px;
        right: 0;
        width: 34px;
        height: 36px;
        transition: 0.2s;
    }
    .hamburger > div {
        display: block;
        height: 3px;
        margin: 7px 0;
        background: #606060;
        transition: 0.2s;
    }
    .hamburger.cross-pre {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .hamburger.cross-pre div:nth-child(1) {
        -webkit-transform: translateY(10px) ;
        -ms-transform: translateY(10px) ;
        transform: translateY(10px) ;
    }
    .hamburger.cross-pre div:nth-child(2) {
        opacity: 0;
    }
    .hamburger.cross-pre div:nth-child(3) {
        -webkit-transform: translateY(-10px) ;
        -ms-transform: translateY(-10px) ;
        transform: translateY(-10px) ;
    }
    .hamburger.cross div:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        -ms-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    .hamburger.cross div:nth-child(2) {
        opacity: 0;
    }
    .hamburger.cross div:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }




    /* Logo Section */

    .logo-section {
        top: 45px;
        width: 84px;
        height: 84px;
    }



    /* Logo Banner */

    .logo-banner {
        right: 70px;
        top: 58px;
    }




}



/* Responsive extra small mobile */
@media all and (max-width: 768px) {

    .brand-article {
        padding-right: 0;
    }
    .brand-article .brands {
        position: relative;
        float: right;
    }

    body {
        padding-top: 120px;
        padding-top: 102px;
    }
    .wrapper {
        padding: 45px 0;
    }
    .article.bottom {
        margin-bottom: 30px;
    }
    .title-button > .buttons {
        display: inline-block;
        position: static;
    }

    .faq-wrap .faq-item h3 {
        font-size: 19px;
    }
    .faq-wrap .faq-item .article:not(.default) {
        font-size: 15px;
    }
    .header-wrapper .header-top ul > li.flags #trans {
        margin: 1px 0 3px 0;
    }
    .header-wrapper .header-top ul > li.flags > img {
        display: none;
    }




    /* Logo */
    .logo-wrap.float {
        margin-top: 0px;
    }
    .logo-wrap > .logo {
        width: 170px;
    }


    /* Logo */
    .logo-wrap.float > .logo {
        width: 160px;
    }
    .logo-wrap.float > .logo > img {
        width: 50px;
    }
    .logo-wrap.float::before {
        content: ' ';
        display: inline-block;
        width: 140px;
        height: 25px;
        background-image: url(/images/logo-text.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 98px;
        background-size: auto 16px;
        position: absolute;
        top: 22px;
        left: 62px;
        z-index: 30;
    }
    .logo-wrap.float::before {
        top: 38px;
        left: 71px;
    }




    /* Header */
    .header-wrapper .container {
        max-width: 100%;
    }
    .header-wrapper.main .header,
    .header-wrapper .header {
        height: 120px;
        height: 102px;
        padding-top: 0;
    }
    .header-wrapper .header-top {
        white-space: nowrap;
        right: 68px;
    }
    .header-wrapper .hamburger {
        right: 5px;
        bottom: 20px;

        /* REPLACED */
        bottom: auto;
        top: 20px;
    }
    .header-wrapper .header-top ul > li > a {
        padding: 11px 7px 12px;
    }
    .header-wrapper .header-top ul {
        margin: 0 0 0 6px;
    }


    /* Logo */
    /*.logo-wrap > .logo {*/
    /*    width: 50px;*/
    /*}*/


    /*!* Menu *!*/
    /*.menu-wrapper {*/
    /*    text-align: left;*/
    /*    position: absolute;*/
    /*    bottom: 1px;*/
    /*    left: -20px;*/
    /*    right: -20px;*/
    /*    padding: 0 20px 0;*/
    /*    transform-origin: 0 0;*/
    /*    -webkit-transform-origin: 0 0;*/
    /*    transform: translateY(100%) scaleY(0);*/
    /*    -webkit-transform: translateY(100%) scaleY(0);*/
    /*    box-shadow: inset 0 5px 5px -5px rgba(0, 70, 155, 0.08), 0 6px 5px -6px hsla(0, 0%, 44%, 0.17);*/
    /*    box-shadow: inset 0 5px 5px -5px rgba(0, 0%, 44%, 0.17), 0 6px 5px -6px hsla(0, 0%, 44%, 0.17);*/
    /*    background: #fdfdfd;*/
    /*}*/
    /*body.menu-open .menu-wrapper {*/
    /*    transform: translateY(100%) scaleY(1);*/
    /*    -webkit-transform: translateY(100%) scaleY(1);*/
    /*}*/
    /*.menu-wrapper .menu {*/
    /*    padding: 18px 0 22px;*/
    /*}*/
    /*.menu-wrapper .menu > li {*/
    /*    display: block;*/
    /*}*/
    /*.menu-wrapper .menu > li > a {*/
    /*    display: inline-block;*/
    /*    font-size: 11.5pt;*/
    /*    padding: 3px 0;*/
    /*}*/
    /*.menu-wrapper .menu > li.item-home {*/
    /*    display: block;*/
    /*}*/


    /*!* Menu Dropdown *!*/
    /*.menu-wrapper .menu .dropdown,*/
    /*.menu-wrapper .menu li.has-dropdown:hover > .dropdown {*/
    /*    display: none;*/
    /*    position: relative;*/
    /*    bottom: auto;*/
    /*    left: auto;*/
    /*    background: none;*/
    /*    box-shadow: none;*/
    /*    padding: 3px 45px 18px 25px;*/
    /*    border-radius: 0 0 6px 6px;*/
    /*    -moz-border-radius: 0 0 6px 6px;*/
    /*    -webkit-border-radius: 0 0 6px 6px;*/
    /*    -webkit-transform: none;*/
    /*    transform: none;*/
    /*    opacity: 1;*/
    /*}*/
    /*.menu-wrapper .menu li.has-dropdown.item-ready > .dropdown {*/
    /*    display: block;*/
    /*    opacity: 1;*/
    /*}*/
    /*.menu-wrapper .menu li.item-parent > a::before {*/
    /*    top: 0;*/
    /*    bottom: 0;*/
    /*}*/
    /*.menu-wrapper .menu .dropdown ul li > a {*/
    /*    padding: 3px 0;*/
    /*}*/
    /*.menu-wrapper .menu .dropdown li a::before {*/
    /*    background: #f0f0f0;*/
    /*}*/


    /*!* Menu Hamburger *!*/
    /*.hamburger {*/
    /*    display: inline-block;*/
    /*    position: absolute;*/
    /*    bottom: 22px;*/
    /*    right: 0;*/
    /*    width: 34px;*/
    /*    height: 36px;*/
    /*    transition: 0.2s;*/
    /*}*/
    /*.hamburger > div {*/
    /*    display: block;*/
    /*    height: 3px;*/
    /*    margin: 7px 0;*/
    /*    background: #606060;*/
    /*    transition: 0.2s;*/
    /*}*/
    /*.hamburger.cross-pre {*/
    /*    -webkit-transform: rotate(90deg);*/
    /*    -ms-transform: rotate(90deg);*/
    /*    transform: rotate(90deg);*/
    /*}*/
    /*.hamburger.cross-pre div:nth-child(1) {*/
    /*    -webkit-transform: translateY(10px) ;*/
    /*    -ms-transform: translateY(10px) ;*/
    /*    transform: translateY(10px) ;*/
    /*}*/
    /*.hamburger.cross-pre div:nth-child(2) {*/
    /*    opacity: 0;*/
    /*}*/
    /*.hamburger.cross-pre div:nth-child(3) {*/
    /*    -webkit-transform: translateY(-10px) ;*/
    /*    -ms-transform: translateY(-10px) ;*/
    /*    transform: translateY(-10px) ;*/
    /*}*/
    /*.hamburger.cross div:nth-child(1) {*/
    /*    -webkit-transform: translateY(10px) rotate(-45deg);*/
    /*    -ms-transform: translateY(10px) rotate(-45deg);*/
    /*    transform: translateY(10px) rotate(-45deg);*/
    /*}*/
    /*.hamburger.cross div:nth-child(2) {*/
    /*    opacity: 0;*/
    /*}*/
    /*.hamburger.cross div:nth-child(3) {*/
    /*    -webkit-transform: translateY(-10px) rotate(45deg);*/
    /*    -ms-transform: translateY(-10px) rotate(45deg);*/
    /*    transform: translateY(-10px) rotate(45deg);*/
    /*}*/




    .header-wrapper .header-top ul.primary {
        position: fixed;
        top: 85px;
        top: 370px; /* REPLACED */
        right: 0;
        margin: 0;
        min-width: 94px;
        transform-origin: 100% 0;
        transform: rotate(90deg) translateX(100px);
        transition: 0.2s;
    }
    .header-wrapper .header-top ul.primary > li {
        width: 100%;
        text-align: center;
    }
    .header-wrapper .header-top ul.primary > li > a {
        width: 100%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 8px;
        min-height: auto;
    }
    body.scroll-down:not(.menu-open) .header-wrapper .header-top ul.primary {
        right: -50px;
        opacity: 0;
    }




    /* Background */
    .background-wrapper .background-bottom .row > div:not(:first-child)::after {
        top: -2px;
        left: 30px;
        right: 30px;
        height: 2px;
        bottom: auto;
        width: auto;
    }


    /* Product */
    .product-detail .product-order {
        top: 10px;
    }


    .form-wrap.form-spread .field {
        padding-left: 0;
    }
    .form-wrap.form-spread .field label.label {
        position: static;
        text-align: left;
        margin: 15px 0 7px;
    }





    /* Logo Sections */

    .logo-section {
        top: 10px;
        width: 84px;
        height: 84px;
    }



    /* Logo Banner */

    .logo-banner {
        right: 68px;
        top: 45px;
        height: 56px;
    }




}



/* Repsonsive - Mobile (0px - 610px) */
@media all and (max-width: 610px) {


    /* Header */
    .header-wrapper .header-top ul > li:first-child > a {
        padding-left: 14px;
    }
    .header-wrapper .header-top ul > li:last-child > a {
        padding-right: 14px;
    }
    .header-wrapper .header-top ul > li > a > img {
        display: none;
    }


}



/* Repsonsive - Mobile (0px - 575px) */
@media all and (max-width: 575px) {


    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }


    /* Slider */
    .slider-wrap .slick-arrow {
        top: auto;
        bottom: 120px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .background-slider .background-content .article {
        margin-top: 0;
    }
    .background-slider .background-content .article h1 {
        font-size: 24px;
    }


    /* Menu */
    .menu-wrapper {
        max-height: calc(100vh - 75px);
        overflow: auto;
    }


    /* Footer */
    .footer-wrapper .footer {
        padding: 50px 0 15px;
    }
    .developer-wrapper .developer-wrap {
        right: 14px;
    }


    /* Products */
    .product-detail .product-order {
        display: block;
        position: static;
    }
    .product-detail .product-price span.price {
        margin: 5px 0 20px;
    }
    .product-detail .product-intro h1 {
        font-size: 23px;
    }



    /* Logo Banner */
    .logo-banner {
        width: auto;
        right: 0;
        left: 100px;
    }




}



/* Repsonsive - Mobile (0px - 540px) */
@media all and (max-width: 540px) {


    /* Header */
    .header-wrapper .header-top ul > li > a {
        min-height: 45px;
    }
    .header-wrapper .header-top ul > li > a > span {
        display: none;
    }
    .header-wrapper .header-top ul > li > a > img {
        display: block;
    }


}



/* Repsonsive - Mobile (0px - 370) */
@media all and (max-width: 370px) {


    /* Header */
    .header-wrapper .header-top ul.primary {
        position: fixed;
        top: 215px;
        right: 0;
        margin: 0;
        min-width: 94px;
        transform-origin: 100% 0;
        transform: rotate(90deg) translateX(100px);
        transition: 0.2s;
    }
    .header-wrapper .header-top ul.primary > li {
        width: 100%;
        text-align: center;
    }
    .header-wrapper .header-top ul.primary > li > a {
        width: 100%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 8px;
        min-height: auto;
    }
    body.scroll-down:not(.menu-open) .header-wrapper .header-top ul.primary {
        right: -50px;
        opacity: 0;
    }


}


/* Repsonsive - Mobile (0px - 340) */
@media all and (max-width: 340px) {



}









@media all and (max-width: 1200px) {
    .row-xl {
        display: block !important;
    }
}
@media all and (max-width: 992px) {
    .row-lg {
        display: block !important;
    }
}
@media all and (max-width: 768px) {
    .row-md {
        display: block !important;
    }
}
@media all and (max-width: 575px) {
    .row-sm {
        display: block !important;
    }
}








.has-google-style .goog-te-gadget,
.has-google-style .goog-te-gadget-simple {
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    /*font-size: 0.855rem;*/
    font-size: 0.875rem;
    color: #000000;
    font-weight: 600;
    min-height: 30px;
}

.has-google-style .goog-te-gadget {
    position: relative;
    white-space: nowrap;
    padding: 0;
}

.has-google-style .goog-te-gadget-simple {
    display: inline-block;
    cursor: pointer;
    border: none !important;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding-top: 2px;
    padding-right: 22px;
}

.has-google-style .goog-te-gadget-simple a:hover {
    text-decoration: none !important;
}

.has-google-style .goog-te-gadget-select {
    padding: 0 24px 0 8px;
    line-height: 1.5em;
}

.has-google-style .goog-te-gadget-blue {
    background: #024ba2;
    color: #fff;
}

.has-google-style .goog-te-gadget .goog-te-gadget-icon {
    margin-left: 5px;
}

.has-google-style .goog-te-gadget:not(.is-custom) img[width="1"],
.has-google-style .goog-te-gadget:not(.is-custom) span[style*="border-left"],
.has-google-style .goog-te-gadget:not(.is-custom) span[aria-hidden="true"] {
    display: none !important;
}

.has-google-style .goog-te-gadget:not(.is-custom) .goog-te-gadget-simple::after,
.has-google-style .goog-te-gadget.is-custom::after {
    color: #cbcbcb;
    pointer-events: none;
    position: absolute;
    content: '▼';
    z-index: 15;
    top: 4px;
    right: 8px;
    font-size: 9px;
}


@media all and (max-width: 767px) {

    .header-wrapper .header-top ul > li.static.locations {
        display: none !important;
    }

}
