* {
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0;
}
#pageWrapper {
  min-height: 100%;
  margin-bottom: -473px;
}
#footerWrapper,
.push {
  height: 473px;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.clear {
  clear: both;
}
body {
  font-size: 62.5%;
  background: #f3f3f3;
  font-family: 'Roboto', sans-serif;
}
.container {
  width: 1100px;
  margin: 0 auto;
}
#headerWrapper {
  background: #b9e3ed;
}
#header {
  padding: 20px 0;
  position: relative;
  z-index: 99;
}
#header .container {
  width: 1100px;
}
#header .left {
  float: left;
}
#header .right {
  float: right;
}
#header a.img {
  float: left;
}
#header a.img img {
  height: 90px;
  width: auto;
}
#header h1 {
  font-family: 'Audiowide', cursive;
  font-size: 2.9em;
  float: left;
  line-height: 90px;
}
#header h1 a {
  text-decoration: none;
  padding-left: 20px;
  color: #263747;
}

#mobilemenu {
  display: none;
}


#header .right ul.nav {
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
  list-style: none;
  font-size: 1.6em;
}
#header .right ul.nav li {
  float: left;
  color: #263747;
  line-height: 90px;
  margin-left: 10px;
}
#header .right ul.nav li a {
  color: #263747;
  text-decoration: none;
  transition: 0.3s;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}
#header .right ul.nav li.active a,
#header .right ul.nav li a:hover {
  color: #db0000;
}
#header .right ul.nav li.item-102 a {
  background: #99c2e9;
}
#header .right ul.nav li.item-103 a {
  background: #e9e981;
}
#header .right ul.nav li.item-104 a {
  background: #e78d8d;
}
#header .right ul.nav li.item-105 a {
  background: #81e37b;
}

#bg {
  background: #b9e3ed;
  margin-top: -70px;
  position: relative;
}
#bg .container {
  background: #b9e3ed url("../img/headerbg.png") center center no-repeat;
  height: 357px;
  position: relative;
}
#bg .container p.title {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-size: 3.8em;
  font-weight: bold;
}
#bg .container p.title span {
  background: #ffffffd9;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  color: #263747;
}


#mainOffer {
  background: #f3f3f3;
  padding: 100px 0 0;
}
#mainOffer .box .title {
  overflow: hidden;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#mainOffer .box.materialy .title {
  background: #e9e981;
}
#mainOffer .box.vzdelavanie .title {
  background: #e78d8d;
}
#mainOffer .box.eshop .title {
  background: #81e37b;
}
#mainOffer .title img {
  float: left;
  height: 60px;
  margin-top: 5px;
  width: auto;
}
#mainOffer .title p {
  float: left;
  font-size: 2.4em;
  font-family: 'Audiowide', cursive;
  margin-left: 20px;
  color: #263747;
  width: 185px;
}
#mainOffer .box.eshop .title p {
  line-height: 60px;
}
#mainOffer .box {
  border-radius: 10px;
  box-shadow: 0px 15px 20px -10px #cfcfcf;
  float: left;
  width: 345px;
}
#mainOffer .box.vzdelavanie {
  margin: 0 30px;
}
#mainOffer .box .wrapper {
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#mainOffer .box.materialy .wrapper {
  background: #ffff8f;
}
#mainOffer .box.vzdelavanie .wrapper {
  background: #ffa9a9;
}
#mainOffer .box.eshop .wrapper {
  background: #9eff98;
}
#mainOffer .box .wrapper p {
  max-width: 100%;
  font-size: 1.7em;
  line-height: 1.4em;
  color: #1e1e1e;
  margin-bottom: 10px;
}
#mainOffer .box .wrapper ul {
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}
#mainOffer .box .wrapper ul li {
  font-size: 1.7em;
  line-height: 1.6em;
  color: #1e1e1e;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Roboto Slab', serif;
}
#mainOffer .box .wrapper ul li a {
  transition: 0.3s;
  text-decoration: none;
  display: block;
  padding: 10px;
  background: #fff;
  color: #263747;
  border-radius: 10px;
  border: 1px solid #263747;
}
#mainOffer .box .wrapper ul li a:hover {
  background: #efefef;
}
#mainOffer .box .wrapper p.img {
  text-align: center;
}
#mainOffer .box .wrapper img {
  max-width: 100%;
  height: 171px;
  border-radius: 10px;
}
#mainOffer .box.vzdelavanie .wrapper img {
  box-shadow: 0px 0px 10px #d57474;
}
#mainOffer .box .wrapper p.readmore {
  margin-bottom: 0;
  text-align: right;
  font-size: 1.5em;
  font-weight: bold;
}
#mainOffer .box .wrapper p.readmore a {
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: 'Roboto Slab', serif;
  color: #1e1e1e;
}
#mainOffer .box.materialy .wrapper p.readmore a {
  background: #ffffd9;
  border: 1px solid #e9e981;
}
#mainOffer .box.vzdelavanie .wrapper p.readmore a {
  background: #ffd3d3;
  border: 1px solid #e78d8d;
}
#mainOffer .box.eshop .wrapper p.readmore a {
  background: #d9ffd6;
  border: 1px solid #81e37b;
}
#mainOffer .box.materialy .wrapper p.readmore a:hover {
  background: #e9e981;
}
#mainOffer .box.vzdelavanie .wrapper p.readmore a:hover {
  background: #e78d8d;
}
#mainOffer .box.eshop .wrapper p.readmore a:hover {
  background: #81e37b;
}


