@charset "utf-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 17px;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dl,li,dt,dd,table,form,video{margin-bottom:10px;}
h1,h2,h3,h4,h5,h6{font-style:italic; color:#333;}
h1{font-size:32;}
h2{font-size:28;}
h3{font-size:24;}
h4{font-size:22;}
h5{font-size:20;}
h6{font-size:18;}

a{text-decoration:none; font-style:italic;}
img, video{max-width:100%; height:auto;}


#menu {
	margin-top:1%;
	width:auto;
		-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
    border-bottom:10px solid rgba(90,88,85,0.2) ;
}

#nav{width:95%;
	 max-width:1200px;
	 margin:0 auto 0 auto;}

#nav img{display:inline; float:right; width:16%; margin-right:6%;}





#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu ul li img,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}

#cssmenu{display:inline; float:left; width:78%; padding-top:30px;}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #FFF;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #F60;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:99;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 180px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #555;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #F60;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}





/*header*/

#hero {width: auto; height: 455px; 
		position:relative;}
		
#slider { width: 100%; height: 455px; position:relative;}

.pager {width:100%; text-align:center; position:absolute; 
		z-index:99; top: 98%; margin-top:-8px;}
.pager a {
	position: relative;
	background: rgba(0,0,0,.1);
	display: inline-block; 
	width: 8px;
	height: 8px;
	margin: 0 5px;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	border: 2px solid #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	cursor: pointer;
	opacity: 1;
}
.pager a:hover { background-color:#FFF;}
.pager a.activeSlide { background-color:#FFF;}

.slider-item {
	width: auto;
	height: 400px;
	position: relative;
}
.slider-item h2 {
	background: rgba(255,102,204,0.2);
	top: 0;
	margin: 0;
	width: 350px;
	font-weight: lighter;
	line-height: 50px;
	position: absolute;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.slider-item p {
	background: rgba(150,150,150,0.7);
	top: 55px;
	margin: 0;
	width: 300px;
	line-height: 50px;
	position: absolute;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size:18px;
	font-weight:bold;
}

.slider-item a{color:#FFF;
text-decoration:none;}
				

.slider-item p.btn {
	background: rgba(255,51,0,0.2);
	top: 110px;
	margin: 0;
	width: 250px;
	line-height: 50px;
	position: absolute;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
p.btn a { color: #9CC; text-decoration: none; }
#next {
	display:block;
	width:80px; height:80px;
	position: relative;
	float: right;
	background: rgba(0,0,0,0);
	top:55%; margin-top:-40px;; right: 40px; 
	z-index: 99; cursor:pointer; opacity: .3;
}
#prev {
	display:block;
	width:80px; height:80px;
	position: relative;
	float: left;
	background: rgba(0,0,0,.0);
	top: 55%; margin-top:-40px; left: 40px; 
	z-index: 99; cursor:pointer; opacity: .3;
}
#next:hover, #prev:hover {opacity: .8;}




#wrapper {
	padding: 10px;
	width: 95%;
	max-width: 1200px;
	margin-top:50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#main{width:100%;
	color:#444;}
	
#main img{
	margin-top:10px;
}

#mainTwo {
	float: left;
	width:75%;
	padding-right:3%;
	margin-bottom:0px;}
	
	
#mainTwo h3{margin-bottom:40px;}
	
#sidebar {
	float: left;
	width: 20%;
	text-align:left;
}
#sidebar h3{padding-left:10%;}
#sidebar h4{padding-left:12%;}
#sidebar ul{padding-left:16%;}
#sidebar ul li{padding-left:20%;}


#footer{
	background-color:#333;
	color:#EEE;}
	

/* _______________________________________________________________________________________________________________________________ */
/* box (u glavnom djelu sadržaj) */

.box{
	margin-bottom:10px;
	margin-top:20px;
	
	}
	
.boxTwo{
	margin-bottom:10px;
	margin-top:20px;
	padding-bottom:10px;
	}
	
.box iframe{
	width:41%;
	float:left;
	margin-right:2%;
	}
		
.box img{
	width:41%;
	float:left;
	margin-right:2%;
	}
	
.boxInner {
	margin:0;
	width:57%;
	float:left;}
	
.boxTwo img{
	width:25%;
	float:left;
	margin-right:4%;
	}


.boxInnerTwo {
	margin:0;
	width:71%;
	float:left;}
	
.boxInnerTwo p{padding:0;margin:0;}
	
.boxInnerTwo h3{margin:0;
padding-top:7px;
padding-bottom:0;}


.boxInner p{margin:0; padding:0; }


