
.h2blog{
    font-size: 20px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook-share {
    background: #3B5998;
    color: white;
}

.fa-twitter-share {
    background: #55ACEE;
    color: white;
}

.fa-google-share {
    background: #dd4b39;
    color: white;
}

.fa-linkedin-share {
    background: #007bb5;
    color: white;
}

.fa-youtube-share {
    background: #bb0000;
    color: white;
}

.fa-instagram-share {
    background: #125688;
    color: white;
}

.fa-pinterest-share {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost-share {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype-share {
    background: #00aff0;
    color: white;
}

.fa-android-share {
    background: #a4c639;
    color: white;
}

.fa-dribbble-share {
    background: #ea4c89;
    color: white;
}

.fa-vimeo-share {
    background: #45bbff;
    color: white;
}

.fa-tumblr-share {
    background: #2c4762;
    color: white;
}

.fa-vine-share {
    background: #00b489;
    color: white;
}

.fa-foursquare-share {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon-share {
    background: #eb4924;
    color: white;
}

.fa-flickr-share {
    background: #f40083;
    color: white;
}

.fa-yahoo-share {
    background: #430297;
    color: white;
}

.fa-soundcloud-share {
    background: #ff5500;
    color: white;
}

.fa-reddit-share {
    background: #ff5700;
    color: white;
}

.fa-rss-share {
    background: #ff6600;
    color: white;
}

.fa-whatsapp-share {
    background: #4dc247;
    color: white;
}

.wrapper {
    text-align: center;
}
.wrapper ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}
.wrapper li {
    float: left;
    padding: 2px 5px;
}

.white-text {
	color : #ffffff;
}

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }