/*---------------------------------------------
-- 
---------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.error {
  color: red;
  font-weight: bold;
}

.success {
  font-weight: bold;
  color: green;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.tiny {
  font-size: 9px;
}

.valign-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

input.spam {
  display: none;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
form .required label {
  position: relative;
}
form .required label:after {
  content: "*";
  color: #ff0000;
  position: absolute;
  right: -8px;
  top: 0px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.color-variants .color-variant {
  display: inline-block;
  margin: 3px 6px 3px 0;
  width: 50px;
  height: 50px;
}

.product-detail .colored-images .large {
  display: none;
}

/*---------------------------------------------
-- controls
---------------------------------------------*/
.number-input-wrapper {
  position: relative;
  width: 80px;
}
.number-input-wrapper input.text {
  box-sizing: border-box;
  text-align: center;
  text-indent: -14px;
  height: 28px;
  width: 100%;
  padding: 5px 0;
  border: 2px solid #ddd;
  background: #fff;
  color: #000;
}
.number-input-wrapper .buttons-wrapper {
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: -1px;
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.number-input-wrapper .buttons-wrapper .up, .number-input-wrapper .buttons-wrapper .down {
  cursor: pointer;
  display: block;
  height: 45%;
}
.number-input-wrapper .buttons-wrapper .up {
  margin-bottom: 10%;
  /*background: url(../images/layout/button-number-up.png) no-repeat center bottom;*/
}
.number-input-wrapper .buttons-wrapper .up:after {
  content: "+";
  display: inline-block;
}
.number-input-wrapper .buttons-wrapper .down {
  /*background: url(../images/layout/button-number-down.png) no-repeat center top;*/
}
.number-input-wrapper .buttons-wrapper .down:after {
  content: "-";
  display: inline-block;
}

/*---------------------------------------------
-- tabs
---------------------------------------------*/
.tabs .tabs-nav {
  margin-bottom: -1px;
}
.tabs .tabs-nav li {
  float: left;
  margin-right: 5px;
}
.tabs .tabs-nav .clear {
  float: none;
}
.tabs .tabs-nav a {
  border: 1px solid #eee;
  display: block;
  padding: 6px 12px;
}
.tabs .tabs-nav .active a {
  background: #a5c2d0;
  border-color: #a5c2d0;
  color: #fff;
}
.tabs .tab {
  border: 1px solid #eee;
  display: none;
  padding: 16px;
}
.tabs .tab.active {
  display: block;
}

body {
  font-family: "Open Sans", Arial;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  transition: color 0.3s;
  text-decoration: none;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, h1, .h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2, .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3, .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4, .h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5, .h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.h1:first-child, h1:first-child, .h2:first-child, .mceContentBody h2:first-child, .mce-content-body h2:first-child, .wysiwyg-content h2:first-child, .h3:first-child, .mceContentBody h3:first-child, .mce-content-body h3:first-child, .wysiwyg-content h3:first-child, .h4:first-child, .mceContentBody h4:first-child, .mce-content-body h4:first-child, .wysiwyg-content h4:first-child, .h5:first-child, .mceContentBody h5:first-child, .mce-content-body h5:first-child, .wysiwyg-content h5:first-child, .h6:first-child, .mceContentBody h6:first-child, .mce-content-body h6:first-child, .wysiwyg-content h6:first-child {
  margin-top: 0;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, h1 {
  margin-top: 0;
  font-size: 32px;
}

.h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
  font-size: 24px;
}

.h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
  font-size: 20px;
}

.h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
  font-size: 16px;
}

.h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5 {
  font-size: 1em;
  font-weight: bold;
}

