/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
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],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, sans-serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !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) ")";
    }

    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;
    }

    select {
        background: #fff !important;
    }

    .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: 'source_sans_proregular';
    font-size: 17px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #01417a;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #00192e;
    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;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

p {
    margin: 0 0 24px;
}

.lead {
    margin-bottom: 24px;
    font-size: 19px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 720px) {
    .lead {
        font-size: 25.5px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #01417a;
}

.text-primary:hover {
    color: #012647;
}

.text-warning {
    color: #c09853;
}

.text-warning:hover {
    color: #a47e3c;
}

.text-danger {
    color: #b94a48;
}

.text-danger:hover {
    color: #953b39;
}

.text-success {
    color: #468847;
}

.text-success:hover {
    color: #356635;
}

.text-info {
    color: #3a87ad;
}

.text-info:hover {
    color: #2d6987;
}

.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-family: 'source_sans_proregular', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: 24px;
    margin-bottom: 12px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    font-size: 65%;
}

h4,
h5,
h6 {
    margin-top: 12px;
    margin-bottom: 12px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 42px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 25px;
}

h4,
.h4 {
    font-size: 19px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 12px;
}

.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 12px;
}

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-left: 5px;
    padding-right: 5px;
}

.list-inline > li:first-child {
    padding-left: 0;
}

dl {
    margin-bottom: 24px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 720px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .dl-horizontal dd:after {
        clear: both;
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .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: 12px 24px;
    margin: 0 0 24px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    font-size: 21.25px;
    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: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
    text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: "";
}

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
    /* font-family: Monaco, Menlo, Consolas, "Courier New", monospace; */
    font-family: sans-serif;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 0;
}

pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 0;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container:before,
.container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.container:after {
    clear: both;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:before,
.row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4,
.col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7,
.col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9,
.col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12,
.col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 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-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 720px) {
    .container {
        width: 740px;
    }

    .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-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }

    .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-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }

    .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-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 24px;
}

.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-"] {
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    float: none;
    display: table-cell;
}

.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;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.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;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.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;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

@media (max-width: 719px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .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 > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .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: 24px;
    font-size: 25.5px;
    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-size: inherit;
    font-style: inherit;
    font-family: 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;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 17px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -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 .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control: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, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    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;
    vertical-align: middle;
    font-weight: normal;
    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;
    border-radius: 3px;
}

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;
    border-radius: 6px;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    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;
    border-color: #c09853;
    background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    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;
    border-color: #b94a48;
    background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    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;
    border-color: #468847;
    background-color: #dff0d8;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 720px) {
    .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;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 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 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 720px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.428571429;
    border-radius: 0;
    -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: #ffffff;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -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 {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #1f1f1f;
    border-color: #141414;
}

.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: #333333;
    border-color: #333333;
}

.btn-primary {
    color: #ffffff;
    background-color: #01417a;
    border-color: #013461;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #012b52;
    border-color: #001324;
}

.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: #01417a;
    border-color: #013461;
}

.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: #0081c6;
    border-color: #0081c6;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #00669d;
    border-color: #005989;
}

.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: #0081c6;
    border-color: #0081c6;
}

.btn-link {
    color: #01417a;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.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: #00192e;
    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;
    border-radius: 6px;
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 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.15s linear;
    transition: opacity 0.15s 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;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid #ffffff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 0 dotted;
}

.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: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 17px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -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: 11px 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 {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #01417a;
}

.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;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.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;
    left: 0;
    right: 0;
    bottom: 0;
    top: 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: 6px solid #ffffff;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 720px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-default .caret {
    border-top-color: #ffffff;
}

.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: #ffffff;
}

.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 {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.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:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 10px 10px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 10px 10px;
}

.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 {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.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-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified .btn {
    float: none;
    display: table-cell;
    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-left: 0;
    padding-right: 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;
    border-radius: 6px;
}

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;
    border-radius: 3px;
}

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:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-btn:first-child > .btn {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn {
    margin-left: -1px;
}

.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 {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.nav:after {
    clear: both;
}

.nav:before,
.nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.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;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #01417a;
}

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
    border-top-color: #00192e;
    border-bottom-color: #00192e;
}

.nav .nav-divider {
    height: 1px;
    margin: 11px 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;
    border-radius: 0 0 0 0;
}

.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;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.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;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 720px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 720px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 0;
}

.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: #01417a;
}

.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.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;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 720px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 720px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #01417a;
    border-bottom-color: #01417a;
}

.nav a:hover .caret {
    border-top-color: #00192e;
    border-bottom-color: #00192e;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 37px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.navbar:after {
    clear: both;
}

.navbar:before,
.navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.navbar:after {
    clear: both;
}

@media (min-width: 720px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 720px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    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 {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 720px) {
    .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: auto;
    }

    .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: 720px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 720px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 720px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 6.5px 10px;
    font-size: 18px;
    line-height: 24px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 720px) {
    .navbar > .container .navbar-brand {
        margin-left: -10px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 1.5px;
    margin-bottom: 1.5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 720px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 3.25px -10px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}

@media (max-width: 719px) {
    .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 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 720px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 6.5px;
        padding-bottom: 6.5px;
    }
}

@media (min-width: 720px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 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);
    margin-top: -0.5px;
    margin-bottom: -0.5px;
}

@media (min-width: 720px) {
    .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;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}

@media (max-width: 719px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 720px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-btn {
    margin-top: -0.5px;
    margin-bottom: -0.5px;
}

.navbar-text {
    float: left;
    margin-top: 6.5px;
    margin-bottom: 6.5px;
}

@media (min-width: 720px) {
    .navbar-text {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.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: #e7e7e7;
}

.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 {
    background-color: #e7e7e7;
    color: #555555;
}

.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: 719px) {
    .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 {
    background-color: #080808;
    color: #ffffff;
}

.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: 719px) {
    .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 15px;
    margin-bottom: 24px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb > .active {
    color: #999999;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 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;
    background-color: #01417a;
    border-color: #01417a;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 24px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.pager:after {
    clear: both;
}

.pager:before,
.pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.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;
    border-radius: 15px;
}

.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;
    background-color: #ffffff;
    cursor: not-allowed;
}

.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;
    border-radius: .25em;
}

.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: #01417a;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #012647;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #0081c6;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #006093;
}

.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;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

.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: #01417a;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 26px;
    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;
}

.container .jumbotron {
    border-radius: 6px;
}

