/*!
 * 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.1495187909!/img/glyphicons-halflings-regular.eot');
  src: url('/polopoly_fs/7.83362.1495187909!/img/glyphicons-halflings-regular.eot%3F%23iefix') format('embedded-opentype'),
       url('/polopoly_fs/7.83362.1495187909!/img/glyphicons-halflings-regular.woff') format('woff'),
       url('/polopoly_fs/7.83362.1495187909!/img/glyphicons-halflings-regular.ttf') format('truetype'),
       url('/polopoly_fs/7.83362.1495187909!/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;
}
@media (max-width: 767px){
	#cookielaw{
		position: static;
	}
}
#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 > .col-md-8,
    #cookielaw > .row > .col-sm-4 {
		padding: 0;
	}
	#cookielaw .label {
		float: right;
		padding: .8em 1em;
		text-decoration: none;
		width: 160px;
	}
	#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.1495187909!/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.1495187909!/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: #DF0024;
  	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 #595959;
}

.subscription-widget form button.btn.btn-default{
    float: right;
    border-radius: 0;
    border: none;
    background-color: #DF0024;
    color: #FFF;
    text-transform: uppercase;
    margin-right: -20px;
    padding-right: 50px;
}

.subscription-widget form button:hover{
    color: #FFF;
    background-color: #DF0024;
}

/* Do not show this field - important */
.subscription-widget .sub-terms-cond {
    overflow: hidden;
    text-indent: -200%;
    float: left;
}
.subscription-widget .sub-terms-cond label input{
    margin-left: -100%;
}

/*------------------------------------------------------------------------------------------------------------------------
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;
}
.article p,
.article p a,
.article p em,
.article .stand-first h2 {
    font-size: 18px;
    line-height: 1.428571429;
}
.article .byline, 
.article .byline a, 
.article .updated {
    font-size: 14px;
}
.article .stand-first h2 {
	font-family: inherit;
}
.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.1495187909!/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/embed
---------------------------------------------*/
.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;
}

/*  Factbox
---------------------------------------------*/
.article .content-stastics a {
    word-wrap: break-word;
}
/*  Embed
---------------------------------------------*/
.article .embedder {
	clear: both;
}
/*-----------------------------------------------------*/
/*  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.1495187909!/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.1495187909!/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;
}
// Styling for Lazy Loading images in Story Lists

.teaser-image{
  display: block;
  width: 100%;
}

.teaser-image a{
  display: block;
  width: 100%;
}

.teaser-image a .lazy-hidden { 
    background: #eee;
    background-image: url("/polopoly_fs/7.83362.1495187909!/img/spin-loader.gif") no-repeat 50% 50%;
    display: block;
    height: auto;
    width: 100%;
}

.teaser-image a .lazy-hidden {
    opacity: 0;
}
.teaser-image a .lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}
/*!
 * Advert-specific CSS
 */

/*  Leaderboard, Sticky: background and padding */
.header .sticky-leaderboard {
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* TEADS: Remove White Space caused by fixed MPU height on some themes */
article .advert .ad-slot-teads{
    height: auto;
}

/* Leaderboard, Sticky, Desktop: sort out z-index issues with Search boxes etc */
@media (min-width: 1024px){
	.header .sticky-leaderboard {
      background: white;
      padding-top: 10px;
      padding-bottom: 10px;
    }
}

/*!
 * Mobile fixes: 
 *  - Centre Leaderboard
 *  - Add space below article comments before MPU


@media (max-width: 727px){
	.advert .mobile.leaderboard{
		width: auto;
		height: auto;
	}

	.article-comments{
		margin-bottom: 20px;
	}
}
*/

/* Leaderboard, Sticky: fix unwanted white space in top margin */
/*
@media (min-width: 650px){
	.header-content .advert {
    	margin-top: 0px;
	}
}

*/
/* ///////////////////////////////////////////////////////

Project : London24 Template
File    : South-West-Layout.css
Contents: Styles to control the layout of the South West sites
Colours, images, borders, background are handled by the seperate South West styles css files.
This is built to work on top of bootstrap-base.css, and bootstrap.css

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 Register - nb: This is currently only active on /home/upload-a-photo/upload_a_photo_7_58930
    1.6 Login - same as above
	1.7 Login/Register Links
------------------------
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 Teasers/Storylist                   Usually found in main content
        Custom Storylists
        2.6.1 Bullets
        2.6.2 Bordered
        2.6.3 Gradient Bg
    2.7 Picture Navigator
    2.8 Picture Tiles
    2.9 Personalised Storylist
    2.10    Puff Widgets                    Usually found in right column
        2.10.1  Promo Puff
            2.10.1.1    Small image
            2.10.1.2    Promotional Queue
        2.10.2  Quote Puff
        2.10.3  Local London Puff
    2.11 Trending
    2.12 What's On
    2.13 Poll
	2.14 Newsletter Widget
	2.15 Accordion
    2.16 Most Read
	2.17 Promotions
    2.18 Callouts
	2.19 Promo Panels
	2.20 HTML Static Content
    
------------------------
3. PAGES
------------------------
    3.1 Articles Layout
        3.1.1   Journalist Header   
        3.1.2   Utilities
		3.1.3	Other News Stories
    3.2 Gallery
    3.3 Inline Gallery
    3.4 Search Results Page
    3.5 Search Page
    3.6 A-Z Page
    3.7 Cookie Policy
	3.8 Contact Us
		3.8.1 Send Us a Story
	3.9 Home
		3.9.1 Jobs
		3.9.2 RSS feeds
	3.10 About
    3.11 Advertise
    3.12 Newsletter
    3.13 E-Edition
	3.14 Buy And Sell
	3.15 Videos
	3.16 RSS, Feeds, Widgets
    3.17 Streetlife
/*------------------------------------------------------------------------------------------------------------------------
1. COMMON TO ALL PAGES
------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------
1.1 Generic
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	h2, .h2 {
		font-size: 23px;
	}
}

p.p {
   margin-bottom: 10px 
}

.form-control:focus {
    outline: -webkit-focus-ring-color auto 5px;
    border-color: #EEE;
}

/*-------------------------------------------------------
1.2 Header
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.header{
	position: relative;
	padding-bottom: 10px;
} 
.header-content {
	margin: 0 -20px;
}

/* 
NT: There was a error on stylesheet here:
Width:100% was outside the brace with no rule, but a closing brace.
Not sure of effect!
*/
.head-banners {
	margin: 0 20px;
    width: 100%;
}
.header h1, 
h1.title {
	margin: 10px 20px;
}
#date {
    display: none;
    position: absolute;
    right: 20PX;
    top: 10px;
}
button.navbar-toggle {
	z-index: 10;
}

.inner-c:before, .inner-c:after{
	content: " ";
	display: table;
	clear: both;
}
.inner-c {
	clear: both;
}

/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.header h1,
    h1.title {
		margin: 10px 0;
	}
	#date {
		display: inline;
	}
}

/*-----------------------------------------------------*/
/* 1.2.1 Header - Useful Links
------------------------------------------------------*/

#verticals-header{
	border-bottom: 1px solid #e1e1e1;
	height: 36px;
	width: 100%;
	position: relative;
    background-color: #fff;
}

#useful-links{
    position:absolute;
    top:0;
    right:0;
    height:36px;
    background:#fff;
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
    background: transparent;
    transition:opacity 0.25s;
	z-index: 10001;
	border-bottom: 1px solid #e1e1e1;
}

.no-jail #useful-links{
    display:none;   
}

.useful-links-hover{
    overflow:visible !important;
    height:auto !important;
}

#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;
    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:hover > a:after{
    border-top: 5px solid #00adef;
}

#useful-links li{
    background:#fff;
    clear:both;
}

#useful-links > li > a{
    padding:10px 15px;
    display:block;
    color: #656565;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    font-family:Signika,Arial,sans-serif;
    text-transform:lowercase;
    border-left:1px solid #e1e1e1;
    border-top:1px solid #e1e1e1;
    position:relative;
}

#useful-links.preload, #verticals.preload{
    opacity:0;
}
#verticals{
	margin: 0;
}

@media (min-width: 1024px) {
	#verticals-header{
		border-left: 1px solid #e1e1e1;
	}
	#useful-links{
		border-right: 1px solid #e1e1e1;
	}
}
/*-----------------------------------------------------*/
/* 1.2.1 Header - Social Links
------------------------------------------------------*/

#social-links{
	display: none;
}

@media (min-width: 1024px) {
	#social-links{
        display: block;
		clear: both;
		margin: 0px 10px 10px 10px;
	}

	#social-links a {
		display: block;
		height: 24px;
		float: left;
		padding-left: 29px;
		line-height: 24px;
        margin-right: 10px;
	}
    
	#social-links a:last-child {
		margin-right: 0px;
	}
	
	#social-links{
		float: right;
	}

	#header-extras{
		position: absolute;
		right: 0;
		z-index: 10000;
	}
}

#social-links .facebook {
    background: url('/polopoly_fs/7.170315.1504005771!/img/facebook.png') no-repeat;
}
#social-links .facebook:hover {
    
}
#social-links .twitter {
    background: url('/polopoly_fs/7.170315.1504005771!/img/twitter.png') no-repeat;
}
#social-links .twitter:hover {
    
}
#social-links .google-plus {
    background: url('/polopoly_fs/7.170315.1504005771!/img/googleplus.png') no-repeat;
}
#social-links .google-plus:hover {
    
}
#social-links .you-tube {
    background: linear-gradient(to bottom, #e21b1b 0%, #bb0000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#social-links .you-tube:hover {
    background: linear-gradient(to bottom, #ff4332 0%, #dc341b 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*-----------------------------------------------------*/
/* 1.2.3 Header - Search
------------------------------------------------------*/

#header-extras .site-search{
	display: block;
	clear: both;
	margin: 10px 10px 0px 10px;
}

.site-search fieldset{
    margin-top: 0px;
    margin-bottom: 10px
}

/*-------------------------------------------------------
1.3 Footer
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
/*-------------------------------------------------------
1.3 Footer
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.footer {
    margin-left: -10px;
    margin-right: -10px;
}
.footer-middle .image, 
.footer .nav-links, 
.footer form.site-search,
.footer .desktop-content{
    display: none;
}
#topLink {
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-right:20px;
    padding: 8px 12px 5px;
}
.footer-links {
    margin-bottom: 0;
}
.footer-links > li {
    padding: 8px 20px;
}
.footer-links a {
    font-size: 16px;
}
.footer-bottom > span {
    display: block;
    text-align: center;
}
.footer .nav-links li {
    padding: 0 10px;
}

#footer{
    background:#333333;
    width: calc(100% + 20px);
    margin-left: -10px; 
    color:#ccc;
    overflow:hidden;
    font-family:Signika,Arial,sans-serif;
    padding:30px 0 20px 0;
}
#footer h3{
    color:#fff;
    font-size:18px;
    font-weight:600;
    margin:0 0 15px 0;  
}
#footer .useful-links, #footer .brands, #footer .site-links{
    width:29%;
    box-sizing:border-box;
    padding:0 30px;
    float:left;
}
#footer .site-links{
    border-left:1px solid #4f4f4f;
    border-right:1px solid #4f4f4f;
    width:42%;
    min-height: 140px;
}
#footer .useful-links ul, #footer .site-links ul{
    list-style:none;
    padding:0;
    margin:0;
    width:48%;
    float:left; 
}
#footer ul.left{
    margin-right:4%;    
}
#footer .useful-links .left{
    width:40%;  
}
#footer .useful-links li, #footer .site-links li{
    line-height:22px;
}
#footer .useful-links li a{
    color:#ccc;
    font-weight:600;    
    font-size:18px;
}
#footer .useful-links li a span{
    color:#00adef;
}
#footer .site-links li{
    color:#ccc; 
    font-size:16px;
}
#footer .site-links li a{
    display:block;
    padding-left:20px;
    color:#ccc;
    /* background:url('') no-repeat left 6px; old background property */
	background: url("/polopoly_fs/7.170315.1504005771!/arrow-gray.png") no-repeat scroll left 6px / 10px auto rgba(0, 0, 0, 0);
    /* background-size:10px; */
}
#footer > .copyright{
    clear:both;
    text-align:center;
    color:#fff; 
    padding:20px 0 0 0;
    font-size:16px;
}
#footer > .copyright span{
    color:#ababab;
}
#footer > .copyright a{
    color:#fff; 
}
#footer .brands a{
    display: block;
    text-align: right;
    text-indent:9999px;  /* VH: To be removed to fix bug 5 on South West Tracker - only for South West sites */
    overflow:hidden;
    margin-bottom: 15px;
}
#footer .brands .ndg{
    height:46px;
    line-height:46px;
    background:url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/img/NDG-foot.png') no-repeat right center;
    background-size:200px 46px;
}
#footer .brands .low{
    height:34px;
    line-height:34px;
    background:url('') no-repeat right center;
    background-size:195px 34px;
}
#footer .brands .gym{
    height:19px;
    line-height:19px;
    background:url('') no-repeat right center;
    background-size: 195px 19px;    
}

/* Images for high density displays */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #footer .brands .gym{
        background-image:url('');
    }
    #footer .brands .edp{
        background-image:url('');
    }
    #footer .brands .low{
        background-image:url('');
    }
    #footer .site-links li a{
        background-image:url('');
    }
}
@media (max-width: 1023px) { 
    #footer .useful-links ul, #footer .site-links ul{
        float:none; 
        width:100%;
        margin:0;
    }
    #footer .useful-links{
        width:25%;  
    }
    #footer .site-links{
        width:30%;  
    }
    #footer .brands{
        width:40%;
        margin:0 0 0 5%;
    }
    #footer > .copyright{
        clear:none;
        text-align:right;
        margin-top:10px;
        padding:10px 0 0 0;
        overflow:hidden;
        float:right;
        width:35%;
        border-top: 1px solid #4f4f4f;
        margin-right:30px;
    }
}
@media (max-width: 650px) { 
    #footer{
        padding-bottom:0;   
    }
    #footer .useful-links ul, #footer .site-links ul{
        width:48%;
        float:left; 
    }
    #footer .useful-links ul.left, #footer .site-links ul.left{
        margin-right:4%;
    }
    #footer .useful-links, #footer .brands, #footer .site-links, #footer > .copyright{
        width:90%;
        float:none;
        clear:both;
        padding: 30px 0 30px 0;
        border:none;
        border-bottom:1px solid #4f4f4f;
        overflow:hidden;
        margin:0 5%;
    }
    #footer .useful-links{
        padding-top:0;  
    }
    #footer > .copyright{
        border-bottom:none; 
    }
    #footer .useful-links .left{
        width:48%;  
    }
    #footer .brands .gym, #footer .brands .edp, #footer .brands .low{
        background-position:center;
    }

    #footer .brands a, #footer > .copyright{
        text-align:center;
    }
}

