@import url('//fonts.googleapis.com/css?family=Ubuntu:500,300,400');
/*!
 * 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.
 */
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;
}
a {
  color: #006a8d;
  text-decoration: none;
  -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:hover {
  color: #006a8d;
  text-decoration: underline;
}
a.teaser-link,
.content-view-line .attribute-header a {
  color: #006a8d;
  -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: #006a8d;
  -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: #e57910;
}
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: #e57910;
}
.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: #006a8d;
}
.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.44680851%;
}
.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: 111px;
}
header {
  background-color: #f2f3f3;
  background-image: -moz-linear-gradient(left, #ffffff, #f2f3f3);
  background-image: -ms-linear-gradient(left, #ffffff, #f2f3f3);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(#f2f3f3));
  background-image: -webkit-linear-gradient(left, #ffffff, #f2f3f3);
  background-image: -o-linear-gradient(left, #ffffff, #f2f3f3);
  background-image: linear-gradient(left, #ffffff, #f2f3f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f3f3', GradientType=1);
}
header > .container {
  background: transparent url('../bundles/ezdemo/images/bgr-header.png') no-repeat left bottom;
}
header .logo {
  display: block;
  width: 138px;
  height: 46px;
  margin-top: 13px;
}
header .form-search {
  margin-top: 27px;
}
header .form-search label {
  position: relative;
}
header .form-search label:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 9px;
  left: 8px;
  background: transparent url('../bundles/ezdemo/images/ez-sprite.png') no-repeat left top;
}
header .form-search label input.search-query {
  padding-left: 25px;
}
header .form-search label input.search-query :-moz-placeholder {
  color: #007ea6;
}
header .form-search label input.search-query ::-webkit-input-placeholder {
  color: #007ea6;
}
header .form-search label input.search-query:focus :-moz-placeholder {
  color: transparent;
}
header .form-search label input.search-query:focus ::-webkit-input-placeholder {
  color: transparent;
}
.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;
  margin-bottom: 14px;
}
footer .claim-wrapper a {
  color: white;
}
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 > ul {
  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));
}
aside > .subnavigation > ul li {
  border-bottom: 1px solid #dbdbdc;
}
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 > .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 h1,
.content-view-embed .attribute-header h2,
.content-view-embed .attribute-header h3,
.content-view-embed .attribute-header h4,
.content-view-embed .attribute-header h5,
.content-view-embed .attribute-header h6 {
  border-bottom: 1px solid #ebebeb;
}
.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/ezdemo/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/ezdemo/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: #006a8d;
}
.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 {
  border-bottom: 1px solid #ebebeb;
  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/ezdemo/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/ezdemo/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/ezdemo/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/ezdemo/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/ezdemo/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/ezdemo/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;
}
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: #e57910;
}
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;
}
ul {
  list-style: none;
}
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 {
  content: "??";
  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: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.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: #a9dba9;
  border-color: #46a546;
}
.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: #006a8d;
}
.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 {
  color: #468847;
  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;
}
.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);
}
.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: #00578d;
  background-image: -moz-linear-gradient(top, #006a8d, #003b8d);
  background-image: -ms-linear-gradient(top, #006a8d, #003b8d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006a8d), to(#003b8d));
  background-image: -webkit-linear-gradient(top, #006a8d, #003b8d);
  background-image: -o-linear-gradient(top, #006a8d, #003b8d);
  background-image: linear-gradient(top, #006a8d, #003b8d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006a8d', endColorstr='#003b8d', GradientType=0);
  border-color: #003b8d #003b8d #001b41;
  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: #003b8d;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #00265a \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: #b94a48;
}
.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: #006a8d;
}
.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: #006a8d;
}
.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: #006a8d;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #006a8d;
}
.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;
  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);
}
.navbar-inner.sublevel,
.claim-wrapper.sublevel {
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ebebeb', GradientType=0);
  border-bottom: 1px solid #dbdbdc;
}
.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/ezdemo/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);
}
.navbar .nav > li:first-child {
  border-left: none;
}
.navbar .nav > li:last-child {
  border-right: none;
}
.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/ezdemo/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: 7px 10px;
  line-height: 19px;
  color: #ebebeb;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
}
.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: transparent;
  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,
.navbar .nav .active > a:hover,
.navbar .sublevel .nav .active > a:hover {
  color: #006a8d;
  text-decoration: none;
  background-color: #ebebeb;
  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);
  text-shadow: none;
}
.navbar .sublevel .nav .active > a,
.navbar .sublevel .nav .active > a:hover {
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #ebebeb, #ffffff);
  background-image: -ms-linear-gradient(top, #ebebeb, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ebebeb, #ffffff);
  background-image: -o-linear-gradient(top, #ebebeb, #ffffff);
  background-image: linear-gradient(top, #ebebeb, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0);
  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: #006a8d;
  border-right: 1px solid #007ea6;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar .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;
  text-shadow: 0 1px 0 #ffffff;
  color: #aeaeae;
}
.breadcrumb li a {
  color: #aeaeae;
}
.breadcrumb li a:hover,
.breadcrumb li afocus {
  color: #006a8d;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #dbdbdc;
}
.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 {
  float: left;
  padding: 0 14px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.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: #006a8d;
  -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: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.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;
}
.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 .attribute-short {
  font-weight: bold;
}
.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/ezdemo/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/ezdemo/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: #e57910;
}
.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;
}
.content-view-aside .block-type-tagcloud .block-content {
  padding: 10px 20px;
}
.content-view-aside .block-type-tagcloud a {
  padding-right: 0.2em;
}
.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/ezdemo/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/ezdemo/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/ezdemo/images/ez-sprite.png') no-repeat -55px -22px;
}
.block-type-campaign .prev {
  left: 0px;
  background: transparent url('../bundles/ezdemo/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/ezdemo/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;
}

/*!
 * 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: 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 {
    position: static;
  }
  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 {
    margin: 0 -20px;
  }
  .navbar.main-navi ul li {
    border: none;
  }
  .navbar.main-navi ul li a {
    font-size: 18px;
    line-height: 32px;
  }
  .block-type-campaign .attribute-caption > p {
    display: none;
  }
}
@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"] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }
  header .row > .span8,
  header .row > .form-search {
    display: inline-block;
    width: 49%;
  }
  header .form-search {
    padding-top: 10px;
  }
}
@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.762430939%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span1 {
    width: 5.801104972%;
  }
  .row-fluid > .span2 {
    width: 14.364640883%;
  }
  .row-fluid > .span3 {
    width: 22.928176794%;
  }
  .row-fluid > .span4 {
    width: 31.491712705%;
  }
  .row-fluid > .span5 {
    width: 40.055248616%;
  }
  .row-fluid > .span6 {
    width: 48.618784527%;
  }
  .row-fluid > .span7 {
    width: 57.182320438000005%;
  }
  .row-fluid > .span8 {
    width: 65.74585634900001%;
  }
  .row-fluid > .span9 {
    width: 74.30939226%;
  }
  .row-fluid > .span10 {
    width: 82.87292817100001%;
  }
  .row-fluid > .span11 {
    width: 91.436464082%;
  }
  .row-fluid > .span12 {
    width: 99.999999993%;
  }
  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"] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }
}
@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: #006a8d;
  }
  .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 #006a8d;
    border-bottom: 1px solid #006a8d;
    -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;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
  }
}
@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.564102564%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span1 {
    width: 5.982905983%;
  }
  .row-fluid > .span2 {
    width: 14.529914530000001%;
  }
  .row-fluid > .span3 {
    width: 23.076923077%;
  }
  .row-fluid > .span4 {
    width: 31.623931624%;
  }
  .row-fluid > .span5 {
    width: 40.170940171000005%;
  }
  .row-fluid > .span6 {
    width: 48.717948718%;
  }
  .row-fluid > .span7 {
    width: 57.264957265%;
  }
  .row-fluid > .span8 {
    width: 65.81196581200001%;
  }
  .row-fluid > .span9 {
    width: 74.358974359%;
  }
  .row-fluid > .span10 {
    width: 82.905982906%;
  }
  .row-fluid > .span11 {
    width: 91.45299145300001%;
  }
  .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;
  }
}

/*
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 */ }

@import url("//hello.myfonts.net/count/2b9518");
@font-face {font-family: 'HelveticaNeueLTStd-Bd';src: url('/bundles/core/webfonts/2B9518_0_0.eot');src: url('/bundles/core/webfonts/2B9518_0_0.eot?#iefix') format('embedded-opentype'),url('/bundles/core/webfonts/2B9518_0_0.woff') format('woff'),url('/bundles/core/webfonts/2B9518_0_0.ttf') format('truetype');}
@font-face {font-family: 'HelveticaNeueLTStd-Roman';src: url('/bundles/core/webfonts/2B9518_1_0.eot');src: url('/bundles/core/webfonts/2B9518_1_0.eot?#iefix') format('embedded-opentype'),url('/bundles/core/webfonts/2B9518_1_0.woff') format('woff'),url('/bundles/core/webfonts/2B9518_1_0.ttf') format('truetype');}
@font-face {font-family: 'HelveticaNeueLTStd-BdIt';src: url('/bundles/core/webfonts/2B9518_2_0.eot');src: url('/bundles/core/webfonts/2B9518_2_0.eot?#iefix') format('embedded-opentype'),url('/bundles/core/webfonts/2B9518_2_0.woff') format('woff'),url('/bundles/core/webfonts/2B9518_2_0.ttf') format('truetype');}
@font-face {font-family: 'HelveticaNeueLTStd-It';src: url('/bundles/core/webfonts/2B9518_3_0.eot');src: url('/bundles/core/webfonts/2B9518_3_0.eot?#iefix') format('embedded-opentype'),url('/bundles/core/webfonts/2B9518_3_0.woff') format('woff'),url('/bundles/core/webfonts/2B9518_3_0.ttf') format('truetype');}

/*
	copy styles
*/
a{
    cursor: pointer;
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h6 a:hover {
	color: inherit;
}

.btn.btn-navbar{
    z-index: 9999;
}

.main-content .left-zone-container h2,
.featured_3 h2{
    line-height: 30px;
}

.main-content .left-zone-container h3{
    line-height: 22px;
}

body section ul li:before,
body footer ul li:before,
body section ol li:before,
body footer ol li:before{
    content: "";
}
.outer-wrapper {
	width: 100%;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	padding: 10px 0px 30px;
}
.content-view-block{
	margin-bottom: 0px;
}
.outer-wrapper.campaign {
	display: none;
	background-color: #f1f1f1
}
.campaign input, .campaign select {
	margin-top: auto;
	margin-bottom: 6px;
}
.inner-wrapper {
	width: 996px;
	margin: 1px auto;
	position: relative;
}
.container {
	width: 996px;
}
.span12.main-content {
	width: 100%;
	margin: 0px;
        margin-bottom: 25px;
}
.row {
	margin-left: -13px;
}
[class*="span"] {
	float: left;
	margin-left: 13px;
}
.span1 {
	width: 70px;
}
.span2 {
	width: 153px;
}
.span3 {
	width: 236px;
}
.span4 {
	width: 319px;
}
.span5 {
	width: 404px;
}
.span6 {
	width: 485px;
}
.span7 {
	width: 568px;
}
.span8 {
	width: 651px;
}
.span9 {
	width: 734px;
}
.span10 {
	width: 817px;
}
.span11 {
	width: 900px;
}
.span12,
.container {
	width: 996px;
}
figure{
	margin: 0px;
}
figure img, img {
	display: block;
}
.error-red {
	color: red;
}
.border-left-none {
	border-left: 0px !important;
}
li .radio{
	/*Header radio link*/
	padding-left: 0px;
}
.navbar-inner,
.claim-wrapper,
header .container,
.class-article {
	max-width: 996px;
	margin: 0px auto;
}
.orange {
	color: #EF6C15;
}
.float-right {
	float: right;
}

.float-left {
	float: left;
}
.object-right {
	margin-left: 15px;
}
.object-left{
	margin-right: 15px;
}
.no-bg {
	background: transparent;
}
.white-bg {
	background-color: #fff;
}
.clear{
	clear: both;
    overflow: hidden;
}
a, a:hover {
	color: #B4005E;
}
span.required, p.required{
	color: red;
}
.defaultbutton{
	background-color:#b4015f;
	background-image: none;
}
.defaultbutton:hover{
	background-color:#870047;
	background-image:none;
}
div.defaultbutton p{
	color: white;
	margin: 0px;
}
.validation-error input,
input.validation-error,
.validation-error textarea,
textarea.validation-error,
.validation-error select,
select.validation-error{
	border: 1px solid red;
}
/* header nav links */
.navbar.extra-navi {
	background-color: black;
	text-align: center;
	margin-top: 0px;
	position: relative;
	font-family: 'HelveticaNeueLTStd-Roman', 'Helvetica', sans-serif;
}

.navbar.extra-navi .nav{
	background: transparent;
	float:none;
	display: inline-block;
	position: initial;
	vertical-align: top;
	width: 996px;
	margin-left: 13px;
}

.navbar.extra-navi ul.nav > li {
	background: transparent;
	border-left: silver thin solid;
	position: initial;
	cursor: pointer;
}

.navbar.extra-navi ul.nav > li:last-child {
	border-right: silver thin solid;
}

.navbar.extra-navi ul.nav > li:hover {
	background-color: grey;
}

.navbar.extra-navi ul.nav > li > a {
	color:silver;
	line-height: 33px;
	width: auto;
	border-bottom: 3px solid transparent;
	padding: 3px 31px 2px;
	font-size: 14px;
	font-weight: lighter;
}
.navbar.extra-navi ul.nav > li.selected > a {
	border-bottom: 3px solid rgb(180,0,94);
}
.navbar.extra-navi ul.nav > li > a:hover, ul.nav li#myprofile:hover a:last-child{
	color:black;
	text-decoration: none;
	border-bottom: 3px solid rgb(180,0,94);
}
ul.nav li#myprofile:hover a:first-child{
	border-bottom: 3px solid transparent;
	color:black;
}
/*If there is only one item within the site_folder do not display the hover menu*/
.navbar.extra-navi ul.nav .one-landing_page-item .headerLinksLandingPage{
	display: none;
}
#page .navbar.extra-navi .nav > li#login:target{
	background-color: #838383;
}
#page .navbar.extra-navi .nav > li#login:target a.show-login-form{
	display: block;
}
ul.headerLinksLandingPage{
	height: 0px;
	position: absolute;
	top: 43px;
	left: 0px;
	z-index: 999;
	background: #fff;
	margin: 0px;
	overflow: hidden;
	-webkit-transition: height 0.150s;
}

ul.headerLinksLandingPage li {
	display: inline-block;
	text-align: left;
	margin: 10px 5%;
	vertical-align: top;
}
ul.headerLinks-folder {
	margin:0px;
}
ul.headerLinks-folder li {
	display:block;
	margin: 0px;
}
ul.headerLinks-folder a {
	color: black;
}

.navbar.extra-navi ul.nav > li a span {
	display: none;
}
.navbar.extra-navi ul.nav > li > a:hover ~ ul.headerLinksLandingPage{
	height: 150px;
	color:black;
	text-decoration: none;
	background-color: #fff;
}

ul.headerLinksLandingPage:hover{
	height: 150px;
}

ul.headerLinksLandingPage{
	width: 100%;
}

.navbar.extra-navi .nav > li#login .login-form {
	float: none;
	display: inline-block;
	position: relative;
	background: transparent;
	height: auto;
}
#nav-location-home.selected {
	border-color: transparent;
}
#nav-location-home.selected a{
	background-color: transparent;

}
#nav-location-home.selected a {
	background-position: -35px -174px;
	-webkit-filter: brightness(200%);
}
#nav-location-home a {
	text-indent: -9999px;
	display: block;
	border-left: 0px;
	background: url(/bundles/core/images/icons/sprite.png) -35px -179px no-repeat rgba(255,255,255,0);
	width: 9px;
	-webkit-filter: brightness(75%);
}
#donate{
	border: none;
	background-color: #f58311;
	font-size: larger;
	font-weight: normal;
	box-shadow: inset 0px -20px 20px #CE7719;
	padding-right: 16px;
}

#donate > a {
	text-transform: uppercase;
	color: white;
	padding: 3px 26px 2px 32px
}
#donate > a:hover {
	border-bottom-color: transparent;
}
ul.nav li#login, ul.nav li#myprofile {
	background-color: #838383;
	max-width: 175px;
	min-width: 130px;
}
ul.nav li#login.basket-empty,
ul.nav li#myprofile.basket-empty {
	max-width: 220px;
	min-width: 220px;
}
ul.nav li#login a, ul.nav li#profile a{
	color: white;
}
ul.nav li#myprofile a.user{
	padding: 5px 0px 0px;
	color: white;
}
/*ul.nav li#myprofile a.user span{
	display: block;
	line-height: 36px;
	color: white;
}
ul.nav li#myprofile a.logout{
	padding: 0px;
	line-height: 18px;
	padding-right: 20px;
	text-align: right;
	color: #4F4F4F;
}
ul.nav li#myprofile a.logout span{
	display: block;
}*/
li#myprofile ul.headerLinksLandingPage div > li {
	margin: 10px 50px;
}
ul.headerLinksLandingPage > div {
	width: 996px;
	margin: 0 10px 0 0;
	display: inline-block;
	position: relative;
}
li#myprofile .defaultbutton {
	float: right;
	position: absolute;
	right: 110px;
	bottom: 0px;
}
ul.nav li#shoppingbasket{
	border-left: 0px;
}
ul.nav li#shoppingbasket a{
	padding:0px;
	background-color: #737373;
}
ul.nav li#shoppingbasket a:hover {
	border-bottom-color: #737373;
}
ul.nav li#shoppingbasket div.shopping-basket-icon {
	height: 38px;
	width: 35px;
	background-image: url('/bundles/core/images/icons/sprite.png');
	background-position: -33px -60px;
	margin: 0px 8px;
}
ul.nav li#shoppingbasket div.shopping-basket-icon.not-empty {
	margin: 0px;
	width: 43px
}

.shopping-basket-icon span#basket-count {
	display: block;
	font-weight: bold;
	margin-left: 28px;
	line-height: 43px;
	font-size: 16px;
}


/*ZONES*/
.zone-layout-4zoneslayout1.row row, .zone-layout-homepagelayout.row row {
	margin-left: 0px;
}
.zone-layout-homepagelayout .outer-wrapper{
	padding-top: 0px;
}
.zone-layout-homepagelayout .inner-wrapper{
	margin-top: 0px;
}
#page .zone-layout-homepagelayout .outer-wrapper .span12{
	margin-top:0px;
}
#page .zone-layout-homepagelayout .block-title-container .inner{
	padding: 5px;
	float:left;
	background-color: #DDE0E5;
}
/* HOMEPAGE LAYOUT 2 (4 featured Zones)*/
#page .zone-layout-homepagelayout2 .outer-wrapper.featured_4{
	background-color: #F1F1F1;
}
#page .zone-layout-homepagelayout2 .outer-wrapper.advertising{
	background-color: transparent;
	border-bottom: 0px;
	padding-bottom: 0px;
}
/*Add this on article pages*/

.content-view-full .class-article hr{
	margin: 8px;
}
.class-article .attribute-long,
.class-folder .attribute-description{
	position:relative;
}
.class-article h1 span.attribute-short_title{
	font-weight: normal;
}
.class-article .attribute-long,
.class-article .attribute-header,
.class-article .attribute-short,
.class-folder .attribute-description,
.class-folder .attribute-header,
.class-folder .attribute-short,
.addthis_button_container {
	/*margin-right: 35px;*/
	position: relative;
}
.span12.main-content .class-article .span8 > .inner{
	padding-right: 55px;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
	min-height: 450px;
}
.class-article .attribute-long .addthis_toolbox{
	position: relative;
	right: 0px;
	float: right;
	left: 43px;
	top: 20px;
}

