.main-search-panel-container {
    padding-top: 26px;
}
.box-shadow-bottom-left {
    position: absolute;
    background: url("/image/shadow_bottom_left.png") top center no-repeat transparent;
    height: 117px;
    width: 9px;
    bottom: 0;
    left: -10px;
}
.box-shadow-bottom-right {
    position: absolute;
    background: url("/image/shadow_bottom_right.png") top center no-repeat transparent;
    height: 117px;
    width: 9px;
    bottom: 0;
    right: -10px;
}
.box-shadow-bottom-right-bottom {
    position: absolute;
    background: url("/image/shadow_bottom_right_bottom.png") top center no-repeat transparent;
    height: 14px;
    width: 257px;
    bottom: -15px;
    right: 0px;
}
.box-shadow-bottom-left-bottom {
    position: absolute;
    background: url("/image/shadow_bottom_left_bottom.png") top center no-repeat transparent;
    height: 14px;
    width: 257px;
    bottom: -15px;
    left: 0px;
}
.box-shadow-top-left {
    background: url("/image/shadow_top_left.png") no-repeat scroll center top transparent;
    height: 242px;
    left: -36px;
    position: absolute;
    top: -48px;
    width: 35px;
}
.box-shadow-top-right {
    background: url("/image/shadow_top_right.png") no-repeat scroll center top transparent;
    height: 242px;
    right: -36px;
    position: absolute;
    top: 0px;
    width: 35px;
}
.rightbox-shadow-left-left {
    background: url("/image/shadow_rightbox_left_left.png") no-repeat scroll center top transparent;
    height: 87px;
    left: -5px;
    position: absolute;
    bottom: 12px;
    width: 4px;
}
.rightbox-shadow-left-bottom {
    background: url("/image/shadow_rightbox_left_bottom.png") no-repeat scroll center top transparent;
    height: 8px;
    left: 2px;
    position: absolute;
    bottom: -9px;
    width: 123px;
}
.rightbox-shadow-right-right {
    background: url("/image/shadow_rightbox_right_right.png") no-repeat scroll center top transparent;
    height: 87px;
    right: -5px;
    position: absolute;
    bottom: 12px;
    width: 4px;
}
.rightbox-shadow-right-bottom {
    background: url("/image/shadow_rightbox_right_bottom.png") no-repeat scroll center top transparent;
    height: 8px;
    right: 2px;
    position: absolute;
    bottom: -9px;
    width: 123px;
}

#map-search-header {
    padding: 30px 0 10px 0;
    color: #3a2d19;

    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#main-map-wrapper {
    padding-top: 5px;
}

#main-map-wrapper label {
    padding-right: 10px;
}

#main-map-canvas {
    width: 689px;
    height: 450px;
    margin-top: 27px;
}

#main-map-region-search {
    width: 200px;
}

#main-map-region-results {
    position:absolute;
    z-index: 1;
    background-color: white;
    min-width: 224px;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    display: none;
}

#main-map-region-results div {
    padding: 5px;
    cursor: pointer;
}

#main-map-region-results div.highlighted {
    background-color: #f0f4e7;
}

#jump-to-settlement {
    line-height: 30px;
    margin: 5px 0 55px 10px;
    font-weight: 600;
    font-size: 16px;
}
#jump-to-settlement > div {
    float: left;
}

