p { line-height: 1.5; } 
html, body { margin: 0; padding: 0; }
body {                                       
  background: #99d1f8 url(../images/back.jpg) repeat-x top;
  font-size: 15px;
  font-weight:400;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Roboto Condensed', sans-serif;
}
a img { border: 0; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
a:hover { text-decoration: none; }
.img-right { float: right; margin: 0 0 5px 10px;}

#back-left {
  width: 50%; height: 500px;
  background: url(../images/back-left.jpg) no-repeat right top;
  position: absolute;
  top: 0; right: 50%;
  margin-right: 479px;
}
#back-right {
  width: 50%; height: 500px;
  background: url(../images/back-right.jpg) no-repeat 479px 0;
  position: absolute;
  top: 0; left: 50%;
}

#wrapper-top {
  width: 960px; height: 538px;
  margin: 0 auto;
  background: url(../images/body-mid.jpg) no-repeat left top;
  position: relative;
}
.thin #wrapper-top {
  height: 368px;
}

#uvod-slogan {
  margin-top:91px;
  background: url(../images/bg_main.jpg) no-repeat 108px -117px;
  /*background: url(../images/bg_main.jpg) no-repeat 108px -134px;*/
  
  
}
#uvod-slogan .container{
  
  position:relative;
}
#head { 
  /*height: 65px;
  margin-top: 25px;
  display: inline-block;
  */
  margin-top:10px;
}
/*#head a, #head p { float: left; }*/
#slogan {
  font-size: 3.4em;
  color: white;
  line-height: 65px;
  text-shadow: 1px 1px #76783e;
}
#head p span { 
  color: #0075be; 
  text-shadow: 1px 1px #7ca114;
}

#podslogan {
  font-size: 2.2em;
  color: #ff3334;
  line-height: 65px;
  text-shadow: 1px 1px #76783e;
  margin-top:48px;
  margin-left:18px;
}

#navigation { 
  /*position: relative;*/
  /*position: absolute;
  left: 50%; top: 131px;
  margin-left: -480px;
  display: inline-block;*/
  /*margin: 41px 0 0;*/ 
  z-index: 1001;
}
#navigation ul {
  height: 56px;
  margin: 0 24px;
  /*background: url(../images/navigation.png) repeat-x top;*/
  padding: 0;
  list-style: none;
  text-align: center;
}
#navigation span.navigation-side {
  width: 24px; height: 56px;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;         
}
#navigation #navigation-left {
 /* background-image: url(../images/navigation-left.png);*/
  left: 0;
}
#navigation #navigation-right {
  /*background-image: url(../images/navigation-right.png);*/
  right: 0;
}
#navigation ul li { 
  height: 31px;
  float: left; 
  position: relative;
  margin-top: 11px;
}
#navigation ul a.n-main {  
  height: 31px;
  line-height: 31px;
  display: inline-block;  
  margin: 0 13px 0;
  color: #0075be;
  font-size: 1.2em;
  text-decoration: none;
  position: relative;
  z-index: 1000;
}