.class-article .attribute-header .addthis_toolbox,
.class-folder .addthis_button_container .addthis_toolbox {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.class-article .attribute-header span.addthis-span {
	clear: both;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 11px;
	float: none;
}

.class-folder .addthis_button_container span.addthis-span {
	clear: both;
	margin: 0 auto;
	font-size: 11px;
	float: none;
}

.class-article span.addthis-span.favourite,
.class-folder span.addthis-span.favourite {
	position: relative;
	right: 8px;
}

.class-article .attribute-header .addthis_toolbox_wrapper,
.class-folder .addthis_button_container .addthis_toolbox_wrapper {
	position: absolute;
	right: -55px;
	float: right;
	left: auto;
	top: 0px;
	text-align: center;
	width: 55px;
}

.class-article .attribute-header .floating,
.class-folder .addthis_button_container .floating {
	position: fixed;
	right: 0px;
	float: right;
	left: 12px;
	top: 0px;
	width: 55px;
}

.class-article .attribute-header .floating-bottom,
.class-folder .addthis_button_container .floating-bottom {
	top: auto;
}

.class-article .attribute-header a {
	clear: both;
}
.class-article .media-top {
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
}
.addthis_toolbox_wrapper form{
	margin-bottom: 0px;
}
/*.addthis_toolbox_wrapper button[type=submit]{
	font-size:0px;
	width: 32px;
	height: 32px;
	background-color: transparent;
	background-image: url('/bundles/core/images/icons/favourite.png');
	border: 0px;
}*/
a.addthis_favourited {
	width: 32px;
	height: 32px;
	background-image: url('/bundles/core/images/icons/sprite.png');
	background-position: 0px -65px;
	display: inline-block;
}
a.addthis_favourited.favourited {
	background-position: 0px -278px;
}


/*article summary page*/
/*.primary-article-summary img{
	width:100%;
	height: 300px;
	border: solid thin black;
}

.primary_article_summary{
	position:relative;
}

.primary_article_summary_title{
	font-size: 20px;
	position: absolute;
	bottom: 210px;
	background-color: rgba(255,255,255,0.8);
}

.secondary_article_summary img{
	border: solid thin black;
	height: 100px;
	width: 100%;
}

.basic_article_summary img{
	border: solid thin black;
	height: 100px;
	width: 100%;
}*/

/*media on the article pages*/
div.media-tab-container{
	position:relative;
	height: auto;
	background-color: #E2E2E2;
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}
div.media-tab-container .span6{
	width: 50%;
}
div.media-tab-container .span3{
	width: 25%;
}
div.media-tab-container .span4{
	width: 33.33%;
}
div.media-container div.media-tab-container .media-tab{
	float:left;
	margin: 0px;
	background-color: #E2E2E2;
	cursor: pointer;
	border-bottom: 1px solid #E2E2E2;
}
div.media-container div.media-tab-container .media-tab.selected{
	background-color: #FFF;
}
div.media-tab-container .media-tab .tab-inner{
	padding: 10px;
}
div.media-tab-container .media-tab p {
	color: #646464;
}
div.media-tab-container .media-tab.selected p{
	color: #444;
}
div.media-tab-container .media-tab .tab-inner p span.duration{
	color: #AA0055;
	margin-right: 5px;
}
div.bottom-media {
	margin: 20px 0px;
}
/*TWITTER QUOTE CUSTOM TAG*/

div.twitter-quote-text {
	margin: 10px 0px 10px;
	padding: 0px 16px;
	border-left: 4px solid #52bddd;
	font-weight: bold;
	display: block;
	width: 80%;
	float: left;
	min-height: 40px;
}
div.twitter-quote p {
	margin: 0px;
}
div.twitter-link {
	display: block;
	margin: 10px 0px;
	padding: 0px;
	float: left;
	min-height: 40px;
}
div.twitter-link a {
	width: 35px;
	height: 35px;
	display: block;
	border-radius: 100%;
	background-color: #52bedb;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0px auto;
	background: url(/bundles/core/images/icons/sprite.png) 7px -29px no-repeat #52bedb;
}
div.twitter-quote {
	display: inline-block;
}
/* Non tweetable quote custom tag */

div.quote {
	margin: 10px 0px 10px;
	padding: 0px 16px;
	border-left: 4px solid #B4015F;
	font-weight: bold;
	display: block;
	width: 100%;
	float: left;
	min-height: 30px;
}

div.quote div.author {
	font-weight: normal;
	font-size: 12px;
	color: grey;
	padding-bottom: 0px;
}
.quote p {
	margin-bottom: 0px;
}
p.center img{
	display: block;
}
/* Key facts box */

div.factbox-tag {
	margin: 10px 0px 10px 15px;
	padding: 10px 10px 1px 10px;
	border-left: 3px solid #B4015F;
	display: block;
	background-color: #f8f8f8;
	width: 25%;
}

div.factbox-tag h1{
	font-size: 20px;
	color: #B4015F;
}

div.factbox-tag ol {
	counter-reset: li;
	list-style: none;
}

div.factbox-tag li:before {
	content: counter(li)":";
	counter-increment: li;
	top: 0;
	color: black;
}

div.factbox-tag li{
	padding-left: 5px;
}

div.factbox-tag .content-view-embed {
	margin: 0px;
}

div.factbox-tag.float-left{
    margin: 10px 15px 10px 0;
}

div.factbox-tag.float-center{
    margin: 10px 0 10px 0;
    width: auto;
}

/* Magazine page */

div.magazine-cover {
	display: inline-block;
}

div.article-title {
	float: left;
	width: 175px;
}

div.article-subscription-info {
	float: right;
	width: 58px;
	background-color: #cfcfcf;
	height: 15px;
	text-align: center;
	font-size: 9px;
	line-height: 15px;
    color: white;
}

.article-subscription-info-registered,
.article-subscription-info-subscriber,
.article-subscription-info-free {
	padding: 0px 3px;
}

div.article-thumbnail a:hover{
    text-decoration: none;
}

div.category {
	display: inline-block;
	width: 100%;
}

div.article-preview div.content-view-embed {
	margin: 5px 0 0 0;
}

div.article-preview ul.ezobjectrelationlist-field {
	margin: 0;
}

div.article-teaser p {
	float: left;
	font-size: 13px;
}

div.article-teaser.full{
    padding: 0 13px 0 13px;
}

.issue-content .row {
    margin-bottom: 12px;
    margin-top: 12px;
}

.magazine-issue .magazine-issue-thumbnail{
    margin-bottom: 5px;
}

.magazine-issue h3{
    font-weight: normal;
    lin-height: 20px;
}



/************************************************/
/* FOOTER */
footer {
	margin-top: 25px;
}
.class-landing_page footer{
	margin-top: 0px;
}
footer, footer a, footer a:hover {
	color: #A8A9AD;
	font-weight: 100;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}

footer .container {
	background-color: #08101B;
	width: 100%;
	padding-left: 0px;
}

div.footer-navigation, div.footer-copyright{
	background-color: #0D1A2D;
	border-bottom: #1B3558 solid 1px;
	border-top: #1B3558 solid 1px;
}

/* Footer tweets */

div.footer-tweets {
	border-bottom: #202833 1px solid;
}

div.footer-tweets .PremierGospel a {
	color: rgba(250,189,44,1);
}

div.footer-tweets .PremierRadio a {
	color: rgba(232,47,38,1);
}
div.footer-tweets .Christianitymag a {
	color: #BE0088;
}
div.footer-tweets .YCWmag a {
	color: #ff9201;
}

div.footer-tweets .PremierNewsDesk a {
	color: #D5006E
}

div.footer-tweets div.tweet {
	font-size: 14px;
	padding: 15px 0;
	width: 300px;
	margin: auto;
}

div.footer-tweets div.title {
	margin-left: 61px;
	font-size: 14px;
}

div.footer-tweets-content {
	width: auto;
	max-width: 996px;
	margin: auto;
	padding-top: 30px;
	overflow: hidden;
}

div.footer-tweets div.twitter-text-full {
	max-width: 250px;
}

div.footer-tweets span.twitter-ago {
	color: white;
}

div.footer-tweets div.twitter-img {
	min-width: 50px;
}
.footer-tweets.container {
	margin-left: -5px;
}

/* Footer share */

div.footer-share {
	min-height: 50px;
}

footer div.add-this-buttons-container {
	margin: auto;
	width: auto;
	max-width: 450px;
	padding: 15px 0px 5px 0px;
}

/* Footer navigation */

div.footer-navigation {
	padding: 5px 0;
}

div.footer-navigation-content {
	margin: auto;
	width: auto;
	max-width: 850px;
	font-size: 15px;
}

div.navigation-item {
	padding: 0 35px;
}


/* Footer information */

div.footer-organisation-info {
	font-size: 11px;
	margin: auto;
	max-width: 995px;
	text-align: center;
	padding: 15px 0px 15px 0px;
}

/* Footer copyright */

div.footer-copyright {
	padding: 10px 0;
}


div.footer-copyright-content {
	margin: auto;
	width: auto;
	max-width: 280px;
	font-size: 11px;
}

div.copyright-item a {
	padding: 0 5px;
}

div.copyright-item.border-right a {
	border-right: 1px solid;
}

/**********************************************/


/* ARTICLE PAGE */
.content-view-full article .attribute-image.full-head {
	margin: 0;
	height: 291px;
}
.article-authors .author-line-view {
	clear: both;
	margin-top: 13px;
}
.article-authors .author-line-view .attribute-image img{
	margin-left: 0px;
}
.article-authors .author-line-view .author-content{
	width: auto;
	margin-left: 100px;
}
.class-article .article-authors img,
.article-authors .author-line-view img {
	float: left;
	margin-right: 10px;
}
/*Related Items on the Article full view*/
.related-items .content-view-related .attribute-image{
	width: 100px;
}
.related-items .content-view-related .attribute-image .image-inner{
	padding: 0px;
}
.related-items .content-view-related .text-content{
	width: auto;
	float: none;
	margin-left: 113px;
}
/*Related Items*/
div.related-items {
	width: 100%;
	display: inline-block;
}
.related-items .attribute-text{
    width: 447px;
    float: left;
    position: relative;
}
.content-view-full .class-article .related-items .article-basic{
	margin-left: 13px;
}
div.related-items div.content-view-line.magazine-article .attribute-image{
	max-width:30%;
}
div.related-items div.content-view-line.magazine-article {
	width: 50%;
	float:left;
}
div.related-items div.content-view-line.magazine-article .text-content{
	padding: 5px 10px;
	width: 70%;
}
div.related-items div.content-view-line.magazine-article .attribute-name{
	color: black;
	font-size: 16px;
}
div.related-items div.content-view-line.magazine-article span{
	color: #454545;
	font-size: 11px;
}
div.related-items div.content-view-line.magazine-article .more-link-arrow{
	background-image: url('/bundles/core/images/more-arrow.png');
	height: 15px;
	width: 15px;
	margin-top: 3px;
}
div.related-items div.content-view-line.magazine-article .attribute-categories a{
	color: #999;
	font-size: 12px;
}
/* Not subscribed message */
.class-article .no-access {
	padding: 20px;
}
.class-article .no-access .defaultbutton {
	background-color: #870047;
}
.class-article .no-access .inner {
	border: 2px solid #830040
}
.class-article .no-access .inner.no-bottom {
	border-bottom: none
}
.class-article .no-access .defaultbutton a, .class-article .no-access .defaultbutton a:hover {
	color: white;
}

.class-article .no-access .logo.span2 {
	margin-top: -5px;
	margin-right: 20px;
}

#disqus-container.inner {
	margin-top: 10px;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);;
}

body {
	background: url(/bundles/core/images/bg.jpg) #1c365b fixed center center repeat-x;
	font-family: Helvetica, Arial, sans-serif;

}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #454545;
}

h1{
    margin-bottom: 15px;
}
h3{
	font-size: 20px;
}
h4, .content-view-full article h4{
	font-size: 16px;
	line-height: 22px;
}

/*override ez stlyes */
.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: 1em;
}
.content-view-full article h4,
.content-view-full article h5,
.content-view-full article h6 {
  font-size: inherit;
  line-height: inherit;
}


p {
	font-family: Helvetica, Arial, sans-serif;
	color: #454545;
}

.more-link a {
	font-size: 12px;
	font-weight: bold;
	font-family: Raleway, Arial, sans-serif;
}

header, header > .container {
	min-height: initial;
	font-family: Helvetica, Arial, sans-serif;
}

header,
div.header {
	background: rgba(255,255,255,0.8);
}

header .container,
div.header .container {
	background: transparent;
	margin-top: 15px;
}
header .logo,
div.header .logo {
	display: block;
	width: 180px;
	height: 70px;
	margin-top: 0px;
	position: relative;
	z-index: 5;
	padding-bottom: 25px;
}
header .form-search,
div.header .form-search {
	margin: 5px 0px 0px;
}
.navbar.main-navi {
	background-color: rgba(255,255,255,0.8);
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	/*position: relative;
	z-index: 0;*/
}
.navbar.main-navi.second-level {
	background: rgba(255, 255, 255, 0.2);
}

