/* Mimel Beauty */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700&family=Roboto:wght@300&display=swap');

/* Aos animation */
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
Generellt 
========================================================================== */
/* Video background */
/*
.fullscreen-bg-video {
   position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	background-position: center top;
	overflow-X: hidden !important;
	font-family: 'Epilogue', sans-serif;
}

body.isMobile .body-background {
	background-position: center center;
	background-size: cover;
}

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 12rem 4rem;
}
.pb-0{
	padding-bottom: 0;
}
@media only screen and (max-width:980px){
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding:6rem 2rem;
	}
}

@media only screen and (max-width:580px){
	
	body.isMobile .body-background {
    background-position: 66% center;
    }
}


.LayoutPage .section-block-wrapper {
	max-width: 130rem;
}

.EditMode .display-none {
	display: block;
}

.display-flex .section-block-wrapper {
	display: flex;	
}

.display-flex .col-block {
	align-self: center;
}

.paddingbottom0 .section-block {
	padding-bottom: 0 !important;
}

.bg-lightbeige .section-block {
	background-color: #f2f0ee;
}

/* Buttons */
/* Buttons */
.btn {
	font-family: inherit;
    font-weight: 500;
    font-style: normal;
    width: 23rem;
    max-width: 23rem;
    box-sizing: border-box;
    padding: 1.5rem 2rem;
    cursor: pointer;
    font-size: 1.2rem;
    border-radius: 10rem;
    border: 2px solid #000;
    text-align: center;
    background-color: transparent;
    color: #fff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    display: inline-block;
    margin: 2.2rem 0;
}

.btn:hover {
    border: 2px solid #ff842e;
    color: #000 !important;
}

.btn-primary {
	background-color: #ff842e;
	border-color: #ff842e;
	color: #fff;
}

.btn-secondary {
	background-color: transparent !important;
	border: 2px solid #fff !important;
	color: #fff !important;
}

.btn-secondary:hover {
	color: #fff !important;
	border-color:#ff842e!important;
}

.divider {
	width: 80px;
    border-bottom: 2px solid #212121;
    margin: 2rem auto 4rem auto;
}

.readmore {	
	color: #7a7a7a;
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: 2px;
    font-weight: lighter;
    font-family: 'Manrope', sans-serif;
    padding-bottom: 1rem;
    text-transform: uppercase;
    padding-top: 1rem;
    text-decoration: none !important;
}

.readmore::after {
    content: ' \f101';
    opacity: 1;
    transition: all .3s ease;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 0.3rem;
}

.readmore:hover::after {
    content: ' \f101';
    opacity: 1;
    margin-left: 10px;
}

.divider-arrow-white::before {
    content: " ";
    position: absolute;
    width: 0px;
    left: 50%;
    border: 9rem solid white;
    border-width: 3rem;
    border-color: #fff transparent transparent transparent;
    transform: translateX(-50%);
}

.divider-arrow-gray::before {
    content: " ";
    position: absolute;
    width: 0px;
    left: 50%;
    border: 9rem solid white;
    border-width: 30px;
    border-color: #f9f9f9 transparent transparent transparent;
    transform: translateX(-50%);
}

@media only screen and (hover:none) {
	*,
	*::before,
	*::after {
		background-attachment: scroll !important;
		background-position: center center;
	}
}

/* Modal som öppnas automatiskt
========================================================================== */
body:not(.EditMode) .section-auto-modal {
    display: none;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--black-color),.7);
  }

  body:not(.EditMode) .section-auto-modal .section-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 4rem);
    max-width: 55rem;
    max-height: 75vh;
    padding: 4rem;
    border-radius: 2rem;
    overflow: auto;
    background: white;
    transform: translate(-50%,-50%);
  }

  .section-auto-modal .close-modal {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 3rem;
    cursor: pointer;
  }

  @media only screen and (max-width: 450px) {
    body:not(.EditMode) .section-auto-modal .section-block {
      padding: 3rem 2rem;
    }
  }


