<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import "https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900";

html,
body {
    height: 100%;
    color: black
}

.brand-blue {
    background-color: #1769a2
}

.brand-pink {
    background-color: #e7335d
}

.brand-offwhite {
    background-color: #fcfcfd
}

.brand-lightgrey {
    background-color: #f2f2f2
}

.brand-darkgrey {
    background-color: #a6a6a6
}

.brand-high {
    background-color: #fff
}

@keyframes slightZoom {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

.animated {
    opacity: 0
}

.animated.go {
    opacity: 1
}

.animated.go.popIn {
    transform-origin: center;
    animation: popIn 0.5s;
    animation-fill-mode: both
}

.animated.go.fadeUp {
    transform-origin: center;
    animation: fadeUp 1s;
    animation-fill-mode: both
}

.animated.go.fadeiny {
    transform-origin: center;
    animation: fadeInNice 1s;
    transform: translateY(5vh);
    animation-fill-mode: both
}

.animated.go.fadeinx {
    transform-origin: center;
    animation: fadeInSexy 1s;
    transform: translateX(-5vw);
    animation-fill-mode: both
}

.animated.go.growpop {
    transform-origin: bottom;
    animation: expandHeight 1s;
    animation-fill-mode: both
}

.animated.go.expandpop {
    transform-origin: left;
    animation: expandWidth 1s;
    animation-fill-mode: both
}

.animated.go #elm1 {
    transform-origin: center;
    animation: popIn 0.5s;
    animation-fill-mode: both
}

.animated.go #elm2 {
    transform-origin: center;
    animation: popIn 0.5s;
    animation-fill-mode: both;
    animation-delay: 0.5s
}

.animated.go #elm3 {
    transform-origin: center;
    animation: popIn 0.5s;
    animation-fill-mode: both;
    animation-delay: 1s
}

@keyframes popIn {
    0% {
        transform: scale(0)
    }

    80% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(0.95)
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        top: 0;
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes popInOnly {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes expandWidth {
    0% {
        transform: rotateY(90deg)
    }

    100% {
        transform: rotateY(0deg)
    }
}

@keyframes expandHeight {
    0% {
        transform: rotateX(90deg)
    }

    100% {
        transform: rotateX(0deg)
    }
}

@keyframes float {
    0% {
        transform: translateY(0%)
    }

    50% {
        transform: translateY(5%)
    }

    100% {
        transform: translateY(0%)
    }
}

@keyframes fadeInNice {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        transform: translate(0)
    }
}

@font-face {
    font-family: MarkOffcPro;
    src: url(../fonts/stratech/MarkOffcPro.ttf)
}

@font-face {
    font-family: MarkOT-Heavy;
    src: url(../fonts/stratech/MarkOT-Heavy.otf)
}

@font-face {
    font-family: MarkOT-Medium;
    src: url(../fonts/stratech/MarkOT-Medium.otf)
}

body {
    font-family: "MarkOffcPro", sans-serif
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "MarkOT-Medium", sans-serif;
    color: #1769a2;
    font-weight: 300
}

h1.red,
h2.red,
h3.red,
h4.red,
h5.red {
    color: #e7335d
}

h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue {
    color: #1769a2
}

h1 {
    font-family: "MarkOT-Heavy", sans-serif;
    font-size: 60px;
    line-height: 1.1em
}

h2 {
    padding: 0.5em 0;
    font-size: 30px;
    line-height: 1.2em
}

h2.large {
    line-height: 1em;
    padding: 0.5em 0;
    font-size: 5em
}

h3 {
    padding: 0.5em 0;
    font-size: 22px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: bold
}

.weighted {
    background: #94c4e6;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 14px
}

h4 {
    padding: 0.5em 0;
    font-size: 2em
}

h5 {
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2em
}

p {
    font-family: "MarkOffcPro", sans-serif;
    font-size: 20px;
    line-height: 1.3em
}

p.lead {
    font-family: "MarkOffcPro", sans-serif;
    font-size: 2em
}

p strong {
    font-family: "MarkOT-Medium", sans-serif
}

.small p,
p.small {
    font-size: 14px;
    line-height: 1.1em
}

.text-grey {
    color: lightgray
}

.inverted {
    color: #fff
}

.inverted h1,
.inverted h2,
.inverted h3,
.inverted h4,
.inverted h5 {
    color: #fff
}

.inverted p {
    color: #fff
}

.inverted p.lead {
    color: #fff
}

.inverted hr {
    border-top-color: #fff
}

.inverted a.scrollto {
    color: #fff
}

a {
    color: #a11334;
    transition: color 0.5s, box-shadow 0.5s
}

a:hover {
    color: #e7335d;
    text-decoration: none;
    box-shadow: 0 1px 0 0 #e7335d
}

::-webkit-input-placeholder {
    color: #94c4e6
}

:-moz-placeholder {
    color: #94c4e6
}

::-moz-placeholder {
    color: #94c4e6
}

:-ms-input-placeholder {
    color: #94c4e6
}

.icon-menu {
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px
}

.icon-menu.max190 {
    max-width: 190px
}

.icon-menu p {
    margin: 0.5em 0;
    width: 100%;
    float: left
}

.icon-menu a {
    font-size: 1em;
    color: #333;
    box-shadow: none
}

.icon-menu a p {
    transition: color 0.3s
}

.icon-menu a .icon-image svg {
    transition: transform 0.3s
}

.icon-menu a:hover {
    box-shadow: none
}

.icon-menu a:hover p {
    color: #e7335d
}

.icon-menu a:hover .icon-image svg {
    transform: scale(1.1)
}

#help-banner {
    padding-bottom: 13px
}

.inverted .btn {
    color: #e7335d;
    background: #f2f2f2
}

.inverted .btn:hover {
    color: #fff
}

