@media screen and (max-width: 1200px){
	body, html {
		min-width: 100%;
		overflow-x: hidden;
	}

	.container {
		width: 100%;
	}

	body.home.expand-footer #main-footer {
    	height: 220px;
    }

    #main-footer {
    	/*background-color: #fff;*/
    }

    #imoveis .descricao {
	    background-color: #efeeec;
	}

	#imoveis .descricao ul {
	    background-color: #efeeec;
	    padding: 10px;
	}

    #main-footer .container {
    	background: #312a22;
    	background: linear-gradient(90deg, #312a22 0%, #796754 50%, #312a22 100%);
    	height: auto;
    	padding-top: 25px;
	}

	body.home #main-footer {
		height: 320px;
		overflow: visible;
	}

	#main-footer .mapa, #main-footer .related {
		width: 100%;
		padding-bottom: 10px;
	}

	#home-slideshow .items .item .img-wrapper img {
	    margin-top: -140px;
	    margin-left: -305px;
	}
}

@media screen and (max-width: 1024px) {
	#main-header #logo {
	    width: 290px;
	    padding: 0;
	}

	.menu-mobile {
  		display: block;
  		background-color: #fff;
	}

	#logo img {
		position: relative;
		display: block;
		top: -20px;
	}

	.menu-desktop {
		display: none;
	}

	#imoveis-submenu-list {
		display: none;
	}

	#imoveis-submenu-list li a{
		color: #796754;
	}

	#imoveis-submenu-list li{
		margin-bottom: 15px;
	}

	.menu-mobile-list ul li{
		list-style: none;
		margin-bottom: 20px;
		color: #fff;
	}

	.menu-mobile-list a {
		color: #fff;
		text-decoration: none;
	}

	.menu-mobile-list {
		margin-left: -30px;
	}

	.btn-close {
		margin-left: 160px;
		color: #796754;
		cursor: pointer;
	}

	.menu-mobile .header-logo{
	    position: relative;
	    display: inline-block;
	    width: 49.5%;
	    height: 100%;
	    padding-top: 10px;
	    margin-top: 20px;
	}
	.menu-mobile .header-icon{
	    position: relative;
	    display: inline-block;
	    width: 49.5%;
	    height: 100%;
	}

	span.icon-menu{
	    position: relative;
	    display: block;
	    float: right;
	    cursor: pointer;
	    color: #796754;
	}
	.menu-mobile div.menu-mobile-list{
	    position: fixed;
	    display: block;
	    top:0;
	    bottom: 0;
	    right: -400px;
	    width: 250px;
	    padding: 20px 15px 38px 15px;
	    background-color: #312a22;
	    overflow: auto;
	    -webkit-transition: right .5s ease-in-out;
	    -moz-transition: right .5s ease-in-out;
	    -o-transition: right .5s ease-in-out;
	    transition: right .5s ease-in-out;
	    z-index: 999;
	}
	.menu-mobile div.menu-mobile-list.open{
	    right: 0px;
	}
	#home-slideshow {
	    top: 80px;
	}
}

