body {
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, serif;
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
}

p {
    font-size: 1.6rem;
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h3 {
    font-size: 2.4rem;
}

label {
    font-size: 1.4rem;
}

li {
    font-size: 1.4rem;
}
textarea {
    -webkit-user-select: auto;
}
.myBtn {
    border: none;
    color: white;
    background-color: #20348e;
    border-radius: 0;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.myBtn:hover,
.myBtn:focus,
.myBtn:active {
    text-decoration: none;
    color: white;
    background-color: #3852C7;
    border-color: #3852C7;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    background-color: #3852C7;
    border-color: #3852C7;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    color: #20348e;
}

.marginTop100 {
    margin-top: 100px;
}

.marginBottom100 {
    margin-bottom: 100px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginBottom50 {
    margin-bottom: 50px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.go-left {
    float: left;
}

.go-right {
    float: right;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.transition {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.pos {
    position: relative;
}

.col-seter {
    padding-left: 5px;
    padding-right: 5px;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #20348e;
}

::selection {
    text-shadow: none;
    background: #20348e;
    color: white;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    webkit-tap-highlight-color: #20348e;
}

::-webkit-scrollbar-track {
    background-color: #efefef;
}

::-webkit-scrollbar {
    position: relative;
    height: 10px;
    width: 10px;
    background-color: #20348e;
}

::-webkit-scrollbar-thumb {
    position: relative;
    background-color: #20348e;
}

::-webkit-scrollbar::after {
    left: 0;
    top: 0;
    position: absolute;
    content: 'a';
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
        background-color: #842e2e;
    border-color: #842e2e;
}
.pagination>li>a, .pagination>li>span{
    color:#333;
}
.sitemap {
    margin-top: 8px;
    margin-right: 10px;
    float: right;
}
.sitemap img{
    width: 20px;
}
section {
    padding: 20px 0;
}
.entry-widget .btn-primary{
    background: #20348e;
    border-color: #20348e;
}
.top-menu {
    width: 100%;
    background: #20348e;
}

.top-menu .top-menu-ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.top-menu .top-menu-ul .top-menu-li {
    display: inline-block;
    position: relative;
    padding: 10px 5px;
}

.top-menu .top-menu-ul .top-menu-li a {
    font-size: 1.2rem;
    text-transform: uppercase;
    color:#fff;
}

.top-menu .top-menu-ul .top-menu-li .top-drop {
    position: absolute;
    top: 42px;
    left: 0;
    min-width: 220px;
    z-index: 99999;
    background: rgba(32, 52, 142, 0.88);
    display: none;
}

.top-menu .top-menu-ul .top-menu-li .top-drop .top-drop-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-menu .top-menu-ul .top-menu-li .top-drop .top-drop-ul .top-drop-li {
    padding: 9px 5px;
    border-bottom: 1px solid #fff;
}

.top-menu .top-menu-ul .top-menu-li .top-drop .top-drop-ul .top-drop-li:hover {
    background: #20348e;
}
.top-menu .top-menu-ul .top-menu-li .top-drop .top-drop-ul .top-drop-li:focus {
    background: #20348e;
}

.top-menu .top-menu-ul .top-menu-li .top-drop .top-drop-ul .top-drop-li:last-child {
    border-bottom: none;
}

.top-menu .top-menu-ul .top-menu-li .top-drop .top-drop-ul .top-drop-li a {
    display: block;
}

.top-menu .top-menu-ul .top-menu-li:hover {
    background: #3852C7;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.top-menu .top-menu-ul .top-menu-li:focus {
    background: rgba(33, 33, 33, 0.5);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

#font-inc,
#font-dec {
    margin-top: 8px;
    margin-right: 10px;
    float: right;
}

#font-inc img,
#font-dec img {
    width: 20px;
}

.lang-select {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    margin: 10px 0;
}

.lang-select option {
    color: #333;
    background: transparent;
}

.top-left-ul {
    margin: 0;
    padding: 0;
    text-align: right;
    line-height: 1;
}

.top-left-ul .top-left-li {
    display: inline-block;
    margin-right: 10px;
    padding: 9px 0px;
}

.top-left-ul .top-left-li a img {
    width: 20px;
}

.navigation {
    background: #F3F8F2;
}

.navigation .logo-holder {
    padding: 15px 0;
}

.navigation .logo-holder a img {
    width: 100px;
}

.navigation .main-nav .main-ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.navigation .main-nav .main-ul .main-li {
    border-left: 1px solid #eee;
    padding: 59px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.navigation .main-nav .main-ul .main-li:last-child {
    border-right: 1px solid #eee;
}

.navigation .main-nav .main-ul .main-li a {
    color: #333;
    text-transform: uppercase;
    font-size: 1.6rem;
}

.navigation .main-nav .main-ul .main-li a img {
    width: 30px;
}

.navigation .main-nav .main-ul .main-li .main-drop {
    position: absolute;
    top: 149px;
    left: 0;
    background: #F3F8F2;
    border: 2px solid #20348e;
    border-top: none;
    z-index: 99999;
    min-width: 220px;
    display: none;
}

.navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul .main-drop-li {
    padding: 10px 5px !important;
    border: none;
    text-align: center;
    min-width: 185px;
}

.navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul .main-drop-li:hover .second-drop {
    display: block;
}
.navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul .main-drop-li:focus .second-drop {
    display: block;
}

.navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul .main-drop-li:hover .main-drop-a {
    text-decoration: underline;
}
.navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul .main-drop-li:focus .main-drop-a {
    text-decoration: underline;
}

.navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul .main-drop-li .main-drop-a {
    text-transform: none;
    color: #333;
    display: block;
    font-size: 1.6rem;
}

.navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul .main-drop-li .second-drop-ul {
    padding: 0;
    list-style: none;
   
}

.navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul .main-drop-li .second-drop-ul .second-drop-li {
    padding: 10px !important;
}

.navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul .main-drop-li .second-drop-ul .second-drop-li:hover .second-drop-a {
    text-decoration: underline;
}
.navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul .main-drop-li .second-drop-ul .second-drop-li:focus .second-drop-a {
    text-decoration: underline;
}

.navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul .main-drop-li .second-drop-ul .second-drop-li .second-drop-a {
    text-transform: none;
    color: #333;
    display: block;
    font-size: 1.4rem;
}

.navigation .main-nav .main-ul .main-li:hover .main-drop {
    display: block;
}
.navigation .main-nav .main-ul .main-li:focus .main-drop {
    display: block;
}

.mySlider .slide {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 640px;
}

.mySlider .slide .slide-filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 33, 33, 0.7);
}

.mySlider .slide .slider-col {
    height: 640px;
}

.mySlider .slide .slider-col .slider-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
}

.mySlider .slide .slider-col .slider-info .sliderBtn {
    font-size: 2rem;
    margin-top: 15px;
}

.mySlider .slide .slider-col ul {
    margin-top: 165px;
}

.mySlider .slide .slider-col ul li a img {
    width: 250px;
    margin: auto;
    float: right;
}

#news-bar {
    padding: 5px 0;
    background: #20348e;
}

#news-bar a {
    font-size: 1.6rem;
    color:#fff;
}

#news-bar span {
    color: #fff;
}

