@import url(bootstrap-min.css);
@import url(bootstrap-theme-min.css);
@import url(play.css);
body {
  font-family: "Play", sans-serif;
  color: #666666;
}
body a {
  color: #5CC9E8;
}
body a:hover {
  color: #5CC9E8;
  text-decoration: underline;
}

.header {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .header .logo {
    text-align: center;
    margin-top: 15px;
  }
}
.header .logo img {
  display: inline-block;
}
.header .search {
  text-align: right;
  white-space: nowrap;
}
.header .search input[type=text] {
  background: #F0F0F0;
  border: 0;
  height: 30px;
  width: 260px;
  padding: 0 10px;
}
.header .search input[type=text]:focus {
  background: #F6F6F6;
}
.header .search div {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .header .search div {
    display: block;
  }
}
.header .search .button {
  border: 0;
  width: 34px;
  height: 30px;
  background: #5CC9E8;
}
.header .search .button:hover {
  background: #009966;
}
.header .search .button img {
  vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
  .header .search form {
    position: relative;
  }
  .header .search form div {
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
  }
  .header .search input[type=text] {
    display: block;
    width: 100%;
  }
  .header .search .button {
    float: right;
  }
}
.header .menu {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
}
.header .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.header .menu ul li {
  display: inline-block;
}
.header .menu ul li a {
  color: #666666;
  display: inline-block;
  padding: 5px 10px;
}
.header .menu ul li.active a, .header .menu ul li a:hover {
  color: #333;
  background: #E1E1E1;
  text-decoration: none;
}
.header #menuKatalog {
  font-size: 16px;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.header #menuKatalog li {
  display: inline-block;
  width: 25%;
  border-right: 1px solid #fff;
  float: left;
}
.header #menuKatalog li:last-child {
  border-right: none;
}
.header #menuKatalog li a {
  display: inline-block;
  position: relative;
  border-bottom: 9px solid #E1E1E1;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #666666;
}
.header #menuKatalog li a:after {
  content: " ";
  background: #5CC9E8;
  height: 9px;
  width: 0%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.header #menuKatalog li a.active:after, .header #menuKatalog li a:hover:after, .header #menuKatalog li a:focus:after {
  width: 100%;
}
.header .bs-menu .navbar {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
  margin-top: 15px;
}
.header .bs-menu .navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .bs-menu .navbar ul li {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
}
.header .bs-menu .navbar ul li a {
  color: #666666;
  display: block;
  padding: 5px 10px;
}
.header .bs-menu .navbar ul li.active a, .header .bs-menu .navbar ul li a:hover {
  color: #333;
  background: #E1E1E1;
  text-decoration: none;
}
.header #minikosik-wrapper a {
  display: block;
  margin-top: 15px;
  padding: 5px 15px;
  background-color: #D9EDF7;
  text-decoration: none;
}
.header #minikosik-wrapper a:hover {
  background-color: #009966;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header #minikosik-wrapper .glyphicon-shopping-cart {
  float: left;
  top: 3px;
}
.header #minikosik-wrapper #minikosik {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .header #minikosik-wrapper {
    margin-top: 30px;
  }
}

.carousel {
  background: #E1E1E1;
}
.carousel .carousel-indicators {
  right: 0;
  left: 0;
  margin-left: 0;
  padding-right: 15px;
  width: 100%;
  text-align: right;
}
.carousel .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  width: 12px;
  height: 12px;
  margin: 2px;
  margin-right: 8px;
}
.carousel .carousel-indicators li.active {
  background-color: #fff;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  margin: 0;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-indicators {
    bottom: 10px;
  }
}
.carousel .carousel-control {
  opacity: .2;
  filter: alpha(opacity=20);
}
.carousel .carousel-control:hover, .carousel .carousel-control:focus {
  opacity: .5;
  filter: alpha(opacity=50);
}
.carousel .carousel-control img {
  position: absolute;
  margin-top: -22px;
  top: 50%;
}
.carousel .carousel-control.left img {
  left: 20%;
}
.carousel .carousel-control.right img {
  right: 20%;
}
.carousel .carousel-caption {
  left: 3%;
  right: 3%;
  text-align: left;
  padding-bottom: 0px;
}
.carousel .carousel-caption h1 {
  font-size: 33px;
  font-weight: bold;
}

.social-icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-image: url(../../images/template/social.png);
}
.social-icon.rss {
  background-position: 0 0;
}
.social-icon.twitter {
  background-position: 46px 0;
}
.social-icon.youtube {
  background-position: -92px 0;
}
.social-icon.facebook {
  background-position: -46px 0;
}

