a {
    cursor: pointer;

}

.fa-btn {
    margin-right: 6px;
}

.footer {
    background-color: #f8f8f8;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    border-top: 1px solid silver;
}

.breadcrumb {
    background-color: transparent;
    font-size: 15px;
    padding: 8px 0;
    color: rgb(130, 130, 130);
    margin: 0;
    border-radius: 0;
}

.breadcrumb-block .print-block {
    text-align: right;
    margin-bottom: 10px;
}

.breadcrumb-block .print-block img {
    height: 32px;
    cursor: pointer;
}

.breadcrumb li a {
    color: #2460a2;
}

.gallery-photo {
    margin-right: 0;
    margin-left: 0;
    position: relative;
    left: -10px;
}

.gallery-photo-one {
    height: 159px;
    background-size: contain;

    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 10px auto;
}

.gallery-photo-one-hover {
    opacity: 0;
    transition: 200ms;
    margin: 10px auto;
    height: 159px;
    z-index: 2;
    line-height: 159px;
    text-align: center;
    font-size: 28px;
    color: white;
    background-color: rgba(0, 0, 0, .4);
}

.gallery-photo-one:hover > .gallery-photo-one-hover {
    opacity: 1
}

.gallery-files {
    width: 100%;
}

.hide-video-play .lg-video-play {
    opacity: 0 !important;
}

.gallery-photo > div {
    padding-left: 10px;
    padding-right: 10px;
}

.album-cover {
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.album {
    min-height: 280px;
    display: block;
}

.album-title {
    margin: 5px auto 5px;
    text-align: center;

}

.single-gallery-photos .gallery-photo-one {
    height: 250px;
}

.single-gallery-photos .gallery-photo-one-hover {
    height: 250px;
    line-height: 250px;
}

.single-gallery-photos > div {
    padding-left: 1px;
    padding-right: 1px;
}

.pagination-holder {
    text-align: center;
    display: block;
}

.single-gallery-photos {
    margin-right: -1px;
    margin-left: -1px;
}

.similar_item {
    display: block;
    margin-bottom: 10px;
}

.similar_item:hover {
    text-decoration: none
}

.similar-item-cover {
    height: 60px;
    margin: 5px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.similar_item > div:first-child {
    padding-right: 0;
}

.gallery-video {
    margin-top: 20px;
}

.gallery-video-one video {
    width: 100%;
    margin-bottom: 15px;
}

/*  ***************************** NEW ******************** */
body {

}

.container, .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.sitename {
    display: block;
}

.sitename:hover {
    text-decoration: none
}

.sitename img {
    height: 93px;
    margin: 14px 0;
}

.site-title {
    padding-top: 25px;
}

.site-title > p {
    font-family: arial, Verdana, sans-serif;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    margin: 0;
}

.site-title > p:first-child {
    font-size: 15px;
    color: rgb(125, 125, 125);
}

.site-title > p:nth-child(2) {
    font-size: 24px;
}

.site-title > p:last-child {
    font-size: 16px;
}

.tools-block {
    font-size: 16px;
    color: rgb(6, 127, 195);
    font-weight: normal;
    text-align: center;
}

.tools-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 120px;
    text-align: center;
    display: inline-block;
}

.tools-block ul li {
    display: inline-block;
}

.tools-block ul li a {
    padding: 8px 9px;
    display: inline-block;
    line-height: 27px;
    border-radius: 50%;
    transition: 200ms;
}

.tools-block ul.langs li a:hover {
    font-weight: normal;
    text-decoration: none;
    background-color: #f4f4f4;
}

.tools-block ul.langs li a.active {
    font-weight: bold;
    text-decoration: none;
    background-color: #f4f4f4;
}

ul.tools {
    margin: 0 0 0 20px;
    font-size: 20px;
}

ul.tools li a {

    font-size: 24px;
}

.tools-block ul.tools li a:hover, .tools-block ul.tools li a.active {
    text-decoration: none;

}

.tab-content a {

}

.tab-content, .nav-tabs > li > a {
    font-size: 16px;
}

.tab-content p {

    font-size: 16px;
    color: #252525;

    font-weight: 400;
    line-height: 32px;
}

.elections-timer {
    line-height: 120px;
    padding-right: 0;
    text-align: right;
}

.elections-timer p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1;
    display: inline-block;
}

.elections-timer .time-left {
    font-size: 18px;
    color: rgb(6, 127, 195);
    font-weight: bold;
    line-height: 0.64;
}

.home-btns {
    margin-top: 25px;
}

.home-btns > div {
    padding-left: 10px;
    padding-right: 10px;
}

.home-btn-link {
    display: block;
    background-color: #f9f9f9;
    border: 1px solid #cccccc;
    transition: 200ms;
    color: #2b3c73;
    margin-bottom: 20px;
    padding: 20px 15px 0 0px;
}

.home-btn-link:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: rgb(6, 127, 195);
}

.home-btn-link ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
}

.home-btn-link ul li {
    display: inline-block;
}

.home-btn-link ul li img {
    height: 90px;
    margin: 5px 10px 10px 0;
}

.home-btn-link ul li p {
    font-size: 28px;
    line-height: 1.2;
}

.home-btn-link ul li p:first-child {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.home-btn-link.customnotitle {
    background-color: #fff;
    text-align: right;
    padding: 0 40px 0 25px;
}

.home-btn-link.customnotitle ul li:last-child {
    display: none;
}

.home-btn-link.customnotitle ul li:first-child img {
    height: 140px !important;
}

.home-btn-link.custom2 ul li img {
    margin: 0 5px 25px 5px;
}

.home-btn-link.custom2 ul li:last-child {
    font-size: 28px;
    line-height: 1.2;
    max-width: 250px;
    text-align: left;
    position: relative;
    top: 10px;
    font-weight: 600;

}

.home-categories-container {
    margin-top: 30px;
}

.home-categories > div {
    padding-left: 10px;
    padding-right: 10px;
}

.home-category {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 20px 10px 0;
    display: block;
    color: black;
    transition: 200ms;
    min-height: 175px;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    background: white;
    font-size: 16px;
    text-transform: uppercase;
}

.home-categories.alt .home-category {
    background-color: #f9f9f9;
}

.home-category:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: rgb(6, 127, 195) !important;
}

