@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body .container{font-family: 'Roboto', sans-serif;font-size: 16px;color: #294572;}
h3{color: #294572;text-transform: uppercase;}
.lobster-title{
    color: #294572;
    font-family: 'Lobster', cursive;
    font-size:24px;
}
.chronoforms6_credits {
    display: none;
}


 .jlcontentfieldsfilter {
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    flex: 3;
    background: #f5f2f9;
    padding: 3px;
}

.jlmf-section{ 
    padding: 10px;
    width: 50%;
}
.jlmf-section select{
    width: 90%
}

.jlmf-section>[type="button"]{
    display: none;
}
.jlmf-label{
    font-weight: bold;
   
}
.text-bold{
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .jlmf-section{ 
    padding: 10px;
    width: 100%;
}


    .nav.menu.navbar-nav {
   
    overflow: scroll;
}
button.btn.btn-primary.home_search_btn {
    padding: 0 8px!important;
    }
    .row.news-list-element .row {
        justify-content: space-between;
        align-items: center;
    }
    .news-date {
        margin-top: 0;       
    }
    .row.news-list-element {
        display: flex;
        justify-content: space-around;
    }

}


.display-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.br-left:before{
    content: '\200E';
    border-right: 1px solid rgba(170,170,170,.5);
    padding: 5px;
    margin-right: 10px;
}
.br-right:after{
    content: '\200F';
    border-right: 1px solid rgba(170,170,170,.5);
    padding: 4px;
    margin-right: 10px;
}
/*Кастомізація bootstrap для додавання іконок в input (font-awesome, glyphicon, addon)*/
.icon-addon {
    position: relative;
    color: #555;
    display: block;
}
.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}
.icon-addon:after {
    clear: both;
}
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}
.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}
.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}
.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}
.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;z-index: 5;
}
#system-message {
    background: #eaeaea;
    border-top: 3px solid #1cb91a;
    border-bottom: 3px solid #1cb91a;
    margin: 20px 0;
}

#system-message .alert {
    margin:  0;
}
/*END*/
/*Кастомізація flex  */
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important;
}
.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-right: -15px;
    margin-left: -15px;
}
/*END*/
/*Головне меню сайту*/
.navbar-default{
    background-color: rgba(208, 215, 232, 0.9);
    border: 0;
    margin: 0;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
    background: #294572;
    margin: 0 3px;
    padding: 10px;
    font-size: 1.7rem;
}
.language {
    margin: 3px;
}
.language span {
    color: #2e2e2e;
    font-size: 12px;
    vertical-align: middle;
}
.language a:hover {
    text-decoration: none;
    font-weight: 700;
}
.old_version{
    font-size: 13px;
}
nav.navbar>div{
    padding: 6px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
}
/*END*/
/*Соціальні кнопки*/
.sicon {
    display: inline-block;
}
.icon-circle .fa{
    font-size           : 25px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 40px;
    width               : 40px;
    border-radius       : 50%;
    border              :2px solid #e84700;
    line-height         : 36px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}
