/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-Mar-2018, 14:33:25
    Author     : RKlimt
*/

.backgroud-slider {
  background-color: #2652a2;
}

.icon-carrot-filled {
  background: linear-gradient(45deg, #e03538 0%, #c96e6f 100%) !important;
}

.display-block {
  display: block;
}

.small-agents .list-unstyled {
  font-size: 12px;
}

.property-description {
  text-align: justify;
}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-brand {
  margin-top: -10px;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle,
.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle,
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle {
  top: 26px;
}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle {
  top: 26px;
}

.rd-navbar-default.rd-navbar-fixed,
.rd-navbar-floated.rd-navbar-fixed,
.rd-navbar-top-panel.rd-navbar-fixed,
.rd-navbar-default.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-floated.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-panel {
  height: 100px;
}

.btn-primary {
  background-color: #e03538 !important;
  border-color: #e03538 !important;
}

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav {
  margin-top: 20px !important;
}

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-mobile-brand {
  margin-top: 61px !important;
}

.bg-deluge .form-group > .form-control,
.navbar-inverse .form-group > .form-control,
.context-dark .form-group > .form-control,
.swiper-slide-caption .form-group > .form-control {
  background-color: #e03538;
  background-color: rgba(0, 59, 87, 0.5);
  color: #fff;
}

.bg-footer {
  background-color: #2652a2;
}

.footer-brand {
  margin-bottom: 35px;
}

.search .gsc-resultsbox-visible .gs-title {
  text-align: left;
}

.search .gsc-resultsbox-visible .gs-result {
  margin-bottom: 10px;
}

.field_with_errors input {
  border-color: #e03538;
}

.field_with_errors label,
.field_with_errors span {
  color: #e03538 !important;
}

.flash-info {
  color: #e03538;
}

.snippet-text p {
  text-align: left;
  display: block;
  width: 100%;
}

.snippet-text h4 {
  font-weight: bold;
}

.snippet-text ul,
.snippet-text ol {
  text-align: left;
  width: 100%;
}

.range a:hover {
  text-decoration: underline;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a:after,
.rd-navbar-floated.rd-navbar-static .rd-navbar-nav > li > a:after,
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a:after {
  background: -webkit-linear-gradient(90deg, #e03538 0%, #e03538 100%);
  background: -webkit-linear-gradient(left, #e03538 0%, #e03538 100%);
  background: linear-gradient(90deg, #e03538 0%, #e03538 100%);
}

.bg-saffron {
  background: -webkit-linear-gradient(90deg, #e03538 0%, #e03538 100%);
  background: -webkit-linear-gradient(left, #e03538 0%, #e03538 100%);
  background: linear-gradient(90deg, #e03538 0%, #e03538 100%);
}

.pagination-classic > li + li:not(:last-child).active > a,
.pagination-classic > li + li:not(:last-child).active > span {
  color: #fff;
  background: #e03538;
  border-color: #e03538;
  cursor: default;
}

.page blockquote.quote .text-primary,
.page .text-primary {
  color: #e03538;
}

.select2-container--bootstrap
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e03538;
  color: #fff;
}
