@import "/html/fonts/style.css?v=20180605";

/*
-----------------------------------------------
GENERAL FOR BOTH FRONTEND + BACKEND
----------------------------------------------- */
body {
    font: 80% Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
    color: #000;
}

@media screen and (max-width: 576px) {
    #portal_site-wrapper.container {
        overflow: hidden;
    }
}

a {
    color: black;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    color: black;
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: square outside url(/html/images/layout/_common/square.png);
}
ul.padding {
    padding-left: 1em;
}
ul a {
    font-weight: bold;
}

ul.section {
  list-style: none inside url();
}

li {
    padding-bottom: 5px;
    font-size: 1rem;
    line-height: 1.4;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

h1 {
    font-size: 2.5rem;
}
@media screen and (max-width: 576px) {
    h1 {
        font-size: 1.75rem;
    }
}
h3 {
    font-size: 1.5rem;
}

.text-underline {
    text-decoration: underline;
  }



body#iframe {
    background: none;
    width: 500px;
    min-width: 500px;
}
body#empty_layout {
    background: none;
    background-color: #fff;
}

/* paginator */
div.paginator {
    display: block;
    float: right;
    padding: 10px 0 5px 10px;
    clear: both;
}

ul.paginator             { border:0; margin:0; padding:0; }
ul.paginator li          { border:0; margin:0; padding:0; font-size:0.9rem; list-style:none; /* savers */ float:left; }
ul.paginator a           { border:solid 1px rgba(0,0,0,.4); margin-right:2px; }
ul.paginator .previous-off,
ul.paginator .next-off   { border:solid 1px #DEDEDE; color:rgba(0,0,0,.4); display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
ul.paginator .next a,
ul.paginator .previous a { font-weight:bold; }
ul.paginator .active     {
    background:#000;
    color:#FFF;
    font-weight:bold;
    display:block;
    float:left;
    padding:6px 8px; /* savers */
    margin-right:2px;
}
ul.paginator a:link,
ul.paginator a:visited   { color:#000; display:block; float:left; padding:5px 8px; text-decoration:none; }
ul.paginator a:hover     {
    border:solid 1px #000;
    color: #000;
    background-color: rgba(0,0,0,.1);
}

/* ??? */
.position td.label {
   width: 170px;
   padding-right: 0px;
   text-align: right;
   font-style: italic;
   color: #000;
}
table.position{
   margin-bottom: 30px;
   font-size: 110%;
}

/* navigation (horizontal subnavigation)
----------------------------------------------- */
ul.nav { margin:0;padding:0;}
ul.nav {
  position:relative;
  max-width:100%;
  list-style: none;
  background: none;
  display: flex;
}
ul.nav li {
    cursor:pointer;
    display: inline-block;
    list-style-type:none;
    font-weight:normal;
    font-size: 12px;
    padding-bottom: 0px;
}
ul.nav li ul {
    cursor:default;
    width:100%;
    max-width:100%;
    position:absolute;
    height:auto;
    top:2.5em;
    background-position:0 0 !important;
    left:-9000px;
}
ul.nav li ul li {
    padding:0;
    border:none;
    width:auto;
    max-width:none;
}
ul.nav li a {
    font-weight:normal;
    text-decoration:none;
    display:block;
    display: flex;
    align-items: center;
    padding: 0 13px 0 10px;
    height: 45px;
}
ul.nav li ul li a {
    position:relative !important; /* ie Mac */
    cursor:pointer !important;
    white-space:nowrap;
    line-height:2em;
    height:2em;
    font-weight:normal;
    color:#666;
    background-position:0 50% !important;
}

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {color:#000;}
ul.nav li a:active {color:#666;}
ul.nav li:hover ul {left:0;z-index:10}
ul.nav li:hover ul li a {color:#444;}
ul.nav li:hover ul li a:hover {color:#000;}
ul.nav li:hover ul li a:active {color:#666;}

ul.nav li.current a {color:#666; cursor:default; font-weight:bold;}
ul.nav li.current ul {left:0;z-index:5}
ul.nav li.current ul li a {color:#444; font-weight:normal;}
ul.nav li.current ul li a:hover {color:#000;}
ul.nav li ul li.current a,
ul.nav li ul li.current a:hover,
ul.nav li.current:hover ul li a:active {color:#666;}

ul.nav li.last {
  float: right;
}
ul.nav li#nav_main-page a {
  text-indent: -3000px;
  overflow: hidden;
  padding: 0px;
  width: 50px;
  position:relative;
}
ul.nav li#nav_main-page a span {
  display: block;
  float: right;
  top:0px;
  height: 100%;
  width: 50px;
  position: absolute;
  background: transparent url(/html/images/layout/_common/home.png) no-repeat center;
}


/* navigation (vertical subnavigation)
----------------------------------------------- */
ul.nav.main {
  margin: 0 0 0 0;
}
ul.main li {
  position:relative;
  top:0;
  left:0;
}
ul.main li ul {
  border-top:0;
}
ul.main li ul li {
  float:left;
}
ul.main li a {
    border:0;
    color:#fff;
}
ul.main li ul li a {
  width:12em;
  line-height:2em;
  height:2em;
  text-align:left;
  color:#fff;
  border-top:1px solid #444;
}
ul.main li a:focus,
ul.main li ul li a:hover,
ul.main li:hover a,
ul.main li:hover ul li a,
ul.main li:hover ul li a:hover,
ul.main li:hover ul li a:active {color:#fff; }

ul.nav.sub {
    display: flex;
    background: black;
    border: none;
    padding: 0;
}
ul.nav.sub li {
    border: none;
}
ul.nav.sub a {
    height: 33px;
    border: none;
    padding: 0 1.5em;
    color: #fff;
    text-transform: none;
    position: relative;
}
ul.nav.sub a .icon {
    font-size: 1.2em;
    margin: 0 5px 0 0;
}
ul.nav.sub a:hover, ul.nav.sub li.active a {
    background: rgba(0, 0, 0, .4);
}
ul.nav.sub .spacer {
    flex: 1;
}
ul.nav.sub .higlight a {
    background: #58b84b;
    font-size: 1.2em;
    text-transform: uppercase;
}
ul.nav.sub .important a {
    background: #f2e122;
    color: #666;
    font-size: 1.2em;
    /* text-transform: uppercase; */
}

/* navigation (vertical subnavigation)
----------------------------------------------- */
#editIcon  { background-color: none; display: inline; }


/* readonly form input */
input[readonly] { background: buttonface; }

/* error pages */
#error-content {
  padding: 1em 2em;
  text-align: center;
}
#error-content img {
  padding: 1em;
}

/* text aligns */
.textRight { text-align: right; }
.textLeft { text-align: left; }
.textCenter { text-align: center; }

.textSmall70 { font-size: 70%; }
.textSmall85 { font-size: 85%; }
.textSmall95 { font-size: 95%; }
.textSmall100 { font-size: 100%; }
.textSmall120 { font-size: 120%; }
.textSmall130 { font-size: 130%; }
.textSmall140 { font-size: 140%; }
.textSmall150 { font-size: 150%; }
.textSmall160 { font-size: 160%; }
.textSmall180 { font-size: 180%; }
.textSmall190 { font-size: 190%; }
.textSmall200 { font-size: 200%; }
.textSmall210 { font-size: 210%; }
.textSmall220 { font-size: 220%; }
.textSmall240 { font-size: 240%; }
.textSmall260 { font-size: 260%; }
.textSmall270 { font-size: 270%; }
.textSmall300 { font-size: 300%; }

/* links */
.linkRight { text-align: right; padding-bottom: 1em; }
.linkLeft { text-align: left; padding-bottom: 1em; }

/* paddings
----------------------------------------------- */
.padding-5px { padding: 5px; }
.padding-10px { padding: 10px; }
.padding-15px { padding: 15px; }
.padding1 { padding: 1em; }
.padding2 { padding: 2em; }
.padding3 { padding: 3em; }
.padding4 { padding: 4em; }
.padding5 { padding: 5em; }

/* minheight */
.minheight7 { min-height: 7em; }
.minheight10 { min-height: 10em; }
.minheight20 { min-height: 20em; }
.minheight25 { min-height: 25em; }
.minheight30 { min-height: 30em; }
.minheight35 { min-height: 35em; }
.minheight40 { min-height: 40em; }
.minheight45 { min-height: 45em; }
.minheight50 { min-height: 50em; }
.minheight55 { min-height: 55em; }
.minheight60 { min-height: 60em; }
.minheight70 { min-height: 70em; }
.minheight80 { min-height: 80em; }
.minheight90 { min-height: 90em; }

/* mail icon */
.email {
  padding-left: 21px;
  background: url(/html/images/module/_common/mail-icon-16x16.png) no-repeat 0 2px;
}

/* extra links */
a.external {
    padding-right: 11px;
    background: transparent url(/html/images/icons/url.gif) no-repeat top right;
}
.followme-arrow-right {
    padding: 0.75em 0;
    width: 100%;
    text-align: right;
}
.followme-arrow-right a{
    padding-left: 22px;
    background: transparent url(/html/images/icons/followme-arrow-right-16x16.png) no-repeat center left;
    color: red;
}

/* flash messanger */
#flashMessanger { padding-bottom: 10px; }
#flashMessanger ul, #flashMessanger li { padding: 0; margin: 0; list-style: none; }
#flashMessanger #errors { padding: 1.4em; background-color: #cf092a; color: white; text-align: center; font-weight: bold; }
#flashMessanger #messages { padding: 1.4em; background-color: #acf474; text-align: center; font-weight: bold; }

select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid #ced4da;
  border-radius: 3px 3px 3px 3px;
}
input.button, .button {
    background: #6ab641 url(/html/images/layout/_common/green-button_bg2.png) repeat-x left center;
    border: 1px solid #418924;
    color: white;
    min-width: 80px;
    min-height: 31px;
    font-weight: bold;
    border-radius: 3px;
   -moz-box-shadow:    inset 0 0 4px #ffffff;
   -webkit-box-shadow: inset 0 0 4px #ffffff;
   box-shadow:         inset 0 0 4px #ffffff;
}
input.button.button--add, .button.button--add {
    background: #58b84b url(/html/images/layout/_common/button-cta--add.png) no-repeat 10px center;
    padding: 5px 10px 5px 25px;
    display: inline-block;
    min-height: 0;
    min-width: 0;
    text-decoration: none;
    box-shadow: inset 0px 0px 3px 0px rgba(255,255,255,.7);
}
input.button.button--simple, .button.button--simple {
    background: #58b84b;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    min-height: 0;
    min-width: 0;
    text-decoration: none;
    box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,.7);
    box-sizing: border-box;
}
input.button.button--fluid, .button.button--fluid {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 1.1em;
}
input.button.button--email, .button.button--email {
    background: #d7010f;
    border: none;
    box-shadow: none;
    text-decoration: none;
    min-height: initial;
    padding: 19px 18px 18px 60px;
    border-radius: 5px;
    position: relative;
}
input.button.button--email:before, .button.button--email:before {
    position: absolute;
    left: 0px;
    top: 0;
    width: 50px;
    height: 100%;
    background: url(/html/images/icons/envelope.png) #c50018 no-repeat center center;
    content:"";
    border-radius: 5px 50% 50% 5px;
}
input.button.button--email, .button.button--email:hover {
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
    color: #ffffff;
}
input.button:hover, .button:hover {
   -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
}
.button--flat {
    border: 1px solid #2E880E;
    border-radius: 2px;
    background: rgb(88, 184, 75);
    box-shadow: inset 1px 1px 1px 0 rgba(160, 231, 138, 0.004);
}
.button--to-title {
    margin: -35px 0 0 0;
    float: right;
}
.button--print {
  position: relative;
}
.button--print:before {
    background: url(/html/images/icons/print.png);
    background-size: 16px;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -20px;
}

input[type="text"].required, input[type="password"].required, input[type="email"].required, textarea.required {
    background: transparent url(/html/images/layout/_common/input-active.png) no-repeat right top;
}

label.required {
  font-weight: bold;
}
label.required:after {
    content: " *";
    color: red;

}
ul.errors {
    list-style-type:none;
  list-style-image: url();
  color: red;
  margin-left: 0 !important;
}
ul.errors li{
  padding: 0px;
  margin-left: 2px;
}
/* payment form */
ul#paymentmeans, ul#paymentmeans li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul#paymentmeans li {
    display: block;
    float: left;
    height: 60px;
    margin: 8px;
    text-align: center;
    width: 73px;
}
ul#paymentmeans li label {
    display: block;
    position: relative;
}
ul#paymentmeans li label img {
    display: block;
    height: 46px;
    left: 0;
    position: absolute;
    top: 0;
    width: 73px;
    z-index: 5;
}
ul#paymentmeans li label input {
    display: block;
    height: 10px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    width: 73px;
    z-index: 10;
}

/*
-----------------------------------------------
LAYOUT
----------------------------------------------- */
/* portals */


#portal_content-wrapper{
    position:relative;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    padding-top: 15px;
}
@media screen and (max-width: 576px) {
    #portal_content-wrapper {
        padding-top: 0;
        background: #FFF !important;
    }
}

