/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 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 by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* LP - Changed 800px breakpoint to 728px (799 - 727) */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 20px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 321px) { /* 480 */
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 26px;
}

h2,
.h2 {
  font-size: 22px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

@media (min-width: 1024px) { /* 768 */
    h1,
    .h1 {
      font-size: 30px;
    }
    
    h2,
    .h2 {
      font-size: 26px;
    }
    
    h3,
    .h3 {
      font-size: 22px;
    }
    
    h4,
    .h4 {
      font-size: 18px;
    }
    
    h5,
    .h5 {
      font-size: 16px;
    }
    
    h6,
    .h6 {
      font-size: 14px;
    }
}


h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 321px) { /* 480 */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 10px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 728px) { /* 480 */
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 728px) { /* 768 */
  .container {
    max-width: 728px;
  }
}
@media (min-width: 1024px) { /* 768 */
  .container {
    max-width: 1010px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

/*@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}*/

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 320px) { /* 480 */
  .table-responsive {
    width: 100%;
    margin-bottom: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  -webkit-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-color ease-in-out 0.10s, box-shadow ease-in-out 0.10s;
          transition: border-color ease-in-out 0.10s, box-shadow ease-in-out 0.10s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 10px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 321px) { /* 480 */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 321px) { /* 480 */
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.10s linear;
          transition: opacity 0.10s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/polopoly_fs/7.83362.1459936277!/img/glyphicons-halflings-regular.eot');
  src: url('/polopoly_fs/7.83362.1459936277!/img/glyphicons-halflings-regular.eot%3F%23iefix') format('embedded-opentype'),
       url('/polopoly_fs/7.83362.1459936277!/img/glyphicons-halflings-regular.woff') format('woff'),
       url('/polopoly_fs/7.83362.1459936277!/img/glyphicons-halflings-regular.ttf') format('truetype'),
       url('/polopoly_fs/7.83362.1459936277!/img/glyphicons-halflings-regular.svg%23glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 321px) { /* 480 */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
/*
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
*/
.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 321px) { /* 480 */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 321px) { /* 480 */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1024px) { /* 768 */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 1024px) { /* 768 */
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 1024px) { /* 768 */
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 1024px) { /* 768 */
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -10px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 1023px) { /* 767 */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 10px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 1024px) { /* 768 */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1024px) { /* 768 */
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 10px;
  margin-top: 8px;
  margin-right: -10px;
  margin-bottom: 8px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-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);
}

@media (min-width: 1024px) { /* 768 */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 1023px) { /* 767 */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 1024px) { /* 768 */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 1024px) { /* 768 */
  .navbar-text {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
/*
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 1023px) { /* 767 */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 1023px) { /* 767 */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 10px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

@media screen and (min-width: 321px) { /* 480 */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  -webkit-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;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.10);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.10);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.10)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.10)), color-stop(0.75, rgba(255, 255, 255, 0.10)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.10)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.10)), color-stop(0.75, rgba(255, 255, 255, 0.10)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.10)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.10)), color-stop(0.75, rgba(255, 255, 255, 0.10)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.10)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.10)), color-stop(0.75, rgba(255, 255, 255, 0.10)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.10)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.10)), color-stop(0.75, rgba(255, 255, 255, 0.10)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 10px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 10px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 10px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  padding: 10px 10px;
  border-bottom: 1px solid transparent;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 10px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-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.10);
}

.well-lg {
  padding: 24px;
}

.well-sm {
  padding: 9px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 10px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 321px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 600px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 10;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 20px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 321px) { /* 480 */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) { /* left LP */
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 727px) { /* 479 */
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 728px) and (max-width: 1023px) { /* 480 - 767 */
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) /*and (max-width: 1199px)*/ { /* 768 - left LP */
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
/* left LP
@media (min-width: 1200px) {  
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
*/
.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 727px) { /* 479 */
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 728px) and (max-width: 1023px) { /* 480 - 767 */
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) /*and (max-width: 1199px)*/ { /* 768 - left */
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
/* left LP
@media (min-width: 1200px) {  
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
*/
.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 727px) { /* 479 */
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 728px) and (max-width: 1023px) { /* 480 - 767 */
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) /*and (max-width: 1199px)*/ { /* 768 - left LP */
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
/* left LP
@media (min-width: 1200px) {  
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
*/
.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 727px) { /* 479 */
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 728px) and (max-width: 1023px) { /* 480 - 767 */
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) /*and (max-width: 1199px)*/ { /* 768 - left LP */
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
/* left
@media (min-width: 1200px) {  
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
*/
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 727px) { /* 479 */
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 728px) and (max-width: 1023px) { /* 480 - 767 */
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) /*and (max-width: 1199px)*/ { /* 768 - left LP */
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
/* left
@media (min-width: 1200px) {   
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
*/
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 727px) { /* 479 */
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 728px) and (max-width: 1023px) { /* 480 - 767 */
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) /*and (max-width: 1199px)*/ { /* 768 - left LP */
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
/* left LP
@media (min-width: 1200px) {  
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
*/
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 727px) { /* 479 */
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 728px) and (max-width: 1023px) { /* 480 - 767 */
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) /*and (max-width: 1199px)*/ { /* 768 - left LP */
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
/* left LP
@media (min-width: 1200px) {  
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
*/
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 727px) { /* 479 */
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 728px) and (max-width: 1023px) { /* 480 - 767 */
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) /*and (max-width: 1199px)*/ { /* 768 - left LP */
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
/* left LP
@media (min-width: 1200px) {  
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
*/
.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/*CSS for weather widget Modal*/
#my-weather-modal{
	overflow-y: auto;
	left: 0;
}

html body.modal-open{
	margin-right: 0px;
}
/******************************
AIS Base CSS
~~~~~~~~~~~~~~~~~~
File: AIS-base.css (formerly bootstrap-base.css, but renamed for clarity)
AIS' Base CSS file - maintained centrally by AIS
Builds upon the Bootstrap CSS to provide minimal styling
Last updated 02/09/2014 by GH
*******************************/

/* LP - Changed 800px breakpoint to 728px (799 - 727) */

/******************************
Lookless Webform
~~~~~~~~~~~~~~~~
Minimal CSS for web forms, e.g My Profile, Contact Us etc.
*******************************/

.web-form fieldset {
	border-top: 1px #a0a0a0 dotted;
	padding-top: 10px;
	border-color: #ccc;
}

/******************************
Reset for input / select boxes 
*******************************/

textarea,
input[type="text"], 
input[type="email"], 
input[type="password"], 
select.form-control {
    border: 1px solid #ccc;
}

/******************************
Form Error handling CSS
*******************************/
.error{
	color: #b94a48;
}

.error input,
.error select{
	border: 2px solid #b94a48;
}

/******************************
Article Comments
~~~~~~~~~~~~~~~~
Very basic styling for article comments, and the article comment form
*******************************/

.article-comments{
    border-top: 1px #a0a0a0 dotted;
}

.article-comments ul{
    padding-left: 0px
}

.article-comments ul li{
    list-style: none;
    border-left: 10px #a0a0a0 solid;
    padding-left: 10px;
}

.web-form.message-comment #frm-story,
.web-form.message-comment #frm-image-description-1,
.web-form.message-comment #frm-audio-description,
.web-form.message-comment #frm-video-description {
    width: 100%;
    border: 1px #a0a0a0 solid;
}

.web-form.message-comment fieldset.highlight{
    padding-bottom: 10px;
    border-bottom: 1px #a0a0a0 dotted;
}

.web-form.message-comment fieldset.action{
    padding: 10px 0px;
    border-bottom: 1px #a0a0a0 dotted;
    margin-bottom: 10px;
}

/******************************
Login/registration additional CSS for testing
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please note that the login form for Blogs has a slightly different markup
It is in a <div> rather than a <form> element due to the way ASP.NET pages being one big <form>
 - GH
******************************/

div#login,
form#login{
    background: #eee;
    padding: 20px
}

/* Login/Registration Global */
.form-control{
	box-shadow: none;
}
.login-and-register h2{
	margin-bottom: 10px 
}

/* Login/Registration Buttons */
.login-and-register > ul{
	padding: 0;
	list-style: none;
}

.login-and-register > ul:after{
	clear: both;
	content: " ";
	display: table;
}

.login-and-register > ul li{
	float: left;
}

.login-and-register > ul li:first-child{
	margin-right: 10px;
}

/* Login */
#frm-login-email-address, #frm-login-password{
	max-width: 300px;
}

.forgotten-hide{
	display: none;
}

/* Registration */
#registration-form .actions{
	float: left;
}
#registration-form { 
	overflow: auto; 
}
#registration-form .actions .btn { 
	float: right; 
}
#registration-form .close { 
	float: left; 
}

/* Search Autocomplete results */
.ac_results{
    background-color: #ffffff;
    border: 1px #a0a0a0 solid;
}

.ac_results ul{
  padding: 10px;
  list-style: none;
}

/* Calendar popup */
.date-popup{
   background-color: #ffffff;
}

/* ///////////////////////////////////////////////////////

Project : London24 Template
File    : Base CSS File
Contents: Styles for the base template. Additional styles should be added on each sites master CSS. This is built to work on top of bootstrap.css

Margins are applied to the bottom of individual widgets, not the top, please continue this trend to ensure spacing is correct.

The CSS is factored into sections, please continue this trend, relecting changes in the tree below

The CSS uses a mobile up approach. When adding CSS start with mobile(small) styles, then add tablet(medium) and desktop(large) styles within the approriate sections.
---------------------------------------------------------- 
1.  COMMON TO ALL PAGES
------------------------
    1.1 Generic
    1.2 Header
    1.3 Footer
    1.4 Adverts
    1.5 Cookie Law - NEEDS REVISITING ONCE TESTING WITH NEW TEMPLATE
------------------------
2. ELEMENTS
------------------------
    2.1 Navigation                          Usually found in header
    2.2 Search 
    2.3 Social Media Icons
    2.4 Weather
    2.5 Topics
    2.6 News Ticker
    2.7 Teasers/Storylist                   Usually found in main content
        2.7.1   Article - Latest storylist
    2.8 Picture Navigator
    2.9 Match Widget
    2.10    Picture Tiles
    2.11    Splash
    2.12    Personalised Storylist
    2.13    Puff Widgets                    Usually found in right column
        2.13.1  Promo Puff
        2.13.2  Quote Puff
        2.13.3  Local London Puff
    2.14 Picture Storylist
    2.15 Form Builder
    2.16 Subscription Centre Widget
------------------------
3. PAGES
------------------------
    3.1 Articles Layout
        3.1.1   Journalist Header   
        3.1.2   Utilities
        3.1.3   Competition
    3.2 Gallery
    3.3 Inline Gallery
    3.4 Gallery Final Slide
    3.5 Search Results Page
    3.6 Search Page
    3.7 Weather Page
    3.8 Events Search Page

NOT INCLUDED
~~~~~~~~~~~~
Adverts haven't been done, CR on advert code is changing (only basic styling will be required)
Classifieds hasn't been done, as have to build html, will be done in site build
Any external widgets
Any widgets TBC
Blogs code

////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------------------------------------------------------------
1. COMMON TO ALL PAGES
------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------
1.1 Generic
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
html body{height: auto; overflow-x: hidden;}
/* Apply clearfix - Ideally these classes would have an additional class of clearfix, but this is not possible with the following. This needs testing in IE8, as IE8 often has problems with pseudo classes. This solution may need revisiting. */
.picture-navigator:before, 
.picture-navigator:after,
.teaser-extras:before, 
.teaser-extras:after,
.teaser-post-extra:before,
.teaser-post-extra:after,
.personalised-storylist-selector:before,
.personalised-storylist-selector:after,
.article-image-info:before,
.article-image-info:after,
.picture-tiles .images:before,
.picture-tiles .images:after,
.search-sort-filter:before,
.search-sort-filter:after {
	clear: both;
	content: " ";
	display: table;
}
/* Set bottom margin - All elements on the page should have a margin-bottom, instead of on top for consistency. */
.story-list, 
.match-widget,
.promo-puff,
.personalised-storylist,
.footer,
.stand-first,
.article-share,
.article-image.gallery,
.picture-tiles,
.splash,
.gallery-wrapper,
.advert,
.search-results-container h1,
.search-results-container h2,
.advanced-search h1,
div.site-search,
.no-results,
.search-results-container,
.promo-puff .custom-quick-link-container,
.advanced-search .map-container,
.article p, 
.trending {
	margin-bottom: 20px;
}
/* Reset header and paragraph margins */
h1, 
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
.content-panel,
.header {
	margin: 0 10px;
}
.alert {
	margin-bottom: 10px;
}
.inner-a{
	clear: left;
}
/* clear: left/right global classes - LP */
	.clear-left-xs{clear:left;}
	.clear-right-xs{clear:right;}
@media (min-width: 728px) {
	.clear-left-xs{clear:none;}
	.clear-right-xs{clear:none;}

	.clear-left-sm{clear:left;}
	.clear-right-sm{clear:right;}
}
@media (min-width: 1024px) {
	.clear-left-xs{clear:none;}
	.clear-right-xs{clear:none;}

	.clear-left-sm{clear:none;}
	.clear-right-sm{clear:none;}

	.clear-left-md{clear:left;}
	.clear-right-md{clear:right;}
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    /*----- Content containers -----*/
	.content-b,
    .inner-b {
		float: right;
	}
	.inner-c.col-md-12 {
		float: left;
	}
	.inner-c.col-md-12.article {
		padding-right: 10px;
	}
    /*----- Fixed width right column -----*/
	.fixed-b .content-a {
		width: 100%;
		margin-right: -330px;
	}
	.fixed-b .content-a > .row {
		margin-right: 320px;
	}
	.fixed-b .content-b {
		width: 330px;
	}
}
/*-------------------------------------------------------
1.2 Header
Header styles are dependant on what widgets are present, header styles are therefore applied in the site specific CSS
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.head-content-container {
	margin: 20px 0;
}
/*-------------------------------------------------------
1.3 Footer
Footer styles are dependant on what widgets are present, header styles are therefore applied in the site specific CSS
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.footer-content { /* make full width */
	margin: 0 -10px;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.footer-content {
		margin: 0 10px;
	}
}
/*-------------------------------------------------------
1.4 Adverts
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.header .advert-outer {
    width: 100%;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    .header .advert-outer {
        position: static;
        margin-top: 61px;
    }
}

/*-------------------------------------------------------
1.5 Cookie Law
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
#cookielaw {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 999999;
}
#cookielaw > .row {
	background-color: #000;
	margin: 0 auto;
	max-width: 920px;
	overflow: hidden;
	padding: .8em;
}
#cookielaw .col-sm-8.col-md-8 {
	padding-bottom: .8em;
}
#cookielaw div p {
	color: #FFF;
	margin: 0;
}
#cookielaw div a {
	color: #FFF;
	text-decoration: underline;
}
#cookielaw .label {
	display: block;
	font-size: 1em;
	padding: .6em 1em;
	width: 100%;
}
#cookie-image {
	z-index: 10002 !important;
}
#cookie-image img {
	width: 100% !important;
}

/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	#cookielaw > .row {
		max-width: 700px;
	}
	#cookielaw > .row > .col-md-8,
    #cookielaw > .row > .col-sm-4 {
		padding: 0;
	}
	#cookielaw .label {
		float: right;
		padding: .8em 1em;
		text-decoration: none;
		width: 160px;
	}
	#cookielaw > .row {
		max-width: 920px;
	}
	#cookielaw > .row > .col-md-8,
    #cookielaw > .row > .col-sm-4 {
		padding: 0 15px;
    }
}
/*------------------------------------------------------------------------------------------------------------------------
2.  ELEMENTS
------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------
2.1 Navigation
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
nav {
	margin-top: 20px;
}
.navbar {
	margin-bottom: 0;
}
.navbar-collapse {
	max-height: 100%;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-header,
.nav-search-bar input[type="text"]{
	width: 100%;
}
.nav-search-bar {
	position: relative;
}
.nav-search-bar button[type="submit"] {
	position: absolute;
	top: 0;
}
/* Hides secondary nav bar used for desktop, primary drop only used on desktop, second level drop for mobile, third level drop for mobile and secondary drop optional content used for desktop */
.logo-container-desktop,
.navbar-collapse > .secondary,
.primary-drop,
.secondary, 
.secondary-drop,
.secondary-drop .drop-content-b {
	display: none;
}
.nav-search-bar {
	margin: 10px 0;
}
.nav-search-bar input[type="text"] {
	padding: 2.5px;
}
.nav-search-bar button[type="submit"] {
	right: 0;
}
.navbar-header{
    position: relative;
}
.navbar-toggle {
    position:absolute;
    bottom: 11px;
    right: 0;
}
/*  Primary and below
-------------------------------------------------------*/
.nav {
	font-size: 18px;
	font-weight: 700;
}
.nav li {
	list-style: none;
}
.nav > li > a {
	padding: 20px 0 20px 20px;
	position: static;
}

