@font-face {
  font-family: "DosisBold";
  src: url("../fonts/Dosis/Dosis-Bold.ttf");
}

* {
  margin: 0;
  padding: 0;
}
#loadImages * {
  position: absolute;
  top: 0;
  left: -99999px;
  display: block;
  width: 1px;
  height: 1px;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
a img {
  border: none;
  display: block;
}
ul li,
ol li {
  list-style: none;
}
a {
  text-decoration: none;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
a:hover {
  text-decoration: underline;
}
fieldset {
  border: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
.fix {
  display: block;
  height: 0 !important;
  clear: both;
  border: none;
  background: none;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.displayNone {
  display: none;
}
.visibilityHidden,
.visibleNone {
  visibility: hidden;
}
.column {
  float: left;
}
.column.one {
  width: 25%;
}
.column.two {
  width: 50%;
}
.column.three {
  width: 75%;
}
.column.thirtythree {
  width: 25.33333333%;
}
.column.four {
  float: none;
  width: 1001px;
  margin: 0 auto;
}
img {
  cursor: default !important;
}
[data-href] img,
a img {
  cursor: pointer !important;
}
body {
  background-color: #0b0a0a;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 62.5%;
}
@media screen and (min-device-width: 1280px) {
  body {
    background-image: url("../img/backs/body2.jpg");
  }
  body.index {
    background-image: url("../img/backs/body.jpg");
  }
}
@media screen and (min-device-width: 860px) and (max-device-width: 1279px) {
  body {
    background-image: url("../img/backs/body12802.jpg");
  }
  body.index {
    background-image: url("../img/backs/body1280.jpg");
  }
}
@media screen and (max-device-width: 859px) {
  body {
    background-image: url("../img/backs/body8602.jpg");
  }
  body.index {
    background-image: url("../img/backs/body860.jpg");
  }
}
[data-href] {
  cursor: pointer;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../img/backs/zoom.png") repeat 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.zoom > span {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/icons/zoom.png") no-repeat center center;
}
:hover > .zoom {
  opacity: 1;
  filter: alpha(opacity=100);
}
a.video {
  display: block;
  position: relative;
}
a.video .play {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../img/icons/play.png") no-repeat center center;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
a.video::after {
  content: "";
  width: 43px;
  height: 18px;
  background: transparent url("../img/logos/youtube.png") no-repeat 0 0;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
a.video:hover .play {
  background-image: url("../img/icons/playOn.png");
}
.socials {
  font-size: 1em;
  line-height: 2.4em;
  text-align: right;
}
.socials .social {
  display: inline-block;
  height: 2.4em;
  margin: 0 0.5em 0 0;
}
.socials .social.gplus {
  position: relative;
  top: 0.4em;
}
.socials .social.twitter {
  position: relative;
  top: 0.2em;
  width: 80px;
}
.breadcrumb {
  font-size: 1.4em;
  margin-top: 0.5em;
  font-family: sans-serif;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb a:visited {
  color: #e5e2d9;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}
#logo {
  font-size: 1em;
  margin: 3.5em 0 0 3.4%;
}
#logo a {
  display: block;
  width: 503px;
  height: 111px;
  background: transparent url("../img/logos/colours.png") no-repeat 0 0;
  text-decoration: none;
}
#logo a strong {
  visibility: hidden;
}
#logo a:hover {
  text-decoration: none;
}
#description {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin: 0.6em 0 0 3.4%;
  font-size: 2.1em;
}
#description span {
  color: #ffee18;
}
header.body .column.two {
  width: 36.5%;
}
header.body .column.two.wider {
  width: 63.5%;
}
header.body .column.one {
  width: 50%;
}
header.body .title {
  font-style: italic;
  font-size: 1.3em;
  margin: 1.76em 0 0.61em 0.38em;
}
header.body .ostrava {
  margin: 2.11em 0 0 0.5em;
}
header.body img.ostrava {
  float: right;
  margin-bottom: 20px;
}
header.body #languages {
  margin: 12% 9.8901099% 0 0;
  text-align: right;
}
header.body #languages li {
  display: inline-block;
  margin: 0 7.1823204% 0 0;
}
header.body #languages li a img {
  padding: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  behavior: url("http://solocolours.cz/theme/assets/css/PIE.htc");
  -o-transition: box-shadow 0.25s linear;
  -moz-transition: box-shadow 0.25s linear;
  -webkit-transition: box-shadow 0.25s linear;
  transition: box-shadow 0.25s linear;
}
header.body #languages li.active a img,
header.body #languages li a:hover img {
  padding: 0;
  border: 2px solid #7359d1;
  -webkit-box-shadow: 0 0 20px 0 #7359d1 #000;
  -moz-box-shadow: 0 0 20px 0 #7359d1 #000;
  -ms-box-shadow: 0 0 20px 0 #7359d1 #000;
  -o-box-shadow: 0 0 20px 0 #7359d1 #000;
  box-shadow: 0 0 20px 0 #7359d1 #000;
  behavior: url("http://solocolours.cz/theme/assets/css/PIE.htc");
  -webkit-box-shadow: 0 0 20px 0 #7359d1;
  -moz-box-shadow: 0 0 20px 0 #7359d1;
  -ms-box-shadow: 0 0 20px 0 #7359d1;
  -o-box-shadow: 0 0 20px 0 #7359d1;
  box-shadow: 0 0 20px 0 #7359d1;
  behavior: url("http://solocolours.cz/theme/assets/css/PIE.htc");
}
header.body #searchform {
  float: right;
  width: 100%;
  font-size: 1.4em;
  margin-top: 1em;
  position: relative;
  border: 1px solid #100e14;
  border-right: none;
  border-bottom: none;
}
header.body .searchCont {
  float: right;
}
header.body #searchform input[type="text"] {
  font-size: 1em;
  border: none;
  width: 66.934065916%;
  height: 2.214285714em;
  padding: 0 8.241758242%;
  background: rgba(47, 41, 21, 0.5);
  color: #c5c3be;
  font-style: italic;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
header.body #searchform input[type="text"]:focus {
  outline: none;
  background: rgba(47, 41, 21, 0.9);
}
header.body #searchform button {
  font-size: 1em;
  width: 18%;
  height: 2.214285714em;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #ac9b65 url("../img/icons/search.png") no-repeat center center;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
