/*****************************/
/*           HTML            */
/*****************************/

   * {
       margin: 0;
   }

    html, body {    
        height: 100%;    
        margin: 0;          
    }  
    
    body {
        background-color: #fff;
        font-family: "Calibri";
        color:#565454;
        font-size: 14px;   
    }
    
    ul,li {
        
    }
    
    li {
        
    }    
    
    input, select, textarea, button {
        font-family:inherit;
        outline: none;
    }
    
    
/*****************************/
/*           main            */
/*****************************/
    
    .wrapper {
        position: relative;        
    }
    
    .inner {
        width: 980px;
        margin: 0 auto;
        position: relative;
    }
    
/*****************************/
/*           header          */
/*****************************/
    
    .header {
        position: relative;
        height: 155px;        
    }
    
    .header .logo {
        margin: 25px 0 0 15px;
    }
    
    .header-navigation {
        position: absolute;
        top: 10px; right: 0;
        color: #707070;
        font-size: 13px;
    }
    
    .header-navigation img,
    .header-navigation span,
    .header-navigation a {
        float:left;
    }
    
    .header-navigation img {
        margin-bottom: -4px;
    }
    
    .header-navigation span {
        display: inline-block;
        margin: 0 2px;
        font-size: 10px;
        margin-top:2px;
    }
    
    .header-navigation a {
        display: inline-block;
        margin: 0 3px;        
    }
    
/*****************************/
/*       2. navigation       */
/*****************************/

    .navigation {       
        height: 60px;
        background: orange url(../img/background-navigation.jpg) repeat-x 0px 0px;
    }
    
    .navigation .inner {
        height: 60px;
    }
    
    .navigation div.nav-el {
        display: inline-block;  
        position: relative;      
    }  
    
    .navigation a {   
        display: inline-block;     
        margin: 0 20px;      
        color: #313131;
        font-size: 18px;
        padding: 18px 10px 19px 0;
        background: transparent url(../img/arrow-navigation.png) no-repeat 100% 30px;          
    }
    
    .navigation a.active {
        background-image: url(../img/arrow-navigation-white.png);
        color: #fff;
    }
    
    .navigation a:first-of-type {
        margin-left: 0;
    }
    
    .navigation a:hover {
        color: #fff;
        text-decoration: none;
        background-image: url(../img/arrow-navigation-white.png);
    }    
    
    /* subnavigation */
    
    .nav-subpages {       
        margin-left: -20px;    
        position: absolute;       
        z-index: 500;
        min-width: 310px;        
        background: #fea019; /* Old browsers */
        background: -moz-linear-gradient(top,  #fea019 0%, #b86c00 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea019), color-stop(100%,#b86c00)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #fea019 0%,#b86c00 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #fea019 0%,#b86c00 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #fea019 0%,#b86c00 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #fea019 0%,#b86c00 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea019', endColorstr='#b86c00',GradientType=0 ); /* IE6-9 */
        
        box-shadow: 2px 2px 3px #333;
        display:none;
              
    }
  
    .nav-subpages a {
        display: block !important;
        padding-left: 20px;        
        background: none;
        padding: 13px 10px 13px 10px;
        height: 23px;        
        border-bottom: 1px solid #fbb654;     
        border-top: 1px solid #af6a06; 
        margin-left: 15px !important;             
    }
    
    .nav-subpages a:last-of-type {
        border-bottom: 0;
    }
    .nav-subpages a:first-of-type {
        border-top: 1px solid #fdba5b;     
    }
    
    .nav-subpages a span {
        display: inline-block;
        background: transparent url(../img/arrow-navigation.png) no-repeat 0px 12px;
        width: 10px;
        height: 30px;
        margin-left: 10px;
    }
    
    .nav-subpages a:hover {
        background: none;
    }
    
    .nav-subpages a:hover span {
        background-image: url(../img/arrow-navigation-white.png);
    }
    
    /* iskalnik */
    
    .navigation-search {
        position: absolute;
        top: 16px;
        right:0;
    }    
    #iskanje input[type=text] {
        border: 1px solid #dadada;
        width: 170px;
        height: 26px;
        padding: 0 5px;
        float: left;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #iskanje input[type=submit] {
        border: none;
        float: left;
        background: transparent url(../img/icon-search.png) no-repeat 0px 0px;
        width: 30px;
        height: 28px;
        margin-left:-3px;
        
    }
    
