#topbar {
    background-color: #cc6d17;
    color: #fff;

}

#topbar .top-menu > li > a {
    color: #fff;

}

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
    height: 40px;
}

table {
    width: 100%
}

.slideTitle {
    color: #3EB3B1;
    text-align: center;
    line-height: 35px;
	font-size: 20px;
}

.slideTitleHolder {
    background-color: #eee;
    width: 430px;
    float: right;
    padding: 20px;
    min-height: 100%;
}

.slideDescHolder {
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    right: 0;
}

.sliderArea {
    position: relative;
    height: 350px;
}

h1, h2, h3, h4 {
    font-family: "Poppins", sans-serif;
	font-size: 32px;
}

button.btn-sahtas {
    background-color: #ff9400 !important;
    border: 0 !important;
    color: #fff !important;
    text-transform: inherit !important;
}

.tabs .nav-tabs .nav-link.active {
    color: #cc6d17 !important;;
    background-color: transparent;
    border-bottom: 3px solid #cc6d17 !important;
}

#mainMenu nav > ul > li > a {
    text-transform: inherit;
    font-size: 15px;
}

#mainMenu nav > ul > li > a:hover {
    color: #3eb3b2 !important;
}

.tabs .nav-tabs .nav-link.active {
    color: #3eb3b2 !important;
    background-color: transparent;
    border-bottom: 3px solid #3eb3b2 !important;
}