.btn,
.wpcf7-submit,
button.stripe-button-el span {
    font-size: 1em;
    border-radius: 4px;
    border: none;
    color: #000;
    background: #1769a2;
    padding: 0.7em 1em;
    transition: background 0.4s ease, color 0.4s ease;
    text-transform: uppercase
}

.btn:hover,
.wpcf7-submit:hover,
button.stripe-button-el span:hover {
    background: #e7335d;
    box-shadow: none
}

.btn.btn-faded,
.wpcf7-submit.btn-faded,
button.stripe-button-el span.btn-faded {
    background: #94c4e6;
    border-radius: 3px;
    color: #000;
    text-transform: uppercase;
    font-size: 1em
}

.btn.btn-faded:hover,
.wpcf7-submit.btn-faded:hover,
button.stripe-button-el span.btn-faded:hover {
    background: #e7335d
}

.btn.btn-brand,
.wpcf7-submit.btn-brand,
button.stripe-button-el span.btn-brand {
    background: #1769a2;
    color: #fff
}

.btn.btn-brand:hover,
.wpcf7-submit.btn-brand:hover,
button.stripe-button-el span.btn-brand:hover {
    background: #e7335d
}

.btn.btn-round,
.wpcf7-submit.btn-round,
button.stripe-button-el span.btn-round {
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 100%;
    padding: 8px;
    margin-right: 5px;
    font-size: 60%
}

.btn.btn-prime,
.wpcf7-submit.btn-prime,
button.stripe-button-el span.btn-prime {
    color: #fff;
    background: #e7335d
}

.btn.btn-full-width,
.wpcf7-submit.btn-full-width,
button.stripe-button-el span.btn-full-width {
    width: 100%
}

.btn.btn-clear,
.wpcf7-submit.btn-clear,
button.stripe-button-el span.btn-clear {
    background: #fcfcfd;
    font-size: 80%
}

button.stripe-button-el {
    padding: 0;
    float: right
}

button.stripe-button-el span {
    color: #fff;
    background: #e7335d;
    display: block;
    padding: 6px 30px 34px
}

button.cleaned {
    background: none;
    border: none;
    padding: 0
}

button.close {
    font-size: 200%;
    opacity: 1;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 16px
}

.wpcf7-submit {
    background: #94c4e6 !important;
    width: 200px !important;
    height: 50px !important;
    padding: 0.5em 1em !important;
    box-shadow: none !important
}

#newsletter .wpcf7-submit {
    width: 130px !important;
    font-size: 80%;
    padding: 20px;
    color: #fff
}

.icon-image {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 1em;
    max-width: 150px
}

.icon-image svg {
    width: 100%;
    max-width: 130px
}

.icon-image h5 {
    margin: 20px 30px
}

.icon-image img {
    width: 100%
}

.stepped-search-button {
    color: white;
    margin-right: 0.3em;
    margin-top: 0.3em
}

.card {
    margin-bottom: 2em
}

.card h3 {
    padding: 0
}

.column-img {
    background: url("../images/default.jpg");
    background-size: cover;
    text-align: center;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 360px
}

.column-img .column-img-header {
    height: 360px;
    padding: 50px 20px;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.5s ease
}

.column-img .column-img-header h2 {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em
}

.column-img .column-img-header:hover {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: none
}

.column-img .column-img-header.header-style-small h2 {
    font-size: 2.5em
}

.column-img .column-img-header.header-style-large {
    font-size: 110%
}

.column-img .column-img-header.header-style-solid-small {
    background: #e7335d;
    font-size: 80%
}

.column-img .column-img-header.header-style-solid-large {
    background: #e7335d;
    font-size: 110%
}

.column-img .column-img-header.header-style-inverted h2 {
    color: #000
}

#articles h1 {
    font-size: 2em
}

#articles .row {
    margin-bottom: 20px
}

#articles .column-img {
    height: 240px
}

#articles .column-img .column-img-header {
    height: 240px
}

#articles .col h4 {
    margin-top: 0;
    padding-top: 0
}

#articles .col p {
    font-size: 16px
}

.widget-box {
    margin-bottom: 3em
}

.widget-box p {
    font-size: 110%
}

.widget-box p a {
    color: #000
}

.widget-box .service-icon {
    width: 80px;
    height: 80px;
    padding: 15px;
    border: 3px solid #1769a2;
    border-radius: 100%;
    margin: 0 auto
}

.widget-box .service-icon path {
    fill: #000
}

.widget-box.support {
    color: #1769a2
}

.widget-box.support h3 {
    color: #1769a2
}

.widget-box.support path {
    fill: #1769a2
}

.widget-box.product {
    color: #e7335d
}

.widget-box.product .service-icon {
    padding: 15px 20px;
    border-color: #e7335d
}

.widget-box.product h3 {
    color: #e7335d
}

.widget-box.product path {
    fill: #e7335d
}

.widget-box.delivery {
    color: #1769a2
}

.widget-box.delivery h3 {
    color: #1769a2
}

.widget-box.delivery path {
    fill: #1769a2
}

.widget-box .service-rule-content {
    text-align: center
}

.advert {
    background: url("../images/default-three.jpg");
    background-size: cover;
    padding: 2em 2em 3em
}

.advert h3 {
    line-height: 150%
}

.pagination {
    color: #000;
    width: 100%;
    font-weight: bold
}

.pagination ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center
}

.pagination ul li {
    display: inline-block;
    border-right: 2px solid #000;
    padding: 0 15px
}

.pagination ul li:last-child {
    border: none
}

.pagination ul li a {
    color: #000;
    text-align: center
}

.pagination ul li.active a {
    color: #e7335d
}

#header-search button.close {
    color: #000;
    top: 7px;
    right: 25px
}

#header-search button.close:focus,
#header-search button.close:hover {
    outline: none;
    text-decoration: none
}

#fitler-by .icon-menu {
    height: 150px;
    margin-bottom: 0
}

