@CHARSET "UTF-8";

.ec-gtm-cookie-directive 
{ 
	position: fixed; 
	bottom:20px; 
	left: 0; 
	right: 0; 
	text-align: center; 
	z-index:9999; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

.ec-gtm-cookie-directive > div 
{ 
	display: inline-block; 
	text-align: left;  
	background:#fff;
	padding:20px; 
	color:#000; 
	max-width:300px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
}

.ec-gtm-cookie-directive > div > div { float:left; min-width:300px; }
.ec-gtm-cookie-directive > div > div > div:before,
.ec-gtm-cookie-directive > div > div > div:after { content: " ";display: table; }
.ec-gtm-cookie-directive > div > div > div:after { clear: both; }
.ec-gtm-cookie-directive > div > div > div p { display:block; padding:5px; margin:0px; }
.ec-gtm-cookie-directive > div > div > div a { cursor:pointer; color:#8e8e8e; }
.ec-gtm-cookie-directive > div > div > div a.action { display:block; text-align:left; padding:5px; float:left; }
.ec-gtm-cookie-directive > div > div > div a.action.accept { color:#8bc53f; font-weight:bold; }
.ec-gtm-cookie-directive > div > div > div a.action.accept-all { color:#8bc53f; font-weight:bold; }
.ec-gtm-cookie-directive > div > div > div a.action.refuse {  }

.ec-gtm-cookie-directive-segments { background:#f7f7f7; margin:10px -20px 10px -20px; padding:10px 25px 10px 25px; }
.ec-gtm-cookie-directive-segments > div { padding:5px 0px 5px 0px; }

.ec-gtm-cookie-directive-segments > div input[type="checkbox"] { display: none; }
.ec-gtm-cookie-directive-segments > div input[type="checkbox"] + label { display: block; position: relative; padding-left: 35px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.ec-gtm-cookie-directive-segments > div input[type="checkbox"] + label:before { content: ''; display: block; width: 20px; height: 20px; border: 1px solid #000; position: absolute; left: 0; top: 0; opacity: 1; -webkit-transition: all .12s, border-color .08s; transition: all .12s, border-color .08s; }
.ec-gtm-cookie-directive-segments > div input[type="checkbox"]:checked + label:before { width: 10px;top: -5px;left: 5px;border-radius: 0;opacity: 1;border-top-color: transparent;border-left-color: transparent; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
	


.ec-gtm-cookie-directive small { display:block; padding:10px 20px 10px 35px; }

.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note-toggle { display:block; margin:5px 0px 5px 35px; color:#8bc53f; font-size:12px; cursor:pointer; }
.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note { display:none; }

main .ec-gtm-cookie-directive { position:relative; }
main .ec-gtm-cookie-directive > div { -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow: none; max-width:100%; padding:0px; }
main .ec-gtm-cookie-directive-segments { margin:10px 0px 20px 0px; background:none; padding:0px; }


@media (min-width: 1200px) 
{
	.ec-gtm-cookie-directive > div  { max-width:600px; }
	.ec-gtm-cookie-directive > div > div { min-width:500px; }
	
	main .ec-gtm-cookie-directive { max-width:100%;}
}

@media (max-width: 1200px) 
{
	.ec-gtm-cookie-directive > div > div { float:left; min-width:200px; }
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}
.page-wrapper {
  width: 100%;
}
.page-main > .columns {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* Container */
.frame,
.page-main > .columns,
.breadcrumbs .items {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
.page-title-wrapper,
.breadcrumbs .items,
.frame {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  body.width1024 .frame,
  body.width1024 .page-main,
  body.width1024 .breadcrumbs .items,
  body.width1024 .page.messages .messages {
    max-width: 1024px;
  }
  body.width1366 .frame,
  body.width1366 .page-main,
  body.width1366 .breadcrumbs .items,
  body.width1366 .page.messages .messages {
    max-width: 1366px;
  }
}
body.fullwidth .frame,
body.fullwidth .page-main,
body.fullwidth .breadcrumbs .items,
body.fullwidth .page.messages .messages {
  max-width: 100% !important;
}
body .page-main > .columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
body.page-layout-1column .sidebar.sidebar-main,
body.page-layout-1column .sidebar.sidebar-additional,
body.page-layout-1column .columns .column.main {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  body.page-layout-2columns-left .page-main > .columns,
  body.page-layout-2columns-right .page-main > .columns {
    display: block !important;
  }
  body.page-layout-2columns-left .page-main > .columns:after,
  body.page-layout-2columns-right .page-main > .columns:after {
    content: "";
    display: table;
    clear: bottom;
  }
  body.page-layout-2columns-left .page-main > .columns .column.main,
  body.page-layout-2columns-right .page-main > .columns .column.main {
    width: calc(75% - 15px);
    float: right;
  }
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-additional {
    width: calc(25% + 15px);
    padding: 0 30px 0 0;
    float: left;
  }
  body.page-layout-2columns-right .page-main > .columns .column.main {
    float: left;
  }
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-additional {
    float: right;
    padding: 0 0 0 30px;
  }
  body.page-layout-3columns .columns .column.main {
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  body.page-layout-3columns .sidebar.sidebar-main,
  body.page-layout-3columns .sidebar.sidebar-additional {
    -ms-flex: 0 0 calc(25% + 15px);
    flex: 0 0 calc(25% + 15px);
    max-width: calc(25% + 15px);
  }
  body.page-layout-3columns .sidebar.sidebar-main {
    padding: 0 30px 0 0;
  }
  body.page-layout-3columns .sidebar.sidebar-additional {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 991.98px) {
  body.page-layout-3columns .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-left .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-right .columns .sidebar.sidebar-additional,
  body.page-layout-3columns .columns .sidebar.sidebar-main,
  body.page-layout-2columns-left .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .columns .sidebar.sidebar-main,
  body.page-layout-3columns .columns .column.main,
  body.page-layout-2columns-left .columns .column.main,
  body.page-layout-2columns-right .columns .column.main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
/* +++++++++ */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media (max-width: 767.98px) {
  .text-mb-left {
    text-align: left;
  }
  .text-mb-right {
    text-align: right;
  }
  .text-mb-center {
    text-align: center;
  }
  .text-mb-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .text-tb-left {
    text-align: left;
  }
  .text-tb-right {
    text-align: right;
  }
  .text-tb-center {
    text-align: center;
  }
  .text-tb-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-des-left {
    text-align: left;
  }
  .text-des-right {
    text-align: right;
  }
  .text-des-center {
    text-align: center;
  }
  .text-des-justify {
    text-align: justify;
  }
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.display-table {
  display: table;
}
.display-table-row {
  display: table-row;
}
.display-table-cell {
  display: table-cell;
}
.display-flex {
  display: -ms-flexbox;
  display: flex;
}
.display-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767.98px) {
  .display-mb-none {
    display: none;
  }
  .display-mb-inline {
    display: inline;
  }
  .display-mb-inline-block {
    display: inline-block;
  }
  .display-mb-block {
    display: block;
  }
  .display-mb-table {
    display: table;
  }
  .display-mb-table-row {
    display: table-row;
  }
  .display-mb-table-cell {
    display: table-cell;
  }
  .display-mb-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .display-mb-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .display-tb-none {
    display: none;
  }
  .display-tb-inline {
    display: inline;
  }
  .display-tb-inline-block {
    display: inline-block;
  }
  .display-tb-block {
    display: block;
  }
  .display-tb-table {
    display: table;
  }
  .display-tb-table-row {
    display: table-row;
  }
  .display-tb-table-cell {
    display: table-cell;
  }
  .display-tb-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .display-tb-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .display-des-none {
    display: none;
  }
  .display-des-inline {
    display: inline;
  }
  .display-des-inline-block {
    display: inline-block;
  }
  .display-des-block {
    display: block;
  }
  .display-des-table {
    display: table;
  }
  .display-des-table-row {
    display: table-row;
  }
  .display-des-table-cell {
    display: table-cell;
  }
  .display-des-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .display-des-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-fill {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-grow-0 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (max-width: 767.98px) {
  .flex-mb-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-mb-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-mb-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-mb-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-mb-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-mb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-mb-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-mb-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-mb-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-mb-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-mb-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-mb-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .flex-tb-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-tb-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-tb-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-tb-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-tb-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-tb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-tb-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-tb-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-tb-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-tb-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-tb-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-tb-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 992px) {
  .flex-des-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-des-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-des-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-des-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-des-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-des-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-des-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-des-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-des-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-des-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-des-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-des-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.order-1 {
  order: 1;
  -webkit-order: 1;
  -moz-order: 1;
}
.order-2 {
  order: 2;
  -webkit-order: 2;
  -moz-order: 2;
}
.order-3 {
  order: 3;
  -webkit-order: 3;
  -moz-order: 3;
}
.order-4 {
  order: 4;
  -webkit-order: 4;
  -moz-order: 4;
}
.order-5 {
  order: 5;
  -webkit-order: 5;
  -moz-order: 5;
}
.order-6 {
  order: 6;
  -webkit-order: 6;
  -moz-order: 6;
}
@media (min-width: 1200px) {
  .order-des-1 {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
  }
  .order-des-2 {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
  }
  .order-des-3 {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
  }
  .order-des-4 {
    order: 4;
    -webkit-order: 4;
    -moz-order: 4;
  }
  .order-des-5 {
    order: 5;
    -webkit-order: 5;
    -moz-order: 5;
  }
  .order-des-6 {
    order: 6;
    -webkit-order: 6;
    -moz-order: 6;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .order-tb-1 {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
  }
  .order-tb-2 {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
  }
  .order-tb-3 {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
  }
  .order-tb-4 {
    order: 4;
    -webkit-order: 4;
    -moz-order: 4;
  }
  .order-tb-5 {
    order: 5;
    -webkit-order: 5;
    -moz-order: 5;
  }
  .order-tb-6 {
    order: 6;
    -webkit-order: 6;
    -moz-order: 6;
  }
}
@media (max-width: 767px) {
  .order-mb-1 {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
  }
  .order-mb-2 {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
  }
  .order-mb-3 {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
  }
  .order-mb-4 {
    order: 4;
    -webkit-order: 4;
    -moz-order: 4;
  }
  .order-mb-5 {
    order: 5;
    -webkit-order: 5;
    -moz-order: 5;
  }
  .order-mb-6 {
    order: 6;
    -webkit-order: 6;
    -moz-order: 6;
  }
}
.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (max-width: 767.98px) {
  .justify-content-mb-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-mb-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-mb-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-mb-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-mb-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .justify-content-tb-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-tb-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-tb-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-tb-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-tb-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .justify-content-des-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-des-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-des-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-des-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-des-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .align-items-mb-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-mb-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-mb-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-mb-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-mb-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .align-items-tb-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-tb-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-tb-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-tb-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-tb-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .align-items-des-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-des-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-des-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-des-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-des-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media (max-width: 767.98px) {
  .align-content-mb-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-mb-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-mb-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-mb-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-mb-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-mb-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
@media (min-width: 768px) {
  .align-content-tb-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-tb-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-tb-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-tb-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-tb-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-tb-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
@media (min-width: 992px) {
  .align-content-des-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-des-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-des-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-des-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-des-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-des-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
.align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}
.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .align-self-mb-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-mb-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-mb-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-mb-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-mb-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-mb-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .align-self-tb-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-tb-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-tb-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-tb-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-tb-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-tb-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .align-self-des-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-des-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-des-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-des-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-des-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-des-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
.pd-0 {
  padding: 0;
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
.pd-25 {
  padding: 25px;
}
.pd-30 {
  padding: 30px;
}
.pd-35 {
  padding: 35px;
}
.pd-40 {
  padding: 40px;
}
.pd-45 {
  padding: 45px;
}
.pd-50 {
  padding: 50px;
}
.pd-55 {
  padding: 55px;
}
.pd-60 {
  padding: 60px;
}
.pd-65 {
  padding: 65px;
}
.pd-70 {
  padding: 70px;
}
.pd-75 {
  padding: 75px;
}
.pd-top-0 {
  padding-top: 0;
}
.pd-top-5 {
  padding-top: 5px;
}
.pd-top-10 {
  padding-top: 10px;
}
.pd-top-15 {
  padding-top: 15px;
}
.pd-top-20 {
  padding-top: 20px;
}
.pd-top-25 {
  padding-top: 25px;
}
.pd-top-30 {
  padding-top: 30px;
}
.pd-top-35 {
  padding-top: 35px;
}
.pd-top-40 {
  padding-top: 40px;
}
.pd-top-45 {
  padding-top: 45px;
}
.pd-top-50 {
  padding-top: 50px;
}
.pd-top-55 {
  padding-top: 55px;
}
.pd-top-60 {
  padding-top: 60px;
}
.pd-top-65 {
  padding-top: 65px;
}
.pd-top-70 {
  padding-top: 70px;
}
.pd-top-75 {
  padding-top: 75px;
}
.pd-bottom-0 {
  padding-bottom: 0;
}
.pd-bottom-5 {
  padding-bottom: 5px;
}
.pd-bottom-10 {
  padding-bottom: 10px;
}
.pd-bottom-15 {
  padding-bottom: 15px;
}
.pd-bottom-20 {
  padding-bottom: 20px;
}
.pd-bottom-25 {
  padding-bottom: 25px;
}
.pd-bottom-30 {
  padding-bottom: 30px;
}
.pd-bottom-35 {
  padding-bottom: 35px;
}
.pd-bottom-40 {
  padding-bottom: 40px;
}
.pd-bottom-45 {
  padding-bottom: 45px;
}
.pd-bottom-50 {
  padding-bottom: 50px;
}
.pd-bottom-55 {
  padding-bottom: 55px;
}
.pd-bottom-60 {
  padding-bottom: 60px;
}
.pd-bottom-65 {
  padding-bottom: 65px;
}
.pd-bottom-70 {
  padding-bottom: 70px;
}
.pd-bottom-75 {
  padding-bottom: 75px;
}
.pd-left-0 {
  padding-left: 0;
}
.pd-left-5 {
  padding-left: 5px;
}
.pd-left-10 {
  padding-left: 10px;
}
.pd-left-15 {
  padding-left: 15px;
}
.pd-left-20 {
  padding-left: 20px;
}
.pd-left-25 {
  padding-left: 25px;
}
.pd-left-30 {
  padding-left: 30px;
}
.pd-left-35 {
  padding-left: 35px;
}
.pd-left-40 {
  padding-left: 40px;
}
.pd-left-45 {
  padding-left: 45px;
}
.pd-left-50 {
  padding-left: 50px;
}
.pd-left-55 {
  padding-left: 55px;
}
.pd-left-60 {
  padding-left: 60px;
}
.pd-left-65 {
  padding-left: 65px;
}
.pd-left-70 {
  padding-left: 70px;
}
.pd-left-75 {
  padding-left: 75px;
}
.pd-right-0 {
  padding-right: 0;
}
.pd-right-5 {
  padding-right: 5px;
}
.pd-right-10 {
  padding-right: 10px;
}
.pd-right-15 {
  padding-right: 15px;
}
.pd-right-20 {
  padding-right: 20px;
}
.pd-right-25 {
  padding-right: 25px;
}
.pd-right-30 {
  padding-right: 30px;
}
.pd-right-35 {
  padding-right: 35px;
}
.pd-right-40 {
  padding-right: 40px;
}
.pd-right-45 {
  padding-right: 45px;
}
.pd-right-50 {
  padding-right: 50px;
}
.pd-right-55 {
  padding-right: 55px;
}
.pd-right-60 {
  padding-right: 60px;
}
.pd-right-65 {
  padding-right: 65px;
}
.pd-right-70 {
  padding-right: 70px;
}
.pd-right-75 {
  padding-right: 75px;
}
@media (max-width: 767.98px) {
  .pd-mb-0 {
    padding: 0;
  }
  .pd-mb-5 {
    padding: 5px;
  }
  .pd-mb-10 {
    padding: 10px;
  }
  .pd-mb-15 {
    padding: 15px;
  }
  .pd-mb-20 {
    padding: 20px;
  }
  .pd-mb-25 {
    padding: 25px;
  }
  .pd-mb-30 {
    padding: 30px;
  }
  .pd-mb-35 {
    padding: 35px;
  }
  .pd-mb-40 {
    padding: 40px;
  }
  .pd-mb-45 {
    padding: 45px;
  }
  .pd-mb-50 {
    padding: 50px;
  }
  .pd-mb-55 {
    padding: 55px;
  }
  .pd-mb-60 {
    padding: 60px;
  }
  .pd-mb-65 {
    padding: 65px;
  }
  .pd-mb-70 {
    padding: 70px;
  }
  .pd-mb-75 {
    padding: 75px;
  }
  .pd-mb-top-0 {
    padding-top: 0;
  }
  .pd-mb-top-5 {
    padding-top: 5px;
  }
  .pd-mb-top-10 {
    padding-top: 10px;
  }
  .pd-mb-top-15 {
    padding-top: 15px;
  }
  .pd-mb-top-20 {
    padding-top: 20px;
  }
  .pd-mb-top-25 {
    padding-top: 25px;
  }
  .pd-mb-top-30 {
    padding-top: 30px;
  }
  .pd-mb-top-35 {
    padding-top: 35px;
  }
  .pd-mb-top-40 {
    padding-top: 40px;
  }
  .pd-mb-top-45 {
    padding-top: 45px;
  }
  .pd-mb-top-50 {
    padding-top: 50px;
  }
  .pd-mb-top-55 {
    padding-top: 55px;
  }
  .pd-mb-top-60 {
    padding-top: 60px;
  }
  .pd-mb-top-65 {
    padding-top: 65px;
  }
  .pd-mb-top-70 {
    padding-top: 70px;
  }
  .pd-mb-top-75 {
    padding-top: 75px;
  }
  .pd-mb-bottom-0 {
    padding-bottom: 0;
  }
  .pd-mb-bottom-5 {
    padding-bottom: 5px;
  }
  .pd-mb-bottom-10 {
    padding-bottom: 10px;
  }
  .pd-mb-bottom-15 {
    padding-bottom: 15px;
  }
  .pd-mb-bottom-20 {
    padding-bottom: 20px;
  }
  .pd-mb-bottom-25 {
    padding-bottom: 25px;
  }
  .pd-mb-bottom-30 {
    padding-bottom: 30px;
  }
  .pd-mb-bottom-35 {
    padding-bottom: 35px;
  }
  .pd-mb-bottom-40 {
    padding-bottom: 40px;
  }
  .pd-mb-bottom-45 {
    padding-bottom: 45px;
  }
  .pd-mb-bottom-50 {
    padding-bottom: 50px;
  }
  .pd-mb-bottom-55 {
    padding-bottom: 55px;
  }
  .pd-mb-bottom-60 {
    padding-bottom: 60px;
  }
  .pd-mb-bottom-65 {
    padding-bottom: 65px;
  }
  .pd-mb-bottom-70 {
    padding-bottom: 70px;
  }
  .pd-mb-bottom-75 {
    padding-bottom: 75px;
  }
  .pd-mb-left-0 {
    padding-left: 0;
  }
  .pd-mb-left-5 {
    padding-left: 5px;
  }
  .pd-mb-left-10 {
    padding-left: 10px;
  }
  .pd-mb-left-15 {
    padding-left: 15px;
  }
  .pd-mb-left-20 {
    padding-left: 20px;
  }
  .pd-mb-left-25 {
    padding-left: 25px;
  }
  .pd-mb-left-30 {
    padding-left: 30px;
  }
  .pd-mb-left-35 {
    padding-left: 35px;
  }
  .pd-mb-left-40 {
    padding-left: 40px;
  }
  .pd-mb-left-45 {
    padding-left: 45px;
  }
  .pd-mb-left-50 {
    padding-left: 50px;
  }
  .pd-mb-left-55 {
    padding-left: 55px;
  }
  .pd-mb-left-60 {
    padding-left: 60px;
  }
  .pd-mb-left-65 {
    padding-left: 65px;
  }
  .pd-mb-left-70 {
    padding-left: 70px;
  }
  .pd-mb-left-75 {
    padding-left: 75px;
  }
  .pd-mb-right-0 {
    padding-right: 0;
  }
  .pd-mb-right-5 {
    padding-right: 5px;
  }
  .pd-mb-right-10 {
    padding-right: 10px;
  }
  .pd-mb-right-15 {
    padding-right: 15px;
  }
  .pd-mb-right-20 {
    padding-right: 20px;
  }
  .pd-mb-right-25 {
    padding-right: 25px;
  }
  .pd-mb-right-30 {
    padding-right: 30px;
  }
  .pd-mb-right-35 {
    padding-right: 35px;
  }
  .pd-mb-right-40 {
    padding-right: 40px;
  }
  .pd-mb-right-45 {
    padding-right: 45px;
  }
  .pd-mb-right-50 {
    padding-right: 50px;
  }
  .pd-mb-right-55 {
    padding-right: 55px;
  }
  .pd-mb-right-60 {
    padding-right: 60px;
  }
  .pd-mb-right-65 {
    padding-right: 65px;
  }
  .pd-mb-right-70 {
    padding-right: 70px;
  }
  .pd-mb-right-75 {
    padding-right: 75px;
  }
}
@media (min-width: 768px) {
  .pd-tb-0 {
    padding: 0;
  }
  .pd-tb-5 {
    padding: 5px;
  }
  .pd-tb-10 {
    padding: 10px;
  }
  .pd-tb-15 {
    padding: 15px;
  }
  .pd-tb-20 {
    padding: 20px;
  }
  .pd-tb-25 {
    padding: 25px;
  }
  .pd-tb-30 {
    padding: 30px;
  }
  .pd-tb-35 {
    padding: 35px;
  }
  .pd-tb-40 {
    padding: 40px;
  }
  .pd-tb-45 {
    padding: 45px;
  }
  .pd-tb-50 {
    padding: 50px;
  }
  .pd-tb-55 {
    padding: 55px;
  }
  .pd-tb-60 {
    padding: 60px;
  }
  .pd-tb-65 {
    padding: 65px;
  }
  .pd-tb-70 {
    padding: 70px;
  }
  .pd-tb-75 {
    padding: 75px;
  }
  .pd-tb-top-0 {
    padding-top: 0;
  }
  .pd-tb-top-5 {
    padding-top: 5px;
  }
  .pd-tb-top-10 {
    padding-top: 10px;
  }
  .pd-tb-top-15 {
    padding-top: 15px;
  }
  .pd-tb-top-20 {
    padding-top: 20px;
  }
  .pd-tb-top-25 {
    padding-top: 25px;
  }
  .pd-tb-top-30 {
    padding-top: 30px;
  }
  .pd-tb-top-35 {
    padding-top: 35px;
  }
  .pd-tb-top-40 {
    padding-top: 40px;
  }
  .pd-tb-top-45 {
    padding-top: 45px;
  }
  .pd-tb-top-50 {
    padding-top: 50px;
  }
  .pd-tb-top-55 {
    padding-top: 55px;
  }
  .pd-tb-top-60 {
    padding-top: 60px;
  }
  .pd-tb-top-65 {
    padding-top: 65px;
  }
  .pd-tb-top-70 {
    padding-top: 70px;
  }
  .pd-tb-top-75 {
    padding-top: 75px;
  }
  .pd-tb-bottom-0 {
    padding-bottom: 0;
  }
  .pd-tb-bottom-5 {
    padding-bottom: 5px;
  }
  .pd-tb-bottom-10 {
    padding-bottom: 10px;
  }
  .pd-tb-bottom-15 {
    padding-bottom: 15px;
  }
  .pd-tb-bottom-20 {
    padding-bottom: 20px;
  }
  .pd-tb-bottom-25 {
    padding-bottom: 25px;
  }
  .pd-tb-bottom-30 {
    padding-bottom: 30px;
  }
  .pd-tb-bottom-35 {
    padding-bottom: 35px;
  }
  .pd-tb-bottom-40 {
    padding-bottom: 40px;
  }
  .pd-tb-bottom-45 {
    padding-bottom: 45px;
  }
  .pd-tb-bottom-50 {
    padding-bottom: 50px;
  }
  .pd-tb-bottom-55 {
    padding-bottom: 55px;
  }
  .pd-tb-bottom-60 {
    padding-bottom: 60px;
  }
  .pd-tb-bottom-65 {
    padding-bottom: 65px;
  }
  .pd-tb-bottom-70 {
    padding-bottom: 70px;
  }
  .pd-tb-bottom-75 {
    padding-bottom: 75px;
  }
  .pd-tb-left-0 {
    padding-left: 0;
  }
  .pd-tb-left-5 {
    padding-left: 5px;
  }
  .pd-tb-left-10 {
    padding-left: 10px;
  }
  .pd-tb-left-15 {
    padding-left: 15px;
  }
  .pd-tb-left-20 {
    padding-left: 20px;
  }
  .pd-tb-left-25 {
    padding-left: 25px;
  }
  .pd-tb-left-30 {
    padding-left: 30px;
  }
  .pd-tb-left-35 {
    padding-left: 35px;
  }
  .pd-tb-left-40 {
    padding-left: 40px;
  }
  .pd-tb-left-45 {
    padding-left: 45px;
  }
  .pd-tb-left-50 {
    padding-left: 50px;
  }
  .pd-tb-left-55 {
    padding-left: 55px;
  }
  .pd-tb-left-60 {
    padding-left: 60px;
  }
  .pd-tb-left-65 {
    padding-left: 65px;
  }
  .pd-tb-left-70 {
    padding-left: 70px;
  }
  .pd-tb-left-75 {
    padding-left: 75px;
  }
  .pd-tb-right-0 {
    padding-right: 0;
  }
  .pd-tb-right-5 {
    padding-right: 5px;
  }
  .pd-tb-right-10 {
    padding-right: 10px;
  }
  .pd-tb-right-15 {
    padding-right: 15px;
  }
  .pd-tb-right-20 {
    padding-right: 20px;
  }
  .pd-tb-right-25 {
    padding-right: 25px;
  }
  .pd-tb-right-30 {
    padding-right: 30px;
  }
  .pd-tb-right-35 {
    padding-right: 35px;
  }
  .pd-tb-right-40 {
    padding-right: 40px;
  }
  .pd-tb-right-45 {
    padding-right: 45px;
  }
  .pd-tb-right-50 {
    padding-right: 50px;
  }
  .pd-tb-right-55 {
    padding-right: 55px;
  }
  .pd-tb-right-60 {
    padding-right: 60px;
  }
  .pd-tb-right-65 {
    padding-right: 65px;
  }
  .pd-tb-right-70 {
    padding-right: 70px;
  }
  .pd-tb-right-75 {
    padding-right: 75px;
  }
}
@media (min-width: 992px) {
  .pd-des-0 {
    padding: 0;
  }
  .pd-des-5 {
    padding: 5px;
  }
  .pd-des-10 {
    padding: 10px;
  }
  .pd-des-15 {
    padding: 15px;
  }
  .pd-des-20 {
    padding: 20px;
  }
  .pd-des-25 {
    padding: 25px;
  }
  .pd-des-30 {
    padding: 30px;
  }
  .pd-des-35 {
    padding: 35px;
  }
  .pd-des-40 {
    padding: 40px;
  }
  .pd-des-45 {
    padding: 45px;
  }
  .pd-des-50 {
    padding: 50px;
  }
  .pd-des-55 {
    padding: 55px;
  }
  .pd-des-60 {
    padding: 60px;
  }
  .pd-des-65 {
    padding: 65px;
  }
  .pd-des-70 {
    padding: 70px;
  }
  .pd-des-75 {
    padding: 75px;
  }
  .pd-des-top-0 {
    padding-top: 0;
  }
  .pd-des-top-5 {
    padding-top: 5px;
  }
  .pd-des-top-10 {
    padding-top: 10px;
  }
  .pd-des-top-15 {
    padding-top: 15px;
  }
  .pd-des-top-20 {
    padding-top: 20px;
  }
  .pd-des-top-25 {
    padding-top: 25px;
  }
  .pd-des-top-30 {
    padding-top: 30px;
  }
  .pd-des-top-35 {
    padding-top: 35px;
  }
  .pd-des-top-40 {
    padding-top: 40px;
  }
  .pd-des-top-45 {
    padding-top: 45px;
  }
  .pd-des-top-50 {
    padding-top: 50px;
  }
  .pd-des-top-55 {
    padding-top: 55px;
  }
  .pd-des-top-60 {
    padding-top: 60px;
  }
  .pd-des-top-65 {
    padding-top: 65px;
  }
  .pd-des-top-70 {
    padding-top: 70px;
  }
  .pd-des-top-75 {
    padding-top: 75px;
  }
  .pd-des-bottom-0 {
    padding-bottom: 0;
  }
  .pd-des-bottom-5 {
    padding-bottom: 5px;
  }
  .pd-des-bottom-10 {
    padding-bottom: 10px;
  }
  .pd-des-bottom-15 {
    padding-bottom: 15px;
  }
  .pd-des-bottom-20 {
    padding-bottom: 20px;
  }
  .pd-des-bottom-25 {
    padding-bottom: 25px;
  }
  .pd-des-bottom-30 {
    padding-bottom: 30px;
  }
  .pd-des-bottom-35 {
    padding-bottom: 35px;
  }
  .pd-des-bottom-40 {
    padding-bottom: 40px;
  }
  .pd-des-bottom-45 {
    padding-bottom: 45px;
  }
  .pd-des-bottom-50 {
    padding-bottom: 50px;
  }
  .pd-des-bottom-55 {
    padding-bottom: 55px;
  }
  .pd-des-bottom-60 {
    padding-bottom: 60px;
  }
  .pd-des-bottom-65 {
    padding-bottom: 65px;
  }
  .pd-des-bottom-70 {
    padding-bottom: 70px;
  }
  .pd-des-bottom-75 {
    padding-bottom: 75px;
  }
  .pd-des-left-0 {
    padding-left: 0;
  }
  .pd-des-left-5 {
    padding-left: 5px;
  }
  .pd-des-left-10 {
    padding-left: 10px;
  }
  .pd-des-left-15 {
    padding-left: 15px;
  }
  .pd-des-left-20 {
    padding-left: 20px;
  }
  .pd-des-left-25 {
    padding-left: 25px;
  }
  .pd-des-left-30 {
    padding-left: 30px;
  }
  .pd-des-left-35 {
    padding-left: 35px;
  }
  .pd-des-left-40 {
    padding-left: 40px;
  }
  .pd-des-left-45 {
    padding-left: 45px;
  }
  .pd-des-left-50 {
    padding-left: 50px;
  }
  .pd-des-left-55 {
    padding-left: 55px;
  }
  .pd-des-left-60 {
    padding-left: 60px;
  }
  .pd-des-left-65 {
    padding-left: 65px;
  }
  .pd-des-left-70 {
    padding-left: 70px;
  }
  .pd-des-left-75 {
    padding-left: 75px;
  }
  .pd-des-right-0 {
    padding-right: 0;
  }
  .pd-des-right-5 {
    padding-right: 5px;
  }
  .pd-des-right-10 {
    padding-right: 10px;
  }
  .pd-des-right-15 {
    padding-right: 15px;
  }
  .pd-des-right-20 {
    padding-right: 20px;
  }
  .pd-des-right-25 {
    padding-right: 25px;
  }
  .pd-des-right-30 {
    padding-right: 30px;
  }
  .pd-des-right-35 {
    padding-right: 35px;
  }
  .pd-des-right-40 {
    padding-right: 40px;
  }
  .pd-des-right-45 {
    padding-right: 45px;
  }
  .pd-des-right-50 {
    padding-right: 50px;
  }
  .pd-des-right-55 {
    padding-right: 55px;
  }
  .pd-des-right-60 {
    padding-right: 60px;
  }
  .pd-des-right-65 {
    padding-right: 65px;
  }
  .pd-des-right-70 {
    padding-right: 70px;
  }
  .pd-des-right-75 {
    padding-right: 75px;
  }
}
/* Margin Class */
.mg-0 {
  margin: 0;
}
.mg-5 {
  margin: 5px;
}
.mg-10 {
  margin: 10px;
}
.mg-15 {
  margin: 15px;
}
.mg-20 {
  margin: 20px;
}
.mg-25 {
  margin: 25px;
}
.mg-30 {
  margin: 30px;
}
.mg-35 {
  margin: 35px;
}
.mg-40 {
  margin: 40px;
}
.mg-45 {
  margin: 45px;
}
.mg-50 {
  margin: 50px;
}
.mg-55 {
  margin: 55px;
}
.mg-60 {
  margin: 60px;
}
.mg-65 {
  margin: 65px;
}
.mg-70 {
  margin: 70px;
}
.mg-75 {
  margin: 75px;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 5px;
}
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-15 {
  margin-top: 15px;
}
.mg-top-20 {
  margin-top: 20px;
}
.mg-top-25 {
  margin-top: 25px;
}
.mg-top-30 {
  margin-top: 30px;
}
.mg-top-35 {
  margin-top: 35px;
}
.mg-top-40 {
  margin-top: 40px;
}
.mg-top-45 {
  margin-top: 45px;
}
.mg-top-50 {
  margin-top: 50px;
}
.mg-top-55 {
  margin-top: 55px;
}
.mg-top-60 {
  margin-top: 60px;
}
.mg-top-65 {
  margin-top: 65px;
}
.mg-top-70 {
  margin-top: 70px;
}
.mg-top-75 {
  margin-top: 75px;
}
.mg-bottom-0 {
  margin-bottom: 0;
}
.mg-bottom-5 {
  margin-bottom: 5px;
}
.mg-bottom-10 {
  margin-bottom: 10px;
}
.mg-bottom-15 {
  margin-bottom: 15px;
}
.mg-bottom-20 {
  margin-bottom: 20px;
}
.mg-bottom-25 {
  margin-bottom: 25px;
}
.mg-bottom-30 {
  margin-bottom: 30px;
}
.mg-bottom-35 {
  margin-bottom: 35px;
}
.mg-bottom-40 {
  margin-bottom: 40px;
}
.mg-bottom-45 {
  margin-bottom: 45px;
}
.mg-bottom-50 {
  margin-bottom: 50px;
}
.mg-bottom-55 {
  margin-bottom: 55px;
}
.mg-bottom-60 {
  margin-bottom: 60px;
}
.mg-bottom-65 {
  margin-bottom: 65px;
}
.mg-bottom-70 {
  margin-bottom: 70px;
}
.mg-bottom-75 {
  margin-bottom: 75px;
}
.mg-bottom-100 {
  margin-bottom: 100px;
}
.mg-left-0 {
  margin-left: 0;
}
.mg-left-5 {
  margin-left: 5px;
}
.mg-left-10 {
  margin-left: 10px;
}
.mg-left-15 {
  margin-left: 15px;
}
.mg-left-20 {
  margin-left: 20px;
}
.mg-left-25 {
  margin-left: 25px;
}
.mg-left-30 {
  margin-left: 30px;
}
.mg-left-35 {
  margin-left: 35px;
}
.mg-left-40 {
  margin-left: 40px;
}
.mg-left-45 {
  margin-left: 45px;
}
.mg-left-50 {
  margin-left: 50px;
}
.mg-left-55 {
  margin-left: 55px;
}
.mg-left-60 {
  margin-left: 60px;
}
.mg-left-65 {
  margin-left: 65px;
}
.mg-left-70 {
  margin-left: 70px;
}
.mg-left-75 {
  margin-left: 75px;
}
.mg-right-0 {
  margin-right: 0;
}
.mg-right-5 {
  margin-right: 5px;
}
.mg-right-10 {
  margin-right: 10px;
}
.mg-right-15 {
  margin-right: 15px;
}
.mg-right-20 {
  margin-right: 20px;
}
.mg-right-25 {
  margin-right: 25px;
}
.mg-right-30 {
  margin-right: 30px;
}
.mg-right-35 {
  margin-right: 35px;
}
.mg-right-40 {
  margin-right: 40px;
}
.mg-right-45 {
  margin-right: 45px;
}
.mg-right-50 {
  margin-right: 50px;
}
.mg-right-55 {
  margin-right: 55px;
}
.mg-right-60 {
  margin-right: 60px;
}
.mg-right-65 {
  margin-right: 65px;
}
.mg-right-70 {
  margin-right: 70px;
}
.mg-right-75 {
  margin-right: 75px;
}
@media (max-width: 767.98px) {
  .mg-mb-0 {
    margin: 0;
  }
  .mg-mb-5 {
    margin: 5px;
  }
  .mg-mb-10 {
    margin: 10px;
  }
  .mg-mb-15 {
    margin: 15px;
  }
  .mg-mb-20 {
    margin: 20px;
  }
  .mg-mb-25 {
    margin: 25px;
  }
  .mg-mb-30 {
    margin: 30px;
  }
  .mg-mb-35 {
    margin: 35px;
  }
  .mg-mb-40 {
    margin: 40px;
  }
  .mg-mb-45 {
    margin: 45px;
  }
  .mg-mb-50 {
    margin: 50px;
  }
  .mg-mb-55 {
    margin: 55px;
  }
  .mg-mb-60 {
    margin: 60px;
  }
  .mg-mb-65 {
    margin: 65px;
  }
  .mg-mb-70 {
    margin: 70px;
  }
  .mg-mb-75 {
    margin: 75px;
  }
  .mg-mb-top-0 {
    margin-top: 0;
  }
  .mg-mb-top-5 {
    margin-top: 5px;
  }
  .mg-mb-top-10 {
    margin-top: 10px;
  }
  .mg-mb-top-15 {
    margin-top: 15px;
  }
  .mg-mb-top-20 {
    margin-top: 20px;
  }
  .mg-mb-top-25 {
    margin-top: 25px;
  }
  .mg-mb-top-30 {
    margin-top: 30px;
  }
  .mg-mb-top-35 {
    margin-top: 35px;
  }
  .mg-mb-top-40 {
    margin-top: 40px;
  }
  .mg-mb-top-45 {
    margin-top: 45px;
  }
  .mg-mb-top-50 {
    margin-top: 50px;
  }
  .mg-mb-top-55 {
    margin-top: 55px;
  }
  .mg-mb-top-60 {
    margin-top: 60px;
  }
  .mg-mb-top-65 {
    margin-top: 65px;
  }
  .mg-mb-top-70 {
    margin-top: 70px;
  }
  .mg-mb-top-75 {
    margin-top: 75px;
  }
  .mg-mb-bottom-0 {
    margin-bottom: 0;
  }
  .mg-mb-bottom-5 {
    margin-bottom: 5px;
  }
  .mg-mb-bottom-10 {
    margin-bottom: 10px;
  }
  .mg-mb-bottom-15 {
    margin-bottom: 15px;
  }
  .mg-mb-bottom-20 {
    margin-bottom: 20px;
  }
  .mg-mb-bottom-25 {
    margin-bottom: 25px;
  }
  .mg-mb-bottom-30 {
    margin-bottom: 30px;
  }
  .mg-mb-bottom-35 {
    margin-bottom: 35px;
  }
  .mg-mb-bottom-40 {
    margin-bottom: 40px;
  }
  .mg-mb-bottom-45 {
    margin-bottom: 45px;
  }
  .mg-mb-bottom-50 {
    margin-bottom: 50px;
  }
  .mg-mb-bottom-55 {
    margin-bottom: 55px;
  }
  .mg-mb-bottom-60 {
    margin-bottom: 60px;
  }
  .mg-mb-bottom-65 {
    margin-bottom: 65px;
  }
  .mg-mb-bottom-70 {
    margin-bottom: 70px;
  }
  .mg-mb-bottom-75 {
    margin-bottom: 75px;
  }
  .mg-mb-left-0 {
    margin-left: 0;
  }
  .mg-mb-left-5 {
    margin-left: 5px;
  }
  .mg-mb-left-10 {
    margin-left: 10px;
  }
  .mg-mb-left-15 {
    margin-left: 15px;
  }
  .mg-mb-left-20 {
    margin-left: 20px;
  }
  .mg-mb-left-25 {
    margin-left: 25px;
  }
  .mg-mb-left-30 {
    margin-left: 30px;
  }
  .mg-mb-left-35 {
    margin-left: 35px;
  }
  .mg-mb-left-40 {
    margin-left: 40px;
  }
  .mg-mb-left-45 {
    margin-left: 45px;
  }
  .mg-mb-left-50 {
    margin-left: 50px;
  }
  .mg-mb-left-55 {
    margin-left: 55px;
  }
  .mg-mb-left-60 {
    margin-left: 60px;
  }
  .mg-mb-left-65 {
    margin-left: 65px;
  }
  .mg-mb-left-70 {
    margin-left: 70px;
  }
  .mg-mb-left-75 {
    margin-left: 75px;
  }
  .mg-mb-right-0 {
    margin-right: 0;
  }
  .mg-mb-right-5 {
    margin-right: 5px;
  }
  .mg-mb-right-10 {
    margin-right: 10px;
  }
  .mg-mb-right-15 {
    margin-right: 15px;
  }
  .mg-mb-right-20 {
    margin-right: 20px;
  }
  .mg-mb-right-25 {
    margin-right: 25px;
  }
  .mg-mb-right-30 {
    margin-right: 30px;
  }
  .mg-mb-right-35 {
    margin-right: 35px;
  }
  .mg-mb-right-40 {
    margin-right: 40px;
  }
  .mg-mb-right-45 {
    margin-right: 45px;
  }
  .mg-mb-right-50 {
    margin-right: 50px;
  }
  .mg-mb-right-55 {
    margin-right: 55px;
  }
  .mg-mb-right-60 {
    margin-right: 60px;
  }
  .mg-mb-right-65 {
    margin-right: 65px;
  }
  .mg-mb-right-70 {
    margin-right: 70px;
  }
  .mg-mb-right-75 {
    margin-right: 75px;
  }
}
@media (min-width: 768px) {
  .mg-tb-0 {
    margin: 0;
  }
  .mg-tb-5 {
    margin: 5px;
  }
  .mg-tb-10 {
    margin: 10px;
  }
  .mg-tb-15 {
    margin: 15px;
  }
  .mg-tb-20 {
    margin: 20px;
  }
  .mg-tb-25 {
    margin: 25px;
  }
  .mg-tb-30 {
    margin: 30px;
  }
  .mg-tb-35 {
    margin: 35px;
  }
  .mg-tb-40 {
    margin: 40px;
  }
  .mg-tb-45 {
    margin: 45px;
  }
  .mg-tb-50 {
    margin: 50px;
  }
  .mg-tb-55 {
    margin: 55px;
  }
  .mg-tb-60 {
    margin: 60px;
  }
  .mg-tb-65 {
    margin: 65px;
  }
  .mg-tb-70 {
    margin: 70px;
  }
  .mg-tb-75 {
    margin: 75px;
  }
  .mg-tb-top-0 {
    margin-top: 0;
  }
  .mg-tb-top-5 {
    margin-top: 5px;
  }
  .mg-tb-top-10 {
    margin-top: 10px;
  }
  .mg-tb-top-15 {
    margin-top: 15px;
  }
  .mg-tb-top-20 {
    margin-top: 20px;
  }
  .mg-tb-top-25 {
    margin-top: 25px;
  }
  .mg-tb-top-30 {
    margin-top: 30px;
  }
  .mg-tb-top-35 {
    margin-top: 35px;
  }
  .mg-tb-top-40 {
    margin-top: 40px;
  }
  .mg-tb-top-45 {
    margin-top: 45px;
  }
  .mg-tb-top-50 {
    margin-top: 50px;
  }
  .mg-tb-top-55 {
    margin-top: 55px;
  }
  .mg-tb-top-60 {
    margin-top: 60px;
  }
  .mg-tb-top-65 {
    margin-top: 65px;
  }
  .mg-tb-top-70 {
    margin-top: 70px;
  }
  .mg-tb-top-75 {
    margin-top: 75px;
  }
  .mg-tb-bottom-0 {
    margin-bottom: 0;
  }
  .mg-tb-bottom-5 {
    margin-bottom: 5px;
  }
  .mg-tb-bottom-10 {
    margin-bottom: 10px;
  }
  .mg-tb-bottom-15 {
    margin-bottom: 15px;
  }
  .mg-tb-bottom-20 {
    margin-bottom: 20px;
  }
  .mg-tb-bottom-25 {
    margin-bottom: 25px;
  }
  .mg-tb-bottom-30 {
    margin-bottom: 30px;
  }
  .mg-tb-bottom-35 {
    margin-bottom: 35px;
  }
  .mg-tb-bottom-40 {
    margin-bottom: 40px;
  }
  .mg-tb-bottom-45 {
    margin-bottom: 45px;
  }
  .mg-tb-bottom-50 {
    margin-bottom: 50px;
  }
  .mg-tb-bottom-55 {
    margin-bottom: 55px;
  }
  .mg-tb-bottom-60 {
    margin-bottom: 60px;
  }
  .mg-tb-bottom-65 {
    margin-bottom: 65px;
  }
  .mg-tb-bottom-70 {
    margin-bottom: 70px;
  }
  .mg-tb-bottom-75 {
    margin-bottom: 75px;
  }
  .mg-tb-left-0 {
    margin-left: 0;
  }
  .mg-tb-left-5 {
    margin-left: 5px;
  }
  .mg-tb-left-10 {
    margin-left: 10px;
  }
  .mg-tb-left-15 {
    margin-left: 15px;
  }
  .mg-tb-left-20 {
    margin-left: 20px;
  }
  .mg-tb-left-25 {
    margin-left: 25px;
  }
  .mg-tb-left-30 {
    margin-left: 30px;
  }
  .mg-tb-left-35 {
    margin-left: 35px;
  }
  .mg-tb-left-40 {
    margin-left: 40px;
  }
  .mg-tb-left-45 {
    margin-left: 45px;
  }
  .mg-tb-left-50 {
    margin-left: 50px;
  }
  .mg-tb-left-55 {
    margin-left: 55px;
  }
  .mg-tb-left-60 {
    margin-left: 60px;
  }
  .mg-tb-left-65 {
    margin-left: 65px;
  }
  .mg-tb-left-70 {
    margin-left: 70px;
  }
  .mg-tb-left-75 {
    margin-left: 75px;
  }
  .mg-tb-right-0 {
    margin-right: 0;
  }
  .mg-tb-right-5 {
    margin-right: 5px;
  }
  .mg-tb-right-10 {
    margin-right: 10px;
  }
  .mg-tb-right-15 {
    margin-right: 15px;
  }
  .mg-tb-right-20 {
    margin-right: 20px;
  }
  .mg-tb-right-25 {
    margin-right: 25px;
  }
  .mg-tb-right-30 {
    margin-right: 30px;
  }
  .mg-tb-right-35 {
    margin-right: 35px;
  }
  .mg-tb-right-40 {
    margin-right: 40px;
  }
  .mg-tb-right-45 {
    margin-right: 45px;
  }
  .mg-tb-right-50 {
    margin-right: 50px;
  }
  .mg-tb-right-55 {
    margin-right: 55px;
  }
  .mg-tb-right-60 {
    margin-right: 60px;
  }
  .mg-tb-right-65 {
    margin-right: 65px;
  }
  .mg-tb-right-70 {
    margin-right: 70px;
  }
  .mg-tb-right-75 {
    margin-right: 75px;
  }
}
@media (min-width: 992px) {
  .mg-des-0 {
    margin: 0;
  }
  .mg-des-5 {
    margin: 5px;
  }
  .mg-des-10 {
    margin: 10px;
  }
  .mg-des-15 {
    margin: 15px;
  }
  .mg-des-20 {
    margin: 20px;
  }
  .mg-des-25 {
    margin: 25px;
  }
  .mg-des-30 {
    margin: 30px;
  }
  .mg-des-35 {
    margin: 35px;
  }
  .mg-des-40 {
    margin: 40px;
  }
  .mg-des-45 {
    margin: 45px;
  }
  .mg-des-50 {
    margin: 50px;
  }
  .mg-des-55 {
    margin: 55px;
  }
  .mg-des-60 {
    margin: 60px;
  }
  .mg-des-65 {
    margin: 65px;
  }
  .mg-des-70 {
    margin: 70px;
  }
  .mg-des-75 {
    margin: 75px;
  }
  .mg-des-top-0 {
    margin-top: 0;
  }
  .mg-des-top-5 {
    margin-top: 5px;
  }
  .mg-des-top-10 {
    margin-top: 10px;
  }
  .mg-des-top-15 {
    margin-top: 15px;
  }
  .mg-des-top-20 {
    margin-top: 20px;
  }
  .mg-des-top-25 {
    margin-top: 25px;
  }
  .mg-des-top-30 {
    margin-top: 30px;
  }
  .mg-des-top-35 {
    margin-top: 35px;
  }
  .mg-des-top-40 {
    margin-top: 40px;
  }
  .mg-des-top-45 {
    margin-top: 45px;
  }
  .mg-des-top-50 {
    margin-top: 50px;
  }
  .mg-des-top-55 {
    margin-top: 55px;
  }
  .mg-des-top-60 {
    margin-top: 60px;
  }
  .mg-des-top-65 {
    margin-top: 65px;
  }
  .mg-des-top-70 {
    margin-top: 70px;
  }
  .mg-des-top-75 {
    margin-top: 75px;
  }
  .mg-des-bottom-0 {
    margin-bottom: 0;
  }
  .mg-des-bottom-5 {
    margin-bottom: 5px;
  }
  .mg-des-bottom-10 {
    margin-bottom: 10px;
  }
  .mg-des-bottom-15 {
    margin-bottom: 15px;
  }
  .mg-des-bottom-20 {
    margin-bottom: 20px;
  }
  .mg-des-bottom-25 {
    margin-bottom: 25px;
  }
  .mg-des-bottom-30 {
    margin-bottom: 30px;
  }
  .mg-des-bottom-35 {
    margin-bottom: 35px;
  }
  .mg-des-bottom-40 {
    margin-bottom: 40px;
  }
  .mg-des-bottom-45 {
    margin-bottom: 45px;
  }
  .mg-des-bottom-50 {
    margin-bottom: 50px;
  }
  .mg-des-bottom-55 {
    margin-bottom: 55px;
  }
  .mg-des-bottom-60 {
    margin-bottom: 60px;
  }
  .mg-des-bottom-65 {
    margin-bottom: 65px;
  }
  .mg-des-bottom-70 {
    margin-bottom: 70px;
  }
  .mg-des-bottom-75 {
    margin-bottom: 75px;
  }
  .mg-des-left-0 {
    margin-left: 0;
  }
  .mg-des-left-5 {
    margin-left: 5px;
  }
  .mg-des-left-10 {
    margin-left: 10px;
  }
  .mg-des-left-15 {
    margin-left: 15px;
  }
  .mg-des-left-20 {
    margin-left: 20px;
  }
  .mg-des-left-25 {
    margin-left: 25px;
  }
  .mg-des-left-30 {
    margin-left: 30px;
  }
  .mg-des-left-35 {
    margin-left: 35px;
  }
  .mg-des-left-40 {
    margin-left: 40px;
  }
  .mg-des-left-45 {
    margin-left: 45px;
  }
  .mg-des-left-50 {
    margin-left: 50px;
  }
  .mg-des-left-55 {
    margin-left: 55px;
  }
  .mg-des-left-60 {
    margin-left: 60px;
  }
  .mg-des-left-65 {
    margin-left: 65px;
  }
  .mg-des-left-70 {
    margin-left: 70px;
  }
  .mg-des-left-75 {
    margin-left: 75px;
  }
  .mg-des-right-0 {
    margin-right: 0;
  }
  .mg-des-right-5 {
    margin-right: 5px;
  }
  .mg-des-right-10 {
    margin-right: 10px;
  }
  .mg-des-right-15 {
    margin-right: 15px;
  }
  .mg-des-right-20 {
    margin-right: 20px;
  }
  .mg-des-right-25 {
    margin-right: 25px;
  }
  .mg-des-right-30 {
    margin-right: 30px;
  }
  .mg-des-right-35 {
    margin-right: 35px;
  }
  .mg-des-right-40 {
    margin-right: 40px;
  }
  .mg-des-right-45 {
    margin-right: 45px;
  }
  .mg-des-right-50 {
    margin-right: 50px;
  }
  .mg-des-right-55 {
    margin-right: 55px;
  }
  .mg-des-right-60 {
    margin-right: 60px;
  }
  .mg-des-right-65 {
    margin-right: 65px;
  }
  .mg-des-right-70 {
    margin-right: 70px;
  }
  .mg-des-right-75 {
    margin-right: 75px;
  }
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-Black.ttf');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-BlackItalic.ttf');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-ExtraBoldItalic.ttf');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-ExtraLightItalic.ttf');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-Light.ttf');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-RegularItalic.ttf');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-SemiBoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-Thin.ttf');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Poppins-ThinItalic.ttf');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('../../frontend/Mgs/claue_dk/da_DK/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../../frontend/Mgs/claue_dk/da_DK/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../../frontend/Mgs/claue_dk/da_DK/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../../frontend/Mgs/claue_dk/da_DK/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.tab-content > .tab-pane.product-carousel{
	display:block;
	visibility: hidden;
    height: 0px;
    overflow:hidden;
}
.tab-content > .tab-pane.product-carousel.active{
	visibility: visible;
    height: auto;
    overflow: visible;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}body {
	color:black;
}

a:hover {
    cursor:pointer;
}

a {
  color:black;
}

h2 {
	    margin: 30px 0px 15px 0px;
}

h3 {
    line-height:normal;
}

p {
	font-size:16px;
}

a:hover, a:focus, a:active {
    color:#ffc300;
}






/* ===== Tooltip base ===== */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  /* hidden by default */
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s;

  /* box styling */
  background: #f5f5f5;
  color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  text-align: center;
  z-index: 9999;

  /* size */
  width: max-content;          /* shrink-to-fit */
  max-width: 220px;            /* cap width */
  box-sizing: border-box;

  /* position: above & centered relative to the trigger */
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);

  pointer-events: none;        /* avoid hover flicker */
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #f5f5f5;
}

/* optional spacing for your icon */
.far { padding: 7px; }

/* ===== Magento tab/layout fixes (prevent clipping) ===== */
.product.info.detailed .product.data.items { position: relative; }

.product.info.detailed .product.data.items .data.item.title {
  position: relative;
  z-index: 1;
}

.product.info.detailed .product.data.items .data.item.content {
  position: relative;
  z-index: 3;
  overflow: visible !important;   /* let tooltips escape */
}

/* spec table wrappers often clip; open them */
.product.info.detailed #additional,
.product.info.detailed .additional-attributes-wrapper.table-wrapper,
.product.info.detailed .additional-attributes-wrapper.table-wrapper > table,
.product.info.detailed .additional-attributes-wrapper.table-wrapper > table > tbody,
.product.info.detailed .additional-attributes-wrapper.table-wrapper td {
  overflow: visible !important;
  position: static;
}

/* ===== Show on hover/focus (placed last to win cascade) ===== */
.product.info.detailed .tooltip:hover .tooltiptext,
.product.info.detailed .tooltip:focus-within .tooltiptext,
.tooltip:hover .tooltiptext,
.tooltip:focus-within .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}

.tooltip button {
    all: unset;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
      all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

@supports selector(:has(*)) {
  .tooltip:has(> button:focus) .tooltiptext{
    visibility: visible !important;
    opacity: 1 !important;
    /*pointer-events: auto;*/
  }
}


.tooltip:hover .tooltiptext,
.tooltip:focus-within .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}



span.old-price.sly-old-price.no-display {
    display: block;
}

.checkout-cart-index .action-gift {
    display:none;
}

.breadcrumbs .items li strong {
    max-width: 350px; 
}

.switchchoice .switcher-option {
    opacity: 0.6;
}

.wc-svea-checkout-order-details .woocommerce-message::before {
    position:initial;
}

.footer p, .footer ul li a {
    font-size: 16px !important;
}

#mainMenu a.level0, nav.navigation a.level-top {
    font-family: 'ddt', 'Open Sans', 'Open Sans', 'Helvetica Neue' !important;
}

ul#mainMenu li ul a {
  font-family: 'ddt', 'Open Sans', 'Open Sans', 'Helvetica Neue' !important;
}

.mgz-element-row.mgz-container {
  overflow:hidden;
}

textarea, select, input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    font-family:'Open Sans';
}

#alla-ljusfarger {
    display:none;
}

#ljusfarg-swap .mgz-single-image-wrapper {
    width: 100% !important;
}

.Lysrorsrannor {
    display:none !important;
}

.product-add-form .table-wrapper.grouped table tbody tr td .control.qty {
    width:auto;
}

.contentmanager-contenttype-faq .faq-block p a {
    text-decoration: underline;
}

.checkout-cart-index .btn-continue  {
    color: black;
    background: transparent;
    border: none;
    text-decoration: underline;
    padding: 0px;
}

.checkout-cart-index .btn-continue:hover {
      color: black;
    background: transparent;
    border: none;
    text-decoration: underline;
}

.checkout-cart-index button {
    font-family: 'ddt';
    font-weight: 400 !important;
}

ul#mainMenu li ul a {
    text-transform: none !important;
}

.products-grid .product-item-name {
    line-height:normal;
}

.products-grid .abs-product-link > a, .product-item-name > a {
    font-size: 14px;
    font-family: 'ddt';
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}

button.action.primary.varukorgkassa.checkout {
    background-color: #ffc200;
    color: black;
    font-family: 'ddt';
    font-weight: 400 !important;
    border: none !important;
}

button.action.primary.varukorgkassa.checkout:hover {
  background-color:#edb400 !important;
}

.sidebar .block-blog-posts .post-list li:before, .blog-post-view .sidebar .block-blog-posts .post-list li:before {
  content:"";
}

.sidebar .block-blog-posts .post-list li, .blog-post-view .sidebar .block-blog-posts .post-list li {
  padding-left:0px;
  margin-bottom:25px;
}

.sidebar .block-blog-posts .post-list li a:hover, .blog-post-view .sidebar .block-blog-posts .post-list li a:hover {
  color:#ffc200;
}

.sidebar .date {
    font-size: 12px;
    color: grey;
}

.sidebar .blog-content .short-detail {
  background-color:#f6f6f8;
}

.sidebar .blog-content .short-detail img{
  width:100%;
}

.sidebar .blog-content .short-detail .title {
  padding:10px;
}

.block.block-blog-posts {
  margin-top:22px;
}

.bloggblock .post-item .post-item-detail{

}

.bloggblock .post-item.col {
    margin-bottom: 20px;
}

.bloggblock .latest-post-grid-block .post-content {
  margin-top:0px;
}

.bloggblock .latest-post-grid-block .post-item .thumbnail-post {
      background-color: #f9f9f9;
}
 
.bloggblock .latest-post-grid-block .post-item .post-item-detail  {
  padding: 10px 15px;
  background-color: #f9f9f9;
}

.bloggblock .create-post-time {
    font-size: 12px;
    margin-top: 5px;
}

.bloggblock .latest-post-grid-block .post-item .thumbnail-post:hover a:before {
  transition:none;
  visibility: hidden;
}

.bloggblock .latest-post-grid-block .post-item .thumbnail-post a:before {
  visibility: hidden;
}

.bloggblock .latest-post-grid-block .post-item:hover .thumbnail-post img {
  transform:scale(1.0);
  -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
}

.bloggblock .latest-post-grid-block .post-item:hover .title-blog a {
  color:#ffc300 !important;
}


.cms-rakna-hur-manga-armaturer-som-behovs .choices a {
    color:black;
    transition:all 0.3s;
    border-radius:2px;
    margin-bottom:10px;
}

.cms-rakna-hur-manga-armaturer-som-behovs .choices a:hover, .cms-rakna-hur-manga-armaturer-som-behovs .choices a:focus {
    background-color:#ffc300;
    color:black;
    border:1px solid #ffc300 !important;
    transition:all 0.3s;
}

.cms-rakna-hur-manga-armaturer-som-behovs #calculate {
    background-color: black;
    color: white;
    text-transform: uppercase;
    margin-top:30px;
}

.blog-post-list a.post-title-link:hover {
    color: #ffc200 !important;
}

.blog-post-list .blog-list .post-item-info{
    margin-top: 30px !important;
}

.blog-list .blog-post .post-image a:hover + div h2 a {
    color: #ffc200 !important;
}

#numberslider {
    width:300px;
    margin-right:20px;
    margin-left:15px;
    vertical-align:middle;
}

.cms-rakna-hur-manga-armaturer-som-behovs .results {
    border-bottom: 1px solid #ececec;
}

.cms-rakna-hur-manga-armaturer-som-behovs .results img {
    margin-bottom:10px;
}

.cms-rakna-hur-manga-armaturer-som-behovs .config-sammanfattning {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 10px;
    margin-top: 30px;
    font-size: 16px;
}

.sugg1-recommend, .sugg2-recommend, .sugg3-recommend, .sugg4-recommend {
    text-align:center;
}

.sugg1-recommend .btn, .sugg2-recommend .btn, .sugg3-recommend .btn, .sugg4-recommend .btn {
    background-color: black;
    color: white;
}

.sugg1-recommend .btn:hover, .sugg2-recommend .btn:hover, .sugg3-recommend .btn:hover, .sugg4-recommend .btn:hover {
    background-color: #545454;
    border:1px solid #545454;
}

.we-recommend {
     background-color: #ffc200;
    padding: 3px 20px;
    font-size: 12px;
    border-radius: 2px;
    margin-bottom: 10px;
    display: inline-block;
}



/* Tänd / Släck demo */
.config-bild2, .config-bild3, .config-bild4, .config-bild5 {
    display:none;
}


.config-bilder .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}

.minicart-items .product-item .product-item-details .product-item-name a:hover {
    color: #ffc300;
}

.kontrolltest {
    display: inline-block;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    /*float: right;*/
    margin-top: -100px;
    border: 1px solid #e0e0e0;
}

.kontrolltest .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.kontrolltest .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.schlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.schlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .schlider {
  background-color: #ff8e12;
}

input:focus + .schlider {
  box-shadow: 0 0 1px #ff8e12;
}

input:checked + .schlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.schlider.round {
  border-radius: 34px;
}

.schlider.round:before {
  border-radius: 50%;
}



.cms-linjar-belysning .isotopeContainer .image-content, .cms-xcen-spotlights-serie .isotopeContainer .image-content, #english-isotope.isotopeContainer .image-content{
    position: absolute !important;
    top: 10px;
    left: 10px !important;
    text-align: left !important;
    padding: 3px 15px !important;
    width: auto !important;
    font-weight: 500;
    font-family: 'ddt';
    background-color: white;
    border-radius: 1px;
}

.cms-linjar-belysning .isotopeContainer .image-content .image-title, .cms-xcen-spotlights-serie .isotopeContainer .image-content .image-title, #english-isotope.isotopeContainer .image-content .image-title{
    font-size: 10px !important;
    font-weight: 400;
    text-transform:uppercase;
}

.cms-linjar-belysning .mgz-single-image-wrapper:hover .image-title, .cms-xcen-spotlights-serie .mgz-single-image-wrapper:hover .image-title, #english-isotope .mgz-single-image-wrapper:hover .image-title{
    color: black !important;
}



.cms-rakna-hur-manga-armaturer-som-behovs #calculate:hover {
    background-color:#ffc300;
     transition:all 0.3s;
}

.cms-rakna-hur-manga-armaturer-som-behovs .choices .active {
    background-color:#ffc300;
    border:1px solid #ffc300 !important;
}

.cms-rakna-hur-manga-armaturer-som-behovs #kontor-info, .cms-rakna-hur-manga-armaturer-som-behovs #butik-info, .cms-rakna-hur-manga-armaturer-som-behovs #restaurang-info, .cms-rakna-hur-manga-armaturer-som-behovs #kok-info, .cms-rakna-hur-manga-armaturer-som-behovs #korridor-info {
    margin-top: 40px;
    margin-bottom: 70px;
}

.cms-rakna-hur-manga-armaturer-som-behovs span.forslag {
    display: none;
}

.cms-rakna-hur-manga-armaturer-som-behovs .results > div {
    margin-bottom: 40px;
}



input[type=range] {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000;
  background: #000000;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #FFC300;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #FFC300;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000000;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000;
  background: #000000;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #FFC300;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #FFC300;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #000000;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #FFC300;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #FFC300;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #000000;
}
input[type=range]:focus::-ms-fill-upper {
  background: #000000;
}




.product-add-form .table-wrapper.grouped table tbody tr td .input-text.qty {
    border-radius: 0px;
    width: 60px;
}

.product-info-main .grouped .price-box {
    margin-top: 0px;
}

.product-add-form .table-wrapper.grouped table tbody tr td .price {
    color: black;
    font-size: 16px;
}

.cart-totals .title.active {
    padding-left: 15px;
}

/*
.product-label .sale-label {
    display:none;
}
*/

table {
    overflow-x: scroll;
    display: inline-table;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

table::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
table {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.catalog-product-view table, .cms-page-view table {
    overflow-x: scroll;
    display: block;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.catalog-product-view table::-webkit-scrollbar, .cms-page-view table::-webkit-scrollbar {
    display: none;
}

.checkout-cart-index .page-main .cart.table-wrapper table tbody tr td .control.qty {
    display: block;
    line-height: 40px;
}

.checkout-cart-index span.edit-qty.minus, .checkout-cart-index span.edit-qty.plus {
    display: none !important;
}

.checkout-cart-index .table-wrapper table tbody tr td .control.qty {
    width:50px;
}

.share-cart-popup button.button2 {
    border: 1px solid grey;
    padding: 5px 15px;
    color: white;
    background-color: black;
} 

.share-cart-popup button#copy-link-to-share {
    background: #000000;
    padding: 7px 15px;
    border-radius: 0 4px 4px 0;
    border: solid 1px #000000;
    box-shadow: unset;
    border-left: 0;
    color: white;
    font-weight: 600;
}

.share-cart-popup button#copy-link-to-share:hover {
    background-color: #4b4b4b;
}

.share-cart-popup input#link-to-share {
    background: #fdfdfd;
    outline: none;
    border: #000000 solid 1px;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    font-family: monospace;
    width: 58%;
    height: 35px;
}
.share-cart-popup button.button2:hover {
    background-color: #4b4b4b;
}

#maincontent .mgz-element-inner ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 15px;
}

button.action.nav-tg {
    border: none;
    background: none;
    padding: 5px 0;
    margin-top: 30px;
}

.scrollslider .item-title {
    text-transform: uppercase;
}

.middle-header button.action.nav-tg::after {
    color: black;
    content: 'Meny';
    color: white;
    vertical-align: -50%;
    clear: both;
    float: none;
    font-size: 9px;
    position: absolute;
    bottom: 2px;
    left: 20px;
    top: 50px;
}

.product.media .item-thumb {
        opacity: 1 !important;
}

.contentmanager-contenttype-faq .related-products {
    display:none;
}

.additional-attributes-wrapper.table-wrapper table tbody {
    width:100%;
    display:table;
}

a.action.accept-all.mgz-btn.mgz-link {
    transition:none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.foretagknapp {
    background-color: black;
    color: white;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    height: auto;
}

a.btn.foretagknapp:hover {
        color: white;
    background: #353535;
    border: 2px solid #353535;
}

a.btn.privatknapp:hover {
   color: black;
    background: #e3e3e3;
    border: 1px solid #e3e3e3;
}


.privatknapp {
    background-color:white;
    color:black;
     width:100%;
    text-align:left;
    margin-bottom: 10px;
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    height: auto;
    border: 1px solid #a0a0a0;
}

a.foretagknapp.action.btn.btn-default.margin-bottom0.viewcart:after {
    content: "\e699";
    float: right;
    font-size: 30px;
    font-family: 'Pe-icon-7-stroke';
}

a.privatknapp.action.btn.btn-default.margin-bottom0.viewcart:after {
    content: "\e699";
    float: right;
    font-size: 30px;
    font-family: 'Pe-icon-7-stroke';
    color:black;
}

a.foretagknapp.redirect.action.btn.btn-default.margin-bottom0.viewcart:after {
    content:"";
    background-image: url(https://www.xcen.se/media/logo/stores/2/xcen-logo-ljuspartner_1.png);
    height: 35px;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -8px;
    text-align: right;
    float: right;
    margin-right: -5px;
}

a.privatknapp.redirect.action.btn.btn-default.margin-bottom0.viewcart:after {
    content:"";
    background-image: url(https://www.xcen.se/media/ljuskoncept/ljuskoncept-logo.png);
    height: 40px;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -5px;
    text-align: right;
    float: right;
}


.minicart-items .product.options>.toggle span {
    text-transform:uppercase;
}

.catalogsearch-result-index .pager {
    display: none;
}

.product.attribute.nedladdningar a, #staticnedladdningar a, .product.attribute.description a, .product-data-items-content a, .cms-page-view #maincontent p a, .post-short-description p a {
    text-decoration: underline !important;
}

.product.attribute.description a, .cms-page-view #maincontent p a {
  color:black;
}

.product.attribute.description a:hover, .cms-page-view #maincontent p a:hover{
  color: #a4a4a4;
}

.product.attribute.ljusfiler h3 {
    margin-top: 30px;
    font-size: 16px !important;
    margin-bottom: 15px;
}


.product-tab-wrapper .product.info.detailed .additional-attributes p {
    font-size: 14px;
}

/*
.product.data.items .data.switch:after {
    content: "+";
    position: relative;
    background-color: #000;
    line-height: 40px;
    display: block;
    color: #fff;
    right: 0;
    top: 0;
    width: 40px;
    bottom: 0;
    text-align: center;
    float: right;
}

.product.data.items .active .data.switch:after {
    content: "-";
}
*/

.logo img {
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

.middle-header .justify-content-center {
    display:inherit;
}

.middle-header .logo .default-logo {
        max-width: 200px;
    width: 100%;
}

.blog-list .post-item-info {
    margin-bottom:auto;
}

.amgdprcookie-buttons-block {
    width: 48%;
    float: left;
    margin: 0 auto;
    display:block !important;
}

.mgz-element-column > .mgz-element-inner {
    padding:0px;
}

button.amgdprcookie-button.-allow.-save {
    width: 100%;
    clear: both;
    background-color: green;
}

button.amgdprcookie-button.-settings {
    margin-top: 5px;
    width: 100%;
    color: grey;
    font-size: 12px;
}

.swatch-option.color {
    box-shadow: none !important;
    height: 20px !important;
    line-height: 20px !important;
    min-width:20px !important;
}

.catalog-product-view .swatch-option.color {
    box-shadow: none !important;
    height: 30px !important;
    line-height: 30px !important;
    min-width:30px !important;
}

.swatch-option.text {
    box-shadow: none;
    /*transition:none;*/
}

.swatch-option.text:hover {
     box-shadow:none;
     border-color:black !important;
}

.swatch-option.text:not(.disabled):hover {
    border-color:black;
    box-shadow: 0 0 0 1px black !important;
}


/* 2700K */
.swatch-option.selected#option-label-alt_fargtemperatur-238-item-41, .swatch-option#option-label-alt_fargtemperatur-238-item-41:hover {
    box-shadow: 0 0 0 1px black !important;
    background-color: #f2ca58 !important;
    border: 2px solid white !important;
}

.swatch-option.selected#option-label-alt_fargtemperatur-238-item-41{
   box-shadow: 0 0 0 1px black !important;
    background-color: #f2ca58 !important;
    border: 2px solid white !important;
}

