* {
font-family: "Raleway", Arial, sans-serif!important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
font-size: 15px; padding: 0; margin: 0;
}

a {color: #003494; text-decoration: none;}
a:hover { text-decoration: underline; color: #333;}
a img { margin: 0 !important; }

a, #menu ul, .galleryItem, .button {
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}

img {
margin: 0!important;
}


/* LAYOUT */

html {
background: #fff;
margin: 0;
padding: 0;
}

body {
width: 100%;
margin: 0 auto;
color: #2A363B;
padding: 120px 0 0;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box !important;
}

#wrap {
margin: 0 auto;
width: 100%;
padding: 0;
position: relative;
z-index: 10;
/*margin-top: 80px;*/
/*-webkit-box-shadow: 0 15px 17px 0px rgba(0,0,0,0.2);
box-shadow: 0 15px 17px 0px rgba(0,0,0,0.2);*/
/*background: #fcfcfc;*/
}

/* HEADER */

#max-header {
width: 100%;
position: fixed;
top: 0;
z-index: 500;
background: #fff;
height: 80px;
}

#header {
width: 1200px;
margin: 0 auto;
padding: 0px 0 0 0px;
position: relative;
z-index: 103;
}

#header:hover {
margin-top: 0;
}

#logo {
display: inline-block;

}
#logo a {
background: url(userFiles/system/logo.jpg) no-repeat left center;
background-size: contain;
    font-size: 36px;
    font-weight: 700!important;
    color: #003494;
    padding: 0;
    display: inline-block;
    margin: 0;
    position: relative;
    left: 0px;
    top: 9px;
    z-index: 20;
/*text-transform: uppercase;*/
height: 62px;
width: 160px;
}

#logo a:hover {
text-decoration:none;
}

#slogan {
    font-size: 20px;
    font-weight: 400!important;
    padding: 0;
    margin: 0;
    position: relative;
    top: 13px;
    left: 20px;
    color: #333;
display: inline;
}

.post_title span {
    width: 60px;
    display: block;
    border-bottom: 5px solid #ccc;
    margin-bottom: 30px;
}

#sidebar .boxed>span {
    width: 40px;
    display: block;
    border-bottom: 5px solid #ccc;
    position: absolute;
    top: 65px;
}

#kont {
width: 280px;
display: block;
line-height: 17px;
height: 40px;
font-size: 32px;
position: absolute;
top: -137px;
color: #93CC39;
font-weight: normal !important;
padding: 0 0 0 2px;
text-shadow: 1px 1px white;
margin: 0px 0 0 505px;
text-transform: uppercase;
}

#header .boxed {
width: 170px;
position: absolute;
top: 15px;
right: 0px;
z-index: 10;
}

.hledani input {
background: none;
color: #fff!important;
}

#header .boxed input, #main input, #main textarea {
margin: 0;
padding: 6px;
border: 1px solid rgba(0,0,0,0.1);
font-weight: 400;
color: #333;
}

#header .boxed input.button,  input.button  {
margin: 0!important;
padding: 3px 7px;
}

#header .boxed .button {
background: url("userFiles/system/ico-src.png") no-repeat center center!important;
border: none!important;
padding: 0px 12px!important;
height: 24px;
}
textarea {
height: 100px !important;
}

#header .boxed h2 {  display: none; }

#rightbar input, #rightbar textarea {
font-size: 12px;
margin: 0;
padding: 6px;
border: 1px solid rgba(255,255,255,0.5);
font-weight: 400;
color: #fff;
-webkit-border-radius: 3px;
border-radius: 3px;
background: none;
}

.more, .button, input.button {
display: block;
font-size: 12px!important;
color: #003494!important;
padding: 8px 20px!important;
margin: 10px 9px 7px 0;
font-weight: 700!important;
background: transparent;
text-transform: uppercase;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #003494!important;
}

.button:hover, .more:hover, input.button:hover {
color: #fff!important;
text-decoration: none;
background: #003494;
border: 1px solid #003494!important;
}

.max-colored {
background: #eee!important;
}


/* MENU */

#pull {
display: none;
}

#max-menu {
    background: #f2f2f2;
    position: fixed;
    top: 80px;
    height: 40px;
    z-index: 501;
    width: 100%;
-webkit-box-shadow: 0 3px 7px 0px rgba(0,0,0,0.2);
box-shadow: 0 3px 7px 0px rgba(0,0,0,0.2);
border-top: 1px solid #ddd;
}

#menu {
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 40px;
    width: 1200px;
}