/*  Primary - mobile menu arrows
---------------------------------------------*/
.nav-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 30px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	right: 18px;
	top: 18px;
	cursor: pointer;
}
.nav-arrow-open {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 15px 0 15px;
	border-color: #000 transparent transparent;
	position: absolute;
	right: 24px;
	top: 18px;
	cursor: pointer;
}
/*  Secondary and below
-------------------------------------------------------*/
.secondary.nav {
	font-size: 16px;
}
.secondary.nav > li > a {
	padding: 15px 0 15px 30px;
}
.primary li.active > ul.secondary,
.primary li.active > ul.secondary li.active .secondary-drop { /* shows second or third level if page is active */
	display: block;
}
/*  Secondary - mobile menu arrows
---------------------------------------------*/
.secondary .nav-arrow {
	top: 12px;
}
.secondary .nav-arrow-open {
	top: 12px;
}
.navbar-secondary-container .nav-arrow {
    display: none;
}
/*  Tertiary and below
-------------------------------------------------------*/
.secondary-drop .nav {
	font-size: 14px;
}
.secondary-drop .nav > li > a {
	padding: 10px 0 10px 40px;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    /*  Primary and below
    -------------------------------------------------------*/
	.nav {
		font-size: 16px;
	}
	.navbar-primary-container {
		margin-top: 74px;
	}
	.nav-arrow,
    .nav-arrow-open,
    .logo-container-mobile {
		display: none;
	}
	.nav-search-bar input[type="text"] {
		width: auto;
		float: right;
	}
	.nav-search-bar button[type="submit"] {
		position: static;
		float: right;
	}
	.nav li {
		float: left; /* creates inline navigation bar */
		position: static;
	}
	.logo-container-desktop,
    .primary-drop .drop-content-a,
    .primary-drop .drop-content-b, 
    .secondary-drop .drop-content-a,
    .secondary-drop .drop-content-b{
		display: block;
		float: left;
	}
	.nav > li > a {
		padding: 10px 20px;
	}
	.primary li:hover .primary-drop,
    .secondary li:hover .secondary-drop{  /* show on hover of first level nav or show on hover of second level nav */
		display: block;
	}
	.primary li .primary-drop,
    .secondary li .secondary-drop { /* sets both hover drops to absolute position to parent li */
		position: absolute;
		z-index: 10;
	}
	.primary li.active > ul.secondary {
		display: none !important;
	}
    /*  Secondary and below
    -------------------------------------------------------*/
	.secondary.nav {
		font-size: 14px;
		font-weight: 400;
	}
	.navbar-secondary-container > .secondary { /* displays secondary nav outside of primary hidden on mobile */
		display: block;
		margin-left: 0;
	}
	.primary li.active > ul.secondary {
		padding-left: 1px;
		position: absolute;
		left: 0;
		width: 100%;
	}
	.secondary.nav > li {
		padding: 6px 22px;
	}
	.secondary.nav .secondary-drop li a,
    .nav li > .primary-drop ul.nav > li > a,
    .secondary.nav > li > a
    {
		padding: 0;
	}
	.secondary.nav > li a {
		padding-right: 22px;
	}
    /*  Primary drop and below
    -------------------------------------------------------*/
	.primary-drop li,
    .secondary-drop li /* sets to display elements as standard list */ {
		float: none;
	}
	.nav.primary-drop,
    .nav.secondary-drop {
		background-color: #FFF;
		border: 1px solid;
		border-top: none;
		margin-top: 0;
	}
	.nav li > .primary-drop ul.nav > li,
    .nav li > .primary-drop ul.nav > li > a {
		border: none;
		font-size: 14px;
	}
    /*  Primary Drop left content
    ---------------------------------------------*/
    .drop-content-a,
    .drop-content-b {
        margin: 20px;
    }
    .drop-content-a > ul {
		list-style-type: none;
		margin-left: 1em;
		padding-right: 15px;
		position: relative;
	}
	.drop-content-a > ul > li {
		padding: 10px;
	}
	.drop-content-a > ul > li:first-child {
		padding-top: 0;
	}
	.drop-content-a > ul > li:before { /* Custom bullet points, so can be coloured */
		content: "";
		left: -1em;
		position: absolute;
	}
    /*  Primary Drop right content
    ---------------------------------------------*/
	.drop-content-b {
		padding-left: 20px;
	}
	ul.primary.nav li .drop-content-b > a,
    ul.secondary.nav li .drop-content-b > a {
		color: #808D8E;
		border: none;
		display: block;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.drop-content-b ul li {
		font-weight: 400;
		padding: 2px 0;
	}
	li > .primary-drop.nav .drop-content-b ul li {
		padding: 2px 0;
	}
    /*  Secondary Drop and below
    ---------------------------------------------*/
	.secondary-drop { /* takes indent step out of the secondary drop used for mobile and hides drop down */
		margin-left: 0;
		display: none;
	}
	.navbar-secondary-container .nav.secondary-drop {
		/*margin-left: -23px;*/
		margin-top: 23px;
	}
}
/*-------------------------------------------------------
2.2 Search
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.site-search > p,
.site-search label,
.site-search .plus {
	display: none;
}
.site-search input {
	width: 100%;
}
/* To match Boostrap .form-control, without .form-control class, if Search element is ammended add the class of .form-control to the input, then the following styles will not be required. */
input.search-term {
	display: block;
	width: 100%;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .10s, box-shadow ease-in-out .10s;
	transition: border-color ease-in-out .10s, box-shadow ease-in-out .10s;
}
input.search-term:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
input.search-term[disabled],
input.search-term[readonly],
fieldset[disabled] input.search-term {
	cursor: not-allowed;
	background-color: #EEE;
}
/* Bootstrap .form-control duplication end */
.site-search fieldset {
	display: inline;
	position: relative;
	width: 100%;
}
.site-search .search-term, 
.site-search .form-control {
	border: 1px solid #000;
	color: #999;
	padding: 10px;
}
.site-search .btn {
	background: rgba(0, 0, 0, 0) url("/polopoly_fs/7.83362.1459936277!/img/base-sprite.png") no-repeat;
	background-position: 2px -22px;
	background-size: auto;
	color: transparent;
	height: 37px;
	margin: 1px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.site-search fieldset {
		margin-top: 20px;
		padding: 0;
	}
	.site-search .search-term {
		float: right;
		padding: 4px;
		width: 250px;
	}
	.site-search .btn {
		background-position: -32px -24px;
		height: 25px;
		width: 25px;
	}
}
/*-------------------------------------------------------
2.3 Social Media Icons
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.social-icons {
	float: right;
}
.social-icon {
	float: left;
	padding-left: 10px;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.social-icon img {
		height: 25px;
		width: 25px;
	}
}
/*-------------------------------------------------------
2.4 Weather
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.weather-header .location,
.weather-header .temperature {
	border-right: 1px solid;
	padding-right: 10px;
}
.weather-header .weather-image,
.weather-header .temperature,
.weather-header .forecast-link {
	padding-left: 10px;
}
.weather-image {
	width: 30px;
}
#my-weather-modal {
	overflow-y: auto;
	left: 0;
	z-index: 30000;
}
html body.modal-open {
	margin-right: 0;
}

#weather fieldset label[for="frm-weather-postcode"] {
    margin-top: 0;
}
#weather fieldset #frm-weather-postcode {
    padding: 5px 12px;
}
#weather fieldset .weather-title-area {
    margin-bottom: 10px;
}

.weather-widget{
  overflow: auto;
  margin-bottom: 20px;
}

.weather-widget .forcast .weather-image {
    float: left;
    width: 50%;
}

.weather-widget .forcast h2.inpage {
    margin-bottom: 10px;
}

/*  Modal
---------------------------------------------*/
#weather-location input,
#weather-location .btn {
    margin: 10px;
}
#weather-location input {
    padding: 10px;
}
#weather-location .btn {
    height: 39px;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    .weather-header {
    float:left;
    }
}
/*-------------------------------------------------------
2.5 Topics
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.topics {
	margin: 10px 20px;
}
.topics > h3, .topics > ul {
	display: inline-block;
	margin: 0;
}
.topics > h3 {
	margin-right: 10px;
}
.topics > ul {
	list-style: none outside none;
	padding-left: 0;
}
.topics > ul > li {
	border-left: 1px solid;
	float: left;
	padding: 0 10px;
}
.topics .topic-title,
.topics .first {
	border: medium none;
	padding-left: 0;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.topics, .ticker-container {
		float: right;
		margin-left: 5px;
		margin-right: 0;
	}
}
/*-------------------------------------------------------
2.6 News Ticker
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.breaking-news {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}
.breaking-news-label {
	display: none;
}
.breaking-news ul {
	display: block;
}
.breaking-news-headline {
	float: left;
}
.breaking-news ul li {
	list-style: none;
}
.breaking-news, .breaking-news ul li a {
	color: #FFF;
}
.breaking-news .tickercontainer .mask {
	padding: 5px;
	top: 0;
}
.ticker-container {
	font-size: 12px;
	margin: 10px 0;
	position: relative;
}
.tickercontainer {
	background: #F00;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.newsticker,
ul#webticker{
	transition: all 0 linear;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 10px 5px;
}
ul.newsticker li,
ul#webticker li{
	float: left;
	margin: 0;
	padding-right: 15px;
}
ul.newsticker a,
ul#webticker a{
	white-space: nowrap;
	padding: 0;
	margin: 0 25px 0 0;
}
/*
 * RFC 1669 – Teaser Slider
 * https://trello.com/c/bmS6bPtT/127-rfc-1669-resolve-issues-with-the-don-t-miss-slider-element-on-various-sites
 */