#fitler-by .icon-menu a {
    font-size: 80%
}

#fitler-by .icon-menu a:hover {
    box-shadow: none
}

#fitler-by ul {
    padding: 0
}

#fitler-by li {
    list-style: none;
    margin: 0
}

.stepped-search-input {
    margin-bottom: 20px;
    width: 100%
}

.filterable li {
    list-style: none;
    margin: 0 0;
    padding: 0;
    position: relative;
    color: #e7335d
}

.filterable li a {
    padding-right: 10px;
    display: block;
    width: 100%
}

.filterable li.selected:after {
    z-index: -1;
    position: absolute;
    right: 0;
    content: '×';
    margin-left: 5px
}

.filterable .current-filter-item li:after {
    top: 0px
}

.filterable .btn {
    margin-bottom: 15px
}

.filterable.select-bottom li:after {
    color: #000;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.filterable .find .control {
    font-size: 18px;
    position: relative;
    display: block;
    padding-left: 20px;
    margin-left: 10px;
    cursor: pointer;
    transition: background .5s ease;
    text-transform: capitalize
}

.filterable .find .control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.filterable .find .control .control__indicator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.filterable .find .control p {
    position: relative;
    z-index: 2;
    margin: 0
}

.filterable .find .control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6
}

.filterable .find .control__indicator:after {
    color: #e7335d;
    font-family: FontAwesome;
    content: '\f10c'
}

.filterable .find .control input:checked ~ .control__indicator:after {
    display: block;
    font-family: FontAwesome;
    content: '\f192'
}

.filterable .find .control--radio .control__indicator:after {
    color: #e7335d;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%)
}

.filterable .find .control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b
}

#filters .panel {
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0 0 10px
}

#filters .panel .weighted {
    margin: 0;
    padding: 15px 0;
    position: relative;
    font-size: 1em
}

#filters .panel a .weighted:after {
    font-family: 'FontAwesome';
    content: '\f068';
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 60%
}

#filters .panel a.collapsed .weighted:after {
    content: '\f067'
}

#filters .panel ul {
    padding: 20px 20px 0
}

.weighted.brand-pink {
    background: #e7335d;
    color: #fff
}

#product-list .header {
    clear: both;
    min-height: 60px
}

#product-list .header h3 {
    margin: 0;
    padding: 8px
}

#product-list .header .btn {
    background: #fff;
    color: #000
}

#product-list .header .bootstrap-select {
    width: auto
}

.product-results ul {
    margin: 0;
    padding: 0
}

.product-results ul &gt; li {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.product-results ul &gt; li h3 {
    text-transform: none
}

.product-results ul &gt; li a {
    color: #333
}

.product-results ul &gt; li a:focus {
    outline: none;
    box-shadow: none
}

.product-results ul li:last-child {
    margin-bottom: 0
}

.product-results ul .compare-button {
    display: none
}

.product-results .product-info,
.product-results .product-price {
    padding: 1px 30px 20px
}

.product-results a.btn {
    width: 100%;
    border-radius: 0
}

.product-results a.btn .btn-sm {
    width: 30%
}

.product-results .product-info .rating {
    color: #e7335d;
    float: left;
    padding-right: 30px
}

.product-results .carousel {
    margin-top: 3em
}

.product-results .carousel .control {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    color: #000;
    padding: 10px 12px;
    transition: background 0.3s;
    box-shadow: none
}

.product-results .carousel .control:hover {
    background: #94c4e6
}

.product-results .carousel .control.right {
    right: 0
}

.product-results .carousel .control.left {
    left: 0
}

.product-results .bootstrap-select {
    max-width: 200px
}

.product-results .bootstrap-select .btn {
    background: #fff;
    padding: 5px;
    text-transform: lowercase
}

.item img.product-thumb {
    height: 150px;
    display: block;
    margin: 0 auto
}

.product-images .item img.product-thumb {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

#compare-overlay {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100
}

#compare-overlay .box_effect {
    box-shadow: 0 2px 90px 0 rgba(0, 0, 0, 0.2)
}

#compare-overlay .header {
    padding-top: 1px;
    padding-bottom: 1px
}

#compare-overlay .compare-restart {
    position: absolute;
    top: 20px;
    right: 34px;
    font-family: "FontAwesome"
}

#compare {
    position: relative
}

#compare h3 {
    margin: 0
}

#compare img.icon {
    margin: -10px 25px 15px 0
}

#compare td,
#compare th {
    border-top: 0;
    border-right: 1px solid #ddd;
    padding: 30px
}

#compare tr td:last-child,
#compare tr th:last-child {
    border-right: 0
}

.product-price .btn-group {
    width: 170px !important
}

.product-price label {
    margin-bottom: 15px
}

#category-picker h5 {
    color: #000;
    margin-bottom: 1em
}

#support-header h3.weighted {
    background: none
}

#support-header a {
    color: black
}

.support-features ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.support-features ul li {
    margin: 0;
    padding: 0
}

.support-features ul li a {
    font-size: 120%
}

.support-features .icon-image {
    width: 100px;
    height: 100px;
    padding: 18px
}

.support-features .icon-image#delivery {
    padding-top: 30px
}

.support-features .icon-image#returns {
    padding: 25px
}

.support-features a:hover {
    color: #e7335d
}

#live-search input {
    min-width: 100%;
    border: none;
    color: #fff;
    padding: 1em 1em;
    margin-right: 1em;
    background: #94c4e6;
    border-radius: 4px
}

#live-search ::-webkit-input-placeholder {
    color: #fff
}

#live-search ::-moz-placeholder {
    color: #fff
}

#live-search :-ms-input-placeholder {
    color: #fff
}

#live-search :-moz-placeholder {
    color: #fff
}

#contact .address_pane {
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    line-height: 1.3em
}

#contact .address_pane i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 28px
}