#menu>ul {
list-style-type: none;
height: 100%;
padding: 0;
display: inline-block;
}

#menu>ul>li {
display: inline-block;
  height: 100%;
  margin: 0 1px 0 0;
text-align: left;
}

#menu>ul>li>a, #locales a {
    display: block;
    color: rgba(0,0,0,0.4);
    padding: 0px 18px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
font-size: 15px;
}

#locales a {
display: inline-block;
margin-left: -11px;
}

#menu>ul>li:hover>a, #menu>ul>li>a:hover, #menu>ul>li.current>a, #locales a:hover, #locales a.locales_select {
color: #003494;
text-decoration: none;
}

#menu>ul>li:hover, #menu>ul>li.current {
/*border-bottom: 3px solid #003494;*/
background: rgba(0,0,0,0.05);
text-decoration: none;
}

#menu>ul>li>ul {
list-style-type: none;
min-width: 180px;
position: absolute;
margin: 1px 0 0 0px;
padding: 0;
z-index: 100;
visibility: hidden;
color: #fff;
background: #003494;
}

#menu>ul>li>ul>li, #menu>ul>li>ul>li>ul>li {
position: relative;
border-top: 1px solid rgba(0,0,0,0.1);
}

#menu>ul>li:hover>ul {
visibility: visible;
}

#menu>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 5px 15px;
margin: 0 0px 0px;
color: transparent;
line-height: 0px;
}

#menu>ul>li:hover>ul>li>a {
color: #fff;
line-height: 25px;

}
#menu>ul>li>ul>li>a:hover, #menu>ul>li>ul>li>ul>li>a:hover, #menu>ul>li>ul>li:hover>a, #menu>ul>li>ul>li>ul>li:hover>a {
color: #fff;
background: rgba(0,0,0,0.1);
}

#menu>ul>li>ul>li>ul {
float:left;
list-style-type: none;
width: 0px;
position: absolute;
margin: 0px 0;
padding: 0px 0px;
z-index: 10;
overflow: hidden;
background: #003494;
left: 160px;
top: 10px;
}

#menu>ul>li>ul>li:hover>ul {
width: 200px;
}

#menu>ul>li>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 3px 10px;
margin: 0 0px 0px;
line-height: 25px;
width: 200px;
color: #333;
}

#menu>ul>li>ul>li>ul>li>a:hover {
color: #333;
background: rgba(0,0,0,0.05);
}


/* SIDEBAR */

#max-sidebar {
margin: 0;
padding: 10px 0;
width: 100%;
clear: both;
background: #f9f9f9;
border-top: 1px solid #ddd;
color: #003494;
}

#sidebar {
margin: 0 auto;
padding: 0;
width: 1200px;

}

.boxed ul {
list-style-type: square;
}

.boxed ul li {
list-style-position: inside;
padding: 2px 0;
}

.sidemenu {
list-style-type: none;
margin: 0 0 0 0px;
padding: 0 0px;
}
.sidemenu li {
display: block;
}

.sidemenu li.current * {
/*color: #666!important;*/
}

#sidebar>..sidemenu>li {
margin: 0 0 30px 0;
}

.sidemenu a {
font-weight: 400;
line-height: 22px;
display: block;
color: black;
}

#sidebar ul.sidemenu {
margin-top:10px;
}

#sidebar>.sidemenu>li>a {
font-size: 16px;
color: #ccc;
text-shadow: 1px 1px rgba(255,255,255,0.3);
margin: 0;
padding: 0px;
text-transform: uppercase;
font-weight: 700;
}

#sidebar>.sidemenu>li>a:hover {
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li {
padding: 2px 4px;
}

#sidebar>.sidemenu>li>ul>li>a {
font-size: 14px;
color: #666;
padding: 3px 0;
margin: 0 20px 0 0;
font-weight: 400;
line-height: 20px;
}

#sidebar>.sidemenu>li>ul>li>a:hover, #sidebar>.sidemenu>li>ul>li.current>a  {
color: #e11313;
text-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li>ul>li>a {
color: #666;
margin: 0 20px 0 0;
padding: 0 0 0 25px;
}

#sidebar .boxed {
padding: 0;
margin: 30px 0 0;
position: relative;
}

#sidebar .boxed:first-child {
display: none;
}

#sidebar h2 {
padding: 0 0 10px 0!important;
}

#sidebar>h2 {
display: none;
}

#sidebar h3 {
margin: 0;
padding: 0;
}

#sidebar p {
margin: 7px 0;
padding: 0;
line-height: 18px;
font-weight: 400;
}