.home-category img {
    margin: 0px auto;
    height: 90px;
    display: block;
}

.home-category span {
    padding-top: 20px;
}

.home-category p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 4px;
    font-weight: 700;
}

.donors-carousel-block {
    padding-top: 40px;
    margin-bottom: 0px;
}

.donors-carousel .item {
    margin-left: 0;
    margin-right: 0;
}

.donors-carousel .item > div {
    padding-left: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    text-align: center;
}

.partners-carousel-block {
    margin-top: 40px;
    margin-bottom: 60px;
}

.partners-carousel .item {
    margin-left: 0;
    margin-right: 0;
}

.partners-carousel .item > div {
    padding-left: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    text-align: center;
}

.donors {
    display: block;
    height: 110px;
    padding: 0px;
    -webkit-filter: grayscale(0%);
    -webkit-filter: grayscale(0);
    filter: grayscale(0%);

}

.donors:hover {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
}

.partner {
    display: block;
    height: 175px;
    color: black;
    border: 1px solid #cccccc;
    padding: 10px;
    -webkit-filter: grayscale(0%);
    -webkit-filter: grayscale(0);
    filter: grayscale(0%);
}

.partner:hover {
    text-decoration: none;
    color: black;
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(1000%);
    border: 1px solid #d38822;
}

.partner img {
    max-width: 90%;
    margin: 20px auto 10px;
}

.partner p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
}

.partners-carousel .carousel-indicators {
    bottom: -53px;
}

.partners-carousel .carousel-indicators li {
    height: 23px;
    width: 23px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #f9f9f9;
    border: 1px solid #cccccc;

}

.partners-carousel .carousel-indicators li.active {
    background-color: #d38822;
}

/*donors*/
.donors-carousel .carousel-indicators {
    bottom: -13px;
}

.donors-carousel .carousel-indicators li {
    height: 23px;
    width: 23px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #f9f9f9;
    border: 1px solid #cccccc;

}

.donors-carousel .carousel-indicators li.active {
    background-color: #d38822;
}

/*donors*/

