 /* nav */
 
.navbar-brand > img {
    display: block;
    height: 80px;
    margin-top: -8px;
}
.navbar-toggle{
    margin-top: 20px;
}
 
 .event-form-container {
     background: url(https://i.ytimg.com/vi/A7ZkZazfvao/maxresdefault.jpg);
     padding-top: 40px;
     padding-bottom: 100px;
     background-size: cover;
 }

 .search-form-box {
     display: inline-block;
     border: 1px solid;
     padding: 35px;
     padding-bottom: 30px;
     /* height: 300px; */
     width: 100%;
     background: #ffffffc9;
 }

 .searchForm select {
     width: 100%;
     border: 1px solid #e8e8e8;
     height: 50px;
     box-sizing: border-box;
     padding: 10px;
 }

 .searchForm select:focus {
     border: 1px solid #f55415;
 }

 .searchForm input[type="text"] {
     width: 100%;
     border: 1px solid #e8e8e8;
     height: 50px;
     box-sizing: border-box;
     padding: 10px;
 }

 .searchForm input[type="text"]:focus {
     border: 1px solid #f55415;
 }

 /* gallery */
 .uk-inline {
    border: 10px solid transparent;
    -webkit-border-image: url(../border.png) 30 stretch;
    -o-border-image: url(../border.png) 30 stretch;
    border-image: url(../border.png) 30 stretch;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.uk-inline:hover img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.uk-inline img {
    height: 200px;
    width: 100%;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.our-service {
    border-radius: 2%;
    background: #222222a8;
    transition: all .8s ease-in-out;
}

.our-service img {
    width: 100%;
    transition: all .8s ease-in-out;
    border-radius: 2%;
}