/*
Template Name:Mandela Effect
Description: Bootstrap v4 Sidebar Menu Template
Author:WowThemes.net,https://www.wowthemes.net
License:https://www.wowfreebies.net/page/license
*/

/* --------------------------------------------------- GENERAL ----------------------------------------------------- */
body {
	font-family:'Poppins',sans-serif;
	background:#3765AF;
	font-size:14px;
}
p {
	font-size:1.1em;
	font-weight:300;
	line-height:1.7em;
}
a {
	color:#3765AF;
}
a,a:hover,a:focus {
	text-decoration:none;
	transition:all 0.3s;
}
.navbar {
	padding:15px 10px;
	background:#fff;
	border:none;
	border-radius:0;
	margin-bottom:40px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.1);
}
.navbar-btn {
	box-shadow:none;
	outline:none !important;
	border:none;
}
img {
	max-width:100%;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	line-height:1.3;
}
/* --------------------------------------------------- SIDEBAR ----------------------------------------------------- */
.wrapper {
}
.site {
	 box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.sidebar {
	
}
#sidebar {
	min-width:250px;
	max-width:250px;
	transition:all 0.6s cubic-bezier(0.945,0.020,0.270,0.665);
	transform-origin:bottom left;
	position:fixed;
	height:100%;
	background-color:#fff;
	background-image:none;
	background-size:auto;
	background-image:-webkit-linear-gradient(top,#fff 0%,#eaeef2 100%);
	background-image:linear-gradient(to bottom,#fff 0%,#eaeef2 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeaeef2',GradientType=0);
	-webkit-box-shadow:0px 0px 20px 1px rgba(0,0,0,0.2),inset 0px 0px 2px 1px #fff;
	box-shadow:0px 0px 20px 1px rgba(0,0,0,0.2),inset 0px 0px 2px 1px #fff;
	z-index:2;
	border-top:none;
	top:0;
	bottom:0;
}
#sidebar.active {
	margin-left:-250px;
	transform:rotateY(100deg);
}
#sidebar .sidebar-header {
	padding:20px;
}
#sidebar ul.components {
	padding:0;
  margin-bottom:50px;
  text-align: center;
}
#sidebar ul p {
	padding:10px 20px;
}
#sidebar ul li a {
	padding:10px 20px;
	font-size:1.1em;
	display:block;
	color:inherit;
}
#sidebar ul li a:hover {
	color:#3765AF;
	background:#fff;
}
a[data-toggle="collapse"] {
	position:relative;
}
a[aria-expanded="false"]::before,a[aria-expanded="true"]::before {
	display:block;
	position:absolute;
	right:20px;
	font-family:FontAwesome;
	font-size:0.8em;
	content:"\f0d7";
}
a[aria-expanded="true"]::before {
	content:"\f0d7";
}
ul ul a {
	font-size:0.9em !important;
	padding-left:30px !important;
}
.sidebar-footer {
  padding: 20px 20px 20px 20px;
  font-size: 12px;
  text-align:center;
}
.sidebar-footer p {
	font-size:12px;
}
.sidebar-footer .social-icons a {
	width:25px;
	height:25px;
	background:rgb(255, 63, 30);
	color:#fff;
	display:inline-block;
	text-align:center;
	line-height:25px;
	border-radius:50%;
	margin-right:3px;
	font-size: 15px;
}
.sidebar-footer .social-icons a:hover {
  background-color:rgb(210, 48, 20);
  color:#fff;
}
#sidebarCollapse {
	width:50px;
	height:50px;
	background:#3765AF;
	color:#fff;
	position:absolute;
	top:-10px;
	right:-10px;
}
#sidebarCollapse span {
	width:80%;
	height:2px;
	margin:0 auto;
	display:block;
	background:#fff;
	transition:all 0.8s cubic-bezier(0.810,-0.330,0.345,1.375);
	transition-delay:0.2s;
}
#sidebarCollapse span:first-of-type {
	transform:rotate(45deg) translate(2px,2px);
}
#sidebarCollapse span:nth-of-type(2) {
	opacity:0;
}
#sidebarCollapse span:last-of-type {
	transform:rotate(-45deg) translate(1px,-1px);
}
#sidebarCollapse.active span {
	transform:none;
	opacity:1;
	margin:5px auto;
}
#sidebar-responsive {
	display:none;
}
.imglogo {
	display: inline-block;
  margin-bottom:15px;
}
/* --------------------------------------------------- CONTENT STYLE----------------------------------------------------- */
#content {
	padding:30px;
	min-height:100vh;
	transition:all 0.3s;
	margin-left:260px;
}

