* { margin: 0; padding: 0; border: none; font-size: 100%; }

body {
    margin:0px;
    font-weight:100;
    font-family: 'Raleway', sans-serif;
    /*background-color: #fff;*/
    /*background-image: url(../images/background/repeat2.jpg);*/
    /*background-repeat: repeat-y;*/
}

.swiper-button-next {
    background-image: unset;
}

.swiper-button-prev {
    background-image: unset;
}

.swiper-pagination-bullet {
    /*width: 13px;*/
    /*height: 13px;*/
    background: #5a5a00;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    color: #e8d32e;
    background: #e8d32e;
    opacity: 1;
}

a:-webkit-any-link:active {
    color: transparent!important;
}

ul, li {
    margin:0px;
    padding:0px;
}

a {
    cursor:pointer; color: #0066ff;
    outline : none;
    text-decoration: none;
}

a[name] {
    padding-top: 40px;
    margin-top: -40px;
    display: inline-block; /* required for webkit browsers */
    vertical-align: top;
}

h2 {
    font-weight: normal;
}

.fa-3x {
    font-size: 40px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.float-left { float: left; }
.float-right { float: right; }
.left {float: left;}
.right {float: right;}

.full-image img { width: 100%; height: auto; }

.text-col {
    float:left;
    margin: 0 1%;
    font-size: 14px;
}

.col-12 {width:100%;}
.col-11 {width: 91.666666666%;}
.col-10 {width: 81.333333333%;}
.col-9 {width: 73%;}
.col-8 {width: 64.666666666%;}
.col-7 {width: 56.333333333%;}
.col-6 {width: 100%;}
.col-5 {width: 39.666666667%;}
.col-4 {width: 31.333333333%;}
.col-3 {width: 23%;}
.col-2 {width: 14.666666667%;}
.col-1 {width:  6.333333334%;}

header {
    display: inline-block;
    width: 100%;
}

header .top-header .logo {
    float:right;
    margin-top: 13px;
    margin-right: 13px;
}

header .top-header .logo img {
    width:auto;
    height:40px;

}

header .top-header .top-header--motto {
    display: inline-block;
    float: right;
    margin-top: 29px;
    margin-right: 13px;
    text-align: right;
    font-size: 10px;
}

.rule-button {
    background-color: unset;
    padding: 5px;
}

header .top-header button.menu-button {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

header .top-header button.menu-x-button {
    margin-top: 10px;
    float: right;
}

header .top-header .main-navigation {
    display: inline-block;
    width: 100%;
}

header .top-header .drawer {
    z-index: 999;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

header .top-header .drawer .drawer--container {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .top-header .side-navigation {
    position: fixed;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 280px;
    width: 50%;
}

header .top-header .side-navigation .side-navigation--container {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

header .top-header .side-navigation nav {
    width: 100%;
    text-align: center;
}

header .top-header .side-navigation nav.socialmedia-mobile-navigation {
    margin-top: 20px;
}

header .top-header .side-navigation nav.pages-mobile-navigation {
    margin-top: 0;
}

header .top-header .side-navigation nav.pages-mobile-navigation ul li {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

header .top-header .side-navigation nav.socialmedia-mobile-navigation ul li {
    margin-left: 15px;
    margin-right: 15px;
}

header .top-header nav {
    position: relative;
    display: inline-block;
    float:right;
    margin-top:1.9em;
}

header .top-header nav.pages-navigation {
    margin-top: 25px;
    margin-bottom: 25px;
}

header .top-header nav.socialmedia-navigation {
    margin-top: 32px;
}

header .top-header nav ul li {
    display: inline;
    margin-left: 3em;
}

header .top-header nav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 1em;
    font-weight: 100;
}

header .top-header nav ul li a:hover,
header .top-header nav ul li a.active {
    color: #999;
}

footer {
    background-color: #fff;
    padding: 40px 0;
    margin-top: 50px;
}

footer .logo {
    display: inline-block;
    margin-left: 8%;
}

footer .logo img {
    height: 20px;
    width: auto;
}

footer .footer-text {
    display: inline-block;
    float: right;
    margin-top: 2px;
    margin-right: 8%;
    font-size: 15px;
}

section.spacer {
    height: 1px;
}

section.product {
    font-size: 12px;
}

section.product h2 {
    font-size: 15px;
}

section.product img {
    width: 100%;
    height: auto;
}

section .box {
    position: relative;
    background-color: #fff;
    margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
}

section .box .col-12 {
    position: relative;
}

section.text-on-image .box .col {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    text-align: center;
    color: #000;
}

section.text-on-image .box .col figcaption {
    font-size: 1em;
}

section.product .info {
    margin: 10px 5px 10px 5px;
}

section.product .info .col {
    float: left;
    text-align: justify;
}

section.product .info .col .info--description {
    text-align: center;
}

section.product .info .info--description p {
    margin-bottom: 10px;
}

section.product .info .info--specs ul li {
    margin-bottom: 10px;
}

section.product .col {
    margin-top: 20px;
    margin-bottom: 20px;
}

section.product .info .info--price {
    display: inline-block;
    width: 100%;
    text-align: center;
}

section.index-content img {
    width: 100%;
}

section.product .info .info--price .buy-button {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 40px;
    transition: background-color 0.3s, color 0.3s;
    color: #fff;
    background-color: #6b6b6b;
    border: 1px solid #6b6b6b;
    border-radius: 4px;
}

section.product .info .info--price .buy-button:hover {
    background-color: transparent;
    color: #6b6b6b;
}

section.product .info .info--price .buy-button p {
    float: left;
    margin-left: 10px;
}
section.product .info .info--price .buy-button .info--price--buy {
    float: left;
}

section.product .info--specs ul{
    list-style-type: circle;
}

section.product .title-container {
    text-align: center;
}

section.text-on-image img {
    width: 100%;
    height: auto;
}

section.text-on-image figure span {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    opacity: 0.5;
    /*background-color: rgba(0, 0, 0, 0.7);*/
}

section.index-content .index-content--container {
    overflow: auto;
    position: relative;
}

section.index-content .index-content--text-container {
    color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
}

section.index-content .index-content--text-container h3 {
    font-weight: normal;
}

section.index-content .text-on-right {
    right: 1%;
}

section.index-content .text-on-left {
    left: 1%;
}

section.index-content .index-content--text-container .index-content--text {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

section.index-content .overlay {
    position: absolute;
    background-color: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

section.about {
    text-align: center;
}

section.about h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
}

section.about p {
    margin-top: 20px;
    margin-bottom: 20px;
}

section.about .about--text {
    max-width: 900px;
    display: inline-block;
}

section#sizeguides picture {
    display: block;
    text-align: center;
}

section#sizeguides img {
    max-width: 900px;
}

 /*   desktop mode   */
@media screen and (min-width: 660px) {

    .swiper-button-next {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e8d32e'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-prev {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e8d32e'%2F%3E%3C%2Fsvg%3E");
    }

    .col-6 { width: 49%; }

    section .box {
        box-shadow: 7px 7px 5px #bfbfbf;
        /*border: 1px solid yellow;*/
        margin-left: 50px;
        margin-right: 50px;
    }

    section.text-on-image .box .col figcaption {
        font-size: 1.7em;
    }

    section.product .info {
        margin: 0;
    }

    section.product .info .info--specs {
        margin-left: 40px;
    }

    body {
        background-color: #e5e5e5;
    }

    header {
        background-color: #e5e5e5;
    }

    header .top-header .logo {
        float: left;
        margin-top: 20px;
        margin-left: 70px;
    }

    header .top-header .logo img {
        height: 120px;
    }

    header .top-header .main-navigation .pages-navigation {
        width: 100%;
        text-align: center;
    }

    header .top-header .main-navigation .socialmedia-navigation {
        position: absolute;
        top: 77px;
        right: 70px;
    }

    header .top-header .main-navigation .pages-navigation ul li {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    header .top-header .top-header--motto {
        position: absolute;
        top: 40px;
        right: 70px;
        margin: 0;
        font-size: 16px;
    }

    section.spacer {
        height: 1px;
    }

    section.product .title-container h2 {
        font-size: 25px;
    }

    section.product .info {
        font-size: 15px;
    }
    section.product .info .info--description p {
        margin-bottom: 35px;
    }

    section.index-content .index-content--text-container .index-content--text {
        padding-top: 20px;
        padding-bottom: 20px;
        border-color: #000;
        border-width: 0px;
        transition: border-color 1s, border-width 1s, color 1s;
    }


    section.index-content .box:hover .col-4{
        color: #6b6b6b;
        border: 1px solid #6b6b6b;
    }
}

@media screen and (min-width: 800px) {

    section.text-on-image .box .col figcaption {
        font-size: 2.5em;
    }
}

@media screen and (min-width: 950px) {

    header .top-header .main-navigation .pages-navigation {
        position: absolute;
        right: 70px;
        top: 146px;
        width: auto;
    }

    header .top-header .logo img {
        height: 168px;
    }

    header .top-header .main-navigation .pages-navigation ul li {
        margin-right: 0;
        margin-left: 3em;
    }

}

@media screen and (max-width: 330px) {

    header .top-header .logo img {
        height: 35px;
    }

    header .top-header button.menu-button {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    header .top-header .top-header--motto {
        margin-top: 25px;
    }

}

@media screen and (max-width: 660px) {

    section {
        font-size: 90%;
    }

    section .box {
        margin: 15px 15px 15px 15px;
        padding: 0;
    }

    footer {
        margin-top: 0;
    }

    section.index-content .index-content--container .index-content--text h3,
    section.index-content .index-content--container .index-content--text p{
        font-size: 10px;
    }

    section.about h2 {
        font-size: 16px;
    }

    section.product .container .info--specs {
        margin-left: 15px;
    }

}