/*!
 * Bootstrap v2.0.1
 *
 * 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.
 */
@import url('http://fonts.googleapis.com/css?family=Ubuntu:500,300,400');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
}
a {
  color: #e20008;
  text-decoration: none;
}
a:hover {
  color: #e20008;
  text-decoration: none;
}
a.teaser-link,
.content-view-line .attribute-header a {
  color: #e20008;
  -webkit-transition: color linear 0.2s;
  -moz-transition: color linear 0.2s;
  -ms-transition: color linear 0.2s;
  -o-transition: color linear 0.2s;
  transition: color linear 0.2s;
}
a.teaser-link h2,
.content-view-line .attribute-header a h2,
a.teaser-link h3,
.content-view-line .attribute-header a h3,
a.teaser-link h4,
.content-view-line .attribute-header a h4,
a.teaser-link h5,
.content-view-line .attribute-header a h5 {
  color: #e20008;
  -webkit-transition: color linear 0.2s;
  -moz-transition: color linear 0.2s;
  -ms-transition: color linear 0.2s;
  -o-transition: color linear 0.2s;
  transition: color linear 0.2s;
}
a.teaser-link:hover,
.content-view-line .attribute-header a:hover,
a.teaser-link:focus,
.content-view-line .attribute-header a:focus {
  text-decoration: none;
  color: #e20008;
}
a.teaser-link:hover h2,
.content-view-line .attribute-header a:hover h2,
a.teaser-link:focus h2,
.content-view-line .attribute-header a:focus h2,
a.teaser-link:hover h3,
.content-view-line .attribute-header a:hover h3,
a.teaser-link:focus h3,
.content-view-line .attribute-header a:focus h3,
a.teaser-link:hover h4,
.content-view-line .attribute-header a:hover h4,
a.teaser-link:focus h4,
.content-view-line .attribute-header a:focus h4,
a.teaser-link:hover h5,
.content-view-line .attribute-header a:hover h5,
a.teaser-link:focus h5,
.content-view-line .attribute-header a:focus h5 {
  color: #e20008;
}
.content-view-line .class-article .border-bottom {
  border-bottom: 1px #ebebeb solid;
}
.highlighted a.teaser-link {
  color: #ffffff;
}
.highlighted a.teaser-link h2,
.highlighted a.teaser-link h3,
.highlighted a.teaser-link h4,
.highlighted a.teaser-link h5 {
  color: #ffffff;
}
.highlighted a.teaser-link:hover,
.highlighted a.teaser-link:focus {
  text-decoration: none;
  color: #e57910;
}
.highlighted a.teaser-link:hover h2,
.highlighted a.teaser-link:focus h2,
.highlighted a.teaser-link:hover h3,
.highlighted a.teaser-link:focus h3,
.highlighted a.teaser-link:hover h4,
.highlighted a.teaser-link:focus h4,
.highlighted a.teaser-link:hover h5,
.highlighted a.teaser-link:focus h5 {
  color: #e57910;
}
.attribute-byline.with-comments a.comments {
  color: #aeaeae;
  text-decoration: none;
}
.attribute-byline.with-comments a.comments:hover,
.attribute-byline.with-comments a.comments:focus {
  color: #e20008;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 60px;
}
.span2 {
  width: 140px;
}
.span3 {
  width: 220px;
}
.span4 {
  width: 300px;
}
.span5 {
  width: 380px;
}
.span6 {
  width: 460px;
}
.span7 {
  width: 540px;
}
.span8 {
  width: 620px;
}
.span9 {
  width: 700px;
}
.span10 {
  width: 780px;
}
.span11 {
  width: 860px;
}
.span12,
.container {
  width: 940px;
}
.offset1 {
  margin-left: 100px;
}
.offset2 {
  margin-left: 180px;
}
.offset3 {
  margin-left: 260px;
}
.offset4 {
  margin-left: 340px;
}
.offset5 {
  margin-left: 420px;
}
.offset6 {
  margin-left: 500px;
}
.offset7 {
  margin-left: 580px;
}
.offset8 {
  margin-left: 660px;
}
.offset9 {
  margin-left: 740px;
}
.offset10 {
  margin-left: 820px;
}
.offset11 {
  margin-left: 900px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.12765957%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid > .span1 {
  width: 6.38297872%;
}
.row-fluid > .span2 {
  width: 14.89361702%;
}
.row-fluid > .span3 {
  width: 23.40425532%;
}
.row-fluid > .span4 {
  width: 31.91489361%;
}
.row-fluid > .span5 {
  width: 40.42553191%;
}
.row-fluid > .span6 {
  width: 48.93617021%;
}
.row-fluid > .span7 {
  width: 57.4468085%;
}
.row-fluid > .span8 {
  width: 65.9574468%;
}
.row-fluid > .span9 {
  width: 74.4680851%;
}
.row-fluid > .span10 {
  width: 82.9787234%;
}
.row-fluid > .span11 {
  width: 91.48936169%;
}
.row-fluid > .span12 {
  width: 99.99999999%;
}
.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
header,
header > .container {
  min-height: 90px;
}
header {
  background-color: #f2f3f3;
  background-image: -moz-linear-gradient(left, white, #f2f3f3);
  background-image: -ms-linear-gradient(left, white, #f2f3f3);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(#f2f3f3));
  background-image: -webkit-linear-gradient(left, white, #f2f3f3);
  background-image: -o-linear-gradient(left, white, #f2f3f3);
  background-image: linear-gradient(left, white, #f2f3f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f2f3f3', GradientType=1);
}
header > .container {
  background: transparent url('../bundles/mzbusinessbase/images/bgr-header.png') no-repeat left bottom;
}
header .logo {
  display: block;
  margin-top: 20px;
}
header .form-search {
  margin-top: 27px;
}
header .form-search label {
  position: relative;
}
header .form-search label:before {
  content: "";
  display: block;
  width: 263px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 8px;
  background: transparent url(../bundles/mzbusinessbase/images/lupa.png) no-repeat right center;
}
header .form-search label input.search-query {
  padding-left: 25px;
  background: none;
  border-color: #3c2563;
  border-radius: 0;
  border-style: none none solid;
  box-shadow: none;
  /*        &:focus{
            .placeholder(transparent);
        }*/
}
header .form-search label input.search-query :-moz-placeholder {
  color: #007ea6;
}
header .form-search label input.search-query ::-webkit-input-placeholder {
  color: #007ea6;
}
.navbar.extra-navi .nav > li#login a.hide-login-form {
  display: none;
}
.navbar.extra-navi .nav > li#login a.show-login-form {
  display: block;
}
.navbar.extra-navi .nav > li#login .login-form {
  margin: 0;
  background: #007ea6;
  color: white;
  position: absolute;
  bottom: -140px;
  right: 0;
  z-index: 10;
  height: 0px;
  overflow: hidden;
  bottom: 0;
  background-color: #00769c;
  background-image: -moz-linear-gradient(top, #007ea6, #006a8d);
  background-image: -ms-linear-gradient(top, #007ea6, #006a8d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007ea6), to(#006a8d));
  background-image: -webkit-linear-gradient(top, #007ea6, #006a8d);
  background-image: -o-linear-gradient(top, #007ea6, #006a8d);
  background-image: linear-gradient(top, #007ea6, #006a8d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ea6', endColorstr='#006a8d', GradientType=0);
  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar.extra-navi .nav > li#login .login-form fieldset {
  display: block;
  padding: 10px;
}
.navbar.extra-navi .nav > li#login .login-form fieldset a.forgot-password,
.navbar.extra-navi .nav > li#login .login-form fieldset a.forgot-password:hover {
  color: white;
  display: inline-block;
  margin-top: 18px;
}
.navbar.extra-navi .nav > li#login .login-form fieldset label {
  display: block;
  padding-right: 10px;
}
.navbar.extra-navi .nav > li#login .login-form fieldset label input {
  width: 100%;
}
.navbar.extra-navi .nav > li#login .login-form a.close:after {
  content: "x";
}
.navbar.extra-navi .nav > li#login:target {
  background-color: #007ea6;
}
.navbar.extra-navi .nav > li#login:target > a,
.navbar.extra-navi .nav > li#login:target > a:hover {
  color: white;
}
.navbar.extra-navi .nav > li#login:target a.hide-login-form {
  display: block;
}
.navbar.extra-navi .nav > li#login:target a.show-login-form {
  display: none;
}
.navbar.extra-navi .nav > li#login:target .login-form {
  display: block;
  height: 140px;
  overflow: hidden;
  bottom: -140px;
}
footer .claim-wrapper {
  min-height: 33px;
  background-color: #3c2563;
  z-index: -1;
}
footer .claim-wrapper a {
  color: #e4af27;
}
footer .footer-content {
  color: white;
  background-color: #009e3c;
  padding-top: 40px;
}
footer .footer-content label {
  color: #ffffff;
}
footer h3 {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2px;
}
.contact-form {
  margin-top: 8px;
}
.contact-form label {
  padding-right: 10px;
}
.contact-form label input,
.contact-form label textarea {
  width: 100%;
}
aside {
  background-color: rgba(249, 249, 249, 0);
  background-image: -moz-linear-gradient(left, #f9f9f9, rgba(249, 249, 249, 0));
  background-image: -ms-linear-gradient(left, #f9f9f9, rgba(249, 249, 249, 0));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f9f9f9), to(rgba(249, 249, 249, 0)));
  background-image: -webkit-linear-gradient(left, #f9f9f9, rgba(249, 249, 249, 0));
  background-image: -o-linear-gradient(left, #f9f9f9, rgba(249, 249, 249, 0));
  background-image: linear-gradient(left, #f9f9f9, rgba(249, 249, 249, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='rgba(249, 249, 249, 0)', GradientType=1);
  position: relative;
}
aside > .subnavigation {
  margin: 118px 0 0 0;
  padding: 10px;
  background-color: #e4af27;
}
aside > .subnavigation h4 {
  margin: 0px;
}
aside > .subnavigation h4 a {
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  font-weight: normal;
}
aside > .subnavigation h4 a:hover {
  color: #ffffff !important;
  background-color: #009e3c !important;
  text-decoration: none;
}
aside > .subnavigation h4.active a {
  color: #ffffff;
  background-color: #009e3c;
}
aside > .subnavigation .menu-list {
  margin: 0px;
}
aside > .subnavigation .menu-list a {
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  font-weight: normal;
}
aside > .subnavigation .menu-list a:hover {
  color: #ffffff !important;
  background-color: #009e3c !important;
  text-decoration: none;
}
aside > .subnavigation .menu-list .active a {
  color: #ffffff;
  background-color: #009e3c;
}
aside > .subnavigation > ul {
  background-color: #e4af27;
  color: #ffffff;
}
aside > .subnavigation > ul li:before {
  display: none;
}
aside > .subnavigation > ul li a {
  display: block;
  padding: 8px 20px;
}
aside > .subnavigation > ul li ul {
  padding: 0;
  margin: 0;
}
aside > .subnavigation > ul li ul > li a {
  padding-left: 40px;
}
aside > .subnavigation > ul li ul > li:first-child {
  border-top: 1px solid #dbdbdc;
}
aside > .subnavigation > ul li ul > li:last-child {
  border-bottom: none;
}
aside > .subnavigation > ul li.active > a {
  background-color: #ffffff;
}
aside > .subnavigation > ul li.active ul {
  display: block;
  background-color: rgba(255, 255, 255, 0.75);
}
aside > .subnavigation > ul.active a {
  color: #ffffff;
  background-color: #009e3c;
  margin: 5px 5px 0px 0px;
}
aside > .content-view-aside {
  position: relative;
}
aside > .content-view-aside:first-child {
  background: -moz-linear-gradient(top, #ffffff 0px, rgba(255, 255, 255, 0) 30px);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0px, #ffffff), color-stop(30px, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0px, rgba(255, 255, 255, 0) 30px);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0px, rgba(255, 255, 255, 0) 30px);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0px, rgba(255, 255, 255, 0) 30px);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0px, rgba(255, 255, 255, 0) 30px);
  /* W3C */
}
aside > .content-view-aside .product-main {
  *zoom: 1;
}
aside > .content-view-aside .product-main:before,
aside > .content-view-aside .product-main:after {
  display: table;
  content: "";
}
aside > .content-view-aside .product-main:after {
  clear: both;
}
aside > .content-view-aside .product-main .attribute-header .subheadline {
  display: block;
  padding: 0 20px 5px 20px;
  margin-top: -12px;
}
aside > .content-view-aside .product-main form {
  margin-bottom: 0;
}
aside > .content-view-aside .product-main form .item-price {
  margin-bottom: 20px;
}
aside > .content-view-aside .product-main form .item-buying-action label {
  width: 50px;
  padding-right: 18px;
}
aside > .content-view-aside .product-main form .item-buying-action label input {
  width: 100%;
}
aside > .content-view-aside article,
aside > .content-view-aside .block-content {
  display: block;
  padding: 20px;
  background-color: rgba(219, 219, 220, 0);
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(-45deg, rgba(219, 219, 220, 0.3), rgba(219, 219, 220, 0));
  background-image: -ms-linear-gradient(-45deg, rgba(219, 219, 220, 0.3), rgba(219, 219, 220, 0));
  background-image: -webkit-linear-gradient(-45deg, rgba(219, 219, 220, 0.3), rgba(219, 219, 220, 0));
  background-image: -o-linear-gradient(-45deg, rgba(219, 219, 220, 0.3), rgba(219, 219, 220, 0));
  background-image: linear-gradient(-45deg, rgba(219, 219, 220, 0.3), rgba(219, 219, 220, 0));
  border-top: 1px solid #ebebeb;
}
aside > .content-view-aside article a.teaser-link,
aside > .content-view-aside .block-content a.teaser-link {
  display: block;
  padding-bottom: 8px;
}
aside > .content-view-aside article.highlighted,
aside > .content-view-aside .block-content.highlighted {
  background-color: #004054;
  background-image: -moz-linear-gradient(top, #004d66, #002c3a);
  background-image: -ms-linear-gradient(top, #004d66, #002c3a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004d66), to(#002c3a));
  background-image: -webkit-linear-gradient(top, #004d66, #002c3a);
  background-image: -o-linear-gradient(top, #004d66, #002c3a);
  background-image: linear-gradient(top, #004d66, #002c3a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004d66', endColorstr='#002c3a', GradientType=0);
}
aside > .content-view-aside article.highlighted a.teaser-link,
aside > .content-view-aside .block-content.highlighted a.teaser-link,
aside > .content-view-aside article.highlighted p,
aside > .content-view-aside .block-content.highlighted p {
  padding-bottom: 0;
  margin-bottom: 0;
}
aside > .content-view-aside article.highlighted p,
aside > .content-view-aside .block-content.highlighted p {
  margin-top: 5px;
}
aside > .content-view-aside article.selected-products,
aside > .content-view-aside .block-content.selected-products {
  padding: 20px 0;
  *zoom: 1;
}
aside > .content-view-aside article.selected-products:before,
aside > .content-view-aside .block-content.selected-products:before,
aside > .content-view-aside article.selected-products:after,
aside > .content-view-aside .block-content.selected-products:after {
  display: table;
  content: "";
}
aside > .content-view-aside article.selected-products:after,
aside > .content-view-aside .block-content.selected-products:after {
  clear: both;
}
aside > .content-view-aside article.selected-products .attribute-image,
aside > .content-view-aside .block-content.selected-products .attribute-image {
  display: block;
  float: left;
  width: 25%;
}
aside > .content-view-aside article.selected-products .attribute-image img,
aside > .content-view-aside .block-content.selected-products .attribute-image img {
  margin: 0 20px;
}
aside > .content-view-aside article.selected-products .product-info,
aside > .content-view-aside .block-content.selected-products .product-info {
  display: block;
  float: left;
  width: 75%;
}
aside > .content-view-aside article.selected-products .product-info .attribute-header,
aside > .content-view-aside .block-content.selected-products .product-info .attribute-header {
  display: block;
  margin-left: 30px;
}
aside > .content-view-aside article.selected-products .product-info .attribute-header .teaser-link,
aside > .content-view-aside .block-content.selected-products .product-info .attribute-header .teaser-link {
  padding-bottom: 0;
}
aside > .content-view-aside article.selected-products .product-info .breadcrumb,
aside > .content-view-aside .block-content.selected-products .product-info .breadcrumb {
  margin-left: 30px;
  padding: 0;
}
aside > .content-view-aside article.selected-products .product-info .breadcrumb li:before,
aside > .content-view-aside .block-content.selected-products .product-info .breadcrumb li:before {
  display: none;
}
aside > .content-view-aside article.selected-products .product-info form,
aside > .content-view-aside .block-content.selected-products .product-info form {
  margin: 5px 0 0 30px;
}
aside > .content-view-aside article.selected-products .product-info form fieldset,
aside > .content-view-aside .block-content.selected-products .product-info form fieldset {
  *zoom: 1;
}
aside > .content-view-aside article.selected-products .product-info form fieldset:before,
aside > .content-view-aside .block-content.selected-products .product-info form fieldset:before,
aside > .content-view-aside article.selected-products .product-info form fieldset:after,
aside > .content-view-aside .block-content.selected-products .product-info form fieldset:after {
  display: table;
  content: "";
}
aside > .content-view-aside article.selected-products .product-info form fieldset:after,
aside > .content-view-aside .block-content.selected-products .product-info form fieldset:after {
  clear: both;
}
aside > .content-view-aside article.selected-products .product-info form fieldset .item-price,
aside > .content-view-aside .block-content.selected-products .product-info form fieldset .item-price {
  display: block;
  float: left;
  width: 50%;
  margin-top: 5px;
}
aside > .content-view-aside article.selected-products .product-info form fieldset .item-buying-action,
aside > .content-view-aside .block-content.selected-products .product-info form fieldset .item-buying-action {
  display: block;
  float: left;
  width: 50%;
}
aside > .content-view-aside article.selected-products .product-info form fieldset .item-buying-action input,
aside > .content-view-aside .block-content.selected-products .product-info form fieldset .item-buying-action input {
  width: 20px;
  text-align: center;
}
aside > .content-view-aside .block-type-poll form h3 {
  margin-bottom: 10px;
}
aside > .content-view-aside .block-type-poll form .actions {
  margin-top: 10px;
}
aside > .content-view-aside:last-child > article:last-child {
  padding-bottom: 70px;
}
aside > .content-view-aside:last-child > article:last-child:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#ffffff', GradientType=0);
}
.ie.ie9 aside {
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -ms-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: linear-gradient(top, #ffffff, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
}
.content-view-full,
.content-view-children,
.content-view-block,
.content-view-embed,
.content-view-tagcloud {
  margin: 26px 0 50px 0;
}
.content-view-full article,
.content-view-children article,
.content-view-block article,
.content-view-embed article,
.content-view-tagcloud article {
  display: block;
}
.content-view-full article .attribute-image.full-head,
.content-view-children article .attribute-image.full-head,
.content-view-block article .attribute-image.full-head,
.content-view-embed article .attribute-image.full-head,
.content-view-tagcloud article .attribute-image.full-head {
  margin-bottom: 1em;
}
.content-view-full article .attribute-image.content-view-embed,
.content-view-children article .attribute-image.content-view-embed,
.content-view-block article .attribute-image.content-view-embed,
.content-view-embed article .attribute-image.content-view-embed,
.content-view-tagcloud article .attribute-image.content-view-embed {
  width: 50%;
}
.content-view-full article .attribute-image.content-view-embed.pull-right,
.content-view-children article .attribute-image.content-view-embed.pull-right,
.content-view-block article .attribute-image.content-view-embed.pull-right,
.content-view-embed article .attribute-image.content-view-embed.pull-right,
.content-view-tagcloud article .attribute-image.content-view-embed.pull-right {
  margin-left: 20px;
}
.content-view-full article .attribute-image.content-view-embed.pull-left,
.content-view-children article .attribute-image.content-view-embed.pull-left,
.content-view-block article .attribute-image.content-view-embed.pull-left,
.content-view-embed article .attribute-image.content-view-embed.pull-left,
.content-view-tagcloud article .attribute-image.content-view-embed.pull-left {
  margin-right: 20px;
}
.content-view-full article ul,
.content-view-children article ul,
.content-view-block article ul,
.content-view-embed article ul,
.content-view-tagcloud article ul,
.content-view-full article ol,
.content-view-children article ol,
.content-view-block article ol,
.content-view-embed article ol,
.content-view-tagcloud article ol {
  margin-top: 0.5em;
}
.content-view-full article ul li,
.content-view-children article ul li,
.content-view-block article ul li,
.content-view-embed article ul li,
.content-view-tagcloud article ul li,
.content-view-full article ol li,
.content-view-children article ol li,
.content-view-block article ol li,
.content-view-embed article ol li,
.content-view-tagcloud article ol li {
  margin-bottom: 0.5em;
}
.content-view-full .class-poll label input[type="radio"] {
  display: inline-block;
}
.content-view-block,
.content-view-sitemap,
.content-edit,
.content-edit-landing-page,
.content-search,
.content-advancedsearch,
.content-tipafriend,
.content-edit-draft,
.content-draft,
.content-pendinglist,
.content-browse,
.content-history,
.shop-customerorderview,
.shop-wishlist,
.shop-orderview,
.shop-orderlist,
.user-edit,
.user-forgotpassword,
.user-login,
.user-register,
.notification-settings {
  margin-top: 26px;
}
.attribute-image .attribute-caption {
  display: block;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), color-stop(50%, #f9f9f9), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #ffffff, #f9f9f9 50%, #ffffff);
  background-image: -moz-linear-gradient(left, #ffffff, #f9f9f9 50%, #ffffff);
  background-image: -ms-linear-gradient(left, #ffffff, #f9f9f9 50%, #ffffff);
  background-image: -o-linear-gradient(left, #ffffff, #f9f9f9 50%, #ffffff);
  background-image: linear-gradient(left, #ffffff, #f9f9f9 50%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  border-bottom: 1px solid #ebebeb;
  padding: 0 10px 3px 10px;
}
.content-view-embed .attribute-header {
  margin-top: 2em;
}
.content-view-embed .attribute-header + div,
.content-view-embed .attribute-header + form {
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -o-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: linear-gradient(top, #f9f9f9, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
}
.content-view-embed .attribute-header + form {
  padding-top: 10px;
}
.attribute-header + .comment,
.attribute-header + .file-to-download {
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -o-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: linear-gradient(top, #f9f9f9, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
  border-top: 1px solid #ebebeb;
}
.content-view-children .attribute-header + .file-to-download {
  border-top: none;
  margin-top: -5px;
}
.file-to-download {
  display: block;
  position: relative;
  padding: 0 10px 0 60px;
  min-height: 55px;
  margin-bottom: 0.5em;
}
.file-to-download:before {
  content: "";
  display: block;
  position: absolute;
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -92px -22px;
  width: 36px;
  height: 35px;
  left: 8px;
  top: 10px;
}
.file-to-download .header {
  *zoom: 1;
  padding: 5px 0;
}
.file-to-download .header:before,
.file-to-download .header:after {
  display: table;
  content: "";
}
.file-to-download .header:after {
  clear: both;
}
.comment {
  display: block;
  position: relative;
  padding: 0 15px 0 115px;
  min-height: 97px;
  *zoom: 1;
}
.comment:before,
.comment:after {
  display: table;
  content: "";
}
.comment:after {
  clear: both;
}
.comment .profile-picture {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 70px;
  height: 70px;
  border: 1px solid #dbdbdc;
  padding: 5px;
  background-color: #f2f6f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.comment .comment-content-wrapper {
  display: block;
  position: relative;
  border: 1px solid #dbdbdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 15px;
  padding: 15px 20px;
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -ms-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: linear-gradient(top, #ffffff, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
}
.comment .comment-content-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: -9px;
  top: 15px;
  width: 9px;
  height: 17px;
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -137px top;
}
.comment .comment-content-wrapper .header,
.comment .comment-content-wrapper .comment-headline {
  display: block;
  *zoom: 1;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 2px 0;
  margin-bottom: 2px;
}
.comment .comment-content-wrapper .header:before,
.comment .comment-content-wrapper .comment-headline:before,
.comment .comment-content-wrapper .header:after,
.comment .comment-content-wrapper .comment-headline:after {
  display: table;
  content: "";
}
.comment .comment-content-wrapper .header:after,
.comment .comment-content-wrapper .comment-headline:after {
  clear: both;
}
.comment .comment-content-wrapper .ezcom-comment-tool {
  display: block;
  *zoom: 1;
  padding: 10px 0 0 0;
  text-align: left;
}
.comment .comment-content-wrapper .ezcom-comment-tool:before,
.comment .comment-content-wrapper .ezcom-comment-tool:after {
  display: table;
  content: "";
}
.comment .comment-content-wrapper .ezcom-comment-tool:after {
  clear: both;
}
.comment-form {
  display: block;
  margin-bottom: 1em;
}
.comment-form .logging-message {
  margin-bottom: 10px;
}
.video-js {
  width: 100% !important;
}
.tags-wrapper {
  display: block;
  border-top: 1px solid #ebebeb;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -o-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: linear-gradient(top, #f9f9f9, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
  margin: 0 0 1em 0;
  padding-top: 15px;
  *zoom: 1;
}
.tags-wrapper:before,
.tags-wrapper:after {
  display: table;
  content: "";
}
.tags-wrapper:after {
  clear: both;
}
.tags-wrapper li {
  display: inline-block;
  margin-right: 10px;
}
.tags-wrapper li:before {
  display: none;
}
.tags-wrapper li a {
  display: block;
  -webkit-border-radius: 15px 2px 2px 15px;
  -moz-border-radius: 15px 2px 2px 15px;
  border-radius: 15px 2px 2px 15px;
  border: 1px solid #dbdbdc;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dbdbdc);
  background-image: -ms-linear-gradient(top, #ebebeb, #dbdbdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dbdbdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dbdbdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dbdbdc);
  background-image: linear-gradient(top, #ebebeb, #dbdbdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dbdbdc', GradientType=0);
  color: #6f6f6f;
  font-size: 13px;
  *zoom: 1;
}
.tags-wrapper li a:before,
.tags-wrapper li a:after {
  display: table;
  content: "";
}
.tags-wrapper li a:after {
  clear: both;
}
.tags-wrapper li a .tag-title {
  display: block;
  float: left;
  padding: 2px 5px 2px 18px;
  position: relative;
  overflow: hidden;
}
.tags-wrapper li a .tag-title:before {
  content: '\b7';
  position: absolute;
  left: 3px;
  top: 3px;
  height: 15px;
  width: 15px;
  font-size: 42px;
  color: #ffffff;
  text-shadow: 0 0 1px #6f6f6f;
}
.tags-wrapper li a .tag-amount {
  display: block;
  float: left;
  color: #969696;
  border-left: 1px solid #dbdbdc;
  padding: 2px 5px;
}
.tags-wrapper li a:hover,
.tags-wrapper li a:focus {
  text-decoration: none;
}
.tags-wrapper li a:hover .tag-title,
.tags-wrapper li a:focus .tag-title {
  color: #e20008;
}
.tags-wrapper li a:hover .tag-title:before,
.tags-wrapper li a:focus .tag-title:before {
  color: #e57910;
  text-shadow: none;
}
.content-view-children .attribute-header h1,
.content-view-children .attribute-header h2,
.content-view-children .attribute-header h3,
.content-view-children .attribute-header h4,
.content-view-children .attribute-header h5,
.content-view-children .attribute-header h6 {
  margin-bottom: 5px;
}
.content-view-children .content-view-line {
  margin-bottom: 1em;
  *zoom: 1;
}
.content-view-children .content-view-line:before,
.content-view-children .content-view-line:after {
  display: table;
  content: "";
}
.content-view-children .content-view-line:after {
  clear: both;
}
.content-view-children .content-view-line .with-product-number {
  padding-right: 150px;
  position: relative;
  display: block;
}
.content-view-children .content-view-line .with-product-number .product-number {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
  color: #969696;
  text-align: right;
}
.content-view-children .content-view-line form .item-price,
.content-view-children .content-view-line form .item-buying-action {
  text-align: right;
}
.content-view-children .content-view-line form .item-price {
  margin-bottom: 13px;
}
.content-view-children .contacts-container article {
  margin-top: 10px;
}
.content-view-children .contacts-container article .person-position {
  margin-bottom: 0;
}
.content-view-children .contacts-container article .image-and-data-set {
  margin-top: 10px;
  padding-bottom: 10px;
}
.content-view-children .contacts-container article .image-and-data-set ul {
  margin: 0;
  padding: 0;
}
.content-view-children .contacts-container article .image-and-data-set ul li:before {
  content: "";
  height: 19px;
  width: 19px;
  margin-right: 0.5em;
  display: inline-block;
  background-color: #a4a4a4;
  background-image: -moz-linear-gradient(top, #aeaeae, #969696);
  background-image: -ms-linear-gradient(top, #aeaeae, #969696);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aeaeae), to(#969696));
  background-image: -webkit-linear-gradient(top, #aeaeae, #969696);
  background-image: -o-linear-gradient(top, #aeaeae, #969696);
  background-image: linear-gradient(top, #aeaeae, #969696);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeaeae', endColorstr='#969696', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: text-bottom;
  position: relative;
  left: auto;
  top: auto;
}
.content-view-children .contacts-container article .image-and-data-set ul li.phone.mobile:before {
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -61px 0;
}
.content-view-children .contacts-container article .image-and-data-set ul li.phone.landline:before {
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -80px 0;
}
.content-view-children .contacts-container article .image-and-data-set ul li.messenger.skype:before {
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -99px 0;
}
.content-view-children .contacts-container article .image-and-data-set ul li.social.twitter:before {
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -118px 0;
}
.attribute-star-rating {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 1em 0;
  padding: 10px 0;
  font-size: 13px;
  text-align: right;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -o-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: linear-gradient(top, #f9f9f9, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
  *zoom: 1;
}
.attribute-star-rating:before,
.attribute-star-rating:after {
  display: table;
  content: "";
}
.attribute-star-rating:after {
  clear: both;
}
.attribute-star-rating ul.ezsr-star-rating {
  float: left;
}
.attribute-star-rating ul.ezsr-star-rating > li:before {
  display: none;
}
.attribute-star-rating p {
  font-size: 13px;
}
.attribute-download {
  *zoom: 1;
  padding: 10px 0;
}
.attribute-download:before,
.attribute-download:after {
  display: table;
  content: "";
}
.attribute-download:after {
  clear: both;
}
.shop-basket,
.shop-userregister,
.shop-confirmorder {
  margin: 20px 0;
}
.shop-basket ul,
.shop-userregister ul,
.shop-confirmorder ul {
  margin-left: 0;
  *zoom: 1;
}
.shop-basket ul li,
.shop-userregister ul li,
.shop-confirmorder ul li {
  float: left;
  padding: 10px 15px;
}
.shop-basket ul li:first-child,
.shop-userregister ul li:first-child,
.shop-confirmorder ul li:first-child {
  padding-left: 0;
}
.shop-basket ul li:first-child.selected,
.shop-userregister ul li:first-child.selected,
.shop-confirmorder ul li:first-child.selected {
  padding-left: 10px;
}
.shop-basket ul li.selected,
.shop-userregister ul li.selected,
.shop-confirmorder ul li.selected {
  background-color: #e57910;
  color: #ffffff;
}
.shop-basket ul:before,
.shop-userregister ul:before,
.shop-confirmorder ul:before,
.shop-basket ul:after,
.shop-userregister ul:after,
.shop-confirmorder ul:after {
  display: table;
  content: "";
}
.shop-basket ul:after,
.shop-userregister ul:after,
.shop-confirmorder ul:after {
  clear: both;
}
.attribute-socialize {
  margin: 0 0 1em 0;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -o-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: linear-gradient(top, #f9f9f9, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
  *zoom: 1;
}
.attribute-socialize:before,
.attribute-socialize:after {
  display: table;
  content: "";
}
.attribute-socialize:after {
  clear: both;
}
.attribute-socialize .social-button {
  display: inline-block;
  vertical-align: top;
}
.class-article .attribute-star-rating,
.class-video .attribute-star-rating,
.class-image .attribute-star-rating {
  margin-bottom: 0;
}
.class-product .attribute-socialize {
  margin-bottom: 0;
  background-color: rgba(219, 219, 220, 0);
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(-45deg, rgba(219, 219, 220, 0.3), rgba(219, 219, 220, 0));
  background-image: -ms-linear-gradient(-45deg, rgba(219, 219, 220, 0.3), rgba(219, 219, 220, 0));
  background-image: -webkit-linear-gradient(-45deg, rgba(219, 219, 220, 0.3), rgba(219, 219, 220, 0));
  background-image: -o-linear-gradient(-45deg, rgba(219, 219, 220, 0.3), rgba(219, 219, 220, 0));
  background-image: linear-gradient(-45deg, rgba(219, 219, 220, 0.3), rgba(219, 219, 220, 0));
  border-width: 1px 0 0 0;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#ebebeb), to(rgba(235, 235, 235, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(right, #ebebeb, rgba(235, 235, 235, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(right, #ebebeb, rgba(235, 235, 235, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(right, #ebebeb, rgba(235, 235, 235, 0)) 1 100%;
  padding-top: 20px;
}
.feedback-form {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}
.feedback-form label {
  margin-bottom: 0;
}
.attribute-comments .ezcom-function-title {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.attribute-comments .ezcom-field {
  padding: 0;
}
.attribute-comments .ezcom-field label {
  margin-bottom: 0;
}
.attribute-comments .ezcom-field label.checkbox input {
  margin-top: 6px;
}
.attribute-comments .ezcom-field.ezcom-field-content {
  margin-bottom: 5px;
}
.attribute-comments .ezcom-field.actions {
  margin-top: 10px;
}
.attribute-byline.with-comments {
  display: block;
  position: relative;
  padding-right: 50px;
}
.attribute-byline.with-comments .comments {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  text-align: right;
}
.attribute-byline.with-comments .comments:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat left -13px;
}
.attribute-byline.with-comments .comments:hover:before,
.attribute-byline.with-comments .comments:focus:before {
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat left -24px;
}
.flyout {
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 15;
}
.flyout h2 {
  background-color: #00769c;
  background-image: -moz-linear-gradient(top, #007ea6, #006a8d);
  background-image: -ms-linear-gradient(top, #007ea6, #006a8d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007ea6), to(#006a8d));
  background-image: -webkit-linear-gradient(top, #007ea6, #006a8d);
  background-image: -o-linear-gradient(top, #007ea6, #006a8d);
  background-image: linear-gradient(top, #007ea6, #006a8d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ea6', endColorstr='#006a8d', GradientType=0);
  color: #ffffff;
}
.user-login .button-right {
  float: none;
}
.class-call-to-action .attribute-header {
  padding-bottom: 20px;
}
.class-call-to-action .span2 {
  text-align: right;
}
.class-call-to-action .form {
  background-color: #f4f4f4;
  padding: 10px 0 10px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.class-call-to-action .form .content-action {
  padding-right: 5px;
}
.class-call-to-action .span3 .box {
  width: 95%;
}
.class-call-to-action .attribute-image {
  padding-left: 10px;
}
#ajaxsearchbox .textfield {
  width: 150px;
  margin-bottom: 0;
}
#ajaxsearchbox .serach-button {
  vertical-align: middle;
}
#ajaxsearchbox .block {
  margin-bottom: 1em;
}
#ajaxsearchbox .search-results span {
  margin-bottom: 0.5em;
  display: block;
}
.content-navigator {
  display: block;
  text-align: center;
}
.content-navigator div {
  display: inline;
  text-align: center;
}
.content-navigator .content-navigator-separator,
.content-navigator .content-navigator-separator-disabled {
  padding-left: 4px;
  padding-right: 4px;
}
.content-navigator .content-navigator-arrow {
  font-size: 150%;
}
.pagenavigator {
  text-align: center;
  clear: both;
}
.pagenavigator .previous {
  float: left;
}
.pagenavigator .next {
  float: right;
}
.calendar .month h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}
.calendar .month .previous,
.calendar .month .next {
  font-weight: bold;
  margin: 0 4px 0 4px;
  padding-top: 0.1em;
  display: inline;
  /* Fix for IE */
}
.calendar .month .previous p,
.calendar .month .next p {
  display: inline;
}
.calendar .month .previous {
  float: left;
}
.calendar .month .next {
  float: right;
}
#diffview {
  margin-bottom: 1em;
}
#diffview ul {
  margin: 0 0 0.5em 0;
  padding: 0.25em 0.5em 0.25em 0.5em;
  border-bottom: 1px solid #808080;
  display: block;
}
#diffview ul li {
  font-size: 0.85em;
  margin: 0 0.5em 0 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
.attribute-view-diff {
  padding: 0.25em;
  border: 1px solid #d7d7d2;
}
.attribute-view-diff label {
  color: #75756c;
}
.attribute-view-diff-old {
  padding-bottom: 0.25em;
  border-bottom: 1px dashed #bfbfb7;
}
.attribute-view-diff-new {
  padding-top: 0.25em;
}
ins {
  color: #008000;
  text-decoration: none;
  border-bottom: 1px solid #00b000;
}
del {
  color: #d98078;
  text-decoration: line-through;
}
ins:hover,
del:hover {
  background-color: #ffffff;
}
ins:hover {
  color: #006000;
  border-bottom: none;
}
del:hover {
  color: #852c25;
  text-decoration: none;
}
.blockchanges ins,
.blockchanges del {
  color: #000000;
  padding-left: 0.5em;
  text-decoration: none;
  border-bottom: none;
  display: block;
}
.blockchanges ins {
  border-left: 0.5em solid #008000;
}
.blockchanges del {
  border-left: 0.5em solid #d98078;
}
.previous ins {
  display: none;
}
.previous del {
  color: #000000;
  background-color: #ffff00;
  border-bottom: none;
  text-decoration: none;
}
.latest del {
  display: none;
}
.latest ins {
  color: #000000;
  background-color: #ffff00;
  border-bottom: none;
  text-decoration: none;
}
#wo-breadcrumbs {
  padding-bottom: 0px;
}
#wo-breadcrumbs li:before {
  content: none;
}
p {
  margin: 0 0 10.5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 21px;
}
p small {
  font-size: 13px;
  color: #dbdbdc;
}
.lead {
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: 200;
  line-height: 31.5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #333333;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #dbdbdc;
}
h1 {
  font-size: 36px;
  line-height: 42px;
  color: #007ea6;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 42px;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 31.5px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 21px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #dbdbdc;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 20px;
  margin: 21px 0;
  border-bottom: 1px solid #ebebeb;
}
.page-header h1 {
  line-height: 1;
}
aside h2,
aside h3,
aside h4,
aside h5,
aside h6 {
  font-weight: 300;
}
aside h2 {
  font-size: 18px;
  line-height: 34px;
  padding: 7px 20px 7px 20px;
  font-weight: 500;
  color: #007ea6;
}
aside article + .attribute-header h2,
aside article + .block-type-poll .attribute-header h2,
aside .subnavigation .attribute-header h2 {
  padding-top: 27px;
}
aside h3 {
  font-size: 18px;
  line-height: 22px;
  color: #007ea6;
}
aside article,
aside .block-content {
  font-size: 13px;
  line-height: 18px;
}
aside article a .attribute-image + .attribute-header,
aside .block-content a .attribute-image + .attribute-header {
  margin-top: 7px;
}
aside article p,
aside .block-content p {
  line-height: inherit;
  font-size: inherit;
}
aside article ul,
aside .block-content ul {
  margin-bottom: 5px;
}
aside article ul li,
aside .block-content ul li {
  margin-bottom: 5px;
}
aside > .subnavigation > .attribute-header h2 {
  float: left;
  margin-left: 20px;
  width: 300px;
}
aside > .subnavigation > ul > li {
  font-size: 16px;
}
aside > .subnavigation > ul > li ul li {
  font-size: 13px;
}
aside > .subnavigation > ul > li ul li a {
  color: #6f6f6f;
}
aside > .subnavigation > ul > li ul li.active a {
  color: #e57910;
}
aside > .subnavigation > ul > li a:hover,
aside > .subnavigation > ul > li a:focus {
  text-decoration: none;
  color: #e20008;
}
aside .item-price {
  color: #e57910;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
}
aside .item-price .old-price {
  color: #e20008;
  text-decoration: line-through;
}
aside .product-main > .attribute-header h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}
aside .product-main > .attribute-header .subheadline {
  color: #aeaeae;
  font-size: 13px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10.5px 1em;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ol {
  list-style: decimal;
}
li {
  line-height: 21px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
section ul li,
footer ul li,
section ol li,
footer ol li {
  position: relative;
}
section ul li:before,
footer ul li:before,
section ol li:before,
footer ol li:before {
  color: #006a8d;
  display: inline-block;
  position: absolute;
  left: -13px;
  top: -1px;
}
dl {
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 21px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10.5px;
}
hr {
  margin: 21px 0;
  border: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #dbdbdc;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
blockquote {
  padding: 0;
  margin: 1.5em 0;
  background-color: #007297;
  background-image: -moz-linear-gradient(top, #006a8d, #007ea6);
  background-image: -ms-linear-gradient(top, #006a8d, #007ea6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006a8d), to(#007ea6));
  background-image: -webkit-linear-gradient(top, #006a8d, #007ea6);
  background-image: -o-linear-gradient(top, #006a8d, #007ea6);
  background-image: linear-gradient(top, #006a8d, #007ea6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006a8d', endColorstr='#007ea6', GradientType=0);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  font-family: "Georgia", "Times New Roman", serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  padding: 30px 20px 10px 20px;
  *zoom: 1;
}
blockquote:before,
blockquote:after {
  display: table;
  content: "";
}
blockquote:after {
  clear: both;
}
blockquote .blockquote-body {
  *zoom: 1;
}
blockquote .blockquote-body:before,
blockquote .blockquote-body:after {
  display: table;
  content: "";
}
blockquote .blockquote-body:after {
  clear: both;
}
blockquote .blockquote-body p {
  margin-bottom: 20px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
blockquote .blockquote-body p:first-child:before {
  content: '\AB';
}
blockquote .blockquote-body p:last-child:after {
  content: '\BB';
}
blockquote small {
  display: block;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 10px;
}
blockquote small:before {
  content: '\2014 \00A0';
}
.object-left blockquote p {
  text-align: left;
}
.object-center blockquote p {
  text-align: center;
}
.object-right blockquote p {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 21px;
  line-height: 21px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
.attribute-byline,
.attribute-caption {
  font-size: 13px;
  line-height: 21px;
  color: #969696;
}
.attribute-byline p,
.attribute-caption p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.strong {
  font-weight: bold;
}
.content-view-full article h2,
.content-view-full article h3,
.content-view-full article h4,
.content-view-full article h5,
.content-view-full article h6 {
  line-height: 31.5px;
}
.content-view-full article h4,
.content-view-full article h5,
.content-view-full article h6 {
  font-size: 18px;
}
.content-view-children .attribute-header h2,
.content-view-children .attribute-header h3,
.content-view-children .attribute-header h4,
.content-view-children .attribute-header h5,
.content-view-children .attribute-header h6 {
  line-height: 1.5em;
  font-weight: 300;
  font-size: 18px;
}
.content-view-children .item-price {
  color: #e57910;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
}
.content-view-children .contacts-container h3,
.content-view-children .contacts-container h4 {
  color: #e57910;
  font-weight: 500;
}
.content-view-children .contacts-container .person-position,
.content-view-children .contacts-container .image-and-data-set ul li {
  font-size: 13px;
  color: #6f6f6f;
}
.content-view-children .contacts-container .person-position {
  font-style: italic;
}
.file-to-download .header {
  font-weight: bold;
}
.file-to-download .file-size {
  color: #000000;
}
.file-to-download .description,
.file-to-download .modified-date {
  color: #6f6f6f;
}
.comment .header .profile-name {
  font-weight: bold;
}
.comment .header .comment-date {
  color: #dbdbdc;
  font-size: 13px;
}
.comment .comment-headline {
  font-weight: bold;
  color: #6f6f6f;
}
.comment .comment-body {
  color: #6f6f6f;
}
.main-navi {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.main-navi .sublevel {
  font-weight: 300;
}
.extra-navi {
  font-size: 13px;
}
.breadcrumb {
  font-size: 13px;
}
footer .claim-wrapper {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: #f9f9f9;
}
footer .claim-wrapper .sublevel {
  font-weight: 300;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 14px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 12px;
  line-height: 21px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre.prettyprint {
  margin-bottom: 21px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 21px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 31.5px;
  font-size: 22.5px;
  line-height: 42px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 15.75px;
  color: #dbdbdc;
}
label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-weight: normal;
  line-height: 21px;
}
input,
button,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
button {
  font-weight: 500;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 21px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 21px;
  color: #333333;
  border: 1px solid #dbdbdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #e4af27;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #e4af27;
  border-color: #e4af27;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #c09118;
  -webkit-box-shadow: 0 0 6px #efd182;
  -moz-box-shadow: 0 0 6px #efd182;
  box-shadow: 0 0 6px #efd182;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #e4af27;
  background-color: #f2dede;
  border-color: #e4af27;
}
.error {
  color: #e4af27 !important;
}
footer form label.error,
#recaptcha-message {
  padding-bottom: 10px;
  color: #e4af27 !important;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 20px 20px 21px;
  margin-top: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #aeaeae;
}
::-webkit-input-placeholder {
  color: #aeaeae;
}
input:focus :-moz-placeholder,
textarea:focus :-moz-placeholder {
  color: transparent;
}
input:focus ::-webkit-input-placeholder,
textarea:focus ::-webkit-input-placeholder {
  color: transparent;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: #dbdbdc;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
  *zoom: 1;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
  display: table;
  content: "";
}
.input-prepend:after,
.input-append:after {
  clear: both;
}
.input-prepend input,
.input-append input,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 21px;
  margin-right: -1px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 21px;
  color: #dbdbdc;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background-color: #38ff84;
  border-color: #009e3c;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}
.input-append input,
.input-append .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
.input-append .add-on {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:first-child {
  *margin-left: -160px;
}
.input-append input:first-child + .add-on {
  *margin-left: -21px;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #ebebeb, #f9f9f9);
  background-image: -ms-linear-gradient(top, #ebebeb, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #ebebeb, #f9f9f9);
  background-image: -o-linear-gradient(top, #ebebeb, #f9f9f9);
  background-image: linear-gradient(top, #ebebeb, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#f9f9f9', GradientType=0);
  color: #555454;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  display: inline-block;
}
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on,
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on {
  vertical-align: middle;
}
.form-search .radio,
.form-inline .radio,
.form-search .checkbox,
.form-inline .checkbox {
  margin-bottom: 0;
  vertical-align: middle;
}
.control-group {
  margin-bottom: 10.5px;
}
legend + .control-group {
  margin-top: 21px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 21px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.box {
  width: 99%;
}
.halfbox {
  width: 49%;
}
.block fieldset {
  border: 1px solid #DBDBDC;
  padding: 10px;
  margin-bottom: 10px;
}
.block input {
  vertical-align: baseline;
}
.block legend {
  margin-bottom: 21px;
  font-size: 15px;
  line-height: 21px;
  color: #333333;
  border-bottom: none;
  font-weight: bold;
  width: inherit;
}
.block label {
  font-weight: bold;
}
.block .element,
.block .halfelement {
  float: left;
  padding-right: 10px;
}
.block .element input[type="text"],
.block .halfelement input[type="text"] {
  width: 150px;
}
.buttonblock {
  margin-top: 10px;
}
select[name="FromVersion"],
select[name="ToVersion"] {
  width: 60px;
}
.form-success {
  text-align: center;
  font-weight: bold;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.list {
  width: 100%;
  margin-bottom: 21px;
}
table.list th,
table.list td {
  padding: 8px;
  line-height: 21px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table.list th {
  font-weight: bold;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dbdbdc);
  background-image: -ms-linear-gradient(top, #ebebeb, #dbdbdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dbdbdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dbdbdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dbdbdc);
  background-image: linear-gradient(top, #ebebeb, #dbdbdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dbdbdc', GradientType=0);
}
table.list th.tight {
  width: 1%;
}
table.list.table-colorized th {
  background-color: #00769c;
  background-image: -moz-linear-gradient(top, #007ea6, #006a8d);
  background-image: -ms-linear-gradient(top, #007ea6, #006a8d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007ea6), to(#006a8d));
  background-image: -webkit-linear-gradient(top, #007ea6, #006a8d);
  background-image: -o-linear-gradient(top, #007ea6, #006a8d);
  background-image: linear-gradient(top, #007ea6, #006a8d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ea6', endColorstr='#006a8d', GradientType=0);
  color: #ffffff;
}
table.list thead th {
  vertical-align: bottom;
}
table.list thead:first-child tr th,
table.list thead:first-child tr td {
  border-top: 0;
}
table.list tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
table.list {
  border: 1px solid #ddd;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
table.list th + th,
table.list td + td,
table.list th + td,
table.list td + th {
  border-left: 1px solid transparent;
}
table.list thead:first-child tr:first-child th,
table.list tbody:first-child tr:first-child th,
table.list tbody:first-child tr:first-child td {
  border-top: 0;
}
table.list thead:first-child tr:first-child th:first-child,
table.list tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
table.list thead:first-child tr:first-child th:last-child,
table.list tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
table.list thead:last-child tr:last-child th:first-child,
table.list tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
table.list thead:last-child tr:last-child th:last-child,
table.list tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
table.list tbody tr:nth-child(even) td,
table.list tbody tr:nth-child(even) th {
  background-color: #f9f9f9;
}
table.list tbody td,
table.list tbody th {
  border-color: transparent;
}
table.list.table-colorized td,
table.list.table-colorized th {
  border-top-color: #ebebeb;
}
table.list.table-colorized td:nth-child(even),
table.list.table-colorized th:nth-child(even) {
  background-color: rgba(0, 126, 166, 0.07);
}
table.list tbody tr:hover td,
table.list tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.class-feedback-form table,
footer table {
  float: left;
  margin-bottom: 15px;
}
.dropdown {
  position: relative;
}
.dropdown:hover > a {
  background-color: #3c2563 !important;
  color: #ffffff !important;
  text-decoration: none!important;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "\2193";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 10px;
}
.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #3c2563;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 5px 15px;
  clear: both;
  font-weight: normal;
  line-height: 21px;
  color: #ffffff;
  white-space: nowrap;
  font-size: 15px;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
}
.nav li > ul > li:hover {
  margin-left: 4px;
  border-left: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
  background-color: #3c2563 !important;
  color: #ffffff !important;
}
.nav li > ul .active > a {
  background-color: #3c2563 !important;
  color: #ffffff !important;
}
.nav li > ul .active {
  margin-left: 4px!important;
  border-left: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
}
.dropdown.open {
  *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
  display: block;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sidebar-nav {
  padding: 9px 0;
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
/* third level */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -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);
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 21px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.button,
.defaultbutton,
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 21px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.button:hover,
.defaultbutton:hover,
.btn:hover,
.button:active,
.defaultbutton:active,
.btn:active,
.button.active,
.defaultbutton.active,
.btn.active,
.button.disabled,
.defaultbutton.disabled,
.btn.disabled,
.button[disabled],
.defaultbutton[disabled],
.btn[disabled] {
  background-color: #e6e6e6;
}
.button:active,
.defaultbutton:active,
.btn:active,
.button.active,
.defaultbutton.active,
.btn.active {
  background-color: #cccccc \9;
}
.button:first-child,
.defaultbutton:first-child,
.btn:first-child {
  *margin-left: 0;
}
.button:hover,
.defaultbutton:hover,
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled],
.button-disabled,
.button-disabled[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 17px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 13px;
  line-height: 19px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 13px;
  line-height: 17px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover,
.defaultbutton,
.defaultbutton:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-dark.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #e21b05;
  background-image: -moz-linear-gradient(top, #e20008, #e24300);
  background-image: -ms-linear-gradient(top, #e20008, #e24300);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e20008), to(#e24300));
  background-image: -webkit-linear-gradient(top, #e20008, #e24300);
  background-image: -o-linear-gradient(top, #e20008, #e24300);
  background-image: linear-gradient(top, #e20008, #e24300);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e20008', endColorstr='#e24300', GradientType=0);
  border-color: #e24300 #e24300 #952d00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #e24300;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #af3400 \9;
}
.btn-warning {
  background-color: #ed9036;
  background-image: -moz-linear-gradient(top, #f3a04f, #e57910);
  background-image: -ms-linear-gradient(top, #f3a04f, #e57910);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3a04f), to(#e57910));
  background-image: -webkit-linear-gradient(top, #f3a04f, #e57910);
  background-image: -o-linear-gradient(top, #f3a04f, #e57910);
  background-image: linear-gradient(top, #f3a04f, #e57910);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3a04f', endColorstr='#e57910', GradientType=0);
  border-color: #e57910 #e57910 #9d530b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #e57910;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #b5600d \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #454545, #262626);
  background-image: -ms-linear-gradient(top, #454545, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
  background-image: -webkit-linear-gradient(top, #454545, #262626);
  background-image: -o-linear-gradient(top, #454545, #262626);
  background-image: linear-gradient(top, #454545, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #262626;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #0c0c0c \9;
}
.defaultbutton {
  background-color: #ed9036;
  background-image: -moz-linear-gradient(top, #f3a04f, #e57910);
  background-image: -ms-linear-gradient(top, #f3a04f, #e57910);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3a04f), to(#e57910));
  background-image: -webkit-linear-gradient(top, #f3a04f, #e57910);
  background-image: -o-linear-gradient(top, #f3a04f, #e57910);
  background-image: linear-gradient(top, #f3a04f, #e57910);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3a04f', endColorstr='#e57910', GradientType=0);
  border-color: #e57910 #e57910 #9d530b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.defaultbutton:hover,
.defaultbutton:active,
.defaultbutton.active,
.defaultbutton.disabled,
.defaultbutton[disabled] {
  background-color: #e57910;
}
.defaultbutton:active,
.defaultbutton.active {
  background-color: #b5600d \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.large,
input[type="submit"].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.small,
input[type="submit"].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -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;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -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;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -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;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -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;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-small .caret {
  margin-top: 4px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 21px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert-heading {
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success,
.alert-success .alert-heading {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #e4af27;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info,
.alert-info .alert-heading {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 21px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #ebebeb;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 21px;
  color: #dbdbdc;
  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: 14px;
  padding-right: 14px;
  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 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #e20008;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.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: 9px;
  padding-bottom: 9px;
  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 {
  border-color: #ebebeb #ebebeb #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #aeaeae;
  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 {
  color: #ffffff;
  background-color: #e20008;
}
.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-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  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,
.nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #e20008;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #e20008;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #dbdbdc;
  border-color: #dbdbdc;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #dbdbdc;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: hidden;
}
.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 {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .nav-tabs .active > a,
.tabs-below .nav-tabs .active > a:hover {
  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 {
  border-color: #ebebeb #dddddd #ebebeb #ebebeb;
}
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover {
  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 {
  border-color: #ebebeb #ebebeb #ebebeb #dddddd;
}
.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.navbar {
  overflow: visible;
  margin-bottom: 0;
}
.navbar-inner,
.claim-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-color: #009e3c;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.35);
  z-index: 99;
}
.btn-navbar {
  display: none;
  *zoom: 1;
  padding: 4px 5px;
  border: 1px solid #dbdbdc;
  font-size: 16px;
  text-align: left;
  color: #6f6f6f;
  margin-bottom: 5px;
  position: relative;
  -webkit-box-shadow: inset 0 18px 0 #ffffff;
  -moz-box-shadow: inset 0 18px 0 #ffffff;
  box-shadow: inset 0 18px 0 #ffffff;
}
.btn-navbar:before,
.btn-navbar:after {
  display: table;
  content: "";
}
.btn-navbar:after {
  clear: both;
}
.btn-navbar:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -132px -28px;
  right: 7px;
  top: 7px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #dbdbdc;
}
.navbar .navbar-text a:hover {
  color: #ffffff;
  background-color: transparent;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.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: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  background: #666;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query :-moz-placeholder {
  color: #ebebeb;
}
.navbar-search .search-query ::-webkit-input-placeholder {
  color: #ebebeb;
}
.navbar-search .search-query:hover {
  color: #ffffff;
  background-color: #dbdbdc;
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  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-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: right;
  margin: 0 10px 0 0;
  min-height: 33px;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
  /*            border-left: 1px solid rgba(0, 135, 178, 0.52);
                        border-right: 1px solid rgba(13, 92, 120, 0.42);
                        &:first-child {
                            border-left: none;
                        }
                        &:last-child {
                            border-right: none;
                        }*/
}
.navbar .nav > li a {
  text-transform: uppercase;
}
.navbar .sublevel .nav > li {
  border-left-color: #f9f9f9;
  border-right-color: #dbdbdc;
}
.navbar .breadcrumb-wrapper {
  border-bottom: 1px solid #ebebeb;
}
.navbar.extra-navi {
  position: relative;
}
.navbar.extra-navi .nav {
  background: transparent url('../bundles/mzbusinessbase/images/bgr-extra-navi.png') no-repeat center bottom;
}
.navbar.extra-navi .nav > li {
  border: none;
  position: relative;
}
.navbar.extra-navi #lang-selector .current-lang {
  display: block;
  position: absolute;
  left: 170px;
  top: 0;
}
.navbar.extra-navi #lang-selector a {
  display: inline-block;
  padding: 5px 10px 5px 30px;
}
.navbar.extra-navi #lang-selector ul {
  margin: 0;
  background-color: #007ea6;
  position: absolute;
  left: 170px;
  top: -1000px;
  z-index: 15;
  background-color: #00769c;
  background-image: -moz-linear-gradient(top, #007ea6, #006a8d);
  background-image: -ms-linear-gradient(top, #007ea6, #006a8d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007ea6), to(#006a8d));
  background-image: -webkit-linear-gradient(top, #007ea6, #006a8d);
  background-image: -o-linear-gradient(top, #007ea6, #006a8d);
  background-image: linear-gradient(top, #007ea6, #006a8d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ea6', endColorstr='#006a8d', GradientType=0);
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -ms-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
.navbar.extra-navi #lang-selector ul > li {
  list-style-type: none;
  padding-bottom: 2px;
}
.navbar.extra-navi #lang-selector ul > .current {
  background: #004d66;
}
.navbar.extra-navi #lang-selector:target ul {
  overflow: hidden;
  top: 0;
}
.navbar.extra-navi #lang-selector:target a {
  color: #fff;
}
.navbar .nav > li > a {
  float: none;
  padding: 23px 10px;
  line-height: 19px;
  color: #ebebeb;
  text-decoration: none;
  font-size: 18px;
}
.navbar .sublevel .nav > li > a {
  color: #006a8d;
  text-shadow: none;
}
.navbar.extra-navi .nav > li > a {
  color: #006a8d;
  padding: 3px 10px 4px;
  text-shadow: none;
}
.navbar.extra-navi .nav > li > a:hover,
.navbar.extra-navi .nav > li > a:focus {
  text-decoration: underline;
}
.navbar .nav > li > a:hover {
  background-color: #3c2563;
  color: #ffffff;
  text-decoration: none;
}
.navbar .sublevel .nav > li > a:hover {
  color: #007ea6;
}
.navbar.extra-navi .nav > li > a:hover {
  color: #007ea6;
}
.navbar .nav .active > a,
.navbar .sublevel .nav .active > a {
  color: #3c2563;
  text-decoration: none;
  background-color: #009e3c;
  text-shadow: none;
}
.navbar .nav .active > a:hover,
.navbar .sublevel .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #3c2563;
  text-shadow: none;
}
.navbar .sublevel .nav .active > a,
.navbar .sublevel .nav .active > a:hover {
  padding-bottom: 8px;
  padding-left: 11px;
  margin-bottom: -1px;
  margin-left: -1px;
}
.navbar .divider-vertical {
  height: 33px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #009e3c;
  border-right: 1px solid #007ea6;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 0px;
}
.navbar .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,.2);
        position: absolute;
        top: -7px;
        left: 9px;*/
}
.navbar .dropdown-menu:after {
  /*        display: inline-block;
        border-left:   6px solid transparent;
        border-right:  6px solid transparent;
        border-bottom: 6px solid @white;
        position: absolute;
        top: -6px;
        left: 10px;*/
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
  border-top-color: #ffffff;
}
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after {
  left: auto;
  right: 13px;
}
.breadcrumb {
  padding: 7px 0;
  margin: 0;
}
.breadcrumb li {
  display: inline-block;
  color: #3c2563;
}
.breadcrumb li a {
  color: #009e3c;
}
.breadcrumb li a:hover,
.breadcrumb li afocus {
  color: #009e3c;
  text-decoration: underline;
}
.breadcrumb .divider,
.breadcrumb .separator {
  padding: 0 5px;
  color: #009e3c;
}
.pagination {
  height: 42px;
  margin: 21px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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 li {
  display: inline;
}
.pagination a,
.pagination span {
  float: left;
  padding: 0 14px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination .prev.disabled span {
  border-left-width: 1px;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #dbdbdc;
  cursor: default;
}
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #dbdbdc;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination li:before {
  content: none;
}
.pager {
  margin-left: 0;
  margin-bottom: 21px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  float: left;
  margin: 0 0 21px 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
  border-color: #e20008;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
}
.label {
  padding: 2px 4px 3px;
  font-size: 12.75px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #dbdbdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label:hover {
  color: #ffffff;
  text-decoration: none;
}
.label-important {
  background-color: #e4af27;
}
.label-important:hover {
  background-color: #c09118;
}
.label-warning {
  background-color: #e57910;
}
.label-warning:hover {
  background-color: #b5600d;
}
.label-success {
  background-color: #468847;
}
.label-success:hover {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 21px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 21px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 100px;
  bottom: 55px;
  padding: 10px;
  background: rgba(231, 231, 231, 0.58);
  width: auto;
  border-left: 7px #e4af27 solid;
}
.carousel-caption h4 {
  font-size: 20px!important;
  text-transform: uppercase;
}
.carousel-caption .arrow a {
  background: transparent url(../bundles/mzbusinessbase/images/seta.png) no-repeat right center;
  padding-right: 35px;
  float: right;
}
.carousel-caption h4,
.carousel-caption p,
.carousel-caption a {
  color: #555454;
  text-align: left;
  font-size: 16px;
}
.carousel-caption a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.carousel-indicators {
  position: absolute;
  bottom: 27px;
  right: 100px;
  z-index: 15;
  width: auto;
  /*margin: -30%;
    padding-left: 0;*/
  list-style: none;
  text-align: center;
  margin: 0;
}
.carousel-indicators li {
  display: inline-block !important;
  width: 20px;
  height: 20px;
  margin: 5px;
  cursor: pointer;
  background-color: #f3cf45;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.carousel-indicators li span {
  margin-top: 5px;
  margin-left: -5px;
  position: absolute;
  background-color: #f3cf45;
  width: 10px;
  height: 10px;
}
.carousel-indicators li:before {
  content: none;
}
.carousel-indicators .active span {
  background-color: #ffffff;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 31.5px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.object-left {
  float: left;
  clear: left;
}
.object-right {
  float: right;
  clear: right;
}
.object-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.embed-inline-left {
  float: left;
}
.embed-inline-right {
  float: right;
}
.block .left {
  width: 48%;
  float: left;
  clear: left;
}
.block .right {
  width: 48%;
  float: right;
  clear: right;
}
.button-left {
  float: left;
}
.button-right {
  float: right;
}
.hide {
  display: none;
}
.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.break {
  clear: both;
}
.spamfilter {
  display: none;
}
.content-view-full .content-view-block {
  margin-top: 0;
}
.content-view-line .attribute-short,
.content-view-aside .attribute-short {
  font-weight: normal;
}
.full-gallery .gallery-navigator,
.embed-gallery .gallery-navigator,
.block-gallery .gallery-navigator {
  white-space: nowrap;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  padding-top: 5px;
}
.full-gallery .gallery-navigator .cursor,
.embed-gallery .gallery-navigator .cursor,
.block-gallery .gallery-navigator .cursor {
  position: absolute;
  top: 0;
  z-index: 11;
  width: 33px;
  display: inline-block;
  display: none;
}
.full-gallery .gallery-navigator .navig,
.embed-gallery .gallery-navigator .navig,
.block-gallery .gallery-navigator .navig {
  display: inline-block;
  width: 20px;
  height: 37px;
  position: absolute;
  top: 31px;
  z-index: 11;
}
.full-gallery .gallery-navigator .next,
.embed-gallery .gallery-navigator .next,
.block-gallery .gallery-navigator .next {
  right: 0px;
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -55px -22px;
}
.full-gallery .gallery-navigator .prev,
.embed-gallery .gallery-navigator .prev,
.block-gallery .gallery-navigator .prev {
  left: 0px;
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -35px -22px;
}
.full-gallery .gallery-navigator .images,
.embed-gallery .gallery-navigator .images,
.block-gallery .gallery-navigator .images {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  z-index: 1;
  font-size: 10px;
}
.full-gallery .gallery-navigator .images li,
.embed-gallery .gallery-navigator .images li,
.block-gallery .gallery-navigator .images li {
  display: inline-block;
}
.full-gallery .gallery-navigator .images li:before,
.embed-gallery .gallery-navigator .images li:before,
.block-gallery .gallery-navigator .images li:before {
  display: none;
}
.full-gallery .gallery-navigator .images figure,
.embed-gallery .gallery-navigator .images figure,
.block-gallery .gallery-navigator .images figure {
  position: relative;
  margin: 0;
}
.full-gallery .gallery-navigator .images figcaption,
.embed-gallery .gallery-navigator .images figcaption,
.block-gallery .gallery-navigator .images figcaption {
  display: none;
}
.full-gallery .gallery-viewer,
.embed-gallery .gallery-viewer,
.block-gallery .gallery-viewer {
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}
.full-gallery .gallery-viewer .counter,
.embed-gallery .gallery-viewer .counter,
.block-gallery .gallery-viewer .counter {
  display: block;
  float: right;
  color: #969696;
  font-weight: normal;
  font-size: 60%;
}
.full-gallery .gallery-viewer figure,
.embed-gallery .gallery-viewer figure,
.block-gallery .gallery-viewer figure {
  margin: 0;
  padding: 0;
}
.full-gallery .gallery-viewer figure img,
.embed-gallery .gallery-viewer figure img,
.block-gallery .gallery-viewer figure img {
  display: block;
  max-height: 100%;
  width: auto;
}
.full-gallery .gallery-viewer figcaption,
.embed-gallery .gallery-viewer figcaption,
.block-gallery .gallery-viewer figcaption {
  margin: 0;
  color: #969696;
}
.full-gallery .gallery-viewer figcaption p:last-of-type,
.embed-gallery .gallery-viewer figcaption p:last-of-type,
.block-gallery .gallery-viewer figcaption p:last-of-type {
  margin-bottom: 0;
}
.full-gallery .gallery-viewer h2,
.embed-gallery .gallery-viewer h2,
.block-gallery .gallery-viewer h2 {
  border-bottom: 1px solid #ebebeb;
  line-height: 28px;
  margin: 15px 0;
}
.full-gallery .gallery-viewer h2 a,
.embed-gallery .gallery-viewer h2 a,
.block-gallery .gallery-viewer h2 a {
  color: #333333;
}
.block-gallery figure {
  position: relative;
}
.block-gallery .gallery-viewer figcaption {
  position: absolute;
  top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 10px 0;
}
.block-gallery .gallery-viewer figcaption h3 {
  color: #fff;
  font-size: 130%;
}
.block-gallery .gallery-viewer figcaption a,
.block-gallery .gallery-viewer figcaption .counter {
  color: #fff;
}
.block-gallery .gallery-viewer figcaption > * {
  padding: 0 10px;
}
.item-list .block-content {
  padding: 10px 20px;
}
.block-type-mainstory {
  position: relative;
  margin: 20px 0;
  *zoom: 1;
}
.block-type-mainstory:before,
.block-type-mainstory:after {
  display: table;
  content: "";
}
.block-type-mainstory:after {
  clear: both;
}
.block-type-mainstory.full-size a .overlay {
  position: absolute;
  bottom: 15px;
  left: 0;
  font-weight: 300;
}
.block-type-mainstory.full-size a .overlay .attribute-author {
  color: #ffffff;
  font-size: 18px;
  display: block;
  margin: 0 10px;
}
.block-type-mainstory.full-size a .overlay h2 {
  display: block;
  margin: 0 10px;
  color: #ffffff;
  line-height: 1.2;
}
.block-type-mainstory.full-size a:hover,
.block-type-mainstory.full-size a:focus {
  text-decoration: none;
}
.block-type-mainstory.full-size a:hover .overlay .attribute-author,
.block-type-mainstory.full-size a:focus .overlay .attribute-author,
.block-type-mainstory.full-size a:hover .overlay h2,
.block-type-mainstory.full-size a:focus .overlay h2 {
  text-decoration: none;
  color: #e57910;
}
.block-type-mainstory.picture-left a {
  display: block;
  *zoom: 1;
  padding: 15px;
  background-color: #004054;
  background-image: -moz-linear-gradient(top, #004d66, #002c3a);
  background-image: -ms-linear-gradient(top, #004d66, #002c3a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004d66), to(#002c3a));
  background-image: -webkit-linear-gradient(top, #004d66, #002c3a);
  background-image: -o-linear-gradient(top, #004d66, #002c3a);
  background-image: linear-gradient(top, #004d66, #002c3a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004d66', endColorstr='#002c3a', GradientType=0);
}
.block-type-mainstory.picture-left a:before,
.block-type-mainstory.picture-left a:after {
  display: table;
  content: "";
}
.block-type-mainstory.picture-left a:after {
  clear: both;
}
.block-type-mainstory.picture-left a .attribute-image {
  display: block;
  width: 40%;
  float: left;
  margin-right: 20px;
}
.block-type-mainstory.picture-left a .attribute-header h2 {
  line-height: 1.2;
  margin-bottom: 5px;
  color: #ffffff;
}
.block-type-mainstory.picture-left a .attribute-short {
  color: #ffffff;
}
.block-type-mainstory.picture-left a:hover,
.block-type-mainstory.picture-left a:focus {
  text-decoration: none;
}
.block-type-mainstory.picture-left a:hover .attribute-header h2,
.block-type-mainstory.picture-left a:focus .attribute-header h2,
.block-type-mainstory.picture-left a:hover .attribute-short,
.block-type-mainstory.picture-left a:focus .attribute-short {
  text-decoration: none;
  color: #e20008;
}
.block-type-content-grid article {
  display: block;
  margin-bottom: 30px;
}
.block-type-content-grid article a.teaser-link {
  display: block;
  padding-bottom: 8px;
}
.block-type-content-grid article h3 {
  font-weight: 300;
}
.block-type-content-grid .attribute-short {
  font-weight: 300;
}
.block-type-content-grid.block-view-3_columns_1_row figure {
  margin: 0px;
  position: relative;
}
.block-type-content-grid.block-view-3_columns_1_row figure a {
  height: 100%;
  display: block;
  color: #ffffff;
  line-height: 0;
}
.block-type-content-grid.block-view-3_columns_1_row figure:hover figcaption {
  height: 100%;
  line-height: 100%;
  background: #3c2563;
  color: #ffffff;
  margin-bottom: 5px;
  padding-right: 10px;
}
.block-type-content-grid.block-view-3_columns_1_row figure:hover figcaption .attribute-short,
.block-type-content-grid.block-view-3_columns_1_row figure:hover figcaption .attribute-header,
.block-type-content-grid.block-view-3_columns_1_row figure:hover figcaption .teaser-link {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
}
.block-type-content-grid.block-view-3_columns_1_row figure figcaption {
  position: absolute;
  width: 100%;
  height: 70px;
  line-height: 45px;
  background: transparent;
  bottom: 0;
  right: -1px;
  margin-bottom: 5px;
  color: #ffffff;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.block-type-content-grid.block-view-3_columns_1_row figure figcaption p,
.block-type-content-grid.block-view-3_columns_1_row figure figcaption h3 {
  color: #ffffff !important;
}
.block-type-content-grid.block-view-3_columns_1_row figure figcaption .attribute-short,
.block-type-content-grid.block-view-3_columns_1_row figure figcaption .attribute-header,
.block-type-content-grid.block-view-3_columns_1_row figure figcaption .teaser-link {
  display: none;
}
.block-type-content-grid.block-view-3_columns_1_row figure figcaption h3 {
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
  margin-top: 15px;
  padding: 0 20px;
  text-transform: uppercase;
}
.block-type-content-grid.block-view-3_columns_1_row figure figcaption p {
  font-size: 14px;
  padding-left: 20px;
}
.content-view-aside .block-type-tagcloud .block-content {
  padding: 10px 20px;
}
.content-view-aside .block-type-tagcloud a {
  padding-right: 0.2em;
}
/*&.block-view-3_columns_1_row{
    text-align:right;
    .row{
        margin-bottom: 20px;
        text-align:left;
    }
    a.read-more{
        display: inline-block;
        background-color: @yellow;
        color: @white;
        font-size: 16px;
        line-height: 16px;
        padding: 15px;
    }
}*/
.zone3 .content-view-block {
  padding-top: 40px;
}
.block-type-campaign {
  margin-bottom: 1em;
}
.block-type-campaign .campaign {
  white-space: nowrap;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
.block-type-campaign .indicator {
  z-index: 12;
  position: absolute;
  top: 0;
  right: 5px;
  margin: 0;
  cursor: pointer;
}
.block-type-campaign .indicator li {
  display: inline-block;
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -13px -22px;
  width: 11px;
  height: 11px;
  opacity: 0.8;
  position: static;
}
.block-type-campaign .indicator li:before {
  display: none;
}
.block-type-campaign .indicator .selected {
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -24px -22px;
}
.block-type-campaign .navig {
  display: inline-block;
  width: 20px;
  height: 37px;
  position: absolute;
  top: 46%;
  z-index: 11;
}
.block-type-campaign .disabled {
  display: none;
}
.block-type-campaign .next {
  right: 0px;
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -55px -22px;
}
.block-type-campaign .prev {
  left: 0px;
  background: transparent url('../bundles/mzbusinessbase/images/ez-sprite.png') no-repeat -35px -22px;
}
.block-type-campaign .images {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  z-index: 1;
}
.block-type-campaign .images li {
  display: inline-block;
  width: 100%;
}
.block-type-campaign .images li:before {
  display: none;
}
.block-type-campaign figure {
  margin: 0;
  white-space: normal;
}
.block-type-campaign figure a {
  color: #fff;
}
.block-type-campaign .attribute-caption {
  position: absolute;
  bottom: 6px;
  margin: 0;
  padding: 1em 0;
  z-index: 12;
  color: #fff;
  font-size: 120%;
  width: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  filter: none;
}
.block-type-campaign .attribute-caption > * {
  padding: 0 20px;
}
.block-type-campaign h3 {
  font-size: 150%;
  text-transform: none;
}
.ezsr-star-rating li a {
  cursor: default;
}
.ezsr-star-rating-enabled li a {
  cursor: pointer;
}
.ezsr-star-rating,
.ezsr-star-rating a:hover,
.ezsr-star-rating a:active,
.ezsr-star-rating a:focus,
.ezsr-star-rating .ezsr-current-rating {
  background: url(../bundles/mzbusinessbase/images/star.png) left -1000px repeat-x;
}
.ezsr-star-rating {
  position: relative;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.ezsr-star-rating li {
  display: inline;
  margin: 0;
  padding: 0;
  position: static;
}
.ezsr-star-rating a,
.ezsr-star-rating .ezsr-current-rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  text-align: left;
}
.ezsr-star-rating-enabled a:hover,
.ezsr-star-rating-enabled a:active,
.ezsr-star-rating-enabled a:focus {
  background-position: left bottom;
}
.ezsr-star-rating a.ezsr-stars-1 {
  width: 20%;
  z-index: 6;
}
.ezsr-star-rating a.ezsr-stars-2 {
  width: 40%;
  z-index: 5;
}
.ezsr-star-rating a.ezsr-stars-3 {
  width: 60%;
  z-index: 4;
}
.ezsr-star-rating a.ezsr-stars-4 {
  width: 80%;
  z-index: 3;
}
.ezsr-star-rating a.ezsr-stars-5 {
  width: 100%;
  z-index: 2;
}
.ezsr-star-rating .ezsr-current-rating {
  z-index: 1;
  background-position: left center;
}
span.ezsr_average_rating {
  font-weight: bold;
}
.hreview-aggregate .fn {
  display: none;
}
/* this is usually declared in core.css, but we redeclare it here in case the user does not include that file */
.hide {
  display: none;
}
/* COMMENT LIST */
div.ezcom-view-list {
  background-color: #ffffff;
}
div.ezcom-comment-title {
  clear: both;
  font-style: italic;
}
div.ezcom-comment-body {
  clear: both;
  padding-bottom: 5px;
}
div.ezcom-comment-body p,
div.ezcom-comment-title span,
div.ezcom-comment-index span {
  color: #000000;
  overflow: hidden;
  padding: 4px;
}
div.ezcom-comment-author {
  float: left;
}
div.ezcom-comment-time {
  float: right;
}
input#recaptcha_response_field {
  width: 50%;
}
div.ezcom-comment-tool {
  clear: both;
  text-align: right;
  padding: 2px;
}
/* ----COMMENT LIST----- */
/* ----FORM FIELD---- */
span.ezcom-field-emailmessage {
  font-size: 0.8em;
}
.ezcom-field-content textarea {
  height: 100px;
}
.ezcom-field-mandatory {
  color: #ff0000;
  font-style: italic;
}
/*----FORM FIELD----*/
/* ----COMMENT LIST IN CONTENT VIEW----- */
div.attribute-comment {
  padding-top: 20px;
}
div.ezcom-view-all p {
  padding: 2px;
  text-align: right;
  font-style: italic;
}
/* ----COMMENT LIST IN CONTENT VIEW----- */
/* ----COMMENT LIST - FULL VIEW----- */
/* ----COMMENT LIST - FULL VIEW----- */
/* ----COMMENT FUNCTION----- */
/* ----COMMENT FUNCTION----- */
/* ----ADDING COMMENT------- */
div.ezcom-add,
div.ezcom-edit {
  background-color: #ffffff;
}
div.ezcom-field {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
}
/* ----ADDING COMMENT------- */
/*---- PAGING ----*/
div.ezcom-page {
  padding: 5px;
  text-align: right;
  background-color: #ffffff;
}
div.ezcom-page a {
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
div.ezcom-page a:hover {
  background-color: #eeeeee;
}
/*---- PAGING ----*/
/*---- ERROR MESSGE ----*/
div.ezcom-delete .message-confirmation,
div.ezcom-add-result .message-error {
  margin-left: auto;
  margin-right: auto;
}
/*---- ERROR MESSGE ----*/
/*-----SETTING------*/
div.ezcom-setting-select {
  float: left;
  width: 130px;
  display: inline;
}
div.ezcom-setting-count {
  float: right;
  width: 20%;
  display: inline;
}
div.ezcom-setting-content {
  display: inline;
}
div.ezcom-setting-head {
  background-color: #f0f0f0;
  padding: 5px;
}
div.ezcom-setting-row {
  clear: both;
  padding: 6px;
  border-bottom: 1px solid #cccccc;
}
div.ezcom-setting {
  background-color: #ffffff;
}
div.ezcom-setting-mail {
  font-size: 1.25em;
  padding: 1px;
}
/*-----SETTING------*/
#ezwt-content input {
  vertical-align: baseline;
}
#ezwt-content input[disabled] {
  background-color: transparent;
}
.place-list-loading {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.place-list-item {
  clear: both;
}
.place-list-image {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.place-list-link {
  float: right;
}
.place-list-form {
  float: right;
  max-width: 220px;
}
.place-list-text-error {
  color: #b94a48;
  font-weight: bold;
  text-align: center;
}
.place-list-text-info {
  color: #007ea6;
  font-weight: bold;
  text-align: center;
}
.place-description {
  text-align: justify;
  margin-bottom: 20px;
  margin-top: 30px;
}
.place-name {
  margin-left: 0px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.place-list-gmap {
  height: 0;
  width: 0;
  visibility: hidden;
}
.place-list-item .infobox-content {
  display: none;
}
#place-list-gmap-container img {
  max-width: none;
}
.place-list-map-size {
  height: 550px;
}
.place-list-content-hidden {
  display: none;
}
@media (max-width: 760px) {
  .place-list-form {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .place-description {
    text-align: justify;
    margin-left: 0px;
    margin-top: 25px;
  }
  .place-image {
    display: none;
  }
  .place-name {
    text-align: center;
  }
  .place-list-name {
    text-align: center;
  }
}
.yui3-js-enabled .jsenable-place-list-info {
  display: none;
}
.place-image {
  margin-top: 0px;
  text-align: left;
  margin-bottom: 15px;
  margin-left: 0;
}
.place-location img {
  max-width: none;
  margin-top: 10px;
  margin-bottom: 15px;
}
figure {
  margin: 0px;
}
/* WEBMAIL */
#webmail {
  font-size: 13px;
  color: #f6a119;
  background: transparent url('../bundles/mzbusinessbase/images/webmail.png') no-repeat left center;
  padding-left: 28px;
  margin-right: 30px;
}
/* LANGUAGES */
#languages {
  margin-top: 27px;
}
#languages a {
  padding: 3px;
  color: #000000;
  background-color: #ffffff;
  font-weight: bold;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  float: right;
  text-transform: uppercase;
  border: 1px #009e3c solid;
  font-size: 12px;
}
#languages .current-lang {
  background-color: #009e3c;
}
/* FOOTER SITEMAP */
footer .content-view-sitemap {
  margin-top: 0px;
  padding: 30px 0 15px;
  border-top: 5px solid #f6a119;
}
footer .content-view-sitemap table td {
  vertical-align: top;
  font-size: 12px;
  padding: 0;
}
footer .content-view-sitemap table td a {
  color: #6f6f6f;
  display: block;
}
footer .content-view-sitemap table td.separator {
  width: 15px;
}
footer .content-view-sitemap table td h2 {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 19px;
  margin-bottom: 20px;
  font-weight: bold;
}
footer .content-view-sitemap table td h2 a {
  color: #e20008;
}
footer .content-view-sitemap table td ul {
  margin: 0;
}
footer .content-view-sitemap table td ul li {
  line-height: 15px;
  padding: 3px 0;
}
footer .content-view-sitemap table td ul li:before {
  content: "";
}
/* SOCIAL NETWORKS */
#social-networks {
  background-color: #e20008;
  padding: 10px 0;
}
#social-networks .pull-left {
  margin-left: 100px;
}
#social-networks .pull-right {
  margin-right: 100px;
}
#social-networks h2 {
  color: #ffffff;
  line-height: 53px;
  font-size: 24px;
}
#social-networks .social {
  margin: 0 10px;
}
#social-networks .social a {
  display: block;
  width: 50px;
  height: 53px;
}
#social-networks .social a span {
  display: none;
}
#social-networks .social.facebook-link a {
  background: transparent url('../bundles/mzbusinessbase/images/facebook.png') no-repeat center;
}
#social-networks .social.facebook-link a:hover {
  background: transparent url('../bundles/mzbusinessbase/images/facebook-over.png') no-repeat center;
}
#social-networks .social.youtube-link a {
  background: transparent url('../bundles/mzbusinessbase/images/linkedin.png') no-repeat center;
}
#social-networks .social.youtube-link a:hover {
  background: transparent url('../bundles/mzbusinessbase/images/linkedin-over.png') no-repeat center;
}
#social-networks .social.linkedin-link a {
  background: transparent url('../bundles/mzbusinessbase/images/youtube.png') no-repeat center;
}
#social-networks .social.linkedin-link a:hover {
  background: transparent url('../bundles/mzbusinessbase/images/youtube-over.png') no-repeat center;
}
#page.home .span12.main-content > .content-view-full {
  margin-top: 0px;
}
#carousel-other {
  margin-bottom: 0px;
}
#carousel-other .carousel-caption {
  display: none;
  width: 100%;
}
#carousel-other .carousel-caption h4 {
  color: #000000;
  float: left;
  font-weight: bold;
  padding: 10px;
  text-indent: 10PX;
}
/* NEWSLETTER */
.content-view-newsletter form {
  float: right;
  display: block;
  margin: 5px 0 11px;
  text-align: right;
}
.content-view-newsletter form .control-group {
  display: inline-block;
}
.content-view-newsletter form input {
  color: #ffffff;
  border: none;
  background-color: #e4af27;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.content-view-newsletter form input::-webkit-input-placeholder {
  color: #ffffff;
}
.content-view-newsletter form input:-moz-placeholder {
  color: #ffffff;
}
.content-view-newsletter form button {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f6a119;
  color: white;
  margin-bottom: 9px;
  padding: 4px 8px;
}
.content-view-newsletter form h3 {
  float: left;
  border: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  margin-right: 20px;
  margin-top: 5px;
}
#banner-footer {
  margin-bottom: 20px;
}
/* LINE BANNER */
.content-view-line .class-banner {
  /*        img{
                    height:270px!important;
                    width:270px!important;
                }*/
  position: relative;
}
.content-view-line .class-banner a {
  display: block;
  line-height: 0;
}
.content-view-line .class-banner a:hover .caption {
  background: rgba(225, 0, 0, 0.9);
}
.content-view-line .class-banner a:hover .caption p {
  color: #ffffff;
}
.content-view-line .class-banner .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0px;
  display: block;
  background: rgba(0, 0, 0, 0.9);
}
.content-view-line .class-banner .caption p {
  font-size: 18px;
  font-family: "MyriadPro-Bold", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 10px 5px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* css-extend-full*/
#page.extendfull > div.container,
#page.extendfull div.span12.main-content,
.extendfull.span12 {
  width: 100%;
}
.zone-layout-7zoneslayout1 .regular.span12 {
  float: none;
  margin: 0 auto;
  clear: both;
  border: none;
  padding: 0;
}
.zone-layout-7zoneslayout1 .span12.extendfull.zone2 {
  margin-left: 0;
}
.zone1,
.zone2 {
  background-color: #e3e3e3;
}
.zone1 p,
.zone2 p {
  font-size: 15px!important;
}
.read-more {
  color: #555454;
  text-decoration: none;
  background: transparent url(../bundles/mzbusinessbase/images/seta.png) no-repeat right center;
  padding-right: 35px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.read-more:hover {
  color: #555454;
}
.parent-read-more {
  position: absolute;
  left: 50px;
  bottom: 10px;
}
.zone2 h2,
.zone3 h2,
.zone4 h2,
.zone5 h2,
.zone6 h2,
.zone7 h2 {
  color: #3c2563;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.zone2 h2:before,
.zone3 h2:before,
.zone4 h2:before,
.zone5 h2:before,
.zone6 h2:before,
.zone7 h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 14px;
  width: 60px;
  border-bottom: 4px solid #009e3c;
}
.zone2 p,
.zone3 p,
.zone4 p,
.zone5 p,
.zone6 p,
.zone7 p,
.zone2 h3,
.zone3 h3,
.zone4 h3,
.zone5 h3,
.zone6 h3,
.zone7 h3 {
  color: #555454;
  font-size: 12px;
}
.zone2 h3,
.zone3 h3,
.zone4 h3,
.zone5 h3,
.zone6 h3,
.zone7 h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold!important;
}
.zone2 .more-objects,
.zone3 .more-objects,
.zone4 .more-objects,
.zone5 .more-objects,
.zone6 .more-objects,
.zone7 .more-objects {
  text-transform: uppercase;
  background-color: #e4af27;
  padding: 7px;
  float: right;
}
.zone2 .more-objects a,
.zone3 .more-objects a,
.zone4 .more-objects a,
.zone5 .more-objects a,
.zone6 .more-objects a,
.zone7 .more-objects a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
}
.zone2 .attribute-image,
.zone3 .attribute-image,
.zone4 .attribute-image,
.zone5 .attribute-image,
.zone6 .attribute-image,
.zone7 .attribute-image {
  position: relative;
}
.zone2 .attribute-image .date,
.zone3 .attribute-image .date,
.zone4 .attribute-image .date,
.zone5 .attribute-image .date,
.zone6 .attribute-image .date,
.zone7 .attribute-image .date {
  /*            position: absolute;
                        bottom: 0;
                        width: 100%;
                        padding: 0px;
                        display: block;*/
  width: 65px;
  height: 60px;
  background-color: #009e3c;
  position: absolute;
  right: -35px;
  top: 20px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  -moz-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.zone2 .attribute-image .date p,
.zone3 .attribute-image .date p,
.zone4 .attribute-image .date p,
.zone5 .attribute-image .date p,
.zone6 .attribute-image .date p,
.zone7 .attribute-image .date p {
  /*                padding: 5px;
                                background-color: @green;
                                color: @white;
                                width: 53px;*/
  /*                margin-top: -114px;
                                margin-left: 234px;*/
  /*                margin-top: -89px;
                                margin-left: 187px;
                                font-size: 30px;*/
}
.zone2 .attribute-image .date span,
.zone3 .attribute-image .date span,
.zone4 .attribute-image .date span,
.zone5 .attribute-image .date span,
.zone6 .attribute-image .date span,
.zone7 .attribute-image .date span {
  display: block;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.zone2 .attribute-image .date span:first-child,
.zone3 .attribute-image .date span:first-child,
.zone4 .attribute-image .date span:first-child,
.zone5 .attribute-image .date span:first-child,
.zone6 .attribute-image .date span:first-child,
.zone7 .attribute-image .date span:first-child {
  font-size: 27px;
  margin-bottom: 4px;
}
.zone2 .block-type-simple-banner .images,
.zone3 .block-type-simple-banner .images,
.zone4 .block-type-simple-banner .images,
.zone5 .block-type-simple-banner .images,
.zone6 .block-type-simple-banner .images,
.zone7 .block-type-simple-banner .images {
  border: 1px #3c2563 solid;
  padding: 33px 20px;
}
.zone2 .span4 .row .text-box.span2,
.zone3 .span4 .row .text-box.span2,
.zone4 .span4 .row .text-box.span2,
.zone5 .span4 .row .text-box.span2,
.zone6 .span4 .row .text-box.span2,
.zone7 .span4 .row .text-box.span2 {
  margin-left: -10px;
  width: 150px;
}
.zone2 .span4 .row .text-box.span2 .text-box-inner,
.zone3 .span4 .row .text-box.span2 .text-box-inner,
.zone4 .span4 .row .text-box.span2 .text-box-inner,
.zone5 .span4 .row .text-box.span2 .text-box-inner,
.zone6 .span4 .row .text-box.span2 .text-box-inner,
.zone7 .span4 .row .text-box.span2 .text-box-inner {
  padding-top: 20px;
}
.block-type-simple-banner .more-objects {
  margin-top: 10px;
}
section .attribute-header h1 {
  color: #3c2563;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
section .attribute-header h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 14px;
  width: 60px;
  border-bottom: 4px solid #009e3c;
}
.attribute-location .ezgmaplocation-field dl {
  display: none;
}
.pagerfanta {
  clear: both;
}
.content-view-line .class-article .attribute-header h2 {
  font-weight: bold;
  color: #000000;
}
.class-folder.row > .span9 > .attribute-header {
  margin-bottom: 45px;
}
.content-view-full > .row > .span9 > .attribute-header {
  margin-bottom: 45px;
}
.client.span3 {
  border: 1px #555454 solid;
  margin-left: 29px;
  margin-right: -1px;
  margin-bottom: 30px!important;
}
.client.span3 .attribute-image {
  padding: 40px 20px;
}
.client.span3 .attribute-short {
  color: #ffffff;
  background-color: #3c2563;
  text-align: left;
  padding: 15px;
  font-weight: normal;
}
.content-view-children figure {
  margin: 0px;
  position: relative;
  height: 200px;
  display: block;
  color: #ffffff;
  line-height: 0;
}
.content-view-children figure:hover figcaption {
  height: 200px;
  background: #3c2563;
}
.content-view-children figure:hover figcaption .attribute-short {
  display: block;
  padding: 0px 15px;
}
.content-view-children figure:hover figcaption .teaser-link {
  display: block;
  line-height: 0;
}
.content-view-children figure:hover figcaption .teaser-link .read-more {
  width: 27px;
  height: 19px;
  display: block;
  margin-right: 15px;
}
.content-view-children figure:hover figcaption h3 {
  margin-top: 30px;
}
.content-view-children figure figcaption {
  position: absolute;
  width: 100%;
  height: 62px;
  line-height: 45px;
  background: #3c2563;
  bottom: 0;
  right: 0;
  margin-bottom: 0px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.content-view-children figure figcaption .attribute-short,
.content-view-children figure figcaption .teaser-link {
  display: none;
}
.content-view-children figure figcaption h3 {
  color: #ffffff;
  font-size: 18px!important;
  line-height: 25px!important;
  padding: 0 15px;
  margin: 5px 0px 7px 0;
  font-weight: bold!important;
  text-transform: uppercase;
}
.content-view-children figure figcaption p {
  font-size: 12px;
}
.content-view-children .span4 {
  margin-bottom: 20px;
}
.content-view-children.project {
  margin: 0;
}
.content-view-children.project .carousel-indicators {
  bottom: 15px;
  right: 270px;
}
.content-view-children.project .carousel-indicators li {
  border-radius: 11px;
  background-color: transparent;
  border: 1px #ffffff solid;
}
.content-view-children.project .carousel-indicators .active {
  background-color: #ffffff;
}
.content-view-children.project .content-view-full {
  margin: 0;
}
.content-view-children .span4 .row .text-box.span2 {
  margin-left: -10px;
  width: 190px;
}
.content-view-children .span4 .row .text-box.span2 .text-box-inner {
  padding-top: 20px;
}
.content-view-children .span4 .row .attribute-image {
  margin-bottom: 35px;
  margin-left: 0;
}
.content-view-line.team.row > .span9 {
  background-color: #e3e3e3;
  padding: 15px 0px;
}
.content-view-line.team.row > .span9 .teaser-link {
  padding: 8px;
  background-color: #e4af27;
  color: #ffffff;
}
.content-view-line.team.row > .span9 .span2 {
  margin-left: 45px;
}
.content-view-line.team.row > .span9 .span8 {
  margin-left: 45px;
}
.content-view-line.team.row > .span9 .attribute-header > h2 > span {
  color: #555454;
}
.content-view-line.team.row > .span9 .attribute-short p {
  color: #555454;
}
.content-view-full.team .span8 > .attribute-short p,
.content-view-full.team .span12 > .attribute-short p {
  font-weight: normal;
}
.content-view-full.team .span8 > .attribute-header h1,
.content-view-full.team .span12 > .attribute-header h1 {
  text-transform: capitalize;
  margin-bottom: 0;
}
.content-view-full.team .span8 > .attribute-header h1:before,
.content-view-full.team .span12 > .attribute-header h1:before {
  border: none;
}
.content-view-full.team .span8 > .attribute-header h2,
.content-view-full.team .span12 > .attribute-header h2 {
  color: #555454;
  margin-bottom: 15px;
}
.content-view-full.team .span8 > .attribute-short,
.content-view-full.team .span12 > .attribute-short {
  color: #555454;
}
.content-view-full.team .span8 > .attribute-long p,
.content-view-full.team .span12 > .attribute-long p {
  color: #555454;
}
.content-view-full.team .span8 > .attribute-long p u,
.content-view-full.team .span12 > .attribute-long p u {
  text-decoration: none;
}
.content-view-full.team .span8 > .attribute-long p u strong,
.content-view-full.team .span12 > .attribute-long p u strong {
  color: #3c2563;
  font-size: 17px;
}
.content-view-embed {
  margin: 0px!important;
}
.footer-content .content-view-embed .attribute-image {
  margin-bottom: 20px!important;
}
.footer-content .control-group {
  margin-bottom: 0;
}
.class-feedback-form .content-view-embed .attribute-image {
  display: none;
}
.maplocation-map {
  width: 100%!important;
  height: 200px!important;
}
footer button {
  margin-top: 10px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2016, 11:40:59 AM
    Author     : echilengo
*/
.works-section {
  padding: 50px 0;
}
.works-section .ourworkwrap {
  position: relative;
  overflow: hidden;
}
.works-section .ourworkwrap .wrokswrap-info {
  position: absolute;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  transform: translateY(-25%);
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 20px;
  opacity: 0;
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.32s ease;
  -moz-transition: all 0.32s ease;
  -ms-transition: all 0.32s ease;
  -o-transition: all 0.32s ease;
  transition: all 0.32 ease;
}
.works-section .works-image figure {
  margin: 0;
}
.works-section .works-image figure img {
  max-width: 101%;
}
.works-section .clearfix {
  display: block;
}
.scrollPane {
  overflow: hidden;
  width: 100%;
}
.row.scrollPane {
  margin-left: auto;
}
.workcontentwrap {
  display: table;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.workcontentwrap .ourworkwrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.workcontentwrap .ourworkwrap .read-more,
.workcontentwrap .ourworkwrap .attribute-header,
.workcontentwrap .ourworkwrap .attribute-short {
  margin-right: 30px;
}
.clear {
  clear: both;
}
.wrokswrap-info a {
  color: #ffffff;
  display: block;
}
.wrokswrap-info h4 {
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
}
h4 {
  font-size: 17px;
}
.scroll-bar {
  clear: both;
  margin: 0 auto;
  max-width: 40%;
}
.blogsinfo .blog-image-info-wrap {
  border: 1px solid #eee;
  margin: 5px 0px 5px 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.blogsinfo .blog-image {
  width: 40%;
  position: relative;
  float: left;
}
.blog-image,
.blog-info {
  vertical-align: top;
}
.blogsinfo .blog-image figure {
  margin: 0;
  overflow: hidden;
}
.blogsinfo .blog-image figure a {
  display: block;
}
.blogsinfo .blog-image .blogtime {
  width: 65px;
  height: auto;
  background-color: #009e3c;
  position: absolute;
  right: -35px;
  top: 20px;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  -moz-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.blogsinfo .blog-image .blogtime span:first-child {
  margin-bottom: 4px;
}
.blogsinfo .blog-image .blogtime span {
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 22px;
}
/*.blogsinfo .blog-image .blogtime span:last-child {
    font-size: 14px;
}*/
.blogsinfo .blog-info {
  position: relative;
  padding: 15px 20px 15px 50px;
  width: 60%;
  vertical-align: top;
  float: right;
}
.blogsinfo .blog-info h3 {
  margin: 0 0 15px;
}
/*.blogsinfo .blog-info a {
    display: block;
    text-transform: uppercase;
    position: relative;
    margin: 20px 0 0;
}*/
article .blogsinfo .blog-image-info-wrap .blog-image figure img {
  height: 235px;
}
.testimonial-section .testimonial-image,
.testimonial-section .testimonial-info {
  display: table-cell;
  vertical-align: top;
}
.testimonial-section .testimonial-image figure {
  margin: 0;
  width: 300px;
}
.testimonial-section .testimonial-image figure img {
  display: block;
}
.testimonial-section .testimonial-info {
  overflow: visible;
}
.testimonial-section .testimonial-image,
.testimonial-section .testimonial-info {
  display: table-cell;
  vertical-align: top;
}
.testimonial-section .testimonial-info h4 {
  padding: 20px 15px 30px 35px;
  font-size: 19px;
  color: #333;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 0;
  color: #999;
  font-weight: 400;
  text-transform: capitalize;
}
.testimonial-section .testimonial-info h4 span {
  font-size: 19px;
  color: #000;
  font-weight: 500;
  margin-right: 8px;
}
.testimonial-section .testimonial-info .kr-testimonial-desc {
  border: 1px solid #eee;
  padding: 40px 50px;
  font-size: 19px;
  margin: 0;
  margin-left: -30px;
  position: relative;
  background: #fff;
  -moz-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
  color: #666;
  line-height: 30px;
  width: 567px;
}
.testimonial-section .testimonial-info .kr-testimonial-desc .read-more {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.testimonial-section .testimonial-info p {
  margin: 0;
}
.testimonial-section .lSSlideOuter .lSPager.lSpg {
  text-align: right;
  margin-right: 60px;
}
.testimonial-section .lSSlideOuter .lSPager.lSpg > li:hover a,
.testimonial-section .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #555454;
  color: #555454;
}
.testimonial-section .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  border: 1px #555454 solid;
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Bootstrap Responsive v2.0.1
 *
 * 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: "";
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none;
  visibility: hidden;
}
@media (max-width: 350px) {
  .testimonial-section .testimonial-info .kr-testimonial-desc {
    width: 83px!important;
    margin-left: -198px !important;
  }
}
@media (min-width: 351px) and (max-width: 430px) {
  .testimonial-section .testimonial-info .kr-testimonial-desc {
    width: 103px!important;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 21px;
  }
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    /* Make inputs at least the height of their button counterpart */
    /* Makes inputs behave like true block-level elements */
    -webkit-box-sizing: border-box;
    /* Older Webkit */
    -moz-box-sizing: border-box;
    /* Older FF */
    -ms-box-sizing: border-box;
    /* IE8 */
    box-sizing: border-box;
    /* CSS3 spec*/
  }
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    width: auto;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    left: 30px;
  }
  .carousel-indicators {
    right: 40px;
  }
  footer address br {
    display: none;
  }
  header .form-search {
    *zoom: 1;
    padding: 20px 0 15px 0;
  }
  header .form-search:before,
  header .form-search:after {
    display: table;
    content: "";
  }
  header .form-search:after {
    clear: both;
  }
  header .form-search label {
    float: none;
    clear: both;
    display: block;
  }
  header,
  header > .container {
    min-height: 70px;
  }
  header .logo {
    width: 110px;
    height: 37px;
  }
  header .row > .span8,
  header .row > .form-search {
    display: inline-block;
    width: 49%;
  }
  .navbar.main-navi ul li {
    border: none;
  }
  .navbar.main-navi ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .block-type-campaign .attribute-caption > p {
    display: none;
  }
  article .blogsinfo .blog-image-info-wrap .blog-image figure img {
    height: auto;
  }
  .testimonial-section .testimonial-info .kr-testimonial-desc {
    margin-left: -100px;
  }
  .content-view-children.project .carousel-indicators {
    right: 150px;
  }
  .zone2 .attribute-image.span2 {
    margin-bottom: 10px!important;
  }
}
@media (max-width: 767px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
  .row-fluid {
    width: 100%;
  }
  .row {
    margin-left: 0;
  }
  .row > [class*="span"],
  .row-fluid > [class*="span"] {
    display: block;
    width: auto;
    margin: 0;
  }
  header .row > .span8,
  header .row > .form-search {
    display: inline-block;
    width: 49%;
  }
  header .form-search {
    padding-top: 10px;
  }
  header .form-search label:before {
    width: 184px;
  }
  header .form-search input.search-query {
    margin-right: 20px;
  }
  header input {
    width: 130px;
  }
  .zone2 .span4 .row .text-box.span2,
  .content-view-children .span4 .row .text-box.span2 {
    margin-left: 10px;
    margin-right: 10px;
    width: 135px;
  }
  .zone3 .more-objects {
    margin-right: 40px;
  }
  .zone2 .more-objects {
    margin-right: 15px;
  }
  .kr-testimonial-desc .ezxmltext-field {
    height: 80px;
    overflow: hidden;
  }
  .testimonial-section .testimonial-info .kr-testimonial-desc {
    padding: 15px 30px;
  }
  .span3.side-menu {
    display: none;
  }
  .content-view-line.team.row .attribute-short-link-read-more.pull-right {
    margin-right: 20px;
  }
  .span4.infobox-project {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .span4.infobox-project figure img {
    max-height: 200px;
  }
  footer .row .span1 {
    margin-right: 270px!important;
  }
  footer .row .span1.submit {
    margin-right: 0px!important;
  }
  .span9.main-content {
    width: auto!important;
  }
  .content-view-full .class-folder.row {
    margin-left: -20px;
  }
  .zone2 .attribute-image.span2 {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  .span1 {
    width: 42px;
  }
  .span2 {
    width: 104px;
  }
  .span3 {
    width: 166px;
  }
  .span4 {
    width: 228px;
  }
  .span5 {
    width: 290px;
  }
  .span6 {
    width: 352px;
  }
  .span7 {
    width: 414px;
  }
  .span8 {
    width: 476px;
  }
  .span9 {
    width: 538px;
  }
  .span10 {
    width: 600px;
  }
  .span11 {
    width: 662px;
  }
  .span12,
  .container {
    width: 724px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.76243094%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span1 {
    width: 5.80110497%;
  }
  .row-fluid > .span2 {
    width: 14.36464088%;
  }
  .row-fluid > .span3 {
    width: 22.92817679%;
  }
  .row-fluid > .span4 {
    width: 31.49171271%;
  }
  .row-fluid > .span5 {
    width: 40.05524862%;
  }
  .row-fluid > .span6 {
    width: 48.61878453%;
  }
  .row-fluid > .span7 {
    width: 57.18232044%;
  }
  .row-fluid > .span8 {
    width: 65.74585635%;
  }
  .row-fluid > .span9 {
    width: 74.30939226%;
  }
  .row-fluid > .span10 {
    width: 82.87292817%;
  }
  .row-fluid > .span11 {
    width: 91.43646408%;
  }
  .row-fluid > .span12 {
    width: 99.99999999%;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 32px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 94px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 156px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 218px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 280px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 342px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 404px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 466px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 528px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 590px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 652px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 714px;
  }
  .block-type-content-grid .row-fluid {
    width: 100%;
  }
  .block-type-content-grid .row {
    margin-left: 0;
  }
  .block-type-content-grid .row > [class*="span"],
  .block-type-content-grid .row-fluid > [class*="span"] {
    display: block;
    width: auto;
    margin: 0;
  }
  .zone2 .span4 .row .text-box.span2 {
    margin-left: 10px;
    margin-right: 20px;
  }
  .content-view-children .span4 .row .text-box.span2 {
    margin-left: 20px;
    width: 122px;
  }
  .content-view-children .span4 .row .attribute-image {
    margin-bottom: 49px;
  }
  .content-view-children.project .carousel-indicators {
    right: 150px;
  }
  .zone2 .attribute-image.span2 {
    margin-bottom: 55px;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top {
    position: static;
    margin-bottom: 21px;
  }
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .navbar .nav-collapse {
    clear: left;
  }
  .navbar .nav {
    float: none;
    margin: 0 0 10.5px;
  }
  .navbar .nav > li {
    float: none;
  }
  .navbar .nav > li > a {
    margin-bottom: 2px;
  }
  .navbar .nav > .divider-vertical {
    display: none;
  }
  .navbar .nav .nav-header {
    color: #dbdbdc;
    text-shadow: none;
  }
  .navbar .nav > li > a,
  .navbar .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .navbar .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .navbar .nav > li > a:hover,
  .navbar .dropdown-menu a:hover {
    background-color: #009e3c;
  }
  .navbar .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar .dropdown-menu:before,
  .navbar .dropdown-menu:after {
    display: none;
  }
  .navbar .dropdown-menu .divider {
    display: none;
  }
  .navbar-form,
  .navbar-search {
    float: none;
    padding: 10.5px 15px;
    margin: 10.5px 0;
    border-top: 1px solid #009e3c;
    border-bottom: 1px solid #009e3c;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn-navbar {
    display: block;
  }
  .nav-collapse {
    overflow: hidden;
    height: 0;
  }
  .testimonial-section .testimonial-info .kr-testimonial-desc {
    width: auto;
  }
  footer .span1,
  footer .span6 {
    margin-right: 5px;
  }
  .content-view-children .span4.infobox-project figure:hover figcaption h3 {
    margin-top: 0;
  }
  .content-view-children .span4.infobox-project figure figcaption h3 {
    margin-top: 5px;
    font-size: 14px!important;
    line-height: 21px!important;
  }
  .content-view-children .span4.infobox-project .attribute-short p {
    line-height: 18px;
  }
  .span7.border-bottom {
    width: auto;
  }
  .content-view-block.content-view-aside .block-type-content-grid.block-view-3_columns_1_row {
    display: none;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
  }
}
@media (max-width: 1199px) {
  .content-view-block.content-view-aside .block-type-content-grid.block-view-3_columns_1_row figcaption p {
    font-size: 12px;
    line-height: 17px;
  }
  .content-view-block.content-view-aside .block-type-content-grid.block-view-3_columns_1_row figcaption .attribute-header {
    padding: 5px 20px;
  }
  .content-view-block.content-view-aside .block-type-content-grid.block-view-3_columns_1_row figcaption h3 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 6px;
  }
  .content-view-block.content-view-aside .block-type-content-grid.block-view-3_columns_1_row figcaption .attribute-short {
    padding: 1px 20px;
  }
  .content-view-block.content-view-aside .block-type-content-grid.block-view-3_columns_1_row figcaption .teaser-link {
    padding: 0px 20px;
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 30px;
  }
  .span1 {
    width: 70px;
  }
  .span2 {
    width: 170px;
  }
  .span3 {
    width: 270px;
  }
  .span4 {
    width: 370px;
  }
  .span5 {
    width: 470px;
  }
  .span6 {
    width: 570px;
  }
  .span7 {
    width: 670px;
  }
  .span8 {
    width: 770px;
  }
  .span9 {
    width: 870px;
  }
  .span10 {
    width: 970px;
  }
  .span11 {
    width: 1070px;
  }
  .span12,
  .container {
    width: 1170px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.56410256%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span1 {
    width: 5.98290598%;
  }
  .row-fluid > .span2 {
    width: 14.52991453%;
  }
  .row-fluid > .span3 {
    width: 23.07692308%;
  }
  .row-fluid > .span4 {
    width: 31.62393162%;
  }
  .row-fluid > .span5 {
    width: 40.17094017%;
  }
  .row-fluid > .span6 {
    width: 48.71794872%;
  }
  .row-fluid > .span7 {
    width: 57.26495726%;
  }
  .row-fluid > .span8 {
    width: 65.81196581%;
  }
  .row-fluid > .span9 {
    width: 74.35897436%;
  }
  .row-fluid > .span10 {
    width: 82.90598291%;
  }
  .row-fluid > .span11 {
    width: 91.45299145%;
  }
  .row-fluid > .span12 {
    width: 100%;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 60px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 160px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 260px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 360px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 460px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 560px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 660px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 760px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 860px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 960px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1060px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1160px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .zone2 .attribute-image .date p,
  .zone3 .attribute-image .date p {
    margin-top: -114px;
    margin-left: 234px;
  }
  /* projectos paginas internas */
  .content-view-children figure,
  .content-view-children figure:hover figcaption {
    height: 307px!important;
  }
  .testimonial-section .testimonial-info .kr-testimonial-desc {
    width: 796px;
  }
}
/*# sourceMappingURL=responsive.css.map */
/*
VideoJS Default Styles (http://videojs.com)
Version 3.2.0
*/

/*
REQUIRED STYLES (be careful overriding)
================================================================================ */
/* When loading the player, the video tag is replaced with a DIV,
   that will hold the video tag or object tag for other playback methods.
   The div contains the video playback element (Flash or HTML5) and controls, and sets the width and height of the video.

   ** If you want to add some kind of border/padding (e.g. a frame), or special positioning, use another containing element.
   Otherwise you risk messing up control positioning and full window mode. **
*/
.video-js {
  background-color: #000; position: relative; padding: 0;

  /* Start with 10px for base font size so other dimensions can be em based and easily calculable. */
  font-size: 10px;

  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */ /*This works in Safari but not Firefox.*/
}

/* Playback technology elements expand to the width/height of the containing div. <video> or <object> */
.video-js .vjs-tech { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when checking fullScreenEnabled. */
.video-js:-moz-full-screen { position: absolute; }

/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0; margin: 0;
  height: 100%; overflow-y: auto; /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
}
.video-js.vjs-fullscreen {
  position: fixed; overflow: hidden; z-index: 1000; left: 0; top: 0; bottom: 0; right: 0; width: 100% !important; height: 100% !important;
  _position: absolute; /* IE6 Full-window (underscore hack) */
}
.video-js:-webkit-full-screen {
  width: 100% !important; height: 100% !important;
}

/* Poster Styles */
.vjs-poster {
  margin: 0 auto; padding: 0; cursor: pointer;

  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: relative; width: 100%; max-height: 100%;
}

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display { text-align: center; position: absolute; bottom: 4em; left: 1em; right: 1em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* Individual tracks */
.video-js .vjs-text-track {
  display: none; color: #fff; font-size: 1.4em; text-align: center; margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (IE6) */
  background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.50);
}
.video-js .vjs-subtitles { color: #fff; }
.video-js .vjs-captions { color: #fc6; }
.vjs-tt-cue { display: block; }

/* Fading sytles, used to fade control bar. */
.vjs-fade-in {
  visibility: visible !important; /* Needed to make sure things hide in older browsers too. */
  opacity: 1 !important;

  -webkit-transition: visibility 0s linear 0s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0s, opacity 0.3s linear;
  -ms-transition: visibility 0s linear 0s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0s, opacity 0.3s linear;
  transition: visibility 0s linear 0s, opacity 0.3s linear;
}
.vjs-fade-out {
  visibility: hidden !important;
  opacity: 0 !important;

  -webkit-transition: visibility 0s linear 1.5s,opacity 1.5s linear;
  -moz-transition: visibility 0s linear 1.5s,opacity 1.5s linear;
  -ms-transition: visibility 0s linear 1.5s,opacity 1.5s linear;
  -o-transition: visibility 0s linear 1.5s,opacity 1.5s linear;
  transition: visibility 0s linear 1.5s,opacity 1.5s linear;
}

/* DEFAULT SKIN (override in another file to create new skins)
================================================================================
Instead of editing this file, I recommend creating your own skin CSS file to be included after this file,
so you can upgrade to newer versions easier. You can remove all these styles by removing the 'vjs-default-skin' class from the tag. */

/* The default control bar. Created by bar.js */
.vjs-default-skin .vjs-controls {
  position: absolute;
  bottom: 0; /* Distance from the bottom of the box/video. Keep 0. Use height to add more bottom margin. */
  left: 0; right: 0; /* 100% width of div */
  margin: 0; padding: 0; /* Controls are absolutely position, so no padding necessary */
  height: 2.6em; /* Including any margin you want above or below control items */
  color: #fff; border-top: 1px solid #404040;

  /* CSS Gradient */
  /* Can use the Ultimate CSS Gradient Generator: http://www.colorzilla.com/gradient-editor/ */
  background: #242424; /* Old browsers */
  background: -moz-linear-gradient(top, #242424 50%, #1f1f1f 50%, #171717 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(50%,#242424), color-stop(50%,#1f1f1f), color-stop(100%,#171717)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #242424 50%,#1f1f1f 50%,#171717 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #242424 50%,#1f1f1f 50%,#171717 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #242424 50%,#1f1f1f 50%,#171717 100%); /* IE10+ */
  /* Filter was causing a lot of weird issues in IE. Elements would stop showing up, or other styles would break. */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#171717',GradientType=0 );*/ /* IE6-9 */
  background: linear-gradient(top, #242424 50%,#1f1f1f 50%,#171717 100%); /* W3C */

  /* Start hidden and with 0 opacity. Opacity is used to fade in modern browsers. */
  /* Can't use display block to hide initially because widths of slider handles aren't calculated and avaialbe for positioning correctly. */
  visibility: hidden;
  opacity: 0;
}

/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  position: relative; float: left;
  text-align: center; margin: 0; padding: 0;
  height: 2.6em; width: 2.6em;
}

.vjs-default-skin .vjs-control:focus {
  outline: 0;
/*  background-color: #555;*/
}

/* Hide control text visually, but have it available for screenreaders: h5bp.com/v */
.vjs-default-skin .vjs-control-text { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }


/* Play/Pause
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-play-control { width: 5em; cursor: pointer !important; }
/* Play Icon */
.vjs-default-skin.vjs-paused .vjs-play-control div { width: 15px; height: 17px; background: url('../bundles/ezdemo/images/video-js.png'); margin: 0.5em auto 0; }
.vjs-default-skin.vjs-playing .vjs-play-control div { width: 15px; height: 17px; background: url('../bundles/ezdemo/images/video-js.png') -25px 0; margin: 0.5em auto 0; }

/* Rewind
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-rewind-control { width: 5em; cursor: pointer !important; }
.vjs-default-skin .vjs-rewind-control div { width: 19px; height: 16px; background: url('../bundles/ezdemo/images/video-js.png'); margin: 0.5em auto 0; }

/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control { width: 3.8em; cursor: pointer !important; float: right; }
.vjs-default-skin .vjs-mute-control div { width: 22px; height: 16px; background: url('../bundles/ezdemo/images/video-js.png') -75px -25px; margin: 0.5em auto 0; }
.vjs-default-skin .vjs-mute-control.vjs-vol-0 div { background: url('../bundles/ezdemo/images/video-js.png') 0 -25px; }
.vjs-default-skin .vjs-mute-control.vjs-vol-1 div { background: url('../bundles/ezdemo/images/video-js.png') -25px -25px; }
.vjs-default-skin .vjs-mute-control.vjs-vol-2 div { background: url('../bundles/ezdemo/images/video-js.png') -50px -25px; }


.vjs-default-skin .vjs-volume-control { width: 5em; float: right; }
.vjs-default-skin .vjs-volume-bar {
  position: relative; width: 5em; height: 0.6em; margin: 1em auto 0; cursor: pointer !important;

  -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em;

  background: #666;
  background: -moz-linear-gradient(top, #333, #666);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#666));
  background: -webkit-linear-gradient(top, #333, #666);
  background: -o-linear-gradient(top, #333, #666);
  background: -ms-linear-gradient(top, #333, #666);
  background: linear-gradient(top, #333, #666);
}
.vjs-default-skin .vjs-volume-level {
  position: absolute; top: 0; left: 0; height: 0.6em;

  -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em;

  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ccc);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
  background: -webkit-linear-gradient(top, #fff, #ccc);
  background: -o-linear-gradient(top, #fff, #ccc);
  background: -ms-linear-gradient(top, #fff, #ccc);
  background: linear-gradient(top, #fff, #ccc);
}
.vjs-default-skin .vjs-volume-handle {
  position: absolute; top: -0.2em; width: 0.8em; height: 0.8em; background: #ccc; left: 0;
  border: 1px solid #fff;
  -moz-border-radius: 0.6em; -webkit-border-radius: 0.6em; border-radius: 0.6em;
}

/* Progress
-------------------------------------------------------------------------------- */
.vjs-default-skin div.vjs-progress-control {
  position: absolute;
  left: 4.8em; right: 4.8em; /* Leave room for time displays. */
  height: 1.0em; width: auto;
  top: -1.3em; /* Set above the rest of the controls. And leave room for 2px of borders (progress bottom and controls top). */
  border-bottom: 1px solid #1F1F1F;
  border-top: 1px solid #222;

  /* CSS Gradient */
  background: #333;
  background: -moz-linear-gradient(top, #222, #333);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#333));
  background: -webkit-linear-gradient(top, #222, #333);
  background: -o-linear-gradient(top, #333, #222);
  background: -ms-linear-gradient(top, #333, #222);
  background: linear-gradient(top, #333, #222);


  /* 1px top shadow */
/*  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15);*/
}

/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  position: relative; cursor: pointer !important; /*overflow: hidden;*/
  padding: 0; margin: 0; /* Placement within the progress control item */
  height: 1.0em;
  -moz-border-radius: 0.6em; -webkit-border-radius: 0.6em; border-radius: 0.6em;

  /* CSS Gradient */
  background: #111;
  background: -moz-linear-gradient(top, #111, #262626);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#262626));
  background: -webkit-linear-gradient(top, #111, #262626);
  background: -o-linear-gradient(top, #111, #262626);
  background: -ms-linear-gradient(top, #111, #262626);
  background: linear-gradient(top, #111, #262626);
}
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress { /* Progress Bars */
  position: absolute; display: block; height: 1.0em; margin: 0; padding: 0;
  left: 0; top: 0; /*Needed for IE6*/
  -moz-border-radius: 0.6em; -webkit-border-radius: 0.6em; border-radius: 0.6em;

  /*width: 0;*/
}

.vjs-default-skin .vjs-play-progress {
  /* CSS Gradient. */
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #d6d6d6 50%, #fff 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%,#fff), color-stop(50%,#d6d6d6), color-stop(100%,#fff));
  background: -webkit-linear-gradient(top, #fff 0%,#d6d6d6 50%,#fff 100%);
  background: -o-linear-gradient(top, #fff 0%,#d6d6d6 50%,#fff 100%);
  background: -ms-linear-gradient(top, #fff 0%,#d6d6d6 50%,#fff 100%);
  background: linear-gradient(top, #fff 0%,#d6d6d6 50%,#fff 100%);

  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #f5f5f5 50%, #dbdbdb 50%, #f1f1f1 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%,#efefef), color-stop(50%,#f5f5f5), color-stop(50%,#dbdbdb), color-stop(100%,#f1f1f1));
  background: -webkit-linear-gradient(top, #efefef 0%,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
  background: -o-linear-gradient(top, #efefef 0%,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
  background: -ms-linear-gradient(top, #efefef 0%,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f1f1f1',GradientType=0 );
  background: linear-gradient(top, #efefef 0%,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
}
.vjs-default-skin .vjs-load-progress {
  opacity: 0.8;

  /* CSS Gradient */
  background: #666;
  background: -moz-linear-gradient(top, #666, #333);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333));
  background: -webkit-linear-gradient(top, #666, #333);
  background: -o-linear-gradient(top, #666, #333);
  background: -ms-linear-gradient(top, #666, #333);
  background: linear-gradient(top, #666, #333);
}

.vjs-default-skin div.vjs-seek-handle {
  position: absolute;
  width: 16px; height: 16px; /* Match img pixles */
  margin-top: -0.3em;
  left: 0; top: 0; /*Needed for IE6*/

  background: url('../bundles/ezdemo/images/video-js.png') 0 -50px;
  /* CSS Curved Corners. Needed to make shadows curved. */
  -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em;
  /* CSS Shadows */
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}
/* Time Display
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-time-controls {
  position: absolute;
  right: 0;
  height: 1.0em; width: 4.8em;
  top: -1.3em;
  border-bottom: 1px solid #1F1F1F;
  border-top: 1px solid #222;
  background-color: #333;

  font-size: 1em; line-height: 1.0em; font-weight: normal; font-family: Helvetica, Arial, sans-serif;

  background: #333;
  background: -moz-linear-gradient(top, #222, #333);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#333));
  background: -webkit-linear-gradient(top, #222, #333);
  background: -o-linear-gradient(top, #333, #222);
  background: -ms-linear-gradient(top, #333, #222);
  background: linear-gradient(top, #333, #222);

  /* 1px top shadow */
/*  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15);*/
}

.vjs-default-skin .vjs-current-time { left: 0; }

.vjs-default-skin .vjs-duration { right: 0; display: none; }
.vjs-default-skin .vjs-remaining-time { right: 0; }

.vjs-time-divider { display:none; }

.vjs-default-skin .vjs-time-control { font-size: 1em; line-height: 1; font-weight: normal; font-family: Helvetica, Arial, sans-serif; }
.vjs-default-skin .vjs-time-control span { line-height: 25px; /* Centering vertically */ }

/* Fullscreen
-------------------------------------------------------------------------------- */
.vjs-secondary-controls { float: right; }

.vjs-default-skin .vjs-fullscreen-control { width: 3.8em; cursor: pointer !important; float: right; }
.vjs-default-skin .vjs-fullscreen-control div { width: 16px; height: 16px; background: url('../bundles/ezdemo/images/video-js.png') -50px 0; margin: 0.5em auto 0; }

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div { background: url('../bundles/ezdemo/images/video-js.png') -75px 0; }


/* Big Play Button (at start)
---------------------------------------------------------*/
.vjs-default-skin .vjs-big-play-button {
  display: block; /* Start hidden */ z-index: 2;
  position: absolute; top: 50%; left: 50%; width: 8.0em; height: 8.0em; margin: -42px 0 0 -42px; text-align: center; vertical-align: center; cursor: pointer !important;
  border: 0.2em solid #fff; opacity: 0.95;
  -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;

  background: #454545;
  background: -moz-linear-gradient(top, #454545 0%, #232323 50%, #161616 50%, #3f3f3f 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%,#454545), color-stop(50%,#232323), color-stop(50%,#161616), color-stop(100%,#3f3f3f));
  background: -webkit-linear-gradient(top, #454545 0%,#232323 50%,#161616 50%,#3f3f3f 100%);
  background: -o-linear-gradient(top, #454545 0%,#232323 50%,#161616 50%,#3f3f3f 100%);
  background: -ms-linear-gradient(top, #454545 0%,#232323 50%,#161616 50%,#3f3f3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#3f3f3f',GradientType=0 );
  background: linear-gradient(top, #454545 0%,#232323 50%,#161616 50%,#3f3f3f 100%);

  /* CSS Shadows */
  -webkit-box-shadow: 4px 4px 8px #000; -moz-box-shadow: 4px 4px 8px #000; box-shadow: 4px 4px 8px #000;
}

.vjs-default-skin div.vjs-big-play-button:hover {
  -webkit-box-shadow: 0 0 80px #fff; -moz-box-shadow: 0 0 80px #fff; box-shadow: 0 0 80px #fff;
}

.vjs-default-skin div.vjs-big-play-button span {
  position: absolute; top: 50%; left: 50%;
  display: block; width: 35px; height: 42px;
  margin: -20px 0 0 -15px; /* Using negative margin to center image. */
  background: url('../bundles/ezdemo/images/video-js.png') -100px 0;
}

/* Loading Spinner
---------------------------------------------------------*/
/* CSS Spinners by Kilian Valkhof - http://kilianvalkhof.com/2010/css-xhtml/css3-loading-spinners-without-images/ */
.vjs-loading-spinner {
  display: none;
  position: absolute; top: 50%; left: 50%; width: 55px; height: 55px;
  margin: -28px 0 0 -28px;
  -webkit-animation-name: rotatethis;
  -webkit-animation-duration:1s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name: rotatethis;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
}

@-webkit-keyframes rotatethis {
  0% {-webkit-transform:scale(0.6) rotate(0deg); }
  12.5% {-webkit-transform:scale(0.6) rotate(0deg); }
  12.51% {-webkit-transform:scale(0.6) rotate(45deg); }
  25% {-webkit-transform:scale(0.6) rotate(45deg); }
  25.01% {-webkit-transform:scale(0.6) rotate(90deg);}
  37.5% {-webkit-transform:scale(0.6) rotate(90deg);}
  37.51% {-webkit-transform:scale(0.6) rotate(135deg);}
  50% {-webkit-transform:scale(0.6) rotate(135deg);}
  50.01% {-webkit-transform:scale(0.6) rotate(180deg);}
  62.5% {-webkit-transform:scale(0.6) rotate(180deg);}
  62.51% {-webkit-transform:scale(0.6) rotate(225deg);}
  75% {-webkit-transform:scale(0.6) rotate(225deg);}
  75.01% {-webkit-transform:scale(0.6) rotate(270deg);}
  87.5% {-webkit-transform:scale(0.6) rotate(270deg);}
  87.51% {-webkit-transform:scale(0.6) rotate(315deg);}
  100% {-webkit-transform:scale(0.6) rotate(315deg);}
}

@-moz-keyframes rotatethis {
  0% {-moz-transform:scale(0.6) rotate(0deg);}
  12.5% {-moz-transform:scale(0.6) rotate(0deg);}
  12.51% {-moz-transform:scale(0.6) rotate(45deg);}
  25% {-moz-transform:scale(0.6) rotate(45deg);}
  25.01% {-moz-transform:scale(0.6) rotate(90deg);}
  37.5% {-moz-transform:scale(0.6) rotate(90deg);}
  37.51% {-moz-transform:scale(0.6) rotate(135deg);}
  50% {-moz-transform:scale(0.6) rotate(135deg);}
  50.01% {-moz-transform:scale(0.6) rotate(180deg);}
  62.5% {-moz-transform:scale(0.6) rotate(180deg);}
  62.51% {-moz-transform:scale(0.6) rotate(225deg);}
  75% {-moz-transform:scale(0.6) rotate(225deg);}
  75.01% {-moz-transform:scale(0.6) rotate(270deg);}
  87.5% {-moz-transform:scale(0.6) rotate(270deg);}
  87.51% {-moz-transform:scale(0.6) rotate(315deg);}
  100% {-moz-transform:scale(0.6) rotate(315deg);}
}
/* Each circle */
div.vjs-loading-spinner .ball1 { opacity: 0.12; position:absolute; left: 20px; top: 0px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball2 { opacity: 0.25; position:absolute; left: 34px; top: 6px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball3 { opacity: 0.37; position:absolute; left: 40px; top: 20px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball4 { opacity: 0.50; position:absolute; left: 34px; top: 34px; width: 13px; height: 13px; background: #fff;
  border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 15px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball5 { opacity: 0.62; position:absolute; left: 20px; top: 40px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball6 { opacity: 0.75; position:absolute; left: 6px; top: 34px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball7 { opacity: 0.87; position:absolute; left: 0px; top: 20px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball8 { opacity: 1.00; position:absolute; left: 6px; top: 6px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

/* Menu Buttons (Captions/Subtitles/etc.)
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-menu-button {
  float: right; margin: 0.2em 0.5em 0 0; padding: 0; width: 3em; height: 2em; cursor: pointer !important;

  border: 1px solid #111; -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em;

  background: #4d4d4d;
  background: -moz-linear-gradient(top,  #4d4d4d 0%, #3f3f3f 50%, #333333 50%, #252525 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(50%,#3f3f3f), color-stop(50%,#333333), color-stop(100%,#252525));
  background: -webkit-linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
  background: -o-linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
  background: -ms-linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
  background: linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
}
/* Button Icon */
.vjs-default-skin .vjs-menu-button div { background: url('../bundles/ezdemo/images/video-js.png') 0px -75px no-repeat; width: 16px; height: 16px; margin: 0.2em auto 0; padding: 0; }

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button ul {
  display: none; /* Start hidden. Hover will show. */
  opacity: 0.8;
  padding: 0; margin: 0;
  position: absolute; width: 10em; bottom: 2em; max-height: 15em;
  left: -3.5em; /* Width of menu - width of button / 2 */
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
  overflow: auto;
}

.vjs-default-skin .vjs-menu-button:focus ul,
.vjs-default-skin .vjs-menu-button:hover ul { display: block; list-style: none; }
.vjs-default-skin .vjs-menu-button ul li { list-style: none; margin: 0; padding: 0.3em 0 0.3em 20px; line-height: 1.4em; font-size: 1.2em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: left; }
.vjs-default-skin .vjs-menu-button ul li.vjs-selected { text-decoration: underline; background: url('../bundles/ezdemo/images/video-js.png') -125px -50px no-repeat; }
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover { background-color: #ccc; color: #111; outline: 0; }
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center; text-transform: uppercase; font-size: 1em; line-height: 2em; padding: 0; margin: 0 0 0.3em 0;

  color: #fff; font-weight: bold;

  cursor: default;

  background: #4d4d4d;
  background: -moz-linear-gradient(top,  #4d4d4d 0%, #3f3f3f 50%, #333333 50%, #252525 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(50%,#3f3f3f), color-stop(50%,#333333), color-stop(100%,#252525));
  background: -webkit-linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
  background: -o-linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
  background: -ms-linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
  background: linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
}

/* Subtitles Button */
.vjs-default-skin .vjs-captions-button div { background-position: -25px -75px; }
.vjs-default-skin .vjs-chapters-button div { background-position: -100px -75px; }
.vjs-default-skin .vjs-chapters-button ul { width: 20em; left: -8.5em; /* Width of menu - width of button / 2 */ }

/*! jQuery UI - v1.12.1 - 2016-12-11
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}