#contact .overlay {
    background: transparent;
    position: relative;
    width: 640px;
    height: 600px;
    top: 600px;
    margin-top: -600px
}

#contact .google-maps-container {
    width: 100%;
    height: 600px
}

#contact .container {
    padding-top: 600px
}

#contact .container header .bg-header h2 {
    color: white !important
}

#contact .container .fa {
    margin-right: 10px
}

#about-us .blue {
    color: #1769a2
}

#about-us .pink {
    color: #e7335d
}

#about-us .bg-header {
    position: relative
}

#about-us .intro {
    position: relative;
    z-index: 10
}

#about-us .modal-dialog {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto
}

#about-us .modal-dialog .close {
    padding: 0 20px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1769a2;
    color: #fff;
    z-index: 2
}

#about-us .modal-dialog .close:hover {
    opacity: 1
}

#about-video {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.icon-image {
    border-radius: 100%
}

.icon-image.border-one,
.icon-image.border-two {
    width: 140px;
    height: 140px;
    border: 3px solid #1769a2
}

.icon-image.border-one h5,
.icon-image.border-two h5 {
    margin-left: 10px;
    margin-right: 10px
}

.icon-image.border-two {
    border: 3px solid #e7335d
}

.partner-logo-wrap {
    height: 200px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 180%
}

.partner-logo-wrap a {
    color: #1769a2;
    text-transform: capitalize
}

.alphabet {
    list-style: none;
    text-align: center
}

.alphabet li {
    display: inline-block
}

.alphabet a {
    text-transform: capitalize;
    display: inline-block;
    padding: 10px;
    cursor: pointer
}

.table.padded td {
    padding: 15px
}

.shopping-cart {
    display: none;
    background: #fff;
    padding: 0 30px 10px;
    min-width: 400px;
    max-height: 520px;
    overflow: scroll;
    right: 0;
    top: 70px;
    position: absolute;
    z-index: 1010;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1)
}

.shopping-cart .btn {
    margin-bottom: 30px
}

.stepwizard-step p {
    margin-top: 10px
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative
}

.stepwizard-step .btn[disabled] {
    opacity: 1;
    background: #94c4e6
}

.stepwizard-row:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 15px 0;
    border-radius: 100%;
    color: #fff
}

.vat_pane em {
    font-style: normal;
    margin-right: 5px
}

.vat_pane input[type="checkbox"] {
    position: relative;
    top: 2px
}

.country-select .flag {
    width: 16px;
    height: 11px;
    background: url("../img/flags.png")
}

.country-select .zw {
    background-position: 0 0
}

.country-select .zm {
    background-position: -16px 0
}

.country-select .za {
    background-position: 0 -11px
}

.country-select .yt {
    background-position: -16px -11px
}

.country-select .ye {
    background-position: -32px 0
}

.country-select .ws {
    background-position: -32px -11px
}

.country-select .wf {
    background-position: 0 -22px
}

.country-select .vu {
    background-position: -32px -22px
}

.country-select .vn {
    background-position: 0 -33px
}

.country-select .vi {
    background-position: -16px -33px
}

.country-select .vg {
    background-position: -32px -33px
}

.country-select .ve {
    background-position: -48px 0
}

.country-select .vc {
    background-position: -48px -11px
}

.country-select .va {
    background-position: -48px -22px
}

.country-select .uz {
    background-position: -48px -33px
}

.country-select .uy {
    background-position: 0 -44px
}

.country-select .us {
    background-position: -16px -44px
}

.country-select .um {
    background-position: -16px -44px
}

.country-select .ug {
    background-position: -32px -44px
}

.country-select .ua {
    background-position: -48px -44px
}

.country-select .tz {
    background-position: -64px 0
}

.country-select .tw {
    background-position: -64px -11px
}

.country-select .tv {
    background-position: -64px -22px
}

.country-select .tt {
    background-position: -64px -33px
}

.country-select .tr {
    background-position: -64px -44px
}

.country-select .to {
    background-position: 0 -55px
}

.country-select .tn {
    background-position: -16px -55px
}

.country-select .tm {
    background-position: -32px -55px
}

.country-select .tl {
    background-position: -48px -55px
}

.country-select .tk {
    background-position: -64px -55px
}

.country-select .tj {
    background-position: 0 -66px
}

.country-select .th {
    background-position: -16px -66px
}

.country-select .tg {
    background-position: -32px -66px
}

.country-select .tf {
    background-position: -48px -66px
}

.country-select .td {
    background-position: -64px -66px
}

.country-select .tc {
    background-position: -80px 0
}

.country-select .sz {
    background-position: -80px -11px
}

.country-select .sy {
    background-position: -80px -22px
}

.country-select .sx {
    background-position: -80px -33px
}

.country-select .sv {
    background-position: -80px -44px
}

.country-select .st {
    background-position: -80px -55px
}

.country-select .ss {
    background-position: -80px -66px
}

.country-select .sr {
    background-position: 0 -77px
}

.country-select .so {
    background-position: -16px -77px
}

.country-select .sn {
    background-position: -32px -77px
}

.country-select .sm {
    background-position: -48px -77px
}

.country-select .sl {
    background-position: -64px -77px
}

.country-select .sk {
    background-position: -80px -77px
}

.country-select .si {
    background-position: -96px 0
}

.country-select .sh {
    background-position: -96px -11px
}

.country-select .sg {
    background-position: -96px -22px
}

.country-select .se {
    background-position: -96px -33px
}

.country-select .sd {
    background-position: -96px -44px
}

.country-select .sc {
    background-position: -96px -66px
}

.country-select .sb {
    background-position: -96px -77px
}

.country-select .sa {
    background-position: 0 -88px
}

.country-select .rw {
    background-position: -16px -88px
}

.country-select .ru {
    background-position: -32px -88px
}

.country-select .rs {
    background-position: -48px -88px
}

