body {
	margin: 0px;
    font-family: 'MyWebFont', Helvetica, Tahoma, Arial, sans-serif;
    font-weight: 100;
    color: #8a8a8a;
}

/*navigation bar*/

.wrap-menu{
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 100%;
    background-color: #fff;
    float: left;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

.menu li {
    position: relative;
}

.menu li a {
    width: 100px;
    text-decoration: none;
    line-height: 3;
    display:block;
    padding: 0px 20px;
    width: 150px;
}

.menu li a:hover{
    color:#dd4344;
}

.dropdown-menu{
    position:absolute;
    background-color:#fff;
    list-style-type: none;
    left: -1px;
}

.dropdown-image{
    margin-top: 23px;
    left: 744px;
}
.close{
    display:none;
}

.open{
    display: block;
}

.title-style {
	font-size: 22px;
    font-weight: 100;
    color: #8a8a8a;
}

.subtitle-style {
	font-size: 17px;
    color: #8a8a8a;
}

.navbar-brand {
    position: absolute;
    margin: 15px 20px 0px 20px;
    font-size: 18px;
    line-height: 20px;
    width: 170px;
    height: 34px;
    text-indent: -9000px;
    background: url("../images/logo.jpg") no-repeat scroll;
}

.wrap-search{
    width: 350px;
    height: 72px;
    left: 200px;
}

.wrap-search-one{
    padding-top: 75px;
}

input[type=text]{
    background: url("../images/lupa.png") no-repeat scroll;
    width: 300px;
    margin-top: 11px;
    margin-left: 10px;
    padding: 14px 14px;
    border-radius: 5px;
    border: 1px solid #A1A0A0;
    font-size: 18px;
    font-weight: 100;
    color: #8a8a8a;
}

@media only screen and (min-width: 720px){
    .wrap-menu{
        border-bottom: 1px solid #eee;
        width: 100%;
        height: 70px;
        background-color: #fff;
        position: absolute;
    }

    .menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 550px;
    }

    .menu li {
        position: relative;
    }

    .menu li a {
        width: 100px;
        text-decoration: none;
        line-height: 3;
        display:block;
        padding: 0px 20px;
        width: 150px;
    }
    .wrap-search{
        position: absolute;
        width: 350px;
        height: 72px;
        left: 200px;
    }
    .wrap-search-one{
        padding-top: 0px;
    }
    .dropdown-image {
      position: absolute;
      margin-top: 23px;
      left: 744px;
    }
}
/*navigation bar*/

/*main*/

/*main-photo*/
.main-photo {
	max-width: 100%;
	height: auto;
    margin-top: 72px;
}

.main-photo-one{
    display: none;
}
/*main-photo*/

/*section results*/
.title-results {
    font-size: 20px;
    font-weight: 400;
    margin-top: 60px;
}

.wrap-master, .wrap-pagination{
    margin: 0 auto;
}

.wrap-results{
    width: 387px;
    height: 376px;
    float: left;
    margin-left: 30px;
    margin-top: 50px;
    border: 1px solid #eee;
}

.main-style{
	text-decoration: none;
}

.main-imovel{
max-width: 100%;
height: auto;
}

.wrap-title{
margin-left: 20px;
}

.title-description{
font-size: 15px;
font-weight: 100;
color: #8a8a8a;
}

.title-rent{
color: #E24F58;
font-size: 12px;
font-weight: 100;
padding: 16px 0px;
}

.title-address{
font-size: 12px;
font-weight: 100;
color: #8a8a8a;
}

.wrap-description{
    float: left;
    width: 250px;
}

.main-venda{
    float: right;
    margin: 10px 20px;
}

.wrap-icons{
    clear: both;
    background-color: #eee;
    height: 46px;
}

.icons{
    float: left;
    padding: 10px 20px;
}

.line-icons{
    float: left;
    width: 122px;
    margin-left: 7px;
}

