body,html {
    background-color:#ffffff;
    font-size:14px;
    padding:0px;
    margin:0px;
    font-family: Arial, sans-serif;
    color:#333333;
    font-weight:normal;
    overflow-x:hidden;
}


/******************************************************************************
  GENERAL
*******************************************************************************/
h1 {
    padding:20px 0px 0px 20px;
    margin:0px;    
}
h2 {
    padding:5px 0px 0px 20px;
    margin:0px;    
}
h1 {font-size:32px;}
h2 {font-size:16px;}

p {
    padding:0px 20px 0px 20px;
}

li {
    line-height: 150%;
    text-align: left;
}

.clear { clear: both; }

.rounded {
  border-radius:8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.shadow {
    -moz-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
}

img {
    margin-top:5px;
}

table {
    width:100%;
    float:left;
    margin-top:20px;
    padding:0px 20px 0px 0px;
}
td {
    font-size:14px;
    font-weight:normal;
}
td h2 {
    padding:0px 0px 10px 0px;
}

.hand {
    cursor:pointer;
    cursor:hand;
}



input {
    border:1px solid #dacdba;
    outline:none;
    padding:6px;
    background-color:#f1ede7;
    width:300px;
    border-radius:4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin:5px 0px 5px 0px;
  font-size:20px;
}


/******************************************************************************
  FRAMEWORK
*******************************************************************************/
#top_left ul {
    margin-top:5px;
    padding-left:20px;
    font-size: 14px;
    line-height:22px;
    font-weight:normal;
    list-style-image: url('images/tick.png');
}
.narocilo {
    padding:20px 20px 0px 20px;
    margin:0px;
    font-size:32px;
}
.header {
    font-size:12px;
}
.reference {
    text-align: justify;
    /*font-size:12px;*/
    color:#555555;
    font-weight:normal;
}
.povedali_so {
    position:relative;
    background-color:#f3efe9;
    padding:20px 20px 10px 20px;
    line-height:20px;
    margin-bottom:10px;
    font-weight:normal;
}
.apostrof {
    font-size:20px;
    font-style: italic;
    font-weight:bold;
    color:#b19770;
    margin:0px 3px 0px 3px;
}
.podpis {
    position:relative;
    margin-top:30px;
    text-align: right;
    bottom:10px;
    right:20px;    
}
.narocilo_line {
    width:95%;
    margin-top:2px;
    float:left;
    padding-left:0px;
}
.label {
    width:190px;
    white-space: nowrap;
    float:left;
    text-align:right;
    margin-right:10px;
    font-size:16px;
    padding-top:14px;
    margin-left:0px;
}
.input {
    width:350px;
    white-space: nowrap;
    float:left;
    margin-left:0px;
}
#narocilo {
    background-color: #f04513;
    color:#ffffff;
    font-size:24px;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    float:left;
    border: 1px solid #f04513;
}
#narocilo:hover {
    background-color: #c1350d;
}

#preklici {
    background-color: #c1c1c1;
    color:#ffffff;
    font-size:24px;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    float:left;
    border:1px solid #adadad;
    margin-left:20px;
}
#preklici:hover {
    background-color: #adadad;
}

.text_orange {
    color:#b90000;
    font-weight:bold;
}

#table_cenik th {
    padding:10px;
    font-weight: bold;
    background-color: #ae9c84;
    text-align:left;
}
#table_cenik tr:nth-child(even) {
    background-color: #e3ddd5;
}
#table_cenik tr:nth-child(odd) {
    background-color: #efece7;
}
#table_cenik td {
    padding:10px;
}

/*------------------------------------------------------------
TOP MENU
------------------------------------------------------------*/
#top_menu_container {
   width:100%;
   height:44px;
   background-color:#ea7500;
}
#top_menu_div {
   width:1000px;
   height:44px;
   position:absolute;
   left:50%;
   margin-left:-500px;
   padding:0px;
}
#top_menu {
   list-style-type:none;
   margin:0;
   padding:0;
}
#top_menu li {
   display:inline-block;
   float:left;
}
#top_menu li a {
   display:block;
   height: 44px;
   text-align: center;
   line-height: 44px;
   color: #fff;
   text-decoration: none;
   padding:0px 20px 0px 20px;
}
#top_menu li:hover a {
   background-color:#c8370d;
}