#portal_links-wrapper{
    position:relative;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-top: 5px;
}
#portal_megabanner-wrapper {
    padding: 0px 9px 0px 9px;
}

/* boxes
----------------------------------------------- */
.box {
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
     border-radius: 4px;
    margin-bottom:10px;
    padding:10px 10px 1px 10px;
}
.box h3 {
    font-weight:normal;
    margin:-10px -10px 0 -10px;
    padding:6px 12px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
     border-radius: 4px;
    font-weight: bold;
    min-height: 38px;
    line-height: 1.5rem;
    font-size: 1rem;
}
.box h3, .box h3 a,
.box h3 a.visible {
    color:#fff;
    background-color:#306397;
}
.box h3 a,
.box h3 a.visible {
    display:block;
    padding:6px 12px;
    margin:-6px -12px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
     border-radius: 4px;
  font-weight: bold;
}
.grid_4 .box h3 a {
    background-position: 97% 50%;
}
.grid_5 .box h3 a {
    background-position: 98% 50%;
}
.grid_12 .box h3 a {
    background-position: 99% 50%;
}

.box .position h3 {
    background: transparent;
    color: #000;
    font-size:15px;
    font-weight: bold;
    margin: 0px;
}
.block {
    padding-top:10px;
}

/* teaser grid */
.box, .box .article h4, .box .article h3, .box .article h3 a, .box .article h3 a.visible,
tbody th, tbody td,
.teaser-grid {
    background-color: #fff;
}

