@font-face {
	src: url('mojFont.ttf');
	font-family: 'mojFont';
}

* {
	margin: 0px;
	padding: 0px;
	font-family: 'mojFont';
}

.cleaner {
	clear: both;
}

body {
	font-family: 'mojFont';
}

ul {
	list-style-type: none;
}

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

a:hover{
	color: #666;
}

a:active {
	color: #fff;
}

a:visited {
	color: #fff;
}
.okvir {
	width: 1000px;
	margin: 0px auto;
}

#heder {
	width: 100%;
	height: 105px;
	padding: 0px 50px;
	background-color: #FFD700;
	box-shadow: 3px 3px 10px #666;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
	border: 1px solid;
	border-radius: 5px;
}

#logo {
	float: left;
	width: 90px;
	height: inherit;
	margin-top: 10px;
}

#logo a img {
	border: 1px solid;
	border-radius: 45px;
	color: #000;
}

#navigacija ul li {
	float: left;
	width: 100px;
	display: inline-block;
    text-align: center;
	margin: 40px 60px;
}

#navigacija ul li a {
	font-size: 30px;
	color: #fff;
	letter-spacing: 1;
}

#navigacija ul li a {
	text-decoration: none;
	display: inline-block;
    border-right: 1px solid #000;
    border-left: 1px solid #000;	
    height: 0px;
}

#navigacija ul li a:hover {
	border-right: 1px solid #000;
    border-left: 1px solid #000;
	height: 34px;
	color: #000;
	transition: 1s;
}

#gore {
	margin-top: 70px;
	width: 100%;
	background-image: url(../img/gore.jpg);
	background-repeat: no-repeat;
	padding: 50px 0px 10px 0px;
	background-color: #000;
}

#tekst {
	float: left;
	width: 500px;
	background-color: rgba(000,000,000, 0.6);
	box-sizing: border-box;
	border-radius: 10px;
	padding: 10px;
}

#desno {
	float: right;
	width: 400px;
	height: 400px;
	background-color: #000;
	opacity: 0.9;
}

#desno1 {
	float:left;
	width: 400px;
	height:200px;
	position: absolute
}

#desno2 {
	top: 320px;
	float:left;
	width: 400px;
	height:200px;
	position: absolute
}

.reklama {
	float: left;
	width: 200px;
	height: 200px;
}

.reklama h2 {
	color: #fff;
	padding-top: 60px;
	text-align: center;
	letter-spacing: 2;
}

.reklama p {
	color: #FFD700;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2;
	
}

.reklama img:hover {
    transform: scale(1.1, 1.1);
	transition: 1s;
}

.blok img:hover {
	transform: scale(1.2, 1.2);
	transition: 1s;
}

#tekst h1 {
	color: #FFD700;
	font-size: 40px;
	letter-spacing: 2;
}

#tekst p {
	color: #FFF;
	text-align: justify;
	font-size: 23px;
}

#brendovi {
	width: 960px;
	min-height: 770px;
	margin: 0px auto;
	background-image: url(../img/pozadina.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#dole {
	width: 100%;
	background-color: #000;
	margin: 0px 0px;
}
#tekstSlika {
	width: 50%;
	color: #fff;
	position: relative;
	top: 20%;
	left: 25%;
	text-align: center;
	margin-top: 35px;
}

#tekstSlika h2 {
	font-size: 40px;
	margin-bottom: 10px;
	color: #FFD700;
}

#tekstSlika p {
	display: block;
	background-color: rgba(000,000,000, 0.6);
	border-radius: 30px;
	font-size: 25px;
	margin-bottom: 40px;
	letter-spacing: 1;
	padding: 5px;
}

#tekstSlika a {
	padding: 10px 30px;
	border-radius: 15px;
	border: 2px dotted #f6f6f6;
	color: #fff;
	font-size: 27px;
	background-color: rgba(0,0,0, 0.3);
}

#tekstSlika a:hover {
	background: none;
}

.sredina {
	width: 100%;
	min-height: 450px;
}

.blok {
	width: 460px;
	height: 440px;
	margin: 30px 10px;
	background-color: rgba(000,000,000, 0.6);
	float: left;
	border-radius: 10px;
}

.blok h2 {
	color: #fff;
	padding-top: 5px;
	text-align: center;
	letter-spacing: 5;
}

.blok img {
	border: 6px solid;
	border-radius: 10px;
}

#futer {
	width: 100%;
	background-color: #FFD700;
	padding: 30px 0px;
	border-top: 2px solid #f6f6f6;
	border-radius: 5px;
	color: #fff;
	margin-top: 0px;
}

#podrska {
	float:left;
}

#podrska h3 {
	font-size: 25px;
	margin-bottom: 5px;
}

#podrska a {
	text-decoration: none;
	color: #fff;
}

#podrska a:hover {
	color: #666;
}

#sitemap {
	float:left;
	margin-left: 30px;
}

#sitemap h3 {
	font-size: 25px;
	margin-bottom: 5px;
}

#sitemap h3 a:hover {
	color: #666;
}

#sitemap a{
	color: #fff;
}

#sitemap ul li a:hover {
	color: #666;
}

