/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10.10.2016, 9:31:03
    Author     : Simon
*/

@font-face {
    font-family: Quicksand-Book;
    src: url(../fonts/Quicksand_Book_1.woff);
}

body {
    background: url("../img/bg/bg-all.png") center top;
    z-index: 99;
}

* {
    font-family: Quicksand-Book, sans-serif;
}

#logo {
    z-index: 1;
    margin-left: 262px;
    margin-top: 9px;
    margin-bottom: 20px;
    position: relative;
}

#logo-bg{
    position: relative;
    height: 155px;
    z-index: -2;
    width: 100%;
}

#header-bg{
    z-index: -1;
    height: 416px;
    width: 100%;
    position: relative;
}

#header-image{
    position: relative;
    z-index: 0;
    margin-top: -75px;

}

.head-text{
    position: absolute;
    margin-left: 114px;
    z-index: 2;
    font-size: 15pt;
    margin-top: -11px;
}

#menu-labels {
    position: relative;
    font-size: 28pt;
    margin-bottom: -60px;
    padding-left: 13px;
}

#menu-labels div{
    display: inline;
    font-family: 'Quicksand', sans-serif;
    font-size: 16.8pt;
}

#menu-labels div:hover{
    color:#a80000!important;
    border-bottom: 4px solid #a80000;
    padding-bottom: 8px;
    cursor: pointer;
}

#double-line{    
}

#box-narocanje {
    position: absolute;
    margin-top: -327px;
}

#box-ordinacijski-cas {
    position: absolute;
    margin-left: 503px;
    margin-top: -327px;
}

.box-header {
    font-size: 19pt;
    color:white;
}

#narocanje-header {
    position: absolute;
    color: #e4e5e5;
    margin-left: 22px;
    margin-top: -320px;
}

#narocanje-body {
    position: absolute;
    font-size: 17pt;
    margin-left: 18px;
    margin-top: -236px;
    color:white;
    font-weight: 100;
}

#narocanje-body label{
    color: #98a1b1;
    font-size: 14pt;
    font-weight: 100;
}

#ordinacijski-cas-header {
    color: #e4e5e5;
    position: absolute;
    margin-left: 532px;
    margin-top: -320px;
}

#ordinacijski-cas-body {
    position: absolute;
    margin-left: 532px;
    margin-top: -260px;
}

#ordinacijski-cas-body table tr td {
    font-size: 12pt;
    font-weight: 100;
    color:white;
}

.inline{
    display: inline;
}

.table-day {
    text-align: right;
    color: #98a1b1!important;
}

#ordinacijski-cas-subtext {
    position: absolute;
    margin-left: 250px;
    margin-top: -110px;
    width: 180px;
    font-size: 8pt;
    color:white;
}

#lang {
    position: absolute;
    font-size: 16pt;
    color:#000;
    margin-top: -406px;
    margin-left: 890px;
}

.pointer{
    cursor: pointer;
}

#footer-bg{
    margin-top: 50px;
    width: 100%;
    height: 350px;
}

#copyright {
    color: #858585;
    font-size: 10pt;
    margin-top: -60px;
    margin-left: 20px;
}

.menu-tab-box {
    position: relative;
    width: 981px;
}

#o-ambulanti{
    margin-left: 330px!important;
    width: 660px;
}

#tab-o-ambulanti {
    position: absolute;
    margin-left: -323px;
    margin-top: -22px;
}

#tab-o-ambulanti h3:hover  {
    color:#a80000;
    cursor: pointer;
}

.dark-red {
    color:#a80000;
}

#storitve{
    margin-left: 330px!important;
    width: 660px;
}

#tab-storitve {
    position: absolute;
    margin-left: -323px;
    margin-top: -22px;
}

#tab-storitve h3:hover  {
    color:#a80000;
    cursor: pointer;
}

#foot-line {
    position: absolute;
    margin-top: -72px;
}

#za-paciente{
    width: 980px;
}

#kontakt {
    margin-left: 330px!important;
    width: 660px;
}

#tab-kontakt {
    position: absolute;
    margin-left: -323px;
    margin-top: -22px;
}

#tab-kontakt h3:hover  {
    color:#a80000;
    cursor: pointer;
}

#foto-galerija{
    width: 980px;
}

.photo {
    height: 230px;
    width: 323px;
    padding: 10px;
    z-index: 999;
}

.pop {
    z-index: 999;

}

#body {
    margin: 0 auto;
    display: block;
    width: 978px;
}
p {
    text-align: justify;
}