@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,800&subset=latin,latin-ext);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@media(prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

html,body {
  scroll-padding-top: 85px
}

@media(min-width: 1200px) {
  html,body {
    scroll-padding-top:80px
  }
}

body {
  /* background: url('/obrazek/3/xxx-png/') repeat #fff;*/
  background-color:#F5F8FA;
  color: #555555;
  font-size: 13px;
  top: 0!important;
  font-family: "Poppins",sans-serif;
}
.container {
  max-width: 100%;
}
.img-responsive { 
  margin: auto 
}
.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none!important;
  background: none;
}
.navbar-default .navbar-nav > li > a {
  transition: all .3s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background: #0e68b0;
  color: #fff;
}
#mainContainer {
  padding-top: 117px!important;
  background-image: url('/obrazek/3/pozadi-blue-png/');
  background-position: center top;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
}
#pagination {
  width: 100%;
  float: left;
  clear: both;
}
#content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fbfbfb;
  position: relative;
}
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600
}
h1 {
  margin: 0px 0 10px
}
h2 {
  margin: 15px 0 8px
}
h3 {
  margin: 10px 0 5px;
}
h1,
h3,
h5 {
  color: #000;
}
h2,
h4,
h6 {
  color: #3272a8;
}
a {
  color: #3272a8;
}
a:hover {
  text-decoration: none;
}

/*ciselny seznam*/
#mainContent ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0
}

#mainContent ol > li {
  position: relative;
  margin: 0 0 0 2rem;
  padding: 1px 8px;
  list-style: none;
}

#mainContent ol > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  left: -15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0E68B0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;

}


#mainContent  li > ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  background-color:transparent;
  color:inherit;
  font-weight:normal;
}



/* / */

.podpis {
  margin: 3em 0 3em;
  padding: 8px 10px;
  text-align: right;
  max-width: 100%;
  border: 0;
}
.podpis span {
  font-size: 0.85em;
  font-style: italic;
}

pre {
  margin-bottom:25px;
}
/*nav .dropdown-menu,*/

nav .caret {
  display: none!important;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0e68b0;
}
.breadcrumb {
  background: #FFFFFF;
  border: 1px solid #f7f7f7;
  padding: 5px 10px;
}
.dropdown-menu {
  background: #0c5a98;
  padding-top: 20px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.navbar .navbar-nav > li > ul a,
.navbar .navbar-nav > li > ul a:hover,
.navbar .navbar-nav > li > ul a:focus,
.navbar .navbar-nav > .active a {
  background-color: #0c5a98;
  color: #fff;
}
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a {
  background-color: #0e68b0;
}
/* //////////////////////////////////// */
/* ------------- MENU --------------- */

.navbar-fixed-top {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #f7f7f7;
  top: 0!important;
}
nav .navbar-inner {
  padding-bottom: 0px;
}
#list-navbar {
  float: left !important;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 3px;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
  padding: 10px 16px;
  margin: 0 1px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
}
.navbar .navbar-nav > li > a {
  border-radius: 5px;
}
.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:hover,
.navbar .navbar-nav > .disabled > a:focus {
  color: #000;
  background-color: #fff;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #000;
  background-color: #fff;
}
/*mobile menu*/

.navbar-default .navbar-toggle {
  border-color: rgb(255, 255, 255);
  color: white;
  background-color: #3272a8;
  margin-right: 13px;
}
.navbar-default .navbar-toggle:hover {
  background-color: #0077c1;
}
.navbar {
  text-transform: uppercase;
}
ul.dropdown-menu.level2 li a {
  transition: all .3s ease;
  background: transparent;
}
ul.dropdown-menu.level2 li a:hover {
  background: #0e68b0;
}
/*takže můžeme udělat - můžeme, jen musíme komentáře zakomentovat hvězdičkou a lomítkem, jinak se počítají jako kód */

.navbar {
  text-transform: none;
}
/*-------- vypis rubrik - boxiky -----------*/

ul#list-rubrics {
  padding: 0;
  margin: 0px;
  display: inline;
}
ul#list-pages+hr {
  display: none;
}
ul#list-rubrics > li {
  width: 31%;
  display: block;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: white;
  margin-left: 1%;
  margin-right: 1%;
  list-style: none;
  border-radius: 5px;
  transition: all .3s ease;
}
#list-rubrics .media h2.media-heading {
  font-size: 15px;
  font-size: 1.4em;
  margin: 0;
}
#list-rubrics .media h2.media-heading a {
  text-decoration: none;
  display: block;
  padding: 10px 15px 10px;
  font-weight: normal
}
ul#list-rubrics .perex {
  padding: 10px 5px
}
ul#list-rubrics .perex .text {
  display: none;
}
ul#list-rubrics .perex .rozcestnik2 {
  display: block
}
ul#list-rubrics p.details {
  display: none;
}
.rubric-main-perex .rozcestnik2 {
  display: none;
}
ul#list-rubrics > li:hover {
  color:white;
  background-color:#0e68b0;
}

ul#list-rubrics > li:hover a{
  color:white;
}

.rozcestnik2 ul {
  padding-left: 0px;
  list-style-type: none;
}
.rozcestnik2 ul li {
  margin-bottom: 0px;
  padding-left: 30px;
}
.rozcestnik2 ul li:before {
  content: "\f138";
  font-family: FontAwesome;
  color: #3272a8;
  font-size: 13px;
  margin-right: 0px;
  margin-left: -20px;
  position: absolute;
}
p.details {
  border-top: 1px solid #eee;
  padding: 5px 0 0 0;
  margin: 20px 0 0;
  font-size: 0.82em;
  color: #9E9E9E;
  clear: both;
}
/*---- vypis clanku rubriky --------*/