.teaser-grid {
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
     border-radius: 4px;
    margin-bottom: 10px;
}
    .teaser-grid .box,
    .teaser-grid .box h2 {
        margin-bottom: 0px;
    }


div.box.menu {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
div.box.menu * {
    box-sizing: border-box;
}
div.box.menu h2 {
    margin:0;
}
div.box.menu h3 {
    height: 38px;
    line-height: 2em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1rem;
    text-shadow: 0 1px 1px rgba(0, 52, 99, 0.3);
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.75);
}
div.box.menu ul.menu li a.active {
    background: #cf092a;
    border-left: #cf092a 1px solid;
    border-right: #cf092a 1px solid;
    border-bottom: #cf092a 1px solid;
}
div.box.menu ul.menu li {
    padding: 0;
}
div.box.menu ul.menu li a {
    background: #fff;
    border-bottom: #ababab 1px solid;
    border-left: #ababab 1px solid;
    border-right: #ababab 1px solid;
    padding: 10px;
    font-size: 0.8rem;
    font-weight: normal;
}
div.box.menu ul.menu li a.add-new {
    background: #ffffcc;
}
div.box.menu ul.menu li a:hover {
    background: #f1f1f1;
}
div.box.menu ul.menu li a.active:hover {
    background: #cf092a;
}
div.box.menu > .block > ul.menu > li:last-child a {
    border-bottom: none;
}
div.box.menu ul.menu ul li a {
    padding-left: 30px;
}
div.menu .block {
    padding-top:0;
}

/* common elements */
div.content {
    padding: 10px;
    background-color: #fff;
}
/* chapter */
h2.chapter_layout,
h1.chapter_layout {
    font-size: 1.4em;
    padding: 8px 12px;
    margin: 15px -10px;
}
.chapter_colors {
    background-color: #808080;
    font-weight: bold;
    color: #fff;
}
.chapter_colors a {
    color: #fff;
}

/* title */
h1.title_layout  {
   /* font-size: 1.7em; */
   margin: 0;
   padding: 0;
   background-color: none;
}
h1.title_colors {
   font-weight: bold;
}
.article p.meta {
  margin: 0; padding: 0;
  font-size: 1rem;
  color: #666;
  font-style: italic;
}

/*
-----------------------------------------------
GENERAL
----------------------------------------------- */
/* paragraphs, quotes and lists
----------------------------------------------- */
p {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.4em;
}
.content ul{
    font-size: 1.3em;
}
blockquote {
    font-family: 'Times New Roman', Georgia, serif;
    padding-left:1em;
    border-left:4px solid #ccc;
}
blockquote cite {
    font-size: 90%;
}
ul, ol {
    padding-top:0;
}
ul li ul {
    padding-top:5px;
    margin-bottom: 0px;

}

/* menus
----------------------------------------------- */
ul.menu {
    list-style:none;
    border-top:1px solid #bbb;
}
ul.menu li {
    margin:0;
}
ul.menu li a {
    display:block;
    padding: 5px 10px;
    border-bottom:1px solid #ccc;
    text-decoration: none;
}

/* submenus
----------------------------------------------- */
ul.menu ul {
    list-style:none;
    margin:0;
}
ul.menu ul li a {
    padding-left:30px;
}

/* section menus
----------------------------------------------- */
#section-menu{
    margin: 0px -10px auto -10px;
}
ul.section {
  position: relative;
    border-top:0;
    margin-bottom:0;
    background-color: white;
}
ul.section li {
    padding-bottom: 1px;
    display: block;
}
ul.section li a {
  color: #000;
    background:#e2e2e2;
}
ul.section li a.add-new {
  color: #000;
  background: #ffffcc;
}
ul.section li a:hover {
    background:#f1f1f1;
}
ul.section li li a {
    background:#ddd;
    border-bottom:1px solid #eee;
}
ul.section li li a:hover {
    background:#ccc;
}
ul.section ul li {
    text-transform:none;
}
ul.section ul.current li a {
    background:#eee;
    border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
    background:#ddd;
}
ul.section li a.current {
    color:#fff;
    background:#666;
}
ul.section li a.current:hover {
    background:#555;
}
ul.section li a.active {
    background:#cf092a;
    color: #fff;
    cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
    color:#fff;
    background:#666;
    cursor:default;
}

