@font-face{
    font-family: 'Century Gothic Own';
    src: url(fonts/century-gothic.eot);
    src: url(fonts/century-gothic.eot) format('embedded-opentype'),
    url(fonts/century-gothic.ttf) format('truetype');
}

body {
    background: #F5F5FF;
    /*background-color: #777777;*/
    font-size: 14px;
    font-family: "Century Gothic", "Century Gothic Own", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
    color: #444;
}

img {
  image-orientation: none;
}

h1, h2, h3, h4, h5, h6, #garance { color: #000066; }
/*
a {
color: #CC0000;
}
a:hover, a:focus {

}*/

.red {color: #CC0000;}
.blue {color: #000066;}
.bg-red {background-color: #CC0000;}
.bg-blue {background-color: #000066;}

.dimmed-bg { background: #EAEAEF; }

.margin-top-xs { margin-top: 10px; }
.margin-bottom-xs { margin-bottom: 10px; }
.margin-left-xs { margin-left: 10px; }
.margin-right-xs { margin-right: 10px; }
.margin-top-sm { margin-top: 20px; }
.margin-bottom-sm { margin-bottom: 20px; }
.margin-left-sm { margin-left: 20px; }
.margin-right-sm { margin-right: 20px; }
.margin-top-md { margin-top: 30px; }
.margin-bottom-md { margin-bottom: 30px; }
.margin-left-md { margin-left: 30px; }
.margin-right-md { margin-right: 30px; }
.margin-top-lg { margin-top: 40px; }
.margin-bottom-lg { margin-bottom: 40px; }
.margin-left-lg { margin-left: 40px; }
.margin-right-lg { margin-right: 40px; }

.padding-top-xs { padding-top: 10px; }
.padding-bottom-xs { padding-bottom: 10px; }
.padding-left-xs { padding-left: 10px; }
.padding-right-xs { padding-right: 10px; }
.padding-top-sm { padding-top: 20px; }
.padding-bottom-sm { padding-bottom: 20px; }
.padding-left-sm { padding-left: 20px; }
.padding-right-sm { padding-right: 20px; }
.padding-top-md { padding-top: 30px; }
.padding-bottom-md { padding-bottom: 30px; }
.padding-left-md { padding-left: 30px; }
.padding-right-md { padding-right: 30px; }
.padding-top-lg { padding-top: 40px; }
.padding-bottom-lg { padding-bottom: 40px; }
.padding-left-lg { padding-left: 40px; }
.padding-right-lg { padding-right: 40px; }

.glyphicon.text-on-right { margin-right: 7px; }
.glyphicon.text-on-left { margin-left: 7px; }

.company-name > span:first-child {
    color: #CC0000;
    font-size: 100%;
    font-weight: 700;
}
.company-name > span:last-child {
    color: #000066;
    font-size: 100%;
    font-weight: 700;
}

.full-width {
    max-width: 1200px;
    margin: 0px auto;
}
.full-width > .col-* {
    padding-right: 0px;
    padding-left: 0px;
}

.static-page .full-width {
    max-width: 800px;
}

header {
    background-color: #F5F5FF;
    padding-top: 10px;
    padding-bottom: 20px;
}

.page-title {
    font-size: 200%;
    text-align: center;
    height: 100px;
    color: #CC0000;
    padding-top: 10px;
}
.page-title .company-name {
    font-size: 320%;
    line-height: 48px;
    letter-spacing: 5px;
}
.page-title .motto {
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: 580px;
}
@media screen and (max-width: 1050px) {
    .page-title .motto {
        margin-left: 520px;
    }
}
.page-title.small {
    font-size: 180%;
    /*width: 80%;*/
    margin: 0 auto;
}
.page-title.small .company-name {
    font-size: 280%;
    letter-spacing: 2px;
}
.page-title.small .motto {
    font-size: 87%;
    margin-left: 390px;
}

.rounded {
    border-radius: 12px;
}

.navbar {
    margin-bottom: 0;
}

section {
    display: block;
    overflow: hidden;
    padding-top: 16px;
    padding-bottom: 50px;
    background: #F5F5FF;
}
section:nth-of-type(2n) {
    background: #EAEAEF;
    padding-top: 50px;
}

header .header-brand {
    display: block;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 100;
}

header .header-brand img {
    height: 100%;
}



.required::after,
span.asterisk::after {
    content: '*';
    color: #CC0000;
    margin-left: 2px;
}

.one-required::after,
span.asterisky::after {
    content: '\'';
    color: #CC0000;
    margin-left: 2px;
}

span.form-control.transparent {
    border-color: transparent;
}


.btn-primary {
    background-color: #000066;
    background-image: linear-gradient(to top, rgba(255,255,255,0.1), rgba(230,230,240,0.4));
    border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #CC0000;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(100, 100, 100, 0.2));
    background-position: initial;
    border-color: transparent;
}
.btn-primary:focus:active,
.btn-primary:active {
    background-color: #CC0000;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.4), rgba(100, 100, 100, 0.2));
    background-position: initial;
    border-color: transparent;
}


/* pager */
.pagination .page-step {
    font-weight: bold;
}
.pagination .pages .page-nr {
    font-weight: bold;
    display: inline-block;
    padding: 0px 5px;
    line-height: 1;
}
.pagination .pages .page-nr + .page-nr {
    border-left: 2px solid #333;
}
.pagination .pages .active {
    color: #B42332;
    cursor: default;
}


.from-our-blog {
    padding: 6px 12px;
}
.contentslider-std .sliderkit-panels,
.contentslider-std .sliderkit-panel {
    background: #EAEAEF !important;
}


/* condensed form */
.condensed-form {}
.condensed-form .form-group {
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.condensed-form .form-group:nth-child(2n) {
    background: #EAEAEF;
}
.condensed-form .form-group + .form-group {
    border-top: 1px solid #ddd;
    padding-top: 5px;
}



/* login */
.login-form {
    max-width: 500px;
    margin: 30px auto 0px;
}


/* services */
.static-page h4 {
    margin-top: 40px;
    margin-bottom: 20px;
}


/* search results */
.recommendations-container {
    max-height: 500px;
    overflow-y: scroll;
}
.result-count {
    margin-bottom: 30px;
}
.result-item {
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 10px 5px;
}
.result-item + .result-item {
    margin-top: 10px;
}
.result-item:nth-child(2n+1) {
    background: #EAEAEF;
}
.result-item .house-image {
    position: relative;
    width: 140px;
    text-align: right;
    overflow: hidden;
    vertical-align: middle;
}
.result-item .house-image img {
    height: 100px;
    max-width: 100%;
}
.recommendation .house-image .house-image-link,
.result-item .house-image .house-image-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.recommendation .house-image .ribbon,
.result-item .house-image .ribbon {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.result-item .house-properties {
    margin-left: 14px;
}
.result-item .house-properties h5.house-name {
    margin-top: 0;
}
.result-item .house-properties h5.house-name a {
    font-size: 120%;
}
.result-item .house-properties .house-price {
    font-weight: bold;
    font-size: 120%;
}
.result-item .house-actions .btn {
    clear: right;
    float: right;
    text-align: left;
}
.result-item .house-actions .btn + .btn { margin-top: 4px; }

@media only screen and (max-width: 767px) {
    .filter-form h4 {
        line-height: 2.5;
    }
    .result-list-form {
        margin-left: -30px;
        margin-right: -30px;
    }
    h3.result-count {
        font-size: 140%;
        line-height: 1.5;
    }
    .result-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .table > tbody > tr > td {
        border: 0 none;
    }
    .result-item .house-image {
        display: block;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-bottom: 14px;
        padding-top: 5px;
    }
    .result-item .house-properties,
    .result-item .house-actions {
        display: block;
        float: none;
        clear: both;
        overflow: hidden;
    }
    .result-item .house-actions {
        border-bottom: 2px solid #777;
        padding-bottom: 15px;
    }
}
/* END : search results */



/* house data index */
.recommendations-container.longer {
    max-height: 750px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background: #EAEAEF;
}
.salesperson {}
.salesperson .introduction {
    text-align: center;
    float: left;
}
.salesperson .image {
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 35px;
}
.salesperson .image img {
    max-width: 100%;
}
.salesperson .name {
    display: block;
    clear: both;
}
.salesperson .contact {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.salesperson .contact .phone,
.salesperson .contact .email {
    display: block;
    margin-top: 10px;
}

.house-video {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.house-video iframe {
    display: inline-block;
    max-width: 500px;
    width: 100%;
    height: 280px;
}

.house-images {}
.house-images .house-image-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.house-images .house-image-link.first img {
    width: 100%;
    height: auto;
    border: 0 none;
}
.house-images .ribbon {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.other-images .house-image {
    padding: 5px;
    height: 100px;
    text-align: center;
}
.other-images .house-image-link {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.other-images .house-image-link img {
    height: 100%;
}

.relativ-box {
  position: relative;
}

.relativ-box-inner {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #000066;
  padding: 5px;
  margin-right: 5px;
  font-size: 16px;
  background-image: linear-gradient(to top, rgba(255,255,255,0.1), rgba(230,230,240,0.4));
}

.relativ-box-inner.kiado {
  background-color: #CC0000 !important;
}

.relativ-box-inner a {
  color: #ffffff;
  text-decoration: none;
}

.img-eladna-ingatlanat {
  float: right;
}

@media only screen and (max-width: 767px) {
  .increase-width {
      margin-left: -30px;
      margin-right: -30px;
  }
  .recommendations-container,
  .recommendations-container.longer {
      max-height: none;
  }
  .front-title h1 {
    font-size: 22px;
    padding: 0 5px;
  }
  .img-eladna-ingatlanat {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* END : house data index */



/* view admin */
.form-inline select {
    max-width: 250px;
}
/* END : view admin */



/* house admin */
.property-details-table {
    width: 100%;
}
.property-details-table td {
    vertical-align: middle;
}

table.responsive-table > tbody > tr > td.cell-transferable {
    width: 40px;
}

@media only screen and (max-width: 767px) {
    table.responsive-table > tbody > tr > td:last-child {
        overflow: hidden;
        padding-bottom: 20px;
    }
    table.responsive-table > tbody > tr > td.cell-id {
        position: absolute;
        margin-top: 40px;
    }
    table.responsive-table > tbody > tr > td.cell-image {
        text-align: center;
        padding-top: 20px;
    }
}
/* END : house admin */




@media only screen and (max-width: 767px) {
    .row-end-xs {
        margin-bottom: 30px;
    }
    header {padding: 0; margin: 0;}
    header h1 {
        margin-top: 0px;
        font-size: 100%;
    }
    header .include {
        display: none;
    }
    header .header-brand {
        background-color: #fff;
        top: 1px;
        height: 50px;
    }
    table.responsive-table > thead {
        display: none;
    }
    table.responsive-table > tbody > tr > td {
        display: block;
        float: none;
        clear: both;
        overflow: hidden;
        width: 100%;
    }
    
    .relativ-box-inner {
      font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
  .relativ-box-inner {
      font-size: 13px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .relativ-box-inner {
    font-size: 14px;
  }
  
  .img-eladna-ingatlanat {
    width: 300px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1140px) {
    table.table.soo-wide {
        font-size: 85%;
    }
    table.table.soo-wide.wider {
        font-size: 80%;
    }
    table.table.soo-wide td,
    table.table.soo-wide th {
        padding: 4px;
    }
    table.table.soo-wide.wider td,
    table.table.soo-wide.wider th {
        padding: 4px 1px;
    }
    .form-inline .form-control {
        width: 100%;
    }
}

