/**FONTS**/

/*http://www.google.com/fonts/specimen/Source+Sans+Pro*/
/*200, 300, 400, 600, 700, 900,*/

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.45;
}

p, dd, td, th {
  font-size: 1em;
}

h1 {
  font-size: 2.7em;
  line-height: 120%;
  font-weight: 300;
}

h1 strong {
  font-weight: 400;
}

h2 {
  font-size: 1.7em;
  line-height: 120%;
  font-weight: 400;
}

h2 strong {
  font-weight: 400;
}

#prohlidka h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
}

#prohlidka h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}

h3 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 130%;
}

h3 strong {
  font-weight: 400;
}

h4 {
  font-size: 1em;
  font-weight: 600;
}

h4 strong {
  font-weight: 700;
}

h5 {
  font-size: 1em;
  font-weight: 300;
}

h5 strong {
  font-weight: 400;
}

hgroup h2 {
  font-size: 1.2em;
}

footer h5 {
  font-size: 1.2em;
}

a {
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a.btn {
  text-decoration: none;
}

dt {
  font-weight: 400;
}

strong {
  font-weight: 600;
}

.strong {
  font-weight: 600;
}

.table th.text-right,
.table td.text-right {
  text-align: right;
}

.table th.text-center,
.table td.text-center {
  text-align: center;
}

h1.slogan {
  text-align: center;
  font-weight: 200;
}

h1.slogan strong {
  font-weight: 300;
}

h2.subtitle {
  text-align: center;
}

h2.subtitle.left span {
  text-align: left;
}

h2.subtitle small {
  font-size: 1em;
  font-weight: 200;
}

#hero h1 {
  font-weight: 300;
  font-size: 2.2em;
}

#hero h1 strong {
  font-weight: 400;
}

#hero h2 {
  font-size: 1.3em;
  font-weight: 300;
}

#intro {
  text-align: center;
}

#intro h1 {
  font-weight: 200;
  font-size: 2.3em;
}

#intro h1 strong {
  font-weight: 300;
}

.portfolio .portfolio-item .folio-body .folio-info a {
  text-decoration: none;
}

.portfolio .portfolio-item .folio-body .folio-info a:hover {
  text-decoration: underline;
}

.navbar .brand {
  font-size: 26px;
  text-shadow: none;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.tooltip {
  font-size: 0.85em;
}

.csstooltip {
  border-bottom: 1px dotted black;
  position: relative;
  display: inline-block;
  cursor: help;
}

.csstooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}

.csstooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.csstooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.btn {
  font-weight: 400;
}

ul.nav_in_page a {
  text-decoration: none;
}

ul.nav_in_page > .active > a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
}

.textlists:before,
.textlists:after {
  line-height: 0;
}

.textlists.center li {
  text-align: center;
}

a#show_all_rows {
  text-decoration: underline;
}

a#show_all_rows:hover {
  text-decoration: none;
}

.sitemap #primaryNav li a {
  text-align: center;
}

.sitemap #primaryNav li li li a {
  text-align: left;
  font-size: 80%;
}

.sitemap #primaryNav li li li a:link:before,
.sitemap #primaryNav li li li a:visited:before {
  font-size: 9px;
}

.sitemap #utilityNav li a {
  text-align: center;
}

.sitemap #utilityNav li a:link:before,
.sitemap #utilityNav li a:visited:before {
  font-size: 9px;
}

/*navigation*/
.navbar .nav li a {
  font-size: 17px;
}

/*bigger text*/
.text-bigger {
  font-size: 1.2em;
  line-height: 135%;
}

#top h2 {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

#top h1 {
  margin-bottom: 11px;
}

article {
  position: relative;
}

/**BASE**/
html {
  margin: 0;
}

body {
  padding-top: 80px;
  position: relative;
}

@media (min-width: 980px) and (max-width: 1200px) {
  body {
    padding-top: 130px;
  }
}

#main_inner {
}

/*TYPOGRAPHY*/
h1 {
  margin: 0.5em 0 1em 0;
}

h2 {
  margin: 0.5em 0 1em 0;
}

h3 {
  margin: 0.5em 0 1em 0;
}

h4 {
  margin: 0.5em 0 1em 0;
}

h5 {
  margin: 0.5em 0 1em 0;
}

.hgroup h1,
.hgroup h2,
.hgroup h3,
.hgroup h4,
.hgroup h5,
.hgroup h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.hgroup {
  margin-bottom: 1em;
}

p, dd {
  margin: 0.5em 0 1em 0;
}

.center {
  text-align: center;
}

/*section subtitle*/

h2.subtitle {
  position: relative;
  margin-bottom: 2em;
}

h2.subtitle.left span {
  margin-left: 0px;
}

h2.subtitle hr {
  border-top: 1px solid #eee;
  border-bottom: 2px solid white;
  width: 30%;
  position: absolute;
}

h2.subtitle hr.left {
}

h2.subtitle hr.right {
  right: 0px;
  top: 0px;
}

h2.subtitle span {
  display: block;
  margin: 0 auto;
}

h2.subtitle small {
  margin-left: 0em;
}

section {
  padding: 4em 0;
}

