/* fonts */

/* raleway-200 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: url('/public/_resources/themes/master/fonts/raleway-v14-latin-200.eot'); /* IE9 Compat Modes */
    src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'),
         url('/public/_resources/themes/master/fonts/raleway-v14-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/public/_resources/themes/master/fonts/raleway-v14-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('/public/_resources/themes/master/fonts/raleway-v14-latin-200.woff') format('woff'), /* Modern Browsers */
         url('/public/_resources/themes/master/fonts/raleway-v14-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/public/_resources/themes/master/fonts/raleway-v14-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  /* raleway-regular - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('/public/_resources/themes/master/fonts/raleway-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Raleway'), local('Raleway-Regular'),
         url('/public/_resources/themes/master/fonts/raleway-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/public/_resources/themes/master/fonts/raleway-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/public/_resources/themes/master/fonts/raleway-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/public/_resources/themes/master/fonts/raleway-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/public/_resources/themes/master/fonts/raleway-v14-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  /* raleway-600 - latin */
    @font-face {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 600;
        src: url('/public/_resources/themes/master/fonts/raleway-v14-latin-600.eot'); /* IE9 Compat Modes */
        src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
            url('/public/_resources/themes/master/fonts/raleway-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('/public/_resources/themes/master/fonts/raleway-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
            url('/public/_resources/themes/master/fonts/raleway-v14-latin-600.woff') format('woff'), /* Modern Browsers */
            url('/public/_resources/themes/master/fonts/raleway-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
            url('/public/_resources/themes/master/fonts/raleway-v14-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
    }

/* helper */

.text-small {
    font-size: .7rem;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a {
    color: #fff;
}

/* typo */

html, body {
    overflow-x: hidden;
}

body {
    font-size:.875rem;
    font-family: 'Raleway', sans-serif;
    font-stretch: normal;
    font-style: normal;
    background: linear-gradient(0.4turn, #141414, #525255, #262627);
    color: #fff;
}

body.modal-open {
    padding-right: 0 !important;
}

a {
    color: #fff;
}

.small,
.caption {
    font-size: 0.7rem;
}

.large {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.larger {
    font-size: 1.125rem;
}

.xlarge {
    font-size: 1.875rem;
}

.xlarge i {
    margin-left: -8px;
}

.thin {
    font-weight: 200;
}

.thiner {
    font-weight: 200;
}

.uppercase {
    text-transform: uppercase;
}

.img-fluid {
    width: 100%;
}

/* colors */

.red {
    color:#f00;
}

.darkred {
    color:#ff2faf !important;
}

.grey {
    color:rgba(255,255,255, 0.75) !important;
}

.lightgrey {
    color:#9b9b9b;
}

.bg-dark {
    background-color: #333 !important;
}

.bg-black {
    background-color: #000 !important;
}

.top-headline {
	text-transform: uppercase;
	font-weight: bold;
    font-size: .875rem;
    letter-spacing: 1.5px;
}

blockquote {
    font-weight: 600;
    color: #4a4a4a;
    font-size: .875rem;
    padding-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1.9px;
}

blockquote:before {
    display: block;
    content: ' ';
    width: 95px;
    border-top: 1px solid #4a4a4a;
    margin-bottom: .875rem;
}

blockquote.large {
    font-weight: 200;
    color: #4e0d0e;
    font-size: 2.625rem;
    line-height: 2.625rem;
    padding-top: 1.5rem;
    margin-left: -3px;
}

blockquote.large:before {
    display: block;
    content: ' ';
    border-top: 1px solid #4e0d0e;
    margin-bottom: 2rem;
}

@media(max-width:576px) {
    blockquote.large {
        font-weight: 200;
        color: #4e0d0e;
        font-size: 1.625rem;
        line-height: 1.625rem;
        padding-top: 1.5rem;
    }
}

/* buttons */

.btn {
    padding: 6px 12px 6px 12px;
    margin-bottom: .3rem;
    border-radius: 0;
    font-size: 0.8rem;
    border:none;
    letter-spacing: 2px;
}

.btn.small {
    font-size: 0.5rem;
    letter-spacing: 1.75px;
}

.btn.large {
    padding: 10px 30px 10px 30px;
    font-size: .875rem;
}

.btn-primary,
.text-white .btn-primary {
    background: #ff2faf !important;
    text-transform: uppercase;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.text-white .btn-primary:active,
.text-white .btn-primary:focus,
.text-white .btn-primary:hover {
    background: #ff2faf;
}

.btn-secondary,
.text-white .btn-secondary {
    text-transform: uppercase;
    color: white;
    border: 1px solid white;
    background: transparent;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.text-white .btn-secondary:active,
.text-white .btn-secondary:focus,
.text-white .btn-secondary:hover {
    color:white;
}

.btn-primary i,
.btn-secondary i {
    font-size: 12px !important;
    padding-left: 4px;
}

.btn-outline {
    border:1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-sm {
    font-size: .6rem;
}

/* buttons as spans in editor fix */

    .btn-primary a,
    .text-white .btn-primary a {
        background: #ff2faf !important;
        text-transform: uppercase;
    }

    .btn-primary a:active,
    .btn-primary a:focus,
    .btn-primary a:hover,
    .text-white .btn-primary a:active,
    .text-white .btn-primary a:focus,
    .text-white .btn-primary a:hover {
        background: #ff2faf;
    }

    .btn-secondary,
    .text-white .btn-secondary a {
        text-transform: uppercase;
        color: white;
    }

    .btn-secondary a:active,
    .btn-secondary a:focus,
    .btn-secondary a:hover,
    .text-white .btn-secondary a:active,
    .text-white .btn-secondary a:focus,
    .text-white .btn-secondary a:hover {
        color:white;
    }

    .btn-primary a i,
    .btn-secondary a i {
        font-size: 12px !important;
        padding-left: 4px;
    }

.btn.btn-outline {
    border:1px solid white;
    background: transparent;
}

/* body */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

h1, .h1 {
    line-height: 1.18;
    font-weight: 200;
    color: white;
    font-size: 2.625rem;
    margin-left: -3px;
}

h2, .h2 {
    font-weight: 200;
}

/* LA Icons */

i.la {
    font-size: 24px;
    width: 24px;
}

i.la.small {
    font-size: 12px;
    width: 12px;
}

/* top bar (address & SM) */

#top {
    display: flex;
    align-items: center;

    height: 50px;
    background-color: #3a3a3a;

    font-size: 0.8rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
}


#top address {
    margin: 4px 0;
    white-space: nowrap;
}

#top ul {
    display: inline-flex;
    margin: 0;
    margin-block-start: 0;
    padding-inline-start: 0;
}

#top ul li {
    list-style: none;
    height: 17px;
    margin-left: 2rem;
}

@media(max-width:992px) {
    #top ul li {
        margin-left: .875rem;
        padding-top: 4px;
    }
}

#top span {
    margin-right: .875rem;
}

#top i {
    height: 24px;
}

@media(max-width:1200px) {
    #top {
        font-size: 0.8rem;
    }
}

.smIcons {
    padding-right: 28px;
}

@media(min-width:1200px) {
    .smIcons {
        padding-right: 32px;
    }
}

/* nav main */
#navMain-wrapper {
    position: absolute;
    background: transparent;
    width: 100%;
    border: none;
    z-index: 1001;
}

#navMain-wrapper.sticky {
    position: fixed;
    top: 0;

    background: #333;
}

#navMain {
    position: relative;
    height: 70px;
    margin: 0;
    padding: 0;
}

@media(max-width:992px) {
    #navMain {
        padding:16px 0px;
    }

    #navMain .navbar-nav {
        align-items: center;
        display: block;
    }

    #navMain .navbar-collapse {
        background: #333;
        margin-top: 14px;
        padding-top: 20px;
        overflow-y: auto;
        padding-bottom: 100px;
    }
}

