/*
Theme Name: Grad Trebinje
Theme URI: https://trebinje.rs.ba/
Author: Darko Mitrovic
Author URI: https://digitality.ba
Description: Zvanicni sajt grada Trebinja
Version: 1.0

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

#wp-admin-bar-w3tc {
	display: block !important;
}

body {
    font-family: 'Noto Sans Display', sans-serif;
    overflow-x: hidden;
    /*padding-top: 92px;*/
}

a {
    color: #0d4077;
    text-decoration: none;
    -moz-transition: all 0.75s ease 0s !important;
    -o-transition: all 0.75s ease 0s !important;
    -webkit-transition: all 0.75s ease 0s !important;
    transition: all 0.75s ease 0s !important;
}

a:hover,
a:focus {
    color: #d9251b;
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

ul {
    list-style-type: none;
    padding: 0px;
}

ul li a {
    text-decoration: none;
}

.elipsis-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.elipsis-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.p-default {
    font-weight: normal;
    font-size: 22px;
    color: #9a9a9a;
    text-align: justify;
}

.heading1 {
    font-weight: 600;
    font-size: 48px;
    text-align: left;
    color: #000;
}

.heading2 {
    font-weight: 600;
    font-size: 40px;
    color: #000;
}

.btns {
    padding-top: 30px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-red {
    color: #ffff;
    background: #d9251b;
    border: 2px solid #d9251b;
}

.btn-red:hover {
    border: 2px solid #d9251b;
    color: #d9251b;
    background: #fff;
}

.btn-outline-red {
    color: #000;
    background: #fff;
    border: 2px solid #d9251b;
}

.btn-outline-red:hover {
    color: #fff;
    background: #d9251b;
    border: 2px solid #d9251b;
}

.btn-white {
    color: black;
    background: #ffff;
    border: 2px solid #ffff;
}

.btn-white:hover {
    border: 2px solid #d9251b;
    color: #fff;
    background-color: #d9251b;
}

.blue-btn {
    background: #0d4077;
    display: block;
    margin-bottom: 30px;
    border: 2px solid #0d4077;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px;
}
.blue-btn:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #0d4077;
}

.red-btn {
    background: #d9251b;
    display: block;
    margin-bottom: 30px;
    border: 2px solid #d9251b;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px;
}
.red-btn:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #d9251b;
}



.sidebar .blue-btn,
.sidebar .red-btn
{
    font-size: 18px;
    margin-bottom: 10px;
    padding: 12px 4px;
}


 
.blue-btn a {
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.dark-overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.5;
    z-index: 1;
}



.bilteni-block a {
    display: inline-block;
    min-width: 80px;
	margin-right: 10px;
	background-color: #032e4c;
	border-color: #032e4c;
}

/*******************
    Pagination
******************/

.page-link {
    color: #000;
}

.page-link {
    color: #000;
}

/******************
  Page top
*****************/
.page-top {
    padding-top: 200px;
    padding-bottom: 100px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    position: relative;
}

.page-title-top {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 100;
    letter-spacing: 5px;
}

/**********************
      Sidebar
*********************/

.latest-news-sidebar-heading,
.categories-heading {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

.latest-news-sidebar-items li,
.categories-list li {
    padding-bottom: 5px;
}

.latest-news-sidebar-items a,
.categories-list a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    border-bottom: 1px solid rgb(236, 235, 235);
    padding-bottom: 5px;
}

.latest-news-sidebar-items a:hover,
.categories-list a:hover {
    color: #d9251b;
}

.baners ul li {
    margin-top: 30px;
    margin-bottom: 30px;
}

/************************
      Scroll to top 
************************/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 24px;
}

#myBtn:hover {
    background-color: #0d4077;
}

/*********************
    Search box
*********************/

.search {
    position: relative;
    padding-bottom: 40px;
    width: 100%;
}

.search input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}

.search input:focus {
    box-shadow: none;
     border: 2px solid #d6d4d4 !important;
}

.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
}

