h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

.barlow-medium {
    font-weight: 500;
}

.barlow-bold {
    font-weight: 700;
}

.button-text {
    margin-bottom: 0px;
}

.nav{
    padding-right: 250px;
    display: inline-table;
}


#form-title{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 10px;
}

#close-button{
    color: white;
    font-size: 1.75rem;
    margin-top: -7px;
}

.event-dot{
    height: 19px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-left: 435px;
    background: #303030;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

#form-message{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    margin-left: 15px;
    margin-right: 15px;
}

.form-check-input{
    margin-left: 0;
}

.invalid-code {
    font-weight: bold;
    color: #E8344A;
    overflow: auto;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
 }

 #signup-form-placeholder{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; 
    /* color: #B3B3B3; */
    background: #FFFFFF;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    border-radius: 3px;
    height: 26px;
 }

#logo {
    display: none;
}

.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 13; 
    top: 0; 
    right: 0;
    background-color: #dee2e6; 
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
  }
  

  .sidenav a {
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
  }

  .sidenav .nav-item{
      width: 0;
  }
  
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  

  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  

#notif-header {
    padding: 10px 16px 10px 80px;
    background: hsl(4, 94%, 59%);
    color: #f1f1f1;
  }

#terms_agreed{
    width: 25px;
    height: 25px;
}

 #sign-up, #login-button, #reset-button{
    background: #E8344A;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    color: #FFFFFF;
 }

#login-forgotpassword{
    margin-bottom: 0;
}

#or{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #434343;
    margin-bottom: 5px;
}

#signup-submit{
    margin-bottom: 5px;
}

 #login-button{
    padding-left: 25px;
    padding-right: 25px;
 }

 #iAgree {
    margin-left: 37px;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #565656;
  }

.hyperlink-text{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #188DCE;
}

#dropdown{
    margin-left: -120px;
    margin-top: 30px;
    border-radius: 13px
}

#header{
    position: absolute; 
    z-index: 9; 
    width: 100%
}

html, body{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    background: #333333;
    scroll-behavior: smooth;
}

.hidden{
    display: none !important;
}

.beta-banner{
    display: none;
}

section{
    width: 100%;
    padding: 3em 0.5em 3em 0.5em;
}

section.hero{
    height: 85%;
    background: #364B59 url('../images/D2ME_BANNER_IMAGE.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

section.events{
    background: #f6f6f6;
}

section > .content{
    float: none;
    margin: 0 auto;
    padding: 2em 0 2em 0;
}

.logo-img{
    height: 50px;
}

.btn-impt,
.nav .dropdown .dropdown-toggle,
.navbar-dark .dropdown .dropdown-menu {
    border-radius: 0;
    border: 2px solid #ffffff;
    padding: .5rem 30px;
}

.promobanner{
    background: #f6f6f6;
    padding-top:20px;
    margin-bottom:-5%;
    display: flex;
}

.modal-dialog .modal-content, .modal-dialog .about-us-modal-content{
    border-radius: 10px; 
    width: 340px;
    padding-left: 15px;
    padding-right: 15px;
}

#signed-up{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #333333;
    margin-bottom: 0;
}

.dot{
    height: 19px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-left: 305px;
    margin-top: 5px;
    background: #434343;    
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.fb-login a{
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    color: #207DED;
}

.modal-dialog .modal-content .modal-header, .modal-dialog .about-us-modal-content .modal-header {
    display: inline-block; 
    border-bottom: transparent;
}

.modal-dialog .modal-content .modal-header .modal-title, .modal-dialog .about-us-modal-content .modal-header .modal-title {
    font-weight: bold; 
    font-size: 1.75rem;
}

.modal-dialog .modal-content .modal-header .modal-title p, .modal-dialog .about-us-modal-content .modal-header .modal-title p{
    font-size: 1.25rem;
}

.modal-dialog .modal-body{
    padding-left: 34px; 
    padding-right: 34px;
}

.form-group .form-control{
    border-radius: 5px;
    height: 34px;
}


.form-group.row{
    text-align:center;
    display:block;
}

.fb-login{
    text-align: center; 
    display: block; 
    background: #FFFFFF;
    border: 1px solid #207DED;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

#emailverification-text{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #333333;
}

#resetpassword-header{
    padding-bottom: 0;
}

#reset{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #333333;

}
 .valid-email{
    color: #2BA06F;
    font-weight: bold;
    overflow: auto;
    width: 100%;
    margin-top: 10px;
 }

 .invalid-email{
    font-weight: bold;
    color: #E8344A;
    overflow: auto;
    width: 100%;
    margin-top: 10px;
 }


