/* 
    THEME
    - Buttons: #dea26f
    - A:href: #dea26f

    EFFECT CLASSES
    - .to-fade-in
    - .before-slide-in

*/

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Open Sans";
    font-size: 0.9em;
    line-height: 1.8;
    font-weight: 400;
    color: #212121;
    background-color: #fdfdfd;
    max-width: 100%;
}

#navbar {
    background-color: #fdfdfd;
    padding: 10px;
    justify-content: flex-end;
    width: 100%;
    top: 0;
    z-index: 1;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    box-shadow: 0px -18px 20px 20px #e8e6e6;
}

#navbar .btn {
    margin-left: 25px !important;
}

#searchTable {
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

h1,h2,h3,h4,h5 {
    font-weight: 600;
    color: #3a3939 !important;
}

i {
    margin: 10px;
    font-size: 26px;
}

.navbar-toggler {
    border-color: transparent !important;
}

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.7rem;
    color: #3a3939 !important;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-brand > img {
    width: 5.5rem;
}

.navbar-brand-scrolled {
    font-size: 1rem;
}

.nav .nav-link:focus {
    color: #dea26f;
}

.nav a{
    text-transform: uppercase;
    margin-left: 25px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: 0.1s all ease;
    -o-transition: 0.1s all ease;
    transition: 0.1s all ease;
}

a:hover {
    color: #dea26f;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.377);
}

.fixed {
    width: 100%;
    top: 0;
    z-index: 20;
    padding: 7px;
    box-shadow: 0px -18px 20px 20px #e8e6e6;
    background-color: #fdfdfd;
}

.portfolio_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-responsive {
    display: block;
    margin: auto;
    width: 100%;
}

.news {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    margin-bottom: 1rem;
}

.btn {
    border-radius: 0.15rem;
    font-size: 14px;
}

.btn-custom-outline {
    border: 1px solid black;
    border-radius: 0.15rem;
    font-size: 14px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.btn-custom-outline:hover {
    color: #dea26f;
    border: 1px solid #dea26f;
}

.btn-custom {
    background-color: #dea26f;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.btn-custom:hover {
    background-color: #fff;
    color: #dea26f;
    border: 1px solid #dea26f;
}

.btn-custom-cancel {
    background-color: #696969a4;
    color: #fff;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.btn-custom-cancel:hover {
    background-color: #fff;
    color: #696969a4;
    border: 1px solid #696969a4;
}

a.btn {
    margin-left: 0px;
}

.header {
    background-image: url("/static/images/lance.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 23rem;
    padding: 26px;
}

.in-header {
    padding-top: 8rem;
}

.padded-top {
    padding-top: 2rem;
}

.no-border {
    border: 0;
}

.fa-map-marker-alt {
    color: rgb(245, 117, 117);
}

.far,
.fas,
.fa {
    font-size: 2rem;
    color: #dea26f;
}

.info {
    padding: 30px;
    overflow: hidden;
}

.footer {
    border-top: 1px solid #88888845;
}

.card {
    background-color: inherit;
    padding: 35px 10px 35px 10px;
}

.sm-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
}

.media {
    font-size: 1.2rem;
    display: inline-block;
    padding: 10px;
    margin-left: 0px;
}

.media i {
    font-size: 1.2rem;
    color: #3a3939;
}

.footer-media p {
    font-weight: 300;
    font-size: 13px;
}

.footer-media a {
    font-weight: 300;
    font-size: 13px;
    margin: 0;
}

.input-div .form-control {
    width: 100%;
    margin-bottom: 1rem;
}

.input-div {
    padding: 3rem;
}

.form-control {
    font-size: 0.75rem;
}

.form-control:focus {
    border: 1px solid #88888845; 
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
} 
.round {
    border-radius: 0.5em;
}

.ul-check-circles {
    padding-left: 0;
}
.ul-check-circles li {
    list-style-type: none;
    text-decoration: none;
}
.ul-check-circles .far,
.ul-check-circles .fa,
.ul-check-circles .fas {
    font-size: 1rem;
}

li {
    margin-top: 0.75rem;
}

.category {
    border: 1px solid #ececec;
    border-radius: 0.6em;
    height: 15em;
    padding: 1em;
    box-shadow: 0px 0px 20px 8px #eaeaea;
    background-color: #d3e473;
    align-items: center;
    justify-content: center;
    display: flex;
    position:relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.category:hover{
    transform: scale(0.98);
    text-decoration: none;
}

.category-images {
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 0.6em;
    height: 15em;
    box-shadow: 0px 0px 20px 8px #eaeaea;
    background: #fff;
    display: flex;
    margin: 1em;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.category-images:hover{
    transform: scale(0.98);
    text-decoration: none;
}

.category-image {
    object-fit: cover;
    width: 100%;
}

.category-file {
    margin: auto;
    object-fit: cover;
    width: 100%;
}

.file-responsive {
    text-align: center;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    justify-content: space-between;
    border-top: 0;
    display: block;
}

.nav-pills .nav-link {
    border-radius: 0.15rem;
    padding: 1.8rem;
    background-color: #fff;
    color: #dea26f;
    border: 1px solid transparent;
}

.nav-pills .nav-link:hover {
    border: 1px solid #dea26f;
}

.nav-pills .nav-link.active {
    background-color: #dea26f;
    border: 1px solid transparent !important;
    color: #fff;
    border: 0;
}

.alert-warning {
    background-color: #dea26f;
    color: #fff;
    border: 1px solid transparent;
}

.alert-success {
    background-color: #87b97e;
    color: #fff;
    border: 1px solid transparent;
}

.alert-danger {
    background-color: #dc9292;
    color: #fff;
    border: 1px solid transparent;
}

.se-pre-con {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -66px;
    border: 17px solid #33452b;
    border-radius: 50%;
    border-top: 17px solid #87bf6f;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
    .header {
        min-height: 27rem !important;
        padding: 15px;
    }
    .card {
        padding: 0;
        margin-top: 3rem;
    }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
    .form-group {
        margin-bottom: 1rem;
    }
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
}

/* Extra large devices (large desktops) */
@media (max-width: 1199.98px) {
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 50rem;
        margin: 1.75rem auto;
    }
}