/*******************
     NAVBAR
*******************/
body.admin-bar .header {
    top: 32px;
}
.header {
    background-color: white;
    width: 100%;
    /*padding-bottom: 8px;*/
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav-link {
    border-top: 10px solid #ffff;
    color: #000 !important;
    padding: 25px 0px !important;
    font-size: 16px;
    font-weight: 600;
}

.nav-link:hover {
    color: #d9251b !important;
    border-top: 10px solid #d9251b;
}

.nav-item .active {
    border-top: 10px solid #d9251b !important;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #d9251b;
    border-top: 0 solid #d9251b !important;
}


#navbarMain .dropdown-menu,
#navbarSecond .dropdown-menu
{
	width: 260px;
}
#navbarMain .dropdown-menu .dropdown-item,
#navbarSecond .dropdown-menu .dropdown-item
{
	white-space: normal;
	border-bottom: 1px solid #dfdfdf;
}
#navbarMain .dropdown-menu li:last-child .dropdown-item,
#navbarSecond .dropdown-menu li:last-child .dropdown-item
{
	border-bottom: 0;
}



.navbar-second {
	background: #eee;
}
.navbar-second .nav-link {
	border-top: 0 !important;
	color: #2f2f2f !important;
	padding: 10px 0px !important;
	font-size: 15px;
	font-weight: 600;
}

.navbar-second .navbar-toggler {
	padding-top: 10px;
	padding-bottom: 10px;
}



#navbarSecond .nav-link:hover {
    color: #000 !important;
    border-top: 0;
}

#navbarSecond .nav-item .active {
    border-top: 0 !important;
	color: #d9251b !important;
}
#navbarSecond .dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
    border-top: 0 !important;
}