#list-pages .media {
  margin: 8px
}
#list-pages .perex {
  display: none;
}
#list-pages .media-heading {
  margin: 0px;
  font-size: 1.1em;
  font-weight: normal;
}
ul#list-pages {
  padding-left: 0px;
  list-style-type: none;
  margin-top: 20px
}
ul#list-pages li {
  margin-bottom: 0px;
  padding-left: 25px;
}
ul#list-pages li:before {
  content: "\f138";
  font-family: FontAwesome;
  color: #3272a8;
  font-size: 13px;
  margin-right: 0px;
  margin-left: -20px;
  position: absolute;
}
/*-- rámeček varování -------*/

.highlight-red {
  background-color: #fff;
  border: 0;
  padding: 25px;
  margin: 20px 0px;
}
.highlight-red strong:first-of-type {
  color: #0e68b0;
  font-size: 19px;
}
.highlight-red h5 {
  color: #F00;
  text-decoration: underline;
  padding-left: 16px;
  margin-top: 7px;
}
.highlight-red h5:before {
  content: "\f071";
  font-family: FontAwesome;
  margin-left: -16px;
  margin-right: 10px;
}
/* --------------- VYPIS KOMENTARU -------------- */

ul#list-comments li {
  background: -moz-linear-gradient(top, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 244, 247, 1)), color-stop(100%, rgba(240, 244, 247, 0)));
  background: -webkit-linear-gradient(top, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 100%);
  background: -o-linear-gradient(top, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 100%);
  background: -ms-linear-gradient(top, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 100%);
  background: linear-gradient(to bottom, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f7', endColorstr='#00f0f4f7', GradientType=0);
  border: 1px solid #eee;
  padding: 5px;
  border: 1px solid #d2d2d2;
}
p.comment {
  border-top: 1px solid #d2d2d2;
  padding: 5px 0 0 0;
}
/*///////////////////////////////////*/
/*---------- FOOTER ------------*/

a#i-logoinpage {
  display: inline-block;
  width: 74px;
  height: 20px;
  background: url(/images/logoinpagefooter.png);
  position: relative;
  top: 5px;
}
#bar-poweredby {
  display: none;
}

/*//////////////////////////////////*/
/*-------- PATICKA DOLE -----------*/
/*--------------------nová patička----------------------*/

#box-custom-footer {
  font-size: 100%;
  min-height: 150px;
  text-align: center;
  padding: 00px 0;
  background: transparent;
  border-top: 0px solid #006197;
}
#box-custom-footer .col-sm-3 {
  color: #eee;
  vertical-align: top;
  text-align: left;
}
#box-custom-footer #footer-main {
  margin: 0 auto;
  width: 960px;
}
#box-custom-footer .col-sm-3 h4 {
  font-size: 18px;
  color: white;
  margin-bottom: 5px;
  text-shadow: -2px 1px 1px #000000;
  font-weight: 500;
}
#box-custom-footer ul {
  list-style: disc;
  padding: 0;
}
#box-custom-footer ul li {
  display: block;
  line-height: 1.6em;
  margin-left: 0px;
}
#box-custom-footer .col-sm-3 a {
  font-size: 14px;
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */

  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */

  -o-transition: all 0.3s ease-out;
  /* Opera 10.50–12.00 */

  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#box-custom-footer .col-sm-3 a img {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */

  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */

  -o-transition: all 0.3s ease-out;
  /* Opera 10.50–12.00 */

  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#box-custom-footer {
  text-shadow: none
}
#box-custom-footer ul li a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 7px #CCCCCC;
}
/* Google translate s vlaječkami */


.translated-ltr body {
  top: 0!important;
}

.translation-links {
  position: fixed;
  top: 75px;
  right: calc((100vw - 1170px) / 2 + 10px);
  background: #0c5a98;
  color: #fff;
  list-style: none;
  border-radius: 0 0 10px 10px;
  font-size: 0;
  width: 98px;
  height: 30px;
  text-align: left;
  padding-left: 11px;
  padding-top: 3px;
}
.translation-links .czech {
  background-image: url(/obrazek/2/czech-flag-jpg);
  width: 22px;
  height: 16px;
  display: block;
  float: left;
}
.translation-links .slovak {
  background-image: url(/obrazek/2/sk-png);
  width: 22px;
  height: 16px;
  display: block;
  float: left;
  margin: 0 0 0 5px;
}
.translation-links .english {
  background-image: url(/obrazek/2/flag-gb-l-png);
  width: 22px;
  height: 16px;
  display: block;
  float: left;
  margin: 0 5px;
}
.translation-links .deutsch {
  background-image: url(/obrazek/2/de-flag-gif/);
  width: 22px;
  height: 16px;
  display: block;
  float: left;
}

.navbar-fixed-top {
  top: 0!important;
}

.goog-te-banner-frame {
  display: none!important;
}

@media (max-width:992px){
  .translation-links {
    top: 82px;
  }
}

/*---------- support ------------*/

.support {
  background-color: #3272a8;
  padding: 30px 0 25px;
  color: white;
  font-size: 14px;
  line-height: 1.6em;
  text-align: left;
}
.support>div>div>div p {
  padding-left: 70px;
  height: 50px;
}
.support i {
  position: absolute;
  left: 25px;
  top: -7px;
  font-size: 60px;
  width: 45px;
  height: 45px;
  text-align: center;
}
.support>div>div>div:last-child i {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
.support strong {
  font-weight: 500;
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: none;
}
#box-custom-footer .support>div>div>div a {
  color: #fff;
  text-transform: none;
}
.support>div>div>div:last-child{
  margin-top: -11px;
}
.support>div>div>div:last-child i {
  top: 3px;
}
/*-------- projekty -------*/

