
p{
	font-family: 'Muli', sans-serif;
}

a{
	font-family: 'Muli', sans-serif;
}
section p {
	font-size: 21px;
	font-family: 'Muli', sans-serif;
}
li{
	font-size: 17px;
	font-family: 'Muli', sans-serif;
}

#callButton{
	display: none;
}

.btn-default{
	color:#807d7d;
	border-radius: 1em;
	margin-right:8px;
	
}


.btn-default:hover{
	background:#6a6776;
	color: white;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    
    font-size: 17px;
    position: absolute;
    background:whitesmoke;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 0.5em;
    transition:0.6s;
    filter:alpha(opacity=0);
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;
}

.dropdown-content a {
    color: #807d7d;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition:0.6s;
     filter:alpha(opacity=100);
    
     font-family: 'Muli', sans-serif;
}

.dropdown-content a:hover {
	background-color:#6a6776;
	color:white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

#buttonMobile{
	display: none;	
}
/*NAVBAR*/
.navbar-fixed-top{
background-color:  rgba(35, 35, 35, 0.1);
height: 85px;

}

.navbar-default{
	border:none;
	font-family: 'Muli', sans-serif;
}
.navbar-right{
	padding-top: 20px; 
}

.navbar-header{
	padding-top: 15px;
}

.dropdown-menu{
	background-color: #99a4fe;
	border-radius: 10px;
}

.navbar-nav .active a{
	background-color: red;
}

#oNamaButton{
	padding: 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 20;
    visibility: hidden;
    margin-top: -1px;
    background-color: red;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar-brand{
	margin-top: -35px;
}
/*CONTAINER MAIN*/
#containerMain{
padding: 0 0 0 0;
margin: 0 0 0 0;
}

hr{
	border-top: 6px solid #eee;
}

.row{
margin-left: 0;
margin-right: 0;
}

#romMain h1{
	font-family: 'Muli', sans-serif;
}

#rowDobroDosli{
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	font-family: 'Muli', sans-serif;
	 /*background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));*/
}

#rowDobroDosli h1{
	font-family: 'Muli', sans-serif;
}

#rowMobile{
	display: none;
}

#rowProizvodi{
	width: 70%;
	display: inline;
	height: 100px;
}

#rowProizvodi .btn-default{
	width: 110px;
	margin-right: 10px;
}

#rowOnama{
	font-family: 'Muli', sans-serif;
	letter-spacing: 1px;
	background: url('../images/aluroletna1.png')no-repeat;
	background-attachment: fixed;
	background-position: top center;
  background-size: cover;
 background-size: ;
  margin: 0 0;
}

#oNamaMobile{
	display: none;
}

#opacity{
	background-color: rgba(88,102,139, 0.6);
	width: 72%;
	margin: 60px auto;
	border-radius: 25px;
	border: 3px solid white;	
}

#opacityMobile{
	display: none;
}

#text{
	width: 90%;
	margin: 60px auto;
	z-index: 1;

}

#text p{
	color:white;
	font-weight: 600; 
	font-size: 20px;
	padding: 25px 0; 
}

#rowPortfolio{
	margin:auto 0;
}

.text-center img{
	margin-right: 30px;
}

#rowPortfolioMobile{
	display: none;

}
/* --------------------------------------
   Carousel
   -------------------------------------- */

/*#myCarousel {
	margin-top:60px;
}
*/
/*.carousel-caption {
	font-size: 24px;
}

.carousel-caption h4 {
	font-size: 32px;
}*/

#myCarousel .item { 
	height: 650px; 

}

#slide1 {
		background: url('../images/carousel4.jpg') center no-repeat;
		background-size: 100% 100%;
	}
	
	#slide2 {
		background: url('../images/carousel.jpg') center no-repeat;
		background-size: 100% 100%;
	}
	
	#slide3 {
		background: url('../images/carousel6.png') center no-repeat;
		background-size: 100% 100%;
	}

	#slide4 {
		background: url('../images/carousel11.jpg') center no-repeat;
		background-size: 100% 100%;
	}

	#slide5 {
		background: url('../images/carousel14.jpg') center no-repeat;
		background-size: 100% 100%;
	}

	#slide6 {
		background: url('../images/carousel8.jpg') center no-repeat;
		background-size: 100% 100%;
	}

	#slide7 {
		background: url('../images/carousel7.png') center no-repeat;
		background-size: 100% 100%;
	}
	#slide8 {
		background: url('../images/carousel2.jpg') center no-repeat;
		background-size: 100% 100%;
	}

	#slide9 {
		background: url('../images/carousel3.jpg') center no-repeat;
		background-size: 100% 100%;
	}

	#slide10 {
		background: url('../images/carousel10.jpg') center no-repeat;
		background-size: 100% 100%;
	}

	