#navMain .navbar-collapse > ul > li > .nav-link {
    display: flex;
    height: 70px;
    padding: 26px .8rem 22px .8rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
    text-transform: uppercase;
    color: white;
    transition: all .2s;
}

@media(max-width: 992px) {
    #navMain .navbar-collapse > ul > li > .nav-link {
        padding: 0!important;
        display: block;
        height: 50px;
        text-align: center;
        border: none !important;
    }
}

@media(min-width: 1200px) {
    #navMain .navbar-collapse > ul > li.last {
        position: absolute;
        right: 60px;
    }
}

#navMain .navbar-collapse > ul > li.last > .nav-link {
    color:#672853;
}

@media(max-width: 1200px) {
    #navMain .navbar-collapse > ul > li > .nav-link {
        padding: 26px 0 22px 0.5rem;
    }
}

.navbar-brand {
    margin-right: 60px;
}

@media(max-width: 1200px) {
    .navbar-brand {
        margin-right: 30px;
    }
}

.navbar-brand img {
    width: 160px;
}

@media(max-width:992px) {
    .navbar-brand img {
        width: 140px;
    }
}

@media(max-width:576px) {
    .navbar-brand img {
        width: 120px;
    }
}

/* search */

.btn-search {
    background-color: transparent;
    color: #fff;
}

.nav-item.search .nav-link {
    font-weight: 600;
}

@media(max-width: 996px) {
    ul.search {
        max-width: 300px;
    }
    
    ul.search > .search {
        margin-left: 45px;
    }
}

#navMain .nav-item.search i.la {
    font-size: 20px;
    width: 24px;
}

.searchform input {
    border-radius: 0px;
    padding: .1.8rem;
    height: 31px;

    background-color: transparent;
    color: #fff;
}

@media(min-width: 997px) {
    .searchform input {
        max-width: 150px;
    }
}

@media(min-width: 996px) {
    .input-group.search {
        padding-right: 4px;
    }
    .input-group.search .form-control {
        opacity: 0;
        transition: all .5s;
    }

    .input-group.search:hover .form-control {
        opacity: 1;
    }
}

.dropdown-divider {
    border-top: 1px solid rgba(255,255,255, 0.25);
}

/* simple dropdown menu */

@media(min-width:992px) {
    .simpleDropdown .dropdown-menu {
        min-width: 240px !important;
    }
}

/* Mega Dropdown Menu */

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #9b9b9b;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggler {
    padding-left: 12px;
    align-items: center;
    height: 40px;
    width: 46px;
    border: none;
    background: transparent !important;
    outline: none !important;
}

.navbar-toggler.collapsed {
    padding-left: 10px;
}