.projects {
  background-color: #333;
  padding: 10px 20px
}
#box-custom-footer a:hover img {
  opacity: 1;
}
.box-custom {
  width: 100%!important;
  background-color: white!important;
}
footer {
  margin-top: 20px
}
footer .box-custom .row {
  margin: 0;
}
footer .box-custom .col-lg-12 {
  padding: 0;
}
/*============== rozcestnik =================*/

.rozcestnik .col-sm-4 .panel {
  min-height: 220px;
  border-color: #d6d6d6;
  border-radius: 5px;
}
.rozcestnik .panel-heading {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #3272a8;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.rozcestnik .panel h2 {
  font-size: 1.3em;
  margin: 0;
  padding: 10px 15px 10px;
  color: #fff
}
.rozcestnik .panel .h2 {
  padding: 0px;
  font-weight: 600;
  line-height: 24px;
}
.rozcestnik .panel .h2 a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 15px 10px;
  text-decoration: none;
  color: #fff;
}
.rozcestnik .panel .h2 a:hover {
  background-color: #3986c4;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.rozcestnik .panel .h2 img {
  margin-right: 10px;
  vertical-align: bottom!important;
}
.rozcestnik .panel-body {
  padding: 10px;
}
.rozcestnik .col-sm-4 ul {
  padding-left: 0px;
  list-style-type: none;
}
.rozcestnik .col-sm-4 ul li {
  margin-bottom: 0px;
  padding-left: 25px;
}
.rozcestnik .col-sm-4 ul li:before {
  content: "\f138";
  font-family: FontAwesome;
  color: #3272a8;
  font-size: 13px;
  margin-right: 0px;
  margin-left: -20px;
  position: absolute;
}
/*============== uvodni stranka =================*/

#index .col-sm-4 .panel {
  min-height: 326px!important;
}
/*================domeny ===================*/

#article-244328 .col-sm-4 .panel {
  min-height: 290px;
}
/*====================== webhosting ==================*/

#article-244941 .rozcestnik .col-sm-4 .panel {
  min-height: 130px;
}
#article-244941 .col-sm-4:nth-of-type(1) .panel,
#article-244941 .col-sm-4:nth-of-type(2) .panel,
#article-244941 .col-sm-4:nth-of-type(3) .panel {
  min-height: 430px!important;
}
#article-244941 .col-sm-4:nth-of-type(4) .panel,
#article-244941 .col-sm-4:nth-of-type(5) .panel,
#article-244941 .col-sm-4:nth-of-type(6) .panel {
  min-height: 235px!important;
}
/*======= elektronicka posta ===========*/

#article-244944 .rozcestnik .col-sm-4 .panel {
  min-height: 280px;
}
#article-244944 .col-sm-4:nth-of-type(1) .panel,
#article-244944 .col-sm-4:nth-of-type(2) .panel,
#article-244944 .col-sm-4:nth-of-type(3) .panel {
  min-height: 420px!important;
}
/*#rubric-34753 ul#list-rubrics > li {
min-height: 352px;
}*/
/*================ fakturace ===========*/

#article-244948 .rozcestnik .col-sm-4 .panel {
  min-height: 240px;
}
/*============ časté dotazy =============*/
/*#rubric-35156 ul#list-rubrics > li{
width:100%;
display:block;
min-height:auto;
background-color:transparent;
margin:auto;
list-style:none;
border: 0px solid #d6d6d6;
padding: 0px;
border-radius:0px;
}

#rubric-35156 #list-rubrics .media h2.media-heading {font-size:1.1em; font-weight:normal; margin:0; }
/*#rubric-35156 #list-rubrics .media h2.media-heading a {text-decoration:underline; color:inherit; display:block;padding:0px; color:inherit; background-color:transparent; border-top-right-radius:0px; border-top-left-radius:0px;}
#rubric-35156 #list-rubrics .media h2.media-heading a:hover {background-color:transparent; border-top-right-radius:0px; border-top-left-radius:0px; text-decoration:none;}

#rubric-35156 ul#list-rubrics .perex {display:none;}

#rubric-35156 ul#list-rubrics {padding-left:0px; list-style-type:none; margin-top:20px!important}
#rubric-35156 ul#list-rubrics li {margin-bottom:0px;padding-left:33px; }
#rubric-35156 ul#list-rubrics li:before {
content: "\f138";
font-family: FontAwesome;
color:#3272a8;
font-size:13px;
margin-right: 0px;
margin-left: -20px;
position:absolute;

}

#rubric-35156 ul#list-pages {margin-top:0;}*/

/*----------------- vyhledavani -----------*/

#search form .form-group:last-of-type {
  display:none;
}

#search .search .alert {display:none}
#search .search .alert:first-of-type {display:block;}

/*-------------- kontakty -----------*/

