body {
    margin: 0;
    font: 16px Tahoma,sans-serif;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    background: #f0ece1;
    min-width: 500px;
}

a, a:hover {
    text-decoration: none;
    -webkit-transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
}


.main-layout-header {
}

h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
}
h1 {
    font-size: 36px;
    font-weight: 900;
}

.logout {
    border: none;
    background: none;
}

.dropdown {
    transition: height .35s ease;
}

.dropdown-custom {
    font-size: 12px;
    border-radius: 0;
    transition: color 200ms;
    background: #363948;
    border: none;
}
.nav .nav-item:hover .dropdown-menu{ display: block; }
@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.dropdown-custom .dropdown-item {
    transition: color 200ms;
    color: #cbcdca;
    padding: 10px 20px;
}

.dropdown-custom .dropdown-item:hover {
    background: inherit;
    cursor: pointer;
    color: #8d8f8c;

}

button.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("../images/list-white.svg");
    fill: white;
}

.navbar-toggler-icon:hover {
    background-image: url("../images/list-grey.svg");
    fill: white;
}

.logout:focus {
    outline: none;
}

.navbar-color {
    background: #363948;
}

.nav-custom {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    color: #cbcdca;
    position: relative;
}

.nav-custom .nav-item {
    cursor: pointer;
}

.nav-custom .nav-item .nav-link:hover {
    cursor: pointer;
    color: #8d8f8c;
}

.nav-custom .nav-link {
    transition: color 200ms;
    color: #cbcdca;
}

.nav-item {
    padding: 10px;
}

.carousel-custom-text {
    height: 430px;
    padding: 0;
    margin: -50px -200px;
    background: linear-gradient(135deg, black 60%, rgba(0, 0, 0, 0) 25%)
}

.catalog-detail-property .dots {
    border-bottom: 1px solid #dee0ee;
    flex-grow: 1;
}

.catalog-detail-property .name {
    max-width: 50%;
}

.catalog-detail-property .val {
    max-width: 30%;
}

.catalog-detail-property {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 7px;
}

.price-box {
    background: #ededed;
    border-radius: 5px;
    text-align: center;
}