.country-select .ro {
    background-position: -64px -88px
}

.country-select .qa {
    background-position: -80px -88px
}

.country-select .py {
    background-position: -96px -88px
}

.country-select .pw {
    background-position: 0 -99px
}

.country-select .pt {
    background-position: -16px -99px
}

.country-select .ps {
    background-position: -32px -99px
}

.country-select .pr {
    background-position: -48px -99px
}

.country-select .pn {
    background-position: -64px -99px
}

.country-select .pm {
    background-position: -80px -99px
}

.country-select .pl {
    background-position: -96px -99px
}

.country-select .pk {
    background-position: -112px 0
}

.country-select .ph {
    background-position: -112px -11px
}

.country-select .pg {
    background-position: -112px -22px
}

.country-select .pf {
    background-position: -112px -33px
}

.country-select .pe {
    background-position: -112px -44px
}

.country-select .pa {
    background-position: -112px -55px
}

.country-select .om {
    background-position: -112px -66px
}

.country-select .nz {
    background-position: -112px -77px
}

.country-select .nu {
    background-position: -112px -88px
}

.country-select .nr {
    background-position: -112px -99px
}

.country-select .no {
    background-position: 0 -110px
}

.country-select .bv {
    background-position: 0 -110px
}

.country-select .sj {
    background-position: 0 -110px
}

.country-select .nl {
    background-position: -16px -110px
}

.country-select .ni {
    background-position: -32px -110px
}

.country-select .ng {
    background-position: -48px -110px
}

.country-select .nf {
    background-position: -64px -110px
}

.country-select .ne {
    background-position: -80px -110px
}

.country-select .nc {
    background-position: -96px -110px
}

.country-select .na {
    background-position: -112px -110px
}

.country-select .mz {
    background-position: -128px 0
}

.country-select .my {
    background-position: -128px -11px
}

.country-select .mx {
    background-position: -128px -22px
}

.country-select .mw {
    background-position: -128px -33px
}

.country-select .mv {
    background-position: -128px -44px
}

.country-select .mu {
    background-position: -128px -55px
}

.country-select .mt {
    background-position: -128px -66px
}

.country-select .ms {
    background-position: -128px -77px
}

.country-select .mr {
    background-position: -128px -88px
}

.country-select .mq {
    background-position: -128px -99px
}

.country-select .mp {
    background-position: -128px -110px
}

.country-select .mo {
    background-position: 0 -121px
}

.country-select .mn {
    background-position: -16px -121px
}

.country-select .mm {
    background-position: -32px -121px
}

.country-select .ml {
    background-position: -48px -121px
}

.country-select .mk {
    background-position: -64px -121px
}

.country-select .mh {
    background-position: -80px -121px
}

.country-select .mg {
    background-position: -96px -121px
}

.country-select .me {
    background-position: 0 -132px;
    height: 12px
}

.country-select .md {
    background-position: -112px -121px
}

.country-select .mc {
    background-position: -128px -121px
}

.country-select .ma {
    background-position: -16px -132px
}

.country-select .ly {
    background-position: -32px -132px
}

.country-select .lv {
    background-position: -48px -132px
}

.country-select .lu {
    background-position: -64px -132px
}

.country-select .lt {
    background-position: -80px -132px
}

.country-select .ls {
    background-position: -96px -132px
}

.country-select .lr {
    background-position: -112px -132px
}

.country-select .lk {
    background-position: -128px -132px
}

.country-select .li {
    background-position: -144px 0
}

.country-select .lc {
    background-position: -144px -11px
}

.country-select .lb {
    background-position: -144px -22px
}

.country-select .la {
    background-position: -144px -33px
}

.country-select .kz {
    background-position: -144px -44px
}

.country-select .ky {
    background-position: -144px -55px
}

.country-select .kw {
    background-position: -144px -66px
}

.country-select .kr {
    background-position: -144px -77px
}

.country-select .kp {
    background-position: -144px -88px
}

.country-select .kn {
    background-position: -144px -99px
}

.country-select .km {
    background-position: -144px -110px
}

.country-select .ki {
    background-position: -144px -121px
}

.country-select .kh {
    background-position: -144px -132px
}

.country-select .kg {
    background-position: 0 -144px
}

.country-select .ke {
    background-position: -16px -144px
}

.country-select .jp {
    background-position: -32px -144px
}

.country-select .jo {
    background-position: -48px -144px
}

.country-select .jm {
    background-position: -64px -144px
}

.country-select .je {
    background-position: -80px -144px
}

.country-select .it {
    background-position: -96px -144px
}

.country-select .is {
    background-position: -112px -144px
}

.country-select .ir {
    background-position: -128px -144px
}

.country-select .iq {
    background-position: -144px -144px
}

.country-select .io {
    background-position: -160px 0
}

.country-select .in {
    background-position: -160px -11px
}

.country-select .im {
    background-position: -160px -22px;
    height: 9px
}

.country-select .il {
    background-position: -160px -31px
}

.country-select .ie {
    background-position: -160px -42px
}

.country-select .id {
    background-position: -160px -53px
}

.country-select .hu {
    background-position: -160px -64px
}

.country-select .ht {
    background-position: -160px -75px
}

.country-select .hr {
    background-position: -160px -86px
}

.country-select .hn {
    background-position: -160px -97px
}

.country-select .hk {
    background-position: -160px -108px
}

.country-select .gy {
    background-position: -160px -119px
}

.country-select .gw {
    background-position: -160px -130px
}

.country-select .gu {
    background-position: -160px -141px
}

.country-select .gt {
    background-position: 0 -155px
}

.country-select .gs {
    background-position: -16px -155px
}

.country-select .gr {
    background-position: -32px -155px
}

.country-select .gq {
    background-position: -48px -155px
}

.country-select .gp {
    background-position: -64px -155px
}

.country-select .gn {
    background-position: -80px -155px
}