#article-244338 .table tr th:first-of-type {
  width: 30%;
  min-width: 60px;
}
.other-project {
  margin-top: 20px;
}
.other-project .media {
  padding: 10px 0;
  margin: 0px 0;
  border-bottom: 0px solid #dddddd;
  border-top: 1px solid #dddddd;
  min-height: 117px;
}
.other-project .col-sm-6:first-of-type .media,
.other-project .col-sm-6:nth-of-type(2) .media {
  border-top: 0;
}
.other-project .media-body,
.other-project .media-left,
.other-project .media-right {
  display: table-cell;
  vertical-align: top;
}
.other-project .media-left {
  padding-right: 40px;
  vertical-align: middle;
}
.other-project .media-body p {
  margin: 0
}
.other-project .media-heading {
  color: #1d5794;
}
#box-custom-header {
  position: fixed;
  top: 20px;
  z-index: 9999;
  width: 80px!important;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
}
#box-custom-header a:first-child {
  margin-right: 10px;
}
.notranslate {
  background: none!important;
}
#list-navbar {
  min-height: 47px;
}
.navbar-default .navbar-nav > li a {
  padding: 10px 8px;
  margin: 0px;
  font-size: 12pt;
  font-weight: 600;
  font-family: "Poppins",sans-serif;
}
.rozcestnik .panel h2 {
  display: table;
  width: 100%;
}
.rozcestnik .panel h2:hover {
  background-color: #3986c4;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.rozcestnik .panel .h2 a {
  width: auto;
  display: table-cell;
}
.rozcestnik .panel .h2 span {
  display: table-cell;
  width: 90%;
  padding-left: 0px;
  margin-left: 0px;
  text-indent: -30px;
}
.rozcestnik .panel .h2 a:hover {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: transparent;
  background-color: #3986c4;
  border-top-right-radius: 5px;
}
.support>div>div>div:last-of-type > p > .notranslate:nth-of-type(2) {
  position: relative;
  top: -20px;
}
.rozcestnik .panel .h2 a:after {
  content: "\f138";
  float: right;
  font-family: FontAwesome;
}
.rozcestnik .panel .h2 .notranslate a:after {
  content: ">";
  position: absolute;
  right: 15px;
}
.rozcestnik .panel .h2 a:first-child:after {
  display: none;
}
.rozcestnik ul li:last-child {
  padding-top: 10px;
  padding-left: 5px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.rozcestnik ul li:last-child:before {
  display: none;
}
.rozcestnik ul li:last-child a {
  text-decoration: none;
}
li#menu-item-286235 a,
li#menu-item-286236 a {
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
}
li#menu-item-286235 a {
  background-image: url("https://sslmarket.cz/images/flags/de.gif");
}
li#menu-item-286236 a {
  background-image: url("https://sslmarket.cz/images/flags/gb.gif");
}
li#menu-item-286235 a:hover,
li#menu-item-286236 a:hover {
  background-color: transparent;
}
#form-search input[name="q"] {
  border-color: #3598dc;
}
#form-search .btn {
  background: #3598dc;
}
#form-search .btn .fa {
  color: #fff;
}
/*NEWSTYLE*/
/*TEST*/

#index .breadcrumb {
  display: none
}
#index h1.title {
  display: none
}

.projects {
  background-color: #29353d
}

#form-search .btn {
  top:0;
  height:50px;
  background-color:#0C5A98;
  border: 1px solid #ccc;
  color:#fff;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

#form-search .btn:hover {
  background-color: #0E68B0
}

#box-custom-motive {
  display: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background:
    /*#3598dc*/

    #0e68b0!important;
  padding: 50px;
  margin: 0
}
#box-custom-motive {
  display: block
}
.rubric #box-custom-motive,
.article-detail #box-custom-motive,
#search #box-custom-motive {
  padding: 40px 25px 35px
}
.navbar-form#form-search {
  display: none
}
.navbar-header {
  float: left;
  margin-left: 15px;
  width: 150px;
}
.navbar-collapse {
  float: left;
  border: none;
  /*width: calc(100% - 150px); */

  text-align: right
}
#list-navbar {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  padding: 0
}
#form-search input {
  display: table-cell;
  float: left;
  width: calc(100% - 50px);
  height: 50px;
  padding: 20px;
  border-radius: 5px 0 0 5px;
  font-size: 20px
}
.rubric #form-search input,
.article-detail #form-search input,
#search #form-search input {
  height: 42px;
  font-size: 15px
}
#form-search button {
  display: table-cell;
  float: left;
  height: 51px;
  border: 0;
  border-radius: 0 5px 5px 0;
  position: relative;
  top: -1px;
  left: -3px;
  width: 50px
}
.rubric #form-search button,
.article-detail #form-search button,
#search #form-search button {
  height: 42px
}
#index h1 {
  color: #fff;
  font-size: 4em
}
#index h2 {
  color: #fff;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 50px
}
.rubric #box-custom-motive h1,
.rubric #box-custom-motive h2,
.article-detail #box-custom-motive h1,
.article-detail #box-custom-motive h2,
#search #box-custom-motive h1,
#search #box-custom-motive h2 {
  display: none
}
.navbar {
  background:
    /*#258cd3*/

    #0c5a98;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase
}
.navbar-fixed-top {
  border-bottom: 0;
  padding: 10px 0
}
#logo img {
  display: none
}
#logo {
  background-image: url("/soubor/logo-czechia-w-svg/");
  width: 180px;
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
  margin-left: 0;
}
.navbar-nav > li {
  float: none!important;
  display: inline-block;
}
#mainContainer {
  padding-top: 75px!important;
  background: #f5f8fa;
}
/*domeček v menu*/
#menu-item-435414 a {
  font-size:0;
  padding-top:9px;
  padding-bottom:8px;
}

#menu-item-435414 a:after {
  content:"\f015";
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight:normal;

}


/**/

#content {
  background: #f5f8fa;
}
.rubric #content,
.article-detail #content,
#search #content {
  margin-top: 0;
  padding-top: 0
}
#search-bar {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}
#list-rubrics li .media-body:before {
  font-family: "FontAwesome";
  font-size: 30px;
  position: absolute;
  left: -45px;
  top: calc(50% - 24px);
  color: #0e68b0;
  text-align: center;
  width: 50px
}
#list-rubrics li:hover .media-body:before{
  color:white;
}

#list-rubrics li .media-body {
  position: relative!important;
  overflow: visible;
  padding: 15px;
  float: left;
  width:100%;
}
#index #list-rubrics li:first-child .media-body:before {
  content: "";
  background-image: url('/obrazek/3/dns-icon-png');
  background-size:contain;
  height:30px;
  width:30px;
  left:-30px;
}
#index #list-rubrics li:first-child:hover .media-body:before{
  filter: contrast(0%) brightness(200%);
}