li.crvena .nav-link  {
	background: #d9251b;
	color: #fff !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
li.plava .nav-link  {
	background: #032e4c;
	color: #fff !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}



.pr-0 {
    padding-right: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

/***********************
  Menu animation
**********************/
.header {
    transition: all 0.5s;
}

.header.scrollUp {
    transform: translateY(-100px);
}

.navbar-brand {
    color: #0d4077;
    line-height: 1.1;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #d9251b;
    display: block;
    transition: all 0.2s;
    border-radius: 2px;
}

.middle-bar {
    margin: 5px auto;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    margin-left: 1.5px;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    margin-left: 0;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon {
    background-color: #000;
}

.dropdown-lang {
    margin-top: 10px;
    margin-left: 15px;
}

.dropdown-lang .dropdown-item {
    border-radius: 4px;
}

.dropdown-lang .dropdown-item.active,
.dropdown-lang .dropdown-item:active {
    background-color: #d9251b;
}

.dropdown-lang ul li {
    margin-left: 12px;
    margin-right: 12px;
}





/*******************
     CAROUSEL
*******************/

.carousel1 {
    position: relative;
    z-index: 1;
}

.carousel-caption {
    transform: translateY(-50%);
    bottom: initial;
    top: 50%;
    z-index: 2;
}

.carousel1 .carousel-item {
    height: 100vh;
    height: calc(100vh - 100px);
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption h3 {
    font-size: 67px;
    font-weight: 600;
    padding-bottom: 20px;
}

.carousel-caption h4 {
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 20px;
}

.carousel-caption .btn {
    font-size: 20px;
    font-weight: 500;
    padding: 15px;
    margin: 15px;
}



/********************
      COVER
********************/
.cover-page {
	color: #fff;
	background: url(photo/cover.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 450px;
}
.cover-page::after {
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,.3);
}
.cover-title-box {
    position: relative;
    z-index: 2;
}


/********************
      Icons boxes
********************/
.icons-block {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.icon-box {
/*    border: 1px solid #0d4077;*/
    display: inline-block;
    line-height: 1;
    padding: 30px 15px;
    border-radius: 6px;
    width: 100%;
}

.icon-box:hover {
    color: #d9251b;
    background: #fafafa;
}

.icon-box i {
    width: 48px;
    height: 48px;
    font-size: 36px;
}

.icon-box p {
    margin-bottom: 0px;
}

/*******************
     NEWS
*******************/

.news-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.category-title {
    font-size: 18px;
    color: #032e4c;
}

.categories {
    padding-top: 20px;
}

.news-box {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.news-box img {
    object-fit: cover;
    width: 100%;
    object-position: center;
    min-width: 250px;
    width: 250px;
    height: 200px;
}

.news-title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
}

.news-title a:hover {
    color: #d9251b;
}

.news-text {
    padding-top: 10px;
}

.news-text p {
    font-size: 16px;
    text-align: justify;
    color: #9a9a9a;
    margin-bottom: 0;
}

.news-time {
    color: #9a9a9a;
}

.news-category,
.news-time {
    display: inline-block;
    font-size: 14px;
}

.news-article {
    padding-top: 40px;
    padding-bottom: 40px;
}

.news-heading-title {
    color: #000;
    font-size: 36px;
	line-height: 1.2;
    font-weight: 500;
}

.news-photo {
    padding-top: 30px;
    padding-bottom: 30px;
}


.news-featured-img {
	max-width: 900px;
	margin: 0 auto 20px;
}
.news-featured-img img {
	
}

.news-content h1 strong,
.news-content h1 b,
.news-content h2 strong,
.news-content h2 b,
.news-content h3 strong,
.news-content h3 b,
.news-content h4 strong,
.news-content h4 b,
.news-content h5 strong {
    color: #d9251b;
}

.news-content p {
    font-size: 16px;
    text-align: justify;
    color: #424242;
}
.news-content ul {
    list-style-type: disc;
    margin-left: 20px;
}
.news-content ul li {
    margin-bottom: 4px;
}
.news-content p img,
.news-content .wp-caption
{
    max-width: 100%;
    height: auto;
}
.news-content img.aligncenter {
    margin: 0 auto;
    display: block;
}


.meks_ess {
	margin-top: 50px;
}


.share-btns {
    padding-bottom: 50px;
    padding-top: 50px;
}

.share-icons {
    padding-top: 10px;
}

.share-btns .fab {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

.share-btns .fab:hover {
    opacity: 0.7;
}

.share-icons .fa-facebook-f {
    background: #3b5998 !important;
    color: white;
}

.share-icons .fa-twitter {
    background: #55acee;
    color: white;
}

.share-icons .fa-google-plus-g {
    background: #dd4b39;
    color: white;
}

.share-icons .fa-pinterest-p {
    background: #cb2027;
    color: white;
}

/******************
  MEDIA and Infos
*****************/

.media-infos h2 {
    font-weight: 500;
    font-size: 40px;
    color: #000;
    padding-bottom: 40px;
}

.media-info-date,
.media-info-date a {
    font-weight: normal;
    font-size: 16px !important;
    color: #404040 !important;
}

.media-infos h4,
.media-infos .info-list li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    color: #000;
}

.info-list ol {
    list-style: none;
    counter-reset: item;
}

.info-list li {
    counter-increment: item;
    margin-bottom: 5px;
}

.info-list li:before {
    margin-right: 10px;
    content: counter(item);
    background: #d9251b;
    border-radius: 100%;
    color: white;
    width: 1.5em;
    font-size: 20px;
    text-align: center;
    display: inline-block;
}

.media-infos h4:hover,
.media-infos a:hover {
    color: #d9251b !important;
}

/**************
   Citizens
**************/

/***********
  Questions
***********/

.carousel2 {
    padding: 50px 0;
}

.carousel2 h3 {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    padding-bottom: 50px;
}

.carousel2 h5 {
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.carousel2 .carousel-item {
    min-height: 200px;
}

/***********
  Bilten / Parking
***********/

.bilten-parking {
    padding-top: 70px;
    padding-bottom: 70px;
}

.bilten-parking h4 {
    font-weight: 500;
    font-size: 40px;
    color: #000;
    margin-bottom: 30px;
    border-bottom: 5px solid #d9251b 30%;
}

.bilten-parking h4:after {
    content: '';
    display: block;
    width: 20%;
    padding-top: 10px;
    border-bottom: 5px solid #d9251b;
}

/**************************************
	           VIDEO
**************************************/

.spidochetube {
    max-width: 100%;
    margin: auto;
}

.spidochetube_inner {
    float: left;
    background-color: #deebf9;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

#spidochetube_player {
    width: 68.0852%;
    float: left;
}

#player {
    width: 100%;
}

#spidochetube_list {
    overflow: auto;
    float: right;
    -webkit-overflow-scrolling: touch;
    width: 31%;
    background-color: #deebf9;
    padding: 5px 0;
    /*border: 1px solid #041f3c;*/
    border-left: none;
    margin: 0;
    padding-top: 38%;
    height: 0;
}

#spidochetube_list li {
    /*border-top: 1px solid #1c5797;*/
    border-bottom: 1px solid #80bdff;
    display: block;
    margin-left: 12px;
    padding: 11px 0;
    cursor: pointer;
    background-color: #c8dcf2;
    position: relative;
}

#spidochetube_list li:first-child {
    border-top: none;
}

#spidochetube_list li:last-child {
    border-bottom: none;
}

#spidochetube_list li:hover {
    background: #77a1d0;
}

#spidochetube_list li span {
    color: #000;
    display: inline-block;
    width: 50%;
    margin-left: 4%;
    margin-right: 3%;
    font-size: 16px;
    word-break: break-word;
}