/* 3000K */
.swatch-option.selected#option-label-alt_fargtemperatur-238-item-42, .swatch-option#option-label-alt_fargtemperatur-238-item-42:hover {
    box-shadow: 0 0 0 1px black !important;
    background-color: #f1ea7b !important;
    border: 2px solid white !important;
}

.swatch-option.selected#option-label-alt_fargtemperatur-238-item-42{
    box-shadow: 0 0 0 1px black !important;
    background-color: #f1ea7b !important;
    border: 2px solid white !important;
}

/* 4000K */
.swatch-option.selected#option-label-alt_fargtemperatur-238-item-43, .swatch-option#option-label-alt_fargtemperatur-238-item-43:hover {
    box-shadow: 0 0 0 1px black !important;
    background-color: #ffffd8 !important;
    border: 2px solid white !important;
}

.swatch-option.selected#option-label-alt_fargtemperatur-238-item-43 {
    box-shadow: 0 0 0 1px black !important;
    background-color: #ffffd8 !important;
    border: 2px solid white !important;
}

/* 6500K */
.swatch-option.selected#option-label-alt_fargtemperatur-238-item-44, .swatch-option#option-label-alt_fargtemperatur-238-item-44:hover {
    box-shadow: 0 0 0 1px black !important;
    background-color: #dceeff !important;
    border: 2px solid white !important;
}