/*hr*/
hr {
  margin: 20px 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}

hr.top {
  margin-top: 0;
}

/*SLIDER*/
#hero {
  background: #fafafa;
  /* background: #e4e9ec;*/
  background: url(/images/backgrounds/bg-hero.png) no-repeat;
  height: auto;
  padding: 2em 0 0em 0;
}

#hero h1 {
  margin: 0.8em 0;
}

#slide-left,
#slide-right {
  width: 31px;
  height: 37px;
  display: block;
  position: absolute;
  top: 230px;
  left: 0;
  background: url(/css/img/slide-arrows.png) no-repeat;
  opacity: .5;
  display: none;
  z-index: 2;
}

#slide-right {
  left: auto;
  right: 0;
  background-position: -31px 0;
}

#slide-left:hover,
#slide-right:hover {
  opacity: 1;
}

/*SECTIONS*/
/*intro*/
/*thumbnails*/
.portfolio .thumbnail {
  padding: 2px;
  border: 7px solid #dedede;
}

.portfolio .portfolio-item {
  position: relative;
}

.portfolio .portfolio-item .folio-body {
  position: absolute;
  background: rgba(0, 119, 179, 0.9);
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio .portfolio-item:hover .folio-body {
  opacity: 1;
}

.portfolio .portfolio-item .folio-body .folio-info {
  padding: 10px;
}

.portfolio .portfolio-item .folio-body .folio-info h5 {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  font-weight: 400;
}

/*TABLE*/

table.table-black thead {
  background-color: #000000;
  color: #ffffff;
}

table.table-black tbody tr {
  background-color: #f9f9f9;
  color: #000000;
}

table.table-black,
table.table-black td,
table.table-black th {
  border: 1px solid #dddddd;
  vertical-align: middle;
}

table .tco10 {
  width: 34%;

}

table .tco11 {
  width: 20%;

}

table .tco12 {
  width: 20%;

}

table .tco13 {
  width: 26%;

}

ul.parametry {
  margin: 0 0 30px 25px;
}

ul.parametry li {
  padding: 10px 0 4px 0;
  border-bottom: 1px solid #dddddd;
}

small.tax {
  display: block;
}

/*FEATURES*/

/*set navbar opacity*/
.navbar-fixed-top.scroll {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.045);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.045);
}

/*navbar*/
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar-inner {
  background: #ffffff;
  filter: none;
  padding: 7px 0 8px 0;
  border-bottom: 1px solid #eee;
}

.navbar .brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .nav.pull-right {
  top: 20px;
  text-transform: uppercase;
}

/*navbar nav*/
.navbar .nav > li > a {
  padding-top: 20px;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 10px;
}

.navbar .nav > li > a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.navbar .nav > li > a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  background: none;
  border-bottom: 5px solid #ddd;
}

.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  background: none;
}

/*FOOTER*/
footer {
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid #eee;
  background: #3a3a3a;
}

footer a {
}

footer a:hover {
}

footer .verybottom {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #303030;
}

/*COMMON*/

/*ICONS*/
.icon-red {
  background-image: url("/css/img/glyphicons-halflings-red.png");
}

.icon-gray {
  background-image: url("/css/img/glyphicons-halflings-gray.png");
}

.icon-green {
  background-image: url("/css/img/glyphicons-halflings-green.png");
}

.icon span {
  display: none;
}

/* facebook like a google+*/

.likethis {
  padding: 4px 19px 10px 0;
  float: left;
}

.gplus {
  padding: 4px 0 10px 0;
}

/*scroll top feature*/
#scrolltop {
  display: none;
  height: 35px;
  width: 35px;
  position: fixed;
  right: 2%;
  bottom: 180px;
  z-index: 33;
  background: url('/css/img/scroll-up.png');
  -moz-opacity: 0.50;
  opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=50;)
}

#scrolltop span {
  display: none;
}

#scrolltop:hover {
  -moz-opacity: 0.99;
  opacity: 0.99;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=99;)
}

.btn-large .icon-white {
  margin-left: 5px;
}

.btn.btn-demo,
.btn.btn-order {
  margin: 20px 6px 10px 6px;
}

/*page subsubnav*/
ul.nav_in_page {
  width: 130px;
  margin: 30px 0 0;
  margin-left: 15px;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px #f5f5f5;
  -moz-box-shadow: 0px 0px 5px 0px #f5f5f5;
  box-shadow: 0px 0px 5px 0px #f5f5f5;
}

ul.nav_in_page > li > a {
  display: block;
  width: auto;
  margin: 0 0 -1px;
  padding: 8px 14px 8px 45px;
  border: 1px solid #e5e5e5;
  background: no-repeat 15px center;
}

ul.nav_in_page > li.i00 > a {
  background-image: url('/css/img/icons/submenu/black/menu_lightbulb.png');
}

ul.nav_in_page > li.i01 > a {
  background-image: url('/css/img/icons/submenu/black/menu_wizzard.png');
}

ul.nav_in_page > li.i02 > a {
  background-image: url('/css/img/icons/submenu/black/menu_appearance.png');
}

ul.nav_in_page > li.i03 > a {
  background-image: url('/css/img/icons/submenu/black/menu_pages.png');
}

