

/* loves */

.loves {float:left;
     margin: auto;
     width: 100%;
background:#000;
      padding:10px 0;
  }

.loves ul {
     margin: auto;
    width: 100%;
    float: left;
	text-align: center;
  list-style: none;
  overflow: hidden;
 }
.loves ul li{
display: inline-block;
   float: none;
    list-style: none;
	margin: 0 5px; 
	 -webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}


.loves li a {
	 line-height:28px!important;
 	color: #fff;
text-decoration: none;
text-transform:uppercase;
padding:5px 20px;
display: block;
font-size: 18px;
font-weight:500;
border-left: none;
border-right: none;
 }

.loves li a:hover,
.loves .menu-btn:hover {
 background: #d8033b;
    color: #fff;
	 -webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
 
/* menu */

.loves .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.loves .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none; color:#ff4757;
}

.loves .menu-icon .navicon {
  background: #ff4757;
  display: block;
  height:3px;
  position: relative;
  transition: background .2s ease-out;
  width: 30px;
}

.loves .menu-icon .navicon:before,
.loves .menu-icon .navicon:after {
  background: #ff4757;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.loves .menu-icon .navicon:before {
  top: 5px;
}

.loves .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.loves .menu-btn {
  display: none;
}

.loves .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.loves .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.loves .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.loves .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.loves .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.loves .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .loves li {
    float: left;
  }
  .loves li a {
    padding:10px 15px;
  }
  .loves .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .loves .menu-icon {
    display: none;
  }
}

/*
     FILE ARCHIVED ON 08:04:28 Aug 16, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:38:02 Aug 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.402
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.033
  esindex: 0.007
  cdx.remote: 4.331
  LoadShardBlock: 1727.394 (3)
  PetaboxLoader3.datanode: 1460.766 (4)
  PetaboxLoader3.resolve: 196.103 (2)
  load_resource: 52.295
*/