/*** 
 **		IMPORT PARTIALS LESS
 */
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control {
  box-shadow: none;
}
ul.nav > li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
/*** 
 **
 **		ALL VARS AND MIXINS
 **
 */
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.bolder {
  font-weight: 900;
}
.makeItRed {
  background-color: #9a162b;
}
.makeItRed:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  height: 10px;
  background: green;
}
.event-orange {
  background-color: #9a162b;
}
.event-red {
  background-color: #9a162b;
}
/*** 
 **
 **		MAIN STYLES
 **
 */
/*------------------------------
 **		GLOBAL STYLES
 */
.showThisDropdown {
  display: block !important;
}
.article h3 {
  margin-top: 0;
}
.article p > img,
.article-full p > img {
  border-color: #e6e7e8;
  margin-right: 20px;
}
.article .message,
.article-full .message {
  text-align: center;
  padding-bottom: 10px;
  color: #9a162b;
}
.article .message.message-success,
.article-full .message.message-success {
  color: #232b3e;
}
.article-full {
  padding-top: 0px;
}
.article-full-content {
  background-color: #fff;
  padding: 20px;
}
.load {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-control:focus {
  border: 1px solid #9a162b;
}
.btn-primary {
  border-color: #9a162b;
}
.btn-primary:active {
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.7) !important;
  background-color: #8d1427 !important;
}
/*------------------------------
 **		BODY
 */
body {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  background-color: #f0f0f0;
  color: #232b3e;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: margin-top 0.2s;
  overflow-x: hidden;
}
body.contrast * {
  color: #ffd302 !important;
  background-color: #000 !important;
  border-color: #ffd302 !important;
  box-shadow: none !important;
}
body.contrast * a {
  background-color: transparent !important;
}
body.contrast * .icon-bar {
  background-color: #ffd302 !important;
  color: #000;
}
/*------------------------------
 **		HEADERS
 */
h1,
h2,
h3 {
  font-weight: 700;
}
h2 {
  font-size: 1.714em;
}
h3 {
  font-size: 1.286em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
/*------------------------------
 **		LISTS
 */
ul,
ol {
  padding-left: 1.2em;
}
/*------------------------------
 **		HR
 */
hr {
  border-top: 2px solid #e6e7e8;
}
/*------------------------------
 **		FONT SIZE
 */
[data-font-size="small"] {
  font-size: 14px;
  height: 34px;
}
[data-font-size="medium"] {
  font-size: 16px;
  height: 34px;
}
[data-font-size="large"] {
  font-size: 18px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  [data-font-size="small"] {
    font-size: 11px;
    height: 34px;
  }
  [data-font-size="medium"] {
    font-size: 13px;
    height: 34px;
  }
  [data-font-size="large"] {
    font-size: 16px;
    height: 34px;
  }
}
body > .container {
  padding-top: 5px;
}
body.contrast {
  background-color: #000;
}
body.font-size-small {
  font-size: 14px;
}
body.font-size-medium {
  font-size: 16px;
}
body.font-size-large {
  font-size: 18px;
}
img[src=""] {
  display: none !important;
}
.news.media-list,
.calendar.media-list {
  padding: 20px 0;
}
/*------------------------------
 **		COOKIES
 */
body.cookie {
  margin-top: 55px;
}
#cookies {
  margin-top: 1px;
  display: none;
  background-color: transparent;
}
#cookies .cookies-container {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border: 3px solid #9a162b;
  padding: 5px 15px;
}
#cookies .cookies-content {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
  padding-right: 10px;
}
#cookies .cookies-content p {
  margin-bottom: 0;
}
#cookies .btn {
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  #cookies .cookies-content {
    width: 84%;
  }
}
@media screen and (max-width: 750px) {
  #cookies .cookies-content {
    width: 100%;
  }
  #cookies .btn {
    display: block;
    margin: 0 auto;
  }
}
/*------------------------------
 **		BREADCRUMB
 */