/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    .footer {
        margin-left: 10px;
        margin-right: 10px;
    }   
    .footer form.site-search {
        display:block;
    }
    .footer-top {
        height: 100px;
        margin-top: -90px;
        width: 100%;
    }
    #topLink {
        display: none;
    }
    .footer-middle {
        padding: 20px 0 10px;
        position:relative;
    }
    #footer-logo,
    .footer .nav-links, 
    .footer form {
        display: block;
        float: left;
    }
    .footer li, .footer .nav-links, .footer .image {
        display: inline;
    }
    .footer .image {
        float: left;
        display: inline;
        margin-top: -1px;
    }
    .footer-links {
        position:absolute;
        text-align: center;
        top:77px;
        width:100%;
    }
    .footer-links > li {
        padding: 0;
    }
    .footer-links a {
        font-size: inherit;
        padding: 0 10px;
    }
    .footer-links .first a {
        border-left: medium none;
    }
    .footer-bottom {
        height: 74px;    
        padding-top:54px;
    }
    .footer-logo-nav-wrapper{float:left; width:100%; margin-bottom:10px}
    .footer-logo-nav-wrapper .image{margin-left:77px;}
    .footer-middle .site-search{float:right;}
    .footer-middle .footer-search-wrapper{margin-right:270px;}
    .footer-middle .footer-search-wrapper .social-icons{margin-top:-3px;}
    .footer-middle .footer-search-wrapper .footer-links{margin-top:50px; float:left;}
}
/*-------------------------------------------------------
1.4 Adverts
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.header .advert {
  margin: 10px 0 0;
  clear: both;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    .header .advert {
        margin: 20px auto;
    }
    .advert-outer .advert > div {
        margin-left: auto;
        margin-right: auto;
    }
}

/*-------------------------------------------------------
1.5 Registration
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
form#registration-form{
	padding-top: 20px;
    position: relative;
    margin-top: 45px;
    background-color: #eee;
    padding: 20px;
    float: left;
}
form#registration-form fieldset {
	width: 24%;
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
	margin-top: 20px;
}
form#registration-form fieldset h2{
	margin-bottom:6px;
}
form#registration-form fieldset input[type="text"],
form#registration-form fieldset input[type="password"]{
	width:100%;
}
form#registration-form fieldset.actions{
	width:26%; 
	padding-right:0px; 
	text-align:right; 
	font-size:90%;
}
form#registration-form fieldset.actions button{
	margin:20px 0;
}
form#registration-form fieldset.actions ul{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-bottom: 20px;
	padding: 0 0 10px 0;
	width:100%;
	border-bottom:1px solid #999;
	
}
form#registration-form fieldset.actions ul li.close.last{
	line-height: 0.8;
	margin-left: 10px;
	display: inline;
	flaot:left;
}
form#registration-form .errors > p{
    background-color:#fe0003;
    padding:10px;
    color:#fff;
}
form#registration-form .errors ul{
    margin:0;
    padding:20px;
    border:1px solid #fe0003;
    margin-bottom:20px
}
form#registration-form .errors ul li{
    display:inline-block;
    margin-bottom:5px;
}
form#registration-form .errors ul li:before{
    content: "\2022";
    margin:0px 0px 20px 10px;
    color: #fe0003;
}

/*-------------------------------------------------------
1.6 Login Form
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
form#login{
	float: left;
	width: 100%;
	margin-top: 45px;
	margin-bottom: 10px;
	position: relative;
}
form#login .actions{
	margin-top: 10px;
}
form#password {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-top: -10px;
}

/*
Tracker Issue TR 17 (After logging out) and TR28 (Format of login / register)
TR 17 - https://trello.com/c/KdDI4kat
Line 44 on H&C tracker: https://docs.google.com/spreadsheets/d/1LecBdpwCYhiLUZX1rDvsX56_kLCeFvZ2pH1qJRsZbIk/edit#gid=0

TR 28 - https://trello.com/c/yzGM8dfy
Line 1028 on SW Tracker: https://docs.google.com/spreadsheets/d/1UfqN8a1hQxwhChyYa1nPBj6VVaAOEejaR5yxpSC3_AE/edit#gid=0

The following section tidies up the Message Panel ('You have logged out') part
of the Login and Register form, by adding a suitable margin to prevent collision
with the absolutely-positioned Login/Register links.

It also tidies up the 'Forgotten Password' part of the form.

 - GH
*/

.login-and-register .message-panel,
.login-and-register .forgotten-password {
    float: left;
    margin-bottom: 10px;
    margin-top: 55px;
    position: relative;
    width: 100%;
    background: none repeat scroll 0 0 #eee;
    padding: 20px;
}

/*
For the 'Help is on its way' password reset message, which appears *after*
the login form. We don't want a margin-top: 45px for that.
*/

.login + .message-panel{
    margin-top: 10px;
}

form#login{
    float: left;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 10px;
    position: relative;
}
form#login .actions{
    margin-top: 10px;
}
form#password {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-top: -10px;
}


/*  Login Form Janrain CSS
-------------------------------------------------------*/
.janrainHeader > div{
	margin-bottom: 0px !important;
	color:#333;
	font-size: 23px;
	font-family: 'Lato', Arial, sans-serif !important;
}
.janrainContent{
	padding:0 !important;
	height:auto !important;
	width:auto !important;
}
.janrainHeader {
	height:auto !important;
	width:auto !important;
	padding: 0;
	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;
	line-height:26px !important;
}
.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;
	}
}
/*-------------------------------------------------------
1.7 Login/Register Links
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.login-and-register > ul{
	position: absolute;
	top: 7px;
	left: 10px;
	z-index: 100;
}
#featurebar_login > a > img{
	display: none;
}
/* 
-------------------------------------------------------*/
.upload-a-photo .web-form.message-comment fieldset div > input{
width:100%;
}
.upload-a-photo .web-form.message-comment fieldset label[for="frm-email"],
.upload-a-photo .web-form.message-comment fieldset label[for="frm-password"]{
float:left;
margin-right:20px;
}
.upload-a-photo .web-form.message-comment fieldset label[for="frm-password"]{
clear:both;
}
.upload-a-photo .web-form.message-comment fieldset button{
margin:20px 0;
}
/*------------------------------------------------------------------------------------------------------------------------
2.  ELEMENTS
------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------
2.1 Navigation
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.navbar {
    margin-top: 0;
}

.navbar-toggle {
    border: none;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    width: 80px;
	bottom: 0;
}
.navbar-toggle .icon-bar {
    height: 7px;
    margin-left: auto;
    margin-right: auto;
    width: 37px;
}
.navbar-header {
	padding-top: 8px;
	/*min-height: 72px;*/
	width: auto;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
}
.pre-nav-slot {
	margin: 20px;
}
.navbar-brand {
	padding: 5px 10px 10px 20px;
}

@media (min-width: 1024px) {
	.navbar-primary-container {
		margin-top: 0px;
	}
}

.logo-container-mobile {
	margin-top: 0;
}
/*  Primary and below
-------------------------------------------------------*/
.nav li {
	list-style: none;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.header-content, 
    .pre-nav-slot,
    .primary.nav li:first-child.active a,
    .primary.nav li:first-child:hover > a {
		margin: 0;
	}
	.navbar-header {
		display: none;
	}
	.navbar-brand {
		padding: 15px 0 0 0;
        width: 100%;
	}
    .logo-container-desktop {
        width:100%;
		min-height: 80px;
    }
    .logo-container-desktop > .navbar-brand > a > img {
        float: left;
		margin-bottom: 10px;
    }
    .logo-container-desktop .image:nth-child(2) {
        float: right;
    }
    .navbar-default .navbar-collapse {
        position: relative;
    }
    /*  Primary and below
    -------------------------------------------------------*/
    .nav > li > a {
		padding: 6px 9px;
	}
    /*  Secondary and below
    -------------------------------------------------------*/
    .secondary.nav > li {
        padding-left: 10px;
    }
    .secondary.nav > li > a {
		padding: 0;
        padding-right: 18px;
	}

	#whats-on .secondary.nav > li {
		padding-left: 17px;
	}
	#whats-on .secondary.nav > li a {
		padding-right: 17px;
	}
	.secondary.nav {
		float: left;
		width: 100%;
	}
	/* for different coloured margin top */
	.secondary.nav:before {
		content: ".";
		display: block;
		font-size: 0;
		width: calc(100% + 2px);
	}
	.secondary.nav > li {
		padding-right: 1px;
	}
	.secondary.nav > li > a {
		float: left;
	}
    /*  Secondary - desktop menu arrows
    -------------------------------------------------------*/
	.secondary.nav .nav-arrow-open,
    .secondary.nav .nav-arrow {
		margin-left: -15px;
		margin-top: 2px;
	}
    /*  Primary Drop and below
    -------------------------------------------------------*/
    .nav.primary-drop:before {
        content: ".";
        display: block;
        font-size: 0;
        margin-left: -1px;
        width: calc(100% + 2px);
    }
}
/*-------------------------------------------------------
2.2 Search
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.footer .site-search {
	display: inline;
	margin-bottom: 10px;
}
.footer .site-search fieldset {
	border: none;
    margin-top: 0;
    padding: 0;
    overflow:hidden;
	width: auto;
}

@media (min-width: 1024px) {
    .site-search fieldset {
        float: right;
        /*margin-top:105px;*/
        width: auto;
    }
    .site-search .search-term {
		padding:2px;
        width: 180px;
	}
}

.js object{
	display: none;
}
/*-------------------------------------------------------
2.3 Social Media Icons
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.social-icons {
	display: none;
    margin-right:10px;
}
/*  Social Icons Footer
-------------------------------------------------------*/
.footer .social-icons {
	display: block;
    float:none;
    margin-right:0;
    margin-bottom:20px;
}
.footer .social-icon {
    display:inline-block;
    float:none;
	padding-left: 0;
}
.footer .social-icon > a {
	display: block;
	padding: 10px 0;
}
.footer .social-icon img {
	margin-right: 15px;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    .social-icons {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 118px;
        position: relative;
    }
    /*  Social Icons Footer
    -------------------------------------------------------*/
    .footer .social-icons {
		float: right;
        margin-top: -6px;
        margin-bottom:0;
        width: auto;
	}
    .footer .social-icon, 
    .footer .social-icon > a {
		display: inline;
	}
	.footer .social-icon span {
		display: none;
	}
	.footer .social-icon > a {
		padding: 0;
	}
	
	.footer-middle .footer-search-wrapper {
        margin-right: 333px;
    }

    .footer-logo-nav-wrapper .image {
        margin-left: 240px;
    }
	.header-items-top:before{
        content: " ";
        position: absolute;
        left: -21px;
        right: -21px;
        bottom: -1px;
        border-bottom: 1px solid #eee;
        height: 41px;
        background-image:linear-gradient(to bottom, #FFFFFF 0%, #F9F9F9 100%);
	}
    .header-items-top {
        padding: 5px 0 10px;
        position: absolute;
        top: 0;
        width: 100%;
        border-bottom: none;
    }
}
/*-------------------------------------------------------
2.4 Weather
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.weather-header {
	display: none;
	font-size: 12px;
    margin-left: 79px;
    margin-right: 79px;
    margin-top: 21px;
	position: relative;
	text-align: center;
}
.weather-header .temperature {
	padding-right: 0;
}
.forecast-link {
	display: none;
}

@media (min-width: 768px) {
	.weather-header  {
		display: none;
	}
}

/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.weather-header,
    .forecast-link {
		display: inline;
	}
    .weather-header {
		margin: 3px 0 0 20px;
	}
	.weather-header .temperature {
		padding-right: 10px;
	}
}
/*-----------------------------------------------------*/
/*  Weather Page
-------------------------------------------------------*/
#weather {
    	padding:10px;
    	border:1px solid #eee;
    	overflow:hidden;
    	padding-bottom:0px;
    	margin-bottom:20px;
    }
    #weather fieldset{
    	margin-bottom:20px;
    	padding:0px !important;
    }
    #weather fieldset label[for=frm-weather-postcode]{
    		
    }
	#weather fieldset #frm-weather-postcode{
		margin: 10px 0;
	}
    #weather .weather-five{
    	padding:10px;
    }
    #weather .weather-five.highlight{
    	background-color:#eee;
    }
    #weather fieldset:last-child{
    	padding:10px !important;
    }
@media (min-width: 728) {
    #weather .weather-five {
    	width: 20%;
    	clear: none;
    }
    #weather fieldset{
    	float:left;
    }
	#weather fieldset #frm-weather-postcode{
		margin: 0;
	}
    #weather .weather-five.last{
    	margin-right:0%;
    }
    #weather .weather-five > p{
    	width:100%;
    	height:30%;
    }
    #weather .weather-five div[class$=data] {
    	text-align: right;
    	float:right;
    	width:30%;
    }
    #weather .weather-five div[class$=label] {
    	width:70%
    }
}

