
.logo {
    margin-top: 1rem;
}

.stick .logo, .stick .header-right-wrap {
    margin-top: 0;
}


/*Image Aspect Ratio*/
.ratio {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    /*background-color: rgba(0, 0, 0, .4);*/
    background-color: rgba(255, 255, 255, 1);
}

/*@media (max-width: 767px) {
  .ratio {
    max-width: 345px;
  }
}*/
/*.ratio:before,
.ratio:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.ratio:after { clear: both; }
.ratio { zoom: 1; }*/

.ratio1-1 {
    padding-top: 100%;
}

.ratio2-1 {
    padding-top: 50%;
}

.ratio4-3 {
    padding-top: 75%;
}

.ratio16-9 {
    padding-top: 56.25%;
}

.ratio img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/*Caption image inside class ratio*/
.ratio .img-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}


.mean-container a.meanmenu-reveal {
    top: -40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-res-padding {
        padding-top: 5px;
    }
}

.text-bold{
    font-weight: bold!important;
}

.copyright-2 p,
.footer-top .footer-social ul li a{
    color: #000;
}

.footer-top {
    /*border-width: 50%;*/
    /*border-top: 1px solid #2b2b2b;*/
}

.copyright-2{
    margin-top: 20px;
}