#navigation ul a.n-main:hover,
#navigation ul li:hover a.n-main,
#navigation ul a.n-main.active { 
  background: url(../images/n.png) repeat-x top;
  color: white; 
}
#navigation ul a.n-main:hover span.n-l,
#navigation ul a.n-main:hover span.n-r,
#navigation ul a.n-main.active span.n-l,
#navigation ul a.n-main.active span.n-r,
#navigation ul li:hover a.n-main span.n-l,
#navigation ul li:hover a.n-main span.n-r {
  width: 15px; height: 31px;
  display: block;
  position: absolute;
  top: 0;
}   
#navigation span.n-l {
  background-image: url(../images/n-l.png);
  left: -15px;
}   
#navigation span.n-r {
  background-image: url(../images/n-r.png);
  right: -15px;
}
#navigation ul ul a { 
  min-width: auto;
  display: block;
  line-height: 25px;
  color: white;                                         
  text-decoration: none; 
  border-bottom: 1px solid #4dcefd;
}
#navigation ul ul a.last-child { border: 0; }
#navigation ul ul a:hover { text-decoration: underline; }
#navigation ul a.n-main.hassub:hover span.n-l,
#navigation ul li:hover a.n-main.hassub span.n-l { height: 35px; z-index: 1000; background-image: url(../images/n-l-sub.png); }
#navigation ul a.n-main.hassub:hover,
#navigation ul li:hover a.n-main.hassub { height: 30px; }
#navigation ul a.n-main.hassub:hover span.n-r,
#navigation ul li:hover a.n-main.hassub span.n-r { height: 35px; z-index: 1000; background-image: url(../images/n-r-sub.png); }
#navigation ul ul {
  width: 150px; height: auto;
  position: absolute;
  left: -2px; top: 27px;
  *left: -16px;
  margin: 0;   
  background: none;
  padding: 0;
  display: none;
  z-index: 900;
} 
#navigation ul li:hover ul { display: block; }
#navigation ul ul li { 
  float: none;
  text-align: left; 
  background: url(../images/nav-sub-mid.png) repeat-y left; 
  padding: 0 12px;
  margin: 0;
}
#navigation ul ul li a { *display: inline-block; }
#navigation ul ul li.sub-top { 
  width: 150px; height: 14px;
  background: url(../images/nav-sub-top.png) no-repeat left top;
  display: block;
}
#navigation ul ul li.sub-bot { 
  width: 150px; height: 13px;
  background: url(../images/nav-sub-bot.png) no-repeat left top;
  display: block;
  *display: inline-block;
  *margin: -2px 0 0;  
}

#wrapper-tooths {
  width: 100%; height: 7px;
  background: url(../images/tooths.png) repeat-x center top;
  margin-top: -7px;

  position: relative;
  z-index: 10;
}
#wrapper-tooths-mid {
  width: 960px; height: 7px;
  background: url(../images/wrapper-tooth-mid.png) no-repeat center top;
  margin: 0 auto;
}
.thin #wrapper-tooths-mid { background-image: url(../images/wrapper-tooths-mid-thin.png); }

#wrapper-mid-left {
  width: 50%; height: 136px;
  background: url(../images/wrapper-mid-left.jpg) no-repeat right top;
  position: absolute;
  top: -7px; right: 50%;
  margin-right: 481px;
}

#wrapper-mid {
  width: 100%;
  background: url(../images/wrapper-mid.jpg) repeat;  
  position: relative;
  z-index: 10;
  padding-bottom: 40px;
}
#wrapper-mid-body {                                 
  width: 960px;
  padding: 16px 0 0;
  background: url(../images/wrapper-mid-body.jpg) no-repeat center top;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.thin #wrapper-mid-body { background-image: url(../images/wrapper-mid-body-thin.jpg); }

#notice-area {
  width: 100%;
  z-index: 1000;
   
}
#notice-area div.notice {
  height: 55px;
  padding: 1px 15px 0 30px;
  /*
  background-image: url(../images/notice.png);
  background-repeat: no-repeat;
  */
   border-radius: 2em;
  line-height: 55px;
  color: white;
  margin-bottom: 5px;  
  overflow:hidden;
}
#notice-area div.notice a { color: white; }


#notice-area div.notice.yellow { background:#f8e80d; color: black; }
#notice-area div.notice.yellow a { color: black; }
#notice-area div.notice.yellow:hover { background:#e4cc02; color: black; }


#notice-area div.notice.green { background:#7dbd3c; }
#notice-area div.notice.green:hover { background:#65b018; }

#notice-area div.notice.red { background:#e91921; }
#notice-area div.notice.red:hover { background:#c8040c; }

#notice-area div.notice.blue { background:#0073ba; }
#notice-area div.notice.blue:hover { background:#005d97; }

#notice-area div.notice.lblue { background:#00d2ff; }
#notice-area div.notice.lblue:hover { background:#00bbe3; }



#notice-area div.notice strong {
  width: 100px;
  display: inline-block;
  font-size: 1.5em;
}