.country-select .gm {
    background-position: -96px -155px
}

.country-select .gl {
    background-position: -112px -155px
}

.country-select .gi {
    background-position: -128px -155px
}

.country-select .gh {
    background-position: -144px -155px
}

.country-select .gg {
    background-position: -160px -155px
}

.country-select .ge {
    background-position: -176px 0
}

.country-select .gd {
    background-position: -176px -11px
}

.country-select .gb {
    background-position: -176px -22px
}

.country-select .ga {
    background-position: -176px -33px
}

.country-select .fr {
    background-position: -176px -44px
}

.country-select .gf {
    background-position: -176px -44px
}

.country-select .re {
    background-position: -176px -44px
}

.country-select .mf {
    background-position: -176px -44px
}

.country-select .bl {
    background-position: -176px -44px
}

.country-select .fo {
    background-position: -176px -55px
}

.country-select .fm {
    background-position: -176px -66px
}

.country-select .fk {
    background-position: -176px -77px
}

.country-select .fj {
    background-position: -176px -88px
}

.country-select .fi {
    background-position: -176px -99px
}

.country-select .eu {
    background-position: -176px -121px
}

.country-select .et {
    background-position: -176px -132px
}

.country-select .es {
    background-position: -176px -143px
}

.country-select .er {
    background-position: -176px -154px
}

.country-select .eh {
    background-position: -16px -166px
}

.country-select .eg {
    background-position: -32px -166px
}

.country-select .ee {
    background-position: -48px -166px
}

.country-select .ec {
    background-position: -64px -166px
}

.country-select .dz {
    background-position: -80px -166px
}

.country-select .do {
    background-position: -96px -166px
}

.country-select .dm {
    background-position: -112px -166px
}

.country-select .dk {
    background-position: -128px -166px
}

.country-select .dj {
    background-position: -144px -166px
}

.country-select .de {
    background-position: -160px -166px
}

.country-select .cz {
    background-position: -176px -166px
}

.country-select .cy {
    background-position: 0 -177px
}

.country-select .cx {
    background-position: -16px -177px
}

.country-select .cw {
    background-position: -32px -177px
}

.country-select .cv {
    background-position: -48px -177px
}

.country-select .cu {
    background-position: -64px -177px
}

.country-select .cs {
    background-position: -80px -177px
}

.country-select .cr {
    background-position: -96px -177px
}

.country-select .co {
    background-position: -112px -177px
}

.country-select .cn {
    background-position: -128px -177px
}

.country-select .cm {
    background-position: -144px -177px
}

.country-select .cl {
    background-position: -160px -177px
}

.country-select .ck {
    background-position: -176px -177px
}

.country-select .ci {
    background-position: -192px 0
}

.country-select .cg {
    background-position: -192px -11px
}

.country-select .cf {
    background-position: -192px -22px
}

.country-select .cd {
    background-position: -192px -33px
}

.country-select .cc {
    background-position: -192px -44px
}

.country-select .ca {
    background-position: -192px -66px
}

.country-select .bz {
    background-position: -192px -77px
}

.country-select .by {
    background-position: -192px -88px
}

.country-select .bw {
    background-position: -192px -99px
}

.country-select .bt {
    background-position: -192px -110px
}

.country-select .bs {
    background-position: -192px -121px
}

.country-select .br {
    background-position: -192px -132px
}

.country-select .bq {
    background-position: -192px -143px
}

.country-select .bo {
    background-position: -192px -154px
}

.country-select .bn {
    background-position: -192px -165px
}

.country-select .bm {
    background-position: -192px -176px
}

.country-select .bj {
    background-position: 0 -188px
}

.country-select .bi {
    background-position: -16px -188px
}

.country-select .bh {
    background-position: -32px -188px
}

.country-select .bg {
    background-position: -48px -188px
}

.country-select .bf {
    background-position: -64px -188px
}

.country-select .be {
    background-position: -80px -188px
}

.country-select .bd {
    background-position: -96px -188px
}

.country-select .bb {
    background-position: -112px -188px
}

.country-select .ba {
    background-position: -128px -188px
}

.country-select .az {
    background-position: -144px -188px
}

.country-select .ax {
    background-position: -160px -188px
}

.country-select .aw {
    background-position: -176px -188px
}

.country-select .au {
    background-position: -192px -188px
}

.country-select .hm {
    background-position: -192px -188px
}

.country-select .at {
    background-position: -208px 0
}

.country-select .as {
    background-position: -208px -11px
}

.country-select .ar {
    background-position: -208px -22px
}

.country-select .ao {
    background-position: -208px -33px
}

.country-select .an {
    background-position: -208px -44px
}

.country-select .am {
    background-position: -208px -55px
}

.country-select .al {
    background-position: -208px -66px
}

.country-select .ai {
    background-position: -208px -77px
}

.country-select .ag {
    background-position: -208px -88px
}

.country-select .af {
    background-position: -208px -99px
}

.country-select .ae {
    background-position: -208px -110px
}

.country-select .ad {
    background-position: -208px -121px
}

.country-select .np {
    background-position: -208px -132px
}

.country-select .ch {
    background-position: -208px -143px
}

.country-select-wrap {
    position: absolute;
    left: -60px;
    margin: 7px 10px 0
}

.country-select {
    z-index: 1001;
    position: relative;
    display: inline-block
}

.country-select * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.country-select .hide {
    display: none
}

.country-select .v-hide {
    visibility: hidden
}

.country-select input {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 44px;
    width: 0px
}

.country-select .flag-dropdown {
    position: absolute;
    top: 0;
    bottom: 0
}

.country-select .flag-dropdown:hover {
    cursor: pointer
}

.country-select .flag-dropdown:hover .selected-flag {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05)
}

.country-select input[disabled] + .flag-dropdown:hover {
    cursor: default
}

