/* Generated by less 2.5.1 */
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,600,400italic,400,300&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:light&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700,400);
@import "custom-icons.css";
@font-face {
  font-family: "iconvault";
  src: url("fonts/iconvault_forecastfont.eot");
  src: url("fonts/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"), url("fonts/iconvault_forecastfont.woff") format("woff"), url("fonts/iconvault_forecastfont.ttf") format("truetype"), url("fonts/iconvault_forecastfont.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
}
* {
  -webkit-font-smoothing: antialiased;
  color: inherit;
  text-decoration: none;
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -ms-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a:focus {
  margin: 0;
  padding: 0;
  border: 1px dashed #000;
  background: #fff000;
}
.wcag-hide {
  position: absolute;
  left: -10000px !important;
  top: auto;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
  list-style-type: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
input,
button {
  text-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a img {
  border: none;
}
#noscript-warning {
  font-family: sans-serif;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 101;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  color: white;
  background-color: #AE0000;
  padding: 5px 0px 5px 0px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  clear: both;
}
.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  background-color: #000;
  font-family: 'Open Sans';
}
.body-wrp {
  overflow: hidden;
}
.overlay-bg-pattern {
  background: rgba(255, 255, 255, 0.2);
}
.overlay-bg-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.element-hidden {
  display: none;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 10px 10px;
  color: #fff;
  display: block;
  font-size: 0.94em;
  -khtml-border-radius: 0 0 10px 10px;
  line-height: 1.7;
  -moz-border-radius: 0 0 10px 10px;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
.header-wrp {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  height: 150px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.header-wrp-in {
  position: relative;
  display: block;
  width: 960px;
  margin: 0 auto;
}
.header-middle {
  width: 100%;
  min-height: 150px;
  height: 150px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.header-middle-in {
  position: relative;
  display: block;
  width: 960px;
  height: auto;
  margin: 0 auto;
}
.hd-left {
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  float: left;
  width: 185px;
  height: auto;
}
.hd-left a.logo {
  position: absolute;
  text-indent: -9999px;
  top: 20px;
  left: 15px;
  z-index: 10;
  width: 101px;
  height: 110px;
  background: url(../img/header/gmina-dobra-herb.png) no-repeat;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.hd-left a.logo-text {
  position: absolute;
  text-indent: -9999px;
  top: 30px;
  left: 136px;
  z-index: 10;
  width: 99px;
  height: 54px;
  background: url(../img/header/_c_gmina-dobra.png) no-repeat;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
a {
  color: #fff000;
}
.htop-options {
  position: absolute;
  top: 0;
  left: 260px;
  right: 0;
}
.htop-options a {
  display: block;
  float: right;
  padding: 0 10px;
  margin-right: 1px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.htop-options a i {
  font-size: 16px;
  margin-right: 10px;
}
.htop-options a:hover {
  color: #0f0;
}
.htop-options:focus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.opt-contrast {
  border-right: none!important;
}
.opt-social {
  display: block;
  float: right;
  padding: 0 20px;
  height: 33px;
}
.opt-social a {
  display: block;
  float: left;
  width: 26px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}
.opt-social a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.opt-fontsize {
  display: block;
  float: right;
  padding: 0 20px;
  height: 40px;
}
.opt-fontsize span {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  margin-right: 10px;
}
.opt-fontsize a {
  display: block;
  float: left;
  width: 26px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.opt-fontsize a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.opt-fontsize a.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  text-shadow: none;
}
.opt-fontsize a.s_normal {
  font-size: 14px;
}
.opt-fontsize a.s_medium {
  font-size: 18px;
}
.opt-fontsize a.s_large {
  font-size: 22px;
}
.hmiddle-search-btn {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 70px;
  z-index: 20;
  background: #ffff00;
  color: #000;
}
.hmiddle-search-btn:hover {
  background: #00ff00;
}
.hmiddle-map-btn {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 130px;
  z-index: 20;
  background: #ffff00;
  color: #000;
}
.hmiddle-map-btn:hover {
  background: #00ff00;
}
.header-weather {
  display: block;
  clear: both;
  position: absolute;
  top: 40px;
  right: 10px;
}
.header-weather .weather-icon {
  width: 50%;
  float: left;
  display: block;
  clear: both;
  padding: 0 10px;
  margin: 10px 0;
  height: 34px;
}
.header-weather .weather-temp {
  display: block;
  width: 50%;
  float: left;
  padding-top: 20px;
  font-size: 24px;
  color: #fff;
}
#icon-weahther {
  display: block;
  margin-top: 4px;
  height: 34px;
  font-size: 33px;
  color: #fff;
}
.header-menu-wrp {
  display: block;
  clear: both;
  position: absolute;
  top: 70px;
  left: 260px;
  right: 0;
  width: auto;
  z-index: 201;
}
.header-menu {
  position: relative;
  z-index: 101;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
a.hmenu-search-btn-cont {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
a.hmenu-search-btn-cont span {
  font-size: 14px;
  height: 48px;
  line-height: 48px;
}
a.hmenu-search-btn-cont.active,
a.hmenu-search-btn-cont:hover {
  background: #2e2e2e;
  color: #fff;
}
.menu-anim-hamb {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 20;
  background: #ffff00;
}
.menu-anim-hamb:hover {
  background: #00ff00;
}
.menu-global {
  backface-visibility: hidden;
  border-top: 4px solid #000;
  left: 0;
  position: absolute;
  transition: 0.55s;
  webkit-backface-visibility: hidden;
  webkit-transition: 0.55s;
  width: 30px;
}
.menu-top {
  top: 10px;
  left: 10px;
  right: 10px;
}
.menu-middle {
  top: 23px;
  left: 10px;
  right: 10px;
}
.menu-bottom {
  top: 36px;
  left: 10px;
  right: 10px;
}
.menu-top-click {
  backface-visibility: hidden;
  ms-transform: rotate(50deg);
  top: 25px;
  transform: rotate(50deg);
  transition: 0.55s 0.5s;
  webkit-backface-visibility: hidden;
  webkit-transform: rotate(50deg);
  webkit-transition: 0.55s 0.5s;
}
.menu-middle-click {
  opacity: 0;
}
.menu-bottom-click {
  backface-visibility: hidden;
  ms-transform: rotate(-410deg);
  top: 25px;
  transform: rotate(-410deg);
  transition: 0.55s 0.5s;
  webkit-backface-visibility: hidden;
  webkit-transform: rotate(-410deg);
  webkit-transition: 0.55s 0.5s;
}
@media (max-width: 960px) {
  .header-menu-wrp {
    display: block;
    clear: both;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    z-index: 201;
  }
  .header-wrp {
    width: 100%!important;
    height: auto;
  }
  .header-wrp-in {
    width: 100%!important;
    height: auto;
    min-height: none;
  }
  .hd-left {
    top: 0!important;
  }
  .header-top,
  .header-middle,
  .header-menu {
    width: 100%;
  }
  .header-middle {
    min-height: 100px;
  }
  .header-menu,
  .header-menu-in {
    height: auto;
    min-height: 0!important;
    background: none;
  }
  .header-top-in {
    background-position: right top;
  }
  .header-top-in,
  .header-middle-in,
  .header-menu-in {
    width: 100%;
  }
  .htop-left span,
  .opt-login span,
  .htop-left i,
  .opt-login i,
  .header-weather {
    display: none;
  }
  .menu-anim-hamb {
    top: 50px;
  }
  .hmenu-map-btn-cont {
    display: none;
  }
  .hmiddle-search-btn {
    position: absolute;
    top: 50px;
    display: block;
  }
  .hmenu-left,
  .hmenu-right {
    display: none;
    background: none;
  }
  .hmenu {
    width: 100%;
    height: auto;
    background-image: none;
  }
  a.hmenu-search-btn-cont {
    display: none;
  }
}
@media (min-width: 130px) and (max-width: 960px) {
  .opt-contrast i {
    margin-left: 0!important;
  }
  .opt-contrast span {
    display: none!important;
  }
}
@media (min-width: 130px) and (max-width: 880px) {
  .opt-fontsize span {
    display: none!important;
  }
}
@media (min-width: 130px) and (max-width: 660px) {
  .opt-contact i {
    margin-left: 0!important;
  }
  .opt-contact span {
    display: none!important;
  }
}
@media (min-width: 130px) and (max-width: 550px) {
  .opt-login i {
    margin-left: 0!important;
  }
  .opt-login span {
    display: none!important;
  }
}
@media (min-width: 130px) and (max-width: 720px) {
  .opt-mapsite i {
    margin-left: 0!important;
  }
  .opt-mapsite span {
    display: none!important;
  }
}
@media (max-width: 630px) {
  .header-top {
    height: auto;
  }
  .opt-fontsize a {
    border-right: none;
    text-shadow: none;
  }
}
@media (max-width: 550px) {
  .opt-fontsize {
    padding: 0;
  }
  .opt-contact {
    padding: 0;
  }
  .menu-anim-hamb {
    top: 90px;
  }
  .hmiddle-search-btn {
    top: 90px;
  }
}
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}
.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm li,
.sm a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: not-allowed;
}
.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.sm,
.sm *,
.sm *:before,
.sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-main {
  display: block;
  clear: both;
  width: 100%;
  height: 48px;
  border-bottom: 4px solid #00ff00 !important;
}
.sm-simple {
  height: 44px;
  line-height: 44px;
  background: #000000;
}
.sm-simple a.highlighted + ul {
  display: block;
}
.sm-simple a {
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
}
.sm-simple a {
  position: relative;
}
.sm-simple > li {
  margin: 0 12px;
}
.sm-simple > li > a {
  color: #ffff00;
}
.sm-simple a.current:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  border-bottom: 4px solid #ffff00;
  content: '';
}
.sm-simple > li > a:hover:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  border-bottom: 4px solid #ffff00;
  content: '';
}
.sm-simple a.disabled {
  color: #cccccc;
}
.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}
.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-simple ul {
  background: #000000;
}
.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  background: #ffff00;
  color: #000000 !important;
}
.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
@media (max-width: 960px) {
  .sm-simple a i.fa-chevron-down {
    display: none;
  }
  .sm-simple > li {
    margin: 0;
  }
  .sm-simple > li {
    border-left: 0;
    border-top: 1px solid #ffff00;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #ffff00;
  }
  .sm-simple a span.sub-arrow:after {
    content: "+";
  }
  .sm-simple ul li a {
    color: #ffff00;
  }
}
@media (min-width: 960px) {
  /* Switch to desktop layout
    -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
    -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
  }
  .sm-simple li {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: none;
  }
  .sm-simple a {
    white-space: nowrap;
  }
  .sm-simple ul li a {
    height: auto;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
  }
  .sm-simple ul li a {
    font-size: 12px !important;
    color: #ffff00;
  }
  .sm-simple a i.fa-chevron-down {
    margin-left: 10px;
    font-size: 16px;
  }
  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-simple > li > a span.sub-arrow {
    display: none;
  }
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-simple ul {
    border: 1px solid #ffff00;
    background: #000000;
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple a span.sub-arrow {
    width: 20px;
    top: 50%;
    left: 100%;
    margin-left: -20px;
    margin-top: -17px;
    background: none;
    font-family: 'FontAwesome';
  }
  .sm-simple a span.sub-arrow:after {
    font-family: 'FontAwesome';
    content: "\f0da";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
  }
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #ffff00;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-simple span.scroll-up-arrow,
  .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
}
@media screen and (max-width: 960px) {
  a.menu-link {
    display: block;
  }
  a.menu-link-anim {
    display: block;
  }
  .menu-anim-hamb {
    display: block!important;
  }
  .menu-main {
    display: none;
    clear: both;
    width: 100%;
  }
  .menu-main.mactive {
    display: block;
    height: auto;
  }
  .header-wrp {
    min-height: 220px;
    height: auto!important;
  }
  .header-wrp .hwrp-l .menu-link {
    display: block;
  }
  .menu-main {
    min-height: 44px !important;
    height: auto!important;
  }
  .sm-simple {
    min-height: 44px !important;
    height: auto!important;
  }
}
.overlay-modal {
  position: fixed;
  display: block;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-modal.opened {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.overlay-modal .overlay-modal-body {
  position: relative;
  padding: 20px 10px;
}
.overlay-modal a.close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 10px;
  right: 15px;
  font-size: 26px;
}
.overlay-modal a.close:hover {
  background: #ffff00;
  color: #000;
}
.overlay-modal h4 {
  display: block;
  clear: both;
  padding: 0 0 10px 5px;
  font-weight: bold;
  font-size: 20px;
}
.overlay-modal .search {
  max-width: 720px;
  margin: 20% auto;
}
.overlay-modal .search .form {
  margin-right: 145px;
  position: relative;
}
.overlay-modal .search input[type=text] {
  display: block;
  width: 100%;
  height: 50px;
  border: 2px solid #ffff00;
  background: #ffff00;
  color: #000;
  font-size: 18px;
  line-height: 50px;
  padding: 0 15px;
}
.overlay-modal .search button[type=submit] {
  position: absolute;
  top: 0;
  right: -145px;
  width: 145px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #0f0;
  text-shadow: none;
  color: #000;
}
.overlay-modal .search button[type=submit]:hover {
  background: #000;
  color: #ffff00;
}
.hot-alert-wrapper {
  position: relative;
  z-index: 5;
  display: block;
  clear: both;
  width: 100%;
}
.hot-news-roller {
  position: relative;
  clear: both;
  width: 960px;
  display: block;
  height: 40px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.hot-news-roller .hn-roll-in {
  position: absolute;
  top: 0;
  left: 10px;
  right: 38px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.hot-news-roller .icon-info {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img-new/hot_news/_cyb_icon-info-special.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.hot-news-roller a.close {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 100;
  width: 10px;
  height: 10px;
  background-image: url("../img-new/hot_news/icon-info-special-close.png");
  background-repeat: no-repeat;
  background-position: 0 center;
}
.hot-news-roller a.close:hover {
  background-position: -10px center;
}
.hot-alert-wrapper.shadows .shadow {
  display: block;
}
.hot-alert-wrapper.shadows .shadow-in {
  display: block;
}
.hot-alert-wrapper.shadow-top,
.hot-alert-wrapper.shadow-bottom,
.hot-alert-wrapper.shadow-sides {
  display: block;
}
#news-breaking-line {
  min-height: 40px;
  background: #00ff00;
}
#news-breaking-line .tickercontainer {
  padding: 0;
  margin-left: 20px;
  overflow: hidden;
}
#news-breaking-line ul {
  position: relative;
  left: 920px;
  z-index: 21;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
}
#news-breaking-line ul li {
  list-style-type: none;
  list-style-position: outside;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  margin: 0 0 0 15px;
  white-space: nowrap;
}
#news-breaking-line ul li a {
  color: #000000;
  text-decoration: underline;
}
#news-breaking-line ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 996px) {
  .hot-alert-wrapper {
    width: 100%;
  }
  .hot-news-roller {
    width: 100%;
  }
  .hot-news-roller .shadow {
    width: 100%;
  }
  .hot-news-roller .shadow-in {
    width: 100%;
  }
}
.przetarg-row {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.przetarg-row-in {
  display: block;
  clear: both;
  padding: 10px;
}
.przetarg-row-in a {
  position: relative;
  font-size: 12px;
  display: block;
  padding: 0 70px 0 80px;
}
.przetarg-row-in a span.przetarg-date {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  margin-right: 20px;
}
.przetarg-row-in span {
  display: block;
  float: right;
  font-size: 12px;
  font-style: italic;
}
.przetarg-row-in:hover {
  background: #0166b6;
}
.przetarg-row-in:hover a,
.przetarg-row-in:hover span {
  color: #fff;
}
.przetarg-row-in:hover a {
  text-decoration: underline;
}
.przetarg-row-in:focus {
  text-decoration: underline;
}
.przetarg-h3 {
  display: block;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
.przetarg-h3 h3 {
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
}
.przetarg-h4 {
  display: block;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #dedede;
}
.przetarg-h4 h4 {
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}
.przetarg-article {
  display: block;
  clear: both;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.przetargi-main-head {
  display: block;
  clear: both;
  border-bottom: 1px solid #ccc;
}
.przetargi-main-head h2 {
  display: block;
  clear: both;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
}
.przetargi-group-wrp {
  display: block;
  clear: both;
  width: 100%;
}
.przetargi-group {
  display: block;
  padding: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
}
.przetargi-group-head {
  display: block;
  clear: both;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.przetargi-group-head span {
  font-size: 15px;
  font-weight: bold;
}
.przetargi-group-head span i {
  font-size: 13px;
}
.przetargi-group-body {
  display: block;
  padding-left: 10px;
}
.przetargi-group-body-inner {
  display: block;
  padding-left: 10px;
}
.przetargi-group-text {
  display: block;
  clear: both;
  padding: 5px 0;
  font-size: 12px;
}
.przetargi-group-body-files {
  display: block;
  padding-left: 10px;
}
.przetargi-details-row {
  display: block;
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  color: #353535;
  font-size: 12px;
}
.przetargi-details-row span {
  font-weight: bold;
}
.przetargi-list {
  clear: both;
  padding: 10px;
}
.przetarg {
  position: relative;
  clear: both;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
}
.przetarg-link {
  position: relative;
  padding: 10px 0;
}
.przetarg-link a {
  position: relative;
  display: block;
  padding: 0 70px 0 80px;
  font-size: 13px;
  color: #0166b6;
}
.przetarg-link a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.przetarg-link a span.przetarg-date {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  margin-right: 20px;
}
.przetarg-status {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 11px;
  color: #363636;
}
.bip-status-cont {
  display: block;
  clear: both;
  width: 100%;
}
.bip-status {
  display: block;
  padding: 10px;
}
.bip-status-row {
  display: block;
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  color: #353535;
  font-size: 12px;
}
.bip-status-row span {
  font-weight: bold;
}
.sitemap {
  margin-left: 20px;
}
.sitemap ul,
.sitemap li {
  clear: both;
  margin-left: 10px;
  padding: 5px 0 5px 5px;
  font-size: 12px;
  color: #000;
  list-style-type: circle;
}
.sitemap li.has-submenu > a {
  font-weight: bold;
  color: #724007;
}
.sitemap a:hover {
  text-decoration: underline;
  color: #914e07;
}
.sitemap > a {
  font-weight: bold;
  color: #724007;
}
.content-wrp {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
}
.content-inside-wrp {
  position: relative;
  z-index: 10;
  display: block;
  clear: both;
  width: 960px;
  height: auto;
  margin: 0 auto;
  margin-top: 0;
  /**/
}
.content-inside {
  position: relative;
  z-index: 10;
  display: block;
  clear: both;
  width: 960px;
  height: auto;
  margin: 0 auto;
  margin-top: 0;
  background: #000;
  /**/
  background: url(../img/content/_c_bg-content-long-top.png) repeat-y center top;
}
.content-inside.no-margin {
  margin-top: 0;
}
.content-inside.map-margin {
  margin-top: -45px;
}
.content-inside-btm {
  position: relative;
  z-index: 11;
  display: block;
  clear: both;
  width: 100%;
  min-height: 500px;
  /**/
}
.content-bcrumbs {
  min-height: 30px;
  padding: 0;
  padding-top: 0px;
  margin: 0;
  margin-top: -1px;
  min-height: 32px;
  height: auto;
}
.content-col-left {
  position: relative;
  float: left;
  width: 678px;
  padding-bottom: 20px;
}
.content-col-left #overflay-effect {
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  right: 50px;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #fff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.content-col-left #overflay-effect.is-on {
  display: block;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.content-col-right {
  float: right;
  width: 281px;
}
.sidebar {
  background: #222;
  height: auto;
}
.sidebar.sidebar-right {
  height: auto;
}
.sidebar-content {
  height: auto;
}
.twocols-col-left .content-cols {
  padding-left: 238px;
}
.twocols-col-left .sidebar-left {
  float: left;
  margin-right: -238px;
}
.twocols-col-left .content-col-right {
  float: right;
}
.twocols-col-right .content-cols {
  padding-right: 238px;
}
.twocols-col-right .sidebar-right {
  float: right;
  margin-left: -238px;
}
.twocols-col-right .content-col-left {
  float: left;
}
.sidebar {
  padding-bottom: 20px;
  position: relative;
  z-index: 99!important;
}
.sidebar-toggle {
  display: none;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 44px;
  background: #000;
}
.sidebar-toggle i {
  display: block;
  font-size: 34px;
  color: #fff;
  padding: 5px 0;
  height: 42px;
  line-height: 42px;
}
.sidebar-right,
.sidebar-left {
  -moz-transition: width .2s ease;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
  position: relative;
  z-index: 99;
}
.header-content {
  padding: 0 0 0 10px;
}
.site-content {
  padding: 10px;
}
.site-content-two-cols {
  padding: 10px;
}
.site-content-two-cols .site-content-sidebar {
  display: block;
  float: left;
  width: 40%;
  background: #ccc;
}
.site-content-two-cols .site-content {
  display: block;
  float: right;
  padding: 0 10px;
  width: 60%;
}
.site-content-sdbr-in {
  padding: 10px;
  text-align: left;
}
.site-content-sdbr-in h2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.site-content-sdbr-in h3 {
  padding-left: 10px;
  margin-bottom: 5px;
  border-bottom: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.site-content-sdbr-in p {
  font-size: 12px;
  padding-left: 10px;
}
.site-content-sdbr-in p a {
  text-decoration: underline;
  color: #004d8a;
}
.site-content-sdbr-in p a:hover {
  color: #000;
}
@media (max-width: 720px) {
  .site-content-sidebar,
  .site-content {
    display: block;
    float: none!important;
    clear: both;
    width: 100%!important;
  }
}
.inside-content-cols {
  display: block;
  clear: both;
  padding: 0 10px;
}
.inside-content-col-left {
  width: 350px;
  float: left;
}
.inside-content-col-right {
  width: 350px;
  float: right;
  margin-left: 10px;
}
.in-cont-head {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  background: #fff000;
  color: #000;
}
.in-cont-head.bg-dblue {
  background: #fff000;
  color: #000;
}
.in-cont-head.bg-dblue a {
  color: #000;
}
.in-cont-head.bg-lblue {
  background: #fff000;
  color: #000;
}
.in-cont-head.bg-lblue a {
  color: #000;
}
.in-cont-head.border-top {
  border-top: 3px solid #1a3f73;
}
.in-cont-head.border-top {
  border-top: 3px solid #fff000!important;
}
.in-cont-head.border-bottom {
  border-bottom: 3px solid #fff000;
}
.in-cont-head.border-white {
  border-color: #fff000;
}
.in-cont-head.border-dark {
  border-color: #fff000;
}
.in-cont-head .margin-banners {
  padding-top: 30px;
}
.in-cont-head .btn-see-all {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 11px!important;
  font-weight: normal;
  color: #fff000;
  display: block;
  padding: 5px;
  height: 26px;
  line-height: 16px;
  text-align: right;
}
.in-cont-head .btn-see-all i {
  float: left;
  line-height: 16px;
  margin-right: 5px;
  font-size: 10px;
}
.in-cont-head .btn-see-all:hover,
.in-cont-head .btn-see-all:focus {
  background: #fff000;
  color: #000;
}
.in-cont-head .btn-more {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 18px;
  font-weight: 800;
  color: #fff000;
  width: 30px;
  text-align: center;
}
.in-cont-head .btn-more:hover {
  background: #fff000;
  color: #000;
}
.in-cont-head .btn-bigcalendar {
  line-height: 24px;
  height: 24px;
  padding: 0 0 0 10px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #000000;
}
.in-cont-head .btn-bigcalendar i {
  font-size: 14px;
}
.in-cont-head .btn-bigcalendar span {
  margin-left: 10px;
}
.in-cont-head .btn-bigcalendar span i {
  font-size: 11px;
  padding: 0;
  margin: 0;
}
.in-cont-head .btn-bigcalendar:hover {
  background: transparent;
  color: #222222;
}
.in-cont-head h2,
.in-cont-head h3 {
  display: block;
  clear: both;
  padding: 10px;
}
.in-cont-head h2 a,
.in-cont-head h3 a {
  font-size: 14px;
  font-weight: 800;
  color: #fff000;
}
.in-cont-head.fdark h2 a,
.in-cont-head.fdark h3 a {
  color: #000;
}
.in-cont-head.margin-top {
  margin-top: 10px;
}
.in-cont-head.margin-top-more {
  margin-top: 20px;
}
.in-cont-head.margin-bottom {
  margin-bottom: 10px;
}
.in-cont-head.font-right h2,
.in-cont-head.font-right h3 {
  text-align: right;
}
.in-cont-head.font-center h2,
.in-cont-head.font-center h3 {
  text-align: center;
}
.in-cont-head.grey {
  border-bottom: 3px solid #414141;
}
.in-cont-head.grey h2 a,
.in-cont-head.grey h3 a {
  font-size: 16px;
  color: #414141;
}
.in-cont-head.green {
  border-bottom: 3px solid #256900;
}
.in-cont-head.green h2 a,
.in-cont-head.green h3 a {
  font-size: 16px;
  color: #256900;
}
.in-cont-head.purple {
  border-bottom: 3px solid #ce2657;
}
.in-cont-head.purple h2 a,
.in-cont-head.purple h3 a {
  font-size: 16px;
  color: #ce2657;
}
.in-cont-head.violet {
  border-bottom: 3px solid #6b4294;
}
.in-cont-head.violet h2 a,
.in-cont-head.violet h3 a {
  font-size: 16px;
  color: #6b4294;
}
.in-cont-head.blue-dark {
  border-bottom: 3px solid #15396c;
}
.in-cont-head.blue-dark h2 a,
.in-cont-head.blue-dark h3 a {
  font-size: 16px;
  color: #15396c;
}
.in-cont-head.blue {
  border-bottom: 3px solid #067bbd;
}
.in-cont-head.blue h2 a,
.in-cont-head.blue h3 a {
  font-size: 16px;
  color: #067bbd;
}
.in-cont-head.font-small h2 a,
.in-cont-head.font-small h3 a {
  font-size: 13px;
}
@media (max-width: 960px) {
  .content-wrp {
    margin-top: 10px;
  }
  .content-inside-wrp {
    width: 100%;
  }
  .content-inside {
    width: 100%;
    /**/
    /**/
    background: url(../img/content/_c_bg-content-long-collapsed.png) repeat-y right top;
  }
  .content-inside-btm {
    /**/
  }
  .sidebar-right,
  .sidebar-right .sidebar-content {
    background: #222;
    overflow: hidden;
  }
  .sidebar-right {
    overflow: hidden;
  }
  .inside-content-col-left {
    width: 49%;
    float: left;
  }
  .inside-content-col-right {
    width: 49%;
    float: right;
  }
}
@media (max-width: 760px) {
  .inside-content-col-left {
    width: 48%;
    float: left;
  }
  .inside-content-col-right {
    width: 48%;
    float: right;
  }
}
@media (max-width: 640px) {
  .inside-content-col-left {
    margin: 0;
    width: 100%;
    clear: both;
    float: none;
  }
  .inside-content-col-right {
    margin: 20px 0 0 0;
    width: 100%;
    clear: both;
    float: none;
  }
}
@media (max-width: 960px) {
  .content-wrp {
    width: 100%;
  }
  .content-inside {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .sidebar-right {
    width: 50px;
  }
  .sidebar-right .sidebar-content {
    display: none;
    float: left;
    width: 100%;
  }
  .sidebar-right .sidebar-toggle {
    display: block;
  }
  .sidebar-right-expand .sidebar-right {
    background: #222;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 260px;
    margin: 0!important;
    z-index: 9;
    overflow: auto;
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
  }
  .sidebar-right-expand .sidebar-right .sidebar-content {
    display: block;
    min-width: 260px;
  }
  .sidebar-right-collapse .sidebar-right .sidebar-content {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .sidebar-right {
    width: 50px;
  }
  .sidebar-right .sidebar-content {
    display: none;
    float: left;
    width: 100%;
  }
  .sidebar-right .sidebar-toggle {
    display: block;
  }
  .sidebar-right-expand .sidebar-right {
    background: #f0f0f0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 272px;
    margin: 0!important;
    z-index: 9;
    overflow: auto;
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
  }
  .sidebar-right-expand .sidebar-right .sidebar-content {
    display: block;
    min-width: 272px;
  }
  .sidebar-right-collapse .sidebar-right .sidebar-content {
    display: none;
  }
  .twocols-col-right .content-cols {
    padding-right: 50px;
  }
  .twocols-col-right .sidebar-right {
    margin-right: 0px;
  }
  .twocols-col-right.sidebar-right-expand .sidebar-right {
    left: 0;
  }
  .twocols-col-right .content-col-left {
    float: left;
    width: 100%;
    padding-right: 50px;
  }
}
.btn-archiwum-wrp {
  display: block;
  clear: both;
  padding: 10px 20px 20px 20px;
  text-align: center;
}
.btn-archiwum {
  display: block;
  font-size: 12px;
  color: #4e3315;
}
.btn-archiwum:focus,
.btn-archiwum:hover {
  text-decoration: underline;
}
.form-search {
  position: relative;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #fff000;
}
.form-input-div {
  position: relative;
  float: left;
  width: 33%;
  box-shadow: none;
  border: none;
}
.form-input-div div {
  box-shadow: none;
}
.form-input-div label,
.form-input-div input {
  display: block;
  clear: both;
  color: #fff000;
  box-shadow: none;
  padding-bottom: 5px;
}
.form-input-div label {
  font-size: 13px;
}
.form-input-div input {
  background: #fff000;
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
  padding: 5px;
}
.form-input-div input:focus,
.form-input-div input:hover {
  background: #00ff00;
}
.form-button-div {
  display: block;
  clear: both;
  padding: 10px 0 0 0;
}
.form-button-div button {
  display: block;
  float: left;
  background: #fff000;
  color: #000;
  font-size: 13px;
}
.form-button-div button:focus,
.form-button-div button:hover {
  background: #00ff00;
}
@media screen and (max-width: 650px) {
  .form-search .form-input-div {
    float: none;
    clear: both;
  }
}
.calendar-wrap {
  display: block;
  float: left;
  width: auto;
  line-height: 1;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.calendar-wrap span {
  box-sizing: border-box;
  webkit-box-sizing: border-box;
}
.calendar-wrap,
.calendar-wrap *:focus {
  outline: none;
}
.calendar-content {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.calendar-content.calendar_days > .calendar-days {
  display: block;
}
.calendar-content.calendar_months .calendar-months {
  display: block;
}
.calendar-content.calendar_years .calendar-years {
  display: block;
}
.calendar_hide {
  display: none;
}
.calendar_show {
  display: block;
}
.calendar_absolute {
  position: absolute;
}
.calendar-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.calendar-prev,
.calendar-next {
  cursor: pointer;
  display: inline;
  display: inline-block;
  height: 34px;
  width: 20%;
  zoom: 1;
}
.calendar-prev {
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
.calendar-next {
  background-position: center;
  background-repeat: no-repeat;
  float: right;
}
.calendar-caption {
  cursor: pointer;
  display: inline;
  display: inline-block;
  text-align: center;
  zoom: 1;
}
.calendar-days {
  display: none;
}
.calendar-days span {
  display: inline-block;
  text-align: center;
  width: 30px;
}
.calendar-head {
  height: 34px;
  line-height: 34px;
}
.calendar-head span {
  cursor: default;
}
.calendar-body span {
  cursor: pointer;
  height: 26px;
}
.calendar-body span.calendar_otherMonth,
.calendar-body span.calendar_untouchable {
  cursor: default;
}
.calendar-months,
.calendar-years {
  display: none;
}
.calendar-months span,
.calendar-years span {
  cursor: pointer;
  display: inline-block;
  height: 47.5px;
  text-align: center;
  width: 70px;
}
.calendar-months span.calendar_untouchable,
.calendar-years span.calendar_untouchable {
  cursor: default;
}
.calendar-content {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  color: #777777;
  font-size: 14px;
}
.calendar-header {
  border-bottom: 1px solid #ebebeb;
}
.calendar-prev,
.calendar-next {
  color: transparent;
}
.calendar-prev {
  background-image: url('../img/daterange/calendar-prev.png');
}
.calendar-prev.calendar_blocked,
.calendar-prev.calendar_blocked:hover {
  background-image: none;
  cursor: auto;
}
.calendar-prev:hover {
  background-image: url('../img/daterange/calendar-prev-hover.png');
}
.calendar-next {
  background-image: url('../img/daterange/calendar-next.png');
}
.calendar-next.calendar_blocked,
.calendar-next.calendar_blocked:hover {
  background-image: none;
  cursor: auto;
}
.calendar-next:hover {
  background-image: url('../img/daterange/calendar-next-hover.png');
}
.calendar-caption {
  color: #696969;
  font-size: 14px;
}
.calendar-caption:hover {
  color: #000000;
}
.calendar-caption.calendar_blocked,
.calendar-caption.calendar_blocked:hover {
  color: #696969;
  cursor: auto;
}
.calendar-days span {
  font-size: 12px;
  width: 30px;
}
.calendar-head {
  background-color: #f6f6f6;
  padding-left: 6px;
  padding-right: 6px;
}
.calendar-head span {
  box-shadow: inset 0 1px 0 #fbfbfb;
  webkit-box-shadow: inset 0 1px 0 #fbfbfb;
}
.calendar-body {
  padding: 6px;
}
.calendar-body span {
  border: 1px dashed transparent;
  line-height: 26px;
}
.calendar-body span:hover {
  background-color: #b3d1ff;
}
.calendar-body span.calendar_active {
  background-color: #503315 !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  color: white !important;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.calendar-body span.calendar_otherMonth,
.calendar-body span.calendar_untouchable {
  background-color: inherit;
  color: #c8c8c8;
}
.calendar-body span.calendar_otherMonth:hover,
.calendar-body span.calendar_untouchable:hover,
.calendar-body span.calendar_otherMonth:active,
.calendar-body span.calendar_untouchable:active,
.calendar-body span.calendar_otherMonth.calendar_active,
.calendar-body span.calendar_untouchable.calendar_active {
  background-color: inherit;
  color: #c8c8c8;
}
.calendar-body span.calendar_inRange {
  background-color: #b3d1ff;
}
.calendar-body span.calendar_inRange:hover {
  background-color: inherit;
}
.calendar-body span.calendar_otherMonth.calendar_inRange:hover {
  background-color: #b3d1ff;
}
.calendar-body span.calendar_focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #32b8e2;
}
.calendar-months,
.calendar-years {
  padding: 6px;
}
.calendar-months span,
.calendar-years span {
  border: 1px dashed transparent;
  font-size: 13px;
  line-height: 47.5px;
}
.calendar-months span:hover,
.calendar-years span:hover {
  background-color: #b3d1ff;
}
.calendar-months span.calendar_active,
.calendar-years span.calendar_active {
  background-color: #503315 !important;
  color: #ffffff !important;
}
.calendar-months span.calendar_untouchable,
.calendar-years span.calendar_untouchable {
  background-color: inherit;
  color: #c8c8c8;
}
.calendar-months span.calendar_untouchable:hover,
.calendar-years span.calendar_untouchable:hover,
.calendar-months span.calendar_untouchable:active,
.calendar-years span.calendar_untouchable:active,
.calendar-months span.calendar_untouchable.calendar_active,
.calendar-years span.calendar_untouchable.calendar_active {
  background-color: inherit;
  color: #c8c8c8;
}
.calendar-months span.calendar_inRange,
.calendar-years span.calendar_inRange {
  background: #b3d1ff;
}
.calendar-months span.calendar_inRange:hover,
.calendar-years span.calendar_inRange:hover {
  background-color: inherit;
}
.calendar-months span.calendar_focus,
.calendar-years span.calendar_focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #32b8e2;
}
.slider-wrp-three {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.slider-three {
  position: relative;
  clear: both;
  width: 960px;
  display: block;
  height: auto;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slider-three .shadow-bottom {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 17px;
  background: url("../img/slider2/shadow.png") no-repeat center top;
}
.slider-three .slt-inner {
  display: block;
  overflow: hidden;
  width: auto;
  border: 3px solid #fff000;
}
.slider-three .slt-slide {
  position: relative;
  z-index: 10;
  display: block;
  float: left;
  width: 318px;
  height: 303px;
  overflow: hidden;
}
.slider-three .slt-slide.left {
  border-right: 3px solid #fff000;
}
.slider-three .slt-slide.middle {
  border-right: 3px solid #fff000;
}
.slider-three .slt-slide img {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  min-width: 100%;
  height: auto;
}
.slider-three .slt-slide:hover .slt-item-inside,
.slider-three .slt-slide:focus .slt-item-inside {
  background-position: center -150px;
}
.slider-three.square .slt-slide {
  height: 303px;
}
.slider-three.square .slt-slide img {
  min-width: 100%;
  height: auto;
}
.slider-three .slt-slide:hover img,
.slider-three .slt-slide:focus img {
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}
.slider-three p {
  position: absolute;
  font-weight: 600;
}
.slider-three .left p,
.slider-three .right p {
  top: 34px;
  left: 0;
  right: 0;
  padding: 10px;
}
.slider-three .middle p {
  bottom: 34px;
  left: 0;
  right: 0;
  padding: 10px;
}
.slt-item-inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  clear: both;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slt-item-inside .date {
  position: absolute;
  right: 0;
  left: 0;
  height: 34px;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  background: #fff000;
  color: #000;
}
.slt-item-inside .date span {
  display: block;
  padding-left: 10px;
  line-height: 34px;
}
.slt-item-inside p {
  width: auto;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff000;
  text-align: left;
  padding: 0;
}
.slider-three.square .slt-item-inside:hover,
.slider-three.square .slt-item-inside:focus {
  background-position: center -100px !important;
}
.slt-slide.middle:hover .slt-item-inside,
.slt-slide.middle:focus .slt-item-inside {
  background-position: center -100px;
}
.slider-three.square .slt-slide.middle .slt-item-inside:hover,
.slider-three.square .slt-slide.middle .slt-item-inside:focus {
  background-position: center -150px !important;
}
.slt-slide.left .slt-item-inside .date {
  top: 0;
}
.slt-slide.middle .slt-item-inside .date {
  bottom: 0;
}
.slt-slide.right .slt-item-inside .date {
  top: 0;
}
.slt-svg-box {
  position: relative;
  color: #fff000;
  cursor: pointer;
}
.slt-svg-box svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.slt-svg-box svg line {
  fill: none;
  stroke: #fff000;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  stroke-width: 30;
  transition: all 0.4s ease-in-out;
  webkit-transition: all 0.4s ease-in-out;
}
.slt-svg-box:hover svg line {
  stroke-width: 1;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.slt-svg-box svg line.top,
.slt-svg-box svg line.bottom {
  stroke-dasharray: 430 140;
}
.slt-svg-box svg line.left,
.slt-svg-box svg line.right {
  stroke-dasharray: 490 400;
}
.slt-svg-box:hover svg line.top,
.slt-svg-box:focus svg line.top {
  transform: translateX(-100%);
  webkit-transform: translateX(-100%);
}
.slt-svg-box:hover svg line.bottom,
.slt-svg-box:focus svg line.bottom {
  transform: translateX(100%);
  webkit-transform: translateX(100%);
}
.slt-svg-box:hover svg line.left,
.slt-svg-box:focus svg line.left {
  transform: translateY(100%);
  webkit-transform: translateY(100%);
}
.slt-svg-box:hover svg line.right,
.slt-svg-box:focus svg line.right {
  transform: translateY(-100%);
  webkit-transform: translateY(-100%);
}
@media (min-width: 768px) and (max-width: 996px) {
  .slider-wrp-three {
    width: 100%;
  }
  .slider-three {
    width: 100%;
  }
  .slider-three .slt-slide {
    position: relative;
    display: block;
    float: left;
    width: 33.3333%;
    height: 300px;
  }
  .slider-three .slt-slide img {
    min-width: 100%;
    min-height: 300px;
    height: auto!important;
  }
}
@media (max-width: 767px) {
  .slider-wrp-three {
    width: 100%;
  }
  .slider-three {
    width: 100%;
  }
  .slider-three .slt-slide {
    float: left;
    width: 100%;
    height: 140px;
  }
  .slider-three .slt-slide.left {
    border-bottom: 3px solid #fff000;
    border-right: none;
  }
  .slider-three .slt-slide.middle {
    border-bottom: 3px solid #fff000;
    border-right: none;
  }
  .slider-three .slt-slide img {
    min-width: 0!important;
    min-height: 140px!important;
    width: 100%;
  }
  .slider-three .slt-slide.left img {
    top: -50px;
    bottom: -50px;
    left: 0;
  }
  .slider-three .slt-slide.middle img {
    top: -50px;
    bottom: -50px;
    left: auto;
    right: 0;
  }
  .slider-three .slt-slide.right img {
    top: -50px;
    bottom: -50px;
    left: 0;
  }
  .slider-three .slt-slide.left p {
    text-align: right;
  }
  .slider-three .slt-slide.middle p {
    text-align: left;
  }
  .slider-three .slt-slide.right p {
    text-align: right;
  }
  .slider-three p {
    position: absolute;
  }
  .slider-three .left p,
  .slider-three .right p {
    top: 50px;
    left: auto;
    right: 15px;
  }
  .slider-three .middle p {
    top: 50px;
    bottom: auto;
    left: 15px;
    right: 15px;
  }
  .slider-three .left .date,
  .slider-three .right .date {
    top: 15px;
  }
  .slider-three .middle .date {
    bottom: 15px;
  }
  .slt-item-inside p {
    width: 70%;
  }
  .slt-item-inside:hover {
    background-position: center -100px;
  }
  .slt-slide.middle .slt-item-inside:hover {
    background-position: -100px top;
  }
  .slt-slide.left .slt-item-inside .date {
    top: 15px;
    right: 15px;
    left: 15px;
  }
  .slt-slide.middle .slt-item-inside .date {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: auto;
  }
  .slt-slide.right .slt-item-inside .date {
    top: 15px;
    right: 15px;
    left: 15px;
  }
}
.events-col-list {
  display: block;
  clear: both;
  width: 100%;
}
.event-col-item {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #fff000;
  background: #222222;
}
.event-col-item .event-item-inside {
  position: relative;
  z-index: 3;
  display: block;
  clear: both;
  height: auto;
  padding: 10px;
  padding-bottom: 0;
}
.event-col-item .event-item-inside .event-cont {
  position: relative;
  display: block;
  clear: both;
  padding-top: 0;
  height: auto;
  text-align: left;
}
.event-col-item .event-item-inside .event-cont .date {
  display: block;
  float: left;
  color: #fff000;
  font-size: 20px;
  font-weight: bold;
}
.event-col-item .event-item-inside .event-cont .time {
  display: block;
  float: right;
  padding-top: 5px;
  font-size: 14px;
  color: #fff000;
  font-weight: bold;
}
.event-col-item .event-item-inside .event-cont p {
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 17px;
  color: #fff000;
  text-align: left;
}
.event-col-item .event-item-inside .event-cont a.btn-more {
  display: block;
  float: right;
  margin-bottom: -1px;
  margin-right: -10px;
  background: #fff000;
  color: #000000;
  font-size: 12px;
  height: 24px;
  line-height: 18px;
}
.event-col-item .event-item-inside .event-cont a.btn-more span {
  display: block;
  padding: 0 10px 0 20px;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.event-col-item .event-item-inside .event-cont a.btn-more i {
  display: inline-block;
  margin-right: -10px;
  padding: 0 10px;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
}
.event-col-item .event-item-inside .event-cont a.btn-more:hover,
.event-col-item .event-item-inside .event-cont a.btn-more:focus {
  background: #00ff00;
  color: #000000;
}
.event-col-item.no-image .event-item-inside .event-cont {
  padding-left: 0;
  padding-right: 0;
}
.news-list-fancy {
  display: block;
  clear: both;
  width: 100%;
}
.news-item-fancy {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  border-top: 1px solid #fff000;
  border-bottom: 1px solid #fff000;
}
.news-item-fancy .nif-outside {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 3;
  border-bottom: 1px solid #fff000;
  overflow: hidden;
}
.news-item-fancy .nif-outside img.img {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: auto;
}
.news-item-fancy .nif-inside {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  clear: both;
  padding: 10px;
  padding-bottom: 0;
  background: url("../img/news/news-bg-small.png") repeat-y left top;
}
.news-item-fancy h2 {
  background: #fff000;
  width: 100%;
}
.news-item-fancy h2 a {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  background: none;
  display: inline-block;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-item-fancy h2 a:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00ff00;
}
.news-item-fancy h2 a:hover,
.news-item-fancy h2 a:focus,
.news-item-fancy h2 a:active {
  color: #000000;
}
.news-item-fancy h2 a:hover:after,
.news-item-fancy h2 a:focus:after,
.news-item-fancy h2 a:active:after {
  width: 100%;
}
.news-item-fancy h2 a:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-item-fancy .news-cont {
  padding: 4px 0 0 230px;
}
.news-item-fancy .news-cont img.img-small.hidden {
  display: none;
}
.news-item-fancy .news-cont span.date {
  font-size: 11px;
  color: #fff000;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.news-item-fancy .news-cont p {
  font-size: 13px;
  color: #fff000;
  line-height: 19px;
  margin-bottom: 5px;
  text-align: justify;
}
.news-item-fancy .news-cont a {
  margin-bottom: -1px;
  float: right;
  padding: 5px 10px;
  font-size: 12px;
  color: #000000;
  background: #fff000;
}
.news-item-fancy .news-cont a i {
  font-style: normal;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
.news-item-fancy .news-cont a:hover,
.news-item-fancy .news-cont a:focus {
  background: #00ff00;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-item-fancy .news-cont a:hover i,
.news-item-fancy .news-cont a:focus i {
  transform: rotate(360deg);
}
.news-item-fancy.no-img .news-cont {
  padding: 4px 0 0 10px;
}
@media screen and (max-width: 570px) {
  .news-item-fancy .nif-outside img.img {
    position: relative;
    display: block;
    margin: 0 auto;
    height: auto;
  }
  .news-item-fancy .nif-outside .news-cont {
    padding: 4px 0 0 10px;
  }
}
ul.ul-news li {
  display: block;
  clear: both;
  border-bottom: 1px solid #fff000;
}
ul.ul-news li a {
  position: relative;
  display: block;
  clear: both;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff000;
}
ul.ul-news li a span.date {
  position: absolute;
  top: 5px;
  left: 10px;
  margin-right: 15px;
  font-size: 12px;
  color: #fff000;
  font-style: italic;
  text-decoration: none!important;
}
ul.ul-news li a span.title {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: 50px;
}
ul.ul-news li a:hover span.title {
  color: #000;
  text-decoration: underline;
}
.news-list {
  display: table;
  clear: both;
  width: 100%;
}
.news-item {
  position: relative;
  clear: both;
  display: table;
  height: auto;
  width: 100%;
  border-top: 1px solid #fff000;
  padding: 10px 0;
}
.news-item:first-child {
  border: none;
}
.news-item:last-child {
  border-bottom: 1px solid #fff000;
}
.news-item .news-in {
  width: 100%;
  display: table-row;
}
.news-item .news-content {
  position: relative;
  display: table-cell;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
}
.news-item .news-content h2 {
  display: block;
  clear: both;
  width: 100%;
  line-height: 17px;
}
.news-item .news-content h2 a {
  font-size: 14px;
  color: #fff000;
  font-weight: 800;
}
.news-item .news-content h2 a:hover {
  text-decoration: underline;
}
.news-item .news-content .place {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #fff000;
  padding: 0;
  margin: 4px 0;
  font-weight: bold;
}
.news-item .news-content .place i {
  margin-right: 2px;
}
.news-item .news-content .place i:last-child {
  margin-left: 15px;
}
.news-item .news-content p {
  width: 100%;
  padding: 5px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  color: #fff000;
}
.news-item.with-img .news-content {
  margin-left: 160px;
}
.news-item .news-footer {
  margin-top: 10px;
  height: 25px;
  line-height: 25px;
}
.news-item .news-footer a.news-btn {
  float: right;
  width: 125px;
  height: 25px;
  font-size: 11px;
  background: #fff000;
  color: #000;
  text-align: right;
}
.news-item .news-footer a.news-btn:hover {
  background: #00ff00;
}
.news-item .news-footer a.news-btn span {
  display: block;
  line-height: 25px;
  font-size: 12px;
  padding-right: 15px;
  font-size: 13px;
  color: #000;
}
.news-item .news-footer a.news-btn span i {
  font-size: 13px;
  margin-left: 5px;
}
.news-item span.date {
  width: 100%;
  display: block;
  margin: 4px 0;
  font-size: 11px;
  color: #fff000;
}
.news-item span.date i {
  margin-right: 6px;
}
.image-small .news-item a.news-img {
  float: left;
  margin: 5px 10px 5px 0;
}
.image-small .news-item a.news-img img {
  position: relative;
  z-index: 2;
  width: 150px;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .news-item a.news-img {
    position: relative;
    display: block;
    clear: both;
    float: none;
    margin: 0 auto 10px auto;
  }
  .news-item.with-img .news-content {
    margin-left: 0;
    display: block;
  }
}
.no-search-results {
  width: 100%;
  padding: 40px 0;
}
.no-search-results p {
  text-align: center;
  font-size: 15px;
}
.menu-module {
  display: block;
  clear: both;
  margin-bottom: 20px;
}
.submenu {
  display: block;
  clear: both;
  margin-top: -3px;
  background: #222222;
}
.cal-menu-btm {
  display: block;
  clear: both;
  width: 100%;
  height: 12px;
}
ul.submenu-list {
  display: block;
  width: 100%;
  border-top: 1px solid #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
ul.submenu-list li {
  position: relative;
  display: block;
  clear: both;
  text-align: left;
}
ul.submenu-list li .submenu-arrow-down {
  cursor: pointer;
  position: absolute;
  width: 20px;
  text-align: center;
  height: 20px;
  right: 5px;
  top: 8px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #ffff00;
}
ul.submenu-list li a {
  position: relative;
  display: block;
  clear: both;
  padding: 6px 0;
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid #000000;
  color: #ffff00;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
ul.submenu-list li a:hover {
  background: #ffff00;
  color: #000000;
}
ul.submenu-list li a span {
  position: relative;
  display: block;
  padding-left: 15px;
}
ul.submenu-list li a.active,
ul.submenu-list li a.active:hover {
  background: #ffff00;
  color: #000000 !important;
}
ul.submenu-list li a.active i {
  display: block;
}
ul.submenu-list li a:before {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -6px;
  font-family: 'FontAwesome';
  content: "\f104";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(180deg) scale(1.3);
  -moz-transform: rotate(180deg) scale(1.3);
  -ms-transform: rotate(180deg) scale(1.3);
  -o-transform: rotate(180deg) scale(1.3);
  transform: rotate(180deg) scale(1.3);
}
ul.submenu-list li a.active:before {
  left: 7px;
  top: 50%;
  margin-top: -6px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
ul.submenu-list li a:hover:before {
  left: 7px;
  top: 50%;
  margin-top: -6px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
ul.submenu-list li a.mparent:after {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  font-family: 'FontAwesome';
  content: "\f103";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #ffff00;
}
ul.submenu-list ul {
  display: block;
  clear: both;
}
ul.submenu-list li a {
  background: transparent;
  padding-left: 5px;
}
ul.submenu-list ul li a {
  background: rgba(13, 13, 13, 0);
  padding-left: 15px;
}
ul.submenu-list ul li li a {
  background: rgba(38, 38, 38, 0);
  padding-left: 25px;
  border-bottom: 1px solid #000000;
}
ul.submenu-list ul li li li a {
  background: rgba(51, 51, 51, 0);
  padding-left: 35px;
}
ul.submenu-list li a:hover {
  padding-left: 10px;
}
ul.submenu-list ul li a:hover {
  padding-left: 20px;
}
ul.submenu-list ul li li a:hover {
  padding-left: 30px;
}
ul.submenu-list ul li li li a:hover {
  padding-left: 40px;
}
ul.submenu-list ul {
  display: none;
}
ul.submenu-list li.active > ul {
  display: block;
}
.pagging {
  display: block;
  clear: both;
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.pagging strong {
  color: #ffff00;
  font-size: 11px;
  font-weight: normal;
}
.pagging a {
  border: 1px solid transparent;
  border-bottom: 2px solid #ffff00;
  background: #000000;
  color: #ffff00;
  padding: 3px 8px;
  margin-left: 3px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.pagging a:hover {
  background: #ffff00;
  color: #000000;
}
.pagging a.selected {
  border: 1px solid #ffff00;
  background: #ffff00;
  color: #000000;
}
.pagging span {
  color: #ffff00;
  margin-left: 3px;
}
.banners-box {
  padding: 10px 0;
}
.banner {
  display: block;
  width: 240px;
  margin: 5px auto;
}
.banners-list-div {
  display: block;
  clear: both;
  padding: 20px 0;
  text-align: center;
}
.banners-list-div img {
  max-width: 220px;
}
.c-head {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: 45px;
  color: #000000;
  text-align: right;
}
.c-head h1,
.c-head h2,
.c-head i {
  line-height: 45px;
  font-weight: normal;
}
.c-head h1,
.c-head h2 {
  font-size: 18px;
  color: inherit;
  padding-right: 10px;
  padding-left: 10px;
}
.c-head a {
  font-size: 18px;
  color: inherit;
  padding-right: 10px;
  color: #000000;
}
.c-head span,
.c-head a,
.c-head i {
  line-height: 45px;
  font-weight: normal;
}
.c-head span {
  font-size: 18px;
  color: inherit;
  padding-right: 10px;
}
.c-head.btn-left h1,
.c-head.btn-left h2 {
  padding-left: 70px;
}
.c-head.border-bottom {
  height: 48px;
  border-bottom: 3px solid #fff000;
}
.c-head.border-wite {
  border-color: #fff;
}
.c-head .article-social {
  position: relative;
  display: block;
  float: left;
  padding: 2px 0 0 0;
}
.c-head .article-btns {
  display: block;
  float: left;
  padding: 0;
}
.c-head .artsoc-in {
  display: block;
  float: left;
}
.c-head .artsoc-in .fb-like {
  display: block;
  float: right;
  margin-top: -2px;
  margin-left: 15px;
}
.c-head .artsoc-in .fb-like.fb_iframe_widget {
  max-width: 300px;
  overflow: hidden;
}
.c-head .artsoc-in .addthis_toolbox {
  display: block;
  float: right;
  min-width: 150px;
}
.c-head .btn-bigcalendar {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 45px;
  padding: 0 0 0 10px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #000000;
}
.c-head .btn-bigcalendar i {
  font-size: 14px;
}
.c-head .btn-bigcalendar span {
  margin-left: 10px;
}
.c-head .btn-bigcalendar span i {
  font-size: 11px;
  padding: 0;
  margin: 0;
}
.c-head .btn-bigcalendar:hover {
  background: #000000;
  color: #fff000;
}
.c-head a.rss,
.c-head a.print {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  padding: 0 10px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.c-head a.rss i,
.c-head a.print i {
  margin-right: 5px;
}
.c-head a.rss:hover,
.c-head a.print:hover,
.c-head a.rss:focus,
.c-head a.print:focus {
  background-color: #000000;
  color: #fff000;
}
.c-head a.print {
  right: 65px;
}
.c-head .btns {
  display: block;
  position: absolute;
  top: 10px;
  right: 70px;
}
.c-head .btns.with-print {
  right: 110px;
}
.c-head .btns a {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
  font-size: 12px;
  color: #000000;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.c-head .btns a.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  border-bottom: 3px solid #000000;
}
.c-head .btns a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.c-head .btns a:hover::after,
.c-head .btns a:focus::after {
  height: 3px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.c-head .btns a:hover,
.c-head .btns a:focus {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.c-head.dblue {
  background: #fff000;
}
.c-head.blue {
  background: #fff000;
}
.c-head.icon i {
  float: left;
  padding-left: 10px;
}
.c-head.c-left {
  text-align: left;
}
.c-head.c-left span {
  padding-left: 10px;
}
@media screen and (max-width: 960px) {
  .c-head {
    width: 100%;
  }
  .c-head h1 i,
  .c-head h2 i {
    margin-left: 10px;
    margin-right: 10px;
  }
  .c-head h1,
  .c-head h2 {
    padding-left: 50px;
  }
}
a.show-all-btn {
  display: block;
  float: right;
  margin: 10px 0 0 0;
  height: 34px;
  width: auto;
  border-bottom: 1px solid #fff000;
}
a.show-all-btn span {
  display: block;
  float: right;
  padding-left: 10px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #fff000;
}
a.show-all-btn span i {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  margin-left: 15px;
  color: #fff000;
  background: #000;
}
a.show-all-btn:hover {
  background: #fff000;
  color: #000;
}
.s-head {
  position: relative;
  display: block;
  clear: both;
  margin-left: 10px;
  border-bottom: 3px solid #000;
  width: 262px;
  height: 44px;
  color: #fff000;
  text-align: right;
}
.s-head h3,
.s-head h4 {
  display: block;
  line-height: 41px;
  font-weight: normal;
}
.s-head h3,
.s-head h4 {
  position: relative;
  font-size: 16px;
  color: inherit;
}
.s-head i {
  display: block;
  float: left;
  text-align: left;
  padding-left: 6px;
  line-height: 41px;
}
.s-head span,
.s-head a {
  line-height: 42px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 10px;
  color: inherit;
  padding-left: 20px;
}
.calendarHelp {
  display: block;
  clear: both;
  padding: 10px;
  margin: 0 10px;
  border: 1px solid #fff000;
  font-size: 12px;
  color: #fff000;
}
.calendarHelp ul {
  padding: 10px;
}
.calendarHelp li {
  text-align: center;
}
.calendarHelp li.cHelp-strong {
  font-weight: bold;
}
.big-cal-module {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.big-cal-module .bcm-inner {
  margin-bottom: 20px;
}
.cal-module {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
  height: auto;
  background: #222;
}
.cal-module-in {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
  height: auto;
}
.cal-module-in #container_cal {
  position: relative;
  padding: 5px 0 10px 0;
  margin: 0 auto;
}
.cal-module-btm {
  display: block;
  clear: both;
  width: 100%;
  height: 12px;
}
#event-big-cal-cont {
  display: block;
}
.ical-js-widget {
  position: relative;
  margin: 0 auto;
  min-height: 50px;
  width: 100%;
  color: #ffff00;
  font-size: 11px;
}
.ical-js-widget #nav-calendar {
  margin: 0 auto;
  min-height: 50px;
  width: 100%;
  color: #ffff00;
  padding-bottom: 26px;
}
.ical-js-widget #year,
.ical-js-widget #month {
  text-align: center;
}
.ical-js-widget .month-year {
  display: inline-block;
}
.ical-js-widget #year {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
}
.ical-js-widget #month {
  padding-top: 10px;
  font-size: 25px;
  line-height: 19px;
}
.ical-js-widget .fa {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.ical-js-widget .fa:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ical-js-widget #year-left-arrow,
.ical-js-widget #year-right-arrow {
  cursor: pointer;
  display: inline-block;
  height: 19px;
  font-size: 17px;
  line-height: 19px;
}
.ical-js-widget #year-left-arrow i,
.ical-js-widget #year-right-arrow i {
  color: #fff000;
}
.ical-js-widget #year-left-arrow {
  margin-right: 15px;
  margin-left: 20px;
}
.ical-js-widget #year-right-arrow {
  margin-left: 15px;
  margin-right: 20px;
}
.ical-js-widget #currentyear {
  width: 200px;
}
.ical-js-widget #month-left-arrow,
.ical-js-widget #month-right-arrow {
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin-top: 1px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  width: 23px;
}
.ical-js-widget #month-left-arrow i,
.ical-js-widget #month-right-arrow i {
  color: #fff000;
}
.ical-js-widget #month-left-arrow:hover,
.ical-js-widget #month-right-arrow:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ical-js-widget #month-left-arrow:hover i,
.ical-js-widget #month-right-arrow:hover i {
  color: #fff000;
}
.ical-js-widget #currentmonth {
  font-size: 22px;
}
.ical-js-widget #week-days {
  height: 25px;
}
.ical-js-widget #separator {
  border-spacing: 0 10px;
  height: 6px!important;
  margin: 5px 0 0 0;
  padding: 0;
  width: 100%;
}
.ical-js-widget #clear-separator {
  height: 12px!important;
}
.ical-js-widget .today {
  cursor: default;
}
.ical-js-widget .date_has_event {
  position: relative;
  cursor: pointer;
}
.ical-js-widget.smallv #month-left-arrow {
  float: left;
  margin-left: 15px;
}
.ical-js-widget.smallv #month-right-arrow {
  float: right;
  margin-right: 15px;
}
.ical-js-widget.smallv #year {
  border-bottom: 1px solid #000000;
  padding-top: 5px;
}
.ical-js-widget.smallv #separator {
  border-bottom: 1px solid #000000;
}
.ical-js-widget.smallv .today > span {
  background-color: #00ff00;
  color: #000000;
}
.ical-js-widget.smallv .date_has_event {
  background-color: #ffff00;
  color: #000000;
}
.ical-js-widget.smallv table {
  border-collapse: separate;
  border-spacing: 8px 0px;
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  vertical-align: center!important;
}
.ical-js-widget.smallv table td {
  height: 29px;
  padding-top: 1px;
  width: 14,2857%;
  text-align: center;
  vertical-align: center!important;
}
.ical-js-widget.smallv table td a {
  color: #fff000;
}
.ical-js-widget.smallv table tr.no_marg {
  height: 1px;
}
.ical-js-widget.smallv table th {
  font-size: 10px;
  font-weight: normal;
  width: 14,2857%;
}
.ical-js-widget.smallv .date_has_event > a {
  background-color: #ffff00;
  color: #000000;
}
.ical-js-widget.smallv .date_has_event > a.selected {
  background: #00ff00 !important;
}
.ical-js-widget.smallv table td,
.ical-js-widget.smallv table th {
  width: 14,2857%;
  text-align: center;
}
.ical-js-widget.smallv table span,
.ical-js-widget.smallv table a {
  position: relative;
  display: block;
  padding: 10px 0;
  min-width: 29px;
  width: 100%;
  margin: 0 auto;
  color: #ffff00;
}
.ical-js-widget.smallv table span:hover,
.ical-js-widget.smallv table a:hover,
.ical-js-widget.smallv table span:focus,
.ical-js-widget.smallv table a:focus {
  background: #ffff00;
  color: #000000;
}
.ical-js-widget.smallv table span i.qty,
.ical-js-widget.smallv table a i.qty {
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 16px!important;
  font-size: 11px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #00ff00;
  border: 2px solid #000000;
}
.ical-js-widget.smallv table td > a {
  color: #fff000;
}
.ical-js-widget.smallv table tr.no_marg {
  height: 1px;
  border: none;
}
.ical-js-widget.bigv #month-left-arrow,
.ical-js-widget.bigv #month-right-arrow,
.ical-js-widget.bigv #currentmonth,
.ical-js-widget.bigv #currentyear {
  height: 30px;
}
.ical-js-widget.bigv #month-left-arrow {
  margin-right: 15px;
  font-size: 17px;
  line-height: 26px;
}
.ical-js-widget.bigv #month-right-arrow {
  margin-left: 15px;
  font-size: 17px;
  line-height: 26px;
}
.ical-js-widget.bigv #year {
  border-bottom: 1px solid #000000;
}
.ical-js-widget.bigv #separator {
  border-bottom: 1px solid #000000;
}
.ical-js-widget.bigv #currentmonth {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #ffff00;
}
.ical-js-widget.bigv #currentyear {
  margin-left: 15px;
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
  color: #ffff00;
}
.ical-js-widget.bigv .today > span {
  background-color: #00ff00;
  color: #000000;
}
.ical-js-widget.bigv .date_has_event > a {
  background-color: #ffff00;
  color: #000000;
}
.ical-js-widget.bigv .date_has_event > a.selected {
  background: #00ff00 !important;
}
.ical-js-widget.bigv table {
  border-collapse: collapse;
  border-spacing: 8px 0px;
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  vertical-align: center!important;
}
.ical-js-widget.bigv table td,
.ical-js-widget.bigv table th {
  width: 14,2857%;
  text-align: center;
}
.ical-js-widget.bigv table span,
.ical-js-widget.bigv table a {
  position: relative;
  display: block;
  padding: 10px 0;
  width: 50%;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  color: #ffff00;
}
.ical-js-widget.bigv table span:hover,
.ical-js-widget.bigv table a:hover,
.ical-js-widget.bigv table span:focus,
.ical-js-widget.bigv table a:focus {
  background: #ffff00;
  color: #000000;
}
.ical-js-widget.bigv table span i.qty,
.ical-js-widget.bigv table a i.qty {
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 16px!important;
  font-size: 11px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #00ff00;
  border: 2px solid #000000;
}
.ical-js-widget.bigv table td {
  height: 29px;
  padding: 5px 0;
  vertical-align: center!important;
}
.ical-js-widget.bigv table td > a {
  color: #fff;
}
.ical-js-widget.bigv table tbody tr {
  border-bottom: 1px solid #000000;
}
.ical-js-widget.bigv table tr.no_marg {
  height: 1px;
  border: none;
}
.ical-js-widget.bigv table th {
  font-size: 14px;
  font-weight: bold;
  color: #767676;
}
.ical-js-widget .events ul {
  position: absolute;
  z-index: 1000;
  display: none;
  font-size: 12px;
  font-weight: normal;
  list-style: none;
  padding: 15px;
  text-align: center;
  background: #000;
  background: rgba(17, 17, 17, 0.9);
  color: #fff000;
}
.ical-js-widget .events li {
  padding-bottom: 5px;
}
.ical-js-widget .events li span {
  color: #fff;
  display: block;
  font-size: 12px;
}
.ical-js-widget .events li span.title {
  color: #fff;
}
.msgs-news-wrp {
  display: block;
  clear: both;
  width: 100%;
  padding-bottom: 20px;
}
.msgs-news-wrp.purple a.btn-more {
  color: #fff000;
}
.msgs-news-wrp.violet a.btn-more {
  color: #fff000;
}
.msgs-news-wrp.blue-dark a.btn-more {
  color: #fff000;
}
.msgs-news-wrp.blue a.btn-more {
  color: #fff000;
}
.msgs-news-big {
  display: block;
  float: left;
  width: 50%;
}
.msgs-news-big a.img {
  display: block;
}
.msgs-news-big a.img img {
  width: 100%;
  height: auto;
}
.msgs-news-big a.title {
  font-weight: bold;
  color: #fff000;
  font-size: 15px;
}
.msgs-news-big a.title:hover {
  text-decoration: underline;
}
.msgs-news-big p {
  padding-top: 10px;
  color: #fff000;
  font-size: 12px;
}
.msgs-news-big .msgs-footer {
  padding-top: 10px;
}
.msgs-news-big .msgs-footer span.date {
  float: left;
  font-size: 12px;
  color: #fff000;
  font-style: italic;
}
.msgs-news-big .msgs-footer a.btn-more {
  float: right;
  font-size: 12px;
}
.msgs-news-big .msgs-footer a.btn-more i {
  margin-left: 5px;
}
.msgs-news-big .msgs-footer a.btn-more:hover {
  text-decoration: underline;
}
.msgs-news-big-in {
  padding: 10px;
}
.msgs-news-small-cont {
  display: block;
  float: left;
  width: 50%;
}
.msgs-news-small-cont-in {
  padding: 0 10px;
}
.msg-news-small {
  display: block;
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #fff000;
}
.msg-news-small a.img {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 110px;
}
.msg-news-small a.img img {
  width: 100%;
  height: auto;
}
.msg-news-small-content {
  display: block;
  padding-left: 10px;
}
.msg-news-small-content span.date {
  font-size: 12px;
  color: #fff000;
  font-style: italic;
}
.msg-news-small-content a.title {
  font-weight: bold;
  color: #fff000;
  font-size: 12px;
}
.msg-news-small-content a.title:hover {
  text-decoration: underline;
}
.msg-news-small-content a.btn-more {
  margin-top: 5px;
  float: right;
  font-size: 12px;
}
.msg-news-small-content a.btn-more i {
  margin-left: 5px;
}
.msg-news-small-content a.btn-more:hover {
  text-decoration: underline;
}
.only-small .msgs-news-small-cont {
  width: 100%;
}
.news-module {
  position: relative;
  margin-top: 25px;
  height: auto;
}
.news-module-in {
  position: relative;
  height: auto;
}
.news-module-list {
  padding: 0 10px 10px 10px;
}
.news-ml-item {
  padding-top: 10px;
  color: #190d08;
}
.news-ml-item:first-child {
  padding-top: 0;
}
.news-ml-item .date {
  font-size: 11px;
}
.news-ml-item .date i {
  margin-right: 3px;
}
.news-ml-item h4 {
  padding-top: 5px;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
}
.news-ml-item h4:hover {
  text-decoration: underline;
  color: #772906;
}
.news-ml-item p {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 13px;
}
.news-ml-item .news-ml-footer {
  display: block;
  height: auto;
  min-height: 22px;
  background: url(../img/content/news-col-line-btm.png) no-repeat left bottom;
}
.news-ml-item .news-ml-footer .news-ml-btn {
  position: relative;
  display: block;
  float: right;
  width: 100px;
  height: 32px;
  background: url(../img/content/news-col-btn.png) no-repeat;
}
.news-ml-item .news-ml-footer .news-ml-btn span {
  font-size: 12px;
  color: #190d08;
  font-weight: bold;
  padding-left: 18px;
}
.news-ml-item .news-ml-footer .news-ml-btn i {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 14px;
  color: #d9c8aa;
  text-shadow: 1px 1px 0 #000;
}
.news-ml-item .news-ml-footer .news-ml-btn:hover span {
  color: #772906;
}
.news-ml-item .news-ml-footer .news-ml-btn:hover i {
  color: #f6d029;
  text-shadow: 1px 1px 0 #000;
}
.icon-wth-temp {
  background-image: url(../img/weather/_c_icon-temp.png);
}
.icon-wth-kropla {
  background-image: url(../img/weather/_c_icon-small-kropla.png);
}
.icon-wth-wiatr {
  background-image: url(../img/weather/_c_icon-small-wiatr.png);
}
.weather-module {
  color: #fff000;
}
.weather-today-cont {
  background: #000;
}
.weather-today {
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
}
.weather-data {
  display: block;
  clear: both;
  margin: 0;
}
.weather-today-temp {
  display: block;
  clear: both;
}
.weather-today-temp .weather-icon {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  text-align: right;
}
.weather-today-temp .weather-icon span.w_fs {
  font-size: 70px;
  color: #fff;
  padding-right: 15px;
}
.weather-today-temp .temp {
  display: block;
  width: 50%;
  float: left;
  padding-top: 20px;
  font-size: 34px;
  color: #fff000;
}
.weather-details {
  display: block;
  clear: both;
  margin: 10px 0;
  padding: 10px 0 20px 0;
  color: #fff000;
  background: #222;
}
.weather-details .humidity {
  display: block;
  float: left;
  width: 50%;
  height: 15px;
}
.weather-details .humidity .percent {
  font-size: 12px;
  float: right;
  margin-right: 10px;
}
.weather-details .humidity .percent i {
  display: block;
  float: left;
  width: 12px;
  height: 15px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: left center;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.weather-details .wind {
  display: block;
  float: right;
  width: 50%;
  height: 15px;
}
.weather-details .wind .speed {
  font-size: 12px;
  float: left;
  margin-left: 10px;
}
.weather-details .wind .speed span {
  font-size: 12px;
}
.weather-details .wind .speed i {
  display: block;
  float: left;
  width: 19px;
  height: 15px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: left center;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.weather-day {
  display: block;
  clear: both;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff000;
}
.weather-day .day-name {
  display: block;
  float: left;
  padding-left: 10px;
  font-size: 14px;
  color: #fff000;
}
.weather-day .day-icon {
  position: relative;
  display: block;
  float: right;
}
.weather-day .day-icon .w_fs {
  position: absolute;
  top: 2px;
  left: -25px;
  font-size: 32px;
  color: #fff000;
}
.weather-day .day-temp {
  display: block;
  float: right;
  padding: 0 10px;
  font-size: 20px;
  color: #fff000;
}
.add-info-module {
  display: block;
  clear: both;
}
.m_submenu {
  display: block;
  clear: both;
  padding-bottom: 10px;
  height: auto;
}
.m_submenu .subimg {
  display: block;
  clear: both;
  border-bottom: 1px solid #ebebeb;
  padding: 0 10px;
}
.m_submenu .subimg a p {
  padding: 5px 0 0 0;
  color: #575757;
  font-size: 14px;
  line-height: 20px;
}
.m_submenu .subimg a img {
  display: block;
  width: 40px;
  float: left;
  margin: 4px 10px 4px 0;
}
.m_submenu .subimg:hover {
  background: #016ac6;
}
.m_submenu .subimg:hover a p {
  color: #fff;
}
.m_submenu ul.submenu_city {
  display: block;
  clear: both;
}
.m_submenu ul.submenu_city li {
  display: block;
  clear: both;
  eight: 22px;
  line-height: 22px;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 10px;
}
.m_submenu ul.submenu_city li:last-child {
  border-bottom: none;
}
.m_submenu ul.submenu_city li:hover {
  background: #016ac6;
}
.m_submenu ul.submenu_city li:hover a {
  color: #fff;
}
.m_submenu ul.submenu_city li a {
  display: block;
  height: 22px;
  line-height: 22px;
  color: #575757;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  /* ie6 hack */
  /*width:100%;*/
}
.m_submenu ul.submenu_city li.active {
  background: #016ac6;
}
.m_submenu ul.submenu_city li.active a {
  color: #fff;
}
.entry-meta {
  color: #aaaaaa;
}
.entry-meta a {
  color: #7cc576;
}
.entry-meta .sep {
  border-top: 1px solid #ececec;
  display: block;
  margin: 15px 60px 10px 0;
  position: relative;
}
.entry-meta .post-format {
  background: #f5f5f5;
  border-radius: 500px;
  moz-border-radius: 500px;
  padding: 5px;
  position: absolute;
  right: -60px;
  top: -25px;
  webkit-border-radius: 500px;
}
.entry-meta .post-format i {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 500px;
  color: #dddddd;
  display: block;
  height: 38px;
  line-height: 38px;
  moz-border-radius: 500px;
  text-align: center;
  webkit-border-radius: 500px;
  width: 38px;
}
.entry-meta .byline,
.entry-meta .cat-links {
  font-family: 'Roboto Slab', serif;
}
.entry-meta .posted-on,
.entry-meta .comments-link {
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
}
.entry-meta .posted-on a,
.entry-meta .comments-link a {
  color: #aaaaaa;
}
.entry-meta .posted-on a:hover,
.entry-meta .comments-link a:hover {
  color: #7cc576;
  text-decoration: none;
}
.entry-meta .posted-on i,
.entry-meta .comments-link i {
  font-size: 14px;
  margin-right: 2px;
  text-decoration: none;
}
.entry-thumbnail img {
  height: auto;
  width: 100%;
}
.acticle-header-v {
  display: block;
  clear: both;
  margin-bottom: 0;
  padding-top: 10px;
}
.acticle-header-v h1,
.acticle-header-v h2,
.acticle-header-v h3 {
  display: block;
  clear: both;
  padding: 10px 0 10px 0;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #ffff00;
  border-bottom: 3px solid #ffff00;
}
.acticle-header-v .article-image {
  display: block;
  clear: both;
  width: 100%;
}
.acticle-header-v .article-image img {
  max-width: 100%;
}
.acticle-header-v .article-image.marg-top {
  margin-top: 10px;
}
.acticle-header-v .article-image.marg-btm {
  margin-bottom: 10px;
}
.acticle-header-v .article-image.sized {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.acticle-header-v .article-image.sized img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  min-height: 250px;
  height: auto;
  margin-top: -50%;
  margin-left: -50%;
}
.acticle-header-v .article-meta {
  margin-top: -20px;
}
.acticle-header-v .article-meta .sep {
  border-top: 1px solid #ececec;
  display: block;
  margin: 15px 0 10px 0;
  position: relative;
}
.acticle-header-v .article-meta .post-format {
  background: #f5f5f5;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  position: absolute;
  right: -10px;
  top: -25px;
}
.acticle-header-v .article-meta .post-format i {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #dddddd;
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}
.acticle-header-v .article-meta .posted-on {
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
}
.acticle-header-v .article-meta .posted-on a {
  color: #aaaaaa;
}
.acticle-header-v .article-meta .posted-on a:hover {
  color: #7cc576;
  text-decoration: none;
}
.acticle-header-v .article-meta .posted-on i {
  font-size: 14px;
  margin-right: 2px;
  text-decoration: none;
}
.acticle-header-v .article-details {
  position: relative;
  clear: both;
  margin-bottom: 10px;
}
.acticle-header-v .article-details.border-bottom {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #ffff00;
}
.acticle-header-v .article-date {
  float: left;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #ffff00;
}
.acticle-header-v .article-date i {
  margin-right: 10px;
}
.acticle-header-v .article-date span {
  font-size: 11px;
  color: #ffff00;
}
.acticle-header-v .article-date a.btn-all {
  display: inline-block;
  margin-left: 50px;
  margin-top: -1px;
  padding: 5px 5px;
  font-size: 11px;
  line-height: 11px;
  background: #ffff00;
  color: #000000;
}
.acticle-header-v .article-date a.btn-all:hover {
  background: #00ff00;
  color: #000000;
}
.acticle-header-v .article-options {
  position: relative;
  z-index: 15;
  display: block;
  float: right;
  margin: 0;
  padding: 0;
}
.acticle-header-v .article-options .ao-btn {
  float: right;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.acticle-header-v .article-options .ao-btn.print:hover {
  color: #000;
}
.acticle-header-v .article-options .ao-btn.pdf:hover {
  color: #c12a30;
}
.acticle-header-v .article-options .ao-btn.rss:hover {
  color: #de6c00;
}
.acticle-header-v .article-options .ao-btn.back {
  color: #000;
  height: 40px;
  line-height: 40px;
  margin: -5px -5px -5px 5px;
}
.acticle-header-v .article-options .ao-btn.back i {
  padding-right: 3px;
}
.acticle-header-v .article-options .ao-btn.back:hover {
  color: #000;
}
.acticle-header-v .article-social {
  display: block;
  clear: both;
  padding: 10px 10px 10px 0;
}
.acticle-header-v .artsoc-in {
  display: block;
  float: right;
}
.article-map {
  display: block;
  clear: both;
  height: auto;
  height: 250px;
}
.article-map #gmap {
  display: block;
  clear: both;
  height: 250px;
}
.article-event {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 15px;
}
.article-event .art-ev-det {
  position: relative;
  display: block;
  clear: both;
  border-top: 1px solid #fff000;
  border-bottom: 1px solid #fff000;
}
.article-event .art-ev-det:before,
.article-event .art-ev-det:after {
  content: "";
  display: table;
  line-height: 0;
}
.article-event .art-ev-det:after {
  clear: both;
}
.article-event .art-ev-det:before,
.article-event .art-ev-det:after {
  content: "";
  display: table;
  line-height: 0;
}
.article-event .art-ev-det:after {
  clear: both;
}
.article-event .art-ev-det:before {
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff000;
  display: block;
  height: 100%;
  width: 1px;
}
.article-event .art-ev-det .art-ev-date-time {
  display: block;
  float: left;
  width: 50%;
  padding: 10px;
}
.article-event .art-ev-det .art-ev-date-time span.head {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.1em;
  padding-bottom: 10px;
  color: #fff000;
}
.article-event .art-ev-det .art-ev-date-time .date,
.article-event .art-ev-det .art-ev-date-time .time {
  font-size: 14px;
  color: #fff000;
  padding: 0 0 10px 10px;
}
.article-event .art-ev-det .art-ev-date-time .date i,
.article-event .art-ev-det .art-ev-date-time .time i {
  margin-right: 5px;
}
.article-event .art-ev-det .art-ev-where {
  display: block;
  float: right;
  width: 50%;
  padding: 10px;
}
.article-event .art-ev-det .art-ev-where .head {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.1em;
  padding-bottom: 10px;
  color: #fff000;
}
.article-event .art-ev-det .art-ev-where .place,
.article-event .art-ev-det .art-ev-where .org {
  font-size: 14px;
  color: #fff000;
  padding: 0 0 10px 10px;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.article-event .art-ev-det .art-ev-where .place i,
.article-event .art-ev-det .art-ev-where .org i {
  margin-right: 5px;
}
.article-event .art-ev-det .art-ev-where p {
  font-size: 14px;
  color: #fff000;
  padding: 0 0 10px 10px;
}
.article-event .ticket-info {
  display: block;
  padding: 0 10px 10px 10px;
}
.article-event .ticket-info .rules {
  font-size: 14px;
  color: #fff000;
}
.article-event .ticket-info .rules i {
  color: #fff000;
  font-size: 14px;
}
.article-event .ticket-info .rules.free {
  color: #fff000;
}
.article-event .ticket-info .rules.info {
  color: #fff000;
}
.article-event .ticket-info .rules.buy {
  color: #fff000;
}
.article-event .ticket-info .rules .btn-buy {
  margin-left: 20px;
  background: #fff000;
  color: #000;
  font-size: 11px;
  padding: 3px 5px;
}
.article-event .ticket-info .rules .btn-buy:hover {
  background: #00ff00;
}
@media (max-width: 480px) {
  .art-ev-det {
    margin-bottom: 15px;
  }
  .art-ev-det:before,
  .art-ev-det:after {
    display: none!important;
  }
  .art-ev-det .art-ev-date-time,
  .art-ev-det .art-ev-where {
    width: 100%!important;
    display: block;
    clear: both;
    float: none;
  }
  .art-ev-det .art-ev-date-time {
    border-left: 1px solid #fff000;
  }
  .art-ev-det .art-ev-where {
    border-top: 1px solid #fff000;
    border-right: 1px solid #fff000;
    border-bottom: 1px solid #fff000;
    border-left: none!important;
  }
}
#layoutdims {
  background: #eee;
  border-top: 4px solid #000;
  clear: both;
  margin: 0;
  padding: 6px 15px !important;
  text-align: right;
}
.colmask {
  clear: both;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.leftmenu {
  background: #FFD8B7;
}
.leftmenu .colright {
  background: #fff;
  float: left;
  left: 200px;
  position: relative;
  width: 200%;
}
.leftmenu .col1wrap {
  float: right;
  padding-bottom: 1em;
  position: relative;
  right: 200px;
  width: 50%;
}
.leftmenu .col1 {
  margin: 0 15px 0 215px;
  overflow: hidden;
  position: relative;
  right: 100%;
}
.leftmenu .col2 {
  float: left;
  position: relative;
  right: 185px;
  width: 170px;
}
.article-event-cols {
  display: block;
  clear: both;
  position: relative;
  width: 100%;
}
.article-event-cols .art-col-left {
  display: block;
  float: left;
  margin-right: 250px;
  min-height: 500px;
}
.article-event-cols .art-col-left h2 {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: bold;
}
.article-event-cols .art-col-left img.event_img {
  display: block;
  clear: both;
  max-width: 300px;
  margin: 20px auto;
  border: 1px solid #fff;
  box-shadow: 3px 3px 0 #e5e5e5;
}
.article-event-cols .art-col-right {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
  min-height: 500px;
  border-left: 1px solid #ededed;
}
.article-event-cols .art-col-right .art-ev-det {
  position: relative;
  display: block;
  clear: both;
}
.article-event-cols .art-col-right .art-ev-det .art-ev-date-time {
  display: block;
  clear: both;
  width: 100%;
  padding: 10px;
}
.article-event-cols .art-col-right .art-ev-det .art-ev-date-time span.head {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.1em;
  padding-bottom: 10px;
}
.article-event-cols .art-col-right .art-ev-det .art-ev-date-time .date,
.article-event-cols .art-col-right .art-ev-det .art-ev-date-time .time {
  font-size: 13px;
  color: #fff000;
  padding: 0 0 10px 10px;
}
.article-event-cols .art-col-right .art-ev-det .art-ev-date-time .date i,
.article-event-cols .art-col-right .art-ev-det .art-ev-date-time .time i {
  margin-right: 5px;
}
.article-event-cols .art-col-right .art-ev-det .art-ev-where {
  display: block;
  clear: both;
  width: 100%;
  padding: 10px;
}
.article-event-cols .art-col-right .art-ev-det .art-ev-where .head {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.1em;
  padding-bottom: 10px;
}
.article-event-cols .art-col-right .art-ev-det .art-ev-where .place,
.article-event-cols .art-col-right .art-ev-det .art-ev-where .org {
  font-size: 13px;
  color: #fff000;
  padding: 0 0 10px 10px;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.article-event-cols .art-col-right .art-ev-det .art-ev-where .place i,
.article-event-cols .art-col-right .art-ev-det .art-ev-where .org i {
  margin-right: 5px;
}
.article-event-cols .art-col-right .art-ev-det .art-ev-where p {
  font-size: 14px;
  color: #fff000;
  padding: 0 0 10px 10px;
}
.article-event-cols .art-col-right .ticket-info {
  display: block;
  padding: 0 10px 10px 10px;
}
.article-event-cols .art-col-right .ticket-info .rules {
  font-size: 13px;
  color: #fff000;
}
.article-event-cols .art-col-right .ticket-info .rules i {
  color: #fff000;
  font-size: 14px;
}
.article-event-cols .art-col-right .ticket-info .rules.free {
  color: #27ae60;
}
.article-event-cols .art-col-right .ticket-info .rules.info {
  color: #2980b9;
}
.article-event-cols .art-col-right .ticket-info .rules.buy {
  color: #d35400;
}
.article-event-cols .art-col-right .ticket-info .rules .btn-buy {
  display: block;
  clear: both;
  margin: 10px 0 0 0;
  background: #d35400;
  color: #fff;
  font-size: 11px;
  padding: 3px 5px;
}
.article-event-cols .art-col-right .ticket-info .rules .btn-buy:hover {
  background: #fff000;
}
@media (max-width: 768px) {
  .article-event-cols {
    display: block;
    clear: both;
  }
  .article-event-cols .art-col-left {
    float: none;
    clear: both;
    width: 100%;
  }
  .article-event-cols .art-col-right {
    position: relative;
    float: none;
    clear: both;
    width: 100%;
    border-left: none;
    min-height: auto;
  }
  .art-ev-det {
    margin-bottom: 15px;
    border-top: 1px solid #fff000;
    border-bottom: 1px solid #fff000;
  }
  .art-ev-det:before,
  .art-ev-det:after {
    content: "";
    display: table;
    line-height: 0;
  }
  .art-ev-det:after {
    clear: both;
  }
  .art-ev-det:before,
  .art-ev-det:after {
    content: "";
    display: table;
    line-height: 0;
  }
  .art-ev-det:after {
    clear: both;
  }
  .art-ev-det:before {
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff000;
    display: block;
    height: 100%;
    width: 1px;
  }
  .art-ev-det .art-ev-date-time {
    float: left!important;
    width: 50%!important;
    clear: none!important;
  }
  .art-ev-det .art-ev-where {
    float: right!important;
    width: 50%!important;
    clear: none!important;
  }
}
@media (max-width: 480px) {
  .art-ev-det {
    margin-bottom: 15px;
  }
  .art-ev-det:before,
  .art-ev-det:after {
    display: none!important;
  }
  .art-ev-det .art-ev-date-time,
  .art-ev-det .art-ev-where {
    width: 100%!important;
    display: block;
    clear: both;
    float: none;
  }
  .art-ev-det .art-ev-date-time {
    border-left: 1px solid #fff000;
  }
  .art-ev-det .art-ev-where {
    border-top: 1px solid #fff000;
    border-right: 1px solid #fff000;
    border-bottom: 1px solid #fff000;
    border-left: none!important;
  }
}
.article-top-margin-empty {
  clear: both;
  height: 20px;
}
.article-container {
  display: block;
  clear: both;
  padding: 0 10px;
}
.article-container.pad-left {
  padding-left: 10px!important;
}
.article-content {
  font-size: 14px;
  line-height: 24px;
  color: #ffff00;
  padding: 10px 10px 0 10px;
}
.article-content.p-indent p {
  text-indent: 10px;
}
.article-content * {
  font-weight: normal;
}
.article-content.all-hidden > * {
  opacity: 0;
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content p,
.article-content pre {
  display: block;
  clear: both;
  background: transparent!important;
}
.article-content h2 {
  color: #ffff00;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 6px 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffff00;
}
.article-content h3 {
  color: #ffff00;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.article-content h4 {
  color: #ffff00;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.article-content p {
  height: auto;
  padding-bottom: 5px;
  color: #ffff00;
}
.article-content p img {
  max-width: 100%;
  height: auto;
}
.article-content p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.article-content blockquote p {
  background: transparent;
  font-size: 12px;
  line-height: 19px;
  font-style: italic;
  color: #ffff00;
  margin-left: -10px;
  border-left: 3px solid #ffff00;
  padding: 0 18px;
  font-size: 18px;
  line-height: 28px;
}
.article-content b,
.article-content strong {
  font-weight: bold;
}
.article-content i,
.article-content em {
  font-style: italic;
}
.article-content ul {
  margin-bottom: 14px;
}
.article-content ul li {
  list-style: square;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 3px 0;
}
.article-content ol {
  margin-bottom: 14px;
}
.article-content ol li {
  list-style: decimal;
  margin-left: 20px;
}
.article-content ul li,
.article-content ol li {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.article-content a {
  color: #00ff00;
  text-decoration: underline;
}
.article-content a:hover {
  text-decoration: none;
  color: #ffff00 !important;
}
.article-content strong a {
  font-weight: bold;
  text-transform: uppercase;
}
.article-content table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
}
.article-content table tr {
  vertical-align: top;
}
.article-content table thead td,
.article-content table tr th {
  font-weight: bold;
}
.article-content table tr td:first-child {
  color: #ffff00;
}
.article-content table,
.article-content table th,
.article-content table td {
  padding: 3px;
}
.article-content table tr td {
  font-size: 14px;
}
.article-content table tr td img {
  margin: 0 auto;
}
.article-content img {
  max-width: 100%;
  height: auto;
}
.article-content img[align=left] {
  margin: 5px 10px 10px 0;
}
.article-content img[align=right] {
  margin: 5px 0 10px 10px;
}
.article-content img[align=left],
.article-content img[align=right] {
  max-width: 50%;
}
.article-content .img-max-width-40 img[align=left],
.article-content .img-max-width-40 img[align=right] {
  max-width: 40%;
}
.article-content .img-max-width-50 img[align=left],
.article-content .img-max-width-50 img[align=right] {
  max-width: 50%;
}
.article-content .img-max-width-60 img[align=left],
.article-content .img-max-width-60 img[align=right] {
  max-width: 60%;
}
.article-content hr {
  display: block;
  clear: both;
  background: #ffff00;
  border: none;
  height: 1px;
  margin: 10px 0;
}
.article-content code,
.article-content code p {
  display: block;
  clear: both;
  margin: 10px 0 10px 10px;
  padding: 10px;
  font-size: 12px;
  font-style: italic;
  line-height: 19px;
  background: #141414;
  border-left: 3px solid #ffff00;
  color: #ffff00;
}
.article-content b,
.article-content strong {
  font-weight: bold;
}
.article-content i {
  font-style: italic;
}
.article-content pre {
  background: #141414;
  color: #ffff00;
  font-size: 12px;
  line-height: 19px;
  padding: 5px;
}
.pliki-do-pobrania {
  margin: 0;
  padding: 0 10px 10px 10px;
}
.pliki-do-pobrania li {
  position: relative;
  display: block;
  clear: both;
  padding: 5px;
  border-bottom: 1px solid #aaaaaa;
  margin-left: 0;
}
.pliki-do-pobrania li strong {
  font-weight: normal;
}
.pliki-do-pobrania li a {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 5px 0;
  min-height: 53px;
  text-decoration: none;
  color: #414141;
}
.pliki-do-pobrania li a i.file-ext-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center 5px;
}
.pliki-do-pobrania li a[href*=".doc"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-doc.png);
}
.pliki-do-pobrania li a[href*=".docx"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-doc.png);
}
.pliki-do-pobrania li a[href*=".pdf"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-pdf.png);
}
.pliki-do-pobrania li a[href*=".ods"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-ods.png);
}
.pliki-do-pobrania li a[href*=".odt"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-odt.png);
}
.pliki-do-pobrania li a[href*=".xls"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-xls.png);
}
.pliki-do-pobrania li a[href*=".zip"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-zip.png);
}
.pliki-do-pobrania li a[href*=".ppt"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-ppt.png);
}
.pliki-do-pobrania li strong {
  display: block;
  padding: 0 0 0 60px;
  font-size: 14px;
}
.pliki-do-pobrania li strong span {
  display: block;
  clear: both;
  font-size: 12px;
}
.pliki-do-pobrania li a:hover,
.pliki-do-pobrania li a:hover strong {
  color: #fff;
}
.pliki-do-pobrania li a[href*=".doc"]:hover {
  background: #0085d4;
}
.pliki-do-pobrania li a[href*=".docx"]:hover {
  background: #0085d4;
}
.pliki-do-pobrania li a[href*=".pdf"]:hover {
  background: #e14b4e;
}
.pliki-do-pobrania li a[href*=".ods"]:hover {
  background: #0f914a;
}
.pliki-do-pobrania li a[href*=".odt"]:hover {
  background: #00a0d4;
}
.pliki-do-pobrania li a[href*=".xls"]:hover {
  background: #81c48f;
}
.pliki-do-pobrania li a[href*=".zip"]:hover {
  background: #d4965a;
}
.pliki-do-pobrania li a[href*=".ppt"]:hover {
  background: #f1592a;
}
.article-tags-v {
  margin: 40px 10px 0 10px;
  overflow: hidden;
  padding: 10px 10px 20px 10px;
  border-top: 3px solid #fff000;
}
.article-tags-v .social-title,
.article-tags-v .tags-title {
  color: #fff000;
  font-size: 14px;
  font-weight: 500;
  margin: 0 5px 10px 0;
  text-transform: uppercase;
}
.article-tags-v .tags {
  display: block;
}
.article-tags-v .tags .tags-links a {
  background: #fff000;
  color: #000000;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 5px 0;
  padding: 3px 10px;
}
.article-tags-v .tags .tags-links a:hover {
  background: #00ff00;
  color: #000000;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.links-articles {
  display: block;
  clear: both;
  margin: 0 10px;
  height: auto;
  text-align: left;
}
.links-articles-title {
  color: #444444;
  text-transform: uppercase;
}
.links-articles-title h2,
.links-articles-title h3,
.links-articles-title h4 {
  padding-left: 10px;
  line-height: 34px;
  font-size: 14px;
  font-weight: normal;
}
.links-articles-title h2 span,
.links-articles-title h3 span,
.links-articles-title h4 span {
  margin-left: 10px;
  font-size: 14px;
}
.links-article {
  padding: 5px 0 5px 10px;
  border-top: 1px solid #e5e5e5;
}
.links-article:first-child {
  border-top: none;
}
.links-title {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  margin-right: -170px;
  padding-right: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.links-title a {
  padding: 4px 4px;
  color: #000000;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.links-title a:hover {
  padding-left: 10px;
  color: #00ff00;
  text-decoration: underline;
}
.links-title:hover {
  padding-left: 10px;
  color: #00ff00;
  text-decoration: underline;
}
.lt-ie9 .links-articles {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .links-articles {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .links-articles {
    padding-bottom: 20px;
  }
  .links-articles-title {
    margin: 20px 0 10px;
  }
}
ul.tv_vert_videos {
  display: block;
  clear: both;
  padding: 10px;
}
ul.tv_vert_videos li {
  display: block;
  float: left;
  margin: 10px 0 10px 0;
  width: 210px;
  height: 170px;
}
ul.tv_vert_videos li .image {
  position: relative;
  display: block;
  clear: both;
  text-align: center;
}
ul.tv_vert_videos li .image img {
  max-width: 200px;
  position: relative;
  text-align: center;
  border: 3px solid #2e3192;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 6px #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.tv_vert_videos li .image:hover img {
  border: 5px solid #d17829;
}
ul.tv_vert_videos li .image a.play_icon_small {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/tv/play_icon_small.png) no-repeat center center;
  z-index: 11;
}
ul.tv_vert_videos li .image a.play_icon_small:hover {
  background: url(../img/tv/play_icon_small_hover.png) no-repeat center center;
}
ul.tv_vert_videos li .date {
  display: block;
  clear: both;
  text-align: center;
  font-size: 11px;
  padding: 0px 0;
}
ul.tv_vert_videos li .date a {
  color: #363636;
  font-size: 11px;
  text-shadow: none;
}
ul.tv_vert_videos li .title {
  display: block;
  clear: both;
  text-align: center;
  padding: 0px 0;
}
ul.tv_vert_videos li .title a {
  color: #363636;
  font-size: 11px;
  text-shadow: none;
}
ul.tv_vert_videos li:hover .date a {
  color: #363636;
}
ul.tv_vert_videos li:hover .title a {
  color: #363636;
}
ul.audio-files li {
  display: block;
  padding: 10px 0;
}
ul.audio-files li span.file-name {
  display: block;
  clear: both;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
}
.subcontent-gal-car {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.subcontent-gal-car .gal-car-header {
  display: block;
  clear: both;
  margin: 0 10px;
  height: 34px;
  color: #000000;
  text-align: left;
}
.subcontent-gal-car .gal-car-header h2,
.subcontent-gal-car .gal-car-header h3,
.subcontent-gal-car .gal-car-header h4 {
  padding-left: 10px;
  line-height: 34px;
  font-size: 14px;
  font-weight: normal;
}
.subcontent-gal-car .gal-car-header h2 span,
.subcontent-gal-car .gal-car-header h3 span,
.subcontent-gal-car .gal-car-header h4 span {
  margin-left: 10px;
  font-size: 14px;
}
.subcontent-gal-car .gal-car-header .btn-add {
  float: right;
  padding-right: 10px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.subcontent-gal-car .gal-car-header .btn-add:hover {
  color: #000000;
}
.gal-movie-list {
  margin: 0 10px;
}
.gal-movie-item {
  display: block;
  width: 44%;
  margin: 0 3%;
  padding-bottom: 10px;
  float: left;
}
.gal-movie-name {
  display: block;
  padding: 10px 0;
  margin-left: 0;
  text-align: center;
  font-size: 12px;
}
.subcontent-movie-car {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.subcontent-movie-car .gal-movie-header {
  display: block;
  clear: both;
  margin: 0 10px;
  height: 34px;
  color: #000000;
  text-align: left;
}
.subcontent-movie-car .gal-movie-header h2,
.subcontent-movie-car .gal-movie-header h3,
.subcontent-movie-car .gal-movie-header h4 {
  padding-left: 10px;
  line-height: 34px;
  font-size: 14px;
  font-weight: normal;
}
.subcontent-movie-car .gal-movie-header h2 span,
.subcontent-movie-car .gal-movie-header h3 span,
.subcontent-movie-car .gal-movie-header h4 span {
  margin-left: 10px;
  font-size: 14px;
}
.subcontent-movie-car .gal-movie-header .btn-add {
  float: right;
  padding-right: 10px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.subcontent-movie-car .gal-movie-header .btn-add:hover {
  color: #000000;
}
.related-articles-title {
  color: #fff000;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.related-articles {
  margin: 0 10px;
}
.related-article {
  border-top: 1px solid #e5e5e5;
}
.related-article:first-child {
  border-top: none;
}
.related-title {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  margin-right: -170px;
  padding-right: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-title a {
  padding: 4px 4px;
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.related-title a:hover {
  padding-left: 10px;
  color: #00ff00;
  text-decoration: underline;
}
.related-date {
  font-size: 12px;
  font-weight: normal;
  color: #fff000;
}
.related-meta {
  float: right;
  line-height: 40px;
}
.lt-ie9 .related-articles {
  padding-bottom: 30px;
}
.lt-ie9 .related-articles-title {
  margin: 40px 0 20px;
}
@media (min-width: 768px) {
  .related-articles {
    padding-bottom: 30px;
  }
  .related-articles-title {
    margin: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .related-articles {
    padding-bottom: 20px;
  }
  .related-articles-title {
    margin: 20px 0 10px;
  }
}
#lightwrap {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#lightbg {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
#lightwrap img {
  display: none;
  position: absolute;
  z-index: 999;
}
#lightzoomed {
  opacity: 0;
}
#off-screen {
  opacity: 0;
  position: fixed;
  right: 100%;
  z-index: 999;
}
.support-art-cont {
  display: block;
  padding: 10px;
}
.uniform-ul li {
  position: relative;
  cursor: pointer;
  display: block;
  clear: both;
  min-height: 22px;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
}
.uniform-ul li:last-child {
  border-bottom: none;
}
.uniform-ul li .radio-div {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 26px;
}
.uniform-ul li label {
  cursor: pointer;
  display: block;
  padding-left: 26px;
  width: auto;
  color: #2a2a2a;
  font-size: 12px;
}
.uniform-ul li:hover label {
  color: #3184d2;
}
.uniform-elem {
  display: block;
  padding: 10px 10px 20px 10px;
}
.uniform-elem > label {
  display: block;
  clear: both;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #363636;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 2px solid #eaeaea;
}
.uniform-elem > label span.uniform-required {
  font-size: 13px;
  font-weight: normal;
  color: #b50000;
}
.uniform-submit {
  display: block;
  clear: both;
  width: 100%;
  padding: 10px;
  border-top: 3px solid #eaeaea;
}
.uniform-submit.send {
  float: left;
  padding: 8px 14px;
  font-size: 15px;
  color: #ffffff;
  background: #1a3f73;
  text-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.uniform-submit.send:hover {
  color: #ffffff;
  background: #3184d2;
}
.uniform-select {
  display: inline-block;
  border: 1px solid #eaeaea;
  color: #2a2a2a;
  font-size: 14px;
  padding: 5px 20px 5px 10px;
  height: 40px;
}
/* WERSJA KONTRASTOWA */
/*

//#****************************************************************************************************
//#***  FORMULARZ **************************************************************************************
//#****************************************************************************************************
@form-elem-border: 2px solid #ffff00;
@form-submit-border: 3px solid #ffff00;
@form-select-border: 1px solid #ffff00;
@form-ul-border: 1px solid #ffff00;

@form-text-color: #ffff00;
@form-ul-label-color: #ffff00;
@form-ul-label-color-hover: #ffff00;

@form-label-color: #ffff00;
@form-label-color-req: #ffff00;

@form-btn-univ-bg:#ffff00;
@form-btn-univ-text:#000;
@form-btn-univ-bg-hover:#ffff00;
@form-btn-univ-text-hover:#000;

.support-art-cont { display: block; padding:10px; }
.suport-form {}
.uniform-ul {
	li { position: relative; cursor: pointer; display: block; clear: both; min-height:22px; padding:10px; border-bottom:@form-ul-border; 
		&:last-child { border-bottom:none;}
		.radio-div { position: absolute; top: 5px; left: 0; display:block; width: 26px; }
		label { cursor: pointer; display: block; padding-left:26px; width: auto; color:@form-ul-label-color; font-size: 12px; }
		&:hover label { color: @form-ul-label-color-hover; }
	}
}

//element formularza
.uniform-elem { display: block; padding:10px 10px 20px 10px;
	.uniform-inline {}
	>label { display: block; clear: both; width: 100%; font-size: 14px; font-weight: bold; color: @form-label-color; padding-bottom:6px; margin-bottom:6px; border-bottom:@form-elem-border; 
		span.uniform-required { font-size: 13px; font-weight: normal; color: @form-label-color-req; }
	}
	.uniform-inline {
		select { }
		.uniform-cont {}
	}
	&.buttons {}

}

.uniform-submit { display: block; clear: both; width: 100%; padding:10px; border-top:@form-submit-border; 
	&.send { float: left; padding:8px 14px; font-size: 15px; color: @form-btn-univ-text;  background: @form-btn-univ-bg; 
		text-shadow: none; .border-radius(0); border:none; 
		&:hover { color: @form-btn-univ-text-hover;  background: @form-btn-univ-bg-hover;  }
	}
}

//select
.uniform-select { display: inline-block; border:@form-select-border; 
	//background: #000; 
	color:@form-text-color; font-size: 14px; padding:5px 20px 5px 10px; height:40px;
	&.day {}
	&.month {}
	&.year {}
}

.uniform-radios {}


*/
.module-send-ecard-wrapper {
  clear: both;
  padding: 20px;
}
.module-send-ecard-image {
  display: block;
  clear: both;
  text-align: center;
}
.md-send-ecard-content {
  padding-bottom: 30px;
  color: #fff000;
}
.md-send-ecard-content h3 {
  display: block;
  padding: 10px 0;
  margin: 0;
  font-size: 15px;
  border-bottom: 3px solid #fff000;
}
.md-send-ecard-content h3 strong {
  font-weight: bold;
}
.md-send-ecard-content h4 {
  padding: 10px 0;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 3px solid #fff000;
  text-transform: uppercase;
}
.md-send-ecard-content p {
  display: block;
  padding: 10px 10px 30px 10px;
  border-left: 3px solid #fff000;
  margin: 0;
  font-size: 13px;
  line-height: 19px;
}
.form-css .form-row {
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0;
}
.form-css .form-row.error .form-alert {
  display: block;
}
.form-css .form-row.error input {
  background: #ffe8e8;
  border-bottom: solid 2px #d13939;
}
.form-css .form-row-in {
  padding: 0 10px;
}
.form-css .form-alert {
  display: none;
  clear: both;
  background: #fff000;
  width: 100%;
  margin-bottom: 5px;
}
.form-css .form-alert.error {
  background: #ffcbcb;
}
.form-css .form-alert.error p {
  color: #670000;
}
.form-css .form-alert p {
  padding: 7px;
  font-size: 12px;
}
.form-css label {
  display: block;
  clear: both;
  padding: 0 0 5px 5px;
  font-size: 11px;
  color: #ffff00;
}
.form-css input[type="text"],
.form-css textarea,
.form-css select {
  display: block;
  clear: both;
  padding: 5px;
  font-size: 14px;
  background: #141414;
  border: none;
  border-bottom: solid 2px #ffff00;
  transition: border 0.3s;
  color: #ffff00;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-css input[type="text"]:focus,
.form-css textarea:focus,
.form-css select:focus {
  border-bottom: solid 3px #00ff00;
}
.form-css input[type="text"] {
  height: 30px;
}
.form-css input[type="text"]:focus,
.form-css input[type="text"].focus,
.form-css textarea:focus,
.form-css textarea.focus,
.form-css select:focus,
.form-css select.focus {
  outline: none;
}
.form-css input[type="text"] {
  width: 80%;
  min-width: 300px;
}
.form-css textarea {
  width: 80%;
  min-width: 300px;
}
.form-css .form-row-captcha {
  display: block;
  clear: both;
  padding: 5px 0;
  width: 100%;
}
.form-css .form-row-captcha .form-img {
  display: block;
  float: left;
  width: 200px;
}
.form-css .form-row-captcha input[type="text"] {
  display: block;
  float: left;
  width: 200px;
  min-width: 0;
}
.form-css .form-button {
  display: block;
  float: left;
  margin: 10px 0 0 0;
  height: 34px;
  width: auto;
  border-bottom: 1px solid #00ff00;
  color: #000;
  background: #00ff00;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-css .form-button:hover,
.form-css .form-button:focus {
  background: #ffff00;
  color: #000;
}
.alert_box {
  display: block;
  clear: both;
  padding: 10px 0 0 0;
}
/* ____ ALERT BIG _______*/
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fffcee;
  border: 1px solid #ffedca;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.alert,
.alert h4 {
  position: relative;
  color: #b58603;
}
.alert h4 {
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-weight: bold;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert.success {
  background-color: #f3f9e8;
  border-color: #e1ebb3;
  color: #5c7f41;
}
.alert.success h4 {
  color: #5c7f41;
}
.alert.warning,
.alert.notice,
.alert.error {
  background-color: #fff0f0;
  border-color: #ffdce1;
  color: #9d261d;
}
.alert.warning h4,
.alert.notice h4,
.alert.error h4 {
  color: #9d261d;
}
.alert.info {
  background-color: #f0f9ff;
  border-color: #ccf3ff;
  color: #007dbc;
}
.alert.info h4 {
  color: #007dbc;
}
.alert.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert.alert-block > p,
.alert.alert-block > ul {
  margin-bottom: 0;
}
.alert ul {
  list-style: square;
  padding-left: 30px;
}
.alert ul li {
  list-style: square;
}
.alert-block p + p {
  margin-top: 5px;
}
.alert .alert-close {
  position: absolute;
  top: 13px;
  right: 10px;
  margin-top: -7px;
  line-height: 1;
}
.alert .alert-close:hover {
  text-decoration: none;
}
.alert .alert-close:before {
  font-size: 13px;
  font-family: 'FontAwesome';
  content: "\f00d";
}
.alert.error .alert-close {
  color: #b76973;
}
.alert.success .alert-close {
  color: #79985b;
}
.alert.info .alert-close {
  color: #52889b;
}
.alert.warning .alert-close {
  color: #b49133;
}
.alert.notice .alert-close {
  color: #b49133;
}
/* ____ BORDER 1PX - elegant _______*/
.alert-quick.error,
.alert-quick.success,
.alert-quick.info,
.alert-quick.notice,
.alert-quick.warning {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 14px;
  padding: 8px 15px 8px 20px;
  margin-bottom: 10px;
  position: relative;
}
.alert-quick.error {
  color: #b76973;
  background-color: #f9bcc3;
  border-color: #f09da7;
}
.alert-quick.error strong {
  color: #b76973;
}
.alert-quick.success {
  color: #79985b;
  background-color: #d8efc1;
  border-color: #b4d892;
}
.alert-quick.success strong {
  color: #79985b;
}
.alert-quick.info {
  color: #52889b;
  background-color: #b8e1f1;
  border-color: #a1c7d5;
}
.alert-quick.info strong {
  color: #52889b;
}
.alert-quick.notice,
.alert-quick.warning {
  color: #b49133;
  background-color: #feebb7;
  border-color: #e7d195;
}
.alert-quick.notice strong,
.alert-quick.warning strong {
  color: #b49133;
}
.alert-quick .alert-close {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  line-height: 1;
}
.alert-quick .alert-close:hover {
  text-decoration: none;
}
.alert-quick .alert-close:before {
  font-size: 13px;
  font-family: 'FontAwesome';
  content: "\f00d";
}
.alert-quick.error .alert-close {
  color: #b76973;
}
.alert-quick.success .alert-close {
  color: #79985b;
}
.alert-quick.info .alert-close {
  color: #52889b;
}
.alert-quick.notice .alert-close {
  color: #b49133;
}
/* ____ BORDER TOP 2PX _______*/
.alert-quick-brd.error,
.alert-quick-brd.success,
.alert-quick-brd.info,
.alert-quick-brd.notice,
.alert-quick-brd.warning {
  border: none;
  border-top: 2px solid #fff;
  display: block;
  font-size: 14px;
  padding: 8px 15px 8px 45px;
  position: relative;
}
.alert-quick-brd.error {
  color: #b76973;
  background: #f9bcc3 url(img/alert/brd/icon-error.png) no-repeat 8px 6px;
  border-top: 2px solid #f09da7;
}
.alert-quick-brd.error strong {
  color: #b76973;
}
.alert-quick-brd.success {
  color: #79985b;
  background: #d8efc1 url(img/alert/brd/icon-success.png) no-repeat 8px 6px;
  border-top: 2px solid #b4d892;
}
.alert-quick-brd.success strong {
  color: #79985b;
}
.alert-quick-brd.info {
  color: #52889b;
  background: #b8e1f1 url(img/alert/brd/icon-info.png) no-repeat 8px 6px;
  border-top: 2px solid #a1c7d5;
}
.alert-quick-brd.info strong {
  color: #52889b;
}
.alert-quick-brd.notice,
.alert-quick-brd.warning {
  color: #b49133;
  background: #feebb7 url(img/alert/brd/icon-warning.png) no-repeat 8px 6px;
  border-top: 2px solid #e7d195;
}
.alert-quick-brd.notice strong,
.alert-quick-brd.warning strong {
  color: #b49133;
}
.alert-quick-brd .alert-close {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  line-height: 1;
}
.alert-quick-brd .alert-close:hover {
  text-decoration: none;
}
.alert-quick-brd .alert-close:before {
  font-size: 13px;
  font-family: 'FontAwesome';
  content: "\f00d";
}
.alert-quick-brd.error .alert-close {
  color: #b76973;
}
.alert-quick-brd.success .alert-close {
  color: #79985b;
}
.alert-quick-brd.info .alert-close {
  color: #52889b;
}
.alert-quick-brd.notice .alert-close {
  color: #b49133;
}
.banners-list-cont {
  display: block;
}
.banners-list-cont .photos-list-car {
  border: none;
}
.photos-list-cont {
  display: block;
}
.photos-list-car {
  display: block;
  clear: both;
  width: 100%;
}
.photos-list-car h2,
.photos-list-car h3 {
  display: block;
  padding-bottom: 10px;
  line-height: 21px;
}
.photos-list-car h2 a,
.photos-list-car h3 a {
  font-size: 18px;
  color: #000000;
  background: transparent;
  font-weight: bold;
}
.photos-list-car h2 a:hover,
.photos-list-car h3 a:hover {
  text-decoration: underline;
  color: #1a3f73;
  background: transparent;
}
.photos-list-car footer {
  display: block;
  clear: both;
  padding: 5px 0 10px 0;
}
.photos-list-car .date {
  display: block;
  float: right;
  padding: 5px 20px 5px 10px;
  font-size: 11px;
  color: #676767;
}
.photos-list-car .date i {
  margin-right: 6px;
}
.photos-list-car .more-btn {
  position: relative;
  float: right;
  width: 125px;
  height: 25px;
  font-size: 11px;
  background: #004b86;
}
.photos-list-car .more-btn span {
  display: block;
  line-height: 25px;
  font-size: 12px;
  padding-right: 15px;
  padding-left: 10px;
  font-size: 13px;
}
.photos-list-car .more-btn i {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.photos-list-car .more-btn:hover {
  background: #000;
}
.tv-albums-list-cont {
  display: block;
  padding: 0 10px 10px 10px;
}
.tv-albums-list-car {
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #fff000;
}
.tv-albums-list-car h2,
.tv-albums-list-car h3 {
  display: block;
  padding-bottom: 10px;
  line-height: 21px;
}
.tv-albums-list-car h2 a,
.tv-albums-list-car h3 a {
  font-size: 18px;
  color: #000000;
  background: transparent;
  font-weight: bold;
}
.tv-albums-list-car h2 a:hover,
.tv-albums-list-car h3 a:hover {
  text-decoration: underline;
  color: #1a3f73;
  background: transparent;
}
.tv-albums-list-car footer {
  display: block;
  clear: both;
  padding: 5px 0 10px 0;
}
.tv-albums-list-car .date {
  display: block;
  float: right;
  padding: 5px 20px 5px 10px;
  font-size: 11px;
  color: #676767;
}
.tv-albums-list-car .date i {
  margin-right: 6px;
}
.tv-albums-list-car .more-btn {
  position: relative;
  float: right;
  width: 125px;
  height: 25px;
  font-size: 11px;
  background: #004b86;
}
.tv-albums-list-car .more-btn span {
  display: block;
  line-height: 25px;
  font-size: 12px;
  padding-right: 15px;
  padding-left: 10px;
  font-size: 13px;
}
.tv-albums-list-car .more-btn i {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.tv-albums-list-car .more-btn:hover {
  background: #000;
}
.tv-movies-list-cont h2,
.tv-movies-list-cont h3 {
  display: block;
  padding-bottom: 10px;
  line-height: 21px;
}
.tv-movies-list-cont h2 a,
.tv-movies-list-cont h3 a {
  font-size: 18px;
  color: #000000;
  background: transparent;
  font-weight: bold;
}
.tv-movies-list-cont h2 a:hover,
.tv-movies-list-cont h3 a:hover {
  text-decoration: underline;
  color: #1a3f73;
  background: transparent;
}
.tv-movies-list {
  padding-top: 10px;
}
.tv-movies-list-item {
  position: relative;
  display: block;
  float: left;
  width: 33.3333%;
  padding: 5px;
}
.tv-movies-list-item h4 {
  display: block;
  clear: both;
  height: 20px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tv-movies-list-item a.tv-movie-title {
  color: #000;
}
.tv-movies-list-item:hover a.tv-movie-title {
  color: #004d8a;
  text-decoration: underline;
}
.tv-movies-list-item .tv-ml-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  overflow: hidden;
  text-align: center;
}
.tv-movies-list-item img {
  width: auto;
  height: auto;
  max-height: 180px;
  min-height: 180px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  text-align: center;
  vertical-align: middle;
}
.tv-movies-list-item:hover img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transform: rotate(0deg) scale(1.3);
  -moz-transform: rotate(0deg) scale(1.3);
  -ms-transform: rotate(0deg) scale(1.3);
  -o-transform: rotate(0deg) scale(1.3);
  transform: rotate(0deg) scale(1.3);
}
.tv-movies-list-item .item-overlay {
  position: absolute;
  top: 00%;
  width: inherit;
  height: inherit;
  background: rgba(255, 255, 255, 0.2);
}
.tv-movies-list-item .item-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  display: block;
  z-index: 5;
  width: 37px;
  height: 37px;
  background: url(../img/slider-sync/play-small-icon.png) no-repeat left center;
}
.tv-movies-list-item:hover span {
  background-position: right center;
}
@media (max-width: 900px) {
  .tv-movies-list-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .tv-movies-list-item {
    width: 100%;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-list-fancy {
  display: block;
  clear: both;
  width: 100%;
}
.gallery-item-fancy {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #fff000;
}
.gallery-item-fancy .gif-outside {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
}
.gallery-item-fancy:hover .gif-outside img.main {
  top: -10px;
  bottom: -10px;
  height: 110%;
}
.gallery-item-fancy .gif-inside {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  clear: both;
  padding: 10px;
  padding-bottom: 0;
}
.gallery-item-fancy h2,
.gallery-item-fancy h3 {
  line-height: 21px;
}
.gallery-item-fancy h2 a,
.gallery-item-fancy h3 a {
  font-size: 18px;
  color: #000000;
  background: transparent;
  font-weight: bold;
}
.gallery-item-fancy h2 a:hover,
.gallery-item-fancy h3 a:hover {
  text-decoration: underline;
  color: #1a3f73;
  background: transparent;
}
.gallery-item-fancy .gallery-cont {
  padding: 4px 0 0 0;
}
.gallery-item-fancy .gallery-cont .date {
  display: block;
  float: right;
  padding: 5px 20px 5px 10px;
  font-size: 11px;
  color: #676767;
}
.gallery-item-fancy .gallery-cont .date i {
  margin-right: 6px;
}
.gallery-item-fancy .gallery-cont .more-btn {
  position: relative;
  float: right;
  width: 125px;
  height: 25px;
  font-size: 11px;
  background: #004b86;
}
.gallery-item-fancy .gallery-cont .more-btn span {
  display: block;
  line-height: 25px;
  font-size: 12px;
  padding-right: 15px;
  padding-left: 10px;
  font-size: 13px;
}
.gallery-item-fancy .gallery-cont .more-btn i {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.gallery-item-fancy .gallery-cont .more-btn:hover {
  background: #000;
}
.gallery-item-fancy .gallery-cont a.news-btn {
  float: right;
  width: 125px;
  height: 25px;
  font-size: 11px;
  background: #004b86;
  text-align: right;
}
.gallery-item-fancy .gallery-cont a.news-btn:hover {
  background: #000000;
}
.gallery-item-fancy .gallery-cont a.news-btn span {
  display: block;
  line-height: 25px;
  font-size: 12px;
  padding-right: 15px;
  font-size: 13px;
  color: #fff;
}
.gallery-item-fancy .gallery-cont a.news-btn span i {
  font-size: 13px;
  margin-left: 5px;
}
.gallery-item-fancy.no-img .gallery-cont {
  padding: 4px 0 0 10px;
}
.gallery-item-fancy.no-img img.main {
  display: none;
}
.gall-items-f-cont {
  position: relative;
  display: block;
  clear: both;
  width: auto;
  max-width: 100%;
  height: 115px;
  margin: 10px 0 10px 0;
  border: 1px solid #ffffff;
  overflow: hidden;
}
ul.gall-items-f-list {
  display: block;
  clear: both;
  width: auto;
  width: 300%;
  height: 115px;
}
ul.gall-items-f-list li {
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: 115px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
ul.gall-items-f-list li a {
  display: block;
  width: auto;
  height: 115px;
}
ul.gall-items-f-list li img {
  width: auto;
  height: 115px;
  display: block;
  border-right: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.gall-items-f-list li:last-child img {
  border: none;
}
ul.gall-items-f-list li .item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
ul.gall-items-f-list li .item-overlay span {
  text-align: center;
  vertical-align: center;
  display: block;
}
ul.gall-items-f-list li .item-overlay span i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
ul.tv-movies-masonry {
  display: block;
  clear: both;
  margin: 0 10px;
  height: auto;
}
ul.tv-movies-masonry li {
  position: relative;
  display: block;
  float: left;
  width: 33.3333%;
  padding: 5px;
  margin: 0;
}
ul.tv-movies-masonry li .im-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
ul.tv-movies-masonry li h4 {
  display: block;
  clear: both;
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
}
ul.tv-movies-masonry li a.tv-movie-title {
  color: #000;
}
ul.tv-movies-masonry li:hover a.tv-movie-title {
  color: #004d8a;
  text-decoration: underline;
}
ul.tv-movies-masonry li img {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  margin: 0!important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  vertical-align: bottom;
  max-height: auto;
  webkit-transform-style: preserve-3d;
}
ul.tv-movies-masonry li:hover img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transform: rotate(0deg) scale(1.3);
  -moz-transform: rotate(0deg) scale(1.3);
  -ms-transform: rotate(0deg) scale(1.3);
  -o-transform: rotate(0deg) scale(1.3);
  transform: rotate(0deg) scale(1.3);
}
ul.tv-movies-masonry li .item-overlay {
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}
ul.tv-movies-masonry li .item-overlay span {
  text-align: center;
  vertical-align: center;
  display: block;
}
ul.tv-movies-masonry li .item-overlay span i.movie-icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  display: block;
  z-index: 5;
  width: 37px;
  height: 37px;
  background: url(../img/slider-sync/play-small-icon.png) no-repeat left center;
}
ul.tv-movies-masonry li .item-overlay span:hover i {
  background-position: right center;
}
@media (max-width: 767px) {
  .tv-movies-masonry li {
    width: 50%!important;
  }
}
@media (max-width: 480px) {
  .tv-movies-masonry li {
    width: 100%!important;
  }
}
ul.gallery-masonry {
  display: block;
  clear: both;
  margin: 0 10px;
  height: auto;
}
ul.gallery-masonry.margin-top {
  margin-top: 30px;
}
ul.gallery-masonry li {
  position: relative;
  display: block;
  float: left;
  width: 33.3333%;
  padding: 5px;
  margin: 0;
  webkit-backface-visibility: hidden;
  webkit-tap-highlight-color: transparent;
  webkit-touch-callout: none;
}
ul.gallery-masonry li .im-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
ul.gallery-masonry li img {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  margin: 0!important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  vertical-align: bottom;
  max-height: auto;
  webkit-transform-style: preserve-3d;
}
ul.gallery-masonry li:hover img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transform: rotate(0deg) scale(1.3);
  -moz-transform: rotate(0deg) scale(1.3);
  -ms-transform: rotate(0deg) scale(1.3);
  -o-transform: rotate(0deg) scale(1.3);
  transform: rotate(0deg) scale(1.3);
}
ul.gallery-masonry li .item-overlay {
  position: absolute;
  top: -100%;
  width: inherit;
  height: inherit;
  background: rgba(255, 255, 255, 0.2);
}
ul.gallery-masonry li .item-overlay span {
  text-align: center;
  vertical-align: center;
  display: block;
}
ul.gallery-masonry li .item-overlay span i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .gallery-masonry li {
    width: 50%!important;
  }
}
@media (max-width: 480px) {
  .gallery-masonry li {
    width: 100%!important;
  }
}
.content-bcrumbs {
  padding: 0 10px;
  padding-right: 10px;
}
.breadcrumb-css3v2 {
  display: block;
  clear: both;
  list-style: none;
  font-size: 11px;
  border-bottom: 3px solid #fff000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
  min-height: 30px;
  height: auto!important;
  margin: 0;
  padding: 7px 0 0 0;
}
.breadcrumb-css3v2 li a {
  display: block;
  float: left;
  height: 33px;
  line-height: 30px;
  margin-right: 10px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #fff000;
  border-bottom: 3px solid #fff000;
  margin-bottom: -3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.breadcrumb-css3v2 li a:hover {
  color: #000;
  background: #fff000;
}
.breadcrumb-css3v2 li:last-child a {
  border-color: #00ff00;
  color: #00ff00;
}
.breadcrumb-css3v2 li:last-child a:hover {
  color: #000;
  background: #00ff00;
}
.breadcrumb-css3v2 li span {
  color: #fff000;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.breadcrumb-css3v2 li span.divider {
  float: left;
  text-shadow: none;
}
#global-scrollup {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  display: none;
  width: 43px;
  height: 43px;
  background: #000000;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#global-scrollup span {
  display: none;
}
#global-scrollup i {
  color: #fff000;
  line-height: 43px;
  font-size: 19px;
  font-weight: normal;
  text-shadow: none;
}
#global-scrollup:hover {
  background: #000000;
}
#global-scrollup:hover i {
  color: #00ff00;
}
.footer-wrp {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.footer-wrp .footer {
  position: relative;
  display: block;
  width: 960px;
  height: auto;
  margin: 0 auto;
}
.footer-ue-text {
  display: block;
  clear: both;
  width: 960px;
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: center;
  border-top: 3px solid #fff000;
}
.footer-ue-text div {
  padding: 0 50px;
}
.footer-ue-text p {
  font-size: 12px;
  line-height: 16px;
  color: #fff000;
}
.footer-ue-text strong {
  font-size: 12px;
}
.footer-content-wrp {
  display: block;
  float: left;
  width: 679px;
  color: #fff000;
  border-top: 3px solid #fff000;
  background: #222;
}
.ft-menu {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #fff000;
}
.foot-nav {
  display: block;
  width: auto;
  padding: 10px 0 0 0;
}
.foot-nav a {
  padding: 0 10px 0 20px;
  font-size: 12px;
  color: #fff000;
  line-height: 24px;
}
.foot-nav a:hover {
  text-decoration: underline;
}
.foot-nav a:first-child {
  background: none;
}
.ft-content {
  display: block;
  clear: both;
  width: 100%;
}
.ft-content-herb {
  display: block;
  float: left;
  width: 24%;
  text-align: center;
}
p {
  font-size: 12px;
  padding-top: 20px;
}
p strong {
  font-size: 14px;
}
.ft-herb {
  display: block;
  margin: 20px 0 0 0;
}
.ft-content-fdata {
  display: block;
  float: left;
  width: 76%;
  padding: 10px 0;
}
.fdata-table {
  font-size: 12px;
  color: #fff000!important;
  width: 100%;
  margin-left: 10%;
  margin-right: 10%;
}
.fdata-table tr td:first-child {
  min-width: 110px;
}
.fdata-table tr a {
  color: #00ff00!important;
  text-decoration: underline;
}
.fdata-table tr a:hover {
  text-decoration: none;
}
.fdata-table.contact tr td:first-child {
  min-width: 60px;
}
.fdata {
  display: block;
  padding: 10px 0;
  margin: 0;
}
.fdata h5 {
  display: block;
  clear: both;
  min-height: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff000;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #fff000;
}
.fdata h5 i {
  margin-right: 10px;
  font-size: 20px;
}
.fdata.left {
  float: left;
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
}
.fdata.right {
  float: right;
  width: 40%;
  margin-right: 5%;
  margin-left: 5%;
}
.footer-newsletter-wrp {
  display: block;
  float: right;
  width: 281px;
  background: #222;
  border-top: 3px solid #fff000;
}
.scrollup-cont {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #fff000;
}
a.btn-bip {
  display: block;
  float: left;
  width: 59px;
  height: 26px;
  margin: 10px 0 0 10px;
  background: url(../img/footer/btn-bip.png) no-repeat;
}
a.btn-bip:hover {
  background-position: center right;
}
a.scrollup {
  position: relative;
  float: right;
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  color: #fff000;
  padding: 0 10px;
}
a.scrollup span {
  padding-right: 30px;
}
a.scrollup i {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 24px;
}
a.scrollup:hover {
  background: #fff000;
  color: #000;
}
.footer-newsletter-cont {
  display: block;
  clear: both;
  padding: 5px;
  background: #222;
}
.footer-newsletter {
  position: relative;
  display: block;
  clear: both;
  height: auto;
  min-height: 180px;
  padding-bottom: 40px;
  padding: 5px;
  background: url(../img/footer/shopcart_bg.png) repeat scroll 0px 0px transparent;
}
.footer-newsletter p.newsletter-text {
  display: block;
  padding: 10px 0 10px 100px;
  text-align: left;
  font-size: 14px;
  color: #fff000;
  background: url(../img/footer/_c_newsletter-icon.png) no-repeat 50px center;
}
.footer-newsletter p.newsletter-text a {
  font-size: 14px;
  color: #fff000;
}
.footer-newsletter p.newsletter-text a:focus {
  border: 1px dashed #fff000!important;
  color: #000!important;
  background-color: #fff000!important;
}
.footer-newsletter input {
  width: 240px;
  margin: 0 auto;
  display: block;
  height: 34px;
  border: none;
  font-size: 13px;
  color: #000;
  padding-left: 40px;
  background-color: #fff000;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.footer-newsletter input:focus {
  color: #000;
  background-color: #00ff00;
  border: 1px dashed #fff000!important;
}
.footer-newsletter button {
  width: 130px;
  margin: 0 auto;
  display: block;
  border-top: none;
  background: #00ff00;
  color: #000;
  border-bottom: 2px solid #0fff000;
  text-align: center;
  text-transform: uppercase;
  height: 34px;
  line-height: 24px;
  font-size: 15px;
}
.footer-newsletter button:hover {
  background: #fff000;
  color: #000;
}
.footer-newsletter button:focus {
  border: 1px dashed #fff000!important;
  color: #000!important;
  background-color: #fff000!important;
}
.footer-newsletter-cont {
  position: relative;
  display: block;
  clear: both;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 40px 0;
}
.footer-alerts-div {
  display: block;
  clear: both;
  padding: 5px 10px 0 10px;
}
.footer-alert {
  position: relative;
  width: 100%;
  padding: 10px;
  height: auto;
}
.footer-alert p {
  padding: 0;
  font-size: 12px;
  color: #ffff00;
}
.footer-alert.error {
  background: #c92f2f;
}
.footer-alert.success {
  background: #138a48;
}
.footer-cp {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: 44px;
  color: #000;
}
.footer-cp-in {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
}
.footer-iap-right {
  display: block;
  float: right;
  width: 281px;
  height: 44px;
  background: #0166b6;
}
a.footer-iap {
  position: absolute;
  top: 14px;
  right: 10px;
  display: block;
  width: 24px;
  height: 21px;
  background: url(../img/footer/logo-iap.png) no-repeat;
}
a.footer-iap:hover {
  background-position: 0 -21px;
}
span.cp-info {
  padding-left: 20px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 44px;
}
@media only screen and (max-width: 996px) {
  .footer-content-wrp {
    width: 100%;
  }
  .footer-wrp {
    width: 100%;
    background: none;
  }
  .footer-wrp .footer {
    width: 100%;
  }
  .footer-newsletter-wrp {
    float: none;
    clear: both;
    width: 100%;
  }
  .scrollup-cont {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #bcbcbc;
  }
  .footer-newsletter p.newsletter-text {
    width: 250px;
    margin: 0 auto;
  }
  .footer-alerts-div {
    display: block;
    clear: both;
    margin: 0 30px;
    padding: 5px 10px 0 10px;
    text-align: center;
  }
  .footer-ue-text {
    width: 100%;
  }
}
@media only screen and (max-width: 620px) {
  .scrollup {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  span.cp-info {
    font-size: 11px;
  }
}
@media only screen and (max-width: 420px) {
  span.cp-info {
    font-size: 10px;
  }
}
@media only screen and (max-width: 770px) {
  .fdane-cont-fdata {
    padding: 10px 0;
    float: none!important;
    clear: both;
    width: 100%;
  }
  .fdata-table {
    font-size: 12px;
    color: #000;
    width: 80%;
    width: 100%;
    display: block;
  }
  .fdata-table tr td:first-child {
    min-width: 110px;
  }
  .fdata-table tr a {
    color: #000;
    text-decoration: underline;
  }
  .fdata-table tr a:hover {
    text-decoration: none;
  }
  .fdata {
    display: block;
    padding: 10px 0!important;
    margin: 0!important;
  }
  .fdata h5 {
    width: 100%;
    padding-left: 30px;
    text-align: left;
  }
  .fdata h5 i {
    margin-right: 10px;
    font-size: 20px;
  }
  .fdata.left {
    float: none!important;
    clear: both;
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .fdata.right {
    float: none!important;
    clear: both;
    width: 100%!important;
    margin-right: 0!important;
    margin-left: 0!important;
  }
}
@media only screen and (max-width: 996px) {
  .footer-info-container {
    width: 100%;
  }
  .footer-info {
    display: block;
    clear: both;
  }
  .footer-newsletter-wrp,
  .footer-alerts-div,
  .footer-newsletter {
    display: block;
    float: none;
    clear: both;
  }
  a.footer-iap {
    right: 20px;
  }
}
@media only screen and (max-width: 660px) {
  .ft-content-herb {
    display: block;
    width: 170px!important;
    margin: 0 auto!important;
  }
  .ft-content-fdata {
    display: block;
    clear: both;
    width: 100%;
  }
}
#cookieinfo {
  background: #ffffff;
  border-top: 2px solid #262626;
  clear: both;
  display: block;
  width: 100%;
}
#cookieinfo .fixed {
  bottom: 0px;
  position: fixed;
  z-index: 100;
}
#cookieinfo div {
  color: #262626;
  font-size: 11px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0px;
  position: relative;
  width: 960px;
}
#cookieinfo h3 {
  font-size: 12px;
  margin: 0;
  padding: 0px 0px 5px 60px;
}
#cookieinfo a.cinfo-accept {
  position: absolute;
  right: 0;
  background: #262626;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  width: 30px;
  width: auto;
  padding: 0 12px;
  color: #ffffff;
}
#cookieinfo a.cinfo-accept i {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  margin-right: 10px;
}
#cookieinfo a.cinfo-accept:hover {
  background: #ed3e26;
  color: #ffffff;
}
#cookieinfo p {
  display: block;
  padding: 10px 0 0 60px;
}
#cookieinfo img {
  float: left;
  margin-top: 5px;
  width: 44px;
}
#cookieinfo a.cinfo-more {
  position: absolute;
  right: 0;
  display: block;
  font-size: 13px;
  height: 32px;
  padding: 7px 20px 0px 20px;
  text-decoration: none;
  background: #262626;
  border-bottom: none;
  bottom: 0;
  color: #ffffff;
}
#cookieinfo a.cinfo-more i {
  margin-left: 5px;
}
#cookieinfo a.cinfo-more:hover {
  background: #ed3e26;
  color: #ffffff;
}
@font-face {
  font-family: 'Climacons-Font';
  src: url('fonts/climacons-webfont.eot');
  src: url('fonts/climacons-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/climacons-webfont.svg#Climacons-Font') format('svg'), url('fonts/climacons-webfont.woff') format('woff'), url('fonts/climacons-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.climacon:before {
  font-family: 'Climacons-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.climacon.cloud:before {
  content: "\e000";
}
.climacon.cloud.sun:before {
  content: "\e001";
}
.climacon.cloud.moon:before {
  content: "\e002";
}
.climacon.rain:before,
.climacon.rain.cloud:before {
  content: "\e003";
}
.climacon.rain.sun:before,
.climacon.rain.cloud.sun:before {
  content: "\e004";
}
.climacon.rain.moon:before,
.climacon.rain.cloud.moon:before {
  content: "\e005";
}
.climacon.showers:before,
.climacon.showers.cloud:before {
  content: "\e006";
}
.climacon.showers.sun:before,
.climacon.showers.cloud.sun:before {
  content: "\e007";
}
.climacon.showers.moon:before,
.climacon.showers.cloud.moon:before {
  content: "\e008";
}
.climacon.downpour:before,
.climacon.downpour.cloud:before {
  content: "\e009";
}
.climacon.downpour.sun:before,
.climacon.downpour.cloud.sun:before {
  content: "\e00a";
}
.climacon.downpour.moon:before,
.climacon.downpour.cloud.moon:before {
  content: "\e00b";
}
.climacon.drizzle:before,
.climacon.drizzle.cloud:before {
  content: "\e00c";
}
.climacon.drizzle.sun:before,
.climacon.drizzle.cloud.sun:before {
  content: "\e00d";
}
.climacon.drizzle.moon:before,
.climacon.drizzle.cloud.moon:before {
  content: "\e00e";
}
.climacon.sleet:before,
.climacon.sleet.cloud:before {
  content: "\e00f";
}
.climacon.sleet.sun:before,
.climacon.sleet.cloud.sun:before {
  content: "\e010";
}
.climacon.sleet.moon:before,
.climacon.sleet.cloud.moon:before {
  content: "\e011";
}
.climacon.hail:before,
.climacon.hail.cloud:before {
  content: "\e012";
}
.climacon.hail.sun:before,
.climacon.hail.cloud.sun:before {
  content: "\e013";
}
.climacon.hail.moon:before,
.climacon.hail.cloud.moon:before {
  content: "\e014";
}
.climacon.flurries:before,
.climacon.flurries.cloud:before {
  content: "\e015";
}
.climacon.flurries.sun:before,
.climacon.flurries.cloud.sun:before {
  content: "\e016";
}
.climacon.flurries.moon:before,
.climacon.flurries.cloud.moon:before {
  content: "\e017";
}
.climacon.snow:before,
.climacon.snow.cloud:before {
  content: "\e018";
}
.climacon.snow.sun:before,
.climacon.snow.cloud.sun:before {
  content: "\e019";
}
.climacon.snow.moon:before,
.climacon.snow.cloud.moon:before {
  content: "\e01a";
}
.climacon.fog:before,
.climacon.fog.cloud:before {
  content: "\e01b";
}
.climacon.fog.sun:before,
.climacon.fog.cloud.sun:before {
  content: "\e01c";
}
.climacon.fog.moon:before,
.climacon.fog.cloud.moon:before {
  content: "\e01d";
}
.climacon.haze:before {
  content: "\e01e";
}
.climacon.haze.sun:before {
  content: "\e01f";
}
.climacon.haze.moon:before {
  content: "\e020";
}
.climacon.wind:before {
  content: "\e021";
}
.climacon.wind.cloud:before {
  content: "\e022";
}
.climacon.wind.sun:before,
.climacon.wind.cloud.sun:before {
  content: "\e023";
}
.climacon.wind.moon:before,
.climacon.wind.cloud.moon:before {
  content: "\e024";
}
.climacon.lightning:before,
.climacon.lightning.cloud:before {
  content: "\e025";
}
.climacon.lightning.sun:before,
.climacon.lightning.cloud.sun:before {
  content: "\e026";
}
.climacon.lightning.moon:before,
.climacon.lightning.cloud.moon:before {
  content: "\e027";
}
.climacon.sun:before {
  content: "\e028";
}
.climacon.sun.set:before,
.climacon.sunset:before {
  content: "\e029";
}
.climacon.sun.rise:before,
.climacon.sunrise:before {
  content: "\e02a";
}
.climacon.sun.low:before,
.climacon.sun-low:before,
.climacon.low-sun:before {
  content: "\e02b";
}
.climacon.sun.lower:before,
.climacon.sun-lower:before,
.climacon.lower-sun:before {
  content: "\e02c";
}
.climacon.moon:before {
  content: "\e02d";
}
.climacon.moon.new:before {
  content: "\e02e";
}
.climacon.moon.waxing.crescent:before,
.climacon.moon.first-crescent:before {
  content: "\e02f";
}
.climacon.moon.waxing.quarter:before,
.climacon.moon.first-quarter:before,
.climacon.moon.waxing.half:before,
.climacon.moon.first-half:before {
  content: "\e030";
}
.climacon.moon.waxing.gibbous:before,
.climacon.moon.first-gibbous:before,
.climacon.moon.waxing.three-quarter:before,
.climacon.moon.first-three-quarter:before {
  content: "\e031";
}
.climacon.moon.full:before {
  content: "\e032";
}
.climacon.moon.waning.gibbous:before,
.climacon.moon.last-gibbous:before,
.climacon.moon.waning.three-quarter:before,
.climacon.moon.last-three-quarter:before {
  content: "\e033";
}
.climacon.moon.waning.quarter:before,
.climacon.moon.last-quarter:before,
.climacon.moon.waning.half:before,
.climacon.moon.last-half:before {
  content: "\e034";
}
.climacon.moon.waning.crescent:before,
.climacon.moon.last-crescent:before {
  content: "\e035";
}
.climacon.snowflake:before {
  content: "\e036";
}
.climacon.tornado:before {
  content: "\e037";
}
.climacon.thermometer.empty:before,
.climacon.thermometer:before {
  content: "\e038";
}
.climacon.thermometer.low:before {
  content: "\e039";
}
.climacon.thermometer.medium-low:before {
  content: "\e03a";
}
.climacon.thermometer.medium-high:before {
  content: "\e03b";
}
.climacon.thermometer.high:before {
  content: "\e03c";
}
.climacon.thermometer.full:before {
  content: "\e03d";
}
.climacon.celcius:before {
  content: "\e03e";
}
.climacon.farenheit:before {
  content: "\e03f";
}
.climacon.compass:before {
  content: "\e040";
}
.climacon.compass.north:before {
  content: "\e041";
}
.climacon.compass.east:before {
  content: "\e042";
}
.climacon.compass.south:before {
  content: "\e043";
}
.climacon.compass.west:before {
  content: "\e044";
}
.climacon.umbrella:before {
  content: "\e045";
}
.climacon.sunglasses:before {
  content: "\e046";
}
.climacon.cloud.cycle:before,
.climacon.cloud.refresh:before {
  content: "\e047";
}
.climacon.cloud.down:before,
.climacon.cloud.download:before {
  content: "\e048";
}
.climacon.cloud.up:before,
.climacon.cloud.upload:before {
  content: "\e049";
}
/*
Tipr 1.0.1
Copyright (c) 2013 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr

Modified by: spacedesgin.pl - Sebastian Duchowicz
*/
.tipr_content {
  z-index: 99999999;
  background-color: #000000;
  color: #f4f0e6;
  font: 12px/1.7 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 9px 17px;
}
.tipr_container_bottom {
  display: none;
  margin-top: 13px;
  position: absolute;
  z-index: 99999999;
}
.tipr_container_top {
  display: none;
  margin-top: -75px;
  position: absolute;
  z-index: 99999999;
}
.tipr_container_left {
  display: none;
  width: 200px;
  margin-top: -31px;
  margin-left: -150px;
  position: absolute;
  z-index: 99999999;
}
.tipr_container_right {
  display: none;
  width: 200px;
  margin-top: -31px;
  margin-right: -150px;
  position: absolute;
  z-index: 99999999;
}
.tipr_point_top,
.tipr_point_bottom,
.tipr_point_left,
.tipr_point_right {
  background: #000000;
  border: 1px solid #745431;
  position: relative;
}
.tipr_point_top:after,
.tipr_point_top:before {
  border: solid transparent;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.tipr_point_top:after {
  border-top-color: #000000;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.tipr_point_top:before {
  border-top-color: #745431;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}
.tipr_point_bottom:after,
.tipr_point_bottom:before {
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.tipr_point_bottom:after {
  border-bottom-color: #000000;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.tipr_point_bottom:before {
  border-bottom-color: #745431;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}
.tipr_point_left:after,
.tipr_point_left:before {
  border: solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  width: 0;
}
.tipr_point_left:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000000;
  top: 50%;
  margin-left: -1px;
  margin-top: -8px;
}
.tipr_point_left:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #745431;
  top: 50%;
  margin-left: 0;
  margin-top: -8px;
}
.tipr_point_right:after,
.tipr_point_right:before {
  border: solid transparent;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  width: 0;
}
.tipr_point_right:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000000;
  top: 50%;
  margin-right: -1px;
  margin-top: -8px;
}
.tipr_point_right:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #745431;
  top: 50%;
  margin-right: 0;
  margin-top: -8px;
}
.group {
  zoom: 1;
}
.group:before,
.group:after {
  content: "";
  display: table;
  line-height: 0;
}
.group:after {
  clear: both;
}
@font-face {
  font-family: 'Slide-icons';
  src: url('../fonts/Slide-icons.eot');
}
@font-face {
  font-family: 'Slide-icons';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format('truetype');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'Slide-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightGallery {
  overflow: hidden!important;
}
#lightGallery-Gallery img {
  border: none!important;
}
#lightGallery-outer {
  background: #0d0d0d;
  height: 100%;
  left: 0;
  moz-transition: opacity 0.35s ease;
  moz-user-select: none;
  ms-transition: opacity 0.35s ease;
  opacity: 1;
  o-transition: opacity 0.35s ease;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity 0.35s ease;
  user-select: none;
  webkit-transition: opacity 0.35s ease;
  webkit-user-select: none;
  width: 100%;
  z-index: 99999!important;
}
#lightGallery-Gallery {
  position: relative;
  height: 100%;
  width: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  moz-transition: all 1s ease 0s;
  ms-transition: all 1s ease 0s;
  o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  webkit-transition: all 1s ease 0s;
}
#lightGallery-Gallery.opacity {
  moz-transition: all 1s ease 0s;
  ms-transition: all 1s ease 0s;
  opacity: 1;
  o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  webkit-transition: all 1s ease 0s;
}
#lightGallery-Gallery.opacity .thumb_cont {
  opacity: 1;
}
#lightGallery-Gallery.fadeM {
  moz-transition: all 0.5s ease 0s;
  ms-transition: all 0.5s ease 0s;
  opacity: 0;
  o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  webkit-transition: all 0.5s ease 0s;
}
#lightGallery-slider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 100%;
}
#lightGallery-slider .lightGallery-slide {
  background: url(../img/loading.gif) no-repeat scroll center center transparent;
  display: inline-block;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
}
#lightGallery-slider.slide .lightGallery-slide,
#lightGallery-slider.useLeft .lightGallery-slide {
  opacity: 0.4;
  position: absolute;
}
#lightGallery-slider.fadeM .lightGallery-slide {
  left: 0;
  opacity: 0;
  position: absolute;
}
#lightGallery-slider.animate .lightGallery-slide {
  left: 0;
  position: absolute;
}
#lightGallery-slider.fadeM .current {
  opacity: 1;
  z-index: 9;
}
#lightGallery-Gallery.opacity .lightGallery-slide.current img,
#lightGallery-Gallery.opacity .lightGallery-slide.current iframe {
  moz-transform: scale(1, 1);
  ms-transform: scale(1, 1);
  o-transform: scale(1, 1);
  transform: scale(1, 1);
  webkit-transform: scale(1, 1);
}
.lightGallery-slide.current img,
.lightGallery-slide.current iframe {
  moz-transform: scale(0.5, 0.5);
  o-transform: scale(0.5, 0.5);
  ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  webkit-transform: scale(0.5, 0.5);
  moz-transition: all 1s ease 0s;
  ms-transition: all 1s ease 0s;
  o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  webkit-transition: all 1s ease 0s;
}
#lightGallery-Gallery.fadeM .lightGallery-slide.current img,
#lightGallery-Gallery.fadeM .lightGallery-slide.current iframe {
  moz-transform: scale(0.5, 0.5);
  ms-transform: scale(0.5, 0.5);
  o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  webkit-transform: scale(0.5, 0.5);
}
#lightGallery-slider.fadeM.on .current {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  moz-transition: all 0.5s ease 0s;
  ms-transition: all 0.5s ease 0s;
  o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  webkit-transition: all 0.5s ease 0s;
}
#lightGallery-slider.fadeM .lightGallery-slide {
  moz-transition: opacity 0.4s ease 0s;
  ms-transition: opacity 0.4s ease 0s;
  o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  webkit-transition: opacity 0.4s ease 0s;
}
#lightGallery-slider.slide .lightGallery-slide {
  moz-transform: translate3d(100%, 0px, 0px);
  ms-transform: translate3d(100%, 0px, 0px);
  o-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  webkit-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#lightGallery-slider.slide .lightGallery-slide.current {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  moz-transform: translate3d(0px, 0px, 0px) !important;
  ms-transform: translate3d(0px, 0px, 0px) !important;
  o-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  webkit-transform: translate3d(0px, 0px, 0px) !important;
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  moz-transform: translate3d(-100%, 0px, 0px);
  ms-transform: translate3d(-100%, 0px, 0px);
  o-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  webkit-transform: translate3d(-100%, 0px, 0px);
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  moz-transform: translate3d(100%, 0px, 0px);
  ms-transform: translate3d(100%, 0px, 0px);
  o-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  webkit-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.useLeft .lightGallery-slide {
  left: 100%;
}
#lightGallery-slider.useLeft.on .lightGallery-slide {
  opacity: 0;
}
#lightGallery-slider.useLeft .lightGallery-slide.current {
  left: 0% !important;
  opacity: 1 !important;
}
#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
  left: -100%;
  opacity: 0;
}
#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
  left: 100%;
  opacity: 0;
}
#lightGallery-slider.slide.on .lightGallery-slide,
#lightGallery-slider.slide.on .current,
#lightGallery-slider.slide.on .prevSlide,
#lightGallery-slider.slide.on .nextSlide {
  moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  o-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