/*-------------------------------------------------------
2.5 Topics
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.topics {
	display: none;
}
.topics > ul {
	margin-bottom: -4px;
}
#home .topics {
	float: none;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.topics {
		display: block;
	}
}
/*-------------------------------------------------------
2.6 Teasers/Storylist 
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.teaser {
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 20px;
}
/*  Header
-------------------------------------------------------*/
.inpage, .inpage > a {
	text-transform: uppercase;
	font-weight: 400;
}
.byline:before {
	
} 
.teaser-image-counter,
.teaser .image-counter {
	bottom: 0;
	padding: 2px 5px;
	position: absolute;
	right: 0;
}
/* ------------------------------------------------------------------------------------------------------------------ 
Custom Storylists
/* ------------------------------------------------------------------------------------------------------------------ 
There are several storylists that are styled differently on LDN24, to use the different styles, add a custom class to the storylist container in Polopoly. There are the following helper classes avlaiable for LDN24: (as well as the standard style without an additional class)

white-header -  header text has a white backgorund with dark text (default is page coloured background)
bullets -       add bullet points, and appropriate padding
border -        1px grey border 
gradient-bg -   gradient background (white to grey, vertically), coloured header, 1px border
latest -        horizontal teasers (x3) with no border, grey borders on white header - Added by default to the latest stories at the bottom of an article page, meaning additional rules are applied from the base CSS.
two-column      medium, small and headline teasers are separated into 2 columns
------------------------------------------------------------------------------------------------------------------ 
/*-------------------------------------------------------
2.6.1 Bullets
/*-----------------------------------------------------*/
.story-list.bullets {
	position: relative;
}
.story-list.bullets .teaser {
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 20px;
}
.story-list.bullets .teaser:before { /* Custom bullet points, so can be coloured */
	content: "\2022";
	left: 15px;
	position: absolute;
}
/*-------------------------------------------------------
2.6.2 Bordered
/*-----------------------------------------------------*/
.border .teaser {
	margin: 0;
	padding: 20px 10px 10px;
}
/*-------------------------------------------------------
2.6.3 Gradient Bg
/*-----------------------------------------------------*/
.story-list.gradient-bg {
	padding-bottom: 10px;
}
.gradient-bg .teaser {
	margin-bottom: 0;
	padding: 20px 10px 10px;
}
/*-------------------------------------------------------
2.6.4 Two Column
/*-----------------------------------------------------*/
.two-column .large-teaser-item, 
.two-column .medium-teaser-item, 
.two-column .small-teaser-item,
.two-column .headline-teaser-item{
    width: 48.4%;
    float: left;
}
.two-column .teaser:nth-of-type(2n) {
    margin-right: 3.2%;
    padding-right: 1.6%;
}
.two-column .teaser {
    border-top: none;
}
.story-list.two-column h2.inpage {
	/* MS: Resolves bug with header background affecting story-list items */
	clear: both;
}
/*-------------------------------------------------------
2.7 Picture Navigator
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.picture-navigator-container > h2{
    text-align: center;
}
.picture-navigator .carousel-text h2, .picture-navigator .slide-content h2{
	font-size: 18px;
	margin-bottom: 20px;
}
.carousel-control {
	top: 42%;
}
.carousel-control.centre {
	display: none;
}
.carousel-control.left,
.carousel-control.right {
	height: 30px;
	margin-left: 4px;
    margin-right: 4px;
	width: 20px;
}
.picture-storylist-container .carousel-control.left,
.picture-storylist-container .carousel-control.right{
	margin-top: -15px;
}
.picture-navigator .carousel-text a{
    float: left;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    .picture-storylist-container {
        margin-bottom: 20px;
    }

	.picture-navigator .carousel-text h2 {
		
	}
    /*  Vertical Picture Navigator
    -------------------------------------------------------*/
	.vertical .thumbnail img {
		width: 100%;
	}
	.vertical .slider-thumbs {
		margin-bottom: -10px;
		margin-top: -10px;
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.vertical .carousel-text {
		width: auto;
	}
	.vertical.two .carousel, .vertical.two .carousel-text {
		margin-right: 40%;
	}
	.vertical.two .slider-thumbs {
		margin-left: -40%;
		width: 40%;
	}
	.vertical.two .carousel-control.right {
		bottom: -100px;
	}
	.vertical.two .carousel-control.left, 
    .vertical.two .carousel-control.right {
		right: -40.5%;
	}
	.vertical.three .carousel, 
    .vertical.three .carousel-text {
		margin-right: 30%;
	}
	.vertical.three .slider-thumbs {
		margin-left: -30%;
		width: 30%;
	}
	.vertical.three .carousel-control.right {
		bottom: -95px;
	}
	.vertical.three .carousel-control.left, 
    .vertical.three .carousel-control.right {
		right: -28.5%;
	}
	.vertical.four .carousel, 
    .vertical.four .carousel-text {
		margin-right: 24.4%;
	}
	.vertical.four .slider-thumbs {
		margin-left: -24.4%;
		width: 24.4%;
	}
	.vertical.four .carousel-control.right {
		bottom: -108px;
	}
	.vertical.four .carousel-control.left, 
    .vertical.four .carousel-control.right {
		right: -22.5%;
	}
	.vertical.five .carousel, 
    .vertical.five .carousel-text {
		margin-right: 19.4%;
	}
	.vertical.five .slider-thumbs {
		margin-left: -19.4%;
		width: 19.4%;
	}
	.vertical.five .carousel-control.right {
		bottom: -74px;
	}
	.vertical.five .carousel-control.left, 
    .vertical.five .carousel-control.right {
		right: -18%;
	}
}


.news .picture-navigator-container, .sport .picture-navigator-container {
    clear:both;
}
.news .picture-navigator-container > h2, .sport .picture-navigator-container > h2 {
    margin-bottom:20px;
}
.two-column-picture-gallery {
    padding:20px;
    margin-bottom:20px;
    clear:both;
    border:solid #ccc 1px;
}

/*-------------------------------------------------------
2.8 Picture Tiles
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.picture-tiles {
	/* padding-bottom: 10px; removed for spacing consistency - GH */
	clear: both; 
}

.object-465 {
    margin-bottom: 20px
}

.object-465 img {
    margin-bottom: 10px
}

/*-------------------------------------------------------
2.9 Personalised Storlyist
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.personalised-storylist .headline-teaser-item.teaser a {
	margin: 0;
}
.personalised-storylist .teaser-title {
	position: relative;
}
.personalised-storylist .teaser-title a:before { /* Custom bullet points, so can be coloured */
	content: "\2022";
	left: 2px;
	position: absolute;
}
.personalised-storylist .teaser-title > h1,
.personalised-storylist .teaser-title > h2,
.personalised-storylist .teaser-title > h3,
.personalised-storylist .teaser-title > h4 {
	padding-left: 20px;
}
.personalised-storylist .teaser-label {
	margin-left: -20px;
}
/*-------------------------------------------------------
2.10 Puff Widgets
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
/*-------------------------------------------------------
2.10.1 Promo Puff
/*-----------------------------------------------------*/
.promo-puff {
	padding-bottom: 15px;
}
.promo-puff .title {
	margin: 0;
	padding: 15px;
}
.promo-container {
    margin-bottom: 20px;
    padding: 20px;
}
.promo-container .promo-puff {
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0;
}
.promo-container .promo-puff .title, .promo-container .promo-puff .puff-content {
    padding-left: 0;
    padding-right: 0;
}
.promo-container h2 {
  display: block;
  float: right;
  margin-right: 20px;
}
.promo-puff h2, 
.promo-puff h3 {
  font-size: 18px;
}
.promo-puff h4 {
  font-size: 16px;
}
/* ------------------------------------------------------------------------------------------------------------------ 
Custom Promo Puff
/* ------------------------------------------------------------------------------------------------------------------ 
There are a of promo puffs that are styled differently on LDN24, to use the different styles, add a custom class to the storylist container in Polopoly. There are the following helper classes avlaiable for LDN24: (as well as the standard style without an additional class)

small-image - Half width image(with border) floated left with text on the right
/* ------------------------------------------------------------------------------------------------------------------ 
/*-------------------------------------------------------
2.10.1.1 Small image
/*-----------------------------------------------------*/
.promo-puff.small-image .image-container {
	float: left;
	margin-bottom: 0;
	margin-right: 4%;
	width: 50%;
}
/*-------------------------------------------------------
2.10.1.2 Promotional Queue
/*-----------------------------------------------------*/
.promo-container .story-list{

}
/*-------------------------------------------------------
2.10.2 Quote Puff
/*-----------------------------------------------------*/
.quote-puff .quote-container {
	margin: 15px 10px 0 15px;
	width: auto;
}
.promo-puff .quote-mark {
	display: block;
}
.quote-puff .attribute {
	margin-top: 20px;
}
.quote-puff.local-london { /*== Only using as adverts currently have no CSS applied, this will be done once we have confirmed the advert solution ==*/
	margin-top: 20px;
}
/*-------------------------------------------------------
2.10.3 Local London Puff
/*-----------------------------------------------------*/
.local-promo-puff {
	padding: 20px;
	padding-bottom: 0;
}
.local-promo-puff .title {
	margin: -20px;
	margin-bottom: 0;
}
.local-promo-puff .promo-puff-intro {
	margin-bottom: 20px;
	margin-top: 20px;
}
/*-------------------------------------------------------
2.11 Trending
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.trending h2 {
    padding: 15px;
}
.trending ul {
    list-style: none outside none;
    margin: 0;
    padding: 10px;
}
.trending li {
    padding: 10px;
}
/*-------------------------------------------------------
2.12 What's On
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.whats-on-container {
    margin-bottom: 20px;
    position: relative;
}
.whats-on-container > h2.inpage > a > img{
    width: 200px;
    position: absolute;
    top: 5px;
    right: 8px;
}
.whats-on-container .event-item{
    width: 38%;
    margin: 10px 0 10px 8% ;
    float: left;
}
.whats-on-container .event-item img{
	width: 100%;
}
.whats-on-container .event-item p{
    margin-top: 5px;
    text-align: center;
}
.whats-on-container .carousel-control{
    bottom:auto;
    top: 50%;
    margin-top: -10px;
}
.whats-on-container ul {
  list-style: none outside none;
  margin: 0 20px 20px;
  padding: 0;
}
.whats-on-container li {
  float: left;
  margin-right: 3.4%;
  margin-top: 10px;
  padding: 10px 2.5%;
}
.whats-on-container li.last {
  margin-right: 0;
}
.whats-on-container > h4 {
  margin: 20px 20px 0;
}
#line-up-logo {
  float: right;
  margin-top: -3px;
  width: 163px;
}
#line-up-logo > img {
  width: 100%;
}
.whats-on-container .manual-links {
  margin-top: -11px;
}

.whats-on-teaser {
    position: relative
}

.whats-on-teaser li .img-wrapper {
    background-color: red;
    width: 76px;
    height: 76px;
}

.whats-on-teaser li {
    float: left;
    margin-right: 2px;
}

.whats-on-teaser li:nth-child(4n) {
    margin-right: 0
}

.whats-on-teaser li a {
    display: block;
    text-align: center;
    width: 76px
}

.whats-on-teaser ul {
    overflow: hidden;
    margin: 15px 0;
    font-size: 11px
}

.whats-on-teaser ul a {
	text-decoration: none
}

.whats-on-teaser h2.inpage img {
    width: 175px; 
    position: absolute;
	top: 7px;
	right: 5px;
}

/*-------------------------------------------------------
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.whats-on-container .event-item{
		width: 20%;
		margin: 10px 0 10px 4% ;
	}
}
/*-------------------------------------------------------
2.13 Poll
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.content-b .poll {
  margin-bottom: 20px;
}
.content-b .poll-element > h3 {
  padding: 15px;
}
.content-b .poll-element > fieldset {
  padding: 0 20px 20px;
}
.content-b .poll-element > p {
  padding: 20px 20px 0;
}
.content-b .poll .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content-b .poll .results {
    margin: 20px;
}
/*-------------------------------------------------------
2.14 Newsletter
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.newsletter-widget {
	border-width: 2px;
	border-style: solid;
    border-left:0;
    border-right: 0;
    padding: 15px 0;
    margin-bottom: 20px
}
.newsletter-widget h3 {
    font-size: 20px;
    font-weight: bold
}
.newsletter-widget h3 a:hover {
    color: #333
}
.newsletter-widget p {
    margin: 8px 0
}

/*-------------------------------------------------------
2.15 Archant Accordion
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.archant-accordion  {
    margin-top:15px;
}

.archant-accordion dd, .archant-accordion dt{
    padding:10px 0
}

.archant-accordion dt {
    border-top: 1px solid #DDD
}

.archant-accordion dt:first-child {
    border-top: 0
}

.archant-accordion dt a {
    display:block;
    color:#000;
    font-weight:bold
}

.archant-accordion dd {
    font-size:12px
}

.archant-accordion img {
    float: left;
}

/*-------------------------------------------------------
2.16 Most Read
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.most-read {
    margin-top: 20px;
    border: 1px solid #DDD;
}
.most-read .teaser{
    padding-left: 10px;
    padding-right: 10px;
}
.most-read .headline-teaser-item {
    margin: 0 5px 10px;
    padding: 12px 10px 15px;
}
.most-read .teaser-title {
    margin-bottom: 0;
}
.most-read h4 {
    font-size: 14px;
}

/* RFC 1549 */
.most-read:after{
    display: block;
    content: "";
    clear: both;  
}
.most-read .teaser{
    width: 100%;
    float: left;
}
.most-read .teaser:nth-of-type(2n+3) {
    clear: both;
}
.most-read .teaser-title {
    float: right;
    width: 63.4%;
}
.most-read .teaser-title h2,
.most-read .teaser-title h3,
.most-read .teaser-title h4{
    margin-left: 10px;
}
.small-teaser-item .teaser-image {
    float: left;
    width: 36.6%;
}

@media (min-width: 728px) and (max-width: 1023px){
    .most-read .teaser{
        width: 50%;
    }
}

/*-------------------------------------------------------
2.17 Promotions
/*-----------------------------------------------------*/

.Promo.Classifieds {
    padding: 10px;

}

.Promo.Classifieds h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}



.Promo.Classifieds li.classifiedpromo {

	height: 55px;
	width: 100%;
	display:block;
	background-repeat: no-repeat;
	padding-left: 65px;
	list-style-type: none;
	margin: 0px 0px 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: middle;

}
.Promo.Classifieds .classifiedpromo.homes {
	background-position: 0px -100px;
}
.Promo.Classifieds .classifiedpromo.jobs {
	background-position: 0px -50px;
}
.Promo.Classifieds ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.Promo.Classifieds a
{
	display:block;
	margin-top:5px;
}

/*-------------------------------------------------------
2.18 Callouts
/*-----------------------------------------------------*/

.callout{
    margin-bottom: 20px;
}

/*-------------------------------------------------------
2.19 Promo Panels
-------------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
/* Fix for SW Tracker issues 31 & 32 */
.callOuts-container{
	width:100%;
	float:left;
	padding-bottom:10px;
}
.callOuts-container .callOuts {
	float: left;
	width: 45%;
	margin: 5px 2.5% 5px 2.5%;
	text-align: center;
}
.callOuts-container .callOuts img {
	width: 100%;
	max-width: 143px;
}

@media (min-width: 500px) {
	.callOuts-container .callOuts {
		width: 32%;
		margin: 5px 0.5% 5px 0.5%;
	}
}
@media (min-width: 620px) {
	.callOuts-container .callOuts {
		width: 22.5%;
		margin: 5px 1.25% 5px 1.25%;
	}
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.callOuts-container .callOuts {
		width: 45%;
		margin: 5px 2.5% 5px 2.5%;
	}
}

/*-------------------------------------------------------
2.20 HTML Static Content
-------------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
/*
 * MS: Add spacing for content in HTML element (TR 51)
 *     Requires 'static-content' to be added to 'Enter
 *     a custom div class name here' field in Polopoly
 */
.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6,
.static-content p {
	margin-bottom: 10px;
}


/*------------------------------------------------------------------------------------------------------------------------
3.  PAGES
------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------
3.1 Article Layout
/*-------------------------------------------------------*/
.article-image.gallery {
    background: none;
}
.article-image.gallery p {
    font-size: 100%;
    border: none;
}
.article-image-copyright {
    display: none;
}
/* 3.1.1   Journalist Header
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.journalist .journalist-header {
	margin: 10px 0 50px;
	padding-top: 10px;
}
.journalist .journalist-picture {
	padding-bottom: 0;
}
.journalist .journalist-info .journalist-twitter {
	padding-bottom: 5px;
}
.journalist .publication-time {
	bottom: -36px;
}
.journalist > p {
    clear: left;
}
/*-------------------------------------------------------
3.1.2   Utilities
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
#article-top,
.article-share.top {
	clear: both;
}
.utilities > div {
	padding-right: 10px;
	width: 105px;
}
.utilities > .archantIcon {
	width: auto;
	min-width: 130px;
}
.utilities > .comments {
	width: 55px;
}
.utilities .comments .text {
	display: none;
}
.standard-image-225 ~ .article-share.top .utilities {
	position: relative;
}

/* The following rules style the bottom utilities widget differently form the top, they may not be need for LDN24, in which case they can be removed */
.article-share.bottom .logo{
	display: block;
	height: 40px;
	padding: 0 5px;
	width: 40px;
}
#share-top.share,
#share-bottom.share {
	display:none;
}

/*-----------------------------------------------------*/
/*  Medium
-------------------------------------------------------*/
@media (min-width: 728px) {
	#article-top,
	.article-share.top {
		clear: none;
	}
	.standard-image-225 ~ #article-top .utilities,
	.standard-image-225 ~ .article-share.top .utilities {
		/* MS: Utilities fit inline with small image floated right */
		width: 60%;
		display: inline-block;
	}
    
    .top-image-small{
        width: 60%;
        float: left;
    }
    
    .article .article-image.standard-image-225{
        width: calc(40% - 20px);
        float: right;
        margin-left: 20px;
        margin-top: 0px;
        clear: none;
    }
    
    .article .article-image.standard-image-225 ~ .clearfix{
        /* LP: This allows paragraph tags in the article body to wrap around the small images floated right */
        display: none;
    }
    
}