.footer {
    background-color: #fff;
    padding: 0 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-copyright {
    font-size: 13px;
    color: rgb(161, 161, 161);
    line-height: 1.5;
    text-align: left;
}

.footer-timestamp {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    text-align: right;
}

.footer-stats-block {
    background-color: #d38822;
    line-height: 55px;
    min-height: 55px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.copyright {
    font-size: 13px;
    color: rgb(255, 255, 255);
    text-align: left;
}

.stats {
    font-size: 13px;
    color: rgb(255, 255, 255);
    text-align: right;
}

.address {
    width: 40%;
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.4;
    text-align: center;
    padding-top: 10px;
    white-space: nowrap;
}

.footer-logo-block .logo img {
    height: 70px;
    margin: 10px 10px 10px 0;
}

.footer-site-title {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    padding-top: 25px;
    white-space: nowrap;
    position: relative;
    left: -30px;
}

.footer-share {
    text-align: right;
    float: right;
    max-width: 27%;
    padding: 20px 0 0;
}

.footer-share ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-share ul li {
    display: inline-block;
    margin: 0 8px;
}

.footer-share ul li a {
    color: #666666;
    font-size: 28px;
}

.footer-share ul li a:hover {
    color: #818181;
    text-decoration: none;
}

.list-head {
    background-color: #d38822;
    color: white;
    margin: 10px 0 20px;
}

.listheadbg0 {
    background: url("../images/listhead0.jpg") left bottom no-repeat #d38822 !important;
}

.listheadbg1 {
    background: url("../images/listhead1.jpg") left bottom no-repeat #d38822 !important;
}

.listheadbg2 {
    background: url("../images/listhead2.jpg") left bottom no-repeat #d38822 !important;
}

.listheadbg3 {
    background: url("../images/listhead3.jpg") left bottom no-repeat #d38822 !important;
}

.page-title {
    padding: 25px 30px 25px 20px;
    margin: 0;
    font-size: 30px;

}

.page-cover {
    max-height: 600px;
    text-align: center;
    overflow: hidden;
}

.page-cover img {
    width: 100%
}

.page-description {
    font-weight: bold;
    margin: 30px 0;
    font-size: 16px;
}

.gallery-file-one {
    display: block;
    padding: 10px 0;
}

.gallery-files hr {
    width: calc(100% - 30px);
    margin: 0 15px;
}

.gallery-files-list:last-child {
    border-bottom: 1px solid #b8b8b8;
}

.gallery-file-one:hover, .gallery-file-one:focus {
    text-decoration: none;
}

.gallery-files h3 {
    font-size: 24px;
    color: rgb(27, 76, 137);
    line-height: 1.2;
    text-align: left;
    font-weight: 600;
}

.gallery-file-one ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gallery-file-one ul li {
    display: inline-block;
}

.gallery-file-one ul li:nth-child(2) {
    max-width: 90%;
}

.gallery-file-one ul li.file-icon {
    text-align: left;
    width: 45px;
}

.gallery-file-one ul li.file-icon img {
    vertical-align: super;
    height: 35px;
    position: relative;
    top: 5px;
}

.gallery-file-one .file-name {
    font-size: 16px;
    color: rgb(27, 76, 137);
    line-height: 1.5;
    margin: 0;
}

.gallery-file-one .file-downloads {
    font-size: 14px;
    color: #737373;
    font-style: italic;
    line-height: 1.5;
}

.gallery-file-one .file-size {
    font-size: 16px;
    color: #737373;
    line-height: 1.5;
}

.social-block {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left !important;
    clear: both;

}

.sidemenu-category .category-heading {
    font-size: 17px;
    position: relative;
    color: #000000;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #dcdcdc;
    display: block;
}

.sidemenu-category .category-heading span {
    max-width: 95%;
    display: inline-block;
}

.sidemenu-category .category-heading.link {
    color: #000000;
}

.sidemenu-category .category-heading.link.active {
    color: #ff9900;
}

.sidemenu-category .category-heading.link:hover {
    text-decoration: underline;
}

.sidemenu-category .category-heading i.fa {
    transform: rotate(90deg);
    transition: 200ms;
    color: #000000;
    float: right;
}

.sidemenu-category .category-heading.collapsed i.fa {
    transform: rotate(0deg);
}

.sidemenu-category .category-heading:hover, .sidemenu-category .category-heading:focus {
    text-decoration: none;
    color: #d38822;
}

.sidemenu-category h4 {
    padding: 15px 0px 0px 0px !important;
    margin: 0 !important;
}

.side_menu_title {
    padding: 8px 15px;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.side_menu_list {
    list-style: none;
    padding: 0;
}

.side_menu_list li a {
    color: black;
    text-decoration: none;
}

.side_menu_list li a:hover {
    text-decoration: none;
    color: #d38822;
}

.side_menu_list li {
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 15px;
    text-decoration: none;
}

.side_menu_list li a.active {
    color: #ff9900;
    text-decoration: none;
}

.tools-popover-content ul {
    padding: 0;
    line-height: inherit;
    margin: 0;
    list-style-type: none;
}

.tools-popover-content ul li {
    display: inline-block;
    cursor: pointer;
}

.tools .popover-title {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
}

.tools .popover {
    min-width: 320px;
    max-width: 420px;
}

.tools-popover-content > div {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.tools-popover-content .eyes img {
    width: 20px;
    margin: auto 5px;
    position: relative;
    top: 3px;
}

.tools-popover-content .font-resizes li {
    border: 1px solid black;
    padding: 3px;
    text-align: center;
    color: black;
}

.tools-popover-content .font-resizes li:first-child {
    font-weight: normal
}

.tools-popover-content .font-resizes li:nth-child(2) {
    font-weight: bold
}

.tools-popover-content .font-resizes li:nth-child(3) {
    font-weight: 800
}

.tools-popover-content .images-toggle {
    display: inline-block;
    height: 20px;
    width: 40px;
    cursor: pointer;
    top: 5px;
    position: relative;
    border: 1px solid rgb(6, 127, 195);
}

.tools-popover-content .images-toggle span {
    background-color: rgb(6, 127, 195);
    width: 50%;
    float: right;
    height: 19px;
    transition: 200ms;
}

.tools-popover-content .images-toggle.off {
    border-color: rgb(158, 158, 158);
}

.tools-popover-content .images-toggle.off span {
    float: left;
    background-color: rgb(158, 158, 158);
}

.noutate {
    min-height: 470px;
    display: block;
    transition: 200ms;
    color: black;
    margin-bottom: 30px;
}

.noutate:hover, .noutate:focus {
    text-decoration: none;
    color: black;
}

.noutate-cover {
    height: 270px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.noutate-cover:hover {
    opacity: 0.7;
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
}

.noutate-title {
    margin: 10px auto 5px;
    text-align: left;
    font-size: 18px;
    color: rgb(1, 1, 1);
    line-height: 1.5;

}

.noutate-date {
    color: #adadad;
}

.noutate-description {
    font-style: italic;
    font-size: 14px;
    color: #adadad;
}

.news-filter {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
    float: right;
    margin: 20px 0 0px;
    text-align: right;
}

.news-filter a {
    color: rgb(255, 255, 255);
    margin: 10px 5px;
    display: inline-block;
}

.news-filter a:hover, .news-filter a:focus {
    text-decoration: none;
    color: #fff
}

.noutate_listview {
    display: block;
    transition: 200ms;
    padding: 20px 15px;
}

.noutate_listview:hover .noutate-title, .noutate:hover .noutate-title {
    color: #d38822;
}

.noutate_listview .noutate-cover {
    height: 110px;
    margin: 0 0 10px;
}

.noutate_listview .noutate-title {
    margin: 0 0 10px;
    font-size: 18px;
    color: rgb(1, 1, 1);
    line-height: 1.5;
}

.news-list hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    clear: both;
    width: calc(100% - 30px);
    border-top: 1px solid #adadad;
}

.noutate_listview .noutate-date {
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 1.7;
}

.no-results-found {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.page-date {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 1.6;
    text-align: left;
}

.page-meta-block {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

.page-meta-block li {
    display: inline-block;
    margin-right: 10px;
}

.hidden {
    display: none;
}

.filter-date {
    border: 1px solid #d38822;
    padding: 10px;
    position: relative;
    top: -1px;
}

.decisions-filter .fa {
    color: #d38822;
}

.decision {
    display: block;
    transition: 200ms;
    padding: 20px 15px;
}

.decision-title {
    margin: 0;
    font-size: 18px;
    color: rgb(1, 1, 1);
    line-height: 1.3;
}

.decision-date {
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 1.7;
}

.decision-number {
    font-weight: bold;
}

.filter-type select.form-control {
    height: 42px;
    border: 1px solid #d38822;
    border-radius: 0;
    box-shadow: none;
}

.filter-query input.form-control {
    border: 1px solid #d38822;
    border-radius: 0;
    height: 42px;
    background-color: transparent;
    padding: 0 5px;
    display: inline-block;
    min-width: 307px;
}

.filter-actions {
    position: relative;
    top: -2px;
}

.filter-actions button {
    border: 1px solid #d38822;
    border-radius: 0;
    height: 42px;
    color: #fff;
    background-color: #d38822;
    display: inline-block;
    position: relative;
    transition: 200ms;
}

.filter-actions button:hover {
    background-color: rgba(6, 127, 195, 0.78);
    color: white;
}

.filter-fields ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.filter-fields ul li {
    display: inline-block;
    margin: 0 0 5px;
}

.total-founded {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
}

.filter-years .bootstrap-select {
    height: 42px;
    border-radius: 0;
    border: 1px solid #d38822;
    width: 95px !important;
}

.filter-years .dropdown-toggle {
    color: #555 !important;
    border: none !important;
    height: 100% !important;
}

.filter-years {
    position: relative;
    top: -2px;
}

.lSSlideOuter .lSPager.lSGallery li {
    height: 45px;
}

.galerie-foto-slider {
    margin: 20px 0 0;
}

.auth-bar {
    background-color: #0092d2;
    color: white;
    text-align: right;
}

.auth-bar ul {
    list-style-type: none;
    padding: 5px 0;
    margin: 0;
}

.auth-bar ul li {
    display: inline-block;
    margin: 0 10px 0 0
}

.auth-bar ul li a {
    color: inherit;
    text-decoration: underline;
}

.reply_identation {
    width: 50px;
    display: inline-block;
}

.comment_replies_block {
    list-style: none;
}

/*.map-content ul {
    list-style-image: url("../images/ularrow_left.png");
}

.map-content a {
    font-size: 18px;
}*/

/*.map-content ul li {
    list-style-type:none;
    display: inline-block;
    border: 2px solid;
}*/

.map-content .fa {
    font-size: 18px;
    padding-right: 5px;
    vertical-align: middle;
}

.map-content .mdi {
    font-size: 22px;
    padding-right: 1px;
    vertical-align: middle;
}

/* Sitemap */
.map-content {
    font-size: 15px;

}

.map-content ul {
    line-height: 1;
    margin: 0;
    float: left;
    padding: 0;
    padding-bottom: 20px;
}

.map-content ul li {

    list-style: none;
    margin: 10px;

    padding: 0;
    width: auto;
    border: 1px solid #E1E1E1;
    display: table;
    float: left;
    width: 270px !important;
    height: 60px;
    text-align: center;
    transition: box-shadow .3s;
}

.map-content ul li ul li {
    display: table;
    width: 270px !important;
    height: 60px;
    text-align: left;
}

.map-content ul li a {

    display: table-cell;
    color: #2B0303;
    line-height: 1.2;
    padding: 10px 20px;
    text-decoration: none;
    min-width: 240px !important;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.7);

}

.map-content ul li:hover {
    border: 1px solid #d3862e;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.map-content ul li:hover > ul {

    /*  display: table-cell;
       z-index: 100;
     position: absolute;

      padding: 0;
      margin: 0;*/
}

.map-content ul li ul {
    /*   visibility: hidden;
       opacity: 0;*/
    display: block;
    /*display: table-cell;
    z-index: 100;float: left;*/
}

.map-content ul li ul li {
    float: left;
    width: auto;
    background: #f1f1f1;
}

.map-content ul li ul li ul li {

    background: #fff;
}

.map-content ul li ul li ul li ul li {

    background: #f1f1f1;
}

.map-content ul li ul li ul li ul li ul li {

    background: #fff;
}

.map-content ul li ul li ul {
    margin-left: 15px;
}

.map-content ul li ul li a {
    border-bottom: 0 none;
    border-left: 3px solid #E1E1E1;
    font-weight: normal;
    padding: 10px 20px;
    text-transform: none;
    color: #000000;
}

.map-content a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #ed8300;
    color: #ed8300;
}

.add-comment-form {
    background-color: #f1f3f6;
    padding: 30px 15px;
    display: inline-block;
}

.add-comment-title {
    margin: 10px 15px;
    font-size: 30px;
    color: #ed8300;
    line-height: 1.2;
}

.add-comment-desc {
    font-size: 14px;
    color: rgb(144, 144, 144);
    line-height: 1.2;
    margin: 0 15px 15px;
}

.comment-btn {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    background-color: #d38822;
    transition: 200ms;
    padding: 14px 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    outline: 0;
}

.comment-btn:hover, .comment-btn:focus {
    color: #d38822;
    background-color: #fff;
    border: 1px solid #d38822;
    outline: 0;
}

.btn-container {
    text-align: center
}

.captcha-input {
    max-width: 240px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.comment {
    padding: 0 0 0 90px;
    margin-bottom: 45px;
    background-image: url("../images/comment-avatar.png");
    background-repeat: no-repeat;
}

.comment-body {
    border: 1px solid #e1e4e7;
    background-color: #f7f8fa;
    padding: 10px 15px;
    position: relative;
}

.comment-body:before {
    width: 15px;
    height: 15px;
    content: "";
    background-color: #f7f8fa;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: transparent transparent #e1e4e7 #e1e4e7;
    position: absolute;
    transform: rotate(45deg);
    top: 15px;
    left: -8px;
    z-index: 1;
}

.posted_by {
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    margin: 13px 0 2px;

}

.created_at {
    color: #bbbbbc;
    font-size: 14px;
    margin: 0;
}

.comment_reply {
    position: absolute;
    right: 15px;
    top: 10px;
}

.comment-body hr {
    margin-top: 5px;
    border-top: 1px solid #e1e4e7;
}

.comment-text {
    font-size: 15px;
    line-height: 1.5;
    color: #7a7d80;
}

.comment.reply {
    padding: 0 0 0 190px;
    background-position-x: 100px;
}

.comment.reply .comment_reply {
    display: none;
}

.filter-fields.list-filter ul {
    margin: 0 0 10px;
}

.side-menu-toggle {
    display: none;
    width: 100%;
    border: 1px solid gray;
    text-transform: uppercase;
    padding: 5px;
    transition: 200ms;
    outline: none;
    padding: 15px;
    font-size: 20px;
    font-weight: normal;
    background: #b2d5ec;
    color: #005a94;
    cursor: pointer;
    border: none;
    margin-bottom: 15px;

}

.side-menu-toggle .fa {
    transition: 200ms;
}

.side-menu-toggle.pressed .fa {
    transform: rotate(90deg);
}

.total-displayed {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    color: grey;
}

.loading-block {
    text-align: center;
    display: none;
}

.loading {
    background: lightgrey;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    z-index: 7000;
    display: inline-block;
}

.member-cover {
    display: inline-block;
    max-width: 125px;
    max-height: 175px;
    background-repeat: no-repeat;
    margin: 10px;
    vertical-align: middle;
}

.member-profile-cover {
    display: inline-block;
    max-width: 190px;
    max-height: 225px;
    background-repeat: no-repeat;
    margin: 10px;
    vertical-align: top;
}

.member-title {
    font-size: 20px;
}

.member-short-info {
    display: inline-block;
    padding: 10px;
}

.page-content {
    font-family: "Open Sans", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    line-height: 32px !important;

}

.page-content a {

    text-decoration: underline !important;
    font-size: 16px !important;
    font-style: normal;
    line-height: 32px !important;

}

.page-content a:hover {

    text-decoration: none !important;
    font-size: 16px !important;
    font-style: normal;
    line-height: 32px !important;

}

.page-content td {
    padding: 8px !important;
    border: 1px solid #b3b3b3 !important;

}

.page-content th {
    padding: 15px 8px !important;
    text-align: center !important;
    background: #3995d1 !important;
    border: 1px solid #3995d1 !important;
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}

.page-content
table {
    width: 100% !important;
}

ul.only-img {
    margin: 0;
}

.home-btn-link ul.only-img li img {
    margin: 0;
    height: 165px;
}

.widget_title {
    font-weight: bold;
    border-bottom: 1px dotted #444444;
}

.search-result {
    display: block;
    padding: 15px 10px 15px 0px;
}

.search-result .search-result-title {
    font-size: 18px;
    color: rgb(1, 1, 1);
    line-height: 1.3;
}

.search-result:hover .search-result-title {

    color: rgb(6, 127, 195);

}

.search-result .search-result-description {
    margin: 0 0 10px;
    font-size: 14px;
    color: rgb(186, 186, 186);
    line-height: 1.5;
}

.search-result hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    clear: both;
    width: calc(100% - 30px);
    border-top: 1px solid #adadad;
}

.search-result .search-result-date {
    font-size: 14px;
    color: rgb(186, 186, 186);
    font-style: italic;
}

.bgslide1 {
    background: none !important;
    background: url("../images/slidebg1.png") left top no-repeat !important;
}

.bgslide2 {
    background: none !important;
    background: url("../images/slidebg2.png") left top no-repeat !important;
}

.bgslide3 {
    background: none !important;
    background: url("../images/slidebg3.png") left top no-repeat !important;
}

.bgslide4 {
    background: none !important;
    background: url("../images/slidebg4.png") left top no-repeat !important;
}

.alegeri {
    width: 700px !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p20 {
    padding: 20px !important;
}

.p15 {
    padding: 15px !important;
}

.tab-pane-content {
    padding: 15px !important;
}

.print01 {
    padding: 10px 0px;
    margin: 10px 0px;

    text-align: left;
}

.print02 {
    font-size: 28px;
    color: black;
    font-style: normal;
    display: inline-block;
}

.print03 {
    display: inline-block;
    padding-right: 15px;

}

.printborder {
    border-bottom: 1px solid silver;
    margin: 10px 0px;

}

.printop {
    height: 10px !important;
    background-color: #67afd8;
}

.gallery-photo > a:focus {
    outline: none;
}

.latest_news_widget_container .widget_title {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.25;
    border: none;
}

.latest_news_widget_container.latest-news-accent .widget_title {
    color: #d38822;
}

.latest_news_widget_container hr {
    color: #cccccc;
    border-top: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 25px;
}

.latest_post_title, .latest_post_title:focus, .latest_post_title:hover {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.latest_post_title:hover {
    color: #d38822;
}

.latest_post {
    margin-bottom: 20px
}

.latest_post_body {
    padding-left: 0
}

.latest_post_date, .page-views {
    margin-right: 10px;
    color: #818181;
}

.page-coments {
    color: #818181;
}

.latest_posts_more, .latest_posts_more:focus, .latest_posts_more:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 14px;
}

.latest_posts_more img {
    height: 20px;
}

.home-slider {
    height: 390px;
    overflow: hidden;
    margin-bottom: 20px
}

.home-slider .carousel-indicators {
    left: auto;
    right: 30px;
    bottom: 20px;
    margin: auto;
    padding: 0;
    width: auto;
    z-index: 2;
}

.home-slider .carousel-indicators li {
    height: 23px;
    width: 23px;
    margin: 0 0 0 10px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 40px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 40px
}

.home-slider .carousel-indicators li.active {
    background-color: #ffde00;
}

.home-slider .item {
    height: 390px;
    overflow: hidden;
}

.carousel-caption {
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

.carousel-caption {
    right: 0;
    bottom: 0;
    height: inherit;
    text-align: left;
    left: auto;
    color: #fff;
    width: 50%;
    max-width: 560px;
    padding: 50px 70px 50px 40px;
    background-color: #d38822;
}

.carousel-caption:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    height: inherit;
    border-top: 395px solid transparent;
    border-right: 100px solid #d38822;
    width: 0;
}

.carousel-caption .slide-title {
    font-size: 30px !important;
    margin-bottom: 0 !important;
    font-weight: bold;
    line-height: 36px;
}

.carousel-caption .slide-date {
    font-size: 16px !important;
    color: rgb(162, 198, 229) !important;
    font-style: italic;
}

.carousel-caption .slide-more-btn {
    font-size: 16px !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 35px;
    transition: 200ms;
    padding: 10px 15px;
}

.slide-more-btn:hover {
    text-decoration: none;
    background-color: #005687;
}

.slide-more-btn .fa {
    margin-left: 3px;
    vertical-align: top;
}

.badge-new {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    background-color: #ff0000;
    position: relative;
    top: -10px;
    left: -2px;
    padding: 2px;
}

.carousel-control img {
    display: inline-block;
    position: absolute;
    top: 45%;
    z-index: 5;
}

.left.carousel-control img {
    left: 40px;
    margin-left: -10px;
}

.right.carousel-control img {
    right: 40px;
    margin-right: -10px;
}

.carousel-control {
    display: none
}

.carousel:hover > .carousel-control {
    display: inline-block
}

.timer_ru p {
    font-size: 13px;
}

.home-btn-link.custom21 ul li:last-child {
    font-size: 20px !important;
    max-width: 160px !important;
}

.range_inputs .applyBtn.btn.btn-sm.btn-success {
    color: #fff;
    background-color: #e0a800;
    border-color: #d39e00;
}

/*tabele*/
/*-------------------*/
.table-blue-antet td, .table-blue-antet th {
    border: none !important;
    padding: 10px;
    border-bottom: 1px solid #f2f2f2 !important;
}

.table-blue-antet tbody tr:nth-child(even) {
    background: #f5f5f5 !important;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
}

.table-blue-antet th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    border-bottom: 1px solid #ccc;
    background-color: #d38822 !important;
    color: white !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-family: "Open Sans", Arial;
}

.table-blue-antet th p {
    padding: 0px !important;
    margin: 0px !important;
}

.table-blue-antet th span {
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-family: "Open Sans", Arial;
    color: white !important;
}

.table-blue-antet th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.table-blue-antet th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.table-blue-antet th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.table-blue-antet td span, .table-blue-antet td {
    font-family: "Open Sans", Arial;
    font-size: 15px !important;
    vertical-align: top;
    line-height: 26px !important;
}

.table-blue-antet td p {
    font-family: "Open Sans", Arial;
    margin-bottom: 10px !important;
    vertical-align: top;
    line-height: 26px !important;
}

.table-blue-antet td a {
    font-family: "Open Sans", Arial;
    font-size: 15px !important;
    text-decoration: none !important;
    color: #d38822 !important;
    line-height: 26px !important;

}

.table-blue-antet td a:hover {
    font-family: "Open Sans", Arial;
    font-size: 15px !important;
    text-decoration: underline !important;
    color: #d38822 !important;
    line-height: 26px !important;

}

.table-blue-antet td a.btn-blue:hover {
    display: inline-block !important;
    background: #818181 !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;
}

.table-blue-antet tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;
}

.table-blue-antet tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.table-blue-antet tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.table-blue-antet tfoot td:only-child {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

table.table-blue-antet {
    border: none !important;
}

/********tabele 1*********/

/*------------------*/
.table-gray-antet td, .table-gray-antet th {
    border: none !important;
    padding: 10px !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

.table-gray-antet tbody tr:nth-child(even) {
    background: #f5f5f5 !important;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset !important;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset !important;
}

.table-gray-antet th {
    text-align: left !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5) !important;
    border-bottom: 1px solid #ccc !important;
    background-color: #eee !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee)) !important;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee) !important;
    background-image: -moz-linear-gradient(top, #f5f5f5, #eee) !important;
    background-image: -ms-linear-gradient(top, #f5f5f5, #eee) !important;
    background-image: -o-linear-gradient(top, #f5f5f5, #eee) !important;
    background-image: linear-gradient(top, #f5f5f5, #eee) !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-family: "Open Sans" !important;
    line-height: 26px !important;
    color: black !important;
    font-weight: bold !important;
}

.table-gray-antet th span {
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-family: "Open Sans" !important;
    line-height: 26px !important;
}

.table-gray-antet th p {
    margin-bottom: 0px !important;
}

.table-gray-antet th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.table-gray-antet th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.table-gray-antet th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.table-gray-antet td span, .table-gray-antet td {
    font-family: "Open Sans" !important;
    font-size: 15px !important;
    vertical-align: top;
    line-height: 26px !important;
}

.table-gray-antet td p {
    margin-bottom: 10px !important;
    vertical-align: top;
}

.table-gray-antet td a.btn-blue:hover {
    display: inline-block !important;
    background: #818181 !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;
}

.table-gray-antet td a {
    font-family: "Open Sans" !important;
    font-size: 15px !important;
    text-decoration: none !important;
    color: #d38822 !important;
    line-height: 26px !important;

}

.table-gray-antet td a:hover {
    font-family: "Open Sans" !important;
    font-size: 15px !important;
    text-decoration: underline !important;
    color: #d38822 !important;
    line-height: 26px !important;

}

.table-gray-antet tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;
}

.table-gray-antet tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.table-gray-antet tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.table-gray-antet tfoot td:only-child {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

table.table-gray-antet {
    border: none !important;
}

table.table-blue-antent-border {
    border: 1px solid rgb(18, 81, 126) !important;
    border-collapse: collapse !important;
}

table.table-blue-antent-border td {
    border: 1px solid #cbcbcb !important;
    text-align: left !important;
}

table.table-blue-antent-border tr {
    border: 1px solid #12517e !important;
}

table.table-blue-antent-border th {
    background: #1a85ca !important;
    border: 1px solid #12517e !important;
    color: #FFF;
}

/*-------------------*/
table.table-gray-antent-border {
    border: 1px solid rgb(106, 106, 106) !important;
    border-collapse: collapse !important;
}

table.table-gray-antent-border td {
    border: 1px solid #cbcbcb !important;
    text-align: left !important;
}

table.table-gray-antent-border tr {
    border: 1px solid #6a6a6a !important;
}

table.table-gray-antent-border th {
    background: #6a6a6a !important;
    border: 1px solid #cbcbcb !important;
    color: #FFF;
}

/*-------------------*/

a.btn-blue:link, a.btn-blue:active, a.btn-blue:visited {
    display: inline-block !important;
    background: #d38822 !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;

}

a.btn-blue:hover {
    display: inline-block !important;
    background: #55acee !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;
}

/*-------------------*/

a.btn-green:link, a.btn-green:active, a.btn-green:visited {
    display: inline-block !important;
    background: #12aa52 !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;

}

a.btn-green:hover {
    display: inline-block !important;
    background: #2ecc71 !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;
}

/*-------------------*/

a.btn-red:link, a.btn-red:active, a.btn-red:visited {
    display: inline-block !important;
    background: #b42011 !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;

}

a.btn-red:hover {
    display: inline-block !important;
    background: #e74c3c !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;
}

/*-------------------*/

a.btn-orange:link, a.btn-orange:active, a.btn-orange:visited {
    display: inline-block !important;
    background: #c3620d !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;

}

a.btn-orange:hover {
    display: inline-block !important;
    background: #e67e22 !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;
}

/*-------------------*/

a.btn-yellow:link, a.btn-yellow:active, a.btn-yellow:visited {
    display: inline-block !important;
    background: #cca306 !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;

}

a.btn-yellow:hover {
    display: inline-block !important;
    background: #f1c40f !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;
}

/*-------------------*/

a.btn-gray:link, a.btn-gray:active, a.btn-gray:visited {
    display: inline-block !important;
    background: #6a6a6a !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;

}

a.btn-gray:hover {
    display: inline-block !important;
    background: #818181 !important;
    padding: 9px 12px !important;
    color: #ffffff !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    font-size: 15px !important;
}

/*-------------------*/

ul.lista-linii {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}

ul.lista-linii li {
    padding: 10px 0px;

    border-bottom: 1px solid #cccccc;
}

ul.lista-linii li a {
    text-decoration: none !important;
}

ul.lista-linii li a:hover {
    text-decoration: underline !important;
}

/*-------------------*/

ul.lista-linii-sageti {
    padding: 0;
    margin: 0;
    padding-left: 30px;
    list-style-image: url("../images/ularrow_left.png");
}

ul.lista-linii-sageti li {
    padding: 10px 0px;

    border-bottom: 1px solid #cccccc;
}

ul.lista-linii-sageti a {
    text-decoration: none !important;
}

ul.lista-linii-sageti li a:hover {
    text-decoration: underline !important;
}

/*height row*/

.row-flex {
    display: flex !important;
    flex-wrap: wrap !important;
    height: 510px !important;
    overflow: hidden !important;
    margin-bottom: 20px;
}

.row-flex-nodesrc {
    display: flex !important;
    flex-wrap: wrap !important;
    height: 400px !important;
    overflow: hidden !important;
    margin-bottom: 20px;
}

/*height row*/

.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #ccc;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

.accordion_active, .accordion:hover {
    background-color: #fff9c2;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 18px;
    font-size: 32px;
    line-height: 28px;
}

.accordion_active:after {
    content: "\2212";
    font-size: 18px;
    font-size: 32px;
    line-height: 28px;
}

.accordion_panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {

    font-weight: bold !important;
}

.fa-sitemap {
    color: #c8ced2;
}

.fa-sitemap:hover {
    color: #818181;
}

.fa-rss:hover {
    color: #ffa400;
}

.fa-facebook:hover {
    color: #4966A0;
}

.fa-twitter:hover {
    color: #00ACED;
}

.fa-odnoklassniki:hover {
    color: #F58220;
}

.fa-youtube:hover {
    color: #FF0000;
}

.fa-instagram:hover {
    color: #CA0578;
}

.fa-rss {
    color: #e2c9ac;
}

.fa-facebook {
    color: #719cc1;
}

.fa-twitter {
    color: #acc9e2;
}

.fa-odnoklassniki {
    color: #e1c691;
}

.fa-youtube {
    color: #d3aaaa;
}

.fa-instagram {
    color: #caaad3;
}

.financealegeri tr {

    border-bottom: 1px solid #F1F1F1 !important;

}

.descriere_pre h5 {
    padding: 0;
    margin: 0 0 7px 0;
    font-size: 16px;
    line-height: 22px;
}

#filters_form {
    padding-top: 10px;
}

#cssmenu li.menu_domains_list a {
    border-top: 3px solid #F5AF2F;
}

#cssmenu li.menu_domains_list a:hover {
    background: #F5AF2F;
}

.category-post.menu_domains_list {
    background: #F5AF2F;
}

div.title-section h1 span.menu_domains_list {
    border-bottom: 1px solid #b1b1b1;
}

#cssmenu li.politics_domain a {
    border-top: 3px solid #329feb;
}

#cssmenu li.politics_domain a:hover {
    background: #33a3f1;
}

.category-post.politics_domain {
    background: #33a3f1;
}

div.title-section h1 span.politics_domain {
    border-bottom: 1px solid #33a3f1;
}

.category-post .politics_domain {
    background: #33a3f1;
}

#cssmenu li.economy_domain a {
    border-top: 3px solid #74B430;
}

#cssmenu li.economy_domain a:hover {
    background: #74B430;
}

.category-post.economy_domain {
    background: #74B430;
}

div.title-section h1 span.economy_domain {
    border-bottom: 1px solid #74B430;
}

#cssmenu li.society_domain a {
    border-top: 3px solid #EF7D20;
}