.titulka-menu {
  margin-top: 50px;
}
@media only screen and (max-width: 500px) {
  .titulka-menu div > div {
    width: 100%;
  }
}
.titulka-menu .box {
  display: block;
  position: relative;
  border-top: 9px solid #5CC9E8;
  color: #666666;
  max-width: 263px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.titulka-menu .box:after {
  content: " ";
  background: #009966;
  height: 9px;
  width: 0%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: -9px;
}
.titulka-menu .box:hover:after, .titulka-menu .box:focus:after {
  width: 100%;
}
.titulka-menu .box button {
  background: none;
  display: block;
  width: 100%;
  border: 1px solid #000;
  color: #666666;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
}

.page-menu {
  background: #E1E1E1;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-menu {
    padding-top: 0;
  }
}
.page-menu .pre-box {
  border-right: 1px solid #fff;
}
.page-menu .pre-box:last-child {
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .page-menu .pre-box {
    margin-top: 15px;
  }
  .page-menu .pre-box:nth-child(2) {
    border-right: 0;
  }
}
.page-menu .box {
  display: inline-block;
  position: relative;
  border-bottom: 9px solid #E1E1E1;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #666666;
}
.page-menu .box:after {
  content: " ";
  background: #5CC9E8;
  height: 9px;
  width: 0%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.page-menu .box.active:after, .page-menu .box:hover:after, .page-menu .box:focus:after {
  width: 100%;
}

.content {
  margin-bottom: 20px;
}
.content img.img-responsive {
  display: inline-block;
}
.content img.center-block {
  display: block;
}
.content h1 {
  color: #5CC9E8;
  font-size: 24px;
  margin-top: 30px;
}
.content h2 {
  color: #5CC9E8;
  font-size: 22px;
}
.content h3 {
  color: #5CC9E8;
  font-size: 20px;
}
.content h4 {
  color: #5CC9E8;
  font-size: 18px;
}
.content.titulka h2 {
  color: #666666;
  font-size: 30px;
}
.content .buttons a {
  color: white;
  text-decoration: none;
}
.content ul {
  padding-left: 20px;
}
.content ul.pagination {
  padding-left: 0px;
}
.content .breadcrumb {
  background: none;
  padding-left: 0;
  border: 0;
  display: block;
}
.content .breadcrumb li {
  font-size: 16px;
}
.content .breadcrumb a {
  color: #5CC9E8;
  text-decoration: none;
}
.content .breadcrumb a:hover {
  color: #009966;
  text-decoration: underline;
}
.content .breadcrumb > .active {
  color: #666666;
}
.content .breadcrumb > li + li:before {
  color: #666666;
  content: "\276F\00a0";
}
.content .properities {
  width: 100%;
}
.content .properities td:first-child {
  width: 120px;
}
.content .properities td {
  padding-bottom: 5px;
}
.content .basketOrderBtn {
  margin-top: 30px;
}
.content .basketOrderTableHeader {
  padding: 5px 15px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.content .colors {
  display: inline-block;
}
.content .colors .color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
}
.content .images .main-image {
  padding: 15px;
  border: 1px solid #DFDFDF;
  text-align: center;
  margin-bottom: 20px;
}
.content .images .preview-image {
  float: left;
  width: 31.9%;
  margin-right: 2%;
  padding: 10px;
  border: 1px solid #DFDFDF;
  text-align: center;
}
.content .images .preview-image:last-child {
  margin-right: 0;
}
.content .price-box {
  margin-left: 120px;
}
.content .price-box .price {
  font-size: 20px;
  color: #009966;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0px;
}
.content .price-box .storage {
  font-size: 14px;
}
.content .price-box .button {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #5CC9E8;
  padding: 6px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}
.content .price-box .button img {
  padding-right: 5px;
}
.content .price-box .button:hover, .content .price-box .button:focus {
  background: #009966;
}
.content .search dt {
  font-weight: normal;
}
.content .search p {
  font-size: 16px;
}
.content .search p.totalResults {
  font-size: 14px;
}
.content .search p a {
  color: #5CC9E8;
}
.content .tabs .tab-links .tab-link {
  font-size: 14px;
  color: #666666;
  background: #F4F4F4;
  border: 1px solid #CFCFCF;
  border-left: none;
  border-bottom: none;
  text-decoration: none;
  padding: 12px 18px;
  float: left;
  position: relative;
}
.content .tabs .tab-links .tab-link:first-child {
  border-left: 1px solid #CFCFCF;
}
.content .tabs .tab-links .tab-link.active, .content .tabs .tab-links .tab-link:hover, .content .tabs .tab-links .tab-link:focus {
  background: #FFFFFF;
}
.content .tabs .tab-links .tab-link.active:after {
  content: " ";
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: #fff;
}
.content .tabs .tab {
  display: none;
  border: 1px solid #CFCFCF;
  padding: 15px;
}
.content .tabs .tab.active {
  display: block;
}
.content .productsOrder {
  margin-top: 20px;
}
.content .windows-box {
  border: 1px solid #000;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.content .windows-box.windows-box-detail {
  text-align: left;
  border: none;
}
.content .windows-box.windows-box-detail .itemImageDiv {
  border: 1px solid #DFDFDF;
}
.content .windows-box .info-text {
  font-size: 14px;
  margin-top: 0px;
}
.content .windows-box .info-text a {
  text-decoration: none;
}
.content .windows-box .info-text a:hover, .content .windows-box .info-text a:focus {
  text-decoration: underline;
}
.content .windows-box img {
  margin: 0 auto;
}
.content .windows-box .info-table {
  float: left;
  text-align: left;
  width: 100%;
  margin-top: 10px;
}
.content .windows-box .colors {
  text-align: right;
  float: right;
  display: inline-block;
}
.content .windows-box .colors .color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
}
.content .windows-box .price {
  font-size: 20px;
  color: #009966;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0px;
}
.content .windows-box .price.priceWithVat {
  margin-top: 0px;
  font-size: 14px;
  color: grey;
  margin-bottom: 10px;
}
.content .windows-box .storage {
  font-size: 14px;
}
.content .windows-box .button {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #5CC9E8;
  padding: 6px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}
