/*ERROR PAGES*/
@media (max-width: 768px) {
  .not-found{
    font-size:130px !important;
  }

}

@media (max-width: 480px) {
  .not-found{
  font-size: 140px !important;
}
}

@media (max-width: 480px) {
  .not-found-container span{
  font-size:25px;
}
}


.not-found{
  text-align: center;
  font-size:240px;
  line-height:0.8;
  font-weight:600;
  color:#60BEE4;
}

.not-found-container{
  width:100%;
}

.not-found-container span{
  display:inline-block;
  font-size:40px;
  color:#666;
  font-weight:100;
  margin-bottom:20px;
}

.not-found-container input{
  display:inline-block;
}

.not-found-text {
  text-align: center;
  font-size:18px;
  margin:15px 0 15px 0;
  color:#999;
}

.form-nfound{
  margin-top:20px;
}

.btn-nfound{
  padding:16px;
  background-color:#60BEE4;
  border:none;
  color:#FFF;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.btn-nfound-home{
  padding:10px 20px 10px 20px;
  background-color:#60BEE4;
  border:none;
  color:#FFF;
  transition:all 0.3s;
}

.btn-nfound:hover, .btn-nfound-home:hover{
  opacity:0.8;
}

.search-nfound{
  padding:25px !important;
  width:30% !important;
}

/*ERROR PAGES END*/