.teaser-slider .teaser-related {
	display: none;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 728px) {
	.ticker-container {
		max-width: 70%;
	}
	.breaking-news-label {
		color: #FFF;
		display: block;
		position: absolute;
		padding: 10px;
		top: 0;
		text-transform: uppercase;
        font-weight: bold;
	}
}
/*-------------------------------------------------------
2.7 Teasers/Storylist 
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.teaser {
	margin: 10px 0;
}
/*  Header
---------------------------------------------*/
.inpage,
.personalised-storylist-top h1,
.personalised-storylist-top h2,
.personalised-storylist-top h3,
.personalised-storylist-top h4 {
	background-color: #428BCA;
	color: #FFF;
	padding: 12px 15px;
}
.inpage > a,
.personalised-storylist-top a{
	color: #FFF;
}
.inpage > a:hover,
.personalised-storylist-top a:hover {
	text-decoration: underline;
}
h1.inpage,
.personalised-storylist-top h1 {
	font-size: 24px;
}
h2.inpage,
.personalised-storylist-top h2 {
	font-size: 18px;
}
h3.inpage,
.personalised-storylist-top h3 {
	font-size: 18px;
}
h4.inpage,
.personalised-storylist-top h4 {
	font-size: 14px;
}
.teaser-title,
.teaser-title > h1,
.teaser-title > h2,
.teaser-title > h3,
.teaser-title > h4,
.teaser-extras,
.teaser-image{
	margin-bottom: 10px;
}
/*  Headline
---------------------------------------------*/
.teaser-label {
	font-size: 11px;
	margin-right: 10px;
	padding: 2px 6px;
}
.teaser-label.teaser-new,
.teaser-label.teaser-live,
.teaser-label.teaser-updated,
.teaser-label.teaser-breakingnews,
.teaser-label.teaser-exclusive,
.teaser-label.teaser-sponsored{
    background: #D11414;
    color: #FFF;
}
.teaser-label.teaser-blog,
.teaser-label.teaser-poll,
.teaser-label.teaser-win,
.teaser-label.teaser-gallery,
.teaser-label.teaser-video,
.teaser-label.teaser-opinion,
.teaser-label.teaser-tellus,
.teaser-label.teaser-joinin{
    background: #2CA9E0;
    color: #FFF;
}
.teaser-title a {
	vertical-align: middle;
}
/*  Time & Author
---------------------------------------------*/
.teaser .time, 
.teaser .update-time{
	background-image: url("/polopoly_fs/7.83362.1459936277!/img/base-symbol-sprite.png");
    background-position: -124px -26px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.teaser-extras span {
	float: left;
}
.teaser .time, 
.teaser-post-extra,
.teaser-related a {
	padding-right: 10px;
}
.teaser .byline,
.teaser .media-icon{
	border-left: 1px solid;
}
.teaser .byline {
	padding-left: 10px;
	padding-right: 10px;
}
.teaser .media-icon {
	padding: 3px 10px;
}
/*  Topic
---------------------------------------------*/
.teaser-post-extra .topic{
    display: inline;
}
.teaser-post-extra .topic a, 
.teaser-post-extra .topic a p{
	margin-left: 10px;
	margin-right: 10px;
}
.teaser-post-extra .topic:first-child:before{
	content: "|";
}
.teaser-post-extra .topic:after{
	content: "|";
}
/* This allows functionality for the number of topics displayed in queue, as set per device (Setting found in root Site Configuration > Topics) */
.teaser-post-extra .topic-desktop{display: none;}
.teaser-post-extra .topic-tablet{display: none;}
.teaser-post-extra .topic-desktop-tablet{display: none;}

@media (min-width: 728px) and (max-width: 1023px){
    .teaser-post-extra .topic-mobile{display: none;}
    .teaser-post-extra .topic-desktop-mobile{display: none;}
    
    .teaser-post-extra .topic-tablet{display: inline;}
    .teaser-post-extra .topic-desktop-tablet{display: inline;}
}

@media (min-width: 1024px){
    .teaser-post-extra .topic-mobile{display: none;}
    .teaser-post-extra .topic-tablet-mobile{display: none;}
    
    .teaser-post-extra .topic-desktop{display: inline;}
    .teaser-post-extra .topic-desktop-tablet{display: inline;}
}
/*  Image
---------------------------------------------*/
.teaser-image img {
	width: 100%;
}
/*  Related
---------------------------------------------*/
.teaser-related > ul {
	padding-left: 0;
}
/*  Massive Teaser
---------------------------------------------*/
.story-list .massive-teaser-item.teaser {
	margin-bottom: 20px;
	padding: 10px 15px;
	position: relative;
}
.massive-teaser-item .teaser-content > p {
	margin-bottom: 5px;
}
.massive-teaser-item .teaser-extras, 
.massive-teaser-item .teaser-post-extra {
	float: left;
}
.massive-teaser-item .teaser-content,
.inner-a .massive-teaser-item .teaser-post-extra, 
.inner-b .massive-teaser-item .teaser-post-extra {
	margin-bottom: 10px;
}
.massive-teaser-item .teaser-post-extra .teaser-label {
    display: none;
}
/*
.massive-teaser-item .teaser-label {
	left: 15px;
	position: absolute;
	top: 10px;
}
*/
.massive-teaser-item .teaser-image {
	clear: left;
}
.massive-teaser-item .teaser-related {
	padding-top: 10px;
}
.teaser-related > ul {
	list-style-type: none;
	margin-left: 15px;
	position: relative;
}
.teaser-related li:before { /* Custom bullet points, so can be coloured */
	content: "\2022";
	left: -1em;
	position: absolute;
}
.massive-teaser-item .teaser-related .teaser-label {
	position: static;
}
.massive-teaser-item > .media-icon {
	display: none;
}
/*  2 Column Massive Teaser
-----------------------------------*/
.inner-c .massive-teaser-item .teaser-related,
.inner-c .massive-teaser-item .teaser-image {
	width: 100%;
}
/*  Large Teaser
---------------------------------------------*/
.teaser .picture-navigator {
	margin: 0;
	padding: 0;
}
/*  Medium 2col Teaser
---------------------------------------------*/
.medium2col-teaser-item .teaser-content > p {
	margin-bottom: 10px;
}
/*  Headline Teaser
---------------------------------------------*/
.headline-teaser-item .teaser-title a {
	margin-right: 10px;
}
.headline-teaser-item .teaser-title > h1, 
.headline-teaser-item .teaser-title > h1 a, 
.headline-teaser-item .teaser-title > h2, 
.headline-teaser-item .teaser-title > h2 a, 
.headline-teaser-item .teaser-title > h3, 
.headline-teaser-item .teaser-title > h3 a, 
.headline-teaser-item .teaser-title > h4, 
.headline-teaser-item .teaser-title > h4 a {
	margin-bottom: -10px;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    /*  2 Column Massive Teaser
    -----------------------------------*/
	.inner-c .massive-teaser-item .teaser-image { /* display image on left */
		width: 68%;
		float: left;
	}
	.inner-c .massive-teaser-item .teaser-content, /* display text and related on right */
    .inner-c .massive-teaser-item .teaser-related {
		float: left;
		margin-left: 2%;
		width: 30%;
	}
	.inner-c .massive-teaser-item .teaser-related {
		width: 30%;
	}
	.inner-c .massive-teaser-item > .media-icon {
		display: block;
	}
    /*  Medium Teaser
    -----------------------------------*/
	.medium-teaser-item .teaser-image {
		width: 49.2%;
		float: left;
		margin-right: 10px;
		margin-bottom: 3px;
	}
    /*  Medium 2col Teaser
    ---------------------------------------------*/
	.inner-c .medium2col-teaser-item .teaser-image {
		float: left;
		width: 35%;
	}
	.inner-c .medium2col-teaser-item .teaser-title, 
    .inner-c .medium2col-teaser-item .teaser-content, 
    .inner-c .medium2col-teaser-item .teaser-post-extra {
		float: right;
		margin-left: 2%;
		width: 63%;
	}
	.inner-c .medium2col-teaser-item .teaser-post-extra {
		margin-right: 0;
	}
    /*  Small Teaser
    ---------------------------------------------*/
	.small-teaser-item .teaser-title > h2, 
    .small-teaser-item .teaser-title > h3, 
    .small-teaser-item .teaser-title > h4,
    .small-teaser-item .teaser-title span {
		margin-left: 10px;
	}
	.small-teaser-item .teaser-image { /* floats image left and needs defined width */
		float: left;
		width: 36.6%;
	}
	.small-teaser-item .teaser-title,
    .small-teaser-item .teaser-post-extra { /* floats information right and needs defined width to do so - p.s. title wont wrap due to structure */
		float: right;
		margin-bottom: 0;
		width: 63.4%;
	}
	.small-teaser-item.teaser .media-icon {
		margin-left: 0;
	}
}

/*-----------------------------------------------------*/
/*  nth-child-floats - two column with first full width - layout override
-------------------------------------------------------*/

.nth-child-floats {
	overflow: hidden;
}


.nth-child-floats div.teaser:nth-of-type(2n+2), 
.nth-child-floats div.teaser:nth-of-type(2n+3) {
	width: 50%;
	float: right;
	padding-right: 0;
	padding-left: 2%;
}
.nth-child-floats div.teaser:nth-of-type(2n+2) {
	clear: left;
	float: left;
	padding-left: 0;
	padding-right: 2%;
}



@media (max-width: 650px) {

	.nth-child-floats div.teaser:nth-of-type(2n+2),
	.nth-child-floats div.teaser:nth-of-type(2n+3),
	.nth-child-floats div.teaser:nth-of-type(2n+2) {
		width: auto;
		float: none;
	}

}

.nth-child-floats .medium2col-teaser-item:nth-of-type(1n+2) div.teaser-title, 
.nth-child-floats .medium2col-teaser-item:nth-of-type(1n+2) div.teaser-content {
	float: none;
	margin-left: 0;
	width: auto;
}
.nth-child-floats .medium2col-teaser-item:nth-of-type(1n+2) div.teaser-image {
    margin: 5px 10px 10px 0;
	width: 30%;
}
.nth-child-floats .medium2col-teaser-item .teaser-image {
	width: 40%;
	float: left;
}
.nth-child-floats .medium2col-teaser-item .teaser-title, 
.nth-child-floats .medium2col-teaser-item .teaser-content {
	width: 57%;
	margin-left: 2%;
	float: right;
}

@media (max-width: 480px) {
	.nth-child-floats div.teaser.medium2col-teaser-item {
		padding-left: 0;	
		padding-right: 0;	
	}
	.nth-child-floats .teaser.medium2col-teaser-item div.teaser-image,
	.nth-child-floats .medium2col-teaser-item div.teaser-title,
	.nth-child-floats .medium2col-teaser-item div.teaser-content {
		width: auto;
		float: none;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}
}

.nth-child-floats .small-teaser-item .teaser-title {
    float: right;
    margin-bottom: 0;
    width: 62%;
}
.nth-child-floats .small-teaser-item .teaser-image {
    float: left;
    width: 36.6%;
}

@media (max-width: 400px) {

	.nth-child-floats div.massive-teaser-item.teaser {
	    padding-top: 10px;
		padding-right: 0;
	}
}

.nth-child-floats {
	overflow: visible;	
}
.nth-child-floats:after {
    clear: both;
    content: "";
    display: block;
}

/*-------------------------------------------------------
2.7.1   Article - Latest storylist
/*-----------------------------------------------------
These styles below are use to display meduim teasers horizontally, most commonly used below the main content on an article page. Storylists containing other types of teaser can be used instead, but they will be displayed as normal teasers. If required these can be styles in site specific CSS. 
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.latest .medium-teaser-item {
	padding-top: 0;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.latest .medium-teaser-item .teaser-image { /* make image full width */
	float: none;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.latest .medium-teaser-item { /* arrange horizontally */
		float: left;
		margin-right: 3.4%;
		width: 31.06%;
	}
	.latest .medium-teaser-item:last-child {
		margin-right: 0;
	}
	.latest .medium-teaser-item .teaser-title {
		min-height: 60px;
	}
}
/*-------------------------------------------------------
2.8 Picture Navigator
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.picture-navigator {
	padding: 10px 15px;
	position: relative;
}
.carousel-text {
	margin: 10px 0;
	width: 100%;
}
.carousel-text a{
	display: block;
}
.carousel-text h2 {
	margin: 0;
}
.picture-navigator .thumbnail {
	border: none;
}
.item img {
	width: 100%;
}
/*  Controls
---------------------------------------------*/
.carousel-control {
	bottom: auto;
	top: 40%;
	font-size: 300%;
}
.carousel-control.left {
	width: 0;
	height: 0;
	margin-left: 10px;
}
.carousel-control.right {
	width: 0;
	height: 0;
	margin-right: 50px;
}  
/*  Thumbnails
---------------------------------------------*/
.slider-thumbs ul {
	list-style: none;
	padding: 0;
}
.thumbnails {
	margin-bottom: 0;
}
.thumbnails li {
    float: left;
}
.thumbnail {
	background-color: transparent/* overides bootstrap background colour */
}
.thumbnail img {
	border: 1px solid;
}  
/*  Widths depending on number of images
---------------------------------------------*/
.two .thumbnails li {
	width: 50%;
}
.three .thumbnails li {
	width: 33.33%;
}
.four .thumbnails li {
	width: 25%;
}
.five .thumbnails li {
	width: 20%;
}
/*  Vertical layout general layout
---------------------------------------------*/
.vertical .carousel-text h2 {
	margin: 0;
}
.vertical .thumbnails {
	margin-bottom: 0;
}
.vertical .thumbnails > li:last-child a {
	padding-bottom: 0;
}
.vertical .thumbnail {
	padding-bottom: 10;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.carousel-control {
		font-size: 200%;
		top: 48%;
	}
    /*  Vertical layout general layout
    ---------------------------------------------*/ 
	.vertical .slider-thumbs,
    .vertical .carousel-bounding-box {
		float: left;
	}
	.vertical .carousel-bounding-box {
		padding-right: 2.5%;
		width: 100%;
	}
	.vertical .slider-thumbs {
		padding-left: 1.8%;
	}
	.vertical .thumbnails li {
		float: none;
		width: 100%;
	}
	.vertical .carousel-text {
		margin-bottom: 0;
		margin-top: 10px;
	}
    /*  Controls
    ---------------------------------------------*/
	.vertical .carousel-control.left {
		left: auto;
		right: -18%;
		top: 0;
	}
	.vertical .carousel-control.right {
		bottom: 25px;
		left: auto;
		margin-right: 0;
		right: -18%;
		top: auto;
	}
	.vertical .glyphicon-chevron-left:before {
		content: "\e113";
	}
	.vertical .glyphicon-chevron-right:before {
		content: "\e114";
	}
    /*  Widths depending on number of images
    ---------------------------------------------*/
	.vertical.two .carousel {
		margin-right: 36.4%;
	}
	.vertical.two .slider-thumbs {
		margin-left: -36.4%;
		width: 36.4%;
	}
	.vertical.two .carousel-control.left,
    .vertical.two .carousel-control.right {
		right: -28.5%;
	}
	.vertical.three .carousel {
		margin-right: 25.2%;
	}
	.vertical.three .slider-thumbs {
		margin-left: -25.2%;
		width: 25.2%;
	}
	.vertical.three .carousel-control.left,
    .vertical.three .carousel-control.right {
		right: -17%;
	}
	.vertical.four .carousel {
		margin-right: 20.4%;
	}
	.vertical.four .slider-thumbs {
		margin-left: -20.4%;
		width: 20.4%;
	}
	.vertical.four .carousel-control.left,
    .vertical.four .carousel-control.right {
		right: -13%;
	}
	.vertical.five .carousel {
		margin-right: 17.1%;
	}
	.vertical.five .slider-thumbs {
		margin-left: -17.1%;
		width: 17.1%;
	}
	.vertical.five .carousel-control.left,
    .vertical.five .carousel-control.right {
		right: -10.5%;
	}
}
/*-------------------------------------------------------
2.9 Match Widget
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.match-widget > h1,
.match-widget > h2,
.match-widget > h3,
.match-widget > h4 {
	padding: 20px;
	text-align: center;
}
.match-widget ul {
	margin-bottom: 0;
}
li.match {
	padding: 5px 0;
}
.match li {
	margin: 0 10px;
}
li.fixture {
	font-size: 1.2em;
	margin: 5px 10px;
}
/*-------------------------------------------------------
2.10    Picture Tiles
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.title-banner-inner {
	clear: both;
}
.title-banner h2 {
	padding: 15px;
	text-align: center;
}
.title-banner .custom-link {
	display: block;
	text-align: center;
}
.picture-tiles .large-image {
	margin-bottom: .5%;
}
.picture-tiles .image-1 > img {
	width: 100%;
}
.picture-tiles .small-images img {
	display: block;
	float: left;
	width: 49.75%;
}
.picture-tiles .image-2 > img {
	margin-right: .5%;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.title-banner h2,
    .picture-tiles .images > div {
		float: left;
	}
    .picture-tiles h2 {
        font-size: 18px;
    }
	.title-banner .custom-link {
		float: right;
		margin: 15px;
	}
	.picture-tiles .large-image {
		margin-bottom: 0;
		margin-right: .5%;
		width: 66.6%;
	}
	.picture-tiles .small-images {
		width: 32.9%;
	}
	.picture-tiles .small-images img {
		width: 100%;
	}
	.picture-tiles .image-2 > img {
		margin-bottom: 1.5%;
		margin-right: 0;
	}
}
/*-------------------------------------------------------
2.11    Splash
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.splash img {
	width: 100%;
}
.splash h1, 
.splash h2, 
.splash h3, 
.splash h4 {
	padding: 20px;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.splash.text-overlay {
		position: relative;
	}
	.splash.text-overlay h1,
    .splash.text-overlay h2,
    .splash.text-overlay h3,
    .splash.text-overlay h4 {
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
	}
}
/*-------------------------------------------------------
2.12    Personalised Storylist
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.personalised-storylist .personalised-storylist-top,
.personalised-storylist .headline-teaser-item {
	margin-bottom: 10px;
}
/*  Title/button
---------------------------------------------*/
.personalised-storylist-selector {
	padding: 10px;
}
.personalised-storylist-selector > label {
	margin-top: 8px;
	margin-right: 10px;
}
.btn b.caret {
	margin-left: 5px;
}
.personalised-storylist .btn-group {
	float: right;
}
/*  Dropdown
---------------------------------------------*/
.personalised-storylist .dropdown-menu {
	left: auto;
	right: 0;
}
.personalised-storylist .dropdown-group {
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 0;
	padding: 10px 20px;
	height: 100%;
	font-weight: 700;
	width: 100%;
}
.personalised-storylist .confirm.btn {
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #1B4977;
	font-weight: 600;
	margin-top: 10px;
	width: 100%;
}
/*  Teaser Content
---------------------------------------------*/
.personalised-storylist-content {
	margin: 10px;
}
.dropdown-container > li > a > label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
}
.personalised-storylist .teaser {
	margin: 10px 0;
	max-height: 0;
	overflow: hidden;
	padding-top: 0;
	transition: max-height .5s;
}
.personalised-storylist .teaser.fade-in {
	max-height: 600px;
	transition: max-height 3s;
}
.personalised-storylist .headline-teaser-item.teaser a,
.personalised-storylist .headline-teaser-item.teaser h4 {
	margin: 0;
	margin-bottom: 5px;
}
.personalised-storylist .teaser-label {
	display: table;
	margin-bottom: 5px;
}
.personalised-storylist .media-icon {
	border: none;
}
/*  Refresh Button
---------------------------------------------*/
.personalised-storylist-bottom > a {
	display: block;
	margin: 20px 0;
	text-align: center;
	width: 100%;
}
/*-------------------------------------------------------
2.13    Promo Widgets
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.image-container img{
    width:100%;
}
/*-------------------------------------------------------
2.13.1  Promo Puff
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.puff-content {
	padding: 0 20px;
}
.content-text {
	margin-bottom: 0;
}
/*-------------------------------------------------------
2.13.2  Quote Puff
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.quote-puff .title {
	padding: 10px 0;
}
.quote-puff .quote-container {
	position: relative;
	width: 100%;
}
.quote-puff .quote-container .quote-mark {
	position: absolute;
	font-size: 1000%;
	margin: 0;
}
.quote-puff .quote-container .quote-mark.first {
	top: -60px;
	left: 0;
}
.quote-puff .quote-container h1,
.quote-puff .quote-container h2,
.quote-puff .quote-container h3,
.quote-puff .quote-container h4 {
	padding: 40px;
}
.quote-puff .quote-container .quote-mark.second {
	right: 0;
	bottom: -120px;
}
.quote-puff .attribute {
	float: right;
}
/*-------------------------------------------------------
2.13.3  Local London Puff
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.local-promo-puff .editor-quick-links .custom-quick-link-container {
	float: left;
}
.promo-puff .dropdown,
.promo-puff .image-container{
	margin-bottom: 15px;
}
.promo-puff .caret {
	margin-left: 10px;
}
.custom-quick-link-container {
	padding-right: 2%;
	width: 50%;
}
.custom-quick-link-container.even, 
.custom-quick-link-container:nth-child(2n) {
	padding-left: 2%;
	padding-right: 0;
}
.local-promo-puff .btn {
	background-color: #FFF;
	border: 1px solid;
}
/*-------------------------------------------------------
2.14  Picture Storylist
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.picture-storylist-container .storylist-item {
    width: 86%;
    margin: 10px 7% 10px 7%;
    float: left;
}
.picture-storylist-container .storylist-item img {
    margin-bottom: 10px;
	width: 100%;
}
.picture-storylist-container .storylist-item a {
    margin: 5px 0 0 0;
}
.picture-storylist-container .carousel-control {
    bottom:auto;
    top: 50%;
    width: auto;
    margin-top: -10px;
}
.picture-storylist-container .carousel-control.left, 
.picture-storylist-container .carousel-control.right {
    margin: 0;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.picture-storylist-container .storylist-item{
		width: 20%;
		margin: 10px 0 10px 4% ;
	}
}
/*-------------------------------------------------------
2.15  Form Builder
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.form-builder textarea{
    max-width: 100%;
    resize: vertical;
}

/*-------------------------------------------------------
2.16  Subscription Centre Widget
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.subscription-widget{
    padding: 20px;
}

.subscription-widget > h4{
    background-color: #B00931;
  	color: #FFF;
    margin-top: 0;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
  	padding: 10px;
}

.subscription-widget form:before,
.subscription-widget form:after{
    display: table;
    content: " ";
}

.subscription-widget form:after{
    clear: both;
}

.subscription-widget form input{
    border-radius: 0;
    border: 1px solid #B00931;
}

.subscription-widget form button.btn.btn-default{
    float: right;
    border-radius: 0;
    border: none;
    background-color: #B00931;
    color: #FFF;
    text-transform: uppercase;
    margin-right: -20px;
    padding-right: 50px;
}

.subscription-widget form button:hover{
    color: #FFF;
    background-color: #B00931;
}

/*------------------------------------------------------------------------------------------------------------------------
3.  PAGES
------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------
3.1 Article Layout
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.article,
.article .image,
.article img {
	width: 100%;
}
.article h1,
.article h2,
.article h3,
.article h4 {
	margin: 10px 0;
}
.story-label {
	font-size: 16px;
	margin-right: 10px;
	padding: 2px 6px;
}
.story-label.story-new,
.story-label.story-live,
.story-label.story-updated,
.story-label.story-breakingnews,
.story-label.story-exclusive,
.story-label.story-sponsored{
    background: #D11414;
    color: #FFF;
}
.story-label.story-blog,
.story-label.story-poll,
.story-label.story-win,
.story-label.story-gallery,
.story-label.story-video,
.story-label.story-opinion,
.story-label.story-tellus,
.story-label.story-joinin{
    background: #2CA9E0;
    color: #FFF;
}
.article .story-label{
	display: table;
}
.article .publication-time,
.article .updated{
	background-image: url("/polopoly_fs/7.83362.1459936277!/img/base-symbol-sprite.png");
    background-position: -124px -26px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
/* BZ5614 NT:29/4/15 */
.article .article-image{
	margin-left: 0px;
	margin-right: 0px;
}
/* end BZ */
body > img {
  display: block;
}
.sponsored-by { /* move sponsored by to the roight inline with the date */
	color: #FFF; /* to hide text on mobile */
	margin-top: -24px;
	max-height: 40px;
	position: absolute;
	right: 20px;
}
.article .sponsored-by img {
	margin-left: 10px;
	margin-top: -26px;
	max-height: 40px;
	width: auto;
}
/*  Article images/videos
---------------------------------------------*/
.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	margin-bottom: 20px;
}
.youtube-video-container iframe,
.youtube-video-container object,
.youtube-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article .video-container {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%; /* Assumes 16:9 ratio */
	padding-top: 25px;
	height: 0;
}
.article .video-container iframe,
.article .video-container object,
.article .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.article-image-info {
	padding: 5px 0;
}
.article-image-info p,
.article-keywords > p{
	margin-bottom: 0;
}
.article-image-caption {
	float: left;
	margin-right: 30px;
}
.article-image-copyright {
	float: right;
}
/*  Related
---------------------------------------------*/
.related .inpage {
	background: none !important;
	color: inherit;
	font-size: 18px;
}
.related > ul {
	margin-bottom: 15px;
}
.story-list.related, 
.article-keywords {
    margin-top: 20px;
}
/*  Keywords
---------------------------------------------*/
.article-keywords {
	padding: 5px 0 20px;
}
.article-tag {
	display: inline-block;
	margin-left: 10px;
	margin-top: 15px;
}
.article-tag > a {
	padding: 5px;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.sponsored-by {
		color: inherit;
		margin-top: -29px;
		right: 10px;
	}
}
/*-------------------------------------------------------
3.1.1   Journalist Header 
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.journalist-header {
	margin: 20px 0 40px;
	position: relative;
}
.journalist-picture,
.journalist-info {
	float: left;
}
.journalist-picture {
	margin-right: 4.6%;
	padding-bottom: 10px;
	width: 22.5%;
}
.journalist-info {
	width: 72.9%;
}
.journalist-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.journalist-info li,
.journalist-info li > a {
	padding: 5px 0;
}
.journalist-info .journalist-name {
	padding-top: 0;
}
.journalist-info .journalist-mail,
.journalist-info .journalist-mail > a {
	padding-top: 10px;
}
.journalist-info .journalist-twitter {
	padding: 0 0 10px;
}
.publication-time {
	bottom: -26px;
	left: 0;
	position: absolute;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.journalist-picture {
		margin-right: 3.6%;
		width: 16.5%;
	}
	.journalist-info {
		width: 79.9%;
	}
}
/*-------------------------------------------------------
3.1.2   Utilities
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.utilities > div {
	float: left;
	padding: 0 15px 10px 0;
}
.utilities {
	padding-top: 10px;
}
.article-share .logo {
	display: block;
	height: 21px;
	width: 21px;
}
.article-share span {
	float: left;
}
.article-share .text {
	border-left: 1px solid #FFF;
	color: #FFF;
	font-family: helvetica;
	font-size: 13px;
	font-weight: 300;
	height: 21px;
	padding: 2px 6px 0;
}
.article-share a:hover {
	opacity: 0.8;
}
/*  Share Popover
---------------------------------------------*/
.article-share .popover-content span {
	float: none;
}
.article-share .popover-content > div {
	float: left;
	padding: 10px;
}
.article-share .share .popover-content .text {
	background: none;
	color: inherit;
}
.article-share .popover-content .logo {
	display: block;
	height: 40px;
    margin-bottom: 10px;
	width: 40px;
}
.article-share .popover-content .text {
	padding: 0;
}
.share .close {
  margin: 0;
  padding: 3px 5px 5px 0;
}

#share-trigger-top {
    display: block;
    height: 21px;
}