.price-text {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.price-measure-text {
    font-size: 12px;
    font-weight: 400;
    color: #8184a1;
}

.art-text {
    font-size: 14px;
    font-weight: 400;
    color: #8184a1;
}

footer .container .footer {
    background: #363948;
    color: #cbcdca;
}

.footer ul {
    list-style: none;
}

.footer li {
    padding: 10px 0;
}

.footer li a {
    transition: color 200ms;
    color: #cbcdca;
}

.footer li a:hover {
    background: inherit;
    cursor: pointer;
    color: #8d8f8c;
}

.slider-image {
    width: 100%;
    height: 320px;
    z-index: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-text {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #34495e 50%, rgba(0, 0, 0, 0) 25%)
}

@media (max-width: 768px) {
    .carousel-custom .slider-text {
        background: linear-gradient(90deg, #34495e 65%, rgba(0, 0, 0, 0) 25%)
    }

}

.slider-text .slider-content {
    width: 30%;
    padding: 50px 20px 50px 30px;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.active .slider-text .h3 {
    font-size: 36px;
    line-height: 36px;
    background: #fff;
    display: inline-block;
    padding: 5px;
    font-weight: 400;
    margin: 0;
    color: #34495e;
    animation: fadeInDown 300ms linear 300ms both;
}

.slider-text p {
    line-height: 36px;
    margin: 0;
    text-transform: lowercase;
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    animation: fadeInDown 150ms linear 500ms both;
}

.carousel-custom .carousel-indicators {
    position: absolute;
    right: 20px;
    height: 100%;
    bottom: 0;
    left: auto;
    z-index: 15;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.carousel-custom .carousel-indicators li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 0;
    text-indent: -999px;
    cursor: pointer;
    background: #34495e;
    border-radius: 10px;
    border: none;
    opacity: 1;
    line-height: 20px;
}

.carousel-custom .carousel-indicators li.active {
    background: #fff;
}

.blocks-main-container {
    background: white;
}

.row.vertical-divider {
    overflow: hidden;
}

.row.vertical-divider > div[class^="col-"] {
    border-right: 1px solid #ececec;
}

.row.vertical-divider div[class^="col-"]:last-child {
    border-right: none;
}

.blocks-main {
    padding: 25px 20px 15px;
}

.blocks-main-container > .blocks-main > .icon {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    margin: 5px 15px 0 0;
    color: #fff;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #34495e;
    text-align: center;
}

.blocks-main > h3 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    color: #6a6a6a;
}

.blocks-main > p {
    color: #6a6a6a;
    font-size: 14px;
}

.head {
    width: 100%;
    background: #34495e;
    padding: 10px 20px;
    line-height: 40px;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
}

.head a {
    line-height: 40px;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
}

.btn-custom {
    background: #494d61;
    padding: 4px 10px;
    font-weight: 400;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    transition: 400ms !important;
    font-size: 14px;
    border: 0;
    box-shadow: none;
}
.btn-custom:focus {
    border: 0;
    box-shadow: none;
}
.btn-custom:hover {
    background: #2c2e3a;
}

.news-thumbnail {
    width: 30%;
    height: 64px;
}

.news-date {
    display: inline-block;
    background: #363948;
    color: white;
}

.news-name {
    line-height: 1.1em;
    font-size: 1.2em;
    color: #363948;
    font-weight: 700;
}

.news-name:hover {
    color: #686b8f;
    text-decoration: none;
}

.breadcrumb {
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    background: white;
    border-radius: 0;
    align-items: end;
    justify-content: flex-end;
    font-size: 12px;
}

.breadcrumb li a {
    font-weight: 700;
    color: #656565;
}

.list-group-custom .list-group-item i{
    font-size: 24px;
    text-align: center;
}
@media (max-width: 768px) {
    .list-group-custom .list-group-item i{
        font-size: 16px;

    }
    .list-group-custom .list-group-item {
        padding: 1.0rem !important;
    }
    .list-group-image {
        height: auto !important;
    }
}
.tab-content, .tab-content .tab-pane, .tab-content .tab-pane .list-group-image {
    height: 100% !important;
}

.list-group-custom {
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

.list-group-custom .list-group-item {
    text-align: center;
    padding: 1.5rem;
    border-radius: 0;
    border: 0;
    background: #34495e;
    color: white;
}
.list-group-custom .active {
    background: white;
    color: #34495e;
}
.bg-darkslategray {
    background: #34495e;
}

.list-group-image {
    width: 100%;
    height: 386px;
    z-index: 0;
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.list-group-text {
    width: 100%;
    height: 100%;
    background: linear-gradient(125deg, #ffffff 50%, rgba(0, 0, 0, 0) 30%)
}
.list-group-text .list-group-content {
    margin-left: 30px;
    padding-top: 40px;
    height: 100%;
    width: 270px;
    z-index: 2;
    overflow: hidden;
}
.list-group-content .h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}
.bg-darkslategray2 {
    background: #363948;
}

.text-after-list-group .h2 {
    color: white;
    margin-top: 0;
    font-size: 24px;
    font-weight: normal;
}
.text-after-list-group p {
    color: white;
    margin-bottom: 10px;
}

.subscribe-block .head {
    background: #c0392b;
}

.subscribe-block .btn-custom {
    background: #c0392b;
}
.subscribe-block .btn-custom:hover {
    background: #912c21;
}
.news-description {
    font-size: 16px;
}
.news-h3 {
    display: inline;
    font-size: 30px;
}
.news-h3:hover {
    color: #066cc3;
}
.pagination .page-item .page-link {
    border-radius: 0;
    outline: 0;
    background: #363948;
    color: #c7ccca;
    padding: 10px 20px;
    border: 0;
}
.pagination .page-item:hover .page-link{
    color: #ffffff;
}
.pagination .page-item:focus {
    outline: 0;
}
.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .active .page-link {
    background: #2c2d36;
    margin-top: -2px;
    border: 2px solid #8d91a3;
}

.base-text-block {
    text-indent: 20px;
    color: #656565;
}
.text-indent {

}
.text-color {
    color: #656565;
}
.vocation {
    border-radius: 0;
}
.vocation .card-header {
    background: #34495e;
    color: white;
    border-radius: 0;
}
.vocations-card-title {
    text-indent: 0;
}

ul {
    padding: 0;
    margin: 0 0 10px 25px;
}

.price-table {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 7px;
}
.price-table .name {
    max-width: 80%;
}
.price-table .dots {
    margin-bottom: 4px;
    border-bottom: 1px dotted #c7c9d7;
    flex-grow: 1;
}
.price-table .price-text-in-table {
    max-width: 20%;
}
.price-accordion .card {
    border: 0;
}

.price-accordion .card-header {
    margin: 0;
    padding: 0;
    height: 45px;
    line-height: 45px;
    color: #656565;
    background: #f2f2f2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.price-accordion .btn {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 45px;
    font-size: 11px;
    width: 100%;
    color: #656565;
}
@media (min-width: 992px) {
    .price-accordion .btn {
        font-size: 18px !important;
    }
}
@media (min-width: 768px) {
    .price-accordion .btn {
        font-size: 14px;
    }
}
.price-accordion .card-header .category-number {
    float:left;
    height: 45px;
    width: 30px;
    display: inline-block;
    background: #34495e;
    color: #fff;
    text-align: center;
    margin-right: 15px;
    border-radius: 2px 0 0 2px;
    line-height: 45px;
    font-size: 18px;
}
.price-accordion .card-header {
    border: 0;
    height: 45px;
    background: #f2f2f2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
}
.price-accordion .card-header .category-name {
    float:left;
}
.price-accordion .card-body {
    background: #f2f2f2;
}
h5 {
    font-size: 14px;
    font-weight: bold;
}
h4 {
    font-size: 17.5px;
    font-weight: bold;
}

.font-16 {
    font-size: 16px;
}
.new-one-name {
    font: 30px 'PT Sans Narrow',Tahoma,sans-serif;
    font-weight: 700;
    font-stretch: 100%;
    line-height: 1;
}
.table th, .table td {
    padding: 0;
}
.table th, .table td input {
    font-size: 12px;
    height: 38px;
}

.table th, .table td select {
    font-size: 12px;
    padding: 0;
}

.popover {
    display: none;
}

.font-size-14 {
    font-size: 14px;
}

.footer h2 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #f2eee4;
    margin: 0 0 20px;
}

.footer {
    padding: 20px 15px;
}

.footer li {
    padding: 0;
    line-height: 24px;
}

.footer ul {
    margin: 0;
}
.footer li a {
    color: #a7a6a6;
}
.footer li a:hover {
    color: #34495e;
}

.go_top_custom {
    font-size: 24px;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    padding-top: 5px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #34495e;
}