header.body #searchform button:hover {
  background-color: #746537;
}
header.body #searchform a.search {
  display: none;
  width: 30%;
  height: 100%;
  background: #453864 url("../img/icons/search.png") no-repeat center center;
  float: right;
}
#topMenu {
  margin-top: 2.2em !important;
  background: #f6f1f7;
  position: relative;
  height: 5em;
  z-index: 10;
}
#topMenu #topMenuActive {
  background: #11b2b8;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  font-size: 1.6em;
  height: 2.875em;
  border: none;
}
#topMenu ul {
  border-top: 4px solid #7359d1;
  position: relative;
  z-index: 2;
}
#topMenu ul li {
  display: block;
  float: left;
  margin-top: -4px;
  width: 14.2%;
  position: relative;
}
#topMenu ul li a {
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  width: 100%;
  text-align: center;
  color: #0a0409;
  text-transform: uppercase;
  line-height: 2.875em;
  height: 2.875em;
  border-top-width: 4px;
  border-top-style: solid;
  -o-transition: all 0.2 linear;
  -moz-transition: all 0.2 linear;
  -webkit-transition: all 0.2 linear;
  transition: all 0.2 linear;
  text-decoration: none;
}
#topMenu.plMenu ul li {
  width: 14.285714% !important;
}
#topMenu ul li a:hover {
  text-decoration: none;
}
#topMenu ul li a.white {
  color: #fff;
}
#topMenu ul li.gold a {
  border-color: #f1d579;
}
#topMenu ul li.gold .submenu {
  background: #f1d579;
}
#topMenu ul li.brown a {
  border-color: #ac9b65;
}
#topMenu ul li.brown .submenu {
  background: #ac9b65;
}
#topMenu ul li .submenu {
  display: none;
  position: absolute;
  top: 5em;
  left: 0;
  width: 20em;
  -webkit-box-shadow: 4px 5px 5px -4px 0 #000;
  -moz-box-shadow: 4px 5px 5px -4px 0 #000;
  -ms-box-shadow: 4px 5px 5px -4px 0 #000;
  -o-box-shadow: 4px 5px 5px -4px 0 #000;
  box-shadow: 4px 5px 5px -4px 0 #000;
  behavior: url("http://solocolours.cz/theme/assets/css/PIE.htc");
  -webkit-box-shadow: 4px 5px 5px -4px #000;
  -moz-box-shadow: 4px 5px 5px -4px #000;
  -ms-box-shadow: 4px 5px 5px -4px #000;
  -o-box-shadow: 4px 5px 5px -4px #000;
  box-shadow: 4px 5px 5px -4px #000;
  behavior: url("http://solocolours.cz/theme/assets/css/PIE.htc");
}
#topMenu ul li .submenu ul {
  border-top: none;
  -webkit-box-shadow: inset 0 4px 5px -5px #000;
  -moz-box-shadow: inset 0 4px 5px -5px #000;
  -ms-box-shadow: inset 0 4px 5px -5px #000;
  -o-box-shadow: inset 0 4px 5px -5px #000;
  box-shadow: inset 0 4px 5px -5px #000;
}
#topMenu ul li .submenu ul li {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
}
#topMenu ul li .submenu ul li a {
  border: none;
  font-size: 1.2em;
  color: #fff;
  text-align: left;
  width: auto;
  padding-left: 2.083333333em;
  line-height: 3.2em;
  height: 3.2em;
}
#topMenu ul li .submenu ul li a:hover {
  background: rgba(0, 0, 0, 0.4);
}
#topMenu.effectOff ul li a:hover,
#topMenu.effectOff ul li.active a {
  color: #fff;
}
#topMenu.effectOff ul li.gold a:hover,
#topMenu.effectOff ul li.active.gold a {
  background: #f1d579;
}
#topMenu.effectOff ul li.brown a:hover,
#topMenu.effectOff ul li.active.brown a {
  background: #ac9b65;
}
#slideshowCont {
  background: #292826;
  height: 34.65em;
  overflow: hidden;
  margin: 0;
}

#slideshowCont #slideshow {
  width: 100%;
  float: left;
  position: relative;
}
#slideshowCont #slideshow #next {
  width: 65px;
  height: 65px;
  background: rgba(27, 23, 16, 0.9) url("../img/icons/next.png");
  position: absolute;
  right: 0;
  top: 14em;
  z-index: 9999999;
  cursor: pointer;
}
#slideshowCont #slideshow #next:hover {
  background: rgba(172, 155, 101, 1) url("../img/icons/next.png");
}
#slideshowCont #slideshow .slides {
  width: 100%;
  height: 34.65em;
  overflow: hidden;
}
#slideshowCont #slideshow .slides figure {
  width: 100%;
  height: 100%;
  position: relative;
}
#slideshowCont #slideshow .slides figure img {
  min-width: 1002px;
  min-height: 347px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -501px;
}
#slideshowCont #slideshow .slides figure figcaption {
  position: absolute;
  bottom: 47px;
  left: 0;
  font-size: 1.8em;
  height: 160px;
  line-height: 4.277777778em;
  width: 450px;
  background: transparent;
}
#slideshowCont #slideshow .slides figure figcaption strong {
  font-size: 23px;
  padding-left: 40px;
  float: left;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(172, 155, 101, 0.8);
  width: 90%;
  height: 65px;
  line-height: 65px;
}
#slideshowCont #slideshow .slides figure figcaption small {
  padding-left: 40px;
  font-family: sans-serif;
  float: left;
  font-weight: normal;
  font-size: 0.8em;
  height: 95px;
  width: 340px;
  background: rgba(27, 23, 16, 0.9);
  line-height: 65px;
}
#slideshowCont #slideshow .nav {
  position: absolute;
  left: 40px;
  bottom: 70px;
  z-index: 99;
}
#slideshowCont #slideshow .nav li {
  display: inline-block;
  font-size: 1.6em;
  padding: 0 0.6em 0 0;
  position: relative;
}
#slideshowCont #slideshow .nav li a {
  color: #fff;
}
#slideshowCont #slideshow .nav li.activeSlide a,
#slideshowCont #slideshow .nav li a:hover {
  color: #f0d477;
  text-decoration: none;
}
#slideshowCont #slideshow .nav li::before {
  position: absolute;
  left: -0.4em;
  top: -0.25em;
  content: "/";
  font-size: 1.4em;
}
#slideshowCont #slideshow .nav li:first-child::before {
  display: none;
}
#indexBoxes .one.column {
  width: 24.8751249%;
  height: 24.3em;
  overflow: hidden;
  position: relative;
  margin-left: 1px;
  margin-bottom: 1px;
}
#indexBoxes .one.column.last {
  margin-right: 0;
}
#indexBoxes .one.column img {
  min-width: 250px;
  min-height: 182px;
  margin-left: -125px;
  position: absolute;
  left: 50%;
}
#indexBoxes .one.column hgroup {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  height: 26%;
  width: 100%;
  background: #11b2b8;
  text-align: center;
}
#indexBoxes {
  width: 100%;
  min-height: 550px;
  background: #292826;
  padding-top: 1.7em;
}
#indexBoxes .thirtythree {
  height: 450px;
  padding-left: 4%;
  padding-right: 4%;
}
#indexBoxes .banners {
  padding: 0;
  width: 33.333333%;
  margin-top: 30px;
}
#indexBoxes .banners a {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  color: #fff;
  height: 95px;
  width: 84%;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