/* table
----------------------------------------------- */
table {
    width:100%;
    margin: 0;
}
col.colC {
    width:8em;
}
th, td {
    padding:.2em 1em;
    text-align:left;
}
thead th {
    background:#bbb;
    padding:.4em 1em .2em;
}
thead th.table-head {
    font-size:1em;
    font-weight:normal;
    text-transform:uppercase;
    color:#fff;
    background:#555;
}
tbody th,
tbody td {
    background:#fff;
}
tbody tr.odd th,
tbody tr.odd td {
    background:#fff;
}
tfoot th,
tfoot td {
    border-top:2px solid #666;
    background:#fff;
}
tfoot tr.total th,
tfoot tr.total td {
    border-top:6px double #666;
}
tfoot tr.total th {
    text-transform:uppercase;
}
th.currency,
td.currency {
    text-align:right;
}

td.data {
  padding-left:0px;
  padding-right:0px;
}

td.submit {
  padding-top: 1em;
  position: relative;
  padding-left:0px;
}

td label {
  float: right;
}

td.data label {
  float: none;
}

/* table packages
----------------------------------------------- */
.table-package table {
    border-spacing: 8px 0px;
    border-collapse: separate;
}
.table-package th, .table-package td {
    text-align:unset;
}
.table-package .table thead th {
    border-bottom: 0px;
}
.table-package .table td, .table-package .table th {
    border-top: 0px;
}
.table-heading {
    font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
    .table-heading {
        font-size: 1rem;
    }
}
.table-subheading {
    font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
    .table-subheading {
        font-size: 1rem;
    }
}
.table-package .mini {
    border-left: 2px solid rgb(0, 174, 239);
    border-right: 2px solid rgb(0, 174, 239);
}
.table-package .mini-bottom {
    border-bottom: 2px solid rgb(0, 174, 239);
}
.table-package .bg-mini {
    background-color: rgb(0, 174, 239);
    color: white;
}
.table-package .standard {
    border-left: 4px solid rgb(161, 207, 71);
    border-right: 4px solid rgb(161, 207, 71);
}
.table-package .standard-bottom {
    border-bottom: 4px solid rgb(161, 207, 71);
}
.table-package .bg-standard {
    background-color: rgb(161, 207, 71);
    color: white;
}
.table-package .plus {
    border-left: 2px solid rgb(210, 35, 42);
    border-right: 2px solid rgb(210, 35, 42);
}
.table-package .plus-bottom {
    border-bottom: 2px solid rgb(210, 35, 42);
}
.table-package .bg-plus {
    background-color: rgb(210, 35, 42);
    color: white;
}

.table-package-free table {
    text-align: center;
}
.table-package-free td {
    border: 2px solid rgba(35, 31, 32, 0.2);
}
.table-package-free .bg-free {
    background: rgba(35, 31, 32, 0.1);
}

/* forms
----------------------------------------------- */
 input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
}

legend {
    font-weight: bold;
}

/* jQuery css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; }
.ui-timepicker-div dl dd { margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
    color: #222;
    margin: 0;
    padding: 2px 5px;
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    font-size:1.1em;
    font-weight: normal;
}
.element h4 {
    margin: 0;
    padding:4px;
    line-height:1.2em;
}
.element p {
    margin: 0;
    padding: 4px;
}
.float-right {
    padding:10px 20px;
    float:right;
}

#accordian-block {
    padding-bottom:10px;
}

/* featured button */
.featured {
  /* margin: 10px;  */
  position: relative;
  background: transparent url(/html/images/layout/_common/featured-circles.png) no-repeat 0px -156px;
  padding-bottom: 20px;
}
.featured-button a{
  display: block;
  position: relative;
  background: #da2140 url(/html/images/layout/_common/featured-button.png) top repeat-x;
  height: 43px;
  line-height: 43px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  border: 1px solid #ba0c27;
  font-weight: bold;
  text-shadow: 2px 1px 0px #000;
  padding-right: 23px;
}
.featured-button a:hover{
  background-color: #eb4762;
  color: #fff;
}
.featured-img{
  height: 51px;
  width: 46px;
  right: 0px;
  top: 0px;
  position: absolute;
}
.add .featured-img{
  background: transparent url(/html/images/layout/_common/featured-circles.png) no-repeat 0px -1px;
}
.arrow .featured-img{
  background: transparent url(/html/images/layout/_common/featured-circles.png) no-repeat 0px -53px;
}
.rss .featured-img{
  background: transparent url(/html/images/layout/_common/featured-circles.png) no-repeat 0px -105px;
}
.featured-note {
  margin: 0px 20px;
  background: #c5d9e0 url(/html/images/layout/_common/featured-button-shade.png) repeat-x top;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 10;
}

/* MODAL CONTENT BOX */
.modal_content h3.title {
    background-color: #6AB641;
    border-radius: 3px 3px 3px 3px;
    color: white;
    /* font-size: 18px; */
    font-weight: bold;
    margin-bottom: 10px;
    padding: 7px 12px;
    text-align: left;
}

table.priceList {
    border-collapse: separate;
    border: none;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}
table.priceList td, table.priceList th {
    padding: 10px;
    vertical-align: top;
    background: #efefef;
}
table.priceList td.priceTableIcons {
    text-align: center;
    vertical-align: middle;
}
table.priceList thead tr:first-child th:first-child {
    /* TODO remove*/
}
table.priceList thead th {
    background: #cccccc;
    vertical-align: middle;
    border-bottom: 3px solid #cccccc;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 125%;
}
table.priceList tbody tr:not(:last-child) td, table.priceList thead tr th {
    border-bottom: 3px solid #ffffff;
}
table.priceList tbody tr td:not(:last-child), table.priceList thead th:not(:last-child) {
    border-right: 3px solid #ffffff;
}
table.priceList tbody tr.highlight td {
    color: #ffffff;
    background: #77aa22;
}
table.priceList .green {
    color: #77aa22;
}
table.priceList {
    margin: 0.75em 0pt;
}
table.priceList .bigger {
    font-size: 125%;
}
table.priceList .bolder-than-bold {
    font-family: Arial Black;
}


