/* Theme */
body {
    background: #eff4fb;
    color: #4d4d4d;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
}

h1, h2,h3,h4 {
    color: #000000;
    margin-top: 0px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

.content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.content li {
    padding-left: 12px;
    position: relative;
}
.content li:before {
    content: '\25AE';
    color: #134094;
    font-size: 6px;
    left: 0px;
    position: absolute;
    top: 4px;
}
.content ul > li > ul > li:before {
    content: '';
}

.pipe {
    border-left: 3px solid #134094;
    font-weight: bold;
    padding: 4px 4px 4px 8px;
}

.content {
    background: #fff;
    border: 1px solid #e3edfb;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 10px;
}

.content p > a {
    text-decoration: underline;
}
.content p > a.btn {
    text-decoration: none;
}

.content h2 a,
.content h3 a {
    text-decoration: none;
}

.black {
    color: #000;
}

.show-sm {
    display: none;
}

.hide,
.hidden {
    display: none;
}

.alert {
    border-radius: 0px;
}

.danger {
    color: #A94442;
}
a.danger:hover,
a.danger:focus,
a.danger:active{
    color: #872623;
}
.warning {
    color: #DE9226;
}
a.warning:hover,
a.warning:focus,
a.warning:active{
    color: #AD6D11;
}

a:hover,
a:active,
a:focus {
    outline: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ebebeb;
    opacity: 1;
}

.form-control[multiple] option:nth-child(2n) {
    background: #ebebeb;
}

/* Buttons */
.btn {
    border-radius: 0px;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
}
.btn-default {
    background: #fff;
    border: 1px solid #000000;
    color: #000000;
}
.btn-primary {
    background: #134094;
    border: 1px solid #134094;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #06245C;
    border: 1px solid #06245C;
}
.btn-danger {
    background: #9c1d26;
    border: 1px solid #9c1d26;
    color: #fff;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background: #78050D;
    border: 1px solid #78050D;
}
.btn-gray {
    background: #9fa6b4;
    border: 1px solid #9fa6b4;
    color: #000000;
}
.btn-fa {
    padding: 6px 28px 6px 40px;
    position: relative;
}
.btn-fa:before {
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: normal;
    left: 13px;
    position: absolute;
    top: 4px;
}
.btn-fa.btn-lg {
    padding: 10px 45px 10px 65px;
}
.btn-fa.btn-lg:before {
    font-size: 28px;
    left: 13px;
    top: 4px;
}

.errors ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.errors li {
    color: #A94442;
    padding-left: 12px;
    position: relative;
}
.errors li:before {
    content: '\25AE';
    font-size: 6px;
    left: 0px;
    position: absolute;
    top: 4px;
}

.box {
    margin-top: 50px;
    margin-bottom: 50px;
}
.box p {
    text-align: center;
}

.line-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-top-15 {
    margin-top: 15px !important;
}

/* Table */
.table {


}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #B9C5DC;
}
.table > thead > tr > th {
    color: #134094;
    vertical-align: bottom;
    border-bottom: 2px solid #B9C5DC;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: #EFF4FB;
}

/* Header */
.logo {
    width: 100%;
    max-width: 359px;
}
.page-header {
    margin-top: 15px;
    margin-bottom: 2px;
}
.navbar-header {
    color: #880811;
    font-size: 16px;
    text-transform: uppercase;
}
.header-login .login-submit {
    color: #86060f;
    font-size: 14px;
}
.header-login .login-link {
    color: #303030;
    display: inline-block;
}
.header-login input.form-control {
    border: none;
    margin-bottom: 10px;
}

.navbar {
    background: url('../img/nav_bg.png') left bottom repeat-x #9c1d26;
    min-height: 40px;
    margin-bottom: 0px;
    border-radius: 0px;
}

.navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-nav li a {
    background: #85050e;
    color: #ffffff;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 12px;
}

.navbar-nav li.active a,
.navbar-nav li a:hover,
.navbar-nav li a:focus {
    background: #ffffff;
    color: #85050e;
}

