/* CSS Document for owd template 'solution' */


/* general styling */
* {
    margin: 0;
    padding: 0;
}
html,body {
    height: auto;
    background: #FFF;
    color: #1a3804;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

img {

    border: none;
}
/* the hyperlinks */
a {
    color: #458023;
    text-decoration: underline;
}
a:hover {
    color: #265b00;
}
dd {
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    color: #5e6717;
    margin-left:10px;
}
/* site specific styling */
#active a{    
    background-color: #458023;
    color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}
#box {


}	
/****************************************/
.informace {

}
/*****************************************************/

.search_box{
    margin: 15px 5px 0 5px;
    padding: 5px;
    text-align : center;
    border-bottom: 5px dotted #72A545;
}
.searchform {
    padding: 5px; 
    text-align: left;
    vertical-align: middle;
    z-index: 50;
    position: absolute;
    width: 930px;
}
.searchform form{
    float: right;
}
.search{
    border:1px solid #B8B8B8;
    margin: 5px;
    padding: 0 0 0 35px;
    background: #FAFfFf url(images/vyhledavani.png) no-repeat left;
    clear: both;
    width: 280px;
    text-align: left;
    border-radius: 8px 8px 8px 8px;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;

}
.searchform input {
    padding: 5px;
    margin: 2px;
    border: none;
    font: normal 1em Verdana, sans-serif;
    color: #777;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 18px;
    vertical-align: top;
    background: #FAFfFf;
    text-align: left;
}

textarea {
    width:300px;
    padding:4px;
    font: normal 1em Verdana, sans-serif;
    border:2px solid #b8b8b8;
    height:80px;
    display:block;
    color:#777;
}
.searchform input.submit { 
    margin: 0; 
    font: 16px Arial, Sans-serif; 
    border: 1px solid #EAEAEA;
    background: #CCC url(images/buttonbg.gif) repeat-x left bottom; 
    color: #333;/* color: #339900; */
    border-radius: 8px 8px 8px 8px;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.searchform select, .searchform input { 
    padding: 5px;
    background: #FAFfFf;
    border-radius: 8px 8px 8px 8px;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
/*--------------------------------------------*/
#mainnav {

    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 2px 0;
    color: #aa6666;
}
#mainnav a{

    text-decoration: none;

}
#mainnav a:hover{
    color: #666666;
    text-decoration: none;
}
#mainnav ul {

}
#mainnav ul li{
    display: inline;
    margin-bottom: 10px;

}
#mainnav li a{
    margin: 5px;
    border: 1px solid #EAEAEA; 
    background-color: #FAFAFA; 
    border-left: 5px solid #72A545;
}
/* the container centers the page */
#container {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
    width: 940px;
    line-height: 20px;
    vertical-align: middle;
    /*text-align: right;*/
    font-size: 9px;
}
#topbar_left {

    text-align: left;
    float: left;
}
#topbar_right {

    text-align: right;

}

/* the links in the topbar are an unordered list, formatted here */
#topbar ul {
    float: right;
}
#topbar li {
    list-style: none;
    display: block;
    width: auto;
    float: left;
}
#topbar a {
    text-decoration: none;
    padding: 0 10px 0 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;


}
#topbar a:hover {
    background: #458023;
    color: #FFF;
}

/*	input, select {
        padding: 1px 1px;
        margin: 1px 1px;
        
        color:#55750B;
        border: 1px solid #D4E0CC;
        background: #D7E5D8;
          
}*/
#topbar	input, select{
    padding: 1px 1px;
    margin: 1px 1px;
    font: 1em verdana, arial, sans-serif;
    color:#55750B;
    border: 1px solid #D4E0CC;
    background: #fffff0;	  
}

/* the header that contains the big image */
#header {
    width: 940px;
    height: 300px;
    /*background: #F8F7F8 url(images/header.jpg) top left no-repeat;*/
    position: relative;
    border-radius: 10px 10px 10px 10px;
}
#background{
    position: relative;

}
#background img{
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px 10px 10px 10px;
}
/* the big title text in the header */
.nadpis {
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 40px;
    letter-spacing: -1px;
    color: #DDDDDD;
    position: absolute;
    top: 60px;
    left: 20px;
    font-style: bold;
    z-index: 50;
}
.nadpis a {
    color:#faffff;
    text-decoration:none;
    font-style: bold;
}