@media screen and (max-width: 920px){
	/*#logo img {
		position: relative;
		display: block;
		top: -20px;
	}*/

	#imoveis header, #empresa header, #contactos header {
	    padding: 0px;
	}

	body.home #main-footer {
	    height: 430px;
	    overflow: visible;
	    z-index: -1;
	}

	/*.menu-mobile {
  		display: block;
  		background-color: #fff;
	}

	#imoveis-submenu-list {
		display: none;
	}

	#imoveis-submenu-list li a{
		color: #796754;
	}

	#imoveis-submenu-list li{
		margin-bottom: 5px;
	}

	.menu-mobile-list ul li{
		list-style: none;
		margin-bottom: 20px;
		color: #fff;
	}

	.menu-mobile-list a {
		color: #fff;
		text-decoration: none;
	}

	.menu-mobile-list {
		margin-left: -30px;
	}

	.btn-close {
		margin-left: 160px;
		color: #796754;
		cursor: pointer;
	}

	.menu-mobile .header-logo{
	    position: relative;
	    display: inline-block;
	    width: 49.5%;
	    height: 100%;
	    padding-top: 10px;
	    margin-top: 20px;
	}
	.menu-mobile .header-icon{
	    position: relative;
	    display: inline-block;
	    width: 49.5%;
	    height: 100%;
	}

	span.icon-menu{
	    position: relative;
	    display: block;
	    float: right;
	    cursor: pointer;
	    color: #796754;
	}
	.menu-mobile div.menu-mobile-list{
	    position: fixed;
	    display: block;
	    top:0;
	    bottom: 0;
	    right: -400px;
	    width: 250px;
	    padding: 20px 15px 38px 15px;
	    background-color: #312a22;
	    overflow: auto;
	    -webkit-transition: right .5s ease-in-out;
	    -moz-transition: right .5s ease-in-out;
	    -o-transition: right .5s ease-in-out;
	    transition: right .5s ease-in-out;
	    z-index: 999;
	}
	.menu-mobile div.menu-mobile-list.open{
	    right: 0px;
	}*/

	#main-header nav {
		display: inline-block;
		float: right;
		width: calc(100% - 290px);
		margin: auto;
		padding-right: 10px;
	}

	#main-header #logo {
	    width: 290px;
	    padding: 0;
	}

	#imoveis .main, #imoveis .project-gallery {
		width: 100%;
	}

	#imoveis .texto, #imoveis .descricao {
		width: 50%;
	}

	#imoveis .descricao {
	    background-color: #efeeec;
	}

	#imoveis .descricao ul {
		background-color: #efeeec;
		padding: 10px;
	}

	#contactos .form, #contactos .address {
		width: 100%;
		margin-top: -40px;
	}

	#contactos #formulario {
	    margin-top: 60px;
	}

	#contactos #formulario .mb-lg {
	    margin-bottom: 50px;
	}

	#home-slideshow {
	    font-size: 0;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    -khtml-transition: 0.3s;
	    transition: 0.3s;
	    top: 80px;
	    overflow: hidden;
	}

	#contactos #formulario .bottom input[type='submit'] {
	    float: right;
	}

	#home-slideshow .items .item .img-wrapper img {
	    margin-top: -140px;
	    margin-left: -475px;
	}
}

@media screen and (max-width: 768px){
	body.home.expand-footer #main-footer {
	    height: 220px;
	}

	#imoveis header, #empresa header, #contactos header {
	    min-height: 130px;
	}

	#home-slideshow .items .item .img-wrapper img {
	    margin-top: -160px;
	    margin-left: -475px;
	}
}

@media screen and (max-width: 736px){

	body.home.expand-footer #main-footer {
	    height: 220px;
	}

	#home-slideshow .items .item .info h3 {
	    font-size: 30px;
	    margin: 50px 50px;
	}

	#main-footer .mapa, #main-footer .related {
		padding-bottom: 10px;
	}

	#home-slideshow .items .item .info .descricao {
	    margin-top: -35px;
	    font-size: 20px;
	}

	body.home.expand-footer {
	    margin-bottom: 180px;
	}

	.col-xs-5, .col-xs-7{
		width: 100%;
	}

	#home-slideshow .items .item .img-wrapper img {
	    margin-top: -160px;
	    margin-left: -475px;
	}
}

@media screen and (max-width: 640px){
	#main-header #logo {
	    width: 170px;
	}

	#main-header nav {
	    float: right;
	    width: calc(100% - 170px);
	    margin: auto;
	    padding-right: 10px;
	    display: inline-block;
	}

	#main-header {
	    min-height: 100px;
	}

	/*#imoveis header, #empresa header, #contactos header {
	    min-height: 130px;
	}*/

	#imoveis header .intro, #empresa header .intro, #contactos header .intro {
	    font-size: 15px;
	}

	#imoveis header h1, #empresa header h1, #contactos header h1 {
	    font-size: 35px;
	    margin: 5px 0 25px;
	}

	#imoveis header h2, #empresa header h2, #contactos header h2 {
	    font-size: 25px;
	}

	body.home.expand-footer #main-footer {
	    height: 190px;
	}

	#main-footer .mapa, #main-footer .related {
		bottom: 10px;
	}

	#home-slideshow .items .item .info h3 {
	    font-size: 30px;
	    margin: 30px 50px;
	}

	#home-slideshow .items .item .info .descricao {
	    margin-top: -10px;
	}

	#main-footer .mapa, #main-footer .related {
		padding-bottom: 10px;
	}

	#contactos #formulario .bottom input[type='submit'] {
	    float: left;
	}

	#contactos #formulario {
		height: 720px;
	}

	#main-footer .related ul li {
	    margin-bottom: 10px;
	}

	.col-xs-5, .col-xs-7{
		width: 100%;
	}

	#home-slideshow .toggle-footer {
	    width: 50px;
	    height: 50px;
	    bottom: 20px;
	    margin-left: -25px;
	}

	#imoveis article .info h3, #empresa article .info h3, #contactos article .info h3 {
	    font-size: 25px;
	}

	#home-slideshow .items .item .img-wrapper img {
	    margin-top: -530px;
	    margin-left: -475px;
	}
}