h1.site-title {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 700;
}
.line {
	width:100%;
	height:1px;
	border-bottom:1px dashed #ddd;
	margin: 40px 0;
}
.card-title {
  font-weight: 600;
  font-size: 1.3rem;
}
.text-muted {
    color: #b3b8bb!important;
}
.card {
	border:1px solid rgba(153, 151, 193, 0.3);
}

.card-columns .card {
    margin-bottom: 1.25rem;
}
/* --------------------------------------------------- Media QUERIES----------------------------------------------------- */
@media (min-width: 1220px) {
	.designers {
	margin-top: -11em!important;}
	}
	@media (max-width: 1220px) {
		.card { max-width: 75%;
		margin: 0 auto; }
	}
@media (min-width: 1550px) {
.designers {
	margin-top: -18em!important;}
}
@media (max-width:907px) {
	#sidebar-responsive {
		display:block;
		position:fixed;
		width:100%;
		top:0;
    z-index: 1;
	}
	.sidebar-footer {
		position:relative;
	}
	.navbar {
		padding:10px;
	}
	.mobile-title {
		float:left;
		margin-bottom:0;
		padding:2px 0;
    font-weight:600;
    font-size: 1.28rem;
	}
	#content {
		margin-left:0;
		padding:90px 30px 30px 30px;
	}
	#sidebar {
		margin-left:-250px;
		transform:rotateY(90deg);
	}
	#sidebar.active {
		margin-left:0;
		transform:none;
	}
	#sidebarCollapse span:first-of-type,#sidebarCollapse span:nth-of-type(2),#sidebarCollapse span:last-of-type {
		transform:none;
		opacity:1;
		margin:5px auto;
	}
	#sidebarCollapse.active span {
		margin:0 auto;
	}
	#sidebarCollapse.active span:first-of-type {
		transform:rotate(45deg) translate(2px,2px);
	}
	#sidebarCollapse.active span:nth-of-type(2) {
		opacity:0;
	}
	#sidebarCollapse.active span:last-of-type {
		transform: rotate(-45deg) translate(1px,-1px);
	}
}
@media (max-width: 1422px) {
		.container { height: 235px!important;}
	}
	@media (max-width: 1214px) {
		.container { height: 200px!important;}
	}


.columnD {
    float: left;
    width: 33%;
	padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 1200px) {
    .columnD {
        width: 50%;
    }
}
@media screen and (max-width: 900px) {
    .columnD {
        width: 100%;
    }
}

.main {  text-align: justify!important;
		}

		/* =Structure
---------------------------*/
.site {
  background-color: white;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  margin-top: 2em; 
  border-radius: 5%;
}

/* =Elements
---------------------------*/
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 26px;
}
p {
  margin-bottom: 26px;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}

/* =Header
---------------------------*/
.site-header {
  padding: 40px;
  text-align: center;
}
.site-title {
  margin: 0;
}

@media (min-width: 800px) {
  .site-title {
    float: left;
  }
}
@media (max-width: 660px) {
  iframe {
    width: 100%;
  }
}
@media (max-width: 1093px) {
  .resize {
    height: 141px!important;
  }
}
@media (min-width: 1100px) {
.resize {
	height: 165px!important;
}
}
.right {
	float: right;
	margin-left: 15px;
}
@media (max-width: 1000px) {
	.right { float: none!important;
	display: block;
	margin: auto;
	}
}

.round { 
	border-radius: 5%;
}
/* =Navigation
---------------------------*/
.site-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-navigation li {
  display: inline-block;
}
.site-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  padding: 0 20px;
}
.site-navigation a:hover {
  color: #4cacbe;
}

@media (min-width: 800px) {
  .site-navigation {
    float: right;
  }
  .site-navigation a {
    padding: 0 0 0 20px;
  }
}

/* =Content
---------------------------*/
.content-wrapper {
  padding: 40px;
}
.site-content {
  padding-bottom: 40px;
  border-bottom: 1px dotted #999;
  margin-top: 1em;
}
.sidebar {
  padding-top: 40px;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}