#sidebar .boxed>h2 {
    padding: 10px 0 0!important;
    font-weight: 200!important;
    /*text-transform: uppercase!important;*/
    font-size: 36px!important;
    color: #003494!important;
    margin-bottom: 35px!important;
}

.news>h2 {
display: block;
}

.news h3 {
font-size: 20px;
padding-bottom: 3px!important;
}

.news img {
width: 100%;
}

/* MAIN */

#main{
padding: 0;
margin: 0;
width: 100%;
float: none;
}

#main img {

}

.post_top, .post_body {
width: 1200px;
margin: 0 auto;
line-height: 22px;
}

.post_title {
position: relative;
}

.post-center, .post_top {
}

.post:nth-child(2n) {
background: rgba(0,0,0,0.015);
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

#main div.post, #main>ul {
margin: 0 0px 0 0px;
padding: 0;
}

#main ul li {
padding: 2px 0;
list-style-type: square;
}

#main table td {
vertical-align: top;
}


#main h1, #main h1 span {
    padding: 10px 0!important;
    font-weight: 300!important;
    /*text-transform: uppercase!important;*/
    font-size: 36px!important;
    color: #003494!important;
    margin-bottom: 10px!important;
}

#main .post:first-child h1, #main>h1 {
font-size: 40px;
background: none;
padding-left: 0px;
margin:20px 0;
}

#main>h1 {
margin: 20px 0 10px 0!important;
}

#main>ul>li {
display: block;
padding: 5px;
clear: both;
margin: 0;
}

#main>ul>li img {
width: 100px;
float: left;
margin: -30px 10px 0 0;
border: 1px solid #ccc!important;
padding: 1px!important;
z-index: 100;
}

#main>ul>li>p {
/*margin-top: -30px;
min-height: 100px;*/
/*border-bottom: 1px solid #ccc;*/
}

#main>ul>li>p div{
}


#main>ul>li h2, #main>ul>li h3 {
/*margin-left: 115px!important;*/
}

#main>ul>li .more {
float: right;
margin-top: 10px;
}

.news {
    margin: 0 auto!important;
    width: 1200px;
}

.news li {
display: inline-table!important;
width: 32%;
margin: 0 1% 20px 0;
}

#most>div {
width: 20%;
float: left;
text-align: center;
padding: 0 0px 20px;
margin: 5px 0 25px;
min-height: 300px;
position: relative;
}

#main .more {
display: inline-block;
}

.mimg {

margin: 10px auto;
text-align: center;
}


h2, #main h2 span {
font-weight: 700;
font-size: 28px;
padding: 15px 0 5px;
margin: 7px 0;
color: #003494;
}

#main h3, #main h3 span {
font-weight: 700;
font-size: 20px;
padding: 0px 0;
margin: 7px 0;
}

#main ul, #main ol {
padding: 5px 0px;
margin: 0 0px 0 15px;
/*line-height: 25px;*/
list-style-position: inside;
}
#main p {
padding: 5px 0;
text-indent: 0;

margin: 0px 0 0px;
}
#main p strong {
}

#main ._round-cont {

margin: 0 9px 0px 0 !important;
}
#main .nolink, #main-table iframe {

margin: 0 0px 0px 0 !important;

}
#main-table img.nolink {
margin: 8px 9px 0 0 !important;
}
#main-table h2 {
margin: 0 0 -5px 0 !important;
}

.uvod .post:first-child .post_top, .uvod .post:nth-child(2) .post_top {
display: none;
}

.post {
padding: 40px 0!important;
/*border-bottom: 1px solid #ccc;*/
}

.uvod .post:first-child {
background: url(userFiles/system/bg-head.jpg) no-repeat center;
}

/* RIGHTBAR */

#max-rightbar {
padding: 30px 0;
clear: both;
margin: 0;
width: 100%;
text-align: left;
/*background: #003494;*/
}

#rightbar {
padding: 0;
clear: both;
margin: 0 auto;
width: 1200px;
text-align: left;
color: #fff;
line-height: 24px;
}

#rightbar a, #rightbar a:hover {
color: #fff;
}

#rightbar .boxed {
margin: 0;
padding: 0 5px;
width: 33%;
display: inline-table;
}

#rightbar h2 {
padding: 0 0 10px 0!important;
font-weight: 700!important;
font-size: 24px!important;
color: #fff;
}

#rightbar h3 {
color: #fff;
}

#rightbar>.sidemenu {
    display: inline-table;
width: 25%;
}

small {
/*display: none;*/
font-size: 14px;
margin: 3px 0;
}