.content .windows-box .button:hover, .content .windows-box .button:focus {
  background: #009966;
}
.content .paging {
  text-align: right;
}
.content .paging .page {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #5CC9E8;
  background: #5CC9E8;
  color: #fff;
  text-decoration: none;
  margin-left: 7px;
}
.content .paging .page:hover, .content .paging .page:focus, .content .paging .page.active {
  background: #fff;
  color: #5CC9E8;
}
.content #basket .basketitemrow {
  margin-bottom: 2px;
  margin-top: 2px;
}
.content #basket .basketitemrow div:not(.is-input) {
  padding-top: 4px;
}

.left-menu {
  margin-bottom: 20px;
}
.left-menu .menu {
  background: #3F3F3F;
  color: #fff;
  padding: 15px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 992px) {
  .left-menu .menu {
    margin-bottom: 15px;
  }
}
.left-menu .menu h2 {
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 25px;
}
.left-menu .menu ul {
  list-style: none;
  color: #666666;
  padding-left: 0;
  font-size: 16px;
}
.left-menu .menu ul li {
  font-size: 14px;
  border-bottom: 1px solid #616161;
  position: relative;
}
.left-menu .menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px;
  padding-left: 15px;
  vertical-align: middle;
}
.left-menu .menu ul li a:hover, .left-menu .menu ul li a:focus {
  text-decoration: underline;
}
.left-menu .menu ul li:before {
  content: " ";
  position: absolute;
  background: #666666;
  left: 0px;
  top: 14px;
  width: 6px;
  height: 6px;
}
.left-menu .box {
  background: #EEE;
  margin-top: 30px;
  padding: 20px;
  font-size: 14px;
}
.left-menu .box p.head, .left-menu .box p.head a {
  color: #5CC9E8;
  font-size: 19px;
  font-weight: bold;
  margin-top: 5px;
}
.left-menu .box p.info {
  margin: 30px 0;
}
.left-menu .box p.strong {
  font-weight: bold;
}

.news {
  background: #EBEBEB;
  margin-top: 70px;
  padding-top: 15px;
  padding-bottom: 40px;
}
.news h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.news .item {
  background: #fff;
  margin: 0;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.news .item .date {
  display: inline-block;
  background: #ccc;
  padding-left: 15px;
  padding-right: 25px;
  color: #fff;
  font-size: 16px;
}
.news .item .date span {
  font-size: 26px;
}
.news .item h3 {
  font-size: 20px;
  color: #474747;
}
.news .item .text {
  padding-left: 15px;
  padding-right: 15px;
}
.news .item .more {
  display: inline-block;
  padding: 8px 0px;
  text-align: center;
  font-weight: bold;
  width: 100px;
  text-decoration: none;
  background: #5CC9E8;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news .item .more:hover, .news .item .more:focus {
  background: #009966;
}

.footer {
  background: #000;
  color: #ACACAC;
  padding-top: 40px;
}
.footer h2 {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 30px;
}
.footer h2 span {
  color: #ACACAC;
}
.footer form {
  position: relative;
  height: 40px;
}
.footer form div {
  display: block;
  position: absolute;
  left: 0;
  right: 140px;
}
.footer form input {
  display: block;
  width: 100%;
  height: 40px;
  background: #ACACAC;
  border: 0;
  color: #000;
  padding-left: 15px;
}
.footer form button {
  width: 125px;
  height: 40px;
  border: 0;
  background: #666;
  color: #FFF;
  float: right;
}
.footer form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #444;
}
.footer form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #444;
  opacity: 1;
}
.footer form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #444;
  opacity: 1;
}
.footer form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444;
}
.footer .line {
  border: 1px solid #3C3C3C;
  height: 1px;
  margin: 40px 15px;
}
.footer .social-icon {
  margin-right: 5px;
}
.footer .contact img {
  margin-left: 20px;
  float: left;
  margin-right: 30px;
}
.footer .contact p {
  float: left;
}
.footer .contact .line {
  margin-top: 0;
  margin-bottom: 15px;
}
.footer .copyright {
  margin-top: -15px;
}
.footer .copyright p {
  display: inline-block;
}
.footer .copyright ul {
  list-style: none;
  float: right;
}
.footer .copyright ul li {
  display: inline-block;
  margin-left: 8px;
}
.footer .copyright ul li a {
  color: #ACACAC;
}
.footer .copyright ul li.active a, .footer .copyright ul li a:hover, .footer .copyright ul li a:focus {
  color: #5CC9E8;
}

#deliverySameAsContactCheckbox label {
  font-weight: normal;
}
