﻿.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

a.hover-reza:hover {
    color: orange !important;
}

.menu-reza {
    color: #666666 !important;
}

.carousel-inner {
    height: 100%;
}

.carousel-caption {
    bottom: initial;
}

.fill {
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.footer-reza {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: whitesmoke;
    text-align: center;
    
}

.footer-content {
    padding-left: 5px;
    padding-right: 5px;
    position: fixed;
    bottom: 0;
    background-color: red;
}



.searchbar-reza {
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: flex;
    border: 0;
    color: #fff;
}

.carousel-caption-reza {
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    min-height: 30%;
    max-height: 50%;
    width: 100%;
    color: white;
    margin: 0px;
    text-align: center;
    display: inline-flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    overflow: hidden;
}

.content-reza {
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    min-height: 150px;
    color: white;
    margin: 10px;
    padding: 20px;
    text-align: justify;
    display: inline-block;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}




.icon {
    transition: all .2s ease-in-out;
    elevation: higher;
}

    .icon:hover {
        transform: scale(1.2);
    }


.animated-reza {
  
    background-repeat: no-repeat;
   
    
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20%);
    }

 

    100% {
        -webkit-transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