/* Split Wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.split-wrapper.reverse {
	flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 5rem;
    text-align: left;
    box-sizing: border-box;
}

.split-image {
    width: 50%;
    position: relative;
    overflow: hidden;
	box-sizing: border-box;
}

.split-image img {
    position: absolute;

    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;

    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
}

@supports (object-fit: cover) {
	
    .split-image img {
        position: relative;
        transform: none;
        top: unset;
        left: unset;

        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
    
}

@media only screen and (max-width:980px){
	.split-content, .split-image {
		width:100%;
	}
}

@media only screen and (max-width:550px){
	.split-content {
		padding:2rem;
	}
}


/* Parallax
========================================================================== */ 
#parallax {
    max-width: 100% !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image:url(/assets/images/mimelbeauty-parallax.jpg);
    min-height: 60rem;
}

/* Text och typsnitt
========================================================================== */
/* Titles */
h1, h2, h3, h4, h5, h6 {
	color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
    letter-spacing: normal;
}

h1, h2 {
	font-size: 4.7rem;
	padding-bottom: 3rem;
	line-height: 1.2;
	color: #ff842e;	
	font-weight: 600;
}

h3, .small-title {
    font-size: 2.7rem;
    letter-spacing: 0;
	font-style: normal;
	letter-spacing: 0.015em;
}

h4 {
    font-size: 3.4rem;
    color: #ff842e;
}

h6 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding-bottom: 2rem;
	font-family: 'Epilogue', sans-serif;
}

/* Text and links */
p, a, li {
	font-family: 'Roboto', sans-serif;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: normal;
    text-transform: none;
    color: #474649;
}

p {
	padding: 0 0 1em 0;
}

a:hover {
	text-decoration: underline;
	color: #ff842e;
}

a {
	display: inline-block;
}

a.readmore {
	font-size: 1.4rem;
	text-transform: uppercase;
    letter-spacing: 0.3em;
    padding-bottom: 3rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

/* Others */
hr {
	width: 7rem;
    border: 0.5px solid #ccc !important;
    margin-bottom: 2rem;
}

.smalltext-type {
	max-width: 60rem;
}

.normaltext-type,
.heading-type {
	max-width: 75rem;
    margin: 0 auto;
    text-align: center;
}

.bullet-list li {
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 1.5rem;
    list-style: none;
}

.bullet-list ul li::before {
	content: "\f324";
    display: inline-block;
    width: 1.8em;
    margin-left: -1.8em;
    color: #dcc15b;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
}

.italic {
	font-style: italic;
	font-weight: 500;
}
.text-center{
	text-align: center;
}

@media only screen and (max-width:550px){
	h1, h2 {
		font-size: 3rem;
		text-align: left !important;
	}

	h3, .small-title {
		font-size: 2rem;
	}
}

/* Popup-notis
========================================================================== */
.EditMode .popup-wrapper {
    display: none;
}

.popup-wrapper {
    z-index: 8;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
}

/* Knappar */
.popup-button {
    position: relative;
    width: 5rem;
    height: 5rem;
    background: #ff842e;
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    cursor: pointer;
}

.popup-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.8rem;
    transform: translate(-50%,-50%);
    transition: .3s ease;
	color: #FFF;
}

.popup-wrapper .popup-button .icon-open,
.popup-wrapper.opened .popup-button .icon-close {
    transform: translate(-50%,-50%) scale(1);
}

.popup-wrapper.opened .popup-button .icon-open,
.popup-wrapper .popup-button .icon-close {
    transform: translate(-50%,-50%) scale(0);
}

/* Innehåll */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 6rem;
    max-width: 45rem;
    max-height: calc(90vh - 12rem); 
    padding: 4rem;
    margin: 0 2rem;
    background: #FFF;
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    overflow: auto;
    transition: opacity .3s ease, bottom .3s ease;
}

