
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #2e2e2e;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #b7b6b5;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    padding:0;
    margin:0;
}

.contentwrap {
    max-width:1200px;
    margin: 0 auto;
    position:relative;
    padding:20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border:none;
    max-width:100%;
    height:auto !important;
}

a:link, a:visited {
    text-decoration: none;
    color: inherit;
}

.table {
    display: table;
    width:100%;
    table-layout: fixed;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.col {
    display: table-cell;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.logo {
    display: inline-table;
    width: 200px;
    padding: 10px 0;
}
.logo img {
    width: 60px;
    margin-right: 10px;
    float: left;
}
.logo h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin:0;
    font-size: 14px;
    line-height: 14px;
}
.logo:after {
    content:"";
    float: none;
}

form {
    width: 100%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
form p,
form span {
    position: relative;
    padding-bottom: 20px;
    margin: 0;
}
form p.wrap{
    padding-bottom:0;
}
form span {
    display: inline-block;
    width: 50%;
}
label.error {
    position: absolute;
    font-size: 12px;
    padding-top: 5px;
    line-height: 10px;
    color: red;
    display: block;
}
label.infield {
    position: absolute;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
}
input,
textarea,
select {
    font-family: "Asap",sans-serif;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input,
select {
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
}
textarea {
    padding: 10px;
    height: 200px;
}
form button {
    border:0;
    color: #e31807;
    text-transform: uppercase;
    background-color: #1d1d1d;
    width: 100%;
    font-size: 18px;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
}

/*============ header ============*/
header.top {
    background-color: #1d1d1d;
    color: #e3e3e3;
}
header .contentwrap {
    padding-top: 0;
    padding-bottom: 0;
}
/** top bar **/
header .header-bar-top {
    text-align: right;
    font-weight: bold;
    padding-top: 10px;
}
.opening-hours,
.by-apt,
.tel {
    display: inline-block;
}
header .by-apt {
    padding: 0 10px;
    font-weight: normal;
}
header .opening-hours:after {
    content:",";
    margin-left: -2px;
}
header .tel {
    padding-left: 4%;
}
#search {
    position: relative;
    display: inline-block;
    font-weight: normal;
    padding-left: 4%;
}
#search form {
    position:relative;
    padding-right: 32px;
}
#hsearch {
    border:0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#search button {
    position: absolute;
    background-color: #f4f3f1;
    top:0;
    right:0;
    font-size: 14px;
    padding: 0;
    width: 30px;
    height: 30px;
    border:0;
    border-top-left-radius: 0;
    border-bottom-left-radius:0;
}

