@font-face {
  font-family: 'raleway-regular';
  src: url('../inc/raleway-regular.eot');
  src: url('../inc/raleway-regular.eot?#iefix') format('embedded-opentype'),url('../inc/raleway-regular.woff') format('woff'),url('../inc/raleway-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'raleway-light';
  src: url('../inc/raleway-light.eot');
  src: url('../inc/raleway-light.eot?#iefix') format('embedded-opentype'),url('../inc/raleway-light.woff') format('woff'),url('../inc/raleway-light.ttf') format('truetype');
}

@font-face {
  font-family: 'raleway-bold';
  src: url('../inc/raleway-bold.eot');
  src: url('../inc/raleway-bold.eot?#iefix') format('embedded-opentype'),url('../inc/raleway-bold.woff') format('woff'),url('../inc/raleway-bold.ttf') format('truetype');
}

body	{
  font-family: raleway-regular,Arial,Ubuntu,Calibri, Arial;  
  color: #000000;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
  text-align: left;
  background: #ffffff;
  width: 100%;
  overflow-x: hidden;
}




/* --- odkazy (rozsireno o ikonky typu souboru) --- */

a 				{color: #000000; text-decoration: none; font-weight: normal;}
a:hover 	{color: #000000; text-decoration: underline;}
:focus		{outline: 0;}


a.out				{background: url(../img/ico_outanchor.gif) no-repeat left 0em; padding-left: 12px;}
a.out_right			{background: url(../img/ico_outanchor.gif) no-repeat right 0em; padding-right: 12px;}
a.print 			{background: url(../img/ico_print.gif) no-repeat left 0em; padding-left: 18px;}
a.favourites 			{background: url(../img/ico_favourites.gif) no-repeat left 0em; padding-left: 18px;}
a.map 				{background: url(../img/ico_map.gif) no-repeat left 0em; padding-left: 18px;}
a.rss 				{background: url(../img/ico_rss.gif) no-repeat left 0em; padding-left: 18px;}

/* --- ikonky souboru --- */
.ai 				{background: url(../img/ico/ai.png) no-repeat left; padding-left: 20px;}
.avi 				{background: url(../img/ico/avi.png) no-repeat left; padding-left: 20px;}
.bmp 				{background: url(../img/ico/bmp.png) no-repeat left; padding-left: 20px;}
.cdr				{background: url(../img/ico/cdr.png) no-repeat left; padding-left: 20px;}
.doc				{background: url(../img/ico/doc.png) no-repeat left; padding-left: 20px;}
.dxf				{background: url(../img/ico/dxf.png) no-repeat left; padding-left: 20px;}
.gif 				{background: url(../img/ico/gif.png) no-repeat left; padding-left: 20px;}
.html 			{background: url(../img/ico/html.png) no-repeat left;	padding-left: 20px;}
.jpg 				{background: url(../img/ico/jpg.png) no-repeat left; padding-left: 20px;}
.mp3 				{background: url(../img/ico/mp3.png) no-repeat left; padding-left: 20px;}
.pdf 				{background: url(../img/ico/pdf.png) no-repeat left; padding-left: 20px;}
.png 				{background: url(../img/ico/png.png) no-repeat left; padding-left: 20px;}
.ppt 				{background: url(../img/ico/ppt.png) no-repeat left; padding-left: 20px;}
.psd 				{background: url(../img/ico/psd.png) no-repeat left; padding-left: 20px;}
.qt 				{background: url(../img/ico/qt.png) no-repeat left; padding-left: 20px;}
.ra 				{background: url(../img/ico/ra.png) no-repeat left; padding-left: 20px;}
.rtf 				{background: url(../img/ico/rtf.png) no-repeat left; padding-left: 20px;}
.swf 				{background: url(../img/ico/swf.png) no-repeat left; padding-left: 20px;}
.tif 				{background: url(../img/ico/tif.png) no-repeat left; padding-left: 20px;}
.txt 				{background: url(../img/ico/txt.png) no-repeat left; padding-left: 20px;}
.xls 				{background: url(../img/ico/xls.png) no-repeat left; padding-left: 20px;}
.zip				{background: url(../img/ico/zip.png) no-repeat left; padding-left: 20px;}
.unknown, file			{background: url(../img/ico/unknown.png) no-repeat left; padding-left: 20px;}

.cistic {
  clear: both;
  font-size: 1px;
  height: 0px;
}

.cistic-small {
  clear: both;
  font-size: 1px;
  height: 3px;
}

.cistic-middle {
  clear: both;
  font-size: 1px;
  height: 10px;
}

.cistic-big {
  clear: both;
  font-size: 1px;
  height: 20px;
}

.cistic-big2 {
  clear: both;
  font-size: 1px;
  height: 40px;
}

.cistic-big3 {
  clear: both;
  font-size: 1px;
  height: 90px;
}

.cistic-red {
  clear: both;
  font-size: 1px;
  height: 5px;
  background: #d94f2f;
  margin: 2px 0px 2px 0px;
}

/* --- zakladni html prvky ---*/
em, i, .italic				   {font-style: italic;}
p 				     {text-align: left; margin: 0px; line-height: 1.5em;}
code 				   {font-size: 140%; font-weight: bold;}
#div-right hr					   {color: none; height: 1px; margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px; border: none; border-bottom: 1px solid #e7e7e8;}

#div-homepage hr {color: none; height: 1px; margin: 10px 0px 0px 0px; border: 0px; padding: 0px 0px 0px 0px; border-bottom: 1px solid #bdbdbd;} 
.bad           {color: red; font-weight: bold;}
.div-bad {
        padding: 10px;
        border: 3px solid red;
        background: white;
        color: black;
}
.div-good {
        padding: 10px;
        border: 3px solid green;
        background: white;
        color: black;                                    
}
.bila         {color: white;}

/* --- seznamy --- */

ul ol li			  {color: white; list-style-type: none; margin: 0px; padding: 0px; text-align: left;}

.menu				    {list-style-type: none; margin: 0px; padding: 0px 0px 0px 0px;}
.menu li			  {color: white; padding: 0px; margin: 0px 0px 0px 0px; float: left;}
.menu a				  {color: white; margin: 0px 0px 20px 0px; text-align: left; padding: 0px 15px 0px 17px; text-decoration: none; float: left; font-family: raleway-bold; font-size: 18px;}
.menu a:hover	  {color: #555555; }
.menu a.selected	{color: #555555; }
.separator {background: url("../img/bcg_menu.png") left 0px no-repeat;}

.podmenu				  {color: #555555;list-style-type: none; margin: 30px 0px 0px 0px; width: 250px; padding: 5px; position: absolute; visibility: hidden; background: #d9d9d9; z-index: 1000;}
.podmenu li			  {color: #555555;text-align: left; float: left; width: 250px;}
.podmenu a				{color: #555555;width: 240px; padding: 5px 5px 5px 5px; margin: 0px; height: auto; float: left; text-align: left; background: none; border-radius: 0px 0px 0px 0px; font-family: raleway-regular; font-size: 14px;}
.podmenu a:hover	{color: #ffffff; padding: 5px 5px 5px 5px;  background: #6e6e6e; text-decoration: none;}

.levemenu				     {font-weight: bold; list-style-type: none; margin: 0px; padding: 5% 0px 5% 0px; background: #e1e1e1; float: left;}
.levemenu li			   {padding: 0px; margin: 0px 0px 0px 0px; float: left; width: 90%; margin-left: 5%; }
.levemenu a				   {font-weight: bold;  display: block; margin: 0px 0px 0px 0px; width: 90%; padding: 10px 5% 10px 5%; text-align: left; text-decoration: none; }
.levemenu a:hover	   {font-weight: bold; text-decoration: none; background: #464646; color: #ffffff;}
.levemenu a.selectedleft  {font-weight: bold; text-decoration: none; background: #464646; color: #ffffff;}

.podmenu-left				  {list-style-type: none; margin: -38px 0px 0px 16%; width: 210px; padding: 10px; position: absolute; visibility: hidden; background: #d9d9d9; z-index: 1000; }
.podmenu-left li		  {text-align: left; float: left; width: 200px; margin: 0px;}
.podmenu-left a				{width: 190px; padding: 5px 10px 5px 10px; margin: 0px; height: auto; display: block; text-align: left; background: none; border-radius: 0px 0px 0px 0px; }
.podmenu-left a:hover	{color: #ffffff; background: #464646; text-decoration: none;}


.menu_carky				    {list-style-type: none; margin: 0px; padding: 0px 0px 0px 30px; position: relative; top: -12px;}
.menu_carky li			  {padding: 0px; margin: 0px 0px 0px 0px; float: left; }
.menu_carky a				  {font-weight: normal; color: #ffffff; text-align: left; margin: 0px 0px 0px 0px; height: 50px; float: left; padding: 0px 0px 0px 0px; text-decoration: none; font-family: raleway-bold;}
.menu_carky a:hover	  {color: #ffffff; font-weight: normal; text-decoration: none; }
.menu_carky a.selected	  {color: #ffffff; font-weight: normal; text-decoration: none; }

.podmenu_carky				  {list-style-type: none; margin: 40px 0px 0px -30px; width: 280px; padding: 0px 0px 0px 0px; position: absolute; visibility: hidden; background: #ffffff; z-index: 21; border-top: 3px solid #f47b2b; border-bottom: 3px solid #f47b2b; overflow: hidden;}
.podmenu_carky li			  {text-align: left; float: left; width: 180px; padding: 0px; margin: 0px;}
.podmenu_carky a				{color: black; width: 240px; padding: 8px 20px 8px 20px; margin: 0px; height: auto; float: left; text-align: center; background: none; border-radius: 0px 0px 0px 0px; box-shadow: 0px 0px 0px; transition: none;}
body .podmenu_carky a:hover	{color: black; background: #9be1f7; text-decoration: none; box-shadow: 0px 0px 0px;}

/* --- obrazky --- */
img 				{border: 0px;}
img.border 	{padding: 2px; border: 1px solid #7f7f7f;}
.bordernone {border: 0px;} 
img.icon		{vertical-align: -3px; margin: 0px 3px 0px 1px;}
img.toleft	{margin-right: 10px;}
img.toright {margin-left: 10px;}

/* --- horni a dolni indexy --- */
sub, sup 		{vertical-align: baseline; position: relative;}
sub 				{top: 0.4em;}
sup 				{bottom: 0.4em;}

/* --- tabulky --- */
table.nice			{width: 440px;}
table.nice tr td 		{padding: 2px;	font-size: 1em; border: 1px solid #dddddd;}
table.nice tr td.item		{background: url('../img/bcg_th.gif') repeat-x top left #dfdfdf; font-weight: bold; width: 330px;}
table.nice tr th		{background: url('../img/bcg_th.gif') repeat-x top left #dfdfdf; font-weight: bold;}
table.list			{width: 610px;}
table.list tr th		{background: #eeeeee; border-bottom: 2px solid #e1e1e1; padding: 5px 2px 5px 2px;}
table.list tr td		{border-bottom: 1px solid #e1e1e1; padding: 3px 2px 3px 2px;}

table {
  cellspacing: 0px;
  cellpadding: 0px;
  border-collapse: collapse;
}

/* --- hlavicky --- */
h1				{padding: 0px 0px 20px 0px; font-weight: normal; margin: 0px 0px 0px 0px; font-size: 26px; color: #231f20; font-family: raleway-bold;}
h2				{padding: 0px 0px 20px 0px; font-weight: normal; margin: 0px 0px 0px 0px; font-size: 26px; color: #231f20; font-family: raleway-bold; }
h3				{padding: 0px 0px 10px 0px; font-weight: normal;	margin: 0px 0px 0px 0px; font-size: 20px; color: #231f20; font-family: raleway-bold; }
h4				{padding: 0px 0px 10px 0px; font-weight: normal;	margin: 0px 0px 0px 0px; font-size: 18px; color: #231f20; font-family: raleway-bold; }
h5				{padding: 0px 0px 5px 0px; font-weight: normal;	margin: 0px 0px 0px 0px; font-size: 16px; color: #231f20; font-family: raleway-bold; }

/* --- formulare --- */
textarea, input, select			{font-family: raleway-regular,Calibri,Arial,Trebuchet,Tahoma,Arial,sans-serif; font-size: 0.9em; }
label				{font-size: 0.85em; font-weight: bold;}
form        {padding: 0px; margin: 0px;}
table {
  cellspacing: 0px;
  cellpadding: 0px;
  border-collapse: collapse;
}

/* --- globalni tridy --- */
.clear			{clear: both;}
.smaller		{font-size: 0.9em;}

.small 			{font-size: 0.6em;}
.gray 			{color: #666666;}
.blue 			{color: #004080;}
.red			{color: red;}
.green			{color: #008000;}
.right 			{text-align: right;}
.center			{text-align: center;}
.left			{text-align: left;}
.block			{text-align: justify;}
.toleft			{float: left;}
.toright		{float: right;}
.nomargin		{margin: 0px;}
.error			{display: block; color: #000000; font-weight: bold; text-align: center; margin-bottom: 10px; background: #d0d0d0; padding: 2px 0px 2px 0px; border: 1px solid #999999;}
.error a		{color: #000000;}
.hidden			{display: none;}
.border			{display: block; border: 1px dotted #b1b1b1; padding: 10px 3px 10px 3px;}
.demi			{font-family: Calibri;}
.bold, strong			{font-family: raleway-bold;}
.halfrow		{position: relative; top: 3px;}
.underline		{text-decoration: underline;}
.odsazeni-top {padding-top: 3px;}
.odsazeni-top2 {padding-top: 30px;}
.odsazeni-top3 {margin-top: 7px;}
.odsazeni-top4 {margin-top: 3px;}
.odsazeni-top5 {margin-top: 5px;}
.odsazeni-top8 {margin-top: 12px;}
.odsazeni-top6 {position: relative; top: 6px;}
.odsazeni-bottom {padding-bottom: 40px;}
.odsazeni-bottom2 {padding-bottom: 5px;}
.odsazeni-top-bottom {margin: 8px 0px 8px 0px;}
.odsazeni-left {margin-left: 10px;}
.odsazeni-left2 {margin-left: 30px;}
.odsazeni-left3 {margin-left: 13px;}
.odsazeni-left4 {margin-left: 20px;}
.odsazeni-right {margin-right: 10px;}
.odsazeni-right2 {margin-right: 20px;}
.odsazeni-right3 {margin-right: 9px;}
.odsazeni-right4 {margin-right: 4px;}
.div-typ-odsazeni {margin-right: 12px;}

.big {font-size: 18px; font-weight: bold;}
.bigger {font-size: 16px;}

/* fotogalerie */
.div-img-okraj5f {
        width: 19%;
        height: 150px;
        float: left;
        padding: 0px;
        background: white;  
        margin: 0px 0.5% 10px 0.5%;
        /*border: 1px solid #e0e0e0;*/              
}



.div-img-inner5f {
        width: 100%;
        height: 150px;
        float: left;
        /*overflow: hidden;*/
}

body .div-img-inner5f img {
        width: 100%;
        height: 150px;
        float: left;
        
}

.div-play {
        width: 100%;
        height: 150px;
        float: left;
        background: url("../img/bcg_play.png") center center no-repeat;
}

.div-img-p {
        width: 100%;
        text-align: center;
        margin-top: 5px;
        float: left;
}


/* --- layout webu --- */

.div-body {
        width: 1200px;
        margin: auto;
}

.div-blog1 {
        width: 30%;
        float: left;
        height: 200px;
        margin-right: 5%;
        cursor: pointer;
}

.div-blog2 {
        width: 65%;
        float: right;
}




/*
#homepageTopstory {
      width: 209px;
      height: 209px;
      float: left;
      overflow: hidden;
      margin-bottom: 0px;
      font-family: Arial;
}

.div-banner {
      width: 189px;
      height: 189px;
      float: left;
      padding: 10px;
      overflow: hidden;
}

#homepageTopstory .div-banner-right p {
      padding-bottom: 5px;
}

.pointer {
      cursor: pointer;
}

.top {
        width: 18px;
        height: 17px;
        float: left;
        margin: 0px 0px 0px 0px;
}

#top1 {
	background: url("../img/bcg_puntik1.png") no-repeat;
}
#top1.active {
	background: url("../img/bcg_puntik2.png") no-repeat;
}

#top2 {
	background: url("../img/bcg_puntik1.png") no-repeat;
}
#top2.active {
	background: url("../img/bcg_puntik2.png") no-repeat;
}

#top3 {
	background: url("../img/bcg_puntik1.png") no-repeat;
}
#top3.active {
	background: url("../img/bcg_puntik2.png") no-repeat;
}

#top4 {
	background: url("../img/bcg_puntik1.png") no-repeat;
}
#top4.active {
	background: url("../img/bcg_puntik2.png") no-repeat;
}

#top5 {
	background: url("../img/bcg_puntik1.png") no-repeat;
}
#top5.active {
	background: url("../img/bcg_puntik2.png") no-repeat;
}

#top6 {
	background: url("../img/bcg_puntik1.png") no-repeat;
}
#top6.active {
	background: url("../img/bcg_puntik2.png") no-repeat;
}

#top7 {
	background: url("../img/bcg_puntik1.png") no-repeat;
}
#top7.active {
	background: url("../img/bcg_puntik2.png") no-repeat;
}

#top8 {
	background: url("../img/bcg_puntik1.png") no-repeat;
}
#top8.active {
	background: url("../img/bcg_puntik2.png") no-repeat;
}

#top9 {
	background: url("../img/bcg_puntik1.png") no-repeat;
}
#top9.active {
	background: url("../img/bcg_puntik2.png") no-repeat;
}

#top10 {
	background: url("../img/bcg_puntik1.png") no-repeat;
}
#top10.active {
	background: url("../img/bcg_puntik2.png") no-repeat;
}

#topstoryPane {
    width: 200px;
    height: 20px;
    float: left;
    text-align:  right;
    padding: 0px 20px 0px 0px;
    position: relative;
    left: 0px;
    top: -10px;
    z-index: 1000;
}




.jcarousel {
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 400px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}



.jcarousel-control-prev,
.jcarousel-control-next {
}

.jcarousel-control-prev {
}

.jcarousel-control-next {
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
}



.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

#div-body {
    width: 980px;
    margin: auto;
}

#div-top {
    width: 980px;
    height: 100px;
    float: left;    
}

#div-logo {
    width: 350px;
    height: 46px;
    float: left;
    padding: 22px 0px 0px 0px;
    background: url("../img/bcg_logo.png") 0px 22px no-repeat;
    cursor: pointer;
}

#div-logo img {
    width: 350px;
    height: 46px;
    float: left;
}



#div-main {
    width: 980px;
    float: left;
}

#div-left {
    width: 200px;
    float: left;
}

.div-left {
    width: 180px;
    float: left;
}

.div-rightx1 {
    width: 209px;
    float: left;
    padding-left: 80px;
}

.div-rightx2 {
    width: 320px;
    float: left;
    padding: 0px 0px 0px 40px;
}

body .div-rightx2 img {
    height: 220px;
    text-align: left;
}

.div-right-zahlavi {
    width: 750px;
    height: 35px;
    float: left;
}

#div-right {
    width: 750px;
    float: right; 
    font-size: 12px;
    font-family: Verdana, Arial;
}

#div-right ul {
    margin: 0px;
    padding: 0px;
}

#div-right li {
    margin-left: 20px;
}

#div-right a {
    font-weight: bold;
    text-decoration: underline;
}


#div-right p {
    padding-bottom: 10px;
    line-height: 1.7em;
}

#div-right li {
    padding-bottom: 5px;
}

#div-paticka {
    width: 960px;
    float: left;
    padding: 10px;
    background: url("../img/bcg_paticka.png") left top #a5a8aa repeat-x;
}


.div-oranz1 {
    width: 350px;
}

.div-oranz2 {
    width: 490px;
}        
    
.div-oranz {    
    float: left;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    background: #fea332;
    padding: 10px 10px 0px 10px;
}


.submit {
    border: none;
    cursor: pointer; 
    color: #ffffff;
    background: #454545;
    text-align: center;
    padding: 5px 10px 5px 10px;
      
}

.submit:hover {
    background: #f48338;
    color: black;
    border: none;
    cursor: pointer;   
    text-align: center;
}

.recycle {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 20px;
}

.p-form {
    width: 200px;
    height: 5px;
    float: left;
}

.div-hp-bannery {
    width: 220px;
    float: left;
    border-radius: 15px;
}

.div-hp-bannery-inner {
    width: 180px;
    float: left;
    padding: 20px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: black;
    min-height: 90px; 
}

body .div-hp-bannery-inner p {
    text-align: center;
}

body .div-hp-bannery-inner a, body .div-hp-bannery-inner a:hover {
    color: black;
    font-weight: bold;
}

.div-hp-bannery151 {
    background: #f2d392;  
}

.div-hp-bannery152 {
    background: #dd9132;  
}

.div-hp-bannery153 {
    background: #ec752a;  
}

.div-hp-bannery154 {
    background: #cb4f1c;  
}

.odsazeni-rightx {
    margin-right: 20px;
}

.odsazeni-righty {
    margin-right: 10px;
}

.img-hp-bannery {
    width: 220px;
    border-radius: 15px;
    float: left;
}

body .div-hp-bannery table tr td {
    width: 180px;
    height: 90px;
    vertical-align: middle;
    text-align: center;
}






.opop_dvere {
        width: 964px;
        height: 600px;
        float: left;
}

#opop_dvere1 {
        background: url("../files/files/opop_dvere1.jpg") center 0px no-repeat;
        cursor: pointer;
}

#opop_dvere2 {
        background: url("../files/files/opop_dvere2.jpg") center 0px no-repeat;
}

#opop_dvere3 {
        background: url("../files/files/opop_dvere3.png") center 0px no-repeat;
}

body .table-h1 h1 {
        font-size: 13px;
        font-weight: bold; 
}













.table-cenik td {
      font-size: 0.9em;
      padding: 2px 5px 2px 5px;
}

body .table-cenik {
      width: 980px;
}

*/

#div-body {
      width: 100%;
      float: left; 
}

#div-top {
      width: 100%;
      height: 90px;
      background: white;
      border-bottom: 7px solid #555555;
}

#div-logo {
      width: 180px;
      height: 46px;
      float: left;
      padding: 22px 0px 0px 50px;
      background: url("../img/bcg_logo.png") 30px 22px no-repeat;
      cursor: pointer;
}

#div-logo img {
      width: 180px;
      height: 46px;
      float: left;
}

#div-top-right {
    width: 180px;
    float: right;
    padding: 7px 30px 0px 0px;
}

#div-top-right1 {
    width: 180px;
    height: 37px;
    float: right;
}

#div-top-right2 {
    width: 220px;
    height: 25px;
    float: right;
    padding-top: 5px;
}

#div-vyhledavani {
    width: 175px;
    height: 37px;
    float: right;
    background: url("../img/bcg_vyhledavani.png") no-repeat;
    margin: 0px 0px 0px 0px; 
}

#submit-vyhledavani {
    width: 37px;
    height: 37px;
    float: right;
    cursor: pointer;
}

#input_vyhledavani {
    width: 110px;
    height: 29px;
    float: left;
    margin: 0px;
    padding: 5px 10px 5px 10px;
    background: none;
    border: none;
}

.oranz {    
    color: #f47b2b;
}

#div-top-rightb {
    width: 300px;
    float: right;
    padding: 24px 10px 0px 0px; 
}

#div-menu {
    width: 100%;
    height: 20px;
    float: left;
    background: #f47b2b;
    position: relative;
    color: white;
    padding: 7px 0px 10px 0px;
}

#div-menu-inner {
    float: left;
}

.owl-pagination {
        display: none;
}



.owl-carousel {
    width: 100%;
    float: left;
}

.lazyOwl {
    width: 100%;
    height: 600px;
    float: left;
    overflow: hidden;
}

.lazyOwl-inner {
    width: 24%;
    height: 400px; 
    float: left;
    background: url("../img/bcg_seda.png");
    padding: 20px 3% 20px 3%;
    margin: 40px 2% 20px 7%;
    color: white;
    overflow: hidden;
}

body .lazyOwl-inner h2, body .lazyOwl-inner h1 {
    color: #f47b2b;
    font-size: 26px;
    font-family: raleway-bold;
} 

body .lazyOwl-inner p {
    line-height: 1.8em;
}


#owl-demo-holder {
    width: 100%;
    float: left;
    overflow: hidden;
}

#owl-demo {
    width: 100%;
    float: left;
    overflow: hidden;
}

.customNavigation {
    position: absolute;
    width: 100%;
}

.prev {
    width: 30px;
    height: 57px;
    background: url("../img/bcg_sipka_banner1.png") no-repeat;
    position: absolute;
    top: 300px;
    left: 2%; 
    z-index: 10;
    cursor: pointer;    
    transition: all ease 0.7s;
}

.prev:hover {
    background: url("../img/bcg_sipka_banner1_hover.png") no-repeat;
}

.next {
    width: 30px;
    height: 57px;
    background: url("../img/bcg_sipka_banner2.png") no-repeat;
    position: absolute;
    top: 300px;
    right: 2%;
    z-index: 10;
    cursor: pointer;   
    transition: all ease 0.7s; 
}

.next:hover {
    background: url("../img/bcg_sipka_banner2_hover.png") no-repeat;
}

.lazy-nadpis {
    color: white;
    font-family: raleway-bold;
    font-size: 36px;
    float: left;
    padding: 40px 0px 0px 7%;
}

.div-main a {
    text-decoration: underline;
}

body .div-main a.submit {
    text-decoration: none;
}

.submit {
    font-family: raleway-bold;
    color: white;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    background: #f47b2b;
    transition: all ease 0.7s;
    box-shadow: inset 0px 0px 0px 2px #f47b2b;
    border: none;
    text-decoration: none;
}

.submit:hover {
    box-shadow: inset 0px 0px 0px 2px #f47b2b;
    background: white;
    color: #f47b2b;
    text-decoration: none;
}


.div-hp-bannery-nove {
    width: 17.5%;
    min-width: 150px;
    height: 180px;
    float: left;
    margin: 0.5% 0.25% 0.5% 0.25%;
    text-align: center;
    padding: 10px 1% 10px 1%; 
}


body .div-hp-bannery-nove-inner p {
    text-align: center;
}

body .div-hp-bannery-nove-inner a, body .div-hp-bannery-nove-inner a:hover {
    color: black;
}

.div-hp-bannery-nove346 {
    /*background: #7eff00;*/
    background: #ffde00;  
}

.div-hp-bannery-nove347 {
    background: #f2d392;  
}

.div-hp-bannery-nove348 {
    background: #dd9132;  
}

.div-hp-bannery-nove349 {
    background: #ec752a;  
}

.div-hp-bannery-nove350 {
    background: #ff0000;  
}

.odsazeni-rightx-nove {
    margin-right: 24px;
}

.div-hp-bannery-nove-top {
    width: 100%;
    height: 70px;
    float: left;
    margin: 0px 0px 0px 0px;
}

.img-hp-bannery-nove {
    width: 80px;
    height: 70px;
    float: left;
}

body .div-hp-bannery-nove table {
    width: 100%;
}

body .div-hp-bannery-nove table tr td {
    width: 90%;
    height: 70px;
    margin: 0px 5% 0px 5%;
    text-align: center;
}

body .div-hp-bannery-nove p {
    text-align: center;
}

body .div-hp-bannery-nove a {
    font-family: raleway-bold;
} 

#div-bannery-holder {
    width: 99.5%;
    float: left;
    padding: 0px 0.25% 0px 0.25%;
}

.submit-bannery {
    font-family: raleway-bold;
    color: black;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    transition: all ease 0.7s;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
}

.submit-bannery:hover {
    box-shadow: inset 0px 0px 0px 2px #ffffff;
    background: #555555;
    color: white;
    text-decoration: none;
}

.div-main {
    width: 60%;
    margin: auto;
}


#div-paticka {
    width: 100%;
    float: left;
    padding: 20px 0px 20px 0px;
    background: #555555;
    color: white;
}

#div-paticka a {
    color: white;
    text-decoration: underline;
}

#div-paticka h2 {
    font-weight: bold;
    color: white;
}

.div-input2 {
    width: 100px;
    text-align: right;
    padding-right: 15px;
    float: left;
}

.recycle {
    float: left;
    margin: 8px 0px 0px 15px;
    height: 25px;    
}

.input2-paticka {
    width: 300px;
    float: left;
    padding: 5px;
    color: white;
    background: #464646;
    border: none;
}

.input-formular4-paticka {
    max-width: 300px;
    min-width: 300px;
    height: 100px;
    float: left;
    background: #464646;
    padding: 5px;
    color: white;
    border: none;    
}

.width300 {
    width: 310px;
}

#div-paticka2 {
    background: #464646;
    color: white;
    width: 100%;
}

#div-paticka2 a {
    color: white;
    text-decoration: underline;
}

#div-scroll {
      width: 50px;
      height: 50px;
      background: url("../img/scroll1.png") no-repeat;
      position: fixed;
      bottom: 20px;
      right: 20px;
      cursor: pointer;
      float: left;
}

#div-scroll:hover {
      background: url("../img/scroll2.png") no-repeat;
}

#div-left {
      width: 19%;
      float: left;
      padding: 0px 1% 0px 0px;
}

#div-right {
      width: 60%;
      float: left;
}

#div-main-big {
      width: 98%;
      float: left;
      padding: 20px 1% 20px 1%;
}


#div-navigace {
    width: 98%;
    float: left;
    margin-bottom: 10px;
}

.div-clanky {
      width: 96%;
      float: left;
      margin-bottom: 15px;
      padding: 2%;
      box-shadow: inset 0px 0px 0px 1px #959595;
}

.div-clanky1-holder {
      width: 20%;
      height: 220px;
      float: left;
      background: white;
      padding: 5px;
      cursor: pointer;
}

.div-clanky-left {
      width: 20%;
      height: 220px;
      float: left;
}


.div-clanky1 {
      width: 100%;
      height: 220px;
      float: left;
}

.div-clanky2 {
      width: 78%;      
      float: right;
}

.div-clanky2-inner {
      width: 100%;
      float: left;
}

.p-vice {
      padding: 0px 0px 0px 30px;
      background: url("../img/bcg_sipka3.png") left 0px no-repeat;
      float: right;
      cursor: pointer;
}

.a-submit {
      color: white;
      padding: 5px 10px 5px 10px;
      background: #454545;      
}

.a-submit:hover {
      background: #f48338;
      text-decoration: none;
      color: white;
}

.div-predchozi {
    width: 30%;
    height: 22px;
    float: left;
    cursor: pointer;
    background: url("../img/bcg_strankovani_left.png") 0px 0px no-repeat;
    padding: 3px 0px 0px 5%;
    font-size: 14px;
    color: #aaaaaa;
    text-align: left;
}

.div-nasledujici {
    width: 30%;
    height: 22px;
    float: right;
    cursor: pointer;
    background: url("../img/bcg_strankovani_right.png") right 0px no-repeat;
    padding: 3px 5% 0px 0px;
    font-size: 14px;
    color: #aaaaaa;    
    text-align: right;
}

.div-strankovani-inner {
    float: left;
    text-align: center; 
    width: 30%; 
}

.ssubmit2b {
    width: 24px;
    height: 24px;
    background: none;
    margin: 0px 0px 0px 0px;
    border: none;
    cursor: pointer; 
    color: #ffffff;
    background: #454545;
    border-radius: 20px;
    text-align: center;
      
}

.ssubmit2, .ssubmit2b:hover {
    width: 24px;
    height: 24px;
    background: #f48338;
    color: black;
    margin: 0px 0px 0px 0px;
    border: none;
    cursor: pointer;   
    text-align: center;
    border-radius: 20px;    
}

.div-left2 {
    width: 30%;
    float: left;
    padding: 3%; 
    box-shadow: inset 0px 0px 0px 1px #959595;
}

.div-right2 {
    width: 62%;
    float: right;
}

body .div-right2 a {
    text-decoration: underline;
    font-family: raleway-bold;
    font-weight: bold;
}

.div-img-detail {
    width: 100%;
    float: left;
}

body .div-img-detail img {
    width: 100%;
    height: 100%;
    float: left;
}

.div-ikona {
    width: 130px;
    float: right;
    padding: 0px 10px 0px 0px;
}

body .div-ikona img {
    max-width: 130px;
    max-height: 130px;
    float: left;
}


body .zalozka-top table {
    width: 100%;
}

body .zalozka-top table tr td {
    vertical-align: middle;
    height: 70px;
    width: 100%;
}

.divzalozka {
    max-width: 14.285714%;
}


body .divzalozka table tr td {
    max-width: 14.285714%;
}


#div-body .zalozka-top {
      padding: 0px 0px 0px 0px;
      height: 70px;
      float: left;
      z-index: 50;
      font-family: raleway-bold;
      width: 16.66666%;
      box-shadow: inset 0px 0px 0px 1px #959595;
      text-align: center;    
      transition: all ease 0.7s;  
      cursor: pointer;
}

.zalozka-top-non-selected {
      background: #e1e1e1;
}

body .zalozka-top p {
      cursor: pointer;
      width: 90%;
      padding: 5px 5% 5px 5%;
      text-align: center;      
      float: left;
}

#div-body .zalozka-top:hover {
      background: #f47b2b;
      color: white;
}

.zalozka-top-selected {
      background: #f47b2b;
      color: white;
}

.zalozka-bottom-holder {
      width: 94%;
      float: left;
      padding: 3%;
      box-shadow: inset 0px 0px 0px 1px #959595;
      background: #ffffff;
      z-index: 0;
}

body .zalozka-bottom-holder a {
    text-decoration: underline;
}

.zalozka-bottom {
      width: 100%;
      float: left;      
}

body .zalozka-bottom td {
      border: 1px solid white;
}

.povinne {
      box-shadow: inset -4px 0px 0px #ff0000;
}

.td1x, .td-formular1 {
      width: 100px;
      padding: 8px 10px 5px 0px;
      text-align: right;
      vertical-align: top;
}

.td2x, .td-formular2 {
      width: 200px;
      padding: 5px;
      vertical-align: top;
}

.input2 {
      width: 190px;
      padding: 5px;
      border: 1px solid #efefef;
      vertical-align: top;
}

.input2b {
      width: 190px;
      padding: 1px;
      border: 1px solid #efefef;
      vertical-align: top;
}


.div-input {
      width: 140px;
      padding: 5px 10px 5px 0px;
      text-align: right;
      float: left;
}

.input2:hover, .input2:focus, .input10:hover, .input10:focus, .input-formular4:focus, .input-formular4:hover, .input2b:hover, .input2b:focus {
      border: 1px solid #454545;
}

.input10 {
      max-width: 300px;
      min-width: 300px;
      height: 128px;
      padding: 5px;
      boder: 1px solid #efefef;
}

.input-formular4 {
      max-width: 518px;
      min-width: 518px;
      height: 128px;
      padding: 5px;
      border: 1px solid #efefef;
}

.table-produkt {
      width: 100%;
}

body .table-produkt td {
      padding: 10px;
      text-align: left;
      border: 1px solid #989898; 
}

.td-produkt1 {
      background: #ffffff;
}

.td-produkt2 {
      background: #e1e1e1;
}

.div-prava-strana {
    width: 250px;
    position: fixed;
    top: 240px;
    right: 0px;   
     
}

.div-prava-strana-inner {
    width: 220px;
    float: left;
    padding: 15px;
    background: #f47b2b;
    color: white;
    margin-bottom: 10px;
}

body .div-prava-strana-inner a {
    color: white;
}

#mapax {
    width: 636px;
    height: 367px;
    float: left;
    background: url("../img/mapa1.jpg") 0px 0px no-repeat;
}

#mapax3 {
    width: 636px;
    height: 367px;
    float: left;
    background: url("../img/mapa3.jpg") 0px 0px no-repeat;
}

#mapa_big {
    width: 636px;
    height: 367px;
    float: left;
}

#map {
        width: 100%;
        height: 300px;
        float: left;
}

.map2 {
    width: 100%;
    height: 300px;
    float: left;
}

.div-blok-k {
    width: 178px;
    height: 225px;
    float: left;
    border: 1px solid #afb1b4;
}

.div-blok-k1 {
    width: 178px;
    height: 40px;
    float: left;
    font-weight: bold;
    text-align: center;
    background: #afb1b4;
}

body .div-blok-k1 td {
    width: 178px;
    height: 40px;
    vertical-align: middle;
}

.div-blok-k2 {
    width: 178px;
    height: 90px;
    float: left;
    padding: 5px 0px 5px 0px;
    background: white;
    text-align: center;
}

body .div-blok-k2 img {
    max-width: 178px;
    max-height: 90px;
    text-align: center;
}

.div-blok-k3 {
    width: 168px;
    height: 75px;
    float: left;
    background: #afb1b4; 
    padding: 5px;
}

#div-menu-carky {
    display: none;
}



.table-pole {
    width: 100%;
}

body .table-pole td {
    padding: 5px;
    text-align: center;
    border: 1px solid white;
}

.td-pole-hlavicka {
    font-weight: bold;
    color: white;
    background: #ef7900;
}

.td-pole-obsah1 {
    background: #efefef;
}

.td-pole-obsah2 {
    background: #e0dede;
}