/*****************************/
/*       3. slideshow        */
/*****************************/
    
    .slideshow {
        height: 328px;
        background: blue url(../img/background-slideshow.jpg) repeat-x 0px 0px;
        overflow: hidden;
        position: relative;
    }
    
    .slideshow .inner {
        background: transparent url(../img/slideshow-shadow.jpg) no-repeat -40px 0px;
        height: 100%;        
        position: relative;        
    }
    
    #slideshow-pager {
        position: absolute;
        left: 50%;
        bottom: 15px;        
        text-align: right;
        width: 485px;
        z-index: 500;
    }
    
    #slideshow-pager a {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-left: 8px;
        background: transparent url(../img/bullet.png) no-repeat 0px 0px;
    }
    
    #slideshow-pager a.activeSlide {
        background-image: url(../img/bullet-active.png);
    }
    
    .slide {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    
    .slide-img {        
        width:280px;
        position: absolute;
        bottom: 0; left: 0;
    }
    
    .slide-content {
        position: absolute;
        bottom: 0; right: 0;
        width: 650px;
        height: 280px;
        background: transparent url(../img/slideshow-overlay.png) repeat-x 0px 100%;
        padding: 15px 20px 0 20px;
        color: #fff;          
        font-size: 16px;
        line-height: 130%;          
    }
    
    .slide-content h2,
    .slide-content h1 {     
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 25px;
    }
    
    .slide-content a {
        color: #fff;
        text-decoration: underline;
    }
    
    
/*****************************/
/*         4. home           */
/*****************************/
   
    .spotlight {
        background: transparent url(../img/background-gray.jpg) no-repeat center 0px;
        height: 300px;
        padding-top: 47px;
    }
    
    .spotlight-el {
        float:left;
        width: 312px;
        margin-right: 19px;        
    }
    
    .spotlight-el:last-of-type {
        margin-right: 0;
    }
    
    .spotlight-el h2 {
        color: #1c7cc6;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-size: 21px;
        font-weight: 400;
        display: block;
        border-bottom: 1px solid #d8d8d8; 
        padding-bottom: 4px;     
    }
    
    .spotlight-el p {
        display: block;
        height: 53px;
        overflow: hidden;
        border-top: 1px solid #fff;        
        padding-top: 7px;
    }
    
    .spotlight-el .thumb {
        margin-top: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-bottom-left-radius: 20px;
        border: 1px solid #c0c0c0;
    }
    
    /* content */
    
    .content-home {
        width: 980px;
        margin: 0 auto;
        padding: 40px 0;
        min-height: 200px;
    }
    
    .home-left {
        float: left;
        width: 290px;       
        height: 325px;
        background: transparent url(../img/grafika-oklepaj.jpg) no-repeat 100% 0px;
        margin-top: 6px;
        position: relative;
    }
    .home-left a {
        display: inline-block;
        height: 37px;
        width: 212px;
        background: transparent url(../img/button-orange.jpg) no-repeat 0px 0px;
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        padding-top: 15px;
        position: absolute;
        top: 133px;
    }
    
    .home-right {
        overflow: hidden;
    }
    .home-right ul {      
        padding-left: 27px;
    }
    .home-right ul li {
        font-size: 18px;
        color: #555555;
        background: transparent url(../img/line-li.jpg) no-repeat 0px 100%;
        margin-bottom: 4px;
        padding-bottom: 10px;
        list-style-image: url(../img/bullet-orange.jpg);
    }
    .home-right ul li:last-of-type {
        background: none;
    }   
    .home-right ul li strong {
        color: #000;
    }
    
    /* stripe */
    
    .stripe {
        height: 81px;
        background: blue url(../img/background-stripe-blue.jpg) repeat-x 0px 0px;
        margin-bottom: 50px;       
    }
    
    .stripe .inner {
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;        
    }
    
    .stripe .inner span {
        display: inline-block;
        margin-top: 25px;
        padding-top: 5px;
    }
    
    .stripe .inner img:first-of-type {
        float: left;
        margin: -5px 3px 0 0;    
    }
    .stripe .inner img:last-of-type {
        float: right;
        margin: -5px 0 0 3px;    
    }
    
    
    
/*****************************/
/*        5. content         */
/*****************************/

    .content {
        background: transparent url(../img/background-gray.jpg) no-repeat center 0px;
        min-height: 450px;
        padding-top: 50px;
        color: #565454;
        font-size: 14px;
    }
    
    .content h1,
    .content h2,
    .content h3 {
        color: #1c7cc6;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-weight: 400;
    }
    
    .content h1.heading {   
        font-size: 22px;        
        display: block;
        border-bottom: 1px solid #d8d8d8; 
        padding-bottom: 4px;        
    }    
    .content h2 {
        font-size: 18px;       
    }
    .content h3 {
        font-size: 16px;
    }
    
    .content .inner-content {
        border-top: 1px solid #fff;  
        padding-top: 10px;  
        padding-bottom: 40px;    
    }
    
    
/*****************************/
/*          6. news          */
/*****************************/

    .news-list {
        
    }
    
    .news-list .news {
        margin-bottom: 30px;
    }
    
    .news-list .news-img {
        float: left;
        background-color: #fff;        
        padding: 1px;
        border: 1px solid #d8d8d8;
        position: relative;
        margin: 3px 15px 0 0;
    }
    
    .news-list .news-img .thumb {
       
    }
    
    .news-list .news-content {
        
    }
    
    .news-list .news h3 {
        color: #1c7cc6;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-weight: 400;
        font-size: 20px;
        display: block;
    }
    
    .news-list .news-content a {
        color: #1c7cc6 !important;
    }
    
    .news-list .date {
        font-style: italic;
        display: block;
        margin-bottom: 5px;
    }
    
    .news-list .news-content div {        
        overflow:hidden;
        height: 50px;
        overflow: hidden;
    }
    
/*****************************/
/*          7. forms         */
/*****************************/

    .content-form {               
        margin: 20px 0 40px;
    }
    
    .content-form textarea,
    .content-form input[type=text] {
        box-shadow:inset 0 0 3px #dedede;
        border: 1px solid #d1d1d1;   
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;       
    }
    
    .content-form input[type=text] {        
        width: 310px;
        height: 45px;        
        margin: 0 30px 15px 0;
        padding: 0 10px;
    }
    
    .content-form textarea {
        width: 676px;
        height: 235px;
        min-height: 235px;
        max-height: 235px;
        max-width: 676px;
        min-width: 676px;
        resize: none;
        padding: 10px;
        margin-bottom: 15px;
    }
    
    #file {
        display: none;
    }
    
    .form-send {
        border-top: 1px solid #ddd;
        text-align: right;
        width: 700px;
        padding-top: 10px;
        margin-top: 10px;
    }
    
    .content-form input[type=submit] {
        background: transparent url(../img/background-button-blue.jpg) repeat-x 0px 0px;
        padding: 0 40px;
        text-align: center;
        color: #fff;
        height: 49px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none;
        font-size: 16px;       
    }
    
    .file-button {
        width: 190px;
        background: transparent url(../img/background-button-orange.jpg) repeat-x 0px 0px;       
        text-align: center;
        color: #fff;
        height: 47px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none;
        font-size: 16px;      
        line-height: 47px; 
        float:left;
        margin-right: 25px;
        cursor: pointer;
    }
    
    .datoteka {
        float:left;
        background: transparent url(../img/ikona-file.jpg) no-repeat 8px 6px;
        padding-left: 50px !important;
        width: 421px !important;        
    }
    
    span.error {
        display: block;
        width: 700px;
        color: red;
        font-size: 18px;
    }
    
    
    /* delovno mesto */
    
    #delovno .loader {
        position: absolute;
        right: 50px; top: 20px;
        display: none;
    }
    
    #delovno .error {
        color: red;
        font-size: 16px;        
        display: inline-block;
        width: 500px;
        text-align: left;
        position: absolute;
        top: 10px;
        left: 0;
    }
    
    
    
    