.main-search-panel-container  {
    color: #434343;
}
.main-search-panel-container .main-search-tab{
    clear: both;
    height: 40px;
    margin-bottom: -2px;
}
.main-search-panel-container .main-search-header {
    float: right;

    font-weight: bold;
    font-size: 24px;
    color: #3a2d19;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-top: 8px;
    width: 225px;
    height: 27px;
    overflow: hidden;
    text-align: right;
}
.main-search-panel-container .main-search-tab-item {
    padding: 10px 14px;
    border: 1px solid #cecece;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-bottom: none;
    margin-right: 2px;
    margin-bottom: -1px;
    background: url("/image/tab_header_gradient.png") 0 0 repeat-x;

    font-size: 17px;
    color: #3a2d19;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 8px;
    height: 19px;
    /*width: 42px;*/
    overflow: hidden;
}
.main-search-panel-container .main-search-tab-item:hover {
    background: url("/image/tab_header_gradient.png") 0 39px repeat;
}
.main-search-panel-container .main-search-tab-item.active {
    border-color: #d6414f;
    background: url("/image/bg_grid_red_light_gray.png") 0 0 repeat;
    color: #fff;
    text-shadow: 0 1px 0 #260415;
    padding-bottom: 9px;
}
.main-search-panel-container .main-search-top-border {
    height: 2px;
    border: 1px solid #d6414f;
    border-bottom: none;
    background: url("/image/bg_grid_red_light_gray.png") 0 0 repeat;
    width: 689px;
    border-radius: 4px 4px 0 0;
    clear: both;
}
.main-search-panel-container  .main-search-panel {
    position: relative;
}
.estateview .main-search-panel-container  .main-search-panel {
    border-top: 1px solid #c0cf95;
}
.main-search-panel-container  .main-search-panel .main {
    padding: 30px;
    padding-bottom: 18px;
    overflow: hidden;
}
.main-search-panel-container  .main-search-panel .main .panel {
    padding: 0 4px;
}
.main-search-panel-container  .main-search-panel .main  .region-container .text{
    float: left;
}
.main-search-panel-container  .main-search-panel .main  .region-container .select{
    float: left;
    margin: 5px 5px 0;
}
.main-search-panel-container  .main-search-panel .main  .region-container .select .html-item-container{
    margin-right: 0;
}
.main-search-panel-container  .main-search-panel .main  .region-container .agglomeracio-radius {
    float: left;
    margin-top: 4px;
}
.main-search-panel-container  .main-search-panel .main  .price-container{
    font-size: 14px;
}
.main-search-panel-container  .main-search-panel .main  .price-container .price-max{
    padding-left: 20px;
}
.main-search-panel-container  .main-search-panel .main  .price-container .size-min{
    padding-left: 40px;
}
.main-search-panel-container  .main-search-panel .main  .refresh-date-container{

}
.main-search-panel-container  .main-search-panel .main  .refresh-date-container .refresh-text{
    float: left;
    /*letter-spacing: -1px;*/
}
.main-search-panel-container  .main-search-panel .main  .refresh-date-container .submit-container{
    float: right;
    margin-top: -2px;
}
.main-search-panel-container  .main-search-panel .main  .refresh-date-container .submit-container .detailed-search-link {
    float: left;
    margin-right: 9px;
    margin-top: 6px;
}
.main-search-panel-container  .main-search-panel .main  .refresh-date-container .submit-container .submit-button {
    float: right;
}
.main-search-panel-container  .main-search-panel .main  .refresh-date-container .submit-container .detailed-search-link a {
    font-size: 12px;

    font-weight: bold;
}
.main-search-panel-container  .main-search-panel .main  .hidden-item{
    display: none;
}
.main-search-panel-container  .main-search-panel .main .panel-kiado {

}
.list-search-panel-container {
    background: #fff;
    margin-top: 10px;
    padding: 20px 0 0;
}
.list-search-panel-container.detail-search {
    text-align: center;
    padding: 20px 0 20px;
}
.list-search-panel-container .list-search-panel #form-content .panel .form-inputs {
    /*padding: 0 20px;*/
    padding: 0 16px;
}
.list-search-panel-container .list-search-panel #form-content .panel .submit-container {
    height: 52px;
    background-color: #f3f3f3;
    margin: 14px 0 1px;
    padding: 0 20px;
}
.list-search-panel-container .list-search-panel #form-content .panel .submit-container .submit-button,
.list-search-panel-container .list-search-panel #form-content .panel .submit-container .detailed-search-link {
    float: left;
    line-height: 52px;
}
.list-search-panel-container .list-search-panel #form-content .panel .submit-container .detailed-search-link {
    margin-left: 14px;
}
.list-search-panel-container .list-search-panel #form-content .panel .price-container .row {
    margin: 5px 0;
}
.list-search-panel-container .list-search-panel #form-content .panel .price-container .row .label {
    display: inline-block;
    width: 40px;
    color: #333;
}
.list-search-panel-container .list-search-panel #form-content .panel .price-container .row .value {
    color: #999;
}
.list-search-panel-container .html-item-inner-container{
    padding: 2px 4px 2px 2px;
}
.list-search-panel-container .html-item-container{
    min-width: 91px;
}
.list-search-panel-container .refresh.html-item-container{
    min-width: 0;
}
.list-search-panel-container .designed-checkbox-label{

    font-size: 12px;
    letter-spacing: 0;
}

.main-region-estates-container {
    margin-top: 40px;
}
.main-region-estates-container .list{
    margin-bottom: 20px;
}