ul.nav_in_page > li.i04 > a {
  background-image: url('/css/img/icons/submenu/black/menu_picture.png');
}

ul.nav_in_page > li.i05 > a {
  background-image: url('/css/img/icons/submenu/black/menu_inbox.png');
}

ul.nav_in_page > li.i06 > a {
  background-image: url('/css/img/icons/submenu/black/menu_navigation.png');
}

ul.nav_in_page > li.i07 > a {
  background-image: url('/css/img/icons/submenu/black/menu_shopping.png');
}

ul.nav_in_page > li.i08 > a {
  background-image: url('/css/img/icons/submenu/black/menu_service.png');
}

ul.nav_in_page > li.i09 > a {
  background-image: url('/css/img/icons/submenu/black/menu_settings.png');
}

ul.nav_in_page > .active > a {
  position: relative;
  z-index: 2;
  border: 0;
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}

ul.nav_in_page > li.i00.active > a {
  background-image: url('/css/img/icons/submenu/white/menu_lightbulb.png');
}

ul.nav_in_page > li.i01.active > a {
  background-image: url('/css/img/icons/submenu/white/menu_wizzard.png');
}

ul.nav_in_page > li.i02.active > a {
  background-image: url('/css/img/icons/submenu/white/menu_appearance.png');
}

ul.nav_in_page > li.i03.active > a {
  background-image: url('/css/img/icons/submenu/white/menu_pages.png');
}

ul.nav_in_page > li.i04.active > a {
  background-image: url('/css/img/icons/submenu/white/menu_picture.png');
}

ul.nav_in_page > li.i05.active > a {
  background-image: url('/css/img/icons/submenu/white/menu_inbox.png');
}

ul.nav_in_page > li.i06.active > a {
  background-image: url('/css/img/icons/submenu/white/menu_navigation.png');
}

ul.nav_in_page > li.i07.active > a {
  background-image: url('/css/img/icons/submenu/white/menu_shopping.png');
}

ul.nav_in_page > li.i08.active > a {
  background-image: url('/css/img/icons/submenu/white/menu_service.png');
}

ul.nav_in_page > li.i09.active > a {
  background-image: url('/css/img/icons/submenu/white/menu_settings.png');
}

ul.nav_in_page > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

ul.nav_in_page > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/*TEXT LIST*/
.textlists {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.textlists:before,
.textlists:after {
  display: table;
  content: "";
}

.textlists:after {
  clear: both;
}

.row-fluid .textlists {
  margin-left: 0;
}

.textlists > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}

.textlists > li > a > div {
  display: block;
  padding: 0 1em;
}

.textlists li a {
  text-decoration: none;
  opacity: 1;
  color: #000;
  display: block;
}

.textlists li:hover {
  opacity: 0.60;
  color: #000;
  outline: 1px solid #dddddd;

}

/*KONTAKTY TEXTLIST*/

.contact-lists {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.contact-lists:before,
.contact-lists:after {
  display: table;
  content: "";
}

.contact-lists:after {
  clear: both;
}

.row-fluid .contact-lists {
  margin-left: 0;
}

.contact-lists > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.contact-lists > li > a > div {
  display: block;
  padding: 0 1em;
}

.contact-lists li a {
  text-decoration: none;
  color: #000;
  display: block;
}

/*RUZNE*/

/*doplnkove sluzby*/
ul.add_service {
  padding-top: 1em;
}

ul.add_service p.price {
  padding: 10px;
}

.image_map {
  position: relative;
}

/* seznam doplnkove sluzby index*/

ul.add_service_index li {
  line-height: 28px;
}

.bg-packages {
  background-image: url('/css/img/background-packages.png');
}

/* info boxy produktů v úvodu*/

.boxproducts {
  list-style: none outside none;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0 0 20px 0;

}

.boxproducts li {
  margin: 5px -1px;
  width: 240px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.paddingleft {
  padding-left: 15px;
}

.boxproduct {
  height: 155px;
  color: #ffffff;
}

.boxproducts li a {
  text-decoration: none;
  opacity: 1;
  display: block;
}

.boxproducts li a:hover {
  opacity: 0.8;
}

.boxproduct p {
  margin: 0;
}

.boxtop {
  height: 50px;
  z-index: 10;
  font-size: 2em;
  line-height: 30px;
  line-height: 56px;
}

.boxprice {
  font-size: 1.4em;
  line-height: 44px;
}

.boxtext {
  font-size: 0.9em;
  line-height: 16px;
  padding: 10px 15px;
}

.boxinfo {
  text-decoration: underline;
  font-style: italic;
  padding: 5px 0 0 0;
}

.arrowlblue,
.arrowblue,
.arrowdblue,
.arrowyellow,
.arrowdyellow,
.arrowlyellow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 120px 0 120px;
  top: 30px;
  z-index: 10;
}

/**/
#interactive {
}

#interactive_image {
  width: 80%;
  margin: 0 auto;
  margin-top: 45px;
  position: relative;
}

ul#interactive_list {
  margin: 0;
  padding: 0;
}

ul#interactive_list li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
}