#index #list-rubrics li:nth-child(2) .media-body:before,
#rubric-47484 #list-rubrics li .media-body:before,
.rubric-47484 #list-rubrics li .media-body:before {
  content: "\f0ac";
}
#index #list-rubrics li:nth-child(3) .media-body:before,
#rubric-47481 #list-rubrics li .media-body:before,
#rubric-47466 #list-rubrics li .media-body:before {
  content: "\f233"
}
#index #list-rubrics li:nth-child(4) .media-body:before,
#rubric-47483 #list-rubrics li .media-body:before,
.rubric-47483 #list-rubrics li .media-body:before {
  content: "\f0e0"
}

#index #list-rubrics li:nth-child(5) .media-body:before{
  content: "" ;/*ssl*/
  background-image: url(/obrazek/3/ssl-icon-png/);
  background-size:contain;
  height:30px;
  width:30px;
  left:-30px;
}
#index #list-rubrics li:nth-child(5):hover .media-body:before{
  filter: contrast(0%) brightness(200%);}


#index #list-rubrics li:nth-child(6) .media-body:before,
#rubric-47482 #list-rubrics li .media-body:before,
.rubric-47482 #list-rubrics li .media-body:before {
  content: "\f0d6"
}
#index #list-rubrics li:nth-child(7) .media-body:before,
#rubric-47446 #list-rubrics li .media-body:before,
.rubric-47446 #list-rubrics li .media-body:before {
  content: "\f085"
}
#index #list-rubrics li:nth-child(8) .media-body:before {
  content: "\f059";
}
#index #list-rubrics li:nth-child(9) .media-body:before {
  content: "\f02d ";
}
/*webhosting*/
#rubric-47481 #list-rubrics li:first-of-type .media-body:before{
  content: "\f17c" /*linux*/
}
#rubric-47481 #list-rubrics li:nth-of-type(2) .media-body:before{
  content: "\f17a" /*windows*/
}
#rubric-47481 #list-rubrics li:nth-of-type(4) .media-body:before,
#rubric-47481 #list-rubrics li:nth-of-type(5) .media-body:before{
  content: "\f1c0" /*databaze*/
}
#rubric-47481 #list-rubrics li:nth-of-type(7) .media-body:before{
  content: "\f121" /*open-source*/
}
#rubric-47481 #list-rubrics li:nth-of-type(8) .media-body:before{
  content: "\f0c7" /*zalohovani*/
}



#rubric-47481 #list-rubrics li:last-of-type .media-body:before {
  content: "\f085" /*pokrocile*/
}

/*open source*/
#rubric-47459 #list-rubrics li:first-of-type .media-body:before{
  content: "\f19a" /*wordpress*/
}
#rubric-47459 #list-rubrics li:nth-of-type(2) .media-body:before{
  content: "\f1aa" /*joomla*/
}
#rubric-47459 #list-rubrics li:nth-of-type(3) .media-body:before{
  content: "\f1a9" /*drupal*/
}
#rubric-47459 #list-rubrics li:nth-of-type(4) .media-body:before{
  content: "" ;/*prestashop*/
  background-image: url(/soubor/prestashop-svg/);
  filter: invert(22%) sepia(92%) saturate(2111%) hue-rotate(191deg) brightness(96%) contrast(89%);
  height:30px;
  width:30px;
  left:-30px;
}
#rubric-47459 #list-rubrics li:nth-of-type(4):hover .media-body:before{
  filter: invert(100%) sepia(0%) saturate(6990%) hue-rotate(242deg) brightness(123%) contrast(108%);
}
#rubric-47459 #list-rubrics li:nth-of-type(5) .media-body:before{
  content: "" ;/*magento*/
  background-image: url(/soubor/magento-svg/);
  filter: invert(22%) sepia(92%) saturate(2111%) hue-rotate(191deg) brightness(96%) contrast(89%);
  height:30px;
  width:30px;
  left:-30px;
}
#rubric-47459 #list-rubrics li:nth-of-type(5):hover .media-body:before{
  filter: invert(100%) sepia(0%) saturate(6990%) hue-rotate(242deg) brightness(123%) contrast(108%);
}

#rubric-47459 #list-rubrics li:nth-of-type(6) .media-body:before{
  content: "\f23d" /*opencart*/
}
#rubric-47459 #list-rubrics li:nth-of-type(7) .media-body:before{
  content: "\f03e" /*gallery*/
}




#list-rubrics li {
  border: 0;
  min-height: 0!important;
  padding-left: 55px;
}
#list-rubrics .media h2.media-heading a {
  background-color: transparent;
  color: #333;
  font-size: 1.3em;
  padding-left: 0;
}
#list-rubrics .media:hover h2.media-heading a {
  color:white;
}
ul#list-rubrics .perex {
  float: left;
  padding: 0;
}
ul#list-rubrics p.details {
  display: block;
  float: left;
  margin-top: 0;
  width: 100%;
  border-top: 0;
  margin-bottom: 15px
}
ul#list-rubrics li:hover p.details {
  color:white;
}
#index main hr {
  display: none
}
.support {
  background: #0c5a98
}
.rubric main,
.article-detail main,
#search main {
  background: #f5f8fa
}
.rubric .breadcrumb,
.article-detail .breadcrumb,
#search .breadcrumb {
  background: #f5f8fa;
  border: 0;
  font-size: 1.2em;
  padding: 20px 0
}
.rubric h1.title,
.article-detail h1.title,
#search h1.title {
  text-align: center;
  font-size: 3em;
  color: #0c5a98
}
.rubric .rubric-main-perex {
  text-align: center;
  font-size: 1.3em
}
.rubric ul#list-pages {
  margin-top: 60px
}
.rubric #list-pages .media,
.article-detail #menu li {
  background: #fff;
  padding: 0;
  margin: 10px 1%;
  width: 48%;
  float: left;
  position: relative;
  list-style: none;
}
.article-detail #menu li:nth-of-type(3n + 4) {
  clear: left;
}
.rubric #list-pages .media:nth-of-type(2n + 3),
.rubric #list-rubrics .media:nth-of-type(3n + 4) {
  clear: left;
}

