/*--COLOR-SCHEMA--*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVc.ttf) format('truetype');
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}
/*--COLOR-SCHEMA--*/
/*color of black stripe*/
/*Menu font*/
/*--FONT-SYSTEM--*/
/*--DEFINITION--*/
/*--FUNCTION--*/
/*--FUNCTION--*/
body {
  width: 100%;
  background: #B6CFE4;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a {
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #3377af;
}
a:hover {
  color: #3377af;
  text-decoration: none;
}
.center {
  width: 960px;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.left {
  float: left;
  text-align: left;
}
.right {
  float: right;
  text-align: right;
}
.clear {
  margin: 0;
  clear: both;
}
.bg {
  background-image: url("../themes/has/assets/design/bg_attemp.png");
  background-repeat: repeat;
}
/*black-stripe*/
#black-stripe {
  width: 100%;
  background-color: #000000;
  height: 36px;
  border-bottom: 1px solid #4a4a4a;
}
#black-stripe p {
  height: 36px;
  line-height: 36px;
  text-align: right;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  color: #ffffff;
}
#black-stripe p a{
    float:left;
    text-decoration: none;
    color:#fff;
    position: relative;
}
#black-stripe p .reg,
#black-stripe p .logOut{
    float:left;
    text-decoration: none;
    color:#fff;
    position: relative;
    margin-left: 25px;
}
#black-stripe p span {
  position: relative;
  margin-left: 25px;
}
#black-stripe p span:first-child:before {
  content: none;
}
#black-stripe p span:before{
  position: absolute;
  content: "|";
  width: 25px;
  text-align: center;
  display: inline-block;
  color: #908f8f;
  left: -25px;
}
#black-stripe p .reg:before,
#black-stripe p .logOut:before{
  position: absolute;
  content: "|";
  width: 25px;
  text-align: center;
  display: inline-block;
  color: #908f8f;
  left: -25px;
}