.icon-circle  .fa:hover{
    background-color        : #e84700;
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 2px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 2px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 2px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 2px #ffffff;
    box-shadow              : inset 0px 0px 0px 2px #ffffff;
    -ms-transform           : scale(1.2,1.2);
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2);
    -o-transform            : scale(1.2,1.2);
    transform               : scale(1.2,1.2);
}
.icon-circle  i:before{
    margin-left         : 0px;
    font-size           : 20px;
}
.icon-circle {
    float: left;
    text-align: center;
    margin: 5px;
}
.ifacebook .fa{
    color               :#1265d3;
    border              :2px solid #1265d3;
}
.ifacebook .fa:hover{
    background-color        : #1265d3;
    color                   : #fff;
    border                  : 1px solid #1265d3;
}
.itwittter .fa{
    color               : #33ccff;
    border              :2px solid #33ccff;
}
.itwittter .fa:hover{
    background-color        : #33ccff;
    color                   : #fff;
    border                  : 1px solid #33ccff;
}
.youtube .fa{
    color               : #fb373a;
    border              :2px solid #fb373a;
}
.youtube .fa:hover{
    background-color        : #fb373a;
    color                   : #fff;
    border                  : 1px solid #fb373a;
}
.vk .fa{
    color               : #1266d2;
    border              :2px solid #1266d2;
}
.vk .fa:hover{
    background-color        :#1266d2;
    color                   : #fff;
    border                  : 1px solid #1266d2;
}
.rss .fa{
    color               : #f39025;
    border              :2px solid #f39025;
}
.rss .fa:hover{
    background-color        :#f39025;
    color                   : #fff;
    border                  : 1px solid #f39025;
}
.maps .fa{
    color               : #679df6;
    border              :2px solid #679df6;
}
.maps .fa:hover{
    background-color        : #33ccff;
    color                   : #fff;
    border                  : 1px solid #33ccff;
}
/*END*/
/*Шапка сайту + відео*/
header {
    margin-bottom: 20px;
}
header>.header {
    height: 100vh;
    /* max-height: 1024px; */
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}
.header_video-wrapp  {
    position:absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    background-image: url(../img/udpu_fon.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header_video-box {
    text-align: center;
    margin: 0 -1000px;
    height: 100%;
}
.header_video {
    display: inline-block;
    vertical-align: top;
    min-height: 100vh;/*pech*/
}
    /*--Кнопки головна--*/
.home_b_img{
    display: block;
    float: left;
    padding: 0 8%;
}
.home_b_text{
    font-size: 1.8em;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    float: none;
    display: table-cell;
    vertical-align: middle;
    height: 59px;
}
.home_b_btn{
    display: block;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #fff;
    height: 108px;
    padding: 22px 0;
    margin: 10px 0;
}
.home_b_btn:hover{
        text-decoration: none;
}
.home_b_shadow{
   box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, .4), 0 10px 40px 0 rgba(0, 0, 0, .1), 0 0 0px rgba(0, 0, 0, .3), 0px 20px 20px -20px rgba(0, 0, 0, .4);
}
.home_b_shadow:hover{
    box-shadow: 0px 20px 20px -23px rgba(0, 0, 0, .8), 0px 20px 20px 0 rgba(0, 0, 0, .1), 0 0 10px rgba(0, 0, 0, .3), 0px 20px 20px -23px rgba(0, 0, 0, .8);
}
    /*--Назва на головній + слоган та пошук--*/
.name {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.3;
}
.name_ch1 {
    text-transform: uppercase;
    display: block;
}
@font-face {
    font-family: 'Lobster';
    src: url("../fonts/Lobster-Regular.ttf") format("truetype");
}
.slogan{
    font-family: 'Lobster', cursive;
    color: #fde934;
}
.home_search input, .home_search button{
    border-radius: 0 !important;
}
.home_search_btn{
    padding: 6px 110px !important;
}
/*END*/

/*Шапка всіх сторінок*/
.headers{
    padding-top: 40px;
}
.headers .name{
    color:#294572;
    font-size: 30px;
    line-height: 1;
}
.headers  .slogan{
    color: #a0abc7;
    font-size: 27px;
    margin: 0;
}
.headers #logo img{
    width: 80px;
}
.headers .box{
    background:#fff;
}
/*END Шапка всіх сторінок*/

/*Хлібні крихти*/
/* .btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
} */
/*END Хлібні крихти*/

/*Кастомізація кнопок*/
.my-btn-default {
    color: #587da7;
    background-color: #fff;
    border-color: #587da7;
    border-radius: 2px;
    padding: 4px 10px;
}
.my-btn-default:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #294572;
}
.my-btn-primary{
    color: #fff;
    background-color: #294572;
    border-color: #294572;
    border-radius: 2px;
}
.my-btn-primary:hover{

}
/*END*/
/*Новини на головній*/
.udpu_bblock{
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    background: #587da7;
    margin-bottom: 20px;
}
.udpu_bblock a {
    color: #fff;
}
.udpu_news_list{

}
.news_list_post{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}
.news_list_post p{
    font-size: 16px;
}
.udpu_detal{
	line-height: 1.2;
    font-size: 10px;
}
.udpu_detal>.fa-angle-right{
    font-size: 16px;
}
.udpu_date{
    color: #aaa;
}
.news_list_title{
    color: #294572;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.udpu_news_img{
    margin-right: 15px;
}
.udpu_news_more{
    margin: 10px;
}
.udpu_news_img:hover {
    opacity: 1;
    outline: 10px solid rgba(88, 125, 167, 0.5);
    outline-offset: -10px;
    box-shadow: 0 0 0 0 red inset;
}