/*-------------------------------------------------------
3.1.3   Other News Stories (two-column)
-------------------------------------------------------*/
/*-----------------------------------------------------*/
/*  Small (Default)
-------------------------------------------------------*/
#article-bottom .two-column .large-teaser-item, 
#article-bottom .two-column .medium-teaser-item,
#article-bottom .two-column .medium2col-teaser-item, 
#article-bottom .two-column .small-teaser-item,
#article-bottom .two-column .headline-teaser-item {
	width: 100%;
}
/*-----------------------------------------------------*/
/*  Medium
-------------------------------------------------------*/
@media (min-width: 728px) {
	#article-bottom .two-column .large-teaser-item, 
	#article-bottom .two-column .medium-teaser-item,
	#article-bottom .two-column .medium2col-teaser-item, 
	#article-bottom .two-column .small-teaser-item,
	#article-bottom .two-column .headline-teaser-item {
		width: 50%;
		float: left;
	}
	#article-bottom .two-column .teaser {
		padding-left: 1.6%;
		padding-right: 1.6%;
		margin-left: 0px;
		margin-right: 0px;
	}
	#article-bottom  .two-column .teaser:nth-of-type(1),
	#article-bottom .two-column .teaser:nth-of-type(2) {
		margin-top: 10px;
	}
	#article-bottom .two-column .teaser:nth-of-type(odd) {
		clear: left;
	}
	#article-bottom .two-column .small-teaser-item .teaser-image {
		width: 100%;
	}
	#article-bottom .story-list.two-column h2.inpage {
		clear: both;
	}
}

/*-------------------------------------------------------
3.2 Gallery
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
/*  Gallery Top
-------------------------------------------------------*/
.gallery-top.col-md-12 {
	padding-bottom: 10px;
}
.full-screen .gallery-header .btn {
	height: 16px;
	padding: 0;
	width: 16px;
}
.full-screen .gallery-header .btn > span {
	display: none;
}
/*  Gallery Middle
-------------------------------------------------------*/
.gallery-middle, 
.gallery .article-keywords {
	padding-top: 10px;
}
/*  Favourite Count
---------------------------------------------*/
.gallery .keywords {
	display: block;
}
.gallery .article-tag {
	margin-left: 0;
	margin-right: 5px;
}
/*  Article Keywords
---------------------------------------------*/
.gallery .article-keywords {
	padding-bottom: 300px;
}
/*  Thumbnails
---------------------------------------------*/
.gallery .slider-thumbs {
	margin-bottom: 10px;
}
.gallery .slider-thumbs ul {
	padding-left: 4%;
	padding-right: 5%;
}
/*  Thumbnail Controls
---------------------------------------------*/
.gallery .thumbnail-control {
	height: 30px;
	top: 28.33%;
	width: 16px;
}
.gallery .thumbnail-control.left {
	margin-left: 2.5%;
}
.gallery .thumbnail-control.right {
	margin-right: 1%;
}
/*  Image count
---------------------------------------------*/
.full-Screen-Button > span {
	position: static;
}
/*  Adverts
---------------------------------------------*/
.gallery .advert {
	margin-top: 50px;
}
/*-------------------------------------------------------
/*  Content specific queries
-------------------------------------------------------*/
@media (min-width: 615px) {
	.full-screen .gallery-header .btn {
		position: relative;
	}
	.full-screen .gallery-header .btn > span {
		display: block;
		left: -53px;
		position: absolute;
		text-transform: uppercase;
		top: -2px;
	}
}
/*-------------------------------------------------------
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.gallery .thumbnail-control.left {
		margin-left: 1%;
	}
	.gallery .thumbnail-control.right {
		margin-right: 327px;
	}
}
/*-------------------------------------------------------
3.3 Inline Gallery
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
.inline .gallery-top.col-md-12 {
	padding-bottom: 0;
}
.gallery .inline .thumbnail-control.right {
	margin-right: 1%;
}
/*-------------------------------------------------------
3.3 Search Results
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
div.site-search .form-control {
	width: 70%;
}
.search-results-container .site-search .btn {
	width: 25%;
	height: 42px;
}
.search-filters-inner-container{
    width:100% !important;
}
.search-filters-inner-container > div,
.search-results .small-teaser-item {
	padding-bottom: 10px;
}
.home.results .search-results-container .supporting-link{
	margin: 0 0 20px 10px;
}
.home.results .search-results-container .search-filters-outer-container{
	position:absolute;
	right: 0px;
	width:310px;
}
.home.results .search-filters-inner-container ul, .search-results ul{
    margin-top:10px;
}
.home.results .search-filters-inner-container>div{
    margin-bottom:20px;
}
.home.results .search-results-scope, .search-sort-filter>p{
    padding-bottom:5px;
}
.home.results .search-filters-inner-container .absolute-date-filter{ 
    display:none;
}

@media (min-width: 1024px) {
    .home.results .search-results-container .search-filters-outer-container{
      right: -330px;
      top: -32px
    }
}
/*-------------------------------------------------------
3.3 Search
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
.advanced-search .btn {
	height: 39px;
	width: 99px;
}
.advanced-search #frm-advanced-search-term,
.advanced-search select {
	padding: 10px;
}
.advanced-search #frm-published-after,
.advanced-search #frm-published-before {
	padding: 5px;
}
.advanced-search .highlight{
    display: none;
}
.advanced-search button[name="advancedSearchNow"],
.advanced-search button[name="mapSubmit"]{
    display: none;
}
/*-------------------------------------------------------
3.6 A-Z Page
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
.header .header-content > h1 {
    margin: 10px 20px;
}

@media (min-width: 1024px) {
	.header .header-content > h1 {
		margin: 10px 0;
	}
}

.site-az-group{
    padding: 10px;
    border: 1px solid #000;
    margin-bottom: 10px;
}

.site-a-z .content-a .inner-a .site-az-group > h2, 
.site-a-z .content-a .inner-b .site-az-group .site-map > #site-map-heading,
.site-a-z .content-b .inner-c .site-az-group > h2{
    font-size:22px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    line-height: 1.428571429;
}

.site-az-group h3{
    font-size: 18px;
    margin-bottom: 10px;
}
/*-------------------------------------------------------
3.7 Cookie Policy
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
.cookie-policy table td{
	word-break: break-all;
}
/* MS: Additions for cookie policy overlay - use of important
       to override styling in Generic HTML element. */
.cookie-policy #cookie-button {
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#cookie-image {
	left: 0px !important;
}
#cookie-image #close {
	position: absolute !important;
	top: -10px !important;
	right: -10px !important;
}
/*-------------------------------------------------------
  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	#cookie-image img {
		width: 990px;
		padding-bottom: 20px;
	}
}


/*-------------------------------------------------------
3.8 Contact Us
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
/* South West Contact Us */
.contacts-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.contacts-list .contact-details {
    overflow: hidden;
}

.contacts-list div.phone {
  	float: right
}
.contacts-list div.email, .contacts-list div.name {
    float: left
}

.contacts-list li {
    overflow: hidden;
    margin: 0;
	padding: 5px
}
      
.contacts-list .phone {
	text-align: right;
	width: 40%
}
    
.contacts-list .email {
	width: 60%
}

.contacts-list .name {
	width: 100%
}

@media (min-width: 450px) {

    .contacts-list .phone {
        width: 25%
    }
        
    .contacts-list .email {
        width: 50%
    }

    .contacts-list .name {
        width: 25%
    }
}

.contacts-list .patch {
    padding-top: 3px;
    font-style: italic;
    color: #444
}

.contacts-list em {
	font-style: italic
}

.contacts-list h2 {
    margin: 8px 0
}

.contacts-list h3 {
	margin: 11px 0 0;
	background-color: #AAA;
	color: #FFF;
	padding: 7px 4px;
    font-size: 16px
}

.contacts-list ul.toc {
    list-style-position:inside !important;
    list-style-type:square !important;
    margin-left:15px !important;
    margin-bottom: 15px
}

.contacts-list ul.toc li {
    padding: 0
}

.contacts-list ul.toc li:nth-child(2n) {
	background: none
}
.contact-key-contacts h2,
.contact-useful-links h2,
.contact-key-contacts p,
.contact-useful-links p{
	margin-top: 10px;
}

/* H&C Contact Us - MS: Adding and updating CSS from an HTML element on H&C pages Contact Us pages*/
.contactUs {
	overflow: hidden;
}

.contactUs h2 {
	background: url('/polopoly_fs/7.170315.1504005771!/img/grey-arrow.png') 0 0.4em no-repeat;
	padding: 10px 0 0 25px;
	margin: 15px 0;
	font-size: 1.5em;
	font-weight: 600;
	color: #013c80;
	width: 100%;
	float: left;
	border-top: 1px solid #eee;
	background-position: 0% 70%;
}
.contactUs h2:nth-child(1) {
	border: none;
}
.contactUs ul.listing {
    width: 50%;
    float: left;
    padding: 5px;
}
.contactUs ul.listing li {
    list-style-type: none;
}
.contactUs li.contactHeading {
    font-weight: 700;
}
.contactUs li.contactInfo {
    font-weight: 400;
  	list-style-type: none;
}
.contactUs ul.fullWidth {
	float: left;
	padding: 5px;
}

@media screen and (max-width: 650px) {
  	.contactUs ul.listing,
	.contactUs ul.conduct {
		float: none;
  	}
	.contactUs #contactPage .twitter a {
    	background: url('/polopoly_fs/7.170315.1504005771!/img/twitter.png') 0 0.4em no-repeat;
    	padding: 5px 0 5px 30px;
	}
	.contactUs #contactPage .facebook a {
    	background: url('/polopoly_fs/7.170315.1504005771!/img/facebook.png') 0 0.4em no-repeat;
    	padding: 5px 0 5px 30px;
	}
	.contactUs #contactPage .facebook,
	.contactUs #contactPage .twitter {
    	padding: 10px 0;
	}
	.contactUs ul.listing {
		width: 100%;
	}
}

.advertise-with-us .advertise p {
	padding: 10px 0;
}
.advertise .online {
    float: left;
}
.advertise .print {
    float: right;
}
.advertise .online,
.advertise .print {
  	width: 49%;
  	margin: 0 0 10px 0;
}
.advertise .advertiseContacts {
    overflow: hidden;
}
.advertise .queries {
    float: left;
  	padding: 0 0 20px 0;
  	overflow: hidden;
}
.advertise .online h3,
.advertise .print h3,
.advertise .servicePacks h3,
.advertise .queries h3 {
    font-weight: 600;
    font-size: 1.5em;
    margin: 10px 0;
    color: #013c80;
  	background: url('/polopoly_fs/7.170315.1504005771!/img/grey-arrow.png') 0 0.4em no-repeat;
  	padding: 10px 0 0 25px;
}
.advertise .online ul li,
.advertise .print ul li {
    list-style-type: none;
    margin: 0 0 0 -40px;
}
.advertise .online ul li:nth-child(1),
.advertise .print ul li:nth-child(1) {
    font-weight: 600;
}
.advertise .servicePacks {
    float: left;
    border-top: 1px solid #eee;
    padding: 20px 0 10px 0;
    margin: 10px 0;
}
.advertise .digitalPack {
    float: left;
    width: 43%;
}
.advertise .digitalPack img,
.advertise .printPack img {
    width: 100%;
}
.advertise .queries .listing h3 {
    margin-right: 10px!important;
}
.advertise .queries ul.listing {
    width: 50%;  
  	float: left; 
  	height: 8em;
}
.advertise .listing li {
    list-style-type: none;
}
.advertise ul.listing {
    margin-left: -40px;
}


@media (max-width: 650px) {
	.advertise .online,
	.advertise .servicePacks,
	.advertise .queries ul.listing,
	.advertise .queries  {
    	float: none;
  		width: 100%;
	}

}

/*-------------------------------------------------------
3.8.1 Send Us A Story
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
.send-us-a-story .content-a .inner-c h1 {
	margin: 10px 0px;
	padding: 12px 15px;
}

/*-------------------------------------------------------
3.9 Home
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
.no-title-wrapper {
	margin-top: 12px
}
/*-------------------------------------------------------
3.9.1 Jobs (H&C sites)
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
/* MS: Code applies to Home -> Jobs pages on H&C sites (line 17 on tracker) */
.home.jobs .content-a h2 {
	margin: 20px 0px 10px 0px;
}
.home.jobs .content-a p {
	margin: 0px 0px 5px 0px;
}
.home.jobs .content-a a {
	display: block;
}
/*-------------------------------------------------------
  Medium
-------------------------------------------------------*/
@media (min-width: 728px) {
	.home.jobs .content-a a {
		display: inline;
	}
}

/*-------------------------------------------------------
3.9.2 RSS Feeds (H&C sites)
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
/* MS: Code applies to Home -> RSS Feeds pages on H&C sites (line 18 on tracker) */
.home.rss-feeds .content-a h1{
	margin-bottom: 20px;
}
.home.rss-feeds .content-a h2 {
	margin: 20px 0px 10px 0px;
}
.home.rss-feeds .content-a h2:first-of-type {
	margin-top: 0px;
}
.home.rss-feeds .content-a ul.news-listing {
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
}
.home.rss-feeds .content-a ul.news-listing li {
	margin-bottom: 10px;
}
.home.rss-feeds .content-a ul.news-listing li:last-child {
	margin-bottom: 0px;
}
.home.rss-feeds .content-a ul.news-listing img {
	padding: 5px 5px 5px 0px;
}
.home.rss-feeds .content-a ul.news-listing span {
	display: block;
	word-wrap: break-word;
}
.home.rss-feeds .content-a p {
	margin-bottom: 5px;
}
/*-------------------------------------------------------
3.10 About Us
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/

@media (min-width: 1024px) {
	.about-us-eedition {
		margin: -60px auto 0
	}
}

/*-------------------------------------------------------
3.11 Advertise
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
.media-packs {
	display: block;
	text-align:center;
    margin-top: 15px
}

.media-packs > li {
	height: 285px;
    width: 100%;
	display: inline-block;
	text-align: center;
}

@media (min-width: 450px) {
   .media-packs > li {
    	width: 49%;
    }
}

@media (min-width: 700px) {
   .media-packs > li {
    	width: 32%;
    }
}

@media (min-width: 1024px) {
    .media-packs > li {
    	width: 24%;
    }
}

.media-packs li, .media-packs h3 {
	text-align: center;
}

.media-packs h3 {
    margin-bottom: 10px
}

.media-packs img {
	border: 1px solid #CCC;
    display: block;
    margin: 0 auto;
}

.media-packs ul {
	margin: 4px 0 8px
}

.advertise p{
	margin-top: 10px;
}
.advertiseContacts > h2{
	margin-top: 10px;
}
/*-------------------------------------------------------
3.12 Newsletter
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
.newsletter-form .form-group {
    padding: 6px 0;
    overflow: hidden;
    margin: 0 -10px 4px
}

.newsletter-form label {
    cursor: pointer
}

.newsletter-form .form-group:nth-child(2n-1) {
    background-color: #EEE;
}

.newsletter-form .form-control, .newsletter-form .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*-------------------------------------------------------
3.13 E-Edition
/*-------------------------------------------------------
/*  Default (small)
-------------------------------------------------------*/
.publication-callout {
	background-color:#f3f3f3;
	overflow: hidden;
    padding: 20px;
}