ul#interactive_list li a.pop {
  display: block;
  background: url('/css/img/icons/ico-bl-plus.png') no-repeat;
  width: 31px;
  height: 31px;
}

ul#interactive_list li a.pop span {
  display: none;
}

.popover {
  width: 200px;
}

/*logo-zone*/
#logo-zone {
}

/*images in text*/
img.left {
  float: left;
  margin: 0 2em 1em 0;
}

img.right {
  float: right;
  margin: 0 0 1em 2em;
}

.clear {
  clear: both;
}

/* pravý panel*/

.right-column {
  padding-left: 40px;
}

.right-column h2 {
  line-height: 90%;
}

.right-column article {
  background: #ffffff;
  border: 7px solid #efefef;
  padding: 15px;
}

.right-column .text-right {
  font-size: 0.85em;
}

/*SITEMAP*/

.sitemap #primaryNav li {
  width: 25%;
}

.sitemap #primaryNav li ul li {
  width: 100% !important;
}

.sitemap #primaryNav.col1 li {
  width: 99.9%;
}

.sitemap #primaryNav.col2 li {
  width: 50.0%;
}

.sitemap #primaryNav.col3 li {
  width: 33.3%;
}

.sitemap #primaryNav.col4 li {
  width: 25.0%;
}

.sitemap #primaryNav.col5 li {
  width: 20.0%;
}

.sitemap #primaryNav.col6 li {
  width: 16.6%;
}

.sitemap #primaryNav.col7 li {
  width: 14.2%;
}

.sitemap #primaryNav.col8 li {
  width: 12.5%;
}

.sitemap #primaryNav.col9 li {
  width: 11.1%;
}

.sitemap #primaryNav.col10 li {
  width: 10.0%;
}

/* ------------------------------------------------------------
  General Styles
------------------------------------------------------------ */

.sitemap {
}

.sitemap ul {
  margin: 0;
  padding: 0;
}

.sitemap ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------
  Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */

.sitemap #primaryNav {
  margin: 0;
  float: left;
  width: 100%;
}

.sitemap #primaryNav #home {
  display: block;
  float: none;
  background: #ffffff url('/css/img/sitemap/L1-left.png') center bottom no-repeat;
  position: relative;
  z-index: 2;
  padding: 0 0 30px 0;
}

.sitemap #primaryNav li {
  float: left;
  background: url('/css/img/sitemap/L1-center.png') center top no-repeat;
  padding: 30px 0;
  margin-top: -30px;
}

.sitemap #primaryNav li a {
  margin: 0 20px 0 0;
  padding: 10px 0;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sitemap #primaryNav li a:hover {
}

.sitemap #primaryNav li:last-child {
  background: url('/css/img/sitemap/L1-right.png') center top no-repeat;
}

/*
.sitemap a:link:after,
.sitemap a:visited:after {
  content: " "attr(href)" ";
  display: block;
  word-wrap: break-word;
  padding: 0 10px;
}
*/

/* --------	Second Level --------- */

.sitemap #primaryNav li li {
  width: 100%;
  clear: left;
  margin-top: 0;
  padding: 10px 0 0 0;
  background: url('/css/img/sitemap/vertical-line.png') center bottom repeat-y;
}

.sitemap #primaryNav li li a {
  background: #ffffff;
}

.sitemap #primaryNav li li a:hover {
}

.sitemap #primaryNav li li:first-child {
  padding-top: 30px;
}

.sitemap #primaryNav li li:last-child {
  background: url('/css/img/sitemap/vertical-line.png') center bottom repeat-y;
}

/* --------	Third Level --------- */

.sitemap #primaryNav li li ul {
  margin: 10px 0 0 0;
  width: 100%;
  float: right;
  padding: 9px 0 10px 0;
  background: #ffffff url('/css/img/sitemap/L3-ul-top.png') center top no-repeat;
}

.sitemap #primaryNav li li li {
  background: url('/css/img/sitemap/L3-center.png') left center no-repeat;
  padding: 5px 0;
}

.sitemap #primaryNav li li li a {
  padding: 5px 0;
  padding-left: 5%;
  width: 75%;
  float: right;
}

.sitemap #primaryNav li li li:first-child {
  padding: 15px 0 5px 0;
  background: url('/css/img/sitemap/L3-li-top.png') left center no-repeat;
}

.sitemap #primaryNav li li li:last-child {
  background: url('/css/img/sitemap/L3-bottom.png') left center no-repeat;
}

/* ------------------------------------------------------------
  Utility Navigation
------------------------------------------------------------ */

.sitemap #utilityNav {
  float: right;
  max-width: 50%;
  margin-right: 10px;
}

.sitemap #utilityNav li {
  float: left;
  margin-bottom: 10px;
}

.sitemap #utilityNav li a {
  margin: 0 10px 0 0;
  padding: 5px 10px;
  display: block;
  background: #fff url('/css/img/sitemap/white-highlight.png') top left repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sitemap #utilityNav li a:hover {
}

.sitemap #utilityNav li a:link:before,
.sitemap #utilityNav li a:visited:before {
  margin-bottom: 3px;
}

/*********************************************************************/

tr.show_all_rows td {
  padding: 0;
}