#cssmenu li.society_domain a:hover {
    background: #EF7D20;
}

.category-post.society_domain {
    background: #EF7D20;
}

div.title-section h1 span.society_domain {
    border-bottom: 1px solid #EF7D20;
}

#cssmenu li.special_domain a {
    border-top: 3px solid #4C60F6;
}

#cssmenu li.special_domain a:hover {
    background: #4C60F6;
}

.category-post.special_domain {
    background: #4C60F6;
}

div.title-section h1 span.special_domain {
    border-bottom: 1px solid #4C60F6;
}

#cssmenu li.sport_domain a {
    border-top: 3px solid #D6AC1B;
}

#cssmenu li.sport_domain a:hover {
    background: #D6AC1B;
}

.category-post.sport_domain {
    background: #D6AC1B;
}

div.title-section h1 span.sport_domain {
    border-bottom: 1px solid #D6AC1B;
}

#cssmenu li.local_news_domain a {
    border-top: 3px solid #32B47B;
}

#cssmenu li.local_news_domain a:hover {
    background: #32B47B;
}

.category-post.local_news_domain {
    background: #32B47B;
}

div.title-section h1 span.local_news_domain {
    border-bottom: 1px solid #32B47B;
}

#cssmenu li.agenda_menu a {
    border-top: 3px solid #EF4235;
}