.navbar-inner,
.claim-wrapper {
	background: transparent;
	border: 0px;
}
.navbar.main-navi .nav {
	min-height: initial;
}
.navbar.main-navi .nav li {
	color: #1c365b;
	border: 0px;
	padding: 5px 0px;
	border-bottom: 3px solid transparent;
}
.navbar.main-navi .nav > li:hover{
	background-color: rgba(255,255,255,1);
	border-bottom: 3px solid rgb(180,0,94);
}
.navbar.main-navi .nav > li.selected {
	background: url(/bundles/core/images/bg.jpg) #1c365b fixed center center repeat-x;
	border-bottom: 3px solid rgba(255, 255, 255, 0.2);
	padding: 0px;
}
.navbar.main-navi .nav > li a {
	/*color: #1c365b;*/
	text-shadow: none;
	font-size: 15px;
	padding: 0px 10px;
	border-left: 1px solid #ccc;
}
.navbar.main-navi .nav .rem-border a {
	border-left: 0px;
}
.navbar.main-navi.second-level .nav > li.selected,
.navbar.main-navi.second-level .nav > li.selected:hover,
.navbar.main-navi.second-level .nav > li:hover{
    border-bottom: 3px #B00C63 solid;
    background-color: rgba(255, 255, 255, 0.3);
}
.navbar.main-navi.second-level .nav > li.after-selected a{
	border-left: 0px;
}
.navbar.main-navi .nav > li a:hover {
	color: inherit;
}
.navbar.main-navi .nav > li.selected > a {
	color: #fff;
	border-left: 0px;
	background: rgba(255, 255, 255, 0.2);
	padding: 5px 10px;
}
.navbar.main-navi .nav > li.selected:hover {
	border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.breadcrumb-wrapper {
	border: 0px;
	color: #fff;
}
.breadcrumb-wrapper a,
.breadcrumb-wrapper a:hover {
	color: #fff;
}

.navbar.main-navi.second-level .nav > li a {
	color: #fff;
}

/*.class-article .span8 {
	width: 680px;
}
.class-article .span4 {
	width:300px;
}*/
.span12.main-content [class*="span"] {
	color: #454545;
	margin-top: 13px;
	margin-left: 13px;
}
.span12.main-content div.row div.author-line-view {
	margin-top: 20px;
}
.span12.main-content [class*="span"] .inner {
	background-color: #fff;
	padding: 13px;
}
.span4 .inner {
}

.span12.main-content .span4.right-zone-container {
	margin-top: 0px;
	margin-bottom: 13px;
	width: 300px;
}

.span12.main-content .span4.right-zone-container .span4 {
	width: 300px;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
}

.left-zone-container {
	background-color: white;
}
/*Media Icons*/
.media-icon{
	width: 23px;
	height: 19px;
	float: left;
	background-color: #EEE;
	background-image: url('/bundles/core/images/icons/sprite.png');
	background-position: -70px -18px;
	margin-right: 5px;
}
.media-icon.audio{
	background-position: -52px -28px;
	background-size: 77px 154px;
}
.media-icon.large {
	height: 67px;
	width: 77px;
}
.media-type-container .inner-icon-container{
	height: 67px;
	width: 77px;
}
.media-type-container .inner-icon-container .media-icon.large{
	height: 35px;
	width: 30px;
	background-position: 35px -103px;
	background-color: transparent;
	margin: 0px auto;
	float:none;
	position:relative;
	top: 18px;
}

.media-type-container .inner-icon-container .media-icon.large.audio{
	background-position: -71px -77px;
	width: 50px;
}

/* Subscribe block */
.subscribe-block {
	position:relative;
	margin: 0px;
	background-color: rgba(201, 192, 195, 0.8);
	height: 180px;
}

.subscribe-block .image-container figure{
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin:0px;
	float: left;
}
.subscribe-block .image-container {
	float: left;
	position: relative;
	z-index: 3;
}

.subscription .tick{
    width: 50px;
    height: 50px;
    position: absolute;
    background: transparent url('/bundles/core/images/icons/sprite.png') no-repeat -40px -224px;
    right: -11px;
    top: 80px;
    display: none;
}

.subscription .class-product.selected .tick{
    display: block;
}
.subscription .free-gift-view.class-product .attribute-image {
	text-align: center
}
.subscription .free-gift-view.class-product .attribute-image img {
	height: 190px;
	width: auto;
}
.subscribe-block .image-container img{
	float: left;
	width: auto;
	max-width: 140px;
	max-height:180px;
}
.subscribe-block .image-container.thumbnail-2 {
	float:left;
	position: relative;
	bottom:-100px;
	z-index: 2;
}
.subscribe-block .image-container.thumbnail-2 {
	bottom: -80px;
	left: -20px;
}
.subscribe-block .image-container.thumbnail-2 img{
	max-height: 100px;
}
.subscribe-block .image-container.thumbnail-3{
	bottom: -120px;
	left: -33px;
	z-index: 1;
}
.subscribe-block .image-container.thumbnail-3 img{
	max-height: 60px;
}
.subscribe-block .subscribe-text{
	position:absolute;
	left: 130px;
	margin-top: 7px;
}
.subscribe-block .subscribe-text h3, .filter-by-year-block h3, .blog-description-block h3, .block-title h3 {
	font-size:22px;
	color: #56575C;
}
.subscribe-block .subscribe-text p{
	color: #FFF;
	line-height: 15px;
}
.subscribe-block .arrows-container{
	position:absolute;
	right: 0px;
	bottom: 0px;
	line-height: 0px;
	width: 65px;
	height: 35px;
	background-image: url('/bundles/core/images/icons/sprite.png');
	margin: 0px 3px 3px 0px;
	z-index: 11;
}
.subscribe-block a:hover{
	text-decoration: none;
}

.card-details-container .security-code{
    position: relative;
}

.cvv-image {
    height: 66px;
    width: 80px;
    position: absolute;
    top: 46px;
    background: url('/bundles/core/images/credit-card-icons.gif') no-repeat -102px -15px;
    left: 20px;
}
/*30 day free trial block*/
.thirty-day-trial-block a, .thirty-day-trial-block a:hover{
	color: white;
	text-decoration: none;
}

.outer-wrapper.slider .subscribe-block.span3,
.outer-wrapper.slider .subscribe-block.span2 {
	background: #fff;
	height: 306px;
	border-top: 5px solid rgb(180,0,94);
}
.outer-wrapper.slider .subscribe-block.span3 .subscribe-text,
.outer-wrapper.slider .subscribe-block.span2 .subscribe-text{
	left: auto;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	text-transform: uppercase;
	color: #000;
}
.outer-wrapper.slider .subscribe-block.span3 .subscribe-text h3,
.outer-wrapper.slider .subscribe-block.span2 .subscribe-text h3{
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	margin-top: 8px;
}
.outer-wrapper.slider .subscribe-block.span3 .subscribe-text p,
.outer-wrapper.slider .subscribe-block.span2 .subscribe-text p {
	display: none;
}
.outer-wrapper.slider .subscribe-block.span3,
.outer-wrapper.slider .subscribe-block.span2 {
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
}
.outer-wrapper.slider .subscribe-block.span3 .arrows-container,
.outer-wrapper.slider .subscribe-block.span2 .arrows-container {
	-webkit-filter: brightness(75%);
	z-index: 7;
}
.outer-wrapper.slider .subscribe-block.span3 .electronic-overlay,
.outer-wrapper.slider .subscribe-block.span2 .electronic-overlay {
	background: url('/bundles/core/images/subscribe-electronic.png') center center no-repeat;
	background-size: 143px 180px;
	z-index: 4;
	position: absolute;
	top: 80px;
	height: 200px;
	width: 100%;
}

.outer-wrapper.slider .subscribe-block.span3 .electronic-overlay  h3,
.outer-wrapper.slider .subscribe-block.span2 .electronic-overlay  h3 {
	text-align: center;
}

.outer-wrapper.slider .subscribe-block.span3 figure,
.outer-wrapper.slider .subscribe-block.span2 figure {
	width: 100%;
	margin-top: 10px;
}
.outer-wrapper.slider .subscribe-block.span3 .image-container,
.outer-wrapper.slider .subscribe-block.span2 .image-container {
	width: 100%;
	margin-top: 10px;
}
.outer-wrapper.slider .subscribe-block.span3 .image-container img,
.outer-wrapper.slider .subscribe-block.span2 .image-container img {
	position: relative;
	z-index: 0;
	margin: 70px auto 0px;
	width: auto;
	height: 155px;
	float: none;
}
/*slider block */
.outer-wrapper.slider {
	background: transparent;
	overflow: hidden;
	border-bottom:0px;
	padding-top: 10px;
	max-height: 415px;
	overflow: hidden;
}

.outer-wrapper.slider .content-view-block {
	width: auto; /*SET THIS IN JS*/
	position: relative;
        top: 0;
	left: -100px; /*OFFSET THE MARGIN*/
	-webkit-transition: -webkit-transform 0.7s ease-out;
        -moz-transition: -moz-transform 0.7s ease-out;
	z-index: 2;
	margin-left: -13px; /* like a row */
	margin-bottom: 0px;
}
.outer-wrapper.slider .inner-wrapper .span12 {
	margin-top: 13px;
}
.outer-wrapper.slider .inner-wrapper .span12 > .content-view-block {
	width: 100000px;
}
.left-button-container,
.right-button-container {
	position: absolute;
	left: -64px;
	height: 40px;
	background: url('/bundles/core/images/icons/sprite.png') 0px -142px no-repeat;
	width: 30px;
	top: 165px;
	margin-left: -10px;
	cursor: pointer;
	z-index: 2;
}
.right-button-container {
	left: auto;
	right: -55px;
}

.left-button-container {
    background-position: -2px -230px;
}

.content-view-block .block-separator {
	display: none;
	width: 90px;
	background: transparent;
	box-shadow: none;
}

.outer-wrapper.featured_2 .content-view-block .block-separator,
.outer-wrapper.featured_3 .content-view-block .block-separator {
	display: block;
	width: 1px;
	background: #ccc;
	float: left;
	min-height: 474px;
	box-shadow: none;
	margin-top: 25px
}

.slider-block-slide-container {
	margin-left: 100px;
	float: left;
	min-width: 996px;
	opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: opacity 0.7s ease-out;
        -moz-transition: opacity 0.7s ease-out;
}
.slider-block-slide-container.current {
	opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.content-view-block .slider-block-slide-container  div.content-block[class*="span"] {
	float: left!important;
	height: auto;
	min-height: 311px;
	background-color: #fff;
	margin: 13px 0px 0px 13px;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
	position: relative;
}

.content-view-block .featured-block .attribute-image {
	width: 378px;
	height: auto;
	float: left;
	margin: 13px;
}
.content-view-block .featured-block .attribute-image a {
	display: block;
	line-height: 0px;
}
.content-view-block .featured-block .attribute-text {
	display: block;
	padding: 0px 10px;
	padding-top: 30px;
}
.content-view-block .featured-block .attribute-text .current-issue {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 12px;
	color: #333;

}
.content-view-block .featured-block .attribute-text h2 {
	line-height: 24px;
	font-weight: bolder;
	font-size: 23px;
}
.content-view-block .featured-block .attribute-text h2 a {
	color: inherit;
	text-decoration: inherit;
}
.content-view-block .featured-block .attribute-text p {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}
.content-view-block .featured-block .attribute-text .author {
	font-size: 11px;
	font-weight: bold;
	color: #111;
	margin: 0px;
	margin-bottom: 5px;
}
/* Filter by Year Block */
.filter-by-year-block {
	background-color:rgba(201,192,195,0.8);
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.filter-by-year-block td {
	vertical-align: initial;
}
.filter-by-year-block .year-column {
	margin: 0;
	padding: 0px 20px;
}
.filter-by-year-block .year-filter-title {
	border-bottom: 1px solid;
}
.filter-by-year-block .year-list {
	margin-left: auto;
	margin-right: auto;
	width:	252px;
	padding-top: 10px;

}
.filter-by-year-block ul {
	margin: 0px;
}
.filter-by-year-block a {
	color: white;
}
/* item list */

.blog-archive-block {
	background-color:white;
	float: left;
}

.block-title {
	border-bottom: 1px solid;
}
.blog-archive-block .archive-list {
	width: 252px;
	padding-top: 10px;
}

.blog-archive-block .archive-list ul{
	margin-top: 0;
}

.blog-archive-block .archive-list li,
.topics ul li{
	padding-left: 20px;
	margin-bottom: 0;
}

.blog-archive-block .archive-list li h4,
.topics .inner > ul > li > a{
	margin: 3px 0 3px 0;
	font-weight: bold;
	font-size: 16px;
}

/*hide all the archive listing children*/
.blog-archive-block .archive-list li > ul{
	display: none;
}

/*only collapse the first on default*/
.blog-archive-block .archive-list li > ul.active{
	display: block;
}

.blog-archive-block .archive-list li a.active{
	font-weight: bold;
}

.blog-author-block .author-list {
	margin-left: auto;
	margin-right: auto;
	width: 252px;
	padding-top: 10px;
}
.archive-list ul {
	text-align: left;
	list-style-type: none;
}
.author-list ul {
	text-align: left;
	list-style-type: none;
}
.blog-author-block {
	background-color:white;
	float: left;
}
.blog-description-block {
	background-color:white;
	float: left;
}

.block-description {
	margin-left: auto;
	margin-right: auto;
	width: 252px;
	padding-top: 10px;
	text-align: left;
}

.indent {
	margin-left: 6px;
}

.item-list.content-block {
	background-color: transparent;
	box-shadow: 0 0 0 transparent;
	margin: 0px;
	height: auto;
}

.item-list.content-block [class*="span"] {
	background-color: #fff;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
}

.item-list.content-block .attribute-text {
	margin: 10px;
	text-align: center;
}
.item-list.content-block .attribute-text h2 {
	color: #6499ab;
	line-height: 22px;
	font-size: 18px;
	width: 270px;
	text-transform: uppercase;
	margin: 2px auto;
	height: auto;
	text-align: center;
	font-weight: 800;
}
.item-list.content-block .attribute-text h2 a {
	color: inherit;
	text-decoration: inherit;
}
.item-list.content-block .attribute-text  hr {
	width: 80px;
	border: 0px;
	height: 3px;
	background: #6499ab;
	margin: 15px auto;
}
.item-list.content-block .attribute-text p, .content-view-block-list-small .attribute-text p  {
	font-size: 12px;
	height: 50px;
	line-height: 14px;
}
.vertical-seperator {
	float: left;
	width: 13px;
	height: 0px;
}
.slider-block-slide-container .latest-news {
	overflow: hidden;
	height: 315px;
	display: none;
}
.slider-block-slide-container .latest-news .article-basic {
	display: none;
}

/* podcast list item*/
.item-list .podcast-text {
	padding: 11px 0 0 19px;
	height: 213px;
	font-weight: lighter;
	width: 60%;
}
.item-list .podcast-text .attribute-date, .magazine-cover-block .attribute-date {
	font-size: 11px;
}
.item-list .block-list-podcast {
	background-image: url('/bundles/core/images/Apple_Podcast_logo.png');
	background-size: 268px;
	background-repeat: no-repeat;
	background-position-x: 124px;
	background-position-y: -35px;
	background-color: #fff;
}
.item-list .podcast-text {
	width: 160px;
}

.podcast-thumbnail{
    float: left;
    width: 15%;
    margin-left: 1%;
    margin-bottom: 10px;
}

.current-issue-block-title h2 {
	text-align: center;
	color: #454545 !important;
	margin: 12px 0px 3px;
}

.current-issue-block .article-preview {
	width: 133px;
	padding: 6px 6px 0px 19px;
	float: left;
	position: relative;
}

.current-issue-block .attribute-title h4 {
	font-size: 16px;
	color: #454545 !important;
}

.current-issue-block .attribute-summary {
	font-size: 14px;
}

.current-issue-block .attribute-date {
	font-size: 11px;
}

.current-issue-block .attribute-cover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	margin-top: 8px !important;
	max-width: 100%;
}

.current-issue-block {
	display: block !important;
	height: 254px;
	overflow: hidden;
}

.current-issue-block .attribute-cover {
	width: auto !important;
}

/* Blog Description block */

.block-description-block {
	background-color: rgba(201,192,195,0.8);
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}


/*Folder page*/
.class-folder .span8{
	background-color: white;
}
.class-folder .span8.attribute-title .inner{
	padding-top: 0px;
	padding-bottom: 0px;
}
.class-folder .item-news.article-primary h2{
	line-height: 26px;
}
.class-folder .item-news.article-primary .main-image{
	margin-bottom: 0px;
}
.class-folder .item-news.article-primary > .inner, .class-folder .item-news.article-secondary > .inner,.class-folder .item-news.article-basic > .inner, .content-view-full .class-folder .left-zone-container > .row > .inner{
	padding: 0px;
}


/* LATEST NEWS BLOCK */

.latest-news .item-news .span8 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 18px;
}
.latest-news.content-block.span8 {
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
	margin-top:0px;
}
.article-primary .main-image,
.article-primary .attribute-text {
	float: left;
	width: auto;
}
.article-primary .main-image {
	width: 651px;
	/*height: 385px;*/
	overflow: hidden;
	margin: -13px 0px 20px 0px;
	position: relative;
}
.article-primary .main-image.none {
	height:	auto;
	margin-top: 5px;
}
.article-primary .main-image.none .attribute-title{
	position:relative;
	padding: 0px 2% 5px 2%;
}
.article-primary .main-image img {
	width: 100%;
	height: auto;
}
.article-primary .main-image .content-view-embed {
	margin: 0px;
}
.article-primary .article-content {
	margin-right: 15px;
}
.article-primary .attribute-summary{
	position: relative;
	padding-bottom: 17px;
	width: 289px;
}
.article-primary .attribute-related{
	margin-left: 23px;
	width: 299px;
}
.article-primary .attribute-related h4{
	margin-bottom:0px;
}
.article-primary .attribute-related .categories,
.article-secondary .categories,
.article-basic .categories{
	min-height: 21px;/* to keep the more button and the categories on the same line without absolutly positioning the categories div.*/
}
.article-primary .attribute-related .more-link{
	right: 0px;
}
.article-primary .attribute-summary .more-link{
	right: 0px;
}
.article-secondary .float-right .attribute-text,
.article-primary .attribute-related .content-view-related.class-magazine_articles,
.attribute-related .content-view-related.class-magazine_article{
	position: relative;
}
.article-primary .attribute-summary.full,
.item-news.article-basic .attribute-text.full,
.article-secondary .attribute-text.full {
	width: auto;
	margin-left: 0;
}

.article-primary .attribute-title {
	position: absolute;
	background-color: rgba(255,255,255,0.65);
	padding: 20px;
	bottom: 0px;
	max-width: 500px;
}
/*Article Secondary*/
.article-secondary .main-image {
	width: 299px;
	float: left;
	height: 215px;
}
.article-secondary .attribute-related,
.article-secondary .attribute-text {
	width: 289px;
	float: left;
}
.article-secondary .attribute-summary {
	position:relative;
	margin-bottom : 5px;
}
.article-secondary .more-link{
	right: 0px;
}
/*related on article secondary*/
.article-secondary .attribute-related{
	width: 299px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.class-folder .item-news.article-basic .clear{
	border-top: 0px solid transparent;
	margin:0px
}
.item-news.article-basic .attribute-related{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.article-secondary .attribute-related h4{
	margin-bottom: 0px;
}
/* Article Basic */
.class-folder .article-basic{
	margin-left: 13px;
}
.class-folder .item-news.article-basic{
	margin-left: 0px;
}
.article-basic .main-image {
	width: 108px;
	float: left;
}

.article-basic .attribute-text {
	width: 490px;
	margin-left: 13px;
	float: left;
}
.addthis-inner .article-basic .attribute-text {
	width: 450px;
}
.article-basic .attribute-text .attribute-sub_title{
	display: block;
	font-weight: normal;
    font-size: 13px;
}
.article-basic .attribute-summary{
	position: relative;
}
.article-basic .attribute-related {
	width: 100%;
	position: relative;
	height: auto;
}
.item-news.article-basic .attribute-related .related-article {
	width: 49%;
	float: left;
}
.item-news.article-basic .attribute-related .related-article:first-child {
	margin-right: 2%;
}
.article-basic .more-link{
	right: 0px;
}
.article-basic .attribute-related .content-view-related .more-link,
.article-basic.item-news .attribute-related .content-view-related .more-link{
	font-size: 11px;
	line-height: 16px;
	float: none;
	display: inline;
	color: #454545;
}
/*Article Basic related*/
.article-basic .content-view-related h4{
	margin-bottom:0px;
	min-height: 40px;/*Align more buttons and the categories*/
}
.categories {
	font-size: 11px;
}
.categories a, .categories span {
	color: #888888;
}
.category .attribute-summary {
	clear: both;
}
.category .attribute-summary .categories {
	margin-top: -10px;
	float: left;
	clear: both;
}
.item-news .attribute-title-embed {
	font-weight: bold;
}
.item-news .content-view-embed{
	margin-top: 0px;
}
.class-folder .item-news .clear {
	border-top: 1px solid #ebebeb;
	margin: 13px 0px 13px 0px;
}
.item-news p {
	margin: 0;
}
.related-article.second{
	margin-top: 9px;
}
.attribute-title a, .attribute-title-embed a {
	color: black;
}
/* Video and audio icons*/

.small-video-icon {
	background-image: url('/bundles/core/images/icons/sprite.png');
	background-color: #EDEDED;
	background-position: 26px -65px;
	display: inline-block;
	width: 20px;
	height: 18px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.small-audio-icon {
	background-image: url('/bundles/core/images/icons/sprite.png');
	background-color: #EDEDED;
	background-position: 26px -80px;
	display: inline-block;
	width: 20px;
	height: 18px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

/* Login and register page */
.user-register{
	margin-top: 0px;
}
.login-container input, .register-container input{
	border-radius: 0px;
}
.login-container, .register-container{
	background-color: white;
	margin-top: 20px;
}
.login-container .inner, .register-container .inner{
	padding: 10px;
}
.register-container div.block div.element.box{
	padding-right: 0px;
}
.register-container .box{
	width: 98%;
}
div.block div.attribute .full-width-input{
	width: 98%;
}
.register-container .block.halfbox{
	float:left;
	width: 50%;
}
.register-container .block .inner {
	padding:0px;
}
.register-container form{
	margin-bottom: 0px;
}
.register-container .block.halfbox .inner {
	padding: 0px 5px 0px 0px;
}
.register-container .block.halfbox.first_name input{
	width: 96%;
}
.register-container div.block.newsletter_subscription input{
	float:left;
	margin-top:0px;
	margin-right: 5px;
}

 
.register-container .block label, .login-container .block label{
	font-weight: normal;
}
.register-container input[type=submit]{
	float:right;
	margin-bottom: 10px;
}

.login-container form{
	margin: 0px;
}
.login-container input[type=text], .login-container input[type=password]{
	width: 98%;
}
.login-container input[type=submit]{
	float:right;
}


/*Forgotten Password*/
.forgot-password-container{
	background-color: white;
	margin-top: 20px;
	padding: 10px;
}

/*Landing Page CSS*/

#page.class-landing_page .inner-wrapper .span12{
	width: 996px;
}
#page.class-landing_page .container,
#page.class-landing_page .span12.main-content {
	width: 100%;
}
.slider .button-container{
	margin: 0px auto;
	width: 100%;
	height: 20px;
	margin-top:20px;
	display: inline-block;
	text-align: center;
}
.slider .button-container .round-button{
	border-radius: 100%;
	border: 1px solid white;
	background-color: transparent;
	width: 10px;
	height: 10px;
	float: none;
	margin: 0px 5px;
	cursor: pointer;
	display: inline-block;
}
.slider .button-container .round-button.current {
	background-color: #fff;
}

/*Account View*/
div.account-container{
	background-color: white;
	padding: 10px;
	margin-top: 10px;
}
.account-container .value-label{
	width: 25%;
	margin-bottom:5px;
	float:left;
}
.account-container .value {
	width: 75%;
}
.account-container .value, .account-profile-container .value p {
	float:left;
	color: black;
}
/*Account menu*/
.right-menu-container.account-menu{
	margin-top: 10px;
}
div.right-menu-container.account-menu .menu-title {
	background-color: white;
	padding: 5px 10px;
        text-align: center;
}
div.right-menu-container.account-menu .menu-title p{
	color: #8D8D8D;
	font-weight: bold;
	margin: 0px;
}
.right-menu-container.account-menu ul.menu {
	margin: 0px;
}
.right-menu-container.account-menu .top-level-link{
	background-color: white;
	padding: 5px 10px;
	opacity: 0.7;
}
.right-menu-container.account-menu .top-level-link a{
	color: #484848;
	font-weight: bold;
	text-decoration: none;
}
.right-menu-container.account-menu ul.children-list{
	margin: 0px;
}
.right-menu-container.account-menu ul.children-list li{
	padding-left: 20px;
	background-color: white;
	opacity: 0.5;
	padding: 5px 0px 5px 20px;
}
.right-menu-container.account-menu ul.children-list li a{
	text-decoration: none;
	color: #525252;
}
/*Account edit*/
.account-container.edit div.attribute-user_account .value{
	width: 100%;
}
.account-container.edit div.attirbute-user_account .attribute .value{

}
.account-container.edit div.attribute-user_account .attribute:after{
	clear: both;
}
.account-container.edit .attribute-user_account .attribute label{
	float: left;
	width: 25%;
	color: #888888;
	font-weight: normal;
}
.account-container.edit .attribute-user_account .attribute .input{
	width: 75%;
	float:left;
}
/* Account - your bookmarks */
.bookmarks form button {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #CCCCCC;
	border: 0;
	padding: 2px 20px;
}
.bookmarks .article-basic .attribute-text {
	width: 399px;
}
.bookmarks .added {
	font-style: italic;
}
/* Account - your purchase history */
.purchase-history td, .purchase-history th {
	border: 1px solid;
	text-align: center;
}
.purchase-history table {
	width: 100%;
}
/*Subscription Container*/
.subscription-container{
	margin-top:10px;
}
.subscription-container .span8{
	margin-bottom: 10px;
}
.subscription-container .span8, 	.subscription-container .span4{
	background-color: white;
}
.subscription-container .inner{
	padding: 10px;
}
.subscription-container h1{
	font-size: 27px;
}
#debit-card-payment-container .card-details{
	-webkit-transition: height 0.5s;
	overflow: hidden;
}
/*Main Form*/
.subscription-container .debit-card-container, .subscription-container .credit-card-container, .subscription-container .free-trial-container{
	border: 1px solid #84083C;
}
.subscription .inner{
	padding: 10px;
}
.subscription .top-level .left-side{
	width: 75%;
	float: left;
}
.subscription .top-level .right-side{
	width: 25%;
	float:left;
}
.green-circle{
	margin:0px auto;
	width: 0px;
	height: 0px;
	border-radius: 35px;
	border: 35px solid #049242;
}
.subscription .top-level .attribute-price{
	position: relative;
	text-align: center;
}
.subscription .span12 .span8 {
    background-color: white;
}
.subscription .top-level .attribute-price span.price-value{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 100%;
	left: 0px;
	color: white;
	font-weight: bold;
}
/*Free Gifts */
#free-gifts-container .items-container{
	width: 185px;
	margin: 0px auto;
}
#free-gifts-container .items-container.item-count-2{
	width:370px;
}
#free-gifts-container .items-container.item-count-3{
	width: 555px;
}
.free-gift-view.class-product {
	width: 312px;
	float: left;
	position: relative;
	min-height: 370px;
	background-color: white;
	border: 1px solid #ECECEC;
}
.free-gift-view.class-product .top-level .attribute-name, .free-gift-view.class-product .top-level .attribute-price{
	width: 50%;
	float: left;
}
.free-gift-view.class-product .button-container{
	position: absolute;
	bottom: 10px;
	width: 294px;
}
.free-gift-view.class-product .button-container .green-button{
	float:right;
}
.green-button{
	padding: 1px 7px;
	background-color: #049242;
}
.green-button span{
	color: white;
	font-size: 13px;
}
/*Addresses*/
.subscription input[type=submit]{
	margin-top: 10px;
}
.subscription form{
	margin: 0px;
}
.subscription .shipping-address-overlay{
	-webkit-transition: height 1s;
	overflow: hidden;
}
/* Confirmation boxes */
div.confirmation_block .confirmation_fields{
	padding: 10px;
}
div.confirmation_block div.confirmation_yes_no_wrap > div{
	display: inline-block;
}
div.confirmation_block div.confirmation_yes_no_wrap input[type='radio']{
	margin-left: 20px;
	margin-right: 4px;
	margin-top: 5px;
}
div.confirmation_block div.confirmation_yes_no_wrap label {
	display: inline-block;
	padding: 5px;
	width: 200px;
}
div.confirmation_block div.confirmation_message{
	font-size: 12px;
	line-height: 15px;
	color: #666;
}
div.confirmation_block div.confirmation_header_text{
	font-weight: bold;
}
div.confirmation_block div.block.consent > * {
	font-size: 12px;
	line-height: 15px;
	color: #666;
	display: inline;	
}
div.confirmation_block div.block.consent{
	margin-left: 20px;
	margin-right: 4px;
	margin-top: 5px;
}
div.block.consent > *{
	font-size: 12px;
	line-height: 15px;
	color: #666;
	display: inline;
}
/* PAGER */
.pagination a {
	border: none;
	color: #888888;
	font-family: Helvetica;
	padding: 0 8px;
	line-height: 24px;
	font-size: 13px;
	font-weight: 400;
}

.pagination .active a {
	background-color: #1C365B;
	color: white;
	height: 22px;
	width: 20px;
	text-align: center;
	padding: 0px;
}

.pagination .disabled a, .pagination .disabled a:hover {
	color: #888888;
}

.pagination ul {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagerfanta .pagination {
	height: auto;
	margin: 7px 0px 0px;

}

/* More link*/
.arrow-container {
	background-image: url('/bundles/core/images/icons/sprite.png');
	background-position: -80px -1px;
	height: 15px;
	width: 10px;
	display: inline-block;
	position: relative;
	top: 4px;
}
.more-link a, .more-link a:hover, .visit-site-link a, .visit-site-link a:hover, .attribute-title-embed .more-link a {
	color: #454545;
	font-size: 11px;
}
.more-link {
	display: inline-block;
	width: 43px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.arrow-container.white {
	background-position: -80px -209px;
}

/*Visit link*/
.visit-site-link {
	display: inline-block;
}
/*Block_item_small magazine_article*/
#page .latest-issue-column-block.span4 h2, #page .latest-news-column-block.span4 h2, #page .twitter-column-block.span4 h2{
	text-transform: uppercase;
}
#page .latest-issue-column-block.span4, #page .latest-news-column-block.span4, #page .twitter-column-block.span4{
	margin-top: 25px;
}
.content-view-block-list-small.class-magazine-article .attribute-image{
	float:left;
	margin: 0px 5px;
    height:auto;
    overflow: hidden;
}

.content-view-block-list-small.class-magazine-article h4{
	margin-bottom: 5px;
}
.content-view-block-list-small.class-magazine-article h4.no-image{
	width: 230px
}
.latest-news-column-block hr, .latest-issue-column-block hr, .twitter-column-block hr{
	margin: 10px 50px 15px;
	border-top: 1px solid #EAE9E4;
	border-bottom: 2px solid #E6E3DA;
}
.span12.main-content .latest-issue-column-block.span4, .span12.main-content .latest-news-column-block.span4, .span12.main-content .twitter-column-block.span4 {
	border-right: 0px solid #ccc;
	width: 291px;
	margin: 10px 0px;
	padding: 0px 20px;
}
.span12.main-content .twitter-column-block.span4 {
	border-right: 0px;
}
/*Latest News Column and latest issue block*/
.latest-news-column-block h2, .latest-issue-column-block h2, .twitter-column-block h2 {
	line-height: 22px;
	font-size: 22px;
	font-weight: 800;
}
.latest-news-column-block h2, .latest-issue-column-block h2,
.latest-news-column-block h2 a, .latest-issue-column-block h2 a{
	text-align: center;
	color: #B4015D;
}
.latest-news-column-block.span4 .clear{
	clear: none;
}
.latest-news-column-block .content-view-block-list-small.class-magazine-article, .latest-issue-column-block .content-view-block-list-small.class-magazine-article{
	height: 110px;
	overflow: hidden;
	position: relative;
}
.latest-news-column-block > hr, .latest-issue-column-block > hr, .twitter-column-block > hr{
	margin: 21px 0px;
}
.latest-news-column-block h4 a, .latest-issue-column-block h4 a{
	color: black;
}
.latest-issue-column-block h2{
	color: #830141;
}

.latest-issue-column-block .article-subscription-info,
.slider-block-slide-container .article-subscription-info{
    width: auto;
    border: 0;
    color: white;
    float:  right;
    margin-bottom: 5px;
}

.latest-issue-column-block p.author{
    clear: both;
}

.latest-issue-column-block .attribute-text{
    overflow:hidden;
}

.latest-issue-column-block .attribute-text h4 {
    float: left;
    width: 132px;
}
/*hide from latest news column*/
.latest-news-column-block .article-subscription-info{
    display: none;
}

/* PODCASTS */
.content-view-line .podcast-text {
	width: 84%;
	margin-bottom: 15px;
}
.content-view-line .podcast-text.full {
	width: auto;
}
.podcast-text  a,
.podcast-text  a:hover{
    text-decoration: none;
}
.content-view-line .podcast-title{
	text-decoration: underline;
}
/*Twitter Block*/
.twitter-column-block h2{
	text-align: center;
	color: #00ADF1;
}
.twitter-column-block .tweets-overflow-container{
	height: 385px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.twitter-column-block .tweet-container{
	position:relative;
	margin: 5px 0px;
}
.twitter-column-block .tweet-container .twitter-logo{
	width: 50px;
	height: auto;
	float:left;
}
.twitter-column-block .tweet-container .twitter-logo-inner{
	width: 35px;
	height: 28px;
	background-image: url('/bundles/core/images/icons/sprite.png');
	background-position: -0px -200px;
	margin: 0px auto;
}
.twitter-column-block .tweet-container .tweet-text-container{
	float: left;
	width: 210px;
	font-size: 14px;
	font-weight: lighter;
	font-family: Helvetica;
}
.twitter-column-block .tweet-container .tweet-text-container a{
	color: #B4015D;
	font-weight: normal;
	word-wrap:break-word;
}

/*Article News Slider*/
.opacity-background{
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: white;
	bottom: 0px;
	opacity: 0.8;
}
.content-view-slider-main.class-magazine-article{
	position: relative;

}
.content-view-slider-main.class-magazine-article .image-overlay{
	position:absolute;
	bottom: 0px;
	width: 100%;
}
.content-view-slider-main.class-magazine-article .attribute-image{
	line-height: 0px;
	width: 404px;
	height: 309px;
	background: #e5e5e5;
}
.content-view-slider-main.class-magazine-article .attribute-title h3{
	padding: 10px;
	position:relative;
	z-index: 3;
}
.content-view-slider-main.class-magazine-article .media-type-container{
	width: 77px;
	opacity: 0.6;
	background-color: #ccc;
}
.content-view-slider-main.class-magazine-article .media-icon{
	background-color: none;
	height: 67px;
	width: 77px;
}
.content-view-slider-secondary.class-magazine-article h4 a{
	color: white;
}
.content-view-slider-secondary.class-magazine-article .attribute-title h4, .content-view-slider-secondary.class-magazine-article .attribute-title h4 a:hover {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.content-view-slider-secondary.class-magazine-article .attribute-summary{
	overflow: hidden;
}
.content-view-slider-secondary.class-magazine-article .attribute-summary,
.content-view-slider-secondary.class-magazine-article .attribute-summary p{
	color: #000;
	font-weight: lighter;
	font-size: 13px;
	line-height: 15px;
	margin: 0px;

}
.content-view-slider-secondary.class-magazine-article .categories a, .content-view-slider-secondary.class-magazine-article .categories span, .content-view-slider-secondary.class-magazine-article .more-link a span{
	color: white;
}

.content-view-slider-secondary.class-magazine-article .categories a {
	margin-right: 3px
}

.slider-block-slide-container .secondary-news.span5{
	margin-top: 0px;
}
.content-view-slider-secondary.class-magazine-article .attribute-image{
	float:left;
	margin-right:10px;
	width: 129px;
	height: 100px;
	background: #e5e5e5;
}
.content-view-slider-secondary .class-magazine-article span.more-link {
	position: absolute;
	right: 10px;
	bottom: 0px
}
.content-view-slider-secondary.class-magazine-article{
	height: 147px;
	border-bottom: 1px solid #ccc;
}
.content-view-slider-main.class-magazine-article .image-overlay.no-image{
	position: relative;
}
.content-view-slider-main.class-magazine-article .attribute-summary {
	padding-top: 10px;
}
/* past issues */
.magazine-cover{
	width: 100%;
}

.magazine-cover .attribute-cover{
	width: 31%;
	float: left;
    margin-top: 6px;
}

.magazine-cover .attribute-cover-story{
	width: 62%;
	float: left;
}

.magazine-cover .attribute-cover{
	margin-right: 2%;
}

.magazine-cover .attribute-cover ul{
	margin-left: 0;
}

.magazine-cover .cover-story-title{
    width: 83%;
}

.magazine-cover .article-subscription-info{
    float: left;
}

.category hr{
	margin: 0;
}

.magazine-cover .article-text-preview{
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.attribute-title h1{
	margin-bottom: 10px;
}

.main-content .article-preview .span3{
	margin-top: 0;
}

.article-preview .article-thumbnail.span1{
	margin-top: 0;
	min-height: 60px;
}

.category div.article-preview{
	overflow: hidden;
	float: left;
	width: 50%;
}

.category .row{
	margin-top: 10px;
}

.article-teaser div.article-title{
	width: 150px;
	margin-bottom: 3px;
}

.article-preview .article-teaser.span3{
	width: 214px;
}

.attribute-cover-story .cover-title{
	overflow: hidden;
}

.attribute-cover-story .cover-title .article-subscription-info{
	margin-top: 9px;
}
.span12.main-content .class-article.class-magazine-issue .span8 > .inner {
	padding-right: 13px;
}
div.item-news{
	float: left;
}
div.article-preview,
div.article-secondary,
div.article-primary,
div.article-basic,
div.author h2.inner {
	position: relative;
}
.item-list.content-block.span12 span.more-link,
div.article-preview span.more-link,
div.author div.article-summary-block .span4 span.more-link{
	position: relative;
	right: auto;
	bottom: auto;
}
div.item-news span.more-link,
div.content-view-slider-main span.more-link {
	margin: 5px;
}
.featured-block span.more-link {
	margin: 10px;
}
/* PAST ISSUES PAGE */
.magazine-issue.span2 {
	margin: 0;
	padding: 0;
}

.magazine-issue .buy-magazine-line {
	display:inline-block;
	width:100%;
}
.magazine-issue .buy-magazine-content {
	padding: 5px;
}
.magazine-issue .buy-magazine-line form input{
	width:100%;
}
.magazine-issue .buy-magazine-line form {
	margin: 0;
}
.magazine-issue .buy-magazine {
	font-size: 0.8em;
}
.magazine-issue .buy-magazine-line.second-line {
	position: relative;
	top: -16px;
}
.magazine-issue .buy-magazine-line input{
	margin: 0;
}
.content-view-line.magazine-issue h3 a{
	font-size: 15px;
	padding: 0px 5px;
}
.magazine-issue h1 {
	padding-left: 20px;
	padding-top: 20px;
}

.magazine-issue-thumbnail {
	min-height: 168px;
	line-height: 0px;
	font-size: 0px;
	display: block;
	text-align: center;
}

.class-folder .clear {
	border-top: 1px solid #BBBBBB;
}
.class-folder .span8.left-zone-container .inner .magazine-issue-list .row {
	margin: 0 -20px 0 -20px;
}
.class-folder .span8.left-zone-container {
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
}
.class-folder .span8.left-zone-container .addthis-inner {
	padding-right: 55px;
}

/* header :: site wide search */
#site-wide-search-field{
	width: 160px;
	border-radius: 0;
	background: none;
	color: #bbb;
	border: 1px solid #BBBBBB;
	padding-left: 30px;
	padding-right: 10px;
}

body input:focus,
body textarea:focus{
	box-shadow: none;
	border-color: #eee;
}

header .form-search label input.search-query{
	padding-left: 10px;
}

#page header .form-search label:before{
    left: 10px;
    background: url("/bundles/core/images/icons/sprite.png") -7px -182px no-repeat;
    height: 19px;
    width: 15px;
    top: 7px;
}

#page header .header-social {
    height: 20px;
    margin: 0 0 6px 0;
    float: right;

}

