/* Page Border */

.page-border {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.page-border .bottom-border,
.page-border .left-border,
.page-border .right-border,
.page-border .top-border {
    background: #f3f3ef;
    position: fixed;
    z-index: 9999;
}

.page-border>.top-border,
.page-border>.right-border,
.page-border>.bottom-border,
.page-border>.left-border {
    padding: 11px;
    background: #ccc;
}

.page-border .bottom-border,
.page-border .top-border {
    width: 100%;
    padding: 10px;
    left: 0;
}

.page-border .left-border,
.page-border .right-border {
    padding: 10px;
    height: 100%;
    top: 0;
}

.page-border .top-border {
    top: 0;
}

.page-border .right-border {
    right: 0;
}

.page-border .bottom-border {
    bottom: 0;
}

.page-border .left-border {
    left: 0;
}

#wrapper {
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    max-width: 1200px;
    background-color: white;
}

#checkout {
    padding-top: 130px;
}

#checkout * {
    opacity: 1 !important;
}

#checkout ul {
    padding: 0;
    margin: 0;
}

#checkout .cd-cart__product {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(80px);
    transform: translateX(0px);
}

#checkout .cd-cart__details {
    padding-left: 0;
}

.contact-section .human-test {
    margin-top: 24px;
    text-align: center;
}

.contact-section .human-test .test {
    margin-bottom: 24px;
}

.contact-section .human-test .test p {
    color: rgb(16, 16, 16);
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
}

.contact-section .human-test .test p span {
    color: #0f122f;
    text-transform: uppercase;
}

.contact-section .human-test div:nth-child(2) {
    display: inline-block;
}

.contact-section .human-test div:nth-child(2) label {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.contact-section .human-test div:nth-child(2) label span {
    position: relative;
    width: 51px;
    height: 51px;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(16, 16, 16);
    color: rgb(16, 16, 16);
    padding-top: 13px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

.contact-section .human-test div:nth-child(2) label span:hover {
    background-color: #0f122f;
    color: white;
}

.contact-section .human-test div:nth-child(2) label input {
    display: none;
}

.contact-section .human-test div:nth-child(2) label input[type="radio"]:checked+span {
    background-color: #0f122f;
    color: white;
}

.contact-section button {
    display: inline-block;
    float: right;
}

.contact-section button span {
    margin-left: -20px;
    color: #fff;
    position: relative;
    top: -1px;
}

#contact-error,
.error {
    color: red;
    display: none;
}

#contact-success {
    color: rgb(139, 195, 74);
    display: none;
}

.error-input {
    border-color: red;
}


/* --------- 1.1 Input Elements ---------- */

input,
textarea {
    border: 1px solid #e1e1e1;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 3px;
}

input {
    height: 40px;
    margin: 3px 0;
    outline: none;
    line-height: normal;
    font-size: 14px;
}

input[type="submit"] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

select {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 5px;
}

input:focus,
textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

*:focus {
    outline: none;
}

.dialog-box {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    display: none;
}

.dialog-box .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: white;
    z-index: 10000;
}

.dialog-box .dialog-body {
    max-width: 600px;
    width: 100%;
    padding: 15px;
    position: relative;
    top: calc(50% - 180px);
    background: rgb(255, 255, 255);
    border-radius: 4px;
    z-index: 10001;
    margin: 0 auto;
}

.dialog-box .back-button {
    cursor: pointer;
}

.dialog-box .sub-input-text {
    color: grey;
    font-size: 9px;
    display: block;
}


/*------------------------------------------------------------------------------------------*/


/* 2. Layout Elements */


/*------------------------------------------------------------------------------------------*/

section {
    clear: both;
    overflow: hidden;
    padding: 30px;
}


/* --------- 2.1 Header --------- */

#header {
    height: 87px !important;
    overflow: visible;
    z-index: 9999;
    width: 100%;
    position: fixed;
    background: white;
    max-width: 1200px;
}

