.heartIt {
  margin-top: 50px;
  margin-bottom: 80px;
}
.heartIt p {
  font-size: 24px;
  line-height: 40px;
}
.heartIt img {
  width: 64px;
  height: auto;
}

.sepLine {
  width: 70px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  left: 50%;
}

.auth {
  font-weight: 400;
  color: black;
  position: relative;
  display: block;
}
.auth a {
  color: black;
  font-weight: 400;
}




.circCont {
  display: inline-block;
}

.delete_circle {
  width: 24px;
  height: 24px;
  background: transparent;
  border: 2px solid rgb(228, 49, 29);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
 margin: 5px 5px;
}
.delete_circle:after {
    width: 12px;
    height: 2px;
    background-color: rgb(228, 49, 29);
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -1px;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.delete_circle:before {
left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    background-color: rgb(228, 49, 29);
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.delete_circle + p {
  text-transform: lowercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.simpleRotate {
  -moz-animation: rotate 0.1s 2 ease-in-out alternate;
  -webkit-animation: rotate 0.1s 2 ease-in-out alternate;
  animation: rotate 0.1s 2 ease-in-out alternate;
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes rotate {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.delete_circle[data-animation="simpleRotate"]:not(.simpleRotate) {
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}
.delete_circle[data-animation="simpleRotate"]:not(.simpleRotate):hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.delete_circle[data-animation="rotateY"] {
  -moz-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.delete_circle[data-animation="rotateY"]:after {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.delete_circle[data-animation="rotateY"]:before {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.delete_circle[data-animation="rotateX"] {
  -moz-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.delete_circle[data-animation="rotateX"]:after {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.delete_circle[data-animation="rotateX"]:before {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.rotateY {
  -moz-transform: rotateY(180deg) scale(0.5);
  -ms-transform: rotateY(180deg) scale(0.5);
  -webkit-transform: rotateY(180deg) scale(0.5);
  transform: rotateY(180deg) scale(0.5);
}
.rotateY:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotateY:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotateX {
  -moz-transform: rotateX(180deg) scale(0.5);
  -ms-transform: rotateX(180deg) scale(0.5);
  -webkit-transform: rotateX(180deg) scale(0.5);
  transform: rotateX(180deg) scale(0.5);
}
.rotateX:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotateX:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scaleUp:not(.scaleDown):not(.minimize) {
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.575) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.575) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.575) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.575) 200ms;
}
.scaleUp:not(.scaleDown):not(.minimize):hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.scaleUp:not(.scaleDown):not(.minimize):hover:after {
  -moz-transform: scale(1.1) rotate(45deg);
  -ms-transform: scale(1.1) rotate(45deg);
  -webkit-transform: scale(1.1) rotate(45deg);
  transform: scale(1.1) rotate(45deg);
}
.scaleUp:not(.scaleDown):not(.minimize):hover:before {
  -moz-transform: scale(1.1) rotate(-45deg);
  -ms-transform: scale(1.1) rotate(-45deg);
  -webkit-transform: scale(1.1) rotate(-45deg);
  transform: scale(1.1) rotate(-45deg);
}

.scaleDown {
  -moz-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.minimize {
  -moz-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}

.boxShadow {
  -moz-transition: box-shadow 200ms ease-out, -moz-transform 200ms ease-out, opacity 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-out, -o-transform 200ms ease-out, opacity 200ms ease-in-out;
  -webkit-transition: box-shadow 200ms ease-out, -webkit-transform 200ms ease-out, opacity 200ms ease-in-out;
  transition: box-shadow 200ms ease-out, transform 200ms ease-out, opacity 200ms ease-in-out;
}
.boxShadow:after, .boxShadow:before {
  -moz-transition: linear 400ms;
  -o-transition: linear 400ms;
  -webkit-transition: linear 400ms;
  transition: linear 400ms;
}

.boxShadow:hover:not(.fadeOut) {
  -moz-box-shadow: 0px 0px 0px 20px rgb(228, 49, 29) inset;
  -webkit-box-shadow: 0px 0px 0px 20px rgb(228, 49, 29) inset;
  box-shadow: 0px 0px 0px 20px rgb(228, 49, 29) inset;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.boxShadow:hover:not(.fadeOut):after {
  background-color: #fff;
  -moz-transform: rotate(-45deg) scale(0.85);
  -ms-transform: rotate(-45deg) scale(0.85);
  -webkit-transform: rotate(-45deg) scale(0.85);
  transform: rotate(-45deg) scale(0.85);
}
.boxShadow:hover:not(.fadeOut):before {
  background-color: #fff;
  -moz-transform: rotate(45deg) scale(0.85);
  -ms-transform: rotate(45deg) scale(0.85);
  -webkit-transform: rotate(45deg) scale(0.85);
  transform: rotate(45deg) scale(0.85);
}

.fadeOut {
  opacity: 0;
}

.delete_circle[data-animation="magnify"]:not(.magnify) {
  -moz-transition: ease-in-out 100ms;
  -o-transition: ease-in-out 100ms;
  -webkit-transition: ease-in-out 100ms;
  transition: ease-in-out 100ms;
}
.delete_circle[data-animation="magnify"]:not(.magnify):hover {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.delete_circle.magnify {
  -moz-transition: ease-in-out 200ms;
  -o-transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 0;
}

.fromMiddle:before, .fromMiddle:after {
  z-index: 9999;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  -moz-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
}
.fromMiddle span {
  width: 38px;
  height: 38px;
  background-color: rgb(228, 49, 29);
  display: inline-block;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  left: -2px;
  top: -2px;
  z-index: -9999;
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  -moz-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}

.fromMiddle:hover:before, .fromMiddle:hover:after {
  position: absolute;
  background-color: #fff;
}
.fromMiddle:hover span {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.delete_circle[data-animation="downBorder"] {
  -moz-transition: ease-out 200ms;
  -o-transition: ease-out 200ms;
  -webkit-transition: ease-out 200ms;
  transition: ease-out 200ms;
}
.delete_circle[data-animation="downBorder"]:hover:not(.downBorder) {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.downBorder {
  border: 4px solid transparent;
  -moz-transform: scale(0.3) rotate(45deg);
  -ms-transform: scale(0.3) rotate(45deg);
  -webkit-transform: scale(0.3) rotate(45deg);
  transform: scale(0.3) rotate(45deg);
}

.delete_circle[data-animation="radiusPlus"] {
  -moz-transition: ease-out 300ms;
  -o-transition: ease-out 300ms;
  -webkit-transition: ease-out 300ms;
  transition: ease-out 300ms;
}
.delete_circle[data-animation="radiusPlus"]:before, .delete_circle[data-animation="radiusPlus"]:after {
  -moz-transition: ease-out 300ms;
  -o-transition: ease-out 300ms;
  -webkit-transition: ease-out 300ms;
  transition: ease-out 300ms;
}

.radiusPlus {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.radiusPlus:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radiusPlus:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.delete_circle[data-animation="shrinkRadius"] {
  -moz-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
}
.delete_circle[data-animation="shrinkRadius"]:after, .delete_circle[data-animation="shrinkRadius"]:before {
  -moz-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
}

.delete_circle.shrinkRadius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}
.delete_circle.shrinkRadius:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.delete_circle.shrinkRadius:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.delete_circle[data-animation="xMarks"] {
  border: 0px solid white;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 0px 0px rgb(228, 49, 29) inset;
  -webkit-box-shadow: 0px 0px 0px 0px rgb(228, 49, 29) inset;
  box-shadow: 0px 0px 0px 0px rgb(228, 49, 29) inset;
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}
.delete_circle[data-animation="xMarks"]:before, .delete_circle[data-animation="xMarks"]:after {
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}
.delete_circle[data-animation="xMarks"]:not(.xMarks):hover {
  -moz-box-shadow: 0px 0px 0px 6px rgb(228, 49, 29) inset;
  -webkit-box-shadow: 0px 0px 0px 6px rgb(228, 49, 29) inset;
  box-shadow: 0px 0px 0px 6px rgb(228, 49, 29) inset;
}
.delete_circle[data-animation="xMarks"]:not(.xMarks):hover:before {
  -moz-transform: scale(0.7) rotate(45deg);
  -ms-transform: scale(0.7) rotate(45deg);
  -webkit-transform: scale(0.7) rotate(45deg);
  transform: scale(0.7) rotate(45deg);
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.delete_circle[data-animation="xMarks"]:not(.xMarks):hover:after {
  -moz-transform: scale(0.7) rotate(-45deg);
  -ms-transform: scale(0.7) rotate(-45deg);
  -webkit-transform: scale(0.7) rotate(-45deg);
  transform: scale(0.7) rotate(-45deg);
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.delete_circle.xMarks {
  -moz-transition: -moz-transform 400ms ease-out, opacity 200ms ease-in;
  -o-transition: -o-transform 400ms ease-out, opacity 200ms ease-in;
  -webkit-transition: -webkit-transform 400ms ease-out, opacity 200ms ease-in;
  transition: transform 400ms ease-out, opacity 200ms ease-in;
  -moz-transition-delay: opacity 100ms;
  -o-transition-delay: opacity 100ms;
  -webkit-transition-delay: opacity 100ms;
  transition-delay: opacity 100ms;
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -moz-box-shadow: 0px 0px 0px 20px rgb(228, 49, 29) inset;
  -webkit-box-shadow: 0px 0px 0px 20px rgb(228, 49, 29) inset;
  box-shadow: 0px 0px 0px 20px rgb(228, 49, 29) inset;
}
.delete_circle.xMarks:before {
  background-color: white;
  -moz-transform: scale(2) rotate(45deg);
  -ms-transform: scale(2) rotate(45deg);
  -webkit-transform: scale(2) rotate(45deg);
  transform: scale(2) rotate(45deg);
}
.delete_circle.xMarks:after {
  background-color: white;
  -moz-transform: scale(2) rotate(-45deg);
  -ms-transform: scale(2) rotate(-45deg);
  -webkit-transform: scale(2) rotate(-45deg);
  transform: scale(2) rotate(-45deg);
}

.delete_circle[data-animation="showShadow"] {
  -moz-box-shadow: 0px 0px 0px 0px rgb(228, 49, 29) inset;
  -webkit-box-shadow: 0px 0px 0px 0px rgb(228, 49, 29) inset;
  box-shadow: 0px 0px 0px 0px rgb(228, 49, 29) inset;
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  border: 0px solid white;
}
.delete_circle[data-animation="showShadow"]:before, .delete_circle[data-animation="showShadow"]:after {
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}
.delete_circle[data-animation="showShadow"]:not(.showShadow):hover {
  -moz-box-shadow: 0px 0px 0px 6px rgb(228, 49, 29) inset;
  -webkit-box-shadow: 0px 0px 0px 6px rgb(228, 49, 29) inset;
  box-shadow: 0px 0px 0px 6px rgb(228, 49, 29) inset;
}
.delete_circle[data-animation="showShadow"]:not(.showShadow):hover:before {
  -moz-transform: scale(0.7) rotate(45deg);
  -ms-transform: scale(0.7) rotate(45deg);
  -webkit-transform: scale(0.7) rotate(45deg);
  transform: scale(0.7) rotate(45deg);
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.delete_circle[data-animation="showShadow"]:not(.showShadow):hover:after {
  -moz-transform: scale(0.7) rotate(-45deg);
  -ms-transform: scale(0.7) rotate(-45deg);
  -webkit-transform: scale(0.7) rotate(-45deg);
  transform: scale(0.7) rotate(-45deg);
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.delete_circle.showShadow {
  -moz-transition: ease-out 300ms;
  -o-transition: ease-out 300ms;
  -webkit-transition: ease-out 300ms;
  transition: ease-out 300ms;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