#cssmenu li.agenda_menu a:hover {
    background: #EF4235;
}

.category-post.agenda_menu {
    background: #EF4235;
}

div.title-section h1 span.agenda_menu {
    border-bottom: 1px solid #EF4235;
}

#cssmenu li.services_menu a {
    border-top: 3px solid #EF4235;
}

#cssmenu li.services_menu a:hover {
    background: #EF4235;
}

.category-post.services_menu {
    background: #EF4235;
}

div.title-section h1 span.services_menu {
    border-bottom: 1px solid #EF4235;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.form-group .field_errors {
    color: red;
}

.sedinta_live {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 99999999;
    width: 310px;
    height: 270px;
    -webkit-box-shadow: 0 3px 19px 3px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 3px 19px 3px rgba(0, 0, 0, 0.39);
    box-shadow: 0 3px 19px 3px rgba(0, 0, 0, 0.39);
    background: #fff;
    padding: 5px;
    display: block; cursor: pointer;
}
.sedinta_live iframe
{
    width: 300px !important;
    height: 240px !important;
}
/*Start Breaking news*/
.breaking-news-ticker {
    display: block;
    width: 100%;
    border: solid 1px #e37420;
    background: #f58021;
    height: 40px;
    box-sizing: border-box;
    position: relative;
    line-height: 40px;
    overflow: hidden;
    border-radius: 2px;
    text-align: inherit;
    font-size: 14px;
}