.publication-callout p {
    font-size:16px;
    text-align: center;
    padding: 8px 12px 12px
}

.publication {
	text-align:center
}

@media (min-width: 400px) {
    .publication {
        width:46%;
        padding: 5px 2%;
        float:left;
    }
}

.publication img {
    margin: 0 auto 10px;
    display: block;
}

.publication.latest {
	width: 100%;
}

.publication a {
    color:#333
}

.publication a:hover {
	color: #000
}

.publication .img-wrapper {
    min-height: 160px
}

.recent-editions {
    margin-top: 10px;
}

.related-publications, .regular-supplements {
    overflow: hidden;
    text-align: center;
}

.related-publications h2, .regular-supplements h2 {
    margin: 14px 0;
}

.img-wrapper img {
    max-height: 161px;
    width: auto;
}

.latest .img-wrapper img {
    max-height: none;
}

@media (min-width: 728) {
    .publication.latest {
        width: 50%;
        float: left;
    }
    .recent-editions {
        width: 50%;
        float: right
    }
    .related-publications .publication, .regular-supplements .publication {
        width: 130px;
        padding: 5px;
        margin: 0 auto;
        float: none;
        display: inline-block;
        vertical-align: top
    }
}
.PSCollection .btn {
    display: none;
}

.PSCollection .PSMessage {
    margin-top: 10px;
    text-align: center;
}
  
.PSCollection img {
    margin: 0 auto;
    display: block;
}

@media (min-width: 1024px) {
    .PSCollection {
        height: 80px;

        right: 0; 
        top: 10px; 
        position: absolute; 
        width: 540px;
    }
    .PSCollection .btn {
        position:absolute;
        right:0;
        bottom:0;
        z-index:101;
        font-weight: bold;
        display:block !important;
    }

    .PSCollection strong {
        font-weight: bold;

    }
    .PSCollection .PSCollectionInner {
        position: relative;
        top: -20px;
        bottom: 0px;
        overflow:hidden;
        height: 110px;
    }
    .PSCollection img {
        -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.19);
        -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.19);
        box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.19);
        position: absolute;
        width: 215px;
        right: 15px;
        top: 15px;
        -webkit-transition: top 0.1s;
        -webkit-transition-timing-function: linear;
        transition:top 0.1s;
        transition-timing-function: linear;
        margin: 0;
        z-index:100
    }

    .PSCollection img:hover {
        z-index: 9999
        -webkit-transition: top 0.4s;
        transition: top 0.4s;
        top: 10px;
    }
      
    .PSCollection .PSMessage {
        text-align: left !important;
        margin-top: 36px !important;
        margin-left: 25px;
        font-size: 16px;
        text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
    }
}

.intro,
.introduction > p{
	margin-top: 10px;
}

/*-------------------------------------------------------
3.14 Buy And Sell
/*-------------------------------------------------------*/
.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;
	}
}
/*-------------------------------------------------------
3.15 Videos Page
/*-------------------------------------------------------*/
.videos .news-headline-a{
	margin: 10px 0;
}

.videos .news-headline-a:before,
.videos .news-headline-a:after{
	display: table;
	content: " ";
}
.videos .news-headline-a:after{
	clear: both;
}
.videos .news-headline-a .thumb{
	float: left;
	width: 40%;
	margin: 0;
}
.videos .news-headline-a .thumb img{
	width: 100%;
}
.videos .news-headline-a h2,
.videos .news-headline-a p{
	float: left;
	width: 56%;
	margin-left: 2%;
	margin-right: 2%;
}

/*-------------------------------------------------------
3.16 RSS, Feeds, Widgets
/*-------------------------------------------------------*/
.rss-feeds-widgets p {
	margin-top: 10px;
}
.rss-feeds-widgets h2 {
	margin: 10px 0;
}

/*-----------------------------------------------------*/
/* Street Life HTML
------------------------------------------------------*/

#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;
}

@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;
    }
}

.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;
}
.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; 
        }
    }