.crvena {
    background: #c33a24;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.crvena:hover {
    background: #d74129;
}

.zuta {
    background: #FED766;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.zuta:hover {
    background: #fede7f;
}

.zelena {
    background: #15964b;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.zelena:hover {
    background: #18ac56;
}

.plava {
    background: #1B98E0;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.plava:hover {
    background: #2fa3e6;
}

.orange {
    background: #e0801b;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.orange:hover {
    background: #e68d2f;
}

.after {
    display: inline-block;
    margin-bottom: 20px;
}

.after:after {
    content: '';
    width: 80%;
    height: 2px;
    display: block;
    margin-top: 15px;
    background: #20348e;
}

.news {
    margin-bottom: 10px;
    padding: 2px;
    position: relative;
    background: #587291!important;
}

.news span {
    width: auto;
    padding: 5px 6px;
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    text-transform: uppercase;
    font-size: 1.2rem;
    background: rgba(255,255,255,0.7)!important;
}

.news .news-time {
    right: 0;
    left: unset;
}

.news .news-pic {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news .news-pic img {
    height: 100%;
    width: 100%;
}

.news .news-info {
    color: #fff;
    padding: 5px;
    height: 157px;
    overflow: hidden;
}

.news .news-info p {
    margin: 0;
    line-height: 1.1;
    height: 97px;
    overflow: hidden;
	font-size: 1.4rem;
}

.news .news-info .news-head {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.moreBtn {
    width: 100%;
    margin: 20px 0;
    font-size: 2rem;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.paralaks {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.paralaks .paralaks-filter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(33, 33, 33, 0.5);
}

.zn-sec {
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: #fff;
}

.zn-holder {
    margin-bottom: 15px;
    padding:5px;
    background: #ececec;
}

.zn-holder .zn-pic img {
    width: 300px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.zn-holder .zn-info h3 {
    margin-top: 0;
}

.zn-holder .zn-info p {
    height: 250px;
    overflow: hidden;
}

.zn-holder .znBtn {
    width: 100%;
    margin-top: 10px;
}

.baner-holder {
    width: calc(100% - 40px);
    margin: 15px auto;
    border: 2px solid rgba(222, 122, 47, 0.4);
    padding: 10px;
    /*background:#DE7A2F;*/
}
.baner-holder p a{
    color:#333;
}
.baner-holder a img {
    width: 100%;
}

footer {
    background: #587291;
    margin-top: 100px;
}

footer .foo-city {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background: #fff;
}

footer .foo-info {
    width: 100%;
    height: 140px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 30px;
}

footer .foo-cols {
    color: #fff;
}

footer .foo-cols .foo-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .foo-cols .foo-ul .foo-li {
    display: inline-block;
    margin-right: 15px;
}
footer .foo-cols .foo-ul .foo-li a{
	color:#fff;
}
footer .foo-cols .foo-ul .foo-li a:hover {
    text-decoration: underline;
}

footer .foo-social {
    margin-top: 20px;
    list-style: none;
}

footer .foo-social li {
    display: inline-block;
    margin-right: 20px;
}

footer .foo-social li a img {
    width: 40px;
}

footer .foo-social li img {
    width: 40px;
}

footer .foo-logos {
    margin-top: 20px;
}

footer .foo-logos li {
    display: inline-block;
    margin-right: 20px;
}

footer .foo-logos li a img {
    width: 130px;
}

footer .foo-logos li img {
    width: 130px;
}

.footer-bottom {
    background: #333;
    padding: 7px 0;
}

.footer-bottom p {
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    color: #fff;
}

.footer-bottom p a {
    color: red;
}

#search-input-holder {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99999;
}

#search-input-holder form {
    width: 1115px;
    height: 170px;
    display: none;
}

#search-input-holder form #search-input {
    width: 0;
    height: inherit;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 7rem;
    border-bottom: 4px solid #20348e;
    padding-top: 65px;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}

#search-input-holder form #search2 {
    color: #20348e;
    cursor: pointer;
    display: none;
}