/** bottom bar **/
.header-bar-bottom {
    position: relative;
    font-size:18px;
    padding-left: 240px;
    min-height: 65px;
}
header .logo {
    position: absolute;
    left:0;
}
/* menu */
.main-menu ul {
    padding:0;
    list-style:none;
    margin:0;
    text-align:right;
    line-height:0;
}
.main-menu ul::after {
    content:"";
    display:inline-block;
    width:100%;
    line-height:0px;
    vertical-align:top;
}
.main-menu li {
    position: relative;
    display: inline-block;
    vertical-align:top;
    line-height:1;
}
.main-menu li .subtitle {
    display: none;
}
.main-menu a {
    display:block;
    color:inherit;
    text-decoration:none;
}
.main-menu a:hover {
    color: #e31807;
}
/* level 1*/
.main-menu li.depth-0 {
    vertical-align:middle;
    padding: 0 2.5%;
}
.main-menu > ul > li:last-of-type {
    padding-right: 0;
}
.main-menu li.depth-0 > a {
    white-space: nowrap;
    padding: 30px 0;
}
/* sub menus */
.main-menu li > ul {
    position:absolute;
    top: 70%;
    left:0;
    right:0;
    background:#1d1d1d;
    z-index:10;
    text-align: center;
    display:none;
}
.main-menu li:hover > ul {
    display:block;
}
.main-menu li > ul > li {
    display: block;
    width: 100%;
    margin:0;
}
/* level 2 */
.main-menu .depth-1 {
    border-bottom: 1px solid #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.main-menu > ul > li > ul > li:last-of-type {
    border-bottom: none;
}
.main-menu .depth-1 .title {
    font-size:18px;
}
.main-menu .depth-1 a {
    width: 100%;
    padding: 15px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* level 3 hide */
.main-menu .depth-1 > ul {
    display: none;
}

#mobile-menu {
    display: none;
    background: #c4c3c2 url(https://kms-au.appspot.com.storage.googleapis.com/sites/nesmc/app_files/img/menu-icon.svg) center no-repeat;
    background-size: 24px;
    font-size: 24px;
    padding: 8px;
    width: 24px;
    height: 24px;
    margin: 10px;
    margin-right: 0;
    cursor: pointer;
    z-index:100;
}
/***** Slide menu ****/
.slide-menu {
    display:none;
}
.slide-menu {
	background: #ccc;
    width:240px;
    z-index:1000;
	position: fixed;
	height: 100%;
	top: 0;
	right: -240px;
	overflow-y:scroll;
}
.slide-menu-active .slide-menu {
    right: 0px;
}
.site-content-menu-slide {
    overflow-x:hidden;
    position:relative;
    right:0;
}
/* transition for menu slide */
.slide-menu,
.site-content-menu-slide,
#mobile-menu {
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slide-menu h3 {
	padding: 1em;
	color:#fff;
	background:#999;
	margin:0;
}
.slide-menu ul {
    padding:0;
    margin:0;
    list-style:none;
}
.slide-menu ul ul {
	background:#999;
}
.slide-menu ul ul ul{
	background:#666;
}
.slide-menu li {
    position:relative;
}
.slide-menu li .subtitle {
    display: none;
}
.slide-menu li > ul {
    display:none;
}
.slide-menu li.expand-active > ul {
    display:block;
}
.slide-menu a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #666;
	padding: 18px;
	padding-right: 50px;
	text-decoration:none;
}
.slide-menu a:hover {
	background: #258ecd;
}
.slide-menu ul .expand {
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    border-left: 1px solid #030b16;
    height: 58px;
    width: 50px;
    cursor: pointer;
}
.slide-menu ul .expand i {
    content:"";
    display: block;
    height: 100%;
    width: 48px;
    background: url('https://kms-au.appspot.com.storage.googleapis.com/sites/nesmc/app_files/img/menu-drop.svg') no-repeat center center;
    background-size: 30%;
    -o-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.expand-active > .expand i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slide-menu .social-links li {
    position: relative;
    text-align: center;
}
.slide-menu .social-links a {
    padding: 8px;
}
.slide-menu .social-links  a:hover {
	background: #FFF;
}
.slide-menu .social-links img {
    height: 100%;
    width: 30px;
    margin: 5px;
}

/*============ footer ============*/
footer.bottom {
    border-top: 1px solid #b7b6b5;
}
.footer-contact {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    padding-top: 80px;
    padding-bottom: 65px;
}
footer .logo {
    position: absolute;
    bottom:0;
    left:0;
    color: #e41300;
}
footer .col {
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
    border-right: 1px solid #c4c3c2;
    box-sizing: border-box;
}
footer .col.site .email {
    white-space: nowrap;
}
footer article {
    padding: 0px 2%;
}
footer article:last-of-type {
   border-right: 0px;
}
footer .col.lor .wrap {
    position: relative;
    padding-right: 40px;
}
.col.lor .social-links {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 30px;
}
.social-links img {
    width: 30px;
    margin: 5px 0;
}
footer .table h4 {
    display: table-row;
    color: #e31807;
    text-transform: uppercase;
}
footer .label {
    font-weight: bold;
    color: #e41300;
}
footer .col p,
footer .col h4 {
    margin: 10px 0px;
}
footer .opening-hours,
footer .col p.description {
    display: block;
    font-weight: bold;
    margin: 0px;
}

/** bykeo ***/
.bykeo {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    -webkit- box-sizing: border-box;
    -moz- box-sizing: border-box;
    box-sizing: border-box;
}
.bykeo a {
    color: grey;
    text-decoration:none;
}
.bykeo img {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bykeo a:hover img{
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-200%) rotate(-360deg);
    -ms-transform: translateX(-200%) rotate(-360deg);
    transform: translateX(-200%) rotate(-360deg);
}

/*============ splash ============*/
/*  banner */
.banners-home .banner-stage {
    padding-top:33%;
    position:relative;
}
.banners-home .banner {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;
    background-position:center;
    background-size:cover;
}
.banners-home .banner-navigation,
.banners-home .banner-content {
    display:none;
}
.t-home #content {
    position: relative;
    padding-top: 70px;
}
.t-home #content:before {
    content:"";
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -85px;
    width: 170px;
    height: 170px;
    background-color: #FFF;
    background-image: url('https://kms-au.appspot.com.storage.googleapis.com/sites/nesmc/app_files/img/Logo.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size: 100px;
    border-radius: 50%;
}
/* home content */
.t-home .page-content {
    font-size: 25px;
}
.t-home .page-content .highlight {
    font-weight: bold;
}
.t-home .page-content p {
    margin-top: 0;
}