.swatch-option.selected#option-label-alt_fargtemperatur-238-item-44 {
   box-shadow: 0 0 0 1px black !important;
    background-color: #dceeff !important;
    border: 2px solid white !important;
}

/* RGB */
.swatch-option.selected#option-label-alt_fargtemperatur-238-item-45, .swatch-option#option-label-alt_fargtemperatur-238-item-45:hover {
    /* border: 2px solid #000000 !important; */
    box-shadow: 0 0 0 1px black !important;
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(9,255,0,1) 50%, rgba(0,69,255,1) 100%) !important;
    border: 2px solid white !important;
}

/* RGBW */
.swatch-option.selected#option-label-alt_fargtemperatur-238-item-46, .swatch-option#option-label-alt_fargtemperatur-238-item-46:hover {
    /* border: 2px solid #000000 !important; */
    box-shadow: 0 0 0 1px black !important;
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(82,210,75,1) 31%, rgba(33,84,223,1) 57%, rgba(249,248,223,1) 80%, rgba(255,251,148,1) 96%);
    border: 2px solid white !important;
}

/* DW */
.swatch-option.selected#option-label-alt_fargtemperatur-238-item-47, .swatch-option#option-label-alt_fargtemperatur-238-item-47:hover {
    /* border: 2px solid #000000 !important; */
    /*background-color: #d5feff !important;*/
    box-shadow: 0 0 0 1px black !important;
    background-image: linear-gradient(to right, white , #ffcf00) !important;
    border: 2px solid white !important;
}