#search-input-holder form ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.2;
    letter-spacing: 3px;
}

#search-input-holder form :-moz-placeholder {
    color: #fff;
    opacity: 0.2;
    letter-spacing: 3px;
}

#search-input-holder form ::-moz-placeholder {
    color: #fff;
    opacity: 0.2;
    letter-spacing: 3px;
}

#search-input-holder form :-ms-input-placeholder {
    color: #fff;
    opacity: 0.2;
    letter-spacing: 3px;
}

#search-input-holder form #search-text {
    color: #fff;
    font-size: 1.8rem;
    margin-top: 10px;
    display: none;
}

#search-input-holder .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#search-input-holder #close {
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 50px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

#search-input-holder #close:hover {
    transform: rotate(90deg);
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    display: none;
}

.go-top img {
    width: 30px;
}

.header-small {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    border-bottom: 2px solid #20348e;
}

.page-heading {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-color: #20348e;
    padding: 20px 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb a{
	color:#fff;
}

.breadcrumb>.active {
    color: #F3F8F2;
}

.pic-holder {
    height: 100px;
    margin-bottom: 10px;
}

.pic-holder img {
    width: 100%;
    height: 100%;
}

.pred-holder {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #eee;
}

.pred-holder h3 {
    margin-top: 0;
}

.pred-holder p {
    margin: 0;
}

.pred-pic {
    width: 280px;
    height: 280px;
    float: left;
    margin: 0 15px 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 4px;
}

.pred-pic img {
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.gallerys-holder {
    position: relative;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.gallerys-holder .gallerys-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(160, 0, 0, 0.58);
    padding: 10px;
}

.gallerys-holder .gallerys-info p {
    margin: 0;
    font-size: 1.4rem;
    color:#fff;
}

.gallerys-holder:hover .gallerys-info {
    background: #20348e;
}

.gallery-holder {
    height: 150px;
    margin-bottom: 10px;
}

.gallery-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.doc-holder {
    margin-bottom: 10px;
    height: 190px;
}

.doc-holder a {
    color: #20348e;
}

.doc-holder img {
    margin-bottom: 10px;
    width: 40px;
}

.video-holder {
    height: 300px;
    margin-bottom: 10px;
}

.video-holder iframe {
    width: 100% !important;
    height: 100% !important;
}

.myTable table tr td a img {
    width: 30px;
    margin-bottom: 10px;
    float: left;
}

.myTable table tr th {
    font-weight: bold;
}

.news-kat-ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.news-kat-ul .news-kat-li {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
    width: auto;
    text-align: center;
    background: #587291!important;
}

.news-kat-ul .news-kat-li a {
    display: block;
    color:#fff;
}

.s-news-holder {
    border: 1px solid #eee;
    margin-top: 20px;
}

.s-news-holder .s-news-pic {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.s-news-holder .s-news-pic img {
    width: 100%;
}

.s-news-holder .s-news-pic span {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    padding: 5px 6px;
    position: absolute;
    text-transform: uppercase;
    color: #fff;
}

.s-news-holder .s-news-pic .news-time {
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
}

.s-news-holder .s-news-body {
    padding: 20px 10px;
}

.s-news-holder .s-news-body h3 {
    margin-top: 0;
}

.prev-next a {
    color: #20348e;
    margin-top: 20px;
}

.contact-social-ul {
    padding: 0;
    margin: 0;
}

.contact-social-ul li {
    display: inline-block;
    margin-right: 10px;
}

.contact-social-ul li a img {
    width: 30px;
}

.form-control:focus {
    border-color: #20348e;
    box-shadow: none;
}

.form-horizontal input {
    border-radius: 0;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    outline: none;
}

.form-horizontal textarea {
    border-radius: 0;
    border: 1px solid #d6d6d6;
}

.form-horizontal select {
    padding: 7px 0;
    width: 100%;
    box-shadow: none;
    outline: none;
}

#map {
    margin-top: 30px;
    height: 400px;
}

.burger {
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.burger .burger1,
.burger .burger2,
.burger .burger3 {
    position: absolute;
    background: #333;
    width: 30px;
    height: 2px;
}

.burger .burger1 {
    top: 5px;
}

.burger .burger2 {
    top: 15px;
}

.burger .burger3 {
    top: 25px;
}

.menu {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: -150%;
    z-index: 2;
    background: #fff;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
}

.menu ul {
    list-style-type: none;
    margin-bottom: 100px;
    margin-top: 100px;
}

.menu ul li {
    padding-top: 10px;
    /*text-align: center;*/
}

.menu ul li .small-drop {
    border-bottom: 1px solid #eee;
    display: none;
}

.menu ul li .small-drop .small-drop-ul {
    margin: 0;
}

.menu ul li .small-drop .small-drop-ul li a {
    font-size: 1.3rem;
}

.menu ul li .small-drop .small-drop-ul li .second-small-drop {
    display: none;
}

.menu ul li .small-drop .small-drop-ul li .second-small-drop .second-small-drop-ul {
    margin: 0 !important;
}

.menu ul li a {
    font-size: 12px;
    text-decoration: none;
    vertical-align: bottom;
    color: #333;
}

.menu ul li a img {
    width: 30px;
    height: 30px;
    margin: auto;
}

.menu ul li input {
    padding: 5px;
    border: 1px solid #20348e;
}

.menu ul li input:focus {
    outline: none;
}

.small-input-holder {
    display: none;
}


/*new mobile menu*/
.menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: -100%;
    z-index: 2;
    background: #fff;
    top: 0;
    overflow-y: scroll;
}

.menu>ul {
    list-style-type: none;
    padding-top: 145px;
    width: 100%;
    padding-left: 0;
}

.menu>ul>.small-menu-li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-align: left;
    padding-right: 50px;
}

.menu>ul>.small-menu-li .small-drop {
    display: none;
}

.menu>ul>.small-menu-li .small-drop .small-drop-ul {
    padding-left: 30px;
}

.menu>ul>.small-menu-li .small-drop .small-drop-ul li {
    padding: 5px 0;
}

.menu>ul>.small-menu-li .small-drop .small-drop-ul li a {
    font-size: 1.4rem;
}

.menu>ul>.small-menu-li>.small-menu-a {
    color: #333;
    font-size: 1.4rem;
    text-decoration: none;
}

.menu>ul>.small-menu-li i {
    background: #333;
    padding: 5px 8px;
    color: #fff;
    float: right;
    cursor: pointer;
}

/*new mobile menu end*/






.komprobBtn {
    margin-top: 30px;
    width: 200px;
}

.pret li a {
    color: #333;
}

.pret-a {
    color: #333;
    font-size: 2rem;
}

.pret-a i {
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.pret-a:hover {
    color: #333;
}

.pret-a:hover i {
    margin-left: 10px;
}
.jav_nab small{
	font-size: 1.3rem;
}

.gallery-li{
    list-style: none;
    height: 100px;
    /*width: 150px;*/
    border: 1px solid rgba(5, 102, 141, 0.27);
    padding: 2px;
    display: inline-block;
    margin: 5px 5px 0 0;
}

.gallery-li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.gallery-li a img{
    max-height: 100%;
    width: auto!important;
}

.f-i h3{
    color:#fff;
    margin: 0;
}
.f-i p{
    color: #fff;
    margin-bottom: 3px;
}

.javne_hr{
	clear: both;
	display: block;
	margin-bottom: 10px;

}
.transparent50{
	opacity: 0.5;
}

/*references*/
.imgcont {
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#portfolio {
            padding: 20px 0 140px;
            background: #FFFFFF;
        }
        
        #portfolio .portfolio-filter {
            list-style: none;
            padding: 0;
            margin: 0 0 10px;
            display: inline-block;
            margin-top: 30px;
        }
        
        #portfolio .portfolio-filter > li {
            float: left;
            display: block;
            cursor: pointer;
        }
        
        #portfolio .portfolio-filter > li a {
            display: block;
            padding: 4px 9px;
            margin: 0px 2px;
            color: #066790;
            position: relative;
            font-size: 12px;
        }
        
        #portfolio .portfolio-filter > li a:hover,
        #portfolio .portfolio-filter > li a.active {
            background: #066790;
            color: #FFFFFF;
        }
        
        #portfolio .portfolio-items {
            margin: -15px;
        }
        
        #portfolio .portfolio-item {
            width: 24.9%;
            float: left;
            padding: 8px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        #portfolio .portfolio-item .portfolio-item-inner {
            /*position: relative;*/
            /*text-align: center;
            background: #FFF;
            color: #282828;
            padding: 0 0 4px 0;
            font-weight: normal;
            max-height: 165px;*/
            border:1px solid #ccc;
            padding: 5px;
            margin-top: 30px;
        }
        
        #portfolio .portfolio-item .portfolio-item-inner h4 {
            font-weight: 400;
            font-size: 14px;
            color: #BFBFBF;
        }
        
        #portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
            opacity: 1;
            transition: opacity 400ms;
            -webkit-transition: opacity 400ms;
            /*position: absolute;*/
            /*bottom: 0;*/
            /*left: 0;*/
            /*right: 0;*/
            text-align: center;
            padding: 18px 0 0;
            /*background: rgba(52, 52, 52, 1);*/
            color: #333;
            background: #fff;
            height: 100%;
            text-align: center;
        }
        
        #portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
            font-size: 16px;
            line-height: 1;
            margin: 0 0 5px 0;
            color: #333;
        }
        #portfolio .portfolio-item .portfolio-item-inner .portfolio-info  .branch{
            font-size: 1.2rem;
            text-align: left;

        }
        #portfolio .portfolio-item .portfolio-item-inner .portfolio-info  .name{
            font-size: 1.6rem;
            color:#20348e;
            height: 35px;
            overflow: hidden;
        }
        #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .address{
            height: 30px;
            overflow: hidden;
            font-size: 1.4rem;
        }
        #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .phone{
            height: 20px;
            overflow: hidden;
            font-size: 1.4rem;
        }
        #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .rebate{
            font-size: 2rem;
            color:red;
            height: 35px;
        }
         #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .rebate.-info{
         	font-size: 1.6rem;
         	color:red;
         	height: 35px;
         }
        #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .site{
            height: 20px;
        }
        
        #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
            width: 36px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            color: #FFFFFF;
            box-shadow: 0 0 0 1px #fff;
            display: block;
            -webkit-box-shadow: 0 0 0 1px #fff;
            text-align: center;
            margin: 15px auto;
            background: rgba(255, 255, 255, 0.07);
            border-radius: 50%;
        }
        
        #portfolio .portfolio-item:hover .portfolio-info {
            opacity: 1;
        }

        


        /* Start: Recommended Isotope styles */
        /**** Isotope Filtering ****/
        
        .isotope-item {
            z-index: 2;
        }
        
        .isotope-hidden.isotope-item {
            pointer-events: none;
            z-index: 1;
        }
        /**** Isotope CSS3 transitions ****/
        
        .isotope,
        .isotope .isotope-item {
            -webkit-transition-duration: 0.8s;
            -moz-transition-duration: 0.8s;
            -ms-transition-duration: 0.8s;
            -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
        }
        
        .isotope {
            -webkit-transition-property: height, width;
            -moz-transition-property: height, width;
            -ms-transition-property: height, width;
            -o-transition-property: height, width;
            transition-property: height, width;
        }
        
        .isotope .isotope-item {
            -webkit-transition-property: -webkit-transform, opacity;
            -moz-transition-property: -moz-transform, opacity;
            -ms-transition-property: -ms-transform, opacity;
            -o-transition-property: -o-transform, opacity;
            transition-property: transform, opacity;
        }
        /**** disabling Isotope CSS3 transitions ****/
        
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }
        /* End: Recommended Isotope styles */
        /* disable CSS transitions for containers with infinite scrolling*/