a#show_all_rows {
  display: block;
  padding: 8px;
}

/*media-list*/
ul.media-list li.media {
  border-bottom: 1px dotted #ccc;
  padding-top: 1em;
}

/*external links*/
.link-external {
  background: url(/css/img/icons/extlink.png) right no-repeat;
  padding: 0 14px 0 0;
}

#home-tips {
}

#home-tips .inner {
  padding: 0.5em 0.7em 0 0.7em;
  background: #fff;
  /*border: 1px solid #ededed;*/
  border: 7px solid #ededed;
}

#home-tips h3 {
  font-size: 1.1em;
}

/**/
section#top {
  /*background: url(/css/img/backgrounds/bg_slider05.png) no-repeat center;*/
  padding: 2em 0 1em;
}

/**/
.frame1 {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.frame2 {
  padding: 10px;
  background-color: #fff;
  /*border: 5px solid #f3f3f3;*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}

.frame3 {
  padding: 10px;
  background-color: #fafafa;
  border: 5px solid #f3f3f3;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}

.frame3 .img-polaroid {
  max-width: 97%;
}

.frame4 {
  padding: 10px;
  background-color: #EEFAFF;
  border: 5px solid #b0d4e7;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}

.thumbnails.portfolio .span6 img {
  height: 307px;
}

/*banners*/
#skycraper-container {
  position: relative;
}

#skycraper {
  position: absolute;
  background: transparent none;
  right: -130px;
  top: 117px;
  width: 120px;
  height: 600px;
  overflow: hidden;
}

ul.no-list {
}

ul.no-list li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

/**/
table.table-shadowed {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/*link-login*/
.navbar-fixed-top .container {
  position: relative;
}

a#link-login {
  position: absolute;
  top: -7px;
  right: 0px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  background: #e4e9ec;
  padding: 4px 14px;
  -webkit-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}

a#link-login:hover {
  text-decoration: underline;
}

#login-box {
  border: 1px solid #ccc;
  background: #FAFAFA;
  position: absolute;
  padding: 20px;
  padding-bottom: 5px;
  top: 20px;
  right: -20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#login-box a.close {
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 5px;
}

a.carousel-control {
  text-decoration: none !important;
}

.front-perex {
  text-align: center;
  position: relative;
}

/* hotline*/
.hotline {
  position: absolute;
  right: 150px;
  top: -10px;
  padding: 0 10px 5px 10px;
  font-weight: 400;
}

.hotline span {
  font-size: 16px;
  font-weight: 600;
}

.hotline em {
  font-style: normal;
}

/*******************************************************************************/
/*akce2013*/
.akce2013 a {
  text-decoration: none;
  display: block;
  float: left;
}

.akce2013 a img {
  border: 2px solid #fff;
}

#front-box-vytvorime {
  position: relative;
}

#front-box-vytvorime a#corner {
  display: block;
  width: 104px;
  height: 104px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../images/akce/akce-inpage-20-corner.png) no-repeat;
}

table tr.akce-order th,
table tr.akce-order td {
  background: yellow !important;
  color: red !important;
}

.akce-inpage-50-sticker-p106 {
  background: url(../images/akce/cs/akce-inpage-50-sticker-p106.png) no-repeat;
  position: absolute;
  display: block;
  width: 127px;
  height: 127px;
  top: 37%;
  right: 13%;
}

.akce-inpage-50-sticker-p106 span {
  display: none;
}

table.front-table {
  margin: 0 auto;
}

table.front-table h3 {
  margin-bottom: 0.1em;
}

table.front-table span {
  color: #666;
}

.pager.wizard .disabled {
  display: none;
}

#prohlidka {
  padding-top: 20px;
}

#leftnav {
  padding: 20px 0;
  font-size: 16px;
  background: url('img/bg_list_leftnav.png') no-repeat right top;
  border-right: 0;
}

#leftnav li {
  margin-bottom: 5px;
}

#leftnav li a {
  text-decoration: none;
  border-color: #dddddd;
  padding: 11px 16px 11px 12px;
  margin-right: 0;
  border: 0;
}

#leftnav a i.icon {
  margin-right: 8px;
  margin-top: 3px;
}

#leftnav li.active a {
  background: #50AB38;
  color: #fff;
}

#leftnav li:hover {
  background: url('img/bg_list_hover.png') no-repeat right top;
  padding-right: 21px;
  margin-right: -21px;
}

#leftnav li.active {
  background: url('img/bg_list_active.png') no-repeat right top;
  padding-right: 21px;
  margin-right: -21px;
}

#leftnav li a:hover {
  color: #0077B3;
}

#leftnav li.active a:hover {
  color: #ffffff;
}

#rootwizard article {
  padding-bottom: 20px;
}

#rootwizard .row-fluid .offset1 {
  margin-left: 7%;
}

#rootwizard .row-fluid .span4 {
  width: 35%;
}

#rootwizard .img-polaroid {
  border: 1px solid #E4E4E4;

}

#main-screen {
  bottom: -500px;
  left: -500px;
  display: none;
}

.boxproduct {
  position: relative;
}

