/* --------------------------------------------------------------------------
        BASIC
   -------------------------------------------------------------------------- */
body {
    font-family: 'Fira Sans', Arial, sans-serif;
    font-size: 0.875em;
    color: #8a8b8d;
    line-height: 1.3;
}
body.size1 { font-size: 0.8125em; }
body.size2 { font-size: 0.875em; }
body.size3 { font-size: 0.9375em; }
body.size4 { font-size: 1em; }
body.styles,
body.styles * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
body.styles .row {
    clear: both;
    margin-left: -17px !important;
}
body.styles .row:after {
    content: ' ';
    display: block;
    clear: both;
}
body.styles .row > [class^="span"],
body.styles .row > .custom > [class^="span"] {
    float: left;
    padding-left: 17px;
}
body.styles .row .span1 { width: 8.33%; }
body.styles .row .span2 { width: 16.66%; }
body.styles .row .span3 { width: 25%; }
body.styles .row .span4 { width: 33.33%; }
body.styles .row .span5 { width: 41.66%; }
body.styles .row .span6 { width: 50%; }
body.styles .row .span7 { width: 58.33%; }
body.styles .row .span8 { width: 66.66%; }
body.styles .row .span9 { width: 75%; }
body.styles .row .span10 { width: 83.33%; }
body.styles .row .span11 { width: 91.66%; }
body.styles .row .span12 { width: 100%; }
body.styles ul {
    list-style: none;
}
body.styles ul.abc {
    list-style: lower-alpha;
    margin-left: 15px !important;
}
body.styles ul.abc > li {
    padding-left: 0 !important;
    background: none !important;
}
a {
    text-decoration: underline;
    color: #13b0e3;
}
a:not([href]) {
    text-decoration: none;
}
body.styles .left,
body.styles .pull-left {
    float: left !important;
}
body.styles .right,
body.styles .pull-right {
    float: right !important;
}
body.styles .custom {
    display: inline;
}
body.styles .hide {
    display: none;
}
/* --------------------------------------------------------------------------
        CONTENT
   -------------------------------------------------------------------------- */
