@import url('custom-20171120.css');
@import url('colors-20171120.css');

.module-title .title {
  color: #3399bb;
}

.label-teal,
.bg-teal {
  color: #fff;
  background-color: #39b;
  border-radius: 1px;
}

.label-brown,
.bg-brown,
.label-brown *,
.bg-brown * {
  color: #fff !important;
  background-color: #a93;
  border-radius: 1px;
}

.label-green,
.bg-green {
  color: #fff;
  background-color: #6a0;
  border-radius: 1px;
}

.label-semi-transparent,
.bg-semi-transparent {
  color: #fff;
  background-color: rgba(51,51,51,0.9);
  border-radius: 1px;
}

.category-tag {
  position: static;
  display: inline-block;
  margin-bottom: 0;
}

.ie7 .category-tag {
  display: inline;
  zoom: 1;
}

.date-tag {
  margin-bottom: 5px;
  font-size: .5em;
  font-weight: 400;
  text-transform: none;
}

.navbar-nav {
  float: none;
}

.nav>li {
  width: 20%;
  text-align: center;
}

.nav>li>ul {
  width: 100%;
}

header {
  height: auto;
}

.header-logo {
  margin-top: 5px;
  margin-bottom: 0;
}

#news-slider .news-slider-layer .content p {
  background-color: rgba(51,51,51,0.9);
  white-space: normal;
}

.module.white {
  background: #fff;
}

.module.highlight {
  background: url("../img/dirt-bg-1.jpg");
	background-size: 35%;
}

.news.gh .item {
  background: #fff;
}

.news.gh.invert .item {
  background: url("../img/dirt-bg-1.jpg");
	background-size: 75%;
}

.news.gh h3 {
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.news.gh h3 a {
  color: #333;
  text-transform: uppercase;
}

.news.gh p {
  font-family: "Roboto",sans-serif;
  font-size: .95em;
  line-height: 16px;
}

.news.gh .date {
  color: #999;
  font-size: .78em;
  border: none;
  padding: 0;
}

.news.gh .content p {
  border: none;
}

.news.gh .item-content {
  position: relative;
  padding: 8px 10px 35px 20px;
}

.news.gh .item-content p {
  border: none;
}

.news.gh .item-content .rm {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-transform: uppercase;
  color: #4da6c4;
}

.news.gh .item-content .rm:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 20px;
  height: 1px;
  display: block;
  background: #4da6c4;
  transition: width .2s;
}

.news.gh .item-content .rm:hover:after {
  width: 100%;
}

.module-title .bg-teal a {
  color: #fff;
}

.module-title .bg-teal a:hover {
  color: #fff;
}

.gh-gallery img {
  width: 100%;
  height: auto;
}

.gh-gallery .row+.row {
  margin-top: 20px;
}

.sidebar-newsfeed {
  background-color: #333;
}

.sidebar-newsfeed .item-content p a {
  color: #fff;
}

.gh-posters .gh-item {
  padding: 20px;
  background: url("../img/dirt-bg-1.jpg");
	background-size: 75%;
}

.row [class*='col-']:first-child:last-child {
	padding-right: 15px;
}