table.contactTable {
    border-collapse: separate;
    border: none;
    width: 100%;
    overflow: hidden;
    font-size: 1.3em;
}
table.contactTable td, table.contactTable th {
    padding: 10px;
    vertical-align: top;
    background: #efefef;
}
table.contactTable td.priceTableIcons {
    text-align: center;
}
table.contactTable td.desc {
    font-size: 14px;
    font-style: italic;
}
table.contactTable thead tr:first-child th:first-child {
    /* TODO remove*/
}
table.contactTable thead th {
    background: #cccccc;
    vertical-align: middle;
    border-bottom: 3px solid #cccccc;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 125%;
}
table.contactTable tbody tr:not(:last-child) td, table.contactTable thead tr th {
    border-bottom: 3px solid #ffffff;
}
table.contactTable tbody tr td:not(:last-child), table.contactTable thead th:not(:last-child) {
    border-right: 3px solid #ffffff;
}
table.contactTable tbody tr.highlight td {
    color: #ffffff;
    background: #77aa22;
}
table.contactTable .green {
    color: #77aa22;
}
table.contactTable {
    margin: 0.75em 0pt;
}
table.contactTable .bigger {
    font-size: 125%;
}
table.contactTable .bolder-than-bold {
    font-family: Arial Black;
}

table.adminFullTable {
    border-collapse: separate;
    border: 1px solid #919498;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}
table.adminFullTable td, table.adminFullTable th {
    padding: 10px;
    vertical-align: top;
    background: transparent;
}
table.adminFullTable thead tr:first-child th:first-child {
    border-top-left-radius: 5px;
}
table.adminFullTable thead th {
    background: #e6e8ea;
    vertical-align: middle;
    border-bottom: 1px solid #919498;
}
table.adminFullTable tbody tr:not(:last-child) td {
    border-bottom: 1px solid #919498;
}
table.adminFullTable tbody tr:hover td {
    background: #f3f5f7;
}
table.adminFullTable {
    margin: 0.75em 0pt;
}

table.adminFullTable td:first-child,
table.adminFullTable th:first-child {
    border-left: 0px none;
}
table.adminFullTable th a {
    color: #F37323;
}
.table__status {
    color: #586069;
}
.table__title {
    font-size: 1rem;
    font-weight: bold;
    margin: 5px 0;
    display: block;
}
.table__author {
    font-style: italic;
    margin-top: 20px;
    display: block;
}
.table__action {
    display: block;
    display: flex;
    text-decoration: none;
    color: #396396;
    margin-bottom: 10px;
    align-items: center;
}
.table__action .icon {
    font-size: 1.4em;
    width: 25px;
    text-align: center;
}
.table__action span {
    text-decoration: underline;
    flex: 1;
}
.table__action--positive {
    color: #58b84b;
}
.table__action--negative {
    color: #cf092a;
}
.table__action__info {
    text-transform: uppercase;
    color: #666;
    display: block;
    margin: 20px 0 5px 3px;
}

.admin-status-label {
    padding: 4px 7px;
    margin: 0 0 10px 0;
    background: #8a8a8a;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    border-radius: 2px;
}
.admin-status-label--negative {

}
.admin-status-label--positive {
    background: #58b84b;
}
.admin-status-label--neutral {
    background: #2B547E;
}
.admin-status-label--warning {
    background: #ff9900;
}

.message {
    border: 1px solid #919498;
    background: #f6f8fa;
    padding: 15px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.message > .icon {
    width: 40px;
    margin-right: 10px;
    text-align: center;
    color: #306397;
    font-size: 2.5em;
}

.message__content {
    flex: 1;
    line-height: 1.5;
    font-size: 0.8rem;
}

.message--info {
    background-color: #d9edf7;
    border-color: #bcdff1;
}

.message--info--usable__coupon {
    background-color: #E6DFBF;
    border-color: #f4c239;
}

ul.bread-crumbs {
    list-style: none;
    margin: 10px 0 20px 0;
    font-size: 1rem;
}
.bread-crumbs li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
}
.bread-crumbs li:not(:last-child):after {
    content: "»";
    display: inline-block;
    margin: 0 5px;
}

.tabs__list {
    box-shadow: inset 0 -1px 0 0 #a6a6a6;
    display: flex;
    margin: 15px 0;
}

.tabs__item {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
}

.tabs__item.help {
    margin: 0 0 0 auto;
    position: relative;
}

.tabs__item--active {
    margin: 0 13px;
    border: 1px solid #a6a6a6;
    border-bottom: none;
    background: #fff;
    box-shadow: inset 0 3px 0 0 #cf092a;
    color: #000;
}

/*
-----------------------------------------------
WIDGETRS BOXES GENERAL
----------------------------------------------- */
/* widget boxes */
.widget-box .image {
  float: left;
  padding: 0;
}
  .widget-box .widget-item {
    margin-bottom: 2px;
    position: relative;
    display: block;
    font-size: 1rem;
  }
    .widget-box .widget-item a.image {
      background: none repeat scroll 0 0 #FFFFFF;
      border: 1px solid #BBBBBB;
      float: left;
      margin: 3px 10px 3px 0;
      padding: 4px;
    }
    .widget-box .widget-item h4 {
      font-size: 1rem;
      font-weight: bold;
    }
    .widget-box .widget-item .perex {
        font-size: .8em;
        margin-left: 140px;
        margin-bottom: 10px;
    }
.widget-item--highlight {
    background: #f3e254;
    margin-top: 20px;
}
.widget-item--highlight .widget-item__header {
    background: #f3e254;
    position: absolute; bottom: 100%; left: 0;
    font-size: .85em;
    padding: 3px 5px 0 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*
-----------------------------------------------
CAROUSEL WIDGET BOX
----------------------------------------------- */
.box.carousel-recommended {
    position: relative;
}
    .box.carousel-recommended h3 {
        background: #cf092a;
        line-height: 40px;
        padding: 0 15px;
        font-size: 1rem;
    }
    .box.carousel-recommended .pagination {
        position: absolute; right: 0; top: 0;
    }
        .box.carousel-recommended .pagination div {
            float: left;
            margin: 0 10px 0 0;
        }
        .box.carousel-recommended .pagination div a {
                background: #fff;
                width: 12px; height: 12px;
                margin: 13px 7px 0 0;
                text-indent: -100000px;
            }
            .box.carousel-recommended .pagination div a.active {
                background: #820000;
            }
        .box.carousel-recommended .pagination a {
            text-decoration: none;
            display: inline-block;
            color: #fff;
            overflow: hidden;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }
        .box.carousel-recommended .pagination a.jcarousel-control-prev,
        .box.carousel-recommended .pagination a.jcarousel-control-next {
            border: 2px solid #fff;
            width: 25px; height: 25px;
            font-size: 30px;
            line-height: 20px;
            text-align: center;
            float: left;
            margin: 5px 10px 0 0;
        }
    .box.carousel-recommended .block {
        overflow: hidden;
    }
    .box.carousel-recommended ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }
        .box.carousel-recommended li {
            width: 223px;
            padding: 0; margin: 0 26px 0 0;
            float: left;
        }
    .box.carousel-recommended a.image {
        display: block;
        width: 100%;
        text-align: center;
    }
    .box.carousel-recommended h4 {
        font-size: 1rem;
    }

/*
-----------------------------------------------
CONTACTS TABLE - FOR ADVERT / REALTY ...
----------------------------------------------- */
#contacts-table {
  padding: 1rem 0 0;
}
  #contacts-table table td.label {
      color: #777;
      padding-right: 10px;
      text-align: right;
      width: 125px;
  }
  #contacts-table table td {
      font-size: 1rem;
      margin: 0;
      padding: 0;
      padding-bottom: 0.25rem;
  }