/*------------------------------------------------------------
TOP MENU SHOW/HIDE BUTTON
------------------------------------------------------------*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #383838;
	text-align: center;
    line-height: 44px;
	display: none;
}
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}
input[type=checkbox]:checked ~ #top_menu{
    display: block;
}



/******************************************************************************
  DESKTOP
*******************************************************************************/
@media screen and (min-width: 1024px) {

    /*------------------------------------------------------------
     TOP
    ------------------------------------------------------------*/
    #top_container {
        width:100%;
        height:360px;
        background-image:url(images/bg.png);
        background-repeat: repeat-x;
        position:relative;
        float:left;    
    }

    #top {
        width:1000px;
        height:360px;
        position:absolute;
        left:50%;
        margin-left:-500px;
    }
    
    #top_left {
        width:600px;
        height:300px;
        float:left;
    }
    
    #box {
        width:316px;
        height:410px;
        background-image:url(images/box_with_shadow.png);
        background-repeat: no-repeat;
        float:right;
        margin-top:20px;
    }
    
    #posta {
        position:absolute;
        left:50%;
        margin-left:60px;
        margin-top:170px;
    }
    
    #burst-8 {
        background-color: #b19770;
        width: 130px;
        height: 130px;
        position: relative;
        text-align: center;
        -webkit-transform: rotate(20deg);
           -moz-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
             -o-transform: rotate(20eg);
    }
    #burst-8:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 130px;
        width: 130px;
        background-color: #b19770;
        -webkit-transform: rotate(135deg);
           -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
             -o-transform: rotate(135deg);
    }
    #burst-content {
        text-align:center;
        position: absolute;
        top: 25px;
        left: 10px;    
        right:10px;
        font-size:12px;
        font-weight:bold;
    }
    
    #cena {
        position:absolute;
        left:50%;
        margin-left:-120px;
        margin-top:170px;
    }
    
    #cena-8 {
        background-color: #dc420e;
        width: 130px;
        height: 130px;
        position: relative;
        text-align: center;
        -webkit-transform: rotate(20deg);
           -moz-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
             -o-transform: rotate(20eg);
    }
    #cena-8:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 130px;
        width: 130px;
        background-color: #dc420e;
        -webkit-transform: rotate(135deg);
           -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
             -o-transform: rotate(135deg);
    }
    #cena-content {
        text-align:center;
        position: absolute;
        top: 6px;
        left: 10px;    
        right:10px;
        font-size:24px;
        color:#ffffff;
        font-weight:bold;
    }
    #zvezda1 {
        visible:hidden;
        display:none;
    }
    #zvezda2 {
        visible:hidden;
        display:none;
    }
    
    /*------------------------------------------------------------
     CONTENT
    ------------------------------------------------------------*/
    #content_container {
        width:100%;    
        position:relative;
        float:left;
        min-height:800px;
        height:auto;        
    }
    #content {
        width:1000px;    
        position:relative;
        left:50%;
        margin-left:-500px;
        padding:20px;
    }
    
    #desktop {    
        font-size:12px;
        padding: 10px 20px 10px 20px;
        float:left;
        margin-left:20px;
    }
    
    .buttons {
        margin-top:0px;
        margin-bottom:20px;
    }
    
    #naroci {
        background-color: #f04513;
        color:#ffffff;
        font-size:20px;
        padding: 10px 20px 10px 20px;
        font-weight: bold;
        float:left;
        border: 1px solid #f04513;
    }
    #naroci:hover {
        background-color: #d1390e;
    }
    
    #table_povedali_so {
        width:600px;
        float:left;
    }
    
    #table_komu_je_namenjen {
        width:350px;
        float:right;
        padding-right:0px;
    }
    
    #komu_je_namenjen ul {
        margin:0px;
        padding-left:20px;
        font-size: 14px;
        line-height:24px;
        font-weight:normal;
        list-style-image: url('images/star.png');
    }
    
    #komu_je_namenjen {
        position:relative;
        background-color:#f3efe9;
        padding:20px 20px 20px 20px;
        line-height:20px;    
    }
    
    #table_zaupalo_nam_je {
        width:100%;
        float:left;
    }
    
    #table_reference_javni {
        width:45%;
        float:left;        
    }
    #table_reference_privatni {
        width:45%;
        float:right;        
    }
    
    #table_cenik_predplacilo,#table_cenik_mesecno,#table_cenik_splosno {
        width:45%;
        margin-top:0px;
    }
    
    #table_podjetje_levi {
        width:90%;
        float:left;
    }
    #table_podjetje_desni {
        width:90%;
        float:left;
    }
    .podjetje_tekst {
        line-height:150%;
    }
    
    /*------------------------------------------------------------
     FOOTER
    ------------------------------------------------------------*/
    #footer_container {
        width:100%;
        position:relative;
        float:left;
        height:80px;
        background-color: #dacdba;
    }
    
    #footer {
        width:1000px;
        height:80px;
        position:absolute;
        left:50%;
        margin-left:-500px;
        padding-left:20px;
        font-weight:normal;
    }
    
    #table_footer_left {
        margin:0;
        padding:0;
        width:580px;
        float:left;
    }
    #table_footer_right {
        margin:0;
        padding:0;
        width:400px;
        float:right;
        text-align:right;
    }

    #website_link {
        text-align:right;
    }
}