.breaking-news-ticker * {
    box-sizing: border-box;
}

.breaking-news-ticker.bn-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.breaking-news-ticker.bn-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

/*********************************/
/*title styles start**************/
.bn-label {
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    background-color: #D78A1F;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    z-index: 3;
    padding: 0 15px;
    white-space: nowrap;
}

/*title styles end****************/

/*********************************/
/*news item style start **********/
.bn-news {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    overflow: hidden;
}

.bn-news ul {
    display: block;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.bn-news ul li {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    position: absolute;
    width: 100%;
    display: none;
    color: #fff;
}

.bn-news ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 0 10px;
    color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
}

.bn-news ul li a:hover {
    color: #fff;
}

.bn-loader-text {
    padding: 0 10px;
}

.bn-seperator {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.bn-seperator.bn-news-dot {
    margin-right: 0;
}

.bn-seperator.bn-news-dot:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
}

.bn-prefix {
    color: #d65d7a;
    margin-right: 15px;
    padding-left: 10px;
}

.bn-positive {
    color: #0b8457;
    font-weight: bold;
}

.bn-negative {
    color: #dc2f2f;
    font-weight: bold;
}

/*news item style end ************/

/*********************************/
/*controls style start ***********/
.bn-controls {
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bn-controls button {
    width: 30px;
    float: left;
    height: 100%;
    cursor: pointer;
    border: none;
    border-left: solid 1px #f58021;
    text-align: center;
    background-color: #f58021;
    outline: none;
}

.bn-controls button:hover {
    background-color: #e37121;
}

.bn-arrow {
    margin: 0;
    display: inline-block;
    height: 8px;
    position: relative;
    width: 8px;
    top: -2px;
}

.bn-arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}

