* {margin: 0;padding: 0;}
html {height: 100%;}
body {font: 12px/18px Arial, Tahoma, Verdana, sans-serif;width: 100%;height: 100%;line-height:20px; background: #cacaca;}
a {color: #004d5d;outline: none;text-decoration: underline;}
a:hover {text-decoration: none;color: #ff8400;}
img {border: none;}
input {vertical-align: middle; outline: none;}
ol,ul {list-style-position: inside;}
.wrapper {width: 840px;background: #fff; margin: 0 auto ; -webkit-box-shadow: 0 0 15px 2px #000;-moz-box-shadow: 0 0 15px 2px #000; box-shadow: 0 0 15px 2px #000; min-height: 100%;height: auto !important;height: 100%;}
.no-margin {margin-right:0px !important;}
.clearfix:before, .clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
@font-face {
    font-family: 'franklin-gothic';
    src: url('fonts/franklin-gothic.eot');
    src: local('☺'), url('fonts/franklin-gothic.woff') format('woff'), url('fonts/franklin-gothic.ttf') format('truetype'), url('fonts/franklin-gothic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
    color: #831b03;
}

h1 {
    margin-bottom: 10px;
}

h2.h3,h4,h5,h6 {
    margin-bottom: 5px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {position:relative;margin-bottom: 12px;}
.logo, .head-main, .head-main div {display: inline-block; *display: inline; *zoom: 1; vertical-align: top;}
.logo {margin:34px 34px 0 18px;}
.head-main { padding-top: 15px;}
.head-main div {padding: 10px 0 0 0;}
.head-main div p {font-family: 'franklin-gothic'; font-size: 18px;}
.head-main img {margin-right: 26px;}
.head-main ul {padding-left: 20px; margin-top: 140px; border: 1px solid #184d6e; line-height: 34px; height: 36px; width: 559px; -webkit-border-radius:16px 0 0 16px; -moz-border-radius:16px 0 0 16px; border-radius:16px 0 0 16px;
    background: #168fdc; /* Old browsers */
    background: -moz-linear-gradient(top,  #168fdc 0%, #085281 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#168fdc), color-stop(100%,#085281)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #168fdc 0%,#085281 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #168fdc 0%,#085281 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #168fdc 0%,#085281 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #168fdc 0%,#085281 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#168fdc', endColorstr='#085281',GradientType=0 ); /* IE6-9 */
}
.head-main li {display: inline-block; *display: inline; *zoom: 1; }
.head-main li a {color: #fff; font-weight: bold; font-size: 12px; margin-right: 35px; font-weight: bold; text-decoration: none; background: url(triangle.png) no-repeat 0 -5px; padding-left: 17px;}
.head-main li a:hover {background: url(triangle.png) no-repeat 2px -31px; color: #ffd800;}

/* Middle
-----------------------------------------------------------------------------*/
.content {padding: 0 30px 110px;}
.cont-main, .left {display: inline-block; *display: inline; *zoom: 1; vertical-align: top;}
.cont-main {width: 590px; padding-top: 5px;}
.left {width: 181px;}
.title {font-family: verdana; margin-bottom: 10px; margin-left: -17px; padding-bottom: 8px; padding-left: 17px; font-size: 17px; font-weight: bold; color: #831b03; background: url(line.png) no-repeat 0 bottom;}
.left ul {list-style: none; margin-bottom: 41px;}
.left li {padding-left: 22px; background: url(marker.png) no-repeat 4px 3px;}
.left ul a {color: #004d5d; font-size: 12px;}
.left img {margin-left: -8px;}

/* Footer
-----------------------------------------------------------------------------*/
.footer {width: 840px;background: #fff; margin: -80px auto 0;min-height: 3px; color: #180c02; text-align: center;padding-top: 10px;background: url(line-footer.png) no-repeat center top;}
.footer .counters {padding-top: 10px;}

/****************************************************************/

input.input {
    padding: 5px 8px 4px 8px;
    background: url(bg-input.png) top left repeat-x #fff;
    border:  1px solid #b0b1b0;
    border-top:  none;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font:  13px/20px Arial;
    color: #808080;
}
textarea.input {
    padding: 5px 8px 4px 8px;
    background: url(bg-input.png) top left repeat-x #fff;
    border:  1px solid #b0b1b0;
    border-top:  none;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font:  13px/20px Arial;
    color: #808080;
}

.b-form {
    overflow: hidden;
}

.b-form .error{
    color:#ff0000;
}

.b-form .field{
    padding:10px 0;
}

.b-form .field.fail img{
    float:left;
    margin-right:10px;
}
.b-form .field.fail input{
    width:120px;
}

.b-form .field.btn{
    line-height: 28px;
}

.b-form .field.btn .inline{
    float:left;
    margin-right: 15px;
    line-height: 28px;
}

.b-form .field.btn .inline.last{
    margin-right: 0;
}

.b-form .field .input{
    width:300px;
}

.b-form .field textarea.input{
    height:100px;
}

.b-navi {
    padding:20px 0 0 0;
}

.b-navi ul{
    margin:0;
    padding:0;
}

.b-navi ul li{
    float:left;
    margin:0;
    padding: 0 5px 0 0;
    list-style: none;
}

.b-pages span, .b-pages a {
    margin:0 10px;
}

.b-pages span {
    font-weight: bold;
}

.b-news .item{
    padding-bottom: 20px;
}

.b-news .archive a{
    font-size: 12px;
}

.b-news .item .content{
    margin-left:170px;
}

.b-news .item .image{
    float:left;
    width:150px;
    border: 1px solid #BE9F97;
    padding: 2px;
}

.b-news .item .date{
    padding:3px 0;
    font-size: 12px;
    color:#999;
}

.b-news .item .name{
    font-size: 16px;
}

.b-news .item .name a{
    font-size: 16px;
}

.b-news-view {
}

.b-news-view .content{
    margin-left:170px;
}

.b-news-view .image{
    float:left;
    width:150px;
    border: 1px solid #BE9F97;
    padding: 2px;
}

.b-news-view .date{
    padding-bottom: 15px;
    font-size: 12px;
    color:#aaa;
}

.b-news-view .archive{
    padding-top: 10px;
    text-align: right;
}

.b-news-view .archive a{
    font-size: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*	3. CAROUSEL
/*-----------------------------------------------------------------------------------*/

.carusel {
    position:absolute;
    right:0;
    top:83px;
    width:610px;
    z-index:100;
}

.d-carousel ul li {
    background: none;
    -webkit-box-shadow: 0px 1px 2px 0px #b7b7b7;
    -moz-box-shadow: 0px 1px 2px 0px #b7b7b7;
    box-shadow: 0px 0px 0px 0px #b7b7b7;
    padding: 0px;
    width: 100px;
}
.podpisi {
    text-decoration: none; color: #fff; font-size:12px;
}
.jcarousel-direction-rtl {
    direction: rtl;
}

.d-carousel h4 {
    margin: 0px 0 5px 0;
}

.d-carousel .jcarousel-container {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.d-carousel .jcarousel-item {
    width: 100px;
    height: 140px;
}

.d-carousel .jcarousel-container-horizontal {
    width: 565px;
    height: 125px;
    padding: 0 22px;
}

.d-carousel .jcarousel-item-horizontal {
    margin-left: 3px;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-right: 11px;
}

.d-carousel .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 0;
    margin-right: 3px;
    width: 15px;
    height: 28px;
    cursor: pointer;
    background: transparent url(blog-arrows.jpg) no-repeat top right;
    z-index:2000;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(blog-arrows.jpg);
    z-index:2000;
}

.d-carousel .jcarousel-next-horizontal:hover {
    background-position: bottom right;
}

.d-carousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 0;
    margin-left: 3px;
    width: 15px;
    height: 28px;
    cursor: pointer;
    background: transparent url(blog-arrows.jpg) no-repeat top left;
    z-index:2000;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(blog-arrows.jpg);
    z-index:2000;
}

.d-carousel .jcarousel-prev-horizontal:hover {
    background-position: bottom left;
}

.uraldor {display:none;}