/* ///////////////////////////////////////////////////////

Project : London Template
File    : South-WestBlue-style.css
Contents: A 'Blue' variation of the London Red theme, the look of the Herts sites; meaning colours, images, borders, background are handled here. The seperate LDN24-layout.css handles the layout. This is built to work on top of bootstrap-base.css, and bootstrap.css

The CSS is factored into sections, please continue this trend, reflecting 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.

Velocity context variables to use:

uk.co.archant.layout.element.theme.ThemeElementPolicy@52ede625 - Link to this themes content
uk.co.archant.layout.element.theme.ThemeElementPolicy@7f91f181 - Link to base content

Colours
~~~~~~~
#013c80 - Blue
#0b2c4d - Blue shade
#d1d2d4 - Grey

----------------------------------------------------------
1.  COMMON TO ALL PAGES
------------------------
    1.1 Generic
    1.2 Header
    1.3 Footer
------------------------
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
        Custom Storylists
        2.7.1 White Header
        2.7.2 Bullets
        2.7.3 Bordered
        2.7.4 Gradient Bg
        2.7.5 Latest
    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.1.1    Small image
        2.13.2  Quote Puff
        2.13.3  Local London Puff
    2.14 Picture Stroylsit
    2.15 Trending
    2.16 What's On
    2.17 Poll
	2.18 Newsletter Widget
	2.19 E-edition
	2.20 Promotions
------------------------
3. PAGES
------------------------
    3.1 Articles Layout
        3.1.1   Journalist Header
        3.1.2   Utilities
        3.1.3   Quotation
        3.1.4   Fact Box
        3.1.5   Poll
        3.1.6   Comments
		3.1.7	Other News Stories
    3.2 Gallery
    3.3 Inline Gallery
    3.4 Search Results Page
    3.5 Search Page
	3.6 Contact Us - Press Complaints Commission
    3.7 HTML Pages
	3.8 Cookies
------------------------
3. COLOURS
------------------------
    4.1 Navigation
    4.2 Storylist

/*------------------------------------------------------------------------------------------------------------------------
1. COMMON TO ALL PAGES
------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------
1.1 Generic
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/

/* Webfont: Lato-Regular */
@font-face {
    font-family: 'Lato';
    src: url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/font/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/font/Lato-Regular.eot%3F%23iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/font/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/font/Lato-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */
@font-face {
    font-family: 'Lato';
    src: url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/font/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/font/Lato-Bold.eot%3F%23iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/font/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/font/Lato-Bold.ttf') format('truetype'); 
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */
@font-face {
    font-family: 'Lato';
    src: url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/font/Lato-Italic.eot'); /* IE9 Compat Modes */
    src: url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/font/Lato-Italic.eot%3F%23iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/font/Lato-Italic.woff') format('woff'), /* Modern Browsers */
         url('http://www.thecomet.net:80/polopoly_fs/7.170315.1504005771!/font/Lato-Italic.ttf') format('truetype'); 
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face { 
	font-family: 'Lato'; 
	font-style: normal; 
	font-weight: 400; 
	src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v10/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
} 
@font-face { 
	font-family: 'Lato'; 
	font-style: normal; 
	font-weight: 700; 
	src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v10/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff'); 
} 
@font-face { 
	font-family: 'Lato'; 
	font-style: italic; 
	font-weight: 400; 
	src: local('Lato Italic'), local('Lato-Italic'), url(http://fonts.gstatic.com/s/lato/v10/oUan5VrEkpzIazlUe5ieaA.woff) format('woff'); 
} 
@font-face { 
	font-family: 'Lato'; 
	font-style: italic; 
	font-weight: 700; 
	src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(http://fonts.gstatic.com/s/lato/v10/HkF_qI1x_noxlxhrhMQYED8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); 
} 

body {
    background: #ECECEC url('/polopoly_fs/7.170315.1504005771!/img/bg.png');
    font-family: 'Lato', Arial, sans-serif;
}
.container {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 2px #DDDDDD;
}
a, 
.weather-header .temperature,
.byline {
    color: #428bca;
}
a:hover {
    text-decoration:none;
	color: #428bca;
}
p,
span {
    color: #333333;
}
.weather-header a,
.header .topics > h3,
h1.inpage,
h2.inpage,
h3.inpage,
h4.inpage,
.match-widget > h1, 
.match-widget > h2, 
.match-widget > h3, 
.match-widget > h4,
.promo-puff h1.title,
.promo-puff h2.title,
.promo-puff h3.title,
.promo-puff h4.title,
.match-widget .fixture, 
.match-widget .text-link,
.personalised-storylist-top a,
.personalised-storylist-selector > label,
.dropdown-group,
.personalised-storylist .confirm.btn,
.personalised-storylist-bottom > a,
#topLink,
.footer .nav-links,
.related .inpage,
.article-keywords,
.picture-tiles a,
.gallery .advert > span,
.custom-quick-link-container h3,
.advanced-search h3,
.advanced-search .btn,
.search-results-container .site-search .btn,
.absolute-date-filter .btn,
.search-filters-inner-container > div > p > a,
.search-filters-inner-container > div > p > a > span,
.trending h2 {
    text-transform: uppercase;
}
/*-------------------------------------------------------
1.2 Header
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
#date {
    color: #656565;
    font-size:12px;
}

.inpage > a:hover, .personalised-storylist-top a:hover {
	color: #FFF
}
.header-content #verticals > li > a > span,
#useful-links > li > a > span{
	color:#00adef;
}

/*-------------------------------------------------------
1.3 Footer
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
#topLink {
	background-color: #999;
	color: #FFF;
}
.footer-middle {
	border-top: 3px solid #999;
}
.footer-links > li {
	border-bottom: 1px solid #CCC;
}
.footer .nav-links li {
    border-left: 1px solid;
    padding: 0 10px;
}
.footer .nav-links li.first {
    border: none;
}
.footer .nav-links a {
	color: #333;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    .footer-middle {
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }
    .footer-links > li {
      border-bottom: none;
    }
    .footer-links a {
        border-left: 1px solid;
        color: #666;
    }    
    .footer-top {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    }
    .footer-bottom {
        background: #f4f4f4; /* Old browsers */
        background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }
    .footer-bottom > span {
        color: #999999;
    }
}
/*------------------------------------------------------------------------------------------------------------------------
2.  ELEMENTS
------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------
2.1 Navigation
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
nav {
	border-top: 1px solid #000;
}

.navbar-header {
	border-bottom: 1px solid #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #013c80/*#E51B1F = red | Changed to blue*/;
    border-radius: 4px;
    box-shadow: -1px -1px 1px #BBBBBB;
}
.navbar-toggle {
    border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
 
/*  Primary and below
-------------------------------------------------------*/
.nav{
    font-size: 14px;
}

.nav li {
    background-color: #E0E0E0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #CBCBCB));
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #CBCBCB 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #CBCBCB 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #CBCBCB 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #CBCBCB 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #CBCBCB 100%);
    background-size: auto 66px;
}
.nav > li.active > a {
	color: #000;
}
/*  Primary - mobile menu arrows
-------------------------------------------------------*/
.nav-arrow {
	border-color: transparent transparent transparent #999;
}
.nav-arrow-open {
	border-color: #999 transparent transparent transparent;
}
/*  Secondary and below
-------------------------------------------------------*/
.secondary.nav li {
    background-color: #CBCBCB;
    background-image: none;
	border-top: 1px solid #333;
}
/*  Secondary - mobile menu arrows
-------------------------------------------------------*/
.secondary .nav-arrow {
	border-color: transparent transparent transparent #FFF;
}
.secondary .nav-arrow-open {
	border-color: #FFF transparent transparent transparent;
}
/*  Tertiary and below
-------------------------------------------------------*/
.secondary-drop .nav li {
	background-color: #FFF;
    border-bottom: 1px solid #E1E1E1;
    border-top: none;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	/*.navbar-primary-container > ul.primary > li > .primary-drop > .drop-content-b ul li:hover a,*/
	/*.navbar-secondary-container > ul.secondary > li:hover a,*/
	/*.navbar-secondary-container > ul.secondary > li > .secondary-drop > .drop-content-b ul li:hover a{*/
	/*	font-weight: 700;*/
	/*}*/
    .navbar-default .navbar-collapse {
        border-top: 1px solid #EEEEEE;
    }
    .navbar-header {
        border: none;
    }
    .navbar-primary-container {
		/* border-top: 1px solid #CCCCCC; */
	}
    /*  Primary and below
    -------------------------------------------------------*/
    .nav a,
    .primary.nav li:first-child.active li > a{
		color: #333;
    }
    .nav li {
		background-color: #FFF;
        background-image: none;
        text-transform: uppercase;
    }
    .primary.nav > li {
        background-image: linear-gradient(to bottom, #CCCCCC 0%, #FFFFFF 100%);
		background-repeat: no-repeat;
		background-size: 1px 100%;
		background-position: -1px 0;
		border-left: 1px solid transparent;
    }
    .primary.nav > li:first-child {
        background-image: none;
		margin-left: 0;
		border-left: none;
    }
    .nav li:last-child {
        border-right-width: 0;
    }
    .nav > li > a:hover,
    .nav > li > a:focus {
		background-color: #FFF;
		color: #333;
    }
    /*  Secondary and below
    -------------------------------------------------------*/
    .secondary.nav {
        font-size:12px;
    }
    .secondary.nav > li > a {
		background-color: #FFF;
        background-image: none;
		color: #333;
    }
    .secondary.nav > li:last-child a {
        border: medium none;
    }
    .secondary.nav {
        border: none;
        border-top: 0;
    }
    .secondary.nav:before { /* for different coloured margin top */
		color: transparent;
    }
    .secondary.nav li,
    .primary-drop li,
    .primary-drop a {
        text-transform: capitalize;
    }
    .secondary.nav > li,
    .secondary.nav > li a {
		background-color: #FFF;
        border: none;
        color: #333333;
    }
    .secondary.nav > li a {
		border-right: 1px solid #BBB;
    }
    .secondary.nav,
    .secondary.nav > li,
    .secondary.nav > li a,
    .nav.secondary-drop {
        background-color: #EEE;
    }
    /*  Secondary - desktop menu arrows
    -------------------------------------------------------*/
    .secondary.nav .nav-arrow-open,
    .secondary.nav .nav-arrow {
        background-image: url("/polopoly_fs/7.170315.1504005771!/img/ldn24-sprite.png");
        background-position: -91px -38px;
        background-repeat: no-repeat;
        border: none;
        display: block;
        height: 13px;
        float: left;
        margin-left: -16px;
        margin-top: 2px;
        position: static;
        width: 12px;
    }
	.secondary.nav .nav-arrow {
		background-position: -81px -38px;
		border-radius: 2px;
		width: 13px;
	}
	.secondary.nav li:hover .nav-arrow-open,
	.secondary.nav li:hover .nav-arrow {
		background-position: -81px -38px;
	}
    /*  Primary Drop and below
    -------------------------------------------------------*/
    .nav.primary-drop,
    .nav.secondary-drop {
        background-color: #EEEEEE;
        border-color: #AFAFAF;
    }
    .nav.primary-drop:before {
        border-top: 4px solid #013c80;
        color: transparent;
    }
	.primary.nav {
	    border-bottom: 4px solid #013c80;
		float: left;
		border-top: 1px solid #CCC;
		width: 100%;
	}
    .primary.nav li .primary-drop a {
        background-image: none;
    }
    .nav li > .primary-drop ul.nav > li > a {
		color: #333;
    }
    .nav.primary-drop,
    .nav.primary-drop li,
    .nav.primary .nav li a,
    .secondary.nav .secondary-drop .nav li {
        background-color: #EEE;
    }
    .primary.nav .primary-drop .drop-content-a > ul > li:first-child:hover > a,
    .primary.nav .primary-drop .drop-content-b > ul > li:first-child:hover > a {
        color: #333;
    }
    .primary.nav .primary-drop .drop-content-a > ul > li:hover > a,
    .primary.nav .primary-drop .drop-content-b > ul > li:hover > a
    {
        background-color: #EEE;
    }
    /*  Primary Drop left content
    -------------------------------------------------------*/
    .drop-content-a > ul > li:before {
		color: #CCC;
    }
    /*  Primary Drop right content
    -------------------------------------------------------*/
	.drop-content-b {
		border-left: 1px solid #AFAFAF;
	}
    .primary.nav li .drop-content-b > a,
    .secondary.nav li .drop-content-b > a {
        color: #808D8E;
    }
    li > .primary-drop.nav .drop-content-b ul li,
    li > .secondary-drop.nav .drop-content-b ul li {
		border-bottom: 1px dotted #999;
    }
    li > .primary-drop.nav .drop-content-b ul li:last-child,
    li > .secondary-drop.nav .drop-content-b ul li:last-child {
        border: none;
    }
    /*  Secondary Drop and below
    -------------------------------------------------------*/
	.secondary.nav .secondary-drop li a,
    .secondary-drop .nav li,
    .secondary.nav .secondary-drop a {
        border: none;
    }
    /*  Active colours
    -------------------------------------------------------*/
    .primary.nav li.active a,
    .primary.nav li:hover > a {
		color: #FFF;
    }
}
/*-------------------------------------------------------
2.2 Search
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.search-term, .site-search .form-control {
	color: #333;
}
.pre-nav-slot .site-search .btn {
	background-image: url("/polopoly_fs/7.170315.1504005771!/img/ldn24-sprite.png");
	background-position: 2px 0;
}
.site-search .search-term, 
.site-search .form-control {
	border-color: #CCC;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.pre-nav-slot .site-search .search-term {
		color: #999;
	}
	.pre-nav-slot .site-search .btn {
		background-position: -36px -2px;
        height:25px;
        margin:0;
        width:34px;
	}
}
/*-------------------------------------------------------
2.3 Social Media Icons
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.social-icons .social-icon img{
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 15px; 
    /* Firefox 1-3.6 */
    -moz-border-radius: 15px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 15px; 
}

.footer .social-icons {
    background-color: #F4F4F4;
    border-bottom: 2px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    text-align:center
}
.footer .social-icon > a {
  background-size: auto auto;
    color: #656565;
  font-size: 18px;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    .footer .social-icons {
        background-color: rgba(0, 0, 0, 0);
        border: medium none;
    }
    .footer .social-icon > a {
        background:none;
    }
    .header-items-top {
        background-color: #FFFFFF;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F9F9F9));
        background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F9F9F9 100%);
        background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F9F9F9 100%);
        background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F9F9F9 100%);
        background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F9F9F9 100%);
        background-image: linear-gradient(to bottom, #FFFFFF 0%, #F9F9F9 100%);
        border-bottom: 1px solid #EEEEEE;
    }
}
/*-------------------------------------------------------
2.4 Weather
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.weather-header .temperature,
.weather-header .location {
	border-right-color: #CCC;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
	.weather-header .temperature {
		border-right: 1px solid #CBCBCB;
	}
    .weather-header > a, 
    .weather-header > span {
        text-transform: capitalize;
    }
	.weather-five > h2 {
		font-size: 18px;
	}
}
/*-------------------------------------------------------
2.5 Topics
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.topics > h3, .topics {
    font-size: 14px;
}
.topics > .topic-title {
    background-image: url('/polopoly_fs/7.170315.1504005771!/img/ldn24-sprite.png');
    background-position: -124px 0;
    background-repeat: no-repeat;
    color: #FF0000;
    padding-left: 28px;
    padding-top: 9px;
}
.topics > ul > li {
  border-color: #1B4977;
}
.topics{
	position: absolute;
	top: -50px;
	right: 0;
	padding-left: 10px;
	border-left: 1px solid #CCC;
}
.home .topics{
	position: static;
	float: none;
	border: none;
	padding-left: 0;
}
/*-------------------------------------------------------
2.6 News Ticker
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.tickercontainer {
    background-color: #013c80;
}
/*-------------------------------------------------------
2.7 Teasers/Storylist
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.teaser {
	border-top: 1px solid #E0E0E0;
}
.teaser:first-child {
  padding-top: 0;
  border-top: none;
}
/*  Headline
-------------------------------------------------------*/
.teaser-label {
	background: #D11414;
	background: -moz-linear-gradient(top,  #e74c3c 0%, #c13a2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e74c3c), color-stop(100%,#c13a2c));
	background: -webkit-linear-gradient(top,  #e74c3c 0%,#c13a2c 100%);
	background: -o-linear-gradient(top,  #e74c3c 0%,#c13a2c 100%);
	background: -ms-linear-gradient(top,  #e74c3c 0%,#c13a2c 100%);
	background: linear-gradient(to bottom,  #e74c3c 0%,#c13a2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74c3c', endColorstr='#c13a2c',GradientType=0 );
	color: #FFF;
}
/*  Time & Author
-------------------------------------------------------*/
.teaser .time, 
.teaser .update-time, 
.publication-time,
.gallery .updated {
	background-image: url("/polopoly_fs/7.170315.1504005771!/img/ldn24-sprite.png");
    background-position: -124px -26px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.teaser .byline,
.teaser .media-icon {
	border-color: #CCC;
}
/*  Image
-------------------------------------------------------*/
.teaser-image {
	border: 4px solid #CCC;
}
/*  Massive Teaser
-------------------------------------------------------*/
.massive-teaser-item, 
.massive-teaser-item.teaser:first-child {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}    
.massive-teaser-item.teaser {
    border: 1px solid #CCC;
}
.massive-teaser-item .teaser-content {
	border-bottom: 2px dotted #CCC;
}
.teaser-related li:before { /* Custom bullet point colour */
	color: #CCC;
}
/*  Large Teaser
-------------------------------------------------------*/
.teaser .carousel-control.left > span:before,
.teaser .carousel-control.left > span:after,
.teaser .carousel-control.right > span:before, 
.teaser .carousel-control.right > span:after, 
.teaser .carousel-control.centre > span:before, 
.teaser .carousel-control.centre > span:after { /*== controls ==*/
  content: " ";
}
.teaser .carousel-inner {
  border: none;
}  
/* ------------------------------------------------------------------------------------------------------------------
Custom Storylists
/* ------------------------------------------------------------------------------------------------------------------
There are several storylists that are styled differently on LDN24, to use the different styles, add a custom class to the storylist container in Polopoly. There are the following helper classes avlaiable for LDN24: (as well as the standard style without an additional class)

white-header -  header text has a white backgorund with dark text (default is page coloured background)
bullets -       add bullet points, and appropriate padding
border -        1px grey border 
gradient-bg -   gradient background (white to grey, vertically), coloured header, 1px border
latest -        horizontal teasers (x3) with no border, grey borders on white header - Added by default to the latest stories at the bottom of an article page, meaning additional rules are applied from the base CSS.
two-column      medium, small and headline teasers are separated into 2 columns
shadow-bottom - not to be added to the storylist, but immediatly after it in an html element, to provide a shadow under the storylist
------------------------------------------------------------------------------------------------------------------ 
/*-------------------------------------------------------
2.7.1 White Header
/*-----------------------------------------------------*/
.white-header .inpage {
	background-color: #FFF !important;
  background-image: none !important;
}
.white-header .inpage, 
.white-header .inpage > a {
	color: #333;
  font-weight: 500;
}
/*-------------------------------------------------------
2.7.2 Bullets
/*-----------------------------------------------------*/
.story-list.bullets .teaser {
  color: #CCCCCC;
}
/*-------------------------------------------------------
2.7.3 Bordered
/*-----------------------------------------------------*/
.story-list.border {
	border: 1px solid #CCC;
}
/*-------------------------------------------------------
2.7.4 Gradient Bg
/*-----------------------------------------------------*/
.story-list.gradient-bg {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}
.story-list.gradient-bg .teaser {
	border-top: 1px solid #CCC;
}
.story-list.gradient-bg .teaser:first-child {
  border-top: none;
}
/*-------------------------------------------------------
2.7.5 Latest
/*-----------------------------------------------------*/
.latest .teaser:last-child {
  border-bottom: none;
}
.latest .teaser {
  border-bottom: 1px solid #E0E0E0;
  border-top: none;
}
.story-list.latest .inpage {
	background-color: #FFF !important;
    background-image: none !important;
    border-bottom: 1px solid #DBDDDD;
    border-top: 3px solid #DBDDDD;
    color:inherit;
    filter: none;
}

.latest .inpage {
    padding: 12px 0
}

/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    .latest .teaser {
        border: none;
    }
}
/*-------------------------------------------------------
2.7.6 Two column
/*-----------------------------------------------------*/
.two-column .teaser:nth-of-type(2n) {
    border-right: 1px solid #CCC;
}
/*-------------------------------------------------------
2.7.7 Shadow Bottom
/*-----------------------------------------------------*/
.content-a .inner-a .shadow-bottom,
.content-a .inner-b .shadow-bottom {
    background-image: url("/polopoly_fs/7.170315.1504005771!/img/footer-shadow.png");
    background-repeat: no-repeat;
    height: 13px;
    margin-top: -20px;
    width: 100%;
	background-size: 100% 13px;
}
/*-------------------------------------------------------
2.8 Picture Navigator
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.carousel-inner {
	border: 4px solid #CCC;
}
/*  Thumbnails
-------------------------------------------------------*/
.thumbnail img {
	border: none;
}
.thumbnail.active img {
	border: 4px solid #1B4977;
}
/*  Contorls
-------------------------------------------------------*/
.carousel-control.left:before,
.carousel-control.left:after,
.carousel-control.right:before,
.carousel-control.right:after {
	content: "";
}
.picture-navigator .carousel-control {
	background-color: #000;
	background-image: url("/polopoly_fs/7.170315.1504005771!/img/ldn24-sprite.png");
	background-repeat: no-repeat;
	opacity: 1;
	cursor: pointer;
}
.carousel-control.left {
	background-position: 2px -37px;
}
.carousel-control.right {
	background-position: -14px -37px;
}


.two-column-picture-gallery {
    
    border:solid #ccc 1px;
  
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 );
    /* IE6-9 */
}


/*  Counter
-------------------------------------------------------*/
.teaser-image-counter,
.teaser .image-counter {
	background-color: #000;
}
.teaser-image-counter > span,
.teaser .image-counter > span {
	color: #FFF;
	font-weight: 300;
}
/*  Vertical Picture Navigator
-------------------------------------------------------*/
.picture-navigator.vertical {
	 background-image: url("/polopoly_fs/7.170315.1504005771!/img/picture-navigator-bg-1col.png");
	background-size: 100% 100%;
	padding-bottom: 20px;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    /*  Vertical Picture Navigator
    -------------------------------------------------------*/
	.picture-navigator.vertical {
		background-image: url("/polopoly_fs/7.170315.1504005771!/img/picture-navigator-bg-2col.png");
		background-size: 100% 100%;
		border: none;
	}
	.picture-navigator.vertical.four{
	    background-image: url("/polopoly_fs/7.170315.1504005771!/img/picture-navigator-bg-4colb.png");
	    margin-bottom: 10px;
	}
	.vertical .slider-thumbs {
		border-left: 1px solid #CCC;
	}
    /*  Vertical Controls
    -------------------------------------------------------*/
	.vertical .carousel-control {
		background-color: transparent;
		height: 11px;
		width: 21px;
	}
	.vertical .carousel-control.left {
		background-position: -33px -41px;
	}
	.vertical .carousel-control.right {
		background-position: -33px -52px;
	}
}
/*-------------------------------------------------------
2.9 Match Widget
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.match-widget {
    border:1px solid #E0E0E0;
}
.match {
  background-color: #DFF3E7;
}
.match-widget > h1, 
.match-widget > h2, 
.match-widget > h3, 
.match-widget > h4,
.match.even {
  background-color: #EBEFF1;
}
.match-widget a {
	color: #333;
}
.match-widget a:hover {
    text-decoration:underline;
}
.match-widget .text-link {
  color: #1B4977;
}
.match-widget .text-link {
    text-decoration:none;
}
/*-------------------------------------------------------
2.10 Picture Tiles
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.picture-tiles {
	/*background-color: #999;*/
}
.picture-tiles h2{
    color: #FFF;
}
.title-banner-inner a {
	color: #FFF;
}
.picture-tiles .images {
	background-color: #FFF;
}
/*-------------------------------------------------------
2.11 Splash
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.splash {
	background-image: url("/polopoly_fs/7.170315.1504005771!/img/shadow-3col.png");
	background-position: center bottom;
	padding-bottom: 14px;
}
.splash h1,
.splash h2,
.splash h3,
.splash h4 {
	background-color: #333;
	color: #FFF;
}
.splash.text-overlay h1,
.splash.text-overlay h2,
.splash.text-overlay h3,
.splash.text-overlay h4 {
	background-color: rgba(51, 51, 51, 0.4);
}
.splash h1:hover,
.splash h2:hover,
.splash h3:hover,
.splash h41:hover {
	text-decoration: underline;
}
/*-------------------------------------------------------
2.12 Personalised Storylist
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.dropdown-menu .checkbox {
	text-transform: none;
}
.personalised-storylist,
.dropdown-menu {
	border: 1px solid #CCC;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #E2E2E2;
	color: #000;
}
.dropdown-menu {
	border-top-width: 0;
}
.personalised-storylist .dropdown-group {
	border-color: #CCC;
}
.personalised-storylist .teaser {
	border-bottom: 1px dotted #CCC;
	border-top: none;
}
.personalised-storylist .teaser-title a:before {
	color: #CCC;
}
.refresh-icon:before {
	content: "";
}
.refresh-icon {
	background-image: url("/polopoly_fs/7.170315.1504005771!/img/ldn24-sprite.png");
	background-position: -33px -52px;
	background-repeat: no-repeat;
	height: 11px;
	margin-left: 5px;
	width: 21px;
}
/*-------------------------------------------------------
2.13 Puff Widgets
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.quote-puff .title, 
.local-promo-puff .title {
  background-color: #428BCA;
}
.local-promo-puff .title > a {
	color: #FFF;
}
.quote-puff .title > a:hover,
.local-promo-puff .title > a:hover {
    text-decoration:underline;
}
/*
////////////////////////////////
NT: 9/5/2014 : 1026
///////////////////////////////
*/

.quote-puff .quote-container{
    border: 5px solid #eee;
    border-radius:25px;
    background: transparent url('/polopoly_fs/7.170315.1504005771!/img/puff-quotemarks.png') no-repeat 20px 20px;
}

.quote-puff .quote-container .quote-mark.first{
    left: -4px;
    bottom: -57px;
    font-size: 0px;
    background-image: url('/polopoly_fs/7.170315.1504005771!/img/puff-bottomspeechbubble-mark.png');
    width: 80px;
    height: 80px;
    top: inherit;
}
/* L24 Logo */
.quote-puff .quote-container .quote-mark.second{
    right: -20px;
    font-size: 0px;
    background-image: url('/polopoly_fs/7.170315.1504005771!/img/puff-logo.png');
    width: 62px;
    height: 61px;
    bottom: -20px;
}
/* right col quote puff */
.content-b .quote-puff{
	padding-bottom:60px;
}
.content-b .quote-puff .quote-container{
	margin-right:15px;
}
.content-b .quote-puff .quote-container .quote-mark.second{
	right:-10px;
}

/*-------------------------------------------------------
2.13.1 Promo Puff
/*-----------------------------------------------------*/
.promo-container {
  border-color: #013c80 #CCCCCC #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-style: solid;
  border-width: 4px 1px 1px;
}
.promo-container .promo-puff {
  border-style: solid none none;
  border-width: 0 medium medium;
}
.promo-container .story-list{
    margin-top: 20px;
}
.promo-container h2 {
  text-transform: uppercase;
  margin-right:0px;
}
.promo-puff .title,
.content-b .poll-element > h3 {
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 35%, #ffffff 65%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(35%,#ffffff), color-stop(65%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 35%,#ffffff 65%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 35%,#ffffff 65%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 35%,#ffffff 65%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 35%,#ffffff 65%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.promo-puff .puff-content{
	margin-top: 20px;
}
/* ------------------------------------------------------------------------------------------------------------------
Custom Promo Puff
/* ------------------------------------------------------------------------------------------------------------------
There are a of promo puffs that are styled differently on LDN24, to use the different styles, add a custom class to the storylist container in Polopoly. There are the following helper classes avlaiable for LDN24: (as well as the standard style without an additional class)

small-image - Half width image(with border) floated left with text on the right
/* ------------------------------------------------------------------------------------------------------------------
/*-------------------------------------------------------
2.13.1.1 Small image
/*-----------------------------------------------------*/
.promo-puff.small-image img {
  border: 3px solid #CCCCCC;
} 
/*-------------------------------------------------------
2.13.2 Quote Puff
/*-----------------------------------------------------*/
.quote-container {
  background-image: url("/polopoly_fs/7.170315.1504005771!/img/quote-bg.png");
  background-size: 100% 100%;
}
.promo-puff {
	border: 1px solid #CCC;
}
.quote-puff.no-border {
  border: medium none;
}
/*-------------------------------------------------------
2.13.3 Local London Puff
/*-----------------------------------------------------*/
.custom-quick-link-container h3 {
  font-size: 16px;
}
.custom-quick-link-container h4 {
  font-size: 14px;
}
.local-promo-puff .btn {
	border-color: #CCC;
}
/*-------------------------------------------------------
2.14 Picture Storylist
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.picture-storylist-container .picture-navigator {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}
.picture-storylist-container .carousel-inner {
    border: none;
}
.picture-storylist-container .storylist-item img {
border: 3px solid #CCC;
}
.picture-storylist-container .storylist-item{
	font-size: 12px;
}
/*-------------------------------------------------------
2.15 Trending
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.trending {
    border: 1px solid #CCCCCC;
}
.trending h2 {
    background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 35%, #ffffff 65%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(35%,#ffffff), color-stop(65%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 35%,#ffffff 65%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 35%,#ffffff 65%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 35%,#ffffff 65%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 35%,#ffffff 65%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.trending li {
    border-top: 1px dotted #CCC;
}
.trending li:first-child {
    border-top: none;
}
/*-------------------------------------------------------
2.16 What's On
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.whats-on-container {
  background-color:#F5F5F5;
  border: 1px solid #CCC;
}
.whats-on-container .picture-navigator {
  border-bottom: 1px solid #CCC;
}
.whats-on-container .carousel-inner {
  border: medium none;
}
.whats-on-container .event-item img {
  background: red;
  border: 4px solid #CCCCCC;
}
.whats-on-container .event-item p {
  color: inherit;
}
.whats-on-container .event-item p:hover {
    text-decoration: underline;
    cursor: pointer;
}
.whats-on-container > h4 {
  font-size: 16px;
}
.whats-on-container li {
  border: 1px solid #CCC;
  background-color: #FFF;
}
/*-------------------------------------------------------
2.17 Poll
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.content-b .poll {
  border: 1px solid #CCCCCC;
}
.content-b .poll .btn {
    background-color: #1B4977;
    color: #FFFFFF;
}

/* MS:  Hiding this code, leaves a grey box on the page that the
		poll form doesn't fit into.

	article .poll {
		background-color: #eee;
		padding: 20px;
		margin-bottom:20px;
		box-shadow: inset 0px 0px 20px #999;
		-moz-box-shadow: inset 0px 0px 20px #999;
		-webkit-box-shadow: inset 0px 0px 20px #999;
	}
*/

article .poll fieldset label.radio {
	display: inline-block;
	margin: 7px 10px;
}
/*-------------------------------------------------------
2.18 Newsletter Widget
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/

.newsletter-widget {
	border-color: #013c80
}
/*-----------------------------------------------------*/
/* 2.19 E-edition */
/* -------------------------------------------------------*/

    .PSCollection .btn:hover {
        color:#ffff00;
    }
    .PSCollection a {
        color: #FFF
    }
	 .PSCollection {
		border-left: 12px solid #EEE;
        background: #ff3019; /* Old browsers */
        background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

	}
	
	    .PSCollection .btn {

        color:#FFF;

    }

    .PSCollection strong {

        color: #FF0;
    }



/*-----------------------------------------------------*/
/* 2.20 Promotions */
/* -------------------------------------------------------*/
.Promo.Classifieds {
    border-bottom: 2px solid #C00;
    border-top: 2px solid #C00;
}


.Promo.Classifieds li.classifiedpromo {
	background-image: url(http://services.london24.com/london/transfer/verticals.png);
	background-color: eeeeee;
}

.Promo.Classifieds li.classifiedpromo
{
	background-color: eeeeee;
		background-image: url(http://services.london24.com/london/transfer/verticals.png);
}
/*------------------------------------------------------------------------------------------------------------------------
3.  PAGES
------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------
3.1 Article Layout
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.article h1,
.article h2,
.article h3,
.article h4 {
	color: #1B4977;
	font-weight: 600;
}
.article .stand-first h2 {
	color: inherit;
	font-weight: inherit;
}
.article .inpage{
	color: #FFF;
}
.sponsored-by {
	font-weight: 300;
}
.article article .updated{
    font-size: 90%;
}
.article article .stand-first {
	font-weight: 600;
}
.article-image-info {
	border-bottom: 1px dotted #CCC;
}
.article-image-info p {
	color: #656565;
}
.related h2.inpage{
    color: #333;
}
.related li {
	color: #CCC;
}
.story-list.related {
	border-bottom: 1px solid #DBDDDD;
	border-top: 1px solid #DBDDDD;
}
.article-keywords {
	border-top: 1px solid #DBDDDD;
}
.article-tag > a {
	background: #F1F3F3;
}
/*NT Additions from RM*/
.article article {
    overflow: hidden;
}
.standard-image-225 + .stand-first {
    clear: left;
}
.object-right.gallery {
    float: right;
    margin: 20px 0 10px 3%;
    width: 30%;
    clear: right;
}
.stand-first + p {
    font-size: 18px;
}
.story-list.related, .article-keywords {
    clear: both;
}
.article article a strong {
    color: #013c80; 
}
.stand-first {
    clear: both;
}
.article h1 {
    color: #404040;
    font-family: 'Signika',Arial,Helvetica,sans-serif;
    font-weight: 400;
    margin: 5px 0 15px 0;   
}
.article .updated {
    margin: 0 0 10px 0;
    padding: 0 15px 0 25px;
    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: 5px;
    border-bottom: 1px dotted #ccc; 
}
.article-image-info .article-image-caption {
    font-style: italic;
    color: #999999;
    margin: 0px;
}
.article-image-copyright {
    display: none;  
}


/*-------------------------------------------------------
3.1.1   Journalist Header
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.journalist-info a {
  font-weight: 400;
}
.journalist-mail > a {
  border-top: 1px solid #DBDDDD;
}
.journalist-info .journalist-mail > a, 
.journalist-info .journalist-twitter > a {
  background-image: url("/polopoly_fs/7.170315.1504005771!/img/ldn24-social-sprite.png");
  background-position: 0 -42px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.journalist-info .journalist-twitter > a{
    background-position: 0 -79px;
}
/*  Journalist page only
-------------------------------------------------------*/
.journalist .journalist-header {
  border-bottom: 1px solid #DBDDDD;
  border-top: 1px solid #DBDDDD;
  margin-top: 10px;
  padding: 10px 0;
}
.journalist .journalist-name > a {
  font-size: 18px;
}
/*-------------------------------------------------------
3.1.2   Utilities
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.utilities {
    border-bottom:1px solid #DBDDDD;
    border-top:1px solid #DBDDDD;
}
/*  Article bottom
-------------------------------------------------------*/
/* The following rules style the bottom utilities widget differently form the top, they may not be need for LDN24, in which case they can be removed */
.article-share.bottom .logo,
.inline .article-share.in-gallery .logo,
.article-share .share .email-share .logo {
    background-image: url('/polopoly_fs/7.170315.1504005771!/img/ldn24-social-sprite.png');
}

.article-share.bottom .twitter-share .logo,
.inline .article-share.in-gallery .twitter-share .logo{
    background-position: -40px 0;
}

.article-share.bottom .google-share .logo,
.inline .article-share.in-gallery .google-share .logo{
    background-position: -80px 0;
}

.article-share.bottom .share .logo,
.inline .article-share.in-gallery .share .logo{
    background-position: 40px -40px;
}

.article-share.bottom .email-share .logo,
.inline .article-share.in-gallery .email-share .logo{
    background-position: -200px 0;
}

.article-share .share .email-share .logo {
    background-position: 80px 0;
}

.article-share.bottom .comments .logo,
.inline .article-share.in-gallery .comments .logo{
    background-position: -240px 0;
}

.article-share.bottom .pinterest-share .logo,
.inline .article-share.in-gallery .pinterest-share .logo {
  background-position: -120px 0;
}

/*-------------------------------------------------------
3.1.3   Pull Quote
/*-----------------------------------------------------*/
/* MS: 25/02/2015 Amended for H&C Tracker issue 36 */
a.quotation {
	border-left: 6px solid #0077bd;
	padding: 15px 25px;
	margin: 20px 0px;
}
.quotation {
	float: right;
	clear: right;
	width: 50%;
	margin: 0px 0px 2% 2%;
	padding: 20px;
	text-align: right;
	background-color: #EDEDED;
	border: 1px solid #DBDDDD;
}
.quotation p {
	margin: 0;
}
.quotation cite {
	font-size: 16px;
	font-style: italic;
	color: #333;
	margin: 0px;
	display: block;
}
.quotation .author {
	font-size: 14px;
}
.quotation .author strong {
	color: #333;
}


/*-------------------------------------------------------
3.1.4   Fact Box
/*-----------------------------------------------------*/

.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;
}


/*-------------------------------------------------------
3.1.5   Poll Element
/*-----------------------------------------------------*/

.poll-element {
    padding:0;
    margin: 20px 0;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #013c80;
    border-bottom: 1px solid #013c80;
    background: #f2f2f2;
}

.article .poll-element {
    width: 50%;
    margin: 0 0 2% 2%;
    float: right;
    clear:right;
}
@media (max-width: 650px) {

.article .poll-element {
    width: auto;
    margin: 20px 0;
    float: none;
}

}


.poll-element h2 {
    margin: 0px;
    padding: 15px 20px 0 20px;
    color: #404040;
    font-family: 'Signika',Arial,Helvetica,sans-serif;
    font-weight: 400;
}
.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;
	/* MS: Allow content to display outside of outer div.progress-bar */
	overflow: visible;
	margin-bottom: 40px;
}
.poll-element .progress-bar {
    box-shadow: none;
    background: #013c80;
}
.poll-element .progress-bar span {
	/* MS: Position percentage below progress-bar */
	position: relative;
	top: 20px;
	font-size: 14px;
}

/*-------------------------------------------------------
3.1.6   Comments
/*-----------------------------------------------------*/
.article-comments {
    border: 1px solid #DBDDDD;
}
.article-comments p.sign-in{
    display: none;
}
.article-comments p.view-count {
	margin: 0px;
	padding: 10px;
    background-color: #F2F2F2;
}
.article-comments p.view-count span{
    float: right;
    font-size: 32px;
    margin-top: -5px;
}

.article-comments .view-count {
    font-size: 24px;
    color: #404040;
    font-family: 'Signika',Arial,Helvetica,sans-serif;
    font-weight: 400;
}
.article-comments > p:last-child {
    color: #9a9a9a;
    font-family: 'Signika',Arial,Helvetica,sans-serif;
    font-style: italic;
    margin-top: 0;
    padding: 0 20px;
}

.article-comments ul{
    padding: 10px 10px 0px 10px;
}

.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 #013c80;
}
.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 {
    font-size: 12px;
    margin-bottom: 0px;
}

.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: #888888;
    width: 250px;
}

.article-comments .comment-data p.author {
    border: none;
    width: auto;
    font-size: 16px;
    color: #404040;
    font-family: 'Signika',Arial,Helvetica,sans-serif;
    font-weight: 400;
    padding: 0 15px 0 0;
}

/*-------------------------------------------------------
3.1.7	Other News Stories
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*  Small (Default)
-------------------------------------------------------*/
#article-bottom .two-column .teaser {
	border: none;
	border-top: 1px solid #E0E0E0;
}
/*-----------------------------------------------------*/
/*  Medium
-------------------------------------------------------*/
@media (min-width: 728px) {
	#article-bottom .two-column .teaser:nth-of-type(2n-1) {
		border-right: 1px solid #CCC;
	}
	#article-bottom .two-column .teaser:nth-of-type(2n) {
		border-right: none;
	}
	#article-bottom .two-column .large-teaser-item, 
	#article-bottom .two-column .medium-teaser-item,
	#article-bottom .two-column .medium2col-teaser-item, 
	#article-bottom .two-column .small-teaser-item,
	#article-bottom .two-column .headline-teaser-item {
		border-top: none;
	}
}