.h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  font-size: 1em;
  font-weight: bold;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14, body {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.mceContentBody table, .mce-content-body table {
  border-collapse: separate;
  width: 100%;
}

.mceContentBody ul, .mce-content-body ul, .wysiwyg-content ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 0.5em 0;
}
.mceContentBody ol, .mce-content-body ol, .wysiwyg-content ol {
  padding-left: 2em;
  margin: 0.5em 0;
  list-style-type: decimal;
}
.mceContentBody p, .mce-content-body p, .wysiwyg-content p {
  margin-bottom: 1em;
}
.mceContentBody ul, .mceContentBody ol, .mceContentBody p, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mce-content-body ul, .mce-content-body ol, .mce-content-body p, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6, .wysiwyg-content ul, .wysiwyg-content ol, .wysiwyg-content p, .wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
  line-height: 1.3em;
}
body {
  background-color: #fff;
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #fff 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #fff 100%);
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #fff 100%);
  background-image: -ms-linear-gradient(top, #f5f5f5 0%, #fff 100%);
  background-image: linear-gradient(top, #f5f5f5 0%, #fff 100%);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #f5f5f5), color-stop(1, #fff));
  background-repeat: no-repeat;
}

.menu-switcher {
  cursor: pointer;
  position: absolute;
  font-size: 40px;
  padding-top: 0.125em;
  top: 34px;
  right: 0;
  border-top: 0.125em solid #a5c2d0;
}
.menu-switcher:before {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.4em;
  border-top: 0.125em solid #a5c2d0;
  border-bottom: 0.125em solid #a5c2d0;
}

* {
  outline: 0;
}

.fancy-title {
  background: #a5c2d0;
  margin-bottom: 1.5em;
  padding: 1em 1em 1em 56px;
  position: relative;
}
.fancy-title:after {
  background: url(../images/layout/icon-search.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  left: 10px;
  position: absolute;
  top: 7px;
  height: 40px;
  width: 40px;
}

.bg {
  background: #fff;
  padding: 10px 20px;
}

/*---------------------------------------------
-- reklama
---------------------------------------------*/
.branding {
  background-position: top center;
  position: relative;
}
.branding .mycontainer {
  position: relative;
  z-index: 2;
}
.branding .branding-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.leaderboard {
  padding: 1em 0;
}
.leaderboard img {
  height: auto;
  width: 100%;
}
.leaderboard img, .leaderboard a {
  display: block;
}
.leaderboard iframe {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.for-sale-alert {
  background: #f4d854;
  border: 1px solid #d4b20e;
  font-size: 16px;
  line-height: 1.5em;
  margin: 1em 0;
  padding: 25px;
}
.for-sale-alert .wysiwyg-content p:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.button {
  border: 0;
  background: #a5c2d0;
  line-height: 1.3em;
  padding: 0.75em 2em;
}
.button:hover {
  background: #83abbf;
}

input.text, textarea, select {
  line-height: 1.3em;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.75em;
  width: 100%;
}

/*---------------------------------------------
--  header
---------------------------------------------*/
header {
  padding: 1em 0;
  position: relative;
}

.logo {
  color: #d63216;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  text-shadow: 2px 2px 8px #a5c2d0;
  /*	span:nth-child(5n+1) {
  		color: $colorRed;
  	}
  	span:nth-child(5n+2) {
  		color: $colorBlue;
  	}
  	span:nth-child(5n+3) {
  		color: $colorYellow;
  	}
  	span:nth-child(5n+4) {
  		color: $colorGreen;
  	}
  	span:nth-child(5n+5) {
  		color: $colorAqua;
  	}*/
}
.logo:hover {
  text-decoration: none;
}
.logo img {
  height: 58px;
}

.main-menu {
  padding: 1em 0;
}
.main-menu a {
  display: block;
  color: #326dd3;
  font-size: 16px;
  padding: 12px 14px;
  border-bottom: 1px solid currentColor;
}
.main-menu a:hover {
  text-decoration: none;
  color: #d63216;
}

.top-menu .label {
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
}
.top-menu ul {
  padding-left: 1.3em;
  color: #326dd3;
  list-style-type: square;
}
.top-menu li {
  /*margin-bottom: 0.5em*/
}
.top-menu a {
  display: block;
  color: #326dd3;
  padding: 6px 0;
}

.searcher-menu a, .search-form .button {
  color: #fff;
}
.searcher-menu a:hover, .searcher-menu a:visited, .searcher-menu a:focus, .search-form .button:hover, .search-form .button:visited, .search-form .button:focus {
  text-decoration: none;
}
.searcher-menu a.internet, .search-form .button.internet {
  background: #d63216;
}
.searcher-menu a.internet:hover, .search-form .button.internet:hover {
  background: #a82711;
}
.searcher-menu a.products, .search-form .button.products {
  background: #ff9222;
}
.searcher-menu a.products:hover, .search-form .button.products:hover {
  background: #ee7900;
}
.searcher-menu a.images, .search-form .button.images {
  background: #d86bcb;
}
.searcher-menu a.images:hover, .search-form .button.images:hover {
  background: #cd43bd;
}
.searcher-menu a.encyclopedy, .search-form .button.encyclopedy {
  background: #1e751e;
}
.searcher-menu a.encyclopedy:hover, .search-form .button.encyclopedy:hover {
  background: #144c14;
}
.searcher-menu a.videos, .search-form .button.videos {
  background: #32bb9b;
}
.searcher-menu a.videos:hover, .search-form .button.videos:hover {
  background: #2da78a;
}
.searcher-menu a.dictionary, .search-form .button.dictionary {
  background: #326dd3;
}
.searcher-menu a.dictionary:hover, .search-form .button.dictionary:hover {
  background: #2557ad;
}
.searcher-menu a.maps, .search-form .button.maps {
  background: #d4b20e;
}
.searcher-menu a.maps:hover, .search-form .button.maps:hover {
  background: #a48a0b;
}
.searcher-menu a.weather, .search-form .button.weather {
  background: #81329f;
}
.searcher-menu a.weather:hover, .search-form .button.weather:hover {
  background: #622678;
}
.searcher-menu a.articles, .search-form .button.articles {
  background: #888;
}
.searcher-menu a.articles:hover, .search-form .button.articles:hover {
  background: #6f6f6f;
}
.searcher-menu a.companies, .search-form .button.companies {
  background: #333;
}
.searcher-menu a.companies:hover, .search-form .button.companies:hover {
  background: #4d4d4d;
}

.searcher-menu a {
  background: #a5c2d0;
  display: block;
  padding: 12px 14px;
}

.search-form {
  background: #efefef;
  padding: 1em;
}
.search-form .button {
  display: none;
  width: 100%;
}
.search-form .button.active {
  display: block;
}
.search-form img {
  width: 150px;
}

/*---------------------------------------------
-- footer
---------------------------------------------*/
footer .col {
  margin-bottom: 2em;
}
footer .menu {
  padding-left: 1.3em;
  color: #326dd3;
  list-style-type: square;
}
footer .menu li {
  margin-bottom: 0.5em;
}
footer .menu a {
  display: block;
  color: #326dd3;
  padding: 12px 0;
}

.credits {
  border-top: 1px solid #ddd;
  color: #aaa;
  padding: 1em 0 1.5em;
  font-size: 13px;
  text-align: center;
}

/*---------------------------------------------
-- obsah
---------------------------------------------*/
.main-section {
  padding: 2em 0;
}
.in-frame .main-section {
  padding: 0;
}

.search-frame {
  margin: 0 -14px;
}
.search-frame iframe {
  width: 100%;
}

.google-search-results iframe {
  min-height: 2500px;
}

.navs-wrapper {
  display: none;
}
.navs-wrapper.open {
  display: block;
}

.searcher-menu {
  margin-top: 1.2em;
}
.searcher-menu li {
  margin-bottom: 1px;
}

.google-search-results {
  width: 100%;
  padding-bottom: 30px;
  overflow-x: auto;
}

@media (min-width: 420px) {
  footer .col.last li {
    padding-right: 20px;
    float: left;
    width: 50%;
  }
}
@media (min-width: 520px) {
  footer .col.last li {
    width: 33.3%;
  }
}
@media (min-width: 620px) {
  .searcher-menu ul {
    display: flex;
  }
  .searcher-menu ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .search-form form {
    position: relative;
  }
  .search-form .button {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 41px;
  }
  .search-form input.text {
    height: 41px;
  }
}
@media (min-width: 820px) {
  .menu-switcher {
    display: none;
  }

  .navs-wrapper {
    display: block;
  }

  .logo {
    margin: 8px 0 30px;
  }

  .top-menu {
    padding-bottom: 5px;
    position: absolute;
    right: 0;
    top: 0px;
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .top-menu .label {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 6px;
    margin-right: -10px;
  }
  .top-menu ul {
    float: right;
  }
  .top-menu ul a {
    /*padding: 0;*/
  }
  .top-menu ul li {
    margin-left: 30px;
    float: left;
  }

  .with-top-menu .main-menu {
    top: 30px;
  }
  .with-top-menu .logo {
    margin: 36px 0 30px;
  }

  .main-menu {
    position: absolute;
    right: 0;
    top: 23px;
  }
  .main-menu li {
    float: left;
    margin-left: 30px;
  }
  .main-menu li a {
    padding-right: 0;
    padding-left: 0;
  }

  .for-sale-alert {
    margin-top: -0.5em;
    margin-bottom: 2em;
  }

  .searcher-menu {
    margin-top: 0;
  }
  .searcher-menu ul {
    display: block;
  }
  .searcher-menu ul li {
    overflow: visible;
    float: left;
    margin-right: 1px;
    margin-bottom: 0;
  }
  .searcher-menu ul li.active a {
    padding-top: 18px;
    padding-right: 18px;
    padding-left: 18px;
    margin-top: -6px;
  }

  .domain-web .search-form {
    position: relative;
    padding-left: 180px;
  }
  .domain-web .search-form img {
    position: absolute;
    width: 150px;
    left: 14px;
    top: 20px;
  }

  footer .col.first, footer .col.second {
    float: left;
    width: 50%;
  }
  footer .col.first {
    width: 49%;
    margin-right: 1%;
  }
  footer .col.last {
    clear: both;
  }

  footer .col.last li {
    width: 25%;
  }
}
@media (min-width: 980px) {
  footer .col.last li {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .mycontainer {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
  }
}

/*# sourceMappingURL=index.css.map */
