/* Enter Your Custom CSS Here */
#logo {
	left: 0px; 
	position: relative; 
	top: 0px; 
    z-index: 2;
    width: 404px !important;
    margin-right: 0px !important;
    margin-left: 50px;
    margin-top: 0px !important;
}

#logo img {
    height: 80px;
    width: auto !important;
    float: left;
    margin-right: 20px;
}

#logo h5.site-description {
    font-size: 16px;
    line-height: 21px;
}

ul.language-switcher {
    list-style: none;
    position: absolute;
    right: 0;
    margin: 0;
    top: 10px;
}

li.lang-item {
    float: left;
    margin: 5px;
}
.feature {
    width: 25%;
}
.banner ul li {
    background-size: cover !important;
    background-position: 50% 50% !important;
}
.services-right {
    display: none;
}
@media screen and (max-width: 1024px) {
	#logo img {
	    height: 80px;
	    width: auto !important;
	     float: none; 
	     margin-right: 0px; 
	}
  	#logo {
	     float: none; 
        margin: 0 auto !important;
	}
  .navbar {
    text-align: center;
}
  .navbar ul {
    float: none;
    display: inline-block;
}
}