#notice-area-small {
  width: 235px; height: 254px;
  margin: 0 0 95px;
}
#notice-area-small a.notice {
  width: 239px; height: 59px;
  padding: 1px 0 0 49px;
  background-image: url(../images/notice-small.png);
  background-repeat: no-repeat;
  line-height: 59px;
  color: white;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
}
#notice-area-small a strong { cursor: pointer; }
#notice-area-small a.notice.yellow { background-position: 0 0; color: black; }
#notice-area-small a.notice.yellow a { color: black; }
#notice-area-small a.notice.green { background-position: 0 -66px; }
#notice-area-small a.notice.red { background-position: 0 -130px; }
#notice-area-small a.notice.blue { background-position: 0 -195px; }
#notice-area-small a.notice strong {
  width: 118px;
  display: inline-block;
  font-size: 1.7em;
}


#notice-area-thin {

}
#notice-area-thin a.notice {
  width: 100%; height: 59px;
  padding: 1px 0 0 49px;
  
  background-image: url(../images/notice-thin.png);
  background-repeat: no-repeat;
  
  line-height: 54px;
  color: white;
  margin: 0 1px 8px 0;
  display: block;
  text-decoration: none;
  border-radius:2em;
}
#notice-area-thin a strong { cursor: pointer; }
#notice-area-thin a.notice.yellow { background:#f8e80d; color: black; }
#notice-area-thin a.notice.yellow a { color: black; }
#notice-area-thin a.notice.yellow:hover { background:#e4cc02; color: black; }

#notice-area-thin a.notice.green { background:#7dbd3c; }
#notice-area-thin a.notice.green:hover { background:#65b018; }

#notice-area-thin a.notice.red { background:#e91921; }
#notice-area-thin a.notice.red:hover { background:#c8040c; }

#notice-area-thin a.notice.blue { background:#0073ba; }
#notice-area-thin a.notice.blue:hover { background:#005d97; }

#notice-area-thin a.notice.lblue { background:#00d2ff; }
#notice-area-thin a.notice.lblue:hover { background:#00bbe3; }


#notice-area-thin a.notice strong {
  width: 118px;
  display: inline-block;
  font-size: 1.7em;
}

#search-form {
  width: 960px;
  position: absolute;
  left: 50%; top: 0;
  margin-left: -480px;
  z-index: 1001;
}
#search {
  width: 171px;
  position: absolute;
  right: 20px; top: 19px;
}
#search-query {
  width: 147px; 
  background-color: transparent;
  border: 0;
  color: white;
  text-shadow: 1px 1px #0094ca;
  float: left;
  height: 20px;
  line-height: 20px;
}
#search-submit {
  width: 22px; height: 22px;
  background: url(../images/search-submit.png) no-repeat center;
  border: 0;
  cursor: pointer;
  float: right;
}

h1, .h1like {
  margin:0 0 1em;
  color: #004983;
  font-weight: 700;
  font-size: 2.5em;
}
h2 { margin-top: 0; }

#content {
  width: 580px;
  float: left;
  color: white;
}       
.wide #content { 
  width: 696px;
  margin: -340px 0 0; 
}


#content p { 
  text-align: justify;
  margin: 0 0 1em; 
}

#sidebar {
  width: 347px;
  float: right;
}
.wide #sidebar { 
  width: 235px;
  margin: -340px 0 0;  
}
.thin #sidebar { 
  width: 347px;
  margin: -170px 0 0;  
}
.imagedropshadow {
    padding: 5px;
    border: solid 1px #EFEFEF;
}
a:hover img.imagedropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}


.news-item h2 a { text-decoration:underline; font-size:0.9em;}


#calendar {
  padding:10px; 
  background-color: #004983;
  
  border-radius: 2em;
}
#calendar a.calendar-button {
  width: 29px; height: 30px;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
}
#calendar a.calendar-prev {
  background-image: url(../images/calendar-prev.png);
  float: left;
}
#calendar a.calendar-next {
  background-image: url(../images/calendar-next.png);
  float: right;
}
#calendar-head {
  width: 160px;
  float: left;
  text-align: center;
  display: block;
  color: white;
  font-size: 1.3em;
  padding-top: 5px;
  text-shadow: 2px 2px #00345e;            
}
.wide #calendar-head { width: 150px; margin-bottom: 15px; }


