*{
	margin:0 !important;
	padding:0 !important;
}

img {
  width: 100%;
  height: auto;
}

body {
	font-family: "Verdana", sans-serif;
	background-image: url("../images/pattern.png");
	background-repeat: repeat-x repeat-y;
}

.container {
	position: relative;
	margin: 0 auto !important;
	width: 960px;
}

.clearFix {
	clear: both;
}

.aboveFooter {
	margin: 50px 0 !important;
	border: 2px #566ccc solid;
	border-radius: 5px;
	width: 100%;
}

#backToTop {
	position: fixed;
	right: 120px;
	bottom: 80px;
	width: 60px;
	height: 60px;
  z-index: 999;
  display: none;
	cursor: pointer;
	text-align: center;
	color: white;
	text-transform: lowercase;
	font-variant: small-caps;
	opacity: .7;
}

/*---------------------------------------------ABOUT PAGE-----------------------------------------------*/

.langSocial{
	color: #b3b3b4;
  margin: 0 auto !important;
  max-width: 960px !important;
  height:60px !important;
}

.langSocial .lang {
	position: relative;
	font-size: 15px;
	top: 10px !important;
}

#engLang {
	cursor: pointer;
	margin-right: 5% !important;
}

#srbLang {
	cursor: pointer;
}

#engLang:hover {
	color: #fefefe;
}

#srbLang:hover {
	color: #fefefe;
}

.langCurrent {
	color: #fefefe;
}

.langSocial .pratitenas{
	font-size: 16px;
	color:#b3b3b4;
	position: relative;
	top: 18%;
	padding-right: 10px !important;
}

.langSocial .favicons{
	text-align: right;
  position: relative !important;
  width: 100% !important;
  height:100% !important;
	float: right;
  font-size: 25px !important;
}

.fa-facebook-square{
  position: relative;
  top:25%;
  color: #3B5998;
}

.fa-instagram{
  position: relative;
  top:25%;
	color: #bc2a8d;
  background: -webkit-linear-gradient(#bc2a8d,  #cd486b, #fccc63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-google-plus-square{
  position: relative;
  top:25%;
  color: #d34836;
}

.fa-youtube{
  position: relative;
  top:25%;
  color:#cc181e;
}


/*-------------NAV-BAR--------------*/
nav{
  border-radius: 5px;
  background-image: url("../images/nova.png");
  background-position: bottom;
  background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 90px;
	z-index: 1;
}

.logo{
	position: relative;
	width: 33%;
  padding-left: 20px !important;
	float: left;
}

.logoImg {
	position: relative;
	width: auto;
	height: auto;
	top: 5px !important;
}

.navigationListDiv {
	position: relative;
	width: 67%;
	float: right;
	height: 100%;
}

.navList{
  position: relative !important;
  display: inline !important;
  list-style: none !important;
  float: right;
	padding-right: 20px !important;
	top: 30px;
}

.navList li{
	font-family: Helvetica, sans-serif;
  font-size: 18px !important;
  display: inline-block !important;
  background: none !important;
  text-transform: lowercase;
	font-variant: small-caps;
}

.navList a {
	margin-left: 20px !important;
}

.navList a:link {
    color: #000;
    text-decoration: none;
}

.navList a:visited {
    color: #000;
}

.navList a:hover {
    color: #fefefe;
}

.navList a:active {
    color: #fefefe;
}

/*************DropDown Menu********************/

.menuicon{
    cursor: pointer;
    display: none;
		color: #000;
		font-size: 30px;
		font-weight: 900;
}

.dropdown-content {
		font-size: 20px;
    text-align: center;
    text-transform: lowercase;
    font-variant: small-caps;
    overflow: hidden;
    display: none;
    position: relative;
		z-index: 0;
    width: 100%;
		margin-top: 20px !important;
		-webkit-animation-name: animateMenu;
    -webkit-animation-duration: 1s;
    animation-name: animateMenu;
    animation-duration: 1s;
}
.dropdown-content a {
    color: #fefefe;
    text-decoration: none;
    display: block;
		width: 30%;
		margin: 0 auto !important;
}

/* Add Animation */
@-webkit-keyframes animateMenu {
    from {top:-110px; opacity:0.5} 
    to {top:0; opacity:1}
}

@keyframes animateMenu {
    from {top:-110px; opacity:0.5}
    to {top:0; opacity:1}
}

	.dropdown-content a:hover{
    color:#555ccc;
}

/*-------------MAIN--------------*/

.aboutMainWrapper {
	position: relative;
	width: 100%;
	color: #fefefe;
	padding: 20px 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: -10px !important;
	text-align: justify;
}

.aboutMainWrapper p {
	margin: 10px 0 !important;
}

.aboutMainWrapper ul {
	padding-left: 30px !important;
}

.aboutText {
	font-size: 15px;
	float: left;
	width: 60%;
	padding-right: 10px !important;
}

.aboutText span{
	font-weight: 900;
}

.aboutImgs {
	float: left;
	width: 40%;
	padding-left: 10px !important;
}

.aboutImgs img {
	display: block;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 20px !important;
	border: 2px solid #555ccc;
	border-bottom: 4px solid #555ccc;
}

#aboutImgsImg2 {
	margin-bottom: 10px !important;
}