.xscont img{
    /*display: block!important;*/
    max-width: 100%!important;
    height: auto!important;
}


.xscont ol,ul{
    padding-left: 20px;
}

.sitemap .list{
    margin-top:15px;
}
.sitemap .text{
    font-size: 2rem;
    margin-bottom: 10px;
    padding-left: -40px;
}
.sitemap .text:hover{
    text-decoration: underline;
}
.sitemap .list .items{
    
    margin-bottom: 10px;
}
.sitemap .list .items .links{
    font-size: 1.6rem;
}
.sitemap .list .items .links:hover{
    text-decoration: underline;
}
.sitemap .list .items .under-list{

}
.sitemap .list .items .under-list .under-items .under-links{
    font-size: 1.6rem;
}
.sitemap .list .items .under-list .under-items .under-links:hover{
    text-decoration: underline;
}

.slick-arrow{
	display: none!important;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    #search-input-holder form {
        width: 800px;
    }
    #search-input-holder form #search-input {
        font-size: 6rem;
        padding-top: 70px;
    }
    .mySlider .slide .slider-col ul {
        margin-top: 230px;
    }
    .mySlider .slide .slider-col ul li a img {
        width: 190px;
    }
    #map {
        height: 300px;
    }
    .news .news-info .news-head {
        font-size: 1.6rem;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .baner-holder{
        width: 100%;
    }
    .lang-select option{
        font-size: 1.2rem;
    }
    .lang-select{
        width: 97px;
        font-size: 1.4rem;
    }
    #font-inc img, #font-dec img{
        width: 18px;
    }
    .top-left-ul .top-left-li a img{
        width: 18px;
    }
    .top-menu .top-menu-ul .top-menu-li{
        padding: 10px;
    }
    .top-menu .top-menu-ul .top-menu-li .top-drop{
            background: rgba(12, 64, 118,1);
    }
    .top-menu .top-menu-ul{
        display: block;
    }
    .top-menu .top-menu-ul .top-menu-li a {
        font-size: 1rem;
    }
    .navigation .main-nav .main-ul li a {
        font-size: 1.4rem;
    }
    .navigation .main-nav .main-ul li {
        padding: 28px 0 !important;
    }
    .navigation .logo-holder {
        padding: 5px 0;
    }
    .navigation .main-nav .main-ul li .main-drop {
        top: 76px !important;
    }
    .navigation .main-nav .main-ul .main-li a img{
        width: 20px;
    }
    .navigation .main-nav .main-ul .main-li .main-drop .main-drop-ul .main-drop-li .main-drop-a{
        font-size: 1.4rem;
    }
    #search-input-holder form {
        width: 700px;
    }
    #search-input-holder form #search-input {
        font-size: 5rem;
    }
    .mySlider .slide .slider-col ul {
        margin-top: 255px;
    }
    .mySlider .slide .slider-col ul li a img {
        width: 100px;
    }
    .mySlider .slide .slider-col .slider-info h2 {
        font-size: 2.1rem;
    }
    .mySlider .slide .slider-col .slider-info p {
        font-size: 1.4rem;
    }
    .mySlider .slide .slider-col .slider-info .sliderBtn {
        font-size: 1.6rem;
    }
    .navigation .logo-holder a img {
        width: 60px !important;
    }
    .navigation .main-nav .main-ul .main-li a{
        font-size: 1rem;
    }
    h2 {
        font-size: 2.1rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    p {
        font-size: 1.4rem;
    }
    .zn-holder .zn-info p {
        height: 215px;
    }
    .zn-holder .zn-pic img:nth-child(even) {
        margin-left: 15px;
        margin-right: 0;
    }
    .news .news-info {
        height: 155px;
    }
    #news-bar a {
        font-size: 1.6rem;
    }
    #map {
        height: 300px;
    }
}