@media screen and (max-width: 568px){
	#contactos #formulario .bottom input[type='submit'] {
	    float: right;
	}

	#imoveis header, #empresa header, #contactos header {
	    min-height: 125px;
	}	
}

@media screen and (max-width: 414px){
	body.home #main-footer {
	    height: 630px;
	    overflow: visible;
	}	

	#imoveis .texto, #imoveis .descricao {
	    width: 100%;
	}

	#contactos #formulario .bottom input[type='submit'] {
	    float: left;
	}

	#imoveis.imovel .top .main, .imovel#empresa .top .main, .imovel#contactos .top .main {
	    min-height: 100%;
	}

	#home-slideshow .items .item .img-wrapper img {
	    margin-top: -300px;
	    margin-left: -475px;
	}
}

@media screen and (max-width: 384px){
	.menu-mobile .header-icon {
	    width: 48.5%;
	}

	.col-xs-5, .col-xs-7 {
		width: 100%;
	}

	#main-footer .related ul li {
	    margin-bottom: 10px;
	}

	#imoveis .texto, #imoveis .descricao {
	    width: 100%;
	}

	#contactos #formulario .bottom input[type='submit'] {
	    float: left;
	}

	#imoveis header h2, #empresa header h2, #contactos header h2 {
	    font-size: 20px;
	}

	#imoveis header h1, #empresa header h1, #contactos header h1 {
	    font-size: 35px;
		margin: 5px 0 25px;
	}

	#home-slideshow .items .item .img-wrapper img {
	    margin-top: -300px;
	    margin-left: -475px;
	}
}

@media screen and (max-width: 360px){
	#main-header nav {
	    display: inline-block;
	    float: right;
	    width: calc(100% - 160px);
	    margin: auto;
	    padding-right: 10px;
	}

	/*#imoveis header h2, #empresa header h2, #contactos header h2 {
	    font-size: 20px;
	}

	#imoveis header h1, #empresa header h1, #contactos header h1 {
	    font-size: 35px;
		margin: 5px 0 25px;
	}*/

	#main-header #logo {
	    width: 160px;
	}

	#main-header #logo img {
		width: 100%;
		top: -20px;
	}

	.menu-mobile .header-icon {
	    width: 48.5%;
	}

	.menu-mobile .header-logo {
	    margin-top: 20px;
	}

	body.home.expand-footer {
	    margin-bottom: 500px;
	}

	body.home #main-footer {
	    height: 675px;
	    overflow: visible;
	}

	#main-footer .mapa, #main-footer .related {
		padding-bottom: 10px;
	}

	#home-slideshow .items .item .info h3 {
	    font-size: 30px;
	}

	#home-slideshow .items .item .info .descricao {
	    margin-top: 10px;
	}

	.col-xs-5, .col-xs-7{
		width: 100%;
	}

	#imoveis .texto, #imoveis .descricao {
	    width: 100%;
	}

	#contactos #formulario .bottom input[type='submit'] {
	    float: left;
	}

	#contactos #formulario {
		height: 720px;
	}

	#main-footer .related ul li {
	    margin-bottom: 10px;
	}

	.contacte-nos:active, .contacte-nos:link, .contacte-nos:visited {
	    margin-top: 10px;
	}

	#imoveis.imovel .top .main .img-container, .imovel#empresa .top .main .img-container, .imovel#contactos .top .main .img-container {
	    height: 240px;
	}

	#home-slideshow .items .item .img-wrapper img {
	    margin-top: -300px;
	    margin-left: -475px;
	}

	/*#main-header {
	    min-height: 100px;
	}

	#imoveis header, #empresa header, #contactos header {
	    min-height: 130px;
	}*/
}

@media screen and (max-width: 320px){
	#imoveis article .info h3, #empresa article .info h3, #contactos article .info h3 {
	    font-size: 20px;
	}

	#imoveis .texto, #imoveis .descricao {
	    width: 100%;
	}

	#contactos #formulario .bottom input[type='submit'] {
	    float: left;
	}

	#contactos #formulario {
		height: 770px;
	}

	.g-recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}

	#home-slideshow .items .item .info h3 {
	    font-size: 30px;
	    margin: 30px 40px;
	}

	#home-slideshow .items .item .img-wrapper img {
        margin-top: -285px;
        margin-left: -475px;
    }
}