body {
  background-color: #fafcfe;
  font-family: 'Roboto',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; }

h2 {
  font-size: 1.4rem; }

h3 {
  font-size: 1.3rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

a {
  color: #1f6dca; }

.btn-success {
  background-color: #2dcc70;
  border-color: #2dcc70; }
  .btn-success:hover {
    background-color: #2cb967;
    border-color: #2cb967; }

.btn-primary {
  background-color: #3598dc;
  border-color: #3598dc; }
  .btn-primary:hover {
    background-color: #308ac7;
    border-color: #308ac7; }

.btn-danger {
  background-color: #e74e3e;
  border-color: #e74e3e; }
  .btn-danger:hover {
    background-color: #cc4738;
    border-color: #cc4738; }

.btn-warning {
  background-color: #ffd148;
  border-color: #ffd148; }
  .btn-warning:hover {
    background-color: #f3b90b;
    border-color: #f3b90b; }

.badge-success {
  background-color: #2dcc70; }

.badge-primary {
  background-color: #3598dc; }

.badge-danger {
  background-color: #e74e3e; }

.badge-warning {
  background-color: #ffd148; }

.card-header {
  background-color: #fff;
  border-bottom-style: dashed;
  text-transform: uppercase; }

label {
  font-weight: bold; }

form hr {
  border-style: dashed;
  margin-left: -15px;
  margin-right: -15px; }

.content .card {
  margin-bottom: 20px; }

#mainSlider {
  border-radius: calc(.25rem - 1px);
  overflow: hidden; }
  #mainSlider .carousel-caption {
    bottom: 50%;
    transform: translate(0, 50%);
    font-weight: bold; }

.sidebar {
  background-color: #fff;
  margin-top: -1rem;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .sidebar {
      margin-bottom: -1rem; } }

.sidemenu .fas {
  width: 20px;
  text-align: center;
  margin-right: 10px; }
.sidemenu .fa-chevron-right {
  font-size: 9px;
  vertical-align: middle;
  display: inline-block;
  float: right;
  line-height: 3.6;
  margin-right: -7px;
  pointer-events: none;
  transition: margin-right 200ms ease-in-out; }
.sidemenu a {
  color: #8da0aa;
  display: block;
  line-height: 2;
  border: 1px solid transparent;
  border-radius: calc(.25rem - 1px);
  transition: all 200ms ease-in-out; }
  .sidemenu a:hover, .sidemenu a:focus {
    border-color: #8da0aa;
    background-color: #8da0aa;
    color: #fff;
    text-decoration: none;
    padding-left: 8px; }
    .sidemenu a:hover .fa-chevron-right, .sidemenu a:focus .fa-chevron-right {
      margin-right: 1px; }

.languages li {
  display: inline-block; }
.languages > li > a {
  color: #8da0aa;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #8da0aa;
  border-radius: calc(.25rem - 1px);
  width: auto;
  min-width: 28px;
  height: 26px;
  text-align: center;
  transition: all 200ms ease-in-out; }
  .languages > li > a:hover, .languages > li > a:focus {
    background-color: #8da0aa;
    text-decoration: none;
    color: #fff; }

.logout a {
  padding-left: 4px;
  padding-right: 4px;
  text-transform: inherit; }

.card-header h2 {
  font-size: 1.2rem;
  margin-bottom: 0; }

input.form-control {
  max-height: 38px; }

@media (max-width: 991px) {
  .registration-form .form-control,
  .search-offer .form-control,
  .c-profile .form-control,
  .c-form .form-control {
    margin-left: 15px;
    margin-right: 15px; } }
@media (min-width: 992px) {
  .registration-form .search-buttons,
  .search-offer .search-buttons,
  .c-profile .search-buttons,
  .c-form .search-buttons {
    padding: 0; }
  .registration-form label,
  .search-offer label,
  .c-profile label,
  .c-form label {
    margin-bottom: 0;
    margin-top: 6px; }
  .registration-form .checkbox label,
  .search-offer .checkbox label,
  .c-profile .checkbox label,
  .c-form .checkbox label {
    line-height: initial; } }

.logotypes .logo {
  text-align: center; }
  @media (max-width: 767px) {
    .logotypes .logo {
      margin-bottom: 30px; }
      .logotypes .logo img {
        max-width: 80%; } }
@media (min-width: 768px) {
  .logotypes img {
    max-height: 35px; } }
@media (min-width: 1200px) {
  .logotypes img {
    max-height: 53px; } }

/* Particles */
#particles-js {
  background-color: #038198;
  border-radius: calc(.25rem - 1px);
  height: 260px;
  position: relative;
  margin-bottom: 20px; }
  #particles-js .carousel-caption {
    bottom: 50%;
    transform: translateY(50%); }

/*# sourceMappingURL=main.css.map */
