<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Created on : 12.10.2014, 19:32:57
    Author     : pavel
    Desc:      : Frontend
*/
/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */
/* Account for fixed navbar */
body {
  min-width: 960px;
}
/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}
/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}
/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
/* Reset the container */
.container {
  width: 960px;
  max-width: none !important;
}
/* Demonstrate the grids */
/*.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}*/
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
/* Always float the navbar header */
.navbar-header {
  float: left;
}
/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}
.navbar-brand {
  margin-left: -15px;
}
/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav &gt; li {
  float: left;
}
.navbar-nav &gt; li &gt; a {
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 18px;
  padding-right: 18px;
}
/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}
/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
.navbar .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus,
.navbar .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
.navbar .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
.navbar .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
.navbar .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
.navbar .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #999 !important;
  background-color: transparent !important;
}
#login {
  margin-left: 10px;
}
.actived {
  background-image: url(../images/pointer.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.extraBold {
  font-weight: 900;
}
.semiBold {
  font-weight: 600;
}
.btn-login {
  box-shadow: inset 0 1px 0 #90cb93;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #126014;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #6cb16e;
  color: #fff;
  text-shadow: 1px 1px 0px #689324;
  background-image: -moz-linear-gradient(bottom, #519b52 0%, #6db16e 100%);
  background-image: -o-linear-gradient(bottom, #519b52 0%, #6db16e 100%);
  background-image: -webkit-linear-gradient(bottom, #519b52 0%, #6db16e 100%);
  background-image: linear-gradient(bottom, #519b52 0%, #6db16e 100%);
}
.btn-login:hover {
  color: #fff;
  background-image: -moz-linear-gradient(bottom, #338e35 0%, #41a443 100%);
  background-image: -o-linear-gradient(bottom, #338e35 0%, #41a443 100%);
  background-image: -webkit-linear-gradient(bottom, #338e35 0%, #41a443 100%);
  background-image: linear-gradient(bottom, #338e35 0%, #41a443 100%);
}
.btn-login:active,
.btn-login:focus {
  color: #fff;
  background-image: -moz-linear-gradient(bottom, #379538 0%, #3d9f3f 100%);
  background-image: -o-linear-gradient(bottom, #379538 0%, #3d9f3f 100%);
  background-image: -webkit-linear-gradient(bottom, #379538 0%, #3d9f3f 100%);
  background-image: linear-gradient(bottom, #379538 0%, #3d9f3f 100%);
}
.btn-try {
  position: relative;
  top: -1px;
  box-shadow: inset 0 1px 0 #90cb93,0 2px 0 #0f7b11;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #0f7b11;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #6cb16e;
  margin-left: 8px;
  color: #fff;
  text-shadow: 1px 1px 0px #689324;
  background-image: -moz-linear-gradient(bottom, #519b52 0%, #6db16e 100%);
  background-image: -o-linear-gradient(bottom, #519b52 0%, #6db16e 100%);
  background-image: -webkit-linear-gradient(bottom, #519b52 0%, #6db16e 100%);
  background-image: linear-gradient(bottom, #519b52 0%, #6db16e 100%);
}
.btn-try:hover {
  color: #fff;
  background-image: -moz-linear-gradient(bottom, #338e35 0%, #41a443 100%);
  background-image: -o-linear-gradient(bottom, #338e35 0%, #41a443 100%);
  background-image: -webkit-linear-gradient(bottom, #338e35 0%, #41a443 100%);
  background-image: linear-gradient(bottom, #338e35 0%, #41a443 100%);
}
.btn-try:active,
.btn-try:focus {
  color: #fff;
  background-image: -moz-linear-gradient(bottom, #379538 0%, #3d9f3f 100%);
  background-image: -o-linear-gradient(bottom, #379538 0%, #3d9f3f 100%);
  background-image: -webkit-linear-gradient(bottom, #379538 0%, #3d9f3f 100%);
  background-image: linear-gradient(bottom, #379538 0%, #3d9f3f 100%);
}
.btn-order {
  margin-top: 15px;
  box-shadow: inset 0 1px 0 #90cb93,0 2px 0 #0f7b11;
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #0f7b11;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #6cb16e;
  color: #fff;
  text-shadow: 1px 1px 0px #689324;
  background-image: -moz-linear-gradient(bottom, #519b52 0%, #6db16e 100%);
  background-image: -o-linear-gradient(bottom, #519b52 0%, #6db16e 100%);
  background-image: -webkit-linear-gradient(bottom, #519b52 0%, #6db16e 100%);
  background-image: linear-gradient(bottom, #519b52 0%, #6db16e 100%);
}
.btn-order:hover {
  color: #fff;
  background-image: -moz-linear-gradient(bottom, #338e35 0%, #41a443 100%);
  background-image: -o-linear-gradient(bottom, #338e35 0%, #41a443 100%);
  background-image: -webkit-linear-gradient(bottom, #338e35 0%, #41a443 100%);
  background-image: linear-gradient(bottom, #338e35 0%, #41a443 100%);
}
.btn-order:active,
.btn-order:focus {
  color: #fff;
  background-image: -moz-linear-gradient(bottom, #379538 0%, #3d9f3f 100%);
  background-image: -o-linear-gradient(bottom, #379538 0%, #3d9f3f 100%);
  background-image: -webkit-linear-gradient(bottom, #379538 0%, #3d9f3f 100%);
  background-image: linear-gradient(bottom, #379538 0%, #3d9f3f 100%);
}
.media &gt; .pull-left {
  margin-right: 30px;
}
.media {
  margin-bottom: 56px;
}
.carousel-inner {
  margin-top: 23px;
}
.carousel-inner p {
  margin-top: 0px;
}
.top {
  background-image: url(../images/top.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.top button {
  margin-top: 11px;
}
.header-hp {
  min-height: 560px;
  background-color: #3669a0;
  background-image: url(../images/header-hp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  color: #d8e4ef;
}
.header-hp h1 {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 0px;
}
.header-hp h3 {
  margin-top: 10px;
  margin-bottom: 265px;
}
.header-hp h4 {
  color: #fff;
  margin-bottom: 5px;
}
.header-hp p {
  margin-top: 5px;
  margin-bottom: 17px;
}
.spec1 .out {
  width: 620px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 22px;
}
.spec1 .try {
  width: 372px;
  border: 1px solid #39669b;
}
#carousel-example-generic {
  width: 620px;
}
.works {
  margin-top: 25px;
  margin-bottom: 43px;
}
.works p {
  margin-top: 0px;
}
.works h4 {
  margin-bottom: 5px;
}
.works .arrow {
  position: absolute;
  width: 37px;
  height: 69px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.works .arrow-right {
  top: 20px;
  left: 310px;
}
.advantage {
  margin-top: 38px;
  margin-bottom: 40px;
}
.video {
  margin-top: 14px;
  margin-bottom: 15px;
}
#newsletter {
  width: 372px;
  border: 1px solid #b1c1d2;
}
.out {
  width: 620px;
  background-color: #efefef;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 36px;
}
.price-table {
  width: 930px;
  height: 590px;
  margin-left: -15px;
}
.price-table .col-1 {
  display: inline-block;
  width: 230px;
  height: 430px;
  margin-top: 50px;
  font-size: 14px;
  border: 1px solid #eeeced;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: -1;
}
.price-table .col-1 .first-item {
  display: block;
  padding-left: 8px;
  padding-top: 54px;
  vertical-align: bottom;
  height: 84px;
  width: 228px;
  border-bottom: 1px solid #eeeced;
}
.price-table .col-1 .item {
  display: block;
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: bottom;
  border-bottom: 1px solid #eeeced;
}
.price-table .col-2 {
  margin-top: 50px;
  display: inline-block;
  width: 700px;
  height: 430px;
  background-color: #f6f6f6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  float: right;
  z-index: -1;
}
.price-table .col-3 {
  text-align: center;
  display: inline-block;
  width: 230px;
  background-color: f6f6f6;
  z-index: -1;
}
.price-table .col-3 .first-item {
  display: block;
  padding-top: 14px;
  vertical-align: bottom;
  height: 85px;
  width: 228px;
  border-top: 1px solid #eeeced;
  border-bottom: 1px solid #eeeced;
}
.price-table .col-3 .item {
  display: block;
  padding-top: 8px;
  height: 41px;
  width: 228px;
  border-bottom: 1px solid #eeeced;
}
.price-table .col-3 .item2 {
  display: block;
  padding-top: 20px;
  height: 61px;
  width: 228px;
  border-bottom: 1px solid #eeeced;
}
.price-table .col-3 .last-item {
  display: block;
  height: 120px;
  width: 228px;
  border-bottom: 1px solid #eeeced;
}
.price-table .col-3 .last-item h6 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.price-table .col-4 {
  text-align: center;
  display: inline-block;
  width: 230px;
  background-color: #f6f6f6;
  border-right: 1px solid #eeeced;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: -1;
}
.price-table .col-4 .first-item,.price-table .col-3 .first-item,.price-table .col-5 .first-item {
  display: block;
  /*font-size: 22px;*/
  padding-top: 14px;
  line-height: 20px;
  vertical-align: bottom;
  height: 85px;
  width: 230px;
  border-top-right-radius: 4px;
  border-top: 1px solid #eeeced;
  border-bottom: 1px solid #eeeced;
}

.price-table .col-4 .item,
.price-table .col-3 .item,
.price-table .col-5 .item {
  display: block;
  padding-top: 8px;
  height: 41px;
  width: 228px;
  border-bottom: 1px solid #eeeced;
}
.price-table .col-4 .item2,
.price-table .col-3 .item2,
.price-table .col-5 .item2{
  display: block;
  padding-top: 20px;
  height: 61px;
  width: 228px;
  border-bottom: 1px solid #eeeced;
}
.price-table .col-4 .last-item {
  display: block;
  height: 120px;
  width: 228px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #eeeced;
}
.price-table .col-4 .last-item h6 {
  margin-top: 20px;
  margin-bottom: 0px;
}
.price-table .col-4 .last-item p {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.price-table .col-5 {
  position: absolute;
  left: 475px;
/*
  position: absolute;
  top: 0px;
  left: 475px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
*/
  display: inline-block;
  width: 240px;
  height: 480px;
  border-radius: 4px;
  z-index: 1;
}
.price-table .col-5 .first-item {
  display: block;
/*
  padding-top: 24px;
  vertical-align: bottom;
  height: 95px;
*/
  width: 240px;
  border-top: 1px solid #eeeced;
  border-bottom: 1px solid #eeeced;
}

.price-table .col-4.highlight {
  position: absolute;
  top: 0px;
  left: 449px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  display: inline-block;
  height: 480px;
  border-radius: 4px;
  z-index: 2;
}

.price-table .col-4.highlight .first-item{
  display: block;
  padding-top: 24px;
  vertical-align: bottom;
  height: 95px;
}

.price-table .col-5 .item {
  display: block;
  vertical-align: bottom;
  height: 41px;
  width: 240px;
  border-bottom: 1px solid #eeeced;
}
.price-table .col-5 .item2 {
  display: block;
  height: 61px;
  width: 240px;
  border-bottom: 1px solid #eeeced;
}
.price-table .col-5 #last-item {
  display: block;
  height: 145px;
  width: 240px;
  font-size: 14px;
}
.price-table .col-5 #last-item h6 {
  margin-bottom: 0px;
  margin-top: 26px;
}
.price-table .col-5 #last-item p {
  margin-bottom: 0px;
  margin-top: 0px;
}
/* ribbon style */
.ribbon-wrapper {
  position: relative;
}
.ribbon-front {
  text-align: center;
  line-height: 40px;
  background-color: #346499;
  color: #fff;
  height: 40px;
  width: 260px;
  position: relative;
  top: 13px;
  left: -10px;
  z-index: 2;
}
.ribbon-front,
.ribbon-back-left,
.ribbon-back-right {
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}
.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0px;
  width: 0px;
}
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
  top: 40px;
}
.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
  left: -10px;
  border-color: transparent #184474 transparent transparent;
}
.ribbon-edge-topleft {
  top: 8px;
  border-width: 5px 10px 0 0;
}
.ribbon-edge-bottomleft {
  border-width: 0 10px 0px 0;
}
.ribbon-edge-topright,
.ribbon-edge-bottomright {
  left: 240px;
  border-color: transparent transparent transparent #184474;
}
.ribbon-edge-topright {
  top: 8px;
  border-width: 5px 0 0 10px;
}
.ribbon-edge-bottomright {
  border-width: 0 0 0px 10px;
}
.ribbon-back-left {
  position: absolute;
  top: -5px;
  left: 0px;
  width: 0px;
  height: 40px;
  z-index: 0;
}
.ribbon-back-right {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 0px;
  height: 40px;
  z-index: 0;
}
.faq h1 {
  font-size: 30px;
  margin-top: 40px;
}
.faq h2 {
  font-size: 22px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 25px;
  z-index: 300;

  background-image: url(../images/bot.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 14px;
  color: #82b3d9;
  min-height: 50px;
  background-color: #346499;
}
footer p {
  margin-top: 15px;
}
footer .bg-blue {
  /*
  min-width: 455px;
  width: 343px;
  */

  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #2a517b;
  margin-top: 8px;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-right: 3px;
}
/* Go To Top Button */
#go-top {
  position: fixed;
  bottom: 80px;
  right: 30px;
  text-align: center;
  display: none;
}
#go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #5e5556;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  border-radius: 3px;
}
#go-top a:hover {
  background: #5ea860;
}

/* Modals */
.modal .modal-header {
  color: #fff;
  background-color: #346499;
}

.modal .modal-footer {
  text-align: left;
  background-color: #f8f8f8;
}

.modal button.close {
  height: 28px;
  width: 28px;
  background-image: url(../images/close-lg.png);
  background-repeat: no-repeat;
  background-position: left 0px;
}

.modal .close:hover {
  opacity: 1;
  text-shadow: none;
}

.modal .close {
  opacity: .8;
}

.modal .form-control {
  border-radius: 4px;
}

.modal .form-control:focus {
  border-color: #346499;
}

.modal .has-error .form-control {
  border-color: #d85b5b;
}

.modal .has-error .form-control:focus {
  border-color: #d85b5b;
}

.modal .form-horizontal .control-label {
  font-weight: normal;
}

.modal .btn-default {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  border-color: #cbcbcb;
  color: #6e6365;
  box-shadow: inset 0 1px 0 #fff;
  background-image: -moz-linear-gradient(bottom, #e2e1e1 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(bottom, #e2e1e1 0%, #f7f7f7 100%);
  background-image: -webkit-linear-gradient(bottom, #e2e1e1 0%, #f7f7f7 100%);
  background-image: linear-gradient(bottom, #e2e1e1 0%, #f7f7f7 100%);
}

.modal .btn-default:hover {
  border-color: #cbcbcb;
  background-image: -moz-linear-gradient(bottom, #f6f5f5 0%, #fcfcfc 100%);
  background-image: -o-linear-gradient(bottom, #f6f5f5 0%, #fcfcfc 100%);
  background-image: -webkit-linear-gradient(bottom, #f6f5f5 0%, #fcfcfc 100%);
  background-image: linear-gradient(bottom, #f6f5f5 0%, #fcfcfc 100%);
}

.modal .btn-default:focus,
.modal .btn-default:active {
  border-color: #cbcbcb;
  background-image: -moz-linear-gradient(bottom, #fbfbfb 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(bottom, #fbfbfb 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(bottom, #fbfbfb 0%, #f1f1f1 100%);
  background-image: linear-gradient(bottom, #fbfbfb 0%, #f1f1f1 100%);
}

.modal-content .btn-success {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  border-color: #307531;
  color: #fff;
  box-shadow: inset 0 1px 0 #a4d1a5;
  background-image: -moz-linear-gradient(bottom, #438e45 0%, #7bbb7d 100%);
  background-image: -o-linear-gradient(bottom, #438e45 0%, #7bbb7d 100%);
  background-image: -webkit-linear-gradient(bottom, #438e45 0%, #7bbb7d 100%);
  background-image: linear-gradient(bottom, #438e45 0%, #7bbb7d 100%);
}

.modal-content .btn-success:hover {
  border-color: #156017;
  background-image: -moz-linear-gradient(bottom, #338e35 0%, #41a443 100%);
  background-image: -o-linear-gradient(bottom, #338e35 0%, #41a443 100%);
  background-image: -webkit-linear-gradient(bottom, #338e35 0%, #41a443 100%);
  background-image: linear-gradient(bottom, #338e35 0%, #41a443 100%);
}

.modal-content .btn-success:focus,
.modal-content .btn-success:active {
  border-color: #156017;
  background-image: -moz-linear-gradient(bottom, #3d9f3f 0%, #379538 100%);
  background-image: -o-linear-gradient(bottom, #3d9f3f 0%, #379538 100%);
  background-image: -webkit-linear-gradient(bottom, #3d9f3f 0%, #379538 100%);
  background-image: linear-gradient(bottom, #3d9f3f 0%, #379538 100%);
}

/*quick registration form, container, input errormessage*/
.specinput1 {
	position: relative;
}

.specinput1 .errormsg {
	position: absolute;
	top: 57px;
	left: 13px;
	z-index: 10;
	background-color: #d0d090;
	padding: 5px;
}

input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=radio].css-checkbox + label.css-label,
input[type=radio].css-checkbox + label.css-label.clr {
  padding-left: 25px;
  height: 19px;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
input[type=radio].css-checkbox:checked + label.css-label,
input[type=radio].css-checkbox + label.css-label.chk {
  background-position: 0 -19px;
}
input[type=radio] + label.css-label {
  background-image: url(../images/radio-sprite.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=radio].css-checkbox:checked + label.css-label,
input[type=radio].css-checkbox + label.css-label.chk {
  color: #346499;
}
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#vertical input[type=checkbox].css-checkbox + label.css-label,
input[type=checkbox].css-checkbox + label.css-label.clr {
  padding-left: 0px;
  margin-right: 10px;
  height: 38px;
  min-width: 19px;
  background-position: 0 20px;
}
#vertical input[type=checkbox].css-checkbox:checked + label.css-label,
input[type=checkbox].css-checkbox + label.css-label.chk {
  background-position: -20px 20px;
}
input[type=checkbox].css-checkbox + label.css-label,
input[type=checkbox].css-checkbox + label.css-label.clr {
  padding-left: 25px;
  height: 19px;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
/*label.blue:hover{
    color: #346499;
}*/
input[type=checkbox].css-checkbox:checked + label.css-label,
input[type=checkbox].css-checkbox + label.css-label.chk {
  background-position: 0 -19px;
}
input[type=checkbox] + label.css-label {
  background-image: url(../images/checkbox-sprite.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#vertical input[type=checkbox] + label.css-label {
  background-image: url(../images/checkbox-sprite2.png);
}
/*input[type=checkbox] + label.css-label:hover{
    background-image:url(../images/checkbox-unchecked.png);
}*/
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.arrow-left {
  position: relative;
  top: 3px;
  left: 0px;
  display: inline-block;
  width: 10px;
  height: 14px;
  background-image: url(../images/arrow-left-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.arrow-right {
  position: relative;
  top: 3px;
  left: 0px;
  display: inline-block;
  width: 10px;
  height: 14px;
  background-image: url(../images/arrow-right-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.week:hover {
  color: #048707;
  text-decoration: none;
  cursor: pointer;
}
.week:hover .arrow-left {
  background-position: 0 -14px;
}
.week:hover .arrow-right {
  background-position: 0 -14px;
}
.chce-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/state-icon.png);
  background-repeat: no-repeat;
  background-position: 0px -20px;
}
.nedostupne-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/state-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.nechce-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/state-icon.png);
  background-repeat: no-repeat;
  background-position: 0px -10px;
}
.modal-body {
  padding-left: 20px;
  padding-right: 20px;
}
.calendar {
  border: 1px inset #ededed;
  border-collapse: collapse;
  border-spacing: 0;
}
.calendar tr {
  border: 1px inset #ededed;
  border-collapse: collapse;
  border-spacing: 0;
}
.calendar td {
  width: 39px;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 11px;
  padding-right: 11px;
  border: 1px inset #ededed;
  text-align: center;
}
.calendar tr.double {
  border-bottom: 1px solid #ededed;
}
.calendar td.nedostupne {
  background-image: url(../images/nedostupne-bg.png);
}
.calendar td:hover {
  border: 1px solid #bababa;
  cursor: pointer;
}
.calendar td.green {
  border: 1px inset #579c59;
  color: #fff;
  background-color: #5ea860;
}
.calendar td.green:hover {
  color: #fff;
  border: 1px solid #126115;
  background-color: #88c066;
  cursor: pointer;
}
.calendar td.red {
  border: 1px inset #bb4f4f;
  color: #fff;
  background-color: #d85b5b;
}
.calendar td.red:hover {
  color: #fff;
  border: 1px solid #902929;
  cursor: pointer;
  background-color: #ff5566;
}


.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select &gt; .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group &gt; .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group &gt; .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open &gt; .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:after {
  display: block;
}

.spec1 .out {
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
}


.price-table .col-1, .price-table .col-1 .first-item {
	width: 290px;
}

.price-table .col-2 {
	width: 640px;
/*
mozny "fix" pro safari pokud tam je vopravdu bug
	width: 636px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: 1px solid #eeeced;
*/
}

.price-table .col-3, .price-table .col-4 ,.price-table .col-6,.price-table .col-5  {
	width: 160px;
	text-align: center;
	float:left;
}

.price-table .col-3 {
	float: right;
}

.price-table .col-3 .first-item,.price-table .col-5 .first-item, .price-table .col-4 .first-item, .price-table .col-6 .first-item,
.price-table .col-3 .item,.price-table .col-5 .item, .price-table .col-4 .item,.price-table .col-6 .item,
.price-table .col-3 .item2,.price-table .col-5 .item2,.price-table .col-4 .item2,.price-table .col-6 .item2,
.price-table .col-3 .last-item,.price-table .col-5 .last-item,.price-table .col-4 .last-item,.price-table .col-6 .last-item{
	width: 160px;
}

.price-table .col-5 {
	width: 160px;
	left: 610px;
}

.price-table .col-5 #last-item {
	width: auto;
}


.ribbon-front {
	width: 180px;
	font-size: 15px;
}

.ribbon-edge-topright, .ribbon-edge-bottomright {
	left: 161px;
}


.price-table .col-4 #last-item p,
.price-table .col-6 .last-item p,
.price-table .col-5 .last-item p,
.price-table .col-3 .last-item p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.price-table .btn {
	width: 130px;
	font-weight: 500;
	padding-left: 0px;
	padding-right: 0px;
}

.price-table .col-3 .last-item h6,
.price-table .col-5 .last-item h6,
.price-table .col-6 .last-item h6{
  margin-top: 20px;
  margin-bottom: 0px;
}

.price-table .col-3 .item,.price-table .col-3 .item2,.price-table .col-3 .first-item,.price-table .col-3 .last-item,
.price-table .col-4 .item,.price-table .col-3 .item2,.price-table .col-4 .first-item,.price-table .col-4 .last-item,
.price-table .col-5 .item,.price-table .col-3 .item2,.price-table .col-5 .first-item,.price-table .col-5 .last-item,
.price-table .col-6 .item,.price-table .col-3 .item2,.price-table .col-6 .first-item,.price-table .col-6 .last-item {
	border-right: 1px solid #eeeced;
}

.price-table .col-5 .first-item {
	border-top-right-radius: 0px;
}
.price-table .col-5 .last-item {
	border-bottom: 1px solid #eeeced;
	height: 140px;
	padding-top: 20px;
}
.price-table .col-5 .last-item h6 {
	margin-top: 0px;
}
.price-table .col-3 .last-item {
	height: 140px;
	padding-top: 18px;
	border-bottom-right-radius: 4px;
}
.price-table .col-3 .last-item h6 {
	margin-top: 0px;
}
</pre></body></html>