body.styles #content .article-info {
    margin: 20px 0;
    color: #999;
}
body.styles #content h1 {
    clear: both;
    margin: 45px 0 20px;
    font-size: 2.1em;
    font-weight: 700;
    color: #000;
}
body.styles #content h2 {
    margin: 60px 0 35px;
    font-size: 1.6em;
    font-weight: 400;
    color: #444;
}
body.styles #content h3 {
    margin: 55px 0 10px;
    font-size: 1.4em;
    font-weight: 400;
    color: #000;
}
body.styles #content .blog h3 {
    clear: both;
    margin: 10px 0;
    font-size: 1.2em;
}
body.styles #content .blog h3.with-date {
    padding-left: 120px;
}
body.styles #content .blog h3.with-date .date {
    float: left;
    width: 110px;
    margin-left: -120px;
    text-align: left;
    color: #8a8b8d;
}
body.styles #content h4 {
    margin: 40px 0 10px;
    font-size: 1.2em;
    font-weight: 500;
    color: #444;
}
body.styles #content p {
    margin: 0 0 25px;
    text-align: justify;
    color: #000;
    line-height: 1.7;
}
body.styles #content div,
body.styles #content ul,
body.styles #content ul li,
body.styles #content ol,
body.styles #content ol li,
body.styles #content table th,
body.styles #content table td {
    color: #000;
}
body.styles #content ul li,
body.styles #content ol li {
    text-align: justify;
}
body.styles #content .signpost > div:nth-child(3n+1),
body.styles #content_left .signpost > div:nth-child(3n+1) {
    clear: both;
}
body.styles #top p.important {
    border: 2px solid #c00;
    padding: 20px 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #c00;
}
body.styles #content p.important {
    margin: 50px 0 60px;
    font-size: 1.6em;
    font-weight: 400;
    color: #13b0e3;
    line-height: 1.5;
}
body.styles #content fieldset,
body.styles #content blockquote {
    margin: 35px 0 45px;
    border: 3px solid #1cafe2;
    padding: 22px 40px;
    text-align: center;
    font-size: 1.2em;
    color: #18b5ea;
    line-height: 2;
}
body.styles #content fieldset {
    text-align: left;
}
body.styles #content fieldset label input[type="radio"],
body.styles #content fieldset label input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 5px;
}
body.styles #content fieldset label:first-child input[type="radio"],
body.styles #content fieldset label:first-child input[type="checkbox"] {
    margin-left: 0;
}
body.styles #content ul {
    margin: 0 0 25px;
}
body.styles #content ul > li {
    margin: 0 0 10px;
    padding: 0 0 0 16px;
    background: url('../images/arrow.png') 0 3px no-repeat;
}
body.styles ol {
    margin: 0 0 0 10px;
}
body.styles ol > li {
    padding: 5px;
    line-height: 1.5em;
}
body.styles #content table:not([class*="table-style"]) {
    width: 100%;
    margin: 0 0 25px;
    border-spacing: 0;
}
body.styles #content table:not([class*="table-style"]) thead tr th {
    padding: 3px 10px;
    font-size: 1.1em;
    font-weight: 700;
    color: #18b8e8;
}
body.styles #content table:not([class*="table-style"]) thead tr td {
    padding: 3px 10px;
    font-size: 1.1em;
    font-weight: 700;
    color: #58585a;
}
body.styles #content table:not([class*="table-style"]) tbody tr th {
    padding: 10px;
    font-weight: 400;
    color: #18b8e8;
}
body.styles #content table:not([class*="table-style"]) tbody tr td {
    padding: 3px 10px;
    font-weight: 400;
    color: #58585a;
}
body.styles #content table:not([class*="table-style"]) tbody tr:nth-child(odd) th,
body.styles #content table:not([class*="table-style"]) tbody tr:nth-child(odd) td {
    background-color: #ebebeb;
}
body.styles #content table.category td.list-date.small {
	width: 100px;
	text-align: right;
}
body.styles table[class*="table-style"],
body.styles .wide-download-box table.timed-container {
    clear: right;
    border: 1px solid #ebebeb;
    border-spacing: 0;
    margin: 15px 0;
}
body.styles .wide-download-box table.timed-container {
  background: #cecece !important;
  border-collapse: separate;
  border-spacing: 2px !important;
  border: none;
}
body.styles .wide-download-box table.timed-container tr {
  vertical-align: top;
}
body.styles .wide-download-box table.timed-container th {
  background: #ffffff;
  padding: 10px;
}
body.styles .wide-download-box table.timed-container th.date {
  width: 100px;
}
body.styles .wide-download-box table.timed-container th.filles {
  width: 115px;
}
body.styles .wide-download-box table.timed-container td {
  background: #ebebeb;
  border-top: none;
  padding: 10px;
}
body.styles .wide-download-box table.timed-container ul {
  margin: 0;
  padding: 0;
}
body.styles .wide-download-box table.timed-container li {
  list-style: none;
  margin: 0;
  padding: 2px 0 !important;
  background: none !important;
}
body.styles .wide-download-box table.timed-container img {
  vertical-align: top;
  margin-right: 3px;
  margin-top: -3px;
}
body.styles table.table-style-1 {
  border-collapse: separate;
  width: auto;
  border-color: #cecece;
}
body.styles table.table-style-1 th {
  background: #cecece;
  font-weight: bold;
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ebebeb;
}
body.styles table.table-style-1 td {
  background: #ebebeb;
  padding: 10px 15px;
  vertical-align: top;
  border-bottom: 1px solid #cecece;
}
body.styles table.table-style-1 tr:last-child th,
body.styles table.table-style-1 tr:last-child td {
  border: none;
}
body.styles table.table-style-1.seznamy th {
  font-size: 85%;
}
body.styles table.table-style-1.seznamy td {
  font-size: 95%;
}
body.styles table.table-style-2 {
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  clear: right;
  margin: 15px 0;
  width: auto;
}
body.styles table.table-style-2 th {
  background: #ebebeb;
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
}
body.styles table.table-style-2 td {
  padding: 7px 15px;
  vertical-align: top;
}
body.styles table.table-style-3 {
  border-collapse: collapse;
  border: 1px solid #cecece;
  clear: right;
  margin: 15px 0;
  width: 100%;
}
body.styles table.table-style-3 th {
  background: #ebebeb;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
body.styles table.table-style-3 td {
  border-bottom: 1px solid #cecece;
  padding: 7px 10px;
  vertical-align: top;
}
body.styles table.table-style-4 {
  border-collapse: separate;
  clear: right;
  font-size: 95%;
  margin: 15px 0;
  width: 100%;
}
body.styles table.table-style-4 th {
  background: #f4f5fb;
  padding: 7px 7px;
  text-align: center;
}
body.styles table.table-style-4 td {
  background: #f4f5fb;
  padding: 5px 7px;
  text-align: center;
}
body.styles table.table-style-5 {
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  clear: right;
  margin: 15px 0;
  width: 100%;
}
body.styles table.table-style-5 th {
  background: #ebebeb;
  padding: 7px 15px;
  text-align: left;
  width: 10%;
}
body.styles table.table-style-5 td {
  padding: 7px 15px;
}
body.styles hr {
    margin: 30px 0;
    border: 0 none;
    border-top: 2px solid #8a8b8d;
}
body.styles .info-minibox {
    background: #ebebeb;
    float: left;
    margin: 20px 2% 10px 0;
    padding: 10px 15px;
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.styles .info-minibox.last {
    margin-right: 0;
}
body.styles .info-minibox h4 {
    margin: 0 !important;
    padding: 0 !important;
}
body.styles .info-box {
  border: 1px solid #ebebeb;
  margin: 15px 0;
  padding: 15px 20px;
}
body.styles .info-box h2,
body.styles .info-box h3 {
  margin-top: 0;
}
body.styles .news-box {
  border: 1px solid #ebebeb;
  padding: 20px;
}
body.styles .news-box ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
body.styles .news-box ul li {
  margin: 0 !important;
  padding: 0 0 10px 0 !important;
  background: none !important;
}
body.styles .news-box ul li a {
  display: block;
  margin: 1px 0 1px 7em;
  padding-top: 3px;
}
body.styles .news-box ul li span.date {
  border-right: 1px solid #ebebeb;
  color: #898c8d;
  display: block;
  float: left;
  margin: 0 8px 0 0;
  padding: 0 15px 0 0;
  position: relative;
  top: 3px;
}
body.styles .textCenter {
    text-align: center;
}
body.styles .odsazeni-10 {
    text-indent: 3em;
}
body.styles .upozorneni {
  border: 1px solid #898c8d;
  color: #d20536 !important;
  padding: 20px;
}
body.styles .pod-carou {
  border-top: 1px solid #ebebeb;
  padding: 7px 0 0 0;
  margin-top: 20px;
}
body.styles .poznamka {
  background: #ebebeb;
  border-left: 1px solid #585857;
  font-style: italic;
  margin: 15px 0;
  padding: 15px 20px;
}
body.styles .zvyrazneni {
  color: #d20536 !important;
}
body.styles .prilohy-box {
  background: #ebebeb;
  border-bottom: 4px solid #cecece;
  float: right;
  margin: 0 0 15px 25px;
  padding: 15px;
  text-align: left;
  width: 190px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body.styles .prilohy-box h3 {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}
body.styles .prilohy-box ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
body.styles .prilohy-box ul li {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
body.styles .prilohy-box ul li a {
  border-bottom: 1px solid #cecece;
  display: block;
  padding: 7px 0 7px 30px;
}
body.styles .prilohy-box ul li a:hover {
  background: #FFFFFF;
}
body.styles .prilohy-box ul li img {
  float: left;
  left: 3px;
  margin: 0 5px 0 0;
  position: relative;
  top: 5px;
  vertical-align: middle;
}
body.styles .prilohy-box ul li:last-child a {
  border: none;
}
body.styles .wide-table {
  overflow: auto;
  width: 100%;
}
body.styles .wide-download-box .container {
  background: #ebebeb;
  border-bottom: 4px solid #cecece;
  margin: 0 0 5px 0;
  padding: 15px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.styles .wide-download-box .container ul {
  border-left: 1px solid #cecece;
  float: left;
  list-style: none;
  margin: 0 !important;
  padding: 0 0 0 15px;
  width: 28%;
}
body.styles .wide-download-box .container ul li {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
body.styles .wide-download-box .container ul li a {
  display: block;
  margin: 0;
  padding: 5px 5px 5px 30px;
}
body.styles .wide-download-box .container ul li a:hover {
  background: #FFFFFF;
}
body.styles .wide-download-box .container ul li img {
  float: left;
  left: 3px;
  margin: 0 5px 0 0;
  position: relative;
  top: 3px;
  vertical-align: middle;
}
body.styles .wide-download-box .container .title {
  float: left;
  margin: 0;
  padding: 5px 15px 0 0;
  width: 68%;
  text-align: justify;
}
body.styles .wide-download-box .container .title-short {
  float: left;
  margin: 0;
  padding: 0 15px 0 0;
  width: 25%;
}
body.styles img.right_picture {
  float: right;
  border: 5px solid #ebebeb;
  margin: 0 0 15px 20px;
}
body.styles .two-columns-holder {
  width: 100%;
}
body.styles .two-columns-holder .left-column {
  float: left;
  margin-right: 1.5%;
  width: 48%;
}
body.styles .two-columns-holder .right-column {
  float: right;
  margin-left: 1.5%;
  width: 48%;
}
body.styles .clear {
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* --------------------------------------------------------------------------
        LAYOUT
   -------------------------------------------------------------------------- */
body.styles #page {
    width: 100%;
    padding: 0 0 104px;
    background-color: #ebebeb;
    text-align: center;
}
body.styles #wrapper {
    width: 1160px;
    margin: 0 auto;
    padding: 0 30px 10px;
    background-color: #ffffff;
    text-align: left;
}
body.styles .header-inner {
    position: relative;
    height: 135px;
    margin: 0 -30px;
    padding: 0 30px;
}
body.styles .header-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    text-align: left;
    text-indent: -5000px;
}
body.styles .header-inner:after {
    content: ' ';
    clear: both;
    display: block;
}
body.styles #logo {
    float: left;
    padding: 72px 0 0;
    font-size: 3em;
    font-weight: 700;
    color: #585856;
    line-height: 1;
}
body.styles #logo * {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
body.styles #logo a {
    text-decoration: none;
}
body.styles #header-right {
    position: absolute;
    top: 24px;
    right: 18px;
    text-align: right;
}
body.styles #search {
    position: absolute;
    top: 135px;
    right: 30px;
    z-index: 20;
    width: 62px;
    height: 62px;
    background-color: #ebebeb;
}
body.styles #top {
    margin: 0 0 25px;
}
body.styles #content {
    float: right;
    padding: 0 150px 40px;
}
body.styles #content.span9 {
    padding-left: 65px;
}
body.styles #content.span8 {
    padding-right: 65px;
    padding-left: 65px;
}
body.styles #left .module {
    margin: 0 0 40px;
}
/* --------------------------------------------------------------------------
        MENU
   -------------------------------------------------------------------------- */