/******************************************************************************
  TABLET
*******************************************************************************/
@media screen and (min-width:768px) and (max-width: 1023px) {
   
    /*------------------------------------------------------------
     TOP MENU
    ------------------------------------------------------------*/
    #top_menu_div {
        width:100%;
        height:44px;
        position:relative;
        left:0;
        margin-left:0px;       
     }
    #top_menu ul li a {        
        padding:0px 20px 0px 20px;
     }
   
    /*------------------------------------------------------------
     TOP
    ------------------------------------------------------------*/
    #top_container {
        width:100%;
        /*background-image:url(images/bg.png);
        background-size: cover;*/
        background-color:#d6ccbb;
        position:relative;
        float:left;    
    }
    #top_left h2 {
        width:400px;
    }
    
    #box {
        width:316px;
        height:410px;
        background-image:url(images/box_with_shadow.png);
        background-repeat: no-repeat;        
        float:right;
        position:absolute;
        top:55px;
        right:20px;
    }
    
    #zvezde {
        visible:hidden;
        display: none;
    }
    
    /*------------------------------------------------------------
     CONTENT
    ------------------------------------------------------------*/
    #content_container {
        width:100%;    
        position:relative;
        float:left;
    }
    
    #content {
        width:98%;    
        padding:20px;
    }
    
    #desktop {
        visible:hidden;
        display: none;
    }
    
    #naroci {
        background-color: #f04513;
        color:#ffffff;
        font-size:20px;
        padding: 10px 20px 10px 20px;
        font-weight: bold;
        float:left;
        border: 1px solid #f04513;
    }
    #naroci:hover {
        background-color: #d1390e;
    }
    
    .buttons {
        margin-top:0px;
        margin-bottom:20px;
    }
    
    #table_povedali_so {
        width:60%;
        float:left;
    }
    
    #table_komu_je_namenjen {
        width:37%;
        float:right;
        padding-right:0px;
    }
    
    #komu_je_namenjen ul {
        margin:0px;
        padding-left:20px;
        font-size: 14px;
        line-height:24px;
        font-weight:normal;
        list-style-image: url('images/star.png');
    }
    
    #komu_je_namenjen {
        position:relative;
        background-color:#f3efe9;
        padding:20px 20px 20px 20px;
        line-height:20px;    
    }
    
    #table_zaupalo_nam_je {
        position:relative;
        width:100%;
        float:left;
    }
    
    #table_reference_javni {
        width:45%;
        float:left;        
    }
    #table_reference_privatni {
        width:45%;
        float:right;        
    }
    
    #table_cenik_predplacilo,#table_cenik_mesecno,#table_cenik_splosno {
        width:95%;
        margin-top:0px;
    }
    
    #table_podjetje_levi {
        width:98%;
        float:left;
    }
    #table_podjetje_desni {
        width:98%;
        float:left;
    }
    .podjetje_tekst {
        line-height:150%;
        text-align: justify;
    }
    
    /*------------------------------------------------------------
     FOOTER
    ------------------------------------------------------------*/
    #footer_container {
        margin-top:20px;
        padding-bottom:20px;
        width:100%;
        position:relative;
        float:left;
        background-color: #dacdba;
    }
    
    #footer {
        width:100%;
        padding-left:20px;
        margin-bottom:20px;
        font-weight:normal;
    }
    
    #table_footer_left {
        margin:0;
        padding:0;
        width:100%;
        float:left;
    }
    #table_footer_right {
        margin:0;
        padding:0;
        width:100%;
        float:left;
        text-align:left;
    }
    #website_link {
        text-align:left;        
    }
}