.rubric #list-pages .media-heading,
.article-detail #menu li a {
  margin: 0;
  font-size: 17px
}
.rubric p.details {
  display: none
}
.rubric ul#list-pages li:before,
.article-detail #menu li:before {
  content: "\f0f6";
  top: calc(50% - 10px);
  margin-left: 14px;
  font-family: "FontAwesome";
  position: absolute;
}

.article-detail #menu li:before {
  color:#0e68b0;
}

.rubric #list-pages li,
.article-detail #menu li {
  transition: all .3s ease
}
.rubric #list-pages a,
.article-detail #menu li a {
  text-decoration: none;
  padding: 15px 15px 15px 35px;
  display: block;
  width: 100%
}
.rubric #list-pages .media:hover,
.article-detail #menu li a:hover {
  background: #0e68b0;
  color: #fff
}
.rubric #list-pages .media:hover a,
.rubric #list-pages li:hover:before,
.article-detail #menu li:hover:before {
  color: #fff
}
.article-detail #mainContent {
  font-size: 15px
}
.article-detail #mainContent p,
.article-detail #mainContent > ul,
.article-detail #mainContent > ol {
  margin-bottom: 25px;
}
/*.article-detail #mainContent > h1 + p:first-of-type {
font-size: 19px;
margin-bottom: 50px;
}*/
.article-detail h2 {
  color: #0e68b0;
  border-bottom: 3px solid #0e68b0;
  padding-bottom: 10px;
  margin-top: 30px;
}
.support p {
  margin-bottom: 0;
}
#box-custom-motive a {
  color: #fff;
}
#index h2 {
  line-height: 1.5em;
}
ul#list-rubrics {
  margin-top: 10px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  display:flex;
  display:-webkit-flex;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.sdeleni {
  text-align: left;
  border: 2px solid #0c5a98;
  font-size: 13px;
  padding: 20px;
  margin: 30px 0;
}
.sdeleni h2 {
  margin: 0;
}
.rubric .rubric-main-perex .schov {
  display: none;
}
ul#menu {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#search li.media {
  background: #fff;
  padding: 15px 15px 15px 30px;
  border-radius: 5px;
  margin-bottom: 15px!important;
}
#article-244338 table td,
#article-244338 table th {
  border: 0!important
}
#form-search input {
  padding: 0 20px;
}
#poweredby {
  border-top: 1px solid #444;
  padding-top: 5px;
  color: #aaa;
  padding-bottom:5px;
}
#poweredby img {
  height: 30px;
  position: relative;
  margin-right:5px;
}

#poweredby .inpage {
  height:20px;
}

/*faqAccordion*/
.faqAccordion h2 { border-bottom:0;margin-top:15px;}
.faqAccordion h2 a{
  text-decoration:none;
  display:block;
  color:#fff;
  background: #0e68b0;
  padding:15px; font-size:17px;font-weight:normal;
  transition: all .3s ease
}

.faqAccordion h2 > a.collapsed {
  color:#0e68b0;
  background: #fff;
}

.faqAccordion h2 a:hover{
  color:#fff;
  background: #0e68b0;
}

.faqAccordion p a.btn-default.collapsed {
  color:#0e68b0;
  background: #D5E1EA;
  border:#D5E1EA
}

.faqAccordion p a.btn-default {
  color:#fff;
  background: #0e68b0;
  border:#0e68b0
}


.faqAccordion h2 > a:after {
  font: normal normal normal 14px/1 FontAwesome;
  content:"\f068";
  float:right;
  margin-right:15px;
}
.faqAccordion h2 > a.collapsed:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f067";
}



@media screen and (max-width: 1199px) {
  .navbar-default .navbar-nav > li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {

  ul#list-rubrics >li:nth-of-type(2n + 3) {
    clear: left;
  }
  .navbar-collapse {
    width: 100%;
  }
  .navbar-nav > li {
    display: block!important;
  }
  .navbar-collapse {
    text-align: left;
  }
  .navbar-default .navbar-nav .dropdown-menu {
    margin-top: -20px;
  }
  .navbar-collapse.collapse.in {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  ul.dropdown-menu.level2 {
    display: block;
    float: none;
    position: static;
    box-shadow: none;
  }
  .navbar-collapse.collapse.in {
    max-height: 340px;
    overflow-y: auto;
  }
  ul.dropdown-menu.level2 li a {
    padding-left: 30px;
  }
  #index h1 {
    font-size: 3em;
  }
  #form-search input {
    font-size: 15px;
  }
  .rubric #list-rubrics .media:nth-of-type(3n + 4) {
    clear: none;
  }
  .rubric #list-rubrics .media:nth-of-type(2n + 3) {
    clear: left;
  }
  .support>div>div>div:first-child,
  .support>div>div>div:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #content {
    margin-top: 0;
  }
  #mainContainer {
    padding-top: 82px!important;
  }
  ul#list-rubrics > li {
    width: 100%;
    display: block;
    margin-right: 0%;
  }
  footer .col-sm-4,
  footer .col-sm-3 {
    width: 49%;
    display: inline-block;
  }
  footer .col-sm-4 {
    padding-bottom: 20px;
  }
  ul.translation-links {
    right: 20px;
  }

  .navbar-nav > li {
    display: block!important;
  }
  .navbar-collapse {
    text-align: left;
  }
  .navbar-default .navbar-nav .dropdown-menu {
    margin-top: -20px;
  }
  .navbar-collapse.collapse.in {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #box-custom-motive {
    padding: 50px 25px;
  }
  .rubric #list-pages .media {
    width: 100%;
  }
  .support>div>div>div:last-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  footer .col-sm-4 {
    width: 100%;
  }
  #index h2 br {
    display: none
  }
  #index h1 {
    font-size: 2em
  }
  #form-search input {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .navbar-default .navbar-nav > li a {
    font-size: 11px;
  }
  .navbar-collapse.collapse.in {
    margin-left: 0;
    margin-right: 0;
  }
  ul.dropdown-menu.level2 > li > a {
    padding-left: 15px;
  }
  #box-custom-motive {
    padding: 50px 15px;
  }
}