#content {
  background: #f3f3f3;
  padding: 50px 0;
}
#content .container {
  width: 940px;
}
#content .item-page .page-header {
  overflow: hidden;
  margin-bottom: 20px;
}
#content .item-page .page-header img {
  float: left;
  height: 70px;
  width: auto;
}
#content .item-page .page-header h2 {
  float: left;
  font-weight: normal;
  font-size: 3.2em;
  font-family: 'Audiowide', cursive;
  line-height: 70px;
  margin-left: 20px;
  color: #263747;
}
#content .item-page .itemContent {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 15px 20px -10px #cfcfcf;
  border-radius: 10px;
}
#content .item-page .itemContent p {
  font-size: 1.7em;
  margin-bottom: 15px;
  line-height: 1.7em;
  color: #2a2a2a;
}
#content .item-page .itemContent h2 {
  font-size: 2.3em;
  margin-bottom: 15px;
}
#content .item-page .itemContent h3 {
  font-size: 2.1em;
  margin-bottom: 15px;
}
#content .item-page .itemContent h4 {
  font-size: 1.9em;
  margin-bottom: 15px;
}
#content .item-page .itemContent h5 {
  font-size: 1.7em;
  margin-bottom: 15px;
}
#content .item-page .itemContent a {
  text-decoration: none;
}
#content .item-page .itemContent ul,
#content .item-page .itemContent ol {
  margin-left: 25px;
  margin-bottom: 15px;
}
#content .item-page .itemContent li {
  margin-bottom: 5px;
  font-size: 1.7em;
  line-height: 1.7em;
  color: #2a2a2a;
}
#content .item-page .itemContent a {
  color: #1f86e7;
  transition: 0.3s;
}
#content .item-page .itemContent a:hover {
  color: #0961b5;
  text-decoration: underline;
}