#footer {
background: -webkit-linear-gradient(bottom, #003494, #002569);
  background: -o-linear-gradient(bottom, #003494, #002569);
  background: -moz-linear-gradient(bottom, #003494, #002569);
  background: linear-gradient(to bottom, #003494, #002569);
margin: 0 auto -20px;
width: 100%;
text-align:center;
padding: 5px 0 5px;
clear: both;
border-top: 1px solid #002569;
}

#footer * {
color: #fff;

}

#footer-content * {
padding-top: 10px;
width: 100%;
margin: 0 auto;
clear: both;
font-size: 10px;
}

#footer a:hover {
color: #fff;
}

/* SLIDER */

#wrapper{
z-index: 1;
width: 100%;
height: 300px;
border: none;
margin: 0;
display: block;
position: relative;
}

.slider-wrapper {
position: relative;
width: 100%;
border: none;
top: 0px;
margin: 0 auto;
height: 300px;
}

.theme-default #slider {
    margin: 0px auto;
}
.theme-default .nivoSlider {
position:relative;
background: transparent url(userFiles/nivo/thames/loading.gif) no-repeat 25% 50%;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
/*height: 0;*/
}

.theme-default .nivoSlider img {
width: 600px!important;
height: 300px!important;
margin: 0!important;
}


.theme-default .nivo-controlNav {
padding: 0px 0;
position: relative;
bottom: 32px;
z-index: 100;
left: 620px;
width: 500px!important;
text-align: left;
}

.theme-default .nivo-controlNav a {
display:inline-block;
width: 16px;
height: 16px;
background: #ddd;
text-indent:-9999px;
border:0;
margin: 0 3px;
}

.theme-default .nivo-controlNav a.active {
background-position:0 -22px;
background: #003494;
}

.theme-default .nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(userFiles/system/arrow.png) no-repeat;
text-indent:-9999px;
border:0;
top: 50%!important;
color: transparent;
/*display: none!important;*/
}

.theme-default a.nivo-nextNav {
background-position:-30px 0;
right:610px!important;
}

.theme-default a.nivo-prevNav {
left:10px;
}

.theme-default .nivo-caption {
position: absolute!important;
top: 15%;
right: 0px;
height: auto;
padding: 20px!important;
width: 600px!important;
margin: 0 0 0 600px;
text-align: left;
/*background: rgba(0,0,0,0.75);*/
background: none;
/*display: none!important;*/
opacity: 1;
}

.nivo-caption h2 {
font-size: 36px;
line-height: 42px;
font-weight: 700;
display: block;
margin: 0;
padding: 0;
color: #003494!important;
}

.nivo-caption h3, #sidebar .nivo-caption h3 * {
font-size: 24px!important;
margin: 9px 0;
color: #fff;
font-weight: 300;
}

.nivo-caption p {
font-size: 28px;
line-height: 32px;
font-weight: 300;
display: inline-block;
padding: 10px 0!important;
color: #aaa;

}

.nivo-caption strong {
font-weight: 700;
}

.nivo-caption a.more {
color: rgba(255,255,255,0.5)!important;
text-transform: lowercase!important;
font-size: 100%!important;
margin-left: 0;
font-weight: 300;
}

.nivo-caption a:hover {
text-decoration: none;
color: #fff!important;
background: none;
}

div.galleryItem {
vertical-align: top;
float: left;
display: block;
border: none !important;
margin: 0 25px 20px 0;
padding: 0;
background: none;
border:none;
}

div.galleryItem:hover {
background: rgba(255, 255, 255, 0.2);
}

div.galleryItem .frameh, div.galleryItem .frame {
width: 156px;
padding: 0;
margin: 0;
}

div.galleryItem .frame img {
border: none !important;
max-width: 300px;
max-height: 200px;
width: 156px;
height: auto;
}

.galleryItem .popisek.horni {
color:#fff;
font-weight: 600;
text-transform: uppercase;
font-size: 15px;
}
div.galleryProgress {
background-color:
transparent !important;
border: 0px !important;
}
.galleryItemBigCont {
 text-align: center !important;
}
div.galleryItemBigCtrls {
clear: both !important;
float: none  !important;
display: inline;
white-space: nowrap;
text-align: center;
}
.galleryItemBig {
text-align: center !important;
}


.addthis_container {
text-align: right !important;
margin: 0px 0 0 0!important;
clear: both;
position: relative;
bottom: 8px;

z-index: 10;
width: 155px;

}
.uvod .addthis_container {
display: block;
}