/******************************************************************************
  PHONE
*******************************************************************************/
@media screen and (max-width: 767px) {
    
    /*------------------------------------------------------------
    TOP MENU
   ------------------------------------------------------------*/
    #top_menu_div {
        width:100%;
        height:44px;
        position:relative;
        left:0;
        margin-left:0px;       
     }
   #top_menu {
       position: relative;
       display: none;
       float:left;
       z-index:9999;
       width: 100%; 
   }
   #top_menu li, #top_menu li a {
       width: 100%;       
       background-color:#ea7500;
       padding:0px;
   }
   .show-menu {
		display:block;
	}
 
    /*------------------------------------------------------------
     TOP
    ------------------------------------------------------------*/
    #top_container {
        width:100%;
        /*background-image:url(images/bg.png);
        background-size: cover;*/
        background-color:#d6ccbb;
        position:relative;
        float:left;    
    }
    #top_left h2 {
        width:90%;
    }
    
    #box {
        visible:hidden;
        display: none;
    }
    
    #zvezde {
        visible:hidden;
        display: none;
    }
    
    /*------------------------------------------------------------
     CONTENT
    ------------------------------------------------------------*/
    #content_container {
        width:100%;    
        position:relative;
        float:left;
    }
    
    #content {
        width:99%;    
        padding:20px;
    }
    
    #desktop {
        visible:hidden;
        display: none;
    }
    
    #naroci {
        width:94%;
        background-color: #f04513;
        color:#ffffff;
        font-size:20px;
        padding: 10px 20px 10px 20px;
        font-weight: bold;
        float:left;
        border: 1px solid #f04513;
    }
    #naroci:hover {
        background-color: #d1390e;
    }
    
    .buttons {
        margin-top:0px;
        margin-bottom:20px;
    }
    
    #komu_je_namenjen ul {
        margin:0px;
        padding-left:20px;
        font-size: 14px;
        line-height:24px;
        font-weight:normal;
        list-style-image: url('images/star.png');
    }
    
    #komu_je_namenjen {
        position:relative;
        background-color:#f3efe9;
        padding:20px 20px 20px 20px;
        line-height:20px;    
    }
    
    #table_zaupalo_nam_je {
        position:relative;
        width:95%;
        float:left;
    }
    
    #table_reference_javni {
        width:95%;
        float:left;        
    }
    #table_reference_privatni {
        width:95%;
        float:left;        
    }
    
    #table_cenik_predplacilo,#table_cenik_mesecno,#table_cenik_splosno {
        width:95%;
        margin-top:0px;
    }
    
    .label {
        text-align: left;
        width:100%;
        margin-left:0px;
    }
    .input {
        width:100%;
        margin-left:0px;
    }
    input {
        font-size:20px;
    }
    
    #table_podjetje_levi {
        width:98%;
        float:left;
    }
    #table_podjetje_desni {
        width:98%;
        float:left;
    }
    .podjetje_tekst {
        line-height:150%;
        text-align: justify;
    }
    
    /*------------------------------------------------------------
     FOOTER
    ------------------------------------------------------------*/
    #footer_container {
        margin-top:20px;
        padding-bottom:20px;
        width:100%;
        position:relative;
        float:left;
        background-color: #dacdba;
    }
    
    #footer {
        width:100%;
        padding-left:20px;
        font-weight:normal;
    }
    #table_footer_left {
        margin:0;
        padding:0;
        width:100%;
        float:left;
    }
    #table_footer_right {
        margin:0;
        padding:0;
        width:100%;
        float:left;
        text-align:left;
    }
    #website_link {
        text-align:left;
    }
    
}