#calendar-table table {
  margin: 6px 0; 
  table-layout: fixed;  
  border-collapse: collapse;
  border-spacing: 0; 
  border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: transparent;
  border:1px solid #999;
}
#calendar-table th {
  width: 40px; height: 34px;
  padding: 0;        
  color: white;
  text-shadow: 1px 1px #2471ae;    
  border:1px solid #999; 
  background:#2a97e7;
  text-align:Center;
}
/*#calendar-table th:last-child { width: 49px; }*/
#calendar-table td {
  width: 40px; height: 35px;
  padding: 0;
  text-align: center;
  color: #4c5359;
  font-weight: bold;
  text-shadow: 1px 1px white;
  border:1px solid #999;
}

#calendar-table td.has_event {
  width: 40px; height: 35px;
  padding: 0;
  text-align: center;
  color: #4c5359;
  font-weight: bold;
  text-shadow: 1px 1px white;
  border:1px solid #999;
  background:#fff;
}

 
#calendar-table td a {
  height: 35px;
  text-shadow: 1px 1px white;
  display: block;
  line-height: 35px;
  text-decoration: none;
  color: #4c5359;
}
/*#calendar-table td:last-child { width: 49px; }*/
#calendar-table td.grey {
  width: 41px;
  color: #a8a9aa;
  text-shadow: 1px 1px #eeeeee;
  background:#e9e9e9;
}
#calendar-table td.grey a {
  width: 41px;
  color: #a8a9aa;
  text-shadow: 1px 1px #eeeeee;
  display: block;
  line-height: 35px;
  text-decoration: none;
}
#calendar-table td.active {
  width: 41px; height: 35px;
  color: white;
  text-shadow: 0  1px #206aac;
  line-height: 35px;
  text-decoration: none;
  background: url(../images/calendar-active.png) no-repeat left top;
  display: block;
}
#calendar-table td.active a { color: white; text-shadow: 0  1px #206aac; }
           
.calendar-text-head, .calendar-text-head span { color: #9bd3f9 !important; }
.calendar-text-head {
  font-weight: bold;
  border-bottom: 1px solid white;
}
.calendar-text p { 
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: #eed503; 
  display: block;
  overflow:hidden;
}
.calendar-text p.bordered { border-bottom: 1px solid #4077a2; }
.calendar-text p span { 
  float: right;
  color: white;
  font-weight: bold;
  *margin-top: -26px;
}


#wrapper-footer {
    background: rgba(0, 0, 0, 0) url("../images/footer-top.jpg") repeat-x scroll center top;
    height: 6px;
    position: relative;
    width: 100%;
    z-index: 10;
}


   
#footer {  
   background: rgba(0, 0, 0, 0) url("../images/footer.jpg") repeat scroll center top;
   padding-bottom:1.5em;
}
#footer h3 {
  color:#fff;
  border-bottom:2px solid #004983;
  padding-bottom:5px;
}

#footer2 {
    background: rgba(0, 0, 0, 0) url("../images/footer-bottom.jpg") repeat scroll center top;
    min-height: 68px;
    position: relative;
    width: 100%;
    z-index: 10;
}

#footer2 .row {
  color:#fff;
  line-height:68px;
}

#footer a, #footer2 a {
  color:#98cff6;
}

#footer a:hover, #footer2 a:hover { 
  text-decoration:underline;
}


#footer { color:#98cff6; }
#footer ul {
  text-align:left;
}



/*#slider {*/
.bx-wrapper {
  width: 408px !important; 
  height: 303px !important;
  margin-top:-55px;
  margin-left:101px;

  
}
.bx-wrapper .bx-window {
  position: absolute !important;
  left: 0; bottom: 0;
}
.bx-wrapper img { z-index: 1 !important; }