@media screen and (min-width: 720px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1 {
        font-size: 76.5px;
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 24px;
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #01417a;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 0;
}

.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 {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #356635;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #2d6987;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #a47e3c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.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 {
    overflow: hidden;
    height: 24px;
    margin-bottom: 24px;
    background-color: #f5f5f5;
    border-radius: 0;
    -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;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background-color: #01417a;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-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.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-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.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #0081c6;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-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.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-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.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.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 {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.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;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #01417a;
    border-color: #01417a;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #49a9fe;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 24px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    -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: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.panel-body:after {
    clear: both;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.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:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 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,
.panel > .table-responsive {
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 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-heading > .dropdown .caret {
    border-color: #333333 transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #01417a;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #01417a;
    border-color: #01417a;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #01417a;
}

.panel-primary > .panel-heading > .dropdown .caret {
    border-color: #ffffff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #01417a;
}

.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-heading > .dropdown .caret {
    border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
    border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
    border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.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-heading > .dropdown .caret {
    border-color: #3a87ad transparent;
}

.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;
    border-radius: 0;
    -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.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 25.5px;
    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;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

.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 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -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;
    outline: none;
}

.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 {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.modal-footer:after {
    clear: both;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

@media screen and (min-width: 720px) {
    .modal-dialog {
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 17px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -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;
    max-width: 100%;
    height: auto;
    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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.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 {
    left: auto;
    right: 0;
    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%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    /* font-family: serif; */
    font-family: sans-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: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    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: 720px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.article-txt > p .media-item {
    position: relative;
}

.article-txt > p .pull-left {
    margin-right: 15px;
}

.article-txt > p .pull-right {
    margin-left: 15px;
}

.article-txt > p .media-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
}

.article-txt > p .media-item.pull-left::before {
    right: 10px;
}

.article-txt > p .media-item.pull-right::before {
    left: 10px;
}

.article-txt > p .photo::before {
    background-image: url("../i/sprites.png");
    background-position: -440px -35px;
    width: 33px;
    height: 26px;
}

.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;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media (max-width: 719px) {
    .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: 720px) and (max-width: 991px) {
    .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: 992px) and (max-width: 991px) {
    .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;
    }
}

@media (min-width: 992px) {
    .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,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media (max-width: 719px) {
    .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: 720px) and (max-width: 991px) {
    .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: 992px) and (max-width: 991px) {
    .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;
    }
}

@media (min-width: 992px) {
    .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,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}

@media (max-width: 719px) {
    .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: 720px) and (max-width: 991px) {
    .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: 992px) and (max-width: 991px) {
    .visible-md {
        display: block !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) {
    .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,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media (max-width: 719px) {
    .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: 720px) and (max-width: 991px) {
    .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: 992px) and (max-width: 991px) {
    .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;
    }
}

@media (min-width: 992px) {
    .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: 719px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 720px) and (max-width: 991px) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    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: 719px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 720px) and (max-width: 991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    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: 719px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 720px) and (max-width: 991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    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: 719px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 720px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.visible-print,
tr.visible-print,
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,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: 'source_sans_proextralight';
    src: url('fonts/sourcesanspro-extralight-webfont.eot');
    src: url('fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-extralight-webfont.woff') format('woff'), url('fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-extralight-webfont.svg#source_sans_proextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('fonts/sourcesanspro-light-webfont.eot');
    src: url('fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-light-webfont.woff') format('woff'), url('fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sprite-featured,
.sprite-glamslam,
.sprite-glamslam-peel,
.sprite-ah-live,
.sprite-ah-live-peel,
.sprite-logo,
.sprite-ah-live-logo,
.sprite-logo-small,
.sprite-chick-treat,
.sprite-carousel-arrow-right,
.sprite-carousel-arrow-right-hover,
.sprite-carousel-arrow-left,
.sprite-carousel-arrow-left-hover,
.sprite-video-icon,
.sprite-photo-icon,
.sprite-caret-menu,
.sprite-social-twitter,
.sprite-social-rss,
.sprite-social-pinterest,
.sprite-social-instagram,
.sprite-social-facebook,
.sprite-social-twitter-small,
.sprite-social-pinterest-small,
.sprite-social-instagram-small,
.sprite-social-google,
.sprite-social-facebook-small,
.sprite-social-rss-small,
.sprite-social-google-small,
.sprite-share,
.sprite-search,
.sprite-checkbox-green,
.sprite-checkbox-blue,
.sprite-pager-right,
.sprite-pager-left,
.sprite-fullscreen {
    background-image: url('../i/sprites.png');
    background-repeat: no-repeat;
}

.sprite-featured {
    background-position: 0px 0px;
    width: 530px;
    height: 34px;
}

.sprite-glamslam {
    background-position: 0px -34px;
    width: 300px;
    height: 67px;
}

.sprite-glamslam-peel {
    background-position: 0px -101px;
    width: 300px;
    height: 24px;
}

.sprite-ah-live {
    background-position: 0px -125px;
    width: 300px;
    height: 140px;
}

.sprite-ah-live-peel {
    background-position: 0px -265px;
    width: 300px;
    height: 24px;
}

.sprite-logo {
    background-position: 0px -289px;
    width: 257px;
    height: 81px;
}

.sprite-ah-live-logo {
    background-position: -300px -125px;
    width: 115px;
    height: 105px;
}

.sprite-logo-small {
    background-position: -300px -34px;
    width: 107px;
    height: 34px;
}

.sprite-chick-treat {
    background-position: -415px -125px;
    width: 67px;
    height: 67px;
}

.sprite-carousel-arrow-right {
    background-position: -482px -125px;
    width: 43px;
    height: 44px;
}

.sprite-carousel-arrow-right-hover {
    background-position: -257px -289px;
    width: 43px;
    height: 44px;
}

.sprite-carousel-arrow-left {
    background-position: -300px -289px;
    width: 43px;
    height: 44px;
}

.sprite-carousel-arrow-left-hover {
    background-position: -343px -289px;
    width: 43px;
    height: 44px;
}

.sprite-video-icon {
    background-position: -407px -34px;
    width: 33px;
    height: 28px;
}

.sprite-photo-icon {
    background-position: -440px -34px;
    width: 33px;
    height: 28px;
}

.sprite-caret-menu {
    background-position: -473px -34px;
    width: 29px;
    height: 14px;
}

.sprite-social-twitter {
    background-position: -300px -68px;
    width: 28px;
    height: 27px;
}

.sprite-social-rss {
    background-position: -328px -68px;
    width: 28px;
    height: 27px;
}

.sprite-social-pinterest {
    background-position: -356px -68px;
    width: 28px;
    height: 27px;
}

.sprite-social-instagram {
    background-position: -384px -68px;
    width: 28px;
    height: 27px;
}

.sprite-social-facebook {
    background-position: -412px -68px;
    width: 28px;
    height: 27px;
}

.sprite-social-twitter-small {
    background-position: -440px -68px;
    width: 26px;
    height: 25px;
}

.sprite-social-pinterest-small {
    background-position: -466px -68px;
    width: 26px;
    height: 25px;
}

.sprite-social-instagram-small {
    background-position: -492px -68px;
    width: 26px;
    height: 25px;
}

.sprite-social-google {
    background-position: -415px -192px;
    width: 26px;
    height: 26px;
}

.sprite-social-facebook-small {
    background-position: -441px -192px;
    width: 26px;
    height: 25px;
}

.sprite-social-rss-small {
    background-position: -467px -192px;
    width: 25px;
    height: 25px;
}

.sprite-social-google-small {
    background-position: -300px -101px;
    width: 24px;
    height: 23px;
}

.sprite-share {
    background-position: -324px -101px;
    width: 23px;
    height: 18px;
}

.sprite-search {
    background-position: -347px -101px;
    width: 19px;
    height: 17px;
}

.sprite-checkbox-green {
    background-position: -502px -34px;
    width: 17px;
    height: 13px;
}

.sprite-checkbox-blue {
    background-position: -473px -48px;
    width: 17px;
    height: 13px;
}

.sprite-pager-right {
    background-position: -490px -48px;
    width: 14px;
    height: 11px;
}

.sprite-pager-left {
    background-position: -504px -48px;
    width: 14px;
    height: 11px;
}

.sprite-fullscreen {
    background-position: -366px -101px;
    width: 13px;
    height: 13px;
}

.sprite-elements-lifestyle,
.sprite-elements-footer,
.sprite-elements-ah,
.sprite-elements-lifestyle-small,
.sprite-elements-footer-small,
.sprite-elements-ah-small,
.sprite-elements-photos,
.sprite-elements-news,
.sprite-elements-videos,
.sprite-hh-label,
.sprite-elements-logo-tablet,
.sprite-elements-ah-live-logo-small {
    background-image: url('../i/elements.png');
    background-repeat: no-repeat;
}

.sprite-elements-lifestyle {
    background-position: 0px 0px;
    width: 940px;
    height: 164px;
}

.sprite-elements-footer {
    background-position: 0px -164px;
    width: 940px;
    height: 60px;
}

.sprite-elements-ah {
    background-position: 0px -224px;
    width: 940px;
    height: 66px;
}

.sprite-elements-lifestyle-small {
    background-position: 0px -290px;
    width: 720px;
    height: 126px;
}

.sprite-elements-footer-small {
    background-position: 0px -416px;
    width: 720px;
    height: 44px;
}

.sprite-elements-ah-small {
    background-position: 0px -460px;
    width: 720px;
    height: 51px;
}

.sprite-elements-photos {
    background-position: 0px -511px;
    width: 655px;
    height: 135px;
}

.sprite-elements-news {
    background-position: 0px -646px;
    width: 604px;
    height: 157px;
}

.sprite-elements-videos {
    background-position: 0px -803px;
    width: 599px;
    height: 135px;
}

.sprite-hh-label {
    background-position: -604px -646px;
    width: 300px;
    height: 110px;
}

.sprite-elements-logo-tablet {
    background-position: -720px -290px;
    width: 190px;
    height: 60px;
}

.sprite-elements-ah-live-logo-small {
    background-position: -720px -350px;
    width: 70px;
    height: 64px;
}

.banner-top {
    margin-top: 10px;
}

.banner img {
    border: 1px solid #b4b4b4;
}

.banner-side {
    margin-top: 15px;
}

figure p {
    margin: 0;
}

h1 {
    color: #01417a;
    font-size: 46px;
}

h1[class^="sprite-"] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
    margin: 10px 0;
}

.btn {
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'source_sans_prosemibold', sans-serif;
    font-size: 17px;
    border-radius: 0 !important;
}

.nav-tabs {
    border: none;
}

.nav-tabs li {
    text-transform: uppercase;
    margin: 0 6px !important;
}

.nav-tabs li a {
    color: #ffffff !important;
    border: none !important;
}

.nav-tabs li a:hover {
    color: #ffffff !important;
}

.nav-tabs li.active a {
    text-decoration: underline;
    background: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: none;
}

.no-pad {
    padding: 0 !important;
}

.text-green {
    color: #27ae60;
}

.text-green a {
    color: #27ae60;
}

.text-green a:hover {
    color: #27ae60;
}

.text-red {
    color: #c0392b;
}

.text-red a {
    color: #c0392b;
}

.text-red a:hover {
    color: #c0392b;
}

.text-orange {
    color: #d35400;
}

.text-orange a {
    color: #d35400;
}

.text-orange a:hover {
    color: #d35400;
}

.text-violet {
    color: #9650b2;
}

.text-violet a {
    color: #9650b2;
}

.text-violet a:hover {
    color: #9650b2;
}

.text-blue {
    color: #0081c6;
}

.text-blue a {
    color: #0081c6;
}

.text-blue a:hover {
    color: #0081c6;
}

video {
    width: 100%;
    height: 100%;
}

time {
    color: #0081c6;
}

.bg-green .category-label,
.bg-photo .category-label,
.bg-photo_album .category-label,
.bg-green .category-label_bottom,
.bg-photo .category-label_bottom,
.bg-photo_album .category-label_bottom {
    background-color: #27ae60;
}

.bg-green:hover p a,
.bg-photo:hover p a,
.bg-photo_album:hover p a {
    border-color: #27ae60;
}

.bg-red .category-label,
.bg-news .category-label,
.bg-red .category-label_bottom,
.bg-news .category-label_bottom {
    background-color: #c0392b;
}

.bg-red:hover p a,
.bg-news:hover p a {
    border-color: #c0392b;
}

.bg-orange .category-label,
.bg-video .category-label,
.bg-orange .category-label_bottom,
.bg-video .category-label_bottom {
    background-color: #d35400;
}

.bg-orange:hover p a,
.bg-video:hover p a {
    border-color: #d35400;
}

.bg-violet .category-label,
.bg-lifestyle .category-label,
.bg-violet .category-label_bottom,
.bg-lifestyle .category-label_bottom {
    background-color: #9650b2;
}

.bg-violet:hover p a,
.bg-lifestyle:hover p a {
    border-color: #9650b2;
}

.bg-blue .category-label,
.bg-ahlive .category-label,
.bg-blue .category-label_bottom,
.bg-ahlive .category-label_bottom {
    background-color: #0081c6;
}

.bg-blue:hover p a,
.bg-ahlive:hover p a {
    border-color: #0081c6;
}

.bg-gray {
    background-color: #222222;
    color: #ffffff;
}

.bg-gray h1,
.bg-gray time {
    color: #ffffff;
}

.btn-share {
    padding: 2px 15px 2px 40px;
    position: relative;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.btn-share:before {
    content: "";
    position: absolute;
    z-index: 55;
    left: 10px;
    top: 3px;
    background: url("../i/sprites.png") no-repeat -324px -101px;
    width: 23px;
    height: 18px;
}

.btn-share .before {
    width: 23px;
    height: 18px;
    display: block;
}

.btn-share .before {
    position: absolute;
    z-index: 55;
    left: 10px;
    top: 3px;
    background: url("../i/sprites.png") no-repeat -324px -101px;
}

.btn-more_info {
    background-color: #95a5a6;
    border: 1px solid #95a5a6;
    padding: 2px 15px 2px 25px;
    position: relative;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.btn-more_info:before {
    content: "";
    position: absolute;
    z-index: 55;
    left: 8px;
    top: 11px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    font-size: 0;
    line-height: 0;
}

.btn-more_info .before {
    width: 0;
    height: 0;
    display: block;
}

.btn-more_info .before {
    position: absolute;
    z-index: 55;
    left: 8px;
    top: 11px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    font-size: 0;
    line-height: 0;
}

.btn-more_info:hover,
.btn-more_info:focus {
    background-color: #7f8c8d;
    border: 1px solid #7f8c8d;
}

.btn-hide_info:before,
.btn-hide_info .before {
    border-top: none;
    border-bottom: 6px solid #ffffff;
}

.category-label,
.category-label_bottom {
    color: #ffffff;
    font-family: 'source_sans_prosemibold', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 3px 10px;
    line-height: normal;
}

.category-label {
    position: absolute;
    z-index: 55;
    left: 0;
    top: 0;
}

.category-label_bottom {
    position: absolute;
    z-index: 55;
    left: 0;
    bottom: 0;
}

.inline-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.inline-list li {
    *display: inline;
    *zoom: 1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 17px;
}

.dropdown-menu li {
    font-size: 15px !important;
}

html,
body {
    height: 100%;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sprite-logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 55;
    background-color: #ffffff;
    display: block;
}

#header {
    width: 100%;
}

.nav-wrapper.affix {
    /* z-index: 3001; */
    z-index: 333331;
}

.social ul li {
    margin: 0 0 0 3px !important;
    padding: 0 !important;
}

.social ul a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none !important;
    border: none !important;
}

.navbar-collapse.in {
    overflow-x: hidden;
}

.searchbox form {
    width: 199px;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.searchbox form .form-group {
    margin: 0;
}

.searchbox form:before {
    content: "";
    position: absolute;
    z-index: 55;
    right: 0;
    top: 10px;
    width: 1px;
    height: 10px;
    background-color: #999999;
}

.searchbox form .before {
    width: 1px;
    height: 10px;
    display: block;
}

.searchbox form .before {
    position: absolute;
    z-index: 55;
    right: 0;
    top: 10px;
    background-color: #999999;
}

.searchbox .btn {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    float: left;
    margin: 5px 0 0 0;
}

.searchbox input {
    float: right;
    display: inline;
    width: 165px;
    padding: 0;
    margin: 0 10px 0 0;
    border: none;
    box-shadow: none;
    color: #999999;
    font-family: 'source_sans_proregular', sans-serif;
    font-size: 22px;
}

.searchbox input:-moz-placeholder {
    color: #999999;
}

.searchbox input::-moz-placeholder {
    color: #999999;
}

.searchbox input:-ms-input-placeholder {
    color: #999999;
}

.searchbox input::-webkit-input-placeholder {
    color: #999999;
}

.searchbox input:focus {
    box-shadow: none;
}

.searchbox.body-searchbox form {
    position: static;
    width: 365px;
}

.searchbox.body-searchbox input {
    width: 330px;
}

.searchbox.body-searchbox form:before {
    right: auto;
    left: 365px;
}

#main-nav {
    border: none;
    background-color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

#main-nav ul.dropdown-menu {
    text-align: left !important;
}

#main-nav.affix li.open a.dropdown-toggle:after {
    bottom: -13px !important;
}

#main-nav .container {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    width: 940px;
    padding: 0;
    margin: 0;
}

#main-nav .navbar-collapse {
    margin: 0;
    padding: 0;
}

#main-nav .navbar.inline-list {
    margin: 0;
    width: 100%;
}

#main-nav .navbar.inline-list li {
    font-family: 'source_sans_prosemibold', sans-serif;
    text-transform: uppercase;
    padding-left: 15px;
    margin-left: 15px;
    line-height: normal;
    font-size: 18px;
}

#main-nav .navbar.inline-list li.open a.dropdown-toggle {
    background: #ffffff;
}

#main-nav .navbar.inline-list li.open a.dropdown-toggle:after {
    content: "";
    position: absolute;
    z-index: 3000;
    left: 50%;
    bottom: -14px;
    background: url("../i/sprites.png") no-repeat -473px -34px;
    margin-left: -15px;
    width: 29px;
    height: 14px;
}

#main-nav .navbar.inline-list li a.menu-item {
    position: relative;
    padding: 0;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

#main-nav .navbar.inline-list li a.menu-item:hover,
#main-nav .navbar.inline-list li a.menu-item:focus {
    background: #ffffff !important;
    text-decoration: underline;
}