#reset-password, #signup-modal, #login-modal{
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #E8344A;
}

#login-modal{
    margin-left: 27px;
}

.home-nav{
    text-transform: uppercase;
}

.hero .home-nav{
    justify-content: space-between;
    width: 100%;
}

.home-nav a, .home-nav p{
    color: #ffffff;
}

.home-nav .nav-item{
    margin-right: 30px;
    border: 2px solid transparent;
}

.home-nav .nav-item > .nav-link{
    padding-left: 30px;
    padding-right: 30px;
    color: rgba(255,255,255,1);
}

.home-nav .nav-item:not(.disabled):hover{
    border: 2px solid #ffffff;
}

.home-nav .nav-item.disabled p.display-name {
    padding: .5rem 30px;
    margin-bottom: 0px;
}

.hero .nav{
    flex-grow: 0;
}

body section{
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

body.translate section{
    transform: translateX(-200px);
}
 
#border{
    border-top: 2px solid #c0c0bb; 
    width: 200px;
}


.sidenav .nav-item{
    padding: 0 0em;
    width: 100%;
  
}


.scrollable.nav{
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start !important;
}

.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 10;
}


.search-box-container{
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box{
    padding: 5px;
    margin: 10px;
    line-height: 20px;
    color: black;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}

.search-box input{
    width: 100%;
    background: transparent;
    padding: 0.3em;
    border: 0;
    border-bottom: 2px solid #000000;
    text-align: center;
    font-size: 1.8em;
    color: #000000;
}

.search-box input::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
 }
 .search-box input:-moz-placeholder { /* Upto Firefox 18, Deprecated in Firefox 19  */
    color: #000000;
    opacity: 1;  
 }
 .search-box input::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;
    opacity: 1;
 }
 .search-box input:-ms-input-placeholder {  
    color: #000000;
    opacity: 1;
 }

/* .search-box input::placeholder{
    color: #000000;
    opacity: 1;
}

.search-box input:-ms-input-placeholder{
    color: #000000;
    opacity: 1;
}

.search-box input::-ms-input-placeholder{
    color: #000000;
    opacity: 1;
} */
/*
.card-deck:not(:first-child):not(:last-child){
    margin-top: 30px;
    margin-bottom: 30px;
}*/

.card-deck{
    /* margin-top: 30px;
    margin-bottom: 30px; */
}

.event-card{
    border-radius: 0 !important;
    padding: 1em !important;
}

.card-title{
    font-weight: bold;
}

.event-card .card-wrap{
    background: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05);
}

.event-card .card-wrap:hover{
    transform: translateY(-2px);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
}


.event-card .img-box{
    width: 100%;
    height: 185px;
    background: #f0f0f0 center center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

#eventsBox-1{
    margin-top: 30px;
}

.event-details-row {
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-30px) !important;
}