body.styles .navigation ul.nav, body.styles .navigation {
    clear: both;
    width: auto;
    height: 62px;
    margin: 0 0 22px;
    padding: 0 10px;
    background-color: #585858;
    position: relative;
}
body.styles .navigation ul.nav li {
    float: left;
    height: 62px;
    padding: 0 12px;
    font-size: 1.072em;
    line-height: 62px;
}
.menu-lang, .menu-lang2 {
    position: absolute;
    right: 280px;
    top: 22px;
    color: white;
}
.menu-lang a, .menu-lang2 a {
    color: white;
    text-decoration: none;
}
.menu-lang2 {
    display: none;
    top: 15px;
    width: 20px;
    text-align: center;
}
body.styles .navigation ul.nav a {
    text-decoration: none;
    color: #fff;
}
/* --------------------------------------------------------------------------
        MODULES
   -------------------------------------------------------------------------- */
/*body.styles #search {
    overflow: hidden;
}*/
body.styles .right-column {
    padding-bottom: 30px;
}
body.styles #search.opened {
    overflow: visible;
}
body.styles #search .search {
    float: right;
    width: 262px;
    height: 62px;
    padding: 17px 21px 16px;
    background-color: #ebebeb;
}
body.styles #search .search input[type="search"] {
    width: 178px;
    height: 29px;
    border: 0 none;
    padding: 0 10px;
    background-color: #fff;
    line-height: 15px;
}
body.styles #search .search input[type="image"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom:0;
    width: 62px;
    border: 0 none;
}
body.styles #content ul.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.styles #content ul.breadcrumb li {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: transparent none;
    text-align: left;
    font-size: 0.9em;
    color: #565656;
}
body.styles #content ul.breadcrumb li:before {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('../images/arrow.png') 50% 50% no-repeat;
    background-size: 60% 80%;
}
body.styles #content ul.breadcrumb li:nth-child(-n+2):before {
    display: none;
}
body.styles #content ul.breadcrumb li a {
    text-decoration: underline;
    color: #565656;
}
body.styles #top .row > [class^="span"] {
    margin: 0 0 20px;
}
body.styles #top .row > [class^="span"] > .item {
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid #ebebeb;
    padding: 15px 13px 20px;
}
body.styles #top .signpost-mainlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    overflow: hidden;
    display: block;
    text-align: left;
    text-indent: -5000px;
}
body.styles #top .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 52.29%;
}
body.styles #top .image img {
    position: absolute;
    top: 0;
    display: block;
    width: 0 !important;
    height: 0 !important;
    padding: 26.15% 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