.list-search-panel-container {

}
.list-search-panel-container .html-item-inner-container.leftside {
    width: 129px;
}
.list-search-panel-container .html-item-inner-container.rightside {
    width: 95px;
}
.list-search-panel-container .list-search-panel .label {
    font-size: 11px;

    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.list-search-panel-container .list-search-panel .region-autocomplete-container {
    margin-bottom: 4px;
}
.list-search-panel-container .list-search-panel .region-autocomplete-container .designed-text {
    padding: 0 6px;
}
.list-search-panel-container .list-search-panel .region-container .select {
    float: left;
    margin-top: 6px;
}
.list-search-panel-container .list-search-panel .region-container .agglomeracio-radius {
    float: left;
    margin-top: 5px;
    margin-left: 4px;
}
/* LIST ITEM */
.result-row-container {
    padding: 10px 0;
    width: 700px;
    display: block;
}
.result-row {
    position: relative;
    width: 720px;
    border: 1px solid #b9bbbd;
}
.result-row .offer-ribbon {
    position: absolute;
    right: 0px;
    bottom: 50px;
    padding: 7px 15px;
    background: #DB1C1F;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 13px !important;
}

.result-row:hover {
}
.result-item {
    overflow: hidden;
    padding: 10px;
}
.result-item-bottom {
    height: 43px;
    background: #EBEBEB;
    line-height: 43px;
    margin-top: 10px;
    position: relative;
}
.result-item-bottom:before {
    display: block;
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    background: #DB1C1F;
    top: -2px;
}

.result-row:hover .result-item-bottom {
    border-top: 1px solid #b9bbbd;
    height: 42px;
    line-height: 41px;
    background: #fff;
}
.result-row:hover .result-item-bottom:before {
    top: -3px;
}
.result-image {
    cursor: pointer;
    position: relative;
    width: 150px;
    height: 120px;
    overflow: hidden;
}
.result-image .image-count {
    background-color: #57700F;
    color: #FFFFFF;

    font-size: 9px;
    left: 0;
    position: absolute;
    top: 0;
}
.result-content {
    margin-left: 10px;
    width: 510px;
}
.result-content-office-advertiser {
    margin-left: 10px;
    width: 450px;
    position: relative;
}

.result-content-office-advertiser.office-advertiser {
    margin-left: 22px;
    height: 120px;
}

.office-advertiser-right-vertical {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 660px;
    width: 40px;
    height: 136px;
    background: #d6414f url('/image/estate_list_office_advertiser_text.png') no-repeat center;
}

.office-advertiser-image-background {
    cursor: pointer;
    width: 167px;
    height: 136px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px 0 0 4px;
}

.result-item.office-advertiser {
    
}

.result-short-description.office-advertiser {
    height: 95px;
}

.result-short-description.office-advertiser a {
    color: #6a747c;
}

.result-row.office-advertiser {
    background: transparent;
}

.result-row.office-advertiser:hover {
    
}

.result-title-price {
    height: 20px;
    width: 510px;
}
.result-title, .result-columns .column-title {
}
.result-title, .result-columns .column-title a{
}
.offer-credit {
    font-size: 10px;
    line-height: 50px;
    margin-right: 10px;
    color: #DB1C1F !important;
}
.result-title{
    font-size: 22px;
    margin-top: -3px;
}
.result-title a{
}
.result-price, .result-price a {
    font-size: 26px;
    font-weight: 600;
    color: #4e5259;
    float: left;
    margin-left: 10px;
}
.button-container {
    background: #C8C8C8;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
}
.button-container .arrow1 {
    background: #4e5259;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
    margin-right: 20px;
    position: relative;
}


.button-container .arrow1 .arrow2 {
    background: #C8C8C8;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -2px;
    top: 2px;
}
.result-row:hover .button-container .arrow1 .arrow2 {
    background: #fff;
}

.result-row:hover .button-container {
    background: #fff;
    border-left: 1px solid #b9bbbd;
}
.button-container span {
    color: #4e5259;
    border-right: 1px solid #a9adb5;
    padding-right: 15px;
    margin: 0 15px;
}
.office-logo-container {
    margin-right: 30px;
    margin-top: 7px;
    line-height: inherit;
}
.result-row:hover .office-logo-container {
    margin-right: 29px;
    margin-top: 6px;
}
.office-logo-container img {
    height: 30px;
    width: auto;
}
.result-short-description, .result-short-description a {
    font-size: 14px;
    margin-top: 7px;
    height: 57px;
    overflow: hidden;
    clear: both;
}
.result-details {
    font-size: 12px;

    font-weight: bold;
    text-decoration: none;
    color: #d6414f !important;
}
.result-columns-adatlap {
    margin-top: 0px;
}
.result-columns {
    width: 360px;
    overflow: hidden;
}
.result-columns .column-title,
.result-columns .column-title a {
    font-size: 14px;
    font-weight: bold;
}
.result-columns .column-title a:hover {

}
.result-columns .column-map .map-icon {
    float: left;
    width: 40px;
    height: 32px;
    padding-top: 6px;
}
.result-columns .column-map .column-title {
    float: left;
    margin-left: -8px;
}
.result-columns-adatlap .button-container{
    position: absolute;
    bottom: 18px;
    right: 10px;
}
.result-columns .column {
    border-left: 1px solid #4e5259;
    margin-left: 8px;
    padding-left: 8px;
    height: 36px;
}
.result-row-container.card-offer .result-columns .column {
    border-left: 1px solid #c07f85;
}
.result-columns .column, .result-columns .column-first,
.result-columns .column a, .result-columns .column-first a {
    float: left;
    font-size: 14px;
    text-transform: lowercase;
    clear: right;
}
.result-columns .column > a {
    clear: left;
}
.result-columns .column-first > a {
    clear: left;
}
.result-columns .column-first sup {
    line-height: 5px;
    font-size: 10px;
}
.text {
    position: relative;
}
.region-autocomplete-container {
    position: relative;
    width: 512px;
    float: left;
}
.list-search-panel .region-autocomplete-container {
    width: auto;
}
.region_selector_helptext {
    font-size: 11px;
    color: #999;
    margin-top: 8px;
}
.ui-autocomplete {
    overflow: auto;
    max-height: 200px;
    _max-height: 200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.ui-autocomplete-div {
    background-color: #FFFFFF;
    border: 1px solid #C3D297;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    /*padding: 10px 15px;*/
    padding: 0;
    position: absolute;
    width: 424px;
    display: none;
    z-index: 2000;
    /*margin-top: -36px;*/
    margin-top: 0;
}
.ui-autocomplete-div .ui-autocomplete {
    width: 99%;
}
.ui-autocomplete li {
    font-size: 14px;
    cursor: pointer;
}
.ui-autocomplete-div .ui-widget-content {
    border: 0 none !important;
    background: none !important;
}
#ui-active-menuitem {
    background-color: #f0f4e7;
    font-weight: normal;
    font-size: 14px;
    border: 0;
    line-height: 1.5;
    padding: 0.2em 0.4em;
    margin: 0;
}
.ui-autocomplete .ui-menu .ui-menu-item {
    cursor: pointer;
}

/* legutóbb megtekintett ingatlanok */
.latest-viewed {
    margin-top: 28px;
}

.latest-viewed .title {    
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.latest-viewed .result-row-container, .facebook-box .result-row-container {
    width: 250px;
    height: auto;
    padding: 0 0 20px;
}

.latest-viewed .result-row, .facebook-box .result-row {
    width: 248px;
    height: auto;
}

.latest-viewed .result-item, .facebook-box .result-item {
    overflow: hidden;
}

.latest-viewed .result-row .result-item .result-title {
    margin-bottom: 10px;
}

.latest-viewed .result-row .result-item .result-content {
    width: 68px;    
    font-size: 12px;
    overflow: hidden;
}

.latest-viewed .result-row .result-item .result-content .result-columns-adatlap {
    margin-top: 0;
}

.latest-viewed .result-row .result-item .result-content .column-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 1px;
}

.latest-viewed .result-row .result-item .result-content .result-column {
    margin-bottom: 2px;
}

.latest-viewed .result-row .result-item .result-price {
    background: #c5c9d0;
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    height: 43px;
    line-height: 43px;
    position: relative;
    margin-top: 10px;
}
.latest-viewed .result-row .result-item .result-price:before {
    left: 0;
    display: block;
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    background: #DB1C1F;
    top: -2px;
}

.result-title-price .fav-icon {
    margin-right: 6px;
}
.result-title-price .fav-icon-delete {
    margin-left: 6px;
}

.similar-estates-list {
    padding-top: 20px;
}

/* DETAIL SEARCH */
.detail-search-panel {
    padding: 15px;
}

.detail-search h1 {
    padding-top: 26px;
    padding-bottom: 0px;
    text-align: right;
}

.detail-search-panel .label {
    font-weight: bold;
}

.detail-search-panel .col1 {
    float: left;
    width: 126px;
    margin-right: 10px;
}

.detail-search-panel .col2 {
    float: left;
    margin-top: -6px;
    width: 494px;
}

.detail-search-panel .col2 .pluscol {
    margin-top: 6px;
}

.detail-search-panel .dotted-separator {
    margin: 18px 0 25px;
}

.detail-search-panel .html-item-inner-container {
    margin-right: 5px;
    min-width: 232px;
}
.detail-search-panel .radion-cont .html-item-inner-container {
    margin-right: 5px;
    min-width: 70px;
}

.detail-search-panel #spec_form .form_lakas .col1 {
    width: 126px;
}
.detail-search-panel #spec_form .form_lakas .col2 {
    width: 513px;
}