.navbar-toggler:active {
    border: 2px solid white;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
   
  .navbar-toggler .middle-bar {
    opacity: 0;
  }
   
  .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
   
  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
  }
   
  .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
  }
   
  .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
  }

.dropdown .dropdown-toggle {
    height:70px !important;
}

@media(max-width: 992px) {
    .dropdown .dropdown-toggle {
        height:50px !important;
    }
    .dropdown-toggle i.la {
        display: block;
    }
}

.dropdown.show .dropdown-toggle {
    position: relative;
    height: 70px;
}

@media(max-width:992px) {
    .dropdown.show > a {
        height: 70px;
    }
}

.dropdown-toggle i.la {
    font-size: 12px;
    margin-left: 0.25rem;
    margin-top: 2px;
    width: auto;
    align-self: flex-start;
    transition: all 0.25s;
}


.collapse.show {
    max-height: calc(100vh - 60px); overflow-y: auto;
}

.dropdown.show .dropdown-toggle i {
    margin-top: 4px;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    transform: rotate(180deg);
}

.dropdown-toggle:after {
    content: "";
    border: none;
}

.dropdown-menu {
    border-top: none;
    margin-top: 0px;
    border-radius: 0;
    font-size: 0.8rem;
    background: #333;
}

@media(min-width:993px) {
    .dropdown-menu {
    min-width: 260px;
    }
}