.popup-wrapper.opened .popup-window {
    opacity: 1;
    visibility: visible;
    display: block;
    bottom: 10rem;
}

.icon-close-popup {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2.5rem;
    cursor: pointer;
}

.popup-window p {
	font-size: 1.5rem;
	line-height: 1.6;
}

@media only screen and (max-width: 450px) {
    .popup-window {
        padding: 2rem 3rem 2rem 2rem;
    }

    .icon-close-popup {
        top: 1rem;
    }
}

/* Header / Navigation
========================================================================== */
/* Header */
header {
    background-color: transparent;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	height: 8rem;
	box-shadow: none;
	animation-name:headerin;
	animation-duration: 3s;
	animation-timing-function: ease;
}



header.scrolled {
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.07);
    height: 8rem;
}

header .container {
	max-width: none;
	padding-right:22rem;
}

/* Logo */
header .header-logo {
	position: absolute;
	opacity:0;
	width: 34rem;
	height:7.2rem;
    transition: all 500ms linear;
}

@media only screen and (max-width:550px){
	header .header-logo {
		max-width:calc(100% - 7rem);
		padding:1.5rem;
	}
}

header .header-logo a:hover {
	text-decoration: none !important;
}

header.scrolled .header-logo {
	opacity:1;
}

header .header-logo a {
    display: block;
    font-size: 2.5rem;
	font-family: 'Arapey', cursive;
	font-weight: 400;
	text-transform: initial;
	padding-bottom: 0;
	letter-spacing: 0.012em;
	color: #fff;
	line-height: 1.5;
    transition: all 500ms linear;
}

header.scrolled .header-logo a {
	color: #333;
}

/* Navigation */
nav.mainmenu {
	text-align: right;
}

nav.mainmenu li {
    transition: all 200ms linear;
    position: relative;
    z-index:10;
}

nav.mainmenu li a {
    font-family: 'Epilogue', sans-serif;
    font-weight: 400;
    font-size: 1.35rem;
    line-height: 8rem;
    color: #fff;
    text-transform: none;
    padding: 0 1.5rem;
    transition: all 200ms linear;
    letter-spacing: 0.03em;
}

header.scrolled nav.mainmenu li a { 
	color: #333;
}

nav.mainmenu li:hover, 
nav.mainmenu li.active {
    background: transparent;
    border-bottom: none;
    color: #ff842e !important;
}

nav.mainmenu li:hover a, 
nav.mainmenu li.active a {
	color: #ff842e !important;
} 

nav.mainmenu ul.TemplateMenu > li {
    line-height: 7.6rem;
    height: 8rem;
}

.scrolled nav.mainmenu ul.TemplateMenu > li {
    line-height: 7.6rem;
    height: 8rem;
}

/* Header cta */
header nav.mainmenu li.header-btn a {
	line-height: 2rem;
	width: 17rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2rem;
}

header nav.mainmenu li.header-btn:hover a {
	background-color: transparent;
	border: 2px solid #ff842e;
	color: #000 !important;
}

header.scrolled nav.mainmenu li.header-btn a {
	border: 2px solid #ff842e;
	background-color: #ff842e;
}
header.scrolled nav.mainmenu li.header-btn:hover a {
	background-color: transparent;
	border: 2px solid #ff842e;
	color: #333 !important;
}

nav.mainmenu .header-btn {
	position: absolute;
    right: 2rem;
}

@media only screen and (max-width:1080px){
	
	header.scrolled nav.mainmenu .header-btn {
		top:0rem;
	}
	header.scrolled .container {
		padding-right:0;
	}
	
	.header-logo {
		width: 20rem;
	}
	
	nav.main-menu a {
		text-align: center;
	}

}

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

	header.scrolled nav.mainmenu ul.TemplateMenu > li , nav.mainmenu ul.TemplateMenu > li {
		line-height: 6rem;
		height:6rem;
		text-align: center;
	
	}
	
	nav.mainmenu .header-btn {
		position: static;
		margin-top:0rem;
		margin-right: 1rem;
	}
	
	nav.mainmenu .header-btn a{
		margin:auto;
	}
	
	
}