#lightGallery-slider.speed .lightGallery-slide,
#lightGallery-slider.speed .current,
#lightGallery-slider.speed .prevSlide,
#lightGallery-slider.speed .nextSlide {
  moz-transition-duration: inherit !important;
  ms-transition-duration: inherit !important;
  o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  webkit-transition-duration: inherit !important;
}
#lightGallery-slider.timing .lightGallery-slide,
#lightGallery-slider.timing .current,
#lightGallery-slider.timing .prevSlide,
#lightGallery-slider.timing .nextSlide {
  moz-transition-timing-function: inherit !important;
  ms-transition-timing-function: inherit !important;
  o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  webkit-transition-timing-function: inherit !important;
}
#lightGallery-slider .lightGallery-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px;
}
#lightGallery-slider .lightGallery-slide img {
  cursor: grab;
  cursor: -moz-grabbing;
  cursor: -webkit-grab;
  display: inline-block;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
#lightGallery-action {
  bottom: 20px;
  left: 50%;
  margin-left: -55px;
  position: absolute;
  webkit-backface-visibility: hidden;
  z-index: 9;
}
#lightGallery-action a {
  height: 28px;
  line-height: 28px;
  width: 28px;
  position: relative;
  zoom: 1;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  color: #FFF;
  cursor: pointer;
  display: inline;
  display: inline-block !important;
  display: inline-block;
  font-family: 'Slide-icons';
  font-size: 16px;
  margin: 0 3px 0 0 !important;
  vertical-align: middle;
}
#lightGallery-action a.disabled {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65) !important;
  cursor: default;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