.udpu_news_img {
    outline: 200px solid rgba(88, 125, 167, 0.29);
    outline-offset: -200px;
    -webkit-transition: 1s;
    transition: 1s;
}
.news .newsflash-title {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*END*/

/* новини читати далі */
.news .page-header {
    margin: 0;
}
.news .page-header a {
  color: #294572;
  text-decoration: none;
}
.news .news-list-element {
    transition: 0.3s all;
    border-bottom: 2px dotted #e5e5e5;
    padding-bottom: 20px;
    padding-top: 0;
}


/* кінець Підвал сайту*/
.footer_top{
    background: #294572;
}
.footer_bottom{
    background: #1f3861;
    -webkit-box-shadow: inset 0px 15px 10px -15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 0px 15px 10px -15px rgba(50, 50, 50, 0.75);
    box-shadow: inset 0px 15px 10px -15px rgba(50, 50, 50, 0.75);
}
.footer_name{
    margin: 40px 0;
}
footer #logo img {
    width: 72px;
}
footer .name {
    font-size: 1.7em;
    line-height: 1.1;
    margin: 0;
}
.contact_rectorat_name, .contact_rectorat_vstup{
    font-family: 'Roboto', sans-serif;
    color: #feef76;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #1f335a;
    font-weight: normal;
}
.footer_info{
    display: inline-block;
    vertical-align: middle;
    color:#fff;
    font-size: 14px;
}
footer .row_block{
    margin: 20px 0;
}
.contact_map_name{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}
.contact_map_name i{
    color: #32bbde;
}
footer .icon-circle .fa{
    height: 28px;
    width: 28px;
    line-height: 26px;
    font-size: 18px;
}
footer .icon-circle{
    margin: 2px;
}
footer  .icon-circle i:before {
    font-size: 16px;
}
/*END*/

/*Тінь для будь якого блоку/елементу*/
.box {
    position: relative;
}
.box:before, .box:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 6px;
    left: 10px;
    width: 47%;
    top: 80%;
    /*background: rgba(0, 0, 0, 0.7);*/
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-1.2deg);
    -moz-transform: rotate(-1.2deg);
    -o-transform: rotate(-1.2deg);
    -ms-transform: rotate(-1.2deg);
    transform: rotate(-1.2deg);
}
.box:after {
    -webkit-transform: rotate(1.2deg);
    -moz-transform: rotate(1.2deg);
    -o-transform: rotate(1.2deg);
    -ms-transform: rotate(1.2deg);
    transform: rotate(1.2deg);
    right: 10px;
    left: auto;
}
/*END*/

/*Віртуальний тур*/
.fon-tour{
    height: 500px;
    background-image: url(/tour/fon-tour.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fon-tour p,.flashClose,.play-tour-none{display:none !important;}
#flashContentClose{
    position: absolute;
    cursor: pointer;
    display: block;
    float: left;
    background: #4a81c4;
    border: 6px solid #5ea4fc;
    color: #fff;
    padding: 6px;
}
.tour{
    position:relative;
    cursor: pointer;
}
.play-tour{
    position: absolute;
    left: 48%;
    top: 40%;
    background: rgba(255, 255, 255, 0.84);
    border: 10px solid #5ea4fc;
    border-radius: 50%;
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 z-index: 1;
}
.play-tour i{
    font-size: 50px;
    padding: 30px 35px;
    color: #4a81c4;
}
.tour:hover .play-tour{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
.play-fon{
    background: rgba(41, 69, 114, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    transition: .5s;
}
.tour:hover .play-fon{
    background: rgba(41, 69, 114, 0.2);
}
/* END Вртуальний тур*/
/*СЛАЙДЕР Корисні посилання*/
.owl-carousel img{
    height: 62px;
    filter: grayscale(100%);
    opacity: 0.3 !important;
    transition: .5s;
}
.owl-carousel img:hover{
    opacity: 1 !important;
    filter: none;
}
.owl-carousel {
    position: relative;
    margin: 40px 0;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: calc((100% - 30px)/2);
    left: 0;
    right: 0;
}
.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}
.owl-carousel .owl-nav .owl-next {
    right: -40px;
}
.owl-carousel .owl-nav .owl-prev i,.owl-carousel .owl-nav .owl-next i{
    font-size: 38px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-carousel .owl-nav div {
    position: absolute;
    top: calc(-32px/2);
    bottom: 0;
    zoom: 1;
    margin: 0;
    height: 38px;
    /* opacity: .6; */
    padding: 0 12px;

}
.owl-carousel .owl-nav div:hover {
    background: #294572;
    padding: 0 12px;
    border-radius: 50%;
    transition: .5s;
    color: #fff;
}
/*END СЛАЙДЕР Корисні посилання*/
/*Підвал сайту*/
footer .box {
    position: relative;
}
footer .box:before, footer .box:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 6px;
    left: 10px;
    width: 50%;
    top: 47%;
    /* background: rgba(0, 0, 0, 0.7); */
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 -35px 14px 3px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-1.2deg);
    -moz-transform: rotate(-1.2deg);
    -o-transform: rotate(-1.2deg);
    -ms-transform: rotate(-1.2deg);
    transform: rotate(1.8deg);
}
footer .box:after {
    -webkit-transform: rotate(1.2deg);
    -moz-transform: rotate(1.2deg);
    -o-transform: rotate(1.2deg);
    -ms-transform: rotate(1.2deg);
    transform: rotate(-1.8deg);
    right: 10px;
    left: auto;
}
.footer-name-udpu{
    font-size: 12px;
    color: #587da7;
    padding: 20px 0;
}
a.footer-btn-print{
    color: #fff;
    font-size: 16px;
}
/*END Підвал сайту*/
/*Кнопки на галереї головна*/
.btn-galery-photo, .btn-galery-video{
    position: relative;
    display: block;
}
.btn-galery-photo img, .btn-galery-video img{
    width: 100%;
}
.btn-galery-fon {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    transition:.5s;
}
.btn-galery-fon:hover {
    background: rgba(0, 0, 0, 0.2);
}
.btn-galery-name {
    position: absolute;
    /* bottom: calc(55% - 80px/2); */
    bottom: 40%;
    left: 35%;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #fff;
}
.btn-galery-name i{
    font-size: 3em;
}
/*END Кнопки на галереї головна*/
/*Анонси*/
.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        /*left: 50%;*/
        top: 20px;
        bottom: 20px;
        margin-left: 30px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        /*width: 50%;
        float: right;*/
        margin-top: 5px;
        margin-left: 30px;
        margin-bottom: 10px;
        clear: both;
    }

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    /*background: #f5f5f6;*/
    border: dashed 1px #587da7;
    padding: 1em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #587da7 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans",sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}