.header-btn a {
	color: #fff !important;
    padding: 1.2rem 4rem !important;
}

nav.mainmenu .header-btn:hover a,
nav.mainmenu .header-btn.active a {
	color: #fff !important;
	cursor: pointer;
}

nav.mainmenu .header-btn.active a:before,
nav.mainmenu .header-btn:hover a:before {
	display: none;
}


@media only screen and (max-width:980px) {
	nav.mainmenu .header-btn {
		margin-top: 3rem;
		}
	}
/* ==========================================================================
Top-section
========================================================================== */
.top-section {
    height: 100%;
    background-color: rgba(0,0,0,0.15);
    min-height: 60rem;
}

.page-title-wrap .btn {
	color:#fff!important;
}

.page-title-wrap {
    top: 50%;
    left: 50%;
    width: 100%;
    max-width:none;
    padding:12rem;
}

.page-title-wrap h1 {
	line-height: 1.2;
    letter-spacing: normal;
    letter-spacing: normal;
    font-size: 6.5rem;
    font-weight: 500;
    color: #fff;
	font-family: 'Roboto Slab', serif;
    text-align: left;
    text-transform: none;
    max-width:60rem;
    text-shadow: none!important;
    margin-bottom:4rem;
}

.page-title-wrap h2 {
	line-height: 1.2;
    letter-spacing: normal;
    letter-spacing: normal;
    font-size: 6.5rem;
    font-weight: 500;
    color: #fff;
	font-family: 'Roboto Slab', serif;
    text-align: left;
    text-transform: none;
    max-width:70rem;
}

.page-title-wrap p {
	text-align: left;
	color:#fff;
	margin:2rem;
	font-weight: 300;
}

.page-title-wrap .btn {
	margin: 2rem 2rem 0 0;
}

.page-title-wrap img {
	max-width:35rem;
	width:100%;
}

@media only screen and (max-width:980px){
	.page-title-wrap {
		padding:2rem;
	}
	
}

@media only screen and (max-width:550px){
	.page-title-wrap h1 {
		font-size: 4rem;
	}
	.page-title-wrap p {
		margin:0;
	}
	
	.top-section {
		background-color: rgba(51, 51, 51, 0.61);
	}

}
@media only screen and (max-width:340px){
		.page-title-wrap h1 {
		font-size: 3rem;
	}
	}

/* ==========================================================================
Startsida
========================================================================== */

/* Startsida: Om oss
========================================================================== */
.section-block-wrapper {
	max-width: 120rem;
}

/* Startsida: Reviews
========================================================================== */


#reviews h2, #reviews h3 {
	text-align: center;
}


.review-wrap {
	margin-top:30px;
	display:flex;
	justify-content: center;
}

.review {
	width:calc((100% / 3) - 62px);
	border:1px solid #eee;
	padding:20px;
	margin:10px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

.review p:first-of-type {
	text-align: center;
	font-size:2rem;
	letter-spacing: 0.2rem;
	color:#daa520;
}

.review p:last-of-type {
	text-align: right;
	display: inline;
	width:100%;
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	font-size:2rem;
	margin-top:20px;
}



/* KLINIKEN */ 
.slider {

	padding: 4rem 0;	
}

.logo-slider-box {
		height: auto;
	text-align: center;
	
}

.logo-slider-inner {
	width: 30rem;
    height: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 4rem auto;
    background-color: #ffffff;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	
}


.logo-slider-inner img {
	width: 100%;
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
	height: 40rem !important;

}

.slick-dots li button:before {
	color: #fc842e !important;
	font-size: 1rem;
	margin-top: 3rem;
}


/* Startsida: Behandlingar
========================================================================== */
.services .section-block {
	background-color: #ff842e;
}

.services .normaltext-type * {
	text-align: center;
}

.services h6, 
.services h2,
.services h4, 
.services p {
	color: #fff;
}

.services .service-box h6 {
	padding-bottom: 2rem;
	padding-top: 2rem;
	text-align: center;
}

.services h4 {
	padding-bottom: 4rem;
}

.services .services-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 4em;
}