#googleMap {
	width:280px;
	height: 120px;
	float:left;
}

#social-network {
	float: right;
	margin-top: 45px;
}

#social-network li {
	display: inline-block;
	margin: 0px 5px;
}

#social-network li img {
	border-radius: 5px;
}

#social-network li img:hover {
	transform: rotate(20deg);
	transition: 1s;
}

/* registracija */

#sredina {
	width: 100%;
	background-color: #000;
	min-height: 70%;
}

#sredina h1 {
	color: #FFD700;
	position: relative;
	padding-top: 50px;
	top: 90px;
	text-align: center;
	font-size: 45px;
}

.naziv {
	font-size: 35px;
	color: #fff;
	padding: 10px 0px;
}

.text-box {
	height: 30px;
	border: 2px solid #666666;
	border-radius: 5px;
}

table {
	margin-top: 100px;
	padding-left:70px;
	padding-top: 30px;
}

.dugme {
	width: 130px;
	height: 40px;
	font-size: 20px;
	border: 3px solid;
	border-radius: 10px;
	color: #000;
	margin: 10px;
}

.dugme:hover {
	color: #FFD700;
}

#sredina table p {
	color: #fff;
	display: inline;
	font-size: 25px;
	padding-left: 10px;
}

#googleMap {
	width: 300px;
	height: 125px;
	margin-left: 60px;
}

/* garancija */

#garancija {
	width: 100%;
	background-color: #000;
	margin-top: 100px;
}

#garancijaSlika {
	margin: 0px auto;
	width: 100%;
	height: 450px;
}

#garancijaTekst {
	width: 100%;
	min-height: 500px;
	color: #fff;
	padding-top: 50px;
	text-align: justify;
}

#garancijaTekst p {
	padding: 15px 0px;
	font-size: 20px;
}

#garancijaTekst ul {
	list-style-type: disc;
	padding-left: 35px;
	font-size: 20px;
}

/* brendovi */

#ponuda {
	width: 100%;
	min-height: 2000px;
	background-color: #000;
}

.model {
	width: 960px;
	height:450px;
	background-color: rgba(255,215,0, 1);
	margin: 20px auto;
	margin-bottom: 0px;
	position: relative;
	top: 120px;
	border-radius: 20px;
}

.artikl {
	width:300px;
	height:400px;
	margin: 5px 10px;
	background-color: rgba(000,000,000, 0.2);
	float: left;
	border-radius: 26px;
}

.model h1 {
	color: #fff;
	padding-top: 5px;
	padding-left: 10px;
	letter-spacing: 2;
}
.artikl img {
	border-radius: 25px;
}

.artikl img:hover {
	transform: scale(1.2, 1.2);
	transition: 1s;
}

.artikl h2 {
	text-align:center;
	padding-top: 5px;
	color: #fff;
}

.artikl p {
	text-align: center;
	color: #fff;
	font-size: 25px;
}

.korpa {
	width: 120px;
	margin: 0px 40px;
	padding: 5px;
	position: relative;
	bottom: 10px;
	left: 35px;
	border: 1px solid;
	border-radius: 10px;
	font-size: 15px;
}

.korpa:hover {
	color: #FFD700;
}

/* o nama */

#oNama {
	width: 100%;
	background-color: #000;
}

#oNamaSlika img {
	border-radius: 400px;
}

#info {
	width:100%;
	min-height:1650px;
	margin-top:100px;
	padding-top: 30px;
}

#info h1 {
	color: #fff;
	text-align: center;
	letter-spacing: 2;
	word-spacing: 4;
	
}

#info p {
	color: #fff;
	font-size: 20px;
	margin: 10px 0px;
	text-align: justify;
}

#info ol {
	padding-left: 20px;
}

#info ol li {
	color: #fff;
	font-size: 20px;
}

#lokacija {
	float:left;
}

#lokacija h2 {
	color: #fff;
	letter-spacing: 2;
	font-size: 30px;
	margin-top: 40px;
}

#GM {
	width: 600px;
	height: 300px;
}

#kontakt {
	width: 300px;
	height: 300px;
	float: right;
}

#kontakt {
	color: #fff;
	font-size: 20px;
	margin-top: 40px;
	letter-spacing: 2;
	
}

.adresa, .posalji {
	width: 300px;
	height:50px;
	text-align: center;
	font-size: 20px;
	border: 2px solid;
	border-radius: 10px;
}

.pitanje {
	width: 300px;
	height: 120px;
	text-align: center;
	font-size: 20px;
	border: 2px solid;
	border-radius: 10px;
	margin-top: 5px;
}

.posalji:hover {
	color: #FFD700;
}

/* o autoru*/

#oAutoru {
	width: 100%;
	min-height: 700px;
	background-color: #000;
	margin: 0px auto;
}

.autor {
	width: 450px;
	height: 420px;
	float:left;
	position:relative;
	top: 150px;
	left: 15px;
	margin: 0px 20px;
}

.autor img {
	border-radius: 30px;
}

.autor h1 {
	color: #fff;
	text-align: center;
	letter-spacing: 3;
}

.autor p {
	color: #fff;
	text-align: justify;
	font-size: 20px;
}