/* feature menu */
.feature-pages {
    text-align: center;
    padding-bottom: 40px;
}
.feature-pages .contentwrap {
    padding-top: 0;
}
.feature-pages h4 {
    font-size: 20px;
    margin:0;
}
.feature {
    display: inline-block;
    vertical-align:top;
    width: 20%;
    padding: 2% 3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.graphic.circle {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-size:cover;
    border-radius: 50%;
    border: 2px solid #e41300;
    margin: 0 auto;
    transition: transform 0.5s ease;
}
.feature:hover > .graphic.circle {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.feature .sub-title {
    color: #e41300;
}

/* about page table */
.about-page {
    background-color: #f4f3f1;
    font-size: 18px;
}
.about-page .col {
    vertical-align: middle;
}
.about-page .about-wrap {
    display: block;
    padding: 20px;
    padding-left:0;
    padding-right: 8%;
    max-width: 600px;
    margin-left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about-page h4 {
    color: #e31807;
}
.about-page .col.graphic {
    background-size: cover;
    background-position: top;
    padding-top: 30%;
}

/*============ sub page============*/
.page-content .contentwrap {
    padding-bottom: 40px;
}
.page-content .contentwrap.empty {
    padding: 0;
}
.page-title {
    padding: 3% 0;
    margin:0;
}
.page-body {
    padding-bottom: 3%;
}
.page-body.empty {
    padding-bottom:0;
}
.page-body:after {
    content:"";
    display: table;
    clear: both;
}

/* all sub-pages */
.sub-pages {
    padding: 3% 0;
    background-color: #f4f3f1;
}
.sub-pages a {
    display: inline-block;
    vertical-align: top;
    padding: 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sub-pages .sub-title {
    color: #e31807;
}
.sub-pages .graphic {
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: center;
}

/* list sub-pages */
.sub-pages.list a,
.sub-pages.list .staff {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sub-pages.list a:nth-of-type(odd),
.sub-pages.list .contentwrap > div:nth-of-type(odd){
    padding-left:0;
}
.sub-pages.list a:nth-of-type(even),
.sub-pages.list .contentwrap > div:nth-of-type(even){
    padding-right:0;
}
.sub-pages.list .graphic {
    width: 30%;
    padding-top: 30%;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.sub-pages.list .sub-title,
.sub-pages.list p.sub {
    margin:0;
}
.sub-page.list a:after {
    content:"";
    float: none;
}

/* circle sub-pages */
.sub-pages.circles {
    text-align: center;
}
.sub-pages.circles h2 {
    margin-bottom:0;
}
.sub-pages.circles h3 {
    margin-top:0;
    font-weight: normal;
}
.sub-pages.circles  a {
    width: 20%;
    padding: 2% 3%;
}
.sub-pages.circles .graphic {
    width: 90%;
    padding-top: 90%;
    border-radius: 50%;
    border: 2px solid #e41300;
    margin: 0 auto;
    -webkit-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.sub-pages.circles a:hover > .graphic.circle {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*============ contact page============*/
.contact.table {
    height: 350px;
}
.contact.table div:first-of-type {
    padding-right: 2%;
}
.contact.table .col {
    vertical-align: top;
}
.contact-map {
    position: relative;
}
#map {
    padding-top: 370px;
}
.contact-map #map-click{
    position: absolute;
    width: 100%;
    height: 100%;
}

/*============ search results page============*/
.t-search h2.highlight {
    margin:0;
}
.t-search p {
    margin: 5px 0;
}

/*============ Blog List ============*/
.news.table {
    position: relative;
    padding-right: 220px;
}
.news-filters {
    position: absolute;
    top:0;
    right:0;
    width: 200px;
}
.news-filters h3 {
    padding-left: 10px;
    margin-top: 0;
}
.news-filters a {
    display: block;
    padding: 10px;
    border: 1.5px dotted #a6a5bd;
    margin: 5px 0;
    text-transform: uppercase;
    text-decoration: none;
}
.news-filters a.active {
    background: #e0e0e0;
}

article.news-item {
    border-bottom: 1px solid #c4c3c2;
    margin-bottom: 20px;
}
article.news-item.graphic {
    position: relative;
    padding-left: 200px;
}
article .news-graphic {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width: 200px;
    background-size: cover;
}
article .news-graphic > a {
    position:relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
article .details {
    width: 100%;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article .details h3 {
    margin-top:0;
}
.pager .left,
.pager .right {
    display: inline-block;
    width: 50%;
}
.pager .left {
    text-align: left;
}
.pager .right {
    text-align: right;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width:1300px){
    .contentwrap {
        width: 90%;
    }
    .about-page .about-wrap {
        max-width: 90%;
    }
/** footer **/
    footer .openingHrs.table {
        display: inline-block;
        vertical-align: top;
        width: 30%;
    }
    footer .openingHrs .col,
    footer span.opening-hours,
    footer .by-apt {
        display: block;
    }
    footer .openingHrs .lor-cosmetics {
        border-top: 1px solid #c4c3c2;
        padding-left:0;
        border-left:0;
    }
    footer .contacts.table {
        width: 70%;
        padding-left: 4%;
    }
}
@media only screen and (max-width: 1250px){
    .main-menu li.depth-0 > a {
        padding: 10px 0;
    }
    .main-menu > ul > li:last-of-type {
        padding-right: 2.5%;
    }
}
@media only screen and (max-width: 960px) {
/** header **/
    .header-bar-bottom {
        text-align: right;
    }
    header .tel {
        display: inline-block;
        margin: 5px 0;
    }
    #mobile-menu {
        display: inline-block;
    }
    .header-menu,
    .main-menu,
    .header-bar-top .opening-hours,
    .header-bar-top .by-apt {
        display:none;
    }
    .slide-menu {
        display:block;
    }
    .slide-menu-active .site-content-menu-slide {
        right: 240px;
    }
    .slide-menu-active #mobile-menu {
        right: 260px;
    }
/** home **/
    .t-home #content:before {
        top: -20px;
        margin-left: -55px;
        width: 110px;
        height: 110px;
        background-size: 80px;
    }
    /** circle links **/
    .feature,
    .sub-pages.circles  a {
        width: 200px;
    }
    .about-page.table,
    .about-page .col {
        display: block;
    }
    .about-page .col.graphic {
        padding-top: 60%;
    }
    .about-page .about-wrap {
        padding-right: 0;
        margin: 0 auto;
    }
/** contact **/
    .contact.table,
    .contact.table .col{
        display: block;
        height: auto;
    }
    .contact.table div,
    .contact.table div:first-of-type {
        padding-right: 0;
        margin-bottom: 20px;
    }
/** news list **/
    .news.table {
        padding-right:0;
    }
    .news-filters {
        position: static;
        width: 100%;
    }
    .news-filters > div {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }
    .news-filters .wrap.drop {
        display: none;
    }
    .news-filters .wrap.drop.drop-active {
        display:block;
    }
    .drop-button {
        position: relative;
        background-color: #ccc;
        padding-left: 10px;
        padding-right: 50px;
        height: 40px;
        line-height: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .arrow {
        display: none;
    }
    .drop-button .arrow {
        position: absolute;
        display: inline-block;
        top: 0;
        right: 0;
        border-left: 1px solid #030b16;
        height: 40px;
        width: 40px;
        cursor: pointer;
    }
    .arrow i {
        content:"";
        display: block;
        height: 40px;
        width: 40px;
        background: url('https://kms-au.appspot.com.storage.googleapis.com/sites/nesmc/app_files/img/menu-drop.svg') no-repeat center center;
        background-size: 30%;
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: transform 500ms ease;
        -o-transition: transform 500ms ease;
        transition: -webkit-transform 500ms ease;
        transition: transform 500ms ease;
        transition: transform 500ms ease, -webkit-transform 500ms ease;
    }
    .drop-active > .arrow i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    article.news-item {
        border: 1px solid #c4c3c2;
    }
/** footer **/
    .footer-contact {
        display: block;
    }
    footer .col {
        width: 50%;
        padding: 0px 2%;
    }
    footer article:first-of-type {
        border-right: 0px;
    }
    footer .col.site .email {
        white-space: normal;
    }
}
@media only screen and (max-width: 760px) {
    a {
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;

        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;

        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
/*** list subs ***/
    .sub-pages.list a,
    .sub-pages.list .staff {
        width: 100%;
    }
    .sub-pages.list a:nth-of-type(even),
    .sub-pages.list a:nth-of-type(odd),
    .sub-pages.list .contentwrap > div:nth-of-type(even),
    .sub-pages.list .contentwrap > div:nth-of-type(odd){
        padding: 2%;
    }
/*** news list ***/
    article.news-item.graphic {
        padding-left: 0;
    }
    article .news-graphic {
        position: static;
        height: 200px;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    article.news-item.graphic:after {
        content:"";
        display:block;
        clear: both;
    }
}
@media only screen and (max-width: 650px){
    .t-home .page-content {
        font-size: 18px;
    }
/** footer **/
    .footer-contact {
        padding-top: 20px;
        padding-bottom: 0;
        text-align: center;
    }
    footer .logo {
        position: static;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    footer .contacts.table,
    footer .col {
        text-align: left;
    }
}
@media screen and (max-width: 500px){
/** home **/
    .banners-home .banner-stage {
        padding-top: 150px;
    }
/** page **/
    .page-title {
        font-size: 25px;
    }
/** circle subs **/
    .sub-pages.circles  a {
        width: 50%;
    }
/** contact **/
    form span {
        width: 100%;
    }
/** news list **/
    article .news-graphic {
        float: none;
        width: 100%;
    }
    article.news-item .black-button {
        display: block;
        width: 100%;
        text-align: center;
    }
/** footer **/
    footer .col {
        display: block;
        width: 100%;
        padding: 0px;
        padding-top: 2px;
        border-right: 0px;
    }
    footer .social-links {
        position: static;
        width: 100%;
        text-align: right;
    }
    /** collapse the details with JS**/
    .js {
    }
    .contacts .lor-cosmetics {
        padding-right:0;
    }
    footer .wrap.drop {
        display: none;
    }
    footer .wrap.drop.drop-active {
        display:block;
    }
}
@media only screen and (max-width: 400px){
/** header **/
    .header-bar-bottom {
        padding-left: 0;
    }
    header .logo {
        position: static;
    }
/** home **/
    .about-page .col.graphic {
        display: none;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}