/*END*/

/*Кнопка онлайн підтримка*/
.btn-online{
    position: relative;
    display: block;
    margin-top: 20px;
    background: #d0d7e8;
    padding: 20px;
    padding-left: 60px;
}
.btn-online-operator{
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn-online span {
    color: #294572;
    font-size: 20px;
    text-transform: uppercase;
}
.btn-online small {
     text-transform: none;
}
/*END Кнопка онлайн підтримка*/

/*Блок видфлення (абітурієнту)*/
.note-box {
    background: #f0f0f0;
    border-radius: 4px;
    border: 1px solid #587da7;
    padding: 0 20px 20px 20px;
    margin: 20px 0;
}
.note-box span{
    color: #294572;
}
/*END Блок видфлення*/
/*Бокові меню*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #587da7;
}
.list-menu {
    list-style-type: none;
}
.list-menu a{
    color:#587da7;
    font-size: 16px;
    padding: 5px 0;
    display: block;
}
.list-menu span{
    /*display: inline-block;*/
}
/*--------*/
.sidebar-menu a{
    color: #294572;
    background: #d0d7e8;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
    margin: 5px 0;
    display: block;
    text-decoration: none;
    transition: .5s;
    font-weight: 400;
}
.sidebar-menu a:hover{
    color: #fff;
    background: #294572;
}
/*END Бокові меню*/