/*  Logos and colours popover
---------------------------------------------*/
/* The following rules only style Facebook, Twitter, Google Plus, Share, Email, and Comments. If any additional icons are adde, they will need to be styled in the site specific CSS. The same applies for the Share popover, no icons are styled to appear in the popover, these will need to be styled in the site specific CSS */
.article-share .logo {
	background-image: url("/polopoly_fs/7.83362.1459936277!/img/base-sprite.png");
}
.article-share .facebook-share .logo {
	background-position: 0 0;
}
.article-share .facebook-share .text {
	background-color: #3A589A;
}
.twitter-share .logo {
	background-position: -21px 0;
}
.article-share .twitter-share .text {
	background-color: #00ABF0;
}
.article-share .google-share .logo {
	background-position: -42px 0;
}
.article-share .google-share .text {
	background-color: #DF4A32;
}
.article-share .share .logo {
	background-position: -63px 0;
}
.article-share .share .text {
	background-color: #999;
}
.pinterest-share .logo {
	background-position: -84px 0;
}
.article-share .email-share .logo {
	background-position: -105px 0;
}
.article-share .comments .logo {
	background-position: -126px 0;
}
.article-share .comments .comments-vale {
	padding-left: 10px;
}
.article-share .email-share .text, 
.article-share .comments .text,
.article-share .comments .comments-vale {
	color: #333;
	font-weight: 600;
}
.article-share.bottom .share > a > .text {
  display: none;
}
/*-------------------------------------------------------
3.1.3   Competition
/*-----------------------------------------------------*/
.competition-question.lead{ font-weight: 400; }
/*-------------------------------------------------------
3.2   Gallery
/*-----------------------------------------------------*/
/*  Default (small)

.full-screen indicates that these rules are only applied when in full screen mode (the class is added using JS)
.landscape indicates that these rules are only applied when viewed landscape on device with width less than 768px (the class is added using JS)
-------------------------------------------------------*/
.gallery {
	margin-left: -10px;
	margin-right: -10px;
    margin-top: 20px;
}
.gallery-wrapper {
	padding: 10px;
}
.gallery-wrapper.full-screen {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	padding: 0.5%;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.full-screen .gallery-container {
	background-color: #FFF;
	border: none;
	height: 100%;
	margin: 0;
	opacity: 1;
	padding: 1.6%;
	position: relative;
	width: 100%;
}
.full-screen.no-border .gallery-container { /* If the no border option is selected */
	margin: 0;
	width: 100%;
}
.full-screen .gallery-header {
	background: transparent;
	border: none;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2000;
}
.full-screen .gallery-header .btn {
	float: right;
	margin-right: 6%;
	margin-top: 6%;
}
/*  Common Layout Rules
---------------------------------------------*/
.gallery-header, /* Not to be shown on mobile */
.gallery-container .sponsored-by,
.gallery-container .favourite-count,
.gallery-container .article-keywords,
.full-screen .gallery-container .favourite-count,
.full-screen .gallery-container .article-keywords,
.full-screen .full-Screen-Button,
.full-screen .advert,
.full-screen.landscape .carousel-text,
.full-screen.landscape .slider-thumbs,
.full-screen.landscape .description {
	display: none;
}
.gallery .sponsored-by,
.gallery .inline .article-share.top,
.gallery .full-Screen-Button {
	float: right;
}
.gallery-top h2,
.gallery .description,
.gallery .image-counter,
.full-screen.landscape .article-share {
	float: left;
}
article.gallery .picture-navigator,
.full-screen.landscape .carousel-text {
	clear: none;
}
/*  Gallery Top
---------------------------------------------*/
.gallery .sponsored-by {
	margin: 0;
	right: 0;
}
.gallery .sponsored-by img {
	margin-top: 0;
	width: auto;
}
.gallery .updated {
	margin-bottom: 10px;
}
.close {
	line-height: 0.8;
	margin-left: 10px;
}
.full-screen .gallery-top h1 {
	font-size: 20px;
	font-weight: 400;
}
.full-screen .gallery-top h2 {
	font-size: 18px;
	font-weight: 400;
}
.full-screen .gallery-top h3 {
	font-size: 14px;
	font-weight: 400;
}
.full-screen .gallery-top h4 {
	font-size: 10px;
	font-weight: 400;
}
.full-screen .description {
	font-weight: 300;
	margin: 0;
}
.full-screen.landscape .gallery-top {
	padding-bottom: 0;
}
/*  Gallery Middle
---------------------------------------------*/
.gallery .gallery-middle {
	width: 100%;
}
.full-screen .gallery-middle {
	display: inline-block;
	position: static;
}
/*  Main Image
-----------------------------------*/
.gallery .picture-navigator {
	margin-bottom: 0;
}
.gallery .item {
	padding-bottom: 62.5%;
	width: 100%;
	background-color: #DADADA;
}
.gallery .item > img {
	left: 0;
	position: absolute;
	top: 0;
	width: auto;
	height: 100%;
}
.gallery .full-screen .picture-navigator {
	margin-right: 0;
	padding: 0 0 10px;
}
.gallery .full-screen .carousel-bounding-box {
	margin-left: auto;
	margin-right: auto;
}
/*  Share Utilities (article share)
-----------------------------------*/
.gallery .article-share {
	height: 30px;
	padding: 10px;
	width: 100%;
}
.gallery .utilities {
	padding-top: 0;
}
.gallery .utilities > div:first-child {
	padding-left: 0;
}
.full-screen.landscape .article-share,
.gallery .inline .carousel-text{
	width: auto;
}
/*  Carousel Text
-----------------------------------*/
.gallery .carousel-text {
	clear: right;
	margin: 0;
	min-height: 47px;
	padding: 0 10px;
}
.gallery .carousel-text h2 {
	clear: right;
}
.gallery .inline .carousel-text {
	display: inline-block;
}
/*  Favourite Count
-----------------------------------*/
.favourite-count, 
.favourite-count-inner {
	padding: 5px 10px;
}
/*  Thumbnials
-----------------------------------*/
.gallery .slider-thumbs {
	margin-left: -2.2%;
	position: relative;
	clear: both;
}
.gallery .viewport {
	height: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 24%;
	position: relative;
	width: 100%;
}
.group-1 { /* Thumbnail group starting position, assumes a maximum of 5 (CSS can be ammended for more) */
	left: 100%;
}
.group-2 {
	left: 200%;
}
.group-3 {
	left: 300%;
}
.group-4 {
	left: 400%;
}
.group-5 {
	left: 500%;
}
.group-6 {
	left: 600%;
}
.group-7 {
	left: 700%;
}
.group-8 {
	left: 800%;
}
.group-9 {
	left: 900%;
}
.group-10 {
	left: 1000%;
}
.group-11 {
	left: 1100%;
}
.group-12 {
	left: 1200%;
}
.group-13 {
	left: 1300%;
}
.group-14 {
	left: 1400%;
}
.group-15 {
	left: 1500%;
}
.group-16 {
	left: 1600%;
}
.group-17 {
	left: 1700%;
}
.group-18 {
	left: 1800%;
}
.group-19 {
	left: 1900%;
}
.group-20 {
	left: 2000%;
}
.gallery .thumbnails li {
	float: left;
	margin-left: 2.2%;
	width: 31.13%;
}
.gallery a.thumbnail:hover {
	border-color: #FFF;
}
.gallery .slider-thumbs .thumbnails {
	height: 100%;
	margin-top: 10px;
	position: absolute;
	width: 100%;
}
.gallery .thumbnail {
	border: none;
	padding: 0;
	position: relative;
}
.gallery .thumbnail.active .border {
	border: 3px solid;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.gallery .thumbnail.active img {
	border-width: 0;
}

.gallery .full-screen .slider-thumbs {
	margin-bottom: 0;
}
.full-screen .slider-thumbs > div {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.gallery .thumbnail span.text { /* Other Galleries thumbnail text */
	bottom: 0;
	font-size: 100%;
	left: 0;
	padding: 10%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
/*  Thumbnial Controls
-----------------------------------*/
.gallery .thumbnail-control {
	color: #FFF;
	left: 0;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 33.33%;
}
.gallery .thumbnail-control.left {
	margin-left: 15px;
}
.gallery .thumbnail-control.right,
.gallery .inline .thumbnail-control.right {
	left: auto;
	margin-right: 44px;
	right: 0;
}
.gallery .thumbnail-control:hover,
.thumbnail-control:focus {
	color: #FFF;
	opacity: 0.9;
}
/*------------  Gallery Count ------------*/
.gallery .image-counter {
	margin-top: 10px;
	margin-left: 10px;
}
.gallery .image-counter > span {
	font-size: 16px;
}
.full-Screen-Button {
	background: none;
	padding-left: 95px;
	margin-right: 10px;
}
.full-Screen-Button > span {
	left: 0;
	position: absolute;
}
.gallery .full-screen .image-counter {
	margin-top: 0;
}
.full-screen.landscape .gallery-count {
	float: right;
	padding: 10px;
}
.gallery .full-screen .image-counter > span {
	font-size: 14px;
}
/*------------  MPU advert ------------*/
.gallery .advert > span {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.gallery .mpu {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
.gallery .full-screen .advert {
	bottom: 20px;
	right: 20px;
}
.gallery .advert > .border > .advert {
	margin-top: 0;
	position: static;
}
/*------------  Anti image crop ------------*/
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
	max-width: none;
}
.carousel-inner > .active,
 .carousel-inner > .next,
 .carousel-inner > .prev{
	display: block !important;
 }
/*-----------------------------------------------------*/
/*  Content based queries
-------------------------------------------------------*/
@media (min-width: 615px) { /* To display 4 thumbnails */
	.gallery .thumbnail span.text { /* Other Galleries thumbnail text */
		font-size: 120%;
	}
	.full-screen .gallery-header .btn {
		margin-right: 4.9%;
		margin-top: 3.7%;
	}
	.gallery .full-screen .thumbnails li {
		margin-left: 1.8%;
		width: 23.2%;
	}
	.gallery .full-screen .viewport {
		padding-bottom: 18%;
	}
	.full-screen .gallery-top h1 {
		font-size: 24px;
	}
	.full-screen .gallery-top h2 {
		font-size: 22px;
	}
	.full-screen .gallery-top h3 {
		font-size: 18px;
	}
	.full-screen .gallery-top h4 {
		font-size: 14px;
	}
	.full-screen .description {
		font-weight: 400;
	}
	.gallery .full-screen .image-counter > span {
		font-size: 16px;
	}
}
/*-----------------------------------------------------*/
/*  Content based queries
-------------------------------------------------------*/
@media (min-width: 820px) { /* To display 5 thumbnails */
	.gallery .full-screen .thumbnails li {
		margin-left: 1.4%;
		width: 18.6%;
	}
	.gallery .full-screen .viewport {
		padding-bottom: 14%;
	}
}
@media (min-width: 840px) {
	.gallery-container .favourite-count {
		display: block;
	}
}
@media (min-width: 860px) {
	.gallery-container .article-keywords {
		display: block;
	}
	.full-screen .gallery-container .article-keywords {
		display: none;
	}
}
@media (min-height: 730px) and (min-width: 1024px) {
	.full-screen .gallery-container .article-keywords {
		display: block;
	}
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.gallery {
		margin-left: 0;
        margin-right: 0;
	}
	.gallery-wrapper {
		padding: 20px;
	}
	.gallery .col-md-8 {
		margin-right: -310px;
		position: static;
		width: 100%;
	}
	.gallery-top h2, /* left column */
    .gallery-top .description,
    .gallery .carousel-bounding-box,
    .gallery #sliderGallery,
    .gallery .gallery-count-inner,
    .full-screen .gallery-top h2,
    .full-screen .gallery-top .description,
    .full-screen #sliderGallery{
		margin-right: 320px;
	}
    .gallery-container .sponsored-by,
	.full-screen .gallery-container .favourite-count,
    .full-screen .advert {
		display: block;
	}
    /*  Gallery Top
    ---------------------------------------------*/
	.gallery-container .sponsored-by {
		position: relative;
	}
	.full-screen .gallery-top h2,
    .full-screen .gallery-top .description,
    .full-screen #sliderGallery {
		margin-right: 0;
	}
	.full-screen .sponsored-by {
		display: none;
	}
	.full-screen .description {
		margin-bottom: 10px;
	}
    /*  Gallery Middle
    ---------------------------------------------*/
   /*  Main image
    -----------------------------------*/
	.gallery .full-screen .picture-navigator {
		padding-right: 330px;
		padding-top: 10px;
		margin-right: -310px;
	}
    /*  Carousel Text
    -----------------------------------*/
	.gallery .carousel-text {
		min-height: 63px;
	}
    /*  Thumbnails
    -----------------------------------*/
    .gallery .slider-thumbs {
		margin-left: -.6%;
		padding: 0 10px;
	}
    .gallery .full-screen .slider-thumbs {
        margin-bottom: 0;
        margin-right: -310px;
        padding-right: 330px;
    }
    .gallery .thumbnails li,
    .gallery .full-screen .thumbnails li {
		margin-left: 1.8%;
		width: 23.2%;
	}
	.gallery .viewport,
    .gallery .full-screen .viewport {
		padding-bottom: 18%;
	}
    /*  Thumbnail Controls
    -----------------------------------*/
	.gallery .thumbnail-control.right {
		margin-right: 373px;  /* 373 = 320 + 53 */
	}
	.gallery .thumbnail-control.left {
		margin-left: 22px;
	}
    /*  Gallery Count
    -----------------------------------*/
    .full-screen .gallery-count {
		margin-top: 10px;
	}
    .gallery .favourite-count-inner {
		display: inline;
	}
	.gallery .image-counter {
		margin-top: 5px;
	}
    /*  MPU Adverts
    -----------------------------------*/
	.gallery .advert {
		bottom: 0;
		position: absolute;
		right: 1.2%;
	}
}
/*-----------------------------------------------------*/
/*  Content based queries
-------------------------------------------------------*/
@media (min-width: 1140px) { /* To display 5 thumbnails */
	.gallery .full-screen .thumbnails li {
		margin-left: 1.4%;
		width: 18.6%;
	}
	.gallery .full-screen .viewport {
		padding-bottom: 14%;
	}
}
/*-------------------------------------------------------
3.3 Inline Gallery
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.inline .article-share.top,
.inline .favourite-count,
.gallery .inline .favourite-count-inner {
	display: none;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	/*.inline .carousel-text {
		float: left;
	}*/
    .gallery .inline .col-md-8,
	.inline .gallery-top h2,
    .inline .gallery-top .description,
    .gallery .inline #sliderGallery,
    .gallery .inline .gallery-count-inner {
		margin-right: 0;
	}
	.gallery .inline .carousel-bounding-box {
		margin-right: auto;
	}
	.gallery .full-screen.inline .picture-navigator {
		margin-right: 0;
		padding-right: 0;
	}
	.full-screen.inline .gallery-count {
		position: static;
	}
    .gallery .inline.full-screen .slider-thumbs {
        padding: 0 10px;
        margin-right: 0;
    }
}
/*-------------------------------------------------------
3.4 Gallery final slide
/*-----------------------------------------------------*/
/* GLOBAL */
#final-slide img {
	max-width: 100%;
	width: auto;
}

/*  Default (small)
-------------------------------------------------------*/
#final-slide .story-list {
	position: absolute;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
}
#final-slide .story-list > h4.inpage{
    margin: 0 0 10px 0;
    background: #FFF;
    border-bottom: 1px solid #000;
    display:none;
}

#final-slide-item-2, /* Only show 2 teasers, assumes a maximum of 6 (CSS can be ammended for more)*/
#final-slide-item-3,
#final-slide-item-4,
#final-slide-item-5
/*.full-screen #final-slide-item-1,
.full-screen #final-slide .teaser-image*/ {
	display: none;
}
@media (min-width: 380px) {
    #final-slide-item-2{
        display: block;
    }
}
@media (min-width: 420px) {
    #final-slide-item-3{
        display: block;
    }
}
@media (min-width: 480px) {
    #final-slide-item-4{
        display: block;
    }
}
@media (min-width: 520px) {
    #final-slide-item-5{
        display: block;
    }
}
#final-slide .story-list .teaser {
	margin: 0 0 10px 0;
	padding: 0;
}
#final-slide .story-list .teaser .teaser-image{
    display: none;
}
@media (min-width: 600px) {
    #final-slide .story-list #final-slide-item-0 .teaser-image,
    #final-slide .story-list #final-slide-item-1 .teaser-image,
    #final-slide .story-list #final-slide-item-2 .teaser-image{
        display: block;
        margin-bottom: 5px;
    }
    #final-slide .story-list .teaser .teaser-image{
        height: 120px;
        overflow: hidden;
    }
    #final-slide .story-list .teaser .teaser-image img{
        width: 100%;
    }
    #final-slide .story-list #final-slide-item-0,
    #final-slide .story-list #final-slide-item-1,
    #final-slide .story-list #final-slide-item-2{
        float: left;
        margin-left: 1.7%;
        width: 31.13%;
    }
    #final-slide .story-list #final-slide-item-0 .teaser-title,
    #final-slide .story-list #final-slide-item-1 .teaser-title,
    #final-slide .story-list #final-slide-item-2 .teaser-title{
        margin: 0 12px;
    }
}
@media (min-width: 700px) {
    #final-slide .story-list #final-slide-item-3 .teaser-image,
    #final-slide .story-list #final-slide-item-4 .teaser-image,
    #final-slide .story-list #final-slide-item-5 .teaser-image{
        display: block;
        margin-bottom: 5px;
    }
    #final-slide .story-list #final-slide-item-3,
    #final-slide .story-list #final-slide-item-4,
    #final-slide .story-list #final-slide-item-5{
        float: left;
        margin-left: 1.7%;
        width: 31.13%;
    }
    #final-slide-item-3{
        clear: left;
    }
}
@media (min-width: 740px) {
    #final-slide .story-list .teaser .teaser-image{
        padding-bottom: 62.5%;
    }
}
@media (min-width: 1024px) {
    #final-slide .story-list .teaser .teaser-title h5{
        font-size: 12px;
    }
    #final-slide .story-list .teaser .teaser-image{
        height: 110px
    }
}
#final-slide .story-list .teaser .teaser-title{
    margin: 0 22px 0 22px;
}

/*-------------------------------------------------------
3.5 Search Results Page
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
/*  Search Form
-----------------------------------*/
div.site-search .form-control {
	float: left;
	width: 75%;
}
.search-results-container .site-search .btn {
	background-color: #428BCA;
	background-image: none;
	border: none;
	color: #FFF;
	float: left;
	height: 39px;
	margin: 0;
	margin-left: 5%;
	padding-bottom: 10px 15px;
	position: static;
	width: 20%;
}
.no-results p,
.pagination {
	margin: 0;
}
.pagination > li > a {
	border: none;
	padding: 0 3px;
}
.search-results-scope,
.search-sort-filter > p {
	float: left;
}
.pagination-wrapper,
.search-filters-outer-container > h3 {
	float: right;
}
.search-sort-filter {
	position: relative;
}
.search-sort-filter > p > a {
	margin: 0 3px;
}
.search-filters-outer-container > h3 {
	margin-top: 6px;
}
.search-sort-filter > p {
	margin-top: 5px;
}
.search-filters-outer-container {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}
.search-filters-outer-container > h3 {
	color: #428BCA;
	cursor: pointer;
}
.content-b .search-filters-outer-container h3 {
	float: left;
	margin-left: 20px;
}
.content-b .search-filters-inner-container {
	padding-top: 0;
}
.search-filters-inner-container {
	background-color: #FFF;
	display: none;
	float: right;
	margin-top: 10px;
	padding: 20px;
	width: 90%;
}

.small-teaser-item .teaser-title.teaser-left, .search-results .small-teaser-item .teaser-post-extra.teaser-left {
	float: left;
	width: 100%;
}

/*  Search Filters
-----------------------------------*/
.search-filters-inner-container > h4 {
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 0;
}
.search-filters-inner-container ul,
.search-results ul {
	list-style: none;
	padding: 0;
}
.absolute-date-filter input, 
.absolute-date-filter button, 
.absolute-date-filter p span {
	float: left;
	width: 31.3%;
}
.absolute-date-filter input, 
.absolute-date-filter p span {
	margin-right: 3%;
}
.absolute-date-filter > p {
	margin-bottom: 25px;
}
.absolute-date-filter input {
	padding-bottom: 6px 3px;
}
.absolute-date-filter .form-control {
	border: 1px solid #000;
	padding: 5px;
}
.absolute-date-filter .btn {
	background-color: #4F89C1;
	border: none;
	color: #FFF;
	height: 29px;
	padding: 0;
}
/*  Search Results
-----------------------------------*/
.search-results {
	clear: both;
	margin-top: 20px;
}
.search-results ul li {
	margin-bottom: 5px;
}
.search-results .teaser-title > h4 {
	padding-right: 10px;
}
.search-results .small-teaser-item .teaser-post-extra {
	width: 98.4%;
}
/*   MS Additions for map search results - comment to aid file merge
*    Note the image-path class only displays in map search results
*----------------------------------------------------------------------*/
.search-results a.image-path {
	display: block;
	padding: 10px 0px;
}
.search-results .teaser-image .image-path img {
	display: block;
	width: auto;
	margin: 0px auto;
}
.search-results .teaser-post-extra span.topic a {
	/* Ensure all lines in the span tag share the indent and are then aligned */
	display: block;
	margin-left: 0px;
}
.search-results .teaser-post-extra span.topic{
	display: block;
	margin-left: 10px;
}
	@media (max-width: 1023px) {
		.search-results .teaser-post-extra span.topic{
			margin-left: 0;
		}
	}