#white-paper-top {
  width: 696px; height: 16px;
  background: url(../images/white-paper-top.png) no-repeat left top;  
}
.thin #white-paper-top {
  width: 584px;
  background-image: url(../images/white-paper-top-thin.png);
}
#white-paper-bot {
  width: 696px; height: 10px;
  background: url(../images/white-paper-bot.png) no-repeat left top;
}
.thin #white-paper-bot {
  width: 584px;
  background-image: url(../images/white-paper-bot-thin.png);
}
#white-paper {
  width: 696px; min-height: 730px;
  margin-right: -3px;  
  background: url(../images/white-paper-mid.png) repeat-y 0 76px;
  color: black;
}
.thin #white-paper {
  width: 584px;
  background-image: url(../images/white-paper-thin.png);
}
#white-paper-grad {
  width: 646px;
  padding: 10px 25px;
  background: url(../images/white-paper-grad.png) no-repeat left top;
}
.thin #white-paper-grad { width: 531px; }

#white-paper h2 {
  color: #d30b13;
  font-size: 1.5em;
  margin: 18px 0 10px;
}
#white-paper h3 {
  color: #62af14;
  font-size: 1.2em;
}
#white-paper h4 { font-size: 1.1em; }

#white-paper a { color: #d30b13; }

.leftside table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 15px;
}
.leftside table th {
  background-color: #c8eaff;
  padding: 10px 12px;
  border: 1px solid #015082;
  color: #0075be;  
}
.leftside table td {
  padding: 3px 12px;
  border: 1px solid #015082;
  font-weight: bold; 
}

#white-paper li { 
  color: #0075be;
  font-weight: bold; 
}
#white-paper ul { 
  list-style-image: url(../images/list.png);
  margin: 0 0 1em;
}

.input {
  width: 194px; height: 34px;
  padding: 0 15px;
  background: url(../images/input.png) no-repeat left top;
  border: 0;
  line-height: 34px;
  color: #0075be;
  font-weight: bold;
  margin-bottom: 7px;
}
.input select {
  width: 190px;
  color: #0075be;
  font-weight: bold;
  background-color: #a6d5fc;
  border: 0;
}
.button {
  width: 124px; height: 36px;
  padding-right: 25px;
  background: url(../images/button.png) no-repeat left top;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 1.4em;
}

.news-item-date  {
  margin: -10px 0 10px;
  display: block;
}

.news-item .item {
  margin-bottom:2em;
}

.news-item .item:hover img {
-webkit-transform: scale(1.08);
} 

.news-item .img {
  max-width:100%;
  max-height:200px;
  overflow:hidden;
  margin-bottom:0.5em;
}

.news-item img, .krouzek img {
  -webkit-transition: all .2s ease-in-out;
}

.krouzek .image {
   max-width:100%;
  max-height:150px;
  overflow:hidden;
  margin-bottom:0.5em;
}


.krouzek:hover img {
-webkit-transform: scale(1.08);
} 

hr {
  width: 100%; height: 0;
  border: 0;
  /*border-bottom: 1px solid #007ef0;*/
  border-bottom: 1px solid #cdcdcd;
  margin: 0px 0px 5px;
  display: inline-block; 
}

.nahledy { margin-bottom: 15px; }
.nahledy a {
  width: 171px;
  margin: 0 3px 5px;
  display: inline-block;
}

/* NASEPTAVAC ******************************* */
/**** naseptavac **********************************************************************/
#naseptavac_result {
  background-color:white;
  right:0;
  position:absolute;
  top:28px;
  width:200px;
  padding: 0 5px;
  z-index:1000;
  border: 2px solid #1B9ADA;
}
#naseptavac_result a.close img {
  border-width:0px;
  position: absolute;
  left: 385px;
  top: 2px;
  cursor: pointer;
  z-index: 1000;
}
#naseptavac_result ul {
  width:180px;
  padding: 0px 10px 0px 10px;
  background-color:white;
  margin: 0;
  position: static;
  left: 0;
}
#naseptavac_result ul li {
  font-size: 12px;
  width: 180px;
  display: block;
  border-bottom:1px solid #6D6D6D;
  position: relative;
  padding: 0;
}
#naseptavac_result ul li.lastli {
  border-bottom-width:0px;
}
#naseptavac_result ul li img {
  margin-top: 4px;
  border-width: 0px;
}
#naseptavac_result ul li a {
  padding: 6px 0;
  line-height: 1.3;
  background-color: #ffffff;
  color:#1B9ADA;
  font-size: 12px;
  font-weight:normal;
  font-weight: bold;
  display: block;
}
#naseptavac_result ul li a.image-naseptavac {
  position: relative;
  top: auto;
  left: auto;
}
#naseptavac_result ul li a.image-naseptavac:hover {
  background-color: white;
}
#naseptavac_result ul li a span , #naseptavac_result ul li a:hover span {
  display: inline;
  position: relative;
  text-decoration: none;
  line-height:14px;
  height:14px;
}
#naseptavac_result ul li span.price {
  position: absolute;
  left: 68px;
  top: 25px;
  color: #1C1B1F;
}

