.grecaptcha-badge {
  display: none;
}

/* Header */

.header_top {
  margin: 15px 0;
}

.header_top_contacts {
  text-align: right;
}

.header_top_contacts a {
  color: white;
  font-size: 15pt;
  display: block;
  margin: 15px 0;
}

/* Main menu */

/* Make Navigation Toggle on Desktop Hover */
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #19328e;
  background-color: #cddaf1;
}

.navbar-default .navbar-brand {
  color: white;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

/* Breadcrumbs */

.breadcrumb {
  margin: 0;
}

.breadcrumb > li + li:before {
  color: #19328e;
}

.breadcrumb li a {
  color: #19328e;
}

/* Pagination */

.page-pagination ul li a {
  margin-right: 0;
}

.page-pagination ul li.active a {
  color: #ffffff;
  border-bottom: 1px solid #337ab7;
}

/* Content */

.content h1,
h2,
h3,
h4 {
  margin: 0 0 30px 0;
}

.content p {
  margin: 0 0 15px 0;
  font-size: 12pt;
}

.content p a {
  text-decoration: underline;
}

.content ul {
  padding: 0 0 0 18px;
  margin: 0 0 15px;
}

.content ul li {
  margin: 15px 0;
  display: list-item;
  list-style: disc;
}

.content ul.list-unstyled li {
  display: list-item;
  list-style: none;
}

.content ol {
  padding: 0 0 0 18px;
  margin: 0 0 15px;
}

.content ol li {
  margin: 15px 0;
  display: list-item;
  list-style: decimal;
}

.content ol.list-unstyled li {
  display: list-item;
  list-style: none;
}

/* Mainpage */

.product-details > h4 a {
  color: #262626;
  font-size: 18px;
  font-weight: 600;
  min-height: 40px;
  display: block;
  margin: 0;
}

/* Partners */

.partners_benefits {
  text-align: center;
  font-size: 18px;
}

.partners_types a {
  text-decoration: underline;
}

.partners_types a.btn {
  text-decoration: none;
}

.single-service h4 {
  font-size: 12pt;
  line-height: 18pt;
  min-height: 48px;
  color: #4d76cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-service p {
	min-height: 96px;
}

.partners_form_holder {
  padding: 20px;
  background-color: #4d76cc;
}

.partners_form_holder label {
  color: white;
  font-size: 16pt;
}

.partners_form_holder input {
  font-size: 16pt;
}

.partners_form_holder textarea {
  font-size: 16pt;
}

.partners_form_holder textarea::-webkit-input-placeholder {
  color: white;
  font-size: 15px;
}

.partners_form_holder textarea::-moz-placeholder {
  color: white;
  font-size: 15px;
}

.partners_form_holder textarea:-ms-input-placeholder {
  color: white;
  font-size: 15px;
}

.partners_form_holder textarea::-ms-input-placeholder {
  color: white;
  font-size: 15px;
}

.partners_form_holder textarea::placeholder {
  color: white;
  font-size: 15px;
}

.partners_form_holder .error {
  color: #ff8c8c !important;
  font-size: 18px;
}

/* Item open */

.item_open_gallery {
  float: right;
  margin: 0 0 15px 15px;
}

.item_open_gallery a {
  position: relative;
  display: block;
}

.item_open_gallery a i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 24px;
  color: white;
  background: #4d76cc;
  padding: 4px;
}

/* product slider images */

.theme-default,
.theme-default .product-slider {
	width: 500px;
	margin: 0 auto;
}

.theme-default .product-slider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-slider .nivo-directionNav,
.product-slider .nivo-directionNav a,
.product-slider .nivo-directionNav a:hover {
	opacity: 1;
}

.product-slider .nivo-directionNav {
	visibility: visible;
}

/* product slider images end */

/* Map */

.caption {
  display: none;
}

.map_holder {
  position: relative;
}

.map_holder .lab {
  cursor: pointer;
  color: white;
  background: #161616;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgb(0 0 0);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  padding: 6px 0 0 0;
}

.map_holder .lab span {
  position: absolute;
  display: block;
  width: auto;
  background: #19328e;
  font-size: 10px;
  padding: 1px;
}

#hovertext {
  display: none;
  position: absolute;
  padding: 6px;
  background: #4d76cc;
  min-width: 80px;
}

#hovertext p {
  color: white;
  margin: 0 0 5px 0;
  font-size: 12px;
}

#hovertext p a {
  color: white;
  font-size: 12px;
}
