/* CSS stylesheet by Jonáš Kýček - El TORO */
.responsive {
  display: none !important;
}
/* SMALL TABLETS AND SMARTPHONES */
@media (max-width: 700px) {
  body {
    min-width: 0;
  }
  div#all {
    width: auto;
    margin: 0 10px;
    padding: 0;
    background: white;
    border: 1px solid #b0b0b0;
    border-width: 0 1px 1px;
  }
  div#content div.column.left {
    width: 100%;
    float: none;
    margin: 0;
  }
  div#content div.column.right {
    float: none;
    margin: 0 auto 30px;
  }
  div#header,
  body.homepage div#header {
    background: none;
    height: auto;
    border-bottom: 1px solid #b0b0b0;
    background: whitesmoke;
  }
  div#header div.logo {
    position: relative;
    width: auto;
    height: auto;
    float: left;
    left: 0;
    top: 0;
    padding: 10px;
    z-index: 101;
  }
  div#header div.logo img {
    width: 180px;
  }
  div#header div.buttons,
  div#header div.topbuttons,
  div.menu,
  div.search {
    display: none;
  }
  div.banner {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    position: relative;
  }
  div#slider {
    height: auto;
  }
  .nivo-controlNav {
    display: none;
  }
  h1.homepage {
    display: none;
  }
  div#content {
    background: none;
    padding: 10px;
    width: auto;
  }
  div.list-item.reklama {
    overflow: hidden;
  }
  body.homepage div.home_page {
    width: 100%;
  }
  body.homepage div.home_page div.home_column {
    width: 100%;
    float: none;
  }
  body.homepage div.home_page h2 {
    padding-left: 20px;
  }
  body.homepage div.home_page div.home_column p,
  body.homepage div.home_page div.home_column.col1 p  {
    padding: 0 20px;
  }
  div#content > div.column.left > div.text {
    overflow: hidden;
  }
  div#content > div.column.left > div.text img {
    max-width: 100%;
  }
  div#footer {
    height: auto;
  }
  div#footer div.center {
    width: 100%;
    height: auto;
    background: none;
    margin: 40px auto 0;
  }
  div#footer div.menu {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    display: block;
  }
  div#footer div.menu div.column {
    float: none;
    width: auto !important;
    max-width: 250px;
    margin: 20px auto;
  }
  div#footer div.menu div.column.odkazy {
    margin-bottom: 0;
  }
  div#footer div.menu div.column.jizerske-hory,
  div#footer div.menu div.column.jizerske-hory ul {
    margin-top: 0;
  }
  div#footer div.menu div.column.jizerske-hory span.h4 {
    display: none;
  }
  div#footer div.copyright {
    clear: both;
    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
    background: rgb(221, 221, 221);
    border-top: 1px solid rgb(199, 199, 199);
    padding-top: 10px;
  }
  div.partners a {
    display: inline-block;
    float: none;
    margin: 20px 20px !important;
  }
  div.partners {
    text-align: center;
  }
  div#footer div.copyright div.logo {
    display: inline-block;
    float: none;
    width: auto;
    height: auto;
  }
  div#footer div.copyright div.logo img {
    width: 120px;
  }
  div#footer div.copyright div.right {
    float: none;
    width: auto;
    text-align: center;
    padding: 15px 10px;
    background: rgb(199, 199, 199);
    border-top: 1px solid rgb(182, 182, 182);
  }
  div#background-image {
    opacity: 0.3;
  }
}
@media (max-width: 700px) {
  /* responsive menu */
  div.responsive {
    display: block !important;
  }
  .show-button {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    border: 2px solid rgb(220,220,220);
    background: url(images/ico-menu.png) no-repeat center center;
    background-size: 18px auto;
    margin: 15px 15px 0 0;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }  
  .show-button:hover {
    background-color: rgb(242, 242, 242);
  }
  div.overlay {
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: white;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  div.overlay.active {
    height: 100%;
    opacity: 0.8;
  }
  div.left-bar {
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: rgba(60, 60, 60, 0.95);
    z-index: 102;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  div.left-bar.active {
    right: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  }
  div.left-bar div.search {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 10px 10px;
    background: white;
    width: auto;
  }
  div.search input[type='text'] {
    padding: 0 10px;
    background: white;
    width: 158px;
  }
  div.search input[type='submit'] {
    margin: 0;
    background-color: rgb(204, 204, 204);
    float: right;
  }
  div.left-bar ul {
    padding: 0;
    margin: 0;
  }
  div.left-bar li {
    list-style: none;
    display: block;
    padding: 0;
  }
  div.left-bar li ul {
    background: rgb(90, 90, 90);
    padding: 0;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  div.left-bar li.active ul,
  div.left-bar li.opened ul {
    height: auto;
  }
  div.left-bar li ul li:first-child {
    margin-top: 10px;
  }
  div.left-bar li ul li:last-child {
    margin-bottom: 10px;
  }
  div.left-bar ul li a {
    display: block;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
  }
  div.left-bar > ul > li,
  div.left-bar > div.user > ul > li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  }
  div.left-bar > ul > li.submenu > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    border: 1px solid white;
    border-width: 4px 5px 0;
    border-color: white transparent transparent transparent;
  }
  div.left-bar > ul > li.opened.submenu > a:after,
  div.left-bar > ul > li.active.submenu > a:after {
    border-width: 0 5px 4px;
    border-color: transparent transparent white transparent;
  }
  div.left-bar a:hover {
    background: rgba(255,255,255,0.1);
  }
  div.left-bar .lang {
    background: rgb(46, 46, 46);
    padding-bottom: 10px;
  }
  div.left-bar .lang > div.lang_header {
    color: white;
    font-size: 11px;
    padding: 5px 20px;
    background: rgb(46, 46, 46);
  }
  div.left-bar .lang ul {
    margin: 0 0 0 20px;
  }
  div.left-bar .lang li,
  div.left-bar .lang li a {
    display: inline-block;
    vertical-align: top;
  }
  div.left-bar .lang li a {
    padding: 0 5px;
  }
  div.left-bar .lang .flag {
    width: 39px;
    height: 22px;
    background: url(images/ico-flags.png);
    display: block;
    margin: 9px 0 0 0;
  }
  div.left-bar .lang .flag.en {
    background-position: 0 -22px;
  }
  div.left-bar .lang .flag.de {
    background-position: 0 -44px;
  }
  div.left-bar .lang .flag.pl {
    background-position: 0 -66px;
  }
  div.left-bar .lang > div.lang_header .flag {
    display: none;
  }
  div.left-bar .lang li a span.text span.name {
    display: none;
  }
  div.tabs {
    width: auto;
    height: auto;
    background: #e4e4e4;
    border: 1px solid #cbcbcb; 
    border-bottom: 0;
  }
  div.tabs:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    border-top: 1px solid #cbcbcb;
    position: relative;
    top: -1px;
  }
  div.tabbed-content {
    clear: both;
    border-radius: 0;
    border-top: 0;
  }
  div.tabs div.tab,
  div.tabs div.tab.active,
  div.tabs.accommodation div.tab, 
  div.tabs.stredisko div.tab,
  div.tabs div.tab.long_tab,
  div.tabs div.tab.long_tab#tab_jablonec-nad-nisou {
    width: auto;
    min-width: 0;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    background: #e4e4e4;
    border: 1px solid #cbcbcb;
    margin: -1px 0 0 -1px;
    border-radius: 0;
    padding: 0 10px;
  }
  div.tabs div.tab.active {
    background: #f2f2f2;
    font-weight: bold;
  }
  div.mini_fotky {
    text-align: center;
    height: auto;
  }
  div.mini_fotka {
    float: none;
    display: inline-block;
    width: auto;
    height: auto;
  }
  div.mini_fotka2 {
    margin: 0;
  }
  div.mini_fotka a {
    width: 80px;
    height: auto;
    max-height: 55px;
    position: relative;
    margin: 6px;
  }
  div.mini_fotka a img {
    width: 80px;
    height: auto;
    min-height: 0;
    display: block;
  }
  body.zarizeni h1.main-header {
    padding-right: 0;
  }
  #photogallery {
    text-align: center;
  }
  div.rating .right {
    float: left;
    margin: 15px 0 0 0;
  }
  a.photo {
    float: none;
    display: inline-block;
    margin: 0 10px 10px;
  }
  table.jizerky-card {
    width: auto;
  }
  table.jizerky-card p {
    text-align: left;
  }
  div.tabbed-page div.forecast {
    height: auto;
  }
}
@media (max-width: 600px) {
  div.tabbed-content div.tabbed-page div.right_block {
    padding: 0 0 20px 0;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 500px) {
  div.list-item div.image {
    float: none;
    padding: 0 0 10px;
    overflow: hidden;
  }
  div.list-item div.image a {
    margin: 0 auto;
    width: 200px;
  }
  div.list-item div.image img {
    min-width: 0;
  }
  div.list-item div.left_content {
    float: none;
  }
  div.list-item div.title {
    text-align: center;
  }
  div.list-item div.description ul {
    padding: 0 ;
  }
  div.share {
    margin-top: 18px;
    border-bottom: 2px solid rgb(214, 214, 214);
    width: 100%;
    padding-bottom: 20px;
  }
  div#google_map {
    max-width: 100%; 
  }
  textarea {
    width: 200px;
  }
  div.contact-form textarea {
    width: 151px;
  }
  div.profile form {
    width: auto;
  }
  div.profile form table {
    width: 100%;
  }
  div.profile form input[type="text"], div.profile form input[type="password"] {
    width: 100px;
  }
  div.tabbed-page div.actual {
    height: auto;
  }
  div.tabbed-page div.actual div.icon {
    position: relative;
    left: 0;
  }
  div.tabbed-page div.actual div.text {
    position: relative;
    left: 0;
    top: 0;
  }
}