#spidochetube_list li img {
    vertical-align: top;
    width: 43%;
}

#spidochetube_list li.spidochetube_current,
#spidochetube_list li:hover.spidochetube_current {
    background-color: #77a1d0;
}

#spidochetube_list li.spidochetube_current span {
    color: #000;
}

ul#spidochetube_list li:first-child {
    margin-top: -120%;
}

#spidochetube_list li a {
    width: 100%;
    display: block;
    margin: 0;
}




/**************************************
	           GALLERY
**************************************/
.galerija {
    margin-bottom: 45px;
}
.galerija a, #gallery-1 .gallery-item {
	float: left;
	margin: 0 0.5% 1% 0.5% !important;
	width: 24% !important;
}
.galerija a img, #gallery-1 img {
	width: 100% !important;
	height: 150px;
	object-fit: cover;
    border: 0 !important;
}

.galerija a img:hover, #gallery-1 img:hover {
    -webkit-filter: saturate(3);
    filter: saturate(3);
}



.gallery > br {
	display: none;
}


/********************
    Administration
********************/

.administration {
    padding-top: 80px;
    padding-bottom: 100px;
}

.administration h3 {
    padding-bottom: 40px;
}

.administration a:hover {
    color: #fff;
    background-color: #d9251b;
    border: 2px solid #d9251b;
}

/********************
    Contact
********************/

.contact {
    margin-bottom: 120px;
    padding-top: 50px;
    position: relative;
}

.contact-form {
    background-color: #fff;
    position: absolute;
    bottom: -150px;
    right: 0;
}

.contact-form .form-label {
    font-size: 16px;
    color: #575657;
}

.contact-form form {
    padding: 5px;
}

.contact-form .btn-red {
    font-size: 20px;
    padding-right: 50px;
    padding-left: 50px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #032e4c !important;
    outline: 0;
}

.contact-form .btn-red:hover {
    box-shadow: rgba(217, 37, 27, 0.5);
}

/********************
    Projects
********************/

.projects {
    padding-top: 100px;
}

.projects .heading1 {
    margin-bottom: 110px;
    text-align: center;
}

.projects-textbox {
    padding-right: 50px;
}

.projects iframe {
    width: 100%;
    min-height: 450px;
}

/********************
    Our goal
********************/

