
@media screen and (max-width: 45em) {

}

@media screen and (max-height: 35em) {
	
}

@media screen and (max-width: 767px) {
	h1 {
    font-size: 28px!important;
	}
	h2 {
    font-size: 20px;
	}
	.spacer-40 {
    margin: 10px 0!important;
	}
	.address {
    padding: 0;
	}
	.address .wrap.az-row > * {
		border: inherit;
		padding-left: 0;
	}
	.address .wrap.az-row >:first-child {
    min-width: 100%
	}
	.address .wrap.az-row >:last-child {
	  text-align: center;
	}

	.address .wrap.az-row >:nth-last-child(-n+3) {
    min-width: 33%;
	}
	.logo {
    height: 60px;
	}
	.col.az-row {
    justify-content: center;
	}
	.bg-residential,
	.bg-exterior {
		padding: 0;
	}
	.about-residential .title-header,
	.about-exterior .title-header {
	  text-align: left;
	}
	.quote {
		flex-direction: column;
	}
	.quote > * {
		width: auto;
	}

	.bg2 {
		padding: 10px 0;
	}

	.work > .row > div:first-child,
	.slides > .row > div:first-child {
		border-radius: 0;
		border-right: none;
	}

	.work > .row > div,
	.slides > .row > div {
		min-height: 100%;
		padding: 10px;
		background: transparent;
	}
	
	.work > .row,
	.slides > .row {
		box-shadow: none;
		border-radius: 0;
	}

	.slides img {
		border: 10px solid #fff;
		border-radius: 5px;
	}
	
	.work a {
		min-height: 300px;
		box-shadow: 0 3px 8px #888;
		border-radius: 8px;
	}
	
	.work {
		padding-bottom: 20px;
	}

	.breadcrumb-header {
    padding: 20px 0;
	}
	.breadcrumb-header .az-row {
		align-items: flex-start;
		flex-direction: column;
	}
	.breadcrumb-header .az-row > * {
		padding: 0 10px;
	}
	.breadcrumb-header li {
    display: block;
    padding-bottom: 10px;
	}
	.breadcrumb-header .title-header {
    margin-top: 0;
	}
	
	.slider-box,
	.slider-box .container,
	.slider-box .slider {
		padding: 0;
	}

	.slider .master-slider {
		border: 0;
		border-radius:0;
	}

	
	
	
	.gallery-header {
	  padding-top: 20px;
	}
	.gallery-header .az-row,
	.gallery-view .az-row{
		flex-direction: column;
	}
	.gallery-header .gallery-description,
	.gallery-view .about-view {
		order: 2;
		padding: 20px;
	}
	.gallery-view .about-view {
		box-shadow: none;
	}
	.gallery-description .sub-heading {
		padding: 20px 0;
    text-align: left;
	}
	.gallery-view .az-row > *,
	.gallery-header .row > * {
    padding: 0px;
	}
}

@media (min-width: 768px){
	section {
    padding: 20px 0;
	}
	.breadcrumb-header .az-row {
		align-items: flex-start;
		flex-direction: column;
	}
	.breadcrumb-header .az-row > * {
		padding: 0 10px;
	}
	.breadcrumb-header li {
    display: block;
    padding-bottom: 10px;
	}
	.breadcrumb-header .title-header {
    margin-top: 0;
	}
	.gallery-header .az-row,
	.gallery-view .az-row{
		flex-direction: column;
	}
	.gallery-header .gallery-description,
	.gallery-view .about-view {
		order: 2;
		padding: 20px;
	}
	.gallery-view .about-view {
		box-shadow: 0px 30px 70px -10px rgba(0, 0, 0, 0.18);
	}
	.gallery-header .row > * {
    padding: 20px;
	}
}

@media (min-width: 992px){
	section {
    padding: 60px 0;
	}
	.gallery-view .az-row{
		flex-direction: row;
	}
	.gallery-view .about-view {
		order: inherit;
		padding: 0 20px;
		box-shadow: -30px 30px 70px -10px rgba(0, 0, 0, 0.18);
	}
	.breadcrumb-header .az-row {
		align-items: baseline;
		flex-direction: row;
	}
	.breadcrumb-header .az-row > * {
		padding: 0;
	}
	.breadcrumb-header li {
    display: inline-block;
    padding-bottom: 0;
	}
	.gallery-header .az-row,
	.gallery-view .az-row{
		flex-direction: row;
	}
	.gallery-header .gallery-description,
	.gallery-view .about-view {
		order: inherit;
		padding: 20px;
	}
	.gallery-description .sub-heading {
    padding: 20px 10%;
    text-align: justify;
	}

}

@media (min-width: 1200px){
	.breadcrumb-header .az-row > .last{
		flex: 1.9;
	}

	
}
