* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
video {
  display: block;
}
body {
  margin: 2 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  min-width: 1024px;
  color: #221c25;
  -webkit-transition: font-size 0.1 s ease;
          transition: font-size 0.1 s ease;
}
/* STYLE */
/* ADAPT */
.takeover,
header nav,
footer {
  min-width: 1024px;
}
.takeover > * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* COMMON */
.button {
  z-index: 83;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border: 1px solid #ededed;
}
button {
  background: none;
}
img {
  border: 0;
}
a {
  color: #329ad6;
  text-decoration: underline;
}
ul {
  padding-left: 2.4em;
  margin-bottom: 2.1em;
  font-size: 1.6em;
  line-height: 1.6em;
  list-style: disc;
}
ul li {
  display: list-item;
  margin-bottom: 0.2em;
}
ol {
  padding-left: 2.4em;
  margin-bottom: 2.1em;
  font-size: 1.6em;
  line-height: 1.6em;
}
ol li {
  display: list-item;
  margin-bottom: 0.2em;
}
b,
strong {
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
i {
  font-style: italic;
  margin-right: 5px;
  display: inline;
}
.wrap {
  margin: 0 auto;
  max-width: 1350px;
  position: relative;
  overflow: hidden;
  min-width: 1024px !important;
  width: 90% !important;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
/* NAV */
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 47px;
}
header .wrap {
  width: 90%;
  overflow: visible;
}
header nav {
  background: #FFF;
  border-bottom: 2px solid #5d5d5d;
  display: block;
  height: 45px;
}
header nav #logo-sm {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  float: left;
  color: #777;
  margin-left: 10px;
}
header nav #logo-sm img {
  border: none;
  display: block;
  margin-left: 0px;
  margin-top: 5px;
}
header nav .dropdown {
  padding-bottom: 5px;
}
header nav .dropdown .menu {
  padding: 0;
  margin: 0;
  max-width: 230px;
  position: absolute;
  z-index: 999999;
  font-size: 1em;
  margin-top: 2px;
  display: none;
}
header nav .dropdown .menu li {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
header nav .dropdown .menu li:first-child a {
  border-top: none;
}
header nav .dropdown .menu li:last-child a {
  box-shadow: 0px 2px 0px #343434;
}
header nav .dropdown .menu li a {
  width: 100%;
  padding: 9px 0 5px 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.45em;
  background: #fdfdfd;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #fafafa;
}
header nav .dropdown .menu li a:hover {
  background: #329ad6;
  text-decoration: none;
  color: #FFF;
  border-left: 1px solid #407c9e;
  border-right: 1px solid #407c9e;
}
header nav .dropdown .menu li a:active {
  background: #20709e;
}
header nav a {
  line-height: 30px;
  padding-top: 8px;
  padding-bottom: 4px;
  display: inline-block;
  font-size: 1.3em ;
  text-transform: uppercase;
  color: #221c25;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}
header nav a:hover {
  text-decoration: none;
}
header nav .switch {
  float: right;
  margin-right: 5px;
}
header nav .switch .lang-sw {
  margin-right: 15px;
}
header nav .switch .lang-sw a {
  padding-left: 5px;
  padding-right: 5px;
}
header nav .switch .lang-sw a:hover {
  color: #329ad6;
}
header nav .switch .size-sw {
  margin-right: 15px;
  margin-left: 10px;
}
header nav .switch .size-sw .active {
  color: #329ad6;
}
header nav .switch .size-sw a {
  font-family: 'Georgia', serif;
  font-weight: 400 !important;
  line-height: 1em;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
}
header nav .switch .size-sw a:hover {
  color: #329ad6;
}
header nav .switch .size-sw .sm {
  font-size: 1.1em;
}
header nav .switch .size-sw .med {
  font-size: 1.6em;
}
header nav .switch .size-sw .lar {
  font-size: 2.1em;
}
header nav .links {
  font-size: 1em;
  float: right;
  margin-right: 25px;
  list-style: none;
}
header nav .links li {
  margin-right: -3px;
  display: inline-block;
}
header nav .links li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-left: 15px;
  margin-left: 0px;
  padding-right: 13px;
  margin-right: 0px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
header nav .links li a:hover {
  background: #329ad6;
  color: #FFF;
}
header nav .links li a:active {
  background: #20709e;
  color: #FFF;
}
/* TAKEOVER */
.takeover {
  border-bottom: 3px solid #5d5d5d;
  max-height: 570px;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  text-align: center;
  top: 47px;
}
.takeover .wrap {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}
.takeover .wrap .logo {
  margin-top: 3.2%;
  padding-bottom: 0.2em;
  max-width: 525px;
  width: 40%;
  border-bottom: 1px solid #FFF;
  font-size: 4.8em;
  margin: 1.2em auto 0;
  line-height: 1.2em;
}
.takeover .wrap .logo span {
  min-height: 130px;
  color: #FFF;
  text-shadow: 1px 1px 1px #343434;
  text-transform: uppercase;
}
.takeover .wrap p {
  color: #FFF;
  width: 42%;
  margin: 0 auto;
  padding-top: 20px;
  line-height: 26px;
  font-size: 1.8em;
  padding-left: 3%;
  padding-right: 3%;
  text-shadow: 1px 1px 1px #343434;
}
.takeover .wrap .social {
  position: absolute;
  right: 20px;
  bottom: 6%;
}
.takeover .wrap .social a {
  display: inline-block;
  height: 30px;
  width: 34px;
  background: #FFF;
  float: left;
  z-index: 1;
  position: relative;
  margin-right: 1px;
  box-shadow: 0px 2px 0px #343434;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.takeover .wrap .social a:hover {
  box-shadow: 0px 2px 2px #343434;
  z-index: 5;
}
.takeover .wrap .social a:active {
  box-shadow: 0px 1px 0px #343434;
  top: 1px;
}
.takeover .wrap .social .Facebook {
  background: #ffffff url('../img/icons-sprite.png') no-repeat center -199px;
}
.takeover .wrap .social .Facebook:hover {
  background: #ffffff url('../img/icons-sprite2.png') no-repeat center -199px;
}
.takeover .wrap .social .Draugiem {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background: #ffffff url('../img/icons-sprite.png') no-repeat center -251px;
}
.takeover .wrap .social .Draugiem:hover {
  background: #ffffff url('../img/icons-sprite2.png') no-repeat center -251px;
}
.takeover .wrap .social .Youtube {
  background: #ffffff url('../img/icons-sprite.png') no-repeat center -943px;
}
.takeover .wrap .social .Youtube:hover {
  background: #ffffff url('../img/icons-sprite2.png') no-repeat center -943px;
}
.takeover .wrap .social .Twitter {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background: #ffffff url('../img/icons-sprite.png') no-repeat center -147px;
}
.takeover .wrap .social .Twitter:hover {
  background: #ffffff url('../img/icons-sprite2.png') no-repeat center -147px;
}
.takeover .wrap .button {
  background: #FFF;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 4%;
  color: #221c25;
  min-width: 170px;
  text-transform: uppercase;
  font-size: 1.3em;
  text-decoration: none;
  letter-spacing: 2px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 16px;
  padding-top: 20px;
  border-radius: 3px;
  box-shadow: 0px 3px 0px #343434;
  position: relative;
  top: 0;
  border: 1px solid #f2f2f2;
}
.takeover .wrap .button:hover {
  box-shadow: 0px 3px 3px #343434;
}
.takeover .wrap .button:active {
  box-shadow: 0px 1px 0px #343434;
  top: 1px;
}
.takeover #takeit {
  min-width: 100%;
  min-height: 100%;
  background: #666;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  margin-top: -5%;
}
/* footer */
footer {
  width: 100%;
  position: relative;
  clear: both;
  height: 280px;
  bottom: 0;
  overflow: hidden;
  background: #333333 url('../img/blck-pttrn.jpg') repeat left top;
}
footer aside {
  display: inline-block;
}
footer .wrap {
  overflow: visible !important;
}
footer .wrap .logo {
  position: relative;
  max-width: 210px;
  min-width: 340px;
  width: 27%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  border-right: 1px solid #616161;
  height: 145px;
  float: left;
  margin-top: 10px;
  vertical-align: bottom;
  padding-bottom: 5px;
}
footer .wrap .logo a {
  position: relative;
  bottom: 0;
  display: inline-block;
  width: 50%;
  text-decoration: none;
  height: 101%;
  float: left;
}
footer .wrap .logo a span {
  font-size: 2.5em;
  display: table-cell;
  height: 115px;
  vertical-align: middle;
  width: 260px;
  color: #FFF;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
footer .wrap .logo a img {
  max-height: 110%;
  bottom: 0px;
  left: -10px;
  position: relative;
}
footer .wrap .description {
  max-width: 550px;
  width: 35%;
  min-width: 320px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  position: relative;
  float: left;
  height: 130px;
  margin-top: 20px;
}
footer .wrap .description p {
  color: #FFF;
  font-size: 1.3em;
  line-height: 19px;
  position: absolute;
  bottom: 0;
  padding-right: 20px;
}
footer .wrap .description p span {
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
footer .wrap .contacts {
  width: 20%;
  position: relative;
  margin-top: 0px;
  padding-top: 20px;
  height: 130px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  border-left: 1px solid #616161;
  padding-bottom: 5px;
  float: left;
}
footer .wrap .contacts .social {
  width: 100%;
  float: right;
  height: 115px;
  position: relative;
}
footer .wrap .contacts .social .ct {
  width: 100%;
  overflow: auto;
  margin: auto;
  bottom: 0;
  text-align: center;
  margin-top: 0px;
  height: 55px;
  margin-left: 10px;
}
footer .wrap .contacts .social .ct a {
  display: inline-block;
  height: 30px;
  width: 34px;
  background: #FFF;
  float: left;
  z-index: 1;
  position: relative;
  margin-right: 1px;
  box-shadow: 0px 2px 0px #343434;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 20px;
}
footer .wrap .contacts .social .ct a:hover {
  box-shadow: 0px 2px 2px #343434;
  z-index: 5;
}
footer .wrap .contacts .social .ct a:active {
  box-shadow: 0px 1px 0px #343434;
  top: 1px;
}
footer .wrap .contacts .social .ct .Facebook {
  background: #ffffff url('../img/icons-sprite.png') no-repeat center -199px;
}
footer .wrap .contacts .social .ct .Facebook:hover {
  background: #ffffff url('../img/icons-sprite2.png') no-repeat center -199px;
}
footer .wrap .contacts .social .ct .Draugiem {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background: #ffffff url('../img/icons-sprite.png') no-repeat center -251px;
}
footer .wrap .contacts .social .ct .Draugiem:hover {
  background: #ffffff url('../img/icons-sprite2.png') no-repeat center -251px;
}
footer .wrap .contacts .social .ct .Twitter {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background: #ffffff url('../img/icons-sprite.png') no-repeat center -147px;
}
footer .wrap .contacts .social .ct .Twitter:hover {
  background: #ffffff url('../img/icons-sprite2.png') no-repeat center -147px;
}
footer .wrap .contacts .social .ct .Youtube {
  background: #ffffff url('../img/icons-sprite.png') no-repeat center -943px;
}
footer .wrap .contacts .social .ct .Youtube:hover {
  background: #ffffff url('../img/icons-sprite2.png') no-repeat center -943px;
}
footer .wrap .contacts .ct {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}
footer .wrap .contacts .ct a {
  padding-left: 47px;
  color: #FFF;
  font-size: 1.5em;
  line-height: 35px;
  display: block;
  bottom: 0;
}
footer .wrap .contacts .ct a.mail {
  background: url('../img/icons-sprite.png') no-repeat left -302px;
}
footer .wrap .contacts .ct a.telephone {
  background: url('../img/icons-sprite.png') no-repeat left -356px;
}
footer nav {
  border-bottom: 1px solid #9c9c9c;
  display: block;
  height: 45px;
  margin-left: 10px;
  margin-bottom: 25px;
}
footer nav .search {
  position: absolute;
  right: 0px;
  top: 9px !important;
  width: 231px;
}
footer nav .search .sb-search {
  border: 1px solid #6f6f6f;
  box-shadow: none !important;
  margin-right: 2px;
}
footer nav .search form .sb-icon-search {
  border: none;
  border-left: 1px solid #a8a8a8;
  top: -1px;
  margin-right: 0px;
  z-index: 30;
  background: #000000 url(../img/icons-sprite.png) no-repeat center -99px !important;
}
footer nav .search form .sb-search-input {
  background: #000;
  color: #FFF;
}
footer nav .search form .sb-search-input::-webkit-input-placeholder {
  color: #FFF;
}
footer nav .search form .sb-search-input:-moz-placeholder {
  color: #FFF;
}
footer nav .search form .sb-search-input::-moz-placeholder {
  color: #FFF;
}
footer nav .search form .sb-search-input:-ms-input-placeholder {
  color: #FFF;
}
footer nav #logo-sm {
  float: left;
}
footer nav #logo-sm img {
  border: none;
  display: block;
  margin-top: 5px;
  margin-left: 0;
}
footer nav a {
  line-height: 30px;
  padding-top: 10px;
  display: inline-block;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
}
footer nav a:hover {
  text-decoration: underline;
}
footer nav .links {
  float: left;
}
footer nav .links a {
  padding-left: 10px;
  margin-left: 5px;
  padding-right: 10px;
  margin-right: 5px;
}
/* GRID */
.grid {
  background: #fafafa url('../img/wht-pttrn.jpg') repeat left top;
  padding-bottom: 70px;
  border-bottom: 2px dashed #d6d6d6;
}
.grid .button {
  background: #FFF;
  display: inline-block;
  color: #221c25;
  text-transform: uppercase;
  font-size: 1.3em;
  text-decoration: none;
  letter-spacing: 2px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 16px;
  padding-top: 20px;
  border-radius: 3px;
  box-shadow: 0px 3px 0px #343434;
  position: relative;
  top: 88px;
  width: 230px;
  text-align: center;
  left: 50%;
  margin-left: -115px;
  border: 1px solid #f2f2f2;
}
.grid .button:hover {
  box-shadow: 0px 3px 3px #343434;
}
.grid .button:active {
  box-shadow: 0px 1px 0px #343434;
  top: 89px;
}
.grid h1 {
  font-size: 3.2em;
  color: #343434;
  font-weight: bold;
  margin: 0 auto;
  text-transform: uppercase;
  text-shadow: 1px 2px 0px #FFF;
  margin-bottom: 25px;
  margin-top: 47px;
  padding-top: 70px;
  text-indent: 0.5%;
  line-height: 1em;
  position: relative;
  max-width: 1350px;
  width: 90%;
}
.grid .wrap:after {
  content: '';
  width: 100%;
  clear: both;
  display: block;
}
.grid .wrap .plain,
.grid .wrap .video,
.grid .wrap .item,
.grid .wrap .baner {
  width: 32.22%;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  float: left;
  position: relative;
  border-bottom: 3px solid #333333;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.grid .wrap .plain img,
.grid .wrap .video img,
.grid .wrap .item img,
.grid .wrap .baner img {
  width: 100%;
}
.grid .wrap .baner {
  font-size: 0;
  line-height: 0;
}
.grid .wrap .baner img {
  width: 100%;
}
.grid .wrap .plain {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAHUlEQVQIW2N4BgaPwIABwrkNBgwQMYgQA0QMwgEAUYoqbU3g2O8AAAAASUVORK5CYII=) repeat left center;
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.grid .wrap .plain .over {
  position: relative;
  bottom: 0;
  color: #343434;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
}
.grid .wrap .plain .over:hover p {
  opacity: 1;
  visibility: visible;
  position: relative;
  height: 100%;
  margin-bottom: 0px !important;
  top: 0px;
}
.grid .wrap .plain .over:hover h2 {
  background: none;
}
.grid .wrap .plain .over a {
  text-decoration: none;
  overflow: hidden;
  display: block;
  position: relative;
}
.grid .wrap .plain .over a p {
  font-size: 1.6em;
  line-height: 1.6em;
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  color: #343434;
  text-decoration: none;
  text-shadow: 1px 2px 0px #FFF;
}
.grid .wrap .plain .over h2 {
  font-size: 2.8em;
  line-height: 1.14em;
  font-weight: bold;
  text-shadow: 1px 2px 0px #FFF;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
}
.grid .wrap .plain .over h2 a {
  color: #343434;
  text-decoration: none;
  display: inline !important;
}
.grid .wrap .plain .over h2 a.comments {
  font-size: 0.6em;
  padding-left: 40px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 5px;
  background: url('../img/icons-sprite.png') no-repeat left 21px;
}
.grid .wrap .video {
  overflow: hidden;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.grid .wrap .video .play-bttn {
  width: 98%;
  margin-left: 1%;
  height: 100%;
  background: url('../img/play.png') no-repeat center center;
  display: block;
  position: absolute;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.grid .wrap .video:hover .play-bttn {
  opacity: 1;
  background: url('../img/play.png') no-repeat center 25%;
}
.grid .wrap .video:hover .over {
  background: url('../img/dark-grad.png') repeat-x left top;
}
.grid .wrap .video .over {
  z-index: 3;
  position: absolute;
  bottom: 0;
  color: #FFF;
  background: url('../img/dark-grad.png') repeat-x left top;
  text-decoration: none;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
}
.grid .wrap .video .over a {
  text-decoration: none;
  overflow: hidden;
  display: block;
  position: relative;
}
.grid .wrap .video .over a p {
  font-size: 1.6em;
  line-height: 1.6em;
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
  text-shadow: 1px 2px 0px #343434;
}
.grid .wrap .video .over h2 {
  font-size: 2.8em;
  line-height: 1.14em;
  font-weight: bold;
  text-shadow: 1px 2px 0px #343434;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
}
.grid .wrap .video .over h2 a {
  color: #FFF;
  text-decoration: none;
  display: inline !important;
}
.grid .wrap .video .over h2 a.comments {
  font-size: 0.6em;
  padding-left: 40px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 5px;
  background: url('../img/icons-sprite.png') no-repeat left -401px;
}
.grid .wrap .video img {
  display: block;
  min-width: 100%;
}
.grid .wrap .item {
  overflow: hidden;
}
.grid .wrap .item:hover .over {
  background: rgba(52, 52, 52, 0.6) url('../img/dark-grad.png') repeat-x left bottom;
}
.grid .wrap .item .over {
  position: absolute;
  bottom: 0;
  color: #FFF;
  background: url('../img/dark-grad.png') repeat-x left top;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 100%;
}
.grid .wrap .item .over:hover p {
  opacity: 1;
  visibility: visible;
  position: relative;
  height: 100%;
  margin-bottom: 0px !important;
  top: 0px;
}
.grid .wrap .item .over:hover h2 {
  background: none;
}
.grid .wrap .item .over a {
  text-decoration: none;
  overflow: hidden;
  display: block;
  position: relative;
}
.grid .wrap .item .over a p {
  font-size: 1.6em;
  line-height: 1.6em;
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
  text-shadow: 1px 2px 0px #343434;
}
.grid .wrap .item .over h2 {
  font-size: 2.8em;
  line-height: 1.14em;
  font-weight: bold;
  text-shadow: 1px 2px 0px #343434;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
}
.grid .wrap .item .over h2 a {
  color: #FFF;
  text-decoration: none;
  display: inline !important;
}
.grid .wrap .item .over h2 a.comments {
  font-size: 0.6em;
  padding-left: 40px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 5px;
  background: url('../img/icons-sprite.png') no-repeat left -401px;
}
.grid .wrap .item img {
  display: block;
  min-width: 100%;
}
/* SEARCH */
.search {
  position: absolute;
  right: 0px;
  top: 6%;
  width: 231px;
  padding: 0 2em;
}
.sb-search {
  position: relative;
  width: 0%;
  float: right;
  min-width: 32px;
  height: 25px;
  right: 0;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  box-shadow: 0px 2px 0px #343434;
  border-radius: 3px;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 81%;
  height: 25px;
  margin: 0;
  z-index: 10;
  padding: 0px 0px 0px 0px;
  font-family: inherit;
  font-size: 14px;
  color: #343434;
  border-radius: 3px;
  padding-left: 3%;
  padding-right: 16%;
}
.sb-search-input::-webkit-input-placeholder {
  color: #666;
}
.sb-search-input:-moz-placeholder {
  color: #666;
}
.sb-search-input::-moz-placeholder {
  color: #666;
}
.sb-search-input:-ms-input-placeholder {
  color: #666;
}
.sb-icon-search,
.sb-search-submit {
  width: 32px;
  height: 25px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #fff;
  background: #ffffff url('../img/icons-sprite.png') no-repeat center -48px;
  z-index: 90;
  font-size: 22px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  border-left: 1px solid #FFF;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 81%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #ffffff url('../img/icons-sprite.png') no-repeat center -48px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 11;
  border-left: 1px solid #a9a9a9;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* SUPPORTERS */
.supporters .wrap {
  padding-bottom: 80px;
}
.supporters .wrap h2 {
  font-size: 3.2em;
  color: #343434;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 2px 0 #FFF;
  margin-bottom: 5px;
  margin-left: .5%;
  line-height: 1em;
  border-bottom: 4px solid #eaeaea;
  clear: both;
  padding-top: 60px;
}
.supporters .wrap .big-logo-grid {
  text-align: center;
}
.supporters .wrap .big-logo-grid:after {
  clear: both;
  display: block;
  width: 100%;
  content: '';
}
.supporters .wrap .big-logo-grid a {
  width: 24%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
  height: 140px;
  margin-bottom: 30px;
  -webkit-transition: all 0.1s;
          transition: all 0.1s;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.supporters .wrap .big-logo-grid a:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.supporters .wrap .big-logo-grid a img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}
.supporters .wrap .small-logo-grid {
  margin-top: 30px;
}
.supporters .wrap .small-logo-grid:after {
  clear: both;
  display: block;
  width: 100%;
  content: '';
}
.supporters .wrap .small-logo-grid a {
  width: 13%;
  margin-left: 1.6%;
  margin-right: 0.4%;
  margin-bottom: 1%;
  float: left;
  border: 1px solid #fafafa;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  height: 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.supporters .wrap .small-logo-grid a:hover {
  border: 1px solid #e5e5e5;
}
.supporters .wrap .small-logo-grid a img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 90%;
  max-height: 100%;
}
/* PAGE */
.page {
  min-height: 300px;
  position: relative;
  top: 47px;
  margin-bottom: 130px;
}
.page .wrap .content {
  margin-top: 60px;
  width: 100%;
  padding-right: 390px;
  box-sizing: border-box;
  float: left;
  min-height: 400px;
}
.page .wrap .content:after {
  content: '';
  clear: both;
  position: relative;
  width: 100%;
}
.page .wrap .content img {
  margin-bottom: 2.4em;
  margin-top: 1.4em;
  width: 100%;
  height: auto;
}
.page .wrap .content .intro {
  font-size: 1.8em;
  line-height: 1.5em;
  padding-top: 1.5em;
  padding-left: 2.4em;
  padding-right: 2.4em;
  padding-bottom: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #221c25;
}
.page .wrap .content h1 {
  font-size: 4.2em;
  line-height: 1em;
  font-weight: normal;
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
}
.page .wrap .content h1 a {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-weight: normal;
  padding-left: 30px;
  font-size: 0.43em;
  margin-left: 20px;
  line-height: 2em;
  display: inline-block;
  text-decoration: none;
  background: url('../img/icons-sprite.png') no-repeat left -895px;
}
.page .wrap .content h2 {
  font-size: 2.1em;
  line-height: 1.6em;
  margin-top: 1.6em;
  margin-bottom: 1em;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.page .wrap .content p {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-bottom: 1.4em;
}
.page .wrap .content p iframe {
  width: 100%;
  min-height: 500px;
}
.page .wrap .content .tags {
  clear: both;
  padding-bottom: 1.4em;
  padding-top: 1.4em;
}
.page .wrap .content .tags:after {
  width: 100%;
  clear: both;
  content: '';
  display: block;
}
.page .wrap .content .tags h2 {
  display: inline-block;
  width: 15%;
  float: left;
  margin-top: 0;
  text-transform: uppercase;
}
.page .wrap .content .tags div {
  display: inline-block;
  float: right;
  width: 85%;
}
.page .wrap .content .tags div a {
  border-radius: 3px;
  display: inline-block;
  background: #fcfcfc;
  border: 1px solid #aaaaaa;
  border-bottom: 2px solid #aaaaaa;
  font-size: 1.6em;
  text-decoration: none;
  color: #343434;
  line-height: 1.5em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-bottom: 0.5em;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
}
.page .wrap .content .tags div a:hover {
  background: #FFF;
  text-decoration: none;
  color: #329ad6;
}
.page .wrap .content .prev_next {
  clear: both;
  width: 100%;
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
.page .wrap .content .prev_next:after {
  width: 100%;
  clear: both;
  content: '';
  display: block;
}
.page .wrap .content .prev_next a {
  font-size: 1.6em;
  line-height: 1.6em;
  text-transform: uppercase;
  text-decoration: none;
}
.page .wrap .content .prev_next a:hover {
  text-decoration: underline;
}
.page .wrap .content .prev_next .prev {
  background: url('../img/icons-sprite.png') no-repeat left -498px;
  float: left;
  padding-left: 40px;
  margin-left: -20px;
}
.page .wrap .content .prev_next .next {
  background: url('../img/icons-sprite.png') no-repeat right -456px;
  float: right;
  padding-right: 15px;
  padding-right: 40px;
  margin-right: -20px;
}
.sidebar .search .sb-search.sb-search-open.focus {
  border: solid 1px #7a7a7a;
}
/* SIDEBAR */
.sidebar {
  width: 340px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar:after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}
.sidebar .search {
  width: 100%;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  margin-bottom: 30px;
}
.sidebar .search #sb-search,
.sidebar .search .sb-search.sb-search-open {
  width: 100%;
  left: -20px;
  box-shadow: 0px 1px 0px #d4d4d4;
  border: solid 1px #ededed;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.sidebar .search #sb-search:active,
.sidebar .search .sb-search.sb-search-open:active,
.sidebar .search #sb-search:focus,
.sidebar .search .sb-search.sb-search-open:focus,
.sidebar .search #sb-search:hover,
.sidebar .search .sb-search.sb-search-open:hover {
  border: solid 1px #7a7a7a;
}
.sidebar h2 {
  font-size: 2.1em;
  line-height: 1.15em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.sidebar .subnav {
  margin-bottom: 15px;
}
.sidebar .subnav a.active {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.sidebar .subnav a {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 2em;
  text-decoration: none;
  color: #343434;
  margin-left: 20px;
}
.sidebar .subnav a:hover {
  color: #329ad6;
  text-decoration: underline;
}
.sidebar .tags {
  clear: both;
  padding-bottom: 1.4em;
  padding-top: 1.4em;
}
.sidebar .tags:after {
  width: 100%;
  clear: both;
  content: '';
  display: block;
}
.sidebar .tags div {
  display: block;
  width: 100%;
  border-radius: 3px;
}
.sidebar .tags div a {
  border-radius: 3px;
  display: inline-block;
  background: #fcfcfc;
  border: 1px solid #aaaaaa;
  border-bottom: 2px solid #aaaaaa;
  font-size: 1.6em;
  text-decoration: none;
  color: #343434;
  line-height: 1.5em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-bottom: 0.5em;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
}
.sidebar .tags div a:hover {
  background: #FFF;
  text-decoration: none;
  color: #329ad6;
}
/* BREADCRUMBS */
ul.breadcrumbs {
  margin-top: 1.5em;
  list-style: none;
  margin-bottom: 0.2em;
  padding: 0;
  padding: 0 0px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 33px;
}
ul.breadcrumbs li {
  float: left;
}
ul.breadcrumbs li a {
  color: #329ad6;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  text-decoration: underline;
}
ul.breadcrumbs li:after {
  content: '/';
  margin: 0 10px;
  font-weight: normal;
  font-size: 11px;
  color: #2e2e2e;
}
ul.breadcrumbs li:last-child a {
  color: #2e2e2e;
}
ul.breadcrumbs li:last-child:after {
  display: none;
}
ul.breadcrumbs li.last-child a {
  color: #2e2e2e;
}
ul.breadcrumbs li.last-child:after {
  display: none;
}
ul.breadcrumbs:after {
  content: '';
  display: block;
  clear: left;
}
/* SUBDETAILS */
.subdetails {
  margin-bottom: 1.4em;
  margin-top: 1.1em;
}
.subdetails:after {
  width: 100%;
  clear: both;
  content: '';
  display: block;
}
.subdetails .date {
  font-size: 1.3em;
  line-height: 2.2em;
  padding-left: 28px;
  float: left;
  background: red;
  color: #343434;
  background: url('../img/icons-sprite.png') no-repeat left -850px;
}
.subdetails .share {
  float: right;
}
.subdetails .share a {
  line-height: 2.2em;
  font-size: 1.3em;
  display: inline-block;
  text-decoration: none;
  padding-left: 25px;
  margin-left: 20px;
  color: #343434;
}
.subdetails .share a:hover {
  text-decoration: underline;
}
.subdetails .share a.facebook {
  background: url('../img/icons-sprite.png') no-repeat left -547px;
}
.subdetails .share a.twitter {
  background: url('../img/icons-sprite.png') no-repeat left -609px;
}
.subdetails .share a.draugiem {
  background: url('../img/icons-sprite.png') no-repeat left -736px;
}
.subdetails .share a.send {
  background: url('../img/icons-sprite.png') no-repeat left -671px;
}
.subdetails .share a.print {
  background: url('../img/icons-sprite.png') no-repeat left -797px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 2.4em;
  z-index: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* NEWS LIST */
.news-list {
  min-height: 300px;
  position: relative;
  top: 47px;
  margin-bottom: 130px;
}
.news-list .wrap .content {
  margin-top: 60px;
  width: 100%;
  padding-right: 390px;
  box-sizing: border-box;
  float: left;
}
.news-list .wrap .content img {
  margin-bottom: 2.4em;
  margin-top: 1.4em;
  width: 100%;
}
.news-list .wrap .content a {
  color: #221C23;
  text-decoration: none;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.news-list .wrap .content .list-item {
  margin-bottom: -1em;
}
.news-list .wrap .content .intro {
  font-size: 1.8em;
  line-height: 1.5em;
  padding-top: 1.5em;
  padding-left: 2.4em;
  padding-right: 2.4em;
  padding-bottom: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #221c25;
}
.news-list .wrap .content h1 {
  font-size: 4.2em;
  line-height: 1em;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.news-list .wrap .content h1 a {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-weight: normal;
  padding-left: 30px;
  font-size: 0.43em;
  margin-left: 20px;
  line-height: 2em;
  display: inline-block;
  text-decoration: none;
  background: url('../img/icons-sprite.png') no-repeat left -895px;
}
.news-list .wrap .content h2 {
  font-size: 2.1em;
  line-height: 1em;
  margin-top: 1.6em;
  margin-bottom: 0.4em;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
}
.news-list .wrap .content h2 .coments,
.news-list .wrap .content h2 .date {
  font-size: 0.63em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #343434;
  text-decoration: none;
  opacity: 0.6;
}
.news-list .wrap .content h2 .coments:hover,
.news-list .wrap .content h2 .date:hover {
  opacity: 1;
  text-decoration: underline;
}
.news-list .wrap .content h2 .coments {
  padding-top: 3px;
  padding-left: 27px;
  margin-left: 10px;
  text-decoration: none;
  background: url('../img/icons-sprite.png') no-repeat -10px 0px;
}
.news-list .wrap .content h2 .date {
  float: right;
  padding-top: 3px;
  padding-left: 25px;
  margin-left: 10px;
  text-decoration: none;
  background: url('../img/icons-sprite.png') no-repeat 0px -851px;
}
.news-list .wrap .content p {
  font-size: 1.4em;
  line-height: 1.63em;
  margin-bottom: 1.4em;
}
.news-list .wrap .content .tags {
  clear: both;
  padding-bottom: 1.4em;
  padding-top: 1.4em;
}
.news-list .wrap .content .tags:after {
  width: 100%;
  clear: both;
  content: '';
  display: block;
}
.news-list .wrap .content .tags h2 {
  display: inline-block;
  width: 15%;
  float: left;
  margin-top: 0;
  text-transform: uppercase;
}
.news-list .wrap .content .tags div {
  display: inline-block;
  float: right;
  width: 85%;
}
.news-list .wrap .content .tags div a {
  display: inline-block;
  background: #fcfcfc;
  border: 1px solid #aaaaaa;
  border-bottom: 2px solid #aaaaaa;
  font-size: 1.6em;
  text-decoration: none;
  color: #343434;
  line-height: 1.5em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-bottom: 0.5em;
  border-radius: 3px;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
}
.news-list .wrap .content .tags div a:hover {
  background: #FFF;
  text-decoration: none;
  color: #329ad6;
}
/* ITEM LIST */
.item-list {
  min-height: 300px;
  position: relative;
  top: 47px;
  margin-bottom: 130px;
}
.item-list .wrap .content {
  margin-top: 60px;
  width: 100%;
  padding-right: 390px;
  box-sizing: border-box;
  float: left;
}
.item-list .wrap .content img {
  margin-bottom: 2.4em;
  margin-top: 1.4em;
  width: 100%;
}
.item-list .wrap .content a {
  color: #221C23;
  text-decoration: none;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.item-list .wrap .content .list-item {
  margin-bottom: -1em;
  position: relative;
}
.item-list .wrap .content .list-item .image {
  font-size: 0;
}
.item-list .wrap .content .list-item .image a {
  width: 120px;
  height: 120px;
  overflow: hidden;
  font-size: 0;
  border-radius: 90px;
  position: absolute;
  left: 0;
}
.item-list .wrap .content .intro {
  font-size: 1.8em;
  line-height: 1.5em;
  padding-top: 1.5em;
  padding-left: 2.4em;
  padding-right: 2.4em;
  padding-bottom: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #221c25;
}
.item-list .wrap .content h1 {
  font-size: 4.2em;
  line-height: 1em;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.item-list .wrap .content h1 a {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-weight: normal;
  padding-left: 30px;
  font-size: 0.43em;
  margin-left: 20px;
  line-height: 2em;
  display: inline-block;
  text-decoration: none;
  background: url('../img/icons-sprite.png') no-repeat left -895px;
}
.item-list .wrap .content h2 {
  font-size: 2.1em;
  line-height: 1em;
  margin-top: 1.6em;
  margin-bottom: 1em;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.4em;
}
.item-list .wrap .content p {
  font-size: 1.4em;
  line-height: 1.63em;
  margin-top: 0.4em;
  margin-bottom: 0.2em;
  padding-left: 150px;
}
.item-list .wrap .content .attribute a {
  color: #329ad6;
  text-decoration: underline;
}
.item-list .wrap .content .tags {
  clear: both;
  padding-bottom: 1.4em;
  padding-top: 1.4em;
  padding-left: 150px;
}
.item-list .wrap .content .tags:after {
  width: 100%;
  clear: both;
  content: '';
  display: block;
}
.item-list .wrap .content .tags h2 {
  display: inline-block;
  width: 14%;
  float: left;
  margin-top: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  border: none;
}
.item-list .wrap .content .tags div {
  display: inline-block;
  float: right;
  width: 86%;
}
.item-list .wrap .content .tags div a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  display: inline-block;
  background: #fcfcfc;
  border: 1px solid #aaaaaa;
  border-bottom: 2px solid #aaaaaa;
  font-size: 1.4em;
  text-decoration: none;
  color: #343434;
  line-height: 1.5em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-bottom: 0.5em;
  border-radius: 3px;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
}
.item-list .wrap .content .tags div a:hover {
  background: #FFF;
  text-decoration: none;
  color: #329ad6;
}
/* PAGER */
.pager {
  border-top: 2px solid #707070;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 20px;
  margin-top: 60px;
}
.pager a {
  font-size: 1.8em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  height: 28px;
  display: inline-block;
  line-height: 20px;
  width: 38px;
  border-radius: 50px;
  padding-top: 10px;
  border: 1px solid #FFF;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.pager a:hover {
  color: #329ad6 !important;
}
.pager .active {
  border: 1px solid #329ad6;
  color: #329ad6 !important;
}
.pager .forward,
.pager .back {
  font-size: 30px;
  top: 5px;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
/* FORMS */
.form-control {
  display: block;
  width: 61.8%;
  height: 24px;
  padding: 6px 2.25%;
  font-size: 1.5em;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select.form-control {
  width: 66.8%!important;
  height: 38px!important;
}
.form-group {
  margin-bottom: 15px;
}
.form-group textarea {
  height: 100px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4em;
  margin-bottom: 0.6em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.radio label,
.checkbox label {
  display: inline;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.generic-form {
  margin-bottom: 3.6em;
  margin-left: 4.32em;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.4em;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#expandable.exp .exp-call {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#expandable.exp .exp-call .close-icon {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#expandable {
  background: #FFF;
  display: block;
  position: absolute;
  height: 30px;
  width: 230px;
  left: 0;
  top: 6%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 2px 0 #333;
  overflow: hidden;
  /* Tiny Scrollbar */
}
#expandable #list {
  width: 300px;
}
#expandable #list .item {
  display: block;
  width: 270px;
  overflow: hidden;
  text-align: left;
  margin-left: 10px;
  margin-right: 20px;
  border-bottom: solid 1px #eaeaea;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
#expandable #list .item * {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}
#expandable #list .item:hover * {
  opacity: 1;
}
#expandable #list .item img {
  width: 85px;
}
#expandable #list .item div {
  width: 175px;
  display: inline-block;
  float: right;
}
#expandable #list .viewport {
  width: 320px;
  position: relative;
}
#expandable #list .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
#expandable #list .scrollbar {
  position: relative;
  float: right;
  width: 5px;
}
#expandable #list .track {
  height: 100%;
  width: 5px;
  position: relative;
  padding: 0 1px;
}
#expandable #list .thumb {
  background: #484848;
  height: 20px;
  width: 5px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: width 0.2s ease, left 0.2s ease;
          transition: width 0.2s ease, left 0.2s ease;
}
#expandable #list .thumb:hover,
#expandable #list .thumb:active {
  width: 10px;
  left: -5px;
}
#expandable #list .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 25px;
}
#expandable #list .disable {
  display: none;
}
#expandable .noSelect {
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#expandable .exp-call {
  display: block;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 12px;
  text-align: left;
  padding-left: 15px;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #221c25;
  font-size: 1.3em;
  letter-spacing: 2px;
  position: relative;
  z-index: 10;
  background: #FFF;
}
#expandable .exp-call .close-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAQAAAADpb+tAAAAHElEQVR4AWM0YYCC/2CSEcKhkjCYiwDkCNPSgQDPmQ1FPVo2lQAAAABJRU5ErkJggg==) no-repeat center center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 11px;
  border: none;
  top: 8px;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.3s;
          transition: transform 0.4s, opacity 0.3s;
  opacity: 0.5;
}
#expandable .exp-call .close-icon:hover {
  opacity: 1;
}
/*
@-moz-document url-prefix() {

}
*/
.planer ul li span {
  font-size: 14px !important;
  line-height: 1em;
}
.planer ul li h2 a {
  text-decoration: none;
  color: inherit;
}
.planer ul.m > li {
  position: relative;
}
.planer ul li span {
  position: absolute !important;
  top: 25px;
}
.planer ul li h2 {
  position: relative;
  width: 80%;
  margin-left: 16%;
}
.calendar ul.m.active {
  min-height: auto;
}
.calendar ul.m.active a.month {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAMCAQAAAAnxz5OAAAAX0lEQVQoU33RMQ6AMAiFYVrP3tnU2Xoxj1Gj4+/g0iLwVr4EXhBRIVHpVLKe/GHjSwvxAGM8wDPE0+qF3cX6RpKDrTIm9loP+CAH0MBUDyq8CbcPJ9yFwhW/kcTKQ3kB/vfU7d9MkQMAAAAASUVORK5CYII=) no-repeat 18px center;
  background-color: #329ad6;
}
.calendar ul.m.active a.month:active {
  background-color: #1979c6;
}
.calendar ul.m {
  min-height: 6em;
}
.calendar ul.m li {
  display: none;
  margin-bottom: 0;
}
.calendar ul.m:last-child li:last-child ul li:last-child {
  position: relative;
  overflow: visible;
}
.calendar ul.m:last-child li:last-child ul li:last-child:after {
  content: '';
  width: 10px;
  background: #FFF;
  height: 200%;
  position: absolute;
  display: block;
  left: -95px;
  z-index: 1;
  top: 15px;
}
.calendar ul {
  list-style: none;
  font-size: 1em;
  margin-left: 5px;
  padding-left: 20px;
}
.calendar ul:last-child {
  margin-bottom: 0;
}
.calendar ul a.month {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAMCAQAAAAnxz5OAAAAYElEQVQoz33KMQ6AIBAAwQPeTm2gVfiYzyDaroWGGI5j6hEiFxtOTDgSjSjcAOxWxlEAaELmdcxyj5CFQLXyL1a8iJlVFCNP4yzjjahy6LGoOORzGYe8jkNexy8nGknHB4Gc1QCeM2coAAAAAElFTkSuQmCC) no-repeat 18px center;
  background-color: #666;
  color: #FFF;
  font-size: 4.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: .55em;
  padding-bottom: .55em;
  padding-left: 100px;
  padding-right: .5em;
  margin-bottom: 0em;
  margin-left: -25px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.calendar ul a.month:hover {
  background-color: #2bb1ff;
}
.calendar ul a.month span {
  font-size: 0.5em !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.calendar ul li.active h2 {
  color: #329ad6;
}
.calendar ul li.active span {
  border-color: #329ad6;
  color: #329ad6;
}
.calendar ul li {
  font-size: 1em;
}
.calendar ul li:hover h2 {
  color: #329ad6;
}
.calendar ul li:hover span {
  border-color: #329ad6;
  color: #329ad6;
}
.calendar ul li:before {
  content: '';
  width: 2px;
  background: #7f7f7f;
  height: 100%;
  position: absolute;
  display: block;
  margin-left: 51px;
  z-index: 0;
}
.calendar ul li span {
  display: inline-block;
  font-size: 19px;
  width: 41px;
  height: 41px;
  line-height: 44px;
  text-align: center;
  border-radius: 42px;
  border: 2px solid;
  border-color: #7f7f7f;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
  background: #FFF;
  color: #6a686c;
  cursor: pointer;
}
.calendar ul li h2 {
  display: inline-block;
  font-size: 1.9em !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  color: #221c25;
  cursor: pointer;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  line-height: 1.6em !important;
  margin-top: 1.6em	!important;
  margin-bottom: 0em	!important;
}
.calendar ul li h3 {
  font-size: 1.6em;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.calendar ul li p {
  font-size: 1.4em;
}
.calendar ul li .time {
  font-size: 1.4em;
  position: relative;
  margin-left: -70px;
  color: #221c25;
  margin-top: -18px;
  display: block;
}
.calendar ul li .time:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  left: -30px;
  z-index: 2;
  background: #FFF;
  position: relative;
  border-radius: 20px;
  border: solid 2px #666;
  bottom: -2px;
}
.calendar ul li ul {
  overflow: hidden;
  display: none;
}
.calendar ul li ul li {
  margin-left: 120px;
  margin-bottom: 3em;
}
.calendar ul li ul li:hover h3 a {
  text-decoration: none;
}
.calendar ul li ul li:hover h3 a:hover {
  color: #329ad6;
}
.calendar ul li ul li h3 {
  font-size: 1.6em;
  display: inline-block;
  cursor: pointer;
}
.calendar ul li ul li h3 a {
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
  color: #221c25;
  text-decoration: none;
  display: block;
  padding-bottom: 9px;
  padding-left: 7px;
  position: relative;
  z-index: 4;
}
.calendar ul li ul li p {
  padding-left: 7px;
  font-size: 1.4em !important;
  border-top: 1px solid #ebebeb;
  padding-top: 6px;
}
.calendar ul li ul li p a {
  color: #221c25;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
  display: block;
}
.calendar ul li ul li:before {
  content: '';
  display: none;
  visibility: hidden;
}
.calendar ul li ul li:first-child {
  margin-top: 35px;
}
#calendar {
  border: 1px solid #cdcdcd;
  padding-left: 10px;
  padding-right: 10px;
}
#calendar:before {
  content: '';
  display: block;
  clear: both;
}
#calendar .months {
  line-height: 35px;
  color: #000000;
  height: 35px;
  margin: 10px 0;
  position: relative;
}
#calendar table {
  border-collapse: collapse;
  width: 100%;
  color: #000000;
}
#calendar tbody td,
#calendar thead th {
  line-height: 36px;
  font-size: 15px;
}
#calendar .inactive a {
  color: #bfbebf;
  cursor: default;
  pointer-events: none;
}
#calendar .today a {
  position: relative;
  color: #329ad6;
}
#calendar .today a:before {
  content: '';
  border: 1px solid #329ad6;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  left: 6px;
  top: -5px;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  line-height: 15px;
  display: block;
}
#calendar thead th,
#calendar tbody .valid {
  font-weight: bold;
}
#calendar .months a.prev {
  position: absolute;
  left: 0;
}
#calendar .months a {
  top: 0;
  font-size: 25px;
  width: 40px;
  display: inline-block;
  text-align: center;
  color: #959395;
  text-decoration: none;
}
#calendar .months a.next {
  position: absolute;
  right: 0;
}
#calendar .months p {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 5px;
}
#calendar tbody td a {
  border: 2px solid transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 1.6em;
  color: #221c25;
  text-decoration: none;
}
.meta_details {
  display: block;
  background: #fdfdfd;
  border: 1px solid #ebebeb;
  padding-top: 25px;
  padding-bottom: 5px;
  font-size: 9.5px;
  margin-bottom: 4em;
}
.meta_details:after {
  clear: both;
  content: '';
  display: block;
}
.meta_details p {
  width: 40%;
  padding-left: 2.5em;
  padding-right: 1.4em;
  float: left;
  display: inline-block;
}
.meta_details p span {
  text-transform: uppercase;
  color: #ff3d89;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-right: 10px;
}
blockquote {
  margin: 1.5em 0px;
  padding: 2.5em 30px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  color: #333;
  content: open-quote;
  font-size: 8em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
blockquote p {
  display: inline;
  font-size: 2.1em !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #444;
}
#takeover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#takeover img {
  width: 100%;
}
.info .logo img {
  width: 50%;
}
.sidebar .tags div a {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.dalibnieki.list .item {
  width: 90%;
  text-align: left;
  margin-bottom: 2%;
  margin-top: 0%;
}
.dalibnieki.list .item p {
  font-size: 1.4em !important;
  line-height: 1.33em !important;
  margin-bottom: 0em !important;
  color: #666;
  text-align: left;
}
.dalibnieki.list .item img {
  width: 18%;
  float: left;
  padding-right: 30px;
  display: none;
}
.dalibnieki.list .item h3 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #333;
  line-height: 1em;
  display: inline-block;
}
.dalibnieki.list .item h4 {
  font-weight: 300;
  font-size: 1.2em;
  margin-bottom: 5px;
  display: inline-block;
  margin-left: 15px;
}
.dalibnieki {
  position: relative;
  width: 102%;
  left: -1%;
  min-height: 100%;
}
.dalibnieki .generic-form {
  margin-top: 30px;
  margin-bottom: 0px !important;
  margin-left: 1% !important;
}
.dalibnieki .generic-form .btn {
  font-weight: 600;
  font-size: 1.7em;
  height: 38px;
  margin-top: -2px;
}
.dalibnieki .generic-form .btn.listtoggle {
  font-weight: 300;
  color: #666;
  font-size: 1.7em;
  height: 38px;
  width: 38px;
  margin-top: -2px;
  margin-right: 12px;
  -webkit-transition: background 0.3s ease;
          transition: background 0.3s ease;
  background: url(../img/list.png) no-repeat center center scroll;
}
.dalibnieki .generic-form .btn.listtoggle.listed {
  background: url(../img/grid.png) no-repeat center center scroll;
}
.dalibnieki .generic-form .form-group {
  display: inline-block;
  margin-bottom: 0px !important;
  height: 60px;
}
.dalibnieki .nosaukums {
  width: 20%;
  margin-right: 20px;
}
.dalibnieki .nosaukums input {
  width: 100% !important;
}
.dalibnieki .novads {
  width: 30% !important;
  margin-right: 10px;
}
.dalibnieki .novads select {
  width: 100% !important;
}
.dalibnieki .alfab {
  width: 15% !important;
  margin-right: 10px;
}
.dalibnieki .alfab select {
  width: 100% !important;
}
.dalibnieki h2 {
  margin-left: 1%;
}
.dalibnieki .item {
  width: 23%;
  display: block;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  margin-top: 1%;
  color: inherit;
  text-decoration: none;
  text-align: left;
}
.dalibnieki .item:nth-child(4n+7) {
  clear: left;
}
.dalibnieki .item:nth-child(4n+7):after {
  width: 100%;
  clear: both;
  content: '';
  height: 1px;
}
.dalibnieki .item:hover h3 {
  color: #329ad6 !important;
}
.dalibnieki .item h3 {
  font-size: 1.8em;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #333;
  line-height: 1em;
}
.dalibnieki .item h4 {
  font-weight: 300;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.dalibnieki .item p {
  font-size: 1.4em !important;
  line-height: 1.33em !important;
  margin-bottom: 1.4em !important;
  color: #666;
  text-align: left;
}
.dalibnieki .item img {
  max-width: 100%;
  position: relative;
  margin: 0 !important;
}
.page .repertuars {
  margin-bottom: 30px;
}
.page .repertuars .ct {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
  padding-top: 30px;
  margin: 0;
  position: relative;
}
.page .repertuars .ct a {
  float: right;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid #dfdfdf;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 17px;
  background: url(../img/ico-play.png) no-repeat 10px center scroll;
  border-radius: 5px;
  clear: none;
  position: relative;
  top: -30px;
}
.page .repertuars .ct a:hover {
  border: 1px solid #9B9B9B;
}
.page .repertuars .ct a:active {
  background: #fafafa url(../img/ico-play.png) no-repeat 10px center scroll;
}
.page .repertuars .ct p {
  width: 60%;
  font-size: 1.4em;
  margin-bottom: 0px;
}
.page .repertuars .ct p strong {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 7px;
}
.clearfix {
  width: 100%;
  clear: both;
}
.documents {
  padding: 0 !important;
  font-size: inherit !important;
  border-left: 2px solid #666;
  margin-left: 10px;
}
.documents * {
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.documents ul,
.documents li {
  list-style: none;
}
.documents .g1.opend {
  display: block;
  padding-left: 40px;
  margin-bottom: 30px !important;
}
.documents .g1.opend:last-child {
  margin-bottom: 0px !important;
}
.documents .g1.opend:last-child:before {
  position: absolute;
  content: '';
  z-index: 0;
  width: 10px;
  height: 60px;
  background: transparent;
  left: 27px;
}
.documents .g1.opend h3 span {
  background: #ffffff url(../img/sprite.png) no-repeat -64px -2057px scroll;
}
.documents .g1 {
  display: block;
  padding-left: 40px;
  margin-bottom: 30px !important;
}
.documents .g1 .tags {
  border-bottom: none;
  margin-top: 20px;
}
.documents .g1 .tags h3 {
  font-size: 1.5em;
}
.documents .g1:last-child {
  margin-bottom: 0px !important;
}
.documents .g1:last-child:before {
  position: absolute;
  content: '';
  z-index: 0;
  width: 10px;
  height: 60px;
  background: #FFF;
  left: 27px;
}
.documents .g1:last-child .g2 {
  position: relative;
}
.documents .g1:last-child .g2:last-child:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 100%;
  background: #FFF;
  position: absolute;
  left: -43px;
  top: 7px;
  z-index: 0;
}
.documents .g1 p {
  margin-left: 0;
  padding-left: 0 !important;
  font-size: 1.4em;
  line-height: 1.5em;
  padding-top: 15px;
  padding-bottom: 15px;
}
.documents .g1 h3 {
  font-size: 1.9em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
  color: #474449;
  position: relative;
  cursor: pointer;
}
.documents .g1 h3 span {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: #ffffff url(../img/sprite.png) no-repeat -64px -2015px scroll;
  left: -52px;
  top: -4px;
  position: absolute;
  border-radius: 30px;
  border: solid #666 2px;
}
.documents .g1 li > a {
  display: block;
  font-size: 1.4em;
  color: #329ad6;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.5em;
}
.documents .g1 li > a:hover {
  text-decoration: underline;
}
.documents .g1 li > a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #329ad6;
  position: relative;
  border-radius: 9px;
  margin-right: 8px;
  top: -2px;
}
.documents .g1 .g2 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  padding-left: 25px;
  margin-top: 25px;
  padding-right: 25px;
}
.documents .g1 .g2 h4 {
  padding-bottom: 20px;
  font-size: 1.6em;
  position: relative;
  cursor: pointer;
}
.documents .g1 .g2 h4:before {
  content: '+';
  display: inline-block;
  width: 18px;
  height: 17px;
  left: -75px;
  top: -1px;
  text-align: center;
  z-index: 2;
  background: #777;
  position: absolute;
  border-radius: 20px;
  font-size: 17px;
  font-weight: 800;
  color: #FFF;
  padding-top: 1px;
}
.documents .g1 .g2 h4:after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 2px;
  background: #666;
  position: absolute;
  left: -60px;
  top: 7px;
}
.old-firefox .page .wrap .content,
.item-list .wrap .content {
  width: 68%;
}
.old-firefox .page .wrap .sidebar,
.item-list .wrap .sidebar {
  width: 25%;
}
