@charset "utf-8";
/* CSS Document */
/*custom css for the bedeshfoundation plugin*/
.searchbtn{
	position: relative;
    z-index: 0;
    outline: none;
    vertical-align: top;
    height: 44px;
    line-height: 36px;
    border: 0 solid #5BBA47;
    border-radius: 3px;
    background-color: #5BBA47;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0;
    padding: 0 24px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-top: 18px;
}
.project-location {
   
    width: 100%;
    display: contents;
}
@media only screen and (max-width: 768px){
	
	ul#main-menu {
    position: fixed!important;
    top: 0!important;
}
.img-thumbnail img {
width: 100%;
}
.footer-copyright img {
    margin-top: 0px!important;
}
.project-location {
   
    width: 100%;
    display: contents;
}
.fly-project .project-location .label { 
    padding-bottom: 7px;
}
	
}
@media only screen and (max-width: 479px){
.fly-header:not(.full-height) .page-title {
    margin-top: 45px;
}}