.kolecko-akce-20-red {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -13px;
  right: 5px;
  background: url('../images/akce/cs/kolecko-akce-20-red.png') no-repeat;
}

/**BODY**/
body {
  background-color: #fff;
  color: #333;
}

/**HEADINGS**/
h1 {
  color: #000;
}

h2,
h2 small {
  color: #000;
}

h2.subtitle hr {
  border-top-color: #eee;
  border-bottom-color: white;
}

#hero h2 {
  color: #000;
}

/**********************************/

.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  border-bottom: 5px solid #0077b3;
}

.portfolio .thumbnail:hover {
  border-color: #0077b3;
}

a {
  color: #0077b3;
}

a:hover,
a:focus {
  color: #cc0000;
}

.color-green {
}

#hero {
  background-color: #fafafa;
  background-color: #e4e9ec;
  background-size: cover;
}

.portfolio .portfolio-item .folio-body {
  /*background-color: rgba(0, 119, 179, 0.9);*/
  /*background-color: rgba(0, 119, 179, 0.9);*/
  /*background-color: rgba(255, 255, 255, 0.9);*/
  background-color: #fff;
  color: #000;
}

.portfolio .portfolio-item .folio-body .folio-info a {
  color: #000;
}

/*PRICING table*/
/*tbody th*/
/*table shadows*/
.table-striped tbody > tr.even > td {
  background-color: #ffffff;
}

.table-striped tbody > tr.odd > td {
  background-color: #f9f9f9;
  background-color: #ffffff;
}

/*info boxy na úvodní stránce*/

.lightblue {
  background: #66b2df;
}

.toplightblue {
  background: #5fa5cf;
}

.blue {
  background: #2eaadc;
}

.topblue {
  background: #2b9dcc;
}

.darkblue {
  background: #008ec7;
}

.topdarkblue {
  background: #0083b8;
}

.lightyellow {
  background: #f8c259;
}

.toplightyellow {
  background: #f6a812;
}

.yellow {
  background: #f6a812;
}

.topyellow {
  background: #e39c11;
}

.darkyellow {
  background: #f08813;
}

.topdarkyellow {
  background: #de7e15;
}

.arrowlblue {
  border-color: #5fa5cf transparent transparent transparent;
}

.arrowblue {
  border-color: #2b9dcc transparent transparent transparent;
}

.arrowdblue {
  border-color: #0083b8 transparent transparent transparent;
}

.arrowlyellow {
  border-color: #f6a812 transparent transparent transparent;
}

.arrowyellow {
  border-color: #e39c11 transparent transparent transparent;
}

.arrowdyellow {
  border-color: #de7e15 transparent transparent transparent;
}

/*FEATURES*/

/*navbar*/
.navbar-inner {
  background-color: #ffffff;
  border-bottom-color: #eee;
}

/*navbar nav*/
.navbar .nav > li > a {
  color: #000;
}

.navbar .nav > li > a:hover {
  color: #000;
  border-bottom-color: #ddd;
}

.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #000;
}

/*FOOTER*/
footer {
  border-top-color: #eee;
  background-color: #3a3a3a;
  color: #7e7e7e;
}

footer h5 {
  color: #d6d6d6;
}

footer a {
  color: #bebebe;
}

footer a:hover {
  color: #d6d6d6;
}

footer #logo-zone a {
  color: #7e7e7e;
}

footer .verybottom {
  background-color: #303030;
  margin-bottom: -20px;
}

/*page subsubnav*/
ul.nav_in_page {
  background-color: #fff;
}

ul.nav_in_page > li > a {
  border-color: #e5e5e5;
}

ul.nav_in_page > .active > a {
  background-color: #0077b3;
}

/*media list*/
h4.media-heading {
  color: #629628;
}

/*RUZNE*/
.even {
  background-color: #f9f9f9;
}

/*doplnkove sluzby*/
ul.add_service li h3 {
  color: #629628;
}

/**/
a#show_all_rows {
  background-color: #ffffcc;
}

/*SITEMAP*/

.sitemap #primaryNav #home {
  background-color: #ffffff;
}

/*
.sitemap a:link:after,
.sitemap a:visited:after {
  color: #555;
}
*/

.sitemap #primaryNav li a:link:before,
.sitemap #primaryNav li a:visited:before {
  color: #78a9c0;
}

/* --------	Second Level --------- */

.sitemap #primaryNav li li a {
  background-color: #ffffff;
}

.sitemap #primaryNav li li a:link:before,
.sitemap #primaryNav li li a:visited:before {
  color: #8faf5c;
}

/* --------	Third Level --------- */

.sitemap #primaryNav li li ul {
  background-color: #ffffff;
}

.sitemap #primaryNav li li li a {
  background-color: #fff;
  border-color: #80a3c4;
}

.sitemap #primaryNav li li li a:hover {
  border-color: #d1b62c;
}

.sitemap #primaryNav li li li a:link:before,
.sitemap #primaryNav li li li a:visited:before {
  color: #ccae14;
}

/* ------------------------------------------------------------
  Utility Navigation
------------------------------------------------------------ */

.sitemap #utilityNav li a {
  background-color: #fff;
}

.sitemap #utilityNav li a:link:before,
.sitemap #utilityNav li a:visited:before {
  color: #ccae14;
}

