@CHARSET "UTF-8";

/*
* @author Mucić Predrag <predrag@011info.com>
* @copyright 011info.com
* @license commercial
* @version 1.0
*/

@media screen and (min-width: 960px) {
	
body{
	margin:0px;
	padding:0px;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, sans-serif;	
	background-image:url(../images/background.jpg);
	background-position: center top; 
	background-repeat:no-repeat;
	background-attachment: fixed;
	color:black;
}

a{
	text-decoration:none;
}

h1, h2, h3{
	margin:0px;
}

.orange{
	color:#ff6500;
}

.clear{
	clear:both;
}

.delimiter{
	width:100%;
	height:5px;
	background:#ff6500;
}

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

.align-right{
	text-align:right;
}

.float-left{
	float:left;
}


/* HEADER */
header{
	width:960px;
	min-height:50px;
	margin:0px auto;
	padding-top:20px;
}

.logo{
	display:none;
}

menu{
	width:960px;
	height:50px;
	background:#ff6500;
	padding:0px;
	margin:0px;
}

.menu-item{
	width:240px;
	height:50px;
	display: table-cell;
   	vertical-align: middle;	
   	text-align:center;
   	text-decoration:none;
   	border-right:1px solid white;
   	font-size:18px;
   	color:white;
   	text-shadow: 1px 1px 1px black;
}

#activ-menu-item{
	text-decoration:underline;
}
/* ./HEADER */

/* SLIDER */
.slider{
	width:960px;
	height:500px;
	margin:0px auto;
}
/* .SLIDER */

/* MAIN */
main{
	width:920px;
	min-height:200px;
	margin:0px auto;
	padding:20px;
}

main h2{
	font-weight:normal;
}

.content-part{
	width:300px;
	min-height:100px;
	float:left;
	margin-right:10px;
	text-align:center;
}

.content-part p{
	margin:0px;	
}

.content-part img{
	width:290px;
	padding:5px;
	background:#ff6500;
}

/* ./MAIN */

/* GALLERY */
.galery-image{
	width:290px;
	height:190px;
	border:solid #ff6500 5px; 
	float:left;
	margin:3px;
	margin-bottom:10px;
	padding:0px;
}
/* ./GALLERY */

/* KONTAKT */
.kontakt-table{
	width:100%;
}

.kontakt-table td{
	width:33%;
}

.map{
	width:920px;
	height:400px;
}
/* ./KONTAKT */

/* FOOTER */
footer{
	width:100%;
	min-height:20px;
	background:#ff6500;
	margin:0px auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	color:white;
	text-shadow: 1px 1px 1px black;
}

footer a{
	color:white;
}
/* ./FOOTER */

.border-right{
	border-right: 1px solid #ff6500;
}

.margin-null{
	margin:0px;
}

.border-null{
	border:0px;
}

}@CHARSET "UTF-8";

/*
* @author Mucić Predrag <predrag@011info.com>
* @copyright 011info.com
* @license commercial
* @version 1.0
*/

@media screen and (max-width: 960px) {
	
body{
	margin:0px;
	padding:0px;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, sans-serif;	
	background-image:url(../images/background.jpg);
	background-position: center top; 
	background-repeat:no-repeat;
	background-attachment: fixed;
	color:black;
	font-size:1em;
}

a{
	text-decoration:none;
}

h1, h2, h3{
	margin:0px;
}

.orange{
	color:#ff6500;
}

.clear{
	clear:both;
}

.delimiter{
	width:100%;
	height:5px;
	background:#ff6500;
}

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

.align-right{
	text-align:right;
}

.float-left{
	float:left;
}


/* HEADER */
header{
	width:100%;
	min-height:50px;
	margin:0px auto;
}

.logo{
	width:100%;
	text-align:center;
}

.logo img{
	max-width:100%;	
}

menu{
	width:100%px;
	min-height:50px;
	background:#ff6500;
	padding:0px;
	margin:0px;
}

.menu-item{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	display: block;
   	text-align:center;
   	text-decoration:none;
   	border-bottom:1px solid white;
   	font-size:1em;
   	color:white;
   	text-shadow: 1px 1px 1px black;
}

#activ-menu-item{
	text-decoration:underline;
}
/* ./HEADER */

/* SLIDER */
.slider{
	width:100%;
	margin:0px auto;
	display:none;
}

.slider img{
	max-width:100%;
}
/* .SLIDER */

/* MAIN */
main{
	min-height:100px;
	margin:0px auto;
	width:95%;
	padding:2.5%;
}

main h2{
	font-weight:normal;
}

.content-part{
	width:100%;
	min-height:100px;
	text-align:center;
	margin-bottom:20px;
}

.content-part p{
	margin:0px;	
}

.content-part img{
	max-width:97%;
	padding:1.5%;
	background:#ff6500;
}

/* ./MAIN */

/* GALLERY */
.gallery a{
	pointer-events: none;
}

.galery-image{
	width:100%;
	min-height:300px;
	float:left;
	margin-bottom:10px;
	padding:0px;
}
/* ./GALLERY */

/* KONTAKT */
.kontakt-table{
	width:100%;
}

.kontakt-table td{
	width:100%;
	display:block;
	text-align:center;
	border:0px;
	margin-bottom:20px;
}

.map{
	width:100%;
	height:400px;
}
/* ./KONTAKT */

/* FOOTER */
footer{
	width:100%;
	min-height:20px;
	background:#ff6500;
	margin:0px auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:0.8em;
	color:white;
	text-shadow: 1px 1px 1px black;
}

footer a{
	color:white;
}
/* ./FOOTER */

.border-right{
	border-right: 1px solid #ff6500;
}

.margin-null{
	margin:0px;
}

.border-null{
	border:0px;
}
	
}