@media screen and (min-width: 576px) {
  ul#list-rubrics > li {
    width: 46%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
  }

}


@media screen and (min-width: 768px) {
  .navbar-form {
    padding-right: 0;
  }
  #form-search.navbar-form > div {
    width: calc(100% - 150px);
  }
  #form-search .input-group {
    width: 100%;
  }
  #form-search .input-group-btn {
    width: 1px;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .translation-links {
    right: calc((100vw - 750px) / 2 + 10px);
  }
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  ul#list-rubrics > li {
    width: 46%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  .navbar-collapse.collapse {
    height: 340px!important;
    overflow-y: auto!important;
  }
}
@media (min-width: 992px) {
  ul#list-rubrics > li {
    width: 31%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
  }
  #content {
    margin-top: 20px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-collapse.collapse {
    display: block!important;
  }
  .container {
    max-width: 100%;
  }
  .navbar-collapse.collapse {
    display: block!important;
  }
  .translation-links {
    right: calc((100vw - 1015px) / 2 + 10px);
  }
  .navbar-collapse {
    width: calc(100% - 150px);
  }
  .navbar-collapse.collapse {
    height: auto!important;
    overflow-y: visible!important;
  }
  ul#list-rubrics > li:nth-child(3n + 4) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1015px;
  }
  ul#list-rubrics > li {
    width: 31%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
  }
}

/*patička vždy dole*/
html,
body:not([class^="mce-content-body"]),
#mainContainer {
  min-height: 100%;
  height: 100%;
  width: 100%;
}

#mainContainer {
  display:flex; 
  display: -webkit-flex;
  flex-direction:column;
  -webkit-flex-direction:column;
}



#content {
  flex-grow:1;
  -webkit-flex-grow:1;
}

footer {
  justify-content:flex-end;
  -webkit-justify-content:flex-end;
}

/* IE-only styles here. Works for IS 10 & IE 11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
  #mainContainer {
    display: block!important;

  }

}

/*list-rubrics*/
ul#list-rubrics p.details {
  display:none;
}

/*footer logos*/
.footer-logo {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  width:auto;
  margin-top:20px;
  border-top: 1px solid #444;
}


.footer-logo div {
  padding-top:10px;
  padding-bottom:10px;
}

.footer-logo img {
  max-width:100%;
  max-height:20px;
  height:auto!important;
  width:auto;

}

@media (min-width:572px) {
  .footer-logo {
    flex-wrap:wrap
  }
}


@media (min-width:992px) {
  .footer-logo {
    flex-wrap:nowrap
  }
}
/*uprava vypisu clanku
#rubric-47480 - faq
#rubric-47480 - fakturace
#rubric-47444 - ssl
#rubric-49361 - dns
*/
/**/
#rubric-49361 #list-pages li:before,
#rubric-47444 #list-pages li:before,
#rubric-47482 #list-pages li:before,
#rubric-47480 #list-pages li:before {
  display:none;
}
#rubric-49361 #list-pages .media,
#rubric-47444 #list-pages .media,
#rubric-47482 #list-pages .media,
#rubric-47480 #list-pages .media {
  float: unset;
}
/**/
#rubric-49361 #list-pages li .media-body:before,
#rubric-47444 #list-pages li .media-body:before,
#rubric-47482 #list-pages li .media-body:before,
#rubric-47480 #list-pages li .media-body:before {
  font-family: "FontAwesome";
  font-size: 30px;
  position: absolute;
  left: -45px;
  top: calc(50% - 24px);
  color: #0e68b0;
  text-align: center;
  width: 50px;
}
#rubric-49361 #list-pages li:hover .media-body:before,
#rubric-47444 #list-pages li:hover .media-body:before,
#rubric-47482 #list-pages li:hover .media-body:before,
#rubric-47480 #list-pages li:hover .media-body:before{
  color:white;
}
#rubric-49361 #list-pages li .media-body,
#rubric-47444 #list-pages li .media-body,
#rubric-47482 #list-pages li .media-body,
#rubric-47480 #list-pages li .media-body {
  position: relative!important;
  overflow: visible;
  padding: 15px;
  float: left;
  width:100%;

}
/*faq*/
#rubric-47480 #list-pages li .media-body:before {
  content: "\f059";
}
/*fakturace*/
#rubric-47482 #list-pages li .media-body:before {
  content: "\f0d6";
}
/*fakturace boxiky*/
#rubric-47482 #list-pages li:first-of-type .media-body:before{
  content: "";/*platebni metody*/
  background-image: url('/obrazek/3/kreditni-ucet-icon-png');
  background-size:35px;
  background-repeat:no-repeat;
  background-position:center;
  display:block;
  height:100%;
  top:0;
}
#rubric-47482 #list-pages li:nth-of-type(2) .media-body:before{
  content: "";/*kreditni ucet*/
  background-image: url('/soubor/kreditni-ucet-ikona-svg');
  background-size:35px;
  background-repeat:no-repeat;
  background-position:center;
  display:block;
  height:100%;
  top:0; 
}
#rubric-47482 #list-pages li:nth-of-type(2):hover .media-body:before{
  filter: contrast(0%) brightness(200%);
}
#rubric-47482 #list-pages li:nth-of-type(3) .media-body:before{
  content: ""; /*Vyzva k uhrade*/
  background-image: url('/soubor/vyzva-k-uhrade-ikona-svg');
  background-size:35px;
  background-repeat:no-repeat;
  background-position:center;
  display:block;
  height:100%;
  top:0;
}
#rubric-47482 #list-pages li:nth-of-type(3):hover .media-body:before{
  filter: contrast(0%) brightness(200%);
}
#rubric-47482 #list-pages li:nth-of-type(4) .media-body:before{
      content: "\f1c1";
  font-family: "FontAwesome"; /*potvrzeni platby*/
  font-size: 30px;
  position: absolute;
  left: -45px;
  top: calc(50% - 24px);
  color: #0e68b0;
  text-align: center;
  width: 50px;
}