.breadcrumb {
  background-color: transparent;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 2px solid #e6e7e8;
  font-size: 0.857em;
  color: #a5a5a5;
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb .fa-long-arrow-right {
  padding: 0 10px;
  color: #232b3e;
}
@media screen and (max-width: 992px) {
  .breadcrumb {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .breadcrumb .cart {
    margin-top: 0;
  }
}
/*------------------------------
 **		CAROUSEL
 */
.carousel {
  margin-top: 10px;
  margin-bottom: 25px;
}
.carousel ol.carousel-indicators {
  bottom: -30px;
  left: auto;
  right: 0;
  /**
		margin-left: 5%;
		margin-right: 5%;
        width:27%;
        **/
  width: 100%;
  background-color: #9a162b;
}
.carousel ol.carousel-indicators li {
  border-radius: 0;
}
.carousel .carousel-box.item {
  height: 235px;
}
.carousel .carousel-box.item img {
  min-width: 100%;
  height: 100%;
}
.carousel .carousel-box.item .infobox {
  background-color: #9a162b;
  background-color: rgba(136, 3, 11, 0.9);
  color: #fff;
  width: 37%;
  padding: 30px;
  height: 350px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.carousel .carousel-box.item .infobox h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.carousel .carousel-box.item .infobox h3:after {
  content: '';
  display: block;
  width: 35%;
  height: 3px;
  background-color: #fff;
  margin-top: 15px;
}
.carousel .carousel-box.item .infobox p {
  font-size: 14px;
  max-height: 105px;
  margin-bottom: 25px;
  line-height: 1.25em;
  overflow-y: hidden;
}
.carousel .carousel-box.item .infobox .infobox-goto {
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 20px;
  border: 2px solid #fff;
  font-size: 13px;
  font-weight: 900;
}
.carousel .carousel-box.item .infobox a {
  color: inherit;
}
@media screen and (max-width: 1199px) {
  .carousel .carousel-box.item .infobox {
    padding: 20px;
  }
  .carousel .carousel-box.item .infobox h3 {
    font-size: 21px;
  }
  .carousel .carousel-box.item .infobox p {
    margin-bottom: 15px;
  }
  .carousel .carousel-box.item .infobox .infobox-goto {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 690px) {
  .carousel .carousel-box.item .infobox h3 {
    font-size: 18px;
  }
  .carousel .carousel-box.item .infobox .infobox-goto {
    padding: 10px;
  }
  .carousel .carousel-box.item .infobox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .carousel .carousel-box.item .infobox {
    width: 100%;
  }
}
@media screen and (max-width: 690px) {
  .carousel .carousel-box.item {
    height: auto;
  }
  .carousel ol.carousel-indicators {
    /*
			margin-left: 11%;
			margin-right: 11%;
			*/
  }
}
@media screen and (max-width: 480px) {
  .carousel ol.carousel-indicators {
    /*
			margin-left: 25%;
			margin-right: 25%;
			width: 50%;
			*/
  }
}
.carousel .carousel-control {
  top: auto;
  background: none;
  bottom: 0;
}
.carousel .carousel-control .fa {
  vertical-align: middle;
}
.grid > .infobox {
  background-color: #9a162b;
  background-color: rgba(136, 3, 11, 0.9);
  color: #fff;
  width: 37%;
  padding: 30px;
  height: 200px;
}
.grid > .infobox h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.grid > .infobox h3:after {
  content: '';
  display: block;
  width: 35%;
  height: 3px;
  background-color: #fff;
  margin-top: 15px;
}
.grid > .infobox p {
  font-size: 14px;
  max-height: 105px;
  margin-bottom: 25px;
  line-height: 1.25em;
  overflow-y: hidden;
}
.grid > .infobox .infobox-goto {
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 20px;
  border: 2px solid #fff;
  font-size: 13px;
  font-weight: 900;
}
.grid > .infobox a {
  color: inherit;
}
/*** 
 **
 **		NAVS STYLES
 **
 */
.navbar.navbar-default {
  border: 0px;
}
.translator-bar {
  text-align: right;
  display: none;
}
.translator-bar.translator-single {
  display: block;
}
.translator-bar a,
.translator-bar span {
  color: #a5a5a5;
}
.navbar.navbar-search {
  height: 70px;
  margin-bottom: 10px;
}
.navbar.navbar-search .container-fluid {
  height: 100%;
}
.navbar.navbar-search .navbar-header {
  float: left;
  width: 290px;
  height: 100%;
  position: relative;
}
.navbar.navbar-search .navbar-header .navbar-toggle {
  position: absolute;
  background-color: #232b3e;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  border-color: #000;
}
.navbar.navbar-search .navbar-header .navbar-toggle .icon-bar {
  background-color: #fff;
  margin: 7px auto;
  height: 3px;
  width: 32px;
}
.navbar.navbar-search .navbar-header .navbar-brand {
  color: #232b3e;
  background: url('/website/assets/img/logo.png') #f6f6f6 no-repeat center center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  -ms-behavior: url(/backgroundsize.min.htc);
}
@media screen and (max-width: 992px) {
  .navbar.navbar-search .navbar-header {
    width: 260px;
  }
  .navbar.navbar-search .navbar-header .navbar-brand {
    background-position: 60px center;
  }
}
@media screen and (max-width: 530px) {
  .navbar.navbar-search .navbar-header {
    width: 240px;
  }
  .navbar.navbar-search .navbar-header .navbar-brand {
    background-position: 55px center;
    background-size: 75%;
  }
}
@media screen and (max-width: 490px) {
  .navbar.navbar-search .navbar-header {
    width: 200px;
  }
  .navbar.navbar-search .navbar-header .navbar-brand {
    background-size: 70%;
    background-position: 60px center;
  }
}
@media screen and (max-width: 450px) {
  .navbar.navbar-search .navbar-header {
    width: 115px;
  }
  .navbar.navbar-search .navbar-header .navbar-toggle {
    width: 50px;
  }
  .navbar.navbar-search .navbar-header .navbar-toggle .icon-bar {
    margin: 5px auto;
    width: 20px;
  }
  .navbar.navbar-search .navbar-header .navbar-brand {
    background-size: 50%;
    background-position: 52px center;
  }
}
.navbar.navbar-search .input-group {
  height: 38px;
  margin-top: 18px;
  position: relative;
}
.navbar.navbar-search .input-group:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 2px;
  border-left: 1px solid #e2e3e5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.navbar.navbar-search .input-group input {
  background-color: #232b3e;
  color: #fff;
  border: none;
  border-bottom: 1px solid #e2e3e5;
  height: 38px;
}
.navbar.navbar-search .input-group .btn {
  height: 38px;
}
.navbar.navbar-search .input-group .fa-search {
  color: #ccc;
  font-size: 16px;
}
.navbar.navbar-search .navbar-right {
  margin-right: 0;
  float: right;
}
.navbar.navbar-search .navbar-right .chose-font,
.navbar.navbar-search .navbar-right .kontrast {
  border: 2px solid #fff;
  height: 38px;
  margin-top: 18px;
}
.navbar.navbar-search .navbar-right .chose-font .btn,
.navbar.navbar-search .navbar-right .kontrast .btn {
  background-color: #232b3e;
  color: #fff;
  border: none;
  line-height: 22px;
  padding: 5px;
}
.navbar.navbar-search .navbar-right .chose-font {
  margin-right: 5px;
}
.navbar.navbar-search .navbar-right .kontrast .btn {
  text-transform: uppercase;
}
.navbar.navbar-search .mobile-search {
  margin-top: 18px;
  padding-right: 10px;
  position: static;
}
.navbar.navbar-search .mobile-search .fa-search {
  font-size: 23px;
  color: #a5a5a5;
}
.navbar.navbar-search .mobile-search form.dropdown-menu {
  background-color: #232b3e;
  width: 320px;
  padding: 20px;
  margin-top: -2px;
  border: 0;
}
.navbar.navbar-search .mobile-search form.dropdown-menu .form-control {
  background-color: #fff;
  color: #232b3e;
}
.navbar.navbar-search .mobile-search form.dropdown-menu .fa-arrow-right {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .navbar.navbar-search .navbar-right .kontrast .btn {
    font-size: 11px;
  }
  .navbar.navbar-search .mobile-search .btn-default {
    padding: 8px 10px;
  }
  .navbar.navbar-search .mobile-search .btn-default .fa-search {
    font-size: 14px;
  }
}
@media screen and (max-width: 364px) {
  .navbar.navbar-search .navbar-right .chose-font {
    display: none;
  }
  .navbar.navbar-search .mobile-search form.dropdown-menu {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .navbar.navbar-search {
    margin-bottom: -1px;
  }
}
.kampania .navbar.navbar-search .navbar-header {
  width: 150px;
}
@media screen and (max-width: 992px) {
  .kampania .navbar.navbar-search .navbar-header {
    width: 170px;
  }
}
@media screen and (max-width: 450px) {
  .kampania .navbar.navbar-search .navbar-header {
    width: 150px;
  }
}
.kampania .navbar.navbar-search .navbar-header .navbar-brand {
  background: url('/website/assets/img/logo_polska.png') #f6f6f6 no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .kampania .navbar.navbar-search .navbar-header .navbar-brand {
    background-position: 62px center;
  }
}
@media screen and (max-width: 490px) {
  .kampania .navbar.navbar-search .navbar-header .navbar-brand {
    background-position: 65px center;
  }
}
@media screen and (max-width: 450px) {
  .kampania .navbar.navbar-search .navbar-header .navbar-brand {
    background-size: 60%;
    background-position: 50px center;
  }
}
.navbar-main {
  border-top: 2px solid #9a162b;
  margin-bottom: 0;
}
.navbar-main .navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-main .navbar-nav > li {
  float: none;
  display: inline-block;
  position: static;
  /*
	      > a {
	      	position: relative;
	      	&:hover {
		      	&:after {
		      		content: '';
		      		width: 0;
		      		height: 0;
		      		border-top: 5px solid @bg-elem-red;
		      		border-right: 5px solid transparent;
		      		border-left: 5px solid transparent;
		      		position: absolute;
		      		top: 100%;
		      		left: 0;
		      		right: 0;
		      		margin: auto;
		      		display: block;
		      		z-index: 999999;
		      	}
		    }
	      }
	      */
}
.navbar-main .navbar-nav .dropdown .dropdown-menu {
  width: 84%;
  background-color: #232b3e;
  color: #fff;
  top: 95%;
  left: 7%;
  padding: 20px 0;
  border: none;
}
.navbar-main .navbar-nav .dropdown .dropdown-menu .dropdown {
  display: inline-block;
  width: 33%;
  height: 70px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.navbar-main .navbar-nav .dropdown .dropdown-menu .dropdown a {
  white-space: normal;
  display: table;
  vertical-align: middle;
  padding: 0;
  width: 100%;
  height: 100%;
  color: inherit;
}
.navbar-main .navbar-nav .dropdown .dropdown-menu .dropdown a:hover {
  background-color: #11141d;
}
.navbar-main .navbar-nav .dropdown .dropdown-menu .dropdown a:hover .link-mask:before {
  background-color: transparent;
}
.navbar-main .navbar-nav .dropdown .dropdown-menu .dropdown a .link-mask {
  display: inline-block;
  position: relative;
  /*
	    					&:after {
	    						content: '';
	    						display: inline-block;
	    						position: absolute;
	    						top: 3px;
	    						bottom: 3px;
	    						left: 3px;
	    						right: 3px;
	    						border: 1px solid #fff;
	    					}
	    					*/
}
.navbar-main .navbar-nav .dropdown .dropdown-menu .dropdown a .link-mask:before {
  content: attr(data-letter);
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
  font-weight: 700;
  transition: background .35s;
}
.navbar-main .navbar-nav .dropdown .dropdown-menu .dropdown a .link-desc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 992px) {
  .navbar-main .navbar-nav {
    margin: 0;
  }
}
.navbar-main a {
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: 3px solid transparent;
  font-weight: 700;
  transition: border .4s, background .4s;
}
.navbar-main a:hover,
.navbar-main a.active {
  border-bottom: 3px solid #9a162b;
}
@media screen and (max-width: 1199px) {
  .navbar-main a {
    font-size: 11px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-main {
    padding: 0;
    min-height: 0;
  }
  .navbar-main .navbar-nav .dropdown {
    display: block;
    border-bottom: 1px solid #e6e7e8;
  }
  .navbar-main .navbar-nav .dropdown.active a {
    background-color: #9a162b;
  }
  .navbar-main .navbar-nav .dropdown .dropdown-menu {
    display: none !important;
  }
  .navbar-main .navbar-nav .dropdown .dropdown-menu .dropdown {
    display: none;
  }
}
/*
.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all .4s;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  top: 10px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  background-color: transparent !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
	  top: -10px;
	  transform: rotate(-45deg);
}
*/
/*** 
 **
 **		ASIDE ELEMS STYLES
 **		   left sidebar
 */
.sidebar .twitter-timeline-container.section-body {
  display: none;
}
.sidebar > div {
  min-height: 100px;
  margin-bottom: 5px;
}
.sidebar > div > section {
  min-height: 50px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.sidebar > div > section a {
  font-siz: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px;
}
.sidebar .news,
.sidebar .calendar {
  background-color: #fff;
  padding-top: 0;
  text-align: left;
}
.sidebar .news header h3,
.sidebar .calendar header h3 {
  text-align: left;
  font-weight: bold;
}
.sidebar .news .media-body p,
.sidebar .calendar .media-body p {
  display: none;
}
.sidebar .news .media-body h4,
.sidebar .calendar .media-body h4 {
  font-weight: normal;
}
.sidebar .news .media-body h4 a,
.sidebar .calendar .media-body h4 a {
  color: #232b3e;
  font-weight: normal;
}
.sidebar .media {
  margin-top: 3px;
  border-bottom: 1px solid #9a162b;
}
.sidebar .media:last-child {
  border-bottom: none;
}
.sidebar .media .pull-left {
  display: none;
}
.sidebar .infobox {
  min-height: 200px;
  padding: 10px 15px 0 15px;
  margin-top: 10px;
}
.sidebar .infobox h3 {
  text-align: left;
  margin-top: 0;
  padding: 5px 0 0 5px;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 700;
  color: #9a162b;
  background-color: rgba(255, 255, 255, 0.6);
}
.sidebar .infobox h3:after {
  content: '';
  display: block;
  width: 35%;
  height: 3px;
  background-color: #9a162b;
  margin-top: 15px;
}
.sidebar .infobox p {
  padding: 0 0 5px 5px;
  text-align: left;
  color: #9a162b;
  font-size: 14px;
  max-height: 105px;
  line-height: 1.25em;
  background-color: rgba(255, 255, 255, 0.6);
  overflow-y: hidden;
}
.sidebar .infobox a {
  position: absolute;
  bottom: 40px;
  text-align: center;
  right: 30px;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 20px;
  border: 2px solid #fff;
  font-size: 13px;
  font-weight: 900;
  background-color: rgba(154, 22, 43, 0.9);
}
/*------------------------------
 **     SIDEBAR
 */
.sidebar .section-calendar,
.sidebar .section-news {
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 2px 2px 2px #dcdcdc;
}
.sidebar .section-calendar header,
.sidebar .section-news header {
  text-transform: uppercase;
}
.sidebar .section-calendar header:after,
.sidebar .section-news header:after {
  content: '';
  display: block;
  width: 20%;
  height: 3px;
  background-color: black;
}
.sidebar .section-calendar header h3,
.sidebar .section-news header h3 {
  font-size: 1em;
  line-height: 1.2em;
}
.sidebar .section-calendar header a,
.sidebar .section-news header a {
  display: none;
}
.sidebar .section-calendar .section-body,
.sidebar .section-news .section-body {
  padding-bottom: 25px;
}
.sidebar .section-calendar .section-body-item,
.sidebar .section-news .section-body-item {
  position: relative;
  margin-top: 25px;
}
.sidebar .section-calendar .section-body-item a,
.sidebar .section-news .section-body-item a {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.sidebar .section-news {
  margin-bottom: 20px;
}
.sidebar .section-news .section-body-item .section-news-img {
  display: none;
}
.sidebar .section-news .section-body-item .section-news-content {
  display: block;
  width: 100%;
  float: none;
}
.sidebar .section-news .section-body-item .section-news-content .date {
  display: inline-block;
  font-size: 0.786em;
  font-weight: 900;
}
.sidebar .section-news .section-body-item .section-news-content .news-content-header {
  font-size: 0.929em;
  margin: 0;
  line-height: 1.3em;
}
.sidebar .section-news .section-body-item .section-news-content p {
  display: none;
}
.sidebar .section-news .section-body-item i {
  display: none;
}
.sidebar .section-calendar .section-body .section-body-item {
  margin-top: 25px;
}
.sidebar .section-calendar .section-body .section-body-item .event-date,
.sidebar .section-calendar .section-body .section-body-item .media-body {
  display: block;
  width: 100%;
  float: none;
}
.sidebar .section-calendar .section-body .section-body-item .event-date {
  font-size: 0.786em;
  font-weight: 900;
}
.sidebar .section-calendar .section-body .section-body-item .event-date.event-date-home {
  display: none;
}
.sidebar .section-calendar .section-body .section-body-item .media-body .media-heading {
  font-size: 0.929em;
  line-height: 1.3em;
}
.sidebar .navigation {
  background-color: #fff;
}
.sidebar .navigation .navigation__item {
  background-image: none !important;
  padding: 25px 10px 0;
  text-indent: -20px;
  padding-left: 30px;
}
.sidebar .navigation .navigation__item .navigation__item-link {
  color: inherit;
}
.sidebar .navigation .navigation__item .navigation__item-link .navigation__item-link-before {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 1em;
  background-color: #232b3e;
  transition: background-color 0.3s;
}
.sidebar .navigation .navigation__item .navigation__item-link:hover .navigation__item-link-before {
  background-color: #a30d25;
}
.sidebar .navigation .navigation__item .navigation__item-link.active {
  font-weight: 700;
}
.sidebar .navigation .navigation__item .navigation__item-link.active .navigation__item-link-before {
  background-color: #9a162b;
}
.sidebar .navigation .navigation__item .navigation__subitem {
  padding-top: 3px;
  padding-bottom: 3px;
}
.sidebar .navigation .navigation__item .navigation__subitem-link {
  color: inherit;
  margin-left: 20px;
}
.sidebar .navigation .navigation__item .navigation__subitem-link .navigation__subitem-link-before {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #232b3e;
  transition: background-color 0.3s;
}
.sidebar .navigation .navigation__item .navigation__subitem-link:hover .navigation__subitem-link-before {
  background-color: #a30d25;
}
.sidebar .navigation .navigation__item .navigation__subitem-link.active {
  font-weight: 700;
}
.sidebar .navigation .navigation__item .navigation__subitem-link.active .navigation__subitem-link-before {
  background-color: #9a162b;
}
.sidebar .navigation .navigation__item:last-of-type {
  padding-bottom: 25px;
}
.sidebar .section-related {
  margin: 25px 0;
}
.sidebar .section-related h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 700;
}
.sidebar .section-related h4:after {
  content: '';
  display: block;
  width: 20%;
  height: 4px;
  background-color: #000;
  margin-top: 10px;
}
.sidebar .section-related .related-sidebar-item {
  background-image: none !important;
  padding: 25px 10px 0;
}
.sidebar .section-related .related-sidebar-item .related-link {
  color: inherit;
}
.sidebar .section-related .related-sidebar-item .related-link:before {
  content: '';
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 1em;
  background-color: #232b3e;
  transition: background-color 0.3s;
}
.sidebar .section-related .related-sidebar-item .related-link:hover:before {
  background-color: #a30d25;
}
.sidebar .section-related .related-sidebar-item.active .related-link {
  font-weight: 700;
}
.sidebar .section-related .related-sidebar-item.active .related-link:before {
  background-color: #9a162b;
}
.sidebar .section-related .related-sidebar-item:last-of-type {
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 15px;
  }
}
.sidebar-mobile {
  margin-bottom: 20px;
}
.sidebar-mobile .twitter-timeline-container.section-body {
  display: none;
}
.sidebar-mobile .btn {
  display: block;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  background-color: #fff;
  color: #9a162b;
  transition: all .3s;
  font-size: 1em;
}
.sidebar-mobile .dropdown-menu {
  background-color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin: 0 15px;
  padding: 15px;
  left: 0;
  right: 0;
  color: #a5a5a5;
  font-size: 1em;
}
.sidebar-mobile .navigation {
  border-bottom: 1px solid #e6e7e8;
}
.sidebar-mobile .navigation__item .active {
  display: none;
}
.sidebar-mobile .navigation__item-link,
.sidebar-mobile .related-link {
  display: block;
  padding: 10px 0;
}
.sidebar-mobile .navigation__item-link .navigation__item-link-before,
.sidebar-mobile .related-link .navigation__item-link-before {
  display: inline-block;
  width: 5px;
  height: 7px;
  background-color: #232b3e;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
.sidebar-mobile .navigation__subitem-link {
  padding-left: 20px;
}
.sidebar-mobile .navigation__subitem-link .navigation__subitem-link-before {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #232b3e;
  transition: background-color 0.3s;
}
.sidebar-mobile .dropdown-menu .section-news,
.sidebar-mobile .dropdown-menu .section-calendar {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-mobile .dropdown-menu .section-news header,
.sidebar-mobile .dropdown-menu .section-calendar header {
  text-align: center;
  border-bottom: 2px solid #e6e7e8;
  margin-bottom: 20px;
}
.sidebar-mobile .dropdown-menu .section-news > header > a,
.sidebar-mobile .dropdown-menu .section-calendar > header > a {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.sidebar-mobile .dropdown-menu .section-news > header > a .fa-long-arrow-right,
.sidebar-mobile .dropdown-menu .section-calendar > header > a .fa-long-arrow-right {
  display: inline-block;
}
.sidebar-mobile .dropdown-menu .section-news .section-body-item,
.sidebar-mobile .dropdown-menu .section-calendar .section-body-item {
  position: relative;
}
.sidebar-mobile .dropdown-menu .section-news .section-body-item a,
.sidebar-mobile .dropdown-menu .section-calendar .section-body-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
.sidebar-mobile .dropdown-menu .section-news .section-news-content {
  border-bottom: 1px dashed #e6e7e8;
  margin-bottom: 10px;
}
.sidebar-mobile .dropdown-menu .section-news .section-news-content .news-content-header,
.sidebar-mobile .dropdown-menu .section-news .section-news-content p {
  max-height: 3.2em;
  overflow-y: hidden;
}
.sidebar-mobile .dropdown-menu .section-news .section-news-content .news-content-header {
  color: #232b3e;
}
.sidebar-mobile .dropdown-menu .section-news .section-news-content p {
  text-transform: initial;
}
.sidebar-mobile .dropdown-menu .section-news .fa-long-arrow-right {
  display: none;
}
.sidebar-mobile .dropdown-menu .section-calendar {
  padding-bottom: 5px;
}
.sidebar-mobile .dropdown-menu .section-calendar .section-body-item {
  padding-bottom: 10px;
  border-bottom: 1px dashed #e6e7e8;
  margin-bottom: 10px;
}
.sidebar-mobile .dropdown-menu .section-calendar .media-heading {
  color: #232b3e;
}
/*
.calendar {
    .event-date{
        width: 80px;
        border-radius: 10px;
        border: 1px solid @navbar-default-border;
        background-color: @navbar-default-bg;
        padding: 10px;
        text-align: center;
        strong{
            display: block;
            font-size:150%;
        }
    }

    .media-body{
        padding-top:10px;
    }
}
*/
.lb-outerContainer {
  background-color: transparent !important;
}
.lb-number {
  display: none !important;
}
.youtube {
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  position: relative;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*------------------------------
 **		HOMEPAGE
 */
.news-events .col-md-7 {
  padding-right: 0;
}
.news-events .col-md-5 {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .news-events .col-md-5 {
    padding-right: 0;
  }
}
.news-events .section-news header,
.news-events .section-calendar header {
  margin-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e6e7e8;
}
.news-events .section-news header h3,
.news-events .section-calendar header h3 {
  float: left;
  margin: 0;
  font-size: 1.286em;
  text-transform: uppercase;
  font-weight: 700;
}
.news-events .section-news header a,
.news-events .section-calendar header a {
  float: right;
  font-size: 0.857em;
  font-weight: 700;
  color: #a5a5a5;
  line-height: 2em;
}
.news-events .section-news header a i,
.news-events .section-calendar header a i {
  margin-left: 5px;
}
@media screen and (max-height: 991px) {
  .news-events .section-news header,
  .news-events .section-calendar header {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 440px) {
  body.font-size-large .news-events .section-news .section-body-item,
  body.font-size-medium .news-events .section-news .section-body-item {
    height: 180px;
  }
  body.font-size-large .news-events .section-news .section-body-item .section-news-content,
  body.font-size-medium .news-events .section-news .section-body-item .section-news-content {
    height: 180px;
  }
}
.news-events .section-news .section-body-item {
  position: relative;
  margin: 0 0 20px;
  height: 140px;
  overflow: hidden;
  font-size: 0.857em;
  box-shadow: 2px 2px 2px #dcdcdc;
}
.news-events .section-news .section-body-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.news-events .section-news .section-body-item .section-news-img {
  padding: 0;
  height: 100%;
  background-color: #fff;
}
.news-events .section-news .section-body-item .section-news-img img {
  width: 100%;
  height: auto;
}
.news-events .section-news .section-body-item .section-news-content {
  height: 140px;
  overflow-y: hidden;
  background-color: #fff;
}
.news-events .section-news .section-body-item .section-news-content .news-content-header {
  font-weight: 700;
}
.news-events .section-news .section-body-item .section-news-content .date {
  font-weight: 700;
  text-transform: uppercase;
  color: #a5a5a5;
  padding: 16px 0;
  display: inline-block;
}
.news-events .section-news .section-body-item .section-news-content .news-content-header {
  font-size: inherit;
  margin: 0;
  margin-bottom: 5px;
}
.news-events .section-news .section-body-item .section-news-content p {
  max-height: 3em;
  overflow-y: hidden;
}
.news-events .section-news .section-body-item i.fa {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #9a162b;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .news-events .section-news .section-body-item .section-news-content .date {
    padding: 15px 0 10px 0;
  }
  .news-events .section-news .section-body-item i.fa {
    bottom: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 440px) {
  .news-events .section-news .section-body-item {
    height: auto;
  }
  .news-events .section-news .section-body-item .section-news-content {
    min-height: 140px;
    height: auto;
  }
  .news-events .section-news .section-body-item .section-news-content p {
    max-height: 4.3em;
    margin-bottom: 20px;
  }
}
.news-events .section-calendar header h3 {
  margin-left: 15px;
}
.news-events .section-calendar .section-body {
  background-color: #fff;
  margin-left: 20px;
  box-shadow: 2px 2px 2px #dcdcdc;
}
@media screen and (max-width: 991px) {
  .news-events .section-calendar .section-body {
    margin-left: 15px;
  }
}
.news-events .section-calendar .section-body-item {
  margin: 0;
  position: relative;
  padding: 10px 0 20px;
}
.news-events .section-calendar .section-body-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.news-events .section-calendar .section-body-item .event-date {
  position: relative;
  margin-left: -8px;
  background-color: #9a162b;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 1.429em;
  font-weight: 700;
}
.news-events .section-calendar .section-body-item .event-date:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #65130f;
}
.news-events .section-calendar .section-body-item .event-date .year {
  font-size: .55em;
  display: block;
}
.news-events .section-calendar .section-body-item .event-date.event-date-sidebar {
  display: none;
}
.news-events .section-calendar .section-body-item .media__body {
  padding-top: 10px;
}
.news-events .section-calendar .section-body-item .media__body h4 {
  font-size: 0.857em;
}
@media screen and (max-width: 991px) {
  .news-events .section-calendar .section-body-item {
    padding: 10px 10px 20px;
  }
  .news-events .section-calendar .section-body-item .event-date {
    margin-left: 0;
    float: none;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
  }
  .news-events .section-calendar .section-body-item .event-date:before {
    display: none;
  }
  .news-events .section-calendar .section-body-item .media-body {
    display: inline-block;
    float: none;
    width: 82%;
    vertical-align: middle;
    padding-top: 0;
  }
}
@media screen and (max-width: 430px) {
  .news-events .section-calendar .section-body-item .event-date {
    font-size: 1em;
    width: 20%;
  }
  .news-events .section-calendar .section-body-item .media-body {
    display: inline-block;
    width: 75%;
    margin-top: 10px;
    vertical-align: top;
  }
}
.opracowania .opracowania-header {
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 2px solid #e6e7e8;
}
.opracowania .opracowania-header h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.opracowania .body-item {
  display: inline-block;
  width: 18.73%;
  margin-right: 8.107%;
  vertical-align: top;
  position: relative;
}
.opracowania .body-item:last-of-type {
  margin-right: 0;
}
.opracowania .body-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.opracowania .body-item img {
  max-width: 100%;
}
.opracowania .body-item .body-item-desc {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .opracowania .body-item {
    width: 18.5%;
    margin-right: 8.1%;
  }
}
@media screen and (max-width: 991px) {
  .opracowania .opracowania-header {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 555px) {
  .opracowania .body-item {
    width: 48%;
    margin-right: 3%;
  }
  .opracowania .body-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .opracowania .body-item {
    width: 47%;
  }
}
.twitter-timeline-container {
  margin-top: 10px;
  height: 185px;
}
.section-calendar iframe[id^='twitter-widget-0'] {
  height: 185px !important;
  min-height: 185px !important;
  width: 100% !important;
  max-width: none !important;
}
.inicjatywy-newsletter {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-x: hidden;
}
.inicjatywy-newsletter .col-md-8 {
  padding-right: 0;
}
.inicjatywy-newsletter .col-md-4 {
  padding-left: 0;
}
.inicjatywy-newsletter h2 {
  font-size: 1.429em;
  text-transform: uppercase;
}
.inicjatywy-header,
.newsletter-header {
  padding-bottom: 10px;
  border-bottom: 2px solid #e6e7e8;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .inicjatywy .inicjatywy-header,
  .newsletter .inicjatywy-header,
  .inicjatywy .newsletter-header,
  .newsletter .newsletter-header {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.inicjatywy .inicjatywy-items {
  padding: 0 10px;
}
.inicjatywy .inicjatywy-items .inicjatywy-item-container {
  display: table;
  padding-left: 5px;
  padding-right: 5px;
}
.inicjatywy .inicjatywy-items .inicjatywy-item {
  background-color: #fff;
  height: 115px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
}
.inicjatywy .inicjatywy-items .inicjatywy-item a {
  display: block;
  height: 100%;
  width: 100%;
}
.inicjatywy .inicjatywy-items .inicjatywy-item p {
  margin-bottom: 0;
  font-weight: 700;
}
.inicjatywy .inicjatywy-items .inicjatywy-item p.header {
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 5px;
}
.inicjatywy .inicjatywy-items .inicjatywy-item p.content {
  font-size: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) and (min-width: 991px) {
  .inicjatywy .inicjatywy-items .inicjatywy-item-container .inicjatywy-item p.header {
    font-size: 9px;
  }
}
@media screen and (max-width: 991px) {
  .inicjatywy .inicjatywy-items {
    padding-right: 15px;
  }
  .inicjatywy .inicjatywy-items .inicjatywy-item-container {
    margin-bottom: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .inicjatywy .inicjatywy-items .inicjatywy-item-container {
    width: 33%;
  }
}
@media screen and (max-width: 350px) {
  .inicjatywy .inicjatywy-items .inicjatywy-item-container {
    width: 48%;
  }
}
.newsletter {
  margin-bottom: 20px;
}
.newsletter-body .newsletter-info,
.newsletter-body form {
  display: inline-block;
  width: 49.75%;
  margin-bottom: 0;
  vertical-align: middle;
}
.newsletter-body .newsletter-info {
  line-height: 1.2em;
}
.newsletter-body .newsletter-info.newsletter-success strong {
  display: block;
  padding-bottom: 15px;
}
.newsletter-body .newsletter-info.newsletter-success + form {
  display: none;
}
.newsletter-body .form-group,
.newsletter-body .input-group {
  width: 100%;
}
.newsletter-body input {
  font-size: 12px;
  transition: border-color 0.5s;
}
.newsletter-body input:focus {
  border-color: #9a162b;
}
.newsletter-body .btn {
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  padding: 14px 0 13px;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  background-color: #9a162b;
  border: 1px solid #9a162b;
}
.newsletter .newsletter-error {
  color: #9a162b;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .newsletter .newsletter-body .newsletter-info,
  .newsletter .newsletter-body form {
    display: inline-block;
    width: 49.75%;
  }
  .newsletter .newsletter-body .newsletter-info {
    padding-right: 40px;
  }
  .newsletter .newsletter-body form {
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .newsletter .newsletter-body .newsletter-info,
  .newsletter .newsletter-body form {
    width: 75%;
  }
  .newsletter .newsletter-body .newsletter-info {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .newsletter .newsletter-body form .btn {
    font-size: 11px;
    padding: 14px 30px;
  }
}
@media screen and (max-width: 400px) {
  .newsletter .newsletter-body .newsletter-info,
  .newsletter .newsletter-body form {
    width: 100%;
  }
}
@media screen and (max-width: 300px) {
  .newsletter .newsletter-body form .btn {
    padding: 14px 20px;
  }
}
.footer {
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
  clear: both;
}
.footer .navbar {
  margin-bottom: 0;
}
.footer a {
  color: inherit;
}
.footer .copy {
  padding: 25px;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.footer .copy .separator {
  padding: 5px 10px;
  display: inline-block;
}
.footer .copy .jp-footer {
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer .footer-menu {
  padding-right: 20px;
  display: inline-block;
  width: 60%;
  vertical-align: top;
  text-align: right;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .footer-menu-item {
  padding-left: 2px;
  padding-right: 2px;
}
.footer .footer-menu-item a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer .footer-menu-item .separator {
  padding-left: 5px;
}
.footer .footer-menu-item:last-of-type .separator {
  display: none;
}
.footer .navbar-default .navbar-nav > li > a:hover,
.footer .navbar-default .navbar-nav > li > a:focus {
  background-color: initial;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    width: 100%;
    float: none !important;
    text-align: center;
  }
}
.kampania .inicjatywy-header h2 {
  display: inline-block;
  margin-top: 0;
}
.kampania .inicjatywy-more {
  line-height: 2.5em;
  font-size: .9em;
  color: #a5a5a5;
  font-weight: bold;
  float: right;
}
.kampania .inicjatywy-more .fa {
  padding-left: 5px;
}
/*------------------------------
 **		NEWS PAGE GRID
 */
.page-news.header {
  padding-bottom: 10px;
  margin: -30px 0 30px;
  border-bottom: 2px solid #e6e7e8;
  background-color: #f0f0f0;
}
.page-news.header .header-h2 h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.429em;
}
@media screen and (max-width: 992px) {
  .page-news.header .header-h2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 330px) {
  .page-news.header .header-h2 h2 {
    font-size: 1.125em;
  }
}
.page-news.header .header-sort {
  text-align: left;
}
.page-news.header label {
  font-size: 0.857em;
  margin-left: 15px;
  position: relative;
  padding-left: 20px;
  color: #a5a5a5;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 15px;
}
.page-news.header label:before,
.page-news.header label:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}
.page-news.header label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #a5a5a5;
}
.page-news.header label:after {
  display: none;
  width: 9px;
  height: 9px;
  margin: 3px;
  background-color: #9a162b;
}
.page-news.header input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: -5000px;
}
.page-news.header input[type="checkbox"]:checked + label {
  color: #9a162b;
}
.page-news.header input[type="checkbox"]:checked + label:before {
  border: 2px solid #9a162b;
}
.page-news.header input[type="checkbox"]:checked + label:after {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .page-news.header {
    margin-top: 0;
  }
}
body.font-size-large .page-news.items .section-news-content,
body.font-size-medium .page-news.items .section-news-content {
  height: auto;
  min-height: 140px;
}
body.font-size-large .page-news.items .section-news-content p,
body.font-size-medium .page-news.items .section-news-content p {
  max-height: 3.1em;
}
.page-news.items .section-body-item {
  position: relative;
  margin-top: 30px;
}
.page-news.items .section-body-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.page-news.items .section-news-img {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
  top: -10px;
}
.page-news.items .section-news-img:before {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  right: 0;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-right: 11px solid #232b3e;
}
.page-news.items .section-news-img img {
  width: 100%;
  height: 100%;
}
.page-news.items .section-news-content {
  width: inherit;
  height: 140px;
  margin-left: 130px;
  padding-left: 20px;
  padding-right: 50px;
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 10;
  box-shadow: 2px 2px 2px #dcdcdc;
  overflow-y: hidden;
}
.page-news.items .section-news-content .date {
  font-weight: 700;
  text-transform: uppercase;
  color: #a5a5a5;
  padding: 16px 0 14px;
  display: inline-block;
}
.page-news.items .section-news-content .news-content-header {
  font-size: inherit;
  margin: 0;
  margin-bottom: 14px;
  max-height: 3.25em;
  overflow-y: hidden;
  font-weight: 700;
}
.page-news.items .section-news-content p {
  max-height: 2.1em;
  overflow-y: hidden;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .page-news.items .section-news-content {
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .page-news.items .section-news-content .date {
    padding: 14px 0 10px;
  }
  .page-news.items .section-news-content .news-content-header {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-news.items .section-news-content {
    margin-left: 0;
  }
}
.page-news.items i.fa {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 15;
  width: 35px;
  height: 35px;
  background-color: #9a162b;
  text-align: center;
  line-height: 35px;
}
.page-news.load .btn {
  background-color: #9a162b;
  padding: 15px 20px;
  border: none;
  text-transform: uppercase;
  font-size: 1em;
}
/*------------------------------
 **		NEWS SINGLE PAGE
 */
.news-item {
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 2px 2px 2px #dcdcdc;
}
.news-item .date {
  font-size: 0.857em;
  color: #807e7e;
}
/*------------------------------
 **		NEWS SINGLE PAGE
 **		[Filters dropdown]
 */
.page-news .news-dropdown {
  margin-top: 15px;
}
.page-news .news-dropdown.open .btn {
  background-color: #9a162b;
  color: #fff;
}
.page-news .news-dropdown .btn {
  display: block;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  background-color: #fff;
  color: #9a162b;
  transition: all .3s;
}
.page-news .news-dropdown .dropdown-menu {
  width: 100%;
}
@media screen and (min-width: 991px) {
  .page-news .news-dropdown .dropdown-menu {
    display: block;
    position: static;
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
}
.page-news .news-dropdown .dropdown-menu label {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 991px) {
  .page-news .news-dropdown .dropdown-menu label {
    display: inline-block;
    width: auto;
  }
}
.page-news .news-dropdown .dropdown-menu label:before {
  top: 1em;
}
.page-news .news-dropdown .dropdown-menu label:after {
  top: 1em;
}
.gallery {
  text-align: center;
}
.gallery a {
  display: inline-block;
  border: 1px solid #fff;
}
/*------------------------------
 **		CALENDAR
 */
.daterange__container {
  text-align: right;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .daterange__container {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .daterange__container {
    text-align: left;
  }
}
.daterange {
  width: 80%;
  border: 3px solid #a5a5a5;
  color: #a5a5a5;
  background-color: #f0f0f0;
  font-weight: 700;
  text-align: center;
}
.daterange.active + .daterange-btn {
  visibility: hidden;
}
@media screen and (max-width: 400px) {
  .daterange {
    width: 70%;
  }
}
.daterange-btn {
  background-color: #9a162b;
  color: #fff;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  font-weight: 600;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 19%;
}
@media screen and (max-width: 400px) {
  .daterange-btn {
    width: 29%;
  }
}
.daterangepicker.dropdown-menu.show-calendar {
  border-radius: 0;
  max-width: 100%;
  padding-right: 85px;
}
@media screen and (min-width: 580px) and (max-width: 1220px) {
  .daterangepicker.dropdown-menu.show-calendar {
    min-width: 580px;
  }
}
@media screen and (max-width: 370px) {
  .daterangepicker.dropdown-menu.show-calendar {
    padding-right: 0;
    left: 0 !important;
    right: 0 !important;
  }
}
.daterangepicker.dropdown-menu.show-calendar:before,
.daterangepicker.dropdown-menu.show-calendar:after {
  display: none;
}
.daterangepicker.dropdown-menu.show-calendar thead .prev,
.daterangepicker.dropdown-menu.show-calendar thead .next {
  color: #fff;
  background-color: #9a162b;
  border-radius: initial;
}
.daterangepicker.dropdown-menu.show-calendar thead > tr:last-of-type th {
  background-color: #6b6b79;
  color: #fff;
  border-radius: initial;
}
.daterangepicker.dropdown-menu.show-calendar .ranges {
  position: absolute;
  right: 0;
  display: block;
  width: 80px;
}
.daterangepicker.dropdown-menu.show-calendar .ranges .range_inputs {
  line-height: 0;
}
.daterangepicker.dropdown-menu.show-calendar .ranges .range_inputs .daterangepicker_start_input,
.daterangepicker.dropdown-menu.show-calendar .ranges .range_inputs .daterangepicker_end_input {
  padding-left: 0;
  float: none;
}
@media screen and (max-width: 370px) {
  .daterangepicker.dropdown-menu.show-calendar .ranges .range_inputs .daterangepicker_start_input,
  .daterangepicker.dropdown-menu.show-calendar .ranges .range_inputs .daterangepicker_end_input {
    display: inline-block;
    width: 40%;
  }
  .daterangepicker.dropdown-menu.show-calendar .ranges .range_inputs .daterangepicker_start_input input,
  .daterangepicker.dropdown-menu.show-calendar .ranges .range_inputs .daterangepicker_end_input input,
  .daterangepicker.dropdown-menu.show-calendar .ranges .range_inputs .daterangepicker_start_input label,
  .daterangepicker.dropdown-menu.show-calendar .ranges .range_inputs .daterangepicker_end_input label {
    width: 100%;
  }
}
.daterangepicker.dropdown-menu.show-calendar .ranges .range_inputs .daterangepicker_end_input {
  margin-bottom: 40px;
}
@media screen and (max-width: 370px) {
  .daterangepicker.dropdown-menu.show-calendar .ranges .range_inputs .daterangepicker_end_input {
    margin-bottom: 0;
  }
}
.daterangepicker.dropdown-menu.show-calendar .ranges .range_inputs .input-mini {
  border-radius: initial;
}
@media screen and (min-width: 451px) and (max-width: 579px) {
  .daterangepicker.dropdown-menu.show-calendar .ranges {
    width: 100px;
  }
}
@media screen and (min-width: 371px) and (max-width: 450px) {
  .daterangepicker.dropdown-menu.show-calendar .ranges {
    width: 80px;
  }
}
@media screen and (max-width: 370px) {
  .daterangepicker.dropdown-menu.show-calendar .ranges {
    position: static;
    padding-top: 270px;
    width: auto;
    display: block;
    float: none;
    text-align: center;
  }
}
.daterangepicker.dropdown-menu.show-calendar.dropdown-menu.show-calendar {
  background-color: #f0f0f0;
}
.daterangepicker.dropdown-menu.show-calendar .applyBtn,
.daterangepicker.dropdown-menu.show-calendar .cancelBtn {
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  width: 80px;
  text-align: center;
  display: block;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  margin-left: -2px;
}
@media screen and (max-width: 370px) {
  .daterangepicker.dropdown-menu.show-calendar .applyBtn,
  .daterangepicker.dropdown-menu.show-calendar .cancelBtn {
    display: inline-block;
    width: 40%;
  }
}
.daterangepicker.dropdown-menu.show-calendar .applyBtn {
  background-color: #9a162b;
  margin-bottom: 5px;
}
@media screen and (max-width: 370px) {
  .daterangepicker.dropdown-menu.show-calendar .applyBtn {
    margin-bottom: 0px;
  }
}
.daterangepicker.dropdown-menu.show-calendar .cancelBtn {
  background-color: #6b6b79;
  color: #fff;
}
@media screen and (min-width: 371px) and (max-width: 579px) {
  .daterangepicker.dropdown-menu.show-calendar .calendar.first {
    margin-top: 270px;
  }
}
@media screen and (max-width: 370px) {
  .daterangepicker.dropdown-menu.show-calendar .calendar.first {
    position: absolute;
    top: 270px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 371px) and (max-width: 579px) {
  .daterangepicker.dropdown-menu.show-calendar .calendar.second {
    margin-top: -520px;
  }
}
@media screen and (max-width: 370px) {
  .daterangepicker.dropdown-menu.show-calendar .calendar.second {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (min-width: 371px) and (max-width: 579px) {
  .daterangepicker.dropdown-menu.show-calendar .calendar {
    float: left;
  }
}
.daterangepicker.dropdown-menu.show-calendar .calendar .calendar-date {
  background-color: #f0f0f0;
  border: none;
}
@media screen and (min-width: 551px) and (max-width: 579px) {
  .daterangepicker.dropdown-menu.show-calendar .calendar .calendar-date {
    width: 400px;
  }
}
@media screen and (min-width: 451px) and (max-width: 550px) {
  .daterangepicker.dropdown-menu.show-calendar .calendar .calendar-date {
    width: 300px;
  }
}
@media screen and (min-width: 371px) and (max-width: 450px) {
  .daterangepicker.dropdown-menu.show-calendar .calendar .calendar-date {
    width: 100%;
  }
}
.daterangepicker.dropdown-menu.show-calendar .calendar-date td.available,
.daterangepicker.dropdown-menu.show-calendar .calendar-date td.off {
  background-color: #e4e4e4;
  border-radius: initial;
  border: 1px solid #dcdcdc;
}
.daterangepicker.dropdown-menu.show-calendar .calendar-date .available.active.start-date {
  background-color: #9a162b;
  border-radius: 0px;
}
.daterangepicker.dropdown-menu.show-calendar .calendar-date .available.in-range {
  background-color: #d7d7d7;
}
.daterangepicker.dropdown-menu.show-calendar .calendar-date .available.active.end-date {
  background-color: #9a162b;
  border-radius: 0px;
}
/*------------------------------
 **		EVENTS PAGE GRID
 */
.page-calendar.header {
  padding-bottom: 20px;
  margin: -30px 0 30px;
  border-bottom: 2px solid #e6e7e8;
  background-color: #f0f0f0;
}
.page-calendar.header .header-h2 h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.429em;
}
@media screen and (max-width: 992px) {
  .page-calendar.header .header-h2 {
    margin-top: 20px;
  }
}
.page-calendar.header .header-sort {
  text-align: right;
}
.page-calendar.header label {
  font-size: 0.857em;
  margin-left: 15px;
  padding-left: 20px;
  color: #a5a5a5;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
}
.page-calendar.header label:before,
.page-calendar.header label:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}
.page-calendar.header label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #a5a5a5;
}
.page-calendar.header label:after {
  display: none;
  width: 9px;
  height: 9px;
  margin: 3px;
  background-color: #9a162b;
}
.page-calendar.header .filter-inputs input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: -5000px;
}
.page-calendar.header .filter-inputs input[type="radio"]:checked + label {
  color: #9a162b;
}
.page-calendar.header .filter-inputs input[type="radio"]:checked + label:before {
  border: 2px solid #9a162b;
}
.page-calendar.header .filter-inputs input[type="radio"]:checked + label:after {
  display: inline-block;
}
.page-calendar.header .filter-inputs .archive-events {
  font-size: 0.857em;
  margin-left: 15px;
  padding-left: 20px;
  color: #a5a5a5;
  text-transform: uppercase;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.page-calendar.header .filter-inputs .archive-events:before,
.page-calendar.header .filter-inputs .archive-events:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}
.page-calendar.header .filter-inputs .archive-events:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #a5a5a5;
}
.page-calendar.header .filter-inputs .archive-events:after {
  display: none;
  width: 9px;
  height: 9px;
  margin: 3px;
  background-color: #9a162b;
}
.page-calendar.header .filter-inputs .archive-events.active {
  color: #9a162b;
}
.page-calendar.header .filter-inputs .archive-events.active:before {
  border: 2px solid #9a162b;
}
.page-calendar.header .filter-inputs .archive-events.active:after {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .page-calendar.header {
    margin-top: 0;
  }
}
.page-calendar.items .section-body-item {
  position: relative;
  margin-bottom: 30px;
}
.page-calendar.items .section-body-item > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.page-calendar.items .section-body-item .event-date {
  display: inline-block;
  width: 140px;
  position: absolute;
  top: -10px;
  height: 80px;
  color: #fff;
  text-align: center;
}
.page-calendar.items .section-body-item .event-date:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 10px solid #232b3e;
  position: absolute;
  right: 0;
  top: 0;
}
.page-calendar.items .section-body-item .event-date .day-month {
  font-size: 1.571em;
  margin-top: 13px;
  font-weight: 700;
}
.page-calendar.items .section-body-item .event-date .year {
  font-size: 0.929em;
}
.page-calendar.items .section-body-item .section-event-content {
  height: 70px;
  margin-left: 130px;
  position: relative;
  display: table;
  z-index: 10;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 60px;
  width: calc(100% - 130px);
  font-weight: 700;
}
.page-calendar.items .section-body-item .section-event-content .event-content-container {
  display: table-cell;
  vertical-align: middle;
}
.page-calendar.items .section-body-item .section-event-content .event-content-container p {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .page-calendar.items .section-body-item .section-event-content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page-calendar.items .section-body-item .section-event-content {
    font-size: 0.857em;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 500px) {
  .page-calendar.items .section-body-item .event-date .day-month {
    margin-top: 20px;
    font-size: 1.286em;
    font-weight: 700;
  }
  .page-calendar.items .section-body-item .event-date .year {
    font-size: 0.857em;
  }
}
.page-calendar.items i.fa {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
  color: #fff;
  z-index: 15;
  width: 35px;
  height: 35px;
  background-color: #9a162b;
  text-align: center;
  line-height: 35px;
}
.page-calendar.load .btn {
  background-color: #9a162b;
  padding: 15px 20px;
  border: none;
  text-transform: uppercase;
  font-size: 1em;
}
/*------------------------------
 **		EVENTS SINGLE PAGE
 */
.event-item {
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 2px 2px 2px #dcdcdc;
}
.event-item .row {
  margin-bottom: 40px;
}
.event-item .row:last-of-type {
  margin-bottom: 0;
}
.event-item .title,
.event-item .desc {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
.event-item .title {
  text-transform: uppercase;
  color: #a5a5a5;
  white-space: normal;
  text-align: right;
  font-weight: 700;
}
.event-item .desc a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .event-item .row {
    margin-bottom: 30px;
  }
  .event-item .title,
  .event-item .desc {
    display: block;
  }
  .event-item .title {
    text-align: left;
  }
}
/*------------------------------
 **		NEWS SINGLE PAGE
 **		[Filters dropdown]
 */
.page-calendar .events-dropdown {
  margin-top: 15px;
}
.page-calendar .events-dropdown.open .btn {
  background-color: #9a162b;
  color: #fff;
}
.page-calendar .events-dropdown .btn {
  display: block;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  background-color: #fff;
  color: #9a162b;
  transition: all .3s;
  font-size: 1em;
}
.page-calendar .events-dropdown .dropdown-menu {
  width: 100%;
  overflow-x: hidden;
  font-size: 1em;
}
.page-calendar .events-dropdown .dropdown-menu label,
.page-calendar .events-dropdown .dropdown-menu .archive-events {
  display: block;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.page-calendar .events-dropdown .dropdown-menu label:before,
.page-calendar .events-dropdown .dropdown-menu .archive-events:before {
  top: 1em;
}
.page-calendar .events-dropdown .dropdown-menu label:after,
.page-calendar .events-dropdown .dropdown-menu .archive-events:after {
  top: 1em;
}
.event-link:after {
  content: '[ ' attr(data-extension) ' ]';
  display: inline-block;
  color: #ffae00;
  text-transform: uppercase;
  padding-left: 10px;
}
/*------------------------------
 **		GRID ITEMS
 **		 [O nas]
 */
.isotope .thumbnail {
  height: 423px;
  padding: 0;
  border: none;
  position: relative;
}
.isotope .thumbnail .onas-link {
  color: inherit;
  text-decoration: none;
}
.isotope .thumbnail .onas-link:hover {
  text-decoration: none;
}
.isotope .thumbnail .onas-thumb {
  overflow: hidden;
}
.isotope .thumbnail a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.isotope .thumbnail img {
  height: 170px;
  width: 100%;
}
.isotope .thumbnail h3 {
  text-transform: uppercase;
  font-size: 1.429em;
  font-weight: 700;
}
.isotope .thumbnail .caption {
  height: 200px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 2px #dcdcdc;
}
.isotope .thumbnail .caption-content {
  max-height: 11.3em;
  overflow-y: hidden;
}
@media screen and (max-width: 1199px) {
  .isotope .thumbnail {
    height: 373px;
  }
  .isotope .thumbnail img {
    height: 140px;
    width: auto;
  }
  .isotope .thumbnail h3 {
    font-size: 16px;
  }
  .isotope .thumbnail .caption {
    font-size: 12px;
    height: 185px;
  }
  .isotope .thumbnail .caption-content {
    height: 140px;
  }
}
@media screen and (max-width: 991px) {
  .isotope .thumbnail {
    height: 200px;
    background-color: #fff;
    box-shadow: 2px 2px 2px #dcdcdc;
  }
  .isotope .thumbnail h3 {
    display: inline-block;
    float: right;
    width: 60%;
    padding: 20px;
    padding-bottom: 0;
    margin: 0;
  }
  .isotope .thumbnail .onas-thumb {
    width: 40%;
    height: 200px;
    display: inline-block;
    float: left;
    max-height: 200px;
    overflow-x: hidden;
  }
  .isotope .thumbnail .onas-thumb img {
    height: 200px;
    width: auto;
  }
  .isotope .thumbnail .caption {
    display: block;
    width: 60%;
    float: right;
    max-height: 158px;
    box-shadow: none;
  }
  .isotope .thumbnail .caption-content {
    max-height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .isotope .thumbnail h3 {
    float: none;
    width: 100%;
  }
  .isotope .thumbnail .onas-thumb {
    display: none;
  }
  .isotope .thumbnail .caption {
    float: none;
    width: 100%;
  }
}
/*------------------------------
 **        O NAS
 **     SINGLE PAGE
 */
.article .article-full-content p > img {
  display: block;
  margin: 0 auto;
}
/*------------------------------
 **		SHOP STYLES
 **
 */
.cart {
  text-align: right;
  margin-top: -2.5em;
  margin-bottom: 20px;
}
.cart.back-only {
  display: inline-block;
  float: right;
  margin-top: 0;
}
.cart .cart-link {
  font-size: 0.857em;
  text-transform: uppercase;
  color: #fff;
  background-color: #9a162b;
  display: inline-block;
}
.cart .cart-link a {
  display: block;
}
.cart .cart-link a .fa {
  font-size: 1.429em;
  background-color: #b01931;
}
.cart .cart-link a .fa:hover {
  color: inherit;
}
.cart .cart-link a span {
  padding: 0 15px;
  width: 100%;
  height: 100%;
}
.cart .back-link {
  text-align: right;
  display: inline-block;
  padding-right: 10px;
}
.cart .back-link .fa {
  padding-right: 5px;
}
body.font-size-large .page-shop .shop-item,
body.font-size-medium .page-shop .shop-item,
body.font-size-large .product-info .shop-item,
body.font-size-medium .product-info .shop-item,
body.font-size-large .cart-info .shop-item,
body.font-size-medium .cart-info .shop-item,
body.font-size-large .child-info .shop-item,
body.font-size-medium .child-info .shop-item {
  min-height: 125px;
  height: auto;
}
.page-shop .shop-item,
.product-info .shop-item,
.cart-info .shop-item,
.child-info .shop-item {
  background-color: #fff;
  margin: 0 0 10px;
  box-shadow: 2px 2px 2px #dcdcdc;
  height: 125px;
}
.page-shop .shop-item.red,
.product-info .shop-item.red,
.cart-info .shop-item.red,
.child-info .shop-item.red {
  border: 1px solid #9a162b;
}
.page-shop .shop-item .shop-item-img,
.product-info .shop-item .shop-item-img,
.cart-info .shop-item .shop-item-img,
.child-info .shop-item .shop-item-img,
.page-shop .shop-item .shop-item-info,
.product-info .shop-item .shop-item-info,
.cart-info .shop-item .shop-item-info,
.child-info .shop-item .shop-item-info,
.page-shop .shop-item .shop-item-buy,
.product-info .shop-item .shop-item-buy,
.cart-info .shop-item .shop-item-buy,
.child-info .shop-item .shop-item-buy {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
.page-shop .shop-item .shop-item-img,
.product-info .shop-item .shop-item-img,
.cart-info .shop-item .shop-item-img,
.child-info .shop-item .shop-item-img {
  vertical-align: middle;
  text-align: center;
}
.page-shop .shop-item .shop-item-info,
.product-info .shop-item .shop-item-info,
.cart-info .shop-item .shop-item-info,
.child-info .shop-item .shop-item-info {
  font-size: 1em;
  vertical-align: middle;
}
.page-shop .shop-item .shop-item-info h5,
.product-info .shop-item .shop-item-info h5,
.cart-info .shop-item .shop-item-info h5,
.child-info .shop-item .shop-item-info h5 {
  margin-top: 0;
  font-size: 1em;
}
.page-shop .shop-item .shop-item-info .additional div,
.product-info .shop-item .shop-item-info .additional div,
.cart-info .shop-item .shop-item-info .additional div,
.child-info .shop-item .shop-item-info .additional div {
  display: inline-block;
  color: #a5a5a5;
  font-size: 0.857em;
}
.page-shop .shop-item .shop-item-info .additional div .value,
.product-info .shop-item .shop-item-info .additional div .value,
.cart-info .shop-item .shop-item-info .additional div .value,
.child-info .shop-item .shop-item-info .additional div .value {
  font-weight: 700;
  margin-right: 25px;
}
.page-shop .shop-item .shop-item-info .table-of-content,
.product-info .shop-item .shop-item-info .table-of-content,
.cart-info .shop-item .shop-item-info .table-of-content,
.child-info .shop-item .shop-item-info .table-of-content {
  display: inline-block;
  position: relative;
  color: #ffae00;
  text-transform: uppercase;
  padding: 10px 0 10px 40px;
  background: url('../img/pdf.png') no-repeat center left;
}
.page-shop .shop-item .shop-item-info .table-of-content .event-link,
.product-info .shop-item .shop-item-info .table-of-content .event-link,
.cart-info .shop-item .shop-item-info .table-of-content .event-link,
.child-info .shop-item .shop-item-info .table-of-content .event-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.page-shop .shop-item .shop-item-buy,
.product-info .shop-item .shop-item-buy,
.cart-info .shop-item .shop-item-buy,
.child-info .shop-item .shop-item-buy {
  text-align: right;
  height: 100%;
}
.page-shop .shop-item .shop-item-buy .more-basket .show-more,
.product-info .shop-item .shop-item-buy .more-basket .show-more,
.cart-info .shop-item .shop-item-buy .more-basket .show-more,
.child-info .shop-item .shop-item-buy .more-basket .show-more,
.page-shop .shop-item .shop-item-buy .more-basket .to-basket,
.product-info .shop-item .shop-item-buy .more-basket .to-basket,
.cart-info .shop-item .shop-item-buy .more-basket .to-basket,
.child-info .shop-item .shop-item-buy .more-basket .to-basket {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.857em;
  font-weight: 700;
  padding: 0;
}
.page-shop .shop-item .shop-item-buy .more-basket .show-more a,
.product-info .shop-item .shop-item-buy .more-basket .show-more a,
.cart-info .shop-item .shop-item-buy .more-basket .show-more a,
.child-info .shop-item .shop-item-buy .more-basket .show-more a,
.page-shop .shop-item .shop-item-buy .more-basket .to-basket a,
.product-info .shop-item .shop-item-buy .more-basket .to-basket a,
.cart-info .shop-item .shop-item-buy .more-basket .to-basket a,
.child-info .shop-item .shop-item-buy .more-basket .to-basket a {
  display: block;
  color: inherit;
  padding: 15px;
}
.page-shop .shop-item .shop-item-buy .more-basket .show-more,
.product-info .shop-item .shop-item-buy .more-basket .show-more,
.cart-info .shop-item .shop-item-buy .more-basket .show-more,
.child-info .shop-item .shop-item-buy .more-basket .show-more {
  background-color: #9a162b;
}
.page-shop .shop-item .shop-item-buy .more-basket .to-basket,
.product-info .shop-item .shop-item-buy .more-basket .to-basket,
.cart-info .shop-item .shop-item-buy .more-basket .to-basket,
.child-info .shop-item .shop-item-buy .more-basket .to-basket {
  background-color: #ffae00;
}
.page-shop .shop-item .shop-item-buy .price,
.product-info .shop-item .shop-item-buy .price,
.cart-info .shop-item .shop-item-buy .price,
.child-info .shop-item .shop-item-buy .price {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-shop .shop-item .shop-item-buy .price .price-netto,
.product-info .shop-item .shop-item-buy .price .price-netto,
.cart-info .shop-item .shop-item-buy .price .price-netto,
.child-info .shop-item .shop-item-buy .price .price-netto {
  font-size: 1.286em;
}
.page-shop .shop-item .shop-item-buy .price .price-tax,
.product-info .shop-item .shop-item-buy .price .price-tax,
.cart-info .shop-item .shop-item-buy .price .price-tax,
.child-info .shop-item .shop-item-buy .price .price-tax {
  font-size: 0.857em;
}
@media screen and (max-width: 767px) {
  .page-shop .shop-item .shop-item-buy .more-basket,
  .product-info .shop-item .shop-item-buy .more-basket,
  .cart-info .shop-item .shop-item-buy .more-basket,
  .child-info .shop-item .shop-item-buy .more-basket {
    margin-left: 50px;
  }
  .page-shop .shop-item .shop-item-buy .more-basket .show-more,
  .product-info .shop-item .shop-item-buy .more-basket .show-more,
  .cart-info .shop-item .shop-item-buy .more-basket .show-more,
  .child-info .shop-item .shop-item-buy .more-basket .show-more,
  .page-shop .shop-item .shop-item-buy .more-basket .to-basket,
  .product-info .shop-item .shop-item-buy .more-basket .to-basket,
  .cart-info .shop-item .shop-item-buy .more-basket .to-basket,
  .child-info .shop-item .shop-item-buy .more-basket .to-basket {
    margin-bottom: 2px;
  }
  .page-shop .shop-item .shop-item-buy .more-basket .show-more a,
  .product-info .shop-item .shop-item-buy .more-basket .show-more a,
  .cart-info .shop-item .shop-item-buy .more-basket .show-more a,
  .child-info .shop-item .shop-item-buy .more-basket .show-more a,
  .page-shop .shop-item .shop-item-buy .more-basket .to-basket a,
  .product-info .shop-item .shop-item-buy .more-basket .to-basket a,
  .cart-info .shop-item .shop-item-buy .more-basket .to-basket a,
  .child-info .shop-item .shop-item-buy .more-basket .to-basket a {
    padding: 7px 0;
    text-align: center;
    font-size: 0.714em;
    width: 80px;
  }
  .page-shop .shop-item .shop-item-buy .price,
  .product-info .shop-item .shop-item-buy .price,
  .cart-info .shop-item .shop-item-buy .price,
  .child-info .shop-item .shop-item-buy .price {
    padding-top: 8px;
    padding-bottom: 5px;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .page-shop .shop-item .shop-item-buy,
  .product-info .shop-item .shop-item-buy,
  .cart-info .shop-item .shop-item-buy,
  .child-info .shop-item .shop-item-buy {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop .shop-item .shop-item-info,
  .product-info .shop-item .shop-item-info,
  .cart-info .shop-item .shop-item-info,
  .child-info .shop-item .shop-item-info {
    width: 100%;
    padding-top: 5px;
  }
  .page-shop .shop-item .shop-item-info h5,
  .product-info .shop-item .shop-item-info h5,
  .cart-info .shop-item .shop-item-info h5,
  .child-info .shop-item .shop-item-info h5 {
    margin-bottom: 0;
  }
  .page-shop .shop-item .shop-item-buy,
  .product-info .shop-item .shop-item-buy,
  .cart-info .shop-item .shop-item-buy,
  .child-info .shop-item .shop-item-buy {
    width: 100%;
    height: auto;
    text-align: initial;
    padding-top: 5px;
  }
  .page-shop .shop-item .shop-item-buy .price,
  .product-info .shop-item .shop-item-buy .price,
  .cart-info .shop-item .shop-item-buy .price,
  .child-info .shop-item .shop-item-buy .price {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 0;
  }
  .page-shop .shop-item .shop-item-buy .more-basket,
  .product-info .shop-item .shop-item-buy .more-basket,
  .cart-info .shop-item .shop-item-buy .more-basket,
  .child-info .shop-item .shop-item-buy .more-basket {
    display: inline-block;
  }
}
@media screen and (max-width: 481px) {
  .page-shop .shop-item,
  .product-info .shop-item,
  .cart-info .shop-item,
  .child-info .shop-item {
    height: auto;
  }
  .page-shop .shop-item .shop-item-buy,
  .product-info .shop-item .shop-item-buy,
  .cart-info .shop-item .shop-item-buy,
  .child-info .shop-item .shop-item-buy {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 340px) {
  .page-shop .shop-item .shop-item-buy .more-basket,
  .product-info .shop-item .shop-item-buy .more-basket,
  .cart-info .shop-item .shop-item-buy .more-basket,
  .child-info .shop-item .shop-item-buy .more-basket {
    margin-left: 10px;
  }
}
.product-info .shop-item,
.child-info .shop-item {
  height: auto;
  padding: 0 0 15px;
}
.product-info .related-info .shop-item,
.child-info .related-info .shop-item {
  height: 125px;
}
.cart-info .shop-item {
  height: 110px;
}
.cart-info .shop-item .shop-item-info .item-info-header {
  font-size: 1em;
}
.cart-info .shop-item .shop-item-buy .items-amount,
.cart-info .shop-item .shop-item-buy .price {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
.cart-info .shop-item .shop-item-buy .items-amount {
  height: 100%;
}
.cart-info .shop-item .shop-item-buy .items-amount .form-group {
  margin-bottom: 0;
  margin-top: 35px;
}
.cart-info .shop-item .shop-item-buy .items-amount .form-group .btn {
  background-color: #9a162b;
  color: #fff;
}
.cart-info .shop-item .shop-item-buy .items-amount .form-control {
  display: inline-block;
  text-align: center;
}
.cart-info .shop-item .shop-item-buy .price-netto {
  font-weight: 700;
}
.cart-info .shop-item .shop-item-buy .price .delete a {
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.857em;
  font-weight: 700;
}
.cart-info .shop-item .shop-item-buy .price .delete a:after {
  content: '\f00d';
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 7px;
  font-size: 0.714em;
  font-weight: 700;
}
@media screen and (max-width: 992px) and (min-width: 481px) {
  .cart-info .shop-item {
    height: auto;
  }
  .cart-info .shop-item .shop-item-buy .items-amount {
    width: 100%;
    height: auto;
  }
  .cart-info .shop-item .shop-item-buy .items-amount .form-group {
    margin-top: 10px;
  }
  .cart-info .shop-item .shop-item-buy .price {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .cart-info .shop-item {
    height: auto;
  }
  .cart-info .shop-item .shop-item-buy .price {
    text-align: right;
  }
}
.sum {
  text-align: right;
  font-size: 1.286em;
}
.sum-value {
  font-weight: 700;
}
.sum .btn {
  text-transform: uppercase;
  margin-left: 20px;
  padding: 15px;
}
/*------------------------------
 **		SHOP FORM
 **
 */
.field-error.payment-type {
  display: inline-block;
}
.field-error .error-text {
  clear: both;
  text-align: center;
  text-transform: initial;
  color: #ffae00;
  font-size: .9em;
  font-weight: 700;
}
.field-error .form-control {
  border-color: #ffae00;
}
.field-error .control-label {
  color: #ffae00;
}
.user-adress {
  padding-bottom: 30px;
}
.user-adress .other-adress label {
  font-weight: 700;
}
.send-adress {
  display: none;
}
.payment-type .chose-payment {
  font-weight: 700;
}
.payment-type .chose-payment .title {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  padding-right: 20px;
}
.payment-type .chose-payment .radio-inline {
  font-weight: 700;
}
.payment-type .chose-payment .radio-inline input {
  margin-top: 2px;
}
.order-form {
  text-transform: uppercase;
  color: #808284;
  background-color: #fff;
  padding: 20px;
  padding-bottom: 70px;
  font-size: 0.857em;
}
.order-form .row {
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 30px;
}
.order-form .form-header {
  text-align: center;
  color: #808284;
  font-size: 0.929em;
  border: none;
  font-weight: 700;
}
.order-form textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
}
.order-form .control-label {
  font-weight: 700;
}
.order-form .agreement {
  text-transform: initial;
  margin: 30px 12%;
}
.order-form .order-send .btn-primary {
  margin: 0 auto;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .order-form .control-label {
    width: 100%;
  }
  .order-form .adress-input {
    width: 100%;
  }
  .order-form .chose-payment .title {
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .order-form .radio-inline {
    margin-left: 0;
    display: block;
  }
  .order-form .agreement {
    margin-left: 0;
    margin-right: 0;
  }
}
.thankyou {
  text-align: center;
  background-color: #fff;
  padding: 40px;
}
.thankyou h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.thankyou .thankyou-content {
  color: #808284;
  margin-bottom: 20px;
}
.thankyou .btn-thankyou {
  min-width: 160px;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  .thankyou .btn-thankyou {
    display: block;
  }
}
@media screen and (max-width: 630px) {
  .thankyou {
    padding: 40px 20px;
  }
}
/*------------------------------
 **		SHOP PAGE
 **		[Filters dropdown]
 */
.page-news .shop-dropdown.open .btn {
  background-color: #9a162b;
  color: #fff;
}
.page-news .shop-dropdown .btn {
  display: block;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  background-color: #fff;
  color: #9a162b;
  transition: all .3s;
}
.page-news .shop-dropdown .dropdown-menu {
  width: 100%;
}
.page-news .shop-dropdown .dropdown-menu .shop-filter {
  width: 100%;
  padding-top: .7em;
  padding-bottom: .7em;
  display: block;
  margin-left: 15px;
}
.page-news .shop-dropdown .dropdown-menu .shop-filter:before {
  top: .7em;
}
.page-news .shop-dropdown .dropdown-menu .shop-filter:after {
  top: .7em;
}
.search-categories {
  margin-bottom: 40px;
}
.search-filter {
  font-size: 12px;
  margin-right: 15px;
  position: relative;
  padding-left: 20px;
  color: #a5a5a5;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 700;
}
.search-filter:before,
.search-filter:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}
.search-filter:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #a5a5a5;
}
.search-filter:after {
  display: none;
  width: 9px;
  height: 9px;
  margin: 3px;
  background-color: #9a162b;
}
.search-filter.selected {
  color: #9a162b;
}
.search-filter.selected:before {
  border-color: #9a162b;
}
.search-filter.selected:after {
  display: block;
}
.search-filter.selected:hover {
  color: #9a162b;
}
.search-filter:hover,
.search-filter:active {
  text-decoration: none;
  color: #a5a5a5;
}
.search-results .rest p a {
  color: inherit;
}
.search-results .rest p a:hover {
  text-decoration: none;
}
.search-results h1 {
  font-size: 21px;
  margin-top: -35px;
  background-color: #f0f0f0;
}
.search-results .search-quote {
  color: #9a162b;
}
.search-results .search-count {
  padding-bottom: 20px;
  border-bottom: 2px solid #e6e7e8;
  margin-bottom: 20px;
}
.search-results .search-other {
  margin-bottom: 15px;
}
.search-results h2 a {
  font-size: 18px;
  color: #000;
}
.search-results .highlight {
  color: #9a162b;
}
.search-results .load {
  text-transform: uppercase;
}
.search-results .load .btn-primary {
  padding: 10px 15px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .search-results h1 {
    margin-top: 0;
  }
}
/*------------------------------
 **		SEARCH PAGE
 **		[Filters dropdown]
 */
.search-results .search-dropdown.open .btn {
  background-color: #9a162b;
  color: #fff;
}
.search-results .search-dropdown .btn {
  display: block;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  background-color: #fff;
  color: #9a162b;
  transition: all .3s;
}
.search-results .search-dropdown .dropdown-menu {
  width: 100%;
}
.search-results .search-dropdown .dropdown-menu .search-filter {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  margin-left: 15px;
}
.search-results .search-dropdown .dropdown-menu .search-filter:before {
  top: 1em;
}
.search-results .search-dropdown .dropdown-menu .search-filter:after {
  top: 1em;
}
.twitter-share-container {
  overflow: hidden;
}
.single-event-page .page-calendar.header,
.single-event-page .page-news.header {
  margin-top: 20px;
}
.single-event-page .event-image {
  position: relative;
  overflow: hidden;
}
.single-event-page .event-image img {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .single-event-page .event-image img {
    height: auto;
    width: 100%;
  }
}
.single-event-page .navbar-toggle,
.single-event-page .navbar-toggle:hover,
.single-event-page .navbar-toggle:focus {
  background-color: #232b3e;
  margin: 10px;
  float: none;
}
.single-event-page .navbar-toggle .icon-bar,
.single-event-page .navbar-toggle:hover .icon-bar,
.single-event-page .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .single-event-page .navbar-toggle {
    display: inline-block;
  }
  .single-event-page .breadcrumb {
    display: inline-block !important;
  }
  .single-event-page .breadcrumb a {
    text-transform: capitalize;
  }
  .single-event-page .breadcrumb .fa {
    color: #fff;
  }
}
@media screen and (max-width: 380px) {
  .single-event-page .navbar-toggle,
  .single-event-page .navbar-toggle:focus,
  .single-event-page .navbar-toggle:hover {
    margin: 10px 5px;
  }
  .single-event-page .breadcrumb {
    padding: 0;
  }
}
.single-event-page .event-info {
  position: absolute;
  top: 30%;
  right: 20px;
  max-width: 40%;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
}
.single-event-page .event-info-header {
  background-color: #232b3e;
  padding: 15px;
  margin-bottom: 20px;
}
.single-event-page .event-info-header h3 {
  margin: 0;
  display: inline-block;
  line-height: 1.5em;
}
.single-event-page .event-info-date {
  background-color: #9a162b;
  padding: 10px 15px;
  display: inline-block;
}
.single-event-page .event-info-date p {
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .single-event-page .event-info {
    max-width: 60%;
  }
}
@media screen and (max-width: 448px) {
  .single-event-page .event-info {
    max-width: 100%;
    text-align: center;
  }
}
.single-event-page .event-content {
  background-color: #fff;
}
/*------------------------------
 **		CONTACT PAGE STYLES
 **
 */
.pimcore_area_contact {
  margin-bottom: 15px;
  margin-top: 15px;
}
.contact-container .pimcore_area_content {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-container .pimcore_area_content .row {
  padding-top: 15px;
}
.contact-container .pimcore_area_content .row .col-md-3 {
  padding-top: 10px;
}
.contact-container .pimcore_area_content .row h2 {
  font-size: 16px;
}
.contact-container .pimcore_area_content .row h2 .element-point {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  background-color: #9a162b;
  margin-right: 15px;
}
.contact-container .pimcore_area_content .company-adress {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.contact-container .pimcore_area_content .company-adress p {
  font-weight: 700;
}
@media screen and (min-width: 530px) and (max-width: 991px) {
  .contact-container .pimcore_area_content .company-adress .col-md-2 {
    float: left;
    margin-right: 20px;
  }
  .contact-container .pimcore_area_content .company-adress .col-md-5 {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 140px;
  }
  .contact-container .pimcore_area_content .row .col-md-3 {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 530px) {
  .contact-container .pimcore_area_content .company-adress .col-md-5 {
    margin-top: 30px;
  }
}
.user-login form {
  padding: 20px 10px 10px;
}
.featherlight-iframe .featherlight-content {
  overflow: hidden;
  width: 100vw;
}
@media only screen and (min-width: 1024px) {
  .featherlight-iframe .featherlight-content {
    width: 1024px;
    height: auto;
  }
}
.featherlight-iframe .featherlight-content iframe {
  width: 100%;
  height: 80vh;
}