.country-select input[disabled] + .flag-dropdown:hover .selected-flag {
    background-color: transparent
}

.country-select .selected-flag {
    z-index: 1;
    position: relative;
    width: 38px;
    height: 100%;
    padding: 0 0 0 8px
}

.country-select .selected-flag .flag {
    position: absolute;
    top: 50%;
    margin-top: -5px
}

.country-select .selected-flag .arrow {
    position: relative;
    top: 50%;
    margin-top: -2px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.country-select .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.country-select .country-list {
    list-style: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    width: 430px;
    max-height: 200px;
    overflow-y: scroll
}

.country-select .country-list .flag {
    display: inline-block
}

.country-select .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.country-select .country-list .country {
    line-height: 11px;
    padding: 7px 10px
}

.country-select .country-list .country .dial-code {
    color: #999
}

.country-select .country-list .country.highlight {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05)
}

.country-select .country-list .flag,
.country-select .country-list .country-name {
    margin-right: 6px
}

.country-select.inside .flag-dropdown {
    padding: 1px
}

.country-select.inside input[type="text"],
.country-select.inside input[type="tel"] {
    padding-left: 44px;
    margin-left: 0
}

.country-select.outside input[type="text"],
.country-select.outside input[type="tel"] {
    border: none;
    margin-left: 38px
}

hr {
    width: 100%;
    border-top: 3px solid #1769a2
}

hr.dash {
    border-top: 3px dashed #e7335d
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input,
.wpcf7 form textarea {
    width: 100%;
    background-color: #f2f2f2;
    border: 0;
    padding: 1em;
    margin-top: 10px;
    box-shadow: inset 0 0 0 2px #f2f2f2
}

.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input:focus,
.wpcf7 form textarea:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #e7335d
}

.wpcf7 form label {
    width: 100%
}

#newsletter input[type="email"] {
    width: 100%
}

.fullw {
    width: 100%
}

.padtopbig {
    padding-top: 8rem
}

.padtop {
    padding-top: 2rem
}

.padtops {
    padding-top: 2rem
}

.padb {
    padding-bottom: 4rem
}

.padtopb {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.padtopbs {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.padtopbxs {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.padall {
    padding: 3rem 3em
}

.padlr {
    padding-left: 2rem;
    padding-right: 2rem
}

.margin-right-sm {
    margin-right: 2rem
}

.jumbo {
    min-height: 627px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.align-vm {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.align-vb {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

img.alignleft {
    float: left;
    margin: 20px 20px 20px 0
}

img.alignright {
    float: right;
    margin: 20px 0 20px 20px
}

.modal .modal-dialog {
    margin-top: 100px;
    padding: 50px;
    background: #404040
}

.navbar {
    background: #f2f2f2;
    margin: 0;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

.navbar .branding-bar {
    background: #fcfcfd
}

.navbar .branding-bar .logo {
    padding-right: 30px;
    margin-top: 8px;
    width: 180px;
    position: absolute;
    top: -73px;
    z-index: 1000
}

.navbar .branding-bar .logo:hover {
    box-shadow: none
}

.navbar .branding-bar #header-search .btn {
    height: 50px;
    border-radius: 0;
    width: 100%
}

.navbar .branding-bar #header-search .bootstrap-select {
    width: 100%
}

.navbar .branding-bar #header-search form input {
    background: #fff;
    border: 1px solid #1769a2;
    padding: 0.8em 2em;
    min-width: 260px;
    width: 100%
}

.navbar .cart-contents {
    display: block;
    float: left;
    padding: 20px 10px;
    color: #333;
    margin-top: 0px
}

.navbar .cart-contents i {
    border: 1px solid #e7335d;
    width: 30px;
    height: 30px;
    padding: 7px;
    margin-right: 5px;
    text-align: center;
    color: #e7335d;
    border-radius: 100%
}

.navbar .nav {
    margin: 0;
    width: 100%;
    text-align: center
}

.navbar .nav li {
    padding: 1em 0;
    width: 100%
}

.navbar .nav li a {
    width: 100%;
    padding: 0 1em;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #333;
    background: none;
    transition: color .5s ease;
    line-height: 100%;
    position: relative;
    z-index: 1001;
    display: block
}

.navbar .nav li a:hover {
    color: #e7335d;
    box-shadow: none
}

.navbar .nav li:last-child a {
    border: none
}

.navbar .nav-inner ul.dropdown-menu {
    position: relative;
    z-index: 1;
    top: 0px;
    display: none;
    border: none;
    padding: 10px 0 0;
    margin: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none
}

.navbar .nav-inner ul.dropdown-menu li {
    text-align: center;
    display: block;
    float: none;
    padding: 0.5em 0
}

.navbar .nav-inner ul.dropdown-menu li a {
    padding: 2px;
    border: none;
    background: #fff;
    font-size: 100%
}

.navbar .nav-inner ul.dropdown-menu li a:after {
    display: none
}

.navbar .nav-collapse {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    background: #fff
}

.navbar .nav-collapse .container {
    margin-top: 20%
}

.navbar .navbar-toggle {
    z-index: 1300;
    margin: 15px 15px 15px 0;
    padding: 6px 7px;
    height: 40px;
    width: 40px;
    border-radius: 0;
    background: none
}

.navbar .navbar-toggle .nav-text {
    color: #fff;
    float: left;
    vertical-align: middle;
    display: none
}

.navbar .navbar-toggle .icon-bars {
    position: relative;
    height: 40px;
    width: 25px;
    left: 0
}

.navbar .navbar-toggle .icon-bars .icon-bar {
    position: absolute;
    background: #1769a2;
    width: 25px;
    height: 3px;
    margin: 0;
    left: 0;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01)
}

.navbar .top-animate {
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar .mid-animate {
    opacity: 0
}

.navbar .bottom-animate {
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.navbar .top-bar {
    top: 4px
}

.navbar .mid-bar {
    top: 12px
}

.navbar .bottom-bar {
    top: 20px
}

#navbar-right .nav li a {
    color: #1769a2;
    border-color: #1769a2
}

#navbar-right .nav li a:hover {
    color: #e7335d
}

.nav.nav-pills li {
    margin: 0;
    padding: 0
}

.nav.nav-pills li a {
    font-family: "MarkOT-Medium", sans-serif;
    color: #000;
    background: #e5e5e5;
    border-radius: 0;
    padding: 1em 2em
}

.nav.nav-pills li a:hover {
    box-shadow: none
}

.nav.nav-pills li.active a {
    background: #f2f2f2;
    color: #000;
    font-weight: bold
}

.breadcrumbs {
    text-transform: uppercase;
    padding-bottom: 10px
}

.breadcrumbs span {
    padding: 0 2px
}

.breadcrumbs a {
    color: #000
}

.breadcrumbs :first-child a {
    color: #e7335d
}

header {
    margin-top: 120px
}

header.bg-header {
    background-size: cover
}

header.bg-header.bg-focus {
    background-position: 0 50%
}

header.bg-header h2 {
    color: #000
}

header.bg-header .inverted h2 {
    color: #fff
}

section.bg-block {
    background-size: cover
}

.full-bg {
    background-size: cover
}

.bg-image {
    background-size: cover
}

.bg-image.bg-align-bottom {
    background-position: bottom
}

.bg-carousel {
    min-height: 500px;
    background-size: cover
}

.bg-carousel .item {
    min-height: 500px
}

.modal-dialog {
    background-color: transparent !important
}

.modal-dialog .btn {
    color: white !important
}

footer {
    z-index: 101;
    position: relative;
    background: #fff
}

footer .logo {
    margin-bottom: 20px
}

footer .col {
    padding-right: 40px
}

footer h3 {
    margin: 0
}

footer p {
    font-size: 14px
}

footer #navbar-footer ul {
    list-style: none;
    padding: 0
}

footer #navbar-footer li {
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: block
}

footer #navbar-footer li a {
    color: #333
}