.search-results .teaser-post-extra .topic a p {
	margin-left: 0px;
}
	/* Ensure if there are multiple .topic siblings, that they get margin to seperate */
.search-results .teaser-post-extra .topic ~ .topic{
	margin-top: 5px;
}
/*   End of MS Additions for map search results */ 


/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    /*  Search Form
    -----------------------------------*/
	.search-filters-inner-container {
		display: block;
		width: auto;
	}
	.search-filters-outer-container {
		position: relative;
		width: auto;
	}
	.search-filters-outer-container h3 {
		cursor: auto;
		font-size: 24px;
	}
	.absolute-date-filter input {
		padding-bottom: 6px 8px;
	}
	.search-filters-outer-container h3 {
		float: left;
		margin-left: 20px;
	}
	.search-filters-inner-container {
		padding-top: 0;
	}
	.search-results .teaser-post-extra .topic{
		margin-left: 10px;
	}
	.search-filter-area{
		top: 0px;
	}
}

@media (min-width: 1024px) and (orientation : landscape){
	.search-filters-inner-container {
		display: block !important;
	}
}

/*-------------------------------------------------------
3.6 Search Page
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.advanced-search h2 {
	margin-top: 10px;
}
.advanced-search h3 {
	float: left;
	font-size: 18px;
	margin: 0;
	width: 26%;
}
.advanced-search h3 label {
	font-weight: 400;
}
.advanced-search fieldset{
	margin-bottom: 10px;
}
.advanced-search #frm-advanced-search-term{
	width: 100%;
	margin-bottom: 10px;
}

.advanced-search button[name="advancedSearchNow"]{
	float: right;
	display: block;
	width: auto;
	height: 39px;
	margin-bottom: 10px;
}
/*  Date Constraints
-----------------------------------*/
.advanced-search fieldset div h6{
	margin-bottom: 5px;
}
.advanced-search fieldset div div ul{
	padding: 0;
	list-style: none;
}
.advanced-search fieldset div div ul li input[type="radio"]{
	width: 5%;
}
.advanced-search fieldset div div ul li label{
	width: 95%;
}
.advanced-search fieldset div div select#frm-select-category{
	width: 100%;
	margin-bottom: 10px;
}

.advanced-search fieldset div div ul li input#frm-published-after,
.advanced-search fieldset div div ul li input#frm-published-before{
	
}
.advanced-search fieldset div div ul li label[for="frm-published-after"]{}

/*  Date Constraints - Dropdown
-----------------------------------*/
.date-popup > iframe {
	display: none;
}
.date-popup{
	border:1px solid;
	padding:8px;
}
.web-form-calendar {
    background: none repeat scroll 0 0 #FFFFFF;
}
.web-form-calendar .mainheading a.prevBtn {
    background: url("/media/images/banners/btn-calendar-prev.gif") no-repeat scroll 0 5px transparent;
}
.web-form-calendar .mainheading a.nextBtn {
    background: url("/media/images/banners/btn-calendar-next.gif") no-repeat scroll right 5px transparent;
}
.web-form-calendar .calcells td {
    background: none repeat scroll 0 0 #9C9BC3;
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.web-form-calendar #web-form-cell-td {
    background: none repeat scroll 0 0 #E5E5EF;
}
.web-form-calendar #web-form-cell-td td.notmnth, .web-form-calendar #web-form-cell-td td.notmnth-wkend {
    background: none repeat scroll 0 0 #E5E5EF;
    color: #CCCCCC;
}
.web-form-calendar #web-form-cell-td td.curdate {
    background: none repeat scroll 0 0 #000067;
}
.web-form-calendar #web-form-cell-td td.cell-selected {
    background: none repeat scroll 0 0 #DB1E25;
}
.web-form-calendar #web-form-cell-td td.hover {
    background: none repeat scroll 0 0 #E6AA30;
}

.web-form-calendar .mainheading a {
    display: block;
    float: left;
    height: 18px;
    position: relative;
    width: 12px;
}
.web-form-calendar .mainheading span {
    display: block;
    float: left;
    text-align: center;
    width: 109px;
}
.web-form-calendar .mainheading a span, .web-form-calendar .mainheading select {
    display: none;
}
.web-form-calendar .caldayheading td {
    font-weight: bold;
    height: 19px;
    padding-top: 5px;
    text-align: center;
    width: 19px;
}
.web-form-calendar .calcells td
{
	text-align:center;
	width:19px;
	height:19px;
	border-bottom:2px solid;
	cursor:pointer;
}
.web-form-calendar #basic-cell-td{
	width:133px;
}

/*  Map and Submit 
-----------------------------------*/
.advanced-search .map-container {
	margin-top: 10px;
}
.advanced-search .action {
	float: right;
}
.advanced-search #map {
	margin: 0 auto;
	margin-bottom: 10px;
}
.advanced-search fieldset div button[name="advancedSearch"],
.advanced-search fieldset div button[name="mapSubmit"]{
	width: auto;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	
}

/*-----------------------------------------------------*/
/*  Advanced search fix
-------------------------------------------------------*/

.search-filter-area{
	clear: right;
	top: -5px;
}

.search-results{
	clear: left;
}

.search-filter-section{
	height: 100px;
	overflow: hidden;
}

.search-results .small-teaser-item .teaser-post-extra {
	width: 100%;
}


.search-filters-inner-container{
	margin-top: 0;
}

.search-filters-inner-container > div{
	margin-bottom: 10px;
}

.search-show-more-categories-button{
	cursor: pointer;
}

/* Style declaration below to be removed when col-sm-8 is removed from the div, hopefully thursday 27/11 */
.search-results-container.col-sm-8{
	width: 100%;
  	float: none;
}

@media (min-width: 728px) and (max-width: 1023px) { 
	
	.search-results, .search-filter-area, .flex-advert-area{
		width: 100%;
	}

}

@media (min-width: 1024px) {
    .search-results .small-teaser-item .teaser-post-extra {
        width: 63.4%;
    }
}

/*-------------------------------------------------------
3.7 - WEATHER PAGE
-------------------------------------------------------*/
#weather .weather-five{
	float: left;
	clear: left;
	width: 100%;
}

#weather .weather-five > p{
	float: left;
	width: 30%;
	height: 100px;
}

#weather .weather-five .weather-label{
	float: left;
	width: 40%;
}

#weather .weather-five .weather-data{
	float: left;
	width: 30%;
}

body.weather .content-a > h1, body.weather .content-a > h2{
    margin-bottom: 10px;
}

/*-------------------------------------------------------
3.8 Event Search & Search Results Page
/*-----------------------------------------------------*/

/* Events Search Page */
#frm-published-after,
#frm-published-before{
    color: #666666;
}

#frm-published-before-label{
    font-weight: normal;
}

.all-detail > ul > li > .checkbox {
    display: inline-block;
}

.checkbox-tree, 
.checkbox-tree ul {
    list-style: none;
    padding: 0;
}

.all-detail ul li fieldset {
    margin-left: 34px;
}

ul.event-date{
    list-style: none;
    padding: 0;
}

/* Events Search Results Page */
.image-listing.event-results{

}

.image-listing.event-results ul{
    padding: 0px;
    list-style: none;
}

.image-listing.event-results ul li{
    border-top: 1px #a0a0a0 dotted;
    padding: 15px 0px;
}

.image-listing.event-results ul li img{
    float: left;
    margin-right: 10px;
}

#event-results-form fieldset{
    padding: 15px 0px;
}

#event-results-form fieldset .save-search{
    display:none;
}

/* Event Article Page */

img.expand-icon {
    margin-right: 10px;
    width: 12px;
}

.event-date{
  width: 50%;
  float: left
}

.event-prices ul,
.venue-facilities ul{
  list-style: none;
  padding-left: 0px;
}

.event-date-time{
  border-bottom: 1px #a0a0a0 dotted;
  margin-bottom: 20px;
}

.event-byline{

}

.event-byline ul{
  list-style: none;
  padding: 0px;
  overflow: auto;

}

.event-byline li{
  float: left;
  margin-right: 10px;
}

.event-video{
  margin-bottom: 20px;
}

.event-video div{
  margin: auto;
}

.event-contact-details{
  margin-bottom: 20px;
}

.event-contact-details p{
  margin-bottom: 10px
}

.venue-contact-details{
  margin-bottom: 20px;
}

.venue-contact-details p{
  margin-bottom: 10px
}

/*-------------------------------------------------------
ADVERT CSS
/*-----------------------------------------------------*/

.advert{
    background-image: url("/polopoly_fs/7.83362.1459936277!/img/spin-loader.gif");
    background-position: center;
    background-repeat: no-repeat;
}
.advert > div{
    display: table;
    margin: 0 auto;
}
.mobile.mpu,
.tablet.mpu,
.desktop.mpu{
    width:300px;
    height:250px;
}

.mobile.leaderboard{
    width: 320;
    height: 50px;
}
.tablet.leaderboard, .desktop.leaderboard{
    width: 720px;
    height: 90px;
}
.desktop{display: none;}
.tablet{display: none;}
.mobile{display: block;}

@media (min-width: 728px) {
    .mobile{display: none;}
    .tablet{display: block;}
}
@media (min-width: 1024px) {
    .tablet{display: none;}
    .desktop{display: block;}
}

.advert-autosize{
    background-image: none !important;
    height: auto !important;
    width: auto !important;
}

.header .advert > div > div{
    margin: 0 auto;
}
.teaser-title h1, .teaser-title h2, .teaser-title h3, .teaser-title h4  {
	margin-bottom: 7px;
}
.teaser-label {
    background: #e33127;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 0 7px 0 0;
    padding: 3px 7px;
}
.small-teaser-item .teaser-title span.teaser-label {
    margin: 0 7px 0 0;
}

.teaser-title a {
	text-decoration: none;
}
.teaser-title > h1 {
     font-size: 22px;
}
.teaser-title > h2 {
     font-size: 20px;
}
.teaser-title > h3 {
     font-size: 16px;
}
.teaser-title > h4 {
     font-size: 14px;
}

.teaser-title h1, .teaser-title h2, .teaser-title h3, .teaser-title h4, .teaser-title h5, .teaser-title h6 {
	margin-top: 0;	
}
.teaser {
    border-top: 1px solid #dddddd;
	padding: 15px 0;
	margin: 0;
}
.teaser:nth-of-type(1) {
    border-top: none;
}
.teaser-extras {
	margin: 0 0 5px 0;	
}
.teaser-content > p, .massive-teaser-item .teaser-content > p, .medium2col-teaser-item .teaser-content > p {
    margin: 0;
}
.teaser-extras span {
	color: #7e7e7e;
	display: block;
}
.teaser .byline, .teaser .media-icon {
    border-left: 1px solid #ccc;
}
.medium-teaser-item .teaser-image {
    margin-top: 4px;
}




.most-read {
    overflow: hidden;
}
@media (max-width: 1023px) {
.content-b .most-read .teaser-image {
	float: left;
	margin: 0 4% 0 0;
	width: 35%;
}
.content-b .most-read-small .teaser-title {
    float: right;
    width: 60%;
}
}

@media (min-width: 650px) and (max-width: 1023px) {
	.content-b .most-read .teaser {
		float: left;
		width: 50%;
		padding-right: 10px;
	}
	.content-b .most-read .teaser:nth-child(2n) {
		clear: left;
	}
	.content-b .most-read .teaser:nth-child(2n+1) {
		padding: 0 0 0 10px;
	}
	
	.content-b .most-read .teaser:nth-of-type(2) {
		border-top: none;	
	}
	
}

.most-read-floats {
	overflow: hidden;
}
.most-read-floats .teaser-image {
	float: left;
	width: 30%;	
}
.most-read-floats .teaser-title {
	float: right;
	width: 68%;	
}
@media (min-width: 650px) {

	.most-read-floats .small-teaser-item {
		float: left;
		width: 49%;
	}
	.most-read-floats .small-teaser-item:nth-child(2n) {
		clear: left;
		margin-right: 2%;
	}

}



.nth-child-floats {
	overflow: hidden;
}
.nth-child-floats div.teaser:nth-of-type(2n+2), .nth-child-floats div.teaser:nth-of-type(2n+3) {
	width: 50%;
	float: left;
	padding-left: 2%;
}
.nth-child-floats div.teaser:nth-of-type(2n+2) {
	clear: left;
	padding-left: 0;
	padding-right: 2%;
}
@media (max-width: 650px) {

.nth-child-floats div.teaser:nth-of-type(2n+2),
.nth-child-floats div.teaser:nth-of-type(2n+3),
.nth-child-floats div.teaser:nth-of-type(2n+2) {
	width: auto;
	float: none;
	padding-left: 0;
}

}

.nth-child-floats .medium2col-teaser-item:nth-of-type(1n+2) div.teaser-title, .nth-child-floats .medium2col-teaser-item:nth-of-type(1n+2) div.teaser-content {
	float: none;
	margin-left: 0;
	width: auto;
}
.nth-child-floats .medium2col-teaser-item:nth-of-type(1n+2) div.teaser-image {
    margin: 5px 10px 10px 0;
	width: 30%;
}


.nth-child-floats .medium2col-teaser-item .teaser-image {
	width: 40%;
	float: left;
}
.nth-child-floats .medium2col-teaser-item .teaser-title, .nth-child-floats .medium2col-teaser-item .teaser-content {
	width: 57%;
	margin-left: 2%;
	float: right;
}
@media (max-width: 480px) {
.nth-child-floats div.teaser.medium2col-teaser-item {
	padding-left: 0;	
	padding-right: 0;	
}
.nth-child-floats .teaser.medium2col-teaser-item div.teaser-image,
.nth-child-floats .medium2col-teaser-item div.teaser-title,
.nth-child-floats .medium2col-teaser-item div.teaser-content {
	width:auto;
	padding:0;
	float:none;
	margin-left:0;
	margin-right: 0;
}
}

.nth-child-floats .small-teaser-item .teaser-title {
    float: right;
    margin-bottom: 0;
    width: 62%;
}
.nth-child-floats .small-teaser-item .teaser-image {
    float: left;
    width: 36.6%;
}

@media (max-width: 400px) {

.nth-child-floats div.massive-teaser-item.teaser:nth-of-type(1) {
    padding-top: 10px;
}

}


/*
.nth-child-floats .medium2col-teaser-item.teaser:nth-child(2n+3) {
    clear: left;
    float: left;
    padding-right: 10px;
}
.nth-child-floats .medium2col-teaser-item.teaser:nth-child(2n) {
    float: left;
    padding-left: 10px;
}
.nth-child-floats .medium2col-teaser-item div.teaser-title, .nth-child-floats .medium2col-teaser-item div.teaser-content {
    float: none;
    margin-left: 0;
    width: auto;
}
.nth-child-floats .medium2col-teaser-item div.teaser-image {
    margin: 5px 10px 10px 0;
}

@media (max-width: 650px) {
	
	.nth-child-floats .medium2col-teaser-item.teaser {
		width: auto;
	}
	.nth-child-floats .medium2col-teaser-item.teaser:nth-child(2n), .nth-child-floats .medium2col-teaser-item.teaser:nth-child(2n+3) {
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
	.inner-c .massive-teaser-item .teaser-image, .inner-c .massive-teaser-item .teaser-content, .inner-c .massive-teaser-item .teaser-related {
		float: none;
		width: auto;
	}

}

.nth-child-floats .small-teaser-item {
	float: left;
	width: 50%;
}
.nth-child-floats .small-teaser-item:nth-child(2n+1) {
	clear: left;
	padding-right: 1%;
}
.nth-child-floats .small-teaser-item:nth-child(2n) {
	padding-left: 1%;
}
.nth-child-floats .small-teaser-item .teaser-image {
	float: left;
	width: 32%;
}
.nth-child-floats .small-teaser-item .teaser-title {
	float: right;
	width: 64%;
}
.nth-child-floats .small-teaser-item .teaser-title h2 {
	font-size: 16px;
}
*/






.inner-c .massive-teaser-item .teaser-image {
	width: 50%;
}
.inner-c .massive-teaser-item .teaser-content, .inner-c .massive-teaser-item .teaser-related {
	width: 48%;
	float: right;
}
.massive-teaser-item .teaser-title a {
	font-size: 24px;	
}
.massive-teaser-item .teaser-extras {
	margin: 0 0 10px 0;	
}
.story-list .massive-teaser-item.teaser {
	padding: 0;
}
@media (max-width: 650px) {
.inner-c .massive-teaser-item .teaser-image {
	width: auto;
	float: none;
}
.inner-c .massive-teaser-item .teaser-content, .inner-c .massive-teaser-item .teaser-related {
	width: auto;
	float: none;
}
}

.article-bottom {
	overflow: hidden;
}
.article-bottom .teaser {
	float: left;
	width: 49%;
	padding: 0 0 0 10px;
}
.article-bottom .teaser:nth-child(2n) {
	clear:left;
	padding: 0 10px 0 0;
}
.article-bottom .teaser:nth-of-type(2) {
	border: none;
}
.article-bottom div.teaser:nth-child(4), .article-bottom div.teaser:nth-child(5) {
	padding-top: 10px;	
	margin-top: 10px;	
}
@media (min-width: 400px)  {
.article-bottom .teaser-image {
	float: left;
	margin-bottom: 3px;
	margin-right: 10px;
	width: 49.2%;
}
}

@media (max-width: 550px)  {
.article-bottom .teaser, .article-bottom .teaser:nth-child(2n) {
	float: none;
	padding: 0;
	clear: left;
	width: auto;
}
}

.teaser-related a {
    padding-right: 0;
}
.teaser-related .media-icon {
    border: medium none;
    padding: 0;
    vertical-align: bottom;
}