.span12.main-content .content-view-full{
	margin-top: 0px;
	margin-bottom: 0px;
}


/*SOCIAL*/
/*#page header .header-social iframe{
    width: auto !important;
}*/
#header .addthis_button_twitter_follow_native {
	width: 136px;
}
.addthis_button_twitter_follow_native {
	margin-left: 10px;
}
.addthis_toolbox.addthis_default_style.header-social * {
	z-index: 10;
}



/*Homepage Banner block */
.span12.main-content .content-view-full.class-carousel {
	/*margin: 13px 0px;*/
}
.span12.main-content .content-view-full.class-carousel .attribute-image > a {
	display: block;
	line-height: auto;
}
#page .content-block-image-carousel-item.content-block{
	background-color: transparent;
	box-shadow: 0px 0px;
	margin-top: 13px;
}

#page .content-block-image-carousel-item.content-block.span12 {
	margin: 13px 0px 0px;
}
/* Magazine Site Highlighted Block*/
.highlighted-magazines-block-container .block-title-container .inner h3{
	color: #2B436F;
}
#page .content-view-block .highlighted-magazines-inner{
	float:none;
	margin: 0px auto;
}
.magazine-site-container{
	background-color: white;
}
.magazine-site-container .attribute-site-title{
	position:relative;
}
.magazine-site-container .attribute-site-title h3{
	padding:5px;
}
.magazine-site-container .attribute-site-image{
	position: relative;
}
.magazine-site-container .attribute-site-image figure{
	margin: 0px;
	line-height: 0px;
}
.magazine-site-container .attribute-site-image .attribute-name{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.magazine-site-container .attribute-site-image .attribute-name h4{
	position: relative;
	z-index: 1;
	padding: 5px 10px;
	font-size: 16px;
}
.magazine-site-container .attribute-short-summary{
	padding: 7px;
}
.highlighted-magazines-block-container .featured-article-container{
	margin-top: 20px;
}
.highlighted-magazines-block-container .featured-article-container .attribute-image{
	float:left;
	margin-right:10px;
}
.highlighted-magazines-block-container .featured-article-container .attribute-title{
	position:relative;
	height: 66px;
}
.highlighted-magazines-block-container .featured-article-container .attribute-title h4{
	height: 65px;
	float:left;
	width: 160px;
}
.highlighted-magazines-block-container .featured-article-container .attribute-title hr, .highlighted-magazines-block-container .featured-article-container hr{
	margin: 0px;
	border-color: #D3D6DB;
	border-top: 0px;
}
.title-tag{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size:10px;
	padding: 0px 5px;
	color: white;
	line-height: 14px;
}
.highlighted-magazines-block-container .featured-article-container .attribute-summary{
	height: 65px;
}
.magazine-site-container .attribute-site-title span.title-tag{
	top:13px;
	right:5px;
}

/* header login form  */
.headerLogin{
	max-height: 0px;
	-webkit-transition: max-height 0.7s;
	-webkit-transition: max-height 0.7s;
	-moz-transition: max-height 0.7s;
	-o-transition: max-height 0.7s;
	transition: max-height 0.7s;
	overflow: hidden;
}

.headerLogin .loginForm{
	background:#f1f1f1;
	font-family: Helvetica, Arial, sans-serif;
	padding: 20px 0 40px 0;
	border-bottom: 1px #93948E solid;
}

.headerLogin .loginForm form input{
	width: 95%;
	margin-bottom: 0;
	padding: 2%;
}

.headerLogin .loginForm form label{
	color: #989898;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0;
}

.headerLogin.slideDown{
	max-height: 400px;
}

.closeLoginBox{
	cursor: pointer;
	background: url(/bundles/core/images/icons/sprite.png) -28px -148px no-repeat;
	width: 40px;
	height: 30px;
	text-indent: -999px;
	overflow: hidden;
	margin-right: 10%;
}

.loginButton button,
.registerButton a{
    background-color: #B6005E;
    border: 0 none;
    clear: both;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 2%;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.registerButton a{
    padding: 2% 0 2% 0;
    margin-top: 5px;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.or-text{
    color: #989898;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0;
    clear: both;
    text-align: center;
    padding-top: 6px;
    font-style: italic;
    font-size: 18px;
}

.registerButton a:hover{
    text-decoration: none;
}

.loginTitleContainer{
	background-color: #FFFFFF;
}

.loginTitle{
    color: #4D4E50;
    font-size: 26px;
    padding: 20px 0;
}
.loginTitleText {
	width: 75%;
	margin: 0px auto;
	text-align: center;
}
.rememberMeForgotPassword{
	margin-bottom: 10px;
}

.headerLogin{
	background-color: #ffffff;
}

.headerLogin .loginForm .rememberMe label{
	width: auto;
}

.rememberMe input#RememberMe{
	width: auto;
	margin-top: 0;
}

.headerLogin .loginForm .rememberMe label,
.forgottenPassword a{
	color: #830040;
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    display: inline;
}

.formContainer.span6{
	float: none;
	margin: 0 auto;
}

.loginTitle.span7{
	float: right;
}
/*Resources and Support*/
.resources-and-support-item {
	position: relative;
}
.resources-and-support-item .attribute-site-image{
	float:left;
	margin-right: 10px;
}
.resources-and-support-item .attribute-short-summary > span{
	font-size: 12px;
}
.resources-and-support-item .attribute-site-title .title-tag{
	top:10px;
}
.resources-and-support-item hr{
	border-bottom-color: #DFDFE1;
	border-top-color: #DFDFE1;
	margin: 5px 0px;
}

/*JOBSEARCH*/
.resources-and-support-item.job-search {
	position: relative;
}

.resources-and-support-item.job-search-inner {
	margin: 0px auto;
	max-width: 300px;

}

/* Internal Link List Item */
.content-view-block-list-item.class-internal-site-link {
	position: relative;
}
.content-view-block-list-item.class-internal-site-link .attribute-link-text{
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	padding-top: 11px;
}
.content-view-block-list-item.class-internal-site-link .attribute-link-text h3 span{
	color: #888888;
	font-weight: bold;
}
.content-view-block-item-list{
	height: 254px;
	position:relative;
}
.content-view-block-item-list.class-job-search-link {
	background: #fff;
	width: 300px;
	margin: auto;
	border: 1px solid #e5e5e5;
	height: 248px;
}
.content-view-block-item-list.class-job-search-link .site-title{
	position: relative;
}
.content-view-block-item-list.class-job-search-link .site-title h3{
	color: #EF6C15;
	padding: 5px 10px;
}
.content-view-block-item-list.class-job-search-link .site-title .title-tag{
	background-color: #EF6C15;
	top: 13px;
	right: 10px;
}
.content-view-block-item-list.class-job-search-link .site-title hr{
	margin: 0px;
}
.content-view-block-item-list.class-job-search-link .attribute-job-title,
.content-view-block-item-list.class-job-search-link .attribute-job-summary,
.content-view-block-item-list.class-job-search-link .attribute-job-tags{
	width: 196px;
	margin-right:10px;
	float:left;
	font-size: 12px;
	line-height: 17px;
}
.content-view-block-item-list.class-job-search-link .attribute-job-title{
	font-size: 15px;
}
.content-view-block-item-list.class-job-search-link .attribute-job-title, .content-view-block-item-list.class-job-search-link .attribute-job-tags{
	margin-bottom: 10px;
}
.content-view-block-item-list.class-job-search-link .attribute-job-search-link, .content-view-block-item-list.class-job-search-link .attribute-job-search-link:hover{
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-decoration: none;
}
.content-view-block-item-list.class-job-search-link .attribute-job-search-link a{
	float: right;
	font-size: 11px;
}
.span12.main-content .content-view-block-item-list.class-job-search-link .inner {
	padding: 13px 13px 0px;
}

.content-view-block-item-list.class-job-search-link .attribute-job-summary {
	margin-right: 0px;
}
.right-zone-container .content-view-block-item-list.class-job-search-link {
	float:right;
}
/* Authors */
.author{
	background-color: #FFFFFF;
	padding-bottom: 30px
}

.main-content .author.span8,
.main-content .author .right-zone-container{
	margin-top: 0;
	margin-bottom: 20px;
}

.author h2 hr{
	margin: 0;
	padding: 0;
	width: 100%;
}

.author h2 .more-link{
	float: right;
	width: auto;
	margin: 13px;
}

.author .article-summary-block .span4{
	width: 306px;
	position: relative;
}

.author .attribute-image,
.author .article-content{
	float: left;
	margin: 0;
	width: 100px;
	min-height: 25px;
}

.article-summary-block{
	padding: 0 13px 0 13px;
}

.author .article-content{
	width: 206px;
}

.author .article-content h4{
	margin-bottom: 5px;
}

.author .article-content h4 a{
	color: #000000;
}

/*author listing template*/
.author-articles{

}

.author-articles .left-zone-container{
    background-color: #ffffff;
}

.author-articles .item-news .span8{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 18px;
}

/* basic article listing */
.article-basic p {
    margin: 0;
}

/*breadcrumb*/
.breadcrumb-wrapper{
    margin-top: 13px;
}
/*Hovering Top Menu*/
.navbar.main-navi {
	position: relative;
}
.navbar.main-navi .nav {
	position: static;
}
.navbar.main-navi ul.nav > li > a:hover ~ ul.headerLinksLandingPage,
.navbar.main-navi ul.nav > li > a ~ ul.headerLinksLandingPage:hover,
.navbar.main-navi ul.nav > li:hover > a ~ ul.headerLinksLandingPage{
	height: 32px;
	z-index:999;
	/*top: 140px;*/
}
.navbar.main-navi .nav.headerLinksLandingPage {
	position: absolute;
	top: 32px;
	height: 0px;
	width: 100%;
	background-color: #BAA4A3;
	z-index:998;
}
.navbar.main-navi .nav.headerLinksLandingPage .navbar-inner {
	margin: 0px auto;
	display: block;
}
.navbar.main-navi .nav .navbar-inner li{
	padding-bottom: 2px;
	border-bottom: 3px solid transparent;
}
.navbar.main-navi .nav .navbar-inner li:hover{
	border-bottom: 3px solid rgb(180,0,94);
}
.navbar.main-navi .nav .navbar-inner li:hover a{
	text-decoration: none;
/*	line-height: 22px; */
}
.navbar.main-navi .nav.headerLinksLandingPage li{
	margin: 0;
	float:left;
}
/*header .logo > img{
	z-index: 1;
	position: relative;
}*/


/* You may also like block */
.span4 .article-basic h3 {
	line-height: 16px;
	font-size: 14px;
	font-family: Helvetica;
	font-weight: bold;
	color: black;
}
.span4 .article-basic .attribute-text {
	margin: 0;
	width: auto;
}
.span4 .article-basic p {
	color: black;
	font-size: 14px;
}
.block-listing-title {
	height: 45px;
}
.span12.main-content .span4 .block-listing .block-listing-title .inner {
	background-color: #84083C;
	color: white;
	font-size: 18px;
	padding: 13px;
}
.span4.block-listing .article-basic{
	margin-left: 13px;
}
.span4.block-listing .article-basic .main-image{
	width: 30%;
	margin-right: 10px;
}
.span4.block-listing .article-basic .attribute-text{
	width: auto;
	float:none;
}
.article-basic .attribute-text.full {
width: auto;
}
.span12.main-content .span4 .block-listing .inner {
	padding: 5px;
}
/*Topics block */
.block-listing.topics {
	font-family: Helvetica, Arial, sans-serif;
}

/* Gallery */
.block-gallery .gallery-viewer-image img{
	margin: 0px auto;
}
.block-gallery .gallery-navigator {
	padding-top: 0;
}

.block-gallery .gallery-viewer {
	padding-bottom: 0;
	border-bottom: none;
}
.block-gallery .gallery-navigator .images{
	width: 10000px;
}
.block-gallery .gallery-navigator .images li {
	margin-bottom: 0;
}
.block-gallery ul.images {
	height: 75px;
}
.block-gallery .gallery-navigator .images figure {
	border-top: 1px solid white;
	border-right: 1px solid white;
	height: 76px;
}
.block-gallery .gallery-navigator .images figure.selected {
	/*border-top: 1px solid #820040;
	border-right: 1px solid #820040;*/
}
.block-gallery .gallery-navigator .images figure.selected:before {
	content:'';
    position: absolute;
    /*left: 2%;*/
    top: -1px;
    width: 96%;
    height: 93%;
    border: 3px solid #820040;
}
.full-gallery .gallery-navigator .images, .embed-gallery .gallery-navigator .images, .block-gallery .gallery-navigator .images{
	display: block;
}
.block-gallery .gallery-navigator .images li{
	float: left;
}

.gallery-navigator .next, .embed-gallery .gallery-navigator .next, .block-gallery .gallery-navigator .next, .gallery-navigator .prev, .embed-gallery .gallery-navigator .prev, .block-gallery .gallery-navigator .prev {
	background: rgba(0, 0, 0, 0.5);
	top: 0px;
	height: 75px;
	padding: 0px 5px;
}
a.navig.next span.navig {
	background: transparent url('/bundles/core/images/icons/sprite.png') no-repeat -65px -107px;
	top: 22px;
}
a.navig.prev span.navig {
	background: transparent url('/bundles/core/images/icons/sprite.png') no-repeat -68px -144px;
	top: 22px;
}
.defaultbutton{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

/*set password*/
.set-password-container .defaultbutton{
    margin-top: 10px;
}

/*login register*/
/*login / register*/
.login-container .block{
    overflow: hidden;
}
.login-container input[type=checkbox],
.login-container label{
    display: block;
    float: left;
}
.login-container input[type=checkbox]{
    margin-right: 5px;
    display: block;
    margin-top: 5px;
    float: left;
}

.login-container form input[type=text],
.login-container form input[type=password]{
    width: 70%;
    display: block;
    clear: both;
}

#page .register-container .block .inner{
    padding: 0;
}

#page .register-container .first_name,
#page .register-container .last_name{
    width: 47%;
}

#page .register-container .first_name{
    margin-right: 4%;
}

#page .register-container .phone_number .box{
    width: 97%;
}

/*placeholder fallbackimages for all articles , youthwork , christianity, childrenswork*/
.placeholder{
    height: 70px;
    width: 100%;
}
.premier.placeholder{
   background: url('/bundles/core/images/P.png') no-repeat;
}
.christianity.placeholder{
    background: url('/bundles/core/images/PCTY.jpg') no-repeat;
}

.youthwork.placeholder{
    background: url('/bundles/core/images/PYW.jpg') no-repeat;
}

.childrenswork.placeholder{
    background: url('/bundles/core/images/PCW.jpg') no-repeat;
}

.block-listing .article-basic .placeholder{
	width: 65px;
	margin-left: -10px;
	float: left;
}
.block-listing.you-may-also-like .article-basic .placeholder,
.block-listing.most-popular .article-basic .placeholder{
	margin-left: 0px;
	width: 100%;
	background-position: top center;
}
.subscription-container .tabs-container .tab{
    cursor: pointer;
}
.shadow {
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
}

.class-magazine-article .attribute-text h4{
    line-height: 16px;
}

.slider-block-slide-container .title-subscription-container{
    overflow: hidden;
}

.slider-block-slide-container .slider-title{
    width: 275px;
    float: left;
}

.content-view-block .slider-block-slide-container .attribute-text{
    padding-top: 10px;
}

.content-view-block .slider-block-slide-container .featured-block .attribute-text .author{
    padding-bottom: 0;
}

.back-button,
.back-button:hover{
    color: #820040;
}

.double-angle-quotes{
    color: #ccc;
    font-weight: normal;
}

.latest-issue-column-block .more-link,
.latest-news-column-block .more-link,
.slider-block-slide-container .more-link{
    display: block;
    float: right;
    margin-top: 10px;
    width: 43px;
}

/*buy-magazine*/
.buy-magazine button.defaultbutton{
    display: block;
    width: 100%;
    padding: 1% 2;
    margin-bottom: 7px;
}
.buy-magazine form{
	clear:both;
}
/*home slider*/
.content-view-slider-secondary.class-magazine-article{
    position: relative;
}

.content-view-slider-main .no-image .media-icon{
    width: 23px;
    height: 19px;
    margin-top: 6px;
}

.content-view-slider-main a{
    display: block;
}

.content-view-slider-main a:hover{
    text-decoration: none;
}

/*search listing*/
.class-searchpage{

}

.class-searchpage .inner{
    padding: 13px;
}

.span12.main-content .class-searchpage .span4.right-zone-container{
    margin-top: 13px;
}

.class-searchpage h3.log{
    margin-bottom: 10px;
}

.class-searchpage .search-result{
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px #EAEDF2 solid;
    overflow: hidden;
}

.class-searchpage .placeholder{
    float: left;
    width: 100px;
}

.class-searchpage .attribute-header h3{
    color: #8A8A8A;
    margin-bottom:0px;
}

.class-searchpage .attribute-header h3 span{
    color: #820040;
}

.class-searchpage h3{
    color: black;
    line-height: 22px;
    width: 400px;
}

.class-searchpage .title-tag{
    top: 10px;
}

.search-facet-block .search-facet-title h3{
    background-color: white;
    padding: 5px 10px;
    text-align: center;
    color: #8D8D8D;
    width: auto;
}


.class-searchpage .inner {
	padding: 0px !important;
}

.class-searchpage .inner .attribute-header, .class-searchpage .inner .more, .class-searchpage .inner > a, .class-searchpage .inner .row {
	padding: 13px;
}

.class-searchpage .inner .attribute-header {
	border-bottom: 1px solid #EAEDF2;
	margin-bottom: 0px;
}

.class-searchpage .inner .more {
	position: relative;
	top: -10px;
	margin-bottom: 5px;
}
.class-searchpage .no-results {
	padding-left: 13px;
	width: 100%;
}
.class-searchpage .pagerfanta {
	position: relative;
	top: -11px;
	height: 20px;
}

.class-searchpage .top-result {
	margin: 0px;
	padding: 0px;
	height: 44px;
}
.class-searchpage .top-result h3 {
	padding-left: 13px;
}
.search-facet-block .brand-facet-list-title h3, .search-facet-block .type-facet-list-title h3, .search-facet-block .topic-facet-list-title h3 {
    background-color: white;
    padding: 5px 10px;
    opacity: 0.7;
    width: auto;
}

.search-facet-block .brand-facet-list, .search-facet-block .type-facet-list, .search-facet-block .topic-facet-list {
    padding-left: 20px;
    background-color: white;
    opacity: 0.5;
    padding: 5px 0px 5px 20px;
}

.search-facet-block .brand-facet-list li{
    padding: 2px 0 2px 0;
}
/*Embed Audio view*/
.audio-container{
	margin-bottom: 10px;
}

/*author header*/

.author-header h1{
    margin-bottom: 0;
}
.author-tabs{
	margin-top: -13px;
}
.author-tabs ul{
    overflow: hidden;
    margin: 0;
    border-bottom: 1px #E2E2E2 solid;
    border-top: 1px #E2E2E2 solid;
}

.author-tabs ul li a:hover{
    background-color: white;
    text-decoration: none;
}

/* Youthwork course page */
.class-courses a.college-name {
	font-weight: bold;
}