#service-rules .service-icon {
    float: left;
    height: 75px;
    width: 75px;
    padding: 10px;
    margin-right: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center
}

#service-rules .service-icon img {
    max-width: 50px;
    max-height: 50px
}

#service-rules h3,
#service-rules p {
    margin: 0;
    padding: 0
}

#service-rules .service-rule-content {
    max-width: 200px;
    float: left
}

.logged_in_error {
    margin-top: 20px;
    text-align: center
}

@media (min-width: 961px) {

    .wpcf7 form input[type="text"],
    .wpcf7 form input[type="email"],
    .wpcf7 form input,
    .wpcf7 form textarea {
        width: 70%
    }

    .padtopbig {
        padding-top: 11rem
    }

    .padtop {
        padding-top: 6rem
    }

    .padb {
        padding-bottom: 6rem
    }

    .padtopb {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .padtopbs {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .padall {
        padding: 6rem 4em
    }

    .padalls {
        padding: 3rem 2em
    }

    .pull-up {
        margin-top: -250px
    }

    .pull-up-s {
        margin-top: -150px
    }

    header {
        margin-top: 0
    }

    .navbar {
        position: relative
    }

    .navbar .branding-bar .logo {
        width: 250px;
        position: relative;
        top: 10px;
        z-index: 1000
    }

    .navbar .branding-bar .logo:hover {
        box-shadow: none
    }

    .navbar .branding-bar #header-search form .btn {
        min-width: 100%
    }

    .navbar .branding-bar #header-search form .bootstrap-select {
        width: auto;
        width: 110px
    }

    .navbar .cart-contents {
        padding: 5px 0 9px 20px
    }

    .navbar .nav-collapse {
        display: block;
        position: relative;
        background: none;
        padding: 1em 0;
        text-align: left;
        overflow-y: visible
    }

    .navbar .nav-collapse .container {
        margin-top: 0
    }

    .navbar .nav-collapse .nav {
        width: auto
    }

    .navbar .nav-collapse li {
        display: inline-block;
        width: auto
    }

    .navbar .nav-collapse li a {
        padding: 0 1em;
        border-right: 2px solid #333
    }

    .navbar .nav-inner ul.dropdown-menu {
        position: absolute;
        width: 1180px;
        z-index: 1;
        top: 0px;
        display: none;
        border: none;
        padding: 100px 2em 40px;
        margin: 0 -15px;
        border-radius: 0;
        background: #fff
    }

    .navbar .nav-inner ul.dropdown-menu li {
        display: block;
        float: none;
        padding: 0;
        text-align: left
    }

    .navbar .nav-inner ul.dropdown-menu li a {
        font-size: 130%;
        padding: 10px;
        border: none;
        background: #fff
    }

    .navbar .nav-inner ul.dropdown-menu li a:after {
        display: none
    }

    .navbar .nav-inner ul.dropdown-menu {
        z-index: 1000;
        background: #fff;
        width: 1180px;
        padding: 80px 10px 40px;
        top: -20px
    }

    .page #content-area {
        padding: 60px
    }

    .mason {
        column-count: 3
    }

    .mason .card {
        width: 100%
    }

    footer .logo {
        margin-left: -30px
    }
}

@media (max-width: 480px) {

    .wpcf7 form input[type="text"],
    .wpcf7 form input[type="email"],
    .wpcf7 form input,
    .wpcf7 form textarea {
        width: 100%
    }

    .navbar-nav {
        float: none
    }

    .navbar-nav li {
        float: none;
        display: inline-block
    }

    .navbar .nav-inner ul.dropdown-menu {
        width: 100%
    }

    .page #content-area {
        padding: 60px
    }

    .mason {
        column-count: 3
    }

    .mason .card {
        width: 100%
    }
}</pre></body></html>