@media all and (min-width: 500px) and (max-width: 767px) {
    footer .foo-info{
        height: auto;
    }
    #portfolio .portfolio-item {
    width:45%;
        margin: 0 15px;
    }
    .xscont img{
        display: block!important;
        max-width: 100%!important;
		width:100%!important ;	
		height:auto!important ;
	}
	.navigation .logo-holder a img {
        width: 75px !important;
    }
    .burger {
        top: 35px;
    }
    h2 {
        font-size: 2.1rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    p {
        font-size: 1.4rem;
    }
    .mySlider .slide .slider-col .slider-info .sliderBtn {
        font-size: 1.6rem;
    }
    .mySlider .slide .slider-col .slider-info {
        padding: 0 15px;
    }
    .mySlider .slide .slider-col {
        height: 300px;
    }
    .mySlider .slide .slider-col ul {
        margin-top: 0;
    }
    .mySlider .slide .slider-col ul li a img {
        width: 150px;
        float: left;
    }
    #news-bar a {
        font-size: 1.6rem;
    }
    .news .news-info .news-head {
        font-size: 1.6rem;
    }
    .news .news-info {
        height: 155px;
    }
    .baner-holder {
        width: 100%;
    }
    .baner-holder img {
        max-height: 100%;
    }
    .zn-holder .zn-info p {
        height: 240px;
    }
    footer .foo-logos li a img {
        width: 100px;
    }
    .gallerys-holder {
        height: 150px;
    }
    .gallery-holder {
        height: 100px;
    }
    #map {
        height: 250px;
    }
    .firma-box {
    width: 400px;
    margin: auto; }
}