/* College page and course page */
.class-college table {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.class-college td, .class-college th {
	border: 1px solid;
	padding: 5px;
}
.class-college h2 {
	text-rendering: auto;
}
.class-college .college-name a {
	padding-top: 15px;
}
/* Main training page */
.span12.main-content .class-training .span5, .span12.main-content .class-training .span3 {
	margin-left: 0px;
}
.class-folder .level-name .clear {
	border-color: #d40f7d;
}

/* Newsletter subscription block */
.newsletter-block input {
	width: 100%;
	border-radius: 0%;
}
.newsletter-block div.maFormElement {
	padding-right: 18px;
}
.span12.main-content .newsletter-block .inner {
	background-color: #FEB005;
	color: #056348;
	padding: 20px;
}
.newsletter-block h3 {
	color: #056348;
	font-family: Helvetica, Arial, sans-serif;
}
.newsletter-block input.formText.formRequired {
	margin: 0px;
	border-bottom: 0px;
	border-color: #BCBCBC;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: lighter;
	padding-top: 7px;
	padding-left: 12px;
}
.newsletter-block input[type="submit"] {
	background: linear-gradient(#75BF44,#59A640);
	border: 0px;
	color: #056348;
	font-size: 18px;
	font-weight: bold;
	padding: 7px;
}
.newsletter-block p {
	font-family: Helvetica, Arial, sans-serif;
	color: #05634C;
}
/*Purchase a magazine issue block*/
.add-to-cart form{
	margin-bottom:10px;
}
.purchase-issue-container .add-to-cart p{
	float:left;
	width: 175px;
}
.purchase-issue-container .add-to-cart p .attribute-price{
	float:right;
	margin-right:10px;
}
div.inner{
    padding: 13px;
}
/*Newsletter block*/
div.span4.newsletter-block {
	height: 318px;
}
div.span4.newsletter-block iframe {
	height: 100%;
	border: none;
	width: 100%
}

/*basket*/
.basket-row{
    overflow: hidden;
}
.basket-col-1{
    float: left;
    width:50%;
}
.basket-col-2{
    float: left;
    width:25%;
}
.basket-col-3{
    float: left;
    width:25%;
    text-align: right;
}

.basket-row.product .image{
    margin-right: 5%;
    float: left;
}

.sub-total span{
  float: left;
}

.sub-total span.price{
  float :right;
}

.basket-row.header {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 15px;
}

.basket-row.product{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px #ccc solid;
}

.sub-total {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background: #eee;
    padding: 5px;
    font-size: 20px;
}

.basket-row.product input[type=number] {
    width: 30%;
    margin-right: 2%;
}

.basket-row.shipping select{
    width: 100%;
}

.basket-row.product .content-view-embed{
    margin: 0;
}

.basket-row.product .button-remove{
    background: url('/bundles/core/images/icons/sprite.png') 69px -145px;
    width: 36px;
    overflow: hidden;
    height: 32px;
    padding: 0;
    text-indent: -999px;
    border: 0;
    box-shadow: none;
    margin-bottom: 8px;
}

#page .content-view-slider-secondary.class-magazine-article .arrow-container{
    background-image: url('/bundles/core/images/icons/sprite.png');
    background-position: -80px -1px;
    height: 20px;
    top: 1px;
}

.content-view-slider-secondary .attribute-summary{
    line-height: 15px;
}

.quote p{
    font-size: 16px;
    font-style: italic;
}
.content-view-embed.class-image{
	margin: 0px;
}
.content-view-embed.class-image .attribute-caption {
	font-style: italic;
	font-size: 11px;
	line-height: 19px;
}
.content-view-embed.class-image.object-left{
	margin-right: 10px;
}
.content-view-embed.class-image.object-right{
	margin-left: 10px;
}

.infoBox {
	background: white;
	position: relative;
	margin-top: -280px;
	margin-left: -310px;
	padding: 13px;
	width: 250px;
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.infoBox span {
	font-size: 14px;
}

.infoBox span.small {
	font-size: 11px;
}

.course-facets-block h3 {
    padding: 5px 10px;
    text-align: center;
    width: auto;
    margin-left: -13px;
}

.course-facets-block .level-list h3 {
    padding: 5px 10px;
    opacity: 0.7;
    width: auto;

}

.course-facets-block .level-list {
    padding-left: 20px;
    opacity: 0.5;
    padding: 5px 0px 5px 20px;

}

.course-facets-block .level-list li {
    padding: 2px 0 2px 0;
}
/*Kaltura Embed Video*/
.content-view-embed.class-kaltura_audio{
	margin: 10px 0px 30px 0px;
}

/* Fix for ordered lists. */
ol {
	list-style: decimal inside none;
}
ul, ol {
    padding: 0px;
    margin: 0px 0px 10.5px 0em;
}

.image-overlay.no-image .media-type-container{
    display: none;
}
/*Magazine issue*/
.content-view-full .class-magazine-issue .span8.left-zone-container .span8{
	margin-top:0px;
}

/*hotfix v1.0.9.33*/
.latest-news .article-basic a h3{
	font-weight: bold;
}

.latest-news .article-basic .attribute-summary p{
	line-height: 21px;
}

.class-blog_post .attribute-summary{
	min-height: 55px;
}

.class-blog_post .attribute-summary .more-link{
	position: absolute;
}

.radio.placeholder{
    background: url('/bundles/core/images/PCR.png') no-repeat center center;
    padding: 0;
}

.gospel.placeholder{
    background: url('/bundles/core/images/PG.png') no-repeat center center;
    padding: 0;
}

/* PSTA-9 */
.podcast-search {
    margin: 0px 13px -13px;
}

.show-search-thumb {
	width: 15%;
}

.search-result-radio_show {
	margin: 0px;
}

/* PSTA-144 */
.main-content .class-article .attribute-header h1 {
	line-height: 1em;
}

/* PSTA-159 */
.block-list-podcast .podcast-player {
    position: relative;
    bottom: 35px;
}
/* Related Views for all items PSTA-303*/
.content-view-related,
.episode-full .content-view-related .inner{
	position:relative;
	min-height: 0px;
}
.content-view-related .attribute-image{
	float:left;
	width: 15%;
}
.content-view-related .attribute-image .image-inner{
	padding:0px 10px 0px 0px;
}
.content-view-related .attribute-image.no-image{
	width: 0px;
}
.content-view-related .text-content{
	width: 85%;
	float: left;
	position:relative;
	padding-bottom : 19px;
}
.content-view-related .text-content p{
	margin-bottom: 0px;
}
.content-view-related .text-content.no-image{
	width: 100%;
}
.content-view-related .text-content .more-link{
	right: 0px;
}
/*PSTA-303*/
.content-view-full .related-items .content-view-related > .inner{
	padding: 13px 0px;
}
.content-view-related .file-embed {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	padding-right: 10px;
}
.file-embed > div.main-image{
	float: left;
}
.file-embed > span.more-link{
	margin-bottom: 0;
}
.content-view-full .class-article .related-items .span8 .inner{
	width: 100%;
}
/*PSTA-303 - END*/
.content-view-full .class-article .related-items .span8{
	width:auto;
	float:none;
}

.class-article .attribute-time.news-date{
	margin: -10px 0 15px;
	font-weight: bold;
}

/*Product pages*/
.content-view-full.class-product .attribute-price{
	margin: 20px 0px;
}
.content-view-full.class-product .attribute-price span{
	font-size: 18px;
	color: #820040;
	font-weight: bold;
}
.content-view-full.class-product .buy-now-form form{
	margin-bottom: 15px;
}
.content-view-full.class-product .buy-now-form label{
	float: left;
	margin: 1px 10px 0px 0px;
}
.content-view-full.class-product .buy-now-form select{
	width: auto;
	height: 23px;
	margin-bottom: 10px;
}

/*psta-222*/
.item-news .article-content{
    display: block;
    width: 96%;
}
.item-news .article-content * {
    float: none;
    width: auto;
}
.item-news .article-content .small-video-icon,
.item-news .article-content .small-audio-icon {
	width: 20px;
}

.item-news.article-secondary .article-content .attribute-text,
.article-secondary .article-content .attribute-text,
.item-news.article-basic  {
    width: auto;
}

.item-news .article-content .main-image,
.item-news .article-content .main-image * {
    float: left;
    margin: 0;
    padding: 0;
}
.item-news.article-secondary .attribute-related{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    width: 100%;
}
.item-news .article-content .attribute-text {
    position: relative
}
.item-news .article-content .main-image {
    max-width: 30%;
    height: initial;
    margin-right: 10px;
}
.item-news.article-secondary .article-content .main-image {
	max-width: 50%;
}
.item-news .article-content .arrow-container {
    width: 10px
}
.item-news.article-secondary .article-content{
    width: 96%;
}

.item-news .content-view-full .span4.right-zone-container > div {
    width: 100%;
    float: none;
}
.item-news .categories {
    min-height: 20px
}


.item-news .article-content, .item-news.article-basic .article-content,
.addthis-inner .article-basic .article-content {
	margin: auto 2%;
	margin-top: 5px;
    overflow: hidden;
    display: inline-block;
}


.item-news.article-primary .attribute-text {
    float: left;
    margin-right: 2%;
}

.item-news.article-primary .attribute-related {
    float: right;
}

.item-news.article-primary .attribute-related,
.item-news.article-primary .attribute-text {
	width: 47%;
}

.item-news.article-primary.no-related .attribute-text  {
	width: 100%;
}

/*PMAG-61*/
.related-items .row{
    margin-bottom: 20px;
}

#page .related-items .row h3{
    margin-bottom: 5px;
}

.content-view-full .related-items .article-basic .attribute-text{
    width: 460px;
}

.content-view-full .related-items .article-basic{
    margin-left: 13px;
}

/*PMAG-53*/
.highlighted-magazines-block-container h3,
.highlighted-magazines-block-container h4{
	font-weight: bold;
}

.highlighted-magazines-block-container .featured-article-container .attribute-title h4{
	line-height: 18px;
}
/*PMAG-54*/
.premier .magazine-site-container .attribute-site-image{
	height: auto;
}

/*PMAG-55*/
.hightlighted-magazine-item .class-magazine_article{
	border-bottom: 1px #ccc solid;
	margin-bottom: 20px;
}

.hightlighted-magazine-item .class-magazine_article .attribute-summary {
	height: 80px;
}

.radio_featured .radio-info-group .site-heading{
	border-bottom: 1px #ddd solid;
}

.radio-station-featured > hr{
	border-bottom-width: 3px;
}

.hightlighted-magazine-item .attribute-site-image .attribute-name {
	background: rgba(255,255,255,0.5);
}
/*PMAG-51*/
.magazine-site-container .attribute-short-summary,
.highlighted-magazines-block-container .featured-article-container .attribute-summary{
	line-height: 18px;
	color: #888888;
	font-weight: 300;
}


/*padding fix*/
.class-show_asset_folder .article-basic {
	width: auto;
}

/*PSTA-310*/
.resources-and-support-item span a{
	font-weight: bold;
}

.resources-and-support-block-container .block-title-container h3{
	font-weight: bold;
	color: #304771;
}

/*PSTA-312*/

.premier .outer-wrapper.slider{
	padding-bottom: 0;
}

/*PSTA-314*/
.premier .radio_featured .image-container .attribute-image{
	height: 133px;
	overflow: hidden;
}

.content-view-slider-secondary.class-magazine-article .attribute-image{
	background: transparent;
}

.premier .content-view-slider-secondary.class-magazine-article .attribute-title h4{
	background: transparent;
}

/*PSTA-317*/
.content-view-slider-main.class-magazine-article .attribute-title h3{
	background: rgba(255,255,255,0.6);
	font-weight: bold
}


/*PSTA-319*/
.hightlighted-magazine-item .attribute-short-summary{
	overflow: hidden;
}

.hightlighted-magazine-item .attribute-short-summary .more-link{
	float: right;
}

/* PSTA 229 */
/* moved to global css because affects all sites */
.you-make-also-like.block-listing .article-basic .placeholder {
    margin-left: 0;
}

/*psta-325*/
.resources-and-support-item .visit-site-link {
	right: 5px;
	bottom: 0;
	position: absolute;
}

.premier .resources-and-support-item .attribute-short-summary {
	height: 90px;
	position: relative;
}

/* PSTA-295 */
.search-result .article-basic {
	padding-left: 13px;
}

.search-result .article-basic .more-link {
	display: block;
	float: right;
	right: auto;
	position: relative;
	width: 43px;
}
.search-result .article-basic .attribute-title{
	padding-right: 68px;
}

/* PMAG-63 */
.class-blog .media-top {
	line-height: 0;
}

/*PMAG-70*/
.premier .item-news p {
	line-height: 18px;
	margin-top: 6px;
	font-weight: 300;
}

.premier .item-news h3{
	font-weight: bold;
	font-size: 18px;
}

.premier .item-news .attribute-title a:hover h3,
.premier .item-news .attribute-title a:hover{
	text-decoration: none;
	color: #B5035F;
}

.related-article{
	font-weight: 300;
}

.related-article h4{
	font-weight: bold;
}

/* PORG-43 */

.ezxmltext-field ul {
    list-style-type: disc;
    margin-left: 17px;
}

/* PORG-21 */

.item-news.article-basic .attribute-related .attribute-title-embed h4{
	float: left;
}
.item-news.article-basic .attribute-related .more-link {
	position: relative;
	margin: 0px;
	margin-left: 5px;
	float:left;
}

.article-basic .content-view-related h4 {
	display: inline;
}
/* episode line view*/
.content-view-line.class-show_episode .span2{
	margin-top: 0px;
}
.content-view-line.class-show_episode .span2 .attribute-image{
	padding: 0px 0 0px 10px;
}

.content-view-line.class-show_episode .main-content .inner{
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.content-view-line.class-show_episode .attribute-summary{
    position: relative;
    min-height: 45px;/*min of 2 lines*/
}
.content-view-line.class-show_episode.listen-live, .content-view-line.class-show_episode.listen-live .inner{
    background-color: #ccc;
}
.content-view-line.class-show_episode .main-content.span6{
    margin-top: 0px;
}
.content-view-line.class-show_episode .listen-live-message{
    float:right;
}

.content-view-line.class-show_episode .more-link{
    right: 0;
}

.episode-full h1,
.episode-full .attribute-title .inner{
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.episode-full h1{
	margin-right: 60px;
	line-height: 1em;
}
.episode-full .date-time{
	margin-right: 50px;
}
.episode-full .attribute-description{
    width: 90%;
    min-height: 250px;
}
.episode-full .date-time,
.class-article .attribute-time.news-date .date-time{
	color: black;
	padding-left: 0px;
}
.episode-full .attribute-header{
    position: relative;
}

#page .episode-full .attribute-long .inner{
    min-height: 280px;
	padding: 13px 0px;
}

.episode-full .addthis_toolbox_wrapper {
    position: absolute;
    right: 0;
    left: auto;
    top: 0px;
    text-align: center;
    width: 55px;
}

.episode-full span.addthis-span{
    clear: both;
    margin: 0 auto;
    font-family: Verdana;
    font-size: 11px;
    float: none;
}
#page .episode-full span.addthis-span{
    margin-left: 6px;
}

.episode-full .addthis_floating_style,
.episode-full a.addthis_favourited{
    margin-left: 10px;
}

.episode-full .attribute-header .floating {
    position: fixed;
    right: 0;
    left: 0;
    top: 0px;
    width: 55px;
}
.episode-full .attribute-long{
	margin-right: 60px;
}

.date-time{
    color: #999;
    padding-left: 13px;
}

.episode-full .attribute-header .addthis_toolbox {
    position: relative;
}

.latest-news .content-view-line.radio_show {
	padding-left: 13px;
	padding-right: 13px;
    border-bottom: 1px solid #CCC;
}

.latest-news .content-view-line.radio_show .main-content {
	float: none;
	width: auto;
}

.latest-news .content-view-line.radio_show .attribute-image {
	padding-right: 13px;
}

.latest-news .content-view-line.radio_show .more-link {
	position: absolute;
	right: 14px;
	margin-bottom: 5px;
}


/*PSTA-130 */
.episode-full > .inner {
    min-height: 270px;
}

/* PSTA - 239 - alignment of the breadcrumbs*/
.span12.main-content .episode-full{
	/* Remove margin left from the row as span12.main-content has not margin left */
	margin-left: 0px;
}
.span12.main-content .content-view-full.radio_show{
	margin-left: 13px;
}

/*PORG-39*/
.content-view-full .class-blog .right-zone-container .span4{
	margin-left: 0px;
}

/*PORG-29*/
div.footer-navigation-content{
	overflow: hidden;
}

div.navigation-item {
	padding: 0px 30px;
}

/*PORG-53*/
.you-may-also-like .inner > div,
.most-popular .inner > div{
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

.you-may-also-like .radio,
.most-popular .radio{
	padding-left: 0;
}

#page .you-may-also-like .main-image,
#page .most-popular .attribute-image{
	width: 30%;
	margin-right: 2%;
	float: left;
}

#page .you-may-also-like .attribute-text,
#page .most-popular .attribute-text{
	width: 65%;
	float: left;
	line-height: 14px;
	font-size: 12px;
}

#page .you-may-also-like .attribute-text p,
#page .most-popular .attribute-text p{
	line-height: 14px;
	font-size: 12px;
}

#page .you-may-also-like .attribute-start_date_and_time,
#page .most-popular .attribute-start_date_and_time{
	margin: 3px 0 3px 0;
	font-size: 11px;
	font-style: italic;
}

#page .most-popular .show_episode,
#page .you-may-also-like .show_episode{
	overflow: hidden;
}

#page .you-may-also-like .span4 .article-basic h3,
#page .most-popular .attribute-name a,
#page .most-popular .attribute-name a span{
	line-height: 16px;
	font-size: 14px;
	font-family: Helvetica;
	font-weight: bold;
	color: black;
}
/* PORG-149*/
.you-may-also-like .class-blog_post .attribute-summary,
.most-popular .class-blog_post .attribute-summary{
	padding-bottom: 15px;
}
.you-may-also-like .class-blog_post .attribute-summary,
.most-popular .class-blog_post .more-link{
	bottom: 0px;
}

/*PORG-57*/
.latest-news .item-news .span8{
	padding-bottom: 0;
}

/*PORG-44*/
.premier-newsletter-signup{
	background-color: #FEB005;
}
.premier-newsletter-signup .newsletter-inner{
	padding: 20px;
}
.premier-newsletter-signup form{
	margin-bottom: 0px;
}
.premier-newsletter-signup h3{
	color: #05634B;
	margin-bottom:10px;
	font-size: 19px;
}
.premier-newsletter-signup p,
.premier-newsletter-signup label{
	color: #05634C;
}
.premier-newsletter-signup input[type=text]{
	width: 94%;
	padding: 7px 3%;
	margin:0px;
	border-radius: 0px;
	border-top:0px;
	box-shadow: 0px;
	-webkit-box-shadow: 0px;
	-moz-box-shadow: 0px;
}
.premier-newsletter-signup input[type=text]{
	font-size: 13px;
	line-height: 15px;
	height: 15px;
}
.premier-newsletter-signup input[type=submit]{
	background: linear-gradient(#75BF44,#59A640);
	border: 0px;
	color: #056348;
	font-size: 18px;
	font-weight: bold;
	padding: 7px;
	position: relative;
	width: 262px;
}
.premier-newsletter-signup .terms-message-container{
	margin-top: 15px;
}
.premier-newsletter-signup .terms-message-container p{
	line-height: 17px;
	font-size: 12px;
	margin-bottom: 0px;
}
.premier-newsletter-signup .checkboxes-container{
	margin: 5px 0px;
}
.premier-newsletter-signup .checkbox-item input{
	float: left;
	margin-right: 5px;
}

/*PORG-37*/
.site-links{
	position: relative;
	padding-bottom: 15px;
	width: 98%;
}

/* PORG-65 */
.class-blog .inner h2 .ezstring-field {
	font-family: "HelveticaNeueLTStd-Bd",Helvetica,Arial,sans-serif;
}

/* PSTA-348 */
.custom-menu-item {
	font-weight: bold;
}

/* PORG-118 */

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f7f7f7;
	background-image: -moz-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(to bottom, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', 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);
}

.progress .bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #ffffff;
	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: -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(to bottom, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', 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;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
input.poll-option {
	width: 20px;
	float: left;
	top: 3px;
	position: relative;
	border: 0px;
	display: inline;
	padding: 0px;
	margin: 0px 10px 5px 0px;
	vertical-align: baseline;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.poll-label {
	width: auto;
	float: none;
	position: relative;
}
.poll-anonymous-disabled {
	font-size: 10px;
}
.content-view-embed .class-poll .attribute-name{
	margin-bottom: 10px;
}

/*PORG-109*/
.featured-post-block .content-view-block-list-small{
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 5px;
}
.featured-post-block .attribute-text{
    clear: both;
    position:relative;
    margin-top: 10px;
}
.content-view-block-list-small .attribute-text p{
	min-height: 50px;
	padding-bottom: 15px;/*15px padding to house the more link*/
}
.featured-post-block .attribute-title{
    border-bottom: 1px #e5e5e5 solid;
    float: none;
    width: auto;
    height: 67px;
    overflow: hidden;
    margin-top: 2px;
    overflow: hidden;
}
.featured-post-block .content-view-block-list-small .attribute-image{
    height: 75px;
    width: 40%;
    float: left;
    margin: 0px 5px 0px 0px;
}
.featured-post-block .content-view-block .span4{
    float: left;
    width: 340px;
    margin-left: 0;
    margin-right: 12px;
}

.featured-post-block .content-view-block .span4 .attribute-image{
    width: 30%;
}

.featured-post-block .content-view-block .span4 .attribute-title{
    width: 65%;
}

.featured-post-block .content-view-block .span4 .attribute-text{
    width: 97%;
}


/*PSTA-227 - Presenters/Author Pages */
.content-view-radio_show_line .attribute-image{
	width: 27%;
	float: left;
	min-height: 25px;
	margin: 0px 3% 0px 0px;
}
.content-view-radio_show_line.image .attribute-image{
	margin: 0px;
	width: 100%;
}
.content-view-radio_show_line .attribute-text{
	overflow: hidden;
}
.content-view-radio_show_line .attribute-summary{
	clear: both;
}
.author .article-content,
.content-view-radio_show_line .attribute-summary{
	font-size: 13px;
	line-height: 15px;
}
.content-view-radio_show_line .attribute-text .attribute-name span {
	font-weight: bold;
}
.subfolder .attribute-start_date_and_time,
.content-view-radio_show_line.show_episode .attribute-start_date_and_time,
.content-view-most_popular.show_episode .attribute-start_date_and_time{
    background-color: gray;
    display: inline-block;
    color: white;
    padding: 0px 2px;
    position: relative;
    right: 0;
    bottom: 2px;
	margin: 0px 2px;
	font-size: 10px;
	line-height: 15px;
}
.subfolder.episodes .attribute-name,
.content-view-radio_show_line.show_episode .attribute-name,
.content-view-most_popular.show_episode .attribute-name{
    float: left;
    width: 144px;
}
.author .clear.separator{
	margin-left: 13px;
}
.author-tabs ul,
.show_navigation ul{
    overflow: hidden;
    background-color: #B3005E;
    width: inherit;
    border: none;
}
.author-tabs ul li,
.radio .author-tabs ul li,
.show_navigation ul li{
    float: left;
    border-right: 1px white solid;
    width: auto;
}
.author-tabs ul li a,
.show_navigation ul li a,
.show_navigation ul li a:hover{
    padding: 10px 25px;
    display: block;
    height: auto;
    width: auto;
    color: white;
    font-size: inherit;
    background-color: inherit;
}
.author-tabs ul li a:hover{
	background-color: #940451;
}

.block-listing-title-tall {
	height: auto !important;
}
/*Campaign PSTA-372*/
#campaign-block .ezxmltext-field{
	clear: both;
}
#campaign-block .campaign-table{
	margin-right: 20px;
	width: auto !important;
}
/* PMAG-47 */
.addthis_button_twitter_follow_native iframe {
	max-width: 160px;
}
.togglePoll {
	position:			relative;
	top:				10px;
	color:				#006A8D;
	text-decoration:	underline;
	font-size:			0.8em;
}
/*PMAG-113*/
.magazine-issue-date {
	min-width: 135px;
}

/* Responsive Login CSS */
a#responsive-login-btn {
	display: none;
	padding: 15px 0;
	float: left;
	background: #999;
	color: white;
	width: 50%;
}
#responsive-login-btn div {
	width: 114px;
	margin: auto;
	font-weight: bold;
}
#responsive-btns {
	padding-left: 70px;
}