.our-goal {
    margin-top: 100px;
    background-image: url('img/trebinje.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

.goals-text {
    text-align: center;
    padding: 200px 100px;
    color: #fff;
    z-index: 2;
    line-height: 1.2;
}

.our-goal h4 {
    font-weight: 600;
    font-style: italic;
    font-size: 42px;
    padding-top: 40px;
}

.our-goal h5 {
    font-weight: 500;
    font-size: 35px;
    line-height: 60px;
}



/********************
   LISTS
********************/
.list-title::after {
	content: '';
	display: block;
	width: 120px;
	padding-top: 10px;
	border-bottom: 3px solid #d9251b;
}

.list-box {
    margin-bottom: 25px;
}

.list-box img {
    width: 100%;
}
.list-label {
    background-color: #032e4c;
    text-align: center;
    color: #fff;
    padding: 7px 2px;
}
.list-col a:hover .list-label {
    background-color: #d9251b;
}


/********************
   Documents
********************/
.documents-box a {
	display: block;
	background: #032e4c;
	color: #fff;
	padding: 10px;
	margin-bottom: 5px;
}

.documents-box a:hover {
	background: #d9251b;
}

/********************
   Poslovni subjekti
********************/
.subjekti-title {
	background: #0d4077;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 22px;
}







/********************
   Footer
********************/

.main-footer {
    background-color: #032e4c;
    padding-top: 75px;
    padding-bottom: 35px;
}

.main-footer h4 {
    font-weight: normal;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 30px;
}

.main-footer h4:after {
    content: '';
    display: block;
    width: 20%;
    border-bottom: 3px solid #d9251b;
}

.main-footer ul li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    opacity: 0.6;
}

.main-footer ul li a:hover,
.main-footer .active-page {
    opacity: 1;
}

.latest-news-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.latest-news-heading {
    padding-top: 10px;
    font-size: 16px !important;
    color: #fff;
    line-height: normal !important;
}

.latest-news-heading:hover {
    color: #d9251b;
}

.footer-text {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    opacity: 0.6;
}

.footer-contact {
    border-left: 1px solid #fff;
    padding-left: 30px;
}

.footer-infos,
.footer-email {
    font-size: 16px;
    line-height: 38px;
    color: #fff;
}

.footer-email:hover {
    color: #d9251b;
}

.footer-icons img {
    display: inline-block;
    max-width: 100px;
    height: auto;
}

.text-bottom-footer {
    font-size: 16px;
    line-height: 48px;
    color: #575657;
    padding-left: 20px;
}

.bottom-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bottom-footer img {
    display: inline-block;
}

.social-icons ul {
    text-align: end;
}

.social-icons li {
    display: inline-block;
}

.social-icons li a {
    display: block;
    padding: 16px;
    color: #032e4c;
}

.bottom-footer li a:hover {
    background-color: #032e4c;
    color: #fff;
}

.logo-bottom {
    width: 60px;
    height: auto;
}


.footer-icons {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}






/******************************
        KALENDAR
******************************/
.kalendar-date {
	background: #032e4c;
	color: #fff;
	text-align: center;
	padding: 0;
	border-radius: 15px;
    overflow: hidden;
    margin-right: 15px;
	min-width: 60px;
}

.kalendar-day {
	padding: 15px 15px;
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
}

.kalendar-month {
	background: #d9251b;
	padding: 4px 2px 6px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 11px;
}


/******************************
        RESPONSIVE
******************************/

@media (min-width: 992px) {
    .navbar li {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (max-width: 1399px) {
    .contact {
        position: static !important;
    }

    .contact-text {
        position: static !important;
        display: block;
    }

    .contact-form {
        position: static !important;
        display: block;
        margin-top: 50px;
    }
}


@media (min-width: 1200px) and (max-width: 1398px)  {
	.nav-link {
		font-size: 15px;
	}
}


@media (max-width: 1199px) {


    .cover-page {
        height: 350px;
    }
	
	.navbar-second {
		background: #fff;
	}
	
	#navbarMain .dropdown-menu, #navbarSecond .dropdown-menu {
		width: 100%;
	}
	
    .navbar-second .nav-link,
	.nav-link {
        color: #000 !important;
        padding: 10px 0px !important;
        font-size: 16px;
        font-weight: 600;
		border: 0 !important;
		white-space: normal;
    }

    .navbar-nav {
        text-align: center;
    }

	.navbar-second .nav-link:hover,
    .nav-link:hover {
        color: #d9251b !important;
        border: 0 !important;
    }

	.navbar-second .nav-item .active,
    .nav-item .active {
        color: #d9251b !important;
        border: 0 !important;
    }
    #navbarMain .dropdown-menu li,
	#navbarSecond .dropdown-menu li
	{
        text-align: center;
    }
	
	.dropdown-menu {
		padding: 0;
		margin-top: 0;
	}

	.icon-box p {
		font-size: 14px;
	}
	
    .projects {
        padding-top: 50px;
    }

    .logo-top,
    .logo-bottom {
        width: 60px;
        height: auto;
    }

    .social-icons ul {
        text-align: center;
    }

    #spidochetube_player,
    #spidochetube_list {
        width: 100%;
        float: none;
    }

    #spidochetube_list {
        height: 110px;
        padding-top: 0;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    ul#spidochetube_list li:first-child {
        margin-top: 0;
    }

    #spidochetube_list li {
        margin-left: 5px;
        margin-right: 5px;
        width: 150px;
        float: none;
        display: inline-block;
        white-space: nowrap;
    }

    #spidochetube_list li img {
        width: 100%;
    }

    #spidochetube_list li span {
        display: none;
    }
}

@media (max-width: 991px) {
    .cover-page {
        height: 280px;
    }
    
    .carousel-caption h3 {
        font-size: 44px;
    }

    .carousel-caption h4 {
        font-size: 24px;
    }

    .carousel-caption .btn {
        font-size: 20px;
        font-weight: 500;
        padding: 10px;
        margin: 10px;
    }

    .media {
        margin-bottom: 50px;
    }

    .bilten-parking .btns a {
        padding: 5px;
    }

    .projects iframe {
        margin-bottom: 40px;
    }

    .our-goal h4 {
        font-size: 32px;
    }

    .our-goal h4 {
        font-size: 24px;
    }
	

	.footer-icons {
		position: relative;
		bottom: 10px;
		left: 0;
		right: 0;
	}
}