/*-------------------------------------------------------
3.2   Gallery
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.gallery-wrapper,
.full-screen .gallery-container{
    background-color: #EDEDED;
    border: 1px solid #DBDDDD;
}
/*  Gallery Top
-------------------------------------------------------*/
.gallery-top.col-md-12 {
	border-bottom: 1px solid #CCC;
}
.gallery-top h1,
.gallery-top h2,
.gallery-top h3,
.gallery-top h4 {
	color: #333;
}
.gallery-top .description {
    font-weight: 400;
}
.full-screen .gallery-header .btn {
  background-image: url("/polopoly_fs/7.170315.1504005771!/img/ldn24-sprite.png");
  background-position: -249px -43px;
}
.gallery .close, .galley .close:hover, .gallery .close:focus {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*  Gallery Middle
-------------------------------------------------------*/
/*  Main Image
---------------------------------------------*/
.gallery .picture-navigator {
    background-image: none;
}
/*  Share Utilities (article share)
---------------------------------------------*/
.gallery .utilities {
    border:none;
}
.utilities .email-share {
    padding-bottom: 0;
    padding-left: 10px;
}
/*  Carousel Text
---------------------------------------------*/
.gallery .carousel-text h1,
.gallery .carousel-text h2,
.gallery .carousel-text h3,
.gallery .carousel-text h4 {
	color: #333;
    font-weight: 400;
	font-size: 15px;
}
/*  Favourite Count
---------------------------------------------*/
.favourite-count-inner {
    background-color: #4F89C1;
}
.favourite-count-inner span {
	color: #FFF;
}
/*  Keywords
---------------------------------------------*/
.gallery .article-keywords {
    border: none;
}
.gallery .article-tag {
  text-transform: capitalize;
}
.gallery .article-tag > a {
	background-color: #333;
	color: #FFF;
  font-weight: 300;
}
/*  Advert
---------------------------------------------*/
.advert .border {
	border: 3px solid #CCC;
}
.gallery .advert > span {
	background-color: #CCC;
}
/*  Thumbnails
---------------------------------------------*/
.gallery .thumbnails > li{
    cursor: pointer;
}
.gallery .thumbnail {
	background-color: #E6E6E6;
}
.gallery .thumbnail.active .border {
  border-color: #1B4977;
}
.gallery .thumbnail.active img {
  padding: 0;
}
.gallery .thumbnail.active .border {
	border-color: #AAA;
	width: 100%;
}
.slider-thumbs > div {
	border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}
/*  Thumbnail Controls
---------------------------------------------*/
.gallery .thumbnail-control {
	font-size: 200%;
}
.gallery .thumbnail-control.left.glyphicon:before,
.gallery .thumbnail-control.right.glyphicon:before {
  content: "";
}
.gallery .thumbnail-control {
    background-image: url("/polopoly_fs/7.170315.1504005771!/img/ldn24-sprite.png");
    opacity:1;
}
.gallery .thumbnail-control.left {
  background-position: -54px -36px;
}
.gallery .thumbnail-control.right {
  background-position: -69px -36px;
}
/*  Image Count
---------------------------------------------*/
.gallery .image-counter > span {
	color: #999;
}
.gallery .image-counter .active-image-number {
  color: inherit;
}
.gallery .full-Screen-Button {
  background-image: url("/polopoly_fs/7.170315.1504005771!/img/ldn24-sprite.png");
  background-position: 21px -71px;
  margin-right: 20px;
  padding: 0 35px 0 0;
  text-transform: uppercase;
}
.full-Screen-Button > span {
  font-family: lato;
}
.full-Screen-Button, 
.full-Screen-Button > span {
  color: #1B4977;
}
.gallery .full-Screen-Button:before {
  content: "";
}
/*  Final Slide
-------------------------------------------------------*/
#final-slide .teaser, 
#final-slide .teaser-image {
  border: none;
}
#final-slide,
#final-slide .media-icon {
	background-color: #FFF;
}
/*-----------------------------------------------------*/
/*  Content specific query
-------------------------------------------------------*/
@media (min-width: 615px) {
    .full-screen .gallery-header .btn > span {
        color: #1B4977;
        font-weight: 600;
    }
}
/*-------------------------------------------------------
3.3 Inline Gallery
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.inline .gallery-top.col-md-12 {
    border:none;
}
/*-------------------------------------------------------
3.4 Search Results
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
/*  Search form, pagination and filters
-------------------------------------------------------*/
.search-results-container h1,
.search-results-container h2,
.advanced-search h1,
.search-filters-inner-container h4,
.absolute-date-filter span {
  font-weight: 600;
}
.search-results-container .site-search .btn,
.absolute-date-filter .btn {
  background-color: #1B4977;
}
.no-results span, 
.no-results a {
	color: #999;
}
.search-results-container .search-pagination {
	border-bottom: 2px solid #CCC;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background-color: #FFF;
	color: #999;
}
.search-filters-outer-container > h3 {
    color:#1B4977;
    font-size: 14px;
    font-weight: 600;
}