#menu-stripe {
  position: relative;
  background: #393838 url('../themes/has/assets/design/menu-stripe-bg.png') repeat-x;
  width: 100%;
  height: 57px;
  z-index: 50;
}
#menu-stripe #logo {
  display: block;
  width: 210px;
  height: 113px;
  position: absolute;
  top: 10px;
  background: url("../themes/has/assets/design/logo.png") no-repeat bottom left;
  z-index: 50;
  left: 0;
}
#menu-stripe nav {
  display: inline-block;
  border-top: 3px solid #ffee24;
  line-height: 52px;
  margin-right: 15px;
  margin-left: 225px;
}
#menu-stripe nav ul {
  position: relative;
  z-index: 100;
}
#menu-stripe nav ul li {
  list-style: none;
  display: block;
  float: left;
  position: relative;
  margin-left: 20px;
}
#menu-stripe nav ul li:before {
  content: "";
  display: block;
  left: -20px;
  top: 15px;
  width: 20px;
  height: 25px;
  background: url('../themes/has/assets/design/menu_bullet.png') repeat-y center center;
  position: absolute;
}
#menu-stripe nav ul li:first-child {
  margin-left: 0;
}
#menu-stripe nav ul li:first-child:before {
  content: none;
  display: none;
}
#menu-stripe nav ul li:hover ul {
  display: block;
}
#menu-stripe nav ul li a {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #acacac;
  text-decoration: none;
  text-shadow: 2px 1px 5px #000000;
  text-transform: uppercase;
  filter: dropshadow(color=#000000, offx=2, offy=1);
}
#menu-stripe nav ul li a:hover {
  color: #ffffff;
}
#menu-stripe nav ul li.menu-item-selected a {
  color: #ffffff;
}
#menu-stripe nav ul li ul {
  display: none;
  position: absolute;
  left: -10px;
  top: 45px;
  background: #232323;
  border: 1px solid #4A4A4A;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#menu-stripe nav ul li ul li {
  display: block;
  width: 200px;
  padding: 5px 10px;
  line-height: 20px;
  margin: 0;
}
#menu-stripe nav ul li ul li a {
  font-size: 13px;
  text-transform: none;
}
#menu-stripe nav ul li ul li:before {
  content: none;
  display: none;
}
#menu-stripe .icon {
  width: 27px;
  height: 21px;
  margin: 17px auto;
  display: block;
  cursor: pointer;
  background-image: url("../themes/has/assets/design/icons.png");
}
#menu-stripe .icon.download {
  background-position: 0px 0px;
}
#menu-stripe .icon.magnifyglass {
  background-position: 27px 0px;
}
#menu-stripe .icon.post {
  background-position: 55px 0px;
}
#menu-stripe #gray-brick {
  background: #5a5a5a url('../themes/has/assets/design/gray-brick-bg.png') repeat-x;
}
#menu-stripe #blue-brick {
  background: #008aff url('../themes/has/assets/design/blue-brick-bg.png') repeat-x;
}
#menu-stripe #blue-dark-brick {
  background: #084c85 url('../themes/has/assets/design/blue-dark-brick-bg.png') repeat-x;
}
#menu-stripe .brick {
  height: 57px;
  width: 57px;
  background-color: #000000;
}
#menu-stripe .brick a {
  display: inline-block;
  height: 57px;
  width: 57px;
}
/*Blue-stripes*/
#blue-stripe {
  width: 100%;
  position: absolute;
  z-index: 0;
  background: #135995 url('../themes/has/assets/design/blue-stripe-bg.png') repeat-x;
  border-bottom: 1px solid #white;
  min-height: 437px;
}
#blue-stripe .center {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.08)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#24ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */

}
#blue-stripe #shiny {
  width: 100%;
  height: 231px;
  background: url('../themes/has/assets/design/shine.png') center top no-repeat;
}
/*Page*/
#slider {
  margin-top: 15px;
  position: relative;
  z-index: 20;
}
#slider .carousel-text {
  position: absolute;
  display: table;
  left: 55px;
  top: 70px;
  width: 490px;
  height: 160px;
}
#slider .carousel-text .wrap {
  display: table-cell;
  vertical-align: middle;
}
#slider .carousel-text strong {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  color: #ffee24;
}
#slider .carousel-text span {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  display: block;
  color: #ffffff;
  line-height: 1.3;
  text-transform: uppercase;
}
#slider .carousel-caption {
  height: 12px;
}
.marginTop95 {
  margin-top: 95px;
}
#wrapper {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 1px;
  margin-bottom: 24px;
  position: relative;
  z-index: 40;
  min-height: 500px;
}
#wrapper #page {
  background: #ededed;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 52%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(52%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 52%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ededed 0%, #ffffff 52%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ededed 0%, #ffffff 52%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ededed 0%, #ffffff 52%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

  border: 8px solid #FFF;
  padding: 24px;
  /*podstránka*/

}
#wrapper #page #sub-page {
  width: 100%;
}
#wrapper #page #sub-page #aside-box {
  width: 24%;
}
#wrapper #page #sub-page #aside-box h4 {
  margin-top: 4px;
  /*margin-bottom: 24px;*/

  text-transform: uppercase;
}
#wrapper #page #sub-page #aside-box #vertical-menu {
  width: 100%;
  margin-bottom: 24px;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul {
  margin-left: 1px;
  margin-right: 5px;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li {
  position: relative;
  color: #000000;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  line-height: 24px;
  list-style: none;
  padding-left: 12px;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li:before {
  content: "";
  top: 9px;
  position: absolute;
  display: block;
  background-color: #084c85;
  width: 6px;
  height: 6px;
  left: 0px;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li a:hover {
  text-decoration: underline;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li a.active,
#wrapper #page #sub-page #aside-box #vertical-menu ul li a:opened {
  color: #084c85;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li ul.closed {
  display: none;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li li {
  position: relative;
  line-height: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li li:first-child {
  padding-top: 0;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li li:first-child:before {
  top: 7px;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li li:before {
  background-color: #adadad;
  width: 5px;
  height: 5px;
  left: 0px;
  top: 11px;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li li a {
  color: #444444;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li li a:hover {
  text-decoration: none;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li li a.active {
  font-weight: bold;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li li li {
  line-height: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li li li:before {
  content: none;
}
#wrapper #page #sub-page #aside-box #vertical-menu ul li li li a {
  font-size: 11px;
}
#wrapper #page #sub-page #vertical-hr {
  margin: 0 auto;
  width: 1px;
  height: 450px;
  background: -moz-linear-gradient(top, #b5b5b5 1%, #cfcfcf 27%, rgba(247, 247, 247, 0.47) 66%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b5b5b5), color-stop(27%, #cfcfcf), color-stop(86%, rgba(247, 247, 247, 0.47)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #b5b5b5 1%, #cfcfcf 27%, rgba(247, 247, 247, 0.47) 86%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #b5b5b5 1%, #cfcfcf 27%, rgba(247, 247, 247, 0.47) 86%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #b5b5b5 1%, #cfcfcf 27%, rgba(247, 247, 247, 0.47) 86%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #b5b5b5 1%, #cfcfcf 27%, rgba(247, 247, 247, 0.47) 86%, rgba(255, 255, 255, 0) 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#b5b5b5', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */

  float: left;
}
#wrapper #page #sub-page #content {
  width: 74%;
  text-align: left;
}
#wrapper #page #sub-page #content article {
  position: relative;
  display: block;
  margin-top: 24px;
  width: 100%;
  min-height: 165px;
  border-bottom: 1px solid #b6cfe4;
}
#wrapper #page #sub-page #content article img {
  margin-right: 24px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  width: 179px;
  height: auto;
  display: block;
  background: #FFF;
}
#wrapper #page #sub-page #content article h2 {
  text-align: left;
  color: #084c85;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
#wrapper #page #sub-page #content article h2 a {
  color: #084c85;
}
#wrapper #page #sub-page #content article h2 a:hover {
  color: #084c85;
  text-decoration: none;
}
#wrapper #page #sub-page #content article .read-more {
  display: block;
  position: relative;
  background-color: #b6cfe4;
  width: 110px;
  height: 48px;
  bottom: -2px;
  right: 0;
}
#wrapper #page #sub-page #content article .read-more a {
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  top: 30%;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}
#wrapper #page #sub-page #content article .read-more a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  position: relative;
  top: 30%;
  background-image: url('../themes/has/assets/design/bullet_simple.png');
  background-repeat: no-repeat;
}
#wrapper #page #sub-page #content article .read-more a:hover {
  text-decoration: underline;
}
#wrapper #page #sub-page #content article p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#wrapper #page #sub-page #content article:last-child {
  border-bottom: none;
}
#wrapper #page #sub-page #content article:last-child .read-more {
  position: absolute;
  right: 32px;
  bottom: 0;
}
#wrapper #page h1 {
  color: #084c85;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
}
#wrapper #page h2 {
  color: #084c85;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}