/*Список профілів*/
.profile-list .u-name{
    color: #294572;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}
.profile-list {
    color:#294572;
}
.profile-list .tital{
    color:#587da7;
    font-size: 17px;
}
.profile-list .profile-user{

}
.profile-list .panel-udpu{
    background: #fff;
    transition: all 0.2s ease;
    border: 2px dashed #dadada;
    margin-top: 10px;
    border-radius: 0;
}
.profile-list .panel-udpu:hover{
  border:2px solid #587da7;
}
/*END Список профілів*/
/*Відділи, центри*/
.centers-list .btn-default{
    border-radius: 3px;
    background: #f0f0f0;
    transition: .5s;
    min-height: 160px;
}
.centers-list .btn-default:hover{
    border-radius: 0;
    border-color: #587da7;
    background: #f5f8fd;
    box-shadow: 0px 15px 10px -15px rgba(50, 50, 50, 0.75);
}
.centers-list .btn-default img{
    margin:0 auto;
}
.centers-list .btn-default span{
    white-space: pre-line;
    color:#294572;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    padding-top: 5px;
    margin:0 auto;
}
.centers-list .row{
    margin-bottom:30px;
}
/*END Відділи, центри*/

/*Факультети, інститут*/
.departments-list .panel-udpu{
    background:  #eaeaea;
    border:2px solid #587da7;
    margin-top: 10px;
    border-radius: 4px;
}
.departments-list .panel-udpu:hover{
  border:2px solid #587da7;
  background: #f5f8fd;
}
.image-departments{
    position:relative;
    overflow: hidden;
}
.departments-list .panel-body {
    padding: 0;
    overflow: hidden;
}
.departments-list{

}
.logo-departments{
    padding:10px;
    margin: 0 auto;
}
.overlayme {
    height: 100%;
    float: right;
    border-radius: 4px;
}
.overlayed{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background: #FFF;
    background: -moz-linear-gradient(354deg,  rgba(234,234,234,1) 12%, rgba(255,255,255,0) 90%);
    background: -webkit-linear-gradient(354deg,  rgba(234,234,234,1) 12%,rgba(255,255,255,0) 90%);
    background: linear-gradient(96deg,  rgba(234,234,234,1) 12%,rgba(255,255,255,0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00ffffff',GradientType=1 );
}
.departments-list .panel-udpu:hover .overlayed{
    background: -moz-linear-gradient(354deg,  #f5f8fd 12%, rgba(255,255,255,0) 90%);
    background: -webkit-linear-gradient(354deg,  #f5f8fd 12%,rgba(255,255,255,0) 90%);
    background: linear-gradient(96deg,  #f5f8fd 12%,rgba(255,255,255,0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00ffffff',GradientType=1 );
}
.name-departments {
    font-size: 22px;
    font-weight: 500;
    color: #294572;
}
.right-fon-departments{
    padding: 0 14px;
}
/*END Факультети, інститут*/
.page-news .udpu_date{
    margin-bottom: 10px;
}
.title-news {
    margin-bottom: 0;
}
.page-news .jumbotron {
    padding: 8px 10px;
    margin: 10px 0;
    border-radius: 0;
    font-size: 12px;
}
.news-post{
    padding-bottom: 7px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 4px;
}
.news-resurs{
    color:#587da7;
    font-size:14px;
    font-style: italic;
}
.helpinfo {
    margin-top: 0;
    font-size: 10px;
    color: #999;
}
.tag {
    font-size: 12px;
    color: #587da7;
}
.soc-news-footer a{
    text-decoration: none;
}
.soc-news-footer .fa{
    border: 0;
    padding: 0 2px;
    transition: 0.5s;
}
.soc-news-footer .fa:hover{
    background-color: transparent;
    border: 0;
    color: #294572;
}
.news-info{
    padding: 4px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 6px;
}
.news-btn a{
    color:#aaa;
    font-size: 16px;
    text-decoration: none;
    padding: 0 5px;
}
.news-post figcaption small{
    font-size: 12px;
    line-height: 1;
    display: block;
    color: #969696;
    padding-bottom: 5px;
    padding-top: 2px;
}
#general-menu #gruemenu > ul > li > a{
    margin: 0 3px;
    padding: 10px;
    text-transform: none;
}
#general-menu #gruemenu > ul > li {
    margin: 0 3px;
}
#general-menu  #gruemenu.grue_103 > ul > li.has-sub > a::after{
    right: -6px;
    margin-top: -3px;
}
.centers-list .row>div {
    padding-top: 15px;
    padding-bottom: 15px;
}


/*=========================*/
/*====Хлібні крихти========*/

.breadcrumbs-one li{
  list-style: none;
  display: inline;
}
.breadcrumbs-one li a {
    margin: 0 5px;
}

.breadcrumbs-one{
  padding: 0;

}
/* .breadcrumbs-one{

 border-width: 1px;
 border-style: solid;
border-color: #ccc;
    font-size: 12px;
 border-radius: 3px;

 overflow: hidden;
 width: max-content;
}
.breadcrumbs-one a.pathway {
    padding-left: 10px !important;
    padding-right: 0px;
}
 ul.breadcrumbs-one {
 margin: 0;
 padding: 0;
 list-style: none;
 }
.breadcrumbs-one li{
 float: left;
 }

.breadcrumbs-one a{
  padding: .5em .1em .5em .1em;
 float: left;
 text-decoration: none;
 color: #444;
 position: relative;
 text-shadow: 0 1px 0 rgba(255,255,255,.5);
 background-color: #fff;

 }
 .breadcrumbs-one a span{padding-left: 10px;    padding-right: 4px;}
.breadcrumbs-one .active {
    padding-top: 6px;
    padding-bottom: 5px;
    padding-right: 6px;
    background: #fff;
    padding-left: 15px;
}

.breadcrumbs-one li:first-child a{
 padding-left: 1em;
 border-radius: 3px 0 0 3px;
 }

.breadcrumbs-one a:hover{
 background: #e6e6e6;
 }

.breadcrumbs-one a::after,
 .breadcrumbs-one a::before{
	content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1.12em solid;
    right: -13px;
 }

span.divider {
    display: none;
}
.breadcrumbs-one a::after{
 z-index: 2;
 border-left-color: #fff;
 }

.breadcrumbs-one a::before{
  border-left-color: #ccc;
 right: -14px;
 z-index: 1;
 }

.breadcrumbs-one a:hover::after{
 border-left-color: #e6e6e6;
 }

.breadcrumbs-one .current,
 .breadcrumbs-one .current:hover{
 font-weight: bold;
 background: none;
 }

.breadcrumbs-one .current::after,
 .breadcrumbs-one .current::before{
 content: normal;
 } */

/*=========================*/
/*====Хлібні крихти END========*/

/*============аудиоплеер=======*/
/** audio player styles **/
.audio-player, .audio-player div, .audio-player h2, .audio-player a, .audio-player span, .audio-player button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

div.audio-player {
  position: relative;
  width: 450px;
  height: 70px;
  margin: 0 auto;
  background: #4c4e5a;
  background: -webkit-linear-gradient(top, #3963a5      0%, #294572  100%);
  background: -moz-linear-gradient(top, #3963a5      0%, #294572  100%);
  background: -o-linear-gradient(top, #3963a5      0%, #294572  100%);
  background: -ms-linear-gradient(top, #3963a5      0%, #294572  100%);
  background: linear-gradient(top, #3963a5      0%, #294572  100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.audio-player h2 {
  position: absolute;
  top: 7px;
  left: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #ececec;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

/* play/pause control */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  position: absolute;
  text-indent: -9999px;
}

.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
  width: 34px;
  height: 34px;
  top: 32px;
  left: 7px;
  background: transparent url('../lib/audio/css/playpause.png') 0 0 no-repeat;
}
.mejs-controls .mejs-pause button { background-position: 0 -35px; }


/* mute/unmute control */
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
  width: 18px;
  height: 19px;
  top: 9px;
  right: 142px;
  background: transparent url('../lib/audio/css/audio.png') 0 0;
}
.mejs-controls .mejs-unmute button { background-position: 0 -19px; }


/* volume scrubber bar */
.mejs-controls div.mejs-horizontal-volume-slider {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 120px;
  height: 11px;
  background: #212227;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  width: 0;
  height: 9px;
  top: 1px;
  left: 1px;
  background: #d5dbea;
 /*  background: -webkit-linear-gradient(top, #90d26a 0%, #83bb63 100%);
 background: -moz-linear-gradient(top, #90d26a 0%, #83bb63 100%);
 background: -o-linear-gradient(top, #90d26a 0%, #83bb63 100%);
 background: -ms-linear-gradient(top, #90d26a 0%, #83bb63 100%);
 background: linear-gradient(top, #90d26a 0%, #83bb63 100%); */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}


/* time scrubber bar */
.mejs-controls div.mejs-time-rail { width: 380px; }

.mejs-controls .mejs-time-rail span {
  position: absolute;
  display: block;
  width: 380px;
  height: 12px;
  top: 40px;
  left: 55px;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #565860;
  width: 380px !important; /* fixes display bug using jQuery 1.8+ */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  top: 0;
  left: 0;
  width: 0;
  background: #7b7d82;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  top: 0;
  left: 0;
  width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #d5dbea;
  /* background: -webkit-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -moz-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -o-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -ms-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: linear-gradient(top, #90d26a 0%, #83bb63 100%); */
}

/* metallic sliders */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 20px;
  height: 22px;
  top: -6px;
  border-radius: 50%;
  background: url('../lib/audio/css/handle-lg.png') no-repeat;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  display: block;
  width: 12px;
  height: 14px;
  top: -1px;
  background: url('../lib/audio/css/handle-sm.png') no-repeat;
}


/* time progress tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 33px;
  height: 23px;
  top: -26px;
  margin-left: -17px;
  z-index: 9999;
  background: url('../lib/audio/css/time-box.png');
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 33px;
  display: block;
  left: 0;
  top: 4px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666;
  text-align: center;
  z-index: 9999;
}
/*============аудиоплеер кінець======*/
/*===================================*/
/*           Новини головна          */
/*===================================*/
p.img_caption {
    bottom: 20px;
    color:  #000;
    left:  10px;
    font-size: 10px;
    position: relative;
}

.img_caption {
    position: absolute;
}
.btn-udpu-default {
      margin-top: 18px;
    border-radius: 2px;
    border: 1px solid #587da7;
    color: #587da7;
     transition: 0.5s;
}

.newsflash-title a{color:#294572; }
.newsflash-title a:hover{text-shadow: 3px 3px 3px rgba(32, 150, 149, 0.2);text-decoration: none; }

.news-introtext{text-align: justify;color:#111111;}

  .news-introtext-full{height: 155px;overflow: hidden;}
 .news-date {margin-top: 21px;
    color: #000;
    display: block;
    font-size: 14px;}
.news-date i {font-size: 18px;color: #a9a9a9;}

.news-list-element:hover{background: #ececec; transition: 0.3s all;}
.news-list-element{transition: 0.3s all;
border-bottom: 2px dotted #e5e5e5;
padding-bottom: 20px;padding-top: 20px;}

.btn-udpu-default:hover {
    background: #597ea8;
    color: #fff;
    transition: 0.5s;
}


/*===================================*/
/*          Новини головна кінець    */
/*===================================*/
.nbs-flexisel-inner {background: #fff!important;}
.nbs-flexisel-item img{height: 62px;
    filter: grayscale(100%);
    opacity: 0.3 !important;
    transition: .5s;}

.nbs-flexisel-item img:hover {
    opacity: 1 !important;
    filter: none;
}



/*Кнопка вгору*/
.buton-top {
  position: fixed;
    right: -36px;
    background: #294572;
    bottom: 30%;
    width: 100px;
    height: 100px;
    display: none;
    /* color: #fff; */
    border-radius: 50% 0px 0 50%;
    padding: 21px 25px 23px 0px;
    text-align: center;
    cursor: pointer;
}
.buton-top .btn-top-link i{color:#fef236;
    font-size: 26px;}
.buton-top .btn-top-link{color: #fff;font-family: 'Lobster', cursive;
    text-decoration: none;font-size: 17px;}

    .owl-carousel .owl-nav div{

    transition: .5s;

}
.owl-height{height: 63px!important;
    overflow: hidden!important;}





/*****************************/
/*        *аніммция          */
/****************************/
@keyframes top {
0% {transform: scale(0);opacity: 0;}
50% {transform: scale(0.5);opacity: 0.5;}
60% {transform: scale(1.1);opacity: 1;}
100% {transform: scale(1);}
}
.buton-top{border: 2px solid #fff; animation: top 0.7s normal ease-in;transform-origin: 100% 50%;}


/* стилі для окремих новин */
.redactors {
    text-align: left;
    color: #6d90c3;
    font-style: italic;
    float: right;
    margin-top: 10px;
}
.page-header h2 {
  font-size: 1.3em;
    color: #294572;
}
.item-page{margin-top: 20px;}

.btn-primary {
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    background-color: #2a4c84!important;
    border-color: #ffffff;
}

/* теги */


ul.Сinline li {
    display: inline-block;
    width: min-content;
    margin: 2px;
}

ul.tags li {
    font-family: Helvetica, Arial, sans-serif;
    /* background: rgba(62, 91, 136, 0.6); */
    display: inline-block;
    color: #fff;
    position: relative;
    transition: .3s;
    border-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0 5px 2px 0;
    text-decoration: none;
}
/* ul.tags li:hover{  background: rgba(62, 91, 136, 1);transition: .3s;} */
/* .label-info{background: rgba(62, 91, 136, 0.6);padding: 3px;} */
.label-info:hover{background:#294572;transition: .3s;}

.label-info[href]:hover {background:#294572;}
.home_search_btn{border:none;}
/* .edit-icon {
    display: inline-block;
}
.print-icon {
    display: inline-block;
} */
.pull-right>div{display: inline-block;
  font-size: 1.2em;
  margin-right: 5px;
  border-radius: 5px;

  padding: 2px;}
  .tags{padding-left: 0px;}
  .articleBody{border-bottom:1px dotted #e5e5e5;margin-bottom: 10px; }
  .muted>dd{display: inline-block;padding-right: 10px;color: #bfb6b6;}
  .muted>dd>i{color: #bfb6b6;}
  .icons-item a {
    color: #bfb6b6;
}
.page-header {
    padding-bottom: 0px;
    margin: 40px 0 0px;
    border-bottom: none;
}
.content-item .page-header {
    padding: 0 0 10px 0;
}

.content-item .page-header h2 {
    margin-top: 10px;
}
.content-item .article-info{
  padding: 5px 0 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
}
.content-item .page-header{
    margin: 0;
}
.content-item .page-header .col-md-12{
    padding: 0;
}
.page-header a {
    color: #587da7;
}
.pull-right {
    margin-top: 3px;
}
#content .label {
  /* background-color: #a0abc7; */
    padding: 3px 6px;
}
.label-info {
    background-color: #9c9fa7;
}
/*====================-*/
/* Категорія контактів */
/*====================-*/


.contact-category .list-title a {
    font-size: 1.4em;
  color: #587da7;
  text-decoration: none;
  font-weight: 600;
}
.contact-category .field-label{
  color: #6791c1;
}
.contact-category .contact-field-entry {padding: 3px 0;}

.contact-category h3 {
    color: #587da7;
    margin-bottom: 15px;
}

.contact-category span.field-value {
    color: #294572;
}
/*---------------------------*/


.contact .page-header h2 {
    color: #587da7;
    margin-bottom: 15px;
}
.contact .field-label{
  color: #6791c1;
}

.contact span.field-value {
    color: #294572;
}
.contact .contact-field-entry {padding: 3px 0;}




/*====================-*/
/* кінець Категорія контактів */
/*====================-*/

.at_icon {
    padding-right: 5px;
}
.udpu_calendar_more {
    display: grid;
}

.udpu_calendar_more a {
    background: #2a4c84;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    border-radius: 3px;
}
.events-day {
    color: #fff;
}
.sidebar-menu .list-menu li a {
    background: unset !important;
    font-size: 16px !important;
    text-transform: none !important;
    padding: 0 !important;
    font-weight: 400 !important;
}
.sidebar-menu .list-menu li a:hover{
    color: #587da7;
}
.sidebar-menu .list-menu li a:before {
    content: "\f0c8";
    color: #587da7;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dokumenty .udpu_bblock {
    font-weight: 400;
    font-size: 16px;
}
.udpu-online .header, .udpu-online label, .udpu-online input, .udpu-online select {
    color: #294572 !important;
}
.speasyimagegallery-modal-body img {
    width: 100%;
}
.padding-top-20 {
    padding-top: 10px;
}
.docList {
    font-size: 12px;
}

/* ListDir */
.rs_list li{list-style:none;}
.rs_list .rs_list{display:none;}
.rs_dir {cursor:pointer;}
.doclist>ul{padding: 0;}
.rs_dir:before {content:"\f07b"; color:#FFAA00; font-family:"FontAwesome"; margin-right:10px; font-size:16px;}
.rs_dir.open:before {content:"\f07c"; color:#FFAA00; font-family:"FontAwesome"; margin-right:10px; font-size:16px;}
.rs_file a.prew{color:green;}
.rs_file a.file:before{content:"\f15c"; color:#1878D4; font-family:"FontAwesome"; margin-right:5px;font-size:16px;}
.rs_file a.file[href$=".pdf"]:before                                                                                 {content:"\f1c1" !important;color:red;}
.rs_file a.file[href$=".xls"]:before, .rs_file a.file[href$=".xlsx"]:before                                          {content:"\f0ce" !important;}
.rs_file a.file[href$=".doc"]:before, .rs_file a.file[href$=".docx"]:before, .rs_file a.file[href$=".rtf"]:before    {content:"\f15c" !important;}
.rs_file a.file[href$=".rar"]:before, .rs_file a.file[href$=".zip"]:before                                           {content:"\f1c6" !important;}
/* END ListDir */
/* Меню списком */
#right-menu .dropdown-menu>li>a {
    padding-top: 0;
    padding-bottom: 0;
    transition: .2s;
    white-space: normal;
}
#right-menu .dropdown-menu>li>a:hover:before {
    color: #fff;
    transition: .1s;
}
#right-menu li>a:before, #right-menu .heading>span:before{
    content: "\f0c8";
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 16px;
    color: #587da7;
}

#right-menu .dropdown-menu {
    display: block !important;
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    opacity: 1 !important;
}
#right-menu.nav>li>a{
    padding: 7px 10px;
    background: #d0d7e8;
    border-bottom: 1px solid #a0abc7;
}
#right-menu.nav>li>a:hover {
    background: #aab3cb;
    color: #294572;
}
#right-menu.heading{
    background: none;
}
#right-menu .dropdown-menu li > a:hover{
    color: #fff;
}
/* END Меню списком */
/* Стрелка */
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* END Стрелка */


.contact-category .person {
    padding: 4px 0;
}

.max-widht-100{
    max-width: 100%;
}
.blog .icons {
    display: flex;

    justify-content: flex-end;
}
#OMapsID{width: 100%!important;}
#OMapsLoading{display: none!important;}
#general-menu {
    /*max-height: 100%!important;*/
    height: 100%!important;
}

.contrast-controll{
    display: none;

}
.open .contrast-controll {
    display: flex;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.contrast-controll span{
    border: 1px solid #000;
    margin: 0 3px;
    padding: 2px 5px;
    cursor: pointer;
}
.open #general-menu,
.open .navbar-header{
    margin-top: 30px
}

.navbar-default .navbar-nav>li>span {
    color: #fff;
    background: #294572;
    margin: 0 3px;
    padding: 10px;
    font-size: 1.7rem;
}

.navbar-default .navbar-nav>li>a.contrast-btn{
    font-size: 2.5em;
    padding: 10px 01px
}


@media screen and (max-width: 1200px) {
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        background: #294572;
        margin: 3px;
        padding: 5px 0;
        font-size: 1.2em;
    }
    .navbar-default .navbar-nav>li>a.contrast-btn {
        font-size: 2.5em;
        padding: 5px 1px;
    }
}