.kt-sticky-toolbar .kt-sticky-toolbar__item > a {
    background: none;
    padding-top: 4px;
}

.kt-widget__title {
    font-size: 1.1rem;
    color: #48465b;
    font-weight: 500;
}

.dropdown-menu {
    padding: 0;
}

.kt-nav {
    padding: 0.3rem 0;
}

.kt-nav .kt-nav__item {
    padding: 0.1rem 0;
}

.kt-media.kt-media--xxl img {
    width: 100%;
    max-width: 180px;
    height: 180px;
}

.kt-media.kt-media--xxl {
    margin: 4px;
}

.grecaptcha-badge {
    z-index: 2;
}

.select2-container {
    width: 100% !important;
}

.kt-wizard-v2 .kt-wizard-v2__wrapper .kt-form {
    width: 100%;
    padding: 1rem 3rem;
}

.kt-wizard-v2 .kt-wizard-v2__aside {
    flex: 0 0 300px;
    width: 200px;
    padding: 1.5rem;
}

.kt-widget27 .kt-widget27__visual > img {
    height: 180px;
}

.kt-option {
    cursor: pointer;
}

.kt-option .kt-option__label .kt-option__head .kt-option__focus {
    font-size: 1.3rem;
}

.kt-option .kt-option__label .kt-option__head .kt-option__title {
    font-size: 1.3rem;
}

.kt-option .kt-option__control {
    padding-top: 0.3rem;
}

.custom-stripes tbody td:not(:first-child),
.custom-stripes thead th:not(:first-child){
    /*background:#f7f8fa;*/
    border-left: 1px solid #ebedf2;
}

.good-numbers {
    font-family: Lato;
    font-weight: 400;
}

.special-ul {
    list-style: none;
    border-left: 6px solid rgb(228, 227, 227);
    padding: 2px;
}

.special-ul li {
    font-style: italic;
    padding: 4px 16px;
    font-weight: bold;
}

.table td {
    vertical-align: middle;
}

.kt-scrolltop {
    bottom: 84px;
}
/*
.g-recaptcha{
    display: none;
}
*/

.carousel-caption {
    background-color: rgb(0, 0, 0);
/* RGBa with 0.6 opacity */
background-color: rgba(0, 0, 0, 0.5);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    border: 1px solid #fff;
    border-radius: 5px;
}

.carousel-caption h5 {
    opacity: 1;
}

.search-form {
    padding: 20px 12px;
    width: 220px;
}

@media (max-width: 1024px) {
    .search-form {
        padding: 5px;
        width: 220px;
    }
}

.slideshow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(82, 63, 105, 0.55);
    box-shadow: 0px 0px 26px 0px rgba(82, 63, 105, 0.55);
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.carousel-caption h5 {
    font-size: 3rem;
}

.carousel-caption p {
    font-size: 2rem;
}




.imgBox {
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

  .container {
  text-align: center;
  padding: 10px 20px;
}

.imgBox a:hover {
  background-color: red;
}

.imgBox:hover {
      -moz-box-shadow: 0 0 10px #fb0000;
      -webkit-box-shadow: 0 0 10px #fb0000;
      box-shadow: 0 0 10px #fb0000;    
}
	