#main-nav .navbar.inline-list li a.menu-item:before {
    content: "";
    position: absolute;
    z-index: 55;
    left: -14px;
    top: 13px;
    width: 1px;
    height: 10px;
    background-color: #999999;
}

#main-nav .navbar.inline-list li a.menu-item .before {
    width: 1px;
    height: 10px;
    display: block;
}

#main-nav .navbar.inline-list li a.menu-item .before {
    position: absolute;
    z-index: 55;
    left: -14px;
    top: 13px;
    background-color: #999999;
}

#main-nav .navbar.inline-list li:first-child a:before {
    content: none;
}

#main-nav .navbar.inline-list li:first-child .before {
    display: none;
}

#main-nav.affix {
    position: fixed;
    top: 0;
    /* z-index: 3000; */
    z-index: 333330;
}

#main-nav.affix .searchbox form {
    width: 99px;
}

#main-nav.affix .searchbox form input {
    width: 65px;
}

#main-nav.affix .container {
    border-top-color: #ffffff;
}

#main-nav.affix .inline-list.navbar {
    text-align: left;
}

#footer .container {
    background-color: #01417a;
    color: #ffffff;
    padding-top: 44px;
    width: 940px;
    position: relative;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

#footer .container:before {
    content: "";
    position: absolute;
    z-index: 55;
    left: 0;
    top: 0;
    width: 940px;
    height: 60px;
    background: url("../i/elements.png") no-repeat 0px -164px;
}

#footer .container .before {
    width: 940px;
    height: 60px;
    display: block;
}

#footer .container .before {
    position: absolute;
    z-index: 55;
    left: 0;
    top: 0;
    background: url("../i/elements.png") no-repeat 0px -164px;
}

#footer a {
    color: #ffffff;
}

#footer .n-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 0;
    margin: 0 20px;
    line-height: normal;
}

#footer ul {
    text-align: center;
}

#footer ul li {
    margin: 0 2px;
    font-size: 16px;
}

#footer .uppercase {
    text-transform: uppercase;
}

#footer .related-sites {
    padding-top: 12px;
    font-size: 17px;
}

#footer .related-sites p {
    margin: 0;
}

#footer .copyrights {
    padding: 22px 0 14px 0;
    text-align: center;
    font-size: 13px;
}

#footer .copyrights p {
    margin: 0;
}

#footer .separator li {
    position: relative;
    padding-left: 8px;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

#footer .separator li:before {
    content: "";
    position: absolute;
    z-index: 55;
    left: 0;
    top: 6px;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}

#footer .separator li .before {
    width: 1px;
    height: 10px;
    display: block;
}

#footer .separator li .before {
    position: absolute;
    z-index: 55;
    left: 0;
    top: 6px;
    background-color: rgba(255, 255, 255, 0.2);
}

#footer .separator li:first-child {
    padding: 0;
}

#footer .separator li:first-child:before {
    content: none;
}

#footer .separator li:first-child .before {
    display: none;
}

#footer .triangles {
    position: relative;
    padding: 0 15px;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement(" i ") ).className='after')";
}

#footer .triangles:before {
    content: "";
    position: absolute;
    z-index: 55;
    left: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
}

#footer .triangles:after {
    content: "";
    position: absolute;
    z-index: 55;
    right: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
}

#footer .triangles .before {
    width: 0;
    height: 0;
    display: block;
}

#footer .triangles .after {
    width: 0;
    height: 0;
    display: block;
}

#footer .triangles .before,
#footer .triangles .after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
}

#footer .triangles .after {
    border-right: 7px solid #ffffff;
}

.page-submenu li {
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 20px;
}

.page-submenu .active a {
    text-decoration: underline;
}

.media-content #main-nav .container {
    border-bottom: 1px solid #ffffff;
}

.ri-block {
    margin: 15px 0;
}

.ri-block:hover {
    cursor: pointer;
}

.ri-block:hover a {
    text-decoration: underline;
}

.ri-block p {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.ri-block p a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 55;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    background: transparent url('../i/repeaters/transparent.png') repeat 0 0;
}

