@font-face {
	font-family:'Nexa';
	src: url('NexaRegular_gdi.eot');
	src: url('NexaRegular_gdi.eot?#iefix') format('embedded-opentype'),
		url('NexaRegular_gdi.woff') format('woff'),
		url('NexaRegular_gdi.ttf') format('truetype'),
		url('NexaRegular_gdi.svg#NexaRegular-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Nexa';
	src: url('NexaBlack_gdi.eot');
	src: url('NexaBlack_gdi.eot?#iefix') format('embedded-opentype'),
		url('NexaBlack_gdi.woff') format('woff'),
		url('NexaBlack_gdi.ttf') format('truetype'),
		url('NexaBlack_gdi.svg#NexaBlack-Regular') format('svg');
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

body {
	margin: 0px;
	padding: 90px 0px 0px 0px;
	font-size: 16px;
	font-family: 'Nexa', sans-serif;
	background: #222;
	color: #f0f0f0;
    overflow-x: hidden;
    overflow-y: auto;
}

h1 {
	color: #f0f0f0;
	text-transform: uppercase;
	font-size: 2rem;
	padding: 0px;
	margin: 0px 0px 15px;
}

h2 {
	color: #0ab;
	text-transform: uppercase;
	font-size: 1.75rem;
	padding: 0px;
	margin: 0px 0px 15px;
}

a {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 1.56rem;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.container {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

.navbar {
	text-align: right;
	width: 100%;
	height: 90px;
	z-index: 10;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #222 url('../images/bg_right.jpg') no-repeat top center fixed;
	background-size: cover;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	text-transform: uppercase;
	font-weight: 900;
}

nav {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	margin-right: 30px;
}

nav li {
	float: left;
	position: relative;
}

nav li:after {
	content: '';
	display: block;
	width: 0%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0ab;
	transition: all 0.2s cubic-bezier(.68,-0.55,.27,1.55);
	-webkit-transition: all 0.2s cubic-bezier(.68,-0.55,.27,1.55);
	-moz-transition: all 0.2s cubic-bezier(.68,-0.55,.27,1.55);
}

nav li:hover:after {
	width: 100%;
}

nav li a {
	color: #f0f0f0;
	padding: 34px 10px;
	display: block;
	font-size: 1rem;
	text-align: right;
}

nav li a:hover {
	color: #0ab;
}

.logo {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 60px;
	background: url('../images/logo.png') no-repeat center center;
	background-size: contain;
	position: relative;
	margin: 15px 30px;
}

.logo a {
	display: block;
	text-indent: -99999px;
	color: transparent;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

header {
	width: 100%;
	height: 520px;
	background: url('../images/header_bg.jpg') no-repeat top center fixed;
	background-size: cover;
	text-align: right;
	box-shadow: inset 0px 0px 250px rgba(0,0,0,0.15);
}

header img {
	width: 200px;
	height: 120px;	
	padding-top: 370px;
}

.wrapper {
	position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom:56.25%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left:0px;
    overflow: hidden;
}

#glazba {
	padding: 45px 0px 30px;
	background: url('../images/bg_left.jpg') no-repeat top center fixed;
	background-size: cover;
	box-shadow: inset 0px 0px 250px rgba(0,0,0,0.33);	
}

#glazba h1 {
	font-size: 2rem;
	padding: 0 0 10px 70px;
	background: url('../images/icon_glazba.png') no-repeat left center;
	background-size: contain;
}

.gl_left {
	display: inline-block;
	vertical-align: top;
	width: 615px;
	margin-right: 15px;
}

.gl_right {
	display: inline-block;
	vertical-align: top;
	width: 325px;
}

.glazba_p {
	text-align: center;
	color: #777;
}

.gallery-slider .slide-item {
	width: 300px;
}

.gallery-slider img {
	width: 100%;
	max-width: 100%;
	max-height: 225px;
}

.slick-slide{
	width: 300px;
}

.featherlight-gallery2 .featherlight-content {
    background: #222;
}

.featherlight-gallery2 {
	background: rgba(100,100,100,0.5);
}
.featherlight-gallery2 .featherlight-content {
	background: #222;
}
.featherlight-gallery2 .featherlight-next:hover,
.featherlight-gallery2 .featherlight-previous:hover {
	background: rgba(0,0,0,0.5);
}
.featherlight-gallery2 .featherlight-next:hover span,
.featherlight-gallery2 .featherlight-previous:hover span {
	font-size: 25px;
	line-height: 25px;
	margin-top: -12.5px;
	color: #fff;
}
.featherlight-gallery2  .featherlight-close {
	background: transparent;
	color: #fff;
	font-size: 1.2em;
}
.featherlight-gallery2.featherlight-last-slide .featherlight-next,
.featherlight-gallery2.featherlight-first-slide .featherlight-previous {
	display: none;
}

#obendu {
	padding: 45px 0px 30px;
	background: url('../images/bg_right.jpg') no-repeat top center fixed;
	background-size: cover;
	box-shadow: inset 0px 0px 250px rgba(0,0,0,0.33);	
}

#obendu h1 {
	font-size: 2rem;
	padding: 0 0 15px 60px;
	background: url('../images/icon_obendu.png') no-repeat left center;
	background-size: contain;
}

.third {
	display: inline-block;
	width: 33%;
	margin-bottom: 30px;
}

.third img {
	width: 100%;
	height: auto;
}

.tablecontainer {
	width: 100%;
	overflow-x: auto;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../slider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: 'Nexa';
	font-weight: 900;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -32px;
	background: url(../images/icon_left.png) no-repeat center center;
	background-size: 16px;
	opacity: 0.7;
}

.bx-wrapper .bx-next {
	right: -32px;
	background: url(../images/icon_right.png) no-repeat center center;
	background-size: 16px;
	opacity: 0.7;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	outline: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: 'Nexa';
	display: block;
	font-size: .85em;
	padding: 10px;
}

.menu_toggle {
	display: none;
}

#turneja {
	padding: 45px 0px 30px;
	background: url('../images/bg_blueleft.jpg') no-repeat top center fixed;
	background-size: cover;
	box-shadow: inset 0px 0px 250px rgba(0,0,0,0.33);	
}

