/*---------------------- globel ------------------------------*/
.main-font {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: lighter;
    color: #464646;
}

.main-font h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

.font-light {
    color: #636363;
}

label {
    color: #1a1a1a;
}

.nav-pan {
    background-color: #e3cc7e;
    padding: 15px 0;
}

.nav-pan h4 {
    font-size: 19px;
    display: inline-block;
}

.nav-pan a {
    display: inline-block;
}

/* grid */
.col-xs-3 {
    width: 25%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-4 {
    width: 33.33%;
}

.col-xs-8 {
    width: 66.66%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-12 {
    width: 100%;
}

.col-100 {
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.col-33 {
    width: 33.33%;
    box-sizing: border-box;
    float: left;
}

.col-50 {
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.col-66 {
    width: 66.66%;
    box-sizing: border-box;
    float: left;
}

.col-100 {
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.col-25 {
    width: 25%;
    box-sizing: border-box;
    float: left;
}

.col-75 {
    width: 75%;
    box-sizing: border-box;
    float: left;
}

.col-md-1 {
    width: 8.33%;
    box-sizing: border-box;
    float: left;
}

.col-md-2 {
    width: 16.66%;
    box-sizing: border-box;
    float: left;
}

.col-md-3 {
    width: 25%;
    box-sizing: border-box;
    float: left;
}

.col-md-4 {
    width: 33.33%;
    box-sizing: border-box;
    float: left;
}

.col-md-5 {
    width: 41.66%;
    box-sizing: border-box;
    float: left;
}

.col-md-6 {
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.col-md-7 {
    width: 58.33%;
    box-sizing: border-box;
    float: left;
}

.col-md-8 {
    width: 66.66%;
    box-sizing: border-box;
    float: left;
}

.col-md-9 {
    width: 75%;
    box-sizing: border-box;
    float: left;
}

.col-md-10 {
    width: 83.33%;
    box-sizing: border-box;
    float: left;
}

.col-md-11 {
    width: 91.66%;
    box-sizing: border-box;
    float: left;
}

.col-md-12 {
    width: 100%;
    box-sizing: border-box;
    float: left;
}


@media only screen and (max-width: 768px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        width: 100%;
    }
}



/* pagination */
.pagi {
    list-style: none;
    padding: 0;
    margin: 0;

}

.pagi li {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagi li>a {
    display: block;
    padding: 5px 12px;

}

.pagi li.active {
    color: #fff;
    background-color: #630215;
    padding: 5px 12px;
}




/*-------------------------------------------------------- users -------------------- */
.profile_img {
    width: 220px;
    margin: 0 15px 15px 15px;
}



/*------------------------------------ search box -----------------------------*/


.filter-dropdown {
    padding: 5px 7px;
    border: 1px solid #ccc;
}

.cabinet-view {
    width: 100%;
}

.cabinet-view tr {
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-bottom: 15px;
    padding: 10px;
}

.cabinet-image {
    width: 100%;
}

.cabinet-view tr>td:nth-child(1) {
    width: 25%;
    padding: 20px;
}

.cabinet-view td {
    padding: 10px;
}

.cabinet-header {
    padding: 7px 15px;
    color: #fff;
    background-color: #314397;
    font-size: 18px;
}

.cabinet-name {
    margin-top: 10px;
    margin-bottom: 5px;
}

.cabinet-big-txt {
    padding: 2px 10px;
    font-size: 16px;
    font-weight: bold;
}

.cabinet-icon-box {
    padding: 5px 15px;
    background-color: #e3cc7e;
    color: #fff;
    margin-right: 10px;
}

.cabinet-more-btn,
.cabinet-more-btn:link,
.cabinet-more-btn:visited {
    color: #314397;
    border: 1px solid #314397;
    padding: 3px 15px;
    border-radius: 20px;
    background-color: #fff;
}

.cabinet-more-btn:hover {
    background-color: #314397;
    border: 1px solid #314397;
    color: #fff;
    padding: 3px 15px;
    border-radius: 20px;
}

.cabinet-more-btn:active {
    color: #314397;
    border: 1px solid #314397;
    padding: 3px 15px;
    border-radius: 20px;
    background-color: #fff;
}

.governor-theme {
    padding: 3px 15px;
    border: 1px solid #ccc;
    background-color: #E0E0E0;
    margin-bottom: 15px;
    font-style: italic;
}

@media only screen and (max-width: 600px) {

    .cabinet-view tr>td:nth-child(1) {
        width: 50% !important;
        padding: 15px;
    }
}

.event-view {
    width: 100%;
}

.event-row-1 {
    border: 1px solid #cc4795;

}

.event-row-2 {
    height: 10px;
    ;
}

.event-td-1 {
    padding: 8px;
    background-color: #cc4795;
    color: #fff;
    width: 150px;
    text-align: center;
    font-weight: bold;
}

.event-year {
    padding-bottom: 2px;
    font-size: 17px;
}

.event-month {
    padding-bottom: 2px;
    font-size: 17px;
}

.event-day {
    padding-bottom: 2px;
    font-size: 35px;
}

.event-td-2 {
    padding: 10px;
    vertical-align: top;
}

.event-td-2 h4 {
    margin-bottom: 15px;
    padding: 5px 10px;
    background-color: #F5F5F5;
}



/* Style the Image Used to Trigger the Modal */
.pop-img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.pop-img:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
#pop-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#pop-close:hover,
#pop-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


.projects-view {
    width: 100%;
    margin-bottom: 20px;
}

.projects-view tr {
    border: 1px solid #ccc;

}

.projects-view td {
    padding: 10px;
}

.project-detail-box {
    width: 100%;
    padding: 15px;
    background-color: #E0E0E0;
}

.menubar-btn {
    display: block;
    line-height: 22px;
    padding: 33px 10px;
    color: #444;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}

.menubar-btn>a {
    border-radius: 20px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 13px;
}

.menubar-btn>a.btn-primary {
    background-color: #054899;
    color: #fff;
}

.menubar-btn>a.btn-primary:hover {
    background-color: #033067;
    color: #fff;
}

.menubar-btn>a.btn-warning {
    background-color: #ea8a00;
    border-color: #ea8a00;
    color: #fff;
}

.menubar-btn>a.btn-warning:hover {
    background-color: #bb6d01;
    border-color: #bb6d01;
    color: #fff;
}

.menubar-btn>a.btn-danger {
    background-color: #f81037;
    color: #fff;
}

.menubar-btn>a.btn-danger:hover {
    background-color: #b30925;
    color: #fff;
}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>.menubar-btn {
    padding-top: 13px;
    padding-bottom: 13px;
}

@media (max-width: 991.98px) {
    #primary-menu ul>li>.menubar-btn {
        padding-top: 13px;
        padding-bottom: 13px;
        margin: 0 !important;
    }
}

.site-title {
    margin-bottom: 32px;
}

.site-title>h2 {
    font-weight: normal;
    margin-bottom: 16px;
}

.title-line {
    height: 5px;
    max-width: 100px;
    background-color: #dea200;
}

#logo {
    border-right: none;
}

#header.full-header #primary-menu {
    border-right: none;
}

.points-wrapper {
    display: flex;
    gap: 24px;
    margin-top: 120px;
    align-items: center;
    justify-content: center;
}

.point {
    /* width: 25%; */
    padding: 8px;
    text-align: center;
}
.point > div{
    border-radius: 16px;
    padding: 24px;
    padding-top: 80px;
    background-color: #f2f1ef;
    margin-top: -70px;
}

.point>img {
    height: 140px;
    width: auto;
    margin: auto auto;
    display: block;
}

.point>h4 {
    margin: 20px auto 8px auto;
    font-weight: normal;
}

.tline {
    height: 3px;
    width: 30%;
    display: inline-block;
    background-color: #dea200;
    margin-bottom: 16px;
}

@media (max-width: 991.98px) {
    .points-wrapper {
        flex-direction: column;
        gap: 100px;
        margin-top: 100px;
    }

    .point {
        width: 100%;
    }
}

.btn-brown,
.btn-brown:link,
.btn-brown:visited,
.btn-brown:active{
    background-color: #630215;
    color: #fff;
}
.btn-brown:hover{
    background-color: #4a0210;
    color: #fff;
}