#lightGallery-action a:hover,
#lightGallery-action a:focus {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
#lightGallery-action a#lightGallery-prev:before,
#lightGallery-action a#lightGallery-next:after {
  bottom: 0px;
  left: 5px;
  position: absolute;
}
#lightGallery-action a#lightGallery-prev:before {
  content: "\e01d";
}
#lightGallery-action a#lightGallery-next:after {
  content: "\e01b";
}
#lightGallery-action a.cLthumb:after {
  bottom: 4px;
  content: "\e01c";
  font-family: 'Slide-icons';
  font-size: 16px;
  left: 6px;
  position: absolute;
}
#lightGallery_counter {
  bottom: 52px;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
}
#lightGallery-Gallery .thumb_cont {
  position: absolute;
  width: 100%;
  z-index: 9;
  background-color: #000000;
  bottom: 0;
  max-height: 0;
  opacity: 0;
  box-sizing: border-box;
  moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  moz-transition: max-height 0.4s ease-in-out;
  ms-transition: max-height 0.4s ease-in-out;
  o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  webkit-transition: max-height 0.4s ease-in-out;
}
#lightGallery-Gallery .thumb_cont.open {
  max-height: 350px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
  margin-left: -12px;
  max-height: 290px;
  overflow-y: auto;
  padding: 12px;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
  background-color: #333;
  padding: 7px 20px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
  position: relative;
  z-index: 1090;
  border-radius: 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  float: right !important;
  width: 28px;
  height: 28px;
  margin-top: -4px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  moz-transition: background-color 0.3s ease 0s;
  ms-transition: background-color 0.3s ease 0s;
  o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  webkit-transition: background-color 0.3s ease 0s;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
  left: 6px;
  position: absolute;
  top: 4px;
  content: "\e01a";
  font-family: 'Slide-icons';
  font-size: 16px;
  font-style: normal;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
  background-color: #000;
  background-color: #000000;
  text-decoration: none;
}
#lightGallery-Gallery .thumb_cont .thumb {
  border: 3px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  display: inline;
  display: inline-block !important;
  width: 50px;
  zoom: 1;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  height: 50px;
  margin-bottom: 4px;
  margin-left: 4px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  moz-transition: border-color linear 0.2s, opacity linear 0.2s;
  ms-transition: border-color linear 0.2s, opacity linear 0.2s;
  o-transition: border-color linear 0.2s, opacity linear 0.2s;
  transition: border-color linear 0.2s, opacity linear 0.2s;
  webkit-transition: border-color linear 0.2s, opacity linear 0.2s;
}
#lightGallery-Gallery .thumb_cont .thumb > img {
  height: auto;
  max-width: 100%;
}
#lightGallery-Gallery .thumb_cont .thumb.active,
#lightGallery-Gallery .thumb_cont .thumb:hover {
  border-color: #ffffff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#lightGallery-slider .video_cont {
  display: inline-block;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