.addthis_container a {

}

.addthis_toolbox {

width: 170px;
}

#linkovani_fb {
clear: both;
margin: 0px 0px 0;
padding: 20px 0 0;
overflow: hidden;
}

.fb_iframe_widget {
position: relative;
bottom: 17px;
display: block!important;
width: 400px!important;
margin: 10px auto !important;
padding: 5px 3px 0;
}

.fb-like-box span iframe {
width: 100%!important;
}

div.rsslink {
position: absolute;
right: 0;
font-size: 11px;
display: block;
clear: both;
color: #333 !important;
background: #FFF556;
display: none;

}
div.rsslink a{

font-size: 11px;

color: #333 !important;
}
#rightbar ._round-cont {
margin: 5px 3px 0px 0 !important;
}.paticka_vzhled {display:none;}




#rightbar table {
border: none;
border-collapse: separate;
padding: 0;
margin: 0;
width: 100%;
border-spacing: 0 10px;
}

#rightbar table tr {
vertical-align: top;
}

#rightbar table tr td {
padding: 0 10px;
}


#rightbar table tr td p {
margin: 0!important;
line-height: 24px;
}

.colored {
border: none;
border-spacing: 0px;
border-collapse: collapse;
padding: 0;
margin: 0;
width: 100%;
}

.intro {
border: none;
border-collapse: separate;
border-spacing: 10px 0;
padding: 0;
margin: 0 0 25px 0px;
width: 1200px;
text-align: center;
color: #666;
background: transparent;
}

.karta {
border: none;
border-collapse: separate;
border-spacing: 10px;
padding: 0;
margin: 0;
width: 100%;
}


.intro h2 {
font-weight: 300!important;
font-size: 24px!important;
text-transform: uppercase;
color: #003494!important;
padding: 10px 0 0!important;
}

.intro h3 {
color: #333!important;
text-transform:uppercase;
font-weight: 400!important;
font-size:20px !important;
}

.intro td {
    padding: 0 0 50px 0;
margin: 0px;
position: relative;
  font-weight: 400;
    vertical-align: top;
}


.intro td strong {
font-size: 24px;
  font-weight: 700;
}

.intro .more {
    display: inline-block;
    bottom: 0;
    position: absolute;
    left: 33%;
}

.colored td {
  padding: 0;
margin: 0px;
position: relative;
text-align: center;
background: rgba(255,255,255,0.95);
width: 33%;
}

.colored td p {
  padding: 10px 20px!important;
}

#main .max-colored h1 {
color: #fff!important;
}

.colored h2 {
margin: 20px 0 10px 0!important;
    color: #666!important;
    font-weight: 700!important;
    font-size: 24px !important;
    display: inline-block;
    padding: 0px 0 4px 0!important;
}

.colored h3 {
color: #004422;
/*font-weight: 400!important;*/
margin: -5px 0 0!important;
}

.colored img {
width: 100%;
display: block;
-webkit-box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}

.colored td:hover {
background: #003494;
}

.colored td:hover, .colored td:hover h2, .colored td:hover .more {
color: #fff!important;
}

.colored td:hover .more {
border: 2px solid #fff!important;
}

.colored td .more:hover {
border: 2px solid #fff!important;
color: #003494!important;
background: #fff;
}

.col-2 td {
width: 50%;
}

.col-3 td {
width: 33%;
}

.col-4 td {
width: 25%;
}

.intro img, .karta img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
padding: 1px;
border: 1px solid rgba(0,0,0,0.1);
}

.informace {
padding: 50px 0!important;

}

.informace h2 {
padding: 10px 0!important;
font-weight: 700!important;
text-transform: none!important;
font-size: 28px!important;
color: #003494!important;
margin-bottom: 5px!important;
line-height: 28px;
}

.informace td {
padding-right: 10px;
}

.tabulka {
width: 100%;
border: 1px solid rgba(0,0,0,0.1);
border-collapse: collapse;
margin: 20px 0;
}

.tabulka tr:first-child td {
background: #003494!important;
color: #fff;
font-weight: 600;
text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.tabulka tr:hover{
background: none!important;
}

.tabulka tr td {
border: 1px solid rgba(0,0,0,0.05);
text-align: left;
padding: 4px 10px;
}

.tabulka tr.licha td {
background: #fcfcfc;
}

#TB_window {
z-index: 900;
}

._round-cont div {
background: none!important;
}

table.informace td {padding:20px;}

.info td {
padding: 0 5px;
}

.info img {
width: 70%;
display: block;
}