.box a{
	font-size:12px;
	float:right;
	color:#666;}
	
.boxInnerTwo a{color:#333; font-size:18px;}



.box h4{
	float:right;
	color:#666;}
	
.box li{margin-left:5%;}

#slikalijevo{float:left; width:49%;margin-right:2%;margin-bottom:10px;}
#slikadesno{float:right;width:49%;}


.kataloglijevo{float:left; width:49%;margin-right:2%;padding-bottom:10px;border-bottom:1px solid #666;}
.katalogdesno{float:right;width:49%;padding-bottom:10px;border-bottom:1px solid #666;}
.kataloglijevo img{
	width:31%;
	float:left;
	margin-right:2%;
	}
.katalogdesno img{
	width:31%;
	float:left;
	margin-right:2%;
	}
.katalogInner {
	margin:0;
	width:67%;
	float:left;
	}
	
.katalogInner h4{margin-top:7px;}
.katalogInner a{font-size:12px;
	float:right;
	color:#666;}

/* _______________________________________________________________________________________________________________________________ */
/* sidebar */


#sidebar{border-left:1px solid #CCC;}

#sidebar li{
	list-style-type:none;
	}
	
#sidebar a{
	color:#666;
	display:block;
	}
	
#sidebar a:visited{
	color:#666;
	}	

#sidebar a:hover{
	color:#F60;
	}
	
#sidebar img{display:block;margin-top:60px;margin-left:30px;
			width:80%;}

/* _______________________________________________________________________________________________________________________________ */
/* footer */

#footer{
	background-color:#333;
	color:#EEE;
	padding-bottom:10px;
	padding-top:10px;}

#footerWrapper{max-width:1200px;
				margin: 0 auto 0 auto;
				padding:0;}

#footerInner{
	width:74%;
	padding-right:4%;
	float:left;;
	border-right: 1px solid #999;
	}
	
#footerInner p{font-size:16px;}
	
#footerSidebar{float:right;
				width:21%;}
				
#footerSidebar img{width:100%;}

#footerWrapper h2{
	color:#EEE;
	font-size:20px;

	}
	
#footerInner a{text-decoration:none;
				color:#FFF;}

#footerInner img{
	width:3%;
	margin-right:10px;
	vertical-align:middle;}
	
#social{
	margin-top:25px;
	text-align:center;
	margin-bottom:0px;
	font-size:12px;}
	
	
#social img{
	margin-right:10px;
	width:1%;
	vertical-align:middle;}



/* _______________________________________________________________________________________________________________________________ */
/* flash object, maps, forms, tablica */

.box .ytWrapper{
	margin-top:0px;
	float: left;
    width: 40%;
    position: relative;
    padding-bottom: 20.30%;
    height: 0;
	margin-right:2%;}
	

.box .ytWrapper iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
	
.karta{
	position:relative;
	height:0;
	overflow:hidden;
	padding-bottom:66.66%;
	margin-bottom:10px;}
	
.karta iframe{
	position:absolute;
	top:0;
	left:0;
	width:95%;
	height:100%;}
	
	
/*forma, slike-gallerya*/

#kontakt{
	border:1px solid #CCC;
	padding:10px;
	width:55%;
	float:left;
	}
	
#main h3{color:#333;}
	
#kontakt input, #kontakt textarea{
								display:block;
								margin:10px 0 10px 0;}

#kontakt input{							
letter-spacing: 1px;
background-color:#f1f1f1;
margin-bottom:5px;
margin-top:5px;
padding-left:4px;
padding-top:4px;
padding-bottom:4px; }
								
#kontakt #reset, #kontakt #submit {
							display:inline;
							margin-right:10px;}
							
#kontaktSidebar{/*paragraf koji dolazi nakon prozvanog id kontakt*/
		width:40%;
		float:right;}

#kontaktSidebar a{text-decoration:none;
					color:#333;}	
		


table {
  table-layout:auto; 
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee;
}
th {
	background: #C0C0C0;
	color: #ffffff;
	font-weight: bold;
	font-size:14px;
}
tr {
	height: 30px;
}
td, th { 
  padding: 4px;
  border-bottom-color:#C0C0C0;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top:none;
  border-left:none;
  border-right:none;
  border-radius: 1px;
  text-align: left; 
}


/* slike galerija */


.boxThree{
	margin-bottom:30px;
	margin-top:20px;
	padding-bottom:10px;
	}

.slike{width:35%;
		float:left;
		margin-right:5%;}
		
.slike1{width:23%;
		float:left;
		margin-right:3%;}
		
.slike img{margin-bottom:10px;}
		
		
.boxspec{width:60%;
		float:right;}
		
.boxspec1{width:74%;
		float:right;}
		
.boxspec a{float:right; color:#333; font-size:12px;}
		
.boxspec h4{margin-top:0;}

.lightbox {
	cursor: pointer;
}

.lightbox-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	overflow: hidden;
	z-index: 9999999;
}

.lightbox-exit,
.lightbox-button-left,
.lightbox-button-right {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("slike/icons_white.svg");
	background-size: 60px 20px;
	z-index: 99999999999;
	cursor: pointer;
}

.lightbox-exit {
	top: 25px;
	right: 25px;
	background-position: 0 0;
}

.lightbox-button-left,
.lightbox-button-right {
	top: 50%;
	transform: translate(0, -50%);
	
}

.lightbox-button-left {
	left: 25px;
	background-position: 20px 0;
}

.lightbox-button-right {
	right: 25px;
	background-position: 40px 0;
}

	.lightbox-inactive {
		opacity: 0.2;
	}
	