/* the navigationbar in the header */
#navbar {
    position: absolute;
    bottom: 0;
    width: 920px;
    padding: 10px;
    z-index: 50;
    background: #FAFfFf;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;    
    background: -moz-linear-gradient(left top , #FFFFFF 23%, #EBECF3 100%) repeat scroll 0 0 transparent;
}
/* the links in the navigationbar are an unordered list */
#navbar ul {
    float: right;
}

#navbar li {
    list-style: none;
    display: block;
    width: auto;
    float: left;
}
#navbar a {
    text-decoration: none;
    display: block;
    padding: 4px 10px 4px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
#navbar a:hover {
    background-color: #519328;
    color: #FFF;
    border-radius: 8px 8px 8px 8px;
}
/*
 */
.upozorneni {
    background: linear-gradient(to bottom, #C7CAD1 0%, #D9DBDF 100%) repeat scroll 0 0 transparent;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 1px 1px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2) inset;
    color: #27292B;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 15px 20px;
}

/* the core contains all the site contents */
#core {
    width: 940px;
    height: auto;
    margin-top: 5px;
    float: left;
}

/* the coreleft contains the left part of the core */
#coreleft {
    width: 240px;
    height: auto;
    background-color: #f8f7f8;
    float: left;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
}

/* the links in coreleft are another unordered list */

#coreleft ul {
    margin: 0;
    padding: 0;
    margin-left: 15px;
    padding-left: 1px;
    padding-right: 2px;
    width: auto;
}
#coreleft .navig ul {
    margin: 0;
    padding: 0;
    padding-left: 2px;
    padding-right: 2px;
    width: auto;
    font-family: Verdana, Arial, Helvetica,sans-serif;

}
#coreleft .navig ul ul {
    padding-left: 9px;
    width: auto;
}
#coreleft .navig ul li {
    list-style: none;
    line-height: 20px !important;
    line-height: 10px;
    font-size: 15px;
    border-top: 1px solid #DDD;
    border-radius: 10px 10px;
}
#coreleft .navig ul ul li {
    line-height: 15px !important;
    line-height: 8px;
    font-size: 12px;
    background: none;
    border: none;		
}

#coreleft .navig ul li a {
    display: block;
    height: auto;
    padding: 4px;
    background: url(images/readmore_arrow.gif) 97% center no-repeat;
    color: #000000;		
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-radius: 0 5px 5px 0;
    border: 0;
}
#coreleft .navig ul ul li a {
    display: block;
    height: auto;
    background: url(none);
    margin: 6px;
    color: #3E7000;		
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 0;
    border-bottom: 1px solid #DDD;
}
#coreleft .navig ul li a:hover {
    background: #72a545 url(images/readmore_over.gif) 97% center no-repeat;
    color: #FFF;
    border-radius: 0 10px 10px 0;
}
#coreleft .navig .current a {
    background: #72a545 url(images/readmore_over.gif) 97% center no-repeat;
    color: #FFF;
    border-radius: 0 5px 5px 0;
}

#coreleft .navig ul ul li a:hover {
    background: rgb(51,204,102) url(none);
    color: #FFF;

}
#coreleft h3 {
    padding: 4px 4px 12px 4px;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 18px;
    color: #faffff;
    border-bottom:dashed #006633 1px;
    background: #faffff url(images/h4r.jpg) 97% center no-repeat;
    text-align : left;
    margin: 0 0 5px 0;
    border-radius: 5px 5px 5px 5px;
}

#coreleft p {
    padding: 5px;
    margin-top: 0px;
    line-height: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.vyrobce {
    height: 250px;
    width: 238px;
    overflow: scroll;
}