#turneja h1 {
	font-size: 2rem;
	padding: 0 0 10px 65px;
	background: url('../images/icon_turneja.png') no-repeat left center;
	background-size: contain;
}

table {
	width: 100%;
}

tr, td {
	padding: 0px 0px 15px;
}

.topoftable {
	font-weight: 900;
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #0ab;
}

.tabright {
	text-align: right;
}

table a {
	color: #0ab;
	text-decoration: underline;
}

#proizvodi {
	padding: 45px 0px 30px;
	background: url('../images/bg_right.jpg') no-repeat top center fixed;
	background-size: cover;
	box-shadow: inset 0px 0px 250px rgba(0,0,0,0.33);
}

#proizvodi h1 {
	font-size: 2rem;
	padding: 0 0 10px 65px;
	background: url('../images/icon_proizvodi.png') no-repeat left center;
	background-size: contain;
}

.glazba_p a, .gl_right a {
	color: #0ab;
	text-decoration: underline;	
}

#saloteka {
	padding: 45px 0px 50px;
	background: url('../images/bg_left.jpg') no-repeat top center fixed;
	background-size: cover;
	box-shadow: inset 0px 0px 250px rgba(0,0,0,0.33);
}

#saloteka h1 {
	font-size: 2rem;
	padding: 0 0 10px 50px;
	background: url('../images/icon_saloteka.png') no-repeat left center;
	background-size: contain;
}

.homenav {
	background: url('../images/home.png') no-repeat center center;
	background-size: 50%;
	width: 30px;
	height: 21px;
}

.homenav:hover {
	background: url('../images/home2.png') no-repeat center center;
	background-size: 50%;
}

#tabs-titles{
    float:left;
    margin: 0px 10px 20px 0px;
    text-transform: uppercase;
}
#tabs-titles li{
    cursor:pointer;
    padding-bottom: 10px;
}
#tabs-titles li.current{
    font-weight: 900;
    color: #0ab;
}
#tabs-contents{
    margin-left:250px;
    padding:20px;
    height: 160px;
    border: 1px solid rgba(255, 255, 255, 0.33);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.33);
	-moz-user-select: none;
    -webkit-user-select: none;
	cursor: default;
}
#tabs-contents li{
    display:none;
}
#tabs-contents li:first-child{
    display:block;
}

#kontakt {
	padding: 45px 0px 30px;
	background: url('../images/bg_blueright.jpg') no-repeat top center fixed;
	background-size: cover;
	box-shadow: inset 0px 0px 250px rgba(0,0,0,0.5);
}

#kontakt h1 {
	font-size: 2rem;
	padding: 0 0 10px 65px;
	background: url('../images/icon_kontakt.png') no-repeat left center;
	background-size: contain;
}
form, input, textarea {
	font-family: 'Nexa';
	color: #fff;
}