.lightbox-slides {
	height: 100%;
}
	
.lightbox-slide {
	position: absolute;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

	.lightbox-slide img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100vh;
	}
	
	.lightbox-caption {
		position: absolute;
		width: 100%;
		bottom: 0;
		background: rgba(0, 0, 0, 0.9);
		color: rgba(255, 255, 255, 1);
		line-height: 50px;
		font-size: 20px;
		text-align: center;
	}
	
.lightbox-loader {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999999999;
	opacity: 0;
}

	svg path,
	svg rect{
	  fill: #fff;
	}
.lightbox-slides {
	transition: 500ms;
}






/*---------------------------*/
		
.cleaner {
	clear: both;
}


/* --------------------------------------------------------------------------------------------------------------------------------- */
/* prilagođavanje rezolucije za različite uređaje */

@media screen and (max-width:768px){
	body{font-size:14px;}

#nav{width:auto;padding-left:2%; padding-right:2%;}
#nav img{display:inline; float:none; width:20%; margin-left:1%;margin-bottom:20px;}


#menu {
	margin-top:10px;
	width:auto;
		-webkit-box-shadow:none;
	   -moz-box-shadow: none;
	        box-shadow: none;
    border-bottom:none;
}

#cssmenu {
    width: 100%; padding-top:0;background: #333;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
	color:#CCC;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
	color:#CCC;
  }
  #cssmenu ul ul li a {
    color: #ccc;
    background: none;
  }
  
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #F60;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display:none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #ccc;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ccc;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ccc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ccc;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #555;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ccc;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ccc;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ccc;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
	
	#hero {display:none;}
		
	
	#wrapper{width:auto;
	margin-top:0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;}
	
#sidebar h3{padding-left:10%;}
#sidebar h4{padding-left:10%;}
#sidebar ul{padding-left:10%;}
#sidebar ul li{padding-left:11%;}

	
	.box .ytWrapper{
	width:auto;
	float:none;
	margin-right:0;
	margin-bottom:10px;
    position: relative;
    padding-bottom: 46.52%;
    padding-top: 25px;
    height: 0;}
	
		
	.boxInner{
		width:auto;
		float:none;
		padding-top:0;}
	
	#footer{font-size:12px;}
	
	#footerInner{
	width:72%;}
	
	#footerInner {padding-left:1%;}
	#footerWrapper{padding-left:2%;}
	#footerInner p{font-size:12px;}
	#social{font-size:10px;}
	#social img{width:2%;}
	

	
	}
	

@media screen and (max-width:480px){
	body{font-size:12px;}

#nav{width:auto;padding-left:3%; padding-right:3%;}
#nav img{display:inline; float:none; width:auto; margin-right:0;margin-bottom:3%;}

#menu {
	margin-top:0;
	width:auto;
		-webkit-box-shadow:none;
	   -moz-box-shadow: none;
	        box-shadow: none;
    border-bottom:none;
}

#cssmenu {
    width: 100%; padding-top:0;background: #333;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
	color:#CCC;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
	color:#CCC;
  }
  #cssmenu ul ul li a {
    color: #ccc;
    background: none;
  }
  
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #F60;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display:none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #ccc;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ccc;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ccc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ccc;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #555;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ccc;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ccc;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ccc;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
	
	#kontakt,#kontaktSidebar{width:auto;
	float:none;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;}
	
	#wrapper{margin-top:0; padding-top:0;width:auto;}
	
	#mainTwo{width:auto;
			float:none;
			border-right:none;}
			
	#sidebar{width:auto;
			float:none;}
			
	#sidebar img{display:block;margin-top:30px;margin-left:20%;
			width:40%;}
	
.karta iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;}
	
		.box img{
		width:auto;
		float:none;
		display: block;
    margin-left: auto;
    margin-right: auto;
		}
		

	.boxInner{
		width:auto;
		margin-top:10px;
		float:none;}
		
	.boxTwo img{width:70%;
		float:none;
		display: block;
    margin-left: auto;
    margin-right: auto;}
	.boxInnerTwo{width:auto;
		margin-top:10px;
		float:none;}
		
	#slikalijevo{float:none;width:auto;margin:0;}
	#slikadesno{float:none;width:auto;}
	
	.kataloglijevo{float:none;width:auto;margin:0;border-bottom:none;margin-bottom:10px;}
	.katalogdesno{float:none;width:auto;border-bottom:none;margin-bottom:10px;}
	
	#footerWrapper h2{font-size:14;}
	#footerInner, #footerSidebar{width:auto;
	float:none;}
	#footerInner{border-right:none;}
#footerInner p{font-size:12px;}
	#footerInner img{width:4%;}
	#footerSidebar{text-align:center;}
	#social{font-size:10px;}
	
	
	.slike{width:auto;
		float:none;
		margin-right:0;}
	
	.boxspec{float:none;
	width:auto;}

	.slike1{width:auto;
		float:none;
		margin-right:0;}
	
	.boxspec1{float:none;
	width:auto;

}


/* ---------------------------------------------------------------------------------------------------------------------------------*/