.widget {
  padding-bottom: 20px;
  margin-top: 5em;
}

@media (min-width: 1200px) {
  .site-content {
    width: 75%;
    float: left;
    border: none;
  }
  .sidebar {
    width: 20%;
    float: left;
    padding-top: 0;
    text-align: left;
	margin-top: 10em;
       margin-left: 2em;
	   }
  .widget {
    padding-left: 20px;
  }
}


/* =Footer
---------------------------*/
.site-footer {
  background-color: #333;
  color: white;
  overflow: hidden;
  padding: 40px;
}

@media (min-width: 800px) {
  .site-footer {
    clear: both;
  }
  .site-footer .column {
    width: 32%;
    float: left;
    padding-right: 2%;
    margin-bottom: 2%;
  }
  .site-footer .column.last {
    padding-right: 0;
  }
}

.background
{
  background: url(http://wallpapercave.com/wp/k7r6fly.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 1000px;
  width: 100%;
  position: relative;
  top: 60px;


}
#header
{
  height: 60px;
  width: 100%;
  background-color: #BDBDBD;
  font-family: 'Poiret one', cursive;
  font-size: 20px;
  position: fixed;
 z-index: 999;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
 }
#header a
{
  text-decoration: none;
  color: black;
  float: right;
  margin-top: 15px;
  margin-left: 50px;
  margin-right: 30px;
  font-weight: bold;
}
#header img
{
  
  height:50px;
  width: 70px;
  float: left;
}
#header a:hover
{
  transform: scale(1.4,1.4);
  text-decoration: overline;
  color: white;
}



.container
{
  height: 300px;
  width: 100%;
  display: block;
  text-align: center;
}

.small
{
  position: relative;
   margin: 6px;
   border-radius: 5px;
	max-height: 100%;
 }
.small:hover
{
  transform: scale(1.03, 1.03);
  
  
}
.lightbox
{

  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
 
}

a div
{
 position: relative;
 margin: auto auto;
  text-align: center;
}
.lightbox:target
{
display: flex;
}
.container a
{
  text-decoration: none;
}

#footer
{
  height: 30px;
  width: 100%;
  background-color: #BDBDBD;
  clear:both;
  color: black;
  font-family: 'Poiret one';
  text-align: center;
  vertical-align: center;
  line-height: 30px;
  font-weight: bold;
  position: fixed;
  bottom: 0;
 }
 
 h2 {
 margin-top: 1em; }
 
 .centered { 
     margin: auto;
    display: block;
    margin-bottom: 0.5em;
 }


/**/
div#carousel { 
  perspective: 1200px; 
  background: transparent; 
  padding-top: 5%; 
  font-size:0; 
  margin-bottom: 3rem; 
  overflow: hidden; 
}
figure#spinner { 
  transform-style: preserve-3d; 
  height: 300px; 
  transform-origin: 50% 50% -500px; 
  transition: 1s; 
} 
figure#spinner img { 
  width: 40%; max-width: 370px; 
  position: absolute; left: 30%;
  transform-origin: 50% 50% -500px;
  outline:1px solid transparent; 
}
figure#spinner img:nth-child(1) { transform:rotateY(0deg); 
}
figure#spinner img:nth-child(2) { transform: rotateY(-45deg); }
figure#spinner img:nth-child(3) { transform: rotateY(-90deg); }
figure#spinner img:nth-child(4) { transform: rotateY(-135deg); }
figure#spinner img:nth-child(5){ transform: rotateY(-180deg); }
figure#spinner img:nth-child(6){ transform: rotateY(-225deg); }
figure#spinner img:nth-child(7){ transform: rotateY(-270deg); }
figure#spinner img:nth-child(8){ transform: rotateY(-315deg); }
div#carousel ~ span { 
  color: black; 
  margin: 5%; 
  display: inline-block; 
  text-decoration: none; 
  font-size: 2rem; 
  transition: 0.6s color; 
  position: relative; 
  margin-top: -6rem; 
  border-bottom: none; 
  line-height: 0; }
div#carousel ~ span:hover { color: #888; cursor: pointer; }



