/* Add here all your css styles (customizations) */

html {
  min-height: 100%;
  position: relative;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.boxed-layout .sticky-footer {
  width: inherit;
}

.interactive-slider-pd {
    padding: 50px 0;
    background: url(../img/bg/11.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

    .interactive-slider-pd p {
        max-width: 800px;
        margin-left: auto; 
        margin-right: auto; 
    }

.header-fixed .header.header-fixed-shrink .logo img {
    max-width: none;
}

table tfoot tr.footer-hidden {
    visibility: collapse;
}

.content-md {
    padding-top: 50px;
    padding-bottom: 50px;
}

table tbody tr td.vertical-middle {
    vertical-align: middle;
}

.validation-summary-errors li {
    color: #a94442;
}

.sky-form .label {
    font-weight: bold;
}

span.label {
    font-size: inherit;
}

.sky-form .button {
    float: none;
    margin-left: 0;
}

.sky-changes-3.sky-form footer {
    margin-bottom: 20px;
}

.mvc-grid {
    font-size: 13px;
}

.float-e-margins .mvc-grid .btn {
    margin-bottom: 0;
}

.mvc-grid-extended-pager {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.mvc-grid-extended-pager .mvc-grid-pager-extension {
    padding: 0 5px;
}

.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    background-color: #3498db;
    border-color: #3498db;
}

.grecaptcha-badge {
    visibility: hidden;
}