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

body {
    margin: 0;
}
.classinput{
 -webkit-appearance: none;
border-radius: 0;
}
.classinputFooter{
 -webkit-appearance: none;
border-radius: 0;

}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

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;
}
#emailInput:-ms-input-placeholder{
    color:#C4C4C4;
}
#emailInputFooter:-ms-input-placeholder{
    color:#C4C4C4;
}
#emailInput:-webkit-input-placeholder{
    color:#C4C4C4;
}
#emailInputFooter:-webkit-input-placeholder{
    color:#C4C4C4;
}
.emInp:-ms-input-placeholder {
    color: #CCCCCC;
}
.emInp::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1;
}

.emInp::-webkit-input-placeholder {
    color: #CCCCCC;
}
svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

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

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

input {
    line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -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;
}

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]: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;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'lato-regular', sans-serif;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}

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

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -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 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    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: #777777;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

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

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

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

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

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

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

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

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

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

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

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

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

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

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

@media (min-width: 760px) {
    .container {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
   .col-margin{
   margin-top:50px;

}
}

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

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 760px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

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

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

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

.table .table {
    background-color: #fff;
}

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

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

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    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-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.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:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

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

.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:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.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:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 759px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .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;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -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, -webkit-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: #CCCCCC;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #CCCCCC;
}

.form-control::-webkit-input-placeholder {
    color: #CCCCCC;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

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

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    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"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    position: relative;
    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], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

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

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -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: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -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: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -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: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

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