.bn-arrow.bn-next {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    left: -3px;
}

.bn-arrow.bn-prev {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 3px;
}

.bn-arrow::after {
    border-color: #fff;
}

.bn-arrow::before {
    background-color: #fff;
}

.bn-play {
    position: relative;
    background: #fff;
    width: 0;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
}

.bn-play::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 8px;
    margin-top: -8px;
}

.bn-pause {
    position: relative;
    width: 0;
    height: 14px;
    display: inline-block;
    top: 1px;
    left: -1px;
}

.bn-pause::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 3px;
    background-color: #fff;
}

.bn-pause::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: -3px;
    background-color: #fff;
}

/*controls style end *************/
/*********************************/
.bn-direction-rtl {
    direction: rtl;
}

.bn-direction-rtl .bn-label {
    left: auto;
    right: 0;
}

.bn-direction-rtl .bn-controls {
    right: auto;
    left: 0;
}

.bn-direction-rtl .bn-seperator {
    margin-left: 15px;
    margin-right: 0;
    float: right;
}

.bn-direction-rtl .bn-prefix {
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 10px;
}

.bn-direction-rtl .bn-controls button {
    border-left: none;
    border-right: solid 1px #EEE;
}

.bn-effect-scroll .bn-news ul {
    display: block;
    width: 100%;
    position: relative;
}

