body {
    background: url('/image/4/bg_main.png') repeat 0 0;
}
a {
    color: #74A113;
}
.btn-primary {
    background: #74A113;
    border-color: #74A113;
}
.btn-primary:active {
    background: #3d3535;
    border-color: #3d3535;
}
.btn-primary:focus {
    background: #3d3535;
    border-color: #3d3535;
}
.form-control:focus {
    border-color: #3d3535;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(254, 143, 0, .6);
}
.label-primary {
    background-color: #3d3535;
}
.separator {
    height: 1px;
    background: #EDEDED;
    margin-top: 10px;
    margin-bottom: 20px;
}
.form-control {
    padding: 8px 12px;
    height: 38px;
}
.input-group-addon {

}
.btn {

}
.switch-to-original {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.switch-to-original a {
    color: #74A113;
}
.brand {
    font-size: 12px;
    background: #EDEDED;
    padding: 10px 5px;
    text-align: center;
}
nav .pager > * {
    display: inline-block;
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%
}
.header {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    float: none;
    border-bottom: 1px solid #c4c4c4;
}
.header .logo {
    background: url(/image/4/logo-garazs-2016.05.svg) no-repeat center;
    display: block;
    height: 40px;
}
.estatesearch-default .header {
}
.estatesearch-default .header .logo {
    background: url(/image/4/logo-garazs-2016.05.svg) no-repeat center;
    display: block;
    height: 40px;
}
.main {
    background: #fff;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}
.welcome-text {
    font-family: Arial;
    font-weight: bold;
    color: #333;
}
.sublet {

}
.sublet > div {
    float: left;
}
.sublet {
    margin: 10px 0;
    font-family: Arial;
    color: #7a7a7a;
}
.sublet a {
    font-weight: bold;
}
.container {
    margin-top: 30px;
}
.estatesearch-default .container {
    margin-top: 0px;
}
body.estate-view .container {
    margin-top: 0px;
}
.list-item {
    background: #fff;
    margin-bottom: 1px;
    padding: 9px;
    overflow: hidden;
    border-right: #3d3535 2px solid;
}
.list-item .image {
    float: left;
}
.list-item .data {
    float: left;
}
/* 500 px-nél nagyobb kijelző esetén fix lesz a kép mérete a listában */
@media all and (min-width: 481px){
    .list-item .image {
        width: 150px;
    }
    .list-item .image img {
        width: 150px;
        height: 120px;
    }    
    .list-item .data {
        margin: 0 0 0 10px; 
    }
}
/* 500 px-nél kisebb kijelző esetén a képernyő arányában változik a kép mérete a listában */
@media all and (max-width: 480px){
    .list-item .image {
        width: 33%;
    }
    .list-item .image img {
        max-width: 100%;
        height: auto;
        width: auto\9; /* ie8 */
    }    
    .list-item .data {
        margin: 0 0 0 2%;
        width: 65%;
    }
}
@media all and (min-width: 550px){
    .list-item .image {
        width: 150px;
    }
    .list-item .image img {
        width: 150px;
        height: 120px;
    }    
    .list-item .data {
        margin-left: 10px;
    }
}
.list-item .title{
    font-weight: bold;
    color: #74A113;
    margin-bottom: 3px;
}
.list-item .extra_info{
    color: #7a7a7a;
    margin-bottom: 0px;
}
.list-item .extra_info a {
    color: #7a7a7a;
}
.list-item .extra_info .nowrap{
    white-space:nowrap;
}
.list-item .data .databox {
    color: #7a7a7a;
    font-weight: bold;
    background: #EDEDED;
    padding: 2px 4px;
}
.list-item .data .map{
    background: URL("/images/icon_map.png") no-repeat left center;
    line-height: 24px;
    padding-left: 24px;
    margin: 0 0 0 0px;
    left: 150px;
}
@media all and (max-width: 319px){
    .list-item .data .map{
        display: none;
    }
}
@media all and (min-width: 380px){
    .list-item .data .databox{

    }
    .img_bottom{

    }
}
.thumbnail {
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0;        
}
.data .row {
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #EDEDED;
}
.data .row > div:last-child {
    color: #74A113;
    text-align: right;
}
.data .row > div:first-child {
    color: #333;
    text-align: left;
}
.estate-view h1 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-style: italic;
}
.data .row .formatted-price {
    color: #74A113 !important;
    font-size: 32px;
    font-weight: bold;
}
.data .row .formatted-price span {
    font-size: 16px;
    font-weight: 300;
}
.data .row.inquire-button {
    background: url('/image/4/bg_main.png') repeat 0 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
.row.inquire-container {
    background: #fff;
    padding-top: 20px;
}
.data .row div:last-child.captcha-image {
    text-align: center;
    margin-top: 10px;
}
.box-title {
    color: #74A113 !important;
    margin: 10px 0;
    font-size: 22px;
    font-style: italic;
}
.back-button {
    margin-bottom: 20px;
}
.carousel-control {
    width: 50%;
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 20%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 20%;
}
.information-hirdetes_feladas .container {
    background: #fff;
}
.message-uzenetelkuldve .container {
    background: #fff;
}
.index-404 .container {
    background: #fff;
}
.pager-footer > div {
    color: #7a7a7a;
    margin-top: 30px;
    text-align: center;
    padding: 0;
    height: 60px;
    line-height: 60px;
    background: #fff;
    width: 30%;
    margin-right: 5%;
}
.pager-footer > div a {
    display: block;
    height: 100%;
}
.pager-footer .actualpage {
    color: #3d3535;
    font-weight: bold;
}
.pager-footer > div:last-child {
    margin-right: 0%;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background: #3d3535;
}
.description {
    word-wrap: break-word;
}
.header-buttons > div {
    padding: 0;
}
.header-buttons > div:first-child {
    border-right: 1px solid #EDEDED;
}
.header-buttons .btn {
    border-radius: 0;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #f2f5f7;
    color: #362b36;
}
.ui-widget {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-helper-hidden-accessible {
    display: none !important;
}
.not-found {
    padding: 10px;
    background: #fff;
}
.not-found p {
    padding: 0;
    margin: 0;
}
.size-price-description {
    color: #7a7a7a;
}
.list-item.card-offer {
    border-color: #618F0D;
    background-color: #FBFFF3;
}
.list-item .offer-ribbon {
    background-color: #618F0D;
    color: #fff;
}