.dropdown-item {
    color: white;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.dropdown-item:active,
.dropdown-item:focus {
    background: transparent;
}

@media(max-width:992px) {
    .dropdown-menu {
        box-shadow: none;
        border: none;
        margin-bottom: 20px;
    }

}

@media(min-width: 992px) {
    .position-md-static {
        position: static;
    }
}

.dropdown-header {
    display: flex;
    height:50px;
    align-items: center;
}

.dropdown-title {
    color:rgba(255,255,255,0.75);
    font-weight: 600;
    text-transform: uppercase;
}

.dropdown-header a { /* view all link */
    margin-left: auto;
    font-weight: 600;
    text-transform: uppercase;
}

.dropdown-header a:hover,
.dropdown-header a:focus,
.dropdown-header a:active {
    color: #ff2faf;
}

@media(min-width:992px) {
    .simpleDropdown .dropdown-header a { /* view all link */
        margin-left: 0;
    }
}

.dropdown-menu .row .col a {
    text-transform: uppercase;
}

.dropdown-menu .row .col a:first-child,
.dropdown-menu .row .col-md a:first-child,
.dropdown-menu .row .col-6 a:first-child {
    font-weight: 600;
}

/* nav-services */

.nav-services {
    display: flex;
    flex-direction: row;
    justify-content: right;
    margin-right: 13px;
}

.nav-services > li::after {
    content: '|';
    color: #666;
    position: absolute;
    top: 12px;
    left: -2px;
}

.nav-services > li.first:after {
    content: '';
}

.nav-services > li > a {
    padding: 0.8rem;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.nav-services > li > a:hover,
.nav-services > li > a:active,
.nav-services > li > a:focus {
    color: #ff2faf;
}

.nav-services-mobile li {
    list-style-type: none;
}

.nav-services-mobile li a:hover,
.nav-services-mobile li a:focus,
.nav-services-mobile li a:active {
    color: #ff2faf;
}

/* main */

main {
    margin-top: 0;
}

main a:hover,
main a:focus,
main a:active {
    color: #ff2faf;
}

/* footer */

.footer-logo {
    padding: 20px;
}

.footer-logo img {
    max-width: 200px;
}

footer p {
    display: flex;
    align-items: center;
}

footer i,
footer a {
    display: flex;
    align-self: center;
}

footer i {
    margin-right: 6px;
}


footer {
    background-color: #151515;
    color: #a8a8aa;
}

footer .top {
    height: 80px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

/*share btns */
footer .top ul {
    display: flex;
    align-items: end;
    padding: 0;
}

footer .top ul li {
    display: flex;
    width: 80px;
    list-style: none;
}

footer .top ul li a {
    display: flex;
    width: 80px;
    height: 80px;
    max-height: 80px;
    overflow: hidden;
    padding: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

footer a {
    color: #a8a8aa;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #fff;
}

footer .top ul li:last-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

footer .top ul li a i {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s;
}

footer .top ul li a:hover i {
    margin-bottom: 100px;
    transition: all .2s;
}

footer .top ul li a span {
    position: absolute;
    width: 80px;
    height: 80px;
    color:#a8a8aa;
    transition: all .5s;
    margin-top: 60px;
    opacity: 0;
}

footer .top ul li a:hover span {
    margin-top: 30px;
    opacity: 1;
}

footer h4 {
    color:#fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 200;
}

/* PLP Product Listing Page */

.breadcrumbs,
.breadcrumbs a {
    color: #9c9c9c;
    font-size: 0.8rem;
}

#products {
    margin-bottom: 3rem;
}

/* image hover effect */

.echoImageWrapper {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.echoImageWrapper img {
    position: relative;
    width: 1140px;
    height:auto;
    display:block;
    object-fit: cover;
    max-width: 100%;
}

.echoImageWrapper .text,
.echoImageWrapper .overlay {
    display: none;
    font-size: 1rem;
}


.echoImageWrapper a {
    display: block;
    position: relative;
}

/* image size for large grid */

.col-md-12 .echoImageWrapper,
.col-md-12 .echoImageWrapper img {
    width: 1108px;
    height: 738px;
    max-width: 100%;
}

.col-md-6 .echoImageWrapper,
.col-md-6 .echoImageWrapper img {
    width: 539px;
    height: 359px;
    max-width: 100%;
}

.col-md-4 .echoImageWrapper,
.col-md-4 .echoImageWrapper img {
    width: 350px;
    height: 233px;
    max-width: 100%;
}

/* image size for large grid < 1200 */
@media(max-width:1200px) {
    .col-md-12 .echoImageWrapper,
    .col-md-12 .echoImageWrapper img {
        width: 933px;
        height: 622px;
        max-width: 100%;
    }

    .col-md-6 .echoImageWrapper,
    .col-md-6 .echoImageWrapper img {
        width: 452px;
        height: 301px;
        max-width: 100%;
    }
    
    .col-md-4 .echoImageWrapper,
    .col-md-4 .echoImageWrapper img {
        width: 291px;
        height: 194px;
        max-width: 100%;
    }
}

/* image size for large grid < 992 */
@media(max-width:992px) {
    .col-md-12 .echoImageWrapper,
    .col-md-12 .echoImageWrapper img {
        width: 699px;
        min-width: 100%;
        max-width: 100%;
        height: 466px;
    }

    .col-md-6 .echoImageWrapper
    .col-md-6 .echoImageWrapper img {
        width: 335px;
        height: 233px;
        max-width: 100%;
    }
    
    .col-md-4 .echoImageWrapper
    .col-md-4 .echoImageWrapper img {
        width: 213px;
        height: 142px;
        max-width: 100%;
    }
}

/* image size for large grid < 992 */
@media(max-width:767px) {
    .col-md-12 .echoImageWrapper,
    .col-md-12 .echoImageWrapper img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .col-md-6 .echoImageWrapper,
    .col-md-6 .echoImageWrapper img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    .col-md-4 .echoImageWrapper,
    .col-md-4 .echoImageWrapper img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media(hover: hover) and (min-width:1200px) {
    .echoImageWrapper a:hover .text {
        display: block;
        position:absolute;
        top:0; left:0;
        width:100%;
        height:100%;
        color:#fff;
        text-align:center;
        z-index: 11;
    }

    .echoImageWrapper a:hover .text:after {
        content:'';
        width:1px; height:100%;
        vertical-align:middle;
        display:inline-block;
    }

    .echoImageWrapper a .text span {
        display:inline-block;
        vertical-align:middle;
        width: 70%;
        opacity: 0;
        transition: all .5s;
    }

    .echoImageWrapper a:hover .text span {
        opacity: 1;
    }

    .echoImageWrapper a:hover .text span span {
        font-size: .875rem;
        font-weight: 200;
        width: 100%;
    }

    .echoImageWrapper.col-md-6 a:hover .text span {
        font-size: .875rem;
        width: 50%;
    }

    .echoImageWrapper.col-md-4 a:hover .text span {
        font-size: .875rem;
        width: 70%;
    }

    .echoImageWrapper.col-md-4 a:hover .text span span {
        font-size: 0.6rem;
    }

    .echoImageWrapper.col-md-3 a:hover .text span {
        font-size: 0.875rem;
        width: 85%;
    }

    .echoImageWrapper.col-md-3 a:hover .text span span {
        font-size: 0.6rem;
    }

    .echoImageWrapper a .overlay {
        display: block;
        position:absolute;
        top:0; left:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0);
        z-index: 10;
        transition: all .3s;
    }

    .echoImageWrapper a:hover .overlay {
        background:rgba(0,0,0,.3);
    }
}

/* echo Image */
.echoImage {
    width: 100%;
    opacity: 0;
    position: relative;
}

.echoImage.fadeIn1 {
	opacity: 1;
	transition: opacity .25s ease-in-out, margin-top .25s ease-in-out, transform 1.5s ease-in-out;
	-moz-transition: opacity .25s ease-in-out, margin-top .25s ease-in-out, transform 1.5s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out, margin-top .25s ease-in-out, transform 1.5s ease-in-out;
}

.echoImage.fadeIn2 {
	opacity: 1;
	transition: opacity .5s ease-in-out, margin-top .5s ease-in-out, transform 1.5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out, margin-top .5s ease-in-out, transform 1.5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out, margin-top .5s ease-in-out, transform 1.5s ease-in-out;
}

.echoImage.fadeIn3 {
	opacity: 1;
	transition: opacity .75s ease-in-out, margin-top .75s ease-in-out, transform 1.5s ease-in-out;
	-moz-transition: opacity .75s ease-in-out, margin-top .75s ease-in-out, transform 1.5s ease-in-out;
	-webkit-transition: opacity .75s ease-in-out, margin-top .75s ease-in-out, transform 1.5s ease-in-out;
}

.echoImage.fadeIn4 {
	opacity: 1;
	transition: opacity 1s ease-in-out, margin-top 1s ease-in-out, transform 1.5s ease-in-out;
	-moz-transition: opacity 1s ease-in-out, margin-top 1s ease-in-out, transform 1.5s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out, margin-top 1s ease-in-out, transform 1.5s ease-in-out;
}

.echoImage.fadeIn5 {
	opacity: 1;
	transition: opacity 1.25s ease-in-out, margin-top 1.25s ease-in-out, transform 1.5s ease-in-out;
	-moz-transition: opacity 1.25s ease-in-out, margin-top 1.25s ease-in-out, transform 1.5s ease-in-out;
	-webkit-transition: opacity 1.25s ease-in-out, margin-top 1.25s ease-in-out, transform 1.5s ease-in-out;
}

/* loading icon */

.echoImageWrapper:before,
.loading:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    display: block;
    margin-left: -16px;
    margin-top: -24px;
    left: 50%;
    top: 50%;
    content: '\f1ce';
    color: #999;
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
    to{ transform: rotate(360deg); }
}

/* pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
}

.pagination-wrapper .pagination ul li {
    list-style: none;
}

.pagination-wrapper .pagination ul li a {
    color: #4b4a49;
}


.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.5rem;
}

.pagination a {
    margin-top: 0rem;
    margin-bottom: 0rem;
}


/* btn load more */

.pagination.loading {
    margin-top: 1rem;
    margin-bottom: 4rem;
}

/* PDP Product Detail Page */

.productDetails i.la {
    margin-left: -6px;
    font-size: 26px;
}

p.subline {
    color: rgba(255,255,255, 0.75);
}

.productImages {
    position: relative;
    min-height: 1200px;
}

.productImages a:hover {
    cursor:zoom-in;
}

.productImages a:hover {
    text-decoration: none;
}

/* collapse */

.btn.collapse-toggle {
    width: 100%;
    background: transparent;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: 1px;
    color: white;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #acacac;
}

@media(max-width:992px) {
    .btn.collapse-toggle i {
        position: absolute;
        right: 10px;
        font-size: 16px;
    }

    .btn.collapse-toggle i {
        transform: rotate(180deg);
    }

    .btn.collapse-toggle i {
        right: 18px;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;

        transform: rotate(180deg);
        transition: all 0.2s;
    }

    .btn.collapse-toggle.collapsed i {
        right: 10px;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;

        transform: rotate(0deg);
    }
}

@media(min-width: 992px) {
    .btn.collapse-toggle i {
        display: none;
    }
    .collapse.collapse-sm {
        height: auto !important;
        display: block !important;
    }
}

@media print {
    .collapse.collapse-sm {
        height: auto !important;
        display: block !important;
    }
}

@media(min-width: 768px) {
    .productDetails {
        position: absolute;
        right:0;
    }
}

/* prudct detail page swiper galery */

.modalProductDetails {
    position: absolute;
    left:40px;
    top:40px;
    font-weight: 400;
    font-size: 1.4rem;
    color: #000;
    opacity: 1;
    transition: all .25s;
}

.modalProductDetails small {
    font-weight: 200;
}

.modalProductDetails small a {
    font-size: .8rem;
    color: #000;
}

.modalProductDetails small a:hover,
.modalProductDetails small a:active {
    color: #000;
}

.modalProductDetails small.breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
}

.modalProductDetails small.breadcrumbs > * {
    margin-right: 4px;
}

#productImagesModal button.close {
    position: absolute;
    top:20px;
    right: 20px;
    z-index: 1101;
    color: #aaa;
    opacity: 1;
    text-shadow: none;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.5);
}