a#login:before {
    background: url(../images/user_icon.svg) no-repeat;
    /* background-position: center; */
    background-size: 15px;
    width: 20px;
    content: '';
    height: 16px;
    display: inline-block;
    margin-top: 14px;
    vertical-align: -3px;
}

#login-form .error {
    color: rgb(255, 0, 0);
    text-align: center;
    display: none;
    text-transform: uppercase;
    font-size: 10px;
}

.bottom-shadow {
    box-shadow: 0 0 10px 10px #0000000a;
}

#header aside {
    text-align: right;
}

#header ul {
    text-align: center;
}

#header li {
    display: inline-block;
    list-style: none;
    margin: 0;
}


/* --------- 2.2 Navbar ---------- */

.navbar {
    background-color: transparent;
    padding: 10px 30px;
}

.navbar-brand img {
    max-height: 35px;
    vertical-align: middle;
}


/* --------- 2.3 Buttons ---------- */

.shopping-basket {
    cursor: pointer;
}

.shopping-basket span {
    font-size: 12px;
    display: none;
    position: absolute;
    top: 2px;
    right: -10px;
    width: 17px;
    padding: 0 5px;
    background: rgb(255, 0, 0);
    border-radius: 10px;
    color: rgb(255, 255, 255);
}

.call-to-action {
    padding: 35px 0 35px 0;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu-icon.svg);
}

.navbar-collapse.collapsing .navbar-nav,
.navbar-collapse.show .navbar-nav {
    background: rgb(255, 255, 255);
    box-shadow: 0 20px 20px 0px #0000002e;
    width: 230px !important;
    float: right;
    padding: 20px;
}


/*Style*/

.button {
    font-size: 16px;
    margin: 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    text-decoration: none;
}


/* --------- 2.4 Navigation ---------- */

#header {
    font-size: 13px;
    text-transform: uppercase;
}

#header nav .nav-link {
    height: 71px;
    line-height: 71px;
    display: block;
    padding: 0 10px;
}

#header nav .nav-link:hover {
    opacity: 0.6;
}


/*Navigation Solid*/

#header.nav-solid {
    background: #fff;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    left: 0;
    height: 79px !important;
    padding: 0 20px;
}

#header.nav-solid .nav-item {
    border-bottom: 3px solid;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header.nav-solid .nav-item:hover {
    opacity: 1;
}


/* --------- 2.5 Social Elements ---------- */

.social-icons {
    display: inline-block;
    list-style: none;
}

.social-icons a {
    display: inline-block;
    width: 32px;
    text-align: center;
}

.social-icons a:hover {
    opacity: 0.7;
}


/* --------- 2.6 Images ---------- */


/*Alignment*/

img {
    vertical-align: top;
}

.image-center {
    display: block;
    margin: 0 auto;
}

a img {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity: 0.7;
}


/*------------------------------------------------------------------------------------------*/


/* 3. Fonts */


/*------------------------------------------------------------------------------------------*/

h1 {
    padding: 20px 0;
}

h2 {
    padding: 14px 0;
}

h3 {
    padding: 10px 0;
}

h4 {
    padding: 7px 0;
}

h5 {
    padding: 7px 0;
}

h6 {
    padding: 7px 0;
}


/* Text Alignment */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}


/* Section Headings */

.section-heading {
    padding: 0 0 15px 0;
}

.section-subtitle {
    font-size: 18px;
    padding-top: 0;
}

.section-heading h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 0;
    text-transform: uppercase;
}


/*------------------------------------------------------------------------------------------*/


/* 4. Banner */


/*------------------------------------------------------------------------------------------*/

#banner {
    background: url(../images/banner-images/banner-image-1.jpg) no-repeat right;
    background-size: 690px;
    background-position-x: right !important;
}

#banner-content {
    padding: 170px 15px 40px;
}

#banner h1 {
    padding-top: 5%;
}

#banner .section-heading:before {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}


/*------------------------------------------------------------------------------------------*/


/* 5. Content Elements */