/* links */
.links h3 {
  margin-top: 0px;
}

hr.cleaner {
    visibility: hidden;
    clear: both;
}

/*
-----------------------------------------------
MODULE SHARE / SDILENI
----------------------------------------------- */
#share_facebook-box-portal-like iframe {
    height: 309px !important;
}
#share_facebook-box-recommend iframe {
    height: 309px !important;
}
#share_facebook-box-page iframe {
    height: 560px !important;
}
#share_facebook-box-facepile iframe {
    height: 70px !important;
    background-color: #e2e2e2;
}

/* addthis */
#addthis-top {
  float: right;
  height: 22px;
}

#addthis-top .at-icon-wrapper,
.addthis_toolbox .at-icon-wrapper {
    background-color: rgb(132, 132, 132) !important;
}

p.small {
    font-size: 0.8rem;
}

/* zaviraci form na odopovedi */
.box.reply {
    border: 3px solid #306397;
    margin-bottom: 35px;
}
    .box.reply h3 {
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .box.reply .open {
        border: 3px solid #fa6938;
        background: #fa6938;
        display: block;
        color: #fff;
        text-decoration: none;
        margin: -4px -13px ;
        line-height: 24px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: relative;
    }
    .box.reply .open:hover {
        background: #306397;
        border: 3px solid #306397;
    }
    .box.reply .open:hover b {
        background: #306397;
    }
    .box.reply .open b {
        display: block;
        background: #fa6938;
        border-color: #fa6938;
        z-index: 100;
        position: relative;
        padding: 0 0 0 20px;
    }
    .box.reply .open .icon {
        position: absolute; left: 5px;
        z-index: 110;
        font-weight: bold;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: -1px;
    }
    .box.reply.closed .open .icon {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 0;
    }
    .box.reply .open .open-button {
        border: 3px solid #fa6938;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        background: #fa6938;
        position: absolute; bottom: -24px; left: 50%; left: calc(50% - 22px);
        width: 44px; height: 44px;
        display: none;
    }
    .box.reply.closed .open .open-button {
        display: block;
    }
    .box.reply .open:hover .open-button {
        background: #306397;
        border-color: #306397;
    }
    .box.reply .open .open-button i {
        font-size: 30px;
        z-index: 110;
        display: block;
        margin: 13px 0 0 9px;
        position: relative;
    }
    .box.reply li {
        font-size: 1rem !important;
    }


.tags {
    margin: 5px 0 0 0;
    padding: 0;
}
.advert ul.tags {
    margin-left: 0;
}
.tags li {
    font-size: 12px;
    display: inline-block;
    background: #faed82 url('/html/images/layout/_common/tag.jpg') no-repeat right 0;
    margin: 3px 2px;
    padding: 0 23px 0 0;
    height: 25px;
}
.tags li a, .tags li span {
    display: block;
    background: url('/html/images/layout/_common/tag.jpg') no-repeat;
    font-weight: normal;
    color: #000;
    padding: 5px 0 5px 8px;
    height: 18px;
    text-decoration: none;
    line-height: 16px;
}
.tags li:hover {
    background-position-y: -33px;
}
.tags li:hover a, .tags li:hover span {
    background-position-y: -33px;
}
form .tags li {
    cursor: pointer;
}

#events_add-event-form .info {
    margin-left: 115px;
    font-size: 10pt;
}

.event {

}
    .event img {
        border: 5px solid #DDD;
    }
    .event a:hover img {
        border-color: #AAA;
    }
    .event .date {
        background: #658BB3;
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        padding: 3px 7px;
        box-sizing: border-box;
        margin-bottom: 0.5rem;
    }
    .event .date.time {
        background: #F1F1F1;
        color: #000;
    }
    .event .date.time b {
        margin: 3px 0 0 0;
    }
    .event h3 {
        overflow: hidden;
        font-weight: bold;
    }
    .box .event h3 {
        margin: 40px 0 0 160px;
    }
    .event .city {
        background: url('/html/images/icons/place.png') no-repeat;
        height: 22px; line-height: 22px;
        display: block;
        padding: 0 0 0 20px;
        font-size: 1rem;
    }
    .event a.img {
        position: relative;
        display: block;
    }
.event--top {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    position: relative;
    margin-bottom: 10px;
}
    .event--footer {
        display: flex;
    }
    .event--top h3 {
        margin: 0 0 0 0;
        height: auto;
    }
    .event--top a {
       color: #000;
    }
    .event--top .city {
        margin: 0 0 0 0;
        background-image: url('/html/images/icons/place-black.png');
    }
    .event--top .date {
        background: #fff;
        color: #000;
    }

.filters {
    background: #FFFBD9;
    border: 1px solid #E3D64D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1rem;
}
    .filters .filter {
        border-bottom: 1px solid #E3D64D;
        padding: 5px 10px;
        font-size: 0.9rem;
    }
    .filters .filter:last-child {
        border-bottom: none;
    }
    .filters .filter label {
        margin: 3px 7px 3px 0;
        display: inline-block;
    }
    .filters .filter label span {
        color: #000;
        text-decoration: underline;
        cursor: pointer;
    }
    .filters .filter label.checked span {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        cursor: default;
    }
    .filters .filter label span:hover {
        color: #000;
        text-decoration: none;
    }
    .filters .filter input {
        width: 13px;
        height: 13px;
        padding: 0;
        margin:0;
        vertical-align: bottom;
        position: relative;
            top: -1px;
        }
        .filters .filter select {
            border: 1px solid #E3D64D;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 5px 30px 5px 5px;
            cursor: pointer;
            font-size: 0.9rem;
        }
        .filters .filter input[type=submit] {
            width: auto;
            height: auto;
            vertical-align: baseline;
            background: #306397;
            border-radius: 2px;
            border: 1px solid #000;
            color: #fff;
            padding: 5px 15px;
            font-weight: bold;
            top: 0;
            box-shadow: inset 1px 1px 1px 0px rgba(255,255,255,.2), inset -1px -1px 1px 0px rgba(0,0,0,.2);
            cursor: pointer;
        }

    .filter--grid {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 5px !important;
    }
    .filter__block {
        width: 260px;
        max-width: 260px;
        flex: 1;
        padding: 5px;
    }
        .filter__block--search {
            width: 50px;
            flex: 0;
        }
        .filter__block--search button {
            width: 50px;
            min-width: 0;
            min-height: 38px;
            font-size: 1.5em;

        }
    .filter__title {
        display: block;
        margin: 0 0 5px 0;
    }