#productImagesModal button.close:active,
#productImagesModal button.close:focus {
    outline: none;
}

#productImagesModal button.close::after {
    font-family: 'Line Awesome Free';
    content: '\f410';
    font-weight: 900;
    font-size: 2rem;
    color: #333;
}

#productImagesModal {
    padding: 0 !important;
    margin: 0 !important;
  }
#productImagesModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    max-height: 100% !important;
    height: 100%;
    margin: 0;
}
#productImagesModal .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
#productImagesModal .modal-body {
    overflow-y: auto;
    padding: 0;
}

#productImagesModal .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

#productImagesModal .swiper-slide {
    width: auto;
}

#productImagesModal .swiper-slide-next .modalProductDetails,
#productImagesModal .swiper-slide-prev .modalProductDetails {
    opacity: 0;
}

#productImagesModal .swiper-slide img {
    width: auto;
    max-height: 100vh;
}

#productImagesModal .swiper-button-next,
#productImagesModal .swiper-button-prev {
    z-index: 1201;
}

#productImagesModal .swiper-button-prev {
    left: 20px;
    margin-left: 0;
}

#productImagesModal .swiper-button-next {
    right: 20px;
    margin-right: 0;
}


.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    position: absolute;
}

.swiper-pagination-progressbar-fill {
    background: #ff2faf  !important;
}

#productImagesModal .swiper-button-next, #productImagesModal .swiper-button-prev {
    top: 50%;
}

/* hide modal for mobile */

@media(max-width:576px){
    #productImagesModal{
        display: none !important;
    }

    .modal-backdrop{
        display: none !important;;
    }
}

/* block elements */


.mt-50 { margin-top: 50px; } .mt-100 { margin-top: 100px; } .mt-200 { margin-top: 200px; } .mt-300 { margin-top: 300px; }
.mb-50 { margin-bottom: 50px; } .mb-100 { margin-bottom: 100px; } .mb-200 { margin-bottom: 200px; } .mb-300 { margin-bottom: 300px; }