#responsive-login-btn div#logout {
	width: 60px;
}
a#responsive-donate-btn {
	width: 50%;
	display: none;
	float: left;
	padding: 15px 0;
	color: white;
	background: rgb(245, 131, 17);
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-box-shadow: rgb(206, 119, 25) 0px -20px 20px 0px inset;
}
#responsive-donate-btn div {
	width: 62px;
	margin: auto;
}
/*Campaign PSTA-372*/
#campaign-block .ezxmltext-field{
	clear: both;
}
#campaign-block .campaign-table{
	margin-right: 20px;
	width: auto !important;
}
#campaign-block .campaign-table h2{
	color: #B4015F;
	line-height: 27px;
}
#campaign-block form.donation-form span.purple{
	color: #B4015F;
}
#campaign-block .amount-field-container{
	display: inline-block;
}
#campaign-block .amount-field-container.hidden{
	display: none;
}
#campaign-block .amount-field-container input{
	width: 100px;
}
#campaign-block .amount-field-container *{
	margin-right:0px;
}
.article-basic .attribute-summary.site-link {
	padding-bottom: 14px;
}
#responsive-btns a:hover {
	text-decoration: none;
}

.responsiveLogin {
	margin-top:	0px !important;
	min-height:	0px !important;
	max-height: 0px !important;
}

.article-campaign {
	margin-top: 5px;
}

.donation-form {
	margin-top: 10px;
	float: none;
}

.donation-form * {
	margin-right: 10px;
}


/*PMAG-65*/
#page div.navbar.main-navi.second-level .nav > li.custom-menu-item,
#page div.navbar.main-navi.second-level .nav > li.custom-menu-item a,
#page .navbar.main-navi .nav.headerLinksLandingPage li.custom-menu-item:hover a {
    height: 32px;
}
#page div.navbar.main-navi.second-level .nav > li.custom-menu-item,
.navbar.main-navi .nav.headerLinksLandingPage li.custom-menu-item:hover,
.navbar.main-navi .nav.headerLinksLandingPage li.custom-menu-item{
	height: 22px;
	float: left;
}
.navbar.main-navi .nav > li.custom-menu-item a {
	border-left: 0 !important;
}
.navbar.main-navi .nav.headerLinksLandingPage .navbar-inner {
	height: 100%;
}

/*PSUP-33*/
.kaltura_video-item,
.content-view-embed.class-kaltura_video {
	position: relative;
  	width: 100%;
 	height: 0;
 	padding-bottom: 51%;
}

.kaltura_video-item iframe,
.content-view-embed.class-kaltura_video iframe {
	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0; top: 0;
}

#page .radiothon.span12 {
    margin-top: 13px !important;
    margin-right: -26px !important;
}
.radiothon-main {
    position: relative;
    background: #db0001;
    color: #fff;
    position: relative;
    height: 311px;
}
.radiothon-main h2,
.radiothon-main p {
    color: white;
}
.radiothon-progress {
    position: relative;
    margin-left: -13px;
    background: #db0001;
    padding-top: 13px;
}
.top-layer {
    margin: 0px 48px 0px 47px;
    position: relative;
}
.bottom-layer {
    border-top: 1px solid #fff;
    position: relative;
}
.radiothon-progress .mask {
    height: 60px;
    background: url(/bundles/core/images/radiothon/radiothon-mask-v3.png) transparent 0px 0px no-repeat;
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 100%;
}
.radiothon-progress .arrow-outer {
    left: 0%;
    position: absolute;
    z-index: 9999;
    width: auto;
    bottom: -22px;
    -webkit-transition: left 1s ease;
    -moz-transition: left 1s ease;
    transition: left 1s ease;
}
.radiothon-progress .arrow-outer .arrow {
    position: relative;
    border: 18px solid transparent;
    border-bottom-color: #fff;
    width: 0px;
    height: 0px;
    border-left-width: 10px;
    border-right-width: 10px;
    bottom: -24px;
    margin: 0px auto;
}
.arrow-text {
    text-align: center;
    position: relative;
    bottom: -27px;
    color: #fff;
    font-size: 20px;
}
.radiothon-progress .mask-bg {
    background-color: #fff;
    height: 60px;
    position: absolute;
    width: 100%;
    top: 0px;
}
.radiothon-progress .bar {
    height: 60px;
    width: 0px;
    background-color: yellow;
    position: relative;
    z-index: 1;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    transition: width 1s ease;

}
.radiothon-progress .milestones {
    position: relative;
    height: 50px;
    z-index: 10;
    color: white;
    margin: 0px 48px 0px 47px;
}

.radiothon-rhs {
    background: #fff;
    color: #000;
    height: 240px;
    position: relative;
}
.radiothon-inner{
    overflow: hidden;
    max-height: 140px;
    margin-top: 4px;
}
.radiothon-comments p {
    color: #000;
    margin: 0px 0px 0px 13px;
    font-size: 14px;
    line-height: 17px;
}
.radiothon-comments .comment-name{
    padding-top:10px;
}
#radiothon-comment-text {
    margin: 0px 13px;
}
.milestone {
    position: absolute;
    width: auto;
}
.milestone-line {
    height: 5px;
    width: 0px;
    margin: 0px auto;
    border-left: 1px solid white;
    border-right: 1px solid transparent;

}
.radiothon-outro p{
    margin-bottom: 0px;
}
.radiothon-phone-number, .radiothon-phone-number a, .radiothon-phone-number a:hover {
    color: #fcdb00;
    font-size: 1.2em;
}
.radiothon-donate{
    position:absolute;
    bottom:10px;
    width: 100%;
}
.radiothon-donate .radiothon-donate-inner {
    background-color: #FDCD25;
    padding: 5px 10px;
    text-align: center;
    margin: 0px 10px;
    border-radius: 5px;
    border: 2px solid #E6BC2F;
}
.radiothon-donate:hover{
    text-decoration: none;
}
.radiothon-donate .red{
    color: #DA0A17;
}
.radiothon-donate .large{
    font-size: 45px;
    line-height: 36px;
    display:inline-block;
}
.radiothon-donate .medium{
    font-size: 18px;
    margin-bottom:5px;
    color: #001000;
    display:inline-block;
}
.radiothon-main .mobile-logo{
    display:none;  
}
#page.class-landing_page .inner-wrapper .span12.radiothon{
    width: 996px;
    background-color: #db0001;
}
.span12.radiothon .span9.main{
    width: 734px;
}
.span12.radiothon .radiothon-main > .span3.comments{
    width:236px;
}
/*#page .span12.radiothon .span12{
    float:left;
}*/
.radiothon-intro.span6{
    overflow: hidden;
    float: none;
}
.radiothon-intro p{
    font-size: 15px;
    line-height: 20px;
}
.radiothon-intro h3{
    color: white;
}
.radiothon-logo{
  width: 236px !important;
}
@media (min-width: 979px) {
    .radiothon .hidden-desktop {
        display:none;
    }
}
@media (max-width: 979px) {
    #page .radiothon.span12 {
        margin-top: -13px !important;
        margin-right: -26px !important;
    }
    .radiothon-progress .top-layer{
        width: 653px;
        margin: auto auto;
    }
    .bottom-layer > .milestones{
        width: 653px;
        margin: auto auto ;
    }
    .radiothon .hidden-tablet {
        display:none;
    }
    #page.class-landing_page .inner-wrapper .span12.radiothon{
        width: auto;
    }
    #page .zone-layout-homepagelayout .outer-wrapper .span12.radiothon-outro-container{
        margin-top:0px;
    }
    .span12.radiothon .span9.main{
        width: auto;
    }
    .span12.radiothon .radiothon-main > .span3.comments{
        width: 100%;
    }
    /*PORG-184 - Radiothon*/
    .radiothon-logo.span3{
        width: 236px;
        float:left;
    }
    /*.radiothon-intro.span6{
        overflow: hidden;
        float:none;
    }*/
    .radiothon-main > .span3.comments{
        width:100%;
        margin: 0px;
    }
    .radiothon-main > .span9,
    .radiothon-main > .span3,
    .radiothon-main > .span12{
        float: none;
    }
    .radiothon-rhs{
        height: 95px;
    }
    .radiothon-comments{
        width: 50%;
        float:left;
        margin-right: 10%;
    }
    .radiothon-donate{
        position:relative;
        bottom: auto;
        width: 40%;
        float:left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .radiothon-outro{
        background-color: #db0001;
        padding: 13px;
    }
    .radiothon-inner{
        max-height: 80px;
    }
    .radiothon-donate .large{
        font-size: 35px;
        line-height: 28px;
        display:inline-block;
    }
    .radiothon-donate .medium{
        font-size: 14px;
        margin-bottom:5px;
        color: #001000;
        display:inline-block;
    }
    .radiothon-donate{
        max-width: 250px;
    }
}
@media (max-width: 870px){
    
    .radiothon-main.row{
        width: 734px;
    }
    .radiothon-progress {
        padding-top: 13px;
    }
}
@media (max-width: 734px){
    .radiothon-main.row{
        width: 653px;
    }
    .radiothon-progress .top-layer{
        width: 554px;
        margin: 0px 48px 0px 47px;
    }
    .bottom-layer > .milestones{
        width: 554px;
        height: 50px;
        margin: 0px 48px 0px 47px;
    } 
}

@media(max-width: 653px){
    .radiothon-main.row{
        width: 480px;
    }
    .radiothon-donate{
        width: 190px;
    }
    .radiothon-progress .top-layer,
    .bottom-layer > .milestones{
        width: 392px;
    }
        
    .radiothon-donate .medium{
        font-size: 13px;
        line-height: 13px;
    }
    .radiothon-donate .large{
        font-size: 27px;
        line-height: 19px;
    }
    .milestone-text{
        font-size: 12px;
    }
    .radiothon-intro p{
        font-size: 13px;
        line-height: 16px;
    }
}
@media(max-width: 480px){
    .radiothon-main.row{
        width: auto;
    }
    #page.class-landing_page .inner-wrapper .span12.radiothon{
        width: 100%;
        background-color: #db0001;
    }
    .milestone{
        display: none;
    }
    .milestone.start,
    .milestone.total{
        display: block;
    }
    #page .radiothon.span12{
        margin-left: 13px !important;
    }
    .radiothon-main > .span9.main{
        margin-left: 0px;
        margin-top: 5px;
    }
    .span12.main-content .radiothon-intro.span6{
        margin-right: 13px;
        float:left;
        margin-top: 5px;
        padding-left: 10px;
    }
    .span12.main-content .radiothon-logo.span3{
        height: 40px;
        margin: 5px auto 0px auto;
        float:none;
    }
    .span12.main-content .radiothon-logo.span3 img{
        max-height: 100%;
        margin: 0px auto;
    }
    .radiothon-main {
        background-color: #db0001;
    }
    .radiothon-main .top-layer{
        margin: 0px auto 0px auto;
        max-width: 223px;
    }
    .radiothon-progress{
        padding-top: 7px;
        margin-left:0px;
        background-color: #db0001;
    }
    .radiothon-progress .mask{
        height: 37px;
        background-image: url('/bundles/core/images/radiothon/radiothon-mask-m-v3.png');
        background-size: 283px auto;
    }
    .radiothon-progress .mask-bg,
    .radiothon-progress .bar{
        height: 37px;
    }
    .radiothon-progress .milestones{
        margin: 0px auto 0px auto;
        max-width: 223px;
        height: 35px;
    }
    .radiothon-progress .arrow-outer .arrow{
        border-width: 10px;
        border-left-width: 5px;
        border-right-width: 5px;
        bottom: -10px;
    }
    .radiothon-main .radiothon-logo.span3{
        margin-top: 0px;
    }
    .radiothon-main .radiothon-logo img{
        display: none;
    }
    .radiothon-main .radiothon-logo .mobile-logo{
        display: block;  
    }
    .radiothon-rhs{
        background-color: #db0001;
        height: 52px;
    }
    .radiothon-comments{
        display: none;
    }
    .radiothon-donate{
        width:200px;
        margin: 10px auto 0px auto;
        float: none;
    }
    .arrow-text{
        text-align: center;
        font-size: 15px;
        bottom: -10px;
    }
    .radiothon-outro{
        padding:8px 13px;
        background-color: #db0001;
        text-align: center;
    }
    .radiothon-outro .radiothon-phone-number {
        display: block;
    }
    .radiothon-logo{
        max-width: none;
        padding-right: 0px;
    }
}
.radiothon--people-helped,
.radiothon.radiothon--people-helped .radiothon-main,
.radiothon.radiothon--people-helped .radiothon-progress,
.radiothon.radiothon--people-helped .radiothon-outro,
.radiothon.radiothon--people-helped .span12.radiothon {
    background: #ac004d !important;
}
.radiothon.radiothon--people-helped .radiothon-progress .mask {
    background: url(/bundles/core/images/radiothon-people-helped/radiothon-people-helped-mask.png) transparent 0px 0px no-repeat;
}
.radiothon.radiothon--people-helped .radiothon-progress .arrow-outer {
    bottom: -42px;
    margin-right: -45.5px;
}
.radiothon.radiothon--people-helped .arrow-text-bottom {
    text-align: center;
    position: relative;
    bottom: -27px;
    color: #fff;
    font-size: 16px;
}
.radiothon.radiothon--people-helped .radiothon-logo{
    max-width: 130px;
    padding-right: 13px;
}
.radiothon.radiothon--people-helped .arrow-outer .arrow{
    border-width: 14px;
    border-left-width: 7px;
    border-right-width: 7px;
    bottom: -14px;
}
.radiothon.radiothon--people-helped .arrow-text{
    bottom: -22px;
}
.radiothon.radiothon--people-helped .arrow-text-bottom{
    bottom: -19px;
}
.radiothon.radiothon--people-helped .radiothon-outro{
    padding-top: 7px
}
@media (max-width: 979px) {
    .radiothon.radiothon--people-helped .radiothon-rhs {
        margin-top: 20px;
    }
    .radiothon.radiothon--people-helped .radiothon-logo.span3{
        margin-right: 25px;
    }
    .radiothon.radiothon--people-helped .radiothon-donate{
        bottom: 5px;
    }
    .radiothon-outro{
        padding-top: 0px
    }
}
@media (max-width: 734px){
    .radiothon.radiothon--people-helped .arrow-text{
        bottom: -19px;
        font-size: 15px;
    }
    .radiothon.radiothon--people-helped .arrow-text-bottom{
        bottom: -13px;
        font-size: 13px;
    }
    .radiothon.radiothon--people-helped .radiothon-intro p{
        font-size: 14px;
    }
    .radiothon.radiothon--people-helped .radiothon-intro p{
        margin-top: 0px;
    }
    .milestone span{
        font-size: 13px;
    }
    .radiothon.radiothon--people-helped .radiothon-intro h3{
        line-height: 20px;
    }
    .radiothon.radiothon--people-helped .radiothon-rhs,
    .radiothon.radiothon--people-helped .radiothon-progress{
        margin-top: 3px;
    }
}
@media(max-width: 480px){
	.radiothon.radiothon--people-helped .radiothon-main,
	.radiothon.radiothon--people-helped .radiothon-progress,
	.radiothon.radiothon--people-helped .radiothon-rhs,
	.radiothon.radiothon--people-helped .radiothon-outro,
	.radiothon.radiothon--people-helped .span12.radiothon {
	    background: #ac004d;
	}
	.radiothon.radiothon--people-helped .radiothon-progress .mask {
        background: url(/bundles/core/images/radiothon-people-helped/radiothon-people-helped-mask-m.png) transparent 0px 0px no-repeat;
    }
    .radiothon.radiothon--people-helped .arrow-text-bottom {
        text-align: center;
        position: relative;
        bottom: -12px;
        color: #fff;
        font-size: 16px;
    }
    .radiothon.radiothon--people-helped .top-layer{
        max-width: 219px;
    }
    .radiothon.radiothon--people-helped .radiothon-intro h3{
        font-size: 17px;
        line-height: 20px;
    } 
    .radiothon.radiothon--people-helped .bottom-layer {
        margin-bottom: 26px;
    }
    .radiothon.radiothon--people-helped .radiothon-logo.span3 {
        margin-top: 12px;
        margin-right: auto;
    }
    .radiothon.radiothon--people-helped .span3 .comments{
        padding-top: -13px;
    }
}
.content-view-column.class-product{
	width: 33%;
	float:left;
}
.content-view-column.class-product .inner-padding{
	padding: 0px 13px;
}
.content-view-column.class-product .attribute-title{
	min-height: 66px;
	position: relative;
}
.content-view-column.class-product h3{
	bottom: 0px;
	position: absolute;
}
.content-view-column.class-product .attribute-thumbnail{
	margin-bottom: 10px;
}
.content-view-column.class-product .attribute-thumbnail img{
	margin: 0px auto;
}
.content-view-column.class-product .attribute-summary{
	position:relative;
	padding-bottom: 18px;
	min-height: 120px;
}
.content-view-column.class-product .attribute-price{
	color: #A90159;
	font-size: 18px;
	line-height: 21px;
}
.content-view-column.class-product form{
	text-align:right;
}
.content-view-column.class-product label{
	margin-right: 10px;
	display:inline-block;
}
.content-view-column.class-product select{
	width: auto;
	margin-top: 9px;
}
.content-view-column.class-product button{
	width: 100%;
}

@media(max-width: 767px){
	.content-view-column.class-product{
		width: 50%;
	}
	.content-view-column.class-product .attribute-summary{
		min-height: 90px;
	}
}
@media(max-width: 600px){
	.content-view-column.class-product .attribute-summary{
		min-height: 110px;
	}	
}
@media(max-width: 520px){
	.content-view-column.class-product{
		width: 100%;
	}
	.content-view-column.class-product .attribute-title{
		min-height: 0px;
	}
	.content-view-column.class-product .attribute-summary{
		min-height: 0px;
	}
}
.content-view-full.class-product .span12{
	background-color: white;
}
.content-view-full.class-product .inner-padding{
	padding: 0px 13px;
}
.content-view-full.class-product .back-link{
	font-size: 20px;
	margin-bottom: 13px;
}
/* Author Line View */
.author-line-view .attribute-image{
    float:left;
    width: 113px;
}
.author-line-view .attribute-image figure{
    margin: 15px;
}
.author-line-view .attribute-image img {
    max-width: 100%;
    width: auto;
    margin: 0px 0px 0px 13px;
}
.author-line-view .author-content{
    margin-left: 113px;   
    width: auto;
    overflow-wrap:break-word;
}
.author-line-view .attribute-name,
.author-line-view .attribute-short-bio{
    padding: 0 13px 0 13px;
}
.author-line-view .attribute-image.placeholder{
    background-position: center top;
}
.content-view-slider-secondary .media-icon.audio {
	background-size: auto;
	background-position: -70px -39px;
}
/** 
 * Basic DFP Block styles
 */
.content-view-block .dfp-block {
	text-align: center;
	height: auto;
	overflow: hidden;
}
.dfp-block.span2 {
	overflow: hidden;
}
.dfp-block .dfp-inner {
	background-color: transparent;
}
.dfp-block.span4 .dfp-inner {
	width: 300px;
	height: 250px;
	margin: 0px auto;
}
.dfp-block.span4 p {
	display: none;
}
/**
 * RHS Only
 */
.span12.main-content .span4.right-zone-container .span4.dfp-block {
	box-shadow: none;
}
.span12.main-content .span4.right-zone-container .span4.dfp-block .dfp-inner {
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
}
/**
 * Homepage Only
 */
.zone-layout-homepagelayout .content-view-block{
	margin-bottom: 0px;
}
.zone-layout-homepagelayout .dfp-block.content-block.span8 {
	width:728px;
	height: 90px;
}
.zone-layout-homepagelayout .span12 .content-view-block .dfp-block.span2 {
	background: transparent;
}
/* Homepage DFP zone, remove the white background. */ 
.outer-wrapper.dfp_strip .dfp-block {
	background: none;
}
.zone-layout-homepagelayout .homepage-raw-html-block.span6,
.zone-layout-homepagelayout .homepage-raw-html-block.span4 {
	margin-top: 0px;
}
.item-list.content-block .single-block.last-block {
	margin-left: 13px;
}
.radio_featured .site-heading{
	position: relative;
	border-bottom: 1px #ddd solid;
}

.radio_featured h4{
	font-weight: bold;
}

.radio_featured h5{
	font-size: 14px;
}

.radio_featured .currently-playing{
	position: relative;
}

#page .radio_featured .site-heading .inner{
	padding: 7px 13px;
}

.radio_featured .site-heading .title-tag{
	top: 12px;
	font-weight: bold;
}

.radio_featured .listen-live,
.radio_featured .listen-live a{
	background-color: #DEE1E6;
	color: black;
	padding: 10px;
	text-align: center;
}

.radio_featured .image-container{
	position: relative;
    width: 140px;
    float: left;
}
.radio_featured .image-container,
.radio_featured .episodes-container {
    margin-left: 4px
}

.radio_featured .image-container .attribute-image {
    background: #808080;
    height: 140px;
    width: 140px;
}

.radio_featured .overlay-container{
	position: absolute;
	bottom: 41px;
	left: 0	;
}

.radio_featured .overlay-container .audio-thumbnail{
    float: left;
    width: 50px;
    height: 50px;
    background-color: red;
    position:absolute;
    top: -50px;
	background-image: url('/bundles/radio/images/radio-sprite.png');
	background-position: 2px -30px;
}
.radio_featured .radio-info-group {
    width: auto;
    margin-left: 154px; /* Width of the image + 10px of additional padding. */
}
.radio_featured .attribute-presenters,
.radio_featured .attribute-summary,
.radio_featured .attribute-presenters a{
	color: #666666;
	font-size: 12px;
	line-height: 14px;
}

.radio_featured .attribute-summary{
	min-height: 30px;
	position: relative;
}

.radio_featured hr{
	border-bottom: 1px #cccccc solid;
	margin: 3px 0 10px 0;
	width: 100%;
}

.radio-station-featured > hr{
	border-bottom-width: 3px;
}

.radio_featured .episodes-container .attribute-name p{
	margin-bottom: 0;
}

.radio_featured .episodes-container .times-container p{
	color: #A6A6A6;
}

.radio_featured .block-title-container h3{
	color: #745866;
	font-weight: bold;
}

.radio_featured h4 a:hover{
	text-decoration: none;
}

.radio-info .attribute-presenters,
.radio-info .attribute-presenters a,
.radio-info .attribute-summary,
.resources-and-support-item .attribute-short-summary,
.resources-and-support-item .attribute-short-summary span,
.radio-station-featured .attribute-text p{
	line-height: 18px;
	color: #888888;
	font-weight: 300;
	font-size: 14px;
}

.radio-content-info{
    min-height: 170px;
}

.radio-station-featured .currently-playing {
    padding: 8px 10px 5px;
}

.radio-station-featured .featured-post-block .span3 {
    position: relative;
}

.radio-station-featured .featured-post-block .content-view-block-list-small {
    width: 100%;
    margin: 0;
    clear: both;
}

.radio-station-featured .content-view-block-list-small .attribute-title h4 {
    border-bottom: 1px #DDDEE0 solid;
    float: left;
    width: auto;
    height: 70px;
    margin-bottom: 5px;
    display: block
}

.radio-station-featured .content-view-block-list-small .attribute-image {
    margin: 0;
    width: auto;
}

.radio-station-featured .content-view-block-list-small .attribute-image img {
    margin-right: 8px;
}
.radio-station-featured .content-view-block-list-small .attribute-text {
    clear: both;
}

#page .radio-station-featured .featured-post-block .span3 {
    margin-top: -4px;
}