/*------------------------------------------------------------------------------------------*/


/* --------- 5.1 Icons ---------- */


/*Font Icon sizes*/

.fa-1x {
    font-size: 15px !important;
}


/*Icon Block*/

.icon-block {
    position: relative;
}

.icon-block h4 {
    font-weight: bold;
    padding-top: 0;
}

.icon-block .icon {
    position: absolute;
}

.icon-block p {
    margin-top: 0;
}


/* Icon Left*/

.icon-left .icon {
    left: 15;
}

.icon-left .icon-block-description {
    padding-left: 53px;
}


/* Icon Right */

.icon-right .icon {
    right: 15;
}

.icon-right .icon-block-description {
    padding-right: 53px;
}


/* Icon Above */

.icon-top {
    display: block;
}

.icon-top .icon {
    position: relative;
    display: block;
}

.icon-top .icon-block-description {
    padding-top: 25px;
}


/* --------- 5.2 Parallax Elements ---------- */

.banner-parallax-1,
.banner-parallax-2,
.banner-parallax-3 {
    min-height: 350px;
}


/* --------- 5.3 Divider ---------- */

.divider {
    position: relative;
    width: 40%;
    height: 20px;
    line-height: 20px;
    margin: 10px auto 5px auto;
    clear: both;
    text-align: center;
}

.divider-inner {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    border-top: 1px solid;
    border-color: #e1e1e1;
}

.divider i {
    background: #fff;
    position: relative;
    top: -11px;
    padding: 0 5px 0 5px;
    color: #e1e1e1;
}


/*------------------------------------------------------------------------------------------*/


/* 6. Landing Page Sections */


/*------------------------------------------------------------------------------------------*/


/* --------- 6.1 Introduction ---------- */

.introduction img.featured {
    padding: 55px 0 0 0;
}


/* --------- 6.2 Features ---------- */

.features.row {
    padding-left: 5%;
    padding-right: 5%;
}

.features div:nth-child(4) {
    clear: both;
}


/* --------- 6.3 Testimonials ---------- */

.testimonial {
    padding: 15px;
    margin-top: -40px;
}

blockquote {
    position: relative;
}

.testimonial img {
    max-height: 120px;
    border-radius: 250em;
}

.testimonial footer {
    padding-top: 12px;
}


/* Style Classic - Avatar above Testimonial */

.testimonial.classic img {
    display: none;
    margin-bottom: 25px;
}

.testimonial.classic q {
    display: block;
    min-height: 175px;
}

.testimonial.classic q::after {
    content: "";
}

.testimonial.classic q::before {
    font-size: 50px;
    font-weight: bold;
    font-family: "Anton";
    display: block;
    color: rgba(16, 16, 16, 0.76);
    content: '”';
    height: 45px;
}

.testimonial.classic footer:before {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    margin: 10px auto 15px auto;
}


/* Style Big */

.testimonial.bigtest {
    padding-top: 0;
}

.testimonial.bigtest q {
    font-size: 22px;
}


/* --------- 6.7 Pricing Table ---------- */

.pricing-block-content {
    background: #fff;
    padding: 10px 10px 30px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    border: 10px solid #fff;
}

.pricing-block {
    padding: 15px;
}

.pricing-block img {
    max-width: 130px;
    width: 100%;
}

.pricing-block ul {
    list-style: none;
    margin: 25px 0 25px 0;
    padding: 0;
}

.pricing-block li {
    padding: 14px 0;
    border-bottom: 1px dotted #e1e1e1;
}

.pricing-block li:last-of-type {
    border: none;
}

.pricing-block h3 {
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 0;
}

.pricing-sub {
    font-style: italic;
    color: #ccc;
    margin: 0 0 25px 0;
}

.price-discount {
    font-size: 12px;
    color: rgb(255, 85, 117);
    text-decoration: line-through;
    margin-top: -10px;
    position: absolute;
    right: 20px;
}

.section-paypal {
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    cursor: pointer;
    transition: all 300ms ease;
    opacity: 0.5;
    margin: 0 auto;
}

