p {
    line-height: 1.5em;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.j-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.baseline {
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.j-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.container,
.container.with-xlarge{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.dropdown-header{
    background: #9FB3BE!important;
}

.m-blog-page-header,
.page-title{
    border: none;
    margin-bottom: 0;
    padding: 2em 0;
}

.page-title h1,
.page-title .h1{
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
}

/* usps */
.site-usp {
    background: #9FB3BE;
    padding: 10px 0;
    height: 56px;
}

.usp-item{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usp-item span{
    display: block;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    text-transform: initial;
    color: #fff;
}

.usp-item p,
.usp-item img{
    margin: 0;
}

.usp-item img{
    margin-right: 10px;
}

/* site-header */
.site-header{
    text-align: center;
    padding: 0;
    background: #F5F0ED;
}

.site-header>.container{
    padding-top: 10px;
    padding-bottom: 0;
}

.site-header .logo a{
    font-family: "Glegoo", serif;
    font-size: 37px;
    margin-bottom: 10px;
}

.header-icons{
    margin-bottom: 10px;
}
.site-header .logo img {
    margin: 0;
    max-height: 35px;
}

@media(min-width:420px){
    .site-header .logo img {
        max-height: 61px;
    }
}

.mobile-button:hover{
    cursor: pointer;
}

.mobile-button svg{
    width: 30px;
    height: 30px;
}

.m-quick-cart svg{
    width: 35px;
    height: 35px;
}

.m-quick-cart{
    display: flex;
    position: relative;
    margin-left: 25px;
}

.m-quick-cart__count{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -2px;
    right: -2px;
    background: #9FB3BE;
    border-radius: 100%;
    width: 17px;
    height: 17px;
    color: #010101;
    font-size: 11px;
    font-weight: 600;
}

/* search */
.top-search-form {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    max-width: 1180px;
    margin: auto;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 16px;
}

.top-search-form input{
    background: #fff;
    color: #000;
    border-radius: 30px 0 0 30px;
    padding: 10px 15px!important;
}

.top-search-form .button{
    border-radius: 0 30px 30px 0;
}

.top-search-form .button,
.top-search-form input{
    height: 45px!important;
    border: none;
}

.top-search-form .button{
    height: 45px !important;
    border: none;
    padding: 0 15px !important;
    font-size: 15px !important;
    color: #fff!important;
    background: #3f3e3d;
}

/* nav */
.siteNav{
    display: none;
    background-color: #F5F0ED;
}
.siteNav,
.siteNav ul{
    list-style-type: none!important;
    margin: 0;
    padding: 0;
}
.siteNav .nav > li{
    padding: 0;
}

.siteNav .nav > li > a{
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
}

.siteNav .nav > li > a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.siteNav .nav > li>a:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.siteNav ul ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    z-index: 999;
}

.siteNav ul ul ul{
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}
.siteNav .nav li:hover>ul {
    display: block;
}

.siteNav ul ul li a{
    background: #f5f0ed;
    color: #000;
    padding: 10px;
    text-align: left;
}
.siteNav ul ul li a:hover{
    background: #9FB3BE;
}

.mm-menu{
    background: #f5f0ed;
}

.mmenuBtn{
    margin-left: 25px;
}

.mmenuBtn svg{
    width: 38px;
    height: 38px;
}

.mm-slideout { 
    z-index: 0; 
}

.mm-menu_offcanvas {
    z-index: 9;
}

.mm-navbar__title{
    font-weight: 700!important; 
    color: #010101!important; 
}

/* slider */
.site-slider .hero-slider-theme { 
   margin: 0; 
   line-height: 0;
} 
.site-slider .hero-slider-theme img { 
   width: 100%!important; 
} 
.site-slider .hero-slider-theme .placeholder-wrapper {
   max-width: 100% !important;
}

.w-slider-caption.item-caption{
    background: none;
    margin-bottom: 20px;
}

.w-slider-caption.item-caption .h2{
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    color: #000000;
    padding: 0 10px;
}

.w-slider-caption.item-caption .h4{
    font-size: 14px;
    line-height: 14px;
    margin: 20px 0;
    color: #000000;
}

.btnMain {
    display: inline-block;
    background: #9FB3BE;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 35px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.btnMain::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
}

.btnMain:hover::before {
    left: 100%;
}

.btnMain:hover {
    background: #3f3e3d;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.btnSecondary{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    max-width: 250px;
    margin:0 auto;
    background: #3f3e3d;
    color: #fff!important;
    padding: 12px 35px;
    transition: all 0.3s ease-in-out;
}

.btnSecondary:hover{
    background: #9FB3BE;
}

.category-item{
    margin-bottom: 20px;
}

.category-item .h5{
    margin: 0;
    background: #9FB3BE;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}

/* Products */
.productItem .type-col{
    border: none;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.productItem .productContent{
    overflow: visible;
}

.productItem .product-delivery {
    margin: 0;
}

.m-productlist-quantity-btn + .m-productlist-quantity-btn {
    margin-top: 3px;
}
.m-product-extrabuy-button,
.m-productlist-tractions-button .button-primary,
.m-product-transaction-button .button-primary {
    height: 35px;
    font-size: 11px;
    line-height: 16px;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    white-space: break-spaces;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 20px;
}

.m-product-transaction-button .button-primary {
    max-width: 200px;
    width: 100%;
}

.content.product-transaction.product-action {
    padding-top: 5px;
}

@media(max-width:480px){
    .content.product-transaction.product-action .col-s-2{
        width: 100%;
    }
}

.productItem .type-col .product-transaction, .productItem .type-col .product-action {
    background: transparent;
    border: none;
}
.productItem .type-col .m-productlist-transactions {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    padding-top: 0;
}
.productItem .type-col {
    border: none;
}

.m-productlist-buttons {
    display: flex;
    align-items: center;
    border: 1px solid #D6D5D5;
    border-radius: 20px;
}
.m-productlist-amount {
    position: relative;
}
.m-productlist-quantity-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 100%;
    max-width: 60px;
    border: none;
    background-color: #E4E4E4;
}

.m-productlist-quantity-btn-minus{
    border-radius: 20px 0 0 20px;
}

.m-productlist-quantity-btn-plus{
    border-radius: 0 20px 20px 0;
}

.m-productlist-input {
    height: 35px !important;
    width: 100% !important;
    background-color: #FBFBFB;
    border: none!important;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    text-align: center;
}

.productItem .type-col .prices{
    margin-top: auto;
}

.productItem .m-productlist-price{
    font-size: 16px;
}

.m-productlist-price-before-discount{
    font-size: 13px;
}
.panel.m-product-discontinued{
    display: none!important;
}
@media(min-width:768px){
    .m-productlist-input{
        min-width: 35px;
    }
    .site-header .logo img{
        margin: auto;
    }
}

/* @media(max-width:767px){
    .m-productlist-buttons {
        right: 10px;
        left: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m-productlist-buttons>button:first-child{
        order: 2;
    }
} */

.h5.m-productlist-title{
    font-size: 16px;
    font-weight: 600;
}
.m-productlist-itemNumber,
.m-productlist-brand{
    font-size: 12px;
    color: #929292;
    font-weight: 500;
}

.m-product .splash, .m-productlist .splash{
    right: 1em;
    left: auto;
    display: flex;
    flex-wrap: wrap;
}

.badge{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}

.badge.badge-warning{
    background: #CCA35D;
}

.badge.badge-succes{
    background: #9FB3BE;
}

.badge.badge-danger{
    background: #000;
}

body:not(.pageId1) .site-main-content{
    padding-bottom: 40px;
}

/* Inspiration */
.inspiration{
    padding: 20px 0 60px 0;
}

.inspirationCol{
    display: flex;
    margin-bottom: 20px;
}

.inspiration img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

/* instructions */
.instructions {
    background-color: #F5F0ED;
}
.instructions img{
    width: 100%!important;
}

.m-blog-list-headline{
    display: block;
}

.m-blog-list-headline .h2{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 40px;
}

.m-blog-list-description{
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.m-blog-page-headline.page-title{
    padding: 0;
}

/* main categories */
.site-main-categories{
    margin-top: 40px;
}

.cItem {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;

}

.cItem img {
    width: 100%!important;
    transition: transform 0.3s ease-in-out;
}

.cItem-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 250px;
    margin: 0 auto;
    padding: 10px 5px;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cItem:hover .cItem-title {
    background: #9FB3BE;
    transform: scale(1.1);
}

.cItem:hover img {
    transform: scale(1.05);
}

/* welcome */
.welcome{
    background: #9FB3BE;
    padding: 50px 0;
    margin-top: 40px;
}

.welcome .page-title{
    padding-top: 0;
    padding-bottom: 20px;
}

.welcome .m-text-headline{
    font-size: 21px;
    font-weight: 600;
    text-align: left;
    text-transform: initial;
}

.welcome .m-text-headline span{
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.welcome p{
    font-size: 17px;
    line-height: 22px;
}

.welcome p:not(:last-child){
    margin-bottom: 20px;
}

.welcome img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/* site-footer */
.site-footer {
    border: none;
    background: #f5f0ed;
    padding-top: 40px;
    padding-bottom: 0;
}

.site-footer p,
.site-footer span,
.site-footer li,
.site-footer a {
    font-size: 15px;
    line-height: 20px;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .f-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/* .site-footer ul.circle li a{
    display: flex;
    position: relative;
    padding-left: 10px;
} */
/* 
.site-footer ul.circle li a:before{
    content: '\2022';
    display: block;
    position: absolute;
    left:0 ;
} */

.site-footer .b-productcategories-list li:before{
    display: none;
}

.social-links{
    margin-top: 20px;
}

.social-links a{
    margin-right: 10px;
}

.cards{
    background: #9FB3BE;
    padding: 20px 0;
}

.payment-icons{
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
.m-product-information .payment-icons {
    justify-content: center;
    margin: 1em 0;
}

/* single product */
.m-product-warnings,
.m-product-information .panel-success.m-product-instock,
.m-product-additional-info .nav-tabs li.active>a,
.m-product-additional-info .t-panel-clean>.pane,
.m-product-variants .panel-warning,
.m-product-variants .panel-success,
.w-notification .panel-success,
.panel-warning,
.panel-danger.m-product-stock.m-product-soldout {
    background: none;
}

.panel-warning.m-product-info{
    border: none;
}

.panel-warning.m-product-info .panel-body{
    padding: 0;
    color: #000;
}

.m-product-title.page-title{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.m-product-price,
.selected-priceLine {
    font-weight: 700;
}

.m-product-transaction-amount input {
    border-right: 1px solid #cfcfcf !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.m-product-buy {
    background-color: #9FB3BE;
    display: block;
    width: 100%;
    border: 0px;
    color: #000;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    padding: 0px;
    font-size: 14px;
    border-radius: 20px;
}

.m-product-transaction-amount .m-productlist-input{
    min-width: 45px;
}

.m-product-stock,
.variantInfoPanel .panel {
    background: transparent !important;
    border: 0px;
    margin-bottom: 0px;
}
.m-product-stock .panel-body,
.variantInfoPanel .panel .panel-body {
    padding: 1em 0;
}
.variantInfoPanel .panel-warning .h5,
.variantInfoPanel .panel-warning {
    color: initial;
}

/* product usp */
.product-usp {
	margin-top: 1em;
	background: #f5f0ed;
	padding: 10px;
	color: #010101;
	font-size: 12px;
}
.product-usp ul {
	margin-bottom: 0px;
}
.product-usp .contact {
	float: left;
}
.product-usp .contact i {
	font-size: 24px;
}
.product-usp .contact strong {
	font-size: 24px;
}
.product-usp .usp {
	float: right;
}
.iframe-wrapper{
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.header-icons{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
@media(min-width:480px){

}

@media(min-width:768px){

    .site-header>.container{
        padding-top: 25px;

    }
    .header-icons{
        top: 0;
        transform: unset;
    }
    .site-header .logo a,
    .header-icons{
        margin-bottom: 25px;
    }
    .w-slider-caption.item-caption{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        bottom: auto;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 10px;
        text-align: left;
    }

    .w-slider-caption-wrapper{
        max-width: 240px;
        margin-left: 27%;
    }

}

@media(min-width:960px){
    .siteNav{
        display: block;
    }
    .site-header .logo a{
        margin-bottom: 0;
    }
    .mmenuBtn{
        display: none;
    }
    .w-slider-caption-wrapper {
        max-width: 280px;
    }
    .w-slider-caption.item-caption .h2 {
        font-size: 28px;
        line-height: 28px;
    }
}

@media(min-width:1140px){
    .w-slider-caption-wrapper {
        max-width: 340px;
    }
    .w-slider-caption.item-caption .h2 {
        font-size: 38px;
        line-height: 38px;
    }
    .w-slider-caption.item-caption .h4 {
        font-size: 17px;
        line-height: 17px;
    }
}

@media(min-width:1280px){
    .w-slider-caption-wrapper {
        max-width: 375px;
    }
    .w-slider-caption.item-caption .h2 {
        font-size: 42px;
        line-height: 42px;
    }
}

@media(min-width:1440px){
    .w-slider-caption-wrapper {
        max-width: 425px;
        margin-left: 22%;
    }

    .w-slider-caption.item-caption .h2 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media(min-width:1600px){
    .w-slider-caption-wrapper {
        margin-left: 19%;
    }
    .welcome img {
        max-width: unset;
        position: absolute;
    }
}


.m-product-image img {
    cursor: pointer;
}
.m-product-image>div {
    display: flex;
    gap: 20px;
    padding-left: 140px;
    position: relative;
}
.m-product-image .slider-wrap {
    overflow: hidden;
    width: 100%;
}

.thumbelina-wrapper {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
}
.thumbelina-wrapper img {
    border: 1px solid #eee;
}

.m-product-additional-info-tabs {
    margin: 1em 0;
}
.m-product-additional-info>span {
    display: flex;
    padding: 10px 0;
    border: solid #eee;
    border-width: 1px 0 0;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    font-weight: bold;
}
.m-product-additional-info .pane {
    padding: 1em 0;
}
.m-product-additional-info:last-child>span {
    border-width: 1px 0;
}
.m-product-additional-info>span svg {
    transform: rotateX(180deg);
}

.productItem .type-col .product-delivery {
    border: none;
    text-align: left;
}
.m-product-stock,
.product-delivery {
    font-weight: bold;
    font-size: 12px;
}
.m-product-stock {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 2px solid;
}
.m-product-instock,
.product-delivery .fa-check,
.product-delivery .fa-check+span,
.product-delivery .fa-check+span:after {
    color: #1d6b3a;
}

.product-delivery .fa:before {
    content: "\f111";
}

.m-product-soldout,
.product-delivery .fa-clock-o,
.product-delivery .fa-clock-o+span,
.product-delivery .fa-clock-o+span:after {
    color: red;
}
.product-delivery .fa+span:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid;
    margin-top: 1em;
}

.frontpage-content {
    background-color: #F5F0ED;
}
.frontpage-content .productItem .image{
    box-shadow: none;
}

.blogGrid img{
    width: 100% !important;
}

.blogGrid h2{
    font-size: 18px;
    font-weight: 700;
}

.blogGrid .trailing-db{
    margin-bottom: 20px;
}

.m-blog-list-item,
.m-blog-list-item article{
    height: 100%;
}

.m-blog-list-anchorwrap{
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
}
.m-product-itemNumber,
.product-itemNumber{
    display: none!important;
}

.m-breadcrumb, .m-print{
    margin: 1em auto;
}
.m-product-nav-cycle .button.left .fa,
.m-product-nav-cycle .button.left{
   border-radius: 20px 0 0 20px;
}

.m-product-nav-cycle .button.right .fa,
.m-product-nav-cycle .button.right{
    border-radius: 0 20px 20px 0;
}

.modules.m-cart .panel-warning,
.w-notification .panel-success{
    border-color: #9FB3BE;
    color: #9FB3BE;
}
.w-notification .panel-success a{
    color: #9FB3BE;
}

/* FRONTPAGE */
.site-slider .large {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
}
.site-slider .large .headliner{
    font-size: 18px;  
    font-weight:bold;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
        max-width: 240px;
    margin: 0 auto;
}
.site-slider .large .headliner p{margin-bottom:0px;}
.site-slider .large .linked{ border:0px; font-size:16px; text-decoration:underline;; font-weight: 700; height:30px; line-height: 30px; display: block;       max-width: 220px;    margin: 0; }

.site-slider .small{  position:absolute; bottom:5%; left:30px; }
.site-slider .small .headliner{font-size:50px; font-weight:bold; color:#fff;}
.site-slider .small .linked{ border:0px;  font-size:16px; text-decoration:underline; color:#fff; font-weight: 700; height:30px; line-height: 30px; display: block;      max-width: 220px;        margin-top: 5px;}

.site-slider .small2{ position:absolute; bottom:5%; left:30px; }
.site-slider .small2 .headliner{font-size:50px; font-weight:bold; color:#fff;}
.site-slider .small2 .linked{ border:0px;  font-size:16px; text-decoration:underline;color:#fff; font-weight: 700;height:30px; line-height: 30px; display: block;     max-width: 220px;       margin-top: 5px;}
@media only screen and (min-width:768px) and (max-width: 960px) {
	.pageId1 .m-productlist-list-item.col-m-4{width:33.3% !important;}
    .site-slider .large{  position:absolute; bottom:10%; left:20px; }
    .site-slider .large .headliner{font-size:30px; font-weight:bold; color:#fff;}
    .site-slider .large .linked{ border:0px;  color:#fff; font-weight: 700; text-align:center; height:25px; line-height:25px; display: block;    max-width: 220px;      margin-top: 5px;}
    
    .site-slider .small{ position:absolute; bottom:15%; left:20px;}
    .site-slider .small .headliner{font-size:30px; font-weight:bold; color:#fff;}
    .site-slider .small .linked{  border:0px;  color:#fff; font-weight: 700; height:25px; line-height:25px; display: block;      max-width: 220px;       margin-top: 5px;}
    
    .site-slider .small2{ position:absolute; bottom:15%; left:20px;  }
    .site-slider .small2 .headliner{font-size:30px; font-weight:bold; color:fff;}
    .site-slider .small2 .linked{ border:0px;  color:#fff; font-weight: 700;height:25px; line-height:25px; display: block;   margin-top: 5px;}
}
@media only screen and (max-width: 767px) {
    .site-slider .large{ text-align:center; position:absolute; bottom:10%; left:0px; right:0px;  }
    .site-slider .large .headliner{font-size:24px;    font-weight:bold; color:#fff;}
    .site-slider .large .breader{ font-size:12px; font-weight:bold; text-transform:uppercase;color:#fff;}
    .site-slider .large .linked{ width:100%; border:0px; border-radius: 50px; color:#fff; font-weight: 700; text-align:center; height:35px; line-height:35px; display: block;    padding: 0 20px;    max-width: 220px;    margin: 0 auto;    margin-top: 15px;}
    
    .site-slider .small{ text-align:center; position:absolute; bottom:15%; left:0px; right:0px; }
    .site-slider .small .headliner{font-size:24px;    font-weight:bold; color:#fff;}
    .site-slider .small .breader{ font-size:12px; font-weight:bold; text-transform:uppercase;color:#fff;}
    .site-slider .small .linked{ width:100%; border:0px; border-radius: 50px; color:#fff; font-weight: 700; text-align:center; height:35px; line-height:35px; display: block;    padding: 0 20px;    max-width: 220px;    margin: 0 auto;    margin-top: 15px;}
    
    .site-slider .small2{ text-align:center; position:absolute; bottom:15%; left:0px; right:0px; }
    .site-slider .small2 .headliner{font-size:24px;   font-weight:bold; color:#fff;}
    .site-slider .small2 .breader{ font-size:12px; font-weight:bold; text-transform:uppercase;color:#000;}
    .site-slider .small2 .linked{ width:100%; border:0px; border-radius: 50px; color:#fff; font-weight: 700; text-align:center; height:35px; line-height:35px; display: block;    padding: 0 20px;    max-width: 220px;    margin: 0 auto;    margin-top: 15px;}
}