/*********************************************************************/

.btn-success {
  background-color: hsl(100, 100%, 27%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38a800", endColorstr="#2d8900");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#38a800), to(#2d8900));
  background-image: -moz-linear-gradient(top, #38a800, #2d8900);
  background-image: -ms-linear-gradient(top, #38a800, #2d8900);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #38a800), color-stop(100%, #2d8900));
  background-image: -webkit-linear-gradient(top, #38a800, #2d8900);
  background-image: -o-linear-gradient(top, #38a800, #2d8900);
  background-image: linear-gradient(#38a800, #2d8900);
  border-color: #2d8900 #2d8900 hsl(100, 100%, 25.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
}

.btn-info {
  background-color: hsl(200, 100%, 31%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007dbc", endColorstr="#00699e");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#007dbc), to(#00699e));
  background-image: -moz-linear-gradient(top, #007dbc, #00699e);
  background-image: -ms-linear-gradient(top, #007dbc, #00699e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007dbc), color-stop(100%, #00699e));
  background-image: -webkit-linear-gradient(top, #007dbc, #00699e);
  background-image: -o-linear-gradient(top, #007dbc, #00699e);
  background-image: linear-gradient(#007dbc, #00699e);
  border-color: #00699e #00699e hsl(200, 100%, 29.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
}

.h3,
p.h3 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 130%;
}

.text-danger {
  color: #C00;
}

section#customers {
  background: #0077B3;
  color: #fff;
  font-size: 22px;
  margin: 0;
  padding: 30px;
}

section#customers h3 {
  margin: 0;
  padding: 0;
  font-weight: 200;
}

section#customers h3 strong {
  font-weight: 400;
}

section#security {
  background: #349F01 url(images/new_security.png) repeat-x center top;
  color: #fff;
  margin: 0;
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

section#security h3 {
  margin: 0;
  padding: 0;
  font-weight: 200;
  font-size: 220%;
  margin-bottom: 16px;
}

section#security h3 strong {
  font-weight: 400;
}

section#security p {
  font-size: 1.2em;
}

section#security a {
  color: #fff;
  text-decoration: none;
}

section#security a:hover {
  text-decoration: underline;
}

section#services {
  padding-bottom: 1em;
}

/* EDITED */
#zonerista {
  z-index: 20000;
}

.proin .span12, .vytvor .span12 {
  width: 100%
}

input#domain-design, select#tld, input#domainname,
input#desc1, input#desc2 {
  margin: 2px;
}

#quotes {
  display: none !important;
}

#quotes .holder > div {
  background: #fff;
  margin: 0 auto;
  width: 42.5%;
  padding: 5px 25px;
  text-align: center;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 5px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 0 130px;
}

#quotes .holder > div:first-child {
  margin-right: 20px;
}

#quotes .holder > div:before {
  content: "";
  position: absolute;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: -20px;
  left: 48px;
  border-width: 22px;
  border-style: solid;
  z-index: 9;
  border-color: transparent #fff #fff transparent;
}

#quotes .holder > div:after {
  content: "";
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: -20px;
  left: 50px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent #FFF #FFF transparent;
}

#quotes .holder > div p {
  color: #777;
  text-align: left;
  line-height: 22px;
  padding: 10px 0 20px;
}

#quotes .holder > div div {
  text-align: left;
  position: absolute;
  bottom: -115px;
  left: 0;
}

#quotes img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  float: left;
}

#quotes span {
  position: relative;
  top: 20px;
}

#referal .holder .span6 > div {
  position: relative;
  height: auto;
  min-height: 300px;
}

#referal .holder .span6 > div > div {
  position: absolute;
  bottom: 0;
}

#referal .holder .span6 {
  margin: 0 auto;
  width: 50%;
  margin-bottom: 130px;
  bottom: 0;
}

#referal .holder .span6 > div > div {
  background: #fff;
  margin: 10px;
  text-align: center;
  padding: 5px 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 5px;
  border-radius: 5px;
}

#referal .holder .span6 > div > div:before {
  content: "";
  position: absolute;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -20px;
  left: 48px;
  border-width: 22px;
  border-style: solid;
  z-index: 9;
  border-color: transparent #fff #fff transparent;
}

#referal .holder .span6 > div > div:after {
  content: "";
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -20px;
  left: 50px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}

#referal .holder .span6 p {
  color: #777;
  line-height: 22px;
  text-align: left;
  padding: 10px 0 20px;
}

#referal .holder .span6 div div div {
  text-align: left;
  position: absolute;
  bottom: -115px;
  left: 0;
}

#referal img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  float: left;
}

#referal span {
  position: relative;
  top: 20px;
}

#referal .carousel-control.left {
  left: -50px;
  top: 50%;
}

#referal .carousel-control.right {
  right: -50px;
  top: 50%
}

.rounded {
  border-radius: 50%;
}

/* google iframe při objednávce dema */
iframe[name="google_conversion_frame"] {
  height: 0;
}