.choices * {
    box-sizing: border-box;
}
.choices .choices__inner {
    border: 1px solid #5e5e5e;
    border-radius: 3px;
    box-shadow: inset 1px 1px 1px #a4a4a4;
    background: #fff;
    padding: 5px 5px 1.5px 5px;
    min-height: 38px;
}
.choices .choices__input,
.choices .choices__input.active {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    font-size: 0.9rem;
    color: #000;
    height: auto !important;
    width: auto !important;
    margin: 0 0 0 5px !important;
    vertical-align: middle !important;
}
.choices .choices__list--multiple .choices__item {
    border-radius: 3px;
    color: #000;
    background: #f3e254;
    border: 1px solid #9c9847;
    box-shadow: 1px 1px 1px #a4a4a4;
    padding: 4px 10px;
}
.choices .choices__button,
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button  {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    min-height: 0;
    filter: hue-rotate(200deg);
    margin-left: 0 !important;
}
.choices .choices__list--dropdown .choices__item--selectable {
    padding-right: 10px;
    white-space: nowrap;
}
.choices .choices__list--dropdown {
    word-break: normal;
    min-width: 100%;
    width: auto;
    border: 1px solid #777 !important;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.29);
    top: auto;
}
.choices .choices__heading:empty {
    display: none;
}
.choices .choices__list--single {
    padding: 0 20px 0 0;
}
.choices[data-type*=select-one]:after {
    right: 0 !important;
    top: calc(50% - 2px) !important;
}
.choices.choices--simple {
    margin: 3px 10px 0 5px;
}
.choices.choices--simple .choices__inner {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 0 !important;
    min-height: 0;
}

.detail-item {
    display: flex;
}
    .detail-item__content {
        flex: 1;
    }
    .detail-item__aside {
    }
        .detail-item__aside .logo-image {
            margin-bottom: 15px;
        }
    .detail-item .button {
        display: block;
        margin: 20px auto;
        padding: 10px 20px;
        background: #58b84b;
        text-decoration: none;
        min-height: 0;
    }
    .detail-item__breadcrumb {
        margin: -.5em 0 2em 0;
    }
    .detail-item__gallery {
        display: flex;
        flex-wrap: wrap;
    }
        .detail-item__gallery__item {
            display: block;
            border: 1px solid #ccc;
            width: 90px; max-width: 90px; min-width: 90px;
            height: 90px;
            margin: 0 8px 8px 0;
            padding: 5px;
            box-shadow: -1px 1px 1px 0 rgba(0,0,0,0.2);
        }
        .detail-item__gallery__item img {
            width: 100%; height: 100%;
        }

.button-rss {
    display: inline-block;
    background: #ff7900;
    color: #fff;
    text-decoration: none;
    padding: 0 20px 0 50px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap;
}
    .button-rss:before {
        content: "";
        display: block;
        background: #e16000 url(/html/images/module/share/rss.png) no-repeat 43px 25px;
        width: 70px; height: 70px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute; left: -35px; top: -18px;
        box-sizing: border-box;
    }
    .button-rss:hover {
        color: #fff;
        background: #e16000;
    }
.button-seznam-boxik {
    background: #d7010f;
    padding: 0 15px 0 45px;
    box-sizing: border-box;
}
    .button-seznam-boxik:hover {
        background: #c50018;
    }
    .button-seznam-boxik:before {
        background: #c50018;
        content: "+";
        font-size: 26px;
        text-align: right;
        padding: 18px 10px;
    }
    .button-seznam-boxik.box {
        background: #d7010f;
        height: unset;
        width: 100%;
        white-space: normal;
        padding-left: 60px;
        line-height: 50px;
    }
        .button-seznam-boxik.box:before {
            font-size: 40px;
            text-align: right;
            padding: 10px 13px;
        }
        .button-seznam-boxik.box .label {
            display: inline-block;
            vertical-align: middle;
            line-height: 18px;
        }
        .button-seznam-boxik.box .label b {
            font-size: 1.2em;
        }
        .button-seznam-boxik.box:before {
            left: -20px; top: -10px;
        }
        .button-seznam-boxik.box:hover {
            background: #c50018;
        }
.button-facebook {
    background: #3a5799;
}
    .button-facebook:before {
        background: #013871 url(/html/images/module/share/facebook.png) no-repeat 47px 25px;
    }
    .button-facebook:hover {
        background: #013871;
    }
.button-regiony-brnenska {
    background: #2e2500;
}
    .button-regiony-brnenska:before {
        background: #2e2500 url(/html/images/module/share/external.png) no-repeat 47px 25px;
    }
    .button-regiony-brnenska:hover {
        background: #2e2500;
    }
.rss-sources {
    font-size: 1rem;
    line-height: 30px;
    margin-bottom: 50px;
}
    .rss-sources td {
        padding: 1em 1em 1em 0;
        border-bottom: 1px solid #ddd;
        vertical-align: middle;
    }
        .rss-sources td:first-child {
            width: 100%;
        }
        .rss-sources td:last-child {
            padding-right: 0;
        }
    .rss-sources tr:last-child td {
        border: none;
    }

@media screen and (max-width: 576px) {
    #footer_rss_seznam_share .button-rss {
        background: #616161;
    }
    #footer_rss_seznam_share .button-rss:before {
        background: #313131 url(/html/images/module/share/rss.png) no-repeat 43px 25px;
    }
    #footer_rss_seznam_share .button-facebook:before {
        background: #313131 url(/html/images/module/share/facebook.png) no-repeat 47px 25px;
    }
    #footer_rss_seznam_share .button-seznam-boxik:before {
        background: #313131;
    }
    #footer_rss_seznam_share .button-rss:hover, #footer_rss_seznam_share .button-seznam-boxik:hover, #footer_rss_seznam_share .button-facebook:hover, #footer_rss_seznam_share .button-regiony-brnenska:hover {
        background: #313131;
    }
}