.carousel-control{
	width: 10%;
}



/*FOOTER*/

footer{
background-color: #232323;
}

.justify-content-start{
	text-align: center;
}

#containerFooter p{
	color:whitesmoke;
	font-family: 'Muli', sans-serif;
}

#containerFooter i{
	color:whitesmoke;
	font-family: 'Muli', sans-serif;
}

.justify-content-start{
	text-align: center;
	width: 90%;
	margin:auto;
}

#containerFooter p{
	color:white;
}

#colFooter{
	margin-top: 40px;
	font-size: 18px;
	border-right:1px solid white;
	line-height: 170%;
}

#logoFooter{
	
	width:300px;
	height:120px;
	margin:30px -20%;
}
/*MEDIA QUERIES*/
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
}

@media (max-width: 768px){
.navbar-fixed-top{
position: absolute;
background-color: transparent !important;

}

.dropdown{
	display: none;
}


.nav li{
	margin-bottom: 10px;

}



.navbar-toggle{
	background-color: #eee;
	z-index: 9999;
}

.btn-default{
	width: 200px;
	margin-right: 0;
}

#buttonMobile{
	display: block;
	margin: auto;
	font-weight:700;
}

.navbar-collapse{
	background-color: rgba(251, 248, 248, 0.76);
	text-align: center;
	border-top: none;
	position: absolute;
	width: 100%;
	margin-top: -65px;
	
}

.navbar-collapse a{
	text-align: center;
}

#containerMain{
	margin-top: -35px;
}

#myCarousel .item{
	height: 210px;
	margin-top: 35px;
}

#slide1 {
		background: url('../images/carousel4.jpg') center no-repeat;
		background-size: 100% 100%;
	}
	
	#slide2 {
		background: url('../images/carousel.jpg') center no-repeat;
		background-size: 100% 100%;
	}
	
	#slide3 {
		background: url('../images/carousel6.png') center no-repeat;
		background-size: 100% 100%;
	}

	#slide4 {
		background: url('../images/carousel11.jpg') center no-repeat;
		background-size: 100% 100%;
	}

	#slide5 {
		background: url('../images/carousel14.jpg') center no-repeat;
		background-size: 100% 100%;
	}

	#slide6 {
		background: url('../images/carousel8.jpg') center no-repeat;
		background-size: 100% 100%;
	}

	#slide7 {
		background: url('../images/carousel10.jpg') center no-repeat;
		background-size: 100% 100%;
	}
	#slide8 {
		background: url('../images/carousel2.jpg') center no-repeat;
		background-size: 100% 100%;
	}

	#slide9 {
		background: url('../images/carousel3.jpg') center no-repeat;
		background-size: 100% 100%;
	}

	#slide10 {
		background: url('../images/carouse7.png') center no-repeat;
		background-size: 100% 100%;
	}

	

#rowMobile{
	display: none;
	margin-top: 90px;
}

.navbar-brand{
	display: none;
}

#rowProizvodi{
	
	height: auto;
	text-align: center;
}

#rowProizvodi .btn-default{
	margin-bottom: 15px;
	margin-right: 0;
	width: 200px;
}

#rowPortfolio{
	display: none;
}

#rowPortfolioMobile{
	display: block;
	margin-top: 20px;

}

#rowPortfolioMobile img{
	display: block;
	margin: auto;
	margin-bottom: 20px;
	max-width: 60%;
}

hr{
	border-top: 6px solid #eee;
}

#rowOnama{
	background-attachment: local;
}

#opacity{
	width: 96%;

}

#text{
	margin: 0 auto;

}

#text p{
	font-size: 18px;
}

#colFooter{
	border-right: none;
	border-bottom: 1px solid white;
	margin-top: 10px;
}

#logoFooter{
	margin-bottom: 0px;
	width: 300px;
	height: auto;
}

#callButton{
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 60px;
	height: 60px;
	border: none;
	background-color: transparent;
	display: block;
	z-index: 1;
}

/*#radi{
	display: block;
	position: fixed;
		top: 20px;
		right: 20px;
	z-index: 9999;
	height: 70px;
	width: 70px;
	background-color: #eee;
	border:none;
	border-radius: 1em;
}*/


}

@media (min-width: 1200px) {

	
}