/*****************************/
/*          footer           */
/*****************************/   

    .footer {
        background: #df870e;
        height: 509px;
        margin-bottom: 50px;
        padding-top: 30px;
    }
    
    .footer .inner {
        height: 488px;
        position: relative;
    }
    
    .footer .inner .copyright {
        position:absolute;
        bottom: 0;
        left: 0;
        color: #494949;
        font-size: 12px;
    }
    
    .footer-el {
        float:left;
        width: 312px;
        margin-right: 19px;
        color: #000;        
    }
    
    .footer-el:last-of-type {
        margin-right: 0;
    }
    
    .footer-el h2 {
        color: #1c7cc6;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-size: 20px;
        font-weight: 400;
        display: block;      
        text-transform: uppercase;          
        padding-left: 20px;
    }
    
    /* forma */
    
    #kontakt {
        margin-top: 25px;
    }
    
    #kontakt input[type=text] {
        width: 290px;
        height: 44px;
        padding: 0 10px;
        border: 1px solid #c97600;
        font-size: 16px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 20px;
    }
    
    #kontakt input[type=submit] {
        position: absolute;
        right: 0; top: 0;
        border: none;
        background: transparent url(../img/background-button-blue_small.jpg) repeat-x 0px 0px;
        height: 31px;
        color: #fff;
        text-align: center;
        line-height: 31px;
        padding: 0 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        
    }
    
    #kontakt .controls {
        position: relative;       
        height: 50px;
    }
    
    #kontakt .controls .loader {
        position: absolute;
        top: 0;
        right: 2px;
        display: none;
    }
    
    #kontakt .controls .notification {
        display: block;
        width: 220px;
        height: 50px;
        color: #fff;
        font-weight: 700;
        text-shadow: 1px 1px 0 #000;
        font-size: 16px;
    }
    
    /* novice */
    
    .footer-news {
        margin-top: 25px;
    }
    
    .footer-news .news {
        color: #313131;
        padding: 10px 0 0 15px;        
        border-bottom: 1px dashed #fff;        
    }
    
    .footer-news a {
        color: #313131;  
        display: block;     
        width: 200px;
        overflow: hidden;     
        
    }
    
    .footer-news span {
        display: block;
    }
    
    .footer-news .thumb {
        float: left;
        margin: 0px 15px 10px 0;
    }
    
    .footer-news .news:first-of-type .thumb {
        margin-top: -10px;
    }
    
    /* info */
    
    .el-info div {
        border-bottom: 1px dashed #fff;        
        padding: 15px 0px 15px 50px;
        line-height: 150%;
    }
    
    .info-address {
        background: transparent url(../img/contact-location.png) no-repeat 20px 20px;
        margin-top: 5px;
    }
    
    .info-phone {
        background: transparent url(../img/contact-phone.png) no-repeat 20px 13px;
    }
    
    .info-mail {
        background: transparent url(../img/contact-mail.png) no-repeat 20px 14px;
    }
    
    
/*****************************/
/*           misc            */
/*****************************/

    a {
        text-decoration: none;       
        color: #000;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    a img {
        border: 0;
    }
    
    .left {
        float: left;
    }
    
    .right {
        float: right;
    }   
    
    .none {
        display: none;
    }
    
    .block {
        display: block;
    }
    
    .no-margin {
        margin-right: 0;
        margin-left: 0;
    }       
    
    .shadow {
        text-shadow: 1px 1px 1px #fff; 
    }
      
    .lower {
        text-transform: lowercase;
    }
    
    input[type=submit]:hover {
        cursor:pointer;
    }
    
    .opacity {
        
    }
    
    .overflow:after {
        content: " ";
        display: block; 
        height: 0; 
        clear: both;
    } 
       
    ::-webkit-input-placeholder { font-style: italic; }
    ::-moz-placeholder { font-style: italic; }
    :-ms-input-placeholder { font-style: italic; }
    input:-moz-placeholder { font-style: italic; }
  
   
 