.middle-header button.action.nav-tg:before {
    display:none !important;
}

/* hover pa produkter */
.products-grid .product-item-info .product-top:hover .product-item-photo.has-hover-image>.img-hover-show {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.products-grid:not(.deals-products-grid) .product-item-info .product-top a.photo {
    margin-bottom: 5px;
}

.products-grid .swatch-option.image:not(.disabled):hover, .products-grid .swatch-option.color:not(.disabled):hover {
    border: 1px solid #ddd;
    box-shadow: none;
    pointer-events: none;
}

.owl-stage .swatch-option.image:not(.disabled):hover, .owl-stage .swatch-option.color:not(.disabled):hover {
    border: 1px solid #ddd;
    box-shadow: none;
    pointer-events: none;
}

.owl-stage .rekommendations-taggar {
    float: none !important;
    display: inline-block !important;
}

.products-grid .swatch-option, .owl-stage .swatch-option {
	pointer-events:none;
}

/*Styling av primary buttons */
.product-info-main .product-add-form .actions button.tocart, .product-info-main .product-add-form .actions .cart.table-wrapper .actions-toolbar>.action.tocart, .product-info-main .product-add-form .actions .action-gift.tocart {
	background-color: #ffc303;
    color: #0e0e0e;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}

.product-info-main .product-add-form .actions button.tocart:hover, .product-info-main .product-add-form .actions .cart.table-wrapper .actions-toolbar>.action.tocart:hover, .product-info-main .product-add-form .actions .action-gift.tocart:hover {
	border-color: #edb400;
    background-color: #edb400;
}

.product-add-form .swatch-opt .swatch-attribute-label+span.swatch-attribute-selected-option {
    color: #000000;
}

.product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty {
	margin-right:10px;
}

.product-info-main .product-add-form .box-tocart .field.qty .control {
	border-radius:2px;
}

.product-static-block  .mgz-element-column > .mgz-element-inner {
    padding:0px;
}

.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text {
    color: #000;
    border-radius: 2px;
    /*border: 1px solid #969696;*/
    border: 1px solid #f6f6f8;
    background-color: #f6f6f8 !important;
    height:auto;
    border: 2px solid #f6f6f8 !important;
}


.product-info-stock-sku .availability.only {
    font-weight: 700;
}

.detailscombo {
    margin-top:50px;
    order:2;
}

.detailscombo .block-releated.block.related {
    margin-top:0px;
    /*box-shadow:0px 5px 10px 0px rgb(0 0 0 / 10%);*/
    border: 1px solid #f1f1f1;
    padding:20px;
    border-radius:2px;
}

.detailscombo .block-releated.block.upsell {
    margin-top:0px;
    /*box-shadow:0px 5px 10px 0px rgb(0 0 0 / 10%);*/
    border: 1px solid #f1f1f1;
    padding:20px;
}

.product-tab-wrapper .product.info.detailed .additional-attributes > tbody > tr > th {
    color: black;
    font-family: 'ddt';
    font-weight: 600;
    font-size: 14px !important;
    border: 1px solid #e2e2e2;
    border-right: none !important;
    border-left: none !important;
}

.product-tab-wrapper .product.info.detailed .additional-attributes > tbody > tr > td {
    color: black;
    font-family: 'ddt';
    font-size: 14px !important;
    border: 1px solid #e2e2e2 !important;
    border-right: none !important;
    border-left: none !important;
}

.product-tab-wrapper .product.info.detailed .additional-attributes > tbody > tr > td:first-child, .product-tab-wrapper .product.info.detailed .additional-attributes > tbody > tr > th:first-child  {
    border-top:none !important;
}

.product-tab-wrapper .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: table-row !important;
}

.product-tab-wrapper .additional-attributes-wrapper tbody tr:nth-child(odd) {
    background-color: transparent !important;
}

.product-tab-wrapper .product.info.detailed .additional-attributes > tbody > tr:first-child td, .product-tab-wrapper .product.info.detailed .additional-attributes > tbody > tr:first-child th {
    border-top:none !important;
}



.detailscombo .block-releated.block.related .products-grid .product-item-info .product-top {
    width: 18%;
    float: left;
    margin-right:2%;
}

.detailscombo .block-releated.block.related .product.details.product-item-details {
    width: 80%;
    float: left;
}

.detailscombo .block-releated.block.related .products-grid .product-item {
    margin-bottom:0px;
}

.product-info-stock-sku .availability.only strong {
    font-weight: normal !important;
}

.product-info-main .product-info-stock-sku {
    margin-top:0px !important;
}

.product-info-main .product.attribute.sku strong {
    font-weight:700;
}

.product-info-main .product.attribute.sku>.value {
    word-break: keep-all;
    color: black;
}

.product.info.detailed {
        margin-top: 50px;
}

.catalog-category-view .products.wrapper.grid.products-grid {
    /*padding-left: 15px;
    padding-right: 15px;
    */
    margin:0 auto;
    margin-bottom: 30px;
}

.mgs-products.products-grid .product-item {
        padding-left: 7.5px;
    padding-right: 7.5px;
}

.catalog-category-view ol.products.list.items.product-items.product-list-masonry-change-product.line {
        margin-right: -7.5px;
    margin-left: -7.5px;
}

#chat-widget-container {
    z-index:2 !important;
}