#indexBoxes .banners a .inner {
  display: block;
  padding: 1.9em 0 0;
  height: 3.2em;
}
#indexBoxes .banners a:hover {
  text-decoration: none;
}
#indexBoxes .banners a.gong {
  background: #972637 url("../img/backs/gongBanner.png") no-repeat right;
}
#indexBoxes .banners a.gong:hover {
  background: #972637 url("../img/backs/gongBannerH.png") no-repeat right;
}
#indexBoxes .banners a.serie {
  background: #de401a url("../img/backs/serieBanner.png") no-repeat right;
}
#indexBoxes .banners a.serie:hover {
  background: #de401a url("../img/backs/serieBannerH.png") no-repeat right;
}
#indexBoxes .banners a.tickets {
  background: #c29528 url("../img/backs/ticketsBanner.png") no-repeat right;
}
#indexBoxes .banners a.tickets:hover {
  background: #c29528 url("../img/backs/ticketsBannerH.png") no-repeat right;
}
#indexBoxes .banners a.partners {
  background: #625232 url("../img/backs/partnerBanner.png") no-repeat right;
}
#indexBoxes .banners a.partners:hover {
  background: #625232 url("../img/backs/partnerBannerH.png") no-repeat right;
}
#indexBoxes h2 {
  font-family: "DosisBold";
  text-transform: uppercase;
  font-size: 21px;
  margin-top: 15px;
}
#indexBoxes .underLine {
  width: 100%;
  height: 2px;
  background: #565451;
  margin-top: 15px;
}
#indexBoxes .underLine .line {
  height: 2px;
  background: #f4da81;
}
#indexBoxes .underLine .news {
  width: 80px;
}
#indexBoxes .underLine .concerts {
  width: 190px;
}
#indexBoxes .news aside {
  height: 390px;
}
#indexBoxes .news aside h2,
#indexBoxes .close aside h2 {
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  text-decoration: underline;
  color: #d95024;
  text-transform: none;
  margin: 0;
}
#indexBoxes .news aside h2:hover,
#indexBoxes .close aside h2:hover {
  text-decoration: none;
}
#indexBoxes .news aside li,
#indexBoxes .close aside li {
  border-bottom: 1px solid #463f3a;
  padding: 15px 0;
}
#indexBoxes .close aside li.last {
  border-bottom: none;
}
#indexBoxes .news aside p,
#indexBoxes .close aside p {
  font-size: 13px;
  font-family: Arial;
  padding: 10px 0 10px 70px;
  max-height: 60px;
}
#indexBoxes .news aside .date,
#indexBoxes .close aside .date {
  padding: 0;
  float: left;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  line-height: 25px;
  background: #b88711;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  margin-top: 10px;
}
#indexBoxes .close aside .date {
  background: #e65324;
  float: left;
}
#indexBoxes .close aside p {
  width: 100%;
  padding: 0px;
  margin-top: 15px;
  float: left;
}
#indexBoxes .close aside p.date {
  margin-top: 10px;
}
#indexBoxes .close aside figure {
  width: 193px;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-top: 10px;
  display: block;
  position: relative;
}
#indexBoxes .close aside figure img {
  min-height: 71px;
  min-width: 214px;
  display: block;
  position: relative;
}
#indexBoxes .close aside figure .zooom {
  position: absolute;
  top: 0;
  left: 0;
  width: 214px;
  height: 71px;
  background-color: #000 !important;
  background-image: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  z-index: 9999;
  -o-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