.details-box{
    background: #1F1F1F;
    min-width: 100%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.thick-divider,
.details-box .thick-divider{
    height: 5px;
    width: 30%;
    background: transparent;
    margin: 2em 0;
}

.thin-divider,
.details-box .thin-divider{
    height: 1px;
    width: 100%;
    background: white;
    margin: 2em 0;
}

.light-grey{
    background: #DEDEDE !important;
}

.details-box .close{
    margin-top: 1em;
    margin-right: 1em;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
}

.details-box .close span{
    color: #ffffff;
    font-size: 1.5em;
}

.details-box .event-img{
    background-size: cover;
    position: absolute;
    width: 50%;
    min-height: 100%;
    right: 0;
    background-position: center;
    
}

.actual-details{
    min-height: 100%;
    position: absolute;
    width: 50%;
    z-index: 2;
    background: #1F1F1F;
    left: 0;
}

.actual-details .details{
    padding: 1em;
}

hr {
  display: block;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  overflow: hidden;
}

.gradient-box{
    background: -moz-linear-gradient(left, rgba(31,31,31,1) 0%, rgba(31,31,31,1) 1%, rgba(31,31,31,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(31,31,31,1) 0%,rgba(31,31,31,1) 1%,rgba(31,31,31,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(31,31,31,1) 0%,rgba(31,31,31,1) 1%,rgba(31,31,31,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#001f1f1f',GradientType=1 ); /* IE6-9 */
    min-height: 100%;
    position: absolute;
    width: 30%;
    z-index: 1;
    left: 50%;
}

.arrow-up{
    width: 30px;
    height: 30px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-bottom: 20px solid #1F1F1F;
}

.loader-container{
    position: absolute;
    background: rgba(31, 31, 31, 1);
    width: 100%;
    height: 100%;
    z-index: 5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    border: 16px solid #3B3B3B;
    border-top: 16px solid #1b75bc;
    border-right: 16px solid #f9ed32;
    border-bottom: 16px solid #ef4136;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.carousel-indicators li{
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 3px solid white;
}

.carousel-indicators li:hover{
    cursor: pointer;
}

.event-details-row .carousel-indicators{
    bottom: 1em;
    left: unset;
    margin-right: 0;
    margin-left: 0;
    right: 0;
}

.dates.row{
    width: 100%;
    position: absolute;
    padding: 2em;
}

.spacer{
    padding: 2.5em;
}

div.vert-center{
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.btn.btn-t2m-prm{
    color: #ce6469 !important;
    border: 2px solid #ce6469;
    font-size: 1em;
    font-weight: 500;
    padding: .8em 1.5em;
}

.btn.btn-t2m-prm:hover,
.btn.btn-t2m-prm:active{
    background: #ce6469;
    color: white !important;
}

.btn.btn-t2m-prm-inv{
    background: #ce6469;
    color: white !important;
    border: 2px solid #ce6469;
    font-size: 1em;
    font-weight: 500;
    padding: .8em 1.5em;
}

.btn.btn-t2m-prm-inv:hover,
.btn.btn-t2m-prm-inv:active{
    color: #ce6469 !important;
    background: white !important;
}

a.see-more{
    color: #ce6469 !important;
    font-size: 1.2em;
    font-weight: bold;
    padding: .5em;
    bottom: 0;
    display: inline-block !important;
}

a.see-more:hover{
    text-decoration: none;
    color: white !important;
    background: #ce6469 !important;
}

.img-responsive{
    width: 100% !important;
}


.beta {
    width: 0;
    height: 0;
    border-bottom: 80px solid transparent;
    border-left: 80px solid #ef4136;
    top: 0;
    left: 0;
    position: absolute;
}

.beta p {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    /* top: 18px;
    left: -83px; */
    /* transform: rotate(-45deg); */
}

.beta.fancy-header p {
    top: 10px;
    left: -76px;
}

.beta.plain-header p {
    top: 10px;
    left: -77px;
}

.text-danger {
    color: #ef4136 !important;
}

.text-warning {
    color: #f9ed32 !important;
}

.nav .dropdown {
    margin-right: 30px;
    margin-left: 30px;
}

.nav .dropdown .dropdown-toggle p{
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
}

.nav .dropdown .dropdown-menu .dropdown-item {
    text-align: center;
    padding: .5em 0;
    color: #212529;
}

.navbar-dark .dropdown .dropdown-toggle {
    background-color: transparent;
}

.navbar-dark .dropdown .dropdown-toggle:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.navbar-dark .dropdown .dropdown-toggle:hover p {
    color: #212529;
}

.navbar-dark .dropdown .dropdown-toggle::after {
    /* border-top: .3em solid #fff; */
}

.navbar-dark .dropdown .dropdown-toggle:hover::after {
    border-top: .3em solid #212529;
}

.navbar-dark .dropdown .dropdown-menu {
    width: 175%;
    min-width: auto;
    border-radius: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #d3d3d3;
    border-color:  #d3d3d3;
}

#logout {
    margin: auto; 
    display: block; 
    padding-right: 32px;
    border-color:  #1F1F1F;
    border-radius: 5px;
}

#dropdownMenuButton{
    border: transparent; 
    color: #d3d3d3;
}

.navbar-dark .dropdown .dropdown-item:hover {
    color: #212529;
    background-color: transparent;
}

#help .btn-info {
    background-color: #1b75bc;
    color: #fff;
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

.deck-1 .event-card{
    margin: 0;
}

a.event-card h5{
    color: black;
}

a.event-card:hover{
    text-decoration: none;
}

.details-box.adjust-width .actual-details{
    width: 70%;
}

.details-box.adjust-width .gradient-box{
    left: 70%;
}

.home-nav .navbar-toggler{
    border-color: rgba(255, 255, 255, .8);
    border-width: .1em;
}

.rights-reserved{
    padding: 2em 1em;
}

@media screen and (min-width: 2560px){
    #footer-modals{
        margin-left: -56px;
    }
 }

@media screen and (max-width:2560px){
    #signup, #reset-modal, #login, #email-verification{
     margin-left: 75px;
     margin-top: 99px;
    }

    #reset-modal{
        margin-top: 217px;
    }

    .modal-dialog .modal-content{
        width: 350px;
    }

    #footer-modals{
        width: 550px;
    }
 } 