#lightGallery-slider .video_cont {
  background: none;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 1140px;
  moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  width: 100%;
}
#lightGallery-slider .video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
#lightGallery-slider .video iframe {
  height: 100%!important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%!important;
}
#lightGallery-slider .info {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
  background-color: #000;
  color: #FFFFFF;
  padding: 10px 50px;
  position: absolute;
  top: 0;
  width: 100%;
}
#lightGallery-slider .info span {
  display: block;
  line-height: 1;
}
#lightGallery-slider .info span:last-child {
  margin-top: 6px;
}
#lightGallery-slider .info .title {
  font-size: 16px;
  font-weight: bold;
}
#lightGallery-slider .info .desc {
  color: #DDDDDD;
  font-size: 12px;
}
#lightGallery-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  z-index: 1090;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  color: #FFFFFF;
  cursor: pointer;
  moz-transition: background-color 0.3s ease;
  ms-transition: background-color 0.3s ease;
  o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  webkit-transition: background-color 0.3s ease;
  webkit-backface-visibility: hidden;
}
#lightGallery-close:after {
  position: absolute;
  right: 6px;
  top: 0;
  content: "\e01a";
  font-family: 'Slide-icons';
  font-size: 16px;
  font-style: normal;
}
#lightGallery-close:hover {
  background-color: #000;
  text-decoration: none;
}
@media (min-width: 800px) {
  #lightGallery-Gallery .thumb_cont .thumb {
    height: 94px;
    width: 94px;
  }
}
#lightGallery-outer {
  background: #fff;
}
#lightGallery-slider .info {
  background: #fff;
}
#lightGallery-slider .info .title {
  color: #0d0d0d;
  font-size: 16px;
  font-weight: bold;
}
#lightGallery-slider .info .desc {
  color: #0d0d0d;
  font-size: 12px;
}
/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  height: 100%;
  left: 0;
  moz-user-select: none;
  ms-user-select: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  user-select: none;
  webkit-user-select: none;
  width: 100%;
  z-index: 99999 !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-slider {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 100%;
}
#swipebox-slider .slide {
  background: url(../img/loader-dblue-pulsate.gif) no-repeat center center;
  display: inline-block;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 1140px;
  moz-box-sizing: border-box;
  padding: 5%;
  webkit-box-sizing: border-box;
  width: 100%;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
