/* html5reset.css - 01/11/2011 */

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

body {
    line-height: 1;
}
article, aside, figure, footer, header, nav, section, details, summary {display: block;}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

body {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px;
}

* {
    font-family: 'Arial', 'Helvetica', 'Sans-Serif';
    box-sizing: border-box;
}
*::-moz-selection {
    background-color: #ee1c1d;
    color: #fff;
}


/*  SECTIONS  ============================================================================= */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    margin-bottom: 20px;
    /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0
}

.span_1_of_4 {
	width: 23.8%; 
}
.span_1_of_2 {
    width: 49.2%;
}
.span_2_of_3 {
    width: 66.13%; 
}
.span_1_of_3 {
    width: 32.26%; 
}
/*MENU ==============================================================*/

.header {
    padding: 30px 5px 0px 5px;
}

.logo {
    float: left;
    max-width: 12%;
    min-width: 154px;
    margin-right: 5px;
}

#nav {
    position: relative;
    float: right;
}

#nav ul {
    list-style: none;
    padding-top: 6px;
    display: block;
}

#nav ul:before,
#nav ul:after {
    content: "";
    display: table;
}

#nav ul:after {
    clear: both;
}

#nav ul li {
    display: inline;
    float: left;
}

#nav ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #2E2E2E;
    padding: 7px 10px;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 5;
    margin-right: 2px;
}
#nav ul li a:after{
    background: #ee1c1d;
    height: 100%;
    width: 0%;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    transition: all 0.5s ease-in-out;
}
#nav ul li a:hover:after{
    width: 100%;
    z-index: -1;
}
#nav ul li a:hover{
    color: #fff;
}
#nav ul li .active {
    background-color: #ee1c1d;
    color: #fff;
}

#open-menu {
    display: none;
}


/*SLIDER ========================================================================*/

.baner {
    background-image: url(../slike/baner.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1200px;
    min-height: 367px;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.slider {
    float: right;
    max-width: 600px;
    width: 80%;
    margin-right: 8%;
    top: 4%;
}
.slider:after{
	clear: 
}

.slider h3 {
    font-size: 1.6em;
    color: #2e2e2e;
    margin-bottom: 0px;
    background-image: url(../slike/tackica.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0px 3px;
    padding-left: 25px;
    display: block;
    height: 40px;
}

.slider p {
    font-size: 14px;
    margin-bottom: 1.0em;
    line-height: 1.3em;
    max-width: 580px;
    width: 100%;
    padding-left: 30px;
    text-align: justify;
}

.slider p a {
    color: #ee1c1d;
}

.vise {
    background-color: #ee1c1d;
    color: #fff;
    text-align: center;
    display: block;
    width: 150px;
    padding: 10px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.vise:hover {
    background-color: #fff;
    color: #ee1c1d;
}

.slider blockquote {
    color: #ee1c1d;
    padding: 0.8em 0px;
    padding-top: 0em;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    background-image: url(../slike/prev.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -45px;
}

.slick-prev:hover {
    background-image: url(../slike/prev-hover.png);
}

.slick-next {
    background-image: url(../slike/next.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    right: -45px;
}

.slick-next:hover {
    background-image: url(../slike/next-hover.png);
}
  /*NASLOVNA STRANA ===============================================================*/
  .grupa{
  	padding: 5px;
  }
  .grupa h2{
  	font-size: 20px;
  	padding-left: 20px;
  	margin: 10px 0px 10px 0px;
  	background-image: url(../slike/tackica.png);
  	background-repeat: no-repeat;
  	line-height: 20px;
  	background-position: left center;
  	background-size: 16px;
  }
  .grupa p{
  	font-size: 15px;
  	padding-left: 20px;
  	color: #5D5D5D;
  	line-height: 1.3em;
  }
.footer{
	background-color: #D6D6D6;
	margin-bottom: 0px;
	padding: 20px;
}
.slogan{
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	padding-bottom: 10px;
}
.slogan h2{
	border: none;
	color: #ee1c1d;
	}
.footer p{
	color: #2e2e2e;
	float: left;
}
.footer a{
	text-align: right;
	float: right;
	color: #ee1c1d;
}
.footer a:hover{
	color: #2e2e2e;
}
/*OSTALE STRANE =========================================================*/

.veliki-naslov{
	background-color: #E5E5E5;
}
.veliki-naslov h1{
	color: #2e2e2e;
	font-size: 30px;
	padding: 10px;
    padding-left: 30px;
    display: inline-block;
    width: auto;
}
.veliki-naslov blockquote {
    float: right;
    padding: 18px;
    margin-right: 25px;
    color: #ee1c1d;
    font-size: 1.08em;
}
.sadrzaj h2 {
	font-weight: bold;
	font-size: 20px;
	color: #ee1c1d;
	text-transform: uppercase;
	margin: 20px 0px 5px 5px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}
.sadrzaj p{
	line-height: 1.4em;
	font-size: 1em;
	padding: 5px 10px 5px 15px;
	margin-bottom: 10px;
}
.sadrzaj p span{
	color: #ee1c1d;
	font-weight: bold;
}
.sadrzaj a{
    color: #ee1c1d;
    text-decoration: underline;
}
.sadrzaj dl{
	padding: 10px;
}
.sadrzaj dl dt{
	font-size: 19px;
	text-transform: uppercase;
	margin: 5px 0px;
	background-image: url(../slike/tackica.png);
	background-repeat: no-repeat;
	background-size: 15px;
	padding-left: 23px;
	background-position: 0px 2px;
}
.sadrzaj dl dd{
	color: #2e2e2e;
	line-height: 1.3em;
	padding-left: 20px;
	margin-bottom: 15px;
}
.sadrzaj ul{
    line-height: 1.4em;
    list-style:none;
    padding: 0px 10px 10px 30px;
}
.sadrzaj ul li{
    padding-left: 30px;
    margin-bottom: 10px;
    background-image: url(../slike/tackica.png);
    background-repeat: no-repeat;
    background-size: 8px;
    padding-left: 23px;
    background-position: 8px 8px;
}
.bonitet figure img{
    border: 1px solid;
    margin: 0 10%;
    border-color: #ee1c1d;
}
figure img[src="slike/bonitet.jpg"]{
    margin-left: 90px;
}
figcaption {
    color: #ee1c1d;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.kontakti{
    padding: 10px 100px;
    text-align: center;
    font-size: 25px;
    line-height: 1.5em;
}
.kontakti .title{
    color: #ee1c1d;
    font-weight: bold;
    font-size: 30px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.kontakti .adresa{
    font-weight: bold;
    margin: 15px 0px;
}
.kontakti a{
        color: #ee1c1d;
}
/*MEDIA QUERIES =========================================================*/

@media screen and (max-width: 1200px) {
    .logo {
        position: relative;
    }
    #nav {
        position: absolute;
        top: -430px;
        z-index: 5;
        padding-top: 60px;
        transition: all .5s ease-out;
        left: 0px;
        background-color: rgba(255, 255, 255, .9);
    }
  
    #nav ul li {
        text-align: center;
        width: 100%;
        float: right;
    }
    #nav ul li a {
        padding: 13px 0px;
        display: block;
        width: 100%;
        font-size: 1.1em;
        margin-left: 1%;
    }
    #nav ul li a:hover{
        background-color: #ee1c1d;
    }
    #nav ul li a:after{
        display: none;
    }
   
    #open-btn {
        display: block;
        background-image: url(../slike/hamburger.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 27px;
        height: 27px;
        position: absolute;
        right: 30px;
    }
    #close-btn {
        display: block;
        background-image: url(../slike/close.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 27px;
        height: 27px;
        position: absolute;
        right: 30px;
        top: 30px;
    }
    #nav:target {
        display: block;
        top: 0px;
        z-index: 5;
        width: 100%;
        padding-right: 20px;
        padding-top: 60px;
    }
    #nav:target + #open-btn {
        display: none;
    }
    #head:target #open-btn {
        display: block;
    }
    figure img[src="slike/bonitet.jpg"]{
    margin-left: 10%;
    }
    figure img {
        width: 80%;
    }
}