.services .service-box {
    width: 31%;
    margin: 1%;
    text-align: center;
}

.service-icon {
	background-image: url('http://www.bajro.webbess.se/assets/images/bajro-bg-blob.png');
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding: 5rem 3rem;
}

.services .service-text p {
	font-size: 1.6rem;
}

.services .service-text { padding: 3rem; }

.services .service-box img {
	width: auto;
    height: 16rem;
    margin-bottom: 2rem;
}

/* Startsida: Parallax
========================================================================== */
/*
#reviews {
	background-image: url(/assets/images/ninosk-parallax.jpg);
}
*/

/* Behandlingar
========================================================================== */
.treatments h6 {
	text-align: center;
}

.tjanst-wrapper {
	display: flex;
	padding-top: 5rem;
	flex-wrap: wrap;
}

.tjanst-card {
	width:45%;
	margin: 2%;
	position: relative;
	box-sizing:border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	overflow: hidden;
	border-radius: 2rem;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.tjanst-text {
	position: relative;
}

.tjanst-text .text-container {
	padding:2rem 5rem 5rem 5rem;
}

.tjanst-card li {
	font-size: 1.5rem;
}

.tjanst-card h3 {
    color: #fff;
    padding-bottom: 0;
    line-height: 3rem;
    padding: 1rem 3rem;
    width:100%;
    text-align: center;
	font-size: 2rem;
    font-weight: 600;
}

.card-orange h3 {
	background: rgb(255,179,6);
	background: linear-gradient(145deg, rgba(255,179,6,1) 0%, rgba(255,82,77,1) 100%);
}

.card-purple h3 {
	background: rgb(246,131,253);
	background: linear-gradient(145deg, rgba(246, 131, 253, 1) 0%, rgba(170,29,247,1) 100%);
}

.card-blue h3 {
	background: rgb(95,217,252);
	background: linear-gradient(145deg, rgba(95,217,252,1) 0%, rgba(24,141,242,1) 100%);
}

.tjanst-card ul {
	margin-top: 0rem;
}

.tjanst-text h5 {
	padding-top: 2.5rem;
}

.tjanst-text p {
	font-size: 1.5rem;
}

.tjanst-card strong {
	display: block;
	padding-top: 2rem;
}

.tjanst-img {
	background-size: cover;
	background-repeat: no-repeat;
	height: 35rem;	
}

@media only screen and (max-width: 1150px) {
	.tjanst-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.tjanst-card {
		max-width:60rem;
		width: 100%;
		margin:0;
		margin-bottom:4rem;
	}
}

@media only screen and (max-width: 400px) {
	.tjanst-text p {
		   padding-top: 3rem;
	}
}



 

/* ==========================================================================
   Accordion
========================================================================== */

.accordion-wrapper *,
.accordion-wrapper *:before,
.accordion-wrapper *:after {
	transition: all .5s ease;
}

/* Accordion */

.accordion-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-top: 3rem;
}

.accordion {
	width: 100%;
  
	align-self: flex-start;

    border-top: none !important;
 }
 
.accordion h4 {
	border-top: none;
	font-size: 1.5rem;
	font-weight: 700;
	font-family: inherit;
	padding-bottom: 1rem;
	    max-width: 29rem;
	    line-height: 1.3;
}