.ri-block.circle-ri p a,
.ri-block.circle-ri img {
    -moz-border-radius-topleft: 9999px;
    -moz-border-radius-topright: 9999px;
    -moz-border-radius-bottomright: 9999px;
    -moz-border-radius-bottomleft: 9999px;
    -webkit-border-radius: 9999px 9999px 9999px 9999px;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.ri-block img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.ri-block figcaption {
    padding: 0px 8px 8px 8px;
    text-align: left;
    font-family: 'source_sans_prolight', sans-serif;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    max-width: 380px;
}

.ri-block figcaption a {
    color: #2e363a;
}

.ri-block figcaption span {
    font-family: 'source_sans_proregular', sans-serif;
    color: #01417a;
}

.ri-block.ri-small figcaption {
    font-size: 20px;
    line-height: 20px;
}

.video-replay figcaption a {
    color: white !important;
}

body.ahllis .video-replay {
    background-color: #0081C6;
}

body.ahllis .video-replay figcaption a {
    font-family: 'source_sans_proregular', sans-serif;
}

body.hplis .video-replay {
    background-color: #D35400;
}

body.hplis .video-replay figcaption a {
    font-family: 'source_sans_prosemibold', sans-serif;
}

.media-item p {
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.media-item p:before {
    content: "";
    position: absolute;
    z-index: 55;
    right: 10px;
    bottom: 10px;
    background-image: url("../i/sprites.png");
    background-repeat: no-repeat;
    width: 33px;
    height: 28px;
}

.media-item p .before {
    width: 33px;
    height: 28px;
    display: block;
}

.media-item p .before {
    position: absolute;
    z-index: 55;
    right: 10px;
    bottom: 10px;
    background-image: url("../i/sprites.png");
    background-repeat: no-repeat;
}

.media-item.video p:before,
.media-item.video p .before {
    background-position: -407px -34px;
}

.media-item.photo p:before,
.media-item.photo p .before {
    background-position: -440px -34px;
}

.media-item.circle-ri p:before,
.media-item.circle-ri p .before {
    bottom: 80px;
    right: 25px;
}

.now-trending {
    position: relative;
    margin-top: 20px;
}

.now-trending ul {
    counter-reset: list;
    /* margin-top: 55px; */
    margin-top: 90px;
    text-align: center;
}

.now-trending ul li {
    font-size: 17px;
    min-height: 181px;
}

.now-trending ul li p {
    margin: 0 auto;
    padding: 5px 0 0 0;
    line-height: 18px;
}

.now-trending ul li img {
    display: block;
    max-width: 100%;
    height: auto;
    -moz-border-radius-topleft: 9999px;
    -moz-border-radius-topright: 9999px;
    -moz-border-radius-bottomright: 9999px;
    -moz-border-radius-bottomleft: 9999px;
    -webkit-border-radius: 9999px 9999px 9999px 9999px;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    margin: 0 auto;
}

.now-trending ul li .img {
    position: relative;
    width: 140px;
    height: 140px;
}

.now-trending ul li .img a {
    position: absolute;
    z-index: 199;
    left: 0;
    top: 5px;
    width: 140px;
    height: 140px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background: transparent url('../i/repeaters/transparent.png') repeat 0 0;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.DISABLED-now-trending ul li .img a:before {
    counter-increment: list;
    content: counter(list);
    width: 140px;
    height: 140px;
    position: absolute;
    z-index: 55;
    left: 50%;
    top: 0;
    line-height: 140px;
    margin-left: -70px;
    display: block;
    text-align: left;
    padding-left: 20px;
    font-size: 75px;
    font-family: 'source_sans_proextralight', sans-serif;
    color: #ffffff;
}

.now-trending ul li .img a .before {
    width: auto;
    height: auto;
    display: block;
}

.now-trending ul li .img a .before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    z-index: 55;
    left: 50%;
    top: 5px;
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin-left: -70px;
    display: block;
    text-align: left;
    padding-left: 20px;
    font-size: 75px;
    font-family: 'source_sans_proextralight', sans-serif;
    color: #ffffff;
}

.now-trending .trending-wrapper {
    position: absolute;
    z-index: -1;
    left: -2px;
    top: 0;
    width: 100%;
}

.now-trending .text-hero {
    font-size: 145.5px;
    letter-spacing: 1px;
    font-family: 'source_sans_proextralight', sans-serif;
    text-transform: uppercase;
    line-height: 115px;
    white-space: nowrap;
}

.now-trending a {
    color: #9650b2;
}

.sidebar .now-trending {
    margin-top: 0;
}

.photo-source {
    color: #777;
    margin: 5px 0;
    text-transform: uppercase;
}

.gallery-shared {
    margin-top: 20px;
    text-align: center;
    padding-top: 10px;
}

.gallery-shared h2 {
    font-family: 'source_sans_proextralight', sans-serif;
    color: #ffffff;
    font-size: 96px;
    text-transform: uppercase;
    line-height: 96px;
    margin: 0;
    padding: 8px;
    background-color: #222222;
}

.block-gallery ul li {
    background-color: #222222;
    font-size: 18px;
    width: 33.33333333333333%;
    position: relative;
    z-index: 99;
}

.block-gallery ul li img {
    display: block;
    max-width: 100%;
    height: auto;
}

.block-gallery ul li a {
    color: #ffffff;
    position: absolute;
    z-index: 55;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent url('../i/repeaters/transparent.png') repeat 0 0;
}

.block-gallery ul li a:hover {
    text-decoration: none;
    color: #c0392b;
}

.block-gallery ul li a span {
    position: absolute;
    z-index: 55;
    left: 0;
    bottom: 0;
    width: 100%;
    /* height: 115px; */
    height: 65px;
    padding: 10px 8%;
    background: url('../i/repeaters/bg1x1.png') repeat;
    text-align: center;
}

.block-gallery.block-gallery_index {
    padding-top: 0;
    margin-top: 40px;
}

.block-gallery.block-gallery_index a:hover {
    color: #27ae60;
}

.block-videos {
    padding-bottom: 10px;
}

.block-videos .block {
    float: left;
    display: inline;
    width: 940px;
    margin-left: 10px;
}

.block-videos .nav-tabs li {
    width: auto !important;
}

.block-videos h2 {
    font-size: 60px;
    line-height: 60px;
    float: left;
    display: inline;
}

.block-videos a {
    color: #ffffff;
}

.block-videos header ul {
    float: left;
    display: inline;
    margin-top: 35px;
}

.block-videos .tab-content {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 15px;
}

.block-videos.block-videos_small {
    margin-top: 0;
    padding-top: 20px;
}

.block-videos.block-videos_small .block {
    width: 620px;
}

.block-videos.block-videos_full {
    padding: 0;
}

.news-related {
    background-color: #ffffff;
}

.news-related h3 {
    color: #c0392b;
    text-transform: uppercase;
    font-family: 'source_sans_prolight', sans-serif;
    font-size: 42px;
    margin: 0px;
    text-align: left;
}

.news-related ul {
    margin-top: 10px;
}

.news-related ul li {
    /* width: 154px; */
    width: 308px;
}

.news-related figure {
    /* width: 155px; */
    width: 310px;
    position: relative;
}

.news-related figure a {
    line-height: 22px;
}

.news-related a:hover {
    color: #c0392b !important;
}

.get-pager .btn {
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: 'source_sans_proregular', sans-serif;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.get-pager .btn.disabled {
    background-color: #999999;
    border: 1px solid #999999;
}

.get-pager .btn:before {
    content: "";
    position: absolute;
    top: 7px;
    z-index: 55;
    background-image: url('../i/sprites.png');
    background-repeat: no-repeat;
    width: 14px;
    height: 11px;
}

.get-pager .btn .before {
    width: 14px;
    height: 11px;
    display: block;
}

.get-pager .btn .before {
    position: absolute;
    top: 7px;
    z-index: 55;
    background-image: url('../i/sprites.png');
    background-repeat: no-repeat;
}

.get-pager .prev .btn {
    padding-left: 35px;
    padding-right: 15px;
}

.get-pager .prev .btn:before,
.get-pager .prev .btn .before {
    left: 12px;
    background-position: -504px -48px;
}

.get-pager .next {
    float: right;
}

.get-pager .next .btn {
    padding-left: 15px;
    padding-right: 35px;
}

.get-pager .next .btn:before,
.get-pager .next .btn .before {
    right: 12px;
    background-position: -490px -48px;
}

.media {
    margin-top: -1px;
}

.media h1 {
    text-transform: uppercase;
    font-size: 39px;
}

.media .news-related {
    background-color: #222222;
}

.media .news-related h3 {
    color: #27ae60;
}

.media .news-related ul {
    margin-top: 10px;
}

.media .news-related li {
    width: 50%;
    font-size: 16px;
}

.media .news-related figure {
    /* max-width: 150px; */
    max-width: 300px;
}

.media .news-related a {
    color: #ffffff;
}

.media .news-related a:hover {
    color: #27ae60 !important;
}

.media .news-related a:hover:before,
.media .news-related a:hover .before {
    border-color: #27ae60;
}

.credits {
    font-family: 'source_sans_prolight', sans-serif;
    color: #95a5a6;
    text-transform: uppercase;
}

.credits p {
    margin: 0;
}

.credits p.by {
    text-transform: none;
    color: #333333;
    font-family: 'source_sans_proregular', sans-serif;
}

.videos-page li {
    float: none;
    vertical-align: top;
}

.videos-page figure {
    margin: 14px 0;
}

.videos-page figure figcaption {
    padding-left: 0;
    padding-right: 0;
}

.prettycheckbox,
.prettyradio {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.prettycheckbox > a,
.prettyradio > a {
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    cursor: pointer;
    background-image: url("../i/sprites.png");
    background-repeat: no-repeat;
}

.prettycheckbox > a:focus,
.prettyradio > a:focus {
    outline: 0 none;
}

.prettycheckbox label,
.prettyradio label {
    display: block;
    float: left;
    margin: 0px 5px;
    cursor: pointer;
}

.prettycheckbox a.disabled,
.prettyradio a.disabled,
.prettycheckbox label.disabled,
.prettyradio label.disabled {
    cursor: not-allowed;
}

.prettycheckbox > a {
    background-position: -999px -999px;
}

.prettycheckbox > a:hover {
    background-position: -502px -34px;
}

.prettycheckbox > a.checked {
    background-position: -502px -34px;
}

.prettycheckbox > a.checked:hover {
    background-position: -502px -34px;
}

.prettyradio > a {
    border: 2px solid #0081c6;
    background-position: -999px -999px;
}

.prettyradio > a:hover {
    background-position: -473px -48px;
}

.prettyradio > a.checked {
    background-position: -473px -48px;
}

.prettyradio > a.checked:hover {
    background-position: -473px -48px;
}

/*!
 * bootstrap-select v1.3.5
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.form-control {
    padding: 0;
    border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select {
    width: 100%;
}

.bootstrap-select > .btn {
    width: 100%;
    padding: 5px 0;
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}

.dropdown-menu {
    z-index: 2000;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051;
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.btn-group .btn .filter-option {
    overflow: hidden;
    position: absolute;
    left: 12px;
    right: 25px;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 20px;
    cursor: default;
}

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
    position: relative;
    padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
    cursor: pointer;
    display: block;
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
    color: #64b1d8;
    color: rgba(255, 255, 255, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select-searchbox {
    padding: 4px 8px;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #000000;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #000000;
    position: relative;
}

.jspDrag {
    background: #0081c6;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.yamm .yamm-content {
    padding: 20px 10px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.block-featured {
    margin: 15px 0 20px 0;
    position: relative;
}

.block-featured img {
    display: block;
    max-width: 100%;
    height: auto;
}

.block-featured p {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.block-featured figcaption {
    position: absolute;
    z-index: 88;
    left: 50%;
    bottom: -40px;
    width: 530px;
    background-color: #ffffff;
    margin-left: -265px;
    text-align: center;
    max-width: 530px;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.block-featured figcaption:before {
    position: absolute;
    z-index: 88;
    left: 0;
    top: -34px;
    content: "";
    background: url("../i/sprites.png") no-repeat 0 0;
    width: 530px;
    height: 34px;
}

.block-featured figcaption .before {
    width: 530px;
    height: 34px;
    display: block;
}

.block-featured figcaption .before {
    position: absolute;
    z-index: 88;
    left: 0;
    top: -34px;
    background: url("../i/sprites.png") no-repeat 0 0;
}

.block-featured figcaption a {
    color: #3a4449;
    font-size: 18px;
    text-transform: none;
    font-family: 'source_sans_proregular', sans-serif;
}

.block-featured figcaption a span {
    color: #c0392b;
    font-size: 42px;
    line-height: 42px;
    width: 100%;
    float: left;
    text-transform: uppercase;
}

.block-featured:hover figcaption a,
.block-featured:hover figcaption span {
    text-decoration: underline;
}

.block-style_deals {
    background-color: #fae74b;
    width: 300px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.block-style_deals h2 {
    margin: 8px 0 10px 10px;
    text-transform: uppercase;
    /* color: #d35400; */
    color: #fb57f6;
    font-size: 38px;
    position: relative;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.block-style_deals h2:before {
    content: "";
    width: 67px;
    height: 67px;
    position: absolute;
    z-index: 55;
    right: 15px;
    top: -45px;
    background: url("../i/sprites.png") no-repeat -415px -125px;
}

.block-style_deals h2 .before {
    width: 67px;
    height: 67px;
    display: block;
}

.block-style_deals h2 .before {
    position: absolute;
    z-index: 55;
    right: 15px;
    top: -45px;
    background: url("../i/sprites.png") no-repeat -415px -125px;
}

.block-style_deals ul {
    margin-left: 10px;
}

.block-style_deals li {
    width: 140px;
    position: relative;
}

.block-style_deals.single-item li {
    width: 280px;
}

.block-style_deals li img {
    display: block;
    max-width: 100%;
    height: auto;
}

.block-style_deals li a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 55;
    left: 0;
    top: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
    background: url("../i/repeaters/bg1x1-white.png") repeat;
}

.block-style_deals li a:hover {
    background: none;
}

.block-express_alerts {
    margin-bottom: 20px;
    margin-top: 25px;
}

.block-express_alerts .block {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    background-color: #d6211d;
    text-align: center;
    padding-top: 30px;
    position: relative;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.block-express_alerts .block:before {
    content: "!";
    position: absolute;
    z-index: 55;
    right: -18px;
    top: -62px;
    font-family: 'source_sans_proextralight', sans-serif;
    font-size: 250px;
}

.block-express_alerts .block .before {
    width: auto;
    height: auto;
    display: block;
}

.block-express_alerts .block .before {
    position: absolute;
    z-index: 55;
    right: -18px;
    top: -62px;
}

.block-express_alerts .block h2 {
    text-transform: uppercase;
    color: #333333;
    font-size: 34px;
    font-family: 'source_sans_prosemibold', sans-serif;
    margin: 0;
    line-height: 34px;
}

.block-express_alerts .block p {
    margin: 0;
    line-height: 18px;
}

.block-express_alerts .block form {
    text-align: left;
    padding: 0 20px;
    margin-top: 5px;
}

.block-express_alerts .block form #success-post {
    position: relative;
}

.block-express_alerts .block form #success-post .alert-success {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 50px;
    font-size: 13px;
    line-height: normal;
    padding: 3px 5px;
    width: 250px;
    text-align: center;
}

.block-express_alerts .block form .checkbox {
    position: relative;
    padding-left: 40px;
}

.block-express_alerts .block form .checkbox a {
    position: absolute;
    z-index: 55;
    left: 10px;
    top: 0;
}

.block-express_alerts .block form label {
    color: #ffffff;
    line-height: 16px;
    font-size: 14px;
}

.block-express_alerts .block form label.error {
    position: absolute;
    z-index: 55;
    left: 50%;
    top: 0;
    padding: 3px 5px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
    font-style: normal;
    font-size: 13px;
    line-height: normal;
    width: 178px;
    margin-left: -90px;
}

.block-express_alerts .block form label.error hr {
    border-top-color: #e4b9c0;
}

.block-express_alerts .block form label.error .alert-link {
    color: #953b39;
}

.block-express_alerts .block form .form-group {
    margin: -5px 0 10px 0;
    padding-left: 20px;
    position: relative;
}

.block-express_alerts .block form .btn-default {
    padding: 1px 15px;
}

.block-express_alerts .block form input {
    border: none;
    font-size: 17px;
    margin-left: 20px;
    width: 178px;
    padding: 1px 5px;
}

.block-express_alerts .block form input:-moz-placeholder {
    color: #333333;
}

.block-express_alerts .block form input::-moz-placeholder {
    color: #333333;
}

.block-express_alerts .block form input:-ms-input-placeholder {
    color: #333333;
}

.block-express_alerts .block form input::-webkit-input-placeholder {
    color: #333333;
}

.block-featured_poll .poll-results .poll-row {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 20px;
}

.block-featured_poll .poll-results p {
    float: left;
    display: inline;
    width: 100%;
    margin: 0;
    font-size: 14px;
}

.block-featured_poll .poll-results p.percent {
    position: relative;
}

.block-featured_poll .poll-results p.percent .bar {
    float: left;
    display: inline;
    width: 110px;
    margin-top: 3px;
}

.block-featured_poll .poll-results p.percent .bar .line {
    display: block;
    height: 15px;
    background-color: #0081c6;
}

.block-featured_poll .poll-results p.percent .number {
    position: absolute;
    z-index: 55;
    right: 0;
    top: 0;
    color: #0081c6;
    font-size: 16px;
}

.block-featured_poll .block {
    padding: 12px;
    text-align: center;
    background-color: #eeeeee;
}

@-webkit-keyframes poll_target {
    from {
        background-color: #ff0;
    }

    to {
        background-color: #eee;
    }
}

@keyframes poll_target {
    from {
        background-color: #ff0;
    }

    to {
        background-color: #eee;
    }
}

#poll:target .block {
    -webkit-animation: poll_target 2s;
    animation: poll_target 2s;
}

.block-featured_poll .block img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.block-featured_poll h2 {
    color: #1f81bf;
    font-size: 42px;
    font-family: 'source_sans_proextralight', sans-serif;
    margin: 3px 0 0 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.block-featured_poll .question {
    font-family: 'source_sans_prosemibold', sans-serif;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 13px;
}

.block-featured_poll form {
    text-align: left;
}

.block-featured_poll form .radio {
    position: relative;
    padding-left: 40px;
}

.block-featured_poll form .radio a {
    position: absolute;
    z-index: 55;
    left: 10px;
    top: 0;
}

.block-featured_poll form label {
    color: #3a4449;
    line-height: 16px;
    font-size: 14px;
}

.block-featured_poll form .actions div {
    padding-top: 10px;
}

.block-featured_poll form .actions .btn {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.block-2col {
    margin: 10px auto 20px auto;
    width: 300px;
}

.block-2col li {
    width: 149px;
    text-transform: uppercase;
    border-left: 1px solid #cccccc;
    background-color: #eeeeee;
    font-size: 18px;
    vertical-align: top;
}

.block-2col li:first-child {
    border-left: none;
    width: 150px;
}

.block-2col li figure {
    margin: 0 auto;
    max-width: 148px;
}

.block-2col li figcaption {
    line-height: 18px;
    padding: 0 8px;
    text-align: center;
    font-size: 19px;
    font-family: 'source_sans_proregular', sans-serif;
    line-height: 20px;
    margin-bottom: 8px;
}

.block-2col li a {
    color: #01417a;
}

.news-latest {
    margin: 20px 0 5px 0;
    float: left;
    display: inline;
    width: 100%;
}

.news-latest h1 {
    color: #c0392b;
    font-family: 'source_sans_prolight', sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.news-latest article {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 10px;
    font-size: 17px;
    padding: 2px 0;
}

.news-latest article p {
    margin: 5px 0 0 0;
    line-height: 20px;
}

.news-latest article:nth-child(odd) {
    background-color: #eeeeee;
}

.news-latest article figure {
    float: left;
    display: inline;
    width: 76px;
    margin: -3px 20px 0 0;
}

.news-latest article figure p {
    margin: 0;
}

.news-latest article a {
    color: #333333;
}

.block-glamslam figure {
    margin: 10px auto 20px auto;
    padding-top: 45px;
}

.block-glamslam figcaption {
    background-color: #dc211d;
    text-align: center;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.block-glamslam figcaption:before {
    content: "";
    position: absolute;
    z-index: 55;
    left: 0;
    top: -24px;
    background: url("../i/sprites.png") no-repeat 0px -101px;
    width: 300px;
    height: 24px;
}

.block-glamslam figcaption .before {
    width: 300px;
    height: 24px;
    display: block;
}

.block-glamslam figcaption .before {
    background: url("../i/sprites.png") no-repeat 0px -101px;
    position: absolute;
    z-index: 55;
    left: 0;
    top: -24px;
}

.block-glamslam figcaption a {
    color: #ffffff;
}

.block-skew {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.block-skew h2 {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 55;
    left: 50%;
    top: 0;
    margin: -1px 0 0 -150px;
    display: block;
}

.block-skew figcaption {
    position: relative;
    text-transform: uppercase;
    padding: 0 5px 5px 5px;
    width: 300px;
}

.block-skew figcaption a {
    font-size: 38px;
    font-family: 'source_sans_prosemibold', sans-serif;
    line-height: 38px;
}

.block-skew figcaption a span {
    font-family: 'source_sans_prosemibold', sans-serif;
}

.block-skew figure {
    margin-bottom: 5px;
}

.block-skew figure img {
    max-width: 300px;
}

.block-skew figure.media-item p:before,
.block-skew figure.media-item p .before {
    bottom: 130px;
    z-index: 555;
}

.block-ah_live {
    padding-top: 105px;
}

.block-ah_live figcaption {
    background-color: #ffffff;
    margin-top: 0 !important;
    text-align: left;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.block-ah_live figcaption:before {
    content: "";
    position: absolute;
    z-index: 55;
    left: 0;
    top: -20px;
    background: url("../i/sprites.png") no-repeat 0px -265px;
    width: 300px;
    height: 24px;
}

.block-ah_live figcaption .before {
    width: 300px;
    height: 24px;
    display: block;
}

.block-ah_live figcaption .before {
    position: absolute;
    z-index: 55;
    left: 0;
    top: -20px;
    background: url("../i/sprites.png") no-repeat 0px -265px;
}

.block-ah_live figcaption a,
.block-ah_live figcaption span {
    color: #0081c6 !important;
}

.block-healthy_h {
    padding-top: 85px;
}

.block-healthy_h figcaption a,
.block-healthy_h figcaption span {
    color: #ed1671 !important;
}

.page-contacts h2 {
    font-size: 20px;
    font-family: 'source_sans_prosemibold', sans-serif;
    margin: 0;
    color: #01417a;
}

.page-contacts form {
    margin-top: 20px;
}

.page-contacts form label {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'source_sans_prolight', sans-serif;
    margin: 0;
}

.page-contacts form textarea {
    height: 145px;
    resize: none;
}

.article h1 {
    text-transform: uppercase;
    color: #333333;
    font-size: 39px;
}

.article h1 span {
    color: #01417a;
}

.article .article-txt span,
.article .article-txt small {
    color: #95a5a6;
}

.article .article-txt h2 {
    color: #0081c6;
    text-transform: uppercase;
    font-size: 19px;
}

.article .article-txt .hilink {
    font-weight: bold;
    text-decoration: underline;
    /*
      border-left: 2px solid;
      border-right: 2px solid;
      padding: 0 5px; 
      */
}

.article .copyright {
    padding: 0;
    display: block;
    font-size: 80%;
    text-transform: uppercase;
    color: #95a5a6;
}

.search-results h1 {
    font-size: 36px;
}

.search-results .sort label {
    text-transform: none;
    color: #999999;
    font-size: 15px;
    font-weight: normal;
    margin-right: 10px;
}

.search-results .sort .bootstrap-select {
    width: 150px;
}

.search-results .sort .btn .filter-option {
    position: static;
    padding-left: 10px;
}

.search-results article {
    padding-top: 15px;
    text-transform: uppercase;
}

.search-results article figure {
    margin: 0;
}

.search-results article figure .img {
    display: block;
    max-width: 100%;
    height: auto;
}

.search-results article aside {
    font-size: 26px;
}

.search-results article aside time {
    font-size: 18px;
}

.search-results article aside p {
    line-height: 26px;
    margin: 0 0 5px 0;
}

.search-results article aside a {
    color: #333333;
}

.search-results article aside a span {
    color: #01417a;
}

.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 170px;
}

.carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel ul li {
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'source_sans_prolight', sans-serif;
    width: 140px;
    margin-right: 20px;
}

.carousel ul li span {
    font-family: 'source_sans_proregular', sans-serif;
}

.carousel ul li p {
    margin: 0;
    line-height: 16px;
}

.carousel ul li img {
    margin-bottom: 8px;
}

.carousel.carousel-stage {
    height: 600px;
}

.carousel.carousel-stage li {
    width: 620px;
    text-align: center;
    margin: 0 !important;
    height: 600px;
    position: relative;
}

.carousel.carousel-stage li img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.carousel.carousel-stage li img.lazy {
    position: absolute;
    z-index: 55;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
}

.carousel.carousel-navigation {
    height: 94px;
}

.carousel.carousel-navigation li {
    margin-right: 20px;
    max-width: 140px;
    border: 2px solid #000000;
    height: 90px;
    overflow: hidden;
    position: relative;
}

.carousel.carousel-navigation li img {
    cursor: pointer;
    max-width: 140px;
}

.carousel.carousel-navigation li img.lazy {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 55;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

.carousel.carousel-navigation li.active {
    border: 2px solid #27ae60;
}

.carousel.carousel-navigation li.active img {
    cursor: pointer;
}

.carousel-more li {
    height: 150px;
    overflow: hidden;
}

.carousel-controls {
    position: relative;
    width: 100%;
}

.carousel-controls a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 25px;
    z-index: 55;
    display: block;
    background-image: url('../i/sprites.png');
    background-repeat: no-repeat;
    width: 43px;
    height: 44px;
}

.carousel-controls a.carousel-prev {
    left: 0;
    background-position: -300px -289px;
}

.carousel-controls a.carousel-next {
    right: 0;
    background-position: -482px -125px;
}

.carousel-controls a.inactive {
    display: none;
}

.stage .carousel-controls a {
    top: 275px;
}

.gallery-box {
    width: 620px;
    background-color: #000000;
    margin-top: 20px;
}

.gallery-box .stage {
    width: 620px;
}

.gallery-box .carousel-params {
    width: 100%;
    position: relative;
    padding: 8px 0;
    font-size: 16px;
    font-family: 'source_sans_prolight', sans-serif;
}

.gallery-box .carousel-controls .carousel-prev:hover {
    background-position: -343px -289px;
}

.gallery-box .carousel-controls .carousel-next:hover {
    background-position: -257px -289px;
}

#carousel-description {
    width: 620px;
    margin: 0 auto;
    padding-bottom: 30px;
    line-height: 20px;
}

#carousel-description h3 {
    font-size: 22px;
}

#carousel-description a {
    color: #ffffff;
    text-decoration: underline;
}

#carousel-description a:hover {
    color: #ffffff;
    text-decoration: none;
}

.gallery-side .news-related {
    margin-top: 20px;
}

.gallery-side .news-related li {
    /* min-width: 145px; */
    min-width: 290px;
    min-height: 270px;
}

.gallery-side .news-related h3 {
    font-size: 36px;
    white-space: nowrap;
}

.fake-fullscreen {
    display: none;
    display: block\9;
}

.fullscreen_show {
    display: none\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fullscreen_show {
        display: none;
    }

    .fake-fullscreen {
        display: block !important;
    }
}

.lt-ie9 .fullscreen_show {
    display: none;
}

.full-screen {
    position: absolute;
    z-index: 55;
    right: 10px;
    top: 5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.full-screen a {
    position: relative;
    text-decoration: none;
    padding-left: 20px;
    color: #ffffff;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.full-screen a:before {
    content: "";
    position: absolute;
    z-index: 55;
    left: 0;
    top: 3px;
    background: url("../i/sprites.png") no-repeat -366px -101px;
    width: 13px;
    height: 13px;
}

.full-screen a .before {
    width: 13px;
    height: 13px;
    display: block;
}

.full-screen a .before {
    position: absolute;
    z-index: 55;
    left: 0;
    top: 3px;
    background: url("../i/sprites.png") no-repeat -366px -101px;
}

.full-screen a:hover {
    text-decoration: underline;
}

.full-screen.fullscreen_exit {
    display: none;
}

.fullScreen {
    background-color: #000000;
    position: relative;
}

.fullScreen .media {
    width: 940px;
    height: 870px;
    position: absolute;
    z-index: 777;
    left: 50%;
    top: 50%;
    margin: -435px 0 0 -370px !important;
}

.fullScreen .fullscreen_show {
    display: none;
}

.fullScreen .gallery-box {
    width: 940px;
    margin: 0 0 0 -10px;
    position: relative;
}

.fullScreen .gallery-desc {
    position: absolute;
    z-index: 55;
    right: -300px;
    top: 50px;
    width: 300px;
}

.fullScreen .gallery-desc h1 {
    display: block;
    display: -webkit-box;
    max-width: 260px;
    height: 132px;
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fullScreen .gallery-desc .credits {
    position: absolute;
    z-index: 55;
    left: -8px;
    top: 140px;
}

.fullScreen .gallery-desc .credits .share-widget {
    top: 40px;
    width: 280px;
}

.fullScreen .scroll-pane_gallery {
    height: 190px;
    max-height: 190px;
    overflow: auto;
}

.fullScreen #carousel-description {
    position: absolute;
    z-index: 55;
    right: -300px;
    top: 270px;
    width: 300px;
    font-size: 16px;
}

.fullScreen #carousel-description .h3 {
    font-size: 19px;
}

.fullScreen .gallery-side {
    position: absolute;
    z-index: 55;
    right: 10px;
    top: 0;
}

.fullScreen .gallery-side .full-screen {
    top: 0;
}

.fullScreen .gallery-side .fullscreen_exit {
    display: block;
}

.fullScreen .gallery-side .banner-side {
    position: absolute;
    z-index: 55;
    left: 0;
    top: 475px;
}

.fullScreen .navigation {
    width: 940px;
}

.fullScreen .stage {
    height: 775px;
}

.fullScreen .stage a.carousel-next {
    right: 20px;
}

.fullScreen .stage .carousel-stage {
    width: 600px;
    height: 740px;
}

.fullScreen .stage .carousel-stage li {
    width: 600px;
}

.fullScreen .news-related {
    display: none;
}

.fullScreen_extra {
    min-width: 940px;
}

.fullScreen_extra .media {
    position: static !important;
    margin: 0 0 0 0 !important;
}

.video-player {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.video-player .iframe-rwd {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-player .iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-player video {
    max-width: 780px;
}

.video-player.responsive {
    text-align: center;
    width: 100%;
}

.video-player.responsive video {
    max-width: 540px;
    margin: 0 0 0 -25px;
}

.video-player.responsive #player-embed {
    margin: 0;
}

.video-player .btn-more_info {
    width: 125px;
}

.video-player h1 {
    font-size: 30px;
    padding: 0;
    margin: 20px 0;
    /* width: 620px; */
    width: 530px;
    text-align: left;
}

.video-player .player-actions li {
    margin-left: 5px;
}

.video-player .player-info .scroll-pane {
    float: left;
    display: inline;
    width: 300px;
    margin-top: 10px;
    height: 305px;
    overflow: auto;
    font-size: 16px;
    text-align: left;
}

.video-player .player-info .scroll-pane time {
    font-size: 15px;
    text-transform: uppercase;
}

.video-player .player-info .scroll-pane a {
    color: #0081C6;
}

.video-player .player-info .scroll-pane p {
    margin: 0 0 10px 0;
}

.video-player .player-info .tab-content {
    margin-top: 15px;
}

.video-player .player-info .nav-tabs li {
    margin: 0 15px 0 0 !important;
    padding-right: 15px;
}

.video-player .player-info .nav-tabs li a {
    position: relative;
    *zoom: "expression(this.runtimeStyle.zoom='1', this.insertBefore( document.createElement('i'), this.firstChild ).className='before', this.appendChild( document.createElement('i') ).className='after')";
}

.video-player .player-info .nav-tabs li a:before {
    content: "";
    position: absolute;
    z-index: 55;
    right: -14px;
    top: 7px;
    width: 1px;
    height: 10px;
    background-color: #ffffff;
}

.video-player .player-info .nav-tabs li a .before {
    width: 1px;
    height: 10px;
    display: block;
}

.video-player .player-info .nav-tabs li a .before {
    position: absolute;
    z-index: 55;
    right: -14px;
    top: 7px;
}

.video-player .player-info .nav-tabs li:last-child a:before {
    content: none;
}

#player-description .scroll-pane time {
    color: #aaa;
}

@media (min-width: 992px) {
    .carousel.carousel-stage li {
        line-height: 600px;
    }

    .carousel.carousel-stage li img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .carousel.carousel-stage li img.lazy {
        position: static;
        z-index: 1;
        left: 0;
        top: 0;
        margin: 0 0 0 0;
    }

    #header .banner-top {
        margin-left: -15px;
    }

    #header .banner-top > iframe,
    #header .banner-top > div {
        margin-left: auto;
        margin-right: auto;
    }

    #wrapper {
        min-height: 100%;
        width: 100%;
    }

    #main-layout {
        overflow: auto;
        padding-bottom: 430px;
    }

    #footer {
        margin-top: -390px;
        height: 390px;
        clear: both;
    }

    #player-embed iframe {
        width: 853px !important;
        height: 480px !important;
        margin: 0 auto;
    }

    .video-player.responsive #player-embed iframe {
        width: 540px !important;
        height: 304px !important;
        margin-left: -30px;
    }

    .video-player .player-info {
        width: 300px;
        margin: 0 0 0 -25px;
    }

    .sidebar .now-trending {
        margin-bottom: 20px;
        padding-top: 110px;
    }

    .sidebar .now-trending .text-hero {
        white-space: normal;
        font-size: 70px;
        line-height: 70px;
    }

    .sidebar .now-trending ul {
        margin-top: 0;
    }

    .sidebar .now-trending li {
        width: 50% !important;
    }

    .sidebar .block-style_deals {
        float: left;
        margin-top: 30px;
    }

    .sprite-logo {
        left: 0;
        top: -46px;
    }

    .credits {
        position: relative;
    }

    .credits .share-widget {
        position: absolute;
        z-index: 55;
        right: 10px;
        top: 5px;
    }

    .search-results .sort {
        position: absolute;
        z-index: 55;
        right: 10px;
        top: 0;
    }

    .video-player .player-actions {
        position: absolute;
        z-index: 55;
        right: 0;
        top: 0;
    }

    .searchbox {
        position: relative;
    }

    .searchbox form {
        position: absolute;
        z-index: 55;
        right: 190px;
        top: -40px;
    }

    .social {
        position: relative;
    }

    .social ul {
        position: absolute;
        z-index: 55;
        right: 0;
        top: -76px;
    }

    .ahl .searchbox form {
        position: absolute;
        z-index: 55;
        right: 0px;
        top: -40px;
    }

    .ahl .social ul {
        position: absolute;
        z-index: 55;
        right: 0;
        top: 86px;
    }

    #main-nav li .menu-item {
        height: 37px;
        line-height: 37px;
    }

    #main-nav ul.dropdown-menu {
        padding: 20px 10px;
        vertical-align: top;
        margin: 0;
        border: 1px solid #333333;
    }

    #main-nav ul.dropdown-menu .dropdown-fw {
        width: 100%;
        margin: 0;
    }

    #main-nav ul.dropdown-menu ul {
        margin: 0 !important;
    }

    #main-nav ul.dropdown-menu li {
        margin: 0 !important;
        padding: 0 important;
    }

    #main-nav ul.dropdown-menu .nav-side {
        float: left;
        display: inline;
        width: 180px;
        border-right: 1px solid #eeeeee;
        min-height: 140px;
    }

    #main-nav ul.dropdown-menu .nav-side [class*="sprite-"] {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        *display: inline;
        *zoom: 1;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0 auto;
        vertical-align: top;
    }

    #main-nav ul.dropdown-menu .nav-side ul {
        text-align: left;
        padding: 0;
        margin: 0;
    }

    #main-nav ul.dropdown-menu .nav-side ul li {
        width: 100%;
        font-family: 'source_sans_proregular', sans-serif;
        font-size: 20px !important;
        margin: 0;
        padding: 0;
    }

    #main-nav ul.dropdown-menu .nav-content {
        float: right;
        display: inline;
        width: 700px;
    }

    #main-nav ul.dropdown-menu .nav-content figure {
        float: left;
        display: inline;
        width: 140px;
        text-align: left;
        padding: 0;
        margin: 0 14px;
    }

    #main-nav ul.dropdown-menu .nav-content figure img {
        width: 140px;
        height: 82px;
        max-height: 82px;
        max-width: 140px;
    }

    #main-nav ul.dropdown-menu .nav-content figure figcaption {
        font-size: 15px;
        line-height: 15px;
        padding: 5px 5px 0 5px;
    }

    #main-nav ul.dropdown-menu .nav-content figure a {
        color: #000;
        font-family: 'source_sans_prolight', sans-serif;
    }

    #main-nav ul.dropdown-menu .nav-content figure a span {
        color: #01417a;
        font-family: 'source_sans_proregular', sans-serif;
    }

    #main-nav .dropdown.ah-live_menu .nav-content {
        width: 630px;
        padding: 0;
    }

    #main-nav .dropdown.ah-live_menu .nav-content figure {
        margin: 0 7px;
    }

    #main-nav .dropdown.ah-live_menu .nav-side {
        width: 130px;
    }

    #main-nav .dropdown.ah-live_menu .nav-side ul li {
        padding-left: 20px;
    }

    #main-nav.affix {
        width: 940px;
        background: #fff;
    }

    #main-nav.affix .inline-list.navbar {
        padding-left: 95px;
    }

    #main-nav.affix .inline-list.navbar li {
        font-size: 17px;
        padding-left: 11px;
        margin-left: 11px;
    }

    #main-nav.affix .inline-list.navbar li.open a.dropdown-toggle {
        background: #ffffff;
    }

    #main-nav.affix .inline-list.navbar li.open a.dropdown-toggle:after {
        content: "";
        position: absolute;
        z-index: 3000;
        left: 50%;
        bottom: -14px;
        background: url("../i/sprites.png") no-repeat -473px -34px;
        margin-left: -15px;
        width: 29px;
        height: 14px;
    }

    #main-nav.affix .sprite-logo {
        background-position: -300px -34px;
        width: 107px;
        height: 34px;
        top: 3px;
    }

    #main-nav.affix .dropdown-menu {
        margin-top: -1px;
    }

    #main-nav.affix .social ul {
        top: -33px;
        right: 120px;
    }

    #main-nav.affix .social ul:before,
    #main-nav.affix .social ul .before {
        content: "";
        position: absolute;
        z-index: 55;
        left: -5px;
        top: 8px;
        width: 1px;
        height: 10px;
        background-color: #999999;
    }

    #main-nav.affix .social ul li a {
        width: 26px;
        height: 25px;
    }

    #main-nav.affix .social ul li a:before {
        content: none;
    }

    #main-nav.affix .social ul li a .before {
        display: none;
    }

    #main-nav.affix .social ul li a.sprite-social-twitter {
        background-position: -440px -68px;
    }

    #main-nav.affix .social ul li a.sprite-social-facebook {
        background-position: -441px -192px;
    }

    #main-nav.affix .social ul li a.sprite-social-instagram {
        background-position: -492px -68px;
    }

    #main-nav.affix .social ul li a.sprite-social-google {
        background-position: -300px -101px;
        width: 24px;
        height: 23px;
    }

    #main-nav.affix .social ul li a.sprite-social-pinterest {
        background-position: -356px -68px;
        width: 28px;
        height: 27px;
    }

    #main-nav.affix .social ul li a.sprite-social-rss {
        background-position: -467px -192px;
        width: 25px;
        height: 25px;
    }

    #main-nav.affix .searchbox form {
        top: 5px;
        right: 0;
    }

    #main-nav.affix .searchbox form input {
        font-size: 19px;
    }

    #main-nav.affix .searchbox form:before,
    #main-nav.affix .searchbox form .before {
        right: 110px;
        top: 8px;
    }

    .block-gallery a:hover:before,
    .block-gallery a:hover .before {
        content: "";
        position: absolute;
        z-index: 222;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 3px solid #c0392b;
    }

    .block-gallery_index a:hover:before,
    .block-gallery_index a:hover .before {
        border: 3px solid #27ae60;
    }

    #header {
        height: 165px;
    }

    .col-1_specific {
        width: 62.5% !important;
    }

    .col-2_specific {
        width: 37.5% !important;
    }

    .col-2_specific figure {
        margin-bottom: 32px;
    }

    .col-2_specific figure figcaption {
        font-size: 18px;
        line-height: 18px;
    }

    .col-2_specific figure:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 720px) and (max-width: 992px) {
    .block-glamslam {
        margin-top: 20px;
    }

    .col-2_specific figcaption {
        font-size: 18px;
        line-height: 18px;
    }

    .banner-top iframe {
        width: 720px;
    }

    .block-featured.hidden-xs {
        margin-bottom: 60px;
    }

    #player-embed iframe {
        width: 720px !important;
        height: 406px !important;
    }

    .homepage-trending {
        padding-bottom: 20px;
    }

    .credits {
        position: relative;
    }

    .credits .share-widget {
        position: absolute;
        z-index: 55;
        right: 10px;
        top: 5px;
    }

    #player-description {
        display: block !important;
        padding-top: 15px;
    }

    #player-description ul {
        margin-left: 10px;
    }

    #player-description .scroll-pane {
        margin-left: 8px;
        width: 280px !important;
        margin-top: 10px;
        overflow: visible !important;
        height: auto !important;
    }

    #player-description .scroll-pane .jspContainer {
        width: 260px !important;
    }

    #player-description.desc-hide {
        display: none !important;
    }

    .side-trending .now-trending {
        margin-top: 0;
        padding-top: 110px;
    }

    .side-trending .now-trending .text-hero {
        white-space: normal;
        font-size: 70px;
        line-height: 70px;
    }

    .side-trending .now-trending ul {
        margin-top: 0;
    }

    .side-trending .now-trending ul li {
        width: 50% !important;
    }

    .search-results .sort {
        position: absolute;
        z-index: 55;
        right: 10px;
        top: 0;
    }

    .banner-side {
        padding-bottom: 0;
    }

    #carousel-description {
        padding-bottom: 0;
    }

    .gallery-side .banner-side {
        padding-bottom: 20px;
    }

    .block-style_deals {
        margin-top: 15px;
    }

    .sidebar .now-trending {
        padding-top: 40px;
    }

    .sidebar .now-trending ul {
        margin-top: 0;
    }

    .sidebar .block-style_deals {
        margin-left: auto;
        margin-right: auto;
    }

    .sidebar .banner-side .block {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

    .sidebar .block-2col {
        margin-top: 20px;
    }

    .sidebar .ri-block {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .sidebar .ri-block p {
        display: inline-block;
    }

    .sidebar .ri-block figcaption {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        text-align: left;
    }

    .ri-block figcaption {
        max-width: 300px;
    }

    .block-gallery_index {
        margin-top: 0 !important;
    }

    .block-gallery_index h2 {
        font-size: 48px;
        line-height: 48px;
    }

    .block-gallery_index ul li {
        width: 33.33333333333333%;
    }

    .block-gallery_index ul li img {
        margin: 0 auto;
    }

    .now-trending {
        margin-top: 60px;
    }

    .now-trending ul {
        margin-top: 75px;
    }

    .now-trending .text-hero {
        font-size: 86px;
        line-height: 74px;
        white-space: normal;
    }

    .block-gallery.news-related h3 {
        text-align: center;
    }

    .block-gallery.news-related li img {
        margin: 0 auto;
    }

    .article .ri-hero {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .article .block-gallery.news-related {
        margin-top: 0;
        padding-bottom: 20px;
    }

    .media .block-gallery.news-related li {
        /* min-width: 150px; */
        min-width: 300px;
        margin: 0;
    }

    .gallery-box {
        margin-left: auto;
        margin-right: auto;
    }

    .block-videos_full .block,
    .block-videos_small .block {
        width: 720px;
    }

    .block-videos_full .carousel-more li,
    .block-videos_small .carousel-more li {
        width: 130px;
        margin-right: 18px;
    }

    .block-videos_full .carousel-more li img,
    .block-videos_small .carousel-more li img {
        width: 130px;
    }

    .block-videos_small .block {
        width: 720px !important;
    }

    .block-skew {
        float: left;
        margin-bottom: 20px;
    }

    .sprite-elements-lifestyle {
        width: 720px;
        height: 126px;
        background-position: 0px -290px;
    }

    .sprite-elements-ah {
        width: 720px;
        height: 51px;
        background-position: 0px -460px;
    }

    #header {
        height: 165px;
    }

    #footer {
        margin-top: 30px;
    }

    #footer .container {
        width: 720px;
    }

    #footer .container:before,
    #footer .container .before {
        width: 720px;
        background-position: 0px -416px;
        height: 44px;
    }

    #main-nav .container {
        width: 720px;
    }

    #main-nav.affix {
        width: 720px;
    }

    #main-nav.affix .inline-list.navbar {
        padding-left: 0;
        text-align: center;
    }

    #main-nav ul {
        text-align: center;
    }

    #main-nav li .menu-item {
        height: 37px;
        line-height: 37px;
    }

    #main-nav ul.dropdown-menu {
        text-align: left;
        padding: 20px 10px;
        vertical-align: top;
        margin: 0;
        border: 1px solid #333333;
    }

    #main-nav ul.dropdown-menu .dropdown-fw {
        width: 100%;
        margin: 0;
    }

    #main-nav ul.dropdown-menu ul {
        margin: 0 !important;
    }

    #main-nav ul.dropdown-menu li {
        margin: 0 !important;
        padding: 0 important;
    }

    #main-nav ul.dropdown-menu .nav-side {
        float: left;
        display: inline;
        width: 160px;
        border-right: 1px solid #eeeeee;
        min-height: 140px;
    }

    #main-nav ul.dropdown-menu .nav-side [class*="sprite-"] {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        *display: inline;
        *zoom: 1;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0 auto;
        vertical-align: top;
    }

    #main-nav ul.dropdown-menu .nav-side ul {
        text-align: left;
        padding: 0;
        margin: 0;
    }

    #main-nav ul.dropdown-menu .nav-side ul li {
        width: 100%;
        font-family: 'source_sans_proregular', sans-serif;
        font-size: 20px !important;
        margin: 0;
        padding: 0;
    }

    #main-nav ul.dropdown-menu .nav-content {
        float: right;
        display: inline;
        width: 500px;
    }

    #main-nav ul.dropdown-menu .nav-content figure {
        float: left;
        display: inline;
        width: 115px;
        text-align: left;
        padding: 0;
        margin: 0 5px;
    }

    #main-nav ul.dropdown-menu .nav-content figure img {
        max-width: 115px;
    }

    #main-nav ul.dropdown-menu .nav-content figure figcaption {
        font-size: 15px;
        line-height: 15px;
        padding: 5px 5px 0 5px;
    }

    #main-nav ul.dropdown-menu .nav-content figure a {
        color: #000;
        font-family: 'source_sans_prolight', sans-serif;
    }

    #main-nav ul.dropdown-menu .nav-content figure a span {
        color: #01417a;
        font-family: 'source_sans_proregular', sans-serif;
    }

    #main-nav .dropdown.ah-live_menu .sprite-ah-live-logo {
        background: url("../i/elements.png") no-repeat -720px -350px;
        width: 70px;
        height: 64px;
    }

    #main-nav .dropdown.ah-live_menu .nav-content {
        width: 440px;
        padding: 0;
    }

    #main-nav .dropdown.ah-live_menu .nav-content figure {
        width: 100px;
    }

    #main-nav .dropdown.ah-live_menu .nav-content figure img {
        max-width: 100px;
    }

    #main-nav .dropdown.ah-live_menu .nav-side {
        width: 130px;
    }

    #main-nav .dropdown.ah-live_menu .nav-side.hidden-xs {
        width: 90px;
    }

    #main-nav .dropdown.ah-live_menu .nav-side ul li {
        padding-left: 20px;
    }

    .sprite-logo {
        left: 50%;
        top: -63px;
        margin-left: -95px;
        background: url('../i/elements.png') -720px -290px no-repeat;
        width: 190px;
        height: 60px;
    }

    .searchbox {
        position: relative;
    }

    .searchbox form {
        position: absolute;
        z-index: 55;
        right: 0;
        top: -45px;
    }

    .searchbox form:before,
    .searchbox form .before {
        content: none;
    }

    .social {
        position: relative;
    }

    .social ul {
        position: absolute;
        z-index: 55;
        left: 0;
        top: -83px;
    }
}