.section-paypal:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    opacity: 1;
}


/*Price*/

.pricing {
    padding: 4px 20px 4px 10px;
    position: relative;
    text-align: right;
}

.price {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.price span {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 18px;
}

.pricing p {
    font-style: italic;
    color: #b4b4b4;
    line-height: auto;
    margin: 0;
}

.ribbon {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}


/*------------------------------------------------------------------------------------------*/


/* 6.5 Checkout */


/*------------------------------------------------------------------------------------------*/

.cd-cart::before {
    content: '';
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s
}

.cd-cart--open::before {
    opacity: 1;
    visibility: visible
}

.cd-cart__trigger,
.cd-cart__content {
    position: fixed;
    bottom: 70px;
    right: 30px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-cart--empty .cd-cart__trigger,
.cd-cart--empty .cd-cart__content {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.cd-cart__trigger {
    z-index: 3;
    height: 72px;
    width: 72px;
    overflow: visible
}

.cd-cart__trigger::after,
.cd-cart__trigger::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
    width: 100%;
    background: url(../images/cd-icons-cart-close.svg) no-repeat 0 0;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.cd-cart__trigger::after {
    background-position: -72px 0;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.cd-cart--open .cd-cart__trigger::before {
    opacity: 0
}

.cd-cart--open .cd-cart__trigger::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.cd-cart__trigger:hover+.cd-cart__content .cd-cart__layout {
    box-shadow: 0 6px 40px rgba(0, 0, 0, .3)
}

.cd-cart--open .cd-cart__trigger:hover+.cd-cart__content .cd-cart__layout {
    box-shadow: 0 4px 30px rgba(0, 0, 0, .17)
}

.cd-cart__count {
    position: absolute;
    list-style: none;
    padding: 0;
    top: -10px;
    right: -10px;
    height: 28px;
    width: 28px;
    background: #e94a35;
    color: #fff;
    font-size: .83333em;
    font-weight: 700;
    border-radius: 50%;
    text-indent: 0;
    transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s, -webkit-transform .2s .5s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cd-cart__count li {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .15s;
    animation-duration: .15s
}

.cd-cart__count li:last-of-type {
    visibility: hidden
}

.cd-cart__count--update li:last-of-type {
    -webkit-animation-name: cd-qty-enter;
    animation-name: cd-qty-enter
}

.cd-cart__count--update li:first-of-type {
    -webkit-animation-name: cd-qty-leave;
    animation-name: cd-qty-leave
}

.cd-cart--open .cd-cart__count {
    transition: -webkit-transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.cd-cart--empty .cd-cart__count {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.cd-cart__content {
    z-index: 2;
    width: calc(100vw - 60px);
    max-width: 450px;
    height: 400px;
    max-height: 90%;
    pointer-events: none;
}

.cd-cart__layout {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    height: 72px;
    width: 72px;
    border-radius: .25em;
    transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    transition-timing-function: cubic-bezier(.67, .17, .32, .95);
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .17);
    pointer-events: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.cd-cart--open .cd-cart__layout {
    height: 100%;
    width: 100%;
    transition-delay: 0s
}

.cd-cart__header,
.cd-cart__body {
    opacity: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.subtotal-wrap {
    border-top: 1px solid rgb(230, 230, 230);
    padding: 10px 0;
    font-size: 12px;
    text-transform: uppercase;
}

.text-bold {
    font-weight: bold;
}

.cd-cart--open .cd-cart__header,
.cd-cart--open .cd-cart__body {
    opacity: 1
}

.cd-cart__header {
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .25em .25em 0 0;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    transition: opacity .2s 0s;
    border-bottom: 1px solid #e6e6e6;
}

.cd-cart__header h2 {
    text-transform: uppercase;
    display: inline-block;
    font-size: .76388em;
    font-weight: 700;
    letter-spacing: .1em
}

.cd-cart--open .cd-cart__header {
    transition: opacity .2s .2s
}

.cd-cart__undo {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    color: #334960;
    font-size: .69444em;
}

.cd-cart__undo a {
    text-decoration: underline;
    color: #2a3d50;
}

.cd-cart__undo a:hover {
    color: #2b96de;
}

.cd-cart__undo--visible {
    opacity: 1;
    visibility: visible
}

.cd-cart__body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: .75em;
    padding-bottom: .75em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: opacity .2s
}

.cd-cart__body ul {
    position: relative;
    padding-bottom: 60px;
    margin: 0;
    padding: 0;
}

@media(min-width: 64rem) {
    .cd-cart__body ul {
        padding-bottom: 90px
    }
}

.cd-cart--open .cd-cart__body {
    transition: opacity 0s
}

.cd-cart--open .cd-cart__body li {
    transition: opacity .3s .2s, -webkit-transform .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.cd-cart--open .cd-cart__body li:nth-of-type(2) {
    transition-duration: .4s
}

.cd-cart--open .cd-cart__body li:nth-of-type(3) {
    transition-duration: .5s
}

.cd-cart--open .cd-cart__body li:nth-of-type(4),
.cd-cart--open .cd-cart__body li:nth-of-type(5) {
    transition-duration: .55s
}

.cd-cart__product {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    transition: opacity 0s .2s, -webkit-transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
    display: -ms-flexbox;
    display: flex
}

.cd-cart__product:not(:last-of-type) {
    margin-bottom: 12px
}

.cd-cart__product a {
    text-decoration: none
}

.cd-cart__product--deleted {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-animation: cd-item-slide-out .3s forwards;
    animation: cd-item-slide-out .3s forwards
}

.cd-cart__product--deleted.cd-cart__product--undo {
    -webkit-animation: cd-item-slide-in .3s forwards;
    animation: cd-item-slide-in .3s forwards
}

.cd-cart__product--deleted+.cd-cart__product {
    -webkit-animation: cd-item-move-up-mobile .3s;
    animation: cd-item-move-up-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media(min-width: 64rem) {
    .cd-cart__product--deleted+.cd-cart__product {
        -webkit-animation: cd-item-move-up .3s;
        animation: cd-item-move-up .3s
    }
}

.cd-cart__product--undo+.cd-cart__product {
    -webkit-animation: cd-item-move-down-mobile .3s;
    animation: cd-item-move-down-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media(min-width: 64rem) {
    .cd-cart__product--undo+.cd-cart__product {
        -webkit-animation: cd-item-move-down .3s;
        animation: cd-item-move-down .3s
    }
}

.cd-cart__details {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: .825em;
    padding-left: .6em;
}

.cd-cart__details h3 {
    font-weight: 700;
    width: 70%;
    font-size: .95833em;
    margin: 0;
    padding: 0;
}

.cd-cart__details h3 a {
    color: #2a3d50;
}

.cd-cart__details h3 a:hover {
    color: #2b96de;
}

.cd-cart__price {
    width: 30%;
    text-align: right;
    font-size: .91666em;
    font-weight: 700
}

.cd-cart__actions {
    display: -ms-flexbox;
    display: flex;
    font-size: .76388em;
}

.cd-cart__delete-item,
.cd-cart__quantity {
    color: #334960;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-cart__delete-item {
    margin-right: .75em;
}

.cd-cart__delete-item:hover {
    color: #e94a35;
}

.cd-cart__quantity {
    display: -ms-flexbox;
    display: flex
}

.cd-cart__quantity label {
    margin-right: .375em;
}

.cd-cart__select {
    position: relative
}

.cd-cart__select select {
    position: relative;
    padding: 0px 9px 0 9px;
    cursor: pointer;
    color: currentColor;
    width: 31px;
    border: none;
    background: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    height: auto;
}

.cd-cart__select select:focus {
    outline: none;
    color: #2a3d50;
    box-shadow: 0 1px 0 currentColor
}

.cd-cart__select select::-ms-expand {
    display: none
}

.icon--sm {
    font-size: 24px;
    font-size: var(--icon-sm);
}

.icon {
    display: inline-block;
    color: inherit;
    fill: currentColor;
    height: 1em;
    width: 1em;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cd-cart__select .icon {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    color: currentColor;
    pointer-events: none;
    margin-top: -3px;
}

@media(min-width: 64rem) {
    .cd-cart__select select {
        padding-right: .75em;
    }
}

.cd-cart__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 .25em .25em;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, .15);
    background: #fff;
}

.cd-cart__checkout {
    display: block;
    height: 72px;
    line-height: 72px;
    margin-right: 72px;
    background: rgb(139, 195, 74);
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    transition: all .2s 0s
}

.cd-cart__checkout:hover,
.cd-cart__checkout:active {
    background: rgb(165, 216, 105);
    color: white !important;
}

.cd-cart__checkout em {
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    transition: -webkit-transform 0s .2s;
    transition: transform 0s .2s;
    transition: transform 0s .2s, -webkit-transform 0s .2s;
    font-style: normal;
}

.cd-cart__checkout .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    opacity: 0;
    transition: opacity .2s;
    color: currentColor
}

.cd-cart--open .cd-cart__checkout {
    color: #fff;
    transition: color .2s .3s
}

.cd-cart--open .cd-cart__checkout em {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: padding .2s 0s, -webkit-transform .2s .3s;
    transition: transform .2s .3s, padding .2s 0s;
    transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s
}

.cd-cart--open .cd-cart__checkout:hover em {
    padding-right: 30px
}

.cd-cart--open .cd-cart__checkout:hover .icon {
    opacity: 1
}

.blink {
    -webkit-animation: blink 2s infinite;
    -moz-animation: blink 2s infinite;
    -o-animation: blink 2s infinite;
    animation: blink 2s infinite;
}

@-webkit-keyframes blink {
    0% {
        color: #0F122F;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #0F122F;
    }
}

@-moz-keyframes blink {
    0% {
        color: #0F122F;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #0F122F;
    }
}

@-o-keyframes blink {
    0% {
        color: #0F122F;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #0F122F;
    }
}

@keyframes blink {
    0% {
        color: #0F122F;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #0F122F;
    }
}

@-webkit-keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

@keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

@-webkit-keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }
}

@keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }
}

@-webkit-keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 62px
    }
    100% {
        padding-top: 0
    }
}

@keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 62px
    }
    100% {
        padding-top: 0
    }
}