#rubric-47482 #list-pages li:nth-of-type(4):hover .media-body:before{
  filter: invert(100%) sepia(0%) saturate(6990%) hue-rotate(242deg) brightness(123%) contrast(108%);
}

/*fakturace boxiky img hover*/
#rubric-47482 #list-pages li:hover:first-of-type .media-body:before,
#rubric-47482 #list-pages li:hover:nth-of-type(4) .media-body:before{
  filter: contrast(0%) brightness(200%);
}

/*ssl*/
#rubric-47444 #list-pages li .media-body:before {
  content: "";
  background-image: url('/obrazek/3/ssl-icon-png');
  background-size: 35px;
  background-repeat:no-repeat;
  background-position:center;
  display:block;
  height:100%;
  top:0;
}

/*dns*/
#rubric-49361 #list-pages li .media-body:before {
  content: "";
  background-image: url('/obrazek/3/dns-icon-png');
  background-size:35px;
  background-repeat:no-repeat;
  background-position:center;
  display:block;
  height:100%;
  top:0;
}

#rubric-49361 #list-pages li:hover .media-body:before ,
#rubric-47444 #list-pages li:hover .media-body:before {
  filter: contrast(0%) brightness(200%);
}

#rubric-49361 #list-pages,
#rubric-47444 #list-pages,
#rubric-47482 #list-pages,
#rubric-47480 #list-pages{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#rubric-49361 #list-pages li,
#rubric-47444 #list-pages li,
#rubric-47482 #list-pages li,
#rubric-47480 #list-pages li {
  border: 0;
  min-height: 0!important;
  padding-left: 55px;
  border-radius: 5px;
}
#rubric-49361 #list-pages .media h2.media-heading a,
#rubric-47444 #list-pages .media h2.media-heading a,
#rubric-47482 #list-pages .media h2.media-heading a,
#rubric-47480 #list-pages .media h2.media-heading a {
  background-color: transparent;
  color: #333;
  font-size: 1.3em;
  padding-left: 0;
}
#rubric-49361 #list-pages .media:hover h2.media-heading a,
#rubric-47444 #list-pages .media:hover h2.media-heading a,
#rubric-47482 #list-pages .media:hover h2.media-heading a,
#rubric-47480 #list-pages .media:hover h2.media-heading a {
  color:white;
}
#rubric-49361 ul#list-pages .perex,
#rubric-47444 ul#list-pages .perex,
#rubric-47482 ul#list-pages .perex,
#rubric-47480 ul#list-pages .perex {
  float: left;
  padding: 0;
  display:block
}
#rubric-49361 ul#list-page  p.details,
#rubric-47444 ul#list-page  p.details,
#rubric-47482 ul#list-page  p.details,
#rubric-47480 ul#list-pages p.details {
  display: block;
  float: left;
  margin-top: 0;
  width: 100%;
  border-top: 0;
  margin-bottom: 15px
}
#rubric-49361 ul#list-pages > li:hover p.details,
#rubric-47444 ul#list-pages > li:hover p.details,
#rubric-47482 ul#list-pages > li:hover p.details,
#rubric-47480 ul#list-pages li:hover p.details {
  color:white;
}

@media (min-width:768px) {
  #rubric-49361 ul#list-pages > li,
  #rubric-47444 ul#list-pages > li,
  #rubric-47482 ul#list-pages > li,
  #rubric-47480 ul#list-pages > li {
    width: 46%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media (min-width: 992px) {
  #rubric-49361 ul#list-pages > li,
  #rubric-47444 ul#list-pages > li,
  #rubric-47482 ul#list-pages > li,
  #rubric-47480 ul#list-pages > li {
    width: 31%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media (min-width: 1200px) {
  #rubric-49361 ul#list-pages > li,
  #rubric-47444 ul#list-pages > li,
  #rubric-47482 ul#list-pages > li,
  #rubric-47480 ul#list-pages > li {
    width: 31%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
  }
}

/**/
#mainContent .media-left img{
  max-width:unset;
}

/*top menu*/

.navbar-fixed-top {
  position:relative!important;
  top: initial!important;
}
#mainContainer {
  padding-top:0!important;
}

header {
  position: sticky;
  width: 100%;
  top: 37.5px;
  background-color: #1e2124;
  z-index: 100;
}

.top-menu {
  position:sticky;
  top:0;
  width:100%;
  background-color:#0c5a98;
  z-index:10000;
  padding:8px 5px;
  border-bottom:1px solid rgba(255,255,255,0.1);
}
.top-menu .row {
  display:flex;
  flex-direction:row;
}
.top-menu .row div {
  display:flex;
  flex-direction:row;
  align-items:center;
  padding:0 15px
}

.top-menu .row div:last-of-type {
  margin-left:auto
}

.top-menu a {
  color:white;
  text-decoration:none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding:10px 0;
}


.top-menu a:hover {
  text-decoration: none;
  text-shadow: 0 0 7px #CCCCCC;
}

.top-menu span {
  margin-right:15px;
}


.top-menu span:last-of-type {
  margin-right:0px
}

.top-menu span img {
  margin-right:3px;
  height:18px
}

/*patička banner*/
#box-custom-footer .carousel-control.right,
#box-custom-footer .carousel-control.left {
  background-image:none;
}