.container-fluid {
  position: relative;
  margin-top: 70px; 
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.imgmyanim {
  border-radius: 50%;
}

.imgmyanim:hover { 
    border-radius: 5%;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow:0 0 10px #000; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wupwup {
   margin-right: 5px; 
   opacity:0.5;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease; 
    
}
.wupwup:hover {
opacity:1;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.myhr {
display: block;
content: "";
height: 30px;
margin-top: -31px;
border-style: solid;
border-color: black;
border-width: 0 0 1px 0;
border-radius: 20px;
}
#modal-container-412742 {
    top: 50px;
}
#imgprise {
  width:32; 
  height:32;
}
.rot {
  animation: 3s ease-in 0s normal none infinite running rot;
  -webkit-animation: 100s linear 0s normal none infinite running rot;
  animation-timing-function: steps(10000, end);
  width: 100px;
}
.rot:hover {
    animation: 3s ease-in 0s normal none infinite running rot;
  -webkit-animation: 5s linear 0s normal none infinite running rot;
  animation-timing-function: steps(100, end);
  width: 100px;
   }
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media print {
    body 
  {
      margin:0;
      padding:0;
      line-height: 1.4em;
      word-spacing:1px;
      letter-spacing:0.2px;
      font: 24px Arial, Helvetica,"Lucida Grande", serif;
      color: #000;
  }
  
   .nav, .navto, .navbar-dark
  {
      display:none;
  }
  @page {size: landscape;}
  }

.mymessalert {
  position: fixed;
  display: none;
  color: red;
  background: #fafafa;
  background: linear-gradient(#fafafa, #8bceec);
  border-radius: 3px;
  box-shadow: 0px 4px #009de4, 0px 10px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 120px;
  height: auto;
  z-index: 300;
  margin-top: 100px;
  margin-left: 45%;
  border: 2px solid #00aaff;
  border-radius: 50%;
  
}
.footerline {
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
background: #000000;
width: 100%;
text-align: center;


}