#swipebox-action,
#swipebox-caption {
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  ms-transform: translateY(-50px);
  transform: translateY(-50px);
  webkit-transform: translateY(-50px);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url(../img/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  cursor: pointer;
  height: 50px;
  position: absolute;
  text-decoration: none !important;
  top: 0;
  width: 50px;
}
#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}
#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}
#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  opacity: 0.3;
}
#swipebox-caption {
  text-align: center;
  top: -50px;
}
#swipebox-caption.visible-bars {
  ms-transform: translateY(50px);
  transform: translateY(50px);
  webkit-transform: translateY(50px);
}
#swipebox-slider.rightSpring {
  animation: rightSpring 0.3s;
  webkit-animation: rightSpring 0.3s;
}
#swipebox-slider.leftSpring {
  animation: leftSpring 0.3s;
  webkit-animation: leftSpring 0.3s;
}
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }
  #swipebox-action #swipebox-prev {
    right: 60px;
  }
  #swipebox-action #swipebox-next {
    right: 0;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-action,
#swipebox-caption {
  background-color: #0d0d0d;
  background-image: linear-gradient(to bottom, #0d0d0d, black);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(black));
  background-image: -webkit-linear-gradient(top, #0d0d0d, black);
  opacity: 0.95;
  text-shadow: 1px 1px 1px black;
}
#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 43px;
}
#swipebox-overlay {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
#swipebox-action,
#swipebox-caption {
  background: #11356a;
}
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
