﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,latin-ext);
@font-face {
	font-family: Dirty;
	src: url(../font/Dirty.TTF);
}
@font-face {
	font-family: Dirty;
	src: url(../font/Dirty.TTF);
}

html{
	background-color: #000;
	background-image: url(../back/back-band1.jpg);
	background-size: 1000px;
	background-repeat: no-repeat;
	background-position: 50% -3%;
}
body
{
    color: white;
    font-family: OpenSans;
	margin:0 auto;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	width:1000px;
}
#main
{
    position: relative;
}
::selection{
	background-color:white;
	color:black;
}
::-moz-selection
{
	background-color:white;
	color:black;
}

/*
    Navigacija
*/
#topbar
{
    opacity: 0.85;
    
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left,  #000000 0%, #333333 50%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#333333), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #000000 0%,#333333 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #000000 0%,#333333 50%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #000000 0%,#333333 50%,#000000 100%); /* IE10+ */
    background: linear-gradient(left,  #000000 0%,#333333 50%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

    text-align: center;
    box-shadow: inset 0 0 30px black;
    height: 0px; /* 75 */
    font-family:Dirty;
    position: relative;
}
#glavniNaslov
{
    display: none;
    font-size: 50px;
}
#glavniPodNaslov
{
    display: none;
    font-size: 24px;
    margin-top: -6px;
}
.navPanel
{
    opacity: 0.85;
    color: white;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 184px; /* 184 */
    height: 0px; /* 27 */
    overflow: hidden;
    top: 75px;
    box-shadow: inset 0 0 8px black;
    cursor: pointer;
    
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
	
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navPanel:hover
{
    padding-top: 8px;
}

#navPanelONama
{
    left: 0px;
    background-color: #aa66cc;
}
#navPanelFoto
{
    left: 204px;
    background-color: #33b5e5;
}
#navPanelVideo
{
    left: 408px;
    background-color: #99cc00;
}
#navPanelSvirke
{
    left: 612px;
    background-color: #ffbb33;
}
#navPanelInfo
{
    left: 816px;
    background-color: #ff4444;
}
#blogLink
{
    display: none;
    position: absolute;
    top: 47px;
    right: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 3px 5px;
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    
    -moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#blogLink:hover
{
    color: black;
    background-color: #ccc;
}
#lajkLink
{
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    overflow: auto;
}


/*
    Overleji
*/
#overlejBoja
{
    opacity: 0.5;
    box-shadow: inset 0 0 15px black;
    display: none;
    position: absolute;
    
    height: 550px;
    width: 1000px;
    margin: 0;
    top: 120px;
    left: 0px;
    
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
#overlejPanel
{
    display: none;

    opacity: 0.95;
    box-shadow: 0 0 15px black;
    background-color: black;
    position: absolute;
    
    height: 510px;
    width: 960px;
    margin: 0 20px;
    top: 140px;
    left: 0px;
    
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
#footer
{
    position: absolute;
    width: 1000px;
    margin: 0;
    top: 680px;
    left: 0px;
    font-size: 12px;
    text-align: right;
    color: #666;
}



/*
    Frejmovi
*/
.frejm
{
    position: absolute;
    height: 480px;
    width: 920px;
    margin: 0 40px;
    top: 155px;
    left: 0px;
    color: #ccc;

    /*background-color: #111;*/
    display: none;
}
.frejm p
{
    margin: 8px 0;
}
.frejm h1
{
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 15px -2px;
}
.frejm h2
{
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 8px -1px;
}

/* F1 - O Nama */
#f1TextWrap
{
    position: relative;
    height: 480px;
    width: 315px;
    float: left;
    text-align: justify;
    font-size: 15px;
}
#f1TextWrap h1
{
    color: #aa66cc;
}
.f1ThumbWrap
{
    position: absolute;
    bottom: 31px;
    width: 135px;
    height: 101px;
    padding: 10px;
    cursor: pointer;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.f1ThumbWrap:hover
{
    background-color: #aa66cc;
    -webkit-box-shadow: inset 0px 0px 5px black;
	-moz-box-shadow: inset 0px 0px 5px black;
	box-shadow: inset 0px 0px 5px black;
}
.f1Thumb
{
    width: 135px;
    
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
    box-shadow:0px 0px 5px black;
	-moz-box-shadow: 0px 0px 5px black;
	-webkit-box-shadow: 0px 0px 5px black;
}
#f1SlikaWrap
{
    height: 480px;
    width: 585px;
    float: right;
}
#f1Slika
{
    width: 585px;
}
#f1SlikaNaziv
{
    text-align: center;
    margin-top: 8px;
}

/* F2 - Foto */
#f2ListaWrap
{
    height: 480px;
    width: 315px;
    float: left;
    border-right: 1px solid #0099cc;
}
#f2ListaWrap h1
{
    color: #33b5e5;
}
#f2ListaSlika
{
    width: 315px;
    height: 400px;
}
.f2ListaPanel
{
    margin: 0;
    padding: 5px 10px 5px 0px;
    cursor: pointer;
    
    -moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.f2ListaPanel:hover
{
    color: #33b5e5;
}
.f2ListaPanelKlik
{
    background-color: #0099cc;
    color: black;
    text-align: right;
    
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}
.f2ListaPanelKlik:hover
{
    color: black;
}
#f2ThumbsWrap
{
    width: 585px;
    height: 480px;
    float: right;
    /*overflow: auto;*/
}
.imgPanel
{
	margin:2px 0px;
    display: inline-block;
	width:140px;
	height:140px;
	cursor:pointer;

	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.imgPanel:hover
{
    background-color: #0099cc;
    -webkit-box-shadow: inset 0px 0px 5px black;
	-moz-box-shadow: inset 0px 0px 5px black;
	box-shadow: inset 0px 0px 5px black;
}
.imgPanelImageCell{
	display: table-cell;
	vertical-align: middle;
	max-height:inherit;
	max-width:inherit;
	height:inherit;
	width:inherit;
}
.imgPanelImage{
	text-align:center;
	margin:4px;
	width:132px;
	max-width:132px;
	height:132px;
	max-height:132px;
}
.inPanel{
	max-height:inherit;
	max-width:inherit;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:0px 0px 5px black;
	-moz-box-shadow: 0px 0px 5px black;
	-webkit-box-shadow: 0px 0px 5px black;
}

/* F3 - Video */
#f3ListaWrap
{
    float: right;
    width: 350px;
    height: 480px;
    text-align: right;
    border-left: 1px solid #669900;
}
#f3ListaWrap h1
{
    color: #99cc00;
}
#f3ListaVidea
{
    width: 350px;
    height: 400px;
}
.f3ListaPanel
{
    margin: 0;
    padding: 5px 0px 5px 10px;
    cursor: pointer;
    
    -moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.f3ListaPanel:hover
{
    color: #99cc00;
}
.f3ListaPanelKlik
{
    background-color: #669900;
    color: black;
    text-align: left;
    
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
}
.f3ListaPanelKlik:hover
{
    color: black;
}
#f3VideoWrap
{
    width: 550px;
    height: 480px;
    float: left;
}
#f3VideoIFrame
{
    width: 550px;
    height: 370px;
    text-align: center;
}
#f3VideoOpis
{
    width: 550px;
    height: 110px;
    text-align: justify;
}

/* F4 - Svirke */
#f4LevoWrap
{
    float: left;
    width: 448px;
    height: 480px;
    padding-right: 10px;
    border-right: 1px solid #ff8800;
}
#f4DesnoWrap
{
    float: right;
    width: 448px;
    height: 480px;
}
#f4DesnoWrap h1, #f4LevoWrap h1
{
    color: #ffbb33;
}
.f4ListaWrap
{
    width: 448px;
    height: 400px;
    float: left;
}
.f4ListaRed
{
    margin-top: 8px;
    border-bottom: 1px solid #151515;
}
.f4ListaRedSlika
{
    display:table-cell;
}
.f4ListaRedOpis
{
    vertical-align:top;
	display:table-cell;
    padding-left: 10px;
}
.f4ListaRed h2
{
    color: #ff8800;
    margin-top: -4px;
}
.f4ListaRed p
{
    font-size: 13px;
    text-align: justify;
}
#f4DesnoWrap img, #f4LevoWrap img
{
    width: 100px;
}
#f4DesnoWrap a, #f4LevoWrap a, #f4DesnoWrap a:visited, #f4LevoWrap a:visited
{
    color: #ff8800;
    text-decoration: none;
}
#f4DesnoWrap a:hover, #f4LevoWrap a:hover
{
    color: #ffbb33;
    text-decoration: none;
}

/* F5 - Info */
#f5Wrap
{
    overflow: auto;
}
#f5Wrap h1
{
    color: #f44;
    border-bottom: 1px solid #c00;
    margin: 0 0 5px -2px;
}
#f5Wrap a
{
    color: #f44;
    text-decoration: none;
}
#f5Wrap a:hover
{
    text-decoration: underline;
}
#f5pKontakt
{
    display: inline-block;
    width:500px;
    vertical-align:top;
    text-align: justify;
    margin-right:4px;
}
.f5ImgWrap
{
    display: inline-block;
    width: 70px;
    height: 100px;
    text-align: center;
    padding: 0px 15px;
    outline: none;
    text-decoration: none;
    color: #ccc !important;
    
    -moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.f5ImgWrap:hover
{
    color: #f44;
    text-decoration: none !important;
    background-color: rgba(255, 68, 68, 0.15);
}
.f5Img
{
    width: 70px;
    height: 70px;
}

