@media only screen and (max-width: 991px) {
	/*Header*/
	.home-header-coloane p {
		text-align: center;
	}
	.home-header-coloane .panel-grid-cell:first-of-type,
	.home-header-coloane .panel-grid-cell:nth-of-type(3) {
	    border-right: none;
	    border-left: none;
	}

	/*Despre noi*/
	.despre-noi {
		margin: 60px 0;
	}

	/*Servicii*/
	.home-servicii .bg-white {
		display: none;
	}
	.home-servicii-txt .titluri {
	    margin-top: 60px;
	}
	.servicii-img {
	    margin-top: 120px;
	}
	.home #pg-39-3 {
	    margin-bottom: 60px;
	}

	/*Echipa*/
	.home #pg-39-4 {
	    margin-bottom: 60px;
	}
}

@media only screen and (max-width: 780px) {
	/*Header*/
	.home-header .panel-layout .panel-grid:first-of-type {
		justify-content: flex-end!important;
	    margin-top: 100px!important;
	    margin-bottom: 60px!important;
	}
	.home-header .panel-layout .panel-grid:nth-of-type(2) {
		max-height: unset;
		margin-bottom: 60px;
	}
	.home-header-coloane {
		min-height: 165px;
		height: auto;
	}
	.home-header-coloane .panel-grid-cell {
		width: 100%!important;
		margin-bottom: 15px!important;
	}
	.home-header-coloane .panel-grid-cell:nth-of-type(3),
	.home-header-coloane .panel-grid-cell:nth-of-type(2) {
		justify-content: flex-start;
	}

	/*Servicii*/
	.home #pgc-39-2-0 {
		margin-bottom: 0;
	}
	.servicii-img {
	    margin-top: 0;
	}

	/*Echipa*/
	.home-echipa .panel-layout .panel-grid:nth-of-type(2) .panel-grid-cell {
		margin-bottom: 0!important;
	}
	.home-echipa .panel-layout .panel-grid:nth-of-type(2) .panel-grid-cell {
		width: 100%!important;
	}

	/*Cariere*/
	.home-cariere .sow-image-container img {
		width: 100%!important;
	}
	.home-cariere .panel-grid-cell:first-of-type .so-panel:nth-of-type(3),
	.home-cariere .panel-grid-cell:first-of-type .so-panel:last-of-type {
		margin-bottom: 30px!important;
	}

	/*SERVICII PAGE*/
	.mobile-order .panel-grid-cell:first-of-type {
		order: 1;
	}
	.margin-bottom {
	    margin-bottom: 50px;
	}
	.servicii-txt .panel-grid-cell,
	.servicii-row .panel-grid-cell:first-of-type {
		margin-bottom: 0!important;
	}

	/*ECHIPA PAGE*/
	.echipa-margin-bottom {
		margin: 40px 0;
	}
	.echipa-margin-bottom .panel-grid-cell {
		margin-bottom: 0px!important;
	}

	/*Footer*/
	.footer-custom .panel-grid-cell {
	    width: 100%!important;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
        margin-bottom: 60px!important;
	}
	.footer-custom .panel-grid-cell:last-of-type {
		margin-bottom: 0!important;
	}
	.footer-custom .panel-grid-cell .footer-col p,
	.footer-custom .panel-grid-cell:nth-of-type(4) .footer-col p {
		text-align: center;
		margin-bottom: 0;
	}
	.footer-custom .panel-grid-cell:nth-of-type(3) {
		margin-top: 0;
	}
	.footer-custom .panel-grid-cell:nth-of-type(4) .footer-col p {
		line-height: 20px;
	}
}

@media only screen and (min-width: 515px) and (max-width: 780px) {
	/*Echipa*/
	.home-echipa .so-widget-service-box .widget-title {
		left: 180px;
	}
	.home-echipa .service_top .content {
	    text-align: center;
	}
	.home-echipa .echipa-nume,
	.home-echipa .echipa-expertiza {
		text-align: center;
		padding-left: 0;
	}
	.home-echipa .service_top .content ul {
		padding-left: 0;
	}
	.home-echipa .service_top .content ul li {
	    text-align: center;
	    list-style-type: none;
	}
}

@media only screen and (max-width: 768px) {
	/*Navbar*/
	.navbar #main-menu {
		min-width: unset;
	}
	.navbar .navbar-brand img {
		max-height: 50px;
		width: auto;
	}
	.navbar #navbarNavDropdown {
		width: 100%;
	    margin-right: -17px;
	    margin-left: -17px;
        background-color: white;
        margin-top: 20px;
	}
	.navbar #navbarNavDropdown #main-menu {
	    padding: 20px 0;
	}
	.navbar #navbarNavDropdown #main-menu li a {
	    color: #000;
	    text-align: center;
	    font-weight: bold;
	}
	.navbar-dark .navbar-toggler {
	    color: rgb(210, 171, 63, 0.5)!important;
	    border-color: rgb(210, 171, 63, 0.5)!important;
	}
}

@media only screen and (max-width: 515px) {
	/*Navbar*/
	.navbar .navbar-brand img {
		max-height: 30px;
		width: auto;
	}

	/*Header*/
	.home-header-coloane {
		min-height: unset;
	}
}