@-webkit-keyframes cd-item-move-up {
    0% {
        padding-top: 102px
    }
    100% {
        padding-top: 0
    }
}

@keyframes cd-item-move-up {
    0% {
        padding-top: 102px
    }
    100% {
        padding-top: 0
    }
}

@-webkit-keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0
    }
    100% {
        padding-top: 62px
    }
}

@keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0
    }
    100% {
        padding-top: 62px
    }
}

@-webkit-keyframes cd-item-move-down {
    0% {
        padding-top: 0
    }
    100% {
        padding-top: 102px
    }
}

@keyframes cd-item-move-down {
    0% {
        padding-top: 0
    }
    100% {
        padding-top: 102px
    }
}

@-webkit-keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0
    }
}

@keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0
    }
}

@-webkit-keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0
    }
}

@keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0
    }
}


/*------------------------------------------------------------------------------------------*/


/* 7. Footer */


/*------------------------------------------------------------------------------------------*/

#landing-footer {
    clear: both;
    padding: 20px 20px 0;
}

#landing-footer .row {
    padding: 0;
}

#landing-footer p {
    margin: 0;
}

#landing-footer ul {
    list-style: none;
    text-align: right;
}

#landing-footer li {
    display: inline-block;
}


/* Scroll Up */