.faq {
  display: inline;
   margin-top: 30px;
}
.faq dt {
  font-weight: bold;
  font-size: 120%;
  background: #3765AF;
  color: #fff;
  padding: 10px;
  font-family: 'Raleway', sans-serif;
}
.faq dt:before {
  font-family: 'Material Icons';
  margin: 0 5px 0 -15px;
  content: "SB:";
  vertical-align: unset;
  padding-left: 15px;
  color: inherit;
  padding-left: 20px;
  vertical-align: top;
}
.faq div {
  border: 1px solid #f0f0f0;
}
.faq div p {
  padding: 20px;
}

.peekblock, .snippet, .peekbehind {
	position:relative
	}

.peekblock {
	display:inline-block;
/* 	overflow: hidden; */
	width:250px;
	margin-right:20px;
	
	/*Force hardware renderer*/
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

.title, .snippet {
	margin:0 auto 1.5em;
	font-size: 1rem;
	} /*Lose top margins*/

.snippet {
	position: absolute;
	top: 110px;
	overflow: hidden; 
	height: 3em; /*2 lines shown*/
	z-index:99;	 
	font-size: 0.875em;
	text-decoration: underline;
	}
	
.snippet:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 1.2em;
  background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1) 50%); /*Safari*/
  background: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1) 50%); /*Set to background color*/
	} 

.peekbehind {
z-index:100;
-webkit-transition: all .2s ease .1s;
transition: all .2s ease .1s;
	}

.peekbehind:hover, .peekbehind:active, .peekbehind:focus {
	-webkit-transform: translate(0, -3em);
	-ms-transform: translate(0, -3em);
	transform: translate(0, -3em)
	}


/*Additional effect types*/
.droptext .snippet, .slidetext .snippet{
	-webkit-transition: all .2s ease .1s;
	transition: all .2s ease .1s;
	}

.droptext .snippet {
	-webkit-transform: translate(0, -3em);
	-ms-transform: translate(0, -3em);
	transform: translate(0, -3em)
	}

.slidetext .snippet{
	-webkit-transform: translate(3em, 0);
	-ms-transform: translate(3em, 0);
	transform: translate(3em, 0);
	right:3em; /*Set to translate offset. Prevents text leaking from under image. You can use overflow on parent div, but image overflow will be hidden.*/
	}
	
.droptext:hover .snippet, .slidetext:hover .snippet {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);

	right:0 /*Only needed for .slidetext*/
	}

	.widget { 
		margin-top: 10em;
	}
	
.green-contact-form {
  width: 100%;
  margin:0 auto;
  border-radius:10px;
}

.title-form {
  max-width: 550px;
}
.btn:hover {
	cursor: pointer;
}

.adv {
	    width: 65%;
    float: right;
}
.bordered {
	    border-radius: 25%;
    border: 1px solid #3765AF;
}
@media (max-width: 800px) {
	.adv { 
	float: none;
	}
}


.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 15em auto;
  background: #a0cff1;
  border-radius: 15%; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}






.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}

.ttl {
	font-family:Archivo Narrow;
	text-align: center!important;
	}

						.text {
  font-family: raleway;
  font-size: 40px;
  position: absolute center;
  text-align: center;
  padding-left: 0%;
  color: #000;
  margin-top: 43px;
}

.text1 {
  font-family: raleway;
  font-size: 21px;
  text-align: center;
  margin-top: -20px;
  color: #000;
}

.image {
  text-align: center;
  width: 200px;
  /* Container's dimensions */
  
  height: 200px;
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  box-shadow: 0 0 0 1px #eee;
  background: url("../img/helen-steele.jpg") center center no-repeat;
  background-size: cover;
  margin: auto;
  margin-top: 20px;
  margin-bottom: -30px;
  align-content: center;
}
.image1 {
  text-align: center;
  width: 200px;
  /* Container's dimensions */
  
  height: 200px;
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  box-shadow: 0 0 0 1px #eee;
  background: url("../img/natalie-coleman.jpg") center center no-repeat;
  background-size: cover;
  margin: auto;
  margin-top: 20px;
  margin-bottom: -30px;
  align-content: center;
}