/*DFP Strip*/
.outer-wrapper.dfp_strip{
	background-color: transparent;
	position: relative;
	padding-bottom: 15px;
}
.outer-wrapper.dfp_strip .opacity-background{
	opacity: 0.1;
}
.header-christianity {
	background: rgba(255, 255, 255, 1);
}
body {
	background: #e4e4da;
	font-family: Raleway, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	color: #820040;
	font-family: Raleway, Arial, sans-serif;
	font-weight: bold;
        line-height: 1em;
}
a,
a:hover {
	color: #820040;
}
p {
	font-family: Raleway, Arial, sans-serif;
}
header, div.header {
	background: #fff;
}
header .container, div.header .container {
	margin-top: 5px;
}
header .logo, div.header .logo {
	display: block;
	width: 350px;
	height: 75px;
	margin-top: -5px;
	margin-bottom: -8px;
}

.navbar.main-navi {
	background: rgba(255, 255, 255, 1);
}
.navbar.main-navi .nav > li.selected {
	background: #e4e4da;
	border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
.navbar.main-navi .nav > li.selected a {
	color:#5a5a5c;
}
.navbar.main-navi .nav > li a,
.navbar.main-navi.second-level .nav > li a {
	color:#4d4d4f;
}
.navbar.main-navi .nav.headerLinksLandingPage {
	background-color: #E8E8E0;
}

#nav-location-home a,
#nav-location-home.selected a {
	-webkit-filter: none;
}

.breadcrumb-wrapper {
	border: 0px;
	color: #4d4d4f;
	margin-top: 10px;
}
.breadcrumb-wrapper a,
.breadcrumb-wrapper a:hover {
	color: #4d4d4f;
}
.outer-wrapper.dfp_strip {
	background: #fff;
}
.outer-wrapper.advertising {
	background-color: transparent;
	border-bottom: 0px;
	padding-bottom: 0;
	height: auto;
}


.content-view-block .dfp-block {
	background: transparent
}

/*30 day free trial block*/
.thirty-day-trial-block a, .thirty-day-trial-block a:hover{
	color: #888888;
}
.subscribe-block .subscribe-text p{
	color: #888888;
	line-height: 15px;
}
.subscribe-block {
	background-color: #fff;
}

.subscribe-block .arrows-container {
	-webkit-filter: brightness(75%);
}
/* footer style overides */
footer.christianity .container{
	background-color: #444442;
	font-family: Helvetica, Arial, sans-serif;
}

footer.christianity .footer-navigation,
footer.christianity .footer-copyright{
	border-top: 1px #E4E4DC solid;
	border-bottom: 1px #E4E4DC solid;
	background-color: #71726D;
	color: #E5E5E7;
}

footer.christianity .footer-navigation a,
footer.christianity .footer-copyright a{
	color: #E5E5E7;
}

/* LATEST NEWS BLOCK */
.attribute-title a, .attribute-title-embed a {
	color: #820040;
}
.attribute-title-embed .more-link a {
	color: #454545;
}

/* Item list block */
.item-list .block-list-podcast h2, .item-list .class-internal-site-link h2 {
	color: #888888;
	font-family: Helvetica;
	font-weight: initial;
}
.item-list .podcast-text {
	font-family: Helvetica;
}

.content-view-block-list-item {
	padding:
}

/*related items*/
article .article-authors{
    margin-bottom: 20px;
}

.related-items .article-basic .article-content{
    overflow: hidden;
    margin-bottom: 10px;
}

.related-items .article-basic .article-content h3{
    line-height: 21px;
}

.related-items .placeholder{
    width: 80px;
    float: left;
}

.related-items .attribute-text{
    width: 447px;
    float: left;
}

/* Filter by year block */
.filter-by-year-block {
	background-color: white;
}
.filter-by-year-block a {
	color: #888888;
}

/* slider */

.content-view-slider-secondary.class-magazine-article h4 a {
	color: #820040;
}
.content-view-slider-secondary.class-magazine-article .attribute-summary {
	color: #454545;
}

.content-view-slider-secondary.class-magazine-article .categories a, .content-view-slider-secondary.class-magazine-article .categories span, .content-view-slider-secondary.class-magazine-article .more-link a span {
	color: #454545;
}
.pdf-library.span8{
	padding-bottom:13px;
}
.pdf-library .pdf-cover{
	text-align: center;
	background-color: #efefef;
	border: 1px solid #ccc;
}
.span12.main-content .pdf-library .span8 h2.inner{
	padding-bottom: 0px;
	padding-top: 0px;
}
.pdf-library .span8 .pdf-cover .inner{
	background-color: #efefef;
}
.pdf-library .span8 .pdf-cover .defaultbutton{
	margin-bottom:10px;
}

.christianity .article-subscription-info-free{
    background-color: #820040;
    color: white;
}

.magazine-cover .article-text-preview .article-teaser p{
    font-size: 14px;
}

.magazine-cover .article-text-preview .article-teaser h2{
    margin-bottom: 10px;
}

/*Author navigation*/
.author-tabs ul,
.show_navigation ul{
    background-color: #B4005E;

}
.author-tabs ul li a:hover,
.show_navigation ul li a:hover{
	background-color: #90004b;
}
.author .content-view-radio_show_line.magazine-article .attribute-name{
	font-weight: bold;
}
/* has to be 45 in IE.*/
.msie .more-link{
	width: 45px;
}

/*PMAG-65*/
.navbar.main-navi .nav .navbar-inner li.custom-menu-item,
div.navbar.main-navi.second-level .nav > li.custom-menu-item {
    background-color: #B00C63;
}
.navbar.main-navi .nav .navbar-inner li.custom-menu-item a,
div.navbar.main-navi.second-level .nav > li.custom-menu-item a{
	color: white;
}
div.navbar.main-navi.second-level .nav > li.custom-menu-item:hover,
#page .navbar.main-navi .nav.headerLinksLandingPage li.custom-menu-item:hover{
    background-color: #84083C;
}


/*PMAG-65*/
.navbar.main-navi .nav .navbar-inner li.custom-menu-item,
div.navbar.main-navi.second-level .nav > li.custom-menu-item {
    background-color: #bd006e;
    border-bottom: 3px white solid;
}

div.navbar.main-navi.second-level .nav > li.custom-menu-item:hover,
#page .navbar.main-navi .nav.headerLinksLandingPage li.custom-menu-item:hover {
    background-color: #a80062;
    border-bottom: 3px white solid;
}
#page div.navbar.main-navi.second-level .nav > li.custom-menu-item {
    height: 19px;
}

/*MOBILE MENU MOVE THIS TO RESPONSIVE CSS */
@media (max-width: 1030px){
	/*
	** ipad landscape overrides.
	*/
	.navbar.extra-navi .nav{
		margin-left: 0px;
	}
    .featured_1,
    .featured_2,
    .featured_3,
    .advertising {
        margin-left: 0px;
    }

    body #page .zone-layout-homepagelayout .outer-wrapper.slider{
        margin-left: 0px !important;
    }
    .left-button-container,
	.right-button-container {
		left: 10px;
		top: 345px;
	}
	.right-button-container {
		left: auto;
		right: 13px;
	}
	.outer-wrapper.slider.swipe-enabled .left-button-container, .outer-wrapper.slider.swipe-enabled .right-button-container{
		display: none !important;
	}
	.inner-wrapper {
		margin-left: 46px;
	}

    .no-touch{
        outline: none;
        background: none;
        color: transparent;
    }
}

@media (max-width: 979px) {
    .navbar.main-navi li.selected > ul.headerLinksLandingPage{
	    height: 0px;
    }
	body {
		overflow: hidden;
		overflow-y: scroll;
	}
	#page {
		position: relative;
		-webkit-transform: translate3d(0%, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
                -moz-transform: translate3d(0%, 0, 0);
                -moz-transition: all 0.5s ease-out;
	}

	#page.nav-open {
		-webkit-transform: translate3d(70%, 0, 0);
                -moz-transform: translate3d(70%, 0, 0);
                -moz-transition: all 0.7s ease-out;
	}
	header .container,
	div.header .container {
		margin: 0px;
	}
	header .logo {
		width: 200px;
		height: auto;
		margin: 5px 0px 0px;
        margin: 10px auto;
	}
    header div.logo{
        width: 93% !important;
    }
	#page header .header-social {
		display: none;
	}

	.row {
		margin: 0px;
	}
	.container {
		padding: 0px;
		width: 100%;
                margin-top: 10px;
	}
	.content-view-full {
		margin: 0px;
	}

    /*structure*/
    /*main container*/
    #page .content,
	#page .span12{
            padding-bottom: 10px;
            float: none;
            width: 95%;
            margin: 0 auto;
            margin-bottom: 10px;
	}

    /*reset strong selector*/
    #page.class-landing_page .inner-wrapper .span12,
    #page.class-landing_page .inner-wrapper,
    #page .inner-wrapper,
    .item-list.content-block .attribute-text h2{
        width: auto;
    }
    /*sub containers*/
    .span8,
    #page .span4.right-zone-container{
        width: 100%;
        margin-left: 0 !important;
        padding: 0;
        float: none;
        margin-bottom: 10px;
    }

    #page .span4{
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }

    /*reset margin-left when span8 are nested!*/
    #page .span8 .span8 {
        margin-left: 0 !important;
    }



    /*homepage structure*/
    #page .zone-layout-homepagelayout .outer-wrapper{
        width: 100%;
        padding: 0;
        margin: 0px;
    }
    #page .zone-layout-homepagelayout .outer-wrapper .span12{
        width: 100%;
    }
    #page .zone-layout-homepagelayout .inner-wrapper{
        width: 94%;
        padding: 0 3%;
        margin: 0;
    }

    /*featured blocks*/
    #page .featured_1 .span4,
    #page .featured_2 .span4,
    #page .featured_3 .span4,
    #page .advertising .span4{
        margin-top: 20px;
        width: 45%;
        float: left;
    }

    #page .span12.main-content .latest-issue-column-block.span4,
    #page .span12.main-content .latest-news-column-block.span4{
        padding: 0 10px;
    }

    #page .span12.main-content .latest-news-column-block.span4{
        border: 0;
        float: right;
    }

    #page .span12.main-content .latest-issue-column-block.span4{
        padding-right: 3.5%;
    }

    #page .featured_1 .item-list .row > div:nth-child(3),
    #page .featured_2 .item-list .row > div:nth-child(3),
    #page .featured_3 .item-list .row > div:nth-child(3),
    #page .advertising .content-view-block > div:nth-child(3){
        float: right;
    }

    #page .featured_1 .item-list .row a > img{
        width: 100%;
    }

    #page .dfp-block.span4{
        width: 300px;
    }
    div.main-image.none {
    	width: 100%;
    }
    /*account-area*/
    .login-container,
    .register-container{
        width: 98%;
    }

    /*3 level article listing*/
    .article-secondary .main-image{
        width: 40%;
    }

    /*twitter to be full width*/
    #page .featured_2 .span4.twitter-column-block{
        width: 100%;
        margin: 0px;
    }

	#campaign-block .inner {
		padding: 10px;
	}
	div.item-news{
		float: none;
	}
	.navbar.extra-navi,
	header .form-search,
	div.header .form-search {
		background-color: #333;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		width: 70%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: -1;
		left: 0;
		margin: 0px;
		-webkit-transform: translate3d(-100%, 0, 0);
		-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		-moz-transform: translate3d(-100%, 0, 0);
		-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);

	}

	.navbar.extra-navi {
		top: 0px;
		overflow-x: hidden;
		width: 70%;
	}
	header .row .form-search,
	.row div.header .form-search {
		height: 70px;
		width: 70%;
	}

    #site-wide-search-field{
        background-color: white;
    }

	header .form-search label {
		float: none;
		margin: 10px auto;
		display: block;
		width: 200px;
		text-align: center;
	}

    #page header .form-search label:before {
        right: -1px;
        left: auto;
        top: 1px;
        background: url("/bundles/core/images/icons/sprite.png") -2px -177px no-repeat;
        height: 29px;
        width: 24px;
        background-color: #B4005E;
        position: absolute;
    }

	.navbar.extra-navi .nav-collapse,
	.navbar.extra-navi .nav-collapse {
		height: auto;
		display: block;
	}
	.navbar.extra-navi .nav {
		display: block;
		margin-top: 95px;
		width: auto;
	}
	.navbar.extra-navi ul {
		margin: 0px;
	}
	.navbar.extra-navi .nav ul,
	.navbar.extra-navi ul.headerLinksLandingPage,
	.navbar.extra-navi ul.nav > li > a:hover ~ ul.headerLinksLandingPage {
		height: auto;
		position: relative;
		background: transparent;
		top: auto;
		left: auto;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		transition: all 500ms ease;
		overflow: hidden;
	}

	/*LIS*/
	.navbar.extra-navi li,
	.navbar.extra-navi li.selected,
	.navbar.extra-navi li.selected:hover,
	.navbar.extra-navi li:hover,
	.navbar.extra-navi ul.nav > li,
	.navbar.extra-navi ul.nav > li:hover{
		background: transparent;
		border: 0px;
		margin: 0px;
		padding: 0px 0px;
		display: block;
		text-align: left;
		border: 0px;
	}

	.navbar.extra-navi li:hover,
	.navbar.extra-navi li.selected:hover,
	.navbar.extra-navi ul.nav > li:hover {
		background: transparent;
	}
	/*As*/
	.navbar.extra-navi ul.nav > li.selected > a,
	.navbar.extra-navi ul.nav > li.selected > a:hover,
	.navbar.extra-navi ul.nav > li > a,
	.navbar.extra-navi ul.nav > li > a:hover,
	.navbar.extra-navi li.one-landing_page-item ul.headerLinksLandingPage > li > a {
		font-size: 18px;
		font-weight: normal;
		color: #000;
		border-color: transparent;
		background: #999;
		border: 0px;
		border-radius: 0px;
		display: block;
		margin: 0px 0px 1px 0px;
	}
	.navbar.extra-navi ul.nav > li.selected > a,
	.navbar.extra-navi ul.nav > li.selected > a:hover,
	.navbar.extra-navi li.one-landing_page-item ul.headerLinksLandingPage > li.selected > a {
		background: rgb(180,0,94);
		color: #fff;
	}

    .navbar.extra-navi ul.nav > li > a{
        padding: 3px 15px 2px;
    }
	/*If there is only one item within the site_folder do not display the hover menu*/
	.navbar.extra-navi ul.nav > li.one-landing_page-item > a{
		display: none;
	}
	.navbar.extra-navi ul.nav .one-landing_page-item .headerLinksLandingPage{
		display: block;
	}
    .headerLinksLandingPage li > a{
        position: relative;
    }

    .headerLinksLandingPage li > a span.res-arrow{
        background: url('/bundles/core/images/icons/sprite.png') 43px -203px;
        width: 20px;
        height: 17px;
        display: inline-block;
        margin-top: 6px;
        position: absolute;
        right: 5px;
        top: 0;
    }
    .headerLinksLandingPage li > a span.res-arrow.reverse{
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        background-position-y: -212px;
        background-position-x: -56px;
    }
	.navbar.extra-navi ul.nav .nav-collapse.hidden {
		display: block;
		visibility: visible;
		position: relative;
		width: auto;
	}
	.navbar.extra-navi .nav ul.collapse {
		height: 0px;
		overflow: hidden;
	}
	.navbar.extra-navi ul.nav > li a span {
		display: block;
	}
	.navbar.extra-navi ul.nav > li > ul > li > ul > li {
		display: block;
	}
	.navbar.extra-navi ul.nav > li > ul > li > ul > li > a,
	.navbar.extra-navi ul.nav > li > ul > li > a{
		font-size: 18px;
		line-height: 33px;
		width: auto;
		padding: 3px 15px 2px;
		color: #999;
		font-weight: normal;
		border: 0px;
		border-radius: 0px;
		display: block;
		border-bottom: 1px solid #999;
		text-decoration: none;
                overflow: hidden;
	}
	/*2nd level as */
	.navbar.extra-navi ul.nav > li > ul > li > a {
		color: #999;

	}
	.navbar.extra-navi ul.nav > li > ul > li.selected > a {
            color: rgb(180,0,94);
	}
	/*3rd level*/
	.navbar.extra-navi ul.nav > li > ul > li > ul > li > a {
		color: #fff;
		font-weight: 100;
		text-indent: 10px;
		font-size: 18px;
	}
	.navbar.extra-navi .nav ul li a {
		text-indent: 0px;
	}
	.navbar.extra-navi .nav ul li img {
		display: none;
	}
	.btn.btn-navbar {
		width: 30px;
		height: 30px;
		float: left;
		background: transparent;
		padding: 4px 5px;
		border: 0px solid #dbdbdc;
		font-size: 16px;
		text-align: left;
		color: #6f6f6f;
		position: relative;
		-webkit-box-shadow: inset 0 0px 0 transparent;
		-moz-box-shadow: inset 0 0px 0 transparent;
		box-shadow: inset 0 0px 0 transparent;
		border-radius: 1px;
		margin: 5px 15px;
	}
	.btn-navbar:after {
		background: transparent;
	}
	.btn.btn-navbar .icon-bar {
		background-color:#999;
		display: block;
		width: 100%;
		height: 5px;
		border-radius: 1px;
		margin: 5px 0px 0;
	}
    /* Donate and login buttons */
    #donate,
    #login {
            display: none;
    }
    a#responsive-login-btn, a#responsive-donate-btn {
           display: block;
    }
    header .container {
           height: auto;
    }
    .loginTitle {
           font-size: 18px;
    }
    .headerLogin .loginForm {
           padding: 20px 10px 40px;
    }
	.zone-layout-homepagelayout .inner-wrapper {
		padding: 0px;
	}
	.outer-wrapper {
		padding: 0px;
	}

    .outer-wrapper.dfp_strip .dfp-block.content-block.span8{
        width: 728px;
        height: 90px;
    }

	.content-view-block .slider-block-slide-container [class*="span"] {
		width: auto;
	}
	.content-view-block .slider-block-slide-container div.content-block[class*="span"] {
		box-shadow: none;
	}
	.item-list.content-block [class*="span"] {
		box-shadow: none;
		float: left;
	}


	.span.main-content .latest-issue-column-block.span4, .span.main-content .latest-news-column-block.span4, .span.main-content .twitter-column-block.span4 {
		margin: 0px auto;
		padding: 0px;
		border: 0px
	}

	/* Article page */

	.content-view-full article .attribute-image.full-head {
		height: auto;
		line-height: 0px;
	}

        .class-article .no-access{
            padding: 0;
        }

        #page .author-line-view.span4 {
            width: 50%;
            float: left;
            margin: 10px auto;
        }

        .class-article .author-line-view.span4 {
            float: none;
            width: auto;
        }

       /*3 level view topics etc*/
       .article-secondary .main-image{
           margin-bottom: 5px;
       }

       .article-secondary .float-right{
           width: 58%;
       }
       .article-secondary .attribute-text{
            width: 75%;
            margin-left: 3%;
        }

        .article-basic .attribute-text,
        .addthis-inner .article-basic .attribute-text,
        .content-view-full .related-items .article-basic .attribute-text{
            width: 75%;
            margin-left: 3%;
        }

        /*footer navigation*/
        div.navigation-item{
            padding: 0 15px;
        }

        /*left container*/

        #page .left-zone-container,
        #page .span8{
            margin-bottom: 15px;
        }
        /*Rule above should not apply to the DFP strip on the homepage*/
        #page .dfp_strip .dfp-block.span8 {
            margin-bottom: 0px;
        }

        .right-zone-container .block-listing.topics,
        div.christianity.thirty-day-trial-block.subscribe-block.span4{
            margin-bottom: 15px;
        }

        /*homepage*/
        .content-view-block .span.main-content [class*="span"]{
            width: 50%;
        }
        #page .twitter-column-block{
            width: 100%;
            margin: 0px;
        }
        .twitter-column-block .tweet-container .tweet-text-container{
            width: 80%
        }
        .twitter-column-block .tweet-container{
            width: 90%;
            margin: 0 auto;
            margin-bottom: 15px;
        }

        .span.main-content .latest-issue-column-block.span4,
        .span.main-content .latest-news-column-block.span4{
            width: 45%;
        }

        .span.main-content .latest-news-column-block.span4,
        .span.main-content .latest-issue-column-block.span4{
            margin-left: 2%;
        }

        .advertising .content-view-block > div:last-child{
            display: none;
        }

        #page .outer-wrapper.dfp_strip .dfp-block.content-block.span8
        {
            width: 100%;
            height: auto;
        }

        #page .outer-wrapper.dfp_strip .dfp-block.content-block.span3{
            display: none;
        }

        .dfp_strip .content-view-block dfp-block.span8{
            width: 100%;
        }

        .footer-tweets{
            display: none;
        }

    div.span4.last-block {
        display: none;
    }

    /*hide for now, need to refactor functionality for mobile*/
    .subscription-container .address-right-side{
        display: none;
    }


    .cvv-image {
        top: 4px;
        left: 23%;
    }

    .card-details .input {
        float: none;
        width: 100%;
        clear: both;
    }

    .credit-card-container .edit-address-container .attribute-title select,
    .debit-card-container .edit-address-container .attribute-title select{
        width: 95%;
    }

    #page .article-primary .main-image{
        width: 100%;
        margin-bottom: 20px;
    }
    /*checkout*/

    /*
     * PREMIER HOMEPAGE
     */
    /*Radios*/
    .premier .block-title-container {
        margin: 0;
    }

    .radio_featured {
        width: 99%;
        position: relative;
    }

    .radio_featured .radio-station-featured {
        width: 47%;
        float: left;
    }

    .radio_featured .attribute-summary {
        min-height: 45px;
    }

    /*Radios Articles*/
    .radio_featured .radio-station-featured .featured-post-block {
        margin-left: 0;
        width: 100%;
    }
    .radio_featured .radio-station-featured .featured-post-block > .row {
        width: 100%;
    }
    .radio_featured .radio-station-featured .featured-post-block > .row > .span3 {
        width: 100%;
        margin-left: 0
    }
    .radio_featured .radio-station-featured .featured-post-block > .row > .span3:first-child {
        margin-bottom: 34px;
        border-bottom: 1px #DDDEDD solid;
    }
    .radio_featured .radio-station-featured .featured-post-block .title-tag {
        top: 4px;
    }
    .radio-station-featured .content-view-block-list-small.class-magazine-article h4.no-image {
        width: 90%;
    }

    /*Title container fix for mobile devices*/
    .premier #page .zone-layout-homepagelayout .block-title-container .inner h3 {
        white-space: nowrap
    }

    /* magazines */
    .premier #page .highlighted-magazines-block-container .hightlighted-magazine-item {
        margin-left: 30px;
    }
    .premier .hightlighted-magazine-item .magazine-site-container {
        margin-bottom: 8px
    }
    .premier .magazine-site-container .attribute-site-image {
        text-align: center;
    }
    .premier .magazine-site-container .attribute-site-image figure img {
        margin: 0 auto;
    }

    /*resources and support*/
    #page .resources-and-support-block-container .resources-and-support-inner .resources-and-support-item {
        width: 46%;
        margin: 0 1.5% 8px;
    }


 /*psta-222*/
    .item-news .article-content * {
        float: none;
        width: auto;
    }

/*    .article-secondary .article-content .attribute-text {
        width: auto;
    }
    .article-content .arrow-container {
        width: 10px
    }
    .item-news.article-secondary .article-content{
        width: auto;
    }*/

    .content-view-full .span4.right-zone-container > div {
        width: 100%;
        float: none;
    }
    .categories {
        min-height: 20px
    }