@media only screen and (min-width: 1300px) {
    .wrap-master{
        width: 1300px;
    }
}
@media only screen and (max-width: 1300px) {
    .wrap-master{
        width: 871px;
    }
}

@media (max-width: 950px) {
    .wrap-master{
        width: 387px;
    }
    .wrap-results{
        margin-left: 0px;
    }
}
/*section results*/
/*main*/

/*footer*/
.footer-style{
    background-color: #eee;
    color: #8a8a8a;
    font-weight: 100px;
    width: 100%;
    margin-top: 120px;
    clear: both;
}

.footer-style p{
    padding: 10px 20px;
    margin-bottom: 0px;
}
/*pagination*/

.wrap-pagination{
    width: 100%;
    margin: 25px auto;
    text-align: center;
    float: left;
}

.pagination {
    display: inline-block;
    padding-left: 0px;
    margin: 60px 0px;
    border-radius: 4px;
    text-align: center;
    clear: both;
}

.pagination > li{
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #8a8a8a;
    background-color: #FFF;
    border: 1px solid #DDD;
    margin-left: -1px;
}

.pagination > li > a > span:hover {
    color: red;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
/*pagination*/
/*footer*/

/*clearfix*/
.clearfix:after {     content:".";     display:block;     height:0;     clear:both;     visibility: hidden; } .clearfix {display:inline;} * html .clearfix {height: 1%;} .clearfix {display: block;} - See more at: http://odesenvolvedor.andafter.org/publicacoes/clearfix-solucao-css-para-elementos-float_697.html#sthash.XqXTMdes.dpuf
/*clearfix*/

/*pagina do imovel*/
#icons-imovel{
    border: 1px solid #eee;
}

.wrap-imovel{
    width: 64%;
    height: 100%;
    float: left
}

.wrap-title{
    margin-left: 20px;
}

.imovel-style{
    margin-top: 30px;
}

.wrap-image{
    max-width: 100%;
    height: auto;
}

.wrap-slider{
    margin: 0 auto;
    width: 85px;
}

.prev, .next{
    color: #eee;
}

.image-prev, .image-next{
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

.image-next{
    margin-left: 20px;
}

.wrap-address{
    margin: 80px 0px 20px 20px;
    width: 100%;
    clear: both;
}

.title-address-one{
    font-size: 16px;
    font-weight: 200;
    line-height: 2;
}

.title-description-one{
    font-size: 20px;
    font-weight: 300;
}

.line-icons-one{
    float: left;
    width: 122px;
    margin-left: 31px;
}

.wrap-button{
    margin: 0 auto;
    width: 276px;
    height: 50px;
}

.style-button{
    color: #ffffff;
    background-color: #dd4344;
    padding: 10px 21px;
    font-size: 19px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
}

.wrap-ads{
    width: 32%;
    float: left;
    margin: 30px 30px;
}

.line-ads{
    float: left;
    margin-left: 7px;
}

.wrap-main{
    padding-top: 80px;
    margin: 0 auto;
    width: 1000px;
}

.icons-ads{
    margin-bottom: 20px;
    margin-left:  20px;
}

@media (max-width: 700px) {
    .wrap-main{
        width: 100%;
    }
    .wrap-imovel{
        width: 100%;
    }
    .title-address-one{
        margin-right: 25px;
    }
    .icons-imovel{
        height: 93px!important;
    }
    .icon-ads{
        max-width: 100%;
        height: auto;
    }
    .line-icons-one{
        width: 134px;
    }
    .wrap-search-one{
        padding-top: 75px;
    }
    .image-prev, .image-next{
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    .wrap-slider{
        width: 135px;
    }
    .main-photo{
        display: none;
    }
    .wrap-ads{
        display: none;
    }

    .main-photo-one {
        max-width: 100%;
        height: auto;
        margin-top: 72px;
        display: block;
    }
}
/*pagina do imovel*/
.img-responsive {
    max-width: 100%;
    max-height: 400px;
}