.image2 {
  text-align: center;
  width: 200px;
  /* Container's dimensions */
  
  height: 200px;
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  box-shadow: 0 0 0 1px #eee;
  background: url("../img/danielle-romeril.jpg") center center no-repeat;
  background-size: cover;
  margin: auto;
  margin-top: 20px;
  margin-bottom: -30px;
  align-content: center;
}
.image3 {
  text-align: center;
  width: 200px;
  /* Container's dimensions */
  
  height: 200px;
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  box-shadow: 0 0 0 1px #eee;
  background: url("../img/momuse.jpg") center center no-repeat;
  background-size: cover;
  margin: auto;
  margin-top: 20px;
  margin-bottom: -30px;
  align-content: center;
}
.image4 {
  text-align: center;
  width: 200px;
  /* Container's dimensions */
  
  height: 200px;
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  box-shadow: 0 0 0 1px #eee;
  background: url("../img/margaret-oconner.jpg") center center no-repeat;
  background-size: cover;
  margin: auto;
  margin-top: 20px;
  margin-bottom: -30px;
  align-content: center;
}
.image5 {
  text-align: center;
  width: 200px;
  /* Container's dimensions */
  
  height: 200px;
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  box-shadow: 0 0 0 1px #eee;
  background: url("../img/richard-malone.jpg") center center no-repeat;
  background-size: cover;
  margin: auto;
  margin-top: 20px;
  margin-bottom: -30px;
  align-content: center;
}
.trick {
  display: inline-block;
  vertical-align: middle;
  height: 150px;
}

.image:hover {
  box-shadow: 0px 5px 20px .9px #3F3F3F;
}

.image:hover {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: 1.6s ease-in-out;
  transition: 1.6s ease-in-out;
}



.trick:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#overlay {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 0 0 0 0;
  opacity: 1.0;
  -webkit-transition: opacity 2.25s ease;
  -moz-transition: opacity 10.25s ease;
}

#box:hover #overlay {
  opacity: 1;
}
.box { width: 100%;
		border: solid 1px;
		border-radius: 5%;
				}

.panel-group{
  width:400px;
  margin:auto;
    max-width:100%;
  text-align: justify;
}

.panel-heading{
  background-color:transparent !important;
}

.title{
  text-align: center;
  background-color:transparent;
  color:#000;
  font-family:lato;
  font-weight:600;
  font-size:20px;
  max-width:70%;
  display: block;
  margin: 0 auto;
}
	
.shdw:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

  .cookiebar {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), -3px -4px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  }
  
  .cookiebar .card {
    position: relative;
    margin: 0;
    width: 100%;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
  }
  
  .cookiebar .card-inner {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    max-width: 48em;
  }
  
  .cookiebar .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
  }
  
  .cookiebar .card-title {
    margin-bottom: 8px;
    display: block;
    line-height: 32px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    color: rgba(8, 125, 196, 1);
  }
  
  .cookiebar .card-action {
    position: relative;
    padding: 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, .2);
  }
  
  .cookiebar .card-action #basic_chkbx,
  .cookiebar .card-action label[for="basic_chkbx"] {
    opacity: .5;
  }
  
  @media (max-width: 48em) {
    
    .cookiebar .card-action {
      flex-direction: column !important;
      width: 100%
    }
    
    .cookiebar .card-action .flex {
      margin-top: 10px;
    }
    
    .cookiebar .card-action > button {
      max-width: 200px;
      margin-top: 10px;
    }
  }
  
  .m-right--1 {
    margin-right: 1em;
  }
  
  .width--100 {
    width: 100%;
  }
  
  .flex {
    display: flex;
  }
  
  .align__items--center {
    align-items: center !important;
  }
  
  .justify--center {
    justify-content: center !important;
  }
  
  .button--orange {
    background: rgba(8, 125, 196, 1);
    color: rgba(255, 255, 255, 1);
  }
  
  .mw--48 {
    max-width: 48em;
  }
  
  .flex--row {
    flex-direction: row;
  }
  
  .flex--column {
    flex-direction: column;
  }
  
  .center {
    margin: 0 auto;
  }
  
  .button {
    position:relative;
    padding: 7.5px 15px;
    overflow: hidden;
    margin-bottom: 0;
    border: none;
    border-radius: 2px;
        background: rgba(8, 125, 196, 1);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14.4px;
    font-size: 14.4px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ;
  }
  
  .button--orange {
    background: rgba(239, 113, 2, 1);
  }
  .button--blue {
    background: transparent;
	color: black
  }
 
 
  .block {
    display: block;
  }