.detail-search-panel #spec_form .form_csaladihaz .col1 {
    
}
.detail-search-panel #spec_form .form_csaladihaz .col2 {
    
}

.detail-search-panel #spec_form .form_telek .col1 {
    
}
.detail-search-panel #spec_form .form_telek .col2 {
    
}

.detail-search-panel #spec_form .form_garazs .col1 {
    
}
.detail-search-panel #spec_form .form_garazs .col2 {
    
}

.detail-search-panel #spec_form .form_udulo .col1 {
    
}
.detail-search-panel #spec_form .form_udulo .col2 {
    
}

.detail-search-panel #spec_form .form_ipari .col1 {
    
}
.detail-search-panel #spec_form .form_ipari .col2 {
    
}

.detail-search-panel #spec_form .form_iroda .col1 {
    
}
.detail-search-panel #spec_form .form_iroda .col2 {
    
}

.detail-search-panel #spec_form .form_vendeglato .col1 {
    
}
.detail-search-panel #spec_form .form_vendeglato .col2 {
    
}

.detail-search-panel #spec_form .form_panzio .col1 {
    
}
.detail-search-panel #spec_form .form_panzio .col2 {
    
}

.region_tip {
    position: absolute;
    margin-top: -60px;
    margin-left: 48px;
    width: 325px;
    height: 45px;
    background: url('/image/region_noobtip.png') no-repeat;
    padding: 4px;
    z-index: 1001;
}