.gh-posters .gh-item h4 {
  margin: 0 0 3px;
  color: #333;
  font-family: "Roboto",sans-serif;
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.gh-posters .gh-item p {
  margin: 0;
  color: #999;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.gh-posters .gh-item p.links {
  margin-top: 10px;
}

.gh-posters .gh-item p.links a {
  display: block;
  color: #3399bb;
}

.gh-posters .gh-item p.links a+a {
  margin-top: 3px;
}

.gh-posters .gh-item p.links a:hover {
  text-decoration: underline;
}

.gh-posters .row+.row {
  margin-top: 20px;
}

.subscribe-form {
  margin: 0 0 40px;
}

.subscribe-form p {
  text-align: left;
  color: #3399bb;
  margin: 0;
}

.subscribe-form p label {
  display: inline-block;
}

.subscribe-form p label+label {
  margin-left: 10px;
}

.subscribe-form p label input {
  border-color: #3399bb;
}

.subscribe-form .input-box input {
  box-sizing: border-box;
  float: left;
  display: block;
  color: #3f9fbf;
  padding: 0 5px;
  width: 80%;
  height: 30px;
  border: 1px solid #3f9fbf;
}

.subscribe-form .input-box button {
  box-sizing: border-box;
  float: left;
  display: block;
  width: 20%;
  height: 30px;
  color: #fff;
  text-transform: uppercase;
  background: #3f9fbf;
  border: none;
}

.social-icons {
  margin: 0 0 40px;
  text-align: right;
}

body .social-icons a {
  display: inline-block;
  font-size: 30px !important;
  line-height: 50px !important;
  width: 60px;
  height: 60px;
  background: #3299ba;
  color: #fff;
  text-align: center;
  border: 5px solid #3299ba;
  transition: color .2s, background .2s;
}

.ie7 .social-icons a {
  display: inline;
  zoom: 1;
}

.social-icons a+a {
  margin-left: 20px;
}

.social-icons a:hover {
  color: #3299ba;
  background: #fff;
}

.flb {
	position: relative;
}

.flb > .page-title {
}

.share-box {
	max-width: 140px;
	float: right;
	margin: 30px 0 0;
	text-align: right;
}

.flb > .share-box {
	float: none;
	max-width: 100%;
}

.post:first-child {
	margin-top: 35px;
}

.share-box a {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  width: 30px;
  height: 20px;
  text-align: center;
}

.ie7 .share-box a {
  display: inline;
  zoom: 1;
}

.share-box a:hover {
  color: #3299ba;
  background: #fff;
}

.share-box a .fa.ico-draugiem:before {
	width: 20px;
	margin: -18px 0 0 -5px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.col-md-4 > .title-style02:first-child {
	margin-top: 35px;
}

#footer {
  background: #333;
}

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

#footer br {
  line-height: inherit;
}

#footer h4 {
  margin-top: 10px;
  color: #999;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

#footer a {
  display: block;
  color: #ccc;
  transition: color .2s;
}

#footer a:hover {
  color: #fff;
}

#footer p {
  color: #999;
  font-size: 13px;
  line-height: 14px;
  margin: 5px 0 0;
}

#footer h3 {
  color: #3399bb;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

#footer h3.c1 {
  color: #66aa00;
}

#footer h3.c2 {
  color: #aa9933;
}

#footer h3.c3 {
  color: #cc7700;
}

#footer h3.c4 {
  color: #bb6699;
}

#footer ul.links li {
  display: block;
  font-size: 13px;
  line-height: 14px;
}

#footer ul.links li+li {
  margin-top: 10px;
}

#copyrights {
  background: #666;
}

.copyright {
  color: #ccc;
  font-size: 10px;
}

.sidenav-header-logo img {
  width: 175px;
}

.mega-dropdown-menu>li>ul {
  display: block;
}