/***/
@media only screen and (max-width: 1200px) {
  .proin, .vytvor {
    width: 100%;
  }

  footer .container {
    padding-bottom: 40px;
  }

  .navbar .nav.pull-right {
    top: 10px;
  }

  #quotes .holder > div {
    width: 41.5%;
  }

  #referal .holder .span6 > div {
    min-height: 380px;
  }
}

@media only screen and (max-width: 979px) {
  #login-box {
    right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 40px;
  }

  #login-box {
    right: 0px;
  }

  .close {
    font-size: 30px;
  }

  .hotline {
    font-size: 11px;
    top: -5px;
  }

  .textlists {
    margin-left: 0px;
  }

  .textlists > li, .contact-lists > li {
    margin: 0px auto 20px;
    width: 50%;
  }

  #home-tips .span4 {
    margin: 0px 0px 10px;
  }

  .portfolio-item img {
    width: 100%;
  }

  .img-polaroid {
    padding: 0px;
    width: 99%;
  }

  #rootwizard .row-fluid .span4 {
    width: 100%;
  }

  #rootwizard .row-fluid .offset1 {
    margin-left: 0px;
  }

  #mapa .span12 {
    background: url("../images/mapa-inpage-cz.png") center center;
    min-height: 100px;
  }

  #mapa .span12 img {
    visibility: hidden;
  }

  #catalog_top .span3, footer .span3, .thumbnails.portfolio .span3,
  .text-center.ban {
    width: 50%;
    float: left;
  }

  .portfolio .thumbnail {
    margin: 0px 10px;
  }

  .right-column {
    padding-left: 0px;
  }

  .domain-design td {
    display: block;
  }

  #quotes .holder > div {
    width: 75.5%;
    margin-right: 0 !important;
  }

  #referal .carousel-control.left {
    left: 15px;
    top: 50%;
  }

  #referal .carousel-control.right {
    right: 15px;
    top: 50%
  }

  #referal .holder .span6 {
    width: 85%;
  }

  #referal .holder .span6:nth-of-type(2) {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #lhc_status_container {
    margin: 0px 10px 5px 10px;
  }

  input#desc1, input#desc2, input#domain, input#email {
    width: 90%;
  }
}

@media only screen and (max-width: 550px) {
  #prohlidka #leftnav {
    width: 95%;
    background: none;
    display: block;
  }

  #prohlidka .tab-content {
    float: left;
  }
}

@media only screen and (max-width: 500px) {
  .hotline span {
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .hotline img {
    position: relative;
    top: -4px;
  }
  .hotline img:nth-child(2) {
    right: -2px
  }
  .hotline em {
    display: none;
  }

  .textlists > li, .thumbnails.portfolio .span3, .text-center.ban {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  #catalog_top .span3, footer .span3 {
    width: 100%;
  }
}

@media only screen and (max-width: 350px) {
  .contact-lists > li {
    width: 100%
  }
}

section#eet {
  background: #0077b3;
  color: #fff;
  margin: 0;
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

section#eet h3 {
  margin: 0;
  padding: 0;
  font-weight: 200;
  font-size: 220%;
  margin-bottom: 16px;
}

section#eet h3 strong {
  font-weight: 400;
}

section#eet p {
  font-size: 1.2em;
}

section#eet a {
  color: #fff;
  text-decoration: none;
}

section#eet a:hover {
  text-decoration: underline;
}


/* colorlines  */
section.colorline {
  background-color: #607d8b;
  color: #fff;
  margin: 0;
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

section.colorline h3 {
  margin: 0;
  padding: 0;
  font-weight: 200;
  font-size: 220%;
  margin-bottom: 16px;
}

section.colorline h3 strong {
  font-weight: 400;
}

section.colorline p {
  font-size: 1.2em;
}

section.colorline a {
  color: #fff;
  text-decoration: none;
}

section.colorline a:hover {
  text-decoration: underline;
}

/* colorline orange  */
section.colorline.colorline-orange{
  background-color: #f08813;
}

.bg-line-edu{
  background-image: url('images/bg-line-edu.png');
}


#products_order th {
  width: 30%;
}

a.mytip,
a.mytip:hover {
  text-decoration: none;
  color: #000;
}

.text-small{
  font-size: 85%;
}

.span4 {position:relative}

.thumbnails.portfolio .buttons {
  position: absolute;
  bottom: 15px;
  left: 0;
  margin:0 auto;
  width:100%;
  text-align:center;
}

@media (max-width: 1200px) {
  #zonerista {
    display: none
  }
}

/*tabs-top*/

.tabs-top .nav-tabs {
  border-bottom: 1px solid #ccc;
}

.tabs-top .nav-tabs > li > a {
  line-height: 32px;
  border: 1px solid #ccc;
  background-color:#ccc;
  border-radius:0;
  font-size:20px;
  color:white;
  text-decoration:none;
}

.tabs-top  .nav-tabs > li > a:hover,
.tabs-top  .nav-tabs > li > a:focus {
  border-color: #bbb;
  background-color:#bbb;
}

.tabs-top  .nav-tabs > .active > a,
.tabs-top .nav-tabs > .active > a:hover,
.tabs-top .nav-tabs > .active > a:focus {
  color: #fff;
  background-color: #50ab38;
  border: 1px solid #50ab38;
}