﻿/* Home */
.home .section-title
{
	padding:0;
	font-size:1em;
	font-weight:500;
	text-transform:uppercase;
}

/* Promocije */
.services-content
{
    width:100%;
    margin-top:100px;
}
.services-content .content_item
{
    display:inline-block;
    width:50%;
}
.services-content .content_item a
{
    display:block;
}
.services-content .content_item a.odd
{
    text-align:right;
}
.services-content .content_item a.even
{
    text-align:left;
}

/* News */
.news-content .content_item
{
	position:relative;
	float:left;
    width:inherit;
}
.news-content .content_item .top .title
{
	padding-bottom:2px;
}

.news-content .content_item img
{
	position:relative;
	vertical-align:top;
}

.content_item .more
{
	display:inline-block;
    margin-top:20px;
    margin-bottom:10px;
    padding:6px 20px;
    border:solid 1px #0069B5;
	border-radius:4px;
	behavior:url(/css/PIE.htc);
    font-size:0.9em;
    font-weight:bold;
    text-transform:uppercase;
}

.news-content hr
{
	display:none;
}

.news-content.u-simple-slider .u-command .u-button
{
	top:-32px;
}

/* Contact options */

.contact-options a.block-button 
{
    display:block;
    height:14px;
    padding:18px 10px;
    background-position:right bottom;
    background-repeat:no-repeat;
    border-bottom:solid 1px #0069B5;
    text-transform:uppercase;
}
.contact-options a.block-button:hover
{
    background-color:#0069B5;
    background-position:right top;
    color:#F8F8F8;
}
.contact-options a.prijedlog
{
    background-image: url(../Img/prijedlog-icon.png);
}
.contact-options a.pitanje
{
    background-image: url(../Img/pitanje-icon.png);
}
.contact-options a.pohvala
{
    background-image: url(../Img/pohvala-icon.png);
}
.contact-options a.anketa
{
    background-image: url(../Img/anketa-icon.png);
}
.contact-options a.newsletter
{
    background-image: url(../Img/newsletter-icon.png);
}
.contact-options a.reklamacije
{
    background-image: url(../Img/reklamacije-icon.png);
}

/* Navigation */

.home-navigation
{
    margin-top:20px;
}
.home-navigation .nav-item img
{
    display:block;
    margin-bottom:10px;
}
.home-navigation .first
{
    margin-left:20px !important;
}
.home-navigation .nav-item
{
    display:inline-block;
    width:225px;
    margin-left: 40px;
    margin-right: 20px;
    vertical-align:top;
}
.home-navigation > .nav-item > a
{
    display:block;
    height:80px;
    padding:20px 0;
    font-size:1.2em;
    font-weight:bold;
    text-transform:uppercase;
}
.home-navigation .nav-item .level-1 a
{
    display:block;
    padding:10px 0;
    border-bottom:solid 1px #0069b5;
    font-size:1em;
    font-weight:500;
}

.half-width
{
    float:left;
    width:510px;
    margin:50px 25px;
}