body.styles #top h2 {
    min-height: 50px;
    padding: 0 53px 0 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 1.4em;
    font-weight: 500;
    color: #595957;
    line-height: 1.1;
}
body.styles #top h2 img {
    float: right;
    margin-right: -53px;
}
body.styles #left ul.boxes:after {
    content: ' ';
    clear: both;
    display: block;
}
body.styles #left ul.boxes li {
    clear: both;
    border: 1px solid #ebebeb;
}
body.styles #left ul.boxes li:after {
    content: ' ';
    clear: both;
    display: block;
}
body.styles #left ul.boxes li + li {
    border-top: 0 none;
}
body.styles #left ul.boxes li a {
    display: block;
    height: 82px;
    padding: 0 10px 0 82px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 500;
    color: #595957;
    line-height: 1.1;
}
body.styles #left ul.boxes li a.rows4 {
    height: 100px;
}
body.styles #left ul.boxes li a span {
    position: absolute;
    top: 50%;
    left: 82px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
body.styles #left li { position: relative; }
body.styles #left div.image { position: absolute; top: 21px; left: 17px; width: 48px; height: 40px; }
body.styles #left div.image img { position: absolute; top: 0; left: 0; width: 0; height: 0; padding: 41.67% 50%; background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; }
body.styles #top ul li {
    margin: 0 0 4px;
    padding-left: 16px;
    background: url('../images/arrow.png') 0 3px no-repeat;
}
body.styles #top ul li a {
    text-decoration: none;
    color: #8a8b8d;
}
body.styles h2.news {
    margin: 0 0 12px 14px;
    padding-left: 43px;
    background: url('../images/folder.png') 0 0 no-repeat;
    font-weight: 500;
    color: #585858;
    line-height: 32px;
}
body.styles h2.news a {
    text-decoration: none;
    color: inherit;
}
body.styles h2.news_link {
    margin: 0;
    padding: 0;
}
body.styles h2.news_link a {
    display: block;
    margin: 0 0 12px 14px;
    padding-left: 43px;
    background: url('../images/folder.png') 0 0 no-repeat;
    text-decoration: none;
    font-weight: 500;
    color: #585858;
    line-height: 32px;
}
body.styles a.more_news {
    display: block;
    padding: 10px 5px;
    background-color: #ebebeb;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #595957;
}
body.styles a.more_news:hover {
    color: #13b0e3;
}
body.styles .newsflash div.item {
    position: relative;
    overflow: hidden;
    height: 243px;
    border: 1px solid #ebebeb;
    padding: 20px 14px;
}
body.styles .newsflash.vertical div.item {
    margin-bottom: 5px;
}
body.styles .newsflash div.item:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    height: 120px;
    background: url('../images/bg-item.png') 0 100% repeat-x;
}
body.styles .newsflash div.item h3 {
    margin: 0 0 10px;
    font-size: 1.1em;
    font-weight: 500;
    color: #000;
    line-height: 1.25;
}
body.styles .newsflash div.item h3 a {
    text-decoration: none;
    color: inherit;
}
body.styles .newsflash div.item span.article-date {
    position: absolute;
    left: 15px;
    bottom: 18px;
    z-index: 2;
}
body.styles .newsflash div.item a.readmore {
    position: absolute;
    right: 15px;
    bottom: 18px;
    z-index: 2;
}
/* --------------------------------------------------------------------------
        FOOTER
   -------------------------------------------------------------------------- */