/*  Search filters
-------------------------------------------------------*/
.search-filters-inner-container {
    border: 1px solid #DBDDDD;
}
.search-filters-inner-container > h4 {
    background-color: #EDEDED;
    font-weight: 400;
}
.relative-date-filter a, 
.search-filter-section a, 
.search-filter-journalist a, 
.search-filter-topics a, 
.search-filter-media a {
	color: #333;
}
.absolute-date-filter .form-control {
	border-color: #CCC;
    font-size: 12px;
}
.search-filters-inner-container > div > p > a,
.search-filters-inner-container > div > p > a > span {
  color: #1B4977;
}
.search-filters-inner-container > div {
	border-bottom: 2px solid #CCC;
}
/*  Search results
-------------------------------------------------------*/
.search-results .small-teaser-item {
  border-bottom: 1px solid #DBDDDD;
}
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {
    div.site-search .form-control {
        width: 79%;
    }
    .search-results-container .site-search .btn {
        width: 16%;
    }
    .search-filters-outer-container > h3 {
        color:inherit;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .search-filters-inner-container {
      border: none;
    }
}
/*-------------------------------------------------------
3.5 Search
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.advanced-search h3 {
    font-size: 16px;
    margin-top: 12px;
}
.advanced-search #frm-advanced-search-term,
.advanced-search #frm-published-after,
.advanced-search #frm-published-before,
.advanced-search select{
	border: 1px solid #CCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #333;
    transition-delay: 0s, 0s;
    transition-duration: 0.1s, 0.1s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
}
.advanced-search #frm-advanced-search-term:focus,
.advanced-search #frm-published-after:focus,  
.advanced-search #frm-published-before:focus {
  border-color: #66AFE9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: none;
}
.advanced-search .btn {
  background-color: #1B4977;
  color: #FFFFFF;
}
.advanced-search fieldset {
  border-bottom: 2px solid #CCCCCC;
}
/*-------------------------------------------------------
3.6 Contact Us - Press Complaints Commission
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
.complaints h2{
	margin: 20px 0;
}
.complaints p{
	margin-bottom: 10px;
}
.complaints > p a{
	text-decoration: underline;
}
.links a {
	padding: 10px;
	margin-top: 10px;
	color: #FFF;
	display: block;
	float: left;
	text-align: center;
	text-decoration: underline;
	width: calc(50% - 5px);
	
	background: #013c80;
	background: -moz-linear-gradient(top,  #013c80 0%, #0b2c4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#013c80), color-stop(100%,#0b2c4d));
	background: -webkit-linear-gradient(top,  #013c80 0%,#0b2c4d 100%);
	background: -o-linear-gradient(top,  #013c80 0%,#0b2c4d 100%);
	background: -ms-linear-gradient(top,  #013c80 0%,#0b2c4d 100%);
	background: linear-gradient(to bottom,  #013c80 0%,#0b2c4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013c80', endColorstr='#0b2c4d',GradientType=0 );
}
.links a:first-child{
	margin-right: 10px;
}
/*  Large
-------------------------------------------------------*/
@media (min-width: 728px) {
	.links a{
		width: auto;
	}
}
@media (min-width: 1024px) {
	.links a{
		text-decoration: none;
	}
	.links a:hover{
		text-decoration: underline;		
	}
	.complaints > p a{
		text-decoration: none;
	}
	.complaints > p a:hover{
		text-decoration: underline;
	}
}
/*-------------------------------------------------------
3.6 Contact Us - Send us a story
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
#tellusaboutastory fieldset{
	background-color: #E9E9F1;
}
#tellusaboutastory fieldset.highlight{
	background-color: #F5F4F9;
}
/*-------------------------------------------------------
3.6 Contact Us - Get in touch(contact us)
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
#getintouchform fieldset{
	background-color: #E9E9F1;
}
#getintouchform fieldset.highlight{
	background-color: #F5F4F9;
}
/*-------------------------------------------------------
3.7 HTML PAGES (use in html element)
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/


.intro p:first-child {
    font-weight: 300;
    font-size: 18px;
    color: #333;
}
.button {
    background: #666;
    color: #fff;
    padding: 6px 13px;
    font-weight: 600;
    margin: 10px 10px 10px 0;
    display: inline-block;
}
.button:hover {
    text-decoration: none;
    background: #333;
}

.tabs {
    overflow: hidden;
    list-style: none;
    margin: 20px 0;
    padding: 0 0 10px 0;
}
.tabs li {
    position: relative;
    height: 28px;
    float: left;
    margin: 0 10px 0 0;
}
.tabs a {
    display: block;
    height: 28px;
    line-height: 28px;
    background: #999;
    color: #fff;
    padding: 0px 15px;
    float: left;
    outline: none;
    font-weight: 600;
}
.tabs a:hover {
    text-decoration: none;
    background: #666;
}
.tabs a.current {
    background: #666;
    color: #fff;    
}
.tabs a.current:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #666;
    bottom: -16px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
}
.tabs a.current:hover {
    background: #666;
    color: #fff;    
}
.tabs a.current:hover:after {
    border-top-color: #666;
}
.tabs a:focus {
    text-decoration: none;
}
.custom-list-style {
    padding: 10px 10px 0 20px;
}
.custom-list-style li {
    padding: 0px;
    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: #333;
    border-radius: 100%;
    display: block;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    height: 120px;
    margin: 15px 15px 0 15px;
    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: #fff; /* was #333 - changed by VH on 24/11/14 to #fff to fix bug 122 on SW responsive tracker */
    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 {
    padding-left: 25px;
    color: #013c80;
    font-family: 'Signika',Arial,Helvetica,sans-serif;
    background: url(images/arrow-gray-large.png) 0px 0px no-repeat;
    font-size: 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) { 
    .advertise-with-us-holder h3 {
        background: url(images/arrow-gray-large-x2.png) 0px 0px no-repeat;
        background-size: 18px 18px; 
    }
}

@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: 'Signika',sans-serif;
    color: #013c80;
    border-bottom: 1px solid #CCC;
    padding: 0 0 10px 30px;
    background: url(images/arrow-gray-large.png) 5px 1px no-repeat;
    font-size: 22px;
}
.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(images/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(images/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(images/arrow-gray-large-x2.png) 5px 1px no-repeat;
        background-size: 18px 18px; 
    }
    .contact-page ul li.facebook {
        background: url(images/facebook-x2.png) no-repeat top left;
        background-size: 10px 9px;
    }
    .contact-page ul li.twitter {
        background: url(images/twitter-x2.png) no-repeat top left;
        background-size: 10px 9px;
    }

}
/*-------------------------------------------------------
3.8 Cookies
-------------------------------------------------------*/
#cookie-image img {
	background: #303030;
}


/*------------------------------------------------------------------------------------------------------------------------
4.  COLOURS
------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------
4.1 Navigation
/*-----------------------------------------------------*/
/*  Large
-------------------------------------------------------*/
@media (min-width: 1024px) {

	.primary li:first-child .primary-drop, .secondary li:first-child .secondary-drop{
		left:0;
	}
	
    .primary.nav li.active > a,
    .primary.nav li:hover > a,
    .primary.nav li:hover > a ~ .nav.primary-drop:before,
    .small .thumbnail.active img {
        border-color: #013c80;
    }
    .primary.nav > li.active,
    .primary.nav > li.active > a,
    .primary.nav li:hover > a,
    .secondary.nav .nav-arrow-open,
    .secondary.nav .nav-arrow {
        background-color: #013c80;
    }
    .header h1,
    h1.title,
    .secondary.nav li.active > a,
    .secondary.nav > li > a:hover,
    .primary.nav > li > .primary-drop > .drop-content-a > ul > li > a:hover, 
    .primary.nav > li > .primary-drop > .drop-content-b > ul > li > a:hover {
        color: #013c80 !important;
    }
}

.header h1 {
	color: #013c80 !important;
}

.news .personalised-storylist-selector {
    background-color: rgba(51,153,204,0.2);
}
.sport .personalised-storylist-selector {
    background-color: rgba(49,159,82,0.2);
}
.competitions .personalised-storylist-selector {
    background-color: rgba(225,7,,0.2);
}
.city-motoring .personalised-storylist-selector {
    background-color: rgba(230,126,34,0.2);
}
.whats-on .personalised-storylist-selector {
    background-color: rgba(128,141,142,0.2);
}
/*-------------------------------------------------------
4.1 Storylist
/*-----------------------------------------------------*/
/*  Default (small)
-------------------------------------------------------*/
/*  Header
-------------------------------------------------------*/
.inpage,
.promo-puff .title,
.personalised-storylist-top h1,
.personalised-storylist-top h2,
.personalised-storylist-top h3,
.personalised-storylist-top h4,
.personalised-storylist .teaser-label,
.picture-tiles .title-banner,
.send-us-a-story .content-a .inner-c h1{
    color: #FFF;
	background: #013c80;
	background: -moz-linear-gradient(top,  #013c80 0%, #0b2c4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#013c80), color-stop(100%,#0b2c4d));
	background: -webkit-linear-gradient(top,  #013c80 0%,#0b2c4d 100%);
	background: -o-linear-gradient(top,  #013c80 0%,#0b2c4d 100%);
	background: -ms-linear-gradient(top,  #013c80 0%,#0b2c4d 100%);
	background: linear-gradient(to bottom,  #013c80 0%,#0b2c4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013c80', endColorstr='#0b2c4d',GradientType=0 );
}

/*  FOOTBALL CLUB PAGE CUSTOM
-------------------------------------------------------*/
.league-header{
	margin: 20px 0;
	padding: 5px 0;
	border-top: 4px solid #013c80;
	border-bottom: 1px solid #E0E0E0;
}
.league-header h2{
	float: left;
	margin: 10px 0;
}
.league-header .club-badge-links{
	float: right;
}
.league-header .club-badge-links a{
	background-image: url("/polopoly_fs/7.170315.1504005771!/img/london-clubs-sprite.png");
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 45px;
	float: left;
	margin-left: 5px;
}
.league-header .club-badge-links a.fulham-club{background-position: -8px -8px;}
.league-header .club-badge-links a.westham-club{background-position: -78px -8px;}
.league-header .club-badge-links a.chelsea-club{background-position: -156px -8px;}
.league-header .club-badge-links a.crystalpalace-club{background-position: -234px -8px;}
.league-header .club-badge-links a.tottenham-club{background-position: -303px -8px;}
.league-header .club-badge-links a.arsenal-club{background-position: -370px -8px;}

.league-header .club-badge-links a.qpr-club{background-position: -7px -90px;}
.league-header .club-badge-links a.millwall-club{background-position: -139px -90px;}
.league-header .club-badge-links a.charlton-club{background-position: -80px -90px;}