.paging a {
  background-color: #D30B13;
  color: white;
  text-decoration: none;
  padding: 1px 4px;
}
.paging a,
.paging span { margin-left: 4px; }
.paging span {
  background:#000; color:#fff;
  padding: 1px 4px;
}
.krouzky_img {
  float: right;
  margin: 0 0 5px 10px;
}

#facebook .fb_iframe_widget span { background-color: #f2f7fb ; }

.calendarDaily { width: 280px !important; text-align: center !important; float: left; }
.reserved { background-color: #eee; color: #aaa; }
.avaiable { cursor: pointer; color: #24860f; }
.avaiable.active,
.avaiable:hover { color: white; background-color: #D30B13; }

fieldset.pronajem {
  /*border: 1px solid #015082;*/
  margin-bottom: 15px;
  padding-top: 7px;
}
fieldset.pronajem .nopadding { margin-top: -5px; }
.pronajem label {
  width: 85px; height: 16px;
  font-weight: bold;  
  display: inline-block;
}
.pronajem label.wide { width: 105px; }
.pronajem input { margin-right: 12px; }
/*.pronajem input.long { width: 300px; margin-left: 1px; }*/
.pronajem input.button { margin-right: 0; }
.pronajem select { margin-right: 20px; }

div.error {
  background-color: #D30B13;
  color: white;
  padding: 5px 10px 0;
  border: 1px solid #a30B13;
  margin-bottom: 15px;
}
div.error p { font-weight: bold; }
#white-paper div.error li {
  color: white;
  list-style: circle;
  font-weight: normal;
  margin-bottom: 4px;
}
p.done {
  background-color: #74b82f;
  color: white;
  padding: 5px 10px;
  border: 1px solid #04b82f;
  margin-bottom: 15px;
}

#calendarHours { width: 230px; float: right; }
#calendarHours table { width: 230px; font-size: 11px; }
#calendarHours table td { padding: 5px 5px; font-weight: normal; text-align: center; }
#calendarHours p { margin-bottom: 3px; } 

input, textarea {
  border: 1px solid #bbb;
  margin-bottom: 3px;
}

span.req { 
  color: red;
  font-size: 17px;
  line-height: 18px; 
}

h1.ukol {
padding:20px;
}

table.ukol {
  background:#f1f1f1;
  border:1px solid #fff;
  border-collapse:collapse;
  width:800px;
  margin-left:20px;
}

table.ukol tr th {
  text-align:left;
  border:1px solid #fff;
  padding:4px;
  vertical-align:top;
}

table.ukol tr td {
  text-align:left;
  border:1px solid #fff;
  padding:4px;
  vertical-align:top;
}

table.ukol tr td textarea {
  width:600px;
  height:100px;
}

table.eso input {
  width:350px;
  padding:3px;  
}

table.eso input.short {
  width:50px;
  padding:3px;  
}
table.eso input.short2 {
  width:70px;
  padding:3px;  
}

table.eso input.stredni {
  width:240px;
  padding:3px;  
}

table.eso input.short-readonly {
  width:50px;
  background:#f1f1f1;
  
}

input.submiteso {
  background:red;
  color:#fff;
  border:1px solid #fff;
  padding:10px;
  float:right;
  font-size:16px;
  font-weight:bold;
}

input.submiteso:hover {
  background:#fff;
  color:red;
  border:1px solid red;
  padding:10px;
  float:right;
  font-size:16px;
  font-weight:bold;
}

a.button-prihlaska {
  background:red;
  color:#fff;
  padding:5px;
  border-radius:5px;
  text-align:center;
  width:250px;
  color:#fff !important;
  display:block;
   text-decoration:none;
   font-size:16px;
   font-weight:bold;
}

a.button-prihlaska:hover {
  text-decoration:underline;
}

.leftside {
  background:#fff;
  border-radius:2em;
  padding:2em;
  margin-bottom:2em;
}
.rightside .h1like {
  color:#fff;
    
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.nav a{
    font-size: 1.2em !important;
    font-weight:700;
    }

.navbar {min-height:90px !important;}

.navbar-brand img {
  z-index:0
}

.navbar-toggle {
 margin-top:38px;
}

@media (max-width: 978px) {
  #slogan {
    font-size:1.5em;
    display:none;
  }
  .vyhledat {
    display:none;
  }
  
  .navbar-brand img {
    width:100px;
  }
 } 
 
@media (max-width:980px) {
  .bx-wrapper {
    display:none
}
}

@media (max-width:980px) {

  #notice-area {
    margin-bottom:20px;  
  }

}

@media (max-width:480px) {
  #notice-area div.notice {
    line-height:26px;
  } 
}

