@import "../css/font-awesome.min.css";
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../fonts/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url("../fonts/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  min-height: 100%;
  position: relative;
}
a {
  color: #636363;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #666;
  font-family: "ProximaNovaBold";
}
.modal-body {
  color: #888;
}
p {
  font-family: 'ProximaNovaRegular';
}
textarea.form-control {
  resize: vertical;
}
#services textarea {
  resize: none;
}
.content {
  color: #878787;
}
.bordered,
.dashed {
  border-radius: 15px;
  border: 4px #D0D0D0;
  padding: 25px 20px;
}
.bordered {
  border-style: solid;
}
.dashed {
  border-style: dashed;
}
.login-form {
  margin: 100px 0;
}
.login-form .logo {
  color: #8F8F8F;
}
.login-form .site-name {
  margin-bottom: 5px;
  color: #434343;
}
.login-form .current-directory {
  margin-top: 0;
  color: #434343;
}
.btn-breadcrumb .btn {
  font-weight: normal;
  border: 1px solid #CCC;
}
.btn-breadcrumb .btn:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn {
  padding: 6px 8px 6px 20px;
}
.btn-breadcrumb .btn.btn-default:after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:before {
  border-left: 10px solid #adadad;
}
.btn-breadcrumb .btn:last-child {
  border-radius: 0 2px 1px 0;
}
.btn-breadcrumb .current {
  background-color: #1493E4;
  color: #fff;
}
.btn-breadcrumb .current:after {
  border-left-color: #1493E4 !important;
}
.btn-breadcrumb > * > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header {
  background: #CAE4FF;
  padding: 25px 0;
  border-bottom: 3px solid #8798AA;
}
header .logo {
  float: left;
  margin-right: 15px;
  color: #8F8F8F;
}
header .logo i {
  color: #727F8F;
}
header .site-name {
  float: left;
  cursor: pointer !important;
}
header .site-name h1 {
  margin: 7px 0 3px;
  color: #444;
  font-size: 25px;
}
header .site-name span {
  font-style: italic;
}
header .site-title {
  color: #848484;
}
.inline {
  display: inline-block;
}
.content {
  margin-top: 20px;
}
section h1 {
  color: #BBB;
  margin-bottom: 15px;
}
.btn i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.btn + .btn {
  margin-left: 10px;
}
.btn.btn-extra {
  width: 100%;
  white-space: normal;
  padding: 0 25px;
  text-align: left;
  display: table;
  min-height: 80px;
}
.btn.btn-extra span {
  display: table-cell;
  vertical-align: middle;
}
.btn-mazarine {
  background-color: #33475F;
  color: #fff;
}
.btn-mazarine:hover,
.btn-mazarine:focus {
  color: #fff;
  border-color: transparent;
}
.services-block {
  height: 308px;
}
.services-block .title {
  margin: 0;
  word-break: normal;
  font-family: "ProximaNovaRegular";
}
.services-block .tags {
  margin: 15px 0;
}
.services-block .description {
  font-style: italic;
}
.add-service {
  display: block;
}
.add-service .fa {
  display: block;
  font-size: 12em;
  color: #B0ECB6;
  text-align: center;
  margin-bottom: 25px;
}
.add-service span {
  font-size: 20px;
  font-weight: bold;
}
.add-service a:hover,
.add-service a:active,
.add-service a:focus {
  color: #636363;
  text-decoration: none;
}
.organization-name {
  margin: 0;
  line-height: 1.2;
}
.organization-type {
  font-style: italic;
}
.agency-block .agency-times b {
  display: block;
}
.organization-info {
  margin: 0;
}
.organization-info li {
  margin-bottom: 15px;
}
.organization-info li i {
  margin-right: 8px;
  color: #D2D2D2;
  vertical-align: middle;
}
.organization-info li a {
  color: #2195E0;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}
.organization-info li:after {
  content: ' ';
  display: table;
  clear: both;
}
.organization-info li:last-child {
  margin-bottom: 0;
}
.form-header {
  margin-bottom: 20px;
}
.form-footer {
  margin-top: 20px;
}
.note a {
  text-decoration: underline;
}
.note a:hover {
  text-decoration: none;
}
footer {
  background: #555;
  padding: 15px;
  color: #ADADAD;
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer .powered-by span {
  font-style: italic;
}
footer .powered-by h4 {
  color: #EDEDED;
}
footer .footer-nav ul {
  margin-bottom: 0;
}
footer .footer-nav ul li {
  text-align: right;
  margin: 10px 0;
  text-transform: uppercase;
}
footer .footer-nav ul li a {
  font-weight: bold;
  color: #D3D3D3;
}
.small-separator {
  width: 100px;
  height: 1px;
  background: #979797;
  margin: 20px 0;
}
.service-item {
  margin-bottom: 20px;
}
.search.search-lg {
  margin: 10px 0 25px;
}
.search.search-sm .form-control {
  height: 39px;
}
.search.search-sm .btn {
  padding: 6px 15px;
}
.search.search-sm .btn i {
  margin-right: 0;
}
.categories-list {
  margin: 15px 0;
}
.categories-list ul {
  margin-bottom: 0;
}
.categories-list ul li {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 20px;
  float: left;
}
.alert h1 {
  font-weight: normal;
  margin: 0;
  color: inherit;
}
.alert .btn-primary,
.alert .btn-danger {
  border-bottom: transparent;
}
.alert .btn-primary {
  background-color: #71BBDE;
}
.alert .btn-danger {
  background-color: #D0B5AE;
}
.search-result-count {
  margin: 15px 0 25px;
  font-size: 20px;
  font-weight: bold;
  color: #2CCF5A;
}
.search-result table tr th {
  color: #808080;
}
.search-result table tr td {
  padding: 20px 10px;
}
.working-date-other {
  font-style: italic;
  display: block;
}
.working-days,
.working-time {
  display: block;
}
.header-nav {
  text-align: right;
}
.working-date-picker {
  margin-bottom: 15px;
}
.time-picking {
  margin-bottom: 15px;
}
.time-picking + .time-picking {
  padding-top: 15px;
  border-top: 1px solid #c0c0c0;
}
.blue-link {
  text-decoration: none;
  color: #2195E0;
  position: relative;
}
.blue-link:hover {
  text-decoration: none;
}
.blue-link:hover:hover:after,
.blue-link:hover:active:after {
  border-color: #23527C;
}
.blue-link:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #2195E0;
}

/* ------ BEGIN GOOGLE MAP INTEGRATION ------- */

.google_map_desktop_small {
  height: 400px;
  margin-top: 20px;
}

.google_map_desktop_large {
  display:none;
  margin-bottom: 30px;
  margin-top: -20px;
}

.google_map_desktop_btn_make_small,
.google_map_desktop_btn_make_large {
  z-index:9999999;
  position:absolute;
  background-color: #00d06a;
  color:#fff;
  font-size: 11px;
  padding: 5px 10px 3px 10px;
  cursor: pointer;
  border-radius: 5px;
  border-bottom: 2px solid #009E51;
}

.google_map_desktop_btn_make_small {
  display:none;
  top:11px;
  right:45px;
}

.google_map_desktop_btn_make_large {
  top: 70px;
  right: 65px;
}

.google_map_desktop_btn_make_small:hover,
.google_map_desktop_btn_make_large:hover {
  background-color: #009E51;
}

.google_map_mobile_small {
  display:none;
  height: 400px;

  /*position: absolute;
  top:-310px;
  left:0;
  height:100%;
  width:100%;
  z-index: 1000;*/
}

/* ------ END MAP INTEGRATION ------- */




@media (max-width: 1200px) {
  .agency-actions .btn {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .services-block {
  height: 375px;
  }
}
@media (max-width: 992px) {
  .services-block {
    height: 100%;
  }
  .header-nav {
    text-align: left;
  }
  .logo {
    text-align: center;
  }
  .agency-item {
    margin-bottom: 20px;
  }
  .agency-block .organization-info .organization-name {
    text-align: center;
  }
  .categories-list ul li {
    width: 33.3%;
  }
  .agency-detail .organization-info {
    margin: 15px 0;
  }
  .agency-detail .organization-info br {
    display: none;
  }
  .agency-times ul li {
    margin: 10px 0;
  }
  .agency-actions .btn {
    display: block;
  }
  .agency-actions .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .alert .alert-title {
    text-align: center;
  }
  .alert .alert-message {
    margin: 15px 0;
  }
  .alert .alert-message br {
    display: none;
  }
  .alert .alert-action .btn {
    display: block;
  }
}
@media (max-width: 768px) {
  .login-form {
    margin: 20px 0;
  }
  footer {
    height:220px !important; 
  }
  .content {
    padding-bottom: 220px !important;
  }

  .services-block {
    height: 100%;
  }
  .agency-name {
    text-align: center;
  }
  .agency-detail .organization-info {
    margin: 15px 0;
  }
  .categories-list ul li {
    width: 100%;
  }
  footer .footer-nav {
    text-align: center;
    margin: 10px 0 20px;
  }
  footer .footer-nav ul {
    display: inline-block;
    text-align: center;
  }
  footer .footer-nav ul li {
    display: inline-block;
    margin: 0 5px;
  }
  footer .powered-by,
  footer .copy {
    text-align: center;
  }
  footer .small-separator {
    width: 100%;
  }
  body {
    padding-bottom: 190px !important;
  }
  footer {
    height: 190px;
  }
}
.time-picking table {
  width: 100%;
}
.time-picking table tr td {
  padding: 0 3px;
}
@media (min-width: 1200px) {
  .modal-body .form-column > div:not(:last-child) {
    padding-right: 0;
  }
}