#wrapper #page h3 {
  color: #084c85;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#wrapper #page h4 {
  color: #084c85;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
#wrapper #page hr {
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  margin-bottom: 24px;
  margin-top: 24px;
}
#wrapper #page .black {
  color: #000000;
}
#wrapper #page p {
  color: #000000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
}
#wrapper #page p.normal {
  color: #000000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 24px;
}
#wrapper #page ul {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin: 15px;
}
#wrapper #page ul:empty {
  margin: 0;
}
#wrapper #page .simple li {
  list-style: none;
  line-height: 24px;
  color: #000000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
#wrapper #page .simple li:before {
  content: " ";
  margin-top: 6px;
  margin-left: 9px;
  margin-right: 6px;
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  background-image: url("../themes/has/assets/design/bullet_simple.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#wrapper #page .large {
  width: 100%;
  margin-top: 22px;
  display: block;
}
#wrapper #page .large:after {
  clear: both;
  display: block;
  content: "";
  margin-bottom: 24px;
}
#wrapper #page .large li {
  width: 50%;
  float: left;
  list-style: none;
  line-height: 24px;
  color: #000000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#wrapper #page .large li:before {
  margin-left: 9px;
  content: " ";
  margin-top: 11px;
  margin-right: 14px;
  display: block;
  background-color: #adadad;
  float: left;
  width: 6px;
  height: 6px;
}
#wrapper #page #yellow-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 5px;
  background-color: #ffee24;
  border: 5px solid #fff;
  /* stroke */

  -moz-box-shadow: 0 0 10px rgba(10, 11, 11, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(10, 11, 11, 0.25);
  box-shadow: 0 0 10px rgba(10, 11, 11, 0.25);
}
#wrapper #page #yellow-wrapper br {
  display: none;
}
#wrapper #page #yellow-wrapper table {
  width: 100%;
  background-color: #ffee24;
}
#wrapper #page #yellow-wrapper table tr {
  padding-top: 5px;
}
#wrapper #page #yellow-wrapper table tr td {
  width: 20%;
  height: 150px;
  padding: 5px;
}
#wrapper #page #yellow-wrapper table tr td a span {
  display: block;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  height: 40px;
  color: #084c85;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrapper #page #yellow-wrapper table tr td a:hover {
  color: #000000;
  text-decoration: none;
}
#wrapper #page #yellow-wrapper table tr td a:hover span {
  color: #000000;
}
#wrapper #page #yellow-wrapper table tr td img {
  display: block;
  margin: 10px auto;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
}
#wrapper #page #partners {
  width: 100%;
}
#wrapper #page #partners tr {
  width: 100%;
  height: 100px;
}
#wrapper #page #partners tr th {
  width: 25%;
  display: block;
}
#wrapper #page #partners:after {
  content: "";
  clear: both;
  display: block;
}
#wrapper #page .preview_article {
  margin-bottom: 24px;
  border-bottom: 1px solid #b6cfe4;
  zoom: 1;
}
#wrapper #page .preview_article:before {
  content: '';
  display: block;
}
#wrapper #page .preview_article:after {
  content: '';
  display: table;
  clear: both;
}
#wrapper #page .preview_article h3 a {
  font-size: 18px;
  font-weight: 600;
}
#wrapper #page .preview_article .tray {
  color: #aaa;
}
#wrapper #page .preview_article .read-more {
  display: block;
  background-color: #b6cfe4;
  width: 110px;
  height: 48px;
}
#wrapper #page .preview_article .read-more a {
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  top: 30%;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}
#wrapper #page .preview_article .read-more a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  position: relative;
  top: 30%;
  background-image: url('../themes/has/assets/design/bullet_simple.png');
  background-repeat: no-repeat;
}
#wrapper #page .preview_article .read-more a:hover {
  text-decoration: underline;
}
#wrapper #page .preview_article:last-child {
  border-bottom: none;
}
footer {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #b6cfe4;
}
footer div:not(.center) {
  width: 50%;
}
footer div:not(.center) p {
  font-size: 12px;
  color: #000000;
}
footer div:not(.center) .blue {
  font-size: 12px;
  color: #3377af;
}
footer div:not(.center) a {
  color: #3377af;
  text-decoration: underline;
  font-size: 12px;
}
footer div:not(.center) a:hover {
  color: #000000;
}
.paging {
  float: right;
  margin: 10px 0 !important;
}
.paging strong {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border: 1px solid #084C85;
  text-align: center;
  line-height: 25px;
  background: #084C85;
  color: #FFF;
}
.paging a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border: 1px solid #B6CFE4;
  text-align: center;
  line-height: 25px;
  background: #B6CFE4;
  color: #084C85;
  text-decoration: none;
}
.paging a:hover {
  color: #084C85;
  text-decoration: underline;
}
.paging .separator {
  display: none;
}
.paging .fleft {
  display: inline-block;
  margin-right: 20px;
}
.paging .fright {
  display: inline-block;
}
.article_content p {
  font-weight: 400 !important;
}
.article_content img.foto {
  float: right;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  margin: 25px 0 20px 20px;
}
#download_files ul {
  list-style: none;
  margin: 0 !important;
}
#download_files .flags {
  display: inline-block;
  margin-left: 15px;
}
#download_files .flag {
  display: inline-block;
  width: 21px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url('../themes/has/assets/design/flags.png');
}
#download_files .flag.cz {
  background-position: 0px 0px;
}
#download_files .flag.de {
  background-position: -26px 0px;
}
#download_files .flag.en {
  background-position: -52px 0px;
}
#download_files .flag.fr {
  background-position: -78px 0px;
}
#download_files .flag.it {
  background-position: -104px 0px;
}
.article_previewlist {
  list-style: none;
}
.article_previewlist li {
  position: relative;
  padding-left: 15px;
}
.article_previewlist li:before {
  content: '';
  position: absolute;
  display: block;
  background-color: #adadad;
  width: 6px;
  height: 6px;
  left: 0;
  top: 7px;
}
.certifikaty {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
}
.certifikaty li {
  float: left;
  margin: 0 50px 20px 0;
}
.certifikaty li:hover img {
  box-shadow: 0 0 15px 2px rgba(0, 142, 255, 0.3);
}
.certifikaty li:hover span {
  color: #3377af;
}
.certifikaty img {
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}
.certifikaty span {
  display: block;
  width: 140px;
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
}
#myMap {
  display: block;
  width: 500px;
  position: absolute;
  top: 100px;
  right: 20px;
  border: 1px solid #ccc;
}
#myMap iframe {
    display: block;
}
.form .fieldItemInner {
  clear: both;
  margin: 5px 0;
}
.form .fieldTitle {
  float: left;
  width: 120px;
  line-height: 29px;
  vertical-align: middle;
}
.form label {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-left: 5px;
}
.form .textField {
  border: 1px solid #CCC;
  padding: 5px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  width: 300px;
}
.form .fieldRow {
  display: inline-block;
}
.form em {
  color: red;
  font-size: 12px;
  margin: 0 10px;
}
.form .submitButton {
  padding: 10px 30px;
  margin: 10px 0 0 120px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #FFF;
  cursor: pointer;
  background: #084c85 url('../themes/has/assets/design/blue-dark-brick-bg.png') repeat-x center;
}
.preview_annotation {
  margin: 10px 0;
}
.preview_annotation .url {
  color: #3377af !important;
  font-size: 11px !important;
}
.search_form {
  margin: 30px 0;
}
.search_form label {
  margin-right: 20px;
}
.search_form .search_input {
  border: 1px solid #CCC;
  padding: 5px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  width: 300px;
}
.search_form .submit_button {
  padding: 3px 20px;
  margin: 0 10px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #FFF;
  cursor: pointer;
  background: #084c85 url('../themes/has/assets/design/blue-dark-brick-bg.png') repeat-x center;
}
.carousel-control {
  height: 45px;
}
.aplikace3d {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  zoom: 1;
}
.aplikace3d:before {
  content: '';
  display: block;
}
.aplikace3d:after {
  content: '';
  display: table;
  clear: both;
}
.aplikace3d li {
  display: block;
  float: left;
  margin-right: 15px;
  padding-right: 35px;
  position: relative;
}
.aplikace3d li img {
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}
.aplikace3d li:hover img {
  box-shadow: 0 0 15px 2px rgba(0, 142, 255, 0.3);
}
.aplikace3d li span {
  display: block;
  font-size: 11px;
  text-align: center;
  margin-top: 10px;
}
.aplikace3d li:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 133px;
  content: '';
  background: url('../themes/has/assets/design/3darrow.png') no-repeat center center;
}
.aplikace3d li:last-child:after {
  content: none;
}
.flap {
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 999;
}
.flap  > a > span {
  display: block;
  background: url('../themes/has/assets/design/sprite.png') no-repeat top left;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 2px 2px 2px rgba(16, 18, 17, 0.44);
}
.flap  > a > span.sprite-youtube {
  background-position: 0 -311px;
  width: 51px;
  height: 130px;
}
.flap  > a > span.sprite-catalog {
  background-position: 0 -451px;
  width: 51px;
  height: 160px;
}
.flap  > a > span.sprite-contact {
  background-position: 0 -140px;
  width: 51px;
  height: 160px;
}
.flap form {
  background: #0096ff;
  margin: 0;
  padding: 15px 22px 10px 22px;
  width: 255px;
  min-height: 165px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom-right-radius: 5px;
  box-shadow: 3px 3px 4px rgba(16, 18, 17, 0.44);
}
.flap form .form-row {
  margin: 10px 0;
}
.flap form .form-row.submit {
  text-align: right;
}
.flap form input,
.flap form textarea {
  width: 100%;
  margin: 2px 0 0 0;
  padding: 8px;
  border: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  border-radius: 5px;
  color: #6c6c6c;
  font-size: 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.flap form .submit input {
  text-transform: uppercase;
  color: #fff;
  background: #004e86;
  padding: 15px 0;
  font-size: 14px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-align: center;
  cursor: pointer;
}
.flap form em.error {
  color: #9e0b0f;
}
#youtube.flap {
  top: 485px;
}
#catalog.flap {
  top: 315px;
}
#contact_form.flap {
  top: 145px;
  z-index: 1000;
}
#contact_form.flap .sprite-contact {
  left: 255px;
  position: absolute;
  top: 0;
}
#contact_form .req {
  display: none;
}
#news {
  font-size: 16px;
  background: #3989fd;
  padding: 8px 10px;
  margin: -15px -15px 20px -15px;
}
#news strong {
  color: #20599d;
}
#news .title {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
#news .title:hover {
  text-decoration: underline;
}
#news .more {
  color: #fff;
}
#news .more a {
  color: #fff;
}
.alert{
    height: 132px;
    margin: 20px 0 20px 0;
}
.alert-lock{
    float: left;
}
.alert-text{
    padding-top: 6px;
    line-height: 23px;
}
.popover-content>img{
    width: 150px;
    height: 100px;
}