#header-extras{
    height:0;
    position:relative;
}
.header-content {
	position:relative;
	border-bottom: 1px solid #DDD;
    min-height: 0; 
}
.header-content .advert{
	margin-top:0;	
	margin-bottom: 0;
}
body .navbar-primary-container{
	margin-top:0;	
}
.navbar-default {
	margin-top:0;	
	z-index: 1;
	border-top: none;
	min-height: 80px;
	/*transition: min-height 0.25s 0.25s;*/
}
#frm-search-term{
    height:38px;
    border:1px solid #c0c0c0;
    box-shadow:0 0 15px 0 #f1f1f1 inset;
    display: block;
    text-indent: 0;
    z-index:2;
    margin:0;
    float:left;
    position: relative;
	-webkit-appearance:none;
}
.search-open .navbar-default {
	min-height: 150px;
	transition: min-height 0.25s 0s;
}
.search-open .navbar-default .navbar-collapse, .collapsing {
	-webkit-transition: margin-top 0.25s 0s, height 0.35s ease;
	transition: margin-top 0.25s 0s, height 0.35s ease;
}
.search-open .navbar-default .navbar-collapse {
	margin-top: 145px;
}
.navbar-default .navbar-collapse {
	margin-top: 80px;
	border-top: 1px solid #e1e1e1;
	webkit-transition: margin-top 0.25s 0s, height 0.35s ease;
	transition: margin-top 0.25s 0s, height 0.35s ease;
}
.navbar-toggle {
    border: none;
    height: 29px;
    margin:0;
    padding: 0;
    width: 40px;
    position:absolute;
    bottom:auto;
    top:25px;
    right:20px;
}
.navbar-default .navbar-toggle .icon-bar {
    height: 7px;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-header {
	position: absolute;
	left: 0;
	top: 0;
}
.header-content .site-search {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    top:80px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition:opacity 0.25s 0s, visibility 0s 0.5s;
}
#search-button {
    position: absolute;
    top: 25px;
    right: 75px;
    background-size:29px;
    width:29px;
    height:29px;
    text-indent:-9999px;
    z-index:2;
    cursor:pointer;
}
@media (min-width:650px){
	.header-content .advert{
		margin-top:20px;	
	}
    .navbar-toggle {
        width:50px; 
        height:39px;
        top:44px;
        right:30px;
    }
	.navbar-toggle .icon-bar + .icon-bar{
        margin-top:6px;
    }
    .navbar-toggle .icon-bar {
        height: 9px;
        width:50px;
    }
	.search-open .navbar-default, .navbar-default{
        min-height:130px;
    }
    .navbar-default .navbar-collapse, .search-open .navbar-default .navbar-collapse{
        margin-top:130px;
    }
	.header-content .site-search,
	.search-open .header-content .site-search{
		position:absolute;
		top: 45px;
		right: 100px;
		left: auto;
		width: 275px;
		margin:0;
		height:auto;
		display:block;
		visibility: visible;
		opacity: 1;
	}
	#frm-search-term{
        width:195px;
        margin-right:5px;
        display:inline;
        float:none;
        position: relative;
    }
}

@media (min-width: 1024px) {
	.navbar-header {
		padding: 0;
        margin-top: 0;
		min-height: 28px;
		width: 100%;
	}
	.navbar .navbar-header{
        min-height:0;
        display:none;
    }
	.navbar-brand {
	    position:static;
		padding: 0;
        width: 100%;
        float:none;
        top:40px;
	}
	.search-open .navbar-default, .navbar-default{
        min-height:0;
    }
    .navbar-default .navbar-collapse, .search-open .navbar-default .navbar-collapse{
        margin-top:0;
    }
	.navbar-default .navbar-collapse{
		border-top:none;	
	}
}

#masthead-logo{
    display:block;
    text-indent:-9999px;
    width:185px;
    height:55px;
    background-repeat:no-repeat;
    background-size:185px 55px;
    position:absolute;
    top:13px;
    left:0;
    z-index:2;
}
#verticals-header{
	border-bottom:1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
	height:36px;
	margin:-1px 0 0 0;
}
#verticals{
    transition:opacity 0.25s;
}
#verticals, #verticals ul {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
#verticals ul {
	display: none;	
}
#verticals {
	position:relative;
	height: 35px;
	float:right;
	margin-right:126px;
	z-index: 1003;
}
.no-jail #verticals{
	margin-right:0;	
}
#verticals > li {
	float: left;
	position: relative;
}
#verticals > li:hover, #useful-links > a:hover, #useful-links > li:hover a{
	background:#f6f6f6;	
}
#verticals > li.hide {
	display: none;
}
#verticals > li > a {
	float: left;
	display: block;
	height: 34px;
	padding: 0px 15px;
	line-height: 34px;
	color: #656565;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-left:1px solid #e1e1e1;
}
#verticals li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 35px;
	width: 200px;
}
#verticals li:hover ul a {
	line-height: 18px;
	color: #fff;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
}
#useful-links{
	position:absolute;
	top:0;
	right:0;
	height:36px;
	background:#fff;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	background: transparent;
	border-bottom: 1px solid #e1e1e1;
	transition:opacity 0.25s;
}
.no-jail #useful-links{
	display:none;	
}
#useful-links:hover{
	overflow:visible;
	height:auto;
}
#useful-links > a{
	display: block;
	height: 35px;
	line-height: 35px;
	color: #808080;
	text-decoration: none;
	padding: 0 15px;
	display: block;
	float: right;
	padding-right: 33px;
	border-left:1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	width: 126px;
	position:relative;
}
#useful-links > a:after{
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ccc;
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;	
}
#useful-links li{
	background:#fff;
	clear:both;
}
#useful-links > li > a{
	padding:0 15px;
	display:block;
	line-height:40px;
	font-size: 16px;
	text-decoration: none;
	border-left:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	position:relative;
}
#useful-links.preload, #verticals.preload{
    opacity:0;
}
@media (min-width: 1024px) {
	#useful-links .social-link{
		display:none;
	}
}
@media (min-width: 650px){
    #search-button {
       display:none;
    }   
    .search-open .header-content, 
    .header-content {
       height:auto;
    }
    #masthead-logo{
        top: 25px;
        width:250px;
        height:80px;
        background-size:250px 80px;
    }
}
@media (min-width: 1024px) {
    #search-button {
       display:none;
    }
    .header-content {
        border-bottom:none;
    }
    #header-extras{
        height:auto;
        min-height: 150px;
    }
    #masthead-logo{
        top:8px;
        width:460px;
        height:135px;
        background-size:460px 135px;
    }
}
#social-links {
   display:none;  
}
#social-links a {
    background-repeat: no-repeat;
    background-size:24px;
    display: block;
    float: left;
	position:relative;
}
#social-links a img {
    margin-right: 5px;
}
#social-links a{
	text-decoration:none;
}
#useful-links{
    z-index:1002;
}
#useful-links > .social-link > a:before {
    width: 24px;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    background-repeat:no-repeat;
    background-position:0 8px;
    background-size:24px;
}
#useful-links > .social-link > a {
    padding-left: 45px;
}
#useful-links > .you-tube > a:before{
   background-image: url("/polopoly_fs/7.152365.1453218592!/common/you-tube.png");
}
#useful-links > .twitter > a:before{
   background-image: url("/polopoly_fs/7.152365.1453218592!/common/twitter.png");
}
#useful-links > .facebook > a:before{
   background-image: url("/polopoly_fs/7.152365.1453218592!/common/facebook.png");
}
#useful-links > .google-plus > a:before{
   background-image: url("/polopoly_fs/7.152365.1453218592!/common/google-plus.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    #useful-links > .you-tube > a:before{
       background-image: url("/polopoly_fs/7.152365.1453218592!/common/you-tube-x2.png");
    }
    #useful-links > .twitter > a:before{
        background-image: url("/polopoly_fs/7.152365.1453218592!/common/twitter-x2.png");
    }
    #useful-links > .facebook > a:before{
       background-image: url("/polopoly_fs/7.152365.1453218592!/common/facebook-x2.png");
    }
    #useful-links > .google-plus > a:before{
        background-image: url("/polopoly_fs/7.152365.1453218592!/common/google-plus-x2.png");
    }
}
#useful-links .social-link img {
    margin-right: 5px;
}
@media (min-width: 1024px) {
	 #social-links {
        position: absolute;
        top: 30px;
        right: 30px;
        display:block;
        float:right;
        z-index:2;
    }
}

.search-open .header-content .site-search{
    visibility:visible;
    opacity:1;
    transition:opacity 0.25s 0.25s, visibility 0s 0.25s;
}
.search-open #search-button{
    bottom:90px;
}

@media (max-width: 1023px) {
	
	.nav li {
		border-bottom:1px solid #e1e1e1;
	}
	.primary > li > a{
		background-image:linear-gradient(to bottom, #fefefe 0%, #f2f2f2 100%);
		background-image:-webkit-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
	}
	.secondary.nav {
		border-top:1px solid #e1e1e1;
	}
	.secondary.nav li:last-child{
		border-bottom:none;
	}
	.secondary.nav > li > a {
		padding: 15px 0 15px 20px;
		background:#f1f1f1;
	}
	.nav-arrow-open{
		border-width:25px 15px 0 15px;
		border-top-color:#e33127;
		top:22px;
	}
	.nav-arrow:after, .nav-arrow-open:after{
		display: block;
		position: absolute;
		left: 21px;
		content: '';
		width: 0;
		height: 0;
	}
	.nav-arrow:after{
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left-width: 15px;
		border-left-style: solid;
	}
	.nav-arrow-open:after{
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top-width: 15px;
		border-top-style: solid;
	}
	.primary > li > .nav-arrow:after{
		top:23px;	
	}
	.primary > li > .nav-arrow-open:after{
		top:26px;	
	}
	.secondary > li > .nav-arrow:after{
		top:16px;	
	}
	.secondary > li > .nav-arrow-open:after{
		top:21px;	
	}
	.nav-arrow, .secondary .nav-arrow, .secondary .nav-arrow-open, .nav-arrow-open{
		right: 0;
		top: 0;
		width: 60px;
		height: 100%;
		border: none;
		border-left: 1px solid #e1e1e1;	
		background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
	}
	.secondary-drop .nav > li > a {
		padding-left: 40px;
		background:#f1f1f1;
	}
	.secondary-drop .nav{
		border-top:1px solid #e1e1e1
	}
	.primary.nav > li:last-child {
		border-bottom: none;
	}
	.navbar{
		border:none;	
	}
	.nav > li > a {
		padding: 20px;
	}
}

.login-and-register .advert,
footer .advert {
	display: none !important;	
}



form#login{
	background:transparent;	
	overflow: hidden;
}
#login-links{
	margin:0;
	padding:0;
	list-style:none;
	height:35px;
	line-height:35px;
	padding:0 15px;
	color:#e1e1e1;
	float:left;
	transition:opacity 0.25s;
	opacity:1;
}
#login-links.preload{
	opacity:0;
}
#login-links a{
	text-decoration:none;
	font-size:14px;
}
#login-links a {
	color: #5b5b5b;
}
#login fieldset{
	clear:both;	
}
.login-and-register > ul:first-child{
	display:none;
}
.login-and-register form{
	padding:20px;	
	width: 100%;
	margin:0 auto;
}
.login-and-register{
	overflow:hidden;
	position:relative;
}
.login-and-register h2{
	margin:	25px 0 15px 0;
}
.janrainHeader > div{
	margin-bottom:10px !important;
	color:#333;
	font-size: 26px;
}
.janrainContent{
	padding:0 !important;
	height:auto !important;
	width:auto !important;
}
.janrainHeader {
	height:auto !important;
	width:auto !important;
	padding: 0 5px 5px 5px !important;
	background-color:transparent !important;
}
#janrainProviderPages {
	position:static !important;
}
.janrainContent {
	border:none !important;
	background-color:transparent !important;
}
.janrainContent .providers > li{
	padding:0 !important;
	margin:0 10px 10px 0 !important;
	height:auto !important;
	width:195px !important;
	border:none !important;
}

.janrainContent .providers > li > a{
	padding:8px !important;
	margin:0 !important;
	font-weight:bold !important;
	font-size:14px !important;
	border:1px solid #ccc;
	border-radius:3px;
	line-height:26px !important;
	background:linear-gradient(to bottom, #fefefe 0%, #f1f1f1 100%);
}
.janrainContent .providers > li:hover a{
	background-color:#f1f1f1 !important;
	border-color:#bbb;
}
.janrainContent .providers > li > a > span{
	padding:0 !important;
	margin:0 6px 0 0 !important;
}
#janrainProviderPages {
	width:100% !important;
	overflow:hidden;
}
#janrainProviderPages .providers{
	width:100% !important;
}
.janrainHeader{
	white-space:normal !important;	
}
.janrainContent .providers > li{
	width:100% !important;
	margin-bottom:10px !important;
}

@media screen and (min-width:450px){
	#janrainProviderPages .providers{
		width:calc(50% - 8px) !important;
	}
	.janrainContent .providers > li{
		width:100% !important;
		margin: 0 0 16px 0 !important;
		margin-right:10% !important;
	}
	#janrainProviders_0{
		margin-right:16px !important;
	}
}
input[type="text"], input[type="email"], input[type="password"], select.form-control {
	border: 1px solid #ccc;
	padding: 4px;
	border-radius: 3px;
	background-color:#fff;
}
.form-control[type="text"], .form-control[type="email"], .form-control[type="password"]{
	-webkit-appearance: none;
}
.form-control.error[type="text"], .form-control.error[type="email"], .form-control.error[type="password"], select.form-control.error{
	border-color:#dd0000;
	background-color: #fffafa;
}
.form-control:focus,
.message-comment .form-group input[type="text"]:focus,
.message-comment .form-group input[type="password"]:focus{
	box-shadow:none;
	-webkit-box-shadow:none;
	border-color:#777;
}
#login .control-label{
	color:#666;	
	padding-left:0;
}
#frm-login-email-address, #frm-login-password{
	max-width:100%;	
}
#login .col-sm-10{
	padding-left:0;	
	padding-right: 0;
}
.close{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
	right: 20px;
	position:absolute;
}
#registration-form .close{
	top:20px;	
}
.close a {
	text-indent: -9999px;  
	display: block;  
	width: 20px;  
	height: 20px;
	background:#eee;
	border-radius:100%;
	position:relative;
}
.close a:before, .close a:after{
	height:10px;
	width:2px;
	display:block;
	content:'';
	position:absolute;
	top:5px;
	left:9px;
	background:#d00;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.close a:after{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
.form-horizontal .form-group{
	margin-left:0;
	margin-right:0;	
}

#registration-form label.col-sm-5 {
	line-height: 30px;
}
#registration-form label[for="frm-register-confirmpassword"]{
    line-height: 30px;
}
.form-control[type=checkbox]{
	width:auto;	
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
	padding-top:0;	
}
.form-group .col-xs-2 {
    width: 3%;
    float: right;
    margin: 0;
    padding: 0;
}
label.col-xs-10.control-label {
    width: 96%;
    margin: 0;
    padding: 0;
}
#acceptTerms + .form-group {
	margin: 20px auto;  
	display: -webkit-flex;  
	-webkit-justify-content: center;
	display: flex;  
	justify-content: center;
}
.my24-account .introduction h6{
	font-family: 'Signika',Arial,Helvetica,sans-serif;	
	font-size:26px;
}
.form-control-static{
	padding-top:0;
	margin-top:0;	
}
.form-group input.col-xs-2{
	width:auto;
	margin-top:5px;	
}
@media screen and (min-width:650px){
	
	label.col-xs-10.control-label{
		width:95%;
	}
	#login .control-label{
		width:80px;
		text-align:left;
	}
}
@media screen and (min-width:728px){
	#login .col-sm-10 {
		width: calc(100% - 80px);
	}
	#login .col-sm-offset-2.col-sm-10{
		margin-left:80px;	
	}
}
@media (min-width: 1024px) {
	#login{
		position:relative;
	}
	.login-and-register form{
		width:auto;	
	}
	#login #janrainEngageEmbed{
		position:absolute;
		top: 20px;
		right: 80px;
	}
	#login .janrainContent .providers > li{
		width:180px !important;
	}
	#frm-login-email-address, #frm-login-password{
		max-width:300px;	
	}
	.password-reminder {
		top: 145px;
		left: 170px;
	}
	#login .col-sm-10 {
		width: 83.33333333333334%;
	}
	#acceptTerms + .form-group {
		display: block;
		margin-bottom:0; 
	}
	.login-and-register h2{
		margin:6px 0 25px 0;
	}
	#registration-form label[for="frm-register-confirmpassword"]{
		line-height: 17px;
	}
}

#password {
    border-top: 1px solid #e1e1e1;
}
#password p:first-child{
    margin-top:0;
}
#registration-form input+p{
	font-size:12px;
}
#registration-form .actions {
	padding: 10px 20px;
}
#ClientValidationSummary > p{
	color: #333;
	margin: 0 0 15px 0;
	font-size:26px;
}
#ClientValidationSummary li > a{
    color:#dd0000;   
}
#ClientValidationSummary ul{
    margin-bottom:20px;
}
button.btn.btn-default {
    float:left;
}
fieldset.actions {
    float: left;
}
#login .form-group:nth-of-type(4) {
    float:left;
}
.password-reminder {
    margin:5px 0;
}
.container {
	min-width: 300px;
	background: #fff;
}
.panes .hidden{
	display:none;
}
#signup-form #esEmail {
	width: 99%;
	width: calc(100% - 2px);
	border: 1px solid #CCC;
	height: 27px;
	line-height: 27px;
	border-radius: 4px;
	margin:0;
	padding:15px 5px;
	margin-bottom:10px;
	box-shadow: 0 0 10px 2px #f1f1f1 inset;
}		
#signup-form .full-name label{
	float:left;	
	margin-right: 2%;
}
#signup-form .full-name label.esLastname{
	margin-right:0;	
}
#signup-form .full-name label.esLastname, .full-name label.esFirstname{
	width:35%;
}
#signup-form .full-name .esSalutation{
	width:26%;	
}
#signup-form .full-name select {
	width: 100%;
	float: left;
	margin-right: 2%;
	height: 27px;
	line-height: 27px;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 1px;
}
#signup-form .full-name #esFirstname, #signup-form .full-name #esLastname {
	width: 98%;
	border: 1px solid #CCC;
	height: 27px;
	line-height: 27px;
	border-radius: 4px;
}
#signup-form .full-name #esLastname {
	margin-right: 0;
	float: right;
}
#signup-form label.w50pc{
	width:48%;
	display:block;
	float:left;
}
#signup-form > label{
	width:100%; 
	line-height: 27px;
}
#signup-form label.w50pc input{
	width: 98%;
	width: calc(100% - 2px);
	float: left;
	border: 1px solid #CCC;
	height: 27px;
	border-radius: 4px;
}
#signup-form label.left{
	margin-right:4%;	
}
#signup-form{
	color:#333;
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
#signup-form span{
	color:#333;
}
#signup-form input{
	margin:0;
}
#signup-form input[type="text"]{
	text-indent:4px;
}
#signup-form .section{
	padding: 10px 0;
	clear:both;	
}
#signup-form .section.other_emails{
	padding:0;
	margin-bottom:5px;
}
#signup-form .section.titles{
	padding-bottom:0;
}
#signup-form .section select{
	width: 100%;
	float: left;
	margin-right: 2%;
	height: 29px;
	line-height: 29px;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 4px;
}
#more-options{
	overflow:hidden;
	padding:15px;
	background:#eee;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-top:5px; 
}
#signup-form .buttons {
	overflow: hidden;
	text-align: right;
	margin-top:10px; 
}
#signup-form .buttons input, #signup-form .buttons button {
	cursor:pointer;
}
#signup-form .other_emails label{
	margin-right:5px;
}				
#newsletter_signup_success{
	border: 1px solid #96bc8a;
	background: #c5debd;
	border-radius: 4px;
	padding:10px;
	margin: 0 0 10px 0;
	color:#2c4f21;
	font-weight:bold;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.5);
}
#signup-form .titles label{
	margin-right:10px;
	display:block;
}
.web-form.message-comment fieldset, 
.web-form.message-comment fieldset.highlight,
.web-form.message-comment fieldset.action{
	border:none;	
}
.message-comment h6{
	font-weight:bold;
	font-size:18px;	
}
.message-comment label{
	margin-top:10px;
}
.message-comment .form-group input[type="text"],
.message-comment .form-group input[type="password"]{
	width:100%;
	outline:none;
}
.message-comment label[for="frm-email"],
.message-comment label[for="frm-password"] {
    margin:0;
    line-height:28px;
}
.message-comment .col-md-12,
.message-comment .col-md-3{
    padding:0;
}