@media screen and (max-width: 1070px) {
    .baner {
        background-image: url(../slike/baner-manji.png);
        background-position: center;
    }
    .slider {
        width: 90%;
        top: 4%;
        max-width: 1000px;
        padding: 9%;
    }
    .slider p {
        max-width: 100%;
        padding-left: 0px;
    }
    .slider h3 {
        margin-bottom: 1.2em;
    }
    .slick-next{
    	right: 0%;
    }
    .slick-prev{
		left: 0%;
    }
     .span_2_of_3 {
    width: 100%;
    }
    .span_1of_3 {
    display: none;
    }
    .kontakti{
    padding: 10px 10%;
    }
}

@media screen and (max-width: 600px) {
    .slider{
    	width: 100%;
    	float: none;
    	margin: 0;
    	padding: 0px 5px 0px 5px;
    }
    .slick-prev{
        left: -20%;
    }
    .slick-prev{
        right: -30%;
    }
    .slick-prev, .slick-next{
    	opacity: 0;
    }
    .slider h3 {
        font-size: 1.5em;
        margin-bottom: 30px;
    }
    .slider p{
    	width: 95%;
    }
}
@media only screen and (max-width: 800px) {
	.span_1_of_4 {
		width: 47.6%; 
	}
}

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
    .span_1_of_4 {
		width: 100%; 
	}
    .span_1_of_2 {
        width: 100%; 
    }
	.veliki-naslov h1{
	background: none;
	padding-left: 5px;
	}
	.sadrzaj p{
		padding-left: 10px;
	}
    .sadrzaj ul{
        padding-left: 10px;
    }
    .kontakti{
    padding: 40px 10%;
    font-size: 19px;
    }
    .kontakti .title{
        font-size: 21px;
    }
    .veliki-naslov blockquote{
        width: 100%;
        margin: 0;
        line-height: 1.2em;
    }
}
.cvenilink {
	color: #EE1C1D;
}
.crvena {
	color: #F00;
}