.info h2 img {
width: 30px;
  margin: 0 8px 0 0!important;
  float: left;
}

#info {
position: absolute;
padding: 0px;
top: 23px;
right: 0px;
height: 30px;
z-index: 11;
}

#info a {
margin: 0;
    font-size: 20px;
    color: #003494;
    font-weight: 400;
height: 30px;
}

#info p {
    display: inline-block;
    height: 30px;
    margin: 0 0 0 30px;
    line-height: 30px;
    font-size: 20px;
    color: #003494;
    font-weight: 400;
padding-left: 35px;
    background-size: contain;
}


.ico-tel {
background: url("userFiles/system/ico-tel.png") no-repeat left center;
}

.ico-mail {
background: url("userFiles/system/ico-mail.png") no-repeat left center;
}


/* slider pro reference */

#slider2 {
width: 100%;
margin: 0px;
height: 150px;
float: none;
}

#slider2 .nivoSlider {
position:relative;
background: none;
height: 100%;
}

#slider2 .nivoSlider img {
position:absolute;
top:0px;
left:0px;
width: 100%!important;
height: 100px!important;
display:none;
margin: 0!important;
visibility: hidden;
}

#slider2 .nivo-controlNav {
text-align: left;
padding: 0px 0;
position: relative;
bottom: 0px;
z-index: 100;
left: 0px;
width: 100% !important;
display: block;
}

#slider2 .nivo-controlNav a {
width:12px;
height:12px;
background: rgba(0,0,0,0.15);
text-indent:-9999px;
border:0;
margin: 0 2px;
}

#slider2 .nivo-controlNav a.active {
background: #003494;
}


#slider2 .nivo-caption {
position: absolute !important;
top: 0!important;
bottom: 0px !important;
right: 0!important;
left: 0!important;
padding: 0!important;
width: 100%!important;
margin: 0!important;
background: none;
text-align: left;
background: none;
height: 100%;
display: block!important;
}

#slider2 .nivo-caption h2, #slider2 .nivo-caption h2 * {
margin: 0;
font-weight: 700;
padding: 0 0 10px 0!important;
font-size: 20px!important;
color: #003494!important;
text-shadow: none;
}

#slider2 .nivo-caption strong {
float: right;
margin: 10px 0px 0 0;
}

#slider2 .nivo-caption p {
    font-weight: 400;
    display: inline-block;
    padding: 0!important;
    color: #999;
line-height: 20px;
font-size: 15px;
width: 100%;
}

#social {
}

#social a {
margin: 0;
padding: 0px 13px 11px 13px;
color: transparent!important;
width: 30px;
height: 30px;
}

#social p {
background-color: rgba(255,255,255,0.2);
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
width: 30px;
height: 30px;
margin: 0 6px 6px 0;
}

#social p:hover {
/*background-color: rgba(0,0,0,0.85);*/
-webkit-border-radius: 50%;
border-radius: 50%;
}

.ico-yt {
background: #d22121 url("userFiles/system/ico-yt.png") no-repeat center;
}

.ico-yt:hover {
background-color: #d22121!important;
}

.ico-tw {
background: #42c0fb url("userFiles/system/ico-tw.png") no-repeat center;
}

.ico-tw:hover {
background-color: #42c0fb!important;
}

.ico-fb {
background: #3b579d url("userFiles/system/ico-fb.png") no-repeat center;
}

.ico-fb:hover {
background-color: #3b579d!important;
}

.ico-in {
background: #517fa4 url("userFiles/system/ico-ins.png") no-repeat center;
}

.ico-in:hover {
background-color: #517fa4!important;
}

.ico-lin {
background: #0274b3 url("userFiles/system/ico-lin.png") no-repeat center;
}

.ico-lin:hover {
background-color: #0274b3!important;
}

.ico-goo {
background: #dc4a38 url("userFiles/system/ico-goo.png") no-repeat center;
}

.ico-goo:hover {
background-color: #dc4a38!important;
}

#locales {
    position: absolute;
    right: 0;
    top: 0;
color: transparent;
    padding-left: 11px;
}

.photo {
position: relative;
}

.photo .fotogalerie {
width: 49%;
float: right;
position: absolute;
    top: 0;
    right: 0;
}

.photo p {
width: 49%;
}/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1000px) {

body {
width: 100%; 
font-size: 13px;
padding-top: 0px;
}

#main {
width: 100%; 
}

#wrap {
padding: 0;
width: 100%;
}

#wrapper, .slider-wrapper, .theme-default .nivoSlider {
height: auto!important;
}

