@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: Indie Flower;
    src: url(fonts/IndieFlower.ttf);
}

body,td,th {
	font-family: Indie Flower;
	color: #000000;
	font-size:12px
}

body {
	background-image: url(img/back2.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-y: scroll
	}

h3 {
	line-height:50px
	}

a {
	text-decoration:none;
	color: #000
}

.link-text {
	background-color:#CADAF3;
	padding-left:3px; 
	padding-right:3px
	}

.link-text:hover {
	text-decoration:underline
	
	}
	
.prvi:hover {
	background-color:#CADAF3 !important	
		}

figure {
	position: relative;
	display: inline-block;
	
}

figcaption {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
	top: 0;
	padding-top: 105px;
	
}

.prored {
	padding-top: 15px
}

.play {	
	background-image: url(ics/play3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
	background-color:rgba(255,255,255,0.7); 
	padding-top:70px;
	padding-left:5px; padding-right:5px;
	border-radius:5px
}

figure {
	display:block
	
	}

figure img {
	opacity: .7
}

figure:hover img {
	opacity: 1.0
 
}

figure:hover figcaption {
    display: none;
}

.img-about {
	box-shadow: 5px 5px 20px #999999;
	}
	
.img-work {
	box-shadow: 3px 3px 15px #999999;
	}

.header {
	width: 100%;
	margin: 0px;
	padding-top: 15px;


}
.footer {
	width: 100%;
	margin: 0px;

}

.link {
	border: 2px solid #000;
	border-radius: 10px;
	display: inline-block;
	padding: 5px;
	margin: 5px;
	}

.nav {
	padding-top: 40px
	
	}

ul {
	text-align:center;
	margin: 0;
	padding: 0
		
	}

li {
	
	display: inline-block;
	padding: 5px;
	margin: 5px;
	}

li:hover {
	background-color: #CADAF3;
	border-radius: 50px;
}
	
.videoWrapper {
	position: relative;
	padding-bottom: 42.62%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.multiple-borders {
  -webkit-box-shadow:
     0px 0px 0px 2px rgba(0,0,0,0.6),
                0px 0px 0px 14px #fff,
                0px 0px 0px 18px rgba(0,0,0,0.2),
                6px 6px 8px 17px #555;
  
     -moz-box-shadow:
     0px 0px 0px 2px rgba(0,0,0,0.6),
                0px 0px 0px 14px #fff,
                0px 0px 0px 18px rgba(0,0,0,0.2),
                6px 6px 8px 17px #555;
  
          box-shadow:
     0px 0px 0px 2px rgba(0,0,0,0.6),
                0px 0px 0px 14px #fff,
                0px 0px 0px 18px rgba(0,0,0,0.2),
                6px 6px 8px 17px #555;
}
	
	

/* --------- smartphone ----------- 767px bcp */
@media screen and (max-width: 910px) {
body {
	font-size: 10px;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
#head-l {
	border-bottom:1px solid #000;
	padding-bottom: 0 !important ; 
	width:85% !important	
}
#p-gore {
	margin-top:0px
}
#faca {
	padding-top:5px !important
}
#head-d {
	display:none
}
#izbornik-m {
	display: block !important
}
#vid-okvir {
	width:100% !important
}
.cont-l {
	width:80% !important;
	padding-left:10% !important;
	padding-right:10% !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important
}
.cont-d {
	width:100% !important;
	margin-left:0 !important;
	margin-right:0 !important;
	padding-top: 10px !important;
	padding-bottom: 20px !important
}
.prored {
	padding-top: 0
}
#getintouch {
	padding: 10px !important;
	border-right:none !important;
	border-bottom:1px solid #000	
	}
#contact-d {
	display:none	
	}
#contact-m {
	display:block !important	
	}

}
/* -------- tablets----------- */
@media screen and (min-width: 768px) {
body {
font-size: 12px;
}
}
/* --------- small desktop screen ------------- */
@media screen and (min-width: 1024px) {
body {
font-size: 12px;
}
}
/* --------- large desktop screen ------------- */
@media screen and (min-width: 1280px) {
body {
font-size: 12px;
}
}
	


