.disable-select{pointer-events: none;}

@media screen and (max-width:768px) {
	.navbar-brand {
		margin: 0px auto;
		width: 75%;
	}
}

.ads-responsive{
    width: 728px;
}

@media screen and (max-width: 992px) {
    .ads-responsive{
        width: 728px;
    }
  }

  @media screen and (max-width: 900px) and (min-width: 600px) {
    .ads-responsive{
        width: 100% ;
    }
  }
  
  /* On screens that are 600px or less, set the background color to olive */
  @media screen and (max-width: 600px) {
    .ads-responsive{
        width: 100% ;
    }
  }

  .float-custom{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  .float-custom:hover {
    text-decoration: none;
    color: #25d366;
    background-color:#fff;
  }
  
  .my-float{
    margin-top:16px;
  }

  .blog-items h3{
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'Montserrat';
    line-height: 140%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
  }

    




.blog-items > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: -webkit-gradient(linear, top right, bottom left, color-stop(0, #f1ca00), color-stop(1, #ff751e));
    background-image: -o-linear-gradient(top right, #f1ca00, #ff751e);
    background-image: -moz-linear-gradient(top right, #f1ca00, #ff751e);
     background-image: -webkit-linear-gradient(top right, #f1ca00, #ff751e); 
     background-image: linear-gradient(to bottom left, #f1ca00, #ff751e);
    opacity: 0;
     -webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.f20{
  font-size: 20px;
}