.catalog-category-view h3 {
    line-height:1;
    margin-bottom:5px;
}

.mgz-toggle .mgz-toggle-title h4 {
    text-transform: none;
    font-size: 14px !important;
}

.mgz-toggle .mgz-toggle-content {
  font-size: 12px !important;
}

.catalog-category-view .mgz-element-separator {
    margin-bottom: 20px;
}



/*padding produktsida galleri */
.product .owl-item {
    padding: 5px 5px 5px 5px;
}

/* Dölj compare-funktion för produkter */
.tocompare {
	display:none !important;
}

/*Göm stock available */
.product-info-stock-sku .stock.available, .product-info-stock-sku .stock.unavailable {
	display:none !important;
}

.product-social-links, a.tocompare {
	display:none !important;
}


header.page-header button.action.nav-tg {
    margin-left:0px;
}

.middle-footer h3 {
	text-transform:uppercase;
	font-size:20px;
	margin-bottom: 20px;
	color:#ffc303;
}

.ledtejp .middle-footer a {
    display:inline-block;
}

.mgz-single-image-wrapper .image-content .image-title {
    font-size: 14px !important;
}

.mgz-single-image-wrapper:hover .image-content .image-title {
    color: #ffc300;
}

.cms-home .owl-stage-outer.owl-height, .cms-privat .owl-stage-outer.owl-height, .cms-lt-home .owl-stage-outer.owl-height  {
    height: auto !important;
}


.ledtejp div#main-Accountcontent, .ledtejp .menu-wrapper .title {
    display: none !important;
}

.ledtejp .navigation .level0.active > a:not(.ui-state-active), .ledtejp .navigation .level0.has-active > a:not(.ui-state-active) {
        border-color: transparent;
}


div#instagram-api-data {
    margin-left: -7.5px;
    margin-right: -7.5px;
}


#search_mini_form.loading:after {
    width: 24px !important;
    height: 24px !important;
    background-size: 24px !important;
    background-repeat: no-repeat;
    -ms-interpolation-mode: bicubic;
    margin-top: 5px;
}

.page-header .search-close:hover {
    color: #ffc300;
}
/* Produktlistning (grid) */

.mgz-element-single_product .product-item-name {
    font-size: 14px;
    font-family: 'ddt';
    font-weight: 700;
    text-transform: uppercase;
    line-height:normal;
    padding-bottom:3px;
}

 .mgz-element-single_product .product-item-name a {
    color:black;
}

.mgs-products.products-grid .product-item-info .product-item-name a {
    font-size: 14px;
    font-family: 'ddt';
    font-weight: 700;
    text-transform: uppercase;
    color:black;
}

.product-item .price-box .price {
    font-size: 14px;
    font-family: 'ddt';
    font-weight: 700;
    color: black;
}

.btn:hover, .btn:focus, .btn:active {
    color: #fff;
    border-color: #ffc300;
    background-color: #ffc300;
}

.btn, .btn-secondary, .action-secondary, .action-primary, .btn-default {
	border-radius:2px;
}

.modal-inner-wrap {
    height:100% !important;
}

.modal-popup .close {
    display:none;
}

.modal-slide._show, .modal-popup._show {
    top: 30%;
    transform: translate3d(0, -30%, 0);
    -webkit-transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
    -o-transform: translate3d(0, -30%, 0);
    max-height: 100vh;
    overflow-y: auto;
    }

/* Produkttaggar */
.rekommendations-taggar {
    margin-bottom: 5px;
    float: left;
    clear: both;
    display: block;
}
.rekommendations-taggar .tagg {
    display: inline-block;
    /*border: 1px solid #dddddd;*/
    background-color:#f6f6f6;
    color:black;
    padding: 2px 10px;
    font-size: 10px;
    margin-right: 2px;
    /* margin-top: 2px; *
    /*text-transform: uppercase;*/
    line-height: normal;
    position: relative;
    float: left;
    margin-bottom:2px;
}


.products-related .rekommendations-taggar .tagg {
	padding: 2px 5px;
}
.mgs-products.products-grid .product-item-info .product-top:hover a.photo:after {
	opacity:0 !important;
}

.product-item .price-box {
	clear:both;
}

.products-grid .product-item, .mgz-element-single_product .products .product-item .product-item-info, .mgz-element-single_product .products .product-item .product-item-info:hover {
	padding:0px;
}

.mgz-block-content .product-item-info:hover .has-hover .main-product-image {
    display: none !important;
}

.mgz-block-content .product-item-info:hover .hover-img {
	display: inline-block !important;
}

.swatch-box {
	display: block;
    /*float: left;*/
    clear: both !important;
    width: auto;
    padding-top: 10px;
}

.mgz-block-content .product-image-wrapper {
    overflow: unset;
}

/* SWATCHES */

.product-info-main .swatch-option.image {
       height: 30px !important;
    width: 42px !important;
    background-size: cover !important;
}

.sub_element.current-cat {
    font-weight: 600;
}

/* skifta width i productsidor baserat på sidomeny */
.catalog-product-view.page-layout-2columns-left .column.main {
    width: 100% !important;
}

.catalog-product-view.page-layout-2columns-left .column.main.col-md-9 {
    width: calc(75% - 15px) !important;
}

/* togglemeny för sidomeny på produktsidor */
#togglemenu {
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 10px;
    color: black !important;
    font-size: 10px;
    padding-left: 15px;

}

/*Elinfix för login? */
.page-header .header-top-links:hover .header-acccount {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}


.checkout-cart-index a.action.action-edit {
    display: none;
}

.minicart-items .product-item .product.actions .primary {
    display: none !important;
}

/* Ta bort quickview länk på produkter */
.quickview {
	display:none !important;
}

/*produktbilder i catalogue */ 
.product-image-photo {
	margin:0 !important;
}

.middle-footer p {
	color:white !important;
}

.middle-footer a {
	color:white !important;
	display:block;
	line-height:26px;
}

.middle-footer a:hover {
	color:#ffc303 !important;
	transition:0.8s;
}

#mainMenu {
	text-transform:uppercase;
}

.dropdown-menu {
    text-transform: capitalize;
}

.view-foretag {
	margin-right:10px;
}

button {
    font-family: 'Open Sans';
    list-style:none;
}

button.switchchoice {
    background: none;
    border: none;
    color: white;
    list-style: none;
    font-weight: 500;
    padding:0;
}

.top-header a, .top-header button {
	color:white !important;
}

.top-header a:hover, .top-header button:hover {
	color:#ffc303 !important;
}

.top-header .line {
    margin: 0 auto;
    max-width: 1300px;
    padding: 5px 0px;
}

.extralinksHeader {
    padding: 20px 0px;
}

.products-grid .action.tocart.primary {
	display:none;
}

.page-header .search-form .actions-search .action-search {
    color: white !important;
}

.header-top-links .pe-7s-user {
	color:white !important;
}

.header-area .table-icon-menu .minicart-wrapper .action.showcart, .header-area .table-icon-menu .minicart-wrapper .action.showcart:before {
	color:white !important;
}

.header-area .table-icon-menu>div {
	display: inline-block;
    float: left;
}

#switcher-language {
	display:inline-block;
}

.top-header-content .dropdown-switcher {
    font-size: 12px;
    line-height: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
}

.dropdown-switcher .switcher-toggle {
    padding: 0px;
    background-color: transparent !important;
    background: none;
    border: none !important;
    font-size: 12px;
    font-weight: 700 !important;
}

.products-grid.products-related.mgs-products {
	min-width:auto;
}

/* Magezon Carousel design */

.scrollslider .mgz-carousel-item .item-content, .products-related .item-content {
    margin-bottom: 10px;
}

.scrollslider .mgz-block .owl-stage, .products-related .owl-stage{
	/*transform:none !important;*/
}

.scrollslider .mgz-block .owl-stage-outer::-webkit-scrollbar, .products-related .owl-stage-outer::-webkit-scrollbar{
  display: none;
}

.scrollslider .mgz-block .owl-stage-outer, .products-related .owl-stage-outer {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}


/*ändra ikon för varukorg*/
.minicart-wrapper .action.showcart:before{
content:"\e66e" !important;
}

/*
.product-groups .mgz-single-image-wrapper {
        margin: 0 auto;
    display: block;
    text-align: center;
}*/

.sidebar-visible .mgs-products.products-grid .product-item-info .product-item-name a {
    font-size:11px;
}

.sidebar-visible .products-grid .product-item-info .product-item-details {
    padding-top:0px;
}

.sidebar-visible .product-item .price-box .price {
    font-size:12px;
}

.minicart-items .product-item .details-qty.qty .update-cart-item {
    border-radius: 0;
    margin-top: 10px;
    padding: 5px;
    text-transform: uppercase;
}

.minicart-items .product-item .details-qty.qty .update-cart-item:hover {
    background-color: #838383;
    border-color: #838383;
}

/****     POP-UP KUNDTYP     ****/

.kundtyp-knappar {
    text-align:center;
    margin-top:20px;
}

.modal_newsletter_popup.modal-popup .pop-sletter-title h4 {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    line-height: 55px;
    color: #fff;
}
.modal_newsletter_popup.modal-popup .pop-sletter-title {
    height: 55px;
    background:#000;

}
.block-popup-subscribe{
    border: 1px solid #ccc;
}
.modal_newsletter_popup.modal-popup .newsletter-popup-form div.checkbox {
    visibility: hidden;
}

/*färg pop-up login*/
#social-login-popup .social-login-title{
    background-color:#89ccca !important;
}


/****     MENY (Hamburger-ikonen)     ****/
.mobile-item-col .nav-toggle::after {
    color: black;
    content: 'Meny';
    color: white;
    vertical-align: -50%;
    clear: both;
    float: none;
    font-size: 10px;
    position: absolute;
    bottom: 2px;
    left: 20px;
}

.cart.table-wrapper .items>.item .col.item .product-item-details {
    vertical-align:middle;
}

.catalog-product-view .product-info-main h2.product-name, .catalog-product-view .product-info-main h1.product-name  {
	 margin-top:0px;
    font-size:30px !important;
    margin-bottom:5px;
}

.product-info-main .price-box {
    margin-top: 30px;
    margin-bottom:20px;
}

.product-info-main .price-box .price-wrapper .price {
	font-weight: 700 !important;
    font-family: 'ddt';
    color: black;
    font-size:18px;
        margin-top: 20px;
    display: inline-block;
}

.product-info-main .product.attribute.overview {
    margin:40px 0;
}

.product.attribute.overview .extra-link {
    cursor: pointer;
        font-size: 14px;
}

/* Göm vy-val på produktkategorier */
.category-product-actions {
	display:none;
}
/*Fetstil på aktiv kategori*/
.main-element.current-cat {
	font-weight:600;
}

/*Padding på meny för att få plats */
.sidebar-main {
    padding-right: 7px;
    padding-left: 7px;
}

.catalog-product-view .sidebar.sidebar-main {
    padding-left:5px;
}

.outer_ul .current .sub_element {
    padding:2px 10px;
}

.block-left-nav .block-content>ul>li {
    padding: 5px 0px 3px 5px;
}

.block-left-nav .block-content>ul>li {
    padding: 0px;
}

.sidebar-main label {
    padding: 10px 5px !important;
}

.outer_ul li {
    margin: 0 0 0 0px;
    background: none !important;
    padding:0px;
}

.outer_ul .outer_ul li label {
    padding-left: 20px !important;
        padding: 5px 0px 5px 20px !important;
}

.sub_element.current-cat + .currentEm {
    display: none !important;
}

.sub_element.current-cat {
    padding-left: 10px !important;
}

.expanded-cat label.sub_element.none-cat, .expanded-cat label.main-element.current-cat {
    padding: 2px 10px;
}

label.main-element.none-cat, label.sub_element.none-cat, label.main-element.current-cat {
    padding: 5px 10px;
    width: 100%;
    cursor: pointer;
    padding-left:10px !important;
}

/*
label.main-element.none-cat:hover + em span i, label.sub_element.none-cat:hover + em span i, .main-element.current-cat:hover + em span i {
    color: white !important;
}
*/

.block-left-nav .block-content > ul > li {
      border-bottom: 1px solid #f5f5f5;
}

.outer_ul {
    padding-left: 0px;
}

em.noneEm.child {
    display: none !important;
}

.hogerpil, .neratpil {
    padding: 8px 5px;
    cursor: pointer !important;
    color:black;
}

.mgs-product.products-grid .product-item-info .product-item-name a, .mgs-products.products-grid .product-item-info .product-item-name a, .mgs-attribute-products .product-item-info .product-item-name a {
    max-height:70px;
}


.sidebar-main .block-left-nav a {
    display: block;
    color: black;
    font-family: 'ddt';
    text-transform: none;
    font-size:13px;
}

.block-left-nav .expanded, .block-left-nav .currentEm, .block-left-nav .parent {
    background: none;
    cursor: pointer !important;
}

.main-element {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 0px;
}

.sub_element {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0px;
}

/*
label.main-element.none-cat:hover a, label.sub_element.none-cat:hover a, .main-element.current-cat:hover a {
    color: white !important;
}
*/


label.main-element.none-cat:hover, label.sub_element.none-cat:hover, .main-element.current-cat:hover {
    width: 100% !important;
    background-color: #efefef;
    padding-right: 10px;
    padding-left: 10px;
}

.block-left-nav .current {
    display: block;
}

em.parent.expanded .fa-angle-right {
    display: none !important;
}
em.parent.expanded .fa-angle-down {
    display: inline-block !important;
}

.expanded-cat em.currentEm.child {
    display: none !important;
}

.sidebar-main .outer_ul .sub_element {
    padding: 2px 10px;
    display:inline-block;
}

.sidebar-main ul.outer_ul.none .Dimmers, .sidebar-main ul.outer_ul.none .Styrenheter {
    display: none;
}

.outer_ul ul {
    display: none;
}

.block.filter {
	display:none;
}

.block-left-nav .parent {
    position: absolute;
    right: 20px;
    margin-top: 6px;
    cursor: pointer !important;
    background: none !important;
}


label.sub_element.current-cat:hover {
    background-color: #efefef;
    padding: 2px 10px;
    width: 100%;
}

.block-left-nav label {
	display:inline-block;
}


.block-left-nav .block-title {
    margin: 0 0 0px;
    display: none;
}

.block-left-nav .block-content {
    position: relative;
    width: 100%;
    background-color: #ffff !important;
    border: 1px solid #f5f5f5;
}

.sidebar-main a:focus {
    color: grey !important;
}

header.page-header .header-area:not(.header7) .navigation .nav-main-menu li {
    position: relative;
    text-transform: uppercase;
}

.data.table.totals th {
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    border: 0px;
    color:#000;
    background-color:#f6f6f8;
}

.table-wrapper table tbody tr td .control.qty {
    border-radius:2px;
}