@media (max-width: 1060px) {
  .flap {
    display: none;
  }
}
.thumb {
    width: 177px;
    height: 113px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-right: 24px;
    float: left;
    border: 1px solid #efefef;
}

.thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.thumbs .thumb {
    display: block;
    float: none;
    width: initial;
    height: initial;
}

.thumbs .thumb  img {
      display: block;
      max-width: 100%;
}
/*!
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.nav{margin-left:0;margin-bottom:20px;list-style:none;}
.nav>li>a{display:block;}
.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee;}
.nav>li>a>img{max-width:none;}
.nav>.pull-right{float:right;}
.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999999;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);text-transform:uppercase;}
.nav li+.nav-header{margin-top:9px;}
.nav-list{padding-left:15px;padding-right:15px;margin-bottom:0;}
.nav-list>li>a,.nav-list .nav-header{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}
.nav-list>li>a{padding:3px 15px;}
.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);background-color:#0088cc;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right:2px;}
.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.nav-tabs,.nav-pills{*zoom:1;}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";line-height:0;}
.nav-tabs:after,.nav-pills:after{clear:both;}
.nav-tabs>li,.nav-pills>li{float:left;}
.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px;}
.nav-tabs{border-bottom:1px solid #ddd;}
.nav-tabs>li{margin-bottom:-1px;}
.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{border-color:#eeeeee #eeeeee #dddddd;}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}
.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{color:#ffffff;background-color:#0088cc;}
.nav-stacked>li{float:none;}
.nav-stacked>li>a{margin-right:0;}
.nav-tabs.nav-stacked{border-bottom:0;}
.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;}
.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{border-color:#ddd;z-index:2;}
.nav-pills.nav-stacked>li>a{margin-bottom:3px;}
.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px;}
.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;}
.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.nav .dropdown-toggle .caret{border-top-color:#0088cc;border-bottom-color:#0088cc;margin-top:6px;}
.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{border-top-color:#005580;border-bottom-color:#005580;}
.nav-tabs .dropdown-toggle .caret{margin-top:8px;}
.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff;}
.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555555;border-bottom-color:#555555;}
.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{cursor:pointer;}
.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{color:#ffffff;background-color:#999999;border-color:#999999;}
.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:1;filter:alpha(opacity=100);}
.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{border-color:#999999;}
.tabbable{*zoom:1;}.tabbable:before,.tabbable:after{display:table;content:"";line-height:0;}
.tabbable:after{clear:both;}
.tab-content{overflow:auto;}
.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0;}
.tab-content>.tab-pane,.pill-content>.pill-pane{display:none;}
.tab-content>.active,.pill-content>.active{display:block;}
.tabs-below>.nav-tabs{border-top:1px solid #ddd;}
.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0;}
.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{border-bottom-color:transparent;border-top-color:#ddd;}
.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{border-color:transparent #ddd #ddd #ddd;}
.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none;}
.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px;}
.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd;}
.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}
.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{border-color:#eeeeee #dddddd #eeeeee #eeeeee;}
.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{border-color:#ddd transparent #ddd #ddd;*border-right-color:#ffffff;}
.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd;}
.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{border-color:#eeeeee #eeeeee #eeeeee #dddddd;}
.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{border-color:#ddd #ddd #ddd transparent;*border-left-color:#ffffff;}
.nav>.disabled>a{color:#999999;}
.nav>.disabled>a:hover,.nav>.disabled>a:focus{text-decoration:none;background-color:transparent;cursor:default;}
.navbar{overflow:visible;margin-bottom:20px;*position:relative;*z-index:2;}
.navbar-inner{min-height:40px;padding-left:20px;padding-right:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top, #ffffff, #f2f2f2);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));background-image:-webkit-linear-gradient(top, #ffffff, #f2f2f2);background-image:-o-linear-gradient(top, #ffffff, #f2f2f2);background-image:linear-gradient(to bottom, #ffffff, #f2f2f2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);*zoom:1;}.navbar-inner:before,.navbar-inner:after{display:table;content:"";line-height:0;}
.navbar-inner:after{clear:both;}
.navbar .container{width:auto;}
.nav-collapse.collapse{height:auto;overflow:visible;}
.navbar .brand{float:left;display:block;padding:10px 20px 10px;margin-left:-20px;font-size:20px;font-weight:200;color:#777777;text-shadow:0 1px 0 #ffffff;}.navbar .brand:hover,.navbar .brand:focus{text-decoration:none;}
.navbar-text{margin-bottom:0;line-height:40px;color:#777777;}
.navbar-link{color:#777777;}.navbar-link:hover,.navbar-link:focus{color:#333333;}
.navbar .divider-vertical{height:40px;margin:0 9px;border-left:1px solid #f2f2f2;border-right:1px solid #ffffff;}
.navbar .btn,.navbar .btn-group{margin-top:5px;}
.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{margin-top:0;}
.navbar-form{margin-bottom:0;*zoom:1;}.navbar-form:before,.navbar-form:after{display:table;content:"";line-height:0;}
.navbar-form:after{clear:both;}
.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px;}
.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0;}
.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px;}
.navbar-form .input-append,.navbar-form .input-prepend{margin-top:5px;white-space:nowrap;}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0;}
.navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0;}.navbar-search .search-query{margin-bottom:0;padding:4px 14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
.navbar-static-top{position:static;margin-bottom:0;}.navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0;}
.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px;}
.navbar-fixed-bottom .navbar-inner{border-width:1px 0 0;}
.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-left:0;padding-right:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}
.navbar-fixed-top{top:0;}
.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);box-shadow:0 1px 10px rgba(0,0,0,.1);}
.navbar-fixed-bottom{bottom:0;}.navbar-fixed-bottom .navbar-inner{-webkit-box-shadow:0 -1px 10px rgba(0,0,0,.1);-moz-box-shadow:0 -1px 10px rgba(0,0,0,.1);box-shadow:0 -1px 10px rgba(0,0,0,.1);}
.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0;}
.navbar .nav.pull-right{float:right;margin-right:0;}
.navbar .nav>li{float:left;}
.navbar .nav>li>a{float:none;padding:10px 15px 10px;color:#777777;text-decoration:none;text-shadow:0 1px 0 #ffffff;}
.navbar .nav .dropdown-toggle .caret{margin-top:8px;}
.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{background-color:transparent;color:#333333;text-decoration:none;}
.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555555;text-decoration:none;background-color:#e5e5e5;-webkit-box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);-moz-box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);}
.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-left:5px;margin-right:5px;color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#ededed;background-image:-moz-linear-gradient(top, #f2f2f2, #e5e5e5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));background-image:-webkit-linear-gradient(top, #f2f2f2, #e5e5e5);background-image:-o-linear-gradient(top, #f2f2f2, #e5e5e5);background-image:linear-gradient(to bottom, #f2f2f2, #e5e5e5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);border-color:#e5e5e5 #e5e5e5 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e5e5e5;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);}.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#ffffff;background-color:#e5e5e5;*background-color:#d9d9d9;}
.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#cccccc \9;}
.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);}
.btn-navbar .icon-bar+.icon-bar{margin-top:3px;}
.navbar .nav>li>.dropdown-menu:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0, 0, 0, 0.2);position:absolute;top:-7px;left:9px;}
.navbar .nav>li>.dropdown-menu:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ffffff;position:absolute;top:-6px;left:10px;}
.navbar-fixed-bottom .nav>li>.dropdown-menu:before{border-top:7px solid #ccc;border-top-color:rgba(0, 0, 0, 0.2);border-bottom:0;bottom:-7px;top:auto;}
.navbar-fixed-bottom .nav>li>.dropdown-menu:after{border-top:6px solid #ffffff;border-bottom:0;bottom:-6px;top:auto;}
.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{border-top-color:#333333;border-bottom-color:#333333;}
.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{background-color:#e5e5e5;color:#555555;}
.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777777;border-bottom-color:#777777;}
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555555;border-bottom-color:#555555;}
.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{left:auto;right:0;}.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{left:auto;right:12px;}
.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{left:auto;right:13px;}
.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{left:auto;right:100%;margin-left:0;margin-right:-1px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top, #222222, #111111);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));background-image:-webkit-linear-gradient(top, #222222, #111111);background-image:-o-linear-gradient(top, #222222, #111111);background-image:linear-gradient(to bottom, #222222, #111111);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);border-color:#252525;}
.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999999;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{color:#ffffff;}
.navbar-inverse .brand{color:#999999;}
.navbar-inverse .navbar-text{color:#999999;}
.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{background-color:transparent;color:#ffffff;}
.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#ffffff;background-color:#111111;}
.navbar-inverse .navbar-link{color:#999999;}.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{color:#ffffff;}
.navbar-inverse .divider-vertical{border-left-color:#111111;border-right-color:#222222;}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{background-color:#111111;color:#ffffff;}
.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;}
.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999999;border-bottom-color:#999999;}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;}
.navbar-inverse .navbar-search .search-query{color:#ffffff;background-color:#515151;border-color:#111111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#cccccc;}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#cccccc;}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#cccccc;}
.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333333;text-shadow:0 1px 0 #ffffff;background-color:#ffffff;border:0;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);box-shadow:0 0 3px rgba(0, 0, 0, 0.15);outline:0;}
.navbar-inverse .btn-navbar{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top, #151515, #040404);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));background-image:-webkit-linear-gradient(top, #151515, #040404);background-image:-o-linear-gradient(top, #151515, #040404);background-image:linear-gradient(to bottom, #151515, #040404);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);border-color:#040404 #040404 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#040404;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#ffffff;background-color:#040404;*background-color:#000000;}
.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000000 \9;}
.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.breadcrumb>li{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 0 #ffffff;}.breadcrumb>li>.divider{padding:0 5px;color:#ccc;}
.breadcrumb>.active{color:#999999;}
.pagination{margin:20px 0;}
.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}
.pagination ul>li{display:inline;}
.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd;border-left-width:0;}
.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5;}
.pagination ul>.active>a,.pagination ul>.active>span{color:#999999;cursor:default;}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999999;background-color:transparent;cursor:default;}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}
.pagination-centered{text-align:center;}
.pagination-right{text-align:right;}
.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px;}
.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}
.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}
.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;}
.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;}
.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px;}
.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:0 6px;font-size:10.5px;}
.carousel{position:relative;margin-bottom:20px;line-height:1;}
.carousel-inner{overflow:hidden;width:100%;position:relative;}
.carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-moz-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;line-height:1;}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block;}
.carousel-inner>.active{left:0;}
.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%;}
.carousel-inner>.next{left:100%;}
.carousel-inner>.prev{left:-100%;}
.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;}
.carousel-inner>.active.left{left:-100%;}
.carousel-inner>.active.right{left:100%;}
.carousel-control{position:absolute;top:40%;font-size:60px;font-weight:100;line-height:30px;color:#ffffff; text-decoration:none;text-align:center; tex
	none;color:#008aff;}.carousel-control.right{left:auto;right:15px; text-decoration: none;}
.carousel-control:hover,.carousel-control:focus{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}
.carousel-indicators{position:absolute;bottom:15px;right:15px;z-index:5;margin:0;list-style:none;}.carousel-indicators li{display:block;float:left;width:10px;height:10px;margin-left:5px;text-indent:-999px;background-color:#008aff;border:
1px solid #ffffff;}
.carousel-indicators .active{background-color:#fff;}
.carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:15px;
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(3,3,3,0) 7%, rgba(38,38,38,0.65) 99%, rgba(38,38,38,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(7%,rgba(3,3,3,0)), color-stop(99%,rgba(38,38,38,0.65)), color-stop(100%,rgba(38,38,38,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(3,3,3,0) 7%,rgba(38,38,38,0.65) 99%,rgba(38,38,38,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(3,3,3,0) 7%,rgba(38,38,38,0.65) 99%,rgba(38,38,38,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(3,3,3,0) 7%,rgba(38,38,38,0.65) 99%,rgba(38,38,38,0.65) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(3,3,3,0) 7%,rgba(38,38,38,0.65) 99%,rgba(38,38,38,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6262626',GradientType=1 ); /* IE6-9 */
}
.carousel-caption h4,.carousel-caption p{color:#ffffff;line-height:20px;}
.carousel-caption h4{margin:0 0 5px;}
.carousel-caption p{margin-bottom:0;}
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);}.well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15);}
.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);}
button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
.pull-right{float:right;}
.pull-left{float:left;}
.hide{display:none;}
.show{display:block;}
.invisible{visibility:hidden;}
.affix{position:fixed;}
.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}.fade.in{opacity:1;}
.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease;}.collapse.in{height:auto;}
.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}
.tooltip.top{margin-top:-3px;padding:5px 0;}
.tooltip.right{margin-left:3px;padding:0 5px;}
.tooltip.bottom{margin-top:3px;padding:5px 0;}
.tooltip.left{margin-left:-3px;padding:0 5px;}
.tooltip-inner{max-width:200px;padding:8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000;}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000;}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000;}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000;}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/*!=========================================================
* bootstrap-lightbox v0.5 - 1/14/2013
* http://jbutz.github.com/bootstrap-lightbox/
* HEAVILY based off bootstrap-modal.js
* ==========================================================
* Copyright (c) 2013 Jason Butz (http://jasonbutz.info)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================= */
.lightbox {
  background-color: transparent;
  text-align: center;
  line-height: 0;
  z-index: 1050;
  position: relative;
  top: 70px;
  outline: none;
}
.lightbox .hide {
  display: none;
}
.lightbox .in {
  display: block;
}
.lightbox-content {
  display: inline-block;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.lightbox-content .lightbox-caption {
  padding: 2%;
  position: absolute;
  left: 11px;
  right: 12px;
  bottom: 11px;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  text-shadow: 0 -1px 0 #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
}
.lightbox-header .close {
  color: white;
  margin-right: -16px;
  margin-top: -16px;
  font-size: 2em;
  opacity: .8;
  filter: alpha(opacity=80);
}
.lightbox-header .close :hover {
  opacity: .4;
  filter: alpha(opacity=40);
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../themes/has/assets/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../themes/has/assets/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../themes/has/assets/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../themes/has/assets/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