@media (min-width: 760px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.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 .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

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

@media (min-width: 760px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 5px;
}

@media (min-width: 760px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 760px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn.focus {
    color: #333;
}

.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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}

.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 {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #ff5300;
    border-color: #ff5300;
}

.btn-primary:hover {
    color: #fff;
    background-color: #cc4200;
    border-color: #c23f00;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #cc4200;
    border-color: #c23f00;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #a83700;
    border-color: #802a00;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
}

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

.btn-primary .badge {
    color: #ff5300;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none;
}

.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 {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none;
}

.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 {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.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 {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.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 {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-link, .btn-link:active, .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: #23527c;
    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: #777777;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-block {
    display: block;
    width: 100%;
}

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

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

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

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    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: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    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: 760px) {
    .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;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

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

@media (min-width: 760px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 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: #fff;
    }
}

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

.nav-pills > li > a {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.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: #fff;
    background-color: #337ab7;
}

.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: 760px) {
    .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;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

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

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

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

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

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

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

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

@media (min-width: 760px) {
    .navbar {
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
}

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

.navbar-collapse {
    overflow-x: visible;
    padding-right: 5px;
    padding-left: 5px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

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

@media (min-width: 760px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

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

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -5px;
    margin-left: -5px;
}

@media (min-width: 760px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

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

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

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

@media (min-width: 760px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        -webkit-border-radius: 0;
        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: 15px 5px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

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

.navbar-brand > img {
    display: block;
}

@media (min-width: 760px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -5px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

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

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

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

.navbar-nav {
    margin: 7.5px -5px;
}

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

@media (max-width: 759px) {
   
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        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: 20px;
    }

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

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

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

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

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

@media (min-width: 760px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }

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

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 760px) {
    .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;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

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

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 760px) {
    .navbar-text {
        float: left;
        margin-left: 5px;
        margin-right: 5px;
    }
}

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

    .navbar-right {
        float: right !important;
        margin-right: -5px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

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

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 759px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        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: #555;
        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: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

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

@media (max-width: 759px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        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: #fff;
        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: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.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;
    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-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

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

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

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

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

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

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

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

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

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 760px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

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

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 759px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

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

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

@media (max-width: 759px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 759px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 759px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 760px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

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

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

@media (min-width: 760px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 760px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 760px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

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

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

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 759px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 760px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

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

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

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

.flip-clock-wrapper a:hover {
    color: #fff;
}

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.clearfix:after, .flip-clock-wrapper.dl-horizontal dd:before, .flip-clock-wrapper.dl-horizontal dd:after, .flip-clock-wrapper.container:before, .flip-clock-wrapper.container:after, .flip-clock-wrapper.container-fluid:before, .flip-clock-wrapper.container-fluid:after, .flip-clock-wrapper.row:before, .flip-clock-wrapper.row:after, .flip-clock-wrapper.form-horizontal .form-group:before, .flip-clock-wrapper.form-horizontal .form-group:after, .flip-clock-wrapper.nav:before, .flip-clock-wrapper.nav:after, .flip-clock-wrapper.navbar:before, .flip-clock-wrapper.navbar:after, .flip-clock-wrapper.navbar-header:before, .flip-clock-wrapper.navbar-header:after, .flip-clock-wrapper.navbar-collapse:before, .flip-clock-wrapper.navbar-collapse:after, .flip-clock-wrapper.modal-header:before, .flip-clock-wrapper.modal-header:after, .flip-clock-wrapper.modal-footer:before, .flip-clock-wrapper.modal-footer:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after, .flip-clock-wrapper.dl-horizontal dd:after, .flip-clock-wrapper.container:after, .flip-clock-wrapper.container-fluid:after, .flip-clock-wrapper.row:after, .flip-clock-wrapper.form-horizontal .form-group:after, .flip-clock-wrapper.nav:after, .flip-clock-wrapper.navbar:after, .flip-clock-wrapper.navbar-header:after, .flip-clock-wrapper.navbar-collapse:after, .flip-clock-wrapper.modal-header:after, .flip-clock-wrapper.modal-footer:after {
    clear: both;
}

.flip-clock-wrapper.clearfix, .flip-clock-wrapper.dl-horizontal dd, .flip-clock-wrapper.container, .flip-clock-wrapper.container-fluid, .flip-clock-wrapper.row, .flip-clock-wrapper.form-horizontal .form-group, .flip-clock-wrapper.nav, .flip-clock-wrapper.navbar, .flip-clock-wrapper.navbar-header, .flip-clock-wrapper.navbar-collapse, .flip-clock-wrapper.modal-header, .flip-clock-wrapper.modal-footer {
    *zoom: 1;
}

.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none !important;
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

.flip-clock-meridium a {
    color: #313333;
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em;
}

.flip-clock-wrapper:before, .flip-clock-wrapper:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper:after {
    clear: both;
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #000;
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 70px;
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper .flip {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px;
}

.flip-clock-divider:first-child {
    width: 0;
}

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 5px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px;
}

.flip-clock-dot.top {
    top: 30px;
}

.flip-clock-dot.bottom {
    bottom: 30px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
    text-align: center;
}

@font-face {
    font-family: VideoJS;
    src: url(http://file1.sixthtone.com/font/VideoJS.eot) format("eot");
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA4wAAoAAAAAFfAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBGNtYXAAAAE0AAAAOgAAAUriLxC2Z2x5ZgAAAXAAAAnnAAAO5OV/F/5oZWFkAAALWAAAACoAAAA2CsZ2fWhoZWEAAAuEAAAAGAAAACQOogcfaG10eAAAC5wAAAAPAAAAeNIAAABsb2NhAAALrAAAAD4AAAA+MMgtQm1heHAAAAvsAAAAHwAAACABLwB5bmFtZQAADAwAAAElAAACCtXH9aBwb3N0AAANNAAAAPkAAAF5vawAenicY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoyw7iLmSHCDOCCADu/Qo9AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/v8PUvCREUTzM0DVAwEjG8OIBwCOWgbUAAB4nI1XfVBU1xV/574vlsUlj/14grDs48FuAgaR3X2LEnY3UZSgEkTwAySAgkIwI8bRfFDjTszYCWRMW9lNa4y2meokmq+2k5ia0dpkmknbkWgSSW3GyaaNf0RTx0wxX7A3Pe/tQmIgHXf3vXvvueeee+45v3POXQYY/PCD/CBDGAYkIE2sxg+OXSJmhmH1OaFX6MU5C5PDMCZi5Rg2i+ELGSthwM14NCbgYGSBIZfhFA1H6Zu0OS0NDkMVfg+npdFm+maCvigI0JBIQIMg0BdJGdTj9ylj7nr+b97+Hl8C1+H2xNAvjPqxjIgaKtItICkSnIISeo40QQls4xxjlzgHsnGGvi7BxQiMlSlkPMhfCh67rAUEUQ6CHxW2O7JARCkKnlUQ7UEIyAEQZe4MdDW9xr5OPFuKbubpRxcPDY8da4MOelDfAYJLW+sGKn/Vlmjfv5+NdB4oOfTazJn3tGxZtL9xFNZX7PPRUbjcRg/SMB2EL+gblXn7shbO/WUbF9u/H5XQ9eKO8iMMr9tY35qYoRi20wGuXV/CHaGDk2fdgHwCk5HUXQpCcgHfBV2NjV3jkq4PHTSUSBwuOQALvxPAps6fiftk6P6yJpcm5bB4dFkgoh195mbiSTnkL3jupq7jh4ZZdvjQRVB4PPx3SsVTu5D/6kd85RU66ttXAeuuXYN1E/Y2sMMzZkZiZNRZlRS/ynr9Xr8Cql2RVNbutXslYo7B9ngsFqcDbCQO22PxeIxcpgMxkh6PjUdwkvw6hvRpZeoCFKshDQzJVr++DWyLx+hAXJcGp3TJMV1ME45xCNvHLsWRrpOZSduOoG0zERuIIwuIkhNkBREglQKLiODD45FQE0BTiE214xE2wp8zOt9NjH3GRtDMk7Ehoq2tzCzGxdyMEQJuD0qGIrQ58ApoWQE3D2h1h6zwuB14wYFIDAA5CZ11jT+92gFZ7B7/p7+hV8jFxBl4aG03wLiVXtBbCylLfIJzkPUAvWAw0yvsVdKdBbC6nnruP/RFkHqWJLZ2Auxdtgy+6qTf7l1WswTJcJ6mGVxwXj92UtfU2WXUNX+qBUCxK6D4FR4f/cufG1sZbiSkMcwdMdoxBxTTEXIp4SCXMNhHoFjvTTFP4vkoPReNRmPRCTwa+3qY0DR7qn7Vjh612wRRTaI04HWCnZ+gIzvS/ZJP0+mynphCui4hzmG0id6+aLSv2BV3FQMYDTHrlGQ/SZ+q4ZdF8aLa5Ar8GW3tVNKEj13cF0buMaesx1i9CL/Uo1tM0h+74o9HjQ+UcPaxy8mH9ccwK8KpKA3rHdIUjTKpfIBxuokpxUGBIILm84ATvHh8tAIe2iZj8KvYwUOXawHMVNgxZvlwSa0z8Zkokkxn3ey2nYTsbMO3mPh8cji7zklsPLD9a9f2s2w/uSt/FgSytWzw5bmS3PielU1P56aGrlz6NzlnbT8h/Wtb+1OxIqxBbC9g7kINUbtAEDxsKWSCe46eltCPmaiUxy2IrODIB8EmixaQrU4IAQ6THg6BFpAdWsCquT16DkL9ccIC/FGeP5AuiDExe8bx+QtzWVsmHcm0kdzqecdn5IhRkTc/zfNPm3ns5sw4Pq86l9gyofh6jkTF5iFChjYbbzZQWFvYb8qZAWyGiV9ya+5bFgnzpuWt3FuX8KYMmsiYZepPseBgGhZcOMt0+4Q8fDOTftJjHIuhdaLsFXFM9AclTi9jbGRq8ZvIOykZei77kfo53eoppVPovbGiyV63p/p/dkWETTjmhjTIm8RP284b04bcNYlRsvO6Gp2JeaiIueVHsgJGF2aASlCQLuG8EsBomzb++/AXmwhaOoLhL7iQ4/uc449gWJ56/XWDARn74v/PL1bRBB4TBEyYrqezSkUPHaWjPWCm13ogAzJ66LVpbTEuXccDZlyXxBQ/IrzKOPS7gAkkIyZ0N6joE6M246aDsO1kgucTJ/EdFWA5pbAcTfoSP4hJeBCni7nEn5IclL4kpDgmMMuH8Kpk0+WrBUIeKCyWS0nPVz7NW86Hnl55GxR5KB3+9tszL+wVRulXNTUn6D8SJvIl3PzP46eZST/tQTllTDXTzmxCaTYna7eJAqcWuD1ulBXQsMz5fQEBCfowCF5FVDF/2yysB9OW5veVEtRAFOy41FoeJEiAOZhDiFstsKAwJ8Hijs72q1jWvWx+uKU5XFZDLx189OK8ojW1u0By5dtLHUN/rwkte68PnhnYVbt0bvWiub9w1+f4C0L3hIuXZ8+xlVSt0eb3tgQsmVZnem5R3U0uf/fmFdqiLTvY3nPnet5/v4f9pLB6QX2krnnFQ1tXtN+2ePlAaUNWcfiWwrncn4ca9ml3hFeHHm+u2bq4MhxUZs3bMH/3jgaPUtlVunFjg2/8yRzf3cHsssKZqlnOqyCWworWykW9lXnspk0ffrjpfCreIpjPWbwnFxt3PAkcQgkUuH1auUMf+txJQ0hK1k1zsNaqQdaLMxfoq9AGGxtJQ+fGw53cE/TY8pWhJruZHiMAcCexFS/eGDp6hntiXGE/gvI7163b29ExfiHxNsnqub/a6/QmPoAn4GpZ2c9cZRX5/57IWUNYuubiQBAddhuxAKe6PA5vuV5dkk0VXkMM3zk42W3Awrgka8LQgjZY+tQIffd5+vnHasnHL/cczldyS4r79i6su6Nu9oPQ8lbaid2Pt9/bXtTTynevq7bkPkITV47d+3NugOzo4M3y77Zxbnb2nhWrl0T/kO4u3H1ig33e1lD6JDYjiKkCHOioF0pZv6T6gxxipxLNhFc8xERA48vq5ZfXdL/QV6c8W3PfwjIsZyI3Csvo72e4FpTVwTv/UYNAKtY+8MB84vogZ1Xr5lW38iJdPZ74xunzO4Gk7BARIkytjlyCoPVoIb3IluMfAYRhEoAO2aGXKc2TNAJaSwdzQEeq7jC7TWYF2Y2jrEIXlyVEhunBs5t7K62a7Z6qB0923/+vPT2v7mwpqV/mTEsTiCB5zz735HOP9VbVWtKKZK08uDJ7vcQN02HogGegY5iNnKUHh12ti9/zzHvsauy+tx+e375j94LuA64MV/5MQbZVNT95/re7jlxZVaVuW5Nffsd9TXfOpXcv6m2Bn3x6FgXg/oz+P0h/ce8g2mTEWxVTzzQzrTruNCcRdbu6VY87gLVXc4uSjXfosak7XxWM4oyl+ockmzCFhJXaGwK8e6sCW2T3sLmPnh5qSZtx9JHFL6QBHGnsTjdtWQ8PFygWtQTIkrI84NILfQSC65FUMFsnOYFHEoSmUCD49a4rt3985PTsd8GzB/5KEnzmhhORgVOZPM+yb5KmpRu38jQqviH6826Lrdrxx6DZdFPo2fVbTiy9AUpDJ3SxGYvpK7u+Rhz8D4BCxssAeJxjYGRgYABiwcIjbvH8Nl8ZuNkZQOBSiOgBZJqdASzOwcAEogDqtAdOAAB4nGNgZGBgZwCChWASxGZkQAVyABOTANd4nGNnYGBgHwAMADNUANMAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IAAHicY2BkYGCQY8hlYGcAASYg5gJCBob/YD4DABa6AakAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYE4CWlZSveFP8hHOY4gHhw79VLav68hMNOH6kG60mg5YhM22pr9b1vGMMEUM2TgyFGgxBwVbnCLBZZYYY07bHCPBzziCc94wSve8I4PbGeDFj/VydVSOakpG0T0VH1ZHXuq+xhoftHaHq+yV+21o1P7brWLWnvpiExNJpBb/i18q8D9ZxSOcj8oY8iVPjZBBU2+kGIIypokuqTI+cx3qXMq7Z6PQIsx1DYGrQxtLul50YV50rVcCiNJc0enX4qdkNRYe8j2g46+SIMHapXJw1GFdIWH2DfalQknZeTDWsRW2bqlBK3ORIz9AqJUapQAAAA=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgQAAAEoAAAAVmNtYXDiLxC2AAAB+AAAAUpnbHlm5X8X/gAAA4QAAA7kaGVhZArGdn0AAADQAAAANmhoZWEOogcfAAAArAAAACRobXR40gAAAAAAAYAAAAB4bG9jYTDILUIAAANEAAAAPm1heHABLwB5AAABCAAAACBuYW1l1cf1oAAAEmgAAAIKcG9zdL2sAHoAABR0AAABeQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHgABAAAAAQAAEXIS2l8PPPUACwcAAAAAANJUFcAAAAAA0lQVwAAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAeAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHQcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADxHf//AAAAAPEB//8AAA8AAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AUABmALIAxgDmAR4BSAF0AZwB8gIuAo4CugMKA44DsAPqBDgEfAS4BOgFDAWiBegGNgZsBtoHcgAAAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAOABoAAAkCEwQAAxIABSQAEwIAASYAJzYANxYAFwYAAusBwP5Alf7D/loICAGmAT0BPQGmCAj+Wv7D/f6uBgYBUv39AVIGBv6uAjABUAFQAZsI/lr+w/7D/loICAGmAT0BPQGm+sgGAVL9/QFSBgb+rv39/q4AAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiAGIAAGABMAJAAnAAABLgEnFRc2NwYHFz4BNSYAJxUWEgEHASERIQERAQYHFT4BNxc3AQcXBNABZVW4A7sCJ3ElKAX+3+Wlzvu3XwFh/p8BKwF1AT5MXU6KO5lf/WCcnAOAZJ4rpbgYGGpbcUacVPQBYziaNP70Aetf/p/+QP6LAfb+wjsdmhJEMZhfBJacnAAAAQAAAAAEqwXWAAUAAAERIQERAQILASoBdv6KBGD+QP6LBKr+iwAAAAIAAAAABWYF1gAGAAwAAAEuAScRPgEBESEBEQEFZQFlVFRl/BEBKwF1/osDgGSeK/2mK54BRP5A/osEqv6LAAADAAAAAAYgBg8ABQAMABoAABMRIQERAQUuAScRPgEDFRYSFwYCBxU2ADcmAOABKwF1/osCxQFlVVVluqXOAwPOpeUBIQUF/t8EYP5A/osEqv6L4GSeK/2mK54C85o0/vS1tf70NJo4AWL19QFiAAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gAPABMAAAEhDgEHER4BFyE+ATcRLgEDIREhBUD8gD9VAQFVPwOAP1UBAVU//IADgAXVAVU//IA/VQEBVT8DgD9V++wDgAAABgAAAAAGawZrAAcADAATABsAIAAoAAAJASYnDgEHASUuAScBBSEBNhI3JgUBBgIHFhchBR4BFwEzARYXPgE3AQK+AWROVIfwYQESA4416aH+7gLl/dABelxoAQH8E/7dXGgBAQ4CMP3kNemhARJ4/t1OVIfwYf7uA/ACaBIBAVhQ/id3pfY+/idL/XNkAQGTTU0B+GT+/5NNSEul9j4B2f4IEgEBWFAB2QAAAAUAAAAABmsF1gAPABMAFwAbAB8AAAEhDgEHER4BFyE+ATcRLgEBIRUhASE1IQUhNSE1ITUhBdX7VkBUAgJUQASqQFQCAlT7FgEq/tYC6v0WAuoBwP7WASr9FgLqBdUBVT/8gD9VAQFVPwOAP1X9rJX+1ZWVlZaVAAMAAAAABiAF1gAPACcAPwAAASEOAQcRHgEXIT4BNxEuAQEjNSMVMzUzFRQGByMuAScRPgE3Mx4BFQUjNSMVMzUzFQ4BByMuATURNDY3Mx4BFwWL++o/VAICVD8EFj9UAgJU/WtwlZVwKiDgICoBASog4CAqAgtwlZVwASog4CAqKiDgICoBBdUBVT/8gD9VAQFVPwOAP1X99yXgJUogKgEBKiABKiAqAQEqIEol4CVKICoBASogASogKgEBKiAAAAYAAAAABiAE9gADAAcACwAPABMAFwAAEzM1IxEzNSMRMzUjASE1IREhNSERFSE14JWVlZWVlQErBBX76wQV++sEFQM1lv5AlQHAlf5Alv5AlQJVlZUAAAABAAAAAAYgBmwALgAAASIGBwE2NCcBHgEzPgE3LgEnDgEHFBcBLgEjDgEHHgEXMjY3AQYHHgEXPgE3LgEFQCtKHv3sBwcCDx5OLF9/AgJ/X19/Agf98R5OLF9/AgJ/XyxOHgIUBQEDe1xcewMDewJPHxsBNxk2GQE0HSACf19ffwICf18bGf7NHCACf19ffwIgHP7KFxpcewICe1xdewAAAgAAAAAGWQZrAEMATwAAATY0Jzc+AScDLgEPASYvAS4BJyEOAQ8BBgcnJgYHAwYWHwEGFBcHDgEXEx4BPwEWHwEeARchPgE/ATY3FxY2NxM2JicFLgEnPgE3HgEXDgEFqwUFngoGB5YHGQ26OkQcAxQP/tYPFAIcRTm6DRoHlQcFC50FBZ0LBQeVBxoNujlFHAIUDwEqDxQCHEU5ug0aB5UHBQv9OG+UAgKUb2+UAgKUAzckSiR7CRoNAQMMCQVLLRzGDhEBAREOxhwtSwUJDP79DBsJeyRKJHsJGg3+/QwJBUstHMYOEQEBEQ7GHC1LBQkMAQMMGwlBApRvb5QCApRvb5QAAAAAAQAAAAAGawZrAAsAABMSAAUkABMCACUEAJUIAaYBPQE9AaYICP5a/sP+w/5aA4D+w/5aCAgBpgE9AT0BpggI/loAAAACAAAAAAZrBmsACwAXAAABBAADEgAFJAATAgABJgAnNgA3FgAXBgADgP7D/loICAGmAT0BPQGmCAj+Wv7D/f6uBgYBUv39AVIGBv6uBmsI/lr+w/7D/loICAGmAT0BPQGm+sgGAVL9/QFSBgb+rv39/q4AAAMAAAAABmsGawALABcAIwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAAw4BBy4BJz4BNx4BA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rh0Cf19ffwICf19ffwZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAk9ffwICf19ffwICfwAAAAQAAAAABiAGIAAPABsAJQApAAABIQ4BBxEeARchPgE3ES4BASM1IxUjETMVMzU7ASEeARcRDgEHITczNSMFi/vqP1QCAlQ/BBY/VAICVP1rcJVwcJVwlgEqICoBASog/tZwlZUGIAJUP/vqP1QCAlQ/BBY/VPyClZUBwLu7ASog/tYgKgFw4AACAAAAAAZrBmsACwAXAAABBAADEgAFJAATAgATBwkBJwkBNwkBFwEDgP7D/loICAGmAT0BPQGmCAj+Wjhp/vT+9GkBC/71aQEMAQxp/vUGawj+Wv7D/sP+WggIAaYBPQE9Aab8EWkBC/71aQEMAQxp/vUBC2n+9AABAAAAAAXWBrYAFgAAAREJAREeARcOAQcuAScjFgAXNgA3JgADgP6LAXW+/QUF/b6+/QWVBgFR/v4BUQYG/q8FiwEq/ov+iwEqBP2/vv0FBf2+/v6vBgYBUf7+AVEAAAABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcABM8ADgAXACoAPQBQAFoAXQAAARE2HgIHDgEHBiYjJyY3FjY3NiYHERQFFjY3PgE3LgEnIwYfAR4BFw4BFxY2Nz4BNy4BJyMGHwEeARcUBhcWNjc+ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: "";
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-play-circle:before {
    content: "ï„‚";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: "";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-0 {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: "";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1, .video-js .vjs-volume-menu-button.vjs-vol-1 {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: "";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2, .video-js .vjs-volume-menu-button.vjs-vol-2 {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: "";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before, .video-js .vjs-volume-menu-button:before {
    content: "";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: "";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "";
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-square:before {
    content: "ï„Š";
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-spinner:before {
    content: "ï„‹";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
    content: "ï„Œ";
}

.vjs-icon-captions, .video-js .vjs-captions-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: "ï„";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
    content: "ï„Ž";
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-share:before {
    content: "ï„";
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-cog:before {
    content: "ï„";
}

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: "";
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-circle-outline:before {
    content: "ï„’";
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
    content: "ï„“";
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-hd:before {
    content: "ï„”";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
    content: "ï„•";
}

.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-replay:before {
    content: "ï„–";
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-facebook:before {
    content: "ï„—";
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-gplus:before {
    content: "ï„˜";
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-linkedin:before {
    content: "ï„™";
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-twitter:before {
    content: "ï„š";
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-tumblr:before {
    content: "ï„›";
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-pinterest:before {
    content: "ï„œ";
}

.vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-audio-description:before {
    content: "ï„";
}

.video-js {
    display: block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video-js:-moz-full-screen {
    position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js *, .video-js *:before, .video-js *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0;
}

.video-js.vjs-16-9 {
    padding-top: 56.25%;
}

.video-js.vjs-4-3 {
    padding-top: 75%;
}

.video-js.vjs-fill {
    width: 100%;
    height: 100%;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

.vjs-hidden {
    display: none !important;
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto;
}

.vjs-no-js a, .vjs-no-js a:visited {
    color: #66A8CC;
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -0.75em;
    margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    -webkit-transition: all 0s;
    transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {
    display: none;
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2;
}

.vjs-menu-button {
    cursor: pointer;
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none;
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

.vjs-menu li:focus, .vjs-menu li:hover {
    outline: 0;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0em;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
}

.vjs-menu-button-popup:hover .vjs-menu, .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
    display: block;
}

.video-js .vjs-menu-button-inline {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline.vjs-slider-active, .video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
    -webkit-transition: none;
    transition: none;
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 2.2222222em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.0em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.1s, opacity 0.1s;
    transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar, .vjs-error .vjs-control-bar {
    display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table;
}

.video-js .vjs-control {
    outline: none;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67;
}

.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus {
    text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
    display: none;
}

.video-js .vjs-progress-control {
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.vjs-live .vjs-progress-control {
    display: none;
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 0.3em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after, .video-js .vjs-progress-control:hover .vjs-play-progress:after {
    display: block;
    font-size: 0.6em;
}

.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 0.3em;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0;
}

.video-js .vjs-mouse-display:before {
    display: none;
}

.video-js .vjs-play-progress {
    background-color: #fff;
}

.video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.33333333em;
    right: -0.5em;
    font-size: 0.9em;
}

.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after {
    display: none;
    position: absolute;
    top: -2.4em;
    right: -1.5em;
    font-size: 0.9em;
    color: #000;
    content: attr(data-current-time);
    padding: 0.2em 0.5em;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.video-js .vjs-play-progress:before, .video-js .vjs-play-progress:after {
    z-index: 1;
}

.video-js .vjs-load-progress {
    background: ligthen(#73859f, 25%);
    background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
    background: ligthen(#73859f, 50%);
    background: rgba(115, 133, 159, 0.75);
}

.video-js.vjs-no-flex .vjs-progress-control {
    width: auto;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
    display: none;
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider:focus {
    text-shadow: 0em 0em 1em white;
    -webkit-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
    cursor: pointer;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.video-js .vjs-volume-control {
    width: 5em;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-js .vjs-volume-bar {
    margin: 1.35em;
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
    width: 0.3em;
    height: 5em;
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
    width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
    height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
    left: 0.5em;
    height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
    left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
    height: 0;
    width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content, .vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
    height: 8em;
    width: 2.9em;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
    height: 2.9em;
    width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
    background-color: transparent !important;
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.vjs-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}

.vjs-has-started .vjs-poster {
    display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block;
}

.vjs-controls-disabled .vjs-poster {
    display: none;
}

.vjs-using-native-controls .vjs-poster {
    display: none;
}

.video-js .vjs-live-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}

.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
}

.vjs-live .vjs-time-control {
    display: none;
}

.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
    display: none;
}

.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
    display: none;
}

.vjs-time-divider {
    display: none;
    line-height: 3em;
}

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

.video-js .vjs-play-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
    color: #fff;
}

.vjs-captions {
    color: #fc6;
}

.vjs-tt-cue {
    display: block;
}

video::-webkit-media-text-track-display {
    -ms-transform: translateY(-3em);
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -ms-transform: translateY(-1.5em);
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
    display: block;
}

.vjs-loading-spinner:before, .vjs-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
    border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
    border-top-color: white;
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }
    20% {
        border-top-color: #73859f;
    }
    35% {
        border-top-color: white;
    }
    60% {
        border-top-color: #73859f;
    }
    100% {
        border-top-color: #73859f;
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }
    20% {
        border-top-color: #73859f;
    }
    35% {
        border-top-color: white;
    }
    60% {
        border-top-color: #73859f;
    }
    100% {
        border-top-color: #73859f;
    }
}

.vjs-chapters-button .vjs-menu {
    left: -10em;
    width: 0;
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
    display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
    display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
    display: none;
}

.vjs-caption-settings {
    position: relative;
    top: 1em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    margin: 0 auto;
    padding: 0.5em;
    height: 15em;
    font-size: 12px;
    width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
    top: 0;
    bottom: 2em;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
    float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-font:after, .vjs-caption-settings .vjs-tracksettings-controls:after {
    clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
    margin: 5px;
    padding: 3px;
    min-height: 40px;
}

.vjs-caption-settings .vjs-tracksetting label {
    display: block;
    width: 100px;
    margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
    display: inline;
    margin-left: 5px;
}

.vjs-caption-settings .vjs-tracksetting > div {
    margin-bottom: 5px;
    min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 0;
}

.vjs-caption-settings label > input {
    margin-right: 10px;
}

.vjs-caption-settings input[type="button"] {
    width: 40px;
    height: 40px;
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

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

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

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

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}

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

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

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

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("") 50% 50% repeat-x;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("http://image4.sixthtone.com/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("http://image4.sixthtone.com/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("http://image4.sixthtone.com/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url("http://image4.sixthtone.com/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("http://image4.sixthtone.com/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("http://image4.sixthtone.com/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("http://image4.sixthtone.com/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("http://image4.sixthtone.com/images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("http://image4.sixthtone.com/images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("http://image4.sixthtone.com/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("http://image4.sixthtone.com/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("http://image4.sixthtone.com/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("http://image4.sixthtone.com/images/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaaaaa url("http://image4.sixthtone.com/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url("http://image4.sixthtone.com/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.audiojsZ audio {
    position: absolute;
    left: -1px;
}

.audiojsZ {
    width: 100%;
    background: #f00;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
}

.audiojsZ .play-pauseZ {
    width: 25px;
    height: 40px;
    padding: 4px 6px;
    margin: 0;
    float: left;
    overflow: hidden;
    border-right: 1px solid #c00;
}

.audiojsZ .playZ {
    display: block;
}

.audiojsZ .scrubberZ {
    position: relative;
    float: left;
    width: 280px;
    background: #fcc;
    height: 14px;
    margin: 10px;
    border-left: 0;
    border-bottom: 0;
    overflow: hidden;
}

.audiojsZ .progressZ {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 0;
    background: #600;
    z-index: 1;
}

.audiojsZ .loadedZ {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 0;
    background: #c00;
}

.audiojsZ .timeZ {
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 0 0 6px;
    padding: 0 6px 0 12px;
    color: #600;
    text-shadow: 1px 1px 0 rgba(125, 0, 0, 0.5);
}

.audiojsZ .timeZ em {
    padding: 0 2px 0 0;
    color: #fcc;
    font-style: normal;
}

.audiojsZ .timeZ strong {
    padding: 0 0 0 2px;
    font-weight: normal;
}

.audiojsZ .error-messageZ {
    float: left;
    display: none;
    margin: 0 10px;
    height: 36px;
    width: 400px;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.audiojsZ .error-messageZ a {
    color: #eee;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    white-space: wrap;
}

.playingZ .playZ, .playingZ .loadingZ, .playingZ .errorZ {
    display: none;
}

.playingZ .pauseZ {
    cursor: pointer;
    display: block;
    width: 4px;
    height: 10px;
    background-color: #fff;
    margin-top: 16px;
    margin-left: 8px;
}

.playingZ .pauseZ:before {
    content: '';
    display: block;
    width: 4px;
    height: 10px;
    background-color: #fff;
    margin-left: 7px;
}

.loadingZ .playZ, .loadingZ .pauseZ, .loadingZ .errorZ {
    display: none;
}

.loadingZ .loadingZ {
    display: block;
}

.errorZ .timeZ, .errorZ .playZ, .errorZ .pauseZ, .errorZ .scrubberZ, .errorZ .loadingZ {
    display: none;
}

.errorZ .errorZ {
    display: block;
}

.errorZ .play-pauseZ span {
    cursor: auto;
}

.errorZ .error-messageZ {
    display: block;
}

.cropper-container {
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr !important;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.cropper-container img {
    display: block;
    width: 100%;
    min-width: 0 !important;
    max-width: none !important;
    height: 100%;
    min-height: 0 !important;
    max-height: none !important;
    image-orientation: 0deg !important;
}

.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cropper-wrap-box {
    overflow: hidden;
}

.cropper-drag-box {
    opacity: 0;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.cropper-modal {
    opacity: .5;
    background-color: #000;
    filter: alpha(opacity=50);
}

.cropper-view-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
    position: absolute;
    display: block;
    opacity: .5;
    border: 0 dashed #eee;
    filter: alpha(opacity=50);
}

.cropper-dashed.dashed-h {
    top: 33.33333%;
    left: 0;
    width: 100%;
    height: 33.33333%;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333%;
    width: 33.33333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px;
}

.cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75;
    filter: alpha(opacity=75);
}

.cropper-center:before, .cropper-center:after {
    position: absolute;
    display: block;
    content: ' ';
    background-color: #eee;
}

.cropper-center:before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px;
}

.cropper-center:after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px;
}

.cropper-face, .cropper-line, .cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1;
    filter: alpha(opacity=10);
}

.cropper-face {
    top: 0;
    left: 0;
    background-color: #fff;
}

.cropper-line {
    background-color: #39f;
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize;
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize;
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize;
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize;
}

.cropper-point {
    width: 5px;
    height: 5px;
    opacity: .75;
    background-color: #39f;
    filter: alpha(opacity=75);
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize;
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize;
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize;
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize;
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize;
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize;
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize;
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: ' ';
    opacity: 0;
    background-color: #39f;
    filter: alpha(opacity=0);
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px;
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75;
        filter: alpha(opacity=75);
    }
}

.cropper-invisible {
    opacity: 0;
    filter: alpha(opacity=0);
}

.cropper-bg {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.cropper-hidden {
    display: none !important;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: not-allowed;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('http://file1.sixthtone.com/font/fontawesome-webfont.eot?v=4.4.0');
    src: url('http://file1.sixthtone.com/font/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('http://file1.sixthtone.com/font/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('http://file1.sixthtone.com/font/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('http://file1.sixthtone.com/font/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('http://file1.sixthtone.com/font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

@font-face {
    font-family: 'lato-regular';
    src: url('http://file1.sixthtone.com/font/lato-regular.eot');
    src: url('http://file1.sixthtone.com/font/lato-regular.eot?#iefix') format('embedded-opentype'), url('http://file1.sixthtone.com/font/lato-regular.svg') format('svg'), url('http://file1.sixthtone.com/font/lato-regular.woff') format('woff'), url('http://file1.sixthtone.com/font/lato-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-black-italic';
    src: url('http://file1.sixthtone.com/font/lato-black-italic.eot');
    src: url('http://file1.sixthtone.com/font/lato-black-italic.eot?#iefix') format('embedded-opentype'), url('http://file1.sixthtone.com/font/lato-black-italic.svg') format('svg'), url('http://file1.sixthtone.com/font/lato-black-italic.woff') format('woff'), url('http://file1.sixthtone.com/font/lato-black-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-heavy';
    src: url('http://file1.sixthtone.com/font/lato-heavy.eot');
    src: url('http://file1.sixthtone.com/font/lato-heavy.eot?#iefix') format('embedded-opentype'), url('http://file1.sixthtone.com/font/lato-heavy.svg') format('svg'), url('http://file1.sixthtone.com/font/lato-heavy.woff') format('woff'), url('http://file1.sixthtone.com/font/lato-heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-regular-italic';
    src: url('http://file1.sixthtone.com/font/lato-regular-italic.eot');
    src: url('http://file1.sixthtone.com/font/lato-regular-italic.eot?#iefix') format('embedded-opentype'), url('http://file1.sixthtone.com/font/lato-regular-italic.svg') format('svg'), url('http://file1.sixthtone.com/font/lato-regular-italic.woff') format('woff'), url('http://file1.sixthtone.com/font/lato-regular-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-bold-italic';
    src: url('http://file1.sixthtone.com/font/lato-bold-italic.eot');
    src: url('http://file1.sixthtone.com/font/lato-bold-italic.eot?#iefix') format('embedded-opentype'), url('http://file1.sixthtone.com/font/lato-bold-italic.svg') format('svg'), url('http://file1.sixthtone.com/font/lato-bold-italic.woff') format('woff'), url('http://file1.sixthtone.com/font/lato-bold-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-light';
    src: url('http://file1.sixthtone.com/font/lato-light.eot');
    src: url('http://file1.sixthtone.com/font/lato-light.eot?#iefix') format('embedded-opentype'), url('http://file1.sixthtone.com/font/lato-light.svg') format('svg'), url('http://file1.sixthtone.com/font/lato-light.woff') format('woff'), url('http://file1.sixthtone.com/font/lato-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-bold';
    src: url('http://file1.sixthtone.com/font/lato-bold.eot');
    src: url('http://file1.sixthtone.com/font/lato-bold.eot?#iefix') format('embedded-opentype'), url('http://file1.sixthtone.com/font/lato-bold.svg') format('svg'), url('http://file1.sixthtone.com/font/lato-bold.woff') format('woff'), url('http://file1.sixthtone.com/font/lato-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'robotocondensed-bold-webfont';
    src: url('http://file1.sixthtone.com/font/robotocondensed-bold-webfont.eot');
    src: url('http://file1.sixthtone.com/font/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('http://file1.sixthtone.com/font/robotocondensed-bold-webfont.svg') format('svg'), url('http://file1.sixthtone.com/font/robotocondensed-bold-webfont.woff') format('woff'), url('http://file1.sixthtone.com/font/robotocondensed-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'noodle-icon';
    src: url('http://file1.sixthtone.com/font/noodle-icon.eot');
    src: url('http://file1.sixthtone.com/font/noodle-icon.eot?#iefix') format('embedded-opentype'), url('http://file1.sixthtone.com/font/noodle-icon.svg') format('svg'), url('http://file1.sixthtone.com/font/noodle-icon.woff') format('woff'), url('http://file1.sixthtone.com/font/noodle-icon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.form-group {
    position: relative;
}

.form-group .form-control {
    border-radius: 0;
    height: 60px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 1.286rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-group .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-group .form-control:-ms-input-placeholder {
    color: #999;
}

.form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.form-group .form-control.error + .password-hint {
    display: block;
}

.form-group label {
    font-weight: normal;
}

.firefox .form-group label.error {
    float: left;
    width: 100%;
}

.red-text {
    color: #ff0000;
    font-size: 0.857rem;
    margin-top: 12px;
    margin-bottom: 12px;
}

label.error {
    display: none;
    color: #ff0000;
    font-size: 0.857rem;
    margin-top: 12px;
    margin-bottom: 12px;
}

label.green-text {
    color: #008900;
}

.checking-state {
    display: none;
}

.strenght-level .level-text {
    font-family: 'lato-bold', sans-serif;
    margin-bottom: 15px;
    font-size: 0.857rem;
    display: none;
    color: white;
}

.strenght-level .level-text span {
    color: #888;
    font-family: 'lato-regular', sans-serif;
}

.strenght-level .level-text + .password-bg {
    display: none;
}

.strenght-level [class*=" level-text-"] {
    display: block;
}

.strenght-level [class*=" level-text-"] + .password-bg {
    display: block;
}

.strenght-level .level-text-too-short {
    display: none;
}

.strenght-level .level-text-too-short + .password-bg {
    display: none;
}

.strenght-level .level-text-strong {
    margin-top: 12px;
}

.strenght-level .password-bg {
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 90px;
    height: 10px;
    background-color: #747474;
    position: relative;
}

.strenght-level .password-bg:before, .strenght-level .password-bg:after {
    height: 10px;
    content: '';
    width: 1px;
    background-color: #222;
    top: 0;
    position: absolute;
}

.strenght-level .password-bg:before {
    left: 33.3%;
}

.strenght-level .password-bg:after {
    left: 66.7%;
}

.strenght-level .password-bar {
    background-color: #00ff00;
    width: 0;
    height: 10px;
}

.strenght-level .password-weak {
    width: 33.3%;
}

.strenght-level .password-good {
    width: 66.7%;
}

.strenght-level .password-strong {
    width: 100%;
}

.custom-checkbox {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.custom-checkbox span {
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 1px;
    background-color: white;
}

.custom-checkbox span:after {
    content: '';
    position: absolute;
    border: 1px solid #444;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    z-index: 3;
}

.custom-checkbox span:before {
    display: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    color: #222;
    font-size: 23px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-checkbox label {
    padding-left: 20px;
    cursor: pointer;
    font-weight: normal;
    display: block;
}

.custom-checkbox label.error {
    padding-left: 0;
}

.custom-checkbox input {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox [type="checkbox"]:checked:hover ~ span:after {
    border-color: white;
}

.custom-checkbox [type="checkbox"]:checked:hover ~ span:before {
    color: #ff5300;
}

.custom-checkbox [type="checkbox"]:checked ~ span:before {
    display: inline-block;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .custom-checkbox a {
    color: inherit;
    text-decoration: underline;
}

.subscribe-form .custom-checkbox .wrap {
    width: 10px;
    height: 10px;
}

.subscribe-form .form-group .form-control {
    padding-right: 50px;
}

.subscribe-form label.error {
    margin-bottom: 0;
}

.subscribe-block .subscribe-form label.error {
    color: white;
}

.subscribe-form .btn-rounded {
    border-radius: 50%;
    min-width: 0;
    position: absolute;
    right: 5px;
    top: 8px;
    width: 43px;
    height: 43px;
}

.subscribe-form .btn-rounded span {
    font-size: 2rem;
}

.subscribe-form .btn-rounded:before {
    content: none;
}

.subscribe-form .btn-rounded:hover {
    background-color: #ff6d26;
}

.subscribe-form + .checking-state p {
    padding-bottom: 15px;
}

.subscribe-block .subscribe-form + .checking-state p {
    color: white;
}

.subscribe-form + .checking-state .btn-subdisiary {
    padding-left: 70px;
    padding-right: 70px;
}

.search-form {
    position: relative;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.search-form .search-btn {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 50%;
    margin-top: -23px;
    color: #999;
}

.search-form .search-btn .noodle-icon-search {
    font-size: 3.143rem;
}

.search-form .search-btn:hover {
    color: #000;
}

.search-form .search-input {
    border-width: 0 0 1px 0;
    box-shadow: none;
    background: none;
    padding-right: 35px;
    font-size: 2.286rem;
}

.page-form .form-group .form-control {
    font-size: inherit;
    width: 43px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
    padding: 5px;
    text-align: center;
}

.page-form .form-group .form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.page-form .form-group .form-control:-ms-input-placeholder {
    color: #000;
}

.page-form .form-group .form-control::-webkit-input-placeholder {
    color: #000;
}

.form-2 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.form-2 label.error {
    margin-bottom: 3px;
}

.password-hint {
    text-align: left;
    color: #777;
    font-size: 13px;
}

.password-hint p {
    margin-top: 5px;
    margin-bottom: 0;
}

.password-hint ul {
    padding-left: 30px;
}

.password-hint + .error {
    margin-top: 0;
}

@media (max-width: 759px) {
    .modal-footer-top .custom-checkbox {
        float: left;
    }
}

@media (min-width: 760px) {
    .page-form .form-group .form-control::-moz-placeholder {
        color: transparent;
        opacity: 1;
    }

    .page-form .form-group .form-control:-ms-input-placeholder {
        color: transparent;
    }

    .page-form .form-group .form-control::-webkit-input-placeholder {
        color: transparent;
    }

    .search-form .search-input {
        font-size: 3.143rem;
        height: 81px;
    }

    .subscribe-form {
        width: 400px;
    }

    .modal-footer-top .btn-subdisiary {
        font-size: 1.714rem;
    }

    .modal-footer-top .custom-checkbox {
        min-width: 400px;
        text-align: left;
    }

    .modal-footer-top .custom-checkbox .wrap:before {
        border-color: white;
    }

    .strenght-level {
        position: absolute;
        right: -105px;
        top: 0;
    }
}

@media (min-width: 992px) {
    footer .subscribe-form {
        width: auto;
    }
}

[class^="noodle-icon-"], [class*=" noodle-icon-"] {
    font-family: 'noodle-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.noodle-icon-arrow-large:before {
    content: "\e900";
}

.noodle-icon-arrow-medium:before {
    content: "\e901";
}

.noodle-icon-arrow-small:before {
    content: "\e902";
}

.noodle-icon-check:before {
    content: "\e903";
}

.noodle-icon-facebook:before {
    content: "\e904";
}

.noodle-icon-google:before {
    content: "\e905";
}

.noodle-icon-instagram:before {
    content: "\e906";
}

.noodle-icon-rss:before {
    content: "\e907";
}

.noodle-icon-search:before {
    content: "\e908";
}

.noodle-icon-twitter:before {
    content: "\e909";
}

.noodle-icon-wechat:before {
    content: "\e90a";
}

.noodle-icon-arrow-top:before {
    content: "\e90b";
}

.noodle-icon-linked:before {
    content: "\e90c";
}

.noodle-icon-full-screen:before {
    content: "\e90d";
}

.noodle-icon-arrow-gallery:before {
    content: "\e90e";
}

.noodle-icon-box-view:before {
    content: "\e90f";
}

.noodle-icon-clock:before {
    content: "\e910";
}

.noodle-icon-list-view:before {
    content: "\e911";
}

.noodle-icon-play:before {
    content: "\e912";
}

.noodle-icon-quote-left:before {
    content: "\e914";
}

.noodle-icon-quote-right:before {
    content: "\e915";
}

.noodle-icon-share:before {
    content: "\e916";
}

.noodle-icon-mail:before {
    content: "\e917";
}

.noodle-icon-weibo {
    font-family: 'FontAwesome';
    height: 48px;
}

.noodle-icon-weibo:before {
    content: "\f18a";
    font-size: 48px;
}

a, button, input[type="submit"], input[type="reset"], input[type="button"] {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    outline: none;
}

.reset-padding {
    padding-left: 0;
    padding-right: 0;
}

.border-left {
    border-left: 1px solid #333333;
}

.border-right {
    border-right: 1px solid #333333;
}

.border-bottom {
    border-bottom: 1px solid #333333;
}

.border-top {
    border-top: 1px solid #333333;
}

.orange {
    color: #ff5300;
}

.password-hint {
    display: none;
}

h1, .heading-1, h2, .heading-2, h3, .heading-3, h4, .heading-4, h5, .heading-5, h6, .heading-6, .heading-7, .heading-9, .heading-10 {
    font-family: 'robotocondensed-bold-webfont';
    letter-spacing: -0.006em;
    line-height: 1.2;
    margin-top: 17px;
}

.heading-1 {
    font-size: 2.071rem;
}

.heading-2, .heading-3 {
    font-size: 1.571rem;
}

.heading-4 {
    font-size: 1.286rem;
}

.heading-5 {
    font-size: 2.714rem;
}

.heading-6 {
    font-size: 3.286rem;
}

.heading-7 {
    font-size: 1.714rem;
}

.heading-9 {
    font-size: 2.857rem;
}

.heading-11 {
    margin-top: 32px;
    margin-bottom: 18px;
    font-family: Impact;
    text-transform: uppercase;
    font-size: 3.286rem;
    text-align: center;
    color: black;
    line-height: 1.1;
}

.lato {
    font-family: 'lato-regular', sans-serif;
}

.lato-black-italic {
    font-family: 'lato-black-italic', sans-serif;
}

.lato-italic {
    font-family: 'lato-regular-italic', sans-serif;
}

.lato-bold-italic {
    font-family: 'lato-bold-italic', sans-serif;
}

.lato-light {
    font-family: 'lato-light', sans-serif;
}

.lato-bold {
    font-family: 'lato-bold', sans-serif;
}

.lato-heavy {
    font-family: 'lato-heavy', sans-serif;
}

.roboto {
    font-family: 'robotocondensed-regular-webfont', sans-serif;
}

.roboto-bold {
    font-family: 'robotocondensed-bold-webfont', sans-serif;
}

.roboto-light {
    font-family: 'robotocondensed-light-webfont', sans-serif;
}

.desc {
    line-height: 1.5;
    margin-bottom: 15px;
}

.author-name {
    font-size: 0.857rem;
    font-family: 'lato-black-italic', sans-serif;
    color: #999;
}

.author-name:hover a {
    text-decoration: none;
}

.author-title {
    font-size: 0.857rem;
    font-family: 'lato-regular-italic', sans-serif;
    margin-bottom: 5px;
}

.orange-text {
    color: #ff5300;
}

.gray-text {
    color: #999;
}

.blue-text {
    color: #0c5aa6;
}

.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes loadingFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

@keyframes loadingFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes leftToRight {
    from {
        left: -100px;
    }
    to {
        left: 10px;
    }
}

@keyframes leftToRight {
    from {
        left: -100px;
    }
    to {
        left: 10px;
    }
}

@-webkit-keyframes rightToLeft {
    from {
        left: 10px;
    }
    top {
        left: -100px;
    }
}

@keyframes rightToLeft {
    from {
        left: 10px;
    }
    to {
        left: -100px;
    }
}

.btn-primary {
    position: relative;
    font-size: 0.714rem;
    padding: 4px 9px;
    min-width: 60px;
    border: none;
}

.btn-primary:hover {
    text-decoration: none;
    background-color: #ff6d26;
    border-color: #ff6d26;
}

.btn-primary:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
}

@media (min-width: 760px) {
    .btn-primary {
        padding: 5px 10px;
    }
}

.btn-to-top, .btn-scroll-mail {
    overflow: hidden;
    line-height: 1;
    padding: 15px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    width: 100px;
    height: 24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#footer .btn-to-top {
    visibility: hidden;
}

.btn-to-top span {
    font-size: 30px;
    color: white;
}

.btn-to-top.show {
    opacity: 1;
    top: -20px;
}

.btn-to-top:before, .btn-to-top:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    top: 14px;
    left: 50%;
    background-color: #222;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn-to-top:before {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    margin-left: -21px;
}

.btn-to-top:after {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    margin-left: -59px;
}

.btn-to-top .noodle-icon-arrow {
    background: url('http://image4.sixthtone.com/images/bgd-backtop.png') no-repeat center center;
    position: absolute;
    top: 9px;
    left: 50%;
    color: white;
    margin-left: -17px;
    z-index: 10;
    display: inline-block;
    width: 34px;
    height: 10px;
    opacity: 0;
}

.btn-to-top .noodle-icon-arrow + .noodle-icon-arrow {
    top: 16px;
}

.btn-to-top:hover .noodle-icon-arrow {
    opacity: 0.5 !important;
}

.btn-scroll-mail {
    bottom: -31px;
    top: auto;
}

.btn-scroll-mail .noodle-icon-arrow-large {
    font-size: 44px;
    color: white;
    position: absolute;
    top: 50%;
    z-index: 9;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -26px;
    left: 50%;
    margin-left: -8px;
}

.btn-scroll-mail:before, .btn-scroll-mail:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    top: -70px;
    left: 50%;
    background-color: #ff5300;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn-scroll-mail:before {
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
    margin-left: -21px;
}

.btn-scroll-mail:after {
    -webkit-transform: rotate(-65deg);
    transform: rotate(-65deg);
    margin-left: -59px;
}

.btn-scroll-mail:hover .noodle-icon-arrow {
    opacity: 0.5 !important;
}

.btn-subdisiary {
    min-width: 102px;
    padding: 6px 10px;
    position: relative;
    background-color: #333;
    border: none;
    border-radius: 100px;
    font-size: 0.857rem;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.btn-subdisiary:before, .btn-subdisiary:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -2px;
    background-color: white;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.btn-subdisiary:before {
    left: 5px;
}

.btn-subdisiary:after {
    right: 5px;
}

.btn-subdisiary:hover, .btn-subdisiary.active, .btn-subdisiary:active {
    background-color: #515151;
    color: white;
}

.btn-subdisiary.orange, .header-group.open-register + header .register-btn, .header-group.open-login + header .login-btn, .header-group.open-forgot + header .login-btn, .btn-back-to-home {
    background-color: #ff5300;
    color: white;
}

.btn-subdisiary.orange:hover, .btn-subdisiary.orange.active, .btn-subdisiary.orange:active, .header-group.open-register + header .register-btn:hover, .header-group.open-register + header .register-btn.active, .header-group.open-register + header .register-btn:active, .header-group.open-login + header .login-btn:hover, .header-group.open-login + header .login-btn.active, .header-group.open-login + header .login-btn:active, .header-group.open-forgot + header .login-btn:hover, .header-group.open-forgot + header .login-btn.active, .header-group.open-forgot + header .login-btn:active, .btn-back-to-home:hover, .btn-back-to-home.active, .btn-back-to-home:active {
    background-color: #ff6d26;
}

.btn-subdisiary.gray-light {
    background-color: #7a7676;
    color: white;
}

.btn-subdisiary.gray-light:hover, .btn-subdisiary.gray-light.active, .btn-subdisiary.gray-light:active {
    background-color: #515151;
}

.btn-subdisiary:link:hover {
    text-decoration: none;
}

.large-btn {
    margin: 35px auto 0;
    padding: 8px 35px;
    border-radius: 15px;
}

.btn-control {
    padding: 6px;
    color: white;
    background-color: #ddd;
    line-height: 1;
}

.btn-control span {
    font-size: 1.571rem;
}

.btn-control:hover, .btn-control:active, .btn-control.active {
    background-color: white;
    text-decoration: none;
    color: #ff5300;
    box-shadow: none;
}

.btn-control.active {
    pointer-events: none;
    cursor: not-allowed;
}

.button-group button + button, .button-group .btn + .btn {
    margin-left: 0.214rem;
}

.comment-policy-block {
    margin: 10px 0;
}

.comment-policy-link {
    display: inline-block;
    vertical-align: middle;
    padding-left: 22px;
    background: url("http://image4.sixthtone.com/images/icon-comment.png") no-repeat 0 center;
    background-size: 12px;
    color: #7f939d;
    font-family: 'lato-bold';
    font-size: 1rem;
}

.comment-policy-link:hover {
    text-decoration: none;
    background-image: url("http://image4.sixthtone.com/images/icon-comment-black.png");
    color: #3f4549;
}

header {
    position: relative;
    z-index: 1051;
}

.full-screen main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.overlay-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 1100;
    top: 0;
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
}

.overlay-loading .loading {
    background: white;
    border-radius: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px 90px;
    position: absolute;
    top: 50%;
    box-shadow: 0 0 21px 0 rgba(50, 50, 50, 0.75);
}

.overlay-loading .loading li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #666;
    border-radius: 50%;
    margin-left: 12px;
    margin-right: 12px;
    -webkit-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite;
}

.overlay-loading .loading .first {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.overlay-loading .loading .middle {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.overlay-loading .loading .last {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

main > .inner {
    background: white;
    position: relative;
    z-index: 6;
}

.container-fluid .link-1:hover {
    text-decoration: none;
}

.QR-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;
}

.QR-box .QR-box-inner {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 300px auto;
}

.QR-box .closemodalBtn {
    border: none;
    background-color: transparent;
    opacity: 1;
    font-size: 13px;
    text-align: right;
    padding: 0 0 5px 0;
    margin: 0 auto;
    display: block;
    width: 300px;
}

.QR-box .QR-box-inner .QRimg {
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .QR-box .QR-box-inner {
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        margin: 150px auto;
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        left: -50px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        left: -50px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        left: 0px;
        opacity: 1;
    }
    100% {
        left: -50px;
        opacity: 0;
    }
}

@keyframes slideOutLeft {
    0% {
        left: 0px;
        opacity: 1;
    }
    100% {
        left: -50px;
        opacity: 0;
    }
}

.iScrollLoneScrollbar {
    background-color: #2b2b2b;
}

.iScrollHorizontalScrollbar {
    position: absolute;
    z-index: 9999;
    height: 6px;
    left: 2px;
    right: 20px;
    bottom: -15px;
    overflow: hidden;
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
    right: 18px;
}

.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 6px;
    bottom: 0;
    top: 2px;
    right: -6px;
    overflow: hidden;
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 18px;
}

.iScrollIndicator {
    position: absolute;
    border-radius: 4px;
    background-color: #666;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
    height: 100%;
}

.iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
}

.tabs-topics .tab-pane {
    position: relative;
    height: 100%;
}

.scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ipad.ios.portrait #ae .scroller {
    margin-left: 0 !important;
    left: 0 !important;
}

.mobile #jiathis_weixin_modal {
    margin: -180px 0 0 -160px !important;
    width: 320px !important;
}

.wrap-lists {
    height: 100%;
}

.wrap-lists .topics-list {
    display: block;
    float: left;
}

#janrainEngageEmbed .janrainContent {
    margin-left: auto;
    margin-right: auto;
}

.main-preview-player {
    clear: both;
    margin: 0 auto;
    text-align: center;
    max-width: 1920px;
}

.main-preview-player .video-js .vjs-big-play-button {
    background: none;
    border: none;
    left: 50%;
    top: 50%;
    width: 84px;
    height: 84px;
    margin-top: -21px;
    margin-left: -42px;
}

.main-preview-player .video-js .vjs-big-play-button:before {
    content: "\e912";
    color: white;
    font-size: 6.214rem;
    font-family: 'noodle-icon';
}

.main-preview-player .desc-video {
    text-align: center;
    margin-top: -15px;
    margin-bottom: 30px;
    font-size: 12px;
    color: #666;
}

#preview-player {
    margin: 0 auto 30px;
    width: 100%;
    height: 0;
    padding-bottom: 56.28%;
}

.audiojsZ {
    height: 50px;
    width: 65%;
    background: none;
}

.audiojsZ .play-pauseZ {
    border: none;
}

.audiojsZ .scrubberZ {
    width: 30%;
    overflow: visible;
    background-color: #666;
    height: 4px;
    margin: 23px 10px;
}

.audiojsZ .progressZ {
    height: 4px;
    background-color: white;
}

.audiojsZ .progressZ:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 100%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
    z-index: 1;
    cursor: pointer;
}

.audiojsZ .loadedZ {
    background: none;
}

.audiojsZ .playZ {
    width: 0;
    height: 0;
    margin-left: 10px;
    margin-top: 12px;
    border-top: 9px solid transparent;
    border-left: 10px solid white;
    border-bottom: 9px solid transparent;
    cursor: pointer;
}

.audiojsZ .pauseZ {
    position: relative;
    cursor: pointer;
}

.audiojsZ .timeZ {
    padding-left: 0;
    height: 50px;
    line-height: 50px;
    font-family: 'lato-regular';
    font-size: 0.857rem;
    color: white;
}

.audiojsZ .timeZ .durationZ {
    color: #666;
    margin-left: 5px;
}

.custom-audio {
    position: relative;
    background: #000;
}

.custom-audio .audiojsZVolume {
    position: absolute;
    top: 23px;
    right: 18px;
    z-index: 2;
}

.custom-audio .audiojsZVolume .noodle-icon-volumn {
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -9px;
    background-image: url("http://image4.sixthtone.com/images/icon-volume.png");
    background-position: 0 0;
    -webkit-transition: none;
    transition: none;
    width: 20px;
    height: 18px;
}

.custom-audio .audiojsZVolume .noodle-icon-volumn.muted {
    background-position: 0 18px;
}

.custom-audio .slider-vertical {
    float: left;
    width: 60px;
    height: 4px;
}

.custom-audio .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
}

.modal-backdrop {
    z-index: 1051;
}

.docs-cropped, .delete-modal {
    z-index: 1052;
}

.docs-cropped .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: black;
    border: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.docs-cropped .close:before, .docs-cropped .close:after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: white;
    height: 26px;
    left: 50%;
    top: 50%;
    margin-top: -13px;
    margin-left: -1px;
}

.docs-cropped .close:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.docs-cropped .modal-footer {
    border-top: none;
    padding-top: 0;
    padding-bottom: 30px;
}

.docs-cropped .modal-header {
    border-bottom: none;
    text-align: center;
    padding-bottom: 0;
}

.docs-cropped .modal-header p {
    margin-top: 10px;
    margin-bottom: 0;
}

.docs-cropped .heading-3 {
    text-transform: uppercase;
    margin-top: 25px;
}

.docs-cropped .btn-group {
    text-align: center;
}

.docs-cropped .btn-group .btn-subdisiary {
    min-width: 130px;
    font-family: 'lato-regular', sans-serif !important;
}

.docs-cropped .cropper-dashed.dashed-v, .docs-cropped .cropper-dashed.dashed-h {
    display: none;
}

.docs-cropped .cropper-view-box {
    outline: 1px dashed #A77224;
}

.docs-cropped .cropper-line {
    display: none;
}

.docs-cropped .cropper-point {
    background: rgba(255, 83, 0, 0.75);
}

.docs-cropped .modal-content {
    border-radius: 3px;
}

.detect-ios.custom-audio {
    width: auto;
}

.detect-ios.custom-audio .audiojsZVolume {
    display: none;
}

.detect-ios.custom-audio .audiojsZ {
    width: 100%;
}

@media (min-width: 480px) {
    .audiojsZ .scrubberZ {
        width: 55%;
    }

    .custom-audio .slider-vertical {
        width: 100px;
    }
}

@media (min-width: 760px) {
    .docs-cropped .modal-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .disqus-block {
        clear: both;
        margin-top: 50px;
        padding-bottom: 50px;
        padding-top: 50px;
        border-top: 1px solid #ccc;
    }

    .disqus-block #disqus_thread {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .audiojsZ {
        width: 75%;
    }

    .audiojsZ .scrubberZ {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .audiojsZ {
        width: 82%;
    }

    .audiojsZ .scrubberZ {
        width: 80%;
    }

    .detect-ios.custom-audio .scrubberZ {
    }
}

.crop-container {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center;
    min-height: 200px;
    max-height: 320px;
}

.crop-container img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .crop-container {
        min-height: 320px;
    }
}

@media (max-width: 991px) {
    .detect-ios.custom-audio .scrubberZ {
        width: 75%;
    }

    .custom-audio .timeZ {
        float: right;
        margin-right: 10px;
    }
}

@media (max-width: 759px) {
    .detect-ios.custom-audio .scrubberZ {
        width: 73%;
    }

    .custom-audio .timeZ {
        float: right;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .custom-audio .scrubberZ {
        width: 65px;
    }

    .custom-audio .timeZ {
        margin: 0;
        padding: 0;
        width: 75px;
        float: right;
        margin-right: 10px;
    }

    .custom-audio .audiojsZVolume {
        width: 85px;
        right: -22px;
    }

    .custom-audio .audiojsZVolume .noodle-icon-volumn {
        left: -35px;
    }

    .custom-audio .slider-vertical {
        width: 50px;
    }

    .custom-audio.detect-ios .scrubberZ {
        width: 50%;
    }
}

.search-btn {
    padding: 0;
    background: none;
    border: none;
    color: white;
}

.search-btn:hover {
    color: #ff5300;
}

.search-btn .noodle-icon-search {
    font-size: 2.143rem;
}

.wrap-logo {
    display: block;
    width: 240px;
    margin: 20px auto 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wrap-logo:hover {
    text-decoration: none;
}

.logo-noodletimes {
    display: block;
    margin: 0 auto;
}

.logo-noodletimes.black {
    width: 192px;
    height: 0;
}

.logo-noodletimes.white {
    width: 240px;
    height: 24px;
}

.sticky-scroll .logo-noodletimes, .sticky-scroll-animation .logo-noodletimes {
    -webkit-transition: height 0.5s linear;
    transition: height 0.5s linear;
}

.sticky-scroll .logo-noodletimes.black, .white-header .logo-noodletimes.black, .show-menu.open-search + header .logo-noodletimes.black {
    height: 20px;
}

.sticky-scroll .logo-noodletimes.white, .white-header .logo-noodletimes.white, .show-menu.open-search + header .logo-noodletimes.white {
    height: 0;
}

.sticky-scroll .slogan-noodletimes, .white-header .slogan-noodletimes, .show-menu.open-search + header .slogan-noodletimes {
    opacity: 0;
}

.show-menu + header .wrap-logo {
    display: none;
}

.show-menu.open-search + header .wrap-logo {
    display: block;
}

.slogan-noodletimes {
    font-size: 0;
    margin: 8px 0;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slogan-noodletimes img {
    width: 158px;
}

@media (max-width: 480px) {
    .logo-noodletimes {
        -webkit-transition: height 0s linear;
        transition: height 0s linear;
    }

    .logo-noodletimes.white {
        display: none;
    }

    .slogan-noodletimes {
        -webkit-transition: height 0s linear;
        transition: height 0s linear;
        display: none;
    }
}

.navbar-primary {
    min-height: 60px;
    margin-bottom: 0;
    background-color: transparent;
}

.navbar-primary .account-nav {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.navbar-primary .search-btn {
    position: absolute;
    top: 17px;
    right: 10px;
    z-index: 1;
    margin: 0;
    -webkit-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
}

.navbar-primary:before {
    content: '';
    background-color: transparent;
    border-bottom: 1px solid transparent;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.navbar-primary .navbar-header {
    float: none;
    margin: 0;
    position: relative;
    min-height: 59px;
    z-index: 2;
}

.navbar-primary .navbar-toggle {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 18px;
    left: 10px;
    z-index: 1;
    width: 26px;
    height: 26px;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.navbar-primary .navbar-toggle .lines, .navbar-primary .navbar-toggle .lines:before, .navbar-primary .navbar-toggle .lines:after {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    width: 100%;
    height: 2px;
    background-color: white;
    display: block;
}

.navbar-primary .navbar-toggle .lines {
    position: absolute;
    top: 50%;
    margin-top: -2px;
}

.navbar-primary .navbar-toggle .lines:before, .navbar-primary .navbar-toggle .lines:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
}

.navbar-primary .navbar-toggle .lines:before {
    top: -8px;
}

.navbar-primary .navbar-toggle .lines:after {
    top: 8px;
}

.no-touch .navbar-primary .navbar-toggle:hover .lines {
    background-color: #ff5300;
}

.navbar-primary .navbar-toggle:hover .lines:before {
    top: -10px;
}

.no-touch .navbar-primary .navbar-toggle:hover .lines:before {
    background-color: #ff5300;
}

.navbar-primary .navbar-toggle:hover .lines:after {
    top: 10px;
}

.no-touch .navbar-primary .navbar-toggle:hover .lines:after {
    background-color: #ff5300;
}

.navbar-primary.sticky-scroll .lines, .white-header .navbar-primary .lines, .navbar-primary.sticky-scroll .lines:before, .white-header .navbar-primary .lines:before, .navbar-primary.sticky-scroll .lines:after, .white-header .navbar-primary .lines:after {
    background-color: #000;
}

.navbar-primary.sticky-scroll:before, .white-header .navbar-primary:before {
    background-color: #fff;
    border-bottom-color: #eee;
}

.no-touch .navbar-primary.sticky-scroll .navbar-toggle:hover .lines, .no-touch .white-header .navbar-primary .navbar-toggle:hover .lines, .no-touch .navbar-primary.sticky-scroll .navbar-toggle:hover .lines:before, .no-touch .white-header .navbar-primary .navbar-toggle:hover .lines:before, .no-touch .navbar-primary.sticky-scroll .navbar-toggle:hover .lines:after, .no-touch .white-header .navbar-primary .navbar-toggle:hover .lines:after {
    background-color: #515151;
}

.navbar-primary.sticky-scroll .navbar-brand, .white-header .navbar-primary .navbar-brand, .header-group.open-search + header .navbar-brand {
    margin: 17px;
}

.navbar-primary.sticky-scroll .search-btn, .white-header .navbar-primary .search-btn, .open-modal .navbar-primary .search-btn {
    color: #000;
}

.navbar-primary.sticky-scroll .search-btn:hover, .white-header .navbar-primary .search-btn:hover, .open-modal .navbar-primary .search-btn:hover {
    color: #515151;
}

.open-modal {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.thumb-user {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.logged-info p {
    display: inline-block;
    font-size: 0.857rem;
    margin-bottom: 0;
}

.logged-info p a {
    color: #666;
    text-decoration: underline;
}

.no-touch .logged-info p a:hover {
    color: #ff5300;
}

.header-content .search-form {
    max-width: 565px;
    padding: 0;
}

.header-content .search-form .form-group {
    margin-bottom: 0;
}

.header-content .search-form .search-btn {
    right: 5px;
}

.header-content .search-form .search-btn .noodle-icon-search {
    font-size: 3.714rem;
}

.header-content .search-form .search-input {
    padding-right: 50px;
    color: #ff5300;
}

.suggest-search {
    position: relative;
}

.suggest-result {
    display: none;
    max-height: 250px;
    overflow: auto;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 9;
    padding: 5px 15px;
    text-align: left;
    margin-bottom: 0;
}

.suggest-result a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: #010101;
}

@media (min-width: 760px) {
    .navbar-primary .navbar-toggle {
        display: block;
    }

    .modal-full .modal-dialog {
        width: 100%;
    }

    .header-content .search-form {
        min-width: 565px;
        padding: 0;
    }

    .header-content .search-form .form-group {
        margin-bottom: 0;
    }
}

@media (max-width: 759px) {
    .logged-info {
        padding-left: 40px;
        padding-right: 40px;
    }

    .logged-info p {
        position: relative;
        max-width: 85%;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .logged-info p:before, .logged-info p:after {
        display: block;
        position: absolute;
        content: '';
        height: 100%;
        top: 0;
    }
}

@media (max-width: 480px) {
    .logged-info p {
        position: relative;
        max-width: 70%;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .logged-info p:before, .logged-info p:after {
        display: block;
        position: absolute;
        content: '';
        height: 100%;
        top: 0;
    }
}

.header-content {
    display: none;
}

.header-group {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.header-group.show-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.header-group.show-menu + header .navbar-toggle .lines, .header-group.show-menu + header .navbar-toggle .lines:before, .header-group.show-menu + header .navbar-toggle .lines:after {
    background-color: #000;
}

.header-group.show-menu + header .search-btn {
    color: #000;
}

.header-group.show-menu + header .navbar-brand {
    display: none;
}

.header-group.show-menu + header .account-nav {
    display: block;
}

.header-group.open-main + header .navbar-toggle, .header-group.open-register + header .navbar-toggle, .header-group.open-login + header .navbar-toggle, .header-group.open-forgot + header .navbar-toggle {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-group.open-main + header .navbar-toggle .lines, .header-group.open-register + header .navbar-toggle .lines, .header-group.open-login + header .navbar-toggle .lines, .header-group.open-forgot + header .navbar-toggle .lines {
    background-color: transparent;
}

.header-group.open-main + header .navbar-toggle .lines:before, .header-group.open-register + header .navbar-toggle .lines:before, .header-group.open-login + header .navbar-toggle .lines:before, .header-group.open-forgot + header .navbar-toggle .lines:before, .header-group.open-main + header .navbar-toggle .lines:after, .header-group.open-register + header .navbar-toggle .lines:after, .header-group.open-login + header .navbar-toggle .lines:after, .header-group.open-forgot + header .navbar-toggle .lines:after {
    top: 0;
}

.header-group.open-main + header .navbar-toggle .lines:before, .header-group.open-register + header .navbar-toggle .lines:before, .header-group.open-login + header .navbar-toggle .lines:before, .header-group.open-forgot + header .navbar-toggle .lines:before {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.header-group.open-main + header .navbar-toggle .lines:after, .header-group.open-register + header .navbar-toggle .lines:after, .header-group.open-login + header .navbar-toggle .lines:after, .header-group.open-forgot + header .navbar-toggle .lines:after {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.no-touch .header-group.open-main + header .navbar-toggle:hover .lines, .no-touch .header-group.open-register + header .navbar-toggle:hover .lines, .no-touch .header-group.open-login + header .navbar-toggle:hover .lines, .no-touch .header-group.open-forgot + header .navbar-toggle:hover .lines {
    background-color: transparent;
}

.no-touch .header-group.open-main + header .navbar-toggle:hover .lines:before, .no-touch .header-group.open-register + header .navbar-toggle:hover .lines:before, .no-touch .header-group.open-login + header .navbar-toggle:hover .lines:before, .no-touch .header-group.open-forgot + header .navbar-toggle:hover .lines:before {
    background-color: #515151;
    top: 0;
    -webkit-transform: translateY(0) rotate(-55deg);
    transform: translateY(0) rotate(-55deg);
}

.no-touch .header-group.open-main + header .navbar-toggle:hover .lines:after, .no-touch .header-group.open-register + header .navbar-toggle:hover .lines:after, .no-touch .header-group.open-login + header .navbar-toggle:hover .lines:after, .no-touch .header-group.open-forgot + header .navbar-toggle:hover .lines:after {
    background-color: #515151;
    top: 0;
    -webkit-transform: translateY(0) rotate(55deg);
    transform: translateY(0) rotate(55deg);
}

.header-group.open-main .header-menu {
    display: block;
}

.header-group.open-register .header-account, .header-group.open-login .header-account, .header-group.open-forgot .header-account {
    display: block;
}

.header-group.open-register + header .navbar-primary, .header-group.open-login + header .navbar-primary, .header-group.open-forgot + header .navbar-primary, .header-group.open-register + header .navbar-primary:before, .header-group.open-login + header .navbar-primary:before, .header-group.open-forgot + header .navbar-primary:before {
    border-bottom-color: transparent;
}

.header-group.open-register + header:before, .header-group.open-login + header:before, .header-group.open-forgot + header:before, .header-group.open-register + header:after, .header-group.open-login + header:after, .header-group.open-forgot + header:after {
    content: '';
    position: fixed;
    width: 30px;
    height: 30px;
    top: 35px;
    left: 50%;
    background-color: white;
}

.header-group.open-register + header:before, .header-group.open-login + header:before, .header-group.open-forgot + header:before {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    margin-left: -75px;
}

.header-group.open-register + header:after, .header-group.open-login + header:after, .header-group.open-forgot + header:after {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    margin-left: -60px;
}

.header-group.open-register .login-block, .header-group.open-register .forgot-block {
    display: none;
}

.header-group.open-register + header:before {
    margin-left: 30px;
}

.header-group.open-register + header:after {
    margin-left: 45px;
}

.header-group.open-login .register-block, .header-group.open-login .forgot-block {
    display: none;
}

.header-group.open-forgot .register-block, .header-group.open-forgot .login-block, .header-group.open-forgot .sign-in-block {
    display: none;
}

.header-group.open-search {
    background-color: transparent;
}

.header-group.open-search .header-search {
    display: block;
}

.header-group.open-search + header .account-nav {
    display: none;
}

.header-group.open-search + header .navbar-brand {
    display: inline-block;
}

.header-group.open-search + header .navbar-primary .search-btn {
    top: 11px;
    right: 10px;
}

.header-group.open-search + header .navbar-primary .search-btn .noodle-icon-search {
    font-size: 30px;
}

.header-group.open-search + header .navbar-primary .search-btn .noodle-icon-search:before {
    content: "×";
}

footer {
    color: white;
    background-color: #222;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

footer .heading-3 {
    font-size: 1.714rem;
    text-transform: uppercase;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    footer {
        font-size: 0.857rem;
    }
}

.footer-content {
    padding-top: 30px;
    padding-bottom: 20px;
   
}
.padding-top{
   padding-top:0px
}


@media (max-width: 991px) {
    .footer-content p {
        line-height: 2;
        margin-bottom: 20px;
    }
   .social-margin{
    margin-top: 0;
    margin-bottom: 30px;
}
}

.footer-bottom {
    padding-bottom: 15px;
}

.copy-right {
    color: #666;
    text-align: center;
}

.copy-right .link-1:hover {
    color: #ff5300;
}

.social-links {
    overflow: hidden;
}

.social-links li {
    display: inline-block;
    padding-left: 10px;
}

.social-links li:first-child {
    padding-left: 0;
}

.social-links span {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: block;
    border-radius: 50%;
    background-color: white;
    color: black;
    font-size: 2.857rem;
}

.social-links a {
    text-decoration: none;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    padding: 2px;
}

.no-touch .social-links a:hover {
    text-decoration: none;
    border-color: #eeeeee;
}

.no-touch .social-links a:hover span {
    background-color: #eeeeee;
    color: #515151;
}

.link-list {
    margin-left: -11px;
    margin-right: -11px;
}

.link-list li {
    display: inline-block;
    padding: 1px 11px;
    position: relative;
}

.link-list li:before {
    content: "";
    height: 8px;
    border-right: 1px solid #333333;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
}

.link-list li:last-child:before {
    content: none;
}

.link-list a {
    color: white;
}

@media (min-width: 760px) {
    .social-links li {
        padding-left: 15px;
    }

    .social-links span {
        padding: 3px;
        font-size: 3.929rem;
    }

    footer {
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    footer .heading-3 {
        margin-bottom: 15px;
    }

    .footer-content {
        padding-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .social-links li {
        padding-left: 15px;
    }

    footer {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    footer .heading-3 {
        margin-bottom: 20px;
    }

    .footer-bottom {
        
        border-top: 1px solid #333333;
    }

    .footer-content {
        padding: 0px 15px 0 0;
        margin-left: 35px;
        margin-right: 15px;
        
        border-color: transparent;
    }


}

.thumb {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 56.04166667%;
    overflow: hidden;
    position: relative;
}

.thumb .img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 101%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-filter: brightness(1.01);
    filter: brightness(1.01);
}

.thumb .landscape {
    height: 101%;
    width: auto;
}

.link-1 {
    color: inherit;
}

.link-1:hover, .link-1:active, .link-1:focus {
    color: inherit;
}

.hot-words {
    position: absolute;
    z-index: 2;
    height: 38px;
}

.hot-words img {
    max-height: 100%;
    width: auto;
}

.topic-logo {
    margin-bottom: 17px;
    display: inline-block;
    height: 20px;
}

.topic-logo img {
    max-height: 100%;
    width: auto;
}

.topic-list-1 {
    margin-bottom: 0;
}

.topic-list-1 li {
    display: inline-block;
    margin-top: 6px;
    margin-right: 2px;
}

.topic-list-1 .btn-primary {
    padding-left: 2px;
    margin-left: 5px;
    font-size: 0.8rem;
    -webkit-transition: none;
    transition: none;
}

.topic-list-1 .btn-primary:before {
    width: 7px;
    height: auto;
    bottom: 0;
    background: url('http://image4.sixthtone.com/images/bgd-btn-left.png') no-repeat;
    background-size: cover;
    border-radius: 0;
    left: -6px;
    top: 0;
}

.topic-list-1 .btn-primary:hover {
    text-decoration: none;
}

.topic-list-1 .btn-primary:hover:before {
    background-image: url('http://image4.sixthtone.com/images/bgd-btn-left-hover.png');
}

.wrap-image {
    padding-bottom: 35px;
    overflow: hidden;
}

.wrap-image > .thumb:after {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.15;
}

.wrap-image > .thumb:hover:after {
    opacity: 0;
}

.wrap-image figcaption {
    text-align: center;
    padding-top: 7px;
}

.wrap-image figcaption h3 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.wrap-image figcaption .group {
    padding-bottom: 1px;
}

.wrap-image .author-name {
    font-family: 'robotocondensed-regular-webfont', sans-serif;
    margin-bottom: 15px;
}

.wrap-image .author-name .link-1 {
    color: #000;
}

.wrap-image .author-name .link-1:hover {
    color: #999;
}

.wrap-image .topic-logo {
    margin-top: 17px;
    margin-bottom: 0;
}

.wrap-image-2 .thumb {
    padding-bottom: 50.66666667%;
}

.wrap-image-2 figcaption h3 {
    padding-left: 50px;
    padding-right: 50px;
}

.wrap-image-2 .author-name .link-1 {
    color: #fff;
}

.image-banner .wrap-image-2 .thumb {
    padding-bottom: 0;
    height: 56.25vw;
    background-size: cover;
    background-position: center center;
}

.image-banner .reset-padding .wrap-image figcaption {
    background-color: #eeeeee;
}

.list-area .row .wrap-image figcaption .heading-3 {
    margin-bottom: 15px;
}

@media (min-width: 760px) {
    .wrap-image {
        padding-bottom: 50px;
    }

    .wrap-image-2 {
        padding-bottom: 0;
        position: relative;
    }

    .list-area .wrap-image-2 {
        margin-bottom: 50px;
    }

    .wrap-image-2 .thumb:before {
        content: "";
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: -webkit-linear-gradient(transparent, transparent 80%, rgba(0, 0, 0, 0.9));
        background-image: linear-gradient(transparent, transparent 80%, rgba(0, 0, 0, 0.9));
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
    }

    .wrap-image-2 figcaption {
        position: absolute;
        z-index: 2;
        width: 100%;
        left: 0;
        bottom: 25px;
        color: white;
    }

    .list-area .wrap-image-2 figcaption {
        bottom: 0;
    }

    .list-area .row .wrap-image figcaption {
        padding-right: 35px;
        text-align: left;
    }

    .list-area .row .wrap-image figcaption .heading-3 {
        padding-left: 0;
        padding-right: 0;
    }

    .image-banner .wrap-image-2 .thumb {
        height: 500px;
    }

    .image-banner .reset-padding figcaption {
        position: relative;
    }

    .image-banner .reset-padding figcaption:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 66px;
        width: 1px;
        margin-top: -30px;
        background-color: #ccc;
    }

    .image-banner .reset-padding:first-child figcaption:before {
        content: none;
    }
}

@media (min-width: 992px) {
    .wrap-image {
        padding-bottom: 70px;
    }

    .wrap-image-2 {
        padding-bottom: 0;
    }

    .list-area .wrap-image-2 {
        margin-bottom: 70px;
    }

    .wrap-image-2 .thumb {
        padding-bottom: 50.78125%;
    }

    .image-banner .wrap-image-2 .thumb {
        height: 550px;
    }

    .author-name {
        margin-bottom: 22px;
    }
}

@media (min-width: 1399px) {
    .image-banner .wrap-image-2 .thumb {
        height: 700px;
    }
}

@media (max-width: 759px) {
    .list-area .wrap-image-2 {
        margin-left: -5px;
        margin-right: -5px;
    }

    .list-area .wrap-image-2 figcaption {
        padding-right: 30px;
        padding-left: 30px;
    }

    .image-banner .reset-padding .wrap-image {
        padding-bottom: 10px;
    }

    .image-banner .reset-padding .wrap-image .group {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .wrap-image-2 .author-name .link-1 {
        color: #000;
    }
}

.author {
    padding-left: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #543e00;
    color: #543e00;
}

.author:hover {
    color: #745600;
}

.author .author-name {
    font-size: 1.143rem;
}

.author .author-name:hover {
    text-decoration: none;
}

.author p:hover {
    text-decoration: underline;
}

.author-block {
    margin-bottom: 1px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #d9c58c;
    position: relative;
}

.author-block figcaption {
    padding-left: 5px;
    position: static;
}

.author-block .group {
    padding-left: 10px;
    padding-bottom: 30px;
}

.author-block .topic-list-1 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding-left: 10px;
}

.author-block .heading-3 {
    margin-top: 18px;
    margin-bottom: 0;
    padding-bottom: 23px;
    line-height: 1.3;
}

.author-block .desc {
    margin-bottom: 0;
}

.author-block .desc:hover {
    text-decoration: underline;
}

.author-block .img-responsive {
    margin-top: 24px;
    margin-left: 23px;
}

.author-banner .author .img-responsive {
    height: 100%;
    margin: 0 auto;
}

@media (min-width: 760px) {
    .author-block {
        padding-left: 13px;
        padding-right: 20px;
        margin-bottom: 25px;
    }

    .author-block .heading-3 {
        padding-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .author-block {
        padding-left: 9px;
        padding-right: 24px;
    }

    .author-block .group {
        padding-left: 5px;
        padding-bottom: 40px;
    }

    .author-block .topic-list-1 {
        padding-left: 5px;
    }

    .author {
        padding-left: 5px;
    }
}

@media (max-width: 769px) {
    .author-block .img-responsive {
        margin-left: 0;
        margin-bottom: 24px;
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 759px) {
    .author-block .group, .list-area:not(.news-like-block) .wrap-image .group {
        height: auto !important;
    }
}

.vision-block > .heading-3 {
    text-transform: uppercase;
    margin-top: 26px;
    color: #ff5300;
    text-align: center;
    text-decoration: underline;
}

.vision-block > .heading-3 a {
    color: #ff5300;
}

.vision-block .slick-dots {
    bottom: 13px;
}

.vision-item figcaption {
    background-color: #222;
    color: white;
    padding: 15px 45px 55px;
}

.vision-item .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
}

@media (max-width: 759px) {
    .vision-item .heading-3 {
        text-align: center;
    }
}

#carousel-vision {
    background-color: #222;
}

.carousel-2 {
    visibility: hidden;
}

.carousel-2.slick-initialized {
    visibility: visible;
}

.carousel-2 .vision-item {
    float: left;
    width: 33.3%;
}

.type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 132px;
    height: 132px;
    position: absolute;
    right: -66px;
    bottom: -66px;
    background-color: rgba(33, 33, 33, 0.7);
}

.type .inner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 22%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.type .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
    .vision-block {
        margin-bottom: 70px;
    }
}

@media (min-width: 760px) {
    .carousel-2 {
        width: 100%;
    }

    .vision-block {
        margin-bottom: 50px;
    }

    .type {
        width: 150px;
        height: 150px;
        right: -75px;
        bottom: -75px;
    }

    .vision-block .carousel-2 .slick-track {
        left: 0 !important;
    }

    .vision-item .thumb {
        padding-bottom: 56.25%;
    }

    .vision-item .thumb:after {
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        content: "";
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: black;
        opacity: 0.15;
    }

    .vision-item .thumb:hover:after {
        opacity: 0;
    }

    .vision-item figcaption {
        padding: 17px 16px 25px;
    }
}

@media (max-width: 759px) {
    .carousel-2 {
        width: 300%;
    }

    .carousel-2.slick-slider {
        width: 100%;
    }

    .vision-block {
        margin-bottom: 10px;
    }
}

.show-topics {
    padding-left: 2.143rem;
}

.show-topics .noodle-icon-arrow-large {
    display: inline-block;
    top: 6px;
    left: 3px;
    position: relative;
    font-size: 40px;
    text-decoration: none;
}

.topics-links {
    margin-bottom: 0;
}

.topics-links li a {
    display: inline-block;
    font-family: 'robotocondensed-bold-webfont', sans-serif;
    font-size: 3.071rem;
    line-height: 1.65;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.no-touch .topics-links li a:hover {
    text-decoration: none;
    position: relative;
}

.no-touch .topics-links li a:hover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    border-bottom: solid 0.05em;
}

.no-touch .topics-links li a.show-topics:hover:before {
    bottom: 25px;
}

.topics-list {
    vertical-align: top;
    margin: 0;
}

.topics-list li + li {
    margin-top: 0.357rem;
}

.topics-list a {
    color: #ccc;
}

.topics-list a:before {
    display: inline-block;
    padding-right: 8px;
    content: "• ";
    color: #ccc;
}

.no-touch .topics-list a:hover:before {
    text-decoration: none;
    color: #ff5300;
}

.tabs-topics .topics-list {
    list-style: none;
    text-align: left;
}

.no-touch .tabs-topics .topics-list a:hover {
    color: white;
}

.topics-block {
    padding-top: 25px;
}

.subscribe-block {
    position: relative;
}

.subscribe-block .form-group {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.subscribe-block .form-group label.error {
    background-color: white;
    color: #F00;
    margin-top: 0;
    width: 100%;
    padding: 6px 12px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border: 1px solid #ccc;
    border-top: none;
}

.subscribe-block .subscribe-form {
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.subscribe-block .label-control {
    color: white;
}

.subscribe-block .custom-checkbox {
    text-align: left;
}

.subscribe-block .custom-checkbox .wrap:before {
    border-color: white;
}

.subscribe-block:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 60%;
    left: 20%;
    top: 0;
    border-bottom: 0;
}

.subscribe-block.active {
    padding: 0 15px 35px 15px;
    margin-bottom: 15px;
    background-color: #ff5300;
}

.subscribe-block.active .subscribe-form {
    display: block;
}

.subscribe-block.active .btn-subdisiary.orange, .subscribe-block.active .header-group.open-register + header .register-btn, .subscribe-block.active .header-group.open-login + header .login-btn, .subscribe-block.active .header-group.open-forgot + header .login-btn, .subscribe-block.active .btn-back-to-home {
    cursor: default;
}

.subscribe-block.active .btn-subdisiary.orange:hover, .subscribe-block.active .header-group.open-register + header .register-btn:hover, .subscribe-block.active .header-group.open-login + header .login-btn:hover, .subscribe-block.active .header-group.open-forgot + header .login-btn:hover, .subscribe-block.active .btn-back-to-home:hover {
    background-color: transparent;
}

.subscribe-block.active:before {
    display: none;
}

.header-group {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1025;
    overflow-y: auto;
    background-color: white;
    padding-top: 60px;
}

.open-modal .header-group.open-main:before, .open-modal .header-group.open-search:before {
    content: '';
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 1050;
    border-bottom: 1px solid #eeeeee;
}

.header-group.reset-style {
    background: none;
    z-index: 1052;
}

.header-group .header-content {
    position: relative;
    height: 100%;
    overflow: auto;
    text-align: center;
}

.header-group .header-content > p {
    font-family: 'robotocondensed-bold-webfont', sans-serif;
    color: #999;
    text-transform: uppercase;
}

.header-group .header-menu .social-links {
    padding-bottom: 15px;
}

.header-group .header-menu .social-links a {
    background-color: #000;
    border: none;
}

.header-group .header-menu .social-links a [class*="icon"] {
    color: white;
    background-color: transparent;
}

.header-group .header-menu .social-links a:hover {
    background-color: #515151;
}

.header-group .link-list {
    margin-bottom: 15px;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
}

.header-group .link-list a {
    color: #000;
}

.header-group .heading-3 {
    font-size: 1rem;
    color: #999;
    text-transform: uppercase;
}

.header-search {
    padding-bottom: 100px;
    background-color: rgba(255, 255, 255, 0.95);
}

.header-search > .inner, .header-search:before {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.header-search:before {
    margin-left: -3px;
    content: '';
    height: 100%;
}

@media (max-width: 759px) {
    .topics-details {
        position: fixed;
        left: 0;
        width: 100%;
        min-height: 100%;
        background-color: white;
        top: 0;
        bottom: 0;
        z-index: 2015;
    }

    .topics-details .tabs-topics {
        height: 100%;
        padding-bottom: 50px;
    }

    .show-topics .noodle-icon-arrow-large {
        top: 7px;
    }
}

@media (min-width: 760px) {
    .subscribe-block .btn-subdisiary.orange, .subscribe-block .header-group.open-register + header .register-btn, .subscribe-block .header-group.open-login + header .login-btn, .subscribe-block .header-group.open-forgot + header .login-btn, .subscribe-block .btn-back-to-home {
        font-size: 24px;
        border-radius: 50px;
    }

    .topics-block {
        padding-top: 15px;
    }

    .topics-links li a {
        font-size: 4.714rem;
    }

    .show-topics {
        position: relative;
        padding-left: 0;
        padding-bottom: 15px;
    }

    .show-topics .noodle-icon-arrow-large {
        position: absolute;
        left: 50%;
        top: auto;
        bottom: -6px;
        margin-left: -7px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .show-topics.active .noodle-icon-arrow-large {
        bottom: -3px;
        margin-left: -55px;
        display: block;
        background: url('http://image4.sixthtone.com/images/bgd-pediment.png') no-repeat;
        width: 110px;
        height: 28px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .show-topics.active .noodle-icon-arrow-large:before {
        position: absolute;
        z-index: 1;
        left: 48px;
        top: -7px;
        display: block;
        color: white;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .open-modal .navbar-primary {
        background-color: white;
    }
}

.header-account, .account-block {
    background-image: -webkit-linear-gradient(#070707, #222 60px, #222);
    background-image: linear-gradient(#070707, #222 60px, #222);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff070707', endColorstr='#ff222222', GradientType=0);
}

.header-account .inner, .account-block .inner {
    padding: 30px 30px 19px;
    max-width: 453px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.header-account .inner.reset-block, .account-block .inner.reset-block {
    padding-top: 120px;
    background-color: transparent;
}

.header-account .heading-6, .account-block .heading-6 {
    color: white;
    margin-top: 0;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.header-account .heading-7, .account-block .heading-7 {
    border-top: 1px solid #333333;
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding: 30px 30px 16px;
    display: inline-block;
}

.header-account .form-group, .account-block .form-group {
    margin-bottom: 5px;
}

.header-account .form-group .form-control, .account-block .form-group .form-control {
    text-align: center;
}

.header-account .custom-checkbox, .account-block .custom-checkbox {
    margin-top: 8px;
    font-size: 0.857rem;
}

.header-account .button-group, .account-block .button-group {
    margin-top: 14px;
}

@media (max-width: 759px) {
    .header-account .button-group button + button, .account-block .button-group button + button, .header-account .button-group .btn + .btn, .account-block .button-group .btn + .btn {
        margin-left: 12px;
    }
}

.header-account .account-nav, .account-block .account-nav {
    margin-top: 20px;
}

.header-account .help-text, .account-block .help-text {
    color: white;
    margin-bottom: 20px;
}

.header-account .help, .account-block .help {
    color: #888;
    margin-top: 23px;
    margin-bottom: 32px;
    font-size: 12px;
}

.header-account .help .link-list a, .account-block .help .link-list a {
    color: inherit;
}

.header-account .help .link-list a:hover, .account-block .help .link-list a:hover, .header-account .help .link-list a:active, .account-block .help .link-list a:active, .header-account .help .link-list a:focus, .account-block .help .link-list a:focus {
    color: inherit;
}

.header-account .help a, .account-block .help a {
    display: block;
    text-decoration: underline;
}

.header-account .label-control, .account-block .label-control, .header-account .label-control a, .account-block .label-control a {
    color: white;
}

.header-account .label-control a, .account-block .label-control a {
    text-decoration: underline;
}

.header-account .checking-state .heading-4, .account-block .checking-state .heading-4 {
    color: white;
    font-family: inherit;
    text-transform: uppercase;
}

.header-account .checking-state .btn-subdisiary, .account-block .checking-state .btn-subdisiary {
    margin-bottom: 20px;
    padding-left: 37px;
    padding-right: 37px;
}

.header-account .checking-state .orange, .account-block .checking-state .orange {
    padding-left: 87px;
    padding-right: 87px;
    margin-bottom: 60px;
}

.header-account .checking-state.login .orange, .account-block .checking-state.login .orange {
    margin-bottom: 10px;
}

.flip-clock-wrapper {
    margin: 0;
}

.flip-clock-wrapper .flip-clock-divider {
    width: 7px;
    height: 31px;
    display: inline-block;
    float: none;
}

.flip-clock-wrapper .flip-clock-divider .flip-clock-dot {
    width: 1px;
    height: 4px;
    border-radius: 0;
    left: 3px;
    background-color: #5f5f5f;
}

.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top {
    top: 8px;
}

.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.bottom {
    bottom: 8px;
}

.flip-clock-wrapper .flip-clock-divider:first-child {
    display: none;
}

.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
    display: none;
}

.flip-clock-wrapper .flip {
    display: inline-block;
    float: none;
    width: 22px;
    height: 31px;
    margin: 0 1px 0 0;
    font-size: 20px;
    line-height: 31px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.flip-clock-wrapper .flip li {
    line-height: 1;
}

.flip-clock-wrapper .flip li a {
    border-radius: 0;
}

.flip-clock-wrapper .flip li a .up, .flip-clock-wrapper .flip li a .down {
    border-radius: 0;
}

.flip-clock-wrapper .flip li a .up div.inn, .flip-clock-wrapper .flip li a .down div.inn {
    background-color: #2a2a2a;
    font-size: 20px;
    border-radius: 0;
    color: #5f5f5f;
    text-shadow: none;
    line-height: 31px;
    font-family: 'lato-bold', sans-serif;
}

.checking .form-control {
    border: 2px solid #ff5300;
}

.checking ~ .sign-in-block {
    display: none;
}

.forgot-block .form-group {
    margin-bottom: 35px;
}

@media (min-width: 760px) {
    .header-account .help, .account-block .help {
        margin-top: 19px;
    }

    .header-account .heading-7, .account-block .heading-7 {
        padding-top: 51px;
        min-width: 450px;
    }

    .header-account .btn, .account-block .btn {
        font-size: 1.143rem;
        padding-right: 35px;
        padding-left: 35px;
        border-radius: 15px;
    }

    .header-account .inner, .account-block .inner {
        max-width: 800px;
    }

    .header-account .inner form, .account-block .inner form {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .header-account .button-group, .account-block .button-group {
        overflow: hidden;
    }

    .header-account .button-group .btn, .account-block .button-group .btn {
        width: 49%;
        float: left;
    }

    .header-account .button-group .btn + .btn, .account-block .button-group .btn + .btn {
        margin-left: 2%;
    }

    .login-frm {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .header-account .help, .account-block .help {
        margin-bottom: 47px;
    }

    .header-account .inner, .account-block .inner {
        padding-top: 58px;
    }

    .header-account .heading-8, .account-block .heading-8 {
        padding-top: 49px;
    }
}

@media (max-width: 759px) {
    .register-block form .custom-checkbox {
        display: block;
        text-align: left;
        margin-top: 13px;
    }
}

.tabs-topics {
    position: relative;
    margin-left: 1.429rem;
    background-color: #000;
}

.tabs-topics .nav-tabs {
    border-bottom: none;
    border-right: 1px solid #444;
}

.tabs-topics .nav-tabs > li {
    width: 20%;
    margin-bottom: 0;
}

.tabs-topics .nav-tabs > li > a {
    font-family: 'lato-bold', sans-serif;
    font-size: 1.214rem;
    background-color: #222;
    border: 1px solid #444;
    border-width: 0 0 0 1px;
    margin-right: 0;
    padding: 0.714rem 0.429rem;
    color: white;
    text-transform: uppercase;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tabs-topics .nav-tabs > li.active > a {
    color: white;
    border-width: 0 0 0 1px;
    border-color: #444;
    background-color: transparent;
}

.tabs-topics .nav-tabs > li a:hover {
    color: white;
    border-width: 0 0 0 1px;
    border-color: #444;
    cursor: pointer;
}

.tabs-topics .back-topics-link {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: -16px;
    z-index: 0;
    display: inline-block;
    font-size: 40px;
    text-decoration: none;
    color: #000;
}

.topics-details {
    overflow: hidden;
}

.topics-details:before {
    top: -12;
    content: '';
    position: absolute;
    z-index: 1;
    left: 40px;
    right: 0;
    height: 0;
    box-shadow: 0 0 30px 16px #000;
}

.topics-details.animated.fadeOut {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

@media (max-width: 759px) {
    .tabs-topics .tab-content {
        height: 100%;
        overflow-y: auto;
    }

    .tabs-topics .topics-list {
        padding: 0;
        margin: 8px 13px;
        width: 100%;
        float: none;
    }

    .tabs-topics .tab-pane {
        overflow: hidden;
    }

    .iScrollVerticalScrollbar {
        right: 3px;
    }
}

@media (min-width: 760px) {
    .show-topics .noodle-icon-arrow-large:before {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .topics-details {
        position: relative;
    }

    .topics-details:before {
        left: 0;
    }

    .tabs-topics {
        margin-left: 0;
    }

    .tabs-topics .wrap-tabs {
        background-color: #222;
    }

    .tabs-topics .wrap-tabs .nav-tabs {
        padding-top: 14px;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .tabs-topics .tab-content {
        padding: 20px 20px 30px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 195px;
        text-align: center;
    }

    .tabs-topics .nav-tabs > li.active > a {
        background-color: #000;
    }

    .tabs-topics .topics-list {
        width: 190px;
        padding: 0;
        display: inline-block;
    }

    .tabs-topics .topics-list li {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .iScrollHorizontalScrollbar {
        display: none;
    }
}

.wrap-heading .heading-5 {
    line-height: 1;
    margin: 0;
    padding-top: 34px;
    text-transform: uppercase;
}

.wrap-heading .topics-list {
    padding: 0 0 10px 0;
}

.wrap-heading .topics-list li {
    padding-right: 25px;
    display: inline-block;
}

.wrap-heading .topics-list li > a {
    font-family: 'lato-bold-italic', sans-serif;
    color: #666;
}

.wrap-heading .topics-list li > a:hover {
    color: #999;
    text-decoration: none;
}

.wrap-heading .topics-list li > a:before {
    padding-right: 0.214rem;
    color: #ff5300;
}

.wrap-heading .topics-list li + li {
    margin-left: 0.429rem;
}

.most-popular-block {
    background-color: #e9e9e9;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
    bottom: -35px;
    width: 100%;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 0.357rem;
    background-color: white;
    width: 16px;
    height: 16px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.slick-dots li:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    z-index: 1;
    content: "";
    display: none;
    width: 8px;
    height: 8px;
    background-color: #333333;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.slick-dots li button {
    outline: none;
    border: none;
    opacity: 0;
}

.slick-dots li.slick-active:before {
    display: block;
}

.carousel-1 {
    width: 10000px;
    margin-bottom: 4.286rem;
    background-color: white;
}

.carousel-1 .item {
    float: left;
    border-left: 1px solid #ebebeb;
    padding: 1.429rem;
}

.carousel-1 .item p {
    font-family: 'robotocondensed-bold-webfont', sans-serif;
    font-size: 1.214rem;
    line-height: 1.4;
    color: #000;
}

.carousel-1 .item p a {
    color: inherit;
}

.carousel-1 .item > a {
    font-family: 'lato-bold-italic', sans-serif;
    font-size: 0.857rem;
    color: black;
}

.carousel-1 .item > a:hover {
    color: #999;
    text-decoration: none;
}

.no-touch .carousel-1 .slick-arrow:hover .noodle-icon-arrow-small {
    color: #999;
}

.carousel-1.slick-slider {
    width: 100%;
}

@media (min-width: 992px) {
    .carousel-1 .item {
        width: 240px;
    }
}

@media (min-width: 760px) and (max-width: 1199px) {
    .carousel-1 .item {
        width: 230px;
    }
}

@media (min-width: 760px) {
    .wrap-heading .heading-5 {
        padding-top: 50px;
    }

    .wrap-heading .topics-list {
        padding-bottom: 25px;
    }

    .carousel-1 {
        margin-bottom: 75px;
    }

    .carousel-1 .item {
        padding-top: 43px;
        padding-bottom: 71px;
    }

    .carousel-1 .item p {
        font-size: 1.286rem;
    }

    .carousel-1 .slick-arrow {
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -75px;
        padding: 0;
        background: none;
        border: none;
        outline: none;
    }

    .carousel-1 .slick-arrow .noodle-icon-arrow-small {
        display: inline-block;
        font-size: 10.714rem;
        color: #000;
    }

    .carousel-1 .slick-arrow.left {
        left: -30px;
    }

    .carousel-1 .slick-arrow.left .noodle-icon-arrow-small {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .carousel-1 .slick-arrow.right {
        right: -30px;
    }
}

@media (max-width: 640px) {
    .carousel-1 .item {
        width: 315px;
    }
}

@media (max-width: 568px) {
    .carousel-1 .item {
        width: 279px;
    }
}

@media (max-width: 480px) {
    .carousel-1 .item {
        width: 235px;
    }
}

@media (max-width: 360px) {
    .carousel-1 .item {
        width: 175px;
    }
}

@media (max-width: 320px) {
    .carousel-1 .item {
        width: 155px;
    }
}

html, html a, html button {
    -webkit-font-smoothing: antialiased;
}

.gallery {
    clear: both;
    position: relative;
    outline: none;
}

.gallery .slider-item {
    text-align: center;
}

.gallery .modal-dialog {
    margin: 0;
}

.slider-nav {
    position: absolute;
    top: 0;
    padding-top: 20px;
    z-index: 2;
    margin-top: 56.28%;
}

.slider-nav .slick-arrow {
    background: none;
    border: none;
    position: absolute;
    z-index: 1042;
    margin-top: -6px;
    top: 50%;
}

.slider-nav .slick-arrow [class*="noodle-icon-arrow"] {
    display: inline-block;
    font-size: 2.143rem;
    color: rgba(0, 0, 0, 0.8);
}

.slider-nav .slick-arrow.left [class*="noodle-icon-arrow"] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.no-touch .slider-nav .slick-arrow:hover span {
    color: rgba(0, 0, 0, 0.5);
}

.slider-nav .slick-track {
    width: 100000px;
    -webkit-transition: margin-left 200ms ease-out 0s;
    transition: margin-left 200ms ease-out 0s;
}

.slider-nav .slider-item {
    overflow: hidden;
    outline: none;
    cursor: pointer;
    float: left;
}

.slider-nav .slick-dots {
    display: none !important;
}

.slider-nav.slider-item-custom {
    text-align: center;
}

.slider-nav.slider-item-custom .slick-arrow {
    display: none;
}

.slider-nav.slider-item-custom .slick-track {
    width: 101%;
}

.slider-nav.slider-item-custom .slider-item {
    float: none;
    display: inline-block;
}

.slider-for {
    width: 100000px;
    overflow: hidden;
}

.slider-for .wrap-arrow button {
    background: none;
    border: none;
    position: absolute;
    z-index: 1042;
    left: 0;
}

.slider-for .wrap-arrow button [class*="noodle-icon-arrow"] {
    display: inline-block;
}

.slider-for .wrap-arrow.slick-disabled {
    display: none !important;
}

.slider-for .slider-caption {
    padding: 60px 20px 20px;
    background-color: #eeeeee;
    font-family: 'lato-regular';
    font-size: 0.857rem;
    color: #666;
}

.slider-for .wrap-photo {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 56.28%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider-for .wrap-photo img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.slider-for .wrap-photo.reset-background-size {
    background-size: contain;
}

.slider-for.slick-slider {
    width: 100%;
}

.slider-for .slider-item {
    width: 960px;
    outline: none;
    float: left;
}

.james-coober p a {
    font-size: 1rem;
    color: #ff5300;
}

.custom-modal {
    position: relative;
    z-index: 1;
    display: block;
}

.custom-modal .close-modal {
    display: none;
}

.btn-full-screen {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 1042;
    background: none;
    border: none;
}

.modal-open .btn-full-screen {
    display: none;
}

.btn-full-screen .noodle-icon-full-screen {
    font-size: 1.786rem;
    color: white;
}

#custom-modal, body {
    padding-right: 0 !important;
}

.gallery-full-screen.gallery {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.gallery-full-screen.gallery .modal-dialog, .gallery-full-screen.gallery .slider-for, .gallery-full-screen.gallery .slider-for .slick-track, .gallery-full-screen.gallery .slider-for .slider-item {
    height: 100%;
}

.gallery-full-screen.gallery .slider-for .slick-list {
    height: 100% !important;
}

.gallery-full-screen .custom-modal {
    position: fixed;
    z-index: 1052;
    overflow-y: hidden;
}

.gallery-full-screen .custom-modal .close-modal {
    display: block;
    background: none;
    color: white;
    font-size: 3.214rem;
    background-color: #526272;
    top: 10px;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    right: 15px;
    padding: 0;
    width: 45px;
    height: 45px;
    border: none;
    line-height: 1;
}

.gallery-full-screen .slider-for .slider-item figure {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.gallery-full-screen .slider-for .wrap-photo {
    height: 100%;
    padding-bottom: 0 !important;
    background-size: contain;
}

.gallery-full-screen .slider-for .slider-caption {
    background: none;
    color: white;
    margin: 0;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5%;
    z-index: 1;
}

.gallery-full-screen .slider-for .slider-caption:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 225px;
    z-index: -1;
    background-image: -webkit-linear-gradient(transparent, black 200px, black);
    background-image: linear-gradient(transparent, black 200px, black);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
}

.gallery-full-screen .slider-nav {
    display: none;
}

.full-mode .modal-backdrop {
    background-color: #000;
    z-index: 1051;
}

.full-mode .modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (min-width: 760px) {
    .ios.safari button.btn-full-screen {
        right: 0;
    }

    .gallery {
        margin-bottom: 40px;
    }

    .slider-nav .slick-arrow .noodle-icon-arrow-large {
        font-size: 6.429rem;
    }

    .slider-nav .slider-item {
        width: 50px;
        height: 50px;
        margin: 0 6px;
        cursor: pointer;
        position: relative;
    }

    .slider-nav .slider-item:before {
        position: absolute;
        content: '';
        width: 50px;
        left: 50%;
        margin-left: -25px;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        background-color: #000;
        opacity: 0.7;
    }

    .slider-nav .slider-item img {
        max-width: 100%;
    }

    .slider-nav .slider-item.active:before {
        display: none;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .slider-nav .slick-arrow {
        top: 50%;
        margin-top: -36px;
    }

    .slider-nav .slick-arrow.left {
        left: -30px;
    }

    .slider-nav .slick-arrow.right {
        right: -30px;
    }

    .slider-nav.slider-item-custom .slider-item {
        margin: 0 4px;
    }

    .slider-for .slick-dots {
        display: none !important;
    }

    .slider-for .slider-item {
        position: relative;
    }

    .slider-for figure {
        background-color: #eeeeee;
    }

    .slider-for .slider-caption {
        padding-top: 100px;
        padding-left: 45px;
        padding-right: 45px;
    }

    .gallery-full-screen .custom-modal .close-modal {
        background: none;
    }

    .gallery-full-screen figure {
        background-color: transparent;
    }

    .gallery-full-screen .slider-for .slider-caption {
        background-color: transparent;
        color: white;
    }

    .custom-modal .modal-dialog {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .slider-for .slick-arrow {
        display: none !important;
    }
}

@media (min-width: 760px) and (max-width: 991px) {
    .slider-nav {
        width: 620px;
        left: 35px;
        right: 35px;
    }

    .slider-nav .slick-arrow .noodle-icon-arrow-large:before {
        content: "\e902";
    }

    .james-coober .content .slider-nav {
        left: 24px;
        right: 24px;
    }

    .james-coober .content .slider-nav .slick-arrow.left {
        left: -23px;
    }

    .ios.safari .james-coober .content .slider-nav .slick-arrow.left {
        left: -31px;
    }

    .james-coober .content .slider-nav .slick-arrow.right {
        right: -23px;
    }

    .ios.safari .james-coober .content .slider-nav .slick-arrow.right {
        right: -31px;
    }

    .slider-for .slider-item {
        width: 690px;
    }
}

@media (min-width: 992px) {
    .slider-for .wrap-arrow {
        position: absolute;
        top: 0;
        padding-top: 56.28%;
        width: 40px;
        z-index: 1;
    }

    .slider-for .wrap-arrow button {
        opacity: 0;
        width: 40px;
        background-color: rgba(0, 0, 0, 0.4);
        top: 50%;
        height: 70px;
        margin-top: -25px;
    }

    .slider-for .wrap-arrow button .noodle-icon-arrow-gallery {
        font-size: 3.643rem;
        color: white;
        margin-left: -12px;
    }

    .no-touch .slider-for .wrap-arrow button:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .no-touch .slider-for .wrap-arrow:hover button {
        opacity: 1;
    }

    .slider-for .wrap-arrow.left {
        left: 0;
    }

    .slider-for .wrap-arrow.right {
        right: 0;
    }

    .slider-for .wrap-arrow.right button .noodle-icon-arrow-gallery {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .slider-nav {
        width: 868px;
        left: 46px;
        right: 46px;
    }

    .slider-nav .slick-arrow {
        margin-top: -7px;
    }

    .slider-nav .slick-arrow .noodle-icon-arrow-large {
        font-size: 2.143rem;
    }

    .james-coober .content .slider-for .wrap-photo {
        padding-bottom: 49.28%;
    }

    .james-coober .content .slider-for.slick-slider .wrap-photo {
        padding-bottom: 56.28%;
    }

    .james-coober .content .slider-nav {
        width: 784px;
        left: 23px;
        right: 23px;
    }

    .james-coober .content .slider-nav .slider-item {
        margin: 0 3px;
    }

    .james-coober .content .slider-nav .slick-arrow.left {
        left: -22px;
    }

    .ios.safari .james-coober .content .slider-nav .slick-arrow.left {
        left: -30px;
    }

    .james-coober .content .slider-nav .slick-arrow.right {
        right: -22px;
    }

    .ios.safari .james-coober .content .slider-nav .slick-arrow.right {
        right: -30px;
    }

    .james-coober .content .slider-nav.slider-item-custom .slider-item {
        margin: 0 1.5px;
    }

    .gallery-full-screen .slider-for .wrap-arrow {
        padding: 0;
        display: block;
        top: auto;
        z-index: 9999;
        width: 40px;
        height: 70px;
        bottom: 35px;
    }

    .gallery-full-screen .slider-for .wrap-arrow button {
        position: relative;
        background: none;
        margin-top: 0;
        opacity: 1;
    }

    .gallery-full-screen .slider-for .wrap-arrow.left {
        left: 100px;
    }

    .gallery-full-screen .slider-for .wrap-arrow.right {
        right: 100px;
    }

    .gallery-full-screen .slider-for .slider-caption {
        padding-left: 160px;
        padding-right: 160px;
    }
}

@media (max-width: 759px) {
    .gallery {
        margin-bottom: 25px;
    }

    .slider-nav {
        width: 220px;
        left: 50%;
        margin-left: -110px;
    }

    .slider-nav > .left {
        left: -23px;
    }

    .slider-nav > .right {
        right: -23px;
    }

    .slider-nav .slider-item {
        width: 12px;
        height: 12px;
        margin-left: 4px;
        margin-right: 4px;
        border-radius: 50%;
        background-color: #999;
    }

    .slider-nav .slider-item.active {
        background-color: #333333;
    }

    .slider-nav .slider-item button {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .slider-nav .slider-item img {
        display: none;
    }

    .slider-nav.slider-item-custom {
        width: 250px;
    }

    .slider-nav.slider-item-custom .slider-item {
        margin-left: 3px;
        margin-right: 3px;
    }

    .slider-for .slider-item {
        width: 706px;
    }

    .btn-full-screen {
        padding: 15px;
        top: 0;
        right: 0;
    }
}

@media (max-width: 640px) {
    .slider-for .slider-item {
        width: 610px;
    }
}

@media (max-width: 568px) {
    .slider-for .slider-item {
        width: 538px;
    }
}

@media (max-width: 480px) {
    .slider-for .slider-item {
        width: 280px;
    }
}

.term-pager {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow-x: hidden;
}

.term-pager .item-list {
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
}

.term-pager .item-list:after, .term-pager .item-list:before {
    position: absolute;
    content: '';
    height: 18px;
    background: url('http://image4.sixthtone.com/images/bgd-shadow.png') center center no-repeat;
    left: 0;
    right: 0;
}

.term-pager .item-list:before {
    top: -18px;
}

.term-pager .item-list:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -18px;
}

.term-pager .item-list .pager {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.term-pager .item-list .pager > li {
    list-style: none;
    float: left;
    padding-right: 5px;
    margin: 0;
}

.term-pager .item-list .pager > li > a, .term-pager .item-list .pager > li > span {
    display: block;
    position: relative;
    color: black;
    padding: 8px 14px;
    line-height: 1;
    text-decoration: none;
    margin-left: -1px;
}

.term-pager .item-list .pager > li:first-child > a, .term-pager .item-list .pager > li:first-child > span {
    margin-left: 0;
}

.term-pager .item-list .pager .form-group {
    margin-bottom: 0;
}

.term-pager .item-list .pager .number {
    padding-left: 15px;
}

.term-pager .item-list .pager > .pager-item > a:hover, .term-pager .item-list .pager > .pager-item > span:hover {
    text-decoration: underline;
}

.term-pager .item-list .pager > .pager-current > a, .term-pager .item-list .pager > .pager-current > span, .term-pager .item-list .pager > .pager-current > a:hover, .term-pager .item-list .pager > .pager-current > span:hover {
    z-index: 2;
    color: white;
    background-color: #ff5300;
    cursor: default;
}

.term-pager .item-list .pager .pager-prev a, .term-pager .item-list .pager .pager-next a {
    padding-top: 4px;
    padding-bottom: 4px;
}

.term-pager .item-list .pager .pager-prev .noodle-icon-arrow-gallery, .term-pager .item-list .pager .pager-next .noodle-icon-arrow-gallery {
    color: black;
    opacity: 0.5;
    font-size: 23px;
    display: inline-block;
}

.term-pager .item-list .pager .pager-prev:hover .noodle-icon-arrow-gallery, .term-pager .item-list .pager .pager-next:hover .noodle-icon-arrow-gallery {
    opacity: 0.8;
}

.term-pager .item-list .pager .pager-next .noodle-icon-arrow-gallery {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 760px) {
    .card-container + .term-pager {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .card-container + .term-pager {
        margin-top: 40px;
        margin-bottom: -40px;
    }
}

@media (max-width: 759px) {
    .term-pager .item-list .pager-current, .term-pager .item-list .pager-item {
        display: none;
    }

    .term-pager .item-list:after {
        content: none;
    }
}

.sharing .social-links a {
    border: none;
    padding: 0;
}

.sharing .social-links a span {
    background-color: black;
    color: white;
}

.card-control {
    text-align: center;
    height: 47px;
}

.card-control .btn {
    position: relative;
    top: -13px;
}

.card-control .btn + .btn {
    margin-left: 4px;
}

.card-container {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
}

.grid-sizer {
    width: 100%;
}

.gutter-sizer {
    width: 0;
}

.popular-block.affix {
    position: static;
}

.popular-block .group {
    background-color: #f6f6f6;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 1px 25px;
}

.popular-block .group:before {
    background-color: #eee;
    position: absolute;
    content: "";
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    z-index: 0;
}

.popular-block .topics-list {
    position: relative;
    padding-bottom: 50px;
}

.popular-block .topics-list a {
    color: #666;
    font-family: 'lato-regular-italic', sans-serif;
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.popular-block .topics-list a:before {
    position: absolute;
    left: 0;
    color: #ff5300;
}

.popular-block .heading-3 {
    position: relative;
    text-transform: uppercase;
}

.card-item {
    width: 100%;
    padding-bottom: 10px;
    background-color: transparent;
    position: relative;
    z-index: 0;
    opacity: 0;
}

.loaded .card-item {
    opacity: 1;
}

.card-item .wrap-image {
    padding-bottom: 20px;
}

.card-item .topic-list-1 li {
    margin-top: 10px;
}

.card-item .heading-3 {
    padding-left: 0;
    padding-right: 0;
}

.card-item .wrap {
    padding-bottom: 5px;
}

.card-item .author-name {
    display: inline-block;
    color: black;
    line-height: 8px;
    padding-left: 10px;
    margin-bottom: 0;
    border-left: 1px solid #d4d4d4;
}

.card-item .desc:hover {
    text-decoration: underline;
}

.card-item .date {
    font-size: 0.857rem;
    display: inline-block;
    color: #999;
    padding-right: 10px;
    font-family: 'lato-regular-italic', sans-serif;
}

.card-item .date .noodle-icon-clock {
    border-radius: 50%;
    color: white;
    background-color: #999;
    font-size: 0.643rem;
    padding: 1px;
    margin-right: 5px;
    display: inline-block;
}

.card-item .date:hover {
    text-decoration: underline;
}

.card-item.popular-block .group {
    margin-left: 20px;
    margin-right: 20px;
}

.box-view aside.popular-block {
    display: none;
}

.box-view .card-item .wrap-image {
    background-color: #eee;
}

.list-view .card-container {
    overflow: hidden;
}

.list-view .card-container .popular-block {
    display: none;
}

.list-view .card-item .wrap-image {
    border-bottom: 1px solid #F0F0F0;
    margin-left: 25px;
    margin-right: 25px;
}

.list-view .card-item .wrap-image .thumb {
    float: left;
    height: 67px;
    width: 120px;
    padding-bottom: 0;
    margin-top: 20px;
}

.list-view .card-item .wrap-image figcaption {
    overflow: hidden;
}

.list-view .card-item, .list-view .grid-sizer {
    width: 100%;
}

.image-banner.banner-2 .heading-1 {
    text-transform: uppercase;
}

.image-banner.banner-2 .link-primary {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ff5300;
    position: relative;
}

.ios .image-banner.banner-2 .link-primary {
    padding-top: 8px;
}

.image-banner.banner-2 .link-primary:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #232323;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
}

.image-banner.banner-2 .color-banner:after, .image-banner.banner-2 .color-banner:before {
    content: none;
}

.author-head .author {
    border-bottom: none;
    color: #745600;
    padding-top: 0;
}

.author-head .author .author-name {
    font-size: 2.143rem;
    font-family: 'lato-bold', sans-serif;
}

.author-head .author .author-title {
    margin-bottom: 15px;
    font-size: 1rem;
}

.author-head .img-wrap {
    width: 164px;
    height: 180px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .author-head .img-wrap {
        height: 250px;
    }
}

.author-head .desc {
    color: #010100;
}

.author-head .social-links li {
    padding-left: 5px;
    padding-right: 5px;
}

.author-head .social-links a {
    padding: 0;
    border: none;
}

.no-touch .author-head .social-links a:hover span {
    background-color: #6d5b26;
    color: #d9c58c;
}

.author-head .social-links span {
    background: #543e00;
    color: #d9c58c;
    font-size: 1.714rem;
    padding: 5px;
}

@media (min-width: 760px) {
    .popular-block .heading-3 {
        border-bottom: 1px solid #DADADA;
        margin-left: -10px;
        padding-left: 10px;
    }

    .card-item, .grid-sizer {
        width: 50%;
    }

    .card-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .card-item .wrap-image figcaption {
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
    }

    .image-banner.banner-2 .wrap-image-2 figcaption {
        padding-bottom: 100px;
        padding-top: 72px;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }

    .image-banner.banner-2 .wrap-image-2 figcaption > .group {
        max-width: 700px;
    }

    .image-banner.banner-2 .wrap-image-2 figcaption > .group, .image-banner.banner-2 .wrap-image-2 figcaption:before {
        vertical-align: middle;
        display: inline-block;
    }

    .image-banner.banner-2 .wrap-image-2 figcaption:before {
        margin-left: -5px;
        content: '';
        height: 100%;
    }

    .box-view, .list-view {
        background: white;
        position: relative;
        z-index: 9;
    }

    .box-view .card-container {
        margin-right: 10px;
        margin-left: 10px;
    }

    .box-view .popular-block {
        padding-bottom: 10px;
    }

    .box-view .popular-block .group {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0;
    }

    .list-view .card-item .wrap-image {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .list-view .card-item .wrap-image .thumb {
        height: 96px;
        width: 170px;
    }
}

@media (min-width: 992px) {
    .image-banner.banner-2 .wrap-image-2 .thumb {
        height: 640px;
    }

    .image-banner.banner-2 .wrap-image-2 figcaption > .group {
        max-width: 800px;
        padding-bottom: 20px;
    }

    .box-view, .list-view {
        top: -100px;
    }

    .card-item, .grid-sizer {
        width: 33.33%;
    }

    .list-view aside.popular-block {
        float: right;
        width: 28%;
        margin-top: 13px;
        overflow: hidden;
    }

    .list-view aside.popular-block .group {
        padding-top: 10px;
        margin-left: 0;
        margin-right: 25px;
        width: 244px;
    }

    .list-view aside.popular-block .group.affix-bottom {
        position: absolute;
    }

    .list-view aside.popular-block .group.affix {
        position: fixed;
        top: 60px;
    }

    .list-view aside.popular-block .heading-3 {
        font-size: 2rem;
    }

    .list-view .card-container {
        width: 72%;
        overflow: hidden;
    }
}

@media (max-width: 759px) {
    .popular-block .heading-3 {
        text-align: center;
    }

    .box-view .card-item .wrap {
        text-align: center;
    }

    .box-view .card-item .wrap-image {
        padding-bottom: 0;
    }

    .box-view .card-item .wrap-image figcaption {
        padding-left: 45px;
        padding-right: 45px;
    }

    .list-view .card-item .wrap-image figcaption {
        text-align: left;
        padding-left: 10px;
    }

    .image-banner.banner-2 .wrap-image-2 {
        background-color: #eee;
        position: relative;
    }

    .image-banner.banner-2 .wrap-image-2 figcaption {
        padding-top: 20px;
    }

    .image-banner.banner-2 .wrap-image-2 .desc {
        padding-left: 25px;
        padding-right: 25px;
    }

    .image-banner.banner-2 .wrap-image-2 .thumb:after, .image-banner.banner-2 .wrap-image-2 .thumb:before {
        content: none;
    }

    .image-banner.banner-2 .wrap-image-2 .heading-1 {
        width: 100%;
        height: 56.25vw;
        padding: 0;
        margin: 0;
        color: white;
        position: absolute;
        z-index: 9;
        left: 0;
        top: 0;
    }

    .image-banner.banner-2 .wrap-image-2 .heading-1 .link-1 {
        width: 100%;
    }

    .image-banner.banner-2 .wrap-image-2 .heading-1 .link-1 {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .image-banner.banner-2 .wrap-image-2 .heading-1 .link-primary {
        width: auto;
        font-size: 2.786rem;
        padding: 4px 15px;
    }

    .image-banner.banner-2.author-banner .wrap-image-2 {
        background-color: transparent;
        padding-bottom: 20px;
    }

    .image-banner.banner-2.author-banner .wrap-image-2 figcaption {
        padding-top: 0;
        position: relative;
        z-index: 2;
    }

    .image-banner.banner-2.author-banner .wrap-image-2 .color-banner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 0;
    }

    .image-banner.banner-2.author-banner + .box-view, .image-banner.banner-2.author-banner + .list-view {
        margin-top: -17px;
    }
}

#infscr-loading {
    display: none !important;
}

.user-center {
    color: black;
}

.user-center section {
    padding-top: 26px;
    padding-bottom: 29px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.user-center section .heading-2 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.user-center section .desc {
    margin-bottom: 16px;
}

.user-center section .btn-block {
    max-width: 175px;
    margin-right: auto;
    margin-left: auto;
}

.user-center section .btn-block + .btn-block {
    margin-left: auto;
    margin-top: 10px;
}

.user-center section.first-settup {
    position: relative;
    background-color: #ff5300;
    color: white;
    padding: 19px 50px 10px;
}

.user-center section.first-settup .heading-1 {
    margin-top: 0;
    line-height: 1;
}

.user-center section.first-settup:hover .heading-1 {
    text-decoration: underline;
}

.user-center section.first-settup + .inner .info-setting {
    padding-top: 0;
}

.user-center .gray-text {
    font-size: 0.857rem;
}

.user-center .gray-text:hover {
    color: #333;
}

.user-center p.orange-text {
    font-size: 1.143rem;
}

.user-center .strenght-level {
    padding-top: 5px;
}

.user-center .strenght-level .level-text {
    color: black;
}

.user-center .button-group .gray-text {
    margin-top: 10px;
}

.user-center .heading-7 {
    margin-bottom: 20px;
}

.user-center .btn-link {
    text-decoration: underline;
}

.user-center .delete-acc-block {
    padding-top: 20px;
    border-bottom: none;
}

.user-center .btn-subdisiary {
    padding-left: 23px;
    padding-right: 23px;
}

.user-center > .inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}

.changing-state > .btn-subdisiary {
    display: none;
}

.changing-state > .btn-subdisiary.collapsed {
    display: block;
}

.nickname-setting .orange-text {
    margin-bottom: 0;
    line-height: 1;
    word-break: break-all;
}

.nickname-setting > .gray-text > .btn-link {
    display: none;
}

.nickname-setting > .gray-text > .btn-link.collapsed {
    display: inline-block;
}

.photo-setting {
    padding-top: 48px;
}

.photo-setting .wrap {
    width: 136px !important;
    height: 136px !important;
    border-radius: 50% !important;
    box-shadow: 0 0 16px -2px #231f20;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    background-color: #eee;
    background-size: contain;
    border: none !important;
}

.photo-setting .wrap img {
    width: 100% !important;
    height: 100% !important;
}

.photo-setting > .gray-text > .btn-link {
    display: none;
}

.photo-setting > .gray-text > .btn-link.collapsed {
    display: inline-block;
}

.social-connect {
    text-align: left;
}

.social-connect .red-text {
    display: none;
    text-align: center;
    margin-bottom: 0;
}

.social-connect li {
    padding-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid #eee;
}

.social-connect .item {
    text-transform: uppercase;
    font-size: 1.143rem;
    position: relative;
    padding-left: 54px;
    padding-right: 125px;
}

.social-connect span, .social-connect .btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-connect span {
    left: 0;
    font-size: 3.143rem;
}

.social-connect .btn {
    right: 0;
    min-width: 125px;
}

.modal-backdrop.in {
    opacity: 0.95;
}

.delete-modal {
    text-align: center;
}

.delete-modal p {
    color: white;
}

.delete-modal .btn-block {
    margin-bottom: 5px;
}

.delete-modal > .group, .delete-modal:before {
    vertical-align: middle;
    display: inline-block;
}

.delete-modal > .group {
    width: 300px;
}

.delete-modal:before {
    margin-left: -3px;
    content: '';
    height: 100%;
}

@media (min-width: 760px) {
    .social-connect {
        padding-left: 25px;
        padding-right: 25px;
    }

    .social-connect span {
        font-size: 3.857rem;
    }

    .social-connect li {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .social-connect .item {
        padding-right: 68px;
    }

    .nickname-setting .heading-1 {
        font-size: 3.286rem;
        line-height: 1;
    }

    .photo-setting {
        padding-top: 35px;
    }

    .photo-setting .wrap {
        width: 230px !important;
        height: 230px !important;
    }

    .delete-modal .btn-block {
        font-size: 1.143rem;
    }

    .user-center {
        padding-top: 60px;
    }

    .user-center section {
        padding-bottom: 35px;
    }

    .user-center section .heading-2 {
        font-size: 1.714rem;
    }

    .user-center section .btn-block {
        max-width: 314px;
        font-size: 1.143rem;
    }

    .user-center section.first-settup {
        padding-top: 27px;
        padding-bottom: 10px;
    }

    .user-center section.first-settup .heading-1 {
        font-size: 1.857rem;
        margin-bottom: 17px;
    }

    .user-center section.first-settup p {
        margin-bottom: 3px;
    }

    .user-center .delete-acc-block {
        padding-top: 35px;
    }

    .user-center > .inner {
        max-width: 576px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    padding: 0;
    margin-right: -3px;
    vertical-align: top;
}

.banner-news .wrap-image figcaption {
    padding-top: 15px;
    color: white;
}

.banner-news .wrap-image .desc {
    padding: 20px;
}

.wrap-heading {
    text-align: center;
}

.wrap-heading .date {
    font-family: 'lato-regular-italic';
    font-size: 0.857rem;
    color: #999;
}

.heading-line {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'robotocondensed-bold-webfont';
    font-style: italic;
    font-size: 1.429rem;
}

.heading-line:before, .heading-line:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 50%;
    border-top: 1px solid #ccc;
}

.heading-line:before {
    margin-top: -1px;
}

.heading-line:after {
    margin-top: 2px;
}

.heading-line .wraptext-headeline {
    position: relative;
    z-index: 2;
    background: #fff;
    display: inline-block;
    color: #000;
    padding: 0 20px;
}

.heading-line .wraptext-headeline > a {
    color: #000;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.no-touch .heading-line .wraptext-headeline > a:hover {
    text-decoration: none;
    position: relative;
}

.no-touch .heading-line .wraptext-headeline > a:hover:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 2px;
    border-bottom: solid 0.05em #a3a3a3;
}

.james-coober {
    position: relative;
    background-color: white;
}

.james-coober .content {
    padding: 20px 10px;
    line-height: 1.8;
    font-size:18px;
}

.james-coober .content .topic-list-1 {
    margin-bottom: 15px;
    clear: both;
}

.james-coober .content > p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 18px;
}

.james-coober .content > p a {
    line-height: 1.8;
    font-size: 18px;
}

.james-coober .content > .sharing-news {
    margin: 35px 0 20px 0;
}

.james-coober .advertise-1 {
    clear: both;
}

.james-coober img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

.james-coober span.caption {
    width: auto !important;
    height: auto !important;
}

span.caption img {
    display: block;
    margin: 0 auto;
}

.oembed-provider-youtube {
    text-align: center;
}

@media (min-width: 992px) {
    .james-coober .container {
        width: 860px;
    }

    .james-coober .content > p {
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 24px;
    }

    .james-coober .content a {
        font-size: 18px;
    }

    .james-coober .content .author-item a {
        font-size: 14px;
    }

    .james-coober .content .topic-list-1 .btn-primary {
        font-size: 0.8rem;
    }
}

@media (max-width: 769px) {
    .banner-news .wrap-image .desc {
        font-size: 20px;
    }
}

.author-item {
    overflow: hidden;
    color: #543e00;
    text-align: center;
}

.author-item .wrap-photo img {
    display: inline-block;
}

.author-item .name-author {
    display: block;
    font-family: 'robotocondensed-bold-webfont';
    font-style: italic;
    font-size: 1.143rem;
    color: #543e00;
}

.author-item .speccial {
    display: block;
    font-family: 'lato-regular-italic';
    font-size: 0.857rem;
    margin-bottom: 10px;
    color: #543e00;
}

.author-item .desc-author {
    font-size: 14px;
    line-height: 1.4;
    color: #543e00;
    margin-bottom: 15px;
}

.author-item.author-item-3 {
    font-family: 'robotocondensed-bold-webfont';
    font-style: italic;
    font-size: 2.143rem;
    color: #000;
}

.author-item-3 {
    position: relative;
    overflow: visible;
    text-align: left;
    padding: 36px 0 20px 0;
}

.author-item-3 .intro-author {
    width: 100%;
    margin-top: 5px;
    font-family: 'robotocondensed-bold-webfont', sans-serif;
    font-size: 1.786rem;
    font-style: italic;
    line-height: 1.5;
}

.author-item-3:before, .author-item-3:after {
    position: absolute;
    font-style: normal;
    font-family: 'noodle-icon';
    font-size: 2.357rem;
    z-index: 1;
}

.author-item-3:before {
    left: -5px;
    top: -5px;
    content: "\e914";
}

.author-item-3:after {
    right: 7px;
    bottom: 20px;
    content: "\e915";
}

.sharing-author strong {
    font-size: 1.143rem;
    font-family: 'robotocondensed-bold-webfont', sans-serif;
    font-style: italic;
    color: #666;
}

.sharing-author .social-author {
    position: relative;
    padding-bottom: 46px;
}

.sharing-author .social-links {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.sharing-author .social-links li {
    position: relative;
    padding-left: 0;
    line-height: 20px;
}

.sharing-author .social-links li a {
    text-decoration: none;
    border: none;
}

.sharing-author .social-links li a [class*="noodle-icon"] {
    font-size: 2rem;
    padding: 3px;
}

.sharing-author .social-links li:first-child a {
    display: inline-block;
}

.sharing-author .social-links li:first-child a > span {
    background-color: #666;
    color: white;
}

.sharing-author .social-links li:first-child.active a > span {
    background-color: #000;
}

.sharing-author .social-links li + li {
    display: none;
    margin-left: 6px;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.sharing-author .social-links li + li a [class*="noodle-icon"], .sharing-author .social-links li + li a > span {
    background-color: #666;
    color: white;
}

.sharing-author .social-links li.active {
    display: inline-block;
}

.click-hide li:nth-child(n+2) {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    opacity: 0;
}

.click-hide li {
    display: inline-block !important;
}

.click-show li {
    display: inline-block !important;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.image-simple {
    clear: both;
    padding: 20px 0;
}

.image-simple img {
    width: 100%;
}

.image-simple figcaption {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #666;
}

.audio-block {
    clear: both;
    margin: 20px 0;
}

.audio-block .desc-audio {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #666;
}

.sharing-news {
    text-align: center;
}

.sharing-news .social-links li {
    padding-left: 7px;
}

.sharing-news .social-links li:first-child {
    padding-left: 0;
}

.sharing-news .social-links a {
    text-decoration: none;
}

.sharing-news .social-links a span {
    padding: 3px;
    font-size: 2.429rem;
}

.no-touch .sharing-news .social-links a:hover span {
    background-color: #515151;
    color: white;
}

.author-item-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #a93700;
}

.author-item-2 .wrap-photo {
    margin-bottom: 15px;
}

.news-like-block {
    overflow: hidden;
    zoom: 1;
    background-color: #e9e9e9;
}

.news-like-block .heading-9 {
    margin: 25px 0 10px 0;
    text-transform: uppercase;
}

.news-like-block .wrap-image figcaption .heading-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.news-like-block .wrap-image .thumb {
    overflow: hidden;
}

.news-twitter-block {
    clear: both;
    padding: 20px;
    margin: 40px 0;
    border: 4px solid #eeeeee;
}

.news-twitter-block > .inner {
    position: relative;
}

.news-twitter-block .col-left {
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
}

.news-twitter-block .col-right {
    padding-left: 70px;
}

.news-twitter-block .info-author {
    overflow: hidden;
}

.news-twitter-block .info-author .profile {
    margin: 0 0 10px;
    float: left;
}

.news-twitter-block .info-author .name {
    padding-right: 4px;
    font-family: 'robotocondensed-bold-webfont', sans-serif;
    font-style: italic;
    font-size: 1.143rem;
}

.news-twitter-block .info-author .email {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.857rem;
    color: #999;
}

.news-twitter-block .info-author .date {
    margin-top: 4px;
    float: right;
    font-family: 'lato-regular-italic', sans-serif;
    font-size: 0.857rem;
    color: #999;
}

.news-twitter-block .info-author .title-comment {
    color: #000;
    font-size: 1rem;
}

.news-twitter-block ul.list-images {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.news-twitter-block ul.list-images li {
    margin-bottom: 10px;
}

.news-twitter-block .social-links {
    margin-bottom: 0;
    position: absolute;
    left: -5px;
    bottom: -7px;
    z-index: 1;
}

.news-twitter-block .social-links span {
    background-color: transparent;
    border-color: transparent;
}

.news-twitter-block .social-links span span {
    font-size: 3.429rem;
    color: #ccc;
    background-color: transparent;
}

.no-touch .news-twitter-block .social-links span:hover {
    background-color: transparent;
    border-color: transparent;
}

.no-touch .news-twitter-block .social-links span:hover span {
    background-color: transparent;
}

.news-twitter-block .social-links li {
    display: none;
    padding-left: 0;
}

.news-twitter-block .social-links.visible-facebook .facebook, .news-twitter-block .social-links.visible-twitter .twitter, .news-twitter-block .social-links.visible-google-plus .google-plus, .news-twitter-block .social-links.visible-linked-in .linked-in, .news-twitter-block .social-links.visible-wechat .wechat, .news-twitter-block .social-links.visible-weibo .weibo {
    display: block;
}

.advertise-horiz img.img_ad {
    height: auto;
    max-width: 100%;
}

@media (max-width: 759px) {
    .banner-news .wrap-image figcaption {
        background-color: #000;
    }

    .author-item + .author-item {
        display: none;
    }

    .author-item-1 .desc-author {
        text-align: left;
    }

    .author-item-1 .wrap-photo {
        width: 40%;
        float: left;
        margin-right: 10px;
    }

    .author-item-1 .wrap-photo img {
        max-width: 65%;
    }

    .author-item-1 figcaption {
        overflow: hidden;
    }

    .heading-line .wraptext-headeline a:nth-child(n+2) {
        display: none;
    }

    .heading-line .wraptext-headeline .spec-headline {
        display: none;
    }
}

@media (max-width: 680px) {
    .oembed-provider-youtube iframe {
        width: 100%;
        height: 300px;
    }

    .james-coober .content > p {
        font-size: 16px;
        line-height: 1.6;
    }

    .james-coober .content > p a {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .heading-line, .james-coober .content {
        margin: 0 auto;
    }

    .heading-line, .james-coober .content {
    }

    .sharing-author .social-links li + li {
        margin-left: 4px;
    }
}

@media (min-width: 760px) {
    .author-news-block {
        margin-top: 10px;
    }

    .author-news-block.pull-left {
        width: 285px;
        padding-right: 15px;
    }

    .author-news-block.pull-left .author-item-1 {
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .author-news-block.pull-right {
        width: 236px;
        padding-left: 30px;
    }

    .sharing-news {
        margin-top: 40px;
    }

    .no-touch .sharing-author .social-links li a:hover {
        background-color: transparent;
        border-color: transparent;
    }

    .no-touch .sharing-author .social-links li a:hover span {
        background-color: #7d7d7d;
    }

    .sharing-author .social-links li + li {
        margin-left: 0;
        display: inline-block;
    }

    .sharing-author .social-links li + li a [class*="noodle-icon"] {
        padding: 0;
    }

    .banner-news .wrap-image .desc {
        max-width: 90%;
        margin: 0 auto;
    }

    .news-like-block .row .wrap-image figcaption {
        text-align: center;
    }

    .news-twitter-block ul.list-images {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .news-twitter-block ul.list-images li {
        display: inline-block;
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    .james-coober .wrap-heading {
        margin-top: 30px;
    }

    .author-item-3 {
        padding-top: 60px;
    }

    .author-item-3:before, .author-item-3:after {
        font-size: 3.929rem;
    }

    .author-item-3:after {
        bottom: 7px;
    }

    .fixed-md {
        position: fixed;
        z-index: 1024;
    }

    .sharing-news {
        -webkit-animation: leftToRight 2s forwards;
        animation: leftToRight 2s forwards;
        left: 10px;
        top: 270px;
        margin-top: 0;
    }

    .sharing-news .social-links {
        float: left;
        margin-bottom: 0;
    }

    .sharing-news .social-links li {
        padding-left: 0;
        line-height: 11px;
        display: block;
        margin-left: 0;
    }

    .sharing-news .social-links li + li {
        margin-top: 5px;
    }

    .sharing-news .social-links a {
        display: inline-block;
    }

    .sharing-news.rtl {
        -webkit-animation: rightToLeft 2s forwards;
        animation: rightToLeft 2s forwards;
    }

    .banner-news .wrap-image .desc {
        max-width: 70%;
        font-size: 20px;
    }

    .news-twitter-block {
        padding: 35px 40px 40px;
    }

    .news-twitter-block .info-author {
        margin-bottom: 10px;
    }

    .news-twitter-block .col-right {
        padding-left: 90px;
    }

    .news-twitter-block .social-links {
        bottom: -40px;
    }
}

.sharing-news .social-links .display-on-mobile, .sharing-author .social-links .display-on-mobile {
    display: none !important;
}

@media (min-width: 1025px) {
    .social-author {
        position: relative;
        padding-bottom: 20px;
    }

    .social-author .social-links {
        display: none;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 9px;
    }

    .social-author .social-links li a [class*="noodle-icon"] {
        font-size: 1.429rem;
    }

    .social-author .social-links.click-show, .social-author .social-links.click-hide {
        display: none;
    }
}

@media (max-width: 1024px) {
    .sharing-news .social-links .display-on-mobile, .sharing-author .social-links .display-on-mobile {
        display: inline-block !important;
    }

    .sharing-news .social-links .display-on-desktop, .sharing-author .social-links .display-on-desktop {
        display: none !important;
    }
}

.double-arrow span + span {
    margin-left: -5px;
}

.sitemap-header {
    border-bottom: 3px double #eeeeee;
}

.sitemap-header .heading-10 {
    margin: 0;
    padding: 45px 0 15px;
    text-transform: uppercase;
    text-align: center;
}

.static-content .popular-block {
    margin-top: 4px;
}

.static-content .popular-block .group {
    margin-right: 0;
}

.panel-heading-1 .panel-title {
    margin: 0;
    padding: 10px;
}

.panel-heading-1 .panel-title [data-toggle="collapse"] .double-arrow {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.panel-heading-1 .panel-title [data-toggle="collapse"].collapsed .double-arrow {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.panel-heading-1 .panel-title a {
    display: block;
    font-size: 2rem;
    line-height: 38px;
    color: #000;
    text-decoration: none;
}

.no-touch .panel-heading-1 .panel-title a:hover > span {
    position: relative;
}

.no-touch .panel-heading-1 .panel-title a:hover > span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    border-bottom: solid 0.1em;
}

.no-touch .panel-heading-1 .panel-title a:hover .double-arrow .noodle-icon-arrow-large {
    color: #333333;
}

.panel-heading-1 .panel-title a .double-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.panel-heading-1 .panel-title a .double-arrow .noodle-icon-arrow-large {
    color: #999;
}

.panel-heading-1 .panel-title a.collapsed .double-arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.panel-heading-2 .panel-title {
    position: relative;
    margin: 0;
    padding: 0 10px 4px 16px;
    font-size: 1.429rem;
    color: #333333;
}

.panel-heading-2 .panel-title:before {
    position: absolute;
    left: 0;
    top: -6px;
    content: "• ";
    font-size: 2.143rem;
    display: inline-block;
    padding-right: 8px;
    color: #333333;
}

.panel-heading-2 .panel-title a {
    margin-top: 2px;
    color: #999;
    text-decoration: none;
}

.panel-heading-2 .panel-title a .noodle-icon-arrow-large {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-heading-2 .panel-title a.collapsed .noodle-icon-arrow-large {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.no-touch .panel-heading-2 .panel-title a:hover {
    color: #333333;
}

.accordion-1 .panel {
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.accordion-1 .topics-list a {
    color: #666;
}

.accordion-1 .topics-list a:before {
    font-size: 0.786rem;
    color: #666;
}

.panel-collapse-1 > .panel-body {
    padding: 7px 0 13px 36px;
}

.panel-collapse-1 > .panel-body .panel-body {
    padding: 2px 17px 25px 17px;
}

.page-sitemap .popular-block.fixed-trig .group {
    width: 286px;
    position: fixed;
    top: 60px;
}

@media (min-width: 760px) {
    .static-page #main-content {
        padding-top: 62px;
    }

    .static-content {
        padding: 35px 10px;
    }
}

@media (max-width: 759px) {
    .static-content {
        padding: 20px 10px;
    }

    .panel-collapse-1 > .panel-body {
        padding-bottom: 5px;
    }
}

.contact-item {
    overflow: hidden;
    padding: 17px;
}

.contact-item p {
    font-family: 'robotocondensed-bold-webfont';
    font-size: 1.714rem;
    color: #010100;
}

.contact-item a {
    color: #ff5300;
    text-decoration: underline;
}

.contact-item figcaption {
    width: 62%;
    float: right;
}

.contact-item .wrap-photo {
    float: left;
    width: 35%;
    text-align: center;
}

.contact-item .wrap-photo img {
    display: inline-block;
    max-width: 100%;
}

.contact-details.static-content {
    padding-left: 5px;
    padding-right: 5px;
}

.contact-details .row + .row {
    border-top: 1px solid #eeeeee;
}

.contact-details .col-sm-6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-details .col-sm-6 + .col-sm-6 {
    border-left: 1px solid #eeeeee;
}

.editor {
    color: #010100;
}

.editor h3 {
    font-family: 'robotocondensed-bold-webfont';
    font-size: 2rem;
    color: #000;
}

.editor h3:first-child {
    margin-top: 0;
}

.editor p {
    margin-bottom: 20px;
}

.editor p + h3 {
    margin-top: 35px;
}

.editor a {
    color: #ff5300;
    text-decoration: underline;
}

.editor ul {
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.editor ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}

.editor ul li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    content: "• ";
    color: #ff5300;
}

.btn-back-to-home {
    font-size: 1.143rem;
    padding: 7px 36px;
}

.not-found-block {
    padding: 85px 10px;
    text-align: center;
}

.not-found-block img {
    display: inline-block;
    margin-bottom: 21px;
}

.not-found-block p > strong {
    font-family: 'robotocondensed-bold-webfont';
    font-size: 3rem;
    text-transform: uppercase;
}

.not-found-block .btn-back-to-home {
    margin-top: 15px;
}

.about-us-block {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 8px solid #ff5300;
}

.about-item {
    margin-bottom: 56px;
}

.about-item .col-right {
    padding-left: 199px;
}

.about-item .col-right p {
    line-height: 25px;
    margin-bottom: 28px;
    font-size: 1rem;
    color: #000;
}

.about-item.first {
    padding-top: 56px;
    background: url("http://image4.sixthtone.com/images/about-us-text.png") 0 13px no-repeat;
}

.about-item .col-left {
    width: 190px;
    float: left;
}

.about-item .col-left strong {
    font-family: 'robotocondensed-bold-webfont';
    font-size: 1.571rem;
    color: #ff5300;
    text-transform: uppercase;
}

.unsubcribe-confirmation {
    text-align: center;
}

.unsubcribe-confirmation .button-group {
    margin-top: 45px;
}

.unsubcribe-confirmation .button-group .btn {
    min-width: 176px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    font-size: 1.143rem;
}

.unsubcribe-confirmation .button-group .btn.btn {
    margin-left: 57px;
}

.unsubcribe-confirmation p {
    font-family: Arial;
    font-size: 1rem;
}

.unsubcribe-confirmation.editor.static-content {
    padding-top: 22px;
    padding-bottom: 120px;
}

.editor.static-content {
    min-height: 451px;
}

@media (max-width: 759px) {
    .editor.static-content {
        min-height: 0;
    }
}

.tabs-rss {
    overflow: hidden;
    zoom: 1;
}

.tabs-rss ul.nav-tabs {
    border: none;
    text-align: center;
    list-style: none;
}

.tabs-rss ul.nav-tabs > li {
    float: none;
    width: 20%;
    margin-right: -3px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.tabs-rss ul.nav-tabs > li > a {
    display: inline-block;
    margin-right: 0;
    border: none;
    font-family: 'robotocondensed-bold-webfont', sans-serif;
    font-size: 1.714rem;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}

.tabs-rss ul.nav-tabs > li > a:hover {
    background-color: transparent;
}

.tabs-rss ul.nav-tabs > li.active {
    border: none;
}

.tabs-rss ul.nav-tabs > li.active > a, .tabs-rss ul.nav-tabs > li.active > a:hover {
    border: none;
    color: #ff5300;
}

.tabs-rss .tab-content {
    padding: 20px 40px 33px 40px;
}

ul.rss-list {
    padding: 0;
}

ul.rss-list > li {
    list-style: none;
    display: block;
    margin-bottom: 5px;
}

ul.rss-list > li > a {
    display: inline-block;
    margin-right: 10px;
}

.rss-feeds .editor {
    border-top: 3px double #eeeeee;
    padding: 0 40px 123px;
}

.rss-feeds.static-content {
    padding: 6px 0 30px;
}

.rss-feeds .heading-7 {
    padding-top: 10px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .about-us-block {
        padding-left: 34px;
        padding-right: 34px;
    }
}

@media (min-width: 760px) {
    .editor.static-content {
        padding: 50px 20px;
    }

    .contact-item-1 .wrap-photo {
        margin-top: -5px;
    }

    .contact-item-2 .wrap-photo {
        margin-top: 1px;
    }

    .contact-item-3 .wrap-photo {
        margin-top: 3px;
    }

    .contact-item-4 .wrap-photo {
        margin-top: 8px;
    }
}

@media (max-width: 991px) {
    .contact-item {
        padding: 20px;
    }

    .about-item.first {
        padding-top: 63px;
        background-size: 400px;
    }

    .about-item .col-right {
        padding-left: 165px;
    }

    .about-item .col-left {
        width: 155px;
    }

    .tabs-rss ul.nav-tabs {
        width: 40%;
        float: left;
        text-align: left;
        box-sizing: border-box;
        padding-left: 25px;
    }

    .tabs-rss ul.nav-tabs > li {
        width: 100%;
    }

    .tabs-rss .tab-content {
        padding-top: 15px;
        width: 60%;
        float: left;
        box-sizing: border-box;
    }

    .tabs-rss .heading-7 {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (max-width: 759px) {
    .sitemap-header {
        margin-left: 10px;
        margin-right: 10px;
    }

    .contact-item {
        padding: 30px 10px;
    }

    .contact-item .wrap-photo {
        width: 50px;
    }

    .contact-item figcaption {
        width: auto;
        float: none;
        padding-left: 73px;
    }

    .contact-details.static-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-details.static-content .row + .row {
        border-top: none;
    }

    .contact-details.static-content .col-sm-6 {
        float: left;
        width: 100%;
        border-bottom: 1px solid #eeeeee;
        margin: 0;
    }

    .contact-details.static-content .col-sm-6 + .col-sm-6 {
        border-left: none;
    }

    .contact-item .wrap-photo {
        margin-top: 9px;
    }

    .contact-item-1 .wrap-photo {
        margin-top: 4px;
    }

    .contact-details.static-content {
        padding-bottom: 33px;
    }

    .about-us-block {
        margin-left: 25px;
        margin-right: 25px;
        border-top-width: 3px;
    }

    .about-us-block .about-item.first {
        padding-top: 34px;
        background-size: 174px;
    }

    .about-us-block .about-item .col-right {
        padding-left: 50px;
    }

    .about-us-block .about-item .col-right p {
        line-height: 22px;
    }

    .about-us-block .about-item .col-left {
        width: 40px;
        padding-top: 2px;
    }

    .about-us-block .about-item .col-left strong {
        font-size: 1.071rem;
    }

    .unsubcribe-confirmation .button-group .btn {
        min-width: 120px;
    }

    .unsubcribe-confirmation .button-group .btn.btn {
        margin-left: 10px;
    }

    .tabs-rss ul.nav-tabs {
        width: 100%;
        float: none;
    }

    .tabs-rss .tab-content {
        width: 100%;
        float: none;
        padding-top: 40px;
    }
}

.search-result .card-item {
    opacity: 1;
}

.search-result .card-item .wrap-image {
    padding-bottom: 30px;
}

.search-result .card-container > .text-center .heading-4 {
    font-family: 'lato-heavy', sans-serif;
}

.search-result .card-container > .text-center p {
    font-family: 'robotocondensed-regular-webfont', sans-serif;
}

.search-result .list-view .card-container {
    width: 100%;
}

.sort-block {
    margin-top: 15px;
    position: relative;
    text-align: center;
}

.sort-block .wrap {
    background: white;
    padding-left: 10px;
    padding-right: 3px;
    display: inline-block;
}

.sort-block .text, .sort-block .custom-select {
    display: inline-block;
}

.sort-block .text {
    padding-right: 10px;
    color: #999;
}

.sort-block:before {
    position: absolute;
    top: 50%;
    right: 15px;
    left: 15px;
    z-index: -1;
    height: 1px;
    background-color: #eee;
    content: '';
}

.custom-select {
    position: relative;
    margin-top: -1px;
    width: 80px;
    cursor: pointer;
    text-align: left;
}

.custom-select > a {
    position: relative;
    display: block;
    padding: 9px 7px;
    cursor: pointer;
    color: black;
    font-family: 'lato-bold', sans-serif;
}

.custom-select > a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -1px;
    -webkit-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
}

.custom-select .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    border-top: none;
    background-color: white;
    z-index: 2;
}

.custom-select .dropdown li {
    display: block;
}

.custom-select .dropdown li a {
    background-color: #eee;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    padding: 5px 7px;
    font-family: 'lato-bold', sans-serif;
    color: #666;
}

.custom-select .dropdown li.odd a {
    background-color: #e1e1e1;
}

.custom-select.open .dropdown {
    display: block;
}

.custom-select.open > a {
    background-color: #eee;
}

.search-result {
    color: black;
}

.search-result .list-view {
    min-height: 300px;
}

.control-filter {
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: table;
    table-layout: fixed;
    width: 100%;
}

.control-filter li {
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    border-right: 1px solid #a9a9a9;
    background-color: #eee;
}

.control-filter li:first-child {
    border-left: 1px solid #a9a9a9;
}

.control-filter li.active {
    background-color: white;
}

.control-filter a {
    display: block;
    color: black;
    padding: 12px 10px 8px;
    text-align: center;
    line-height: 1.2;
    font-size: 0.857rem;
    font-family: 'lato-heavy', sans-serif;
}

.search-result-header {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #eee;
}

.search-result-header .group {
    position: relative;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.search-result-header .suggest-result {
    background-color: #eee;
    top: auto;
}

.search-result-header .text-center {
    margin-top: 20px;
}

.search-result-header .search-form {
    padding-left: 0;
    padding-right: 0;
}

.search-result-header .search-form .form-group {
    margin-bottom: 0;
}

.search-result-header .search-form .search-btn {
    right: 28px;
}

.search-result-header .search-form .search-input {
    padding-right: 80px;
}

.search-result-header .search-form > p span {
    font-family: 'lato-bold', sans-serif;
}

@media (min-width: 760px) {
    .control-filter a {
        font-size: 1.143rem;
        padding: 16px 10px 12px;
    }

    .search-result-header {
        padding-top: 142px;
        padding-bottom: 86px;
    }

    .search-result-header .search-form .search-btn {
        margin-top: -33px;
    }

    .search-result-header .search-form .search-btn .noodle-icon-search {
        font-size: 4.286rem;
    }

    .search-result .list-view {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .search-result .card-container + .term-pager {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .search-result-header {
        padding-bottom: 101px;
        min-height: 500px;
    }

    .control-filter {
        padding-left: 25px;
        padding-right: 15px;
    }

    .control-filter a {
        font-size: 1.286rem;
    }

    .sort-block {
        margin-bottom: 30px;
    }

    .sort-block:before {
        left: -5px;
        right: -5px;
    }
}

@media (max-width: 759px) {
    .search-result-header .search-form .search-input {
        font-size: 1.571rem;
    }

    .search-result-header .search-form .form-group {
        margin-bottom: 3px;
    }
}

@media (max-width: 320px) {
    .control-filter a {
        padding-left: 0;
        padding-right: 0;
    }
}

.advertise-1 {
    max-width: 100%;
}

.advertise-1 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.advertise-1.type-1 {
    margin-top: 0;
}

.advertise-1.type-2 {
    margin-top: 10px;
    margin-bottom: 40px;
}

.advertise-1 iframe {
    width: 100%;
}

.advertise-1 iframe img {
    max-width: 100%;
}

#google_image_div img {
    width: 100% !important;
}

.advertise-2 {
    max-width: 100%;
    margin-top: 10px;
    float: right;
    width: 120px;
    height: 240px;
    margin-left: 40px;
    margin-bottom: 40px;
}

.advertise-2 img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .advertise-1 {
        margin: 70px auto;
    }

    .advertise-1.type-2 {
        height: 90px;
    }
}

@media (min-width: 760px) {
    .advertise-1 {
        width: 728px;
        height: 90px;
        margin: 50px auto;
    }

    .advertise-1.type-2 {
        height: auto;
    }
}

@media (max-width: 991px) {
    .advertise-1.type-2 {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}

@media (max-width: 759px) {
    .advertise-1 {
        margin: 10px auto;
    }

    .advertise-1.type-2 {
        padding-left: 0;
        padding-right: 0;
        margin: 0 15px 20px 15px;
    }
}

@media (min-width: 760px) {
    .heading-1 {
        font-size: 2.714rem;
    }

    .heading-2 {
        font-size: 2rem;
    }

    .heading-5 {
        font-size: 3.429rem;
    }

    .custom-checkbox .wrap {
        top: 4px;
    }

    .heading-10 {
        font-size: 4.714rem;
    }
}

@media (min-width: 992px) {
    .border-right-md {
        border-right: 1px solid #333333;
    }
.border-left-md{
     border-left:1px solid #333333;
}
    .heading-1 {
        font-size: 3.571rem;
    }

    .heading-2 {
        font-size: 2.714rem;
    }

    .author-block .img-responsive {
    }
}

@media (max-width: 991px) {
    .overlay-loading .loading {
        padding: 20px 45px;
    }

    .overlay-loading .loading li {
        width: 10px;
        height: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .border-bottom-sm {
        border-bottom: 1px solid #333333;
    }
}

@media (max-width: 759px) {
    .heading-10 {
        font-size: 2.357rem;
    }

    main > .inner {
        padding-bottom: 20px;
    }

    .wrapper {
        padding-top: 60px;
    }

    .reset-padding-xs {
        padding-left: 0;
        padding-right: 0;
    }
}

.page-content {
    margin-top: 60px;
}

.disqus-demo {
    margin-top: 10px;
}

.disqus-demo p {
    padding: 14px;
}

.janrainHeader p, .janrainHeader div {
    padding-bottom: 20px !important;
    display: none;
}

#janrainProviderPages {
}

#janrainEngageEmbed {
}

#janrainEngageEmbed .janrainContent {
    padding-top: 5px;
    padding-bottom: 7px;
}

#janrainView {
}

#janrainAuthReturnExperience {
    padding-top: 15px !important;
}

#janrainAuthReturnExperience a {
    border: none !important;
}

.janrainSwitchAccountLink {
    font-weight: bold !important;
}

.sign-in {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 18px;
}

#admin-menu .dropdown .admin-menu-tab {
    height: 20px;
}

.page-admin-login .wrapper {
    margin-top: 100px;
}

.page-admin-login #user-login {
    width: 600px;
    margin: auto;
}

.page-admin-login .messages {
    width: 600px;
    margin: auto;
    margin-bottom: 20px;
}

.page-admin-login .messages.warning {
    display: none;
}

.page-admin-login #user-login label {
    margin-bottom: 5px;
}

.page-admin-login #user-login input {
    height: 40px;
}

.page-admin-login #user-login .description {
    padding-top: 4px;
}

.page-admin-login #user-login #edit-submit {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 9px 20px 9px 20px;
    text-decoration: none;
    height: 38px;
}

.page-admin-login #user-login #edit-submit:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.page-admin-login #sms-verified-form {
    width: 600px;
    margin: auto;
}

.page-admin-login #sms-verified-form label {
    margin-bottom: 5px;
}

.page-admin-login #sms-verified-form input {
    height: 40px;
}

.page-admin-login #sms-verified-form .description {
    padding-top: 4px;
}

.header-group .subscribe-desc {
    display: none;
}

.field-collection-view-links {
    display: none !important;
}

.not-front.not-logged-in .user-login-field {
    width: 100%;
}

#admin-menu {
    z-index: 9999 !important;
}

.page-node.node-type-email-campaign {
    height: 100%;
    overflow: auto;
}

.vision-block > .heading-3 a {
    color: #ff5300;
}

@media (max-width: 320px) {
    .node-type-news .advertise-1 {
        margin-left: -15px !important;
    }
}

.field-collection-view-links, .field-collection-description, .action-links-field-collection-add {
    display: none;
}
.slider-item img.img-responsive{
    height:100% !important;
}
#emailInp {
    background-color: #eeeeee;
    width: 320px;
    height: 44px;
    position: relative;
    color: #cccccc;
    font-family: Lato-Regular;
    font-size: 14px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #1f1f1f; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #1f1f1f; 
}


@media screen and (max-width:759px){
    .subscribe-block{
    margin-top: 40px;
    color: rgb(153, 153, 153);
    font-family: Lato-Regular;
    font-size: 14px;
    z-index: 0;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
.font-size{
    font-size:33px;
}
}}
@media screen and (min-width:759px){
.subscribe-block{
    margin-top: 54px;
    color: rgb(153, 153, 153);
    font-family: Lato-Regular;
    font-size: 14px;
    z-index: 0;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
.font-size{
    font-size:66px;
}}}
#goSearchCo{
	text-decoration:none;
}
#goSearchCo:active, #goSearchCo:hover {
    outline: 0;
    text-decoration:none;
}

.head_line{
    width:60%; 
   left:20%;
    height:1px; 
   border-bottom:1px solid #ccc;
   margin-top:25px;
   margin-bottom:30px;
}
@media screen and (max-width:759px){
	.mailLineTopStyle{
		width:100%;
        margin: 0 auto;
	}
    #emailInput{
        width: calc(100% - 30px);
    }
    #mailSubBlock{
        margin: 0 33px;
    }

    .arrow{
        width: 30px;
    }
	.mailLineBottomStyle{
		width:100%;
        margin: 0;
	}
    #emailInputFooter{
     width: calc(100% - 30px);
    }
}
@media (min-width:760px) and (max-width:991px){
	.mailLineTopStyle{
		width:390px;
        margin: 0 auto;
	}
    
    #emailInput{
        width: 360px;
    }
    #mailSubBlockFoot{
        width: 100%;
    }
    .arrow{
        width: 30px;
    }

  #emailInputFooter{
      width:390px;
   }	.mailLineBottomStyle{
		width:422px;
	}
}
@media (min-width:992px){
	.mailLineTopStyle{
		width:390px;
        margin: 0 auto;
	}
      #mailSubBlockFoot{
        width: 100%;
    }
    #emailInput{
        width: 360px;
    }
    #emailInputFooter{
      width:290px;
   }
    .arrow{
        width: 30px;
    }
	#mailLineBottomStyle{
		width:322px;
	}
    .arrow{
        width: 30px;
    }
    .classinput{
        width: 390px;
    }
     .classinputFooter{
        width: 290px;
    }
}
.classinput:-ms-input-placeholder {
color: #4C4C4C !important;
}
.classinput:-mos-input-placeholder {
color: #4C4C4C !important;
}
.classinput:-webkit-input-placeholder {
color: #4C4C4C !important;
}