#indexBoxes .close li:hover figure .zooom {
  opacity: 0.3 !important;
  filter: alpha(opacity=100);
}
#indexBoxes .close .place {
}
#indexBoxes .news aside .showAll {
  float: left;
  width: 100%;
  height: 25px;
  text-transform: uppercase;
  color: #f4da81;
  font-size: 1.5em;
  font-family: "DosisBold";
  background: transparent url("../img/icons/arrows.png") no-repeat top right;
  display: boxed;
  position: relative;
  bottom: -20px;
  left: 0;
  line-height: 25px;
}
#indexBoxes .news aside .showAll:hover {
  background: transparent url("../img/icons/arrowsH.png") no-repeat top right;
  text-decoration: none;
}
section.page > header.pageHeader {
  background: #242423;
  padding: 2.4em 3.5% 2.4em 4.5%;
}
.artistContent header.pageHeader {
  background: #242423;
  padding: 2.4em 2.5% 1.4em 0;
}
section.page > header.pageHeader h1,
section.page > header.pageHeader h2 {
  text-transform: uppercase;
  font-size: 2.8em;
  font-weight: 800;
  color: #f1d579;
  float: left;
}
section.page > header.pageHeader h1 strong {
  font-weight: 800;
  color: #f1d579;
}
section.page > header.pageHeader .socials {
  float: right;
}
section.page > header.pageHeader .types {
  margin: 1.5em 0 -0.5em;
}
section.page > header.pageHeader .types li {
  display: inline;
  font-size: 1.4em;
  padding: 0 0.18em;
}
section.page > header.pageHeader .types li a {
  color: #11b2b8;
}
section.page > header.pageHeader .types li a.active,
section.page > header.pageHeader .types li a:hover {
  text-decoration: underline;
}
#textPage article {
  font-size: 1.4em;
  line-height: 1.6em;
  padding: 1.77em 6.393606394% 3em 4.495504496%;
  background: #292826;
  font-family: sans-serif;
  color: #e5e2d9;
  overflow: hidden;
}
#textPage.partneri article {
  background: #fff;
}
#textPage.partneri article p {
  height: 132px;
  width: 33.33333%;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
}
#textPage.partneri article p.ostrava {
}
#textPage.partneri article p.orion img {
  top: 0%;
}
#textPage.partneri article p.polar img {
  top: 10%;
}
#textPage article .thumb {
  float: left;
  margin-right: 5%;
  margin-bottom: 1em;
  max-width: 50%;
}
#textPage article .gallery {
  margin: 0 -1.5%;
}
#textPage article .gallery figure {
  position: relative;
  float: left;
  width: 30.3%;
  margin: 0.7em 1.5% 0.7em;
}
#textPage article h2,
#textPage article h3,
#textPage article h4 {
  color: #f1d579;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8em;
  margin: 0.2em 0 0.7em;
}
#textPage article h3 {
  font-size: 1.5em;
}
#textPage article h4 {
  font-size: 1.4em;
}
#textPage article p {
  margin-bottom: 1.6em;
}
#textPage article a {
  color: #e65324;
  text-decoration: underline;
}
#textPage article a:hover {
  text-decoration: none;
}
#textPage article hr {
  clear: both;
  margin: 0 -7.5% 1.428571429em -5%;
  background: none;
  border: none;
  border-bottom: 1px solid #ac9b65;
}
#textPage article ul {
  margin: 0 0 1.6em 0.857142857em;
}
#textPage article ul li {
  padding: 0.3em 0 0.3em 1.714285714em;
  background: transparent url("../img/icons/li.png") no-repeat left 0.8em;
}
#textPage article table {
  width: 101.5%;
  margin-left: -1.5%;
  border-collapse: collapse;
}
#textPage article table td {
  padding: 0.4em 0 0.2em 13px;
}
#textPage article table .odd td {
  background: #4f4170;
}
#textPage article table thead td {
  font-weight: bold;
  background: #716292;
}
#textPage.news .breadcrumb {
  float: left;
}
#textPage.news .newsInfo {
  margin: 0.5em 0 0;
  font-size: 1.4em;
  float: right;
}
#textPage.news .thumb {
  max-width: 50%;
}
#textPage.history article {
  padding: 0;
}
#textPage.history article > .cols {
  background-image: url("../img/backs/interest.gif");
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 35.664335664% auto;
}
#textPage.history article > .cols > .text {
  float: left;
  width: 56.343656344%;
  padding: 2.5em 3% 2.5em 3.996003996%;
}
#textPage.history article > .cols > .interest {
  background: #312441;
  float: right;
  width: 28.671328671%;
  height: 100%;
  padding: 2.5em 2.997002997% 2.5em 3.996003996%;
}
#textPage.history article .gallery {
  padding-left: 4.395604396%;
  margin: 0 0 4.2em;
}
#textPage.history article .gallery figure {
  width: 14.629049112%;
  margin: 0.5em 1.358411703% 0.5em 0;
}
#artist {
  background: #292826;
}
#artist aside {
  width: 33.366633367%;
  float: left;
}
#artist .artistContent {
  width: 66.633366633%;
  float: right;
  padding-top: 0;
}
#artist .artistContent.fullSize {
  width: 100%;
}
#artist > aside {
  height: 36.7em;
}
#artist > aside.empty {
  display: none;
}
#artist > aside > figure {
  width: 100%;
  height: 24.5em;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#artist > aside > figure img {
  max-width: none;
  width: 334px;
  height: 245px;
  margin: -122.5px 0 0 -167px;
  position: absolute;
  top: 50%;
  left: 50%;
}
#artist > aside > figure.empty img {
  margin-top: 7.15em;
  width: auto;
  height: auto;
  margin: 7.15em auto 0;
  position: static;
}
#artist > aside .gallery figure {
  width: 50%;
  height: 12.2em;
  float: left;
  overflow: hidden;
  position: relative;
}
#artist > aside .gallery figure.second,
#artist > aside .gallery figure.third {
  visibility: hidden;
}
#artist > aside .gallery figure img {
  max-width: none;
  width: 167px;
  height: 122px;
  margin: -61px 0 0 -83.5px;
  position: absolute;
  top: 50%;
  left: 50%;
}
#artist > article {
  height: 34.45em;
  padding-top: 2.25em;
}
#artist > article h1 {
  color: #fde596;
  font-weight: 800;
  font-size: 2.5em;
  text-transform: uppercase;
  width: 89.505247376%;
  margin: 0 auto 0.3em auto;
}
#artist > article a {
  color: #e65324;
  text-decoration: underline;
}
#artist > article a:hover {
  text-decoration: none;
}
#artist > article .socials {
  text-align: left;
  width: 89.505247376%;
  margin: 1.5em auto 1.5em auto;
}
#artist > article .details {
  color: #ddd9e5;
  font-weight: 700;
  font-size: 1.3em;
  width: 89.505247376%;
  margin: 0 auto;
}
#artist > article .details li {
  display: inline-block;
  padding: 0 1em;
  margin: 0.4em 0;
  line-height: 1em;
  border-left: 1px solid #8f85a3;
}
#artist > article .details li:first-child {
  border-left: none;
  padding-left: 0;
}
#artist > article .details li.play.blue {
  color: #11b2b8;
}
#artist > article .details li.play.green {
  color: #56d100;
}
#artist > article .details li.play.yellow {
  color: #ffc70c;
}
#artist > article .details li.play.orange {
  color: #e65324;
}
#artist > article .details li.play.red {
  color: #dc143c;
}
#artist > article .details li.play.pink {
  color: #ef93b3;
}
#artist > article .details li.play.violet {
  color: #7359d1;
}
#artist > article .details li.play a {
  color: inherit;
}
#artist > article hr {
  border: none;
}
#artist > article #scrollPane {
  width: 89.505247376%;
  height: 12em;
  margin: 1.2em auto 0;
  font-size: 1.3em;
  line-height: 1.5em;
  overflow: hidden;
  outline: none !important;
  font-family: sans-serif;
}
#artist > article #scrollPane.small {
  height: 11.5em;
}
#artist > article #scrollPane .inner {
  padding: 5px 5.199306759% 0 0;
}
#artist > article #scrollPane .inner p {
  margin-bottom: 1.6em;
}
#artist > article #scrollPane .jspVerticalBar {
  width: 25px;
}
#artist > article #scrollPane .jspVerticalBar .jspTrack {
  background: #242423;
  border-top: 1px solid #242423;
  border-left: 1px solid #242423;
}
#artist > article #scrollPane .jspVerticalBar .jspDrag {
  margin: 0 2px 0 1px;
  background: transparent;
}
#artist > article #scrollPane .jspVerticalBar .jspDrag .jspDragTop {
  background: #292826 url("../img/icons/dragg.png") no-repeat center center;
  margin: 10% 0 5%;
  height: 85%;
  -webkit-box-shadow: 2px 2px 0 -1px #292826 #000;
  -moz-box-shadow: 2px 2px 0 -1px #292826 #000;
  -ms-box-shadow: 2px 2px 0 -1px #292826 #000;
  -o-box-shadow: 2px 2px 0 -1px #292826 #000;
  box-shadow: 2px 2px 0 -1px #292826 #000;
  behavior: url("http://solocolours.cz/theme/assets/css/PIE.htc");
  -webkit-box-shadow: 2px 2px 0 -1px #292826;
  -moz-box-shadow: 2px 2px 0 -1px #292826;
  -ms-box-shadow: 2px 2px 0 -1px #292826;
  -o-box-shadow: 2px 2px 0 -1px #292826;
  box-shadow: 2px 2px 0 -1px #292826;
  behavior: url("http://solocolours.cz/theme/assets/css/PIE.htc");
}
#artist > article .fullText {
  font-size: 1.4em;
  padding: 1em 0 0;
  width: 89.505247376%;
  margin: 0 auto;
  text-align: right;
}
#artist > article .fullText a {
  color: #e65324;
  text-decoration: underline;
}
#artist > article .fullText a:hover {
  text-decoration: none;
}
#artist > footer {
  background: #242423;
  clear: both;
}
#artist > footer > aside {
  background: #242423;
  height: 13.1em;
  padding-top: 2em;
}
#artist > footer > aside a {
  color: #e65324;
  text-decoration: underline;
  font-style: italic;
  font-size: 1.4em;
  display: block;
  float: left;
  width: 24.550898204%;
  height: 3.1em;
  line-height: 3.1em;
  margin: 1.2em 0 0 8.083832335%;
  padding: 0 0 0 16.467065868%;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto auto;
}
#artist > footer > aside a:hover {
  text-decoration: none;
}
#artist > footer > aside a.yt {
  background-image: url("../img/icons/youtube.gif");
}
#artist > footer > aside a.tw {
  background-image: url("../img/icons/twitter.gif");
}
#artist > footer > aside a.fb {
  background-image: url("../img/icons/facebook.gif");
}
#artist > footer > aside a.lf {
  background-image: url("../img/icons/lastfm.gif");
}
#artist > footer .artistContent {
  text-align: center;
  height: 13.1em;
}
#artist > footer .artistContent.fullSize {
  padding-bottom: 2em;
}
#artist > footer .artistContent .video {
  display: inline-block;
  width: 26.986506747%;
  margin: 3em 2.248875562% 0;
  text-align: center;
}
#artist > footer .artistContent .video img {
  height: 101px;
  width: 100%;
}
#fullText {
  font-size: 1.4em;
  line-height: 1.6em;
  max-width: 600px;
}
#fullText p {
  margin-bottom: 1.6em;
}
.artistsLoop h2 {
  margin: 1em 0 1em 2.697302697%;
  font-size: 2.5em;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.artistsLoop h2 strong {
  color: #ffee18;
  font-weight: 800;
}
#carousel {
  width: 100%;
  height: 19.6em;
  overflow: hidden;
}
#carousel .post {
  width: 199px;
  margin-right: 1px;
  float: left;
}
#carousel .post:hover .zoom {
  opacity: 1;
  filter: alpha(opacity=100);
}
#carousel .post figure {
  width: 100%;
  height: 14.7em;
  position: relative;
  background: #4c3e6b;
  text-align: center;
  overflow: hidden;
}
#carousel .post figure.empty {
  height: 12.7em;
  padding-top: 2em;
}
#carousel .post h3 {
  font-size: 1.4em;
  height: 3.5em;
  line-height: 3.5em;
  color: #fff;
  text-align: center;
  background: #7359d1;
}
#carousel .post h3 a {
  margin-top: 0.4em;
  display: inline-block;
  line-height: 1em;
}
#carousel .post h3.blue {
  background: #11b2b8;
}
#carousel .post h3.green {
  background: #56d100;
}
#carousel .post h3.yellow {
  background: #ffc70c;
}
#carousel .post h3.orange {
  background: #e65324;
}
#carousel .post h3.red {
  background: #dc143c;
}
#carousel .post h3.pink {
  background: #ef93b3;
}
#carousel .post h3.violet {
  background: #7359d1;
}
#carousel .post h3 a {
  color: #fff;
}
#carousel .post h3 a:hover {
  text-decoration: none;
}
#list > header {
  background: #242423;
}
#list > header h1 {
  color: #f1d579;
}
section.page > blockquote {
  border: 1px solid #34294e;
  border-left-color: #3d3253;
  border-right-color: #3d3253;
  background: #ac9b65 url("../img/icons/exclamation.png") no-repeat 5.794205794%
    center;
  font-size: 1.6em;
  line-height: 1.6em;
  padding: 1.9em 5.994005994% 1.8em 10.989010989%;
}
section.page > blockquote.ctv {
  background: #60527f
    url("http://solocolours.cz/theme/assets/img/icons/ceska_televize.png")
    no-repeat 5.794205794% center;
  padding: 1.9em 5.994005994% 1.8em 40.989010989%;
  font-weight: bold;
}
article.uploadVideo {
  height: 300px;
  border-top: 1px solid #2f273c;
  background: #3c3253
    url("http://solocolours.cz/theme/assets/img/backs/uploadVideo.png") !important;
  background-size: 100% 100%;
}
article.uploadVideo input[type="text"] {
  background: #28203a;
  line-height: 20px;
  height: 20px;
  padding: 5px;
  color: #cccccc;
  border: none;
  border-top: 1px solid black;
  border-left: 1px solid black;
  margin-right: 10px;
  margin-bottom: 5px;
}
article.uploadVideo input[type="text"]:hover {
  -o-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
  background: #2c2144;
}
article.uploadVideo input[type="text"]:active {
  background: #2c2144;
}
article.uploadVideo input[type="checkbox"] {
  background: #28203a;
  color: #cccccc;
  border: none;
  border-top: 1px solid black;
  border-left: 1px solid black;
  margin-top: 10px;
  margin-bottom: 10px;
}
article.uploadVideo input[type="submit"] {
  height: 60px;
  padding: 20px 20px 20px 70px;
  color: #fff;
  background: #e65324
    url("http://solocolours.cz/theme/assets/img/icons/video.png") no-repeat left;
  border: none;
  float: left;
}
article.uploadVideo input[type="submit"]:hover {
  background-color: #cd491f;
  -o-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
article.uploadVideo label {
  color: #cccccc;
  margin-left: 10px;
}
article.uploadVideo label.error {
  display: none !important;
}
article.uploadVideo .errors {
  height: 50px;
  width: 300px;
  color: #e65324;
  background: transparent;
  line-height: 55px;
  float: left;
  margin-left: 10px;
}
article.uploadVideo .succes {
  height: 50px;
  width: 300px;
  color: #56d100;
  background: transparent;
  line-height: 55px;
  float: left;
  margin-left: 10px;
}
section.page > .links {
  background: #242423;
  border: 1px solid #242423;
  margin-top: -1px;
  line-height: 2.8em;
  padding: 0.8em 0;
  text-align: center;
}
section.page > .links a {
  display: inline-block;
  margin: 0 1em;
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: underline;
  color: #ff4b11;
}
section.page > .links a:hover {
  text-decoration: none;
}
section.page .posts .post {
  width: 19.88011988%;
  margin-right: 1px;
  margin-bottom: 1px;
  background: #292826;
}
section.page .posts .post.fifth {
  width: 20.07992008%;
  margin-right: 0;
}
section.page .posts .post.odd header {
  background: #f1d579;
}
section.page .posts .post.even header {
  background: #ac9b65;
}
section.page .posts .post figure {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 146px;
  max-height: 146px;
  overflow: hidden;
  text-align: center;
}
section.page .posts .post figure img {
  display: block;
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
section.page .posts .post figure img.default {
  width: auto;
  height: auto;
  min-width: inherit;
  padding-top: 2.5em;
}
section.page .posts .post figure .zoom .facebook {
  padding-top: 2.4em;
}
section.page .posts .post header {
  padding-top: 0.1em;
  line-height: 4.9em;
  height: 4.9em;
  overflow: hidden;
  font-family: sans-serif;
  color: #fff;
  background: #11b2b8;
  text-align: center;
}
section.page .posts .post header.gold {
  background: #f1d579;
}
section.page .posts .post header.brown {
  background: #ac9b65;
}
section.page .posts .post header a {
  color: #fff;
}
section.page .posts .post header h2 {
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
  font-family: "Dosis", sans-serif;
}
section.page .posts .post header h2 a:hover {
  text-decoration: none;
}
section.page .posts .post article {
  min-height: 13.9em;
  line-height: 13.9em;
  height: 13.9em;
  overflow: hidden;
  -o-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
section.page .posts .post article > .text {
  width: 90%;
  text-align: center;
  padding: 5%;
  font-size: 1.2em;
  display: inline-block;
  line-height: 1.6em;
  font-family: sans-serif;
}
section.page .posts .post:hover article {
  background: #312441;
}
section.page .posts .post:hover .zoom {
  opacity: 1;
  filter: alpha(opacity=100);
}
section.page > h2 {
  font-size: 2.5em;
  padding: 1em 3.5% 0.9em 4.5%;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  background: #312441;
  color: #ffee18;
  text-transform: uppercase;
}
section.page .post.empty {
  height: 33.5em;
  text-align: center;
}
section.page .post.empty img {
  padding-top: 50%;
}
section.page .smallPosts .post {
  float: left;
  width: 19.88011988%;
  margin-right: 1px;
  margin-bottom: 1px;
  text-align: center;
  font-size: 1.5em;
}
section.page .smallPosts .post.fifth {
  width: 20.07992008%;
  margin-right: 0;
}
section.page .smallPosts .post a {
  display: block;
  background: #4c3e6b;
  color: #fff;
  height: 2.933333333em;
  line-height: 2.933333333em;
}
section.page .smallPosts .post a:hover {
  text-decoration: none;
  background: #736395;
}
section.page.practical .posts .post {
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
section.page.practical .posts .post figure {
  line-height: 190px;
  text-align: center;
}
section.page.practical .posts .post figure img {
  display: inline;
  max-width: none;
  width: auto;
  height: auto;
  min-width: inherit;
  display: inline;
}
section.page.practical .posts .post figure .zoom {
  line-height: normal;
}
section.page.practical .posts .post header {
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
section.page.practical .posts .post:hover,
section.page.practical .posts .post:hover header {
  background: #292826;
}
section.page.news .posts .post figure img {
  display: block;
  width: 100%;
}
section.page.history .posts .post figure {
  font-size: 3em;
  font-weight: 800;
  line-height: 160px;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
section.page.history .posts .post:hover figure {
  color: #ffee18;
}
section.page.search .post header h2 small {
  font-weight: normal;
  display: block;
}
section.page .post.fullSize {
  width: 100%;
}
section.page #disqus {
  background: #f1d579;
  padding: 2em;
}
section.page #disqus #disqus_thread {
  width: 98%;
  margin: 0 auto;
}
section.forum section.page > blockquote {
  background-image: url("../img/icons/forum.png");
  background-position: 4.495504496% center;
  border: none;
  margin-bottom: 1px;
}
section.forum section.page > blockquote.icon {
  background-image: none;
  padding: 2.25em 3.796203796% 1.75em 14.185814186%;
}
section.forum section.page > blockquote.icon img {
  float: left;
  margin-right: 1.5625em;
}
section.forum section.page > blockquote.icon h2 {
  float: left;
  color: #f1d579;
  text-transform: uppercase;
}
section.forum section.page > blockquote.icon a {
  display: block;
  float: right;
  color: #fff;
  font-family: sans-serif;
  padding: 0.4em 1.428571429em;
  font-size: 0.8em;
  font-weight: 700;
  background: #e65324;
}
section.forum section.page > blockquote.icon a:hover {
  background: #e6714b;
  text-decoration: none;
}
section.forum section.page .smallPosts .post {
  width: 33.23343323%;
  font-size: 1.5em;
  font-family: sans-serif;
}
section.forum section.page .smallPosts .post a {
  display: block;
  height: 3.7em;
  line-height: 1.4em;
  padding: 1.3em 0 0;
}
section.forum section.page .smallPosts .post a span {
  display: block;
  font-weight: normal;
  color: #a7a1b3;
  font-size: 0.9em;
}
#contactForm {
  width: 55.493273543%;
  float: left;
  margin: 1em 6.726457399% 2em 0;
  position: relative;
}
#contactForm textarea,
#contactForm .txtInput {
  width: 36.96969697%;
  height: 2.357142857em;
  padding: 0 2.828282828%;
  border: 1px solid #0a080f;
  border-right: none;
  border-bottom: none;
  background: #ac9b65;
  color: #e5e2d9;
  margin: 0 0 1.357142857em;
  font-family: sans-serif;
  -o-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
#contactForm textarea:focus,
#contactForm .txtInput:focus {
  background: #8b7d50;
  outline: none;
}
#contactForm textarea {
  width: 94%;
  min-width: 94%;
  max-width: 94%;
  height: 6, 214285714em;
  min-height: 6.214285714em;
  padding-top: 1em;
  padding-bottom: 1em;
}
#contactForm .select {
  width: 42.828282828%;
  height: 2.357142857em;
  float: right;
  position: relative;
}
#contactForm .select p {
  cursor: pointer;
}
#contactForm .select p span {
  display: block;
  float: left;
  background-color: #ac9b65;
  line-height: 2.357142857em;
}
#contactForm .select p .text {
  border: 1px solid #0a080f;
  border-right: none;
  border-bottom: none;
  width: 64.5%;
  padding: 0 10%;
}
#contactForm .select p .arrow {
  border-top: 1px solid #0a080f;
  width: 15%;
  float: right;
  background-image: url("../img/icons/selectArr.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#contactForm .select .options {
  display: none;
  position: absolute;
  top: 2.357142857em;
  left: 0;
  background: #ac9b65;
  width: 100%;
  padding: 3px 0;
  -webkit-box-shadow: 0 0 10px -2px 0 #000;
  -moz-box-shadow: 0 0 10px -2px 0 #000;
  -ms-box-shadow: 0 0 10px -2px 0 #000;
  -o-box-shadow: 0 0 10px -2px 0 #000;
  box-shadow: 0 0 10px -2px 0 #000;
  behavior: url("http://solocolours.cz/theme/assets/css/PIE.htc");
  -webkit-box-shadow: 0 0 10px -2px #000;
  -moz-box-shadow: 0 0 10px -2px #000;
  -ms-box-shadow: 0 0 10px -2px #000;
  -o-box-shadow: 0 0 10px -2px #000;
  box-shadow: 0 0 10px -2px #000;
  behavior: url("http://solocolours.cz/theme/assets/css/PIE.htc");
}
#contactForm .select .options p {
  margin: 0;
  line-height: 1.928571429em;
  padding: 0 6.132075472%;
}
#contactForm .select .options p:hover,
#contactForm .select .options p.active {
  background: #8b7d50;
}
#contactForm .select .options p.active {
  color: #e5e2d9;
}
#contactForm .select .options:hover p.active {
  background: none;
}
#contactForm .select .options:hover p.active:hover {
  background: #8b7d50;
}
#contactForm .sbmInput {
  background: #8b7d50;
  border: none;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  width: 20.202020202%;
  height: 2.2666666666667em;
}
#contactForm .sbmInput {
  background: #ac9b65;
}
#contactForm .msg {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1em;
  padding: 0.4em 0.8em;
  margin: 0;
  color: #fff;
}
#contactForm .msg.error {
  border: 2px solid #242423;
  background: #b88711;
}
#contactForm .msg.done {
  border: 2px solid #242423;
  background: #b88711;
}
footer.body {
  font-family: sans-serif;
}
footer.body article {
  color: #716d75;
  padding: 5.5% 0 0;
  min-height: 6.7em;
  background: transparent url("../img/logos/colours-transparent.png") no-repeat
    2.2em center;
  background-size: 90.133333333% auto;
}
footer.body article p {
  padding: 0 6.4em 0 1.2em;
  margin: 0 0 1.6em;
  line-height: 1.5em;
  font-size: 1.1em;
}
footer.body article strong {
  color: #b8b4bb;
}
footer.body aside {
  background: transparent;
  padding: 5% 0 4.545454545%;
  min-height: 11.4em;
}
footer.body aside ul {
  float: left;
  margin: 0 0 0 2.6em;
}
footer.body aside ul li a {
  color: #aaa7b5;
  text-decoration: underline;
  font-style: italic;
  font-size: 1.3em;
  line-height: 2em;
  padding: 0 0 0 1em;
  background: transparent url("../img/icons/liArr.png") no-repeat left center;
}
footer.body aside ul li a:hover {
  text-decoration: none;
}
footer.body aside .socials {
  width: 100%;
  margin: 3em 0 0;
  text-align: center;
}
footer.body aside .socials a {
  display: inline-block;
  line-height: 2.6em;
  height: 2.6em;
  width: 11.6%;
  padding: 0 3%;
  background: none;
  text-decoration: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
footer.body aside .socials a.facebook {
  background-image: url("../img/icons/fb.png");
}
footer.body aside .socials a.facebook:hover {
  background-image: url("../img/icons/fbOn.png");
}
footer.body aside .socials a.youtube {
  background-image: url("../img/icons/yt.png");
}
footer.body aside .socials a.youtube:hover {
  background-image: url("../img/icons/ytOn.png");
}
footer.body aside .socials a.twitter {
  background-image: url("../img/icons/tw.png");
}
footer.body aside .socials a.twitter:hover {
  background-image: url("../img/icons/twOn.png");
}
footer.body aside .socials a.googleplus {
  background-image: url("../img/icons/gp.png");
}
footer.body aside .socials a.googleplus:hover {
  background-image: url("../img/icons/gpOn.png");
}
footer.body aside .socials a.lastfm {
  background-image: url("../img/icons/lf.png");
}
footer.body aside .socials a.lastfm:hover {
  background-image: url("../img/icons/lfOn.png");
}
footer.body aside #newsletter {
  margin: 1.8em 0.7em 0 2.7em;
  position: relative;
}
footer.body aside #newsletter .msg {
  position: absolute;
  bottom: -4em;
  left: -10%;
  font-size: 1.4em;
  padding: 0.4em 0.8em;
}
footer.body aside #newsletter .msg.error {
  border: 2px solid #620000;
  background: #dd1017;
}
footer.body aside #newsletter .msg.done {
  border: 2px solid #1b4100;
  background: #57d100;
}
footer.body aside #newsletter fieldset {
  padding: 0.8em 0 0;
}
footer.body aside #newsletter fieldset legend {
  font-weight: bold;
  font-size: 1.4em;
}
footer.body aside #newsletter fieldset input {
  border: none;
  font-style: italic;
  color: #aaa2b9;
  width: 71.759259259%;
  padding: 0 6.481481481%;
  height: 2.2em;
  background: rgba(55, 47, 70, 0.5);
  float: left;
  -o-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