.mega-dropdown-menu>li>ul>li {
  display: block;
  padding: 5px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

.mega-dropdown-menu>li>ul>li a {
  color: #333;
  font-size: 18px;
}

.mega-dropdown-menu>li>ul>li>ul {
  display: block;
  padding: 10px;
}

.mega-dropdown-menu>li>ul>li>ul>li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.mega-dropdown-menu>li>ul>li>ul>li a {
  color: #666;
  font-size: 14px;
}

.post a {
  color: #3399bb;
  text-decoration: none;
  font-weight: 700;
}

.post a:hover {
  text-decoration: underline;
}

.post ul:not(.breadcrumb):not(.rsbtn_toollist),
.exam ul:not(.breadcrumb):not(.rsbtn_toollist) {
  padding-left: 40px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 1.45rem;
  font-style: normal;
  color: #777;
}
 
.post ul:not(.breadcrumb):not(.rsbtn_toollist) li,
.exam ul:not(.breadcrumb):not(.rsbtn_toollist) li {
 position: relative;
}
 
.post ul:not(.breadcrumb):not(.rsbtn_toollist) li:before,
.exam ul:not(.breadcrumb):not(.rsbtn_toollist) li:before {
  content: '■';
  position: absolute;
  left: -18px;
  top: -7px;
  display: block;
  font-size: 2rem;
}

body[data-color="teal"] .post ul:not(.breadcrumb):not(.rsbtn_toollist) li:before,
body[data-color="teal"]  .exam ul:not(.breadcrumb):not(.rsbtn_toollist) li:before {
  color: #3399bb;
}

.post ol {
  padding-left: 40px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 1.45rem;
  font-style: normal;
  color: #777;
}

.post ol li {
  position: relative;
  color: #3399bb;
  font-weight: 700;
}

.post ol li span {
  color: #777;
  font-weight: 400;
}

.block-title {
  margin: 30px 0;
  background-color: #f4f4f4;
}

.block-title h3 {
  display: inline-block;
  background-color: #39b;
  color: #fff;
  font-family: "Roboto",sans-serif;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}

.ie7 .block-title h3 {
  display: inline;
  zoom: 1;
}

.added-doc {
  margin: 30px 0;
}

.added-doc {
  display: block;
  padding-left: 85px;
  height: 70px;
}

.added-doc:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ie7 .added-doc:before {
  display: inline;
  zoom: 1;
}

.added-doc span {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  color: #3399bb;
}

.ie7 .added-doc span {
  display: inline;
  zoom: 1;
}

.added-doc.ico-doc {
  background: url("../img/ico-doc.png") no-repeat left center;
}

.added-doc.ico-pdf {
  background: url("../img/ico-pdf.png") no-repeat left center;
}

.added-doc:hover {
  text-decoration: none;
}

.added-doc:hover span {
  text-decoration: underline;
}

.mini-gallery {
  margin: 30px 0;
}

.mini-gallery .image-border {
  border: 1px solid #ccc;
}

.mini-gallery .image-border img {
  display: block;
  width: 100%;
  height: auto;
}

.mini-gallery>a:first-child,
.mini-gallery>a:last-child {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.file-ico {
  margin: 0;
  padding: 0;
}

.file-ico li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin: 10px 0 0 15px;
}

.ie7 .file-ico li {
  display: inline;
  zoom: 1;
}

.file-ico a {
  display: inline-block;
  min-height: 68px;
  padding-left: 80px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
  background-position: left top;
  background-repeat: no-repeat;
}

.ie7 .file-ico a {
  display: inline;
  zoom: 1;
}

.file-ico a.file-ico-doc {
  background-image: url("../img/ico-doc.png");
}

.file-ico a.file-ico-xls {
  background-image: url("../img/ico-xls.png");
}

.file-ico a.file-ico-pdf {
  background-image: url("../img/ico-pdf.png");
}

.back-links {
  margin: 40px 0;
}

.back-links .btn {
  padding: 0 15px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}

.btn-ico {
  position: relative;
  display: inline-block;
  font-size: inherit;
  line-height: 12px;
  width: 15px;
  height: 12px;
}

.ie7 .btn-ico {
  display: inline;
  zoom: 1;
}

.btn-ico:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}

.btn-ico.back {
  width: 13px;
}

.btn-ico.back:after {
  background: url("../img/white-arrow-left.png") no-repeat left center transparent;
  background-blend-mode: multiply;
}

.btn-ico.fwd {
  width: 13px;
}

.btn-ico.fwd:after {
  background: url("../img/white-arrow-left.png") no-repeat left center transparent;
  transform: scaleX(-1);
}

.page-title {
  margin: 20px 0 25px;
  padding: 0;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
}

.text {
  font-family: "Roboto",sans-serif;
}