.pt-50 { padding-top: 50px; } .pt-100 { padding-top: 100px; } .pt-200 { padding-top: 200px; } .pt-300 { padding-top: 300px; }
.pb-50 { padding-bottom: 50px; } .pb-100 { padding-bottom: 100px; } .pb-200 { padding-bottom: 200px; } .pb-300 { padding-bottom: 300px; }

    /* images */

.ElementImages .container {
    padding-left: 0;
    padding-right: 0;
}

/* overlay for the next two Elements */
.ElementJumbotron .overlayBackdrop,
.ElementVideoBlock .overlayBackdrop {
    display: block;
    position:absolute;
    top:0; left:0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    z-index: 10;
}

/* overlay for the next two Elements */
.ElementJumbotron .overlayBackdrop.lighterOverlay,
.ElementVideoBlock .overlayBackdrop.lighterOverlay {
    background:rgba(0,0,0,0.0);
}

/* Element Jumbotron */

.ElementJumbotron > .container {
    padding: 0;
    position: relative;
}

.ElementJumbotron {
    position: relative;
}
.ElementJumbotron .jumbotron-content-wrapper {
    position: absolute;
    width: 50%;
    margin-left: 40px;
    display: flex;
    background: rgba(0,0,0,0.8);
    padding: 30px;
    z-index: 30;
}

.ElementJumbotron .jumbotron-content-wrapper.full-width {
    margin-left: -15px;
}

body.ProductListingPage .ElementJumbotron .jumbotron-content-wrapper.full-width {
    margin-left: 0px;
}

.ElementJumbotron .jumbotron-content-wrapper.no-bg {
    background: transparent;
    padding: 0px;
    padding-left: 15px;
    margin-left: 0px;
}

@media(max-width:768px) {
    .ElementJumbotron {
        margin-left: 0px;
        margin-right: 0px;
    }

    .ElementJumbotron .jumbotron-content-wrapper.no-bg {
        padding-left: 0px;
        margin-left: 0px;
    }
}

.ElementJumbotron .jumbotron-content-wrapper.pos-top {
    top:0;
    padding-top: 30px;
    margin-top: 60px;
}

.ElementJumbotron .jumbotron-content-wrapper.pos-bottom {
    bottom: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media(min-width:992px) {
    .ElementJumbotron .jumbotron-content-wrapper .jumbotron-content {
        width: 100%;
    }
}

.ElementJumbotron .jumbotron-content-wrapper .jumbotron-content.ContentFullWidth {
    width: 100%;
}

@media(max-width: 992px) {
    .ElementJumbotron .jumbotron-content-wrapper {
        width: 75%;
    }
    .ElementJumbotron .jumbotron-content-wrapper.pos-top {
        margin-top: 30px;
    }
    .ElementJumbotron .jumbotron-content-wrapper.pos-bottom {
        margin-bottom: 30px;
    }
}

@media(max-width: 768px) {
    .ElementJumbotron .jumbotron-content-wrapper {
        position: relative;
        width: 100%;
        background: transparent;
        padding: 15px;
        padding-left: 15px;
        margin-left: 0;
    }

    .ElementJumbotron .jumbotron-content-wrapper,
    .ElementJumbotron .jumbotron-content-wrapper h1,
    .ElementJumbotron .jumbotron-content-wrapper h2,
    .ElementJumbotron .jumbotron-content-wrapper h3,
    .ElementJumbotron .jumbotron-content-wrapper h4,
    .ElementJumbotron .jumbotron-content-wrapper h5,
    .ElementJumbotron .jumbotron-content-wrapper h6,
    .ElementJumbotron .jumbotron-content-wrapper a,
    .ElementJumbotron .jumbotron-content-wrapper p,
    .ElementJumbotron .jumbotron-content-wrapper div {
        color:white;
    }

    .ElementJumbotron .jumbotron-content-wrapper a.btn-primary {
        color:#fff;
    }

    .ElementJumbotron .overlayBackdrop {
        display: none;
    }

    .jumbotron-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 1rem;
        z-index: 30;
    }
}

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

/* element carousel */

.owl-carousel .item {
    position: relative;
}

.owl-carousel .item img {
    z-index: 10;
}

.owl-carousel .content {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    left: 40px;
}

/* overlay for the next two Elements */
.owl-carousel .overlayBackdrop {
    display: block;
    position:absolute;
    top:0; left:0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    z-index: 10;
}

/* Element VideoBlock */

.ElementVideoBlock {
    position: relative;
}

.ElementVideoBlock > .wrapper {
    top:0;
    display: flex;
    align-items: center;

    width: 100%;
    height: 100%;
    z-index: 30;
}

@media(min-width: 997px) {
    .ElementVideoBlock > .wrapper.hasBg {
        position: absolute;
    }
}

.ElementVideoBlock > .wrapper > .container {
    display: flex;
    align-self: center;
}

@media(max-width:997px) {
    .ElementVideoBlock > .wrapper {
        position: relative;
    }
    
    .ElementVideoBlock > .wrapper > .container {
        display: block;
        padding-right: 0;
    }

    .ElementVideoBlock > .wrapper > .row {
        margin-right: -30px !important;
    }

    .ElementVideoBlock .wrapper a.btn-primary {
        color:#fff;
    }

    .ElementVideoBlock > img {
        display: none;
    }
}