#scrollUp {
    bottom: 50px;
    width: 70px;
    height: 80px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background: #ccc;
    font-family: "fontawesome";
    font-size: 2.4em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    content: "\f106";
    opacity: 1;
}


/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99999;
    /* makes sure it stays on top */
}

#status {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-position: center;
    margin: 0;
    text-align: center;
}


/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-ball-triangle-path,
.la-ball-triangle-path>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-triangle-path {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-triangle-path.la-dark {
    color: #333;
}

.la-ball-triangle-path>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-triangle-path {
    width: 32px;
    height: 32px;
}

.la-ball-triangle-path>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.la-ball-triangle-path>div:nth-child(1) {
    -webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path>div:nth-child(2) {
    -webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path>div:nth-child(3) {
    -webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-triangle-path.la-sm>div {
    width: 4px;
    height: 4px;
}

.la-ball-triangle-path.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-triangle-path.la-2x>div {
    width: 20px;
    height: 20px;
}

.la-ball-triangle-path.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-triangle-path.la-3x>div {
    width: 30px;
    height: 30px;
}


/*
 * Animations
 */

@-webkit-keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-one {
    0% {
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-one {
    0% {
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-webkit-keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-moz-keyframes ball-triangle-path-ball-two {
    0% {
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-o-keyframes ball-triangle-path-ball-two {
    0% {
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-webkit-keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-tree {
    0% {
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-tree {
    0% {
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}


/*------------------------------------------------------------------------------------------*/


/* Responsive Elements */


/*------------------------------------------------------------------------------------------*/


/* =Media Queries for Nav
===============================*/

@media all and (max-width: 1024px) {
    #nav-trigger {
        display: block;
    }
    nav#nav-main {
        display: none;
    }
    nav#nav-mobile {
        display: block;
    }
    nav#nav-mobile li {
        display: block;
    }
    #header aside {
        display: none;
    }
}


/* Landscape mobile & down
===============================*/

@media (max-width: 480px) {
    #wrapper {
        margin: 0;
        padding: 0;
    }
    .page-border,
    #scrollUp,
    #scrollUp:before {
        display: none;
    }
    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 15px !important;
    }
    #header.nav-solid [class*="col-"] {
        padding: 0;
    }
    /*Logo*/
    #logo h2 {
        padding: 0;
    }
    /* Social */
    #header aside {
        clear: both;
        padding: 0;
    }
    #header ul.social-icons {
        margin-top: 0;
    }
    #banner-content.row {
        padding-top: 85px !important;
    }
    /*-----------------Sections-----------------*/
    /* Call to Action*/
    .call-to-action {
        padding-bottom: 25px;
    }
    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }
    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }
    /*-----------------Typography-----------------*/
    h1 {
        font-size: 38px;
    }
    /* Hide Elements */
    a#scrollUp {
        display: none !important;
    }
}


/* Mobile to Tablet Portrait
===============================*/

@media (max-width: 767px) {
    /*-----------------Sections-----------------*/
    #banner {
        text-align: center;
        background: url(../images/banner-images/banner-image-1.jpg) no-repeat center;
        background-size: contain;
    }
    #banner-content {
        background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 49%, rgba(255, 255, 255, 0) 66%);
    }
    #banner .section-heading {
        margin-top: 180px;
    }
    #banner .section-heading:before,
    #banner .section-heading h2:after {
        margin: 30px auto 0;
    }
    .introduction {
        text-align: center;
    }
    .introduction .section-heading h2:after {
        margin: 30px auto;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #wrapper {
        margin: 0;
        padding: 0;
    }
    .page-border,
    #scrollUp,
    #scrollUp:before {
        display: none;
    }
    /*-----------------Sections-----------------*/
    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }
    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }
}

@media (max-width: 992px) {
    #header nav a {
        margin: 0 !important;
    }
}


/* Landscape Tablet to Desktop
===============================*/

@media (min-width: 768px) and (max-width: 1024px) {
    #wrapper {
        margin: 0;
        padding: 0;
    }
    .page-border {
        display: none;
    }
    .big-padding-top {
        padding-top: 45px !important;
    }
}