hr {
	border: 0.5px dotted #555ccc;
	width: 100%;
	margin: 35px 0 !important;
}

.hrOnamaLast {
	display: none;
}




/*-------------FOOTER--------------*/

footer{
	clear: both;
	color: black;
	 width: 100%;
	 border-radius: 5px;
	 position: relative;
	 margin-top: 20px !important;
	 margin-bottom: 20px !important;
	 height: 200px;
	 background-color: gray; 
}
footer small{
	font-size:10px;
}

.smallMail{
	padding-left: 41px !important;
}

.footerDiv{
	position:relative !important;
	border-radius: 5px;
	float: left;
	width: 33.33%;
	height: 100%;
	background-color: #808080; 
}

.footerDivLeft{
	text-align: left;
}

.footerList{
	list-style: none !important;
	padding-top: 50px !important;
	padding-left: 100px !important;
}

.footerList li{
	font-size: 14px;
	background: none;
}

.footerList a:link {
    color: #000;
    text-decoration: none;
}

.footerList a:visited {
    color: #000;
}

.footerList a:hover {
    color: #fefefe;
}

.footerList a:active {
    color: #fefefe;
}

.footerDivCenter{
	text-align: left;
	padding-top: 20px !important;
	padding-left: 8% !important;
}

.footerDivCenter p{
	font-weight: bold;
}

.footerDivRight{
	text-align: center;
}

.footerDivRight .favicons{
	padding-top: 40px !important;
  position: relative !important;
  font-size: 35px !important;
}

.footerDivRight .favicons p{
  font-size: 16px !important;
}




/******************Responsive part******************/

@media screen and (max-width: 960px) {
	.container {
		width: 100%;
	}
	
	.aboutText {
		padding-left: 10px !important;
		text-align: left;
		width: 100%;
	}
	.aboutImgs {
		padding: 0 10px !important;
		width: 100%;
		display: flexbox;
	}
	.aboutImgs img {
		margin-left: 1% !important;
		margin-right: 1% !important;
		width: 48%;
		float: left;
	}
	.mikron-slika{
		float: right !important;
	}
	
	.hrOnamaLast {
		display: block;
	}

}


@media screen and (max-width: 800px) {
	.navList {
		top: 30px;
	}
	
	.navList li {
		font-size: 18px !important;
	}
	
	.aboutImgs img {
		width: 98%;
	}
	
	#aboutImgsImg2 {
		margin-left: 1% !important;
	}

}

@media screen and (max-width: 750px){
	.langSocial .pratitenas{
		display: none;
	}
	
	.logo {
		width: 80%;
	}
	
	.navigationListDiv {
		width: 20%;
	}
	
	.menuicon{
			float:right;
			padding: 20px 20px 0 0 !important;
			display: inline-block;
	}
	
	.navList {
		display: none !important;
	}
	
	.footerDiv {
		border-radius: 0;
	}
	
	.footerDivLeft {
		width: 100%;
		text-align: center;
	}
	
	.footerList {
		padding-left: 0 !important;
	}
	
	.footerDivCenter {
		width: 100%;
		text-align: center;
		padding: 0 !important;
	}
	
	.footerDivRight {
		width: 100%;
		text-align: center;
	}
}