@media (min-width: 978px) {

  .navbar-nav > li > a, .navbar-brand {
      padding-top:10px !important; 
      padding-bottom:0 !important;
      height: 90px;
  }      
  
  
  .navbar-nav > li > a {
     line-height: 70px;
  }

}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #3e96cd;
    color: #FFf;
}



#hlavni {
   background: rgba(0, 0, 0, 0) url("../images/wrapper-mid.jpg") repeat scroll 0 0;
   padding-top:2em;
   padding-bottom:2em;
}


@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

hr { border: 0; height: 2px; background-image: linear-gradient(to right, rgba(0, 115, 186, 0), rgba(0, 115, 186, 0.75), rgba(0, 115, 186, 0)); }

.btn-primary {
  border-radius:1em;
  border:0;
}

.glyphicon {
  background:#fff;
  border-radius:70px;
  color:#000;
  width:70px;
  height:70px;
  text-align: center;
  line-height:70px;
  font-size:30px;
  
}

.glyphicon:hover {
  background:#337ab7;
  color:#fff;
}

.ico-tabory {background: #fff url(../images/ico_domek.png) no-repeat top; }
.ico-tabory:hover { background: #337ab7 url(../images/ico_domek.png) no-repeat top; }
.ico-radost { background: #fff url(../images/ico_radost.png) no-repeat top; }
.ico-radost:hover {  background: #337ab7 url(../images/ico_radost.png) no-repeat top; }
.ico-virtual {  background: #fff url(../images/ico_virtual.png) no-repeat top; }
.ico-virtual:hover {  background: #337ab7 url(../images/ico_virtual.png) no-repeat top; }
.ico-facebook {  background: #fff url(../images/ico_facebook.png) no-repeat top; }
.ico-facebook:hover {  background: #337ab7 url(../images/ico_facebook.png) no-repeat top; }
.ico-youtube {  background: #fff url(../images/ico_youtube.png) no-repeat top; }
.ico-youtube:hover {  background: #337ab7 url(../images/ico_youtube.png) no-repeat top; }
.ico-instagram {  background: #fff url(../images/ico_instagram.png) no-repeat top; }
.ico-instagram:hover {  background: #337ab7 url(../images/ico_instagram.png) no-repeat top; }





.pozadibgright1 {
background:url(../images/foto1.png) no-repeat top;
 background-repeat: no-repeat;
    background-size: 235px 377px;
    height:300px;
    width:235px;
    position:Absolute;
    right:0;
    bottom:0;
    
}

.pozadibgright2 {
background:url(../images/foto2.png) no-repeat top;
 background-repeat: no-repeat;
    background-size: 352px 358px;
    height:300px;
    width:352px;
    position:Absolute;
    right:0;
    bottom:0;
    
}

.vyhledat {
  position:absolute;
  right:0;
  top:1.5em;
  
}

.vyhledat input.text {
  border:0;
  padding:10px;
  background:#fff;
  color:#000;
  border-radius:2em;
}


.vyhledat input.sub {
  border:0;
  padding:10px;
  background:#0075be;
  color:#fff;
  border-radius:2em;
  font-weight:bold;
}