.region_tip span {
    position: relative;
    float: left;
    font-size: 10px;

    font-weight: bold;
    color: #ffffff;
    padding: 3px 6px 0px;
}



/***********************************************************************/
/** BEGIN facebookos tabok regio kivalasztasnal **/
.selected_regions_container {
    clear: both;
}

.selected_regions_container ul {

}

.selected_regions_container ul li {
    background-color: #989b9f;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 5px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.selected_regions_container ul li span {
    float: left;
    display: inline-block;
}

.selected_regions_container ul li .remove {
    background: url('/images/selected_region_close.png?2') no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-left: 15px;
    margin-top: 2px;
    cursor: pointer;
    float: left;
}
.selected_regions_container ul li .remove:hover {

}
/** END facebookos tabok regio kivalasztasnal **/





/** BEGIN regio valaszto lenyilo lista **/
#startpage-layers {
    display: none;
    font-size: 16px;
    overflow: hidden;
    padding: 1px 0;
    text-align: left;
    width: 690px;
    position: relative;
}

#startpage-layers .startpage-layers-close {
    position: absolute;
    top: 15px;
    right: 0px;
}

#startpage-layers img {
    border: 0 none;
}

#startpage-layers .hidden {
    display: none;
}

#startpage-layers .layer-tabs {
    clear: both;
    display: block;
    float: left;
    height: 27px;
    margin: 14px 0;
    width: 654px;
}

#startpage-layers .layer-tab {

}

#startpage-layers .layer-tab label {
    margin-left: 5px;
    font-size: 14px;
}

#startpage-layers .layer-tab .item {
    margin-bottom: 5px;
}

#startpage-layers .layer-tabs li {
    float: left;
    height: 24px;
    margin: 0;
    list-style: none;
}

#startpage-layers .layer-tabs li.first a {
    border-left: 0 none;
}

#startpage-layers .layer-tabs li a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    float: left;
    height: 15px;
    margin-right: 15px;
    width: 170px;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    background: #91969f;
}
#startpage-layers .layer-tabs li a:hover {
    background-color: #333438;
}

#startpage-layers .layer-tabs li a.current {
    background-color: #4E5359;
}
#startpage-layers .layer-tabs li a.current:hover {
    background-color: #333438;
}
/** END regio valaszto lenyilo lista **/





/** BEGIN map search **/
#startpage-layers .map-container {
    float: left;
    width: 344px;
    height: 245px;
}