.accordion-header {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.accordion-button {
	position: absolute;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
    height: 25px;
    cursor: pointer;
}

.accordion-button::before, 
.accordion-button::after {
    width: 15px;
    height: 2px;
    top: 12px;
    content: '';
    position: absolute;
    display: block;
    background-color: #ff842f;
}

.accordion-button::before {
	transform: rotate(90deg);
}

.accordion-button::after {
	transform: rotate(0deg);
}

.accordion-header.active .accordion-button::before {
	transform: rotate(135deg);
}

.accordion-header.active .accordion-button::after{
	transform: rotate(45deg);
}

.accordion-panel {
	max-height: 0;
	overflow: hidden;
}

.accordion-content {
	padding: 0 .5rem;
}

.accordion-paragraph {
	color: #a3a1a2;
	padding: 0 2.5rem;
}

.accordion-panel {
	padding-top: 0rem !important;
}


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

	.accordion {
    width: 95%; 
    }
    

    
    .accordion-content {
	    padding: 0rem;
    }
}

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

	
	.accordion {
		width: 100%;
		    margin: 0%;
    padding: 0%;
	}
	
	
	.accordion-button {
		right: 1.5rem;
		width: 1.5rem;
		height: 1.6rem;
	}
	
	.accordion-button::before, 
	.accordion-button::after {
		width: 1.5rem;
		height: 1px;
	}
}

/* Karta
========================================================================== */
.map {
	font-size: 0;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #fff;
	box-sizing: border-box;
	padding: 0;
}

.footer .container {
	max-width: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding:0;
}

.footer .container .fab {
	margin: 0;
}

.footer p, 
.footer a,
.footer li {
    font-size: 1.4rem;
    padding: 0;
    font-weight: 300; 
    line-height: 1.9em;
    text-decoration: none !important;
    letter-spacing: 0.012em;
    color: #474649;
}

.footer h3 {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
    color: #222;
    font-weight: 600;
    padding-top: 0;
    letter-spacing: 0.012em;
}

.footer a {
	display: inline-block;
}

.footer a:hover {
    color: #666 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.footer .footer-top {
    max-width: 140rem;
    padding: 7rem 4rem;
   	box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.footer .social-media {
	padding-top: 3rem;
	color: #ff842e;
	text-align: center !important;
}

.footer .social-media .fab:hover { color: #f8534e !important; cursor: pointer; }

.footer .social-media .fab {
	vertical-align: sub;
	color: #ff842e;
	display: inline-block;
	font-size: 2.5rem;
}

.footer-col-top * {
	text-align: left !important;
}

/*
.footer-col-top {
	align-self: center;
}
*/

.footer-col-top:first-child {
	width: 20%;
}

.footer img {
	width: 25rem;
	height: auto;
}

.footer .cert-img img{
	width: 12rem !important; 
	height: auto;
	margin-top: 1rem; 
}

.footer-col-top:last-child img {
	width: 13rem;
}

.footer-col-top:last-child {
	align-self: center;
}

.footer-col-top:last-child .btn {
    padding: 1.2rem 3rem;
    width: 100%;
    text-align: center !important;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.footer-col-top:last-child a.btn:hover {
	text-decoration: none !important;
	color: #000 !important;
}

.footer ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.footer .container .footer-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.footer .footer-bottom {
	background-color: #000;
	text-align: center;
	width: 100%;
	padding: 2.5rem 0 2rem 0;
}

.footer-col-bottom * {
    text-align: center !important;
    color: #fff;
}

.footer-col-bottom p {
    color: #fff;
    font-size: 1.3rem;
}
/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
	
}
a.webbess-stamp{
	color: white;
}

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
    filter: invert();
}

@media only screen and (max-width: 1050px) {
	
	.footer .footer-bottom {
		min-height: auto;
	}
	
	.footer-col-top {
		width: 100% !important;
		max-width: 50rem;
		margin: 0 auto 3rem;
		
	}
	
	.footer-col-bottom {
		width: 100%;
		margin: 10px 0; 
	}
	
	.footer *,
	.footer-col-bottom:last-child p {
		text-align: center !important;
	}
	
	.footer h3 {
		padding-bottom: 10px;
	}
	
}