/* image */

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

hr {
    width:95px;
    margin: 20px auto;
    border-top: 1px solid #666;
}

/* designer index */

.big-letter {
    font-size: 2rem;
    font-weight: 400;
}

.designer {
    font-size:0.7rem;
}

/* cookie consent banner */

@media(min-width:576px) {
    .cc-window.cc-floating {
        position: fixed;
        width:600px;
        max-width: 600px;
        margin-left:-300px;
        left:50%;
        height: 400px;
        margin-bottom:-200px;
        bottom:50%;
    }

    .cc-window.cc-floating label {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .cc-window.cc-floating .cookie-selection {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cc-window.cc-floating .cc-banner {
        margin-top: 50px;
    }
}

@media(max-width:576px) {
    .cc-window.cc-floating {
        position: fixed;
        width: 90%;
        max-width: 90%;
        margin-left: 0;
        left:5%;
        height: 70%;
        margin-bottom: 0;
        bottom:15%;
    }

    .cc-window.cc-floating label {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .cc-window.cc-floating .cookie-selection {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cc-window.cc-floating .cc-banner {
        margin-top: 40px;
    }
}

.cc-message {
font-size:12px;
line-height: 14px;
}

.cc-window ol {
margin-left: -24px;
}

.cc-banner {
text-align: center;
line-height: 16px;
}

.cc-header {
margin-bottom: 5px;
font-size: 1rem;
line-height: 1rem;
color: #666;
display: block;
}

.cc-banner .cc-message,
.cc-banner .cc-link,
.cc-footer a {
font-size: .8rem;
color: #666;
display: inline;
padding: 0;
opacity: 1;
margin-right: 0;
}

.cc-floating .cc-compliance>.cc-btn,
.cc-floating .cc-compliance>.cc-allow {
font-size: .8rem !important;
margin-top: 0;
}

.cc-allow {
background: #0a0 !important;
color: #fff !important;
margin-bottom: 10px;
}



.cc-deny,
.cc-dismiss,
#cc-save.cc-allow {
color: #666 !important;
background: transparent !important;
border: 1px solid #666 !important;
margin-bottom: 5px;
font-weight: normal !important;
margin-top:0 !important;
}

.cc-close {
    display: block;
    position: relative;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75;
}

.cookie-selection {
display: block;
margin: 10px auto;
}

.cookie-selection span.dot:before {
content: ' \25CF';
font-size:0.8rem;
color: rgb(85, 181, 89);
margin-right: 4px;
}

.cc-compliance {
    flex-direction: column-reverse;
}

.cc-btn {
font-size: .8rem;
}

.cc-deny {
    font-size: .8rem !important;
    font-weight: normal;
    margin-top: 10px;
}

.cc-revoke {
    font-size: .8rem;
    line-height: 1rem;
}

.cc-revoke.cc-right {
    right: 1.2rem;
}

.cc-revoke.cc-bottom {
bottom:0px;
transform: none !important;
}

.cc-revoke.cc-bottom:hover {
margin-bottom:0;
transform: none !important;
}

.cc-window .form-fields {
background: #ecf0f1;
}
.cc-window .field {
padding: 0px;
margin-bottom: 10px;
max-width: 300px;
margin: 0 auto;
}
.cc-window .field:first-child {
border-top: none;
}
.cc-window input[type="checkbox"] {
display: none;
}
.cc-window .field {
display: relative;
}
.cc-window .field label {
position: relative;
line-height: 24px;
display: block;
font-size: .8rem;
}
.cc-window .field label:before,
.cc-window .field label:after,
.cc-window .field label span:before,
.cc-window .field label span:after {
content: '';
display: block;
position: absolute;
}
.cc-window .field label span {
position: relative;
cursor: pointer;
display: block;
float: left;
}

.cc-window .check-round label span {
border-radius: 12px;
height: 24px;
width: 48px;
}
.cc-window .check-round label span:before {
border-radius: 50%;
height: 20px;
width: 20px;
left: 2px;
top: 2px;
}
.cc-window .check-round input:checked + label span:before {
left: 26px;
}
.cc-window .check-round.slide label span {
background: #b5b5b5;
transition: all 0.4s ease-in;
}
.cc-window .check-round.slide label span:before {
background: #ECF0F1;
transition: left 0.4s ease-in;
}
.cc-window .check-round.slide input:checked + label span {
background: #0a0;
}
.cc-window .check-round.slide-inverse label span {
background: #ECF0F1;
border: 1px solid #bdc3c7;
}
.cc-window .check-round.slide-inverse label span:before {
background: #b5b5b5;
transition: left 0.4s ease-in, all 0.4s ease-in;
}
.cc-window .check-round.slide-inverse input:checked + label span:before {
    background: #0a0;
}

.cc-window .cc-revoke.cc-bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* blog */

.blog-content .container {
    padding:0;
}

/* partner logos */

div.logo-partner {
    display: flex;
    margin-bottom: 20px;
}

div.logo-partner span {
    background: #fff;
    min-height: 200px;
    padding: 20px;
    display: flex;
    align-items: center;
}

@media(max-width:992px) {
    div.logo-partner span {
        min-height: 140px;
    }
}

@media(max-width:576px) {
    div.logo-partner span {
        min-height: 120px;
    }
}

img.logo-partner {
    align-self: center;   
    filter: grayscale(100%);
    transition: all .5s;
}

img.logo-partner.no-filter {
    filter: grayscale(0%);
}

img.logo-partner:hover,
img.logo-partner:focus,
img.logo-partner:active {
    filter: grayscale(0%);
}

/* roll over logos */

.surco-logo:hover {
    content: url(https://www.originalinberlin.com/assets/TRIESCH-RESIDENCE/logos/SURCO-2.png);
}

/* products slider swiper */

.swiper-container {
    padding-bottom: 40px;
}

.swiper-wrapper {
    position: relative;
    height: auto;
}

.swiper-slide a,
.swiper-slide a:focus,
.swiper-slide a:active {
    text-decoration: none !important;
    color: #fff;
}

.swiper-slide a img {
    opacity: .25;
    transition: all .5s;
}

.swiper-slide-next a img,
.swiper-slide-prev a img {
    opacity: .5;
}

.swiper-slide.swiper-slide-active a img {
    opacity: 1;
}

.swiper-slide a .text {
    opacity: 0;
    transition: all .5s;
}

@media(max-width:768px) {
    .swiper-slide a .text .h5 {
        font-size: 1rem !important;
    }
}

.swiper-slide.swiper-slide-active a .text {
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
    color: #aaa;
    top: 22%;
    width: 40px;
    height: 40px;
    padding: 30px;
    background: rgba(255,255,255,.5);
}

.swiper-button-next {
    margin-right: 20px;
}

.swiper-button-prev {
    margin-left: 20px;
}

@media(min-width:576px) {
    .swiper-button-next, .swiper-button-prev {
        top:30%;
    }
}

@media(min-width:768px) {
    .swiper-button-next, .swiper-button-prev {
        top:33%;
    }
}

@media(min-width:992px) {
    .swiper-button-next, .swiper-button-prev {
        top:23%;
    }
    .swiper-button-next {
        margin-right: 40px;
    }

    .swiper-button-prev {
        margin-left: 40px;
    }
}

@media(min-width:1200px) {
    .swiper-button-next, .swiper-button-prev {
        top:33%;
    }
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.swiper-button-next:after {
    font-family: 'Line Awesome Free';
    content:'\f061';
    font-weight: 900;
    font-size: 2rem;
    color: #333;
}

.swiper-button-prev:after {
    font-family: 'Line Awesome Free';
    content:'\f060';
    font-weight: 900;
    font-size: 2rem;
    color: #333;
}

/* MainPage Teaser */

.TeaserBanner {
    position: relative;
}

.TeaserBanner .jumbotron-content-wrapper {
    position: absolute;
    top:5rem;
    width: 40%;
    margin-left: 40px;
    display: flex;
    background: rgba(0,0,0,0.8);
    padding: 30px;
    z-index: 30;
}

@media(max-width:992px) {
    .TeaserBanner .jumbotron-content-wrapper {
        position: relative;
        width: 40%;
        background: none;
        color: #000;
        padding:0;
        margin-left: 0;
        top: 0;
    }

    .TeaserBanner .jumbotron-content {
        padding:0 !important;
        margin-top: 2rem;
    }

    .TeaserBanner .jumbotron-content-wrapper,
    .TeaserBanner .jumbotron-content-wrapper h1,
    .TeaserBanner .jumbotron-content-wrapper h2,
    .TeaserBanner .jumbotron-content-wrapper h3,
    .TeaserBanner .jumbotron-content-wrapper h4,
    .TeaserBanner .jumbotron-content-wrapper h5,
    .TeaserBanner .jumbotron-content-wrapper h6,
    .TeaserBanner .jumbotron-content-wrapper a,
    .TeaserBanner .jumbotron-content-wrapper p,
    .TeaserBanner .jumbotron-content-wrapper div {
        color:#fff;
    }
}

/* Article Page */

body.MainPage #main {
    font-size: 1rem;
    line-height: 1.8rem;
}

body.ArticlePage #main {
    font-size: 1rem;
    line-height: 1.8rem;
}

@media(min-width: 996px) {
    .home-article-teaser h3 {
        min-height: 101px;
    }
    
    .home-article-teaser p.teaser-text {
        min-height: 150px;
    }
}

.countdown .col {
    background-color: #000;
}

.countdown .row {
    justify-content: space-between;
}

.countdown .col {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    max-width: 90px;
}

.countdown .col {
    font-size: 0.6rem;
}

.countdown .col span.days,
.countdown .col span.hours,
.countdown .col span.minutes,
.countdown .col span.seconds {
    font-size: 2rem;
}

@media(min-width: 997px) {
    .countdown {
        width: 500px;
        margin: 0 auto;
    }
}

@media(max-width: 576px) {
    .countdown .col {
        max-width: 70px;
    }

    .countdown .col span.days,
    .countdown .col span.hours,
    .countdown .col span.minutes,
    .countdown .col span.seconds {
        font-size: 1.5rem;
    }
}

.swiper-categories {
    overflow: hidden;
}

.swiper-categories .dropdown-item {
    padding-left: 0;
}

.swiper-categories .swiper-pagination {
    bottom: unset;
}

.swiper-categories .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    border: 1px solid white;
}