@media (min-width: 320px) and (max-width: 720px) {
    #player-embed iframe {
        width: 300px !important;
        height: 167px !important;
    }

    .gallery-side .banner-side {
        padding: 0 !important;
    }

    .videos-page .banner-side {
        padding: 0 0 10px 0 !important;
        margin: 0 !important;
    }

    .block-gallery.news-related h3 {
        font-size: 34px;
    }

    .block-gallery.news-related li {
        /* min-width: 140px; */
        min-width: 280px;
        margin: 0;
    }

    .carousel-more li {
        height: 340px;
    }

    .carousel-more li div {
        height: 150px;
        overflow: hidden;
    }

    .container {
        width: 320px;
    }

    .sprite-elements-ah {
        background: url("../i/mobile.png") no-repeat 0px -199px;
        width: 280px;
        height: 57px;
    }

    .sprite-elements-lifestyle {
        background: url("../i/mobile.png") no-repeat 0px -137px;
        width: 280px;
        height: 45px;
    }

    .sprite-elements-news {
        background: url("../i/mobile.png") no-repeat -300px 0px;
        width: 194px;
        height: 56px;
    }

    .sprite-elements-photos {
        background: url("../i/mobile.png") no-repeat 0px -80px;
        width: 280px;
        height: 57px;
    }

    .sprite-elements-videos {
        background: url("../i/mobile.png") no-repeat 0px -19px;
        width: 280px;
        height: 61px;
    }

    .category-label,
    .category-label_bottom {
        font-size: 19px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .category-label_bottom {
        font-size: 13px;
    }

    .bg-gray-mobile {
        background-color: #222222;
    }

    .article h1,
    .article .article-txt,
    .article .credits,
    .article .news-related,
    .article .banner-side {
        padding: 0 20px;
    }

    .search-results h1 {
        font-size: 28px;
    }

    .search-results .sort {
        margin: 10px 0;
    }

    .search-results article figure {
        width: 130px;
    }

    .search-results article figure img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .search-results article aside {
        width: 140px;
        font-size: 20px;
    }

    .search-results article aside p {
        line-height: 22px;
    }

    .now-trending ul {
        margin-top: 85px;
    }

    .now-trending .text-hero {
        font-size: 66px;
        line-height: 54px;
        white-space: normal;
    }

    .block-featured {
        padding-bottom: 88px;
        margin-bottom: 60px;
    }

    .block-featured figcaption {
        width: 280px;
        margin-left: -140px;
        text-align: center;
    }

    .block-featured figcaption:before,
    .block-featured figcaption .before {
        content: "";
        background: url("../i/mobile.png") no-repeat 0px -182px;
        width: 300px;
        height: 17px;
        top: -17px;
    }

    .block-featured figcaption a {
        font-family: 'source_sans_proregular', sans-serif;
        text-transform: none;
        font-size: 20px;
        line-height: 22px;
    }

    .block-featured figcaption a span {
        font-size: 38px;
    }

    .block-gallery_index li {
        height: 250px;
        overflow: hidden;
    }

    .block-gallery_index li img {
        margin: 0 auto;
    }

    .container-mobile {
        padding: 0 !important;
        width: 320px;
    }

    #main-nav {
        width: 320px;
    }

    #main-nav .container {
        border-top-color: #ffffff;
        width: 320px;
        padding: 0;
    }

    #main-nav .navbar-header {
        padding-bottom: 5px;
    }

    #main-nav .sprite-logo {
        background: url('../i/mobile.png') no-repeat -300px -56px;
        top: 5px;
        left: 20px;
        width: 120px;
        height: 37px;
    }

    #main-nav .inline-list.navbar {
        text-align: left;
        padding: 0;
    }

    #main-nav .inline-list.navbar li {
        width: 100%;
        font-size: 20px;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eeeeee;
    }

    #main-nav .inline-list.navbar li a.menu-item {
        padding: 8px 0 8px 20px;
    }

    #main-nav .inline-list.navbar li a.menu-item:before {
        content: none;
    }

    #main-nav .inline-list.navbar li a.menu-item .before {
        display: none;
    }

    #main-nav .inline-list.navbar li.dropdown .dropdown-toggle:after,
    #main-nav .inline-list.navbar li.dropdown .dropdown-toggle .after {
        content: "";
        position: absolute;
        z-index: 55;
        top: 50%;
        left: 280px !important;
        margin-left: 0 !important;
        margin-top: -5px;
        width: 17px !important;
        height: 10px !important;
        display: block;
        background-image: url('../i/mobile.png') !important;
        background-repeat: no-repeat;
    }

    #main-nav .inline-list.navbar li.dropdown.text-green .dropdown-toggle:after,
    #main-nav .inline-list.navbar li.dropdown.text-green .dropdown-toggle .after {
        background-position: -454px -66px;
    }

    #main-nav .inline-list.navbar li.dropdown.text-red .dropdown-toggle:after,
    #main-nav .inline-list.navbar li.dropdown.text-red .dropdown-toggle .after {
        background-position: -454px -56px;
    }

    #main-nav .inline-list.navbar li.dropdown.text-orange .dropdown-toggle:after,
    #main-nav .inline-list.navbar li.dropdown.text-orange .dropdown-toggle .after {
        background-position: -420px -66px;
    }

    #main-nav .inline-list.navbar li.dropdown.text-violet .dropdown-toggle:after,
    #main-nav .inline-list.navbar li.dropdown.text-violet .dropdown-toggle .after {
        background-position: -420px -56px;
    }

    #main-nav .inline-list.navbar li.dropdown.text-blue .dropdown-toggle:after,
    #main-nav .inline-list.navbar li.dropdown.text-blue .dropdown-toggle .after {
        background-position: -420px -76px;
    }

    #main-nav .inline-list.navbar li.dropdown.open.text-green .dropdown-toggle:after,
    #main-nav .inline-list.navbar li.dropdown.open.text-green .dropdown-toggle .after {
        background-position: -471px -66px;
    }

    #main-nav .inline-list.navbar li.dropdown.open.text-red .dropdown-toggle:after,
    #main-nav .inline-list.navbar li.dropdown.open.text-red .dropdown-toggle .after {
        background-position: -471px -56px;
    }

    #main-nav .inline-list.navbar li.dropdown.open.text-orange .dropdown-toggle:after,
    #main-nav .inline-list.navbar li.dropdown.open.text-orange .dropdown-toggle .after {
        background-position: -437px -66px;
    }

    #main-nav .inline-list.navbar li.dropdown.open.text-violet .dropdown-toggle:after,
    #main-nav .inline-list.navbar li.dropdown.open.text-violet .dropdown-toggle .after {
        background-position: -437px -56px;
    }

    #main-nav .inline-list.navbar li.dropdown.open.text-blue .dropdown-toggle:after,
    #main-nav .inline-list.navbar li.dropdown.open.text-blue .dropdown-toggle .after {
        background-position: -437px -76px;
    }

    #main-nav .inline-list.navbar .dropdown-backdrop {
        position: static !important;
        z-index: 0 !important;
    }

    #main-nav .inline-list.navbar ul.dropdown-menu {
        padding: 0 !important;
    }

    #main-nav .inline-list.navbar ul.dropdown-menu li {
        border: none;
        font-size: 20px !important;
        font-family: 'source_sans_proregular', sans-serif;
        width: 100%;
    }

    #main-nav .inline-list.navbar ul.dropdown-menu li a {
        padding: 0 !important;
    }

    #main-nav .inline-list.navbar ul.dropdown-menu li ul {
        padding: 0 20px;
        margin: 0;
    }

    #main-nav .social ul:before {
        content: none;
    }

    #main-nav .social ul .before {
        display: none;
    }

    #main-nav ul.dropdown-menu {
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        position: static;
    }

    #main-nav ul.dropdown-menu li {
        font-size: 20px;
    }

    #main-nav .yamm-content {
        padding: 0;
    }

    #main-nav .yamm-content .nav-content {
        display: none;
    }

    #main-nav.affix {
        width: auto;
    }

    #main-nav.affix .sprite-logo {
        /* background: url('../i/mobile.png') no-repeat -280px -227px; */
        width: 120px;
        height: 37px;
    }

    #main-nav li.open .dropdown-toggle:after {
        content: none;
    }

    #main-nav li.open .dropdown-toggle.after {
        display: none;
    }

    #main-nav .social {
        float: left;
        display: inline;
        width: 320px;
        padding: 5px 20px 5px 17px;
    }

    #main-nav .searchbox {
        float: left;
        display: inline;
        width: 320px;
        border-bottom: 1px solid #000000;
        padding: 6px 20px;
    }

    #main-nav .searchbox form {
        width: 300px;
    }

    #main-nav .searchbox form:before {
        content: none;
    }

    #main-nav .searchbox form .before {
        display: none;
    }

    #main-nav .searchbox input {
        width: 250px;
    }

    .block-gallery {
        padding-top: 0;
    }

    .block-gallery h2 {
        font-size: 42px;
        line-height: normal;
    }

    .block-gallery li {
        width: 300px !important;
    }

    #footer {
        margin-top: 20px;
    }

    #footer ul {
        text-align: left;
    }

    #footer ul li {
        font-size: 27px;
        width: 100%;
        margin: 0;
        padding: 0 !important;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    #footer ul li:last-child {
        border: none;
    }

    #footer ul li:before {
        content: none !important;
    }

    #footer ul li .before {
        display: none;
    }

    #footer .triangles {
        white-space: nowrap;
    }

    #footer .triangles:before,
    #footer .triangles:after {
        top: 9px;
    }

    #footer .triangles .before,
    #footer .triangles .after {
        top: 9px;
    }

    #footer .n-border {
        border: none;
    }

    #footer .container {
        width: 300px;
        padding-top: 30px;
    }

    #footer .container:before,
    #footer .container .before {
        background: url("../i/mobile.png") no-repeat 0 0;
        width: 300px;
        height: 19px;
    }

    .page-submenu ul li {
        width: 100%;
    }

    .article h1 {
        font-size: 28px;
    }

    .article .article-txt img {
        max-width: 300px;
    }

    .credits {
        font-size: 16px;
    }

    .media h1 {
        font-size: 28px;
    }

    .media .gallery-desc {
        padding: 0 20px;
    }

    .media aside {
        width: 300px;
        margin: 0 auto;
    }

    .container-media {
        padding: 0 !important;
        width: 320px;
    }

    .gallery-box {
        width: 320px;
    }

    .gallery-box .stage {
        width: 320px;
    }

    .gallery-box .stage .carousel-controls a {
        top: 170px;
    }

    .gallery-box .stage .carousel {
        width: 320px;
        height: 355px;
    }

    .gallery-box .stage .carousel li {
        width: 320px;
    }

    .gallery-box .stage .carousel li img {
        width: 236px;
    }

    #carousel-description {
        width: 300px;
        padding: 0 0 8 0px;
        line-height: 24px;
    }

    #carousel-description h3 {
        font-size: 20px;
    }

    #carousel-description p {
        padding: 0;
        margin: 0;
    }

    .gallery-date {
        width: 300px;
        margin: 0 auto;
        text-transform: uppercase;
    }

    .gallery-date p {
        padding: 0;
        margin: 0;
    }

    .block-skew {
        width: 300px;
    }

    .block-skew img {
        width: 300px;
    }

    .block-skew figcaption {
        width: 300px !important;
    }

    .news-related ul {
        margin: 0;
    }

    .news-related ul li {
        width: 50% !important;
        font-size: 16px;
        line-height: 19px;
    }

    .block-style_deals {
        margin-top: 20px;
    }

    .block-style_deals .block {
        width: 300px;
    }

    .block-style_deals .block h2 {
        font-size: 35px;
        line-height: 35px;
        margin-top: 0;
    }

    .block-videos {
        margin-top: 0;
    }

    .block-videos.block-videos_small {
        padding-top: 0;
    }

    .block-videos .carousel-controls {
        top: 320px;
    }

    .block-videos .block {
        width: 300px !important;
        margin-bottom: 20px;
        padding-bottom: 70px;
    }

    .block-videos .block h2 {
        font-size: 46px;
        line-height: 46px;
        white-space: nowrap;
    }

    .block-videos .block header ul {
        margin: 0;
    }

    .block-videos .block header ul li {
        margin: 0;
        width: auto !important;
        font-size: 16px !important;
    }

    .block-videos .block .carousel {
        margin-top: -15px;
        height: 350px !important;
    }

    .block-videos .block .carousel li {
        width: 130px !important;
    }

    .block-videos .block .carousel li div {
        float: left;
        display: inline;
        width: 100%;
        margin-top: 15px;
    }

    .video-player h1 {
        font-size: 24px;
        padding: 0;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .video-player video {
        width: 300px;
    }

    .video-player #player-embed {
        text-align: center;
    }

    .video-player .player-info_small {
        padding: 15px 0;
    }

    .video-player .player-info_small ul {
        text-align: center;
    }

    #player-description {
        display: block !important;
        padding: 0;
        width: 300px !important;
        margin: 0 0 0 30px;
    }

    #player-description .scroll-pane {
        width: 300px !important;
        margin-top: 10px;
        overflow: visible !important;
        height: auto !important;
    }

    #player-description .scroll-pane .jspContainer {
        width: 260px !important;
    }

    #player-description.desc-hide {
        display: none !important;
    }

    #player-embed h1 {
        padding: 0 20px;
    }

    .navbar-default .navbar-toggle {
        border: none;
        margin-right: 20px;
    }

    .navbar-default .navbar-toggle:hover {
        background-color: rgba(0, 129, 198, 0.2);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #01417a;
        width: 25px;
        height: 4px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #000000;
    }

    .navbar-default .navbar-collapse {
        padding: 0 !important;
    }
}