@media (max-width: 767px) {
    body.admin-bar .header {
        top: 46px;
    }

    
    .heading1 {
        font-size: 32px;
    }

    .heading2 {
        font-size: 28px;
    }

    .p-default {
        font-size: 16px;
    }

    .carousel-caption h3 {
        font-size: 32px;
    }

    .carousel-caption h4 {
        font-size: 18px;
    }

    .carousel-caption .btn {
        font-size: 16px;
        font-weight: 500;
        padding: 8px;
        margin: 10px;
    }

    .media-infos h2 {
        text-align: center;
        font-size: 28px;
    }

    .media-infos h4 {
        margin-top: 20px;
        font-size: 20px;
    }

    .media-news {
        font-size: 16px !important;
    }

    .media-infos a {
        margin-bottom: 40px;
    }

    .info-list li a {
        font-size: 18px !important;
    }

    .citizens .heading1 {
        text-align: center;
        font-size: 28px;
    }

    .citizens-btns {
        margin-top: 30px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .citizens-btns a {
        font-size: 18px;
    }

    .carousel2 h3 {
        font-size: 32px;
    }

    .question {
        font-size: 22px !important;
    }

    .parking {
        margin-top: 40px;
    }

    .bilten-parking h4 {
        margin-top: 20px;
        font-size: 28px;
    }

    .bilten-parking .btns {
        text-align: center;
    }

    .blue-btn {
        font-size: 18px;
    }

    .administration {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .admin-btns {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contact .heading2 {
        margin-top: 30px;
    }

    .projects-box {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .projects-textbox {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .projects .blue-btn {
        font-size: 18px;
    }

    .goals-text {
        padding: 50px 10px;
    }

    .our-goal h4 {
        font-size: 24px;
    }

    .our-goal h5 {
        font-size: 20px;
    }

    .footer-contact {
        border-left: none;
        padding-left: 0px;
    }

    .text-bottom-footer {
        font-size: 12px;
        font-weight: 600;
    }

    .logo-top,
    .logo-bottom {
        width: 50px;
        height: auto;
    }

    #spidochetube_list {
        height: 80px;
    }

    #spidochetube_list li {
        width: 100px;
    }
	
	.news-box img {
		width: 100%;
		height: 300px;
	}	
	
	.page-top {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.page-title-top {
		font-size: 38px;
		letter-spacing: 0;
		line-height: 1.2;
	}
	.media {
		margin-bottom: 20px;
	}	
	
	.bilten-parking {
		padding-top: 10px;
		padding-bottom: 30px;
	}
    .bilten-parking h4 {
		margin-bottom: 10px;
	}


	.administration {
		padding-bottom: 10px;
	}	
    .administration h3 {
		padding-bottom: 5px;
	}
	
    
    .galerija a, #gallery-1 .gallery-item {
        margin: 0 1% 2% 1% !important;
        width: 48% !important;
    }  
	
	.main-footer h4 {
		margin-bottom: 5px;
	}
	.footer-menu {
		margin-top: 20px;
	}
	
	.dropdown-item.active, .dropdown-item:active {
		background-color: #eee;
	}
	
}

@media (max-width: 591px) {
    .cover-page {
        height: 240px;
    }
	
	.icon-box {
		padding: 15px 10px;
	}
	
	.news-box img {
		height: 250px;
	}		
	
    .news-title a {
        font-size: 18px;
    }

    .news-text p {
        font-size: 14px;
    }
	
	.media-infos h2 {
		padding-bottom: 20px;
	}	
	
	.blue-btn, .red-btn {
		margin-bottom: 10px;
	}
	
	.bilten-parking {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	

	
	.contact {
		margin-bottom: 30px;
		padding-top: 10px;
	}
	.contact-form {
		margin-top: 20px;
	}
	
	.projects .heading1 {
		margin-bottom: 20px;
	}
	
	.projects iframe {
		margin-bottom: 0;
	}
	
	.our-goal {
		margin-top: 30px;
	}
	

	
}