.cart-totals .data.table.totals th {
 background-color:white;
}

.grand.totals th{
    padding-top:10px !important;
}
.grand.totals td{
    padding-top:10px !important;
}

.checkout-extra {
    margin-bottom:20px;
}

/*Avstånd i kassan*/
.item-options {
    margin-bottom:0px;
}
.item-actions td {
    padding:0px 0px 0px 15px!important;
}

#block-discount-heading {
    font-weight:400;
    cursor:pointer;
    text-decoration:underline;
    color:#000;
}

/*Ta bort cart summary i kassan*/
.svea-cart-container .cart-summary {
    display:none;
}
.block.discount{
    margin-bottom:20px;
}
.onestepcheckout-index-index .aw-mobile {
    display: none;
}
.onestepcheckout-index-index .aw-onestep-sidebar {
    float: right;
    width: 30%;
}
.onestepcheckout-index-index .aw-onestep-main {
	float: left;
	width: 70%;
}
/*KASSAN -Bort med knapparx2*/
.cart.main.actions {
    display:none;
}

.btn-secondary, .btn.btn-primary:hover {
    border-color: #ffc300;
    background-color: #ffc300;
    color: #FFFFFF;
}

.checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.totals-tax td span.price, .checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.totals.shipping.excl td span.price {
    color:black;
}

/*KASSAN -Bort med knapparx2*/
.checkout-cart-index .cart.main.actions {
    display:block;
}


.checkout-cart-index tr.totals.shipping.excl span {
    color:black !important;
    font-size:14px !important;
}



.svea-cart-container .item-actions {
    display:none;
}
/*Totaltabellen i kassan*/

.totals.sub .mark {
    padding-top:6px !important;
}
.totals.sub .amount {
    padding-top:6px !important;
}
/*.totals-tax {
    border-bottom:1px solid;
}*/
.totals-tax .mark {
    padding-bottom:6px !important;
}

.totals-tax .amount {
    padding-bottom:6px !important;
}

/*Avstånd rubriker cart i kassan*/
.svea-cart-container .table>thead>tr>th {
    padding-bottom:2px;
    border-bottom:1px;
}

/*Avstånd cart tabell nedåt*/
#shopping-cart-table {
    margin-bottom:0px;
}

/*Avstånd knappen tillämpa rabattkod*/
.actions-toolbar button {
    /*margin-top:2px;*/
}

/*Ta bort sveas vänligen vänta*/
.loading-text {
    display:none;
}

/*Visa fraktalternativ tvingange */
#block-shipping div#block-summary {
    display: block !important;
}

.block-40-60 .mgz-element-single_image {
    height:100%;
}

.block-40-60 .mgz-single-image-wrapper {
    width:100%;
}

.cms-referenser .mgz-element-inner a:hover, .cms-referenser .mgz-image-hovers:hover + div + div a{
    color: #ffc200 !important;
}

.bloggblock .post-create-date {
    margin-bottom: 5px;
    font-size: 12px;
}

header.page-header .header-area:not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu a {
	background-color: white !important;
    color: #1d1d1d;
    border:none !important;
}


header.page-header .header-area:not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu a:hover {
    /*color: #767676;*/
        background-color: #efefef !important;
}

header.page-header .header-area:not(.header7) .navigation .nav-main-menu li li>a .icon-next {
	display: inline !important;
	float: right;
}

.owl-carousel .owl-nav>div.owl-prev, .owl-carousel .owl-nav>div.owl-next {
	background-color:#f6f6f8;
	border-color:#f6f6f8;
}

.owl-carousel .owl-nav>div.disabled {
	opacity:0;
}

.page-footer .middle-footer {
	border:none !important;
}

.breadcrumbs {
    max-width: 100% !important;
}

.frame, .page-main>.columns, .breadcrumbs .items {
    max-width: 1300px !important;
}

.breadcrumbs .items li a:hover {
	color: #ffc300;
}

.catalog-category-view.page-layout-1column .category-view, .catalog-category-view.page-layout-2columns-left .category-view, .catalog-category-view.page-layout-2columns-right .category-view, .catalog-category-view.page-layout-3columns .category-view {
	max-width:1300px;
}

.product-info-main .box-tocart .fieldset, .product-options-bottom .box-tocart .fieldset {
	clear:both;
}

img.mfp-img {
    padding:0px;
}


.checkout-cart-index .page-main .cart-empty a {
    color: #000000;
    text-decoration: underline;
}

.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label, .anslutning-val, .ledlangd-val {
    text-transform: inherit;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 14px;
    color: black;
}

.block-releated .block-heading h3.title:before, .block-releated .block-heading h3.title:after {
	display:none;
}

.blog-list .post-item-info .post-image .post-info {
    position: relative !important;
    left: 0px;
    background-color: #f9f9f9;
    top: -10px;
    color: black;
    text-align:left;
}

.blog-list .post-item-info .post-info h2 {
    letter-spacing: inherit;
    text-align: left;
    font-size: 18px !important;

}

.blog-list .post-item-info .post-info a {
    color:black;
}

/* CSS för configurable products **/
.shapes {
    border: 1px solid grey;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size:14px;
}

.colors {
	border: 1px solid grey;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size:14px;
}

.mount {
	border: 1px solid grey;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size:14px;
}

.current {
    color: white !important;
}

.main-image {
	width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.global-extra-links {
    color: white !important;
    background-color: black;
    text-align: center;
    display: block;
    padding: 10px;
    margin-top:5px;
    font-weight:500;
    text-transform: uppercase;
}

.kom-igang {
	font-size: 14px;
    margin-top: 10px !important;
    font-weight: 700;
    display: block;
}



.specifikation label, .specifikation { display:none !important;}
.box-tocart { margin-top:0px !important; }
.qty {max-width:100px !important;}
.specifikation input {     
	border: none;
    font-weight: 700;
    color: white;
    background-color:black;
    text-align:center;
    margin: 0px;
    padding-left: 0px;
    font-style: italic;
    font-size: 14px; 
    display:none;
}

/*
.formheader {
	font-size: 14px;
    color: #222;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}
*/

.specifikation-display {
	font-size: 14px;
}

.control {
	border-color: #cccccc !important;
}

#kabelbild img {
	width:350px;
	margin-bottom:15px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #989898;
    text-align: center;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0;
    border: none;
	background-color: transparent;
}

.priceDisplay {
	display: none;
}

span.antalbox {
    font-size: 14px;
    color: black;
    font-weight: 700;
    width: 100%;
}


.field.required > label:after, .form-group.required > label:after, .field._required > label:after, .form-group._required > label:after, .field.required > .label:after, .form-group.required > .label:after, .field._required > .label:after, .form-group._required > .label:after {
	content:"";
}

.priceDisplay .showPrice {
    font-size: 30px;
    font-weight: 700;
    font-family: 'ddt';
}

.ledlangd-val span {
    font-size: 12px;
    font-weight: normal;
    color: #9d9d9d;
    margin-left: 10px;
}

.centimeterlangd .input-group-addon {
      display: inline-block;
    background-color: transparent;
    width: auto;
    float: left;
    line-height: 26px;
    color: black;
    border: 1px solid #cccccc;
    border-left: none;
}

.centimeterlangd .centimeter-group {
      float: left;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100% !important;
}

.priceDisplay .formheader {
    font-size: 12px;
    color: #989898;
    margin-left: 15px;
    font-weight: initial;
      font-family: 'Open Sans';
}

.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
    width: 100%;
    display: contents;
}

.product-info-main .product-add-form .actions button.tocart {
    font-family: 'ddt';
    font-weight:400;
    width: 100%;
}

#ledlangd {
	width: 80px;
	text-align: center;
    max-width: 100px;
    color:#3e3e3e;
    font-size: 14px;
    float: left;
}

.input-group-addon.suffix {
    border-left: 0;
}

#ledlangd-error {
	position: absolute;
	min-width: 400px;
    padding-top: 0px;

    position: absolute;
    min-width: 0;
    max-width: 500px;
    /* bottom: 0px; */
    z-index: 99999;
    margin-top: 42px;
}

.led-crossale a.button {
	color: white !important;
	border: 1px solid white;
	padding: 5px 15px;
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.led-crossale a.button:hover {
	color:black !important;
	background-color:white !important;
}

.product-info-main .extra-link a:hover {
    color: #ffc303;
}

.product-tab-wrapper .product-tab-content .data.item.title .switch {
	border-radius: 0px;
    background-color: #f6f6f8 !important;
    border:none;
    text-transform:uppercase;
    font-weight:700;
}

.minicart-items .product-item .details-qty.qty .cart-item-qty {
    border-radius:2px;
}

a.viewcart, button.checkout {
    text-transform: uppercase;
} 

.block-minicart .block-content>.actions>.primary .action.primary:hover {
    border: 2px solid #ffc300;
    background-color: #ffc300;
}

.product-item-name {
    hyphens:none;
}
.checkout-cart-index .checkout-extra {
    display:none;
}



.checkout-cart-index .cart-summary .checkout-methods-items button.action.primary.checkout, .checkout-cart-index .cart-summary .checkout-methods-items .cart.table-wrapper .actions-toolbar>.action.action.primary.checkout, .checkout-cart-index .cart-summary .checkout-methods-items .action-gift.action.primary.checkout {
    border-radius:2px;
    border:none;
}

.cart-container .checkout-methods-items .item+.item {
    margin-top:0px;
}

.checkout-cart-index .cart-summary .checkout-methods-items button.action.primary.checkout:hover, .checkout-cart-index .cart-summary .checkout-methods-items .cart.table-wrapper .actions-toolbar>.action.action.primary.checkout:hover, .checkout-cart-index .cart-summary .checkout-methods-items .action-gift.action.primary.checkout:hover {
    background-color: rgb(0 0 0 / 68%);
}
/* länkar hover färg */
.mgs-product.products-grid .product-item-info .product-item-name a:hover, .mgs-products.products-grid .product-item-info .product-item-name a:hover, .mgs-attribute-products .product-item-info .product-item-name a:hover {
    color: #ffc300;
}

.products-grid .product-item {
    padding:0px;
}

.mgz-element-single_product .products .product-item .product-item-info {
    padding:0px;
}

#mainMenu a.level0, nav.navigation a.level-top {
    cursor:default;
}


a.scroll-to-top {
	z-index:999999;
      right: 80px !important;
    bottom: 21px !important;
}

.guide-box .mgz-cta-label-inner {
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    width:75px;
    margin-top:10px;
    font-weight:600;
    font-size:12px;
}

.mgz-instagram .mgz-grid-item a {
    /*height:500px;*/
}

#instagram-api-data img {
	width: 300px;
    height: 300px;
    /*aspect-ratio: 1;*/
    object-fit: cover;
}

/* design av next prev button */

.owl-nav .disabled {
	display:none !important;
}

/*
.scrollslider .owl-stage {
    width: max-content !important;
}*/

.scrollslider .owl-nav button.owl-next, .scrollslider .owl-nav button.owl-prev, .scrollslider button.owl-dot {
    position:relative !important;
}

.scrollslider .owl-nav .disabled {
    display:inline-block !important;
    opacity: 0.5 !important;
}

.scrollslider .owl-nav>button {
    visibility: visible !important;
    opacity:1;
}

.scrollslider .mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-small .owl-nav {
    top: -20px;
}

.block-releated .block-heading {
    text-align:left;
}
																	   
.block-releated .mgs-owl-carousel.owl-carousel .owl-nav>div.owl-next {
	right:0px;
    background: none;
    border: none;
}

.block-releated .mgs-owl-carousel.owl-carousel .owl-nav>div.owl-prev {
	left:0px;
    background: none;
    border: none;
}

.page.messages {
    height:auto;
}

.page.messages .messages {
    max-width:100%;
}

.page.messages .message.info, .page.messages .message.error, .page.messages .message.warning, .page.messages .message.notice, .page.messages .message.success {
    min-width: 100%;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: auto;
    position: relative;
    max-width: 100%;
}

.product.info.detailed .item > a {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color:black;
}

.product.info.detailed .item a:hover {
    color:#ffc300;
}


aside.modal-popup.modal-static-block.modal-slide._show .modal-inner-wrap {
    overflow-y: scroll;
    height: 100% !important;
}

.product.data.items>.item.title:not(.disabled)>.switch:active, .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
    background: #f1f1f1 !important;
     border: 1px solid #f1f1f1 !important;
     padding-bottom:5px !important;
}

.product.data.items>.item.title:not(.disabled)>.switch:focus, .product.data.items>.item.title:not(.disabled)>.switch:hover {
    background: #f6f6f8 !important;
}

.additional-attributes-wrapper tbody tr:nth-child(odd) {
    background-color: #f6f6f8;
}

.product.data.items>.item.content {
    padding: 0px !important;
    border: none !important;
    margin-top: 50px !important;
    margin-bottom:20px !important;
}

.product.data.items>.item.title {
    margin: 0 !important;
    margin-right: -1px !important;
}

/*
.product-info-main .stock.available {
    display:none;
}
*/

.block-new-products .product-image-wrapper {
  padding-bottom:100% !important;
}

.catalog-product-view .product .product-thumbnail .owl-carousel .owl-nav>div.owl-next, .catalog-product-view .product .product-thumbnail .owl-carousel .owl-nav>div.owl-prev{
    background-color: transparent;
    border: none;
}

.catalog-product-view .product .product-thumbnail .owl-carousel .owl-nav>div.owl-next .pe-7s-angle-right:before, .catalog-product-view .product .product-thumbnail .owl-carousel .owl-nav>div.owl-prev .pe-7s-angle-left:before {
    color:white;
    font-size: 50px;
}

.catalog-product-view .product .product-thumbnail .owl-carousel .owl-nav>div:not(.disabled):hover {
    background-color:transparent;
}

.catalog-product-view .product .product-thumbnail .owl-carousel .owl-nav>div i {
    line-height:0;
}

.catalog-product-view .product .product-thumbnail .owl-carousel .owl-nav>div.owl-prev, .catalog-product-view .product .product-thumbnail .owl-carousel .owl-nav>div.owl-next {
    opacity:1;
}

.product-static-block #btn-guilde, .product-static-block #btn-delivery, .product-info-main .extra-link a {
    font-size: 12px;
    text-decoration: underline;
    color: grey;
}
.page-header .search-form .block-search .block-content .form.minisearch .input-text {
    z-index:99999;
}


.product.data.items>.item.title>.switch {
    height:auto !important;
        background: #FFFFFE !important;
       border: 1px solid #f1f1f1 !important;
       color:black !important;
}

.product-options-wrapper .field .price-notice .weee {
  font-size:14px;
}

.catalog-product-view .swatch-option.selected {
    /*
    outline: 2px solid #7a7a7a;
    */
    border-color: #000000 !important;
    box-shadow: 0 0 0 1px black !important;
}

.swatch-option {
    transition:none !important;
}

.swatch-option.color.selected {
    border: 2px solid white !important;
    /*outline: 1px solid black;*/
}

.catalog-product-view .swatch-option.color {
    overflow:visible;
}

.swatch-option.color.selected::before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 1px solid black;
    border-radius: 40px;
}

.catalog-product-view .swatch-option.color {
    margin-right:10px;
}

.catalog-product-view .swatch-option.image:not(.disabled):hover {
    /*outline: 2px solid #7a7a7a;*/
    border: 2px solid #868686;
}

.catalog-product-view .swatch-option.color:not(.disabled):hover {
     border: 2px solid white;
}

.swatch-option.color:hover::before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 1px solid black;
    border-radius: 40px;
}

.owl-carousel .owl-nav>div:not(.disabled):hover {
	color: #ffc300;
}

.swatch-tooltips span {
    font-size: 14px;
    background-color: #fff6d9;
    display: block;
    padding: 10px 15px;
    border-left: 4px solid #ffc303;
}

.swatch-attribute.alt_farg {
    clear:both;
}

.cart.item .qty {
    max-width:100% !important;
}

/*Remove action from headmenu dropdowns*/
a.level0.dropdown-toggle {
    pointer-events: none;
}


.checkout-cart-index .page-main .cart.table-wrapper .items>.item .col.item {
    padding:10px;
}
 
.checkout-cart-index .page-main .cart.table-wrapper .item-actions {
    float: left;
    position: absolute;
    top: 40%;
    right: 50px;
}

.message.info>*:first-child:before {
    position: relative;
    float: left;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(-50%);
    transform: translateY(0%);
}


.modal-slide .action-close {
    display:none;
}

.newsletter_popup .action-close {
    display:block;
}

.svea_checkout-index-index .svea-checkout-review .product-item-details .product-item-info {
    text-align: left;
}


.svea_checkout-index-index .svea-checkout-review .product-image-wrapper {
    display: block;
    height: 0;
    overflow: unset;
    position: relative;
    padding-bottom: 0px !important;
}

.svea_checkout-index-index .svea-checkout-review img.product-image-photo {
    position: relative;
    float: left;
    padding: 0;
}

.svea_checkout-index-index .svea-checkout-cart.svea-checkout-item tr {
    padding:20px !important;
    border-bottom: 1px solid #f4f4f4;
}

table.svea-checkout-review td.subtotal .remove-product {
    bottom: 10px;
    right: 25px;
}


.ledtejp .menu-content .nav-tabs li:nth-child(2) {
    display: none !important;
} 

/*
.catalog-category-view .mgz-element.mgz-element-column.mgz-col-md-3.mgz-col-xs-6 {
    padding: 7.5px;
}
*/

/*
.product.media .product-thumbnail .gallery-horizontal{
    padding-left:5px:
    padding-right:5px;
}*/

/*
.catalog-category-view .mgz-product-listing {
    margin-left: -15px;
}*/

.mgs-product.products-grid .product-item-info .product-item-name a, .mgs-products.products-grid .product-item-info .product-item-name a, .mgs-attribute-products .product-item-info .product-item-name a {
    display:block;
}

label.main-element.Lysrörsrännor.none-cat, li.product-Lysrörsrännor.level1.dropdown-submenu {
    display: none;
}

body.page-layout-2columns-left.catalog-product-view .page-main>.columns {
    display:block !important;
}

.extralinksHeader .right-content {
    padding-right: 20px;
    float: right;
}

.rabattmeddelande {
        margin-left: 15px;
    background-color: #45d665;
    border-radius: 5px;
    color: #424242;
    
}

.product-label.sale-label {
    background-color: #ffc200;
    color:black !important;
}

div#product-options-wrapper .fieldset .field .label span {
    text-transform: none;
    font-weight: 700;
}

.product-add-form .product-options-wrapper .fieldset > .field > .label {
    text-transform: none;
    font-weight: 700;
}

.anvomrade-lista .mgz-cta-content {
    min-height:auto;
}

.catalog-category-view .category-view .mgz-element-text p a, .catalog-category-view #maincontent .mgz-element-text p a {
    color: black !important;
    text-decoration: underline;
}