input, textarea {
	padding: 20px;
	margin: 0px 14px 20px 0px;
	border: 1px solid rgba(255, 255, 255, 0.33);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.33);
}

input:focus, textarea:focus {
	background: #fff;
	color: #222;
}

textarea {
	resize: none;
}

input[type="submit"] {
	background: #0ab;
	color: #fff;
    cursor: pointer;
    display: block;
	font-weight: 900;
	font-size: 1.25rem;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: 5px;
	border: none;
	transition: 0.2s ease-in-out;
	
}

input[type="submit"]:hover {
	background: #fff;
	color: #222;
}

.menu_toggle {
	display: none;
}


@media (max-width: 999px) {
.container {
		width: 768px;
	}

.menu_toggle {
    display: block;
    position: absolute;
    width: 30px;
    height: 25px;
    padding: 10px;
    top: 20px;
    right: 15px;
    z-index: 100000;
}

.menu_toggle .relative {
    position: relative;
}

.menu_toggle .relative span.first-line, .menu_toggle .relative span.second-line, .menu_toggle .relative span.third-line {
    display: block;
    width: 30px;
    height: 5px;
    left: 0;
    background: #FFF;
    position: absolute;
    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transorm-origin: center center;
}

.menu_toggle .relative span.first-line {
    top: 0px;
}

.menu_toggle .relative span.second-line {
    top: 10px;
}

.menu_toggle .relative span.third-line {
    top: 20px;
}

nav#main-navigation {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #0ab;
    z-index: 9999;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.7);
    visibility: hidden;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	margin-left: 0;
}

nav#main-navigation ul li {
	display: block;
	text-align: center;
	float: none;
}

nav#main-navigation ul li a {
	color: #FFF;
}

nav#main-navigation ul li:hover a {
	color: #0ab;
}

nav#main-navigation li:after {
    width: 100%;
    height: 0%;
    background: #FFF;
    z-index: -1;
}

nav#main-navigation li:hover:after {
    height: 100%;
}

.opened-navigation {
    visibility: visible !important;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
}

.opened-toggle .relative span.first-line {
    transform: rotate(45deg);
    top: 10px;
    background: #FFF;
}

.opened-toggle .relative span.second-line {
    opacity: 0;
}

.opened-toggle .relative span.third-line {
    transform: rotate(-45deg);
    top: 10px;
    background: #FFF;
}

nav li a {
	text-align: center;
}

.homenav {
	display: block;
	width: 100%;
	-webkit-background-size: 30px;
	background-size: 30px;
	box-sizing: border-box;
}

.homenav:hover {
	-webkit-background-size: 30px;
	background-size: 30px;
}
	
header {
	height: 420px;
	background: url('../images/header_bg.jpg') no-repeat top center fixed;
	background-size: 100%;
	background-size: cover;
}

header img {
	padding-top: 270px;
	padding-right: 30px;
}

.gl_left {
	width: 100%;
	margin-right: 0px;
	text-align: center;
}

.gl_right {
	margin-top: 20px;
	width: 100%;
}

.third {
	display: inline-block;
	width: 32%;
	margin-bottom: 30px;
}

#kontakt p {
	text-align: center;
}

input[type="submit"] {
	margin: 0px auto;
}
}


@media (max-width: 768px) {

.container {
	width: 100%;
}

.menu_toggle {
    display: block;
    }

.navbar {
   	width: 100%;
   	box-sizing: border-box;
   }

section {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	display: none;
}

textarea {
	width: 100%;
	box-sizing: border-box;
}

.logo {
	margin: 15px 0px;
}

table {
	min-width: 600px;
}

#tabs-titles li{
	display: inline-block;
	margin: 0px 10px;
}

#tabs-titles li.current{
    font-weight: 900;
    color: #0ab;
}
#tabs-contents{
    margin-left:250px;
    padding:20px;
    height: 160px;
    border: 1px solid rgba(255, 255, 255, 0.33);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.33);
	-moz-user-select: none;
    -webkit-user-select: none;
	cursor: default;
}
#tabs-contents li{
    display:none;
}
#tabs-contents li:first-child{
    display:block;
}

#tabs-titles {
	float: none;
	text-align: center;
}

#tabs-contents {
	margin-left: 0;
	height: auto;
	display: block;
	width: auto;
	float: none;
}

}

@media (max-width: 640px) {
.third {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.third img {
	max-width: 280px;
}

}