.text p {
  margin: 20px 0 25px;
  color: #333;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.text strong,
.text a {
  font-weight: 700;
}

.breadcrumb-line {
  margin: 55px 0 30px;
  padding: 0;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.breadcrumb li {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.ie7 .breadcrumb li {
  display: inline;
  zoom: 1;
}

.breadcrumb li:before {
  display: none;
}

.breadcrumb li:after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}

.ie7 .breadcrumb li:after {
  display: inline;
  zoom: 1;
}

.tag-cloud {
  margin: 15px 0 30px;
  padding: 18px 14px;
  display: block;
  font-size: 0;
  line-height: 0;
  background: url("../img/dirt-bg-1.jpg") repeat center center;
	background-size: 75%;
}

.tag-cloud.mtb40 {
  margin: 40px 0;
}

.tag-cloud li {
  display: inline-block;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.ie7 .tag-cloud li {
  display: inline;
  zoom: 1;
}

.tag-cloud li a {
  display: block;
  color: #3399bb;
  transition: color .2s;
}

.tag-cloud li a:hover {
  color: #287893;
  text-decoration: underline;
}

.pagination {
  display: block;
  margin: 40px 0;
  padding: 5px 15px 0;
  text-align: center;
}

.pagination:before,
.pagination:after {
  content: '';
  display: table;
}

.pagination:after {
  clear: both;
}

.ie6 .pagination,
.ie7 .pagination {
  zoom: 1;
}

.pagination li {
  display: inline-block;
}

.ie7 .pagination li {
  display: inline;
  zoom: 1;
}

.pagination li.disabled a {
  color: #999 !important;
  background: none;
}

.pagination li.disabled a:hover {
  background: none;
}

.pagination li.prev {
  float: left;
  padding-left: 15px;
  background: url("../img/arrow-left.png") no-repeat left center;
}

.pagination li.prev a {
  padding-left: 0;
}

.pagination li.next {
  float: right;
  padding-right: 15px;
  background: url("../img/arrow-right.png") no-repeat right center;
}

.pagination li.next a {
  padding-right: 0;
}

.pagination li span {
  font-weight: 700;
  background: none;
  border: none;
  cursor: default;
}

.pagination li span:hover {
  background: none;
  border: none;
}

.pagination li a {
  font-weight: 700;
  background: none;
  border: none;
  transition: color .2s;
}

.pagination li a:hover {
  background: none;
}

.pagination li.active a {
  color: #333;
  background: none;
}

.pagination li.active a:hover {
  color: #333;
  background: none;
}

.poster-cards {
  margin: 30px 0 40px;
  font-family: "Roboto",sans-serif;
}

.poster-cards br {
  line-height: inherit;
}

.poster-cards .row+.row {
  margin-top: 25px;
}

.poster-cards .poster-card {
  padding: 20px;
  font-family: "Roboto",sans-serif;
  background: url("../img/dirt-bg-1.jpg") repeat center center;
	background-size: 75%;
}

.poster-cards .poster-card a {
  color: #3399bb;
  transition: color .2s;
}

.poster-cards .poster-card a:hover {
  color: #287893;
  text-decoration: underline;
}

.poster-cards .poster-card .title {
  margin: 0 0 3px;
  color: #333;
  font-family: "Roboto",sans-serif;
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

/*
.poster-cards .poster-card .date {
  display: block;
  margin: 10px 0 20px;
  color: #000;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
  border: none;
}
*/

.poster-cards .poster-card .date {
  display: block;
  margin: 0;
  color: #999;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}

.poster-cards .poster-card .date + .date {
	margin-top: 3px;
}

.poster-cards .poster-card .description {
  margin: 20px 0 5px;
}

.poster-cards .poster-card .date + .description {
  margin: 5px 0;
}

.poster-cards .poster-card .description p {
  margin: 0;
  color: #000;
  font-size: 12px;
  line-height: 13px;
}

.poster-cards .poster-card .date + .description p {
  margin: 0;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
}

.poster-cards .poster-card .description p+p {
  margin-top: 3px;
}

.poster-cards .poster-card .tags {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.poster-cards .poster-card .date + .description + .tags {
  margin-top: 5px;
}

.poster-cards .poster-card .tags li {
  display: inline-block;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.ie7 .poster-cards .poster-card .tags li {
  display: inline;
  zoom: 1;
}

.poster-cards .poster-card .tags li+li:before {
  content: '/';
  display: inline-block;
  margin: 0 3px;
  color: #3399bb;
}

.ie7 .poster-cards .poster-card .tags li+li:before {
  display: inline;
  zoom: 1;
}

.meta-info-box .date {
  color: #333;
  font-size: 16px;
  line-height: 18px;
  border: none;
}

.event-table {
  margin: 25px 0 20px;
  overflow-x: scroll;
}

.event-table table {
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  line-height: 18px;
  border-collapse: collapse;
}

.event-table td,
.event-table th {
  padding-left: 17px;
  padding-right: 17px;
  vertical-align: middle;
  text-align: left;
}

.event-table thead th {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.event-table thead th span {
  display: inline-block;
  padding-right: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  transition: color .2s;
  cursor: pointer;
}

.ie7 .event-table thead th span {
  display: inline;
  zoom: 1;
}

.event-table tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #999;
  font-weight: 500;
  border-bottom: 2px solid #e2e2e2;
}

.event-table tbody tr:last-child td {
  border-bottom: none;
}

.event-table tbody td strong {
  color: #333;
}

.event-table a {
  transition: color .2s;
}

.event-table .file-ico {
  margin: -10px 0 0 -15px;
}

.event-table .file-ico li {
  width: 180px;
}

.event-table address {
  font-size: 14px;
  line-height: 16px;
}

.event-table br {
  line-height: inherit;
}

.event-table + .pagination {
	margin-top: 0;
}

.search-results {
  margin: 45px 0 35px;
  font-family: "Roboto",sans-serif;
}

.search-entry h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.search-entry p {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 18px;
}

.search-entry+.search-entry {
  margin: 25px 0;
}

.fa.ico-draugiem {
	position: relative;
}

.fa.ico-draugiem:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 22px;
	margin: -24px 0 0 -11px;
	height: 28px;
	background: url(../img/ico-draugiem.png);
}

.owl-controls .owl-buttons div { position: static !important; }