/*    .item-news .article-content, .article-basic .article-content {
        margin-right: 0
    }*/
    .content-view-full .related-items .article-basic{
	    margin-left: 0px;/*Margin is removed from the row so remove from what would have been the span*/
    }


    /*PORG-24*/
    /*slider refactoring*/
    .slider-block-slide-container{
        width: 830px;
        min-width: 830px;
    }
    .slider .featured-block .attribute-image{
        width: 378px;
    }
    .content-view-slider-main class-magazine-article,
    .slider .secondary-news{
        width: 680px;
    }

    div.span5.content-view-slider-main.class-magazine-article {
        overflow: hidden;
    }

    .slider .thirty-day-trial-block.span2{
        width: 720px;
        display: none;
    }

    .slider-block-slide-container .slider-title {
        width: auto;
    }

    .slider .featured-block .attribute-image {
        width: 40%;
    }
    .slider .featured-block .attribute-text{
        width: 50%;
        float: right;
    }
    .slider .slider-block-slide-container .featured-block.span9 {
        width: 65%;
    }

    .content-view-slider-main.class-magazine-article .attribute-image {
        height: auto;
        width: auto;
    }
    .slider .content-view-slider-main.class-magazine-article {
        height: auto;
        max-width: 400px;
    }
    .slider .content-view-slider-main.class-magazine-article .attribute-image img {
        height: 220px;
    }
    .content-view-block .slider-block-slide-container .secondary-news.span5 {
        width: 320px;
    }.content-view-block .slider-block-slide-container .secondary-news.span5 .class-magazine-article{
        width: 98%;
    }
    .content-view-slider-secondary.class-magazine-article .attribute-image {
        width: 100px;
    }

	/*PORG-133*/
	.headerLogin.slideDown{
		width: 100%;
		max-height: 450px;
	}
	.header .headerLogin .container{
		background-color: #f1f1f1;
		height: auto;
	}
	.responsiveLogin{
		max-height: none !important;
	}
	.outer-wrapper.campaign .inner-wrapper{
		margin-top: 0px;
	}
	.loginForm .formContainer .span3{
		width:100%;
	}
    ul.nav li#myprofile {
        max-width:  100%;
        min-width:  auto;
    }

    ul.nav li#myprofile a.user {
        padding-left:   13px;
    }

    /* Premier campaign */
    .closeLoginBox {
        margin-bottom: 10px;
    }
    .donation-form {
        display: block;
    }
    .donation-form select, .donation-form input {
        display: inline;
        max-width:50% !important;
    }
    #campaign-block .amount-field-container{
        position:relative;
        max-width: 50% !important;
        display:block;
    }
    .donation-form .amount-field-container span{
        width: 10%;
        display: block;
        float:left;
        line-height: 28px;
    }
    #campaign-block .amount-field-container input{
        width: 90%;
        display:block;
        max-width: none !important;
    }
}

@media (max-width: 770px) {
	/*
	** ipad portrait
	** 768 x 1024px
	*/
    body #page .zone-layout-homepagelayout .outer-wrapper.slider{
        margin-left: 0 !important;
        height: 445px;
        max-height: 445px;
    }
    .slider .span2{
        display: none;
    }

    .slider .span5{
        width: 345px;
    }

    .slider .span5.content-view-slider-main .attribute-image{
        width: 100%;
    }

    .slider .thirty-day-trial-block{
        display: none;
    }

    .content-view-slider-secondary.class-magazine-article{
        height: 175px;
    }

    .slider-block-slide-container .secondary-news.span5 {
    	width: 50%;
    }

    .article-primary .main-image{
        width: 100% !important;
    }

    /*
     * Premier Homepage
     */
    /*Radios*/
    .radio_featured {
        width: 99%;
        position: relative;
    }
    .span12.main-content .radio_featured .radio-station-featured.span6 {
        margin-left: 0
    }
    .radio_featured .radio-station-featured {
        width: 100%;
        float: left;
    }

    /*Radios Articles*/
    .radio_featured .radio-station-featured .featured-post-block > .row {
        width: 98%;
    }
    .radio-station-featured .content-view-block-list-small.class-magazine-article h4.no-image {
        width: 90%;
    }

    /* magazines */
    .premier #page .highlighted-magazines-block-container .hightlighted-magazine-item {
        margin-left: 20px;
    }
    .premier .resources-and-support-item .attribute-short-summary {
        width: 74%;
    }
    .highlighted-magazines-block-container .class-magazine_article .attribute-title .title-tag {
        display: none
    }

    /*psta 222*/
    .item-news.article-primary .attribute-text {
	    float: left;
	    margin-right: 2%;
	}

    .item-news.article-primary .attribute-related {
        float: right;
        border-top: 1px solid #eee;
        margin-top: 10px;
        padding-top: 10px
    }

    .item-news.article-primary .attribute-related,
    .item-news.article-primary .attribute-text {
        float: none;
        width: 100%;
        margin: 0;
    }
    .item-news.article-primary .attribute-related .related-article{
	    float: left;
	    width: 49%;
	    margin-top:0px;
    }
    .item-news.article-primary .attribute-related .related-article:first-child{
	    margin-right: 2%;
    }
    .item-news.article-secondary .attribute-related{
	    clear: both;
    }

    .content-view-full .class-article .article-basic .main-image{
	    width: 22%;
    }

    /* porg-24 */
    .slider-block-slide-container{
        width: 748px;
        min-width: 748px;
    }
    .slider .slider-block-slide-container .featured-block.span9 {
        width: 55%;
    }
    .slider .featured-block .attribute-text {
        width: 60%;
    }
    .slider .featured-block .attribute-image {
        width: 30%;
        margin-right: 0;
    }

    .content-view-slider-main.class-magazine-article .attribute-image {
        width: auto;
    }
    .slider .content-view-slider-main.class-magazine-article {
        height: auto;
        max-width: 300px;
    }
    .slider .content-view-slider-main.class-magazine-article .attribute-image img {
        height: 180px;
    }
    .content-view-block .slider-block-slide-container .secondary-news.span5 {
        width: 320px;
    }
    .content-view-block .slider-block-slide-container .secondary-news.span5 .class-magazine-article{
        height: 180px;
    }
    .content-view-slider-secondary.class-magazine-article .attribute-image {
        width: 100px;
    }

    /* PORG-69 */
    .article-basic .attribute-text,
    .addthis-inner .article-basic .attribute-text,
    .content-view-full .related-items .article-basic .attribute-text {
        width: 70%;
    }

}

@media (max-width: 767px){
	header .row > .span8, header .row > .form-search{
		display: block;
		width: auto;
	}


    #page .author-line-view.span4 {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
     #page .author-line-view.span4.odd {
        margin-bottom: 28px;
     }
    #page .author-line-view.span4 .author-content{
        width: auto;
        float: none;
    }
    #page .author-content p {
        overflow: hidden;
    }
}

@media (max-width: 650px) {
    #page .featured_1,
    #page .featured_2,
    #page .featured_3,
    #page .advertising{
        margin-left: 0;
    }

    /*
     * Premier Homepage
     */
    /*Article Primary and basic related items*/
    .article-primary .attribute-related .related-article,
    .article-basic .attribute-related .related-article{
	    float: none;
	    width: 100%;
	    margin: 0px;
    }
    /*magazines*/
    #page .resources-and-support-block-container .resources-and-support-inner .resources-and-support-item {
        width: 97%;
    }
    #page .resources-and-support-block-container .resources-and-support-inner .resources-and-support-item .attribute-short-summary {
        width: 84%;
    }

    /* porg-24 */
    .slider-block-slide-container{
        width: 600px;
        min-width: 600px;
    }
    .content-view-block .slider-block-slide-container .secondary-news.span5 .class-magazine-article {
        width: 90%;
    }
    .slider .slider-block-slide-container .content-block-image-carousel-item {
        width: 25%;
    }
    .slider .slider-block-slide-container .featured-block.span9 {
        width: 60%;
    }
    .content-view-block .slider-block-slide-container .secondary-news.span5 {
        width: 290px;
    }

    .content-view-related .attribute-image {
        width: 30%;
    }

    .content-view-related .text-content {
        width: 70%;
    }

    /* PORG-69 */
    .article-basic .attribute-text,
    .addthis-inner .article-basic .attribute-text,
    .content-view-full .related-items .article-basic .attribute-text {
        width: 69%;
    }
	#campaign-block .campaign-table{
		float: left;
	}
}
/*small tablet*/
@media (max-width: 600px) {
    #page .dfp-block.span4{
        width: 45%;
    }
    /*
     * Premier Homepage
     */
    /* magazines */
    .premier #page .highlighted-magazines-block-container .hightlighted-magazine-item {
        margin-left: 0;
        width: auto;
    }
    #page .resources-and-support-block-container .resources-and-support-inner .resources-and-support-item .attribute-short-summary  {
        width: 80%;
    }
    .item-news.article-primary .attribute-related .related-article,
    .item-news.article-basic .attribute-related .related-article{
	    float: none;
	    width: 100%;
    }
    .item-news.article-primary .attribute-related .related-article:first-child,
    .item-news.article-basic .attribute-related .related-article:first-child{
	    margin-right: 0px;
    }
    .search-result .article-basic .main-image{
	    width:23%;
    }
    .search-result .article-basic .attribute-text{
    	width: 74%;
    }
}

@media (max-width: 569px) {
    /*
     * Live Radio Block
     */

    /* porg-24 */
    .slider-block-slide-container,
    .content-view-block .slider-block-slide-container .secondary-news.span5 .class-magazine-article,
    .slider .slider-block-slide-container .content-block-image-carousel-item,
    .slider .slider-block-slide-container .featured-block.span9,
    .content-view-block .slider-block-slide-container .secondary-news.span5 {
        width: auto;
        max-width: 540px;
    }

}

@media (max-width: 480px) {
        header .logo, div.header .logo {
         	padding-bottom:0px;
         	margin-bottom:0px;
        }

    	header .row > .span8, header .row > .form-search{
			display: block;
			width: auto;
		}
        .btn.btn-navbar {
            margin: 7px 10px 6px 10px;
        }

        #page .zone-layout-homepagelayout .outer-wrapper,
        #page .zone-layout-homepagelayout .inner-wrapper {
            width: 100%;
            margin: 0px;
            padding: 0px;
        }

        div.container.bread-crumb {
            display: none;
        }
        /*homepage*/
        #page .featured_1 .span4,
        #page .featured_2 .span4,
        #page .featured_3 .span4,
        #page .advertising .span4,
        #page .dfp-block.span4{
            width: 94%;
            margin-top: 10px;
            margin: 3%;
            float: none!important;
                overflow:hidden;
        }
        #page .content-block-image-carousel-item.content-block {
            display: none;
        }

        #page .span12.main-content .latest-issue-column-block.span4{
            border: 0;
        }

        #page .span12.main-content .latest-issue-column-block.span4,
        #page .span12.main-content .latest-news-column-block.span4{
            padding: 0;
        }

        #page .outer-wrapper.dfp_strip .dfp-block.content-block.span3{
            display: block;
            margin-right: 13px;
        }

        .dfp_strip .content-view-block .dfp-block.span8{
            display: none;
        }

        .latest-news-column-block .content-view-block-list-small.class-magazine-article,
        .latest-issue-column-block .content-view-block-list-small.class-magazine-article{
            min-height: 90px;
            height: auto;
            overflow: hidden;
            margin: 10px
        }

        #page .twitter-column-block,
        .twitter-column-block .tweets-overflow-container {
            height: 100%;
        }

        div.span4.last-block {
            display: block;
        }

        .slider-block-slide-container {
            width: auto;
            float: left;
            min-width: 300px;
            max-width: 480px;
            margin-left: 110px;
        }
        .content-view-block .slider-block-slide-container [class*="span"] {
            width: auto;
        }
        .content-view-block .featured-block .attribute-image {
            width: 100%;
            height: auto;
            margin: 0px;
            display: none;
        }
        .slider-block-slide-container .slider-title {
            width: 100%;
        }
        .content-view-block .slider-block-slide-container [class*="span"] .attribute-text {
            width: 90%;
            padding: 5%;
        }

        div.span5.content-view-slider-secondary.class-magazine-article {
            margin-left: 0px;
        }
        .zone-layout-4zoneslayout1 .slider .button-container, .zone-layout-homepagelayout .slider .button-container {
            margin: 5px auto 10px;
        }
        /* article */
        .class-article .attribute-header .addthis_toolbox_wrapper {
            position: relative;
            right: -10px;
        }
        .span12.main-content .class-article .span8 > .inner {
            padding: 13px;
        }
        /*3 level view topics etc*/
        .article-secondary .main-image{
            width: 100%;
            text-align: center;
            margin-bottom: 5px;
        }
        .article-secondary .attribute-text{
            width: 100%;
            max-width: none;
        }

        .article-primary .main-image{
            width: 100%;
            height: auto;
        }

        .article-primary .main-image {
            height: auto;
        }

        .article-primary .attribute-title{
            margin: 10px 5% 10px 5%;
            position: static;
            padding: 0;
            max-width: none;
        }

        .article-basic .attribute-text,
        .addthis-inner .article-basic .attribute-text,{
            width: 100%;
            margin-left: 0;
        }
        .item-news.article-basic .attribute-text {
            width: auto;
        }

        .article-secondary .float-right{
            width: 100%;
        }
        .item-news.article-basic .article-content,
        .item-news .article-content{
            margin-left: 4%;
            margin-right: 0px; /* Remove margin on the right hand side. */
            width: 96%;
        }
        /* PSUP-340 - Alignment of the latest news items*/
        .item-news.article-basic .attribute-text{
            padding-right: 3px; /* to be consistant with the news_secondary items */
        }
        /*right-zone-container*/

        #page .right-zone-container > div,
        body #page .dfp-block.span4{
           width: 300px;
           margin: 0px auto 15px;
        }

        .span.main-content .span4.right-zone-container{
            margin-left: 0;
        }

    /*footer & tweets*/
    div.footer-tweets div.tweet{
        padding: 0;
    }

    .footer-navigation div.navigation-item{
        width: 90%;
        padding: 0px;
        padding-left: 10%;
    }

    footer .footer-share div.add-this-buttons-container{
        padding-left: 22px;
        width: auto
    }

    .add-this-buttons-container a{
        width: 80px;
    }

    .add-this-buttons-container a.addthis_button_pinterest_pinit{
        width: 40px;
        overflow: hidden !important;
    }

    .add-this-buttons-container a.addthis_counter {
        width: 50px;
        overflow: hidden !important;
    }

    .footer-tweets-content .span4{
        width: 100%;
    }

    body div.tweet .twitter-img{
        width: 35px;
        min-width: 0;
    }

        /*edit your details*/
        .account-container .user-details-container,
        .account-container .user-details-container input,
        .account-container .user-details-container label,
        .account-container .user-details-container select,
        .account-container .about-you-container,
        .account-container .address-container,
        .account-container .attribute-first_name,
        .account-container .attribute-last_name{
            width: 95% !important;
        }

        table.purchase-history td,
        table.purchase-history th{
            font-size: 12px;
        }

        /*account*/
                /*account-area*/
        .login-container,
        .register-container{
            margin-left: 0 !important;
        }

        .account-container table,
        .account-container table p,
        table.purchase-history,
        .manage-subscriptions{
            font-size: 12px;
        }

        /*subscriptions*/
        .subscription-container input.defaultbutton{
            font-size: 17px;
        }

        .free-gift-view.class-product{
            width: 100%;
        }
        .free-gift-view .letter-bg{
            left: 0;
        }
        .free-gift-view.class-product .button-container{
            right: 0;
            width: auto;
        }
        .subscription .top-level .attribute-price span.price-value{
            font-size: 17px;
            left: 6px;
        }
        .subscription-container .about-you-container,
        .subscription-container .address-info-container,
        .subscription-container .address-right-side,
        .about-subscription-tabs .tab-container,
        .subscription-container hr{
            width: 100%;
            float: none;
        }

        /*step2*/
        .subscription-container.step2 .billing-address,
        .subscription-container.step2 .bank-details{
            width: 100%;
            float: none;
        }

        /*basket*/
        .shop-confirmorder .billing-details,
        .shop-confirmorder .shipping-details,
        .edit-address-container .about-you-container,
        .edit-address-container .address-info-container,
        .valid-from-date,
        .shop-confirmorder .input.valid-to-date label,
        .valid-to-date,
        .shop-confirmorder .input.valid-from-date label{
            float: none;
            width:100%;
            margin:0;
            padding: 0;
        }

        .shop-confirmorder .card-details-container .security-code input{
            width: 20%;
        }

    /*youthwork training*/
    #college-map{
        display:none;
    }

    /*basket*/
    .basket-row.product .basket-col-1,
    .basket-row.header .basket-col-1{
        width: 40%;
    }

    .basket-row.product .basket-col-2,
    .basket-row.header .basket-col-2{
        width: 30%;
    }

    .basket-row.product input[type=number]{
        width: 40%;
    }

    .basket-row.product .image{
        height: 115px;
    }

    .basket-row.product input[type=number] {
        width: 50%;
        margin-right: 2%;
    }

    .basket-row.product input[type=submit]{
        margin-bottom: 10px;
    }

    .basket-row.shipping .basket-col-1,
    .basket-row.shipping .basket-col-2,
    .basket-row.shipping .basket-col-3{
        float: none;
        width: 100%;
        padding: 5px 0 5px 0;
    }

    .basket-row.product .button-remove {
        background: url('/bundles/core/images/icons/sprite.png') 39px -83px;
        width: 17px;
        overflow: hidden;
        height: 23px;
        padding: 0;
        text-indent: -999px;
        border: 0;
        box-shadow: none;
        margin-bottom: 8px;
        background-size: 60px;
    }

    .credit-card-container input[type=text],
    .credit-card-container .edit-address-container .attribute-title select,
    .debit-card-container input[type=text],
    .debit-card-container .edit-address-container .attribute-title select{
        width: 95%;
    }

    #credit-card-payment-container div{
        width: 100%;
    }

    #credit-card-payment-container div.security-code{
        width: 50%;
    }

    .cvv-image {
        top: 0;
        left: 106%;
    }

    .card-details .input.valid-from-date input,
    .card-details .input.valid-to-date input{
        width: 40% !important;
        float: left !important;
    }

    #page .category div.article-preview{
        width: 100%;
        margin-bottom: 20px;
    }

    #page .magazine-cover div.article-subscription-info {
        margin-bottom: 5px;
        float: left;
        clear: both;
        width: auto;
    }

    .class-searchpage h3{
        width: 100%;
    }

    .outer-wrapper.slider{
        max-height: none;
    }


    .content-view-slider-main.class-magazine-article .attribute-image{
        width: auto;
    }

    .content-view-slider-secondary.class-magazine-article{
        height: 185px;
    }

    .outer-wrapper.featured_2 .content-view-block .block-separator{
        display: none;
    }

    .class-searchpage .inner .more{
        position: relative;
        top: -10px;
        margin-bottom: 5px;
        left: 10px;
        padding: 0;
    }

    .article-secondary.item-news .article-content{
        overflow: visible;
    }

    div.factbox-tag.float-center{
        width: 93% !important;
    }

    header div.logo{
        width: auto !important;
        margin-top: 10px;
    }

    /*
     * Premier Homepage
     */
    /*Radios*/
    .radio_featured .radio-station-featured {
        width: 95%;
    }
    .span12.main-content .radio_featured .radio-station-featured.span6,
    .premier .block-title-container {
        margin-left: 10px
    }
    .radio_featured .image-container {
        width: 138px;
    }
    .radio_featured .radio-info-group {
        margin-left: 148px; /*Width of the image +10 px margin*/
    }
    .radio_featured .image-container .attribute-image {
        width: 138px;
        height: 138px;
    }

    /* magazines */
    .premier #page .highlighted-magazines-block-container .hightlighted-magazine-item {
        padding: 0 10px;
    }
    #page .resources-and-support-block-container .resources-and-support-inner .resources-and-support-item .attribute-short-summary  {
        width: 77%;
    }
    .search-result .article-basic .article-content{
	    width:100%;
	    margin-left: 0px;
    }
	.search-result .article-basic .attribute-text{
		margin-left: 3%;
	}

    /*PORG-67*/
    .class-blog.article-basic,
    .class-blog_post,
    .class-blog_post .article-content{
        overflow: hidden;
    }

    .class-blog.article-basic,
    .class-blog.article-basic .article-content,
    /*PORG-69*/
    .class-folder .article-basic{
        margin-left: 0;
    }    

    .class-blog.article-basic .main-image,
    .class-blog_post.article-basic .main-image{
        margin-right: 0px;
    }

    .class-blog.article-basic .attribute-text,
    .addthis-inner .article-basic .attribute-text,
    .class-blog_post .attribute-text{
        width: 60%;
    }

    /*PORG-68*/
    .article-authors{
        overflow: hidden;
    }

    /*PORG-70*/
    #page .class-contact-form .contact-form{
        width: 100%;
    }
    
    .class-blog.article-basic .main-image,
    .class-folder .article-basic.main-image{
        margin-right: 0px;
    }

    .class-blog.article-basic .attribute-text,
    .addthis-inner .article-basic .attribute-text,
    .class-blog_post .attribute-text,
    .class-folder .attribute-text{
        width: 60%;
    }

    /* PMAG-47 */
    .addthis_toolbox {
        width: 30%;
    }
    .addthis_button_twitter_follow_native iframe {
        width: auto !important;
    }
    a.addthis_button_twitter_follow_native.at300b {
        margin-left: 0px;
    }
    .add-this-buttons-container a.addthis_button_pinterest_pinit {
        width: auto;
    }
    /* Login/Donate buttons */
    #responsive-btns  {
           padding-left: 60px;
    }

    /* Campaign Donate */
    .donation-form select, .donation-form input {
        display: block;
    }

    .donation-form * {
        margin-right: 0px;
    }
    .donation-form .amount-field-container input{
        display:inline-block;
    }
    div.media-tab-container .media-tab .tab-inner p span.duration {
        display: block;
    }
}

@media (max-width: 435px) {
    .radio_featured .image-container {
        width: 115px;
    }
    .radio_featured .image-container .attribute-image {
        width: 115px;
        height: 115px;
    }
    .radio_featured .radio-info-group {
        margin-left: 125px; /*Width of the image +10 px margin*/
    }
    .radio_featured .radio-station-featured .listen-live a {
        padding:0;
    }
    .radio_featured .radio-station-featured .featured-post-block > .row {
        width: 94%;
    }

    .content-view-related .attribute-image {
        width: 40%;
    }

    .radio-content-info {
        min-height: auto;
    }

    .content-view-related .text-content {
        width: 60%;
    }
    /* PORG-171 - responsive slider issues*/
    div.span5.content-view-slider-main.class-magazine-article{
	    width:100%;
	    max-width: none;
    }
    .slider div.span5.content-view-slider-main.class-magazine-article img{
    	height: auto;
    }
    div.span5.content-view-slider-main.class-magazine-article .image-overlay{
    	position: relative;
    }


}

@media (max-width: 390px) {
    .class-blog.article-basic .main-image,
    .class-folder .main-image{
        margin-right: 2%;
    }

    .class-blog.article-basic .attribute-text,
    .addthis-inner .article-basic .attribute-text,
    .class-blog_post .attribute-text,
    .class-folder .attribute-text{
        width: 51%;
    }    

    /* PSUP-103 START */

    .main-content .class-article .attribute-header h1 {
        max-width: 218px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    /* END PSUP-103 */
    
}

@media (max-width: 320px) {
    html{
        width: 320px;
        overflow: hidden;
    }
    #page .content, #page .span12 {
    	width: 300px;
    	margin: 0px auto 10px;
    }
    /* To align the DFP blocks with the items in the slider. */
    #page .outer-wrapper.dfp_strip .dfp-block.content-block.span3{
        margin-left: 10px;
        margin-right 10px;
    }
}