.figure-sponsor {
    float: right;
    font-size: 10px !important;
    line-height: 9px !important;
    margin: 0;
    text-decoration: none;
}

.block-skew .figure-sponsor {
    padding-top: 10px !important;
}

.figure-sponsor .sponsored-by {
    margin: 0;
    text-align: center;
}

*:hover .figure-sponsor {
    text-decoration: none !important;
}

.figure-sponsor .sponsor-pixel {
    height;
    1px;
    visibility: hidden;
    width: 1px;
}

figure .lazy {
    min-width: 300px;
    min-height: 175px;
}

@media screen and (min-width: 992px) {

    .searchbox {
        right: 180px;
    }
  
    .searchbox.body-searchbox {
        right: auto !important;
    }

    #main-nav.affix .searchbox {
        right: auto;
        !important;
    }

    .social ul {
        right: 182px;
    }

    /* affix override exists */

    .rmtw:before {
        content: "";
        position: absolute;
        z-index: 55;
        left: 765px;
        top: -69px;
        width: 1px;
        height: 10px;
        background-color: #999;

    }

    .rmtw {
        position: relative;
        z-index: 100;
    }

    #main-nav.affix .rmtw-button {
        top: -9999px;
        left: -9999px;
    }

    .rmtw-button {
        position: absolute;
        /*z-index: 55;*/
        /*right: 186px;*/
        /*top: -28px;*/
        /*top: -36px;*/
        left: 775px;
        top: -75px;
        width: 165px;
        height: 25px;
        display: block;
        line-height: 26px;
        text-indent: 25px;
        /*text-align: center;*/
        background-color: #999;
        color: #fff;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        font-size: 14px;
        background-repeat: no-repeat;
        background-position: left top;
        background-image: url("../i/rmtw-clock.png");
    }

    .rmtw-button:hover {
        color: #fff;
    }

    .rmtw-select {
        margin: 0;
        padding: 0;
        position: absolute;
        left: -9999px;
        top: -9999px;
        width: 165px;
        line-height: normal;
        text-align: left;
        text-indent: 0;
    }

    .rmtw-button.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .rmtw-button.active .rmtw-select {
        left: 0;
        top: 25px;
    }

    .rmtw-select li {
        color: #fff;
        margin: 0;
        padding: 0;
        list-style-type: none;
        /*padding: 7px 14px;*/
        position: relative;
        overflow: hidden;
        display: block;
        height: 33px;
    }

    .rmtw-select li .ng-reminder-widget {
        position: relative;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .rmtw-select li > span {
        position: absolute;
        top: 7px;
        right: 4px;
    }

    .rmtw-select li:hover > span {
        text-decoration: underline;
        color: #fff;
    }

    .rmtw-option-ah {
        background-color: #036;
    }

    .rmtw-option-al {
        background-color: #0081C6;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .rmtw-clock {
        font-family: clockfont;
    }

    .rmtw-label {
        /* font-family: Arial, sans-serif;
                font-size: 14px;
                text-align: center;
                line-height: 30px; */
    }
}