.theme-default .nivoSlider img {
width: 100%!important;
height: auto!important;
margin: 0!important;
}

.theme-default a.nivo-nextNav {
right:10px!important;
}

.theme-default .nivo-caption {
position: absolute!important;
top: auto!important;
right: 0px;
left: 50px;
bottom: 10px;
height: auto;
padding: 20px!important;
width: 600px!important;
margin: 0;
text-align: left;
background: rgba(0,0,0,0.75);
/*display: none!important;*/
opacity: 1;
}

.nivo-caption h2, .nivo-caption p {
color: #fff!important;
}

#footer, #footer-content {
margin-bottom:0px;
width: 100%;
}

#logo a {
margin-left: 55px;
}

#slogan {

}

/* HEADER */

#max-header {
height: 120px;
position: relative;
z-index: 1;
}

#header {
height: auto;
width: 100%;
}

#max-slide {
margin: 0;
background: none;
}

/* MENU */

#pull {
background: url(userFiles/system/icon-menu.png) left center no-repeat;
height: 30px;
display: inline-block;
cursor:pointer;
color: #fff;
font-size: 20px;
padding: 0;
line-height: 45px;
font-weight: 300;
text-transform: uppercase;
width: 30px;
margin: 9px 0 0 15px;
}

#max-menu {
position: absolute;
height: 0;
top: 0;
}

#menu {
width: 100%;
height: 0;
position: absolute;
top: 0;
left: 0;
text-align: left;
    z-index: 600;
}

#menu>ul {
display: block;
position: absolute;
left: 0px;
top: 0px;
z-index: 9999;
opacity: 1;
background-color: #003494;
width: 300px;
margin-left:-300px;
}

#menu>ul>li {
display: block;
width: 100%;
margin: 0;
-webkit-border-radius: 0;
border-radius: 0;
height: auto;
}

#menu>ul>li>a {
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid rgba(0,0,0,0.05);
padding-left:20px;
color: rgba(255,255,255,0.7);
margin: 0;
}

#menu>ul>li:hover, #menu>ul>li.current {
border-bottom: none;

}

#menu>ul>li.current>a {
    color: #fff!important;
    text-decoration: none;
}

#menu ul li a:after {display: none;}
#menu ul li a:before {display: none;}

#menu ul li.current {
background: rgba(0,0,0,0.05);
}

#menu li {display: block; float: none; width: 100%; position:relative;}

#menu ul li ul {display: none; position: inherit;}

#menu ul li ul.menu_add_show {display:block; visibility:visible;}
#menu ul li:hover ul {visibility: hidden;}

#menu>ul>li>ul>li, #menu>ul>li.menu_add_active {
background: rgba(0,0,0,0.05);
border-bottom: 1px solid rgba(0,0,0,0.05);
}

#menu>ul>li:hover>a, #menu>ul>li>a:hover, #menu>ul>li.current>a{
    color: #fff;
    text-decoration: none;
}

#menu>ul>li>ul>li>a {
font-size: 14px;
padding: 5px 20px;
font-weight: 400;
}

#menu>ul>li>ul>li>ul {
display: none!important;
}

#menu ul li ul li:hover a, #menu ul li.menu_add_active a:hover {background:rgba(0,0,0,0.15);}

.menu_add_row {
position: absolute;
right: 0;
top: 0;
background:transparent url(userFiles/system/arrow-down.png) 50% 50% no-repeat;
width: 45px;
height: 45px;
cursor:pointer;
}

.menu_add_row.active {
background:transparent url(userFiles/system/arrow-up.png) 50% 50% no-repeat;
cursor:pointer;
}

.menu_add_show a {
line-height: 25px!important;
visibility: visible;
}

.menu_add_active a, .menu_add_show a {
color: #fff!important;
}

#sidebar {
    margin: 0;
    width: 100%;
    float: none;
    display: block;
padding: 0 5px;
}

#sidebar>.sidemenu {
display: none;
}

/* HEADER */

form.hledani {width:auto;}
form.hledani input.button {position: absolute; width: 110px; margin-left: 10px; top: 28px; right: 15px; background:rgba(255,255,255,0.4); color:#222;}
form.hledani input.button:hover {background:rgba(255,255,255,0.6); color:#222 !important;}
form.hledani input[type="text"] {width:100px !important;}

.post {
margin: 0 auto!important;
    padding: 30px 5px!important;
}

.post_top, .post_body {
width: 100%;
padding: 0;
}

.post, #sidebar .boxed, #footer, .colored {
width: 100%;
}

.intro {
border-spacing: 3px 0;
width: 100%;
}

.intro td {
display: inline-table;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
padding: 0 0 40px 0px;
width: 32%;
}

.intro img {
    width: 100%;
    margin: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    display: block;
    position: relative;
}

.intro h2 {
font-size: 20px!important;
}

.intro .more {
    left: 19%;
}

#max-rightbar {
padding: 10px 0;
}

