@media (max-width:800px){
	#bannerHome .logo img{width: 100%;padding:20px;}
	.homepage .section .description{
	     padding-right: 0; 
	     padding-left: 0; 
	}
}




@media (max-width:700px){
	.homepage .section .image{
	    width: 100%;
	}

	.homepage .section .description{
	    padding-right: 0; 
	    padding-left: 0; 
	    width: 100%;
	}

	.homepage .section .description .name:after{
		content: none;
	}

	.homepage .section.model .description{
		padding-left: 0; 
	}

	.homepage .section.services .group ul li{
		margin:0;
		width: 100%;

	}

	.homepage .section.contact form{
		width: 100%;
	}

	.form-horizontal .form-group{
		margin-right: 0;
		margin-left: 0;
	}

	.homepage .section.services .group ul li .image{
		height: auto;
	}

	.homepage .section.services .group ul li .image:after{
		content: none;
	}

	.header{
		padding-top: 0px;
	}

	.header .langs {
	    text-align: center;
	    display: inline-block;
	    padding-top: 13px;
	}

	.header .langs ul {
	    display: inline-block;
	}

	.navbar-toggle{
		border: 1px solid white;
		margin-right: 0; 
		margin-bottom: 4px;
		border-radius: 0;
	}

	.navbar-toggle .icon-bar{
		background: white;
	}

	.menu ul{	
    	display: none; 
	}

	.menu ul.menu-mobile-active-ul{		
	    display: inherit; 
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    background-color: rgba(0, 0, 0, 0.9);
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    text-align: center;
	}

	.menu-mobile-active-submenu-ul{display:none;position: initial !important;background:transparent !important;}

	.header.fixed .navbar-toggle {
	    border: 1px solid #003630;
	    background-color: #003630;
	}

	.header .logo{	
	    float: none;
	    margin: 0;
	    text-align: center;
	}

	.header.fixed .logo {
	    width: 100%;
	}

	.header.fixed {
	    box-shadow: 0 5px 10px 0 rgba(64, 64, 65, 0.2);
	}

	.homepage .section.services .group ul li .modalService {
       padding: 20px;
  
     left: unset; 
    width: 101%;
     height: 110%; 
    background: white;
}

.homepage .section.services .group ul li .modalService .description:after{
	content:none;
}
.homepage .section.services .group ul li .modalService .titlename {
    font-size: 23px;}

}