#content .myArticle {
  background: #fff;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0px 15px 20px -10px #cfcfcf;
  border-radius: 10px;
}
#content .myArticle h2 {
  font-weight: normal;
}
#content .myArticle h2 a {
  padding-bottom: 15px;
  font-size: 2em;
  display: block;
  color: #306495;
  font-family: 'Roboto Slab', serif;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease;
}
#content .myArticle h2 a:hover {
  color: #1f86e7;
}
#content .myArticle .obsah .item-image {
  margin-right: 20px;
  float: left;
  width: 300px;
}
#content .myArticle .obsah .item-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
#content .blog-featured .obsah .articleContent {
  overflow: hidden;
}
#content .blog-featured .obsah .articleContent img {
  max-width: 100%;
}
#content .myArticle .obsah .articleContent p {
  font-size: 1.7em;
  margin-bottom: 15px;
  line-height: 1.7em;
  color: #2a2a2a;
}
#content .myArticle .obsah .articleContent a {
  text-decoration: none;
}
#content .myArticle .obsah .articleContent ul,
#content .myArticle .obsah .articleContent ol {
  margin-left: 25px;
  margin-bottom: 15px;
}
#content .myArticle .obsah .articleContent li {
  margin-bottom: 5px;
  font-size: 1.7em;
  line-height: 1.7em;
  color: #2a2a2a;
}
#content .myArticle .obsah .articleContent a {
  color: #1f86e7;
  transition: 0.3s;
}
#content .myArticle .obsah .articleContent a:hover {
  color: #0961b5;
  text-decoration: underline;
}
#content .myArticle .detail {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
}
#content .myArticle .detail dl,
#content .item-page dl {
  float: left;
  background: #ECECEC;
  color: #464646;
  padding: 0 20px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 45px;
  text-transform: lowercase;
}
#content .item-page dl {
  float: none;
  display: inline-block;
}
#content .myArticle .detail p.readmore {
  float: right;
}
#content .myArticle .detail p.readmore a {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  padding: 0 20px;
  color: #ECECEC;
  border-radius: 10px;
  background: #306495;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 43px;
  text-transform: lowercase;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
#content .myArticle .detail p.readmore a:hover {
  background: #357fc5;
}

#content .pagination p.counter {
  display: none;
}
#content .pagination ul {
  text-align: center;
  list-style: none;
  font-weight: bold;
  font-size: 15px;
}
#content .pagination ul li {
  display: inline-block;
  margin: 0 5px 20px;
  font-size: 20px;
}
#content .pagination ul li a {
  display: inline-block;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #306495;
  box-shadow: 0px 15px 20px -10px #cfcfcf;
  border-radius: 10px;
  color: #306495;
  transition: all 0.3s ease;
  text-decoration: none;
}
#content .pagination ul li a:hover {
  background: #ececec;
}
#content .pagination ul li span {
  display: inline-block;
  padding: 10px 18px;
  background: #ececec;
  box-shadow: 0px 15px 20px -10px #cfcfcf;
  border-radius: 10px;
  color: #306495;
  border: 1px solid #306495;
}
#content .pagination ul li.pagination-start,
#content .pagination ul li.pagination-prev,
#content .pagination ul li.pagination-next,
#content .pagination ul li.pagination-end,
#content .gallerypagination {
  display: none;
}


#footer {
  padding: 50px 0 100px;
  background: #abc546 url("../img/footergrass.png") center bottom no-repeat;
}
#footer .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer .wrapper .box {
  flex: 1 1 0;
  margin: 0 10px;
}
#footer .wrapper .box h3 {
  color: #2b3600;
  font-size: 2.5em;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: normal;
  background: #f3ffc1;
  display: inline-block;
  border-radius: 10px;
}
#footer .wrapper .box ul {
  margin-left: 20px;
}
#footer .wrapper .box ul li {
  font-size: 1.7em;
  color: #2b3600;
  margin-bottom: 10px;
}
#footer .wrapper .box ul li a {
  text-decoration: none;
  transition: 0.3s;
  color: #2b3600;
  border-bottom: 1px dashed transparent;
}
#footer .wrapper .box ul li.active a,
#footer .wrapper .box ul li a:hover {
  border-bottom: 1px dashed #e3ff76;
  color: #000;
}
#footer .box.majko {
  text-align: center;
}
#footer .box.majko img {
  height: 170px;
  width: auto;
  margin-top: 40px;
}
#copyright {
  background: #bfdb4f;
}
#copyright p {
  text-align: center;
  color: #3d4c00;
  font-size: 1.5em;
  line-height: 70px;
  font-family: 'Roboto Slab', serif;
}