footer.body aside #newsletter fieldset input:focus {
  background: rgba(55, 47, 70, 0.9);
  outline: none;
}
footer.body aside #newsletter fieldset input.loading {
  background-image: url("../img/icons/loader.gif");
  background-position: 90% center;
  background-repeat: no-repeat;
}
footer.body aside #newsletter fieldset button {
  width: 14.814814815%;
  height: 2.2em;
  border: none;
  background: #453864;
  color: #fff;
  font-weight: bold;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
footer.body aside #newsletter fieldset button:hover {
  background: #7359d1;
}
footer.body #subfooter {
  border-top: 1px solid #36333a;
  padding: 2em 0 8em;
  color: #dbd9df;
}
footer.body #subfooter a {
  color: #e65324;
  text-decoration: underline;
}
footer.body #subfooter a:hover {
  text-decoration: none;
}
footer.body #subfooter p {
  font-size: 1.3em;
  line-height: 1.5em;
}
footer.body #subfooter .three p {
  padding-left: 0.57em;
}
footer.body #subfooter .one {
  text-align: right;
}
footer.body #subfooter .one a.lkh {
  display: inline-block;
  width: 80px;
  height: 32px;
  margin-left: 2%;
  background: transparent url("../img/likeit.png") no-repeat 0 0;
  text-decoration: none;
  bottom: 8px;
  position: relative;
}
footer.body #subfooter .one a.lkh:hover {
  background-image: url("../img/likeit2.png");
  text-decoration: none;
}
footer.body #subfooter .one img {
  display: inline;
  max-width: 110px;
  margin: -1em 0 -0.1em 2%;
}
#program {
  width: 400px;
  text-align: center;
  font-size: 1.5em;
}
#program p {
  margin: 1em 0;
}
#program a {
  color: #ff4b11;
  text-decoration: underline;
}
#program a:hover {
  text-decoration: none;
}
#program-list th {
  height: 50px;
  width: 20%;
  text-align: center;
}
.program .blue {
  background-color: #11b3b8;
}
.program .green {
  background-color: #5ea32e;
}