.youtube-video-container{
	margin-bottom:20px;	
}
.multiline-tabs{
	margin-bottom:20px;	
}
.multiline-tabs .tab-set{
	margin:0;
	padding:0;	
	float:left;
}
.multiline-tabs .tab-set li{
	float:left;
	list-style:none;
	margin:0;
    border:1px solid #ccc;
    border-right:none;
}
.multiline-tabs .tab-set li a{
	display:block;
	background:#eee;
	padding:7px 10px;
}
.multiline-tabs .tab-set li.current a{
	background:#fff;	
}
.multiline-tabs .tab-content{
	clear:both;
	border:1px solid #ccc;
	display:none;
}
.multiline-tabs .tab-content.streetlife{
	padding:10px 0 0 10px;
}
.multiline-tabs .tab-content.current{
	display:block;	
}
.multiline-tabs .tab-groups {
    overflow:hidden;
    margin:0 0 -1px 0;
}
.multiline-tabs .tab-set:last-child li:last-child{
    border-right:1px solid #ccc;
}
.multiline-tabs .tab-set li.current{
    border-bottom:1px solid #fff; 
}
.multiline-tabs.split .tab-set li:last-child{
    border-right:1px solid #ccc;
}
.multiline-tabs.split .tab-set{
    margin-bottom:-1px;
}
.multiline-tabs.split .tab-set:last-child{
    margin-bottom:0;
}
#videoPlayerContainer .innerWrapper {
    position: relative;
    padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
}
#videoPlayerContainer .innerWrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:450px){
	.message-comment .form-group input[type="text"],
	.message-comment .form-group input[type="password"]{
		width:75%;
	}
}
@media screen and (min-width:750px){
	.message-comment .form-group input[type="text"],
	.message-comment .form-group input[type="password"]{
		width:50%;
	}
}
@media screen and (min-width:700px) and (max-width:1023px){
	.flip-book, .newsletter-sign-up {
		width: 48%;
		float: left;
		position: relative;
	}
	.newsletter-sign-up {
		float: right;
	}
	.newsletter-sign-up + * {
		clear: both;
	}
}
@media print {
	.advert, 
	.newsletter-sign-up, 
	.flip-book, 
	.weather-widget, 
	.story-list.most-read,
	.story-list.article-bottom,
	#footer .useful-links,
	#footer .site-links,
	#footer .brands,
	.st_facebook_hcount,
	.st_twitter_hcount,
	.st_googleplus_hcount,
	.multiline-tabs,
	#verticals-header,
	#search-button,
	body .header-content .site-search,
	#social-links,
	.logInSection,
	.message-comment,
	#streetlife-widget,
	.weather-feeds{
		display: none;	
	}
	.gallery{
		margin:0;	
	}
	a[href]:after{
		content:'';	
	}
	#masthead-logo{
		text-indent:0;
		font-weight:bold;
		font-size:24px;	
		position:static;
		width:auto;
		padding:20px;
	}
	#header-extras{
		height:auto;	
	}
	h2.inpage, 
	h1.inpage{
		margin: 0 0 30px 0;
		padding: 0;
	}
	body .picture-storylist-container h2, 
	body .picture-tiles h2 {
		margin: 0 0 15px 0;
	}
	.content-a .article .updated{
		padding:0 15px 0 0;	
	}
	body #footer > .copyright{
		width:100%;
		text-align:center;	
	}
	.teaser-label{
		font-size:inherit;
		padding:0;
		font-weight: 500;
		border-radius: 0;
		vertical-align: middle;
		font-family: 'Ubuntu', sans-serif;	
	}
	body .teaser .time{
		padding-left:0;	
	}
}

.utitlity-belt {
    margin: 15px 0;
}

body {
	font-family: 'Open sans', sans-serif;
	background: #dadada;
}
.container {
	background: #fff;
	min-width: 320px;
}
.header {
    margin: 0;
}
.container {
	padding: 0;	
}
#main-content {
    padding: 20px 10px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0.8em 0;
}
p, span {
	color: #666;
}
strong {
    color: #555;
}
a {
	color: #428bca;
}

.story-list {
    position:relative;
}
.inpage, .related .inpage {
    border: none;
    float: left;
    overflow: visible;
    margin:0 0 15px 15px;
    padding: 10px 20px;
    background: #047bc1;
	color: #fff;
    border-radius:3px 3px 0 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 21px;
	font-weight: 500;
	text-shadow: 1px 1px rgba(0,0,0,0.25);
}
h2.inpage, h1.inpage {
	font-size: 21px;
}

.related .inpage {
    background: #047bc1 !important;
	color: #fff !important;
}

.article h1.inpage, .article h2.inpage, .article h3.inpage, .article h4.inpage {
    margin:0 0 15px 15px;
}

.content-b .inpage {
    background: #e33127;
    margin-left: 5px;
    padding: 7px 15px;
}
.content-b .inpage:after {
    background: #a1150d;
}
.inpage:after {
    content:'';
    width:100%;
    height:3px;
    background: #004b77;
    position:absolute;
    left:0;
	margin:7px 0 0 0;
	display: block;
}
.inpage + * {
    clear:both;
}
.teaser-title h1 a, .teaser-title h2 a, .teaser-title h3 a, .teaser-title h4 a  {
	font-family: 'Ubuntu', sans-serif;
	color: #333;
	font-weight: 500;
}
.btn, .btn-default:hover {
	line-height: 30px;
	background: #428bca;
	border-radius: 3px;
	border: none;
	color: #fff;
	font-family: Ubuntu,Arial,sans-serif;
	line-height: 30px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
	padding: 0 12px;
	font-weight: bold;
}
.btn:hover, .btn:active, .btn:focus{
	background: #307dbb;
	box-shadow:none;
	color:#fff;
}
.btn.grey{
	background:#e0e0e0;
	color:#333;
	text-shadow:none;
}
.btn.grey:hover, .btn.grey:active, .btn.grey:focus{
	background:#d0d0d0;
	color:#333;	
}

@media (max-width: 400px) {

.inpage {
	font-size: 18px;
    padding: 6px 15px;
    margin:0 0 0 7px;
}
.inpage:after {
	margin: 5px 0 0 0;
}
.teaser-title h1, .teaser-title h2, .teaser-title h3, .teaser-title h4 {
/*    font-size: 20px; */
    line-height: 18px;
}
.massive-teaser-item .teaser-title a {
    font-size: 20px;
}

}

@media (max-width: 321px) {

	.mobile.mpu {
		margin: 20px 0 20px -10px;
	}

}

.teaser .time {
	padding: 0 10px 0 25px;
	background: url("/polopoly_fs/7.152365.1453218592!/icons.png") no-repeat top left;
}
.teaser-content {
	color: #737373;
	line-height: 18px;	
}

.teaser .media-icon {
	padding: 0 10px;
}
.glyphicon-camera:before {
    background: url("/polopoly_fs/7.152365.1453218592!/icons.png") no-repeat scroll 0 -60px;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}
.glyphicon-facetime-video:before {
    background: url("/polopoly_fs/7.152365.1453218592!/icons.png") no-repeat scroll 0 -120px;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

.teaser-related ul {
	list-style-image: url("/polopoly_fs/7.152365.1453218592!/raquo-red.png");
}
.teaser-related li:before {
	content: '';
	display: none;
}

@media (-webkit-min-device-pixel-ratio: 1.5) { 

.teaser .time {
	background: url("/polopoly_fs/7.152365.1453218592!/icons.png") no-repeat 0 -10px;
	background-size: 20px 90px;
}
.glyphicon-camera:before {
	background: url("/polopoly_fs/7.152365.1453218592!/icons.png") no-repeat 0 -40px;
	background-size: 20px 90px;
}
.glyphicon-facetime-video:before {
	background: url("/polopoly_fs/7.152365.1453218592!/icons.png") no-repeat 0 -70px;
	background-size: 20px 90px;
}

}


#useful-links > li > a, #verticals > li > a{
	text-transform: lowercase;
}
#social-links .facebook:after{
    background-image:url("/polopoly_fs/7.152365.1453218592!/f.png");
}
#social-links .twitter:after{
   background-image:url("/polopoly_fs/7.152365.1453218592!/twitter-bird.png");
}
#social-links .google-plus:after{
    background-image:url("/polopoly_fs/7.152365.1453218592!/g-plus.png");
}
#social-links .you-tube:after{
    background-image:url("/polopoly_fs/7.152365.1453218592!/you-tube-arrow.png");
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#e33127; 
}
#useful-links:hover > a:after{
	border-top: 5px solid #e33127;
}

#verticals > li > a > span, 
#useful-links > li > a > span,
.multiline-tabs .tab-set > li > a > span{
	color:#e33127;
}
#login-links a:hover{
	color:#e33127;
}
#verticals > li > a {
	color: #656565;
}
.login-and-register h2{
	font-family:Ubuntu,Arial,sans-serif;
	color:#333;
}
.janrainHeader > div{
	font-family:Ubuntu,Arial,sans-serif !important;
}
#login-links a{
	font-family:Ubuntu,Arial,sans-serif !important;
}

#useful-links > li > a, 
#verticals > li > a,
.multiline-tabs .tab-set li a{
	color: #656565;
	font-family:Ubuntu,Arial,sans-serif;
	font-weight:600;
	font-size: 16px;
}
.nav-arrow:after{
  border-left-color: #e33127;
}
.nav-arrow-open:after{
  border-top-color: #e33127;
}
#search-button {
    background-image:url("/polopoly_fs/7.152365.1453218592!/magnifying-glass-mobile.png");
}
.site-search .btn{
    width:18%;
    height:38px;
    border:none;
    margin:0 0 0 2%;
    background: #020202;
    display: inline;
    vertical-align:top;
    z-index:1001;
	background:linear-gradient(to bottom, #3a90d7 0%, #0077bd 100%);
	background:-webkit-linear-gradient(to bottom, #3a90d7 0%, #0077bd 100%);
	border-radius:0;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    color:#fff;
    line-height:22px;
    font-size:16px;
    width:80px;
    display:block;
    position:absolute;
    top:0;
    right:0;
}
.site-search .btn:active, .site-search .btn.active{
	background:linear-gradient(to bottom, #3d98e3 0%, #0080c9 100%);
	background:-webkit-linear-gradient(to bottom, #3d98e3 0%, #0080c9 100%);
}
.site-search .search-term{
    float:none;
}
#frm-search-term{
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:none;
	width: calc(100% - 80px);
}
@media (min-width: 1024px) {
    #frm-search-term{
        height:38px;
        width: 265px;
    }
	.site-search fieldset {
        width: 100%;
        margin-top:0;
    }
	.site-search .search-term {
		padding:2px;
        width: 180px;
	}
	.header-content .site-search,
	.search-open .header-content .site-search{
        margin:0;
        right: 30px;
        top: 70px;
        width:340px;
	}
}

#social-links a{
    border-radius:3px;
    color:#fff;
    font-weight:bold;
    padding:7px 7px 7px 30px;
    height:28px;
    line-height:14px;
	margin-left: 10px;
}
#social-links a:after{
	content:'';
	display:block;
	position:absolute;
	top:5px;
	left:5px;
	width:18px;
	height:18px;
}
#social-links .facebook {
    background:linear-gradient(to bottom, #4467b6 0%, #3a589b 100%);
}
#social-links .facebook:hover {
    background:linear-gradient(to bottom, #6080d3 0%, #5771b8 100%);
}
#social-links .twitter {
    background:linear-gradient(to bottom, #55c0ef 0%, #2daae1 100%);
}
#social-links .twitter:hover {
    background:linear-gradient(to bottom, #76dcff 0%, #55c5fe 100%);
}
#social-links .google-plus {
    background:linear-gradient(to bottom, #ef5643 0%, #dd4b39 100%);
}
#social-links .google-plus:hover {
    background:linear-gradient(to bottom, #ff725a 0%, #fb6650 100%);
}
#social-links .you-tube {
    background:linear-gradient(to bottom, #e21b1b 0%, #bb0000 100%);
}
#social-links .you-tube:hover {
    background:linear-gradient(to bottom, #ff4332 0%, #dc341b 100%);
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
	#search-button {
        background-image:url("/polopoly_fs/7.152365.1453218592!/magnifying-glass-mobile-x2.png");
    }
    #social-links .facebook{
        background-image:url("/polopoly_fs/7.152365.1453218592!/f-x2.png");
    }
    #social-links .twitter{
        background-image:url("/polopoly_fs/7.152365.1453218592!/twitter-bird-x2.png");
    }
    #social-links .google-plus{
        background-image:url("/polopoly_fs/7.152365.1453218592!/g-plus-x2.png");
    }
    #social-links .you-tube{
        background-image:url("/polopoly_fs/7.152365.1453218592!/you-tube-arrow-x2.png");
    }
}



.picture-storylist-container h2, .picture-tiles h2 {
    background: #047bc1;
    border: none;
    border-radius: 3px 3px 0 0;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 0 15px;
    padding: 10px 20px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
	color: #fff;
}


.picture-storylist-container {
	margin: 20px 0 30px 0;
	overflow: hidden;	
}
.picture-storylist-container .picture-navigator {
    border-top: 3px solid #004b77;
	float:left;
}
.picture-storylist-container {
}
.picture-storylist-container .carousel-inner {
    border: medium none;
}
.picture-storylist-container .storylist-item img {
    border: medium none;
    font-size: 12px;
}
.picture-storylist-container .storylist-item {
    margin: 10px 5%;
    width: 90%;
}
@media (min-width: 1024px) {
.picture-storylist-container .storylist-item {
    margin: 10px 0 10px 2%;
    width: 22.5%;
}
}

.picture-tiles .images {
    background: none repeat scroll 0 0 #ececec;
    border-top: 3px solid #004b77;
    border-bottom: 2px solid #004b77;
    padding: 5px;
}




#streetlife-widget .messages {
	padding:0px; 
}
#streetlife-widget .messages .content {
	width: 70% !important;
	height: 108px !important;
}
#streetlife-widget {
	margin-bottom:15px; 
	width: 100% !important;
}
#streetlife-widget h2.inpage {
    background: none;
    padding: 0;
}
#streetlife-widget h2.inpage a {
	color: #333;
}
#streetlife-widget h2.inpage:after {
	display: none;
}


.streetlife-life-1 .left {
	width: 100% !important;
}

@media(min-width:368px){
.streetlife-life-1 .left {
	width: 368px !important;
}
}

.streetlife-life-1 {
	width:100% !important;
}

.sprite-archant-life-neighbours {
	display:none !important;
}

@media(max-width:355px) {
.sprite-archant-life-site {
	zoom:0.7;
	-moz-transform:scale(0.70);
	-moz-transform-origin: 0 0;
}
}

@media(min-width:594px) {
.sprite-archant-life-neighbours {
	display:block !important;
}
}

.streetlife-life-1{
    font-family:Arial, Helvetica, sans-serif;
    border:1 solid #333;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    color:#111111;
}
.streetlife-life-1 a, .streetlife-life-1 a:hover, .streetlife-life-1 a:visited{
    color:#368cc5;
    text-decoration:none;
}
.streetlife-life-1 a:hover{
    text-decoration:underline;
}

.streetlife-life-1 h1{
    font-size:35px;
    margin:0px 0px 0px 5px;
}
.streetlife-life-1 h2{
    font-size:25px;
    margin:0px 0px 30px 5px;
    font-weight:normal;
}
.streetlife-life-1 h3{
    font-size:20px;
    margin:0px;
    font-weight:normal;
}
.streetlife-life-1 .left{
    width:368px;
    float:left;
    font-size:15px;
    line-height:26px;
}
.streetlife-life-1 .right{
    width:210px;
    float:left;
    font-size:15px;
    line-height:22px;
    padding-left:10px;
}
.streetlife-life-1 .clear{
    clear:both;
}