/* the corecenter contains the center part of the core */
#corecenter {
    width: 685px;
    height: auto;
    float: right;
    margin-left: 10px;
}
#corecenter a:visited {
    color: #9b9b9b;
}
#corecenter a:hover {
    color: #265b00;
}
#corecenter h1 {
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 25px;
    color: #3e6717;
    padding: 2px 5px 0 0;
    margin: 5px 0 2px;
    border-bottom: dotted #deebd2;
}
#corecenter h2 {
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 19px;
    color: #3e6717;
    padding: 10px 0 5px 10px;
}
#corecenter h3 {
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 16px;
    color: #5e6717;
    padding: 6px 0 5px 8px;
}
#corecenter h4 {
    font-size: 13px;
    padding: 9px 0 9px 5px;
}
#corecenter p {
    line-height: 19px;
    padding: 0 10px 10px 10px;
    color: #55750B;
}

#corecenter ul {
    padding: 20px;
    width: auto;
}
#corecenter  ol {
    padding: 40px;
    width: auto;
}
#corecenter li {
    line-height: 20px;	
}
#corecenter li a {
    text-decoration: none;
    color: #719247;
    height: auto;
    padding: 2px;
}
#corecenter li a:hover {
    background: #a6c384;
    color: #000;
}

/* the footer contains all copyright info etcetera */
#footer {
    clear: both;
    width: 940px;
    height: 30px;
    background: #458023;
    line-height: 30px;
    vertical-align: middle;
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
#footer p {
    color: #FFF;
    padding-right: 20px;
}
#footer a {
    color: #FFF;
}
.left{
    float: left;
    clear: both;
    margin-right: 5px;

}
.nahled_nadpis{
    float: left;
}
.nahled_left{
    margin-right: 5px;
    float: left;
    width:17%;
    height:100px;
    clear: both;
    text-align: center;

}
.polozka{
    clear: both;
}
.polozka_left{
    float: left;
    width: 408px;
    height: 408px;
    clear: both;
    text-align: center;
    vertical-align: middle;
    padding: 0 0 0 5px;
}
.polozka_left .obrazek{

}
.popis_nahledu{

    margin: 1px 1px 1px 5px;
    padding: 1px 1px 1px 5px;

}
.nahodna{
    height: 120px;
    margin-left:5px;
    clear: both;

}
.nahodna_darky{
    margin-left:5px;
    clear: both;
}
acronym {
    cursor: help;

}
.html_ne{
    display:none;
}
.html_letak{

    margin: 8px;
    padding:8px;

}
.-html_letak h2{
    padding:1px;
    margin:1px;
    background: #DEEBD2;
    font-size: 20px;
}
.colleft {
    float: left;
    width: 49%;

}
.colright {
    float: right;
    width: 50%;

}
.aktivni1{
    background: #B1CD96;

}
.aktivni2{
    background: #80AD52;

}
.doporucujeme{
    font-size: 9px;

}
.doporucujeme ul li{
    display: inline;
}
.doporucujeme a{
    text-decoration: none;
    color: #aaaaaa;
}
.doporucujeme li a:hover {
    background: #a6c384;
    color: #000;
}




.polozka_popis{
    border: 1px solid #EAEAEA;
    margin: 1px 1px 1px 5px;
    padding:0.5em;
    float: left;
    width: 238px;
    clear:right;
    background: #F8f7f8;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.polozka_popis dl{
    padding:2px 10px;
    margin: 0;
    float:left;
    width:218px;
    margin-bottom:0.7em;
    background:#fff;
    border:1px solid #eee;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
}


.polozka_popis dt{
    float: left;
    margin:0;
    padding: 0;
    clear:right;
}
.polozka_popis dd{
    float: right;
    text-align: right;
    margin:0;
    clear:right;
}