/* Pokud je modul admin, tak šedé boxy */
#footer_rss_seznam_share.isAdmin .button-rss {
    background: #616161;
}
#footer_rss_seznam_share.isAdmin .button-rss:before {
    background: #313131 url(/html/images/module/share/rss.png) no-repeat 43px 25px;
}
#footer_rss_seznam_share.isAdmin .button-facebook:before {
    background: #313131 url(/html/images/module/share/facebook.png) no-repeat 47px 25px;
}
#footer_rss_seznam_share.isAdmin .button-seznam-boxik:before {
    background: #313131;
}
#footer_rss_seznam_share.isAdmin .button-rss:hover, #footer_rss_seznam_share.isAdmin .button-seznam-boxik:hover, #footer_rss_seznam_share.isAdmin .button-facebook:hover, #footer_rss_seznam_share.isAdmin .button-regiony-brnenska:hover {
    background: #313131;
}

.topping-regions .topping {
    display: inline-block;
    margin: .3em .15em 0 .15em;
}

.topping {
    display: block;
    margin: -.3em -.5em 0 -.5em;
    padding: .3em .5em;
}
    .topping--active {
        background: lightgreen;
    }
    .topping--inactive {
        background: lightgray;
    }
    .topping--waiting_payment {
        background: gold;
    }
    .topping--ready-to-start {
        background: lightblue;
    }

.referenceCarousel {
  width: 100%;

  margin: 20px 0 40px 0;
  padding: 0;

  position: relative;
}
    .referenceCarousel .referenceCarousel-page {
      background: #fffbd9;
      border: 1px solid #e3d64d;
      border-radius: 5px;
      padding: 10px;
      width: 85%;
      height: 100%;
      min-height: 270px;
      display: inline-block;
      vertical-align: top;

      opacity: 1;

      transition: opacity 0.8s;
      -webkit-transition: opacity 0.8s;
      -moz-transition: opacity 0.8s;
    }
    .referenceCarousel .referenceCarousel-page.hidden {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
    }
    .referenceCarousel .referenceCarousel-page .header {
      margin-bottom: 10px;
    }
    .referenceCarousel .referenceCarousel-page .header .logo {
      width: 30%;
      display: inline-block;
      vertical-align: middle;
    }
      .referenceCarousel .referenceCarousel-page .header .logo img {
        float: right;
      }
    .referenceCarousel .referenceCarousel-page .header .photo {
      vertical-align: middle;
      width: 120px;
      display: inline-block;
      margin: 0 20px;
    }
    .referenceCarousel .referenceCarousel-page .header .name {
      width: 30%;
      display: inline-block;
      text-align: left;
      vertical-align: middle;
    }
      .referenceCarousel .referenceCarousel-page .header .name p {
        margin-bottom: 0px;
      }

    .referenceCarousel .referenceCarousel-page .text {
      font-style: italic;
      margin-bottom: 25px;
    }

    .referenceCarousel .referenceCarousel-page .link {
      font-size: 1rem;
      font-weight: bold;
      margin: 15px 0;
    }

    .referenceCarousel .arrow {
      height: 100%;
      width: 30px;
      background: url(/html/images/module/_common/carousel/carousel_arrow.png) no-repeat center center;
      position: absolute;
      top: 0;
      cursor: pointer;
    }
    .referenceCarousel .arrow.arrow-left {
      left : 0;
    }
    .referenceCarousel .arrow.arrow-right {
      transform: rotate(180deg);
      right : 0;
    }
    .referenceCarousel .dots {
      width: 100%;
      height: 10px;
      margin: 10px 0;
    }
    .referenceCarousel .dots .dot {
      background-color: #c0c0c0;
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      margin: 2px 5px;
    }
    .referenceCarousel .dots .dot.active {
      background-color: #404040;
    }

.case-studies {
  border: 1px solid #e3d64d;
  border-radius: 5px;
}
  .case-studies .basic-info, .case-studies .comment {
    background-color: #ffffff;
    padding: 20px;
  }
  .case-studies .results {
    background-color: #fffbd9;
    padding: 20px;

    border-top : 1px solid #f0e78e;
    border-bottom : 1px solid #f0e78e;
  }
      .case-studies .results h3 {
          color: black;
          background-color: transparent;
      }

  .case-studies .basic-info ul {
    margin-top: 20px;
  }

  .case-studies .basic-info .image-right {
    float: right;
    vertical-align: top;
    padding: 0;
  }

  .case-studies .comment img {
    width: 117px;
    height: 117px;
    margin: auto;
    display: block;
  }
  .case-studies .panel-left, .case-studies .panel-right {
    display: inline-block;
  }

  .case-studies .panel-left {
    width: 150px;
  }
  .case-studies .panel-right {
    width: calc(100% - 200px);
    padding: 20px;
    vertical-align: top;
  }

  .case-studies .name {
    margin-left: 16px;
    margin-top: 10px;
  }

  .case-studies .centered-anchor {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 17px;
    margin: 20px 0;
  }
  .case-studies .float-left {
    float: left;
  }
  .case-studies .float-right {
    float: right;
  }
  .case-studies .italic {
    font-style: italic;
  }

/* subscribe widget */
.subscribe-widget {
    background: #FFFBD9;
    border: 1px solid #E3D64D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 15px;
    font-size: 1rem;
}

.subscribe-widget_header {
    clear: both;
    width: 100%;
}

.subscribe-widget__title {
    font-size: 1.5em;
    display: block;
    padding-bottom: 5px;
}

.subscribe-widget__info {
    /* width: 180px; */
}

.subscribe-widget__error {
    width: 100%;
    font-weight: bold;
    color: red;
    margin-bottom: .8em;
    font-size: 1.2em;
    text-align: center;
}

.subscribe-widget__success {
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.form-control {
    color: #000;
}

/* SVG ROZCESTNIKY */
@font-face {
    font-family:'FontAwesome';
    src:url('/html/fonts/fontawesome-webfont.eot?v=4.7.0');
    src:url('/html/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
        url('/html/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('/html/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('/html/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('/html/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal
}

svg text tspan.external {
    font-family: FontAwesome;
    text-decoration: none !important;
}

svg a {
    text-decoration: none !important;
}

svg tspan.link {
    text-decoration: underline;
}