body.styles .footer .container {
    overflow-x: hidden;
    padding: 0 0 20px;
    color: #5a6567;
}
body.styles .footer .footer1 {
    margin: 0 0 20px;
    padding: 20px 0 21px;
    background: url('../images/border-dotted-horizontal.png') 0 100% repeat-x;
}
body.styles .footer .links {
    min-height: 92px;
    background-color: #888c8d;
    background-clip: content-box;
}
body.styles .footer .links > div {
    padding: 0 18px;
}
body.styles .footer .links a {
    text-decoration: none;
    color: #ffffff;
}
body.styles .footer .info {
    background-color: #ebebeb;
    background-clip: content-box;
    color: #000;
}
body.styles .footer .info > * {
    padding: 0 16px;
}
body.styles .footer .links > div:first-child,
body.styles .footer .info > *:first-child {
    padding-top: 10px;
}
body.styles .footer .links > div:last-child,
body.styles .footer .info > *:last-child {
    padding-bottom: 10px;
}
body.styles .footer .nav {
    display: block;
}
body.styles .footer .options {
    padding: 10px 0 0;
}
body.styles .footer .nav:after,
body.styles .footer .options:after {
    content: ' ';
    display: block;
    clear: both;
}
body.styles .footer .nav li {
    float: left;
    display: block;
}
body.styles .footer .option {
    float: left;
}
body.styles .footer .nav li + li:before,
body.styles .footer .option + .option:before {
    content: '|';
    float: left;
    display: block;
    margin: 0 3px;
}
body.styles .footer .options > *,
body.styles .footer .options .font_size,
body.styles .footer .options .font_size li {
    display: inline-block;
}
body.styles .footer .options .font_size li.active a {
    text-decoration: none;
    color: #585858;
    cursor: text;
}
body .gsc-resultsHeader,
body .gsc-above-wrapper-area,
body .gsc-adBlock,
body .gcsc-branding {
    position: absolute !important;
    top: -100000px !important;
    left: -100000px !important;
}

input.gsc-search-button {
    background-color: #585858 !important;
    color: #fff !important;
    padding: 7px 15px !important;
    font-size: 17px !important;
    line-height: 17px !important;
    height: auto !important;
    border-radius: 0px !important;
    font-weight: normal !important;
    border: none !important;
}

table.gsc-search-box td {
    padding: 10px 6px 0px 6px !important;
    vertical-align: middle;
    background-color: transparent !important;
}

input.gsc-input {
    height: 31px !important;
}

body.styles #content div.pagination {
    text-align: center;
    padding: 20px 0 0 0;
}

body.styles #content div.pagination a.page {
    text-decoration: none;
    background: none;
    border: 1px solid #13b0e3;
    text-align: center;
    line-height: 0.875em;
    padding: 5px 0;
    margin: 5px;
    cursor: pointer;
    display: inline-block;
    width: 30px;
}

body.styles #content div.pagination > a.page.active {
    background: #13b0e3;
    color: #fff;
}