.levy_box{
    margin: 5px 5px 10px 5px;
    border: 1px solid #DDDDDD;
    padding: 5px;
    background: #faffff;
    text-align : center;
    border-radius: 8px 8px 8px 8px;
}
/*********************************************************/
.tagy {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-variant: small-caps;
    line-height: 26px;
    display: block;
    letter-spacing: -1px;
    word-spacing : 1px;

}
.tagy a{
    color: #a0a0a0;
    text-decoration: none;
}
.tagy a:hover{

    color: #000000;

}
/************************************************************/
.diskuze{
    margin: 30px 5px 5px 0;
    padding: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 12px;
    border:dashed #006633 1px;
    clear: both;
}
.diskuze .hlavicka{
    background: #F1F1F1;
    border-bottom:dashed #006633 1px;
    padding:5px;
}
.diskuze h3{
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
    background: #F1F1F1;
}
.diskuze h4{
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
    background: #F1F1F1;
    font-size: 12px;
    color: #66A342;
}
.diskuze .prispevek{
    font-family: arial;
    border-left: 2px solid #006633;
    margin: 20px 0 0 0;
    padding-top: 0px;
}
.diskuze .text{
    line-height: 1.6em;
    padding: 5px 35px 5px 5px;
    font-style:italic;
    border-bottom: 2px #66A342 dashed;
    color: #66A342;
    background: url(images/img04.gif) no-repeat right 30%;
}
.diskuze .podpis{
    padding: 2px 0 1px 15px;
    font-size: 10px;
    font-family: Tahoma;
    margin:0;
    text-align:right;
    border-bottom: 2px #66A342 dashed;
}