#startpage-layers .map-container .map .mapimage {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#startpage-layers .map-container .map .map-transparent-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#startpage-layers .map-container .map .mapimage.hover, #startpage-layers .map-container .map .mapimage.selected {
    display: block;
}

#startpage-layers .region-checkboxes-container {
    float: left;
    width: 377px;
    margin-left: 20px;
}

#startpage-layers .region-checkboxes-container .column1 {
    float: left;
}

#startpage-layers .region-checkboxes-container .column2 {
    float: left;
}

#startpage-layers .region-checkboxes-container .region-selector-container {
    clear: both;
    border-top: 1px dotted #cacac8;
    padding-top: 10px;
    margin-top: 10px;
}

/* budapest */
#startpage-layers #layer-budapest .map-container {
    background: url('/images/map/map_budapest.png') no-repeat center center;
    width: 257px;
    height: 245px;
    position: relative;
}
#startpage-layers #layer-budapest .map-container .mapimage {
    background-image: url('/images/map/map_sprite_budapest.png');
    background-repeat: no-repeat;
    width: 257px;
    height: 245px;
}
#startpage-layers #layer-budapest .map-container .mapimage.hover {
    background-image: url('/images/map/map_sprite_budapest_hover.png');
}

#layer-budapest .column1 {
    width: 120px;
    margin-right: 57px;
}
#layer-budapest .column2 {
    width: 199px;
}
#layer-budapest .column3 {
    float: left;
    width: 82px;
    margin-right: 28px;
}
#layer-budapest .column4 {
    float: left;
    width: 89px;
}

/* orszagos */
#startpage-layers #layer-orszagszerte .map-container {
    background: url('/images/map/map_orszag.png') no-repeat center center;
    width: 319px;
    height: 207px;
    position: relative;
}
#startpage-layers #layer-orszagszerte .map-container .mapimage {
    background-image: url('/images/map/map_sprite_orszag.png');
    background-repeat: no-repeat;
    width: 319px;
    height: 207px;
}
#startpage-layers #layer-orszagszerte .map-container .mapimage.hover {
    background-image: url('/images/map/map_sprite_orszag_hover.png');
}

#layer-orszagszerte .region-checkboxes-container {
    margin-left: 10px;
    width: 325px;
}

#layer-orszagszerte .column1 {
    width: 148px;
    margin-right: 17px;
}
#layer-orszagszerte .column2 {
    width: 160px;
}

#layer-balaton .region-checkboxes-container {
    width: 320px;
}
#layer-balaton .column1 {
    margin-right: 20px;
    min-width: 150px;
}

/* balaton */
#startpage-layers #layer-balaton .map-container {
    background: url('/images/map/map_balaton.png') no-repeat center center;
    width: 286px;
    height: 205px;
    position: relative;
}
#startpage-layers #layer-balaton .map-container .mapimage {
    background-image: url('/images/map/map_sprite_balaton.png');
    background-repeat: no-repeat;
    width: 286px;
    height: 205px;
}
#startpage-layers #layer-balaton .map-container .mapimage.hover {
    background-image: url('/images/map/map_sprite_balaton_hover.png');
}
/** END map search **/
.button1 {
    background: #DB1C1F none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 170px;
    display: inline-block;
}
.button1:hover {
    background: #9c2730 none repeat scroll 0 0;
    color: #fff;
}
.result-row-container.card-offer .result-row * {
    color: #DB1C1F;
}
.result-row-container.card-offer .result-row {
    border: 1px solid #DB1C1F;
}
.result-row-container.card-offer .result-row:hover {

}
.result-row-container.card-offer .result-item-bottom {
    background: #e6c3c6;
}
.result-row-container.card-offer .result-row:hover .offer-ribbon{
    top: -35px;
}
.result-row-container.card-offer .result-row:hover .result-item-bottom {
    background: #fae7e7;
}
.result-row-container.card-offer .result-row:hover .result-item-bottom {
    border-color: #c07f85;
}
.result-row-container.card-offer .result-row .button-container {
    background: #c07f85;
    color: #fff;
    border-color: #fae7e7;
}
.result-row-container.card-offer .result-row:hover .button-container {
    height: 42px;
}
.result-row-container.card-offer .result-row .button-container span {
    color: #fff;
}
.result-row-container.card-offer .button-container .arrow1 .arrow2 {
    background: #c07f85;
}
.result-row-container.card-offer .result-row:hover .button-container .arrow1 .arrow2 {
    background: #c07f85;
}
.fancybox-slide > * {
    background: transparent !important;
}