.navbar-toggle {
    margin-top: 5px;
    margin-bottom: 4px;
    border-radius: 0px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-toggle.user {
    color: #fff;
    padding: 6px 10px 4px 10px;
}

.navbar-nav li.logged-link {
    background: #b32b34;
    color: #fff;
}
.navbar-nav li.logged-link.active a,
.navbar-nav li.logged-link a:hover,
.navbar-nav li.logged-link a:focus {
    background: #9c1d26;
    color: #fff;
}
.navbar-nav .dropdown.open {
    background: #b32b34;
}
.navbar-nav .open>a,
.navbar-nav .open>a:focus,
.navbar-nav .open>a:hover {
    background: #b32b34;
    color: #fff;
}
.navbar-nav .dropdown-menu {
    border-radius: 0px;
    left: auto;
    margin: 0px;
    padding: 0px;
    right: 0px;
}
.navbar-nav .dropdown-menu li a{
    background: #c53841;
    border-bottom: 1px solid #9c1d26;
}
.navbar-nav .dropdown-menu li.active a,
.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu li a:focus {
    background: #9c1d26;
    color: #fff;
}


/* Form */
.form-horizontal .control-label {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.form-control {
    border-radius: 0px;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.input-group-addon:last-child {
    border-radius: 0px;
}
.asterisk {
    color: #880811;
}
select.form-control  {
    background: url('../img/select_arrow_2.png') no-repeat right 50% #fff;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.checkbox {
    padding-left: 45px;
}
.checkbox label {
    color: #4d4d4d;;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0px 4px 5px;
    position: relative;
    vertical-align: middle;
}
.checkbox label::before {
    content: " ";
    font-family: "FontAwesome";
    font-size: 16px;
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 5px;
    margin-left: -30px;
    padding-left: 3px;
    padding-top: 2px;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    background: #fff;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"]:checked + label::before {
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background: #ebebeb;
    cursor: not-allowed;
}
.checkbox .description {
    display: inline-block;
    width: 100%;
}
.form-horizontal .radio {
    min-height: 30px;
    padding-top: 4px;
}
.radio label {
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0px 4px 40px;
    position: relative;
    vertical-align: middle;
}
.radio label::before {
    content: " ";
    color: #134094;
    font-family: "FontAwesome";
    font-size: 16px;
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 3px;
    margin-left: 0px;
    padding-left: 4px;
    padding-top: 2px;
    border: 1px solid #d2d2d2;
    border-radius: 12px;
    background: #fff;
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio input[type="radio"]:checked + label::before {
    content: "\f10c";
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.date-group input:hover,
.date-group input:focus,
.date-group input:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.date-group {
    border: 1px solid #ccc;
}
.date-group:focus,
.date-group:hover,
.date-group:active {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.date-group span {
    cursor: pointer;
}
.date-group input,
.date-group span {
    border: 0px;
    background: #fff;
}


/* Offer */
#offer-collapse {
    background: #eff4fb;
    display: none;
    padding: 4px 5px 1px;
    position: absolute;
    bottom: -50px;
    right: 16px;
}
.offer-filter-extended {
    display: none;
}
.offer-filter-search {
    border-bottom: 1px solid #b9c5dc;
    margin-bottom: 1px;
    padding-bottom: 7px;
}
.offer-filter-search .input-group-btn button {
    background: #c3cde0;
    border: 1px solid #c3cde0;
    color: #134094;
    cursor: pointer;
    min-width: 0px;
    padding: 6px 20px;
}
.offer-filter-search .input-group-btn button:focus,
.offer-filter-search .input-group-btn button:hover {
    background: #95A4C3;
    color: #0B3177;
}
.offer-filter-extended {
    background: url('../img/search_bg.png') repeat-x left bottom #4e70af;
    padding-top: 14px;
    padding-bottom: 14px;
}

.offer-filter-extended select,
.offer-filter-extended select[disabled="disabled"] {
    background: url('../img/select_arrow.png') no-repeat right 50% #2f4773;
    border: #24427a;
    color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.offer-filter-extended select.active {
    background: url('../img/select_arrow.png') no-repeat right 50% #5776ae;
}
.offer-filter-extended input {
    background: #2f4773;
    border: #24427a;
    color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.offer-filter-extended input.active {
    background: #5776ae;
}
.offer-filter-extended input::-webkit-input-placeholder {
    color: #fff;
}
.offer-filter-extended input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.offer-filter-extended input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.offer-filter-extended input:-ms-input-placeholder {
    color: #fff;
}

.offer-filter-extended .checkbox {
    padding-left: 30px;
}
.offer-filter-extended .checkbox label {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    padding: 4px 0px 4px 5px;
    color: #fff;
}
.offer-filter-extended .checkbox label::before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 1px;
    margin-left: -30px;
    border: none;
    border-radius: 0px;
    background: url('../img/checkbox_icons.png') -26px 0px #183759;
}
.offer-filter-extended .checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}
.offer-filter-extended .checkbox input[type="checkbox"]:checked + label::before {
    content: " ";
    background: url('../img/checkbox_icons.png') 0px 0px;
}
.offer-filter-extended .checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.offer-filter-extended .checkbox input[type="checkbox"]:disabled + label::before {
    cursor: not-allowed;
}

.offer-filter-extended .filter-info p {
    color: #fff;
}
.offer-filter-extended .filter-watch {
    font-size: 14px;
}
.offer-filter-extended .offer-text {
    color: #fff;
    font-size: 14px;
}
.offer-filter-extended .offer-text.checkbox-text {
    margin-right: 16px;
}
.filter-send {
    background: #2f4773;
    border: none;
    color: #fff;
    float: right;
    max-width: 74px;
    width: 100%;
    min-width: 0px;
}
.filter-reset {
    background: #0a204a;
    border: none;
    color: #fff;
    float: right;
    max-width: 74px;
    width: 100%;
    min-width: 0px;
}
.filter-search {
    background: #fff;
    border: none;
    max-width: 170px;
    min-width: 0px;
    padding-right: 25px;
    width: 100%;
}
.filter-search:focus,
.filter-search:active,
.filter-search:hover {
    color: #000;
}
.filter-search span {
    padding-right: 14px;
}

.offer-header {
    color: #134094;
    font-size: 18px;
    margin-bottom: 10px;
}
.offer-price {
    color: #134094;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
}
hr.offer-line-1,
hr.line {
    background: #b9c5dc;
    height: 1px;
    margin: 0px;
}
hr.line {
    margin-bottom: 10px;
    margin-top: 10px;
}
hr.offer-line-2,
hr.double-line {
    background: none;
    border-bottom: 1px solid #b9c5dc;
    border-top: 1px solid #b9c5dc;
    height: 1px;
    margin: 0px 0px 12px;
}
.offer {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 149px;
}
.offer p {
    line-height: 18px;
}
.offer-content {
    position: relative;
    min-height: 129px;
}
.offer-img {
    max-height: 128px;
    overflow: hidden;
    position: relative;
}
.offer-img img {
    display: none;
    text-align:center;
}
.offer-img .label {
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #bec2c7;
    border-radius: 0px;
    border-top: 1px solid #bec2c7;
    left: 15px;
    position: absolute;
    top: 20px;
    width: 70px;
    text-align: center;
}
.offer-img .label.new {
    color: #e3000f;
}

.offer-date {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    margin-top: 5px;
}
.offer-date > span {
    display: inline-block;
    padding-right: 20px;
}
.offer-date:before {
    color: #134194;
    content: "\f133";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: -3px;
    left: 2px;
}

.offer-map {
    display: inline-block;
    padding-left: 25px;
    margin-top: 5px;
    position: relative;
}
.offer-map:before {
    color: #134194;
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: -3px;
    left: 5px;
}

.offer-actions a,
.offer-actions span {
    display: inline-block;
    line-height: 18px;
    width: 100%;
}
.offer-actions a {
    width: auto;
}
.offer-actions > a > i,
.offer-actions > span > i {
    font-size: 16px;
}
.offer-actions a.danger {
    display: none;
}

/* Offer paggination */
.offer-result {
    margin-top: 8px;
    margin-bottom: 9px;
}
.offer-result span{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 12px;
}
.offer-result select {
    display: inline-block;
}
.offer-result .offer-per-page {
    display: none;
    margin-left: 30px;
}
.offer-result .offer-per-page ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    vertical-align: top;
}
.offer-result .offer-per-page li {
    display: inline-block;
    float: left;
    padding-left: 0px;
    position: relative;
    width: 37px;
}
.offer-result .offer-per-page li:before {
    content: '|';
    font-size: 22px;
    position: absolute;
    top: -7px;
    left: 0px;
}
.offer-result .offer-per-page li:first-child:before {
    content: '';
}
.offer-result .offer-per-page li a {
    color: #4d4d4d;
    font-size: 14px;
    padding: 5px 8px 5px 13px;
    text-decoration: none;
}
.offer-result .offer-per-page li a:hover,
.offer-result .offer-per-page li a:focus,
.offer-result .offer-per-page li a:active{
    font-weight: bold;
    outline: none;
}
.offer-result .offer-per-page li.active a {
    font-weight: bold;
}
.offer-empty {
    margin-top: 20px;
}

.offer-paggination {
    display: inline-block;
    float: right;
    margin-top: 9px;
    margin-bottom: 12px;
}
.offer-paggination > span {
    font-size: 14px;
    padding-left: 13px;
}

.offer-paggination input {
    display: inline-block;
    font-size: 14px;
    height: 34px;
    text-align: center;
    width: 70px;
}
.offer-paggination nav {
    display: inline-block;
    margin: 0px 0px 2px 13px;
    vertical-align: middle;
}
.offer-paggination ul {
    display: inline-block;
    list-style: none;
    margin: 0px 0px -5px 0px;
    padding: 0px
}
.offer-paggination ul li {
    display: inline-block;
    float: left;
    padding-left: 0px;
}
.offer-paggination ul li:before {
    content: '';
}
.offer-paggination ul li a {
    background: url('../img/pag_icons.png') no-repeat;
    display: inline-block;
    height: 20px;
    text-decoration: none;
    width: 20px;
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -ms-transition: all 0.2s ease; /* IE 9 */
    -o-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
}
.offer-paggination ul li a:hover,
.offer-paggination ul li a:focus,
.offer-paggination ul li a:active {
    -webkit-transform:scale(1.3); /* Safari and Chrome */
    -moz-transform:scale(1.3); /* Firefox */
    -ms-transform:scale(1.3); /* IE 9 */
    -o-transform:scale(1.3); /* Opera */
    transform:scale(1.3);
    outline: none;
}
.offer-paggination ul li.disabled a:hover,
.offer-paggination ul li.disabled a:focus,
.offer-paggination ul li.disabled a:active {
    -webkit-transform:scale(1); /* Safari and Chrome */
    -moz-transform:scale(1); /* Firefox */
    -ms-transform:scale(1); /* IE 9 */
    -o-transform:scale(1); /* Opera */
    transform:scale(1);
    cursor: not-allowed;
}

.offer-paggination .first {
    background-position: 0px 0px;
}
.offer-paggination .prev {
    background-position: -20px 0px;
}
.offer-paggination .next {
    background-position: -39px 0px;
}
.offer-paggination .last {
    background-position: -59px 0px;
}

/* Footer */
.footer p {
    font-size: 10px;
    margin-top: 2px;
}
.footer .navbar-nav {
    float: left;
    margin-bottom: 5px;
}
.footer .navbar-nav li {
    float: left;
    display: inline-block;
    position: relative;
}
.footer .navbar-nav li:after {
    content: '|';
    position: absolute;
    font-size: 16px;
    top: 1px;
    right: 0px;
}
.footer .navbar-nav li:last-child:after {
    content: '';
}
.footer .navbar-nav li a {
    background: none;
    color: #4d4d4d;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 5px;
}
.footer .navbar-nav li.active a,
.footer .navbar-nav li a:hover,
.footer .navbar-nav li a:focus {
    background: none;
    color: #4d4d4d;
    text-decoration: underline;
}
.copy-block,
.nav-block {
    float: left;
}
.panel {
    border-bottom: 1px solid #b9c5dc;
    border-radius: 0px;
    border-top: 1px solid #b9c5dc;
    border-left: none;
    border-right: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding-bottom: 1px;
    padding-top: 1px;
    margin-bottom: 3px;
}
.panel-header {
    background: #e3edff;
    cursor: pointer;
    position: relative;
}
.panel-header:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 14px;
}
.panel-header.collapsed:after {
    content: "\f077";
}
.panel-header.item1 {
    background: url('../img/item_garage.png') no-repeat 9px 15px #e3edff;
    background-size: 32px 18px;
}
.panel-header.item2 {
    background: url('../img/item_building.png') no-repeat 9px 5px #e3edff;
    background-size: 32px 31px;
}
.panel-header.item3 {
    background: url('../img/item_area.png') no-repeat 9px 5px #e3edff;
    background-size: 32px 32px;
}
.panel-header.item4 {
    background: url('../img/item_flat.png') no-repeat 9px 8px #e3edff;
    background-size: 32px 28px;
}
.panel-header.item5 {
    background: #e3edff;
}
.panel-body {
    padding: 0px;
}
.panel .title-text {
    color: #000000;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 8px 52px;
}
.panel .info-text {
    color: #000000;
    display: inline-block;
    font-size: 18px;
    padding: 10px 0px 8px;
}
.panel-button {
    cursor: pointer;
    position: relative;
}
.panel-button.add:after {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 14px;
}
.panel-button.item1 {
    background: url('../img/item_garage.png') no-repeat 9px 15px #f5f8fd;
    background-size: 32px 18px;
}
.panel-button.item2 {
    background: url('../img/item_building.png') no-repeat 9px 5px #f5f8fd;
    background-size: 32px 31px;
}
.panel-button.item3 {
    background: url('../img/item_area.png') no-repeat 9px 5px #f5f8fd;
    background-size: 32px 32px;
}
.panel-button.item4 {
    background: url('../img/item_flat.png') no-repeat 9px 8px #f5f8fd;
    background-size: 32px 28px;
}
.panel-button.item5 {
    background: #f5f8fd;
}
.buttons-panel {
    margin-bottom: 30px;
}

/* Modal */
.modal-dialog .btn {
    width: 100%;
}
.btn-fa {
    padding: 6px 28px 6px 40px;
    position: relative;
}
.btn-fa:before {
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: normal;
    left: 13px;
    position: absolute;
    top: 3px;
}
.modal-content {
    border-radius: 0px;
}
.modal-content p, .modal-content div.con {
    color: #000;
    font-size: 18px;
}
.modal-title {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
.modal-header {
    background: #e3edff;
    margin-bottom: 1px;
    padding-bottom: 4px;
}
.modal-header.danger {
    background: #ffe3e3;
}
.modal-header .close {
    font-size: 28px;
    opacity: 1;
}
.modal-body {
    border-top: 1px solid #b9c5dc;
    border-bottom: 1px solid #b9c5dc;
    margin-bottom: 1px;
    padding: 30px 15px 20px;
    min-height: 65px;
}
.modal-body label {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
}
.modal-body p, .modal-content div.con {
    padding-bottom: 20px;
}
.modal-footer {
    border-top: 1px solid #b9c5dc;
}

/** Offer Detail **/
.offer-detail .table-info {
    table-layout: fixed;
    width: 100%;
}
.offer-detail .table-info th,
.offer-detail .table-info td {
    font-size: 12px;
    vertical-align: top;
}
.offer-detail .table-info th {
    padding-right: 15px;
}
.offer-detail .heading {
    font-size: 18px;
    font-weight: bold;
    color: #134094;
}
.offer-detail .note {
    color: #134094;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.offer-detail .note:hover,
.offer-detail .note:active,
.offer-detail .note:focus {
    text-decoration: none;
}
.offer-detail .note span {
    text-decoration: underline;
}
.offer-detail .note:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 4px;
    position: absolute;
    top: 0px;
}
.offer-detail .note.collapsed:before {
    content: "\f107";
}
.offer-detail .note-content {
    padding: 0px;
}
.offer-detail .price {
    color: #134094;
    font-size: 20px;
    font-weight: bold;
}
.offer-detail .offer-img img {
    display: block !important;
}

.item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.item > div {
    display: inline-block;
    width: 100%;
}
.item .item-type {
    background: #eff4fb;
    padding: 8px;
}
.item .item-type span {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 18px 0px 0px 20px;
    text-align: center;
}
.item .item-type .item-icon {
    display: inline-block;
    float: left;
    height: 55px;
    width: 57px;
}
.item.item1 .item-icon {
    background: url('../img/item_garage.png') no-repeat center center;
    background-size: 51px 29px;
}
.item.item2 .item-icon {
    background: url('../img/item_building.png') no-repeat center center;
    background-size: 51px 50px;
}
.item.item3 .item-icon {
    background: url('../img/item_area.png') no-repeat center center;
    background-size: 55px 55px;
}
.item.item4 .item-icon {
    background: url('../img/item_flat.png') no-repeat center center;
    background-size: 51px 45px;
}
.item.item5 .item-icon {
    background: url('../img/item_thing.png') no-repeat center center;
    background-size: 51px 45px;
}
.item .item-description {
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
}
.item .item-table-info {
    width: 100%;
    table-layout:fixed;
}
.item .item-table-info td,
.item .item-table-info th {
    border-bottom: 1px solid #b9c5dc;
    color: #000000;
    line-height: 20px;
}
.item .item-table-info th {
    min-width: 40%;
}
.item .item-table-info td {
    /*padding-left: 10px;*/
}

.item .item-table-info td.info-table-space {
	width: 10px;
	border:none;
}
.offer-watch {
    background: #fff;
    border-top: 1px solid #b9c5dc;
    padding-top: 1px;
    margin-top: 20px;
    margin-bottom: 18px;
}
.offer-watch > div {
    background: #e3edff;
}
.offer-watch h2 {
    color: #134094;
    display: inline;
    font-size: 18px;
}
.offer-watch table {
    vertical-align: middle;
    width: 100%;
}
.offer-watch td {
    padding: 10px 5px 10px 5px;
    color: #000000;
}
.offer-watch td:first-child {
    padding-left: 0px;
}
.offer-watch td:last-child {
    padding-right: 0px;
    max-width: 300px;
}
.offer-watch .btn {
    background: #226efc;
    color: #fff;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    min-width: 70px;
}

.content .tokenize-sample  li::before  {
	content: "" !important;
}

div.tokenize-sample.Tokenize ul.TokensContainer {
	min-height:30px;
}

.tokenize-sample {
	width:100%;
}


@media (min-width: 768px) {
    .btn-fa {
        min-width: 160px;
    }

    .show-sm {
        display: block;
    }

    .box p {
        font-size: 16px;
    }

    /* Login */
    .login_box {
        margin: 100px 0px;
    }

    /* Header */
    .header-login {
        display: block !important;
        height: auto !important;
    }
    .navbar-header {
        font-size: 18px;
    }
    .page-header {
        margin-top: 25px;
    }
    .navbar {
        margin-bottom: 20px;
    }


    /* Offer */
    #offer-collapse {
        display: block;
    }
    .offer-img img {
        display: block;
        margin-bottom: 0px;
        width: 100%;
    }
    .offer-result select {
        width: 170px;
    }

    .offer-filter-extended {
        display: block;
    }
    .offer-filter-extended .form-inline input.form-control {
        margin-left: 30px;
    }
    .offer-filter-extended .offer-checkboxes {
        display: inline-block;
    }
    .offer-filter-extended .offer-checkboxes > div {
        display: inline-block;
    }

    /* Footer */
    .footer {
    margin-bottom: 25px;
    }
    .footer p {
        font-size: 14px;
    }
    .footer .navbar-nav {
        float: right;
        width: auto;
    }
    .footer .navbar-nav li a {
        font-size: 14px;
    }
    .copy-block,
    .nav-block {
        float: right;
    }

    /* Offer */
    .offer-actions {
        text-align: right;
    }
    .offer-actions > a,
    .offer-actions > span {
        width: auto;
        padding-right: 15px;
    }
    .offer-actions a.danger {
        display: inline-block;
    }

    .offer-detail .table-info {
        width: auto;
    }
    .offer-detail .offer-img {
        max-height: 118px;
    }

    /* Items */
    .item {
        display: table;
        min-height: 100px;
        width: auto;
    }
    .item > div {
        display: table-cell;
        vertical-align: top;
        width: auto;
    }
    .item .item-type {
        vertical-align: middle;
        width: 72px;
    }
    .item .item-description {
        padding-left: 15px;
    }
    .item .item-type .item-icon {
        display: block;
        float: none;
    }
    .item .item-type span {
        margin: 0px 0px 5px 0px;
        width: 100%;
    }
    .item.item1 .item-icon {
        height: 35px;
    }
}

@media (min-width: 992px) {
    .navbar {
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
    .navbar-nav {
        width: 100%;
    }
    .navbar-nav li a {
        background: none;
        padding-top: 11px;
        padding-bottom: 12px;
    }
    .navbar-nav li.active a,
    .navbar-nav li a:hover,
    .navbar-nav li a:focus {
        background: #ffffff;
        color: #85050e;
    }
    .navbar-nav li.logged-link {
        float: right;
    }
    .navbar-nav .dropdown-menu li a{
        padding-top: 6px;
        padding-bottom: 3px;
    }

    .offer-filter-extended {
        padding-bottom: 3px;
    }
    .offer-filter-extended .form-inline input.form-control {
        width: 60px;
        margin-left: 10px;
        text-align: center;
    }
    .offer-filter-extended .filter-watch {
        font-size: 13px;
    }
    .offer-filter-extended .filter-buttons {
        margin-top: 11px;
    }
    .offer-filter-extended .offer-text {
        vertical-align: middle;
    }
    .offer-filter-extended .offer-price-group {
        float: right;
    }
    .offer-filter-extended .offer-checkboxes {
        display: table;
        margin-top: 1px;
    }
    .offer-filter-extended .offer-checkboxes > div {
        display: table-cell;
    }
    .offer-filter-extended .checkbox {
        width: 158px;
    }
    .offer-result .offer-per-page {
        display: inline-block;
    }
    .offer-header {
        margin: 0px;
    }
    .offer-bottom {
        position: absolute;
        bottom: 0px;
        width: 100%;
        margin-left: -15px;
    }
    .offer-price {
        font-size: 20px;
        margin-bottom: 0px;
        min-height: 28px;
        text-align: right;
        width: 100%;
    }

    .offer-map {
        margin-top: 5px;
    }

    .offer-actions {
        text-align: right;
    }
    .offer-actions > a,
    .offer-actions > span {
        width: 100%;
        padding-right: 0px;
    }
    .offer-actions > a > i,
    .offer-actions > span > i {
        float: right;
        padding-left: 5px;
    }

    .offer-detail .offer-actions > a,
    .offer-detail .offer-actions > span {
        width: auto;
    }
    .offer-detail .offer-actions {
        display: inline-block;
        width: 100%;
    }
    .offer-detail .table-info th,
    .offer-detail .table-info td {
        font-size: 14px;
    }
    .offer-detail .fix-left {
        margin-left: -15px;
    }
    .offer-detail .offer-img {
        max-height: 99px;
    }

    .item .item-table-info th {
        width: 320px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .offer-filter-extended .offer-text.checkbox-text {
        margin-right: 30px;
    }
    .offer-filter-extended .filter-watch {
        font-size: 14px;
    }
    .offer-filter-extended .filter-buttons {
        margin-top: 23px;
    }
    .offer-filter-extended .form-inline input.form-control {
        width: 80px;
        margin-left: 15px;
    	padding:6px 9px;
    }
    .offer-filter-extended .checkbox {
        width: auto;
    }

    .item .item-table-info th {
        width: 500px;
    }

    .offer-detail .offer-img {
        max-height: 128px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 15px 10px 25px;
    }

    .offer-watch table,
    .offer-watch tbody,
    .offer-watch tr {
        display: block;
        width: 100%;
    }
    .offer-watch td {
        display: inline-block;
        float: left;
        padding: 10px 0px 0px;
        width: 100%;
    }
    .offer-watch td:last-child {
        padding-bottom: 10px;
        max-width: none;
    }
    .offer-watch input {
        width: 100%;
    }

    .no-mobile {
        display: none !important;
    }

    .offer-detail .offer-img {
        margin-bottom: 15px;
    }

    .go-back {
        margin-bottom: 15px;
    }

    .btn-fa.btn-lg.submit {
        font-size: 16px;
        padding: 10px 30px 10px 55px;
    }

    .btn-xs-fa {
        width: 0px;
        min-width: 0px;
        overflow: hidden;
        padding-left: 35px;
        padding-right: 0;
    }
}
@media (max-width: 993px) {
    .no-tablet {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 993px) {
    .navbar {
        margin-left: auto;
        margin-right: auto;
        width: 750px;
    }

    .navbar .container {
        padding-right: 0;
        padding-left: 0;
        width: 748px;
    }

    .container > .navbar-header {
        margin-right: -15px;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-toggle {
        display: inline-block;
    }

    .navbar-toggle.user {
        display: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: hidden !important;
    }
    .navbar-collapse .nav > li {
        display: block;
        width: 100%;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 25px;
    }

    .open > .dropdown-menu {
        display: block;
    }

    .dropdown-menu > li > a {
        display: block;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        width: 100%;
    }

}

.popover-content {
	text-align:center;
}
/**
*   ImageLightBox
*/
#imagelightbox {
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}


#imagelightbox-close {
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    text-align: left;
    background-color: #666;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 2.5em; /* 40 */
    right: 2.5em; /* 40 */

    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus {
    background-color: #111;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}
#imagelightbox-close:before {
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
#imagelightbox-close:after {
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    transform: rotate( -45deg );
}

.price2_row > div {
    padding-left:0;
    padding-right:0;
}

.price2_row label {
    padding-right:0;
}