.bn-effect-scroll .bn-news ul li {
    display: list-item;
    float: left;
    position: relative;
    width: auto;
}

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
    float: right;
}

/*********************************/
/*********************************/

/*End Breaking news*/
.report.modal {
    z-index: 99990; /*Fix overlaping with menu*/
}


/* spoiler */
div.spoiler {
    padding: 5px;
    line-height: 1.6;
}

div.spoiler div.spoiler-title {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 7px;
    border: 1px solid #bbbbbb;
    border-bottom-color: #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
    background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

div.spoiler div.spoiler-title div.spoiler-toggle {
    display: inline-block;
    width: 11px;
    height: 11px;
    line-height: 14px;
    margin-left: 4px;
    margin-right: 6px;
    cursor: pointer;
    -webkit-user-modify: read-only;
}

div.spoiler div.spoiler-title div.hide-icon {
    background: url('images/minus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-title div.show-icon {
    background: url('images/plus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-content {
    font-size: 13px;
    border: 1px solid #bbbbbb;
    border-top: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: none repeat scroll 0 0 #F5F5F5;
    padding: 4px 10px;
}
/* end spoiler */

.day_has_conferences {
    background-color: orange !important;
}
a.devlink
{
    color: #fff; text-decoration: underline !important; background: url("../images/brand.png") left center no-repeat; padding-left: 23px;
}
a.devlink:hover
{
    color: #cecece; text-decoration: none !important; background: url("../images/brand.png") left center no-repeat; padding-left: 23px;
}