/* Adapted from embedresponsively.com */
.embed-landscape,
.embed-portrait {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-landscape iframe, .embed-landscape object, .embed-landscape embed,
.embed-portrait iframe, .embed-portrait object, .embed-portrait embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-portrait {
    padding-bottom: 120%;
    height: 0;
}

.embed-landscape {
    padding-bottom: 59.25%;
}

.block-tsm {
    text-align: left;
    padding-top: 156px;
    margin: 0 10px;
}

.sprite-tsm-label {
    background-image: url("../i/sprites.png");
    background-position: 0 -370px;
    width: 300px;
    height: 176px;
}

.block-tsm figcaption::before {
    content: "";
    position: absolute;
    z-index: 55;
    left: 0;
    top: -20px;
    background: url("../i/sprites.png") no-repeat 0px -548px;
    width: 300px;
    height: 24px;
}

.block-tsm figcaption a,
.block-tsm figcaption span {
    color: #fff;
    text-align: left;
}

.block-tsm figcaption {
    background-color: #ed145b;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.pb-post { display: none; }

@media (min-width: 992px) {

  .article .pw-widget {
      display: inline-block !important;
  }
  .article .pb-post {
      display: inline;
      float: right;
  }

  .gallery-desc .pw-widget {
      display: inline-block;
  }
  .gallery-desc .pb-post {
      display: inline-block !important;
      vertical-align: top;
  }

  .player-actions .pw-widget {
      display: inline-block;
  }
  .player-actions .pb-post {
      display: inline-block !important;
      vertical-align: top;
  }

}

@media (min-width: 720px) {
    #wrapper #main #main-nav .navbar.inline-list li {
        padding-left: 6px !important;
        margin-left: 16px !important;
    }
}
@media (min-width: 720px) and (max-width: 991px) {
    #wrapper #main #main-nav .navbar.inline-list li.text-green {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}
@media (min-width: 992px) {
    .sprite-logo {
        background-size: 424px 457px;
        background-position: left -220px;
        width: 205px;
        height: 74px;
    }
    #main-nav.affix .sprite-logo {
        background-size: auto !important;
    }
    #main-nav.affix .text-newstip {
        display: none !important;
    }
}