.fixedBox {
  display: none;
  width: 292px;
  position: fixed;
  top: 120px;
  right: -260px;
  z-index: 110;
}
.fixedBox > a {
  display: block;
  width: 37px;
  height: 116px;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #a0b6de #a0b6de #0c1124 #566ba2;
  background: #273b79 url("../img/icons/fbBox.jpg") no-repeat left center;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -o-border-top-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -o-border-bottom-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -ms-border-top-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -ms-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  behavior: url("http://solocolours.cz/theme/assets/css/PIE.htc");
}
.fixedBox > a:hover {
  text-decoration: none;
  left: -5px;
}
.fixedBox.open > a:hover {
  left: 0;
}
.fixedBox .content {
  width: 250px;
  padding: 5px 0 5px 5px;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #a0b6de;
  background: #537bc1;
  background: -moz-linear-gradient(top, #537bc1 0%, #253674 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #537bc1),
    color-stop(100%, #253674)
  );
  background: -webkit-linear-gradient(top, #537bc1 0%, #253674 100%);
  background: -o-linear-gradient(top, #537bc1 0%, #253674 100%);
  background: -ms-linear-gradient(top, #537bc1 0%, #253674 100%);
  background: linear-gradient(to bottom, #537bc1 0%, #253674 100%);
  -pie-background: linear-gradient(#537bc1, #253674);
  behavior: url("http://solocolours.cz/theme/assets/css/PIE.htc");
}
.fixedBox .content .fb-like-box {
  border: none;
  background: #fff;
}
.fixedBox.newsletter {
  top: 392px;
  z-index: 108;
}
.fixedBox.newsletter > a {
  background: #e75324 url("../img/icons/newsletterBox.jpg") no-repeat left
    center;
  border-color: #fca184 #fca184 #61230f #f27a54;
}
.fixedBox.youtube {
  top: 256px;
  z-index: 109;
}
.fixedBox.youtube .content {
  width: 565px;
  background: #ff2200;
  right: -310px;
}
.fixedBox.youtube > a {
  background: #ff2200 url("../img/icons/youtube.png") no-repeat center center;
  border-color: #ff1500 #ff1500 #ff0000 #ff0000;
}
.fixedBox .content .iframe {
  border: none;
  background: red;
}
.fixedBox.newsletter .content {
  border-top: 1px solid #fca184;
  background: #f95a27;
  background: -moz-linear-gradient(top, #f95a27 0%, #ed5625 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f95a27),
    color-stop(100%, #ed5625)
  );
  background: -webkit-linear-gradient(top, #f95a27 0%, #ed5625 100%);
  background: -o-linear-gradient(top, #f95a27 0%, #ed5625 100%);
  background: -ms-linear-gradient(top, #f95a27 0%, #ed5625 100%);
  background: linear-gradient(to bottom, #f95a27 0%, #ed5625 100%);
  -pie-background: linear-gradient(#f95a27, #ed5625);
  behavior: url("http://solocolours.cz/theme/assets/css/PIE.htc");
}
.fixedBox.newsletter .content form {
  font-family: sans-serif;
  background: #f0ebe4;
  color: #4b4843;
  padding: 25px 18px 27px 20px;
}
.fixedBox.newsletter .content form p {
  font-size: 1.35em;
  line-height: 1.5em;
}
.fixedBox.newsletter .content form input.text {
  border-style: solid;
  border-color: #d3cdc4;
  border-width: 1px 0 0 1px;
  width: 153px;
  height: 31px;
  padding: 0 14px 0 38px;
  color: #979398;
  background: #ffffff url("../img/icons/name.png") no-repeat 11px center;
  margin-top: 20px;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.fixedBox.newsletter .content form input.text.email {
  background-image: url("../img/icons/mail.png");
}
.fixedBox.newsletter .content form input.text.error {
  border-color: #e52d12;
}
.fixedBox.newsletter .content form input.text.done {
  border-color: #2c9b20;
}
.fixedBox.newsletter .content form input.text:focus {
  background-color: #f8e8d1;
  outline: none;
}
.fixedBox.newsletter .content form .submit {
  background: #f55926;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  width: 100px;
  height: 34px;
  margin-top: 23px;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.fixedBox.newsletter .content form .submit:hover {
  background: #e6714b;
}
.fancybox-lock {
  overflow: auto;
  overflow-x: hidden;
  margin-right: 0 !important;
}
.fancybox-overlay {
  overflow: hidden !important;
}
@font-face {
  font-family: "TwCenMt-Black";
  src: url("../fonts/TwCenMt/TCM.TTF");
}
.fatfix {
  background: #3c3252;
  width: 100%;
  height: 1px;
  border: none;
}
.concerts figure .date {
  background: #e65324;
  color: #fff;
  width: 8%;
  float: left;
  height: 115px;
  padding-top: 20px;
  font-size: 1.4em;
  font-family: Arial;
  font-weight: bold;
  line-height: 20px;
}
section.page .concerts .post {
  width: 100%;
  height: 135px;
  border: 0;
}
section.page .concerts .post:hover {
  background: #4b463d;
  -o-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
  -webkit-transition: all 0.45s linear;
  transition: all 0.45s linear;
}
section.page .concerts .post hr.white {
  width: 70%;
  display: block;
  height: 1px;
  background: #ec7e5b;
  border: 0;
  margin-left: 15%;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.page .concerts .post figure img {
  width: 360px !important;
  height: 135px;
  float: left;
  min-width: 360px !important;
  margin-right: 20px;
}
section.page .concerts .post figure .text {
  text-align: left;
  padding: 5px 20px;
}
section.page .concerts .post figure .text a {
  color: #e65324;
  font-size: 1.6em;
  text-transform: none;
  font-family: Arial;
  font-weight: bold;
  text-decoration: underline;
  line-height: 40px;
}
section.page .concerts .post figure .text p.state {
  margin-bottom: 10px;
}
section.page .concerts .post figure .text p {
  font-size: 1.4em;
  font-family: Arial;
}
@media only screen and (max-width: 500px) and (max-device-width: 500px) {
  .stage .program {
    width: 100% !important;
    float: none;
  }
  .TimePlays {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) and (max-device-width: 800px) and (min-device-width: 500px) {
  .TimePlays {
    padding-left: 10px;
  }
  .filtr_program {
    float: none;
  }
}
#lista {
  height: 58px;
  background-color: #2a2a2a;
  z-index: 500;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

#eshop {
  width: 114px;
  background: transparent url("../img/top/eshop_top.png") no-repeat 55% 48%;
  color: #fff;
  display: block;
  float: right;
  line-height: 58px;
  text-align: right;
  font-size: 1.4em;
  padding-right: 15px;
  text-decoration: none;
  font-family: "NexaHeavy";
  text-decoration: none;
  -o-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
#lista .column a img {
  margin: 0 auto;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25 linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#lista .column a:hover img {
  filter: alpha(opacity=50);
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  #lista .one.column:nth-child(1) img {
    margin-top: 11px;
    width: 81px;
  }
  #lista .one.column:nth-child(2) img {
    margin-top: 7px;
    width: 58px;
  }
  #lista .one.column:nth-child(3) img {
    width: 79px;
    margin-top: 7px;
  }
  #lista .column.one {
    width: 23%;
  }
  #eshop {
    position: fixed;
    right: 0;
    width: 98px;
  }
}
@media screen and (max-width: 380px) {
  #lista .column.one {
    width: 21%;
  }
}