.catalog-category-view .mgz-element-text p a:hover {
    color: #a4a4a4 !important;
}


img.groupedproduct-img {
    float: left;
    width: 50px;
    margin-right: 10px;
    margin-bottom: 50px;
}

.anvomrade-lista .mgz-cta-content h5{
    text-transform:uppercase;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.product-label.new-label {
    background-color: black !important;
    top: 10px;
    left: 10px;
    text-transform:uppercase;
}


.mgs-product.products-grid .product-item-info .product-top:hover .product-label, .mgs-products.products-grid .product-item-info .product-top:hover .product-label, .mgs-attribute-products .product-item-info .product-top:hover .product-label {
    display: block;
    background-color: #ffc200;
}

.old-price .price {
    text-decoration: line-through !important;
    color: grey !important;
}

.account h3 {
    margin-bottom:20px;
}

.account .control {
    margin-bottom: 20px;
}

.account .column:not(.sidebar-main) form .actions-toolbar, .account .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left:0px;
}

.account .actions-toolbar > .primary .action:last-child {
    margin-left:0px;
}

    .swap-ljusfarg {
          margin-right: 10px;
        display: inline-block !important;
          width: auto !important;
          height:55px;
    }

    .fargtemp_swap {
      box-shadow: 0 0 0 1px black;
      border: 2px solid white !important;
      border-radius: 2px;
      color: black;
      padding: 8px 15px;
          cursor: pointer !important;
    }

    .fargtemp_swap.selected {
        box-shadow: 0 0 0 2px black;
    }

    .fargtemp_swap:hover {
          box-shadow: 0 0 0 2px black;
    }

    #farg-2700k .fargtemp_swap {
        background-color: #f2ca58 !important;
    }

    #farg-3000k .fargtemp_swap {
        background-color: #f1ea7b !important;
    }

    #farg-4000k .fargtemp_swap {
        background-color: #ffffd8 !important;
    }

    #farg-6500k .fargtemp_swap {
        background-color: #dceeff !important;
    }

    .ljusfargkalkylator {
      height:200px;
    }

    .ljusfargkalkylator div h2 {
       font-size:36px !important;
       font-weight:700;
       text-transform:uppercase;
       margin-bottom:5px;
       margin-top: 50px;
    }

    .ljusfargkalkylator div p {
        margin-bottom:20%;
        font-size:18px !important;
    }

/* Styr product-row på ex. startsida */
/*
.product-row > .mgz-element-inner {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
}
*/

/* Styr product-row på ex. MGZ produktkategorier ex. aluminiumprofiler */
.catalog-category-view .product-row > .mgz-element-inner {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
}

.account-nav .item.current a, .account-nav .item.current strong {
    font-weight: 700;
    color: #ffc200 !important;
    display: inline-block;
}

aside.modal-popup.modal_newsletter_popup.modal-slide._inner-scroll._show .pop-sletter-title {
    height:auto !important;
}

aside.modal-popup.modal_newsletter_popup.modal-slide._inner-scroll._show .pop-sletter-title h4 {
    line-height:80px !important;
}

.product.pricing {
    display: none;
}

.cookie-directive-overlay {
    background-color: rgb(0 0 0 / 61%);
    z-index: 9999 !important;
    background-color: rgba(51,51,51,0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.ec-gtm-cookie-directive > div {
    border-radius:2px;
    max-width: 100%;
    position: fixed;
    width: 100%;
    max-width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
        padding-top: 40px;
    padding-bottom: 40px;
}

.ec-gtm-cookie-directive > div > div {
    max-width: 1100px;
    float: none;
    margin: 0 auto;
}

.product-LED.panel {
    box-shadow:none;
    border:none;
    margin-bottom:0px;
}

.first-cookie-box {
    max-width:60%;
    float:left;
    padding-right:20px;
}

.second-cookie-box {
    max-width:40%;
    float:left;
}
/*
.ec-gtm-cookie-directive {
    position: fixed;
    left: 0;
    right: 0;
}
*/
.modal-slide._show, .modal-popup._show {
    transition:none;
}
a.action.accept-all.mgz-btn.mgz-link {
    font-size: 14px;
    padding: 14px 40px;
    margin-top: 20px;
    color:black;
}

.ec-gtm-cookie-directive > div > div > div a.action.refuse {
    font-size: 12px;
    line-height: 0px;
}

.breadcrumbs .items li strong {
        max-width: 300px;
    text-overflow: unset;
}

.mgz-absolute-link {
    cursor:pointer;
}

.modal-popup.confirm._show .modal-inner-wrap {
    width: fit-content !important;
}

.modal-inner-wrap {
    height:auto !important;
}

.modal-popup .modal-header {
    padding-top:2rem;
}

.minicart-items .product-item .product.actions .action:hover {
    border-color: rgb(0 0 0 / 68%);
    background-color: rgb(0 0 0 / 68%);
}

.btn.btn-primary:hover, .action.primary:hover, .action-primary:hover, .btn.btn-primary._hover, .action.primary._hover, .action-primary._hover, .btn.btn-primary:focus, .action.primary:focus, .action-primary:focus {
    border-color: rgb(0 0 0 / 68%);
    background-color: rgb(0 0 0 / 68%);
}

.action-secondary:hover, .action-secondary._hover, .action-secondary:focus {
    border-color: rgb(0 0 0 / 68%);
    background-color: rgb(0 0 0 / 68%);
}

.mgz-element-instagram h3 {
    line-height: normal !important;
}


.shadow-boxes .mgz-cta-bg-overlay:after {
    position: absolute !important;
    height: 120px;
    content: "";
    left: 0;
    bottom: 0;
    background: rgb(28 28 28 / 16%);
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, rgba(20, 20, 20, 20%) 40%);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.shadow-boxes a {
    text-shadow: rgba(0, 0, 0, 0.6) 0px 0px 16px;
}


@media (min-width: 1315px) {

    .cms-page-view .magezon-builder > .mgz-container, .cms-home .magezon-builder > .mgz-container, .cms-privat .magezon-builder > .mgz-container, .cms-lt-home .magezon-builder > .mgz-container{
        padding-left: 15px;
        padding-right: 15px;
    }
          

}

@media (max-width: 1315px) {

    /*
    .cms-page-view .magezon-builder .mgz-container, .cms-home .magezon-builder .mgz-container{
        width: 1200px;
    }
    */

    .cms-page-view .magezon-builder > .mgz-container > .mgz-element-inner, .cms-home .magezon-builder > .mgz-container > .mgz-element-inner, .cms-privat .magezon-builder > .mgz-container > .mgz-element-inner, .cms-lt-home .magezon-builder > .mgz-container{
        padding-left:15px;
        padding-right:15px;
    }

    .cms-home .magezon-builder > .mgz-container.product-row > .mgz-element-inner, .cms-privat .magezon-builder > .mgz-container.product-row > .mgz-element-inner, .cms-lt-home .magezon-builder > .mgz-container.product-row > .mgz-element-inner {
        padding-left:0px;
        padding-right:0px;
    }
}

    /****     Mindre ÄN 1300px   ****/
    @media only screen and (max-width: 1300px){
        .mgz-element-instagram .title {
            padding-right: 15px;
            padding-left: 15px;
        }


        #instagram-api-data .mgz-grid-item {
            text-align:center;
        }
    }

    /****     MER ÄN 1200px   ****/
    @media only screen and (min-width: 1200px){
        #main-Accountcontent, #main-Settingcontent{ 
            display:none;
        }

        #main-Menucontent {
            display:block;
        }

        .middle-header .logo .default-logo {
            margin-top:-10px;
        }
    }
	

	/****     MINDRE VY ÄN 1200px   ****/

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


        .category-intro-text h1 {
            font-size: 24px !important;
        }

        /* Styr product-row på ex. startsida */
        .product-row > .mgz-element-inner {
            margin-right: 7.5px !important;
            margin-left: 7.5px !important;
        }


        .logohelper {
            display:none !important;
        }
        /*Fixa menyn mobile */
        #switcher-language {
            display: block;
            text-align: center;
            padding-top: 30px;
            margin: 0 auto;
        }

        .dropdown-switcher .switcher-toggle, li.view-foretag.switcher-option a { 
            font-size:16px;
            text-transform: uppercase;
        }

        .nav-before-open header.page-header .menu-wrapper .tab-content .tab-pane ul li {
            text-transform: uppercase;
        }

        /*Sommar Jul meddelande */

        .top-header .line {
            padding:0px;
            display:block;
        }

        .page-header .top-header {
            display:block;
        }
 
        .nav-before-open header.page-header .menu-wrapper .tab-content .tab-pane ul li.is-active {
            position:relative !important;
            height:auto !important;
        }

        .nav-before-open header.page-header .menu-wrapper .tab-content .tab-pane nav.navigation {
            overflow:visible;
        }

        /*
        header.page-header .nav-main-menu .level1>a+.toggle-menu {
            top:10px !important;
        }
        */

        header.page-header .nav-main-menu .category-menu .level1>a+.toggle-menu {
            padding:10px 30px 10px 30px !important;
        }

        .nav-before-open header.page-header .menu-wrapper .tab-content .tab-pane nav.navigation ul li.category-submenu.is-active>.dropdown-submenu {
            transform: unset !important;
        }

        header.page-header .header-area:not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu a {
            padding:0px;
            position:relative;
        }

        header.page-header .header-area:not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu a {
            border-bottom:none;
        }

        header.page-header .header-area:not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu {
            border-bottom:1px solid #dedede;
        }


        .category-submenu a .icon-next i {
            display: none !important;
        }

        .nav-before-open header.page-header .header-area .nav-main-menu .category-menu .category-submenu .dropdown-submenu.active {
            display: block !important;
            position: relative !important;
        }

        .nav-before-open header.page-header .menu-wrapper .tab-content .tab-pane nav.navigation ul .dropdown-submenu {
            transition: none !important;
            height: auto !important;
            width: 100% !important;
        }

        header.page-header .header-area:not(.header7) .navigation .nav-main-menu li>.dropdown-submenu {
            left:0 !important;
        }

        .dropdown-submenu .hidden-des {
            display: none !important;
        }

        .dropdown-submenu .level2 {
            padding-left: 15px !important;
        }

        .dropdown-submenu .level3 {
            padding-left: 15px !important;
        }

        .navigation .dropdown-menu {
            background-color: rgb(255 255 255) !important;
            border-bottom: none !important;
        }

         /*Göm sidomeny */
        #togglemenu {
            display: none;
        }

        .dropdown-menu img {
            display: inline-block !important;
        }

        a.level0.dropdown-toggle {
                pointer-events: auto;
        }

        #instagram-api-data img {
            width: 250px;
            height: 250px;
        }

            /* mobilmeny */
        .menu-content-mb #mainMenu .level0 a.level0 {
            color: #0a0a0a !important;
            background-color: #ffffff !important;
            font-size: 16px;
        }
	    
		/*Padding på breadcrumps och title*/
		.breadcrumps .container {
		    padding-left:0px;
		}
		.page-title-wrapper .container {
		    padding-left:0px;
		}

		/*Bakgrundsfärg på dropdown*/
		.header:not(.header6):not(.header7) .nav-main-menu li {
		    background-color: #000;
		}
	    /*textfärg titel meny*/
	   .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li> a{
	        color:#fff;
	    }

		.header:not(.header6):not(.header7) .navigation .nav-main-menu li > .dropdown-menu a {
		    color: #fff !important;
		}

		.header:not(.header6):not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a {
		    border-bottom: 1px solid #ddd;
		}
		.header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li > a {
		    background-color: #000;
		    /*color: #000 !important;*/

		}
		/*bakgrundsfärg dropdown-meny*/
		.header:not(.header6):not(.header7) .navigation .nav-main-menu li > .dropdown-menu{
		    background-color:#000 !important;
		}
		.header:not(.header6):not(.header7) .navigation .nav-main-menu li > .dropdown-menu a{
		    color:#fff !important;
		}
		.header:not(.header6):not(.header7) .navigation .nav-main-menu li > .dropdown-menu a:hover{
		    color:#89ccca !important;
		}
		.header:not(.header6):not(.header7) .navigation .nav-main-menu li li > a{
		    padding:8px;
		}

		/*Bakgrundsfärg på kontomeny*/
		.header:not(.header6):not(.header7) .megamenu-content .top-links li {
		    background-color: #000;
		}
		/*Bakgrundsfärg och textfärg på aktivt toppmenyval*/
		.header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li.active > a {
		    background-color: #000;
		    color:#89ccca !important;
		}
		/*Bakgrundsfärg toppmenyval*/
		.header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li + li {
		  	background-color:#000;
		}
		/*Bakgrundsfärg på storeswitcher*/
		.header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher {
		    background-color: #000;
		    color: #fff;
		}

		/* mobilmeny - avgränsare */
		.header:not(.header6):not(.header7)  .megamenu-content .nav-tabs > li + li {
		    border-left: 1px solid #ddd;
		}
		.header:not(.header6):not(.header7) .megamenu-content .nav-tabs {
		    border-bottom: 1px solid #ddd;
		}

	}


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

       .cms-rakna-hur-manga-armaturer-som-behovs .breadcrumbs {
        margin-bottom:40px;
       }

        .block.block-left-nav {
            display: none !important;
        }

        /*.breadcrumbs {
            margin-bottom:0px !important;
        }
        */

        /* Category full width banner */
        .catalog-category-view .category-view {
            padding: 0px;
        }

        .breadcrumbs {
            margin-bottom:0px;
        }

      .category-intro-text p {
            font-size: 14px !important;
        }

    }


	/* Produktsida layout widths */

	@media (min-width: 768px) {


    .catalog-category-view .block.widget .products-grid .product-item, .catalog-category-view .block.widget .products-grid .product-item:nth-child(2n + 1) {
        margin-left: calc((100% - 4 * 24.439%) / 3) !important;
        padding: 0 !important;
        width: 23.439% !important;
    }

    /*Ifall mobiltelefon */
    .swatch-option:hover {
        /*background-color: transparent !important;*/

        box-shadow: none;
    }

    .block.newsletter {
        max-width: initial !important;
        width: auto !important;
    }

    #search_mini_form {
        width: 100% !important;
        float: none !important;
    }
    #search_mini_form .mgs-instant-search-dropdown {
        position:relative !important;
    }

        .scrollslider .mgz-block .owl-stage-outer, .products-related .owl-stage-outer{
        overflow-x: scroll !important;
    }

    /*fixa varukorgen layout */
    .minicart-wrapper .block-content .minicart-items-wrapper {
        max-height:auto !important;
    }

		.page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main {
			width:38% !important;
		}
		.page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media {
			width: 60% !important;
		}

		.product-tab-wrapper .product-tab-content .product-tab {
			padding-right:50px;
		}


        .product-thumbnail .owl-carousel .owl-stage {
            width: 100% !important;
            transform: none !important;
            float:left;
        }
        .product-thumbnail .owl-carousel.owl-drag .owl-item {
            width:50% !important;
        }

        .product-thumbnail .owl-nav {
            display:none !important;
        }

        .horizontal-thumbnail-wrapper {
            display:none !important;
        }

        .horizontal-thumbnail {
            display: none !important;
        }
	}


	/****     MOBIL     ****/

	@media (max-width: 767px) {


          .tooltip .tooltiptext {
            bottom: auto;       /* reset top/bottom positioning */
            left: auto;
            top: 50%;
            right: 130%;        /* position to the left of the icon */
            transform: translateY(-50%);
            /*pointer-events:auto;
            z-index:99999;*/
          }

          .tooltip .tooltiptext::after {
            top: 50%;
            left: 100%;
            transform: translateY(-50%);
            border: 8px solid transparent;
            border-left-color: #f5f5f5;   /* arrow pointing right */
          }

          .tooltip i {
              cursor: pointer;
              -webkit-user-select: none;
              user-select: none;
            }




    .produktlogo {
        width:35px !important;
    }

     .blog-post-list .columns {
        margin: 0px 5px;
    }

    .blog-post-list .blog-list .post-item-info{
        margin-top: 30px !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .catalog-product-view .product .product-thumbnail .owl-carousel .owl-nav>div.owl-next .pe-7s-angle-right:before, .catalog-product-view .product .product-thumbnail .owl-carousel .owl-nav>div.owl-prev .pe-7s-angle-left:before {
        color: black;
        font-size: 22px;
        background-color: #ffffff96;
        border-radius: 22px;
        border: 1px solid #0b0b0b;
    }

    .catalog-product-view .product .product-thumbnail .owl-carousel .owl-nav > div.owl-next {
        right: 10px;
    }

    .catalog-product-view .product .product-thumbnail .owl-carousel .owl-nav > div.owl-prev {
        left: 10px;
    }


    .anvomrade-header-mobile .mgz-cta-content-inner {
        background-color: #0000004a;
        padding: 20px;
        border-radius: 2px;
    }

    .extralinksHeader {
        padding: 5px 0px;
    }

    .middle-header button.action.nav-tg::after {
        top: 38px;
    }

    button.action.nav-tg {
        margin-top: 15px;
    }


    input#c-height {
        margin-top: 20px;
    }

    #numberslider {
        width:250px;
    }

    .mgz-element-instagram h3 {
        line-height: normal !important;
        font-size: 16px;
    }

    .cms-rakna-hur-manga-armaturer-som-behovs .config-sammanfattning {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .cms-rakna-hur-manga-armaturer-som-behovs span.forslag {
    /* display: none; */
        background-color: black;
        color: white;
        font-size: 12px;
        padding: 5px 15px;
        position: absolute;
        margin-bottom: 20px;
        left: 30px;
        top: 20px;
    }

    .product.attribute.description span {
        font-size:1.5em !important;
    }


    #instagram-api-data img {
        width: 230px;
        height: 230px;
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
        padding:5px 15px !important;
    }

    .product.data.items>.item.content {
        margin-top: 20px !important;
    }

    .cart-bottom .line {
        display:block;
    }

    aside.modal-popup.modal-static-block.modal-slide._show .modal-inner-wrap {
        overflow:auto;
    }

    .cart-bottom {
        width:100%;
    }

    #shopping-cart-table {
        margin-bottom: 0px;
        margin-top: 20px;
        /*
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        padding: 20px !important;
        */
    }


    .checkout-cart-index td.col.price {
        display: none !important;
    }
     .checkout-cart-index #shopping-cart-table span.fa.fa-pencil {
        display: none;
    }

    .checkout-cart-index #shopping-cart-table a.action.action-delete {
        line-height:30px;
    }


    .checkout-cart-index #shopping-cart-table img.product-image-photo {
        width: 100%;
    }

    .checkout-cart-index a.product-item-photo {
        margin: 20px;
        border: 1px solid #ededed;
    }


    .checkout-cart-index td.col.qty {
        float: left;
        display: block !important;
        width: auto !important;
        margin-left: 20px;
    }


    .checkout-cart-index td.col.subtotal {
        display: block !important;
        width: auto !important;
        margin-left: 20px;
        clear: right;
        position: relative;
        vertical-align: middle !important;
        height: 40px;
        margin-top: 10px;
    }

    .checkout-cart-index span.price-including-tax {
        float: left;
        margin-left: 20px;
    }

    .checkout-cart-index .actions-toolbar-kassan {
        width: auto;
        float: right;
        position: relative;
        margin-right: 20px;

    }

    .checkout-cart-index #shopping-cart-table span {
        color: #000000 !important;
        font-size: 20px;
    }

    .checkout-cart-index span.price-including-tax {
        float: left;
        margin-left: 20px;
    }

    
    .checkout-cart-index #shopping-cart-table .cart.item tr td.col.item .product-item-photo {
        /*display: inline-block;
        min-width: 80px;
        width: auto;*/
        border:none;
    }
      
    .checkout-cart-index #shopping-cart-table .cart.item tr td {
        border: none !important;
        float: left;
    }

    .checkout-cart-index .page-main .cart.table-wrapper .item-actions {
        float: left;
        position: absolute;
        right: 10px;
        top:auto;
    }

    .checkout-cart-index button.action.update.btn.btn-default {
        padding: 10px 15px !important;
        display: block !important;
        width: 200px !important;
        clear:both;
    }

    .cart.main.actions .btn-continue {
        display:none;
    }

    .checkout-cart-index button#empty_cart_button {
        width: 48%;
        float: left;
        font-size:12px;
        padding:0px;
    }

    .checkout-cart-index button.action.btn-update.btn.btn-default {
        width: 48%;
        float: right;
        max-width: 48%;
        font-size: 12px;
        padding:0px;
    }


    .checkout-cart-index td.col.price {
        display: none !important;
    }


    .checkout-cart-index button.action.update.btn.btn-default {
        margin-bottom:20px !important;
    }

    .checkout-cart-index button#empty_cart_button {
        margin-bottom:0px;
    }

        .mgz-element-single_product .product-item-name {
            font-size:13px;
        }

	    .slider_mgs_carousel .owl-item .item-image {
	        min-height:auto !important;
	    }

	    /*Flytta ner högerikonerna*/
	    .header .table-icon-menu {
	        margin-top: 14px;
	    }
	   .post-content  img {
	        max-width: 100%;
	    }
	    .kassan #form-validate{
	        display:none;
	    }
	    /*
	    #block-form-heading{
	        display:none;
	    }*/
	   .sveacheckout-index-index #block-form-heading{
	        /*display:none !important;*/
	    }
	   	.bottom-info{
	        margin-bottom:20px;
	   	}
	   	.category-cms img {
	        width:100%;
	        height:auto;
	   	}
	   	.blog-list .post-item-info .post-info{
	       	padding:5px;
	   	}
	   	.blog-list .post-item-info .post-info h2{
	       	font-size:14px !important;
	   	}
	     /*text-mobil*/
	   .text-xcen-mob{
	       	display:block !important;
	       	margin-top:20px;
	  	}
		.box-tocart .field.qty>.control span.edit-qty.plus {
	        padding: 10px 15px;
	        margin-right: -15px;
		}

	    .box-tocart .field.qty>.control span.edit-qty.minus {
		    padding: 8px 15px;
		    margin-left: -15px;
		}

        /*
		.mgz-image-hovers.owl-carousel .owl-item {
			width:300px !important;
		}
        */

	}

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

        .product-tab-wrapper .product.info.detailed .additional-attributes > tbody > tr > th {
            display: table-cell !important;
            width: 150px !important;
            min-width: 150px !important;
            padding: 10px;
        }
        .product-tab-wrapper .product.info.detailed .additional-attributes > tbody > tr > td {
            display: table-cell !important;
            width: 100%;
            font-size:14px !important;
        }
        .product-tab-wrapper .product.info.detailed .additional-attributes > tbody > tr > td:before {
            display: none !important;
        }
    }



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

        .anvomrade-lista .mgz-bg-transform-zoom-in:hover .mgz-bg, .mgz-bg-transform-zoom-out .mgz-bg {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .anvomrade-lista .mgz-cta:hover .mgz-cta-bg-overlay {
            background-color: rgba(0,0,0,0.4);
        }

        .catalog-product-view .box-tocart .actions {
          width:68% !important;
        }

        .shapes, .colors, .mount {
        font-size:12px;
        }

         #instagram-api-data img {
            width: 230px;
            height: 230px;
        }


        .first-cookie-box {
            max-width:100%;
            float:left;
            padding-right:0px;
        }

        .second-cookie-box {
            max-width:100%;
            float:left;
        }

        table {
            display: block;
        }

        .anvomrade-lista .mgz-element-column .mgz-element-inner .mgz-cta {
            height: 100%;
            width: 100%;
        }

        .anvomrade-lista .mgz-element-column .mgz-element-inner .mgz-cta-content {
            min-height:250px;
        }

        .anvomrade-lista a {
            font-size: 10px !important;
        }

        .mgs-post .title-blog a {
            font-size: 12px;
        }
    }


      @media screen and (max-width: 480px) {
        #instagram-api-data img {
            width: 170px;
            height: 170px;
        }

        .catalog-product-view .box-tocart .actions {
          width:62% !important;
        }

        .anvomrade-lista .mgz-element-column .mgz-element-inner .mgz-cta {
            height: 100%;
            width: 100%;
        }

        .anvomrade-lista .mgz-element-column .mgz-element-inner .mgz-cta-content {
            min-height:180px;
        }

      }









