@media (min-width: 1025px) and (max-width: 1280px) {



}
 
@media (min-width: 768px) and (max-width: 1024px) {
 

}

 

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
#menu{display:block;}
.slicknav_menu{display:none;} 




    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
#menu{display:block;}
.slicknav_menu{display:none;}






    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
#menu{display:none;}
.slicknav_menu{display:block;}
#navigation {
	width: 100%;
	height: inherit;
	border-top: 0px solid #51565c;

	border-bottom: 0px solid #FFF;
}
.active a {
	color: yellow !important;
	background-image: inherit;

}
#content_box {
	width: 300px;
}
.article-area {
	width: 100%;
	float: left;
}
#text {
	width: 100%;
}
#sidebar {
	width: 100%;
}
#kalendar {
	width: 92% !important;
	padding: 20px;
}
#kalendar p{margin:0 !important;}
#kalendar img {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

#mjesec {
	width: 100%;
	height: 160px;
	margin: 30px 0;
	overflow:hidden;
}


iframe {
	width: 100% !important;
	height: 200px !important;
}
.AudioPlayerV1.APV1_wrapper {
	width: 100% !important;
}
.header img{width:100%}
#navigation {
	background-color: inherit;
}
.mjesec {
	display: block;
	width: 100%;
	margin: 15px 0;
}






}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
#menu{display:none;}
.slicknav_menu{display:block;}


#content_box {
	width: 450px;
}
.article-area {
	width: 100%;
	float: left;
}
#text {
	width: 100%;
}
#sidebar {
	width: 100%;
}

#kalendar {
	width: 92% !important;
	padding: 20px;
}
#kalendar img {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
#mjesec {
	width: 100%;
	height: 160px;
	margin: 30px 0;overflow:hidden;
}

iframe {
	width: 100% !important;
	height: 200px !important;
}
.AudioPlayerV1.APV1_wrapper {
	width: 100% !important;
}

.header img{width:100%}
#navigation {
	background-color: inherit;
}
.mjesec {
	display: block;
	width: 100%;
	margin: 15px 0;
}

/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
	background-color: #fff;
	display: inline;
	float: center;
	width: 100%;
}

.mu-contact-area {
	display: inline;
	float: center;
	padding: 100px 0;
	width: 100%;
}

.mu-contact-header {
	display: inline;
	float: center;
	text-align: center;
	width: 100%;
}

.mu-contact-content {
	display: inline;
	float: center;
	margin-top: 50px;
	width: 100%;
	padding: 0 20%;
}

.mu-contact-form {
	text-align: center;
}

.mu-contact-form .form-group input {
	background: transparent;
	color: #333;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 6px 15px;
	height: 45px;
	margin-bottom: 24px;
	width: 100%;
}

.mu-contact-form .form-group textarea{
	color: #333;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 20px;
	font-size: 18px;
	padding: 15px;
	height: 190px;
	width: 100%;
	
}

.mu-contact-form .form-control:focus {
	background-color: #fff;
    outline: 0;
    box-shadow: none;    
} 

.mu-contact-form .form-control::-webkit-input-placeholder {
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #888;
	font-size: 15px; 
}

.mu-contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-ms-input-placeholder {  
	color: #888;
	font-size: 15px;
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
	padding: 12px 40px;  
}

#form-messages {
	margin-bottom: 10px;
    background-color: #fff;
	
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


/* ===============================
16. Footer
================================ */



}