/* Add here all your CSS customizations */

.fit {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
    background-position: center center;
}

.fit2 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 130px;
    background-position: center center;
}

.nep_search {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	/* color: #fff; */
}

.border-thick {
  border: 70px solid #fff;
  border-top: none;
  border-bottom: none;
}
.border-thick.col-sm-6:first-child {
  border-right: 35px solid #fff;
}
.border-thick.col-sm-6:last-child {
  border-left: 35px solid #fff;
}

.v-align-transform {
    top: 35%;
}

.tred {
    color:#e00101 !important;
}

section, footer {
    padding: 48px 0;
}

.color-primary {
    color: #336600 !important;
}

.novo {
    background-color: rgb(219, 232, 244);
}

.portfolio-item {
    background-color: #fff;
    /* border: solid 1px #336600; */
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.05);
}

.desc {
    padding:10px
}

label {
    font-weight: 300
}

.form-control {
    border-radius: 0;
    margin-bottom: 10px
}

.btn-primary
{
    border: 2px solid #e00101 !important;
    background: #e00101 !important;
}

.fot {
    padding:10px 0;
    position: absolute;
    bottom: 10px;
}

#podstran .fot {
    padding:10px 0;
    position: relative;
    bottom: 10px;
}


.row.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.page-title-1, .page-title-2 {
    height: 200px;
}

#podstran .novo {
    font-size: 14px
}

#podstran p {
    margin-bottom: 12px;
}

.btn {
    color: #fff;
}

input[type="text"], input[type="password"] {
    margin-bottom: 0;
}

#podstran .novo ul {
	margin-left: 20px;
    list-style-type: square;
}

.menu > li > ul > li {
    line-height: 18px;
}

.bread {
    position: absolute !important;
    bottom: 10px;
    right: 10px;
}

@media (max-width: 991.98px) {
    .border-thick {
        border: 10px solid #fff;
    }

    .fit {
        min-height: 250px;
    }

    .fot {
        position: relative;
    }

    #podstran .novo {
        padding-top:10px !important;
    }

    #podstran .novo .col-xs-6, #podstran .novo .col-xs-4 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    #podstran .page-title .pt-60 {
        padding-top: 10px !important
    }

    #podstran .page-title .pt-60 h2 {
        font-size: 22px !important;
        line-height: 24px !important;
    }

    .breadcrumb-2 li a, .breadcrumb-2 li {
        line-height: 13px;
        letter-spacing: 0px;
        font-size: 10px;
    }

    .fit2 {
        min-height: 70px;
    }

    .img-thumbnail {
        padding: 1px;
    }
}