/* RESTYLING OF MAIN MENU */
  @media screen and (max-width: 1199px) { 
    

    header.page-header .nav-main-menu .is-active .dropdown-menu, header.page-header .nav-main-menu .is-active .dropdown-submenu {
      display:contents;
    }

    .dropdown-menu.active .hidden-des{
      display:none !important;
    }



    header.page-header .nav-main-menu .dropdown-menu, header.page-header .nav-main-menu .dropdown-submenu {
      transition:unset !important;
    }


    .level0.dropdown.is-active > span a .fa-chevron-right:before {
        content: "\f078" !important;
    } 

    .level1.is-active > span a .fa-chevron-right:before {
      content: "\f078" !important;
    }

    header.page-header .nav-main-menu li > a {
      border:none;
    }

    #mainMenu a.level0, nav.navigation a.level-top {
          padding: 13px 0px 13px 15px !important;
    }

    header.page-header .nav-main-menu li > a + .toggle-menu {
      line-height: 30px;
      padding: 10px 30px;
    }


    header.page-header .menu-wrapper {
      max-width:500px;
      width:100%;
    }

    .nav-before-open header.page-header .menu-wrapper .tab-content .tab-pane nav.navigation {
      max-width:500px;
    }

    .menu-wrapper div#main-Menucontent {
        margin-top: 50px;
        margin-left: 10px;
    }

    #mainMenu .level0 > span, #mainMenu .level1 > span, #mainMenu a {
      font-family:'ddt';
    }

    .menu-wrapper .close-nav-button span {
      color: black;
    }

    .menu-wrapper .close-nav-button {
          opacity: 1 !important;
      display: block !important;
      right: 6px !important;
      left: auto !important;
      top: 5px !important;
      padding: 0 !important;
      -webkit-tap-highlight-color: transparent;
          position: relative !important;
      right: 0px !important;
      float: right !important;
      margin-top: -50px !important;
      margin-right: 5px !important;
    }

    button.switcher-toggle.dropdown-toggle {
      color: black;
        -webkit-tap-highlight-color: transparent;
    }

    button.switcher-toggle.dropdown-toggle:visited {
        color: black;
        -webkit-tap-highlight-color: transparent;
    }

    .nav-before-open header.page-header .menu-wrapper .tab-content .tab-pane > div {
      display:block;
    }

    .nav-before-open header.page-header .menu-wrapper, header.page-header .menu-wrapper{
      transform:none !important;
      -webkit-transform:none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      transform: none !important;
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
    }

    .main-extralinks {
      display:block !important;
      font-family: 'ddt';
      text-transform: uppercase;
      margin-top:15px;
    }

    .main-extralinks a {
      color:black;
    }

    .main-extralinks span {
      background-color: #eaeaea;
      display: block;
      padding: 13px 0px 13px 25px !important;
      color: black;
    }

    header.page-header .menu-wrapper::-webkit-scrollbar {
        display: none;
    }

      /* Hide scrollbar for IE, Edge and Firefox */
    header.page-header .menu-wrapper {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    #main-Settingcontent {
      position: fixed;
      bottom: 0px;
      background-color: #eaeaea;
      width: 100%;
      padding:15px;
      max-width: 500px;
    }

    #main-Settingcontent #switcher-language {
      padding-top:0px !important;
      padding-left: 10px;
      text-align:left;
    }

    #mainMenu li.hidden-des {
      display:none;
    }

    #main-Settingcontent .dropdown-switcher .switcher-toggle, li.view-foretag.switcher-option a {
      text-transform:capitalize;
    }

    #main-Settingcontent #switcher-language button.switchchoice {
      font-size:16px;
    }

    #main-Settingcontent #switcher-language button.switchchoice a {
      color:black;
    }

}



/* Fix för MEGA MENU */
@media screen and (min-width: 1199px) { 

    header.page-header .header-area:not(.header7) .navigation .nav-main-menu .dropdown-menu li {
        text-transform: initial;
        line-height: 26px;
        font-family: 'ddt';
    }

    /* Denna är tillagd pga stäng menu om hover ovanför */
    header.page-header .header-area:not(.header7) .navigation .nav-main-menu {
        height:auto;
    }

    #mainMenu .dropdown-menu {
        background-color:white !important;
        box-shadow: -1px 1px 50px 30px #0000005e !important;
        transition: all 0s;

        /*avdelning fix */
        background-color: white !important;
        background-clip: content-box;
        box-shadow: 1px 30px 50px 0px #0000005e !important;
        transition: all 0s;
        border-top: 40px solid transparent !important;
        margin-top: -40px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #mainMenu .magezon-builder {
        padding-top:20px;
    }

    /* Denna är tillagd pga stäng menu om hover ovanför, allt efter första lajnen */
    header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth {
        padding:40px 0px;
        padding-top: 0px;
        margin-top: 40px !important;
        display: inline-block;
    }

    .main-menu-products p {
        font-size:14px;
    }

    header.page-header .header-area:not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu a {
        font-size:14px;
    }

    /*
    header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
        width: 1170px;
        left: 50%;
        right: auto;
        margin-left: -635px;
        width: 1250px;
        background-color: white !important;
        box-shadow:none !important;
            padding: 10px 0px;
    }*/

     header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
        width: 1170px;
        left: 50%;
        right: auto;
        margin-left: -645px;
        width: 1270px;
        background-color: white !important;
        box-shadow:none !important;
    }

    ul#mainMenu .magezon-builder a {
        display: inline;
        background: none !important;
        padding:0px;
        border:none;
        text-decoration:none;
    }

    ul#mainMenu .magezon-builder a:hover {
        color: #a8a8a8 !important;
    }


    #mainMenu .magezon-builder {
        max-width: 1280px;
        margin: 0 auto;
    }

    header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
        width: 1170px;
        left: 50%;
        right: auto;
        margin-left: -810px;
        width: 1600px;
        background-color: white !important;
        box-shadow: none !important;
    }


}


/* Fix för MEGA MENU */
@media screen and (min-width: 1600px) { 
    /*
    #mainMenu .dropdown-menu{
        box-shadow: -1px 1px 6px 0px #0000001c !important;
    }
    */

    header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
        margin-left: -1010px;
        width: 2000px;
    }

}



/* Fix för MEGA MENU */
@media screen and (max-width: 1314px) { 
    header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
        padding:10px 50px;
    }

        #mainMenu .magezon-builder {
        z-index:0 !important;
    }

    #mainMenu .magezon-builder {
        max-width: 1200px;
    }
}   

.sticky {
    position: sticky;
    top: 0;
    background-color: #f9f9f9;
    z-index: 5;


  }

  .sticky2 {
    position: sticky;
    top: 45px;
    background-color: #f9f9f9;
    z-index: 5;
  }@media (max-width: 1199px) {
  .modal-popup._inner-scroll.quickViewDetails {
    left: 15px;
    padding: 10px;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap {
    max-width: 98% !important;
    width: 100%;
    margin: 0;
    overflow: auto;
    max-height: 80vh;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap .product_quickview_content {
    overflow: auto;
    position: inherit;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap header.modal-header {
    position: absolute;
    right: 0;
    padding: 0;
    z-index: 9;
  }
  .modal-popup._inner-scroll.quickViewDetails + .modals-overlay {
    background: #0b0b0b;
    opacity: 0.8;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main-wrapper {
    padding-left: 30px;
    max-height: 490px;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-header .action-close {
    right: 0;
    color: #000;
    padding: 0;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-header .action-close:before {
    color: #000;
    display: block;
    font-size: 28px;
    width: auto;
    font-weight: 600;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main .box-tocart {
    margin-bottom: 0;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main .box-tocart .actions {
    text-align: left;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main .box-tocart .actions .action.tocart {
    width: auto;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main .product-addto-links {
    display: table;
  }
}
@media (max-width: 767px) {
  .modal-popup._inner-scroll.quickViewDetails {
    left: 0;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap {
    max-width: 100% !important;
    background-color: #fff;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap .product_quickview_content {
    padding: 0 !important;
    overflow: inherit;
    position: initial;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main .product-addto-links {
    margin-left: 0;
    margin-top: 10px;
    flex-basis: 100%;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main .box-tocart {
    margin-bottom: 10px;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main .box-tocart .actions {
    text-align: left;
    flex-basis: 50%;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main-wrapper .product-info-main .fieldset {
    flex-wrap: wrap;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main-wrapper .product-info-main .fieldset .field.qty {
    max-width: 130px;
    flex-basis: 50%;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-media-wrapper,
  .modal-popup._inner-scroll.quickViewDetails .product-info-main-wrapper {
    width: 100%;
  }
  .product_quickview_conten > .catalog-product-view .product-info-quickview {
    flex-wrap: wrap;
  }
}
@media (max-width: 320px) {
  .modal-popup._inner-scroll.quickViewDetails .product-info-main .box-tocart .actions {
    flex-basis: 100%;
    margin-top: 10px;
  }
}
/*VARIABLE & FUNCTION */
/* &:extend(.display-flex); */
.display-flex,
.shop-by-brand .featured-brands .featured-brand-list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* &:extend(.align-items); */
.align-items,
.shop-by-brand .featured-brands .featured-brand-list .owl-stage {
  -ms-flex-align: center;
  align-items: center;
}
/* &:extend(.justify-content-space); */
.justify-content-space {
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
/* &:extend(.justify-content-center); */
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
/* &:extend(.color-primary); */
.color-primary {
  color: #56cfe1;
}
/* &:extend(.bg-primary); */
.bg-primary,
.shop-by-brand .characters-filter li > a:hover {
  background-color: #56cfe1;
}
/* &:extend(.border-primary); */
.border-primary {
  border-color: #56cfe1;
}
/* &:extend(.border-bt-primary); */
.border-bt-primary {
  border-bottom-color: #56cfe1;
}
/* &:extend(.border-t-primary); */
.border-t-primary {
  border-top-color: #56cfe1;
}
/* &:extend(.border-l-primary); */
.border-l-primary {
  border-left-color: #56cfe1;
}
/* &:extend(.border-r-primary); */
.border-r-primary {
  border-right-color: #56cfe1;
}
/* &:extend(.fill-primary); */
.fill-primary {
  fill: #56cfe1 !important;
}
.brands-grid .item {
  margin-bottom: 30px;
}
.brands-grid .item .image .brand-image {
  min-height: 140px;
}
.brands-grid .item .image img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.brands-grid .item .brand-name {
  text-align: center;
  margin: 15px 0 0;
}
.brands-grid .item .brand-name .brand-title {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 600;
}
.brands-grid .item .brand-name .brand-title a {
  color: #2a2a2a;
}
.brands-grid .item .brand-name .count {
  color: #878787;
}
.shop-by-brand .description {
  text-align: center;
  border: 1px solid #eaeaea;
  padding: 20px 15px;
  line-height: 1.9;
  border-radius: 5px;
}
.shop-by-brand .description + .featured-brands {
  margin-top: 70px;
}
.shop-by-brand .featured-brands .block-content {
  margin: 0 -15px;
}
.shop-by-brand .featured-brands .block-content .owl-item {
  padding: 0 15px;
}
.shop-by-brand .featured-brands .block-content .owl-item .item {
  margin: 0;
}
.shop-by-brand .brand-search {
  margin-top: 70px;
}
.shop-by-brand .brand-search .search_brand_form {
  border: 1px solid #878787;
  overflow: hidden;
  background-color: transparent;
  padding: 2px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
}
.shop-by-brand .brand-search .search_brand_form form {
  display: table;
  position: relative;
  width: 100%;
}
.shop-by-brand .brand-search .search_brand_form form .form-group > input[type="text"] {
  border: none;
  height: 39px;
  line-height: 39px;
  vertical-align: middle;
  background-color: transparent;
  padding: 0 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
}
.shop-by-brand .brand-search .search_brand_form form .actions {
  white-space: nowrap;
  width: 1%;
  cursor: pointer;
}
.shop-by-brand .brand-search .search_brand_form form .actions .action.primary {
  margin-right: -4px;
}
.shop-by-brand .brand-search .search_brand_form .form-group,
.shop-by-brand .brand-search .search_brand_form .actions {
  display: table-cell;
}
.shop-by-brand .characters-filter {
  display: flex;
  justify-content: center;
  margin: 15px 0 0;
  flex-wrap: wrap;
}
.shop-by-brand .characters-filter li {
  height: 36px;
  line-height: 36px;
  margin: 3px;
  padding: 0;
  text-align: center;
  width: 36px;
  font-weight: 500;
}
.shop-by-brand .characters-filter li > a {
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  color: #999;
}
.shop-by-brand .characters-filter li > a:hover {
  color: #fff;
}
.shop-by-brand .btn.btn-secondary,
.shop-by-brand .primary {
  height: 39px;
}
.brand-product-list .toolbar-products {
  width: 100%;
}
.brand-product-list .toolbar-products .filter-placeholder {
  display: none !important;
}
.brand-product-list .toolbar-products .toolbar-sorter {
  margin-left: auto;
}
.brand-product-list .products.list.items .action.towishlist > span {
  margin: unset;
  overflow: visible;
  padding: 0;
  position: inherit;
  width: 100%;
}
@media (min-width: 1200px) {
  .shop-by-brand .col-custom-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 576px) {
  .shop-by-brand .all-brands .brand-list.line {
    margin: 0 -10px;
  }
  .shop-by-brand .all-brands .brand-list.line .item {
    padding: 0 10px;
  }
  .shop-by-brand .featured-brands .block-content {
    margin: 0 -10px;
  }
  .shop-by-brand .featured-brands .block-content .owl-item {
    padding: 0 10px;
  }
}