#rightbar {
width: 100%;
padding: 0 5px;
}

#rightbar .boxed {
width: 50%;
margin-bottom: 20px;
}

#rightbar .boxed:first-child {
display: none;
}

.blok-rezervace {
padding: 50px 20px!important;
background: url(userFiles/system/bg-rezerv.jpg) no-repeat center right!important;
}

.blok-rezervace p {
/*font-size: 20px!important;*/
line-height: 36px;
}

.blok-rezervace a {
font-size: 48px;

}

/* SLIDER */



.theme-default .nivo-caption {
    width: 80%!important;
bottom: 10%!important;
}

.nivo-caption h2 {
font-size: 32px;
}

.nivo-caption p {
font-size: 20px;
}

#main .theme-default .nivo-controlNav {display: none;}

#main .theme-default .nivo-controlNav a {width:15px; height:15px;}


/* FOOTER */

.paticka, .paticka a, #footer-left {font-size:14px; color:white;}

.default-img {
float: none;
display: block;
margin: 5px 0!important;
max-width: 100%;
width: 100%;
max-width: auto;
padding: 2px;
border: 1px solid rgba(0,0,0,0.1);
}

.max-colored .more {
    left: 22%;
}

.colored {
padding: 0;
margin: 0;
}

.colored td {
width: 100%;
display: inline-block;
overflow: hidden;
}

.colored td img {
}

#locales {
    top: 7px;
}

.news {
    margin: 0 auto!important;
    width: 100%;
}

.news>li {
width: 31%;
}

div.galleryItem {
    vertical-align: top;
    float: none;
    display: inline-block;
    border: none !important;
    margin: 0 3px 3px 0;

}

div.galleryItem .frameh, div.galleryItem .frame {
    width: 150px;
    padding: 0;
    margin: 0;
    display: inline;
}

div.galleryItem .frame img {
    width: 152px;
}

#info {
    top: 81px;
}

#info p {
    display: inline-block;
    margin: 0 0 0 30px;
}

}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 600px) {

body {
font-size:13px;

}

#max-header {
height: 150px;
}

.post {
margin: 0 auto 1px!important;
}

img {
display: block!important;
margin: 5px auto!important;
float: none;
}

#logo {
    display: block;
}

#logo a {
font-size: 36px;
}

#slogan {
    left: 55px;
}

#main img, .default-img {
width: 100%;
max-width: 100%;
max-height: auto;
}

#footer {padding:10px;}

#main h1 {font-size:24px; line-height:28px;}
#main h2 {font-size:20px; line-height:24px;}
#main h3 {font-size:20px;}

/* MENU */

#menu>ul {
display: block;
width: 100%;
margin-left: -100%;
}

.intro {
margin: 0 0 3px 0;
}

.intro h2 {
}

.intro td {
display: block;
padding: 0 0 50px 0;
width: 100%;
}

.intro .more {
    left: 33%;
}

.col-2 td, .col-3 td, .col-21 td, #rightbar .boxed, .news>ul.novinky>li {
width: 100%;
display: block;
}

#rightbar .boxed {
margin-bottom: 15px;
}

.theme-default .nivo-caption {
/*position: absolute!important;
bottom: 0;
left: 0px;
height: auto;
padding: 10px!important;
width: 100%!important;
margin: 0;
text-align: left;
background: rgba(0,0,0,0.75);*/
/*display: none!important;*/
opacity: 1;
}

.nivo-caption h2 {
font-size: 24px;

}

.nivo-caption p {
font-size: 16px;
}

#main .more {
display: inline-block;
position: relative;
left: 0;
bottom: 0;
}

.blok-rezervace a {
font-size: 32px;
padding: 20px 50px;
    line-height: 120px;
}


#locales a {
    display: inline-block;
}

.news h3 {
font-size: 16px!important;
}

.news>li {
width: 100%;
}

.photo .fotogalerie {
width: 100%;
float: none;
position: relative;
display: block;
}

.photo p {
width: 100%;

}

#info {
    top: 111px;
}

#info p {
    display: inline-block;
    margin: 0 0 0 30px;
}

}/*-------------STYLE-------------*/