@media screen and (max-width:1440px){
    #signup, #reset-modal, #login, #email-verification{
     margin-left: 74px;
    }

    #reset-modal{
        margin-top: 214px;
    }

    .modal-dialog .modal-content{
        width: 350px;
    }

    #footer-modals{
        width: 450px;
    }
 }

@media screen and (min-width: 1024px){
    #logo {
        display: flex; 
    }
}

@media screen and (max-width:1024px){
    #signup , #reset-modal, #login, #email-verification{
     margin-left: 79px;
    }

    #reset-modal{
        margin-top: 217px;
    }
 }

 @media screen and (min-width: 768px){
   #footer-modals{
        margin-left: 39px;
   }
}

 @media screen and (max-width: 768px){
    #signup {
        margin-left: 79px;
    }

    #reset-modal {
        margin-top: 169px;
    }
}

@media screen and (max-width:767px){
    .search-box input{
        font-size: 1em;
    }

}
@media screen and (max-width:576px){
    .search-box input{
        font-size: .7em;
    }

}


  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

@media screen and (max-width:450px){
    button.navbar-toggler{
        position: absolute;
        top: 1em;
        right: 1em;
    }

    .navbar-brand{
        margin: 0 auto;
        margin-top: 4em;
    }

    section.hero{
        padding: 0;
    }

    .search-box-container{
        height: 50%;
    }
}

@media screen and (max-width:426px){
    #signup , #reset-modal, #login, #email-verification{
     margin-left: 29px;
    }

    #footer-modals {
        width: 400px;
        margin-left: 8px;
    }

    #reset-modal{
        margin-top: 170px;
    }

    .event-dot{
        margin-left: 350px;
    }
 }
 
@media screen and (max-width:375px){
   #signup , #reset-modal, #login, #email-verification{
    margin-left: 7px;
   }

   #reset-modal{
    margin-top: 170px;
   }

   #footer-modals {
        width: 310px;
        margin-left: 27px;
    }


   .event-dot {
    margin-left: 298px;
   }
}

@media screen and (max-width:320px){
    .modal-dialog .modal-content{
        width: 300px;
    }

    #footer-modals{
        width: 300px;
        margin-left: 4px;
    }
    
    .dot{
        margin-left: 256px;
    }
    #signup , #reset-modal, #login, #email-verification{
        margin-left: 4px;
    }

    #reset-modal{
        margin-top: 190px;
    }

    .event-dot {
        margin-left: 243px;
    }

    #reset-password, #signup-modal, #login-modal{
        margin-left: 8px;
    }

}

.text-info {
    color: #1b75bc !important;
}

.help-block{
    color:red;
    font-size:12px;
}

.terms-signup .help-block{
    position:fixed;
    margin-top:-10px;
    left: 0;
    right: 0;
}

.btn-facebook {
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}


.humane,
.humane-flatty {
  position: fixed;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 100000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.humane,
.humane-flatty {
  font-family: Helvetica Neue, Helvetica, san-serif;
  font-size: 16px;
  top: 0;
  left: 30%;
  opacity: 0;
  width: 40%;
  color: #444;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.humane p,
.humane-flatty p,
.humane ul,
.humane-flatty ul {
  margin: 0;
  padding: 0;
}
.humane ul,
.humane-flatty ul {
  list-style: none;
}
.humane.humane-flatty-info,
.humane-flatty.humane-flatty-info {
  background-color: #3498db;
  color: #FFF;
}
.humane.humane-flatty-success,
.humane-flatty.humane-flatty-success {
  background-color: #18bc9c;
  color: #FFF;
}
.humane.humane-flatty-error,
.humane-flatty.humane-flatty-error {
  background-color: #e74c3c;
  color: #FFF;
}
.humane-animate,
.humane-flatty.humane-flatty-animate {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.humane-animate:hover,
.humane-flatty.humane-flatty-animate:hover {
  opacity: 0.7;
}
.humane-js-animate,
.humane-flatty.humane-flatty-js-animate {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.humane-js-animate:hover,
.humane-flatty.humane-flatty-js-animate:hover {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}