.diskuze .odpoved{
    border-left: 2px solid #006633;
    margin: 0 0 0 20px;
    padding-left: -2px;
}
/********************************************************************/
.navstevy li{
    list-style: none;
    background: url(images/link.png) no-repeat left;
    padding-left: 16px;
}
.nabidka {
    margin: 35px 0 0 0;

}
/******************************************************************/
.nahled{
    border-top: 1px solid #EAEAEA; 
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    border-left: 5px solid #72A545;
    background-color: #FAFAFA; 
    margin:3px;
    padding:5px;
    clear: both;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.nahled, .nahled a{
    margin: 0 0 5px 0;
    text-decoration: none;
}
.nahled h2, .nahled h2 a{
    margin-top: -12px;
}
.nahled_obrazek{
    float: left;
    width:110px;
    height:110px;
    text-align: center;
}
.suda{
    background: #FAFfFf;
}
.akce{
    border-left: 5px solid #f36bbe;
    border-top: 1px solid #f36bbe;
    border-right: 1px solid #f36bbe;
    border-bottom: 1px solid #f36bbe;
}
.nahled_dokose{
    border: solid 1px #EAEAEA;
    float: left;
    width: 48%;
    margin: 0 0 0 5px;
    padding: 3px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.nahled_popis{
    width: 33%;
    color: grey;
    float: left;
}
.cena{
    text-decoration: none;
    color: #72A545;
    font: bold 1.4em Arial, Helvetica, sans-serif;

}
.cena input{
    vertical-align: middle;
}
.cena span{
    color: #000000;
    font:  0.7em  Arial, Helvetica, sans-serif;
}
.dokose{
    border: 1px solid #72A545;
    padding: 5px 3px 5px 3px;
    margin: 5px 2px 0 0;
    text-align: center top;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
/**********************************/
.ram-podobne-polozky{
    text-align: center top;
    overflow-x: auto;
    -overflow: -moz-scrollbars-horizontal;
    overflow: scroll;
    width: 685px;
    height: 240px;
}
.podobne-polozky{
    border-right: 1px dotted #72A545;
    border-bottom: 1px dotted #bababa;
    padding: 5px 3px 5px 3px;
    margin: 5px 2px 0 0;
    text-align: center;
    float: left;
    width: 102px;
    height: 240px;
    text-align: center top;
}
/**********************************/
.darek{
    padding: 5px;
    margin: 8px 0 8px 0;
    background: #EF8D8D;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    clear: both;
}
.slevy {
    margin-top: 10px;
    color: #bc373a;
}
.sleva{
    color: #bc373a;
    font-size: 25px;
}

.hlaska_akce{
    margin: 5px;
    padding: 8px 0 0 45px;
    clear: both;
    color: #f36bbe;
    background: url(images/box-2-icon48.png) no-repeat left top ;
}
.hlaska_akce .akcni{
    font-size: 25px;
    color: #f36bbe;
    margin: 5px;
}
.hlaska_dopravy{
    padding: 8px 0 0 47px;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    color: #ff1919;
    background: url(images/HWcar-5-icon48.png) no-repeat left top;
    font-size: 12px;
    height: 38px;
}
.hlaska_dopravy a{
    color: #f5292c;
    padding: 3px;
    font: 13px;
}
.dostupnost1{
    background: #72a545;
    padding: 3px;
    color: #ffffff;
    cursor: help;
    border-radius: 5px 5px 5px 5px;
    margin: 2px;
}
.dostupnost2{
    background: #FF9900;
    padding: 3px;
    color: #FFffff;
    cursor: help;
    border-radius: 5px 5px 5px 5px;
    margin: 2px;
}
.dostupnostn
{
    background: #FF0000;
    padding: 3px;
    color: #FFffff;
    cursor: help;
    border-radius: 5px 5px 5px 5px;
    margin: 2px;
}
/*----------------------------------*/

.zmenazobrazeni{
    margin: 3px;
    padding: 5px;
    background: #F8f7f8;
    border-radius: 5px 5px 5px 5px;
}
/********************************/
.odstrankovani
{
    padding: 2px;
    text-align: center;
}

.odstrankovani ul
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 10px;
}

.odstrankovani li
{
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
}
.odstrankovani a, .odstrankovani a:visited
{
    padding: 0 5px;
    border: 1px solid;
    text-decoration: none;
    color: Green;
    border-color: #CCCCCC;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.odstrankovani a:hover, .odstrankovani a:active
{
    border: 1px solid Green;
    color: #444444;
}
.odstrankovani li.aktualni-stranka
{
    font-weight: bold;
    padding: 0 5px;
    border: 1px solid Green;
    background-color: Green;
    color: #ffffff;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.odstrankovani li.zruseny-odkaz{
    padding: 0 5px;
    border: 1px solid #929292;
    color: #929292;
}

.odstrankovani li.dalsi-stranka{
    font-weight: bold;
}

* html .odstrankovani li.aktualni-stranka, * html .odstrankovani li.zruseny-odkaz
{
    margin-right: 5px;
    padding-right: 0;
}
/*************************/
.language{
    float: right;
    padding: 5px;
    margin: 5px;
    background-color: #deebd2;
    width: 38px;
    border-radius: 8px 8px 8px 8px;
}
.language li{
    padding: 3px;
    list-style-type: none;

}
.center{
    text-align: center;
}
.align-left{
    text-align: left;
}
.sikme{
    font-style: italic;
}
.preskrknute{
    text-decoration: line-through;
    font-size: 13px;
}
.bold{
    font-weight: bold;
}
.both{
    clear: both;
}
.right{
    float: right;
}
.hledaneSkupiny{
    background: #f8f7f8;
    border-radius: 8px 8px 8px 8px;
}
.hledaneSkupiny h2{
    color: #B1CD96;
    border-radius: 8px 8px 0 0;
    background: #B1CD96;
}

.hledaneSkupiny .searchZvyrazni{
    background: #B1CD96;
    color: #FFFFFF;

}
.hledaneSkupiny ul{
    font-size: 13px;
}
.hledaneSkupiny ul li{
    border-width: 1px 1px 1px 5px;
    border-color: #EAEAEA #EAEAEA #EAEAEA #72A545;
    border-style: solid;
    background-color: #FAFAFA;
    margin: 0 0 3px 0;
    list-style: none;
    border-radius: 0 6px 6px 0;
    padding: 2px 0 2px 5px;
}

.imageBorder a {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    padding: 9px;
    line-height: 1em;
    width: 385px;
    height: 385px;
    margin: 2px 0 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* line 332, ../sass/screen.sass */
.imageBorder .obrazek a img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #FFFFF1;
}
/* line 335, ../sass/screen.sass */
.imageBorder a:hover {
    background-color: #f8f7f8;
}
.imageDarek {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F36BBE;
    border-radius: 3px 3px 3px 3px;
    margin: 290px 0 0 275px;
    padding: 5px;
    position: absolute;
    z-index: 8;
    display: table;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.plusDarek{
    margin: 265px 0 0 250px;
    position: absolute;
    z-index: 10; 
    display: table;
}