@media all and (max-width: 499px) {
	.navigation .logo-holder{
		padding: 10px 0;
	}
    footer .foo-info{
        height: auto;
    }
    .news-kat-ul .news-kat-li a{
        font-size: 1rem;
    }
    .news-kat-ul .news-kat-li{
        width: 113px;
        margin-right: 1px;
        padding: 5px;
        margin-bottom: 2px;
    }
    #portfolio .portfolio-item {
    width:90%;
    margin:0 15px;
    }
	.xscont img{
		max-width:100%!important;	
		height:auto!important ;
	}
    .navigation .logo-holder a img {
        width: 60px !important;
    }
    .burger {
        top: 30px;
    	/*right: 20px;*/
    }
    .mySlider .slide .slider-col .slider-info {
        padding: 0 15px;
    }
    .mySlider .slide .slider-col .slider-info h2 {
        font-size: 1.8rem;
    }
    .mySlider .slide .slider-col .slider-info p {
        font-size: 1.4rem;
    }
    .mySlider .slide .slider-col .slider-info .sliderBtn {
        font-size: 1.4rem;
    }
    .mySlider .slide .slider-col {
        height: 300px;
    }
    .mySlider .slide .slider-col ul {
        margin-top: 0;
        list-style: none;
    }
    .mySlider .slide .slider-col ul li a img {
        width: 115px;
        float: none;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.6rem;
    }
    p {
        font-size: 1.4rem;
    }
    .news-holder {
        width: 100%;
        padding: 0 15px;
    }
    #news-bar a {
        font-size: 1.4rem;
    }
    .news .news-info .news-head {
        font-size: 1.6rem;
    }
    .zn-xs {
        width: 100%;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom p {
        float: none;
    }
    .zn-holder .zn-info p {
        height: 245px;
    }
    .zn-holder .zn-pic {
        margin-bottom: 15px;
    }
    .zn-holder .zn-pic img {
        float: none;
        width: 100%;
        margin: auto;
    }
    .baner-holder {
        width: calc(100% - 130px);
    }
    footer .foo-logos li a img {
        width: 65px;
    }
    footer .foo-logos li img {
        width: 65px;
    }
    .gal-xs {
        width: 50%;
    }
    .pred-pic {
        float: none;
    }
    .gallery-holder {
        height: 130px;
    }
    #map {
        height: 200px;
    }
    .doc-holder a {
        font-size: 1.1rem;
    }
    .news-hol2 {
        width: 100%;
        padding: 0 15px;
    }
    .news .news-info {
        height: 155px;
    }
    .news {
        width: 280px;
        margin: auto;
        margin-bottom: 10px;
    }
    .pret-news {
        width: 280px;
        margin: auto;
        margin-bottom: 10px;
    }
    /*img.img-auto{
    width: auto;
    }*/
}