.sprite-archant-life-neighbours,
.sprite-archant-life-site,
.sprite-archant-life-join,
.sprite-archant-life-logo,
.sprite-archant-life-arrow_up,
.sprite-archant-life-arrow_down{background-image:url(http://www-static.streetlife.com/s/images/c/archant-life.png);background-repeat:no-repeat}
.sprite-archant-life-neighbours{background-position:0px 0px;width:594px;height:92px;}
.sprite-archant-life-site{background-position:0px -92px;width:345px;height:238px;}
.sprite-archant-life-join{background-position:-345px -92px;width:216px;height:85px;}
.sprite-archant-life-logo{background-position:-345px -177px;width:192px;height:41px;}
.sprite-archant-life-arrow_up{background-position:-345px -218px;width:118px;height:70px;}
.sprite-archant-life-arrow_down{background-position:-463px -218px;width:118px;height:70px;}
.sprite-archant-life-neighbours{
    margin-top:20px;
    margin-bottom:20px;
}
.sprite-archant-life-logo{
    margin-left:10px;
    margin-top:20px;
	margin-bottom:20px;
}
.sprite-archant-life-arrow_down{
    margin-bottom:10px;
}
.sprite-archant-life-arrow_up{
    margin-top:10px;
}
.streetlife-life-1 a.full{
    display: block;
    height:100%;
}


@media screen and (max-width:650px){
	.streetlife-life-1-container .sprite-archant-life-neighbours{
		display:none !important;
	}
	.streetlife-life-1 .right{
		float:none;
		width:100%;
		clear:both;
		padding:0;
		margin:10px 0 0 0;
		overflow: hidden;
	}
	.sprite-archant-life-arrow_up, .sprite-archant-life-arrow_down{
		display:none;	
	}
	.streetlife-life-1 h3{
		margin:10px 0 0 0;	
	}
	.streetlife-life-1 .left{
		width:100% !important;	
	}
}
@media screen and (max-width:450px){
	.sprite-archant-life-join{
		margin:0 auto;	
	}
	.sprite-archant-life-logo{
		margin:20px auto;
	}
}

@media screen and (max-width:400px){
	.sprite-archant-life-site{
		width:260px;
		height:179px;
		zoom:1;
		background-size: 448px;
		background-position: 0 -69px;
	}
	.streetlife-life-1 h1{
		font-size:30px;	
	}
	.streetlife-life-1 h2{
		margin-bottom:15px;
		font-size:22px;	
	}
	.streetlife-life-1 h3{
		font-size:18px;	
	}
}

.forcast p {
    float: right;
    clear: right;
    margin: 5px 0;
    width: 50%;
}
.weather-widget .forcast .weather-image {
    float: left;
    margin: 0 0 0 5%;
    width: 35%;
}



@media (min-width: 1024px) {

.navbar {
	border: none;	
}
.primary {
    background: #e33127;
    height: 52px;
	padding: 0 0 0 15px;
	border-bottom: 3px solid #333;
}

.primary > li > a {
	height: 52px;
	padding: 0 15px;
	line-height: 51px;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.15);
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 500;
}
.primary > li > a:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.1);
}
.primary > li.active > a {
	background: #333;
	background: -webkit-linear-gradient(top, #454545 0%,#333 100%);
	background: -ms-linear-gradient(top, #454545 0%,#333 100%);
	background: linear-gradient(to bottom, #454545 0%,#333 100%);
	line-height: 51px;
	height: 55px;
	margin-top: -3px;
}

.secondary {
	height: 40px;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #CCC;
	background: #eaeaea;
	background: -webkit-linear-gradient(top, #ededed 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top, #ededed 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom, #ededed 0%,#e6e6e6 100%);
}
.secondary.nav > li {
	padding: 0;
	position: relative;
	transition: background 0.5s ease;
}
.secondary.nav > li:hover {
	background: rgba(0,0,0,0.05);
	transition: background 0.1s ease;
}
.secondary.nav > li.active {
	background: rgba(0,0,0,0.08);
	transition: background 0.5s ease;
}
.secondary.nav > li.active:hover {
	background: rgba(0,0,0,0.13);
	transition: background 0.1s ease;
}
.secondary.nav > li > a {
	height: 40px;
	padding: 0px 15px;
	float: left;
	display: block;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
}
.secondary.nav > li:hover a {
	text-decoration: none;
}
.secondary.nav .nav-arrow {
	width:0px;
	margin: 6px -8px 0 9px;
	height: 5px;
	border: 6px solid transparent;
	border-top-color: #ccc;
	display: block;
	position: inherit;
	float: left;
}

.primary-drop .drop-content-b {
	display: none;	
}
.primary-drop .drop-content-a {
	margin: 0;
	float: none;	
}
.primary-drop ul.nav {
	margin: 0;
	padding: 0;
	background: #333;
	width: 250px;	
}
.primary-drop ul.nav li {
	padding: 0;	
}
.primary.nav .primary-drop ul.nav > li > a {
	display: block;
	padding: 8px 20px;
	color: #fff;
}
.primary.nav .primary-drop ul.nav > li > a:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.1);
}
.navbar-secondary-container .nav.secondary-drop {
	margin-top: 39px;
	border: 1px solid #ccc;
	background: #e6e6e6;
	width: 200px;
}
.nav.secondary .drop-content-b {
    display: none;
}
.nav.secondary .drop-content-a {
	margin: 0px;
	float: none;
}
.nav.secondary .drop-content-a ul.nav {
	margin: 0;
	padding: 0;
}
.secondary-drop .drop-content-a > ul > li {
	padding: 0px;
}
.secondary.nav .secondary-drop li a {
	display: block;
	padding: 7px 15px;
	color: #575757;
	font-weight: normal;
}
.secondary.nav .secondary-drop li a:hover {
	background: rgba(0,0,0,0.05);
}



}

.intro p:first-child {
	font-weight: 300;
	font-size: 18px;
	color: #333;
}

.button {
	background: #0077bd;
	border-radius: 3px;
	color: #fff;
	padding: 6px 13px;
	font-weight: 600;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	margin: 0 10px 0 0;
}
.button:hover {
	text-decoration: none;
	background: #0067a3;
}

.tabs {
	overflow: hidden;
	list-style: none;
	margin: 20px 0;
	padding: 0 0 0 15px;
	border-bottom: 3px solid #004b77;
}
.tabs a {
	display: block;
	height: 32px;
	background: #bfbfbf;
	color: #fff;
	padding: 0px 15px;
	margin: 10px 10px 0 0;
	float: left;
	line-height: 32px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	border-radius: 3px 3px 0 0;
	outline: none;
	font-weight: 600;
}
.tabs a.current {
	background: #0077bd;	
}
.tabs a:hover {
	text-decoration: none;
	background: #a6a6a6;
}
.tabs a.current:hover {
	background: #0067a3;	
}
.tabs a:focus {
	text-decoration: none;
}


.custom-list-style {
	list-style: none;
	padding: 0 10px 0 20px;
}
.custom-list-style li {
	padding: 0 0 0 20px;
	background: url("/polopoly_fs/7.152365.1453218592!/raquo-red.png") no-repeat 0px 5px;
	margin: 0px 0px 2px 0px;
}

.digital .introduction h2 {
	margin-top: 0;
}
.digital .introduction {
	overflow: hidden;
	padding: 0 0 30px 0;
}
.digital .introduction ul {
	padding: 10px 20px;
}
.digital .introduction .pagesuite-image {
	display: block;
	float: left;
	width: 46%;
	padding: 12px 0px;
	margin: 15px 2% 0 2%;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
.digital .introduction .pagesuite-image img {
	width: 100%;
}

.introduction-float-right {
	float: right;
	width: 50%;
	padding: 20px 0px;	
}
.introduction-float-right .button:first-of-type {
	margin-left: 40px; 
}

@media (max-width: 500px) {

.introduction-float-right {
	float: none;
	width: auto;
}
.introduction-float-right {
	padding: 20px 0px;	
}
.digital .introduction .pagesuite-image {
	float: none;
	width: 96%;
}

}

.free-subscription {
	overflow: hidden;
	padding-bottom: 15px;
}
ul.free-subscription-circle {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 160px;
	float: left;
	overflow: hidden;
}
ul.free-subscription-circle li {
	line-height: 120px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 32px;
}
.free-subscription p {
	margin: 30px 0 20px 0; 	
}

ul.subscriptions {
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.subscriptions li, ul.free-subscription-circle li {
	background: #0077bd;
	border-radius: 100%;
	display: block;
	float: left;
	font-family: 'Ubuntu',sans-serif;
	height: 120px;
	margin: 0 7px 0 0;
	width: 120px;
}
@media (max-width: 550px) {
ul.free-subscription-circle li {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
}
ul.free-subscription-circle {
	width: 100px;
}
.free-subscription p {
	margin: 15px 0 10px 0; 	
}

}
.subscriptions li p {
	margin: 0px;
	text-align: center;
}
.subscriptions li p:nth-child(1) {
    color: #fff;
    font-size: 2.4em;
    padding: 25px 0 0;
}
.subscriptions li p:nth-child(2) {
    color: rgba(255,255,255,0.7);
    font-size: 1.2em;
	line-height: 10px;
	padding: 0;
}
.subscriptions li p:nth-child(3) {
    color: rgba(0,0,0,0.4);
    font-size: 0.8em;
	line-height: 25px;
}
.subscriptionInfo a.button {
	float: right;
	margin: 20px 20px 0 0;	
}
@media (max-width: 750px) {
	
.subscriptions li {
	margin-bottom: 7px;
}
	
}

.help .answers {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.help .answers > li {
	padding: 10px 0;
}
.help .answers h2 {
	margin: 0 0 10px 0;
}


.magazines {
    padding: 0;
	list-style: none;
}
.magazines li {
    float: left;
    width: 33.33%;
}
.magazines li img {
    border: 1px solid #b6b6b6;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin: 20px 2% 4% 2%;
    padding: 5px;
    width: 96%;
}
.magazines p {
    font-size: 1.1em;
    font-weight: 600;
	margin: 5px;
    text-align: center;
}
.magazines a:hover {
	text-decoration: none;
}
@media (max-width: 750px) {
	.magazines li {
		width: 50%;
	}
	.magazines li:nth-child(2n+1) {
        clear:left;
    }
}

.small-ads h2 a, .buySell h2 a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.small-ads-buy, .small-ads-sell {
    padding: 20px 0;
    width: 47%;
    float: left;
}
.small-ads-sell {
    float: right;
}
.buySell {
    float: left;
    padding: 10px 0;
    width: 100%;
}
.buySell img {
    float: left;
    padding: 0 37px 20px 0;
}
.buySell h2 {
	margin-top: 0;
}
@media (max-width: 750px) {
.buySell img {
	float: none;
	padding: 10px 0;
}
.small-ads-buy, .small-ads-sell {
	float: none;
	width: auto;
	padding: 0;
}
}

.press-complaints-commission img {
	float: right;
}

.advertise-with-us-holder ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.online ul li:nth-child(1), .print ul li:nth-child(1) {
    font-weight: bold;
}
.advertise-contacts {
    overflow: hidden;
}
.advertise-contacts .online, .advertise-contacts .print {
    float: left;
    width: 50%;
}
.advertise-with-us-holder ul li span {
    color: #888;
}
.advertise-service-packs-downloads span {
    display: block;
}
.advertise-with-us-holder .listing {
    float: left;
    width: 50%;
}
.advertise-with-us-holder .listing:nth-child(2n+1) {
    clear: left;
}

.advertise-with-us-holder h3 {
	font-family: 'Ubuntu',sans-serif;
	padding-left: 20px;
	background: url("/polopoly_fs/7.152365.1453218592!/raquo-blue.png") 4px 8px no-repeat;	
}
@media (-webkit-min-device-pixel-ratio: 1.5) { 
.advertise-with-us-holder h3 {
	background: url("/polopoly_fs/7.152365.1453218592!/raquo-blue-x2.png") 4px 8px no-repeat;
	background-size: 10px 9px;	
}

}

@media (max-width: 750px) {
.advertise-with-us-holder .listing, .advertise-contacts .online, .advertise-contacts .print {
	float: none;
	clear: none;
	width: auto;
}
.advertise-service-packs-downloads img {
    width: 75%;
}
}

.contact-page {
	overflow: hidden;	
}
.contact-page h2 {
	font-family: 'Ubuntu',sans-serif;
	padding: 0 0 10px 20px;
	background: url("/polopoly_fs/7.152365.1453218592!/raquo-blue.png") 4px 8px no-repeat;
	font-size: 22px;
	border-bottom: 1px solid #CCC;
}
.contact-page .overflow {
	overflow: hidden;
}
.contact-page ul.listing {
	padding: 0;
	margin: 0 2%;
	list-style: none;
	width: 46%;
	float: left;
	padding: 0 0 20px 0;	
}
.contact-page ul li {
	color: #666;
}
.contact-page ul li.facebook, .contact-page ul li.twitter {
	background: url("/polopoly_fs/7.152365.1453218592!/facebook.png") no-repeat top left;
	line-height: 24px;
	height: 24px;
	margin: 5px 0;
	padding: 0 0 0 30px;
}
.contact-page ul li.twitter {
	background: url("/polopoly_fs/7.152365.1453218592!/twitter.png") no-repeat top left;
}
.contact-page ul strong {
	color: #333;
}
@media (max-width: 700px) {
.contact-page ul.listing {
	width: auto;
	float: none;
}
}

@media (-webkit-min-device-pixel-ratio: 1.5) { 

.contact-page h2 {
	background: url("/polopoly_fs/7.152365.1453218592!/raquo-blue-x2.png") 4px 8px no-repeat;
	background-size: 10px 9px;	
}
.contact-page ul li.facebook {
	background: url("/polopoly_fs/7.152365.1453218592!/facebook-x2.png") no-repeat top left;
	background-size: 10px 9px;
}
.contact-page ul li.twitter {
	background: url("/polopoly_fs/7.152365.1453218592!/twitter-x2.png") no-repeat top left;
	background-size: 10px 9px;
}

}


#ClientValidationSummary li{
	list-style-image:url("/polopoly_fs/7.152365.1453218592!/raquo-red.png");	
}
#ClientValidationSummary > p{	
	font-family: Ubuntu,Arial,sans-serif;
}
#footer {
	background: #f2f2f2;
	padding: 20px;
	overflow: hidden;
}

.useful-links, .site-links, .brands {
    float: left;
    margin: 0 2% 0 0;
    position: relative;
    width: 32%;
}
.brands {
	margin: 0;
}
.copyright {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 10px;
	color: #666666;
}
.copyright a {
	color: #e33127;
}

#footer .inpage {
	background: #e33127;
	margin-left: 8px;
	padding: 7px 15px;
}
#footer .inpage:after {
    background: #a1150d;
}

.useful-links ul, .site-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
	width: 60%;
	float: left;
}
.useful-links ul.left {
	width: 40%;
}
.site-links ul {
	width: 45%	
}
.site-links ul.left {
	width: 55%	
}

.useful-links ul a {
	display: block;
	padding: 1px 0px 1px 15px;
	font-weight: 600;
	color: #999;
	font-size: 18px;
	text-decoration: none;
}
.useful-links ul a {
	color: #777;
}
.useful-links ul a span {
	color: #e33127;
}
.site-links ul a {
	display: block;
	color: #666;
	padding: 1px 0 1px 20px;
	background: url("/polopoly_fs/7.152365.1453218592!/raquo-red.png") 4px 7px no-repeat;
	text-decoration: none;
}
.site-links ul a:hover {
	color: #444;
}

@media (max-width: 1024px) {
.useful-links ul, .site-links ul {
	float: none;
}
}

@media (max-width: 728px) {

.brands {
    width: 100%;
}
.useful-links, .site-links {
	width: 48%;
}
.site-links {
	margin: 0 0 0 2%;	
}
.useful-links ul, .site-links ul {
	float: left;
}
.brands a, .brands a.edp {
	float: none;
	clear: none;
	margin: 10px auto!important;
}

}

@media (max-width: 600px) {

.useful-links, .site-links {
	width: 100%;
	margin: 10px 0;
	float: none;
}

}

@media (-webkit-min-device-pixel-ratio: 1.5) { 

.site-links ul a {
	background: url("/polopoly_fs/7.152365.1453218592!/raquo-red-x2.png") 4px 7px no-repeat;
	background-size: 10px 9px;	
}


}

.article article {
    overflow: hidden;
}

.article .standard-image-225 {
    float: right;
    margin-left: 5%;
    width: 35%;
}
.standard-image-225 + .stand-first {
    clear: left;
}
.object-right.gallery {
    float: right;
    margin: 20px 0 10px 3%;
    width: 30%;
}
.stand-first {
	font-size: 18px;
}

.story-list.related, .article-keywords {
    clear: both;
}
.article article a strong {
	color: #428bca;	
}
.stand-first {
    clear: both;
}
.article h1 {
	color: #333;
    font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
    font-weight: 500;
	margin: 5px 0 15px 0;	
}
.article .updated {
	margin: 0 0 10px 0;
	padding: 0 15px 0 25px;
	background: url("/polopoly_fs/7.152365.1453218592!/icons.png") no-repeat top left;
	float: left;
}
.article .byline {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	border-left: 1px solid #ccc;
}
.article .article-image {
	clear: both;	
}
.article-image-info {
	padding: 8px;
	border-bottom: 1px solid #ddd;	
}
.article-image-info .article-image-caption {
	font-style: italic;
	color: #555;
	margin: 0px;
}
.article-image-copyright {
	display: none;	
}


.poll-element {
    padding:0;
    margin: 20px 0;
	border: 1px solid #e5e5e5;
    border-top: 3px solid #009ad7;
    border-bottom: 1px solid #009ad7;
	background: #f2f2f2;
}
@media (max-width: 650px) {

.article .poll-element {
    width: auto;
    margin: 20px 0;
	float: none;
}

}
.article .poll-element {
    width: 50%;
    margin: 0 0 2% 2%;
    float: right;
	clear:right;
}

.poll-element h2 {
	margin: 0px;
	padding: 15px 20px 0 20px;
	color: #333;
    font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
    font-weight: 500;
}
.poll-element p {
	margin: 0;
	padding: 0 20px 15px 20px;
}

.poll-element fieldset, .poll-element .results {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 15px;
	position: relative;
}
.poll-element .results {
    margin-bottom: -45px;
	padding: 20px 20px 5px 20px;
}

.poll-element label {
	font-weight: normal;
	color: #333;
}
.poll-element {
	padding: 0px 0px 65px 0px;
	
}
.poll-element .btn {
	position: absolute;
	bottom: -48px;
	left: 20px;
}
.poll-element .progress {
	box-shadow: none;
}
.poll-element .progress-bar {
	box-shadow: none;
	background: #0077bd;
}


.content-stastics {
	border: 1px solid #e5e5e5;
	border-top: 3px solid #0077bd;
	border-bottom: 1px solid #0077bd;
	width: 40%;
	float: right;
    margin: 0 0 2% 2%;
	clear:right;
}
@media (max-width: 650px) {

.content-stastics {
    width: auto;
    margin: 20px 0;
	float: none;
}

}
.content-stastics h3 {
	margin: 0px;
	padding: 15px 20px;
	color: #333;
    font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
    font-weight: 500;
	background: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
}
.content-stastics p {
	padding: 0px 20px;
}


.quotation {
	border-left: 6px solid #0077bd;
	padding: 15px 25px;
	margin: 20px 0px;
}
.quotation p {
	margin: 0;
}
.quotation cite {
	font-size: 18px;
	font-style: italic;
	color: #9c9c9c;
	margin: 0px;
}
.quotation .author strong {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0px;
}


.story-list.related ul {
	list-style: none;
	padding: 0 10px 0 20px;
}
.story-list.related ul li {
	padding: 0 0 0 20px;
	background: url("/polopoly_fs/7.152365.1453218592!/raquo-red.png") no-repeat 0px 5px;
	margin: 0px 0px 2px 0px;
}


.article-keywords {
	padding: 0;	
}

.article-comments {
	border: none;	
}
.article-comments .view-count {
	font-size: 24px;
	padding: 0 0 0 25px;
	color: #333;
    font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
    font-weight: 400;
}
.article-comments > p:last-child {
	color: #9a9a9a;
    font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
	font-style: italic;
	margin-top: 0;
	padding: 0 20px;
}
.article-comments ul li {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.article-comments .comment-detail {
	position: relative;	
	padding: 15px 20px;
	margin: 0px;
	border: 1px solid #dadada;
	border-left: 5px solid #0077bd;
}
.article-comments .comment-detail:before,.article-comments .comment-detail:after  {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border: 9px solid rgba(0,0,0,0);
	border-top-color: #dadada;
	position: absolute;
	bottom: -17px;
	left: 30px;	
}
.article-comments .comment-detail:after {
	border: 8px solid rgba(0,0,0,0);
	border-top-color: #fff;
	bottom: -15px;
	left: 31px;
}

.article-comments .comment-detail p:last-child {
	position: absolute;
	right: 10px;
	bottom: -45px;
	font-size: 12px;
}
.article-comments .comment-detail p:first-child {
	position:static;
	font-size:14px;
}
.article-comments .comment-data {
	padding: 0 150px 0 25px;
	overflow: hidden;	
}

.article-comments .comment-data p {
	float: left;
	margin: 10px 0;
	border-left: 1px solid #d6d6d6;
	line-height: 20px;
	height: 20px;
	padding: 0 0 0 15px;
	color: #a6a6a6;
	width: 250px;
}

.article-comments .comment-data p.author {
	border: none;
	width: auto;
	font-size: 16px;
	color: #333;
    font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
    font-weight: 500;
	padding: 0 15px 0 0;
}


.notification.errors {
	/* something green */	
}




