button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}
button,
input {
    *overflow: visible;
    line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
.hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
}
a {
    color: #145A7C;
    text-decoration: none;
}
a:hover {
    color: #145A7C;
    text-decoration: underline;
}
.row {
    margin-left: -20px;
    *zoom: 1;
}
.row:before,
.row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    max-width: 960px;
}

.faktor-info .container,
.faktor-info .navbar-fixed-top .container,
.faktor-info .navbar-fixed-bottom .container,
.dodo-3-columns .container,
.dodo-3-columns .navbar-fixed-top .container,
.dodo-3-columns .navbar-fixed-bottom .container {
    max-width: 1200px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}
.container:before,
.container:after {
    display: table;
    content: "";
}
.container:after {
    clear: both;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
}
.container-fluid:after {
    clear: both;
}
p {
    margin: 0 0 9px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}
p small {
    font-size: 11px;
    color: #999999;
}
.lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    color: #999999;
}
h1 {
    font-size: 30px;
    line-height: 36px;
}
h1 small {
    font-size: 18px;
}
h2 {
    font-size: 24px;
    line-height: 36px;
}
h2 small {
    font-size: 18px;
}
h3 {
    line-height: 27px;
    font-size: 18px;
}
h3 small {
    font-size: 14px;
}
h4,
h5,
h6 {
    line-height: 18px;
}
h4 {
    font-size: 14px;
}
h4 small {
    font-size: 12px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
}
ul,
ol {
    padding: 0;
    margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li {
    line-height: 18px;
}
ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}
dl {
    margin-bottom: 18px;
}
dt,
dd {
    line-height: 18px;
}
dt {
    font-weight: bold;
    line-height: 17px;
}
dd {
    margin-left: 9px;
}
.dl-horizontal dt {
    float: left;
    clear: left;
    width: 120px;
    text-align: right;
}
.dl-horizontal dd {
    margin-left: 130px;
}
hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.muted {
    color: #999999;
}
abbr[title] {
    border-bottom: 1px dotted #ddd;
    cursor: help;
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 18px;
    border-left: 5px solid #eeeeee;
}
blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px;
}
blockquote small {
    display: block;
    line-height: 18px;
    color: #999999;
}
blockquote small:before {
    content: '\2014 \00A0';
}
blockquote.pull-right {
    float: right;
    padding-left: 0;
    padding-right: 15px;
    border-left: 0;
    border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right;
}
q:before,
q:after {
    content: "";
}
address {
    display: block;
    margin-bottom: 18px;
    line-height: 18px;
    font-style: normal;
}
small {
    font-size: 100%;
}
cite {
    font-style: normal;
}
code,
pre {
    padding: 0 3px 2px;
    font-family: Menlo, Monaco, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12.025px;
    line-height: 18px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
pre.prettyprint {
    margin-bottom: 18px;
}
pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
form {
    margin: 0 0 18px;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #eee;
}
legend small {
    font-size: 13.5px;
    color: #999999;
}
label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
input,
button,
select,
textarea {
    font-family: Helvetica, Arial, sans-serif;
}
label {
    display: block;
    margin-bottom: 5px;
}
input,
textarea,
select,
.uneditable-input {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.uneditable-textarea {
    width: auto;
    height: auto;
}
label input,
label textarea,
label select {
    display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 \9;
}
input[type="image"] {
    border: 0;
}
input[type="file"] {
    width: auto;
    padding: initial;
    line-height: initial;
    border: initial;
    background-color: #ffffff;
    background-color: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
    width: auto;
    height: auto;
}
select,
input[type="file"] {
    height: 28px;
    *margin-top: 4px;
    line-height: 28px;
}
input[type="file"] {
    line-height: 18px \9;
}
select {
    width: 220px;
    background-color: #ffffff;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="image"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea {
    height: auto;
}
input[type="hidden"] {
    display: none;
}
.radio,
.checkbox {
    padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}
input,
textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
    outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
    float: none;
    margin-left: 0;
}
input,
textarea,
.uneditable-input {
    margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    background-color: #eeeeee;
    border-color: #ddd;
    cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853;
    border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
    border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
    border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
    padding: 17px 20px 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #F6F6F6;
    border-top: 1px solid #ddd;
    *zoom: 1;
}
.form-actions:before,
.form-actions:after {
    display: table;
    content: "";
}
.form-actions:after {
    clear: both;
}
.uneditable-input {
    display: block;
    background-color: #ffffff;
    border-color: #eee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}
:-moz-placeholder {
    color: #999999;
}
::-webkit-input-placeholder {
    color: #999999;
}
.help-block,
.help-inline {
    color: #999999;
}
.help-block {
    display: block;
    margin-bottom: 9px;
}
.help-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px;
}
.input-prepend,
.input-append {
    margin-bottom: 5px;
}
.input-prepend input,
.input-append input {
    margin-bottom: 0px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
    *margin-left: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
    position: relative;
    z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
    border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
    background-color: #a9dba9;
    border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px;
}
.input-append input,
.input-append select .uneditable-input {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
    border-left-color: #eee;
    border-right-color: #ccc;
}
.input-append .add-on,
.input-append .btn {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.search-query {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}
.form-search label,
.form-inline label {
    display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-left: 0;
    margin-right: 3px;
}
.control-group {
    margin-bottom: 9px;
}
legend + .control-group {
    margin-top: 18px;
    -webkit-margin-top-collapse: separate;
}
.top-share-placeholder {float: right}
.form-horizontal .control-group {
    margin-bottom: 18px;
    *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: "";
}
.form-horizontal .control-group:after {
    clear: both;
}
.form-horizontal .control-label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: right;
}
.form-horizontal .controls {
    margin-left: 160px;
    *display: inline-block;
    *margin-left: 0;
    *padding-left: 20px;
}
.form-horizontal .help-block {
    margin-top: 9px;
    margin-bottom: 0;
}
.form-horizontal .form-actions {
    padding-left: 160px;
}
table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
.table {
    width: 100%;
    margin-bottom: 18px;
}
.table th,
.table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table th {
    font-weight: bold;
}
.table thead th {
    vertical-align: bottom;
}
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}
.table tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
    border-left: 0;
    border-collapse: separate;
    *border-collapse: collapsed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #f5f5f5;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/dodo/fontawesome-webfont.eot?v=3.1.0');
    src: url('/fonts/dodo/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('/fonts/dodo/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('/fonts/dodo/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('/fonts/dodo/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
    display: inline;
}
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.2857142857142858em;
    text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.5714285714285714em;
}
ul.icons-ul {
    list-style-type: none;
    text-indent: -0.7142857142857143em;
    margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
    width: 0.7142857142857143em;
    display: inline-block;
    text-align: center;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none;
}
.icon-muted {
    color: #eeeeee;
}
.icon-light {
    color: #ffffff;
}
.icon-dark {
    color: #333333;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em;
}
[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em;
}
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}
.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
.icon-glass:before {
    content: "\f000";
}
.icon-music:before {
    content: "\f001";
}
.icon-search:before {
    content: "\f002";
}
.icon-envelope:before {
    content: "\f003";
}
.icon-heart:before {
    content: "\f004";
}
.icon-star:before {
    content: "\f005";
}
.icon-star-empty:before {
    content: "\f006";
}
.icon-user:before {
    content: "\f007";
}
.icon-film:before {
    content: "\f008";
}
.icon-th-large:before {
    content: "\f009";
}
.icon-th:before {
    content: "\f00a";
}
.icon-th-list:before {
    content: "\f00b";
}
.icon-ok:before {
    content: "\f00c";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-zoom-in:before {
    content: "\f00e";
}
.icon-zoom-out:before {
    content: "\f010";
}
.icon-off:before {
    content: "\f011";
}
.icon-signal:before {
    content: "\f012";
}
.icon-cog:before {
    content: "\f013";
}
.icon-trash:before {
    content: "\f014";
}
.icon-home:before {
    content: "\f015";
}
.icon-file:before {
    content: "\f016";
}
.icon-time:before {
    content: "\f017";
}
.icon-road:before {
    content: "\f018";
}
.icon-download-alt:before {
    content: "\f019";
}
.icon-download:before {
    content: "\f01a";
}
.icon-upload:before {
    content: "\f01b";
}
.icon-inbox:before {
    content: "\f01c";
}
.icon-play-circle:before {
    content: "\f01d";
}
.icon-repeat:before,
.icon-rotate-right:before {
    content: "\f01e";
}
.icon-refresh:before {
    content: "\f021";
}
.icon-list-alt:before {
    content: "\f022";
}
.icon-lock:before {
    content: "\f023";
}
.icon-flag:before {
    content: "\f024";
}
.icon-headphones:before {
    content: "\f025";
}
.icon-volume-off:before {
    content: "\f026";
}
.icon-volume-down:before {
    content: "\f027";
}
.icon-volume-up:before {
    content: "\f028";
}
.icon-qrcode:before {
    content: "\f029";
}
.icon-barcode:before {
    content: "\f02a";
}
.icon-tag:before {
    content: "\f02b";
}
.icon-tags:before {
    content: "\f02c";
}
.icon-book:before {
    content: "\f02d";
}
.icon-bookmark:before {
    content: "\f02e";
}
.icon-print:before {
    content: "\f02f";
}
.icon-camera:before {
    content: "\f030";
}
.icon-font:before {
    content: "\f031";
}
.icon-bold:before {
    content: "\f032";
}
.icon-italic:before {
    content: "\f033";
}
.icon-text-height:before {
    content: "\f034";
}
.icon-text-width:before {
    content: "\f035";
}
.icon-align-left:before {
    content: "\f036";
}
.icon-align-center:before {
    content: "\f037";
}
.icon-align-right:before {
    content: "\f038";
}
.icon-align-justify:before {
    content: "\f039";
}
.icon-list:before {
    content: "\f03a";
}
.icon-indent-left:before {
    content: "\f03b";
}
.icon-indent-right:before {
    content: "\f03c";
}
.icon-facetime-video:before {
    content: "\f03d";
}
.icon-picture:before {
    content: "\f03e";
}
.icon-pencil:before {
    content: "\f040";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-adjust:before {
    content: "\f042";
}
.icon-tint:before {
    content: "\f043";
}
.icon-edit:before {
    content: "\f044";
}
.icon-share:before {
    content: "\f045";
}
.icon-check:before {
    content: "\f046";
}
.icon-move:before {
    content: "\f047";
}
.icon-step-backward:before {
    content: "\f048";
}
.icon-fast-backward:before {
    content: "\f049";
}
.icon-backward:before {
    content: "\f04a";
}
.icon-play:before {
    content: "\f04b";
}
.icon-pause:before {
    content: "\f04c";
}
.icon-stop:before {
    content: "\f04d";
}
.icon-forward:before {
    content: "\f04e";
}
.icon-fast-forward:before {
    content: "\f050";
}
.icon-step-forward:before {
    content: "\f051";
}
.icon-eject:before {
    content: "\f052";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-plus-sign:before {
    content: "\f055";
}
.icon-minus-sign:before {
    content: "\f056";
}
.icon-remove-sign:before {
    content: "\f057";
}
.icon-ok-sign:before {
    content: "\f058";
}
.icon-question-sign:before {
    content: "\f059";
}
.icon-info-sign:before {
    content: "\f05a";
}
.icon-screenshot:before {
    content: "\f05b";
}
.icon-remove-circle:before {
    content: "\f05c";
}
.icon-ok-circle:before {
    content: "\f05d";
}
.icon-ban-circle:before {
    content: "\f05e";
}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}
.icon-arrow-up:before {
    content: "\f062";
}
.icon-arrow-down:before {
    content: "\f063";
}
.icon-share-alt:before,
.icon-mail-forward:before {
    content: "\f064";
}
.icon-resize-full:before {
    content: "\f065";
}
.icon-resize-small:before {
    content: "\f066";
}
.icon-plus:before {
    content: "\f067";
}
.icon-minus:before {
    content: "\f068";
}
.icon-asterisk:before {
    content: "\f069";
}
.icon-exclamation-sign:before {
    content: "\f06a";
}
.icon-gift:before {
    content: "\f06b";
}
.icon-leaf:before {
    content: "\f06c";
}
.icon-fire:before {
    content: "\f06d";
}
.icon-eye-open:before {
    content: "\f06e";
}
.icon-eye-close:before {
    content: "\f070";
}
.icon-warning-sign:before {
    content: "\f071";
}
.icon-plane:before {
    content: "\f072";
}
.icon-calendar:before {
    content: "\f073";
}
.icon-random:before {
    content: "\f074";
}
.icon-comment:before {
    content: "\f075";
}
.icon-magnet:before {
    content: "\f076";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-chevron-down:before {
    content: "\f078";
}
.icon-retweet:before {
    content: "\f079";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-folder-close:before {
    content: "\f07b";
}
.icon-folder-open:before {
    content: "\f07c";
}
.icon-resize-vertical:before {
    content: "\f07d";
}
.icon-resize-horizontal:before {
    content: "\f07e";
}
.icon-bar-chart:before {
    content: "\f080";
}
.icon-twitter-sign:before {
    content: "\f081";
}
.icon-facebook-sign:before {
    content: "\f082";
}
.icon-camera-retro:before {
    content: "\f083";
}
.icon-key:before {
    content: "\f084";
}
.icon-cogs:before {
    content: "\f085";
}
.icon-comments:before {
    content: "\f086";
}
.icon-thumbs-up:before {
    content: "\f087";
}
.icon-thumbs-down:before {
    content: "\f088";
}
.icon-star-half:before {
    content: "\f089";
}
.icon-heart-empty:before {
    content: "\f08a";
}
.icon-signout:before {
    content: "\f08b";
}
.icon-linkedin-sign:before {
    content: "\f08c";
}
.icon-pushpin:before {
    content: "\f08d";
}
.icon-external-link:before {
    content: "\f08e";
}
.icon-signin:before {
    content: "\f090";
}
.icon-trophy:before {
    content: "\f091";
}
.icon-github-sign:before {
    content: "\f092";
}
.icon-upload-alt:before {
    content: "\f093";
}
.icon-lemon:before {
    content: "\f094";
}
.icon-phone:before {
    content: "\f095";
}
.icon-check-empty:before {
    content: "\f096";
}
.icon-bookmark-empty:before {
    content: "\f097";
}
.icon-phone-sign:before {
    content: "\f098";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-github:before {
    content: "\f09b";
}
.icon-unlock:before {
    content: "\f09c";
}
.icon-credit-card:before {
    content: "\f09d";
}
.icon-rss:before {
    content: "\f09e";
}
.icon-hdd:before {
    content: "\f0a0";
}
.icon-bullhorn:before {
    content: "\f0a1";
}
.icon-bell:before {
    content: "\f0a2";
}
.icon-certificate:before {
    content: "\f0a3";
}
.icon-hand-right:before {
    content: "\f0a4";
}
.icon-hand-left:before {
    content: "\f0a5";
}
.icon-hand-up:before {
    content: "\f0a6";
}
.icon-hand-down:before {
    content: "\f0a7";
}
.icon-circle-arrow-left:before {
    content: "\f0a8";
}
.icon-circle-arrow-right:before {
    content: "\f0a9";
}
.icon-circle-arrow-up:before {
    content: "\f0aa";
}
.icon-circle-arrow-down:before {
    content: "\f0ab";
}
.icon-globe:before {
    content: "\f0ac";
}
.icon-wrench:before {
    content: "\f0ad";
}
.icon-tasks:before {
    content: "\f0ae";
}
.icon-filter:before {
    content: "\f0b0";
}
.icon-briefcase:before {
    content: "\f0b1";
}
.icon-fullscreen:before {
    content: "\f0b2";
}
.icon-group:before {
    content: "\f0c0";
}
.icon-link:before {
    content: "\f0c1";
}
.icon-cloud:before {
    content: "\f0c2";
}
.icon-beaker:before {
    content: "\f0c3";
}
.icon-cut:before {
    content: "\f0c4";
}
.icon-copy:before {
    content: "\f0c5";
}
.icon-paper-clip:before {
    content: "\f0c6";
}
.icon-save:before {
    content: "\f0c7";
}
.icon-sign-blank:before {
    content: "\f0c8";
}
.icon-reorder:before {
    content: "\f0c9";
}
.icon-list-ul:before {
    content: "\f0ca";
}
.icon-list-ol:before {
    content: "\f0cb";
}
.icon-strikethrough:before {
    content: "\f0cc";
}
.icon-underline:before {
    content: "\f0cd";
}
.icon-table:before {
    content: "\f0ce";
}
.icon-magic:before {
    content: "\f0d0";
}
.icon-truck:before {
    content: "\f0d1";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-pinterest-sign:before {
    content: "\f0d3";
}
.icon-google-plus-sign:before {
    content: "\f0d4";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-money:before {
    content: "\f0d6";
}
.icon-caret-down:before {
    content: "\f0d7";
}
.icon-caret-up:before {
    content: "\f0d8";
}
.icon-caret-left:before {
    content: "\f0d9";
}
.icon-caret-right:before {
    content: "\f0da";
}
.icon-columns:before {
    content: "\f0db";
}
.icon-sort:before {
    content: "\f0dc";
}
.icon-sort-down:before {
    content: "\f0dd";
}
.icon-sort-up:before {
    content: "\f0de";
}
.icon-envelope-alt:before {
    content: "\f0e0";
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-undo:before,
.icon-rotate-left:before {
    content: "\f0e2";
}
.icon-legal:before {
    content: "\f0e3";
}
.icon-dashboard:before {
    content: "\f0e4";
}
.icon-comment-alt:before {
    content: "\f0e5";
}
.icon-comments-alt:before {
    content: "\f0e6";
}
.icon-bolt:before {
    content: "\f0e7";
}
.icon-sitemap:before {
    content: "\f0e8";
}
.icon-umbrella:before {
    content: "\f0e9";
}
.icon-paste:before {
    content: "\f0ea";
}
.icon-lightbulb:before {
    content: "\f0eb";
}
.icon-exchange:before {
    content: "\f0ec";
}
.icon-cloud-download:before {
    content: "\f0ed";
}
.icon-cloud-upload:before {
    content: "\f0ee";
}
.icon-user-md:before {
    content: "\f0f0";
}
.icon-stethoscope:before {
    content: "\f0f1";
}
.icon-suitcase:before {
    content: "\f0f2";
}
.icon-bell-alt:before {
    content: "\f0f3";
}
.icon-coffee:before {
    content: "\f0f4";
}
.icon-food:before {
    content: "\f0f5";
}
.icon-file-alt:before {
    content: "\f0f6";
}
.icon-building:before {
    content: "\f0f7";
}
.icon-hospital:before {
    content: "\f0f8";
}
.icon-ambulance:before {
    content: "\f0f9";
}
.icon-medkit:before {
    content: "\f0fa";
}
.icon-fighter-jet:before {
    content: "\f0fb";
}
.icon-beer:before {
    content: "\f0fc";
}
.icon-h-sign:before {
    content: "\f0fd";
}
.icon-plus-sign-alt:before {
    content: "\f0fe";
}
.icon-double-angle-left:before {
    content: "\f100";
}
.icon-double-angle-right:before {
    content: "\f101";
}
.icon-double-angle-up:before {
    content: "\f102";
}
.icon-double-angle-down:before {
    content: "\f103";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-desktop:before {
    content: "\f108";
}
.icon-laptop:before {
    content: "\f109";
}
.icon-tablet:before {
    content: "\f10a";
}
.icon-mobile-phone:before {
    content: "\f10b";
}
.icon-circle-blank:before {
    content: "\f10c";
}
.icon-quote-left:before {
    content: "\f10d";
}
.icon-quote-right:before {
    content: "\f10e";
}
.icon-spinner:before {
    content: "\f110";
}
.icon-circle:before {
    content: "\f111";
}
.icon-reply:before,
.icon-mail-reply:before {
    content: "\f112";
}
.icon-folder-close-alt:before {
    content: "\f114";
}
.icon-folder-open-alt:before {
    content: "\f115";
}
.icon-expand-alt:before {
    content: "\f116";
}
.icon-collapse-alt:before {
    content: "\f117";
}
.icon-smile:before {
    content: "\f118";
}
.icon-frown:before {
    content: "\f119";
}
.icon-meh:before {
    content: "\f11a";
}
.icon-gamepad:before {
    content: "\f11b";
}
.icon-keyboard:before {
    content: "\f11c";
}
.icon-flag-alt:before {
    content: "\f11d";
}
.icon-flag-checkered:before {
    content: "\f11e";
}
.icon-terminal:before {
    content: "\f120";
}
.icon-code:before {
    content: "\f121";
}
.icon-reply-all:before {
    content: "\f122";
}
.icon-mail-reply-all:before {
    content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123";
}
.icon-location-arrow:before {
    content: "\f124";
}
.icon-crop:before {
    content: "\f125";
}
.icon-code-fork:before {
    content: "\f126";
}
.icon-unlink:before {
    content: "\f127";
}
.icon-question:before {
    content: "\f128";
}
.icon-info:before {
    content: "\f129";
}
.icon-exclamation:before {
    content: "\f12a";
}
.icon-superscript:before {
    content: "\f12b";
}
.icon-subscript:before {
    content: "\f12c";
}
.icon-eraser:before {
    content: "\f12d";
}
.icon-puzzle-piece:before {
    content: "\f12e";
}
.icon-microphone:before {
    content: "\f130";
}
.icon-microphone-off:before {
    content: "\f131";
}
.icon-shield:before {
    content: "\f132";
}
.icon-calendar-empty:before {
    content: "\f133";
}
.icon-fire-extinguisher:before {
    content: "\f134";
}
.icon-rocket:before {
    content: "\f135";
}
.icon-maxcdn:before {
    content: "\f136";
}
.icon-chevron-sign-left:before {
    content: "\f137";
}
.icon-chevron-sign-right:before {
    content: "\f138";
}
.icon-chevron-sign-up:before {
    content: "\f139";
}
.icon-chevron-sign-down:before {
    content: "\f13a";
}
.icon-html5:before {
    content: "\f13b";
}
.icon-css3:before {
    content: "\f13c";
}
.icon-anchor:before {
    content: "\f13d";
}
.icon-unlock-alt:before {
    content: "\f13e";
}
.icon-bullseye:before {
    content: "\f140";
}
.icon-ellipsis-horizontal:before {
    content: "\f141";
}
.icon-ellipsis-vertical:before {
    content: "\f142";
}
.icon-rss-sign:before {
    content: "\f143";
}
.icon-play-sign:before {
    content: "\f144";
}
.icon-ticket:before {
    content: "\f145";
}
.icon-minus-sign-alt:before {
    content: "\f146";
}
.icon-check-minus:before {
    content: "\f147";
}
.icon-level-up:before {
    content: "\f148";
}
.icon-level-down:before {
    content: "\f149";
}
.icon-check-sign:before {
    content: "\f14a";
}
.icon-edit-sign:before {
    content: "\f14b";
}
.icon-external-link-sign:before {
    content: "\f14c";
}
.icon-share-sign:before {
    content: "\f14d";
}
.dropdown {
    position: relative;
}
.dropdown-toggle {
    *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-left: 4px solid rgba(255, 255, 255, 0);
    border-right: 4px solid rgba(255, 255, 255, 0);
    border-top: 4px solid #000000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    content: "";
}
.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}
.dropdown:hover .caret,
.open.dropdown .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 2px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    *width: 100%;
    *margin: -5px 0 5px;
}
.dropdown-menu a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
}
.dropdown.open {
    *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
    color: #ffffff;
    background: #ccc;
    background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
    display: block;
}
.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
.typeahead {
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    opacity: 0;
}
.fade.in {
    opacity: 1;
}
.collapse {
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -ms-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
    position: relative;
    overflow: hidden;
    height: 0;
}
.collapse.in {
    height: auto;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 8px 25px 8px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #565656;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background: #FCFCFC;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font: 14px 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background-color: #eee;
}
.btn:active,
.btn.active {
    background-color: #cccccc;
}
.btn:first-child {
    *margin-left: 0;
}
.btn:hover {
    color: #333333;
    text-decoration: none;
    background: #fff;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn-primary:active,
.btn-primary.active,
.btn.active,
.btn:active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    outline: 0;
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    background-color: #e6e6e6;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-large [class^="icon-"] {
    margin-top: 1px;
}
.btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}
.btn-small [class^="icon-"] {
    margin-top: -1px;
}
.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
    background-color: #167ba7;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #0c506e;
    border-color: #0c506e;
}
.btn-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}
.btn-danger {
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}
.btn-success {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}
.btn-info {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}
.btn-inverse {
    background-color: #414141;
    background-image: -moz-linear-gradient(top, #555555, #222222);
    background-image: -ms-linear-gradient(top, #555555, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
    background-image: -webkit-linear-gradient(top, #555555, #222222);
    background-image: -o-linear-gradient(top, #555555, #222222);
    background-image: linear-gradient(top, #555555, #222222);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}
.btn-group {
    position: relative;
    *zoom: 1;
    *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
    display: table;
    content: "";
}
.btn-group:after {
    clear: both;
}
.btn-group:first-child {
    *margin-left: 0;
}
.btn-group + .btn-group {
    margin-left: 5px;
}
.btn-toolbar {
    margin-top: 9px;
    margin-bottom: 9px;
}
.btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.btn-group .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-group .btn:first-child {
    margin-left: 0;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {}.btn-group .btn.large:first-child {
    margin-left: 0;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {}.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
    z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    *padding-top: 3px;
    *padding-bottom: 3px;
}
.btn-group .btn-mini.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 1px;
    *padding-bottom: 1px;
}
.btn-group .btn-small.dropdown-toggle {
    *padding-top: 4px;
    *padding-bottom: 4px;
}
.btn-group .btn-large.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open {
    *z-index: 1000;
}
.btn-group.open .dropdown-menu {
    display: block;
    margin-top: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
    margin-top: 7px;
    margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-mini .caret {
    margin-top: 5px;
}
.btn-small .caret {
    margin-top: 6px;
}
.btn-large .caret {
    margin-top: 6px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    border-top: 5px solid #000000;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}
.alert-heading {
    color: inherit;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}
.nav {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
}
.nav > li > a {
    display: block;
}
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.nav li + .nav-header {
    margin-top: 9px;
}
.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
    padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc;
}
.nav-list [class^="icon-"] {
    margin-right: 2px;
}
.nav-list .divider {
    height: 1px;
    margin: 8px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    *width: 100%;
    *margin: -5px 0 5px;
}
.nav-tabs,
.nav-pills {
    *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    content: "";
}
.nav-tabs:after,
.nav-pills:after {
    clear: both;
}
.nav-tabs > li,
.nav-pills > li {
    float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    color: #ffffff;
    background-color: #0088cc;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li > a {
    margin-right: 0;
}
.nav-tabs.nav-stacked {
    border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
    border-color: #ddd;
    z-index: 2;
}
.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu {
    margin-top: 1px;
    border-width: 1px;
}
.nav-pills .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
    margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
    color: #000000;
    cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.tab-content {
    display: table;
    width: 100%;
}
.navbar {
    *position: relative;
    *z-index: 2;
    overflow: visible;
    margin-bottom: 18px;
}
.navbar .container {
    width: auto;
}
.btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
    background-color: #222222;
}
.btn-navbar:active,
.btn-navbar.active {
    background-color: #080808 \9;
}
.btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}
.nav-collapse.collapse {
    height: auto;
}
.navbar {
    color: #999999;
}
.navbar .brand:hover {
    text-decoration: none;
}
.navbar .brand {
    float: left;
    display: block;
    padding: 8px 20px 12px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    color: #ffffff;
}
.navbar .navbar-text {
    margin-bottom: 0;
    line-height: 40px;
}
.navbar .btn,
.navbar .btn-group {
    margin-top: 5px;
}
.navbar .btn-group .btn {
    margin-top: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}
.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-bottom {
    bottom: 0;
}
.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
    float: right;
}
.navbar .nav > li {
    display: block;
    float: left;
}
.navbar .nav > li > a {
    float: none;
    padding: 10px 10px 11px;
    line-height: 19px;
    color: #999999;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #222222;
}
.navbar .divider-vertical {
    height: 40px;
    width: 1px;
    margin: 0 9px;
    overflow: hidden;
    background-color: #222222;
    border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
    margin-left: 10px;
    margin-right: 0;
}
.navbar .dropdown-menu {
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.navbar .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid rgba(255, 255, 255, 0);
    border-right: 7px solid rgba(255, 255, 255, 0);
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}
.navbar .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid rgba(255, 255, 255, 0);
    border-right: 6px solid rgba(255, 255, 255, 0);
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    bottom: -6px;
    top: auto;
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar .nav .active .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
    background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
    color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu,
.navbar .nav .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before,
.navbar .nav .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after,
.navbar .nav .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}
.breadcrumb {
    padding: 7px 14px;
    margin: 0 0 18px;
    list-style: none;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
    padding: 0 5px;
    color: #999999;
}
.breadcrumb .active a {
    color: #333333;
}
.pagination {
    height: 36px;
    margin: 18px 0;
}
.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
    display: inline;
}
.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
    background-color: #f5f5f5;
}
.pagination .active a {
    color: #999999;
    cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}
.pager:before,
.pager:after {
    display: table;
    content: "";
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.pager .next a {
    float: right;
}
.pager .previous a {
    float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
    color: #999999;
    background-color: #fff;
    cursor: default;
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
	box-sizing:border-box;
}
.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -ms-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}
.modal.fade.in {
    top: 50%;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}
.modal-form {
    margin-bottom: 0;
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.tooltip.top {
    margin-top: -2px;
}
.tooltip.right {
    margin-left: 2px;
}
.tooltip.bottom {
    margin-top: 2px;
}
.tooltip.left {
    margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid #000000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.fb_iframe_widget_fluid {
	display: none;
	position:absolute;
	right:0px;
}
.topbar .fb_iframe_widget_fluid[fb-xfbml-state=rendered] {
	position:absolute;
}

.fb_iframe_widget_fluid[fb-xfbml-state=rendered] {
	display: inline-block;
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: white;
    border: 1px solid rgb(204, 204, 204);
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.popover.error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    border: 1px solid rgba(238, 211, 215, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
}
.popover.top.error .arrow {
    border-top-color: #EED3D7;
    border-top-color: rgba(238, 211, 215, 0.2);
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
}
.popover.top.error .arrow:after {
    border-top-color: rgb(242, 222, 222);
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right.error .arrow {
    border-right-color: #EED3D7;
    border-right-color: rgba(238, 211, 215, 0.2);
}
.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
}
.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
}
.popover.right.error .arrow:after {
    border-right-color: rgb(242, 222, 222);
}
.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}
.popover.bottom.error .arrow {
    border-bottom-color: #EED3D7;
    border-bottom-color: rgba(238, 211, 215, 0.2);
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}
.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.bottom.error .arrow:after {
    border-bottom-color: rgb(242, 222, 222);
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}
.popover.left.error .arrow {
    border-left-color: #EED3D7;
    border-left-color: rgba(238, 211, 215, 0.2);
}
.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
}
.popover.left.error .arrow:after {
    border-left-color: rgb(242, 222, 222);
}
.popover-footer {
    padding: 5px 15px;
    line-height: 1;
    background-color: #f5f5f5;
    border-top: 1px solid #eee;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
    display: table;
    content: "";
}
.thumbnails:after {
    clear: both;
}
.thumbnails > li {
    float: left;
    margin: 0 0 18px 20px;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 1;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
    border-color: #0088cc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
}
.label {
    padding: 1px 4px 2px;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 13px;
    color: #ffffff;
    vertical-align: middle;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.label:hover {
    color: #ffffff;
    text-decoration: none;
}
.label-important {
    background-color: #b94a48;
}
.label-important:hover {
    background-color: #953b39;
}
.label-warning {
    background-color: #f89406;
}
.label-warning:hover {
    background-color: #c67605;
}
.label-success {
    background-color: #468847;
}
.label-success:hover {
    background-color: #356635;
}
.label-info {
    background-color: #3a87ad;
}
.label-info:hover {
    background-color: #2d6987;
}
.label-inverse {
    background-color: #333333;
}
.label-inverse:hover {
    background-color: #1a1a1a;
}
.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.badge-error {
    background-color: #b94a48;
}
.badge-error:hover {
    background-color: #953b39;
}
.badge-warning {
    background-color: #f89406;
}
.badge-warning:hover {
    background-color: #c67605;
}
.badge-success {
    background-color: #468847;
}
.badge-success:hover {
    background-color: #356635;
}
.badge-info {
    background-color: #3a87ad;
}
.badge-info:hover {
    background-color: #2d6987;
}
.badge-inverse {
    background-color: #333333;
}
.badge-inverse:hover {
    background-color: #1a1a1a;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}
@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}
@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}
.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress .bar {
    width: 0%;
    height: 18px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -ms-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(top, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}
.progress-warning.progress-striped .bar {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
    margin-bottom: 18px;
}
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion-heading {
    border-bottom: 0;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}
.carousel {
    position: relative;
    margin-bottom: 18px;
    line-height: 1;
}
.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.carousel .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -ms-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel .item > img {
    display: block;
    line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
    display: block;
}
.carousel .active {
    left: 0;
}
.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel .next {
    left: 100%;
}
.carousel .prev {
    left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
    left: 0;
}
.carousel .active.left {
    left: -100%;
}
.carousel .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.carousel-control.right {
    left: auto;
    right: 15px;
}
.carousel-control:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px 5px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
    color: #ffffff;
}
.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px;
}
.hero-unit p {
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    color: inherit;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}
body,
button,
input,
select,
textarea {
    font-family: Tahoma, sans-serif;
    color: #5A5858;
}
::-moz-selection {
    background: #145A7C;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #145A7C;
    color: #fff;
    text-shadow: none;
}
a:hover,
a:active {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: transparent;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
input:valid,
textarea:valid {}input:invalid,
textarea:invalid {
    background-color: #fccfcc;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}

.ir {
    display:inline-block;
    border:0;
    overflow:hidden;
    background-color:transparent;
    background-repeat:no-repeat;
    text-align:left;
    direction:ltr;
	color:#000;
    *line-height:0;
}
.ir br {
    display: none;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.zindex20 {
    z-index: 20;
}
.zindex30 {
    z-index: 30;
}
.zindex40 {
    z-index: 40;
}
.zindex50 {
    z-index: 50;
}
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.switcher,
.switcher input,
.switcher .switcher__fake,
.switcher .switcher__text {
    box-sizing: border-box;
}
.switcher__fake {
    display: inline-block;
    vertical-align: middle;
    background: #d5d5d5;
    height: 20px;
    width: 38px;
    margin: 0 10px 0 0;
    position: relative;
    border-radius: 20px;
    -webkit-transition: background;
    transition: background;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
.switcher__fake:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    left: 1px;
    top: 1px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: transform;
    transition: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.switcher input {
    display: none;
}
.switcher input:checked + .switcher__fake {
    background: #7bce64;
}
.switcher input:checked + .switcher__fake:before {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.help-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.help-icon:before {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    content: "?";
    text-align: center;
    line-height: 18px;
    color: #b2b2b2;
    font-size: 10px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.help-icon:hover:before {
    background-color: #479ad2;
    border-color: #479ad2;
    color: #fff;
}
.help-tooltip {
    position: absolute;
    right: 0;
    top: -6px;
    left: 39px;
    display: none;
}
.help-icon:hover .help-tooltip {
    display: block;
}
.help-tooltip__content {
    position: relative;
    background: #f7fdfa;
    border: 1px solid #cdf1de;
    width: 300px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
    z-index: 1;
    border-radius: 4px;
    color: #231f20;
    font-weight: normal;
    text-align: left;
}
.help-tooltip__content:after,
.help-tooltip__content:before {
    right: 100%;
    top: 26px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.help-tooltip__content:after {
    border-color: rgba(247, 253, 250, 0);
    border-right-color: #f7fdfa;
    border-width: 12px;
    margin-top: -12px;
}
.help-tooltip__content:before {
    border-color: rgba(205, 241, 222, 0);
    border-right-color: #cdf1de;
    border-width: 13px;
    margin-top: -13px;
}
.help-tooltip__content--title {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 0 0 14px;
}
.inline-block {
    display: inline-block;
}
.clear {
    clear: both;
}
.pAbs {
    position: absolute;
}
.pRel {
    position: relative;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.margin_0 {
    margin: 0;
}
.rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.overflow-hidden {
    overflow: hidden;
}
.noscroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.messages {
    padding: 0;
    margin: 0;
}
.messages li {
    padding: 5px 0;
    list-style: none;
    color: white;
}
.messages li.error {
    background: #DB0F13;
}
.messages li.error a {
    text-decoration: underline;
    color: #fff;
}
.messages li.error a:hover {
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.notification {
    position: fixed;
    top: -1px;
    left: 50%;
    margin: 0 0 0 -130px;
    padding: 0;
    width: 260px;
    min-height: 32px;
    text-align: center;
    z-index: 1001;
    list-style: none;
    display: none;
}
.embed .notification li {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font: bold 12px Arial;
    background: #fdfdfd;
    color: #999;
    border: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.notification li {
    font: 14px/1.5 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    margin: 0;
    padding: 6px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .67);
    color: white;
}
.notification li a {
    color: white;
    border-bottom: 1px dotted #fff;
}
.notification li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.embed .notification li a,
.embed .notification li a:hover {
    border-bottom: 0;
}
.embed .notification li a {
    color: #145A7C;
    border-bottom: 0;
}
.notification .success {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.notification .error {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
}
.notification .notice {
    color: #3A87AD;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}
.notification .action-link {
    padding-left: 5px;
}
.rebelnavPostUnfixed #notification {
    top: 31px;
}
.noscroll {
    overflow-x: hidden;
    overflow-y: auto;
}
input,
textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
blockquote {
    border-left-color: #d6d6d6;
    color: #656565;
    padding: 0 0 0 25px;
    margin: 1em 0 1em 25px;
}
.sortable .link-in img,
.sortable .link-out img {
    cursor: move;
}
.drop-hover {
    opacity: 0.5;
}
.ui-draggable-dragging {
    z-index: 100;
}
.section-link {
    display: inline-block;
    padding: 0 6px;
    color: #fff;
    background: #0183D0;
    position: absolute;
    font-size: 11px;
    line-height: 2em;
    text-transform: uppercase;
    left: 0;
    z-index: 1;
    margin-top: -2em;
}
.section-link:hover {
    text-decoration: none;
    background: #145A7C;
    color: #fff;
}
.giant-splash .section-link {
    background: transparent;
    color: #0183D0;
    padding: 0;
    position: static;
}
.giant-splash .section-link:hover {
    position: static;
    color: #145A7C;
    background: transparent;
}
.page-article .section-link {
    left: auto;
}
.side_bar .section-link {
    display: none;
}
.widget .page .section-link {
    display: none;
}
.popular-arrow {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    clear: both;
    width: 32px;
    height: 32px;
}
.giant_splash-section .popular-arrow {
    width: 64px;
    height: 64px;
}
.user-prefs {
    border: none;
    position: absolute;
    right: auto;
    top: 6px;
    display: none;
    width: 40px;
    border-bottom: none;
    background: transparent;
}
.user-prefs span,
.user-prefs a {
    border-bottom: none;
    display: block;
    cursor: pointer;
    margin: 0 0 3px;
    position: relative;
}
.user-prefs a .count {
    background: #000;
    color: #fff;
    font-size: 0.68em;
    font-weight: bold;
    line-height: 0.68em;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 4px;
}

.giant-splash-size,
.image100,
.image129,
.image210,
.image225,
.image260,
.image238,
.image300,
.image600,
.image917,
.image254,
.image960,
.image528,
.image528x304,
.image252,
.image246,
.image366,
.image465,
.image202,
.image139,
.image1200x400,
.image1200x600,
.image84 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image100 {
    width: 100%;
    max-width: 100px;
    height: 100px;
}
.image129 {
    width: 100%;
    height: 129px;
}
.image210 {
    width: 100%;
    height: 210px;
}
.image225 {
    width: 100%;
    height: 225px;
}
.image260 {
    width: 100%;
    height: 260px;
}
.image300 {
    width: 100%;
    height: 300px;
}
.image366 {
    width: 100%;
    height: 190px;
}
.image465 {
    width: 100%;
    height: 300px;
}
.image600 {
    width: 100%;
    height: 600px;
}
.image1200x400 {
    width: 100%;
    height: 400px;
}
.image1200x600 {
    width: 100%;
    height: 600px;
}
.slide-holder .image366 {
    height: 107px;
}
.image960 {
    width: 960px;
    height: 400px;
}
.image254 {
    width: 100%;
    height: 275px;
}
.news-section .widget .page-article {
    height: 275px;
}
.giant-splash-size {
    width: 100%;
    height: 600px;
}
.image528 {
    width: 100%;
    height: 304px;
}
.image528x304 {
    height: 190px;
}
.image252 {
    width: 100%;
    height: 275px;
}
.image246 {
    width: 100%;
    height: 266px;
}
.image202 {
    width: 202px;
    height: 156px;
}
.image139 {
    width: 139px;
    height: 107px;
}
.image238 {
    width: 238px;
    height: 150px;
}
.slider-wrapper .image238 {
    width: 152px;
    height: 100px;
}
.image84 {
    width: 84px;
    height: 66px;
}

.widget .giant-splash-size .hidden-image,
.pin-hidden-image {
    display: block;
    height: 0;
    width: 0;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .image528 {
        width: 100%;
        height: 186px;
    }
    .giant-splash-size {
        width: 100%;
        height: 380px;
    }
    .image252,
    .image246,
    .image254 {
        width: 100%;
        height: 162px;
    }
    .image366 {
        width: 100%;
        height: 160px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .giant-splash-size {
        height: 380px;
    }
}
.providers,
.like-icon,
.twitter-icon,
.icons-dodo {
    background-image: url('img/icons.png?31');
    background-size: 458px 225px;
    display: inline-block;
    vertical-align: middle;
}
.icons-dodo {
    vertical-align: -2px;
}
.add-post-i {
    width: 24px;
    height: 24px;
    background-position: -327px -134px;
}
.my-profile-i {
    width: 21px;
    height: 21px;
    background-position: -374px -160px;
}
.like-icon {
    background-position: 0 0;
    width: 27px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.twitter-icon {
    background-position: -3px -24px;
    width: 27px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
}
.send-blue {
    width: 31px;
    height: 30px;
    background-position: -36px -189px;
}
.re-post-blue {
    width: 32px;
    height: 21px;
    background-position: -71px -195px;
}
.gp-ico,
.tw-ico,
.fb-ico {
    width: 20px;
    height: 20px;
}
.fb-ico {
    background-position: -203px 0;
}
.tw-ico {
    background-position: -228px 0;
}
.gp-ico {
    background-position: -253px 0;
}
.fbx24 {
    width: 24px;
    height: 24px;
    background-position: -207px -42px;
}
.fbx24.disabled {
    background-position: -203px -67px;
}
.twx24 {
    width: 24px;
    height: 24px;
    background-position: -232px -42px;
}
.twx24.disabled {
    background-position: -227px -67px;
}

h1,
h2,
h1 a,
h1 a:hover {
    color: #000;
}
h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 12px;
    font-weight: 600;
}
h2 {
    font-size: 120%;
    line-height: 120%;
    margin: 10px 0;
}
.post-splash .post-controls,
.post-page .post-controls {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}
.menu-opened .post-splash .post-controls,
.menu-opened .post-page .post-controls {
    z-index: 1;
}
.post-page .two-cell-col .post-controls {
    right: 34px;
}
.post-controls .delete {
    background: #f66d68;
}
.post-controls .delete:hover {
    background: #D25D59;
}
.post-splash .post-controls .btn,
.post-page .post-controls .btn {
    height: 19px;
    line-height: 19px;
}
.post-controls .delete.btn:before {
    background-position: -39px 0;
    width: 16px;
    height: 19px;
    margin: -3px 0 0 0;
}
.post-controls .edit.btn:before {
    background-position: -19px 0;
    width: 16px;
    height: 16px;
    margin: -2px 7px 0 0;
}
.post-splash .giant-splash-size {
    height: auto;
}
.post-splash .giant-splash-size.video_ {
    height: 600px;
}
.article-content .headline {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
}
.article-content .headline a {
    color: #333;
}
.widget .article-content .page,
.widget .article-content .page:after {
    background-color: transparent;
}
.post-page {
    padding: 0;
}
.article-media {
    position: relative;
}
.article-media .article-photo-credit {
    background: rgba(0, 0, 0, 0.77);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
}
.article-media .article-photo-credit,
.article-media .article-photo-credit p {
    color: #DDD;
    font: 11px 'PT Sans', sans-serif;
    margin: 0;
}
.article-media .article-photo-credit p {
    padding: 0 10px;
    line-height: 26px;
}
.article-media .article-photo-credit p br:first-of-type {
    display: none;
}
.article-body h1 {
    font: 600 36px/1.5 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
}
.article-body h2 {
    font: 600 31px/1.5 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
}
.article-body h3 {
    font: 600 22px/1.2 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
}
.article-body h4 {
    font: 600 17px/1.4 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
}
.article-content h3,
.article-content h2,
.article-content h1 {
    color: #5A5858;
}
.article-body .ol-list {
    counter-increment: post-media-counter;
}
.article-body .ol-list.reverse::before {
    content: attr(title) '. ';
}
.article-body .ol-list::before {
    content: counter(post-media-counter) '. ';
}
.article-body .ol-list.no-numbers::before {
    content: none;
}
.article-media a {
    color: #9cf1ff;
}
.article-body img,
.article-media img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.article-body img.rm-shortcode,
.article-media img.rm-shortcode {
    margin-top: -80px;
    padding-top: 80px;
}
.article-content .credit {
    margin-bottom: 5px;
}
.article-content .credit img {
    vertical-align: middle;
    width: auto;
}
.article-content .credit a {
    color: #919396;
    font: 14px 'PT Sans', Tahoma, sans-serif;
}
.article-content .credit a:hover {
    color: #999;
}
.article-body iframe {
    max-width: 883px;
    margin: auto;
    display: block;
}
.article-body .rebelmouse-plugin iframe {
    max-width: none;
}
.full-width-module {
    overflow: hidden;
    margin: 0 0 40px;
}
.full-width-module .widget {
    width: 278px;
    height: auto;
    min-height: 229px;
    padding: 18px 16px;
    margin: 0;
}
.full-width-module .widget > article {
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}
.full-width-module .widget:nth-child(-n+3) {
    margin: 20px 0 0 0;
    padding: 5px 16px 18px;
}
.full-width-module .widget img:not(.author-avatar) {
    width: 164px;
    float: left;
    margin: 0 10px 0 0;
}
.full-width-module .blog-section {
    margin: 0 0 0 -24px;
    padding: 0 0 0 10px;
}
.full-width-module .bottom-part {
    position: absolute;
    top: 168px;
    bottom: auto;
    width: auto;
    right: 0;
    left: auto;
}
.full-width-module .blog-section .user-prefs {
    left: 23px;
    top: 21px;
}
.post-page .one-cell-col {
    padding: 0;
    border-left: 1px solid #C6C1A8;
}
.post-page .popular-section {
    border: none;
}
.author-module {
    float: none;
    padding: 0 0 20px;
    font-size: 14px;
}
.author-module .follow-button {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #08a5cb;
    color: #08a5cb;
    padding: 7px 0;
    width: 86px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 10px 0 0;
}
.author-module .follow-button:hover {
    background: #fff;
}
.author-module .following {
    border-color: #afafaf;
    background: #fff;
    color: #afafaf;
}
.author-module .unfollow:hover,
.author-module .unfollow {
    background: #ff6e65;
    border-color: #ff6e65;
    color: #fff;
}
.author-module .author-photo {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.author-module .author-name {
    display: inline-block;
    margin-right: 18px;
    max-width: 250px;
}
.author-module .post-date {
    display: inline-block;
    border-left: 1px solid #919396;
    padding: 0 15px;
    color: #919396;
    border-right: 1px solid #919396;
    margin: 0 15px 0 0;
    vertical-align: middle;
}
/*.author-module .fb-like {
    display: inline-block;
    height: 22px;
    width: 90px;
    vertical-align: middle;
}*/
.pullquote {
    float: left;
    width: 330px;
    margin: 10px 26px 14px 0;
    border: none;
    border-right: 2px solid #88ddb3;
    padding: 0;
    font-size: 33px;
    line-height: 41px;
}
.article-content li,
.article-content p,
.article-body {
    font: 19px/32px 'Sentinel SSm A', 'Sentinel SSm B';
 /*   margin: 0 0 15px;*/
    font-weight: 300;
}
.article-content p small {
    font: 19px/32px 'Sentinel SSm A', 'Sentinel SSm B';
    color: #231F20;
}
.article-body {
    padding: 0 5px 0 0;
}
.article-content p, .article-content .article-description .gallery {
    margin: 30px 0;
}
.article-description, .container_gallery_description{
	word-wrap: break-word;
}
.article-content h3 {
    font-size: 27px;
    margin: 0 0 15px;
}
.article-content h4 {
    font-size: 23px;
    margin: 0 0 10px;
}
.article-content a {
    color: #08a5cb;
}
.article-content a:hover {
    text-decoration: underline;
}
.left-side,
.right-side {
    float: left;
}
.left-side {
    width: 640px;
}
.most-popular {
    counter-reset: section;
    border: 1px #9de5c9 solid;
    height: 100%;
    width: 310px;
}
.most-popular .list-item {
    text-align: center;
    height: 160px;
}
.most-popular .image-link,
.most-popular .image {
    width: 170px;
    height: 97px;
    display: block;
    margin: auto;
    position: relative;
}
.most-popular .image-link:before {
    counter-increment: section;
    position: absolute;
    top: 0;
    left: -16px;
    color: #a7a9ac;
    content: counter(section);
}
.most-popular .headline {
    display: block;
    margin: auto;
    width: 170px;
    font-size: 90%;
    text-align: left;
}
.author-module-bottom {
    color: #B7B7B7;
    margin-bottom: 34px;
    padding: 12px;
}
.widget .author-module-bottom img {
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    width: 40px;
    height: 40px;
}
.widget .author-module-bottom .author-bio {
    display: block;
    overflow: hidden;
}
.tags {
    text-transform: uppercase;
    margin-bottom: 38px;
    font-size: 16px;
}
.tags a {
    color: #49c0df;
}
.tags span {
    color: #333;
}
.tags a:after,
.tags span:after {
    content: ',';
    color: #000;
}

.post-source.tags a:after {
    content: '';
}

.tags span:after {
    color: #333;
}
.tags a:last-child:after,
.tags span:last-child:after {
    content: '';
}
.article-content .btn {
    font-size: 12px;
    margin: 0 0 10px;
    color: #fff;
}
.article-content .caption {
    font-family: 'PT Sans', Tahoma, sans-serif !important;
    font-size: 14px;
}
.article-media {
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}
.photo .article-media {
    width: auto;
    width: 100%;
    margin-top: 0;
}
.post-page .promote-widgets {
    padding: 0;
}
.post-page .one-cell-col {
    padding: 0 0 0 20px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .article-content h1 {
        font-size: 22px;
    }
   /* .article-content .fb-like iframe {
        max-width: 110px;
    }*/
}
#fb-root {
    display: none;
}
.fb_iframe_widget {
	display: inline-block;
	position: relative;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    max-width: 100% !important;
}

.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

.fb-like {
    height: 20px;
}

.giant-splash-size .prev-post {
    left: 10px;
}
.giant-splash-size .prev-post:hover {
    background-position: 0 -43px;
}
.giant-splash-size .next-post {
    background-position: -27px 0;
    right: 10px;
}
.giant-splash-size .next-post:hover {
    background-position: -27px -43px;
}
.share-linkedin {
    display: none;
}
.article-img-wrapper {
    position: relative;
    display: block;
    min-width: 300px;
}
.giant-splash .article-img-wrapper {
    display: block;
}
.unpublished-post-notification {
    background-color: #000;
    padding: 17px 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    margin: 0 0 20px;
}
.draft-warning {
    display: none;
}
.post-page .locked.btn:active,
.post-page .locked.btn {
    position: absolute;
    top: 15px;
    right: 34px;
    z-index: 1;
    font-size: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
    color: #fff;
}
.post-page .locked.btn:hover,
.post-splash .locked.btn:hover {
    background: #479AD2;
}
.post-splash .locked.btn {
    position: absolute;
    right: 14px;
    top: 15px;
    font-size: 12px;
    z-index: 2;
}

button,
input[type="button"] {
    background-color: #479ad2;
    text-transform: none;
    font: 14px Tahoma, sans-serif;
    padding: 8px 16px;
    margin-bottom: 4px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
button:hover,
input[type="button"]:hover {
    background-color: #338fcd;
}
.content-section .btn_add {
    background-color: #479ad2;
    text-transform: none;
    font: 14px Tahoma, sans-serif;
    padding: 8px 16px;
    margin-bottom: 4px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.content-section .btn_add:hover {
    background-color: #338fcd;
}
.content-section .btn_save,
.content-section .btn_delete {
    border: 0;
    color: #fff;
    font: 14px Tahoma, sans-serif;
    padding: 8px 16px;
    margin-bottom: 20px;
    text-transform: none;
}
.content-section .btn_delete {
    background-color: rgba(168, 168, 168, .8);
    float: left;
}
.content-section .btn_save {
    float: right;
}
.content-section .btn_delete:hover {
    background-color: rgba(168, 168, 168, 1);
}
.add-post-btn {
    display: none;
    color: #aaa;
    font-size: 34px;
    font-weight: 400;
    position: absolute;
    right: 111px;
    top: 10px;
}
.add-post-btn:hover {
    color: #ccc;
    text-decoration: none;
}
.btn {
    background-color: #479ad2;
    color: #FFF;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    font: 14px Tahoma, sans-serif;
    padding: 8px 16px;
    margin-bottom: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background-color: #eeeeee;
    border-color: #338fcd;
}
.btn.disabled,
.btn[disabled] {
    pointer-events: none;
}
.btn:active,
.btn:hover {
    background-color: #338fcd;
    color: #FFF;
}
.btn:focus {
    outline: none;
}
.btn.cancel {
    background-color: #a8a8a8;
    color: #fff;
}
.publish-story .btn {
    font-size: 16px;
    line-height: 19px;
}
.btn.show-advansed {
    padding: 8px;
    position: relative;
    background-color: rgba(168, 168, 168, 0.9);
}
.btn.show-advansed:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -2px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    overflow: hidden;
}
.btn.show-advansed:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -2px;
    border-top: 4px solid #fff;
    overflow: hidden;
}
.advanced-settings {
    background: rgba(168, 168, 168, .9);
    display: none;
    padding: 0;
    margin: 4px 0 0 0;
    position: absolute;
    right: 0;
    list-style-type: none;
}
.advanced-settings li {
    border-bottom: 1px solid rgba(168, 168, 168, .8);
}
.advanced-settings li:last-child {
    border-bottom: 0;
}
.advanced-settings a {
    color: white;
    display: block;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 9px;
}
.advanced-settings a:hover {
    background: rgba(168, 168, 168, 1);
    text-decoration: none;
}
.advanced-settings > li > div,
.advanced-settings .mainmenu-sub .ico {
    display: none;
}
.advanced-settings .mainmenu-sub {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.provider-btn {
    color: #FFF;
    display: block;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 0 15px;
    text-decoration: none;
    line-height: 29px;
    font: 17px 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
    background: #5a9dcb;
}
.provider-btn:hover {
    background-color: #2A9CB7;
    color: #FFF;
    text-decoration: none;
}
.provider-btn.facebook:hover,
.provider-btn.facebook {
    background: #5370a9;
}
.provider-btn.twitter {
    background: #2abbff;
}
.provider-btn.twitter:hover {
    background: #2abbff;
}
.provider-btn.intagram {
    background: #008fa8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGZhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZmFlY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #008fa8 0%, #2faecc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008fa8), color-stop(100%, #2faecc));
    background: -webkit-linear-gradient(top, #008fa8 0%, #2faecc 100%);
    background: -o-linear-gradient(top, #008fa8 0%, #2faecc 100%);
    background: -ms-linear-gradient(top, #008fa8 0%, #2faecc 100%);
    background: linear-gradient(to bottom, #008fa8 0%, #2faecc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008fa8', endColorstr='#2faecc', GradientType=0);
    border-color: #008593;
}
.provider-btn.intagram:hover {
    background: #2faecc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmYWVjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhmYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2faecc 0%, #008fa8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2faecc), color-stop(100%, #008fa8));
    background: -webkit-linear-gradient(top, #2faecc 0%, #008fa8 100%);
    background: -o-linear-gradient(top, #2faecc 0%, #008fa8 100%);
    background: -ms-linear-gradient(top, #2faecc 0%, #008fa8 100%);
    background: linear-gradient(to bottom, #2faecc 0%, #008fa8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2faecc', endColorstr='#008fa8', GradientType=0);
}
.provider-btn.email {
    background: #c7c8ca;
    border-color: #acb2b6;
}
.provider-btn.email:hover {
    background: #717274;
}
.provider-btn.googleplus:hover,
.provider-btn.googleplus {
    background: #ed4c29;
}
.provider-btn.connected:hover,
.provider-btn.connected {
    background: #ccc;
    border-color: #ccc;
    -webkit-box-shadow: inset 1px 1px 5px #666;
    -moz-box-shadow: inset 1px 1px 5px #666;
    box-shadow: inset 1px 1px 5px #666;
    cursor: default;
}
.provider-btn.instagram:hover,
.provider-btn.instagram {
    background: #3F729B;
}
.button-load-more {
    display: block;
    margin: 0 auto 10px;
    width: 200px;
}
.def-btn:hover,
.def-btn {
    border: 1px solid #b2b2b2;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 9px;
    text-decoration: none;
    font-family: 'PT Sans';
    font-weight: 400;
    line-height: 16px;
    padding: 0 12px;
    display: inline-block;
    cursor: pointer;
}
.def-btn.unlock-post {
    border-color: #f66d68;
    color: #f66d68;
}
html,
body {
    height: 100%;
    width: 100%;
}
p,
body {
    font-family: Tahoma, sans-serif;
}
body,
button,
input,
textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main {
    position: relative;
    background-color: white;
}
.menu-show:hover {
    background-color: #1a1a1a;
    background-color: rgba(0, 0, 0, 0.53);
}
.menu-global {
    display: block;
}
.share-post-placeholder {
    display: none;
}
.rebelbar {
    background-color: rgba(0, 0, 0, .9);
    padding-left: 55px;
    padding-right: 130px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    height: 66px;
}
.powered-domain .rebelbar {
    padding-left: 20px;
}
.rebelbar-fake {
    background-color: #000;
    height: 66px;
}
.site-data {
    float: left;
    margin: 10px 10px 0 0;
}
.site-data a {
    text-decoration: none;
}
.site-data img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
    max-width: 37px;
    max-height: 37px;
}
.site-data strong {
    color: white;
    font: 600 25px/1.5 Tahoma, sans-serif;
    position: relative;
    top: 4px;
}
.widget-right .selector {
    border: 1px solid #DCDCDC;
    position: relative;
    padding: 8px 0 0;
    width: 100%;
    float: none;
    font-family: Tahoma, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget-right .selector .selected {
    padding: 0 10px 6px;
    font-size: 13px;
    font-weight: bold;
}
.widget-right .selector .selected-arr-wrp {
    cursor: pointer;
}
.widget-right .selector .selector-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFF;
    border-bottom: 1px solid #DCDCDC;
}
.menu-show-logo {
    background: transparent;
}
.menu-show-logo.has-rebelmouse2 {
    display: none;
}
.nav-wrp,
.top-menu {
    height: 47px;
    overflow: hidden;
}
.nav-bar .nav-menu,
.nav-bar ul {
    margin-left: 10px;
}
.nav-bar .nav-menu,
.nav-bar ul,
.nav-bar .nav-menu a,
.nav-bar ul a,
.nav-bar .nav-menu li,
.nav-bar ul li,
.nav-more,
.nav-more a,
.nav-more li {
    display: inline-block;
    line-height: 47px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    color: #8e8e8e;
}
.nav-more li,
.nav-bar .nav-menu li,
.nav-bar ul li {
    padding: 0 15px;
}
.nav-more .active a,
.nav-more .active a:hover,
.nav-bar a:hover,
.nav-bar .nav-menu .active li,
.nav-bar .nav-menu .active,
.nav-bar .active a {
    color: #469ad3;
    text-decoration: none;
}
.controls-list {
    display: inline-block;
}
.controls-list .view-more {
    color: #8e8e8e;
    font-weight: 600;
    position: relative;
    top: -4px;
}
.nav-more-wrapper {
    position: absolute;
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    left: 0;
}
.nav-more li {
    display: inline-block;
    padding: 0 15px;
}
.rebel-search-section {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.content .search-section .widget {
    border-bottom: 1px solid #efefef;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.search-section article > a {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.search-section article .headline-container {
    position: static;
}
.search-section .headline-container .headline {
    font-size: 20px;
}
.search-section .widget .original-source {
    display: none;
}
.search-section .widget .page-article {
    background-color: transparent;
}
.rebel-search-section input {
    font-size: 16px;
    height: 23px;
}
.rebel-search-section button {
    margin-bottom: 0;
}
.giant_splash-section {
    background-color: #000;
}
.blog-section .user-prefs .freeze {
    display: none;
}
.sponsored {
    padding: 10px;
    background-color: #eee;
    margin-bottom: 30px;
}
.sponsored a {
    text-decoration: none;
}
.sponsored .sponsered-title {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a1a1a1;
    margin-bottom: 5px;
}
.sponsored .sponsered-image {
    float: left;
    margin-right: 10px;
    max-height: 150px;
    overflow: hidden;
}
.sponsored .sponsered-headline {
    font-size: 14px;
    color: #555;
}
.two-cell-col {
    position: relative;
}
.two-cell-col:before {
    background-color: #d9d9d9;
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    right: -1px;
}
.source-news {
    position: relative;
}
.source-news:before {
    background-color: #efefef;
    content: '';
    position: absolute;
    top: -20px;
    width: 100%;
    height: 1px;
}
.giant-splash.source-news:before,
.source-news:first-child:before,
.source-news:last-child:before {
    display: none;
}
.content .widget {
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.widget .image {
    position: relative;
}

.giant-splash .video-article .image:after {
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -21px;
}
.side_bar .widget:last-child,
.news-section .widget:nth-last-child(-n+2) {
    border-bottom: 0;
}
.news-section .widget {
    width: 48%;
}
.news-section .widget:nth-child(odd) {
    float: left;
    margin-right: 20px;
}
.news-section .widget:nth-child(even) {
    float: right;
}
.news-section .widget.sortable .image {
    cursor: move;
}
.widget .page-article {
    background-color: #333;
    position: relative;
    overflow: hidden;
}
.widget .page-article:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -5px;
}
.widget .page-article .page-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding: 25px;
    width: 100%;
}
.giant_splash-section .widget .page-article {
    height: 354px;
}
.community-frontpage .giant_splash-section .widget .page-article {
    height: 600px;
}
.splash-section .widget .page-article {
    height: 304px;
}
.news-section .widget .page-article {
    height: 344px;
}
.side_bar .widget .page-article {
    height: 190px;
}
.widget .user-prefs {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    top: 7px;
    right: 7px;
    width: 42px;
}
.widget .image,
.widget .headline-container {
    cursor: pointer;
}
.widget .photo-credit {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.15);
    color: #dddddd;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    font: 10px/1.2 "Whitney SSm A", "Whitney SSm B", Tahoma, sans-serif;
}
.widget .photo-credit p {
    margin-bottom: 0;
    font-size: 11px;
    max-width: 300px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget .photo-credit a {
    text-decoration: none;
}
.__pinterest_post {
    display: none;
}
.edit-mode-content .giant-splash .photo_credit_wrapper {
    bottom: 0;
}
.photo_credit_wrapper .redactor-toolbar {
    display: none !important;
}
.most-popular-title {
    color: #4580a8;
    font-weight: bold;
    font-size: 17px;
}
.giant_splash-section .page-article .headline-container {
    position: static;
    padding: 0;
}
.giant_splash-section .page-article .body,
.giant_splash-section .page-article .body p,
.giant_splash-section .page-article .body a {
    font: 15px/1.3 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    color: #fefefe;
}
.splash-section .widget {
    width: 100%;
}
.side_bar .headline-container,
.news-section .headline-container {
    overflow: hidden;
}
.news-section .headline-container {
    height: 95px;
}
.side_bar .headline-container .headline {
    color: #333;
    font: 600 15px/1.5 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    letter-spacing: -0.3px;
}
.news-section .headline-container .headline {
    color: #333;
    font: 600 19px/1.3 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    letter-spacing: -0.2px;
    width: 100%;
}
.news-section .custom-post-headline,
.blog-section .custom-post-headline {
    padding-top: 6px;
}
.splash-section .headline-container .headline {
    color: #333;
    font: 600 25px/1.5 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    letter-spacing: -0.1px;
}
.widget .page-article .headline a {
    color: #fff;
}
.side_bar .page-article .headline-container {
    height: auto;
}
.side_bar .page-article .headline-container .headline {
    font-size: 18px;
    color: #fff;
}
.side_bar .page-article .body,
.side_bar .page-article .body p,
.side_bar .page-article .body a {
    font: 13px/1.3 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    color: #fefefe;
}
.news-section .page-article .headline-container {
    height: auto;
}
.news-section .page-article .headline {
    font-size: 26px;
    color: #fff;
}
.news-section .page-article .body,
.news-section .page-article .body p,
.news-section .page-article .body a {
    font: 16px/1.3 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    color: #fefefe;
}
.splash-section .page-article .headline {
    font-size: 29px;
    color: #fff;
}
.splash-section .page-article .body,
.splash-section .page-article .body p,
.splash-section .page-article .body a {
    font: 18px/1.3 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    color: #fefefe;
}
.search-section .body {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    max-height: 2.5em;
}
.search-section .body,
.search-section .body p,
.search-section .body em,
.search-section .body strong,
.search-section .body h1,
.search-section .body h2,
.search-section .body h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
}
.search-section .body p:empty {
    display: none;
}
.headline-container a {
    text-decoration: none;
}
.giant-splash-size {
    width: 100%;
    height: 600px;
    position: relative;
}
.giant-splash {
    width: 100%;
    position: relative;
    z-index: 2;
}
.regular-splash {
    padding: 20px;
}
.giant-splash-image-overlay {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColor=0, endColorstr='#000000', GradientType=0);
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
}
.giant-splash .headline-container {
    position: absolute;
    bottom: 0;
    padding: 10px 20px 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    min-width: 900px;
    max-width: 1850px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
.giant-splash .headline-container .subheadline {
    color: #FFF;
}
.giant-splash .headline-container .headline {
    color: #FFF;
    display: block;
    font-size: 51px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    margin-bottom: 0;
}
.giant-splash .headline a {
    color: #fff;
}
.splash-author-data {
    display: inline-block;
    margin: -25px 0 0 5px;
}
.splash-author-data .author-data .name,
.regular-author-data .author-data .name {
    display: inline-block;
}
.author-data .author-name .name,
.author-data .author-screen-name {
    margin-right: 10px;
}
.author-data .author-name,
.author-data .author-screen-name,
.author-data .created_ts {
    font-size: 11px;
}
.headline-container .alternative-headlines {
    position: absolute;
    margin: -12px 0 0 0;
    top: auto;
    z-index: 4;
    background: #000;
    padding: 25px 18px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-splash .headline-container .alternative-headlines {
    margin-top: 0;
}
.has-alternative-headlines {
    position: relative;
}
.alternative-headlines__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.alternative-headlines__list:after {
    content: '';
    position: absolute;
    left: 12%;
    margin-left: -8px;
    width: 0;
    height: 0;
    bottom: auto;
    top: -8px;
    border-bottom: 8px solid #000000;
    border-top: 0 solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.alternative-headlines .alternative-headlines__list a {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}
.alternative-headlines .alternative-headlines__list li {
    margin: 0;
    padding-bottom: 22px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: inherit;
}
.alternative-headlines__list li:last-child {
    padding-bottom: 0;
}
.alternative-headlines .alternative-headlines__head {
    border-bottom: 1px solid #282828;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #00e7f1;
    padding-bottom: 25px;
}
.page-article .regular-author-data .author-name,
.page-article .regular-author-data .author-screen-name {
    color: #b5b5b5;
}
.page-article .regular-author-data .created_ts {
    color: #7c7c7c;
}
.author-data .author-name .name,
.author-data .author-screen-name {
    color: #8f8f8f;
}
.author-data .author-name .name:hover,
.author-data .author-screen-name:hover {
    color: #777;
}
.author-data .created_ts {
    color: #bdbdbd;
}
.author-data .created_ts:hover {
    color: #ccc;
}
.author-data .icons {
    position: relative;
    top: 1px;
}
.page-article .author-data .icons {
    top: 0;
}
.content {
    padding: 25px 25px 20px;
    margin: 0 auto;
    min-width: 900px;
    max-width: 1850px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layout-width {
    margin: 0 auto;
    min-width: 900px;
    max-width: 1850px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.two-cell-col {
    width: 65%;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.one-cell-col {
    width: 35%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.side_bar {
    position: relative;
}
.side_bar .sidebar-view-all {
    position: absolute;
    right: 0;
    font-size: 13px;
    text-transform: none;
}
.side_bar .btn_edit_side_bar {
    float: right;
    cursor: pointer;
    color: #b3b3b3;
    font-size: 17px;
    position: absolute;
    right: -20px
}
.site-widget {
    background: #333;
    color: #fff;
    padding: 20px 25px 25px 25px;
    margin-bottom: 30px;
}
.site-widget .site-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    word-wrap: break-word;
}
.site-widget .site-bio {
    font-size: 12px;
}
.site-widget .get-alerts {
    position: relative;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
}
.site-widget .get-alerts .site-subscribe-email {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 8px;
    height: 32px;
    border-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.get-alerts .btn {
    font-size: 13px;
    width: 102px;
    text-transform: none;
    font-weight: bold;
    position: absolute;
    right: 0;
    height: 32px;
}
.get-alerts .btn:hover {
    background-color: #3f80ac;
}
.social-panel {
    height: 32px;
    margin-bottom: 16px;
}
.social-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    overflow: hidden;
}
.social-panel ul li {
    float: left;
    margin-right: 10px;
}
.social-panel a {
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
}
.blog-module {
    padding: 0 0 0 20px;
    border-left: 1px solid #d9d9d9;
}
ul.side_bar_item_form {
    padding: 0;
    margin: 0;
    list-style: none;
}
.side_bar_item_add:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border-top: 1px dotted #ccc;
}
.content-section .selector {
    min-width: 273px;
    margin-bottom: 10px;
}
.content-section .container {
    margin: 0;
    padding: 0;
    width: auto;
}
.content-section .container:empty:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #FFF;
    margin: -1px 0 0;
    width: 100%;
    padding: 0 20px;
    z-index: 1;
}
.widget-right .title h2 {
    color: #3f80ac;
}
.widget-right .content-section {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding: 12px 20px 20px;
    position: relative;
}
.widget-right .content-section input {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
}
.widget-right .content-section select {
    width: 100%;
    height: 35px;
    color: #000;
}
.widget-right .content-section label {
    display: block;
    margin-top: 10px;
    color: #b9b9b9;
}
.widget-right .side_bar_item_form li {
    margin-bottom: 10px;
}
.widget-right .side_bar_item_form .widget-title {
    color: #8b8b8b;
    margin: 0;
    padding: 8px 0 7px;
    font-size: 13px;
}
.title-mp {
    border-bottom: 1px solid #e9e9e9;
    color: #3f80ac;
    padding: 0 20px 10px 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}
.btn_edit_side_bar .icon-pencil {
    color: #b2b2b2;
    font-size: 18px;
    float: right;
    cursor: pointer;
    margin-top: 5px;
}
.btn_edit_side_bar .icon-pencil:hover {
    text-decoration: none;
    color: #3f80ac;
}
.save-section .btn {
    background: #538ab2;
    text-transform: none;
}
.save-section .btn {
    float: left;
}
.save-section .btn.save {
    margin-left: 30px;
}
.save-section .btn:hover {
    background: #2a9cb7;
}
.widget-right .selector-list li {
    margin-bottom: 0;
    padding: 10px;
    font-size: 13px;
    cursor: pointer;
}
.widget-right .selector-list .active {
    color: #469AD3;
}
.widget-right .selector-list li:last-child {
    border-bottom: 0;
}
.widget-right .selector-list li:hover {
    background-color: #f7f7f7;
}
.side_bar .side-bar-item-title {
    color: #333333;
    padding: 0 0 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    font-family: 'Whitney Cond A', 'Whitney Cond B';
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    text-rendering: optimizeLegibility;
    text-transform: capitalize;
}
.side_bar .side-bar-item-title a {
    color: #479ad1;
}
.side-bar-item-title .icons-roar.icon-mp {
    display: none;
}
.side-bar-item-title.most_popular .icons-roar.icon-mp {
    display: inline-block;
}
.share-this-post .social-action {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.share-this-post .social-action li {
    float: left;
    margin-right: 10px;
}
.edit-mode-flexible .share-item .sharing-gplus-btn .gp-ico {
    background-position: -256px 0;
}
.edit-mode-flexible .share-item .sharing-tw-btn .tw-ico {
    background-position: -232px 0;
}
.edit-mode-flexible .share-item .sharing-fb-btn .fb-ico {
    background-position: -207px 0;
}
.edit-mode-flexible .disabled .tw-ico {
    background-position: -232px -20px;
}
.edit-mode-flexible .disabled .fb-ico {
    background-position: -207px -20px;
}
.edit-mode-flexible .disabled .gp-ico {
    background-position: -256px -20px;
}
.footer {
    width: 100%;
    max-width: 1016px;
    margin: 30px auto 0;
    height: 100px;
    background: #fff;
    padding: 0 0 10px 0;
}
.footer .title {
    border: 3px solid #ccc;
    text-align: center;
}
.footer .title p {
    display: none;
}
.footer .navigation {
    list-style: none;
    padding: 0;
}
.footer .navigation li {
    display: inline-block;
    padding: 0 30px 0 14px;
    font-size: 13px;
}
.footer .navigation li:first-child {
    padding: 0 30px 0 0;
}
.footer .navigation li:last-child {
    padding: 0 0 0 14px;
}
.footer .navigation li a,
.footer .navigation li {
    color: #a7a9ac;
}
.nav-more-wrapper {
    position: absolute;
    width: 100%;
    top: 55px;
}
.nav-more li {
    display: inline-block;
}
.follow-panel .follow-panel-mobile {
    display: none;
}
.follow-panel-mobile {
    float: left;
}
.topbar-fake {
    height: 66px;
    background-color: #000;
}
.lt-ie10 .menu-show-logo {
    right: 20px;
    left: auto;
    top: 27px;
}
.badges-list {
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: 50px;
    overflow: hidden;
}
.badges-list .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    margin-right: 15px;
    float: left;
}
.badges-avatar {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    bottom: 20px;
    left: 20px;
}
.headline-giant-splash .badges-list {
    position: static;
    display: none;
}
.lazy-loading,
.lazy-loading .image {
    display: none !important;
    background-image: none !important;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
    .news-section .page-article .headline {
        font-size: 21px;
    }
    .side_bar .page-article .headline-container .headline {
        font-size: 15px;
    }
    .giant-splash .headline-container {
        max-width: 100%;
        min-width: 768px;
        padding: 10px 10px 20px;
    }
    .article-content .headline,
    .giant-splash .headline-container .headline {
        font-size: 35px;
    }
    .giant-splash .section-link {
        left: 10px;
    }
    .widget .original-source {
        padding: 30px 10px 8px 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 924px) {
    .layout-width {
        min-width: 768px;
    }
    .locked .tooltip {
        width: 130px;
    }
    .content {
        padding: 1%;
        min-width: 768px;
    }
    .two-cell-col {
        padding-right: 1%;
    }
    .news-section .widget {
        width: 49%;
    }
    .news-section .widget:nth-child(odd) {
        margin-right: 0;
    }
    .blog-module {
        padding: 0 0 0 3%;
    }
    .post-page .one-cell-col {
        padding: 0 0 0 1%;
    }
    .side_bar .side-bar-item-title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .badges-list {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 32px;
        height: auto;
        max-height: 157px;
        overflow: hidden;
    }
    .editmode-right-col {
        display: none;
    }
    .badges-avatar {
        width: 32px;
        height: 32px;
        bottom: 10px;
        left: 10px;
    }
    .badges-list .avatar {
        width: 32px;
        height: 32px;
        margin-top: 7px
    }
    .layout-width {
        min-width: 300px;
        max-width: 100%;
    }
    .menu-global {
        padding: 86px 0 20px;
    }
    .button-load-more {
        display: none;
    }
    .site-widget {
        display: none;
    }
    .site-data img {
        max-width: 30px;
        max-height: 30px;
    }
    .site-data strong {
        font-size: 17px;
        max-width: 210px;
        word-wrap: break-word;
        display: inline-block;
        line-height: 1.3;
    }
    .site-data {
        margin: 3px 10px 0 50px;
    }
    .rebelbar {
        top: 0;
        padding-right: 0;
        padding-left: 5px;
        height: auto;
        min-height: 42px;
        padding: 6px 0 0 5px;
    }
    .nav-more-wrapper {
        left: auto;
        right: 0;
        padding: 0 0 5px;
    }
    .nav-more a {
        color: #8E8E8E;
        font-size: 12px;
    }
    .rebelbar-fake {
        height: 83px;
    }
    .nav-wrp,
    .top-menu {
        height: 44px;
        min-width: 150px;
    }
    .nav-bar {
        min-width: 200px;
        margin-right: 50px;
    }
    .nav-bar .nav-menu {
        margin-left: 0;
    }
    .nav-bar .nav-menu,
    .nav-bar .nav-menu li,
    .nav-bar .nav-menu a {
        line-height: 44px;
        font-size: 12px;
    }
    .giant-splash .headline-container {
        max-width: 100%;
        min-width: 100%;
        padding: 10px;
    }
    .splash-author-data {
        margin-top: -25px;
    }
    .article-content .headline,
    .giant-splash .headline-container .headline {
        font-size: 20px;
        line-height: 23px;
    }
    .author-data .author-name,
    .author-data .author-screen-name,
    .author-data .created_ts {
        font-size: 11px;
    }
    .page-article .regular-author-data .author-name,
    .page-article .regular-author-data .author-screen-name,
    .page-article .regular-author-data .created_ts {
        font-size: 11px;
    }
    .splash-author-data .author-screen-name,
    .splash-author-data .created_ts {
        font-size: 12px;
    }
    .splash-author-data .created_ts {
        margin-left: 20px;
    }
    .widget .user-prefs {
        z-index: 5;
    }
    .content {
        padding: 10px;
        min-width: 300px;
    }
    .giant-splash-size {
        height: 300px;
        padding: 0;
    }
    .one-cell-col,
    .two-cell-col {
        float: none;
        width: 100%;
        padding: 0;
    }
    .two-cell-col:before {
        display: none;
    }
    .news-section .widget:nth-child(odd),
    .news-section .widget {
        padding: 0;
        margin-right: 0;
    }
    .splash-section .headline-container .headline {
        font-size: 17px;
    }
    .side_bar .headline-container .headline,
    .news-section .headline-container .headline {
        font-size: 15px;
        line-height: 1.2;
    }
    .side_bar .page-article .headline-container .headline,
    .news-section .page-article .headline-container .headline {
        font-size: 17px;
        line-height: 1.5;
    }
    .top-share-placeholder {
        margin: 0;
        float: none;
    }
    .share-placeholder .share-buttons {
        width: auto;
    }
    .blog-module,
    .post-page .one-cell-col {
        padding: 0;
        border: none;
    }
    .author-module {
        float: none;
        display: inline-block;
    }
    .author-module .post-date {
        margin: 10px 15px 0 0;
        border-left: 0;
        padding: 0 15px 0 0;
    }
    .author-module .author-name {
        word-wrap: break-word;
        max-width: 214px;
        vertical-align: middle;
    }
    .widget .original-source {
        padding: 30px 10px 8px 100px;
    }
    .side_bar .side-bar-item-title {
        font-size: 20px;
    }
    .article-content .caption {
        font-family: 'PT Sans', Tahoma, sans-serif;
        font-size: 12px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    blockquote {
        padding-left: 10px;
        margin-left: 10px;
    }
    .site-data img {
        vertical-align: top;
        float: left;
    }
    .site-data strong {
        font-size: 14px;
        line-height: 1.5;
    }
    .post-splash .headline-container {
        position: static;
    }
    .post-splash .headline-container .headline {
        color: #000;
    }
    .post-splash .giant-splash-image-overlay {
        display: none;
    }
    .news-section .widget .page-article {
        height: 238px;
    }
    .widget .page-article .page-inner {
        padding: 15px;
    }
    .widget .photo-credit,
    .widget .original-source {
        display: none;
    }
    .side_bar .page-article .headline-container .headline,
    .news-section .page-article .headline-container .headline {
        font-size: 15px;
        line-height: 1.3;
    }
    .rebelbar-fake.has-subpages {
        height: 83px;
    }
    .content .widget {
        border-bottom: 0;
    }
    .author-data .widget-date {
        display: none;
    }
    .source-news:before {
        display: none;
    }
    .add-post-btn {
        display: none;
    }
   /* .author-module .fb-like {
        margin-top: 10px;
    }*/
    .article-content li,
    .article-content p,
    .article-body {
        font: 17px/24px 'Sentinel SSm A', 'Sentinel SSm B';
    }
    .article-content p {
        margin: 0 0 18px 0;
    }
    .article-body h2 {
        font: 600 21px/1.4 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    }
    .article-content h3 {
        font-size: 18px;
        line-height: 1.3;
    }
    .side_bar .side-bar-item-title {
        font-size: 20px;
    }
}
@media(-webkit-min-device-pixel-ratio:2) {
    .two-cell-col:before {
        right: -2px;
    }
}
@media only screen and (min-width: 100px) and (max-width: 319px) {
    .top-share-placeholder {
        display: none;
    }
}

@font-face {
    font-family: 'PT Sans';
    font-weight: 400;
    font-style: normal;
	src: url('/fonts/dodo/PTS55F_W.eot');
	src:
	     url('/fonts/dodo/PTS55F_W.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/dodo/PTS55F_W.woff') format('woff'),
	     url('/fonts/dodo/PTS55F_W.ttf') format('truetype'),
	     url('/fonts/dodo/PTS55F_W.svg#PTSans-Regular') format('svg');}
@font-face {
    font-family: 'PT Sans';
    font-weight: 700;
    font-style: normal;
	src: url('/fonts/dodo/PTS75F_W.eot');
	src:
	     url('/fonts/dodo/PTS75F_W.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/dodo/PTS75F_W.woff') format('woff'),
	     url('/fonts/dodo/PTS75F_W.ttf') format('truetype'),
	     url('/fonts/dodo/PTS75F_W.svg#PTSans-Bold') format('svg');
}
@font-face {
    font-family: 'PT Serif';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/dodo/PTF55F_W.eot');
	src:
	     url('/fonts/dodo/PTF55F_W.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/dodo/PTF55F_W.woff') format('woff'),
	     url('/fonts/dodo/PTF55F_W.ttf') format('truetype'),
	     url('/fonts/dodo/PTF55F_W.svg#PTSerif-Regular') format('svg');
}
@font-face {
    font-family: 'PT Serif';
    font-weight: 400;
    font-style: italic;
    src: url('/fonts/dodo/PTF56F_W.eot');
	src:
	     url('/fonts/dodo/PTF56F_W.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/dodo/PTF56F_W.woff') format('woff'),
	     url('/fonts/dodo/PTF56F_W.ttf') format('truetype'),
	     url('/fonts/dodo/PTF56F_W.svg#PTSerif-Italic') format('svg');}
@font-face {
    font-family: 'PT Sans Narrow';
    font-weight: 400;
    font-style: normal;
	src: url('/fonts/dodo/PTN57F_W.eot');
	src:
	     url('/fonts/dodo/PTN57F_W.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/dodo/PTN57F_W.woff') format('woff'),
	     url('/fonts/dodo/PTN57F_W.ttf') format('truetype'),
	     url('/fonts/dodo/PTN57F_W.svg#PTSans-Narrow') format('svg');
}
@font-face {
    font-family: 'PT Sans Narrow';
    font-weight: 700;
    font-style: normal;
	src: url('/fonts/dodo/PTN77F_W.eot');
	src:
	     url('/fonts/dodo/PTN77F_W.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/dodo/PTN77F_W.woff') format('woff'),
	     url('/fonts/dodo/PTN77F_W.ttf') format('truetype'),
	     url('/fonts/dodo/PTN77F_W.svg#PTSans-NarrowBold') format('svg');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/fonts/dodo/roboto/b9QBgL0iMZfDSpmcXcE8nDW5FUgIgejJvrHuLWqrSMw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/fonts/dodo/roboto/b9QBgL0iMZfDSpmcXcE8nA30BZHTGu2N_DqssQcMQNQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/fonts/dodo/roboto/b9QBgL0iMZfDSpmcXcE8nPDoBG10JtAX-GAwn6iwU1Y.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/fonts/dodo/roboto/b9QBgL0iMZfDSpmcXcE8nGhQuge17febRYSUkWKdLWA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/fonts/dodo/roboto/b9QBgL0iMZfDSpmcXcE8nBBtmDLrZTTOm3p1EhiGCXc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/fonts/dodo/roboto/b9QBgL0iMZfDSpmcXcE8nEV356qNqHCUb41pS3zqMSE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/fonts/dodo/roboto/b9QBgL0iMZfDSpmcXcE8nHm2hrkyco9jQ3NKMXpgOBg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
.edit-dashboard .menu-show-logo {
    display: none;
}
.menu-show {
    position: fixed;
    left: 7px;
    top: 5px;
    height: 40px;
    width: 40px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    border: 0;
    padding: 0;
    background-color: #1a1a1a;
    background-color: rgba(0, 0, 0, 0.53);
    z-index: 9;
    outline: none;
}
.menu-show:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 7px;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -8px;
    border-top: 3px solid #fcfcfc;
    border-bottom: 3px solid #fcfcfc;
    overflow: hidden;
}
.menu-opened .menu-show-logo,
.menu-opened .menu-show {
    display: none;
}
.menu-show:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -8px;
    border-top: 3px solid #fcfcfc;
    overflow: hidden;
}
.lt-ie9 .menu-show:after {
    margin-top: -22px
}
.menu-show:focus {
    outline: none;
}
.menu-opened .post-edit-mode {
    -webkit-transform: translate3d(244px, 0, 0);
    -moz-transform: translate3d(244px, 0, 0);
    -ms-transform: translate3d(244px, 0, 0);
    -o-transform: translate3d(244px, 0, 0);
    transform: translate3d(244px, 0, 0);
}
.lt-ie9 .menu-opened .post-edit-mode,
.lt-ie10 .menu-opened .post-edit-mode {
    margin-left: 244px;
}
.author-page .menu-show:after {
    content: "BETA";
    color: #000;
    position: absolute;
    bottom: -32px;
    width: 100%;
    text-align: center;
    left: 0;
    font-weight: normal;
    font-size: 19px;
    font-family: 'PT Sans'
}
.author-page.menu-opened .menu-show:after {
    content: "";
}
.menu-global {
    background: #1a1a1a;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    outline: 0;
    padding: 65px 0 20px;
    width: 244px;
    text-align: left;
    -webkit-transition-delay: -100ms;
    -moz-transition-delay: -100ms;
    -o-transition-delay: -100ms;
    transition-delay: -100ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: visibility;
    -moz-transition-property: visibility;
    -o-transition-property: visibility;
    transition-property: visibility;
    visibility: hidden;
    overflow: hidden;
}
.menu-global > span {
    font-size: 11px;
    padding: 0 0 10px 25px;
    margin-top: -5px;
    position: relative;
}
.menu-opened .menu-global {
    visibility: visible;
}
.menu-opened .menu-global .site-logo {
    display: block;
}
.menu-global .main-menu-wrapper {
    position: relative;
    height: 100%;
    overflow: auto;
}
.menu-global .main-menu-wrapper::-webkit-scrollbar {
    display: none;
}
@-moz-document url-prefix() {
    .menu-global .main-menu-wrapper {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 17px;
        margin-right: -17px !important;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
/*.menu-global .fb-like {
    margin-right: 10px;
}*/
.menu-global .social {
    margin-bottom: 10px;
}
.menu-global .user-login-status {
    margin: 12px;
}
.menu-opened {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.lt-ie9 .menu-opened .main,
.lt-ie10 .menu-opened .main {
    margin-left: 244px;
}
.mobile-top-banner,
.rebelbar,
.main {
    -webkit-transition: -webkit-transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    -moz-transition: -moz-transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    -o-transition: -o-transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    transition: transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.lt-ie9 .rebelbar {
    background: #000;
}
.menu-opened .widget {
    overflow: hidden;
}
.menu-overlay {
    cursor: pointer;
    display: none;
    position: fixed;
    height: 100%;
    left: 244px;
    right: 0;
    overflow: hidden;
    background: transparent;
    z-index: 2;
}
.menu-opened .menu-overlay {
    display: block;
}
.main-menu {
    list-style: none;
    float: none;
    padding: 0;
    margin: 0 auto;
}
.main-menu-item > ul strong {
    display: block;
    text-transform: uppercase;
    color: #3b3b3b;
    font-size: 12px;
    padding: 7px 5px 7px 25px;
}
.main-menu-item > ul:before,
.main-menu-item > ul:after {
    display: block;
    content: "";
    margin: 11px 23px;
    height: 1px;
    overflow: hidden;
    background-color: #303030;
}
.main-menu-item > ul.mainmenu-sub:before,
.main-menu-item > ul.mainmenu-sub:after {
    height: 0;
    margin: 0;
}
.main-menu li {
    display: block;
    margin: 0;
    position: relative;
}
.main-menu .divider {
    border-top: 1px solid #222;
}
.main-menu li a {
    display: block;
    text-transform: capitalize;
    font: 15px/1.25 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    color: #adadad;
    font-weight: lighter;
    text-decoration: none;
    padding: 7px 5px 7px 25px;
}
.main-menu .main-menu-dropdown:hover,
.navigation .add-post:hover,
.main-menu li a.active,
.main-menu li a:hover {
    text-decoration: none;
    background: #393838;
    color: #ccc;
}
.main-menu li.active > a {
    background: #393838;
}
.main-menu .use-dodo {
    float: right;
    color: #FFF;
    font-size: 20px;
    display: none;
}
.social {
    padding: 0 0 0 15px;
}
.mainmenu-sub {
    margin-left: 0;
}
.main-menu-dropdown.active a,
.main-menu-dropdown.active .mainmenu-sub {
    background: #393838;
}
.main-menu-dropdown .mainmenu-sub {
    border-top: 1px solid #1A1A1A;
}
.mainmenu-sub .main-menu-item a {
    font-size: 14px;
}
.mainmenu-sub .main-menu-item .counter {
    background: #ADADAD;
    padding: 0 3px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #353535;
    margin: -2px 0 0 4px;
}
.rebelbar .rebelbar-controls .ico,
.main-menu-item .user-fav {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    margin: 0 6px 0 0;
    vertical-align: top;
}
.site-name-item .item-link {
    display: inline-block;
    width: 138px;
    line-height: 20px;
    word-wrap: break-word;
}
.main-menu-item .dashboard {
    display: block;
    text-transform: uppercase;
    padding: 0 0 5px 25px;
    color: #3B3B3B;
    font: bold 12px/1.25 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
}
.main-menu-item.section {
    padding: 19px 0 10px 0;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    margin: 15px 0 10px;
}
.main-menu-item.rm-border {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.main-menu-item .icon-angle-down {
    position: absolute;
    right: 0;
    top: 0;
    color: #474747;
    font-size: 22px;
    border-left: 1px solid #1A1A1A;
    width: 39px;
    height: 100%;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
}
.main-menu .active .icon-angle-down,
.main-menu .main-menu-dropdown:hover .icon-angle-down {
    color: #727272;
}
.main-menu .active .icon-angle-down:hover {
    color: #eee;
}
.mainmenu-sub .expanded {
    background-position: 0 0;
}
.mainmenu-sub .share-draft {
    background-position: -24px 0;
}
.mainmenu-sub .share-post {
    background-position: -48px 0;
}
.mainmenu-sub .placement {
    background-position: -72px 0;
}
.mainmenu-sub .advanced {
    background-position: -96px 0;
}
.mainmenu-sub .stats {
    background-position: -246px 0;
}
.mainmenu-sub .main-content {
    background-position: -117px 0;
}
.mainmenu-sub .draft-post {
    background-position: -139px 0;
}
.main-menu-item .facebook {
    background-position: -167px 0;
    margin: 0;
    position: relative;
    height: 20px;
    top: -2px;
}
.main-menu-item .twitter {
    background-position: -191px 0;
    position: relative;
    margin: 0;
}
.main-menu-item .email {
    background-position: -218px 0;
    margin: -3px 0 0 0;
    position: relative;
}
.menu-global .powered,
.menu-global .follower-module,
.menu-global .powered-module,
.menu-global .note {
    padding: 15px 20px 0;
    display: block;
}
.menu-global .powered {
    font-size: 12px;
    color: #6c6c6c;
}
.menu-global .follower-module {
    color: #fff;
    margin: 15px 0 0 0;
    padding-bottom: 26px;
    border-bottom: 1px solid #262626;
}
.menu-global .subscribe-page input {
    background: #282828;
    border-color: #414141;
    color: #a8a8a8;
}
.menu-global .subscribe-page .btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #1496d9;
    border-color: #1496d9;
    color: #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}
.menu-global .follow {
    padding: 5px 0 10px;
}
.menu-global .form {
    position: relative;
}
.menu-global .subscribe-title {
    font-weight: normal;
    text-align: left;
    display: block;
    margin: 0 0 5px;
}
.main-menu .toggle-visiblity i {
    vertical-align: middle;
    font-size: 12px;
}
.main-menu .toggle-visiblity a {
    color: #626561;
    font-size: 13px;
}
.follow-btns {
    margin: 10px 0;
}
.follow-btns li {
    display: inline-block;
    margin-right: 10px;
}
.follow-btns li span {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.menu-global .follower-module .subscribe-page input {
    background: #333;
    border: 0;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 7px;
    width: 96px;
}
.menu-global .follower-module .subscribe-page button {
    float: right;
    width: 94px;
    background: #595959;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
    padding: 6px;
    margin-bottom: 0;
}
.menu-global.custom-menu {
    padding-top: 0;
}
.menu-global .powered-module {
    border-bottom: 1px solid #262626;
    color: #fff;
    margin: 15px 0 0;
    padding-bottom: 26px;
}
.powered-module h3 {
    color: #b9b9b9;
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
    width: 155px;
}
.powered-module p {
    color: #b9b9b9;
    font-size: 12px;
}
.powered-module .button {
    background: #2595d1;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.powered-module img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.powered-module .button:hover {
    text-decoration: none;
}
.menu-global .note p {
    color: #828282;
    font-size: 13px;
}
.menu-global .note a {
    color: #828282;
    font-size: 12px;
}
.follower-module .follow-user {
    color: #828282;
}
.edit-mode-opened .rebelbar {
    display: none;
}
.edit-mode-opened .menu-show-logo {
    left: 60px;
}
.section-frontpage .menu-show {
    left: 7px;
}
@media (max-width: 568px) and (orientation: portrait) {
    .edit-mode-opened .menu-show {
        background-color: rgba(0, 0, 0, 0.53);
        left: 6px;
        top: 6px;
    }
    .edit-mode-opened .menu-show-logo {
        display: none;
    }
}
@media (max-width: 568px) and (orientation: landscape) {
    .edit-mode-opened .menu-show {
        background-color: rgba(0, 0, 0, 0.53);
        left: 6px;
        top: 6px;
    }
    .edit-mode-opened .menu-show-logo {
        display: none;
    }
}
@media (min-width: 569px) and (max-width: 1024px) {
    .edit-mode-opened .menu-show {
        background-color: rgba(0, 0, 0, 0.53);
        left: 6px;
        top: 6px;
    }
    .edit-mode-opened .menu-show,
    .edit-mode-opened .menu-show-logo {
        top: 6px;
    }
}
@media (min-width: 569px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .edit-mode-opened .menu-show {
        background-color: rgba(0, 0, 0, 0.53);
        left: 6px;
        top: 6px;
    }
    .edit-mode-opened .menu-show,
    .edit-mode-opened .menu-show-logo {
        top: 6px;
    }
}
@media (min-width: 569px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .edit-mode-opened .menu-show {
        background-color: rgba(0, 0, 0, 0.53);
        left: 6px;
        top: 6px;
    }
    .edit-mode-opened .menu-show,
    .edit-mode-opened .menu-show-logo {
        top: 6px;
    }
}
@media only screen and (min-width: 100px) and (max-width: 1390px) {
    .has-mobile-banner .menu-show-logo,
    .has-mobile-banner .menu-only-logo,
    .has-mobile-banner .menu-show {
        top: 82px;
    }
}
@media only screen and (min-width: 768px) {
    .menu-show {
        top: 14px;
    }
}
h1,
h1 a,
h2 {
    color: #000000;
    font-weight: normal;
}
h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 12px;
}
h2 {
    font-size: 120%;
    line-height: 120%;
    margin: 10px 0;
}
blockquote {
    color: #656565;
}
.article-content h3,
.article-content h2,
.article-content h1 {
    color: #000000;
}
.tag-headline {
    padding: 0 8px 6px;
    margin: 56px 0 22px;
    font-size: 52px;
    color: #0096af;
    display: inline-block;
    text-transform: uppercase;
}
.post-splash .giant-splash-size {
    height: 600px;
}
.fb-promo {
    position: fixed;
    height: 110px;
    overflow: hidden;
    z-index: 11;
    right: 10px;
    bottom: 10px;
    width: 270px;
    padding: 25px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.fb-promo-wrp {
    background: #000000;
    background: rgba(0, 0, 0, .9);
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 270px;
    min-height: 100px;
}
.fb-promo h3 {
    color: #ffffff;
}
.fb-promo.slide-in {
    height: auto;
    min-height: 110px;
    padding-left: 15px;
    padding-top: 15px;
}
.fb-promo .close-promo {
    float: right;
    color: #767676;
    font-size: 30px;
    position: relative;
    margin: -19px 0 0 0;
}
.fb-promo .close-promo:hover {
    text-decoration: none;
}
.fb-promo-wrp .fb-like, .fb-promo-wrp .fb-like span, .fb-promo-wrp .fb-like iframe {
	min-height: 60px;
}
.author-module button {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #19a5cb;
    color: #19a5cb;
    width: 86px;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 10px 0 0;
    outline: none;
}
.author-module button:hover {
    background: #19a5cb;
    color: #ffffff;
    border: 1px solid #19a5cb;
}
.author-module button:active {
    background: #07888f;
    color: #ffffff;
    border: 1px solid #07888f;
}
.author-module button.unfollow {
    background: #ff6e65;
    border: 1px solid #ff6e65;
}
.next-article-promo {
    background: rgba(0, 0, 0, .9);
    position: fixed;
    height: 0;
    overflow: hidden;
    z-index: 11;
    right: 10px;
    bottom: 10px;
    width: 270px;
    padding: 0 25px;
    max-height: 0;
    min-height: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.next-article-promo.slide-in {
    height: auto;
    min-height: 140px;
}
.next-article-promo .close-promo {
    float: right;
    color: #767676;
    font-size: 30px;
    position: relative;
    margin: 2px -9px 0 0;
}
.next-article-promo .close-promo:hover {
    text-decoration: none;
}
.next-article-promo h3 {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 0 8px;
}
.next-article-promo .link-in {
    float: left;
    width: 65px;
    margin: 0 10px 10px 0;
}
.next-article-promo .headline-container .link-in {
    float: none;
    overflow: hidden;
    width: 100%;
    margin: 0;
}
.next-article-promo .headline-container .link-in:hover {
    text-decoration: none;
}
.next-article-promo .original-source {
    display: none;
}
.next-article-promo h4.headline {
    color: #f6f6f6;
    font-size: 14px;
    line-height: 21px;
    height: 61px;
    overflow: hidden;
}
.next-article-promo .headline-container {
    overflow: hidden;
}
.next-article-promo .image {
    height: 65px;
}
.article-content .headline {
    font-size: 50px;
    line-height: 60px;
}
.article-content .headline a {
    font-weight: 600;
}
.post-page {
    padding: 0;
}
.article-media {
    position: relative;
}
.article-body h1 {
    font-family: 'PT Sans', Tahoma, sans-serif!important;
    font-weight: bold;
}
.article-body h2 {
    font-family: 'PT Sans', Tahoma, sans-serif!important;
    font-weight: bold;
}
.article-body h3 {
    font-family: 'PT Sans', Tahoma, sans-serif!important;
    font-weight: bold;
}
.article-img-wrapper {
    display: block;
    min-width: 290px;
}
.article-media a {
    color: #9cf1ff;
}
.article-body img,
.article-media img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.article-body img.rm-shortcode,
.article-media img.rm-shortcode {
    margin-top: 0;
    padding-top: 0;
}
.article-content .credit {
    margin-bottom: 5px;
}
.article-content .credit img {
    vertical-align: middle;
    width: auto;
}
.article-content .credit a {
    color: #919396;
    font: 14px 'PT Sans', Tahoma, sans-serif;
}
.article-content .credit a:hover {
    color: #999999;
}
.article-body iframe {
    max-width: 622px;
    margin: auto;
    display: block;
}
.article-body .rebelmouse-plugin iframe {
    max-width: none;
}
.full-width-module {
    overflow: hidden;
    margin: 0 0 40px;
}
.full-width-module .widget {
    width: 278px;
    height: auto;
    min-height: 229px;
    padding: 5px 16px 18px;
    margin: 20px 0 0 0;
}
.full-width-module .widget > article {
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}
.full-width-module .widget:nth-child(-n+3) {
    padding: 5px 16px 18px;
}
.full-width-module .widget img:not(.author-avatar) {
    width: 164px;
    float: left;
    margin: 0 10px 0 0;
}
.full-width-module .widget {
    display: inline-block;
    vertical-align: top;
}
.full-width-module .blog-dodo-section {
    margin: 0 0 0 -24px;
    padding: 0 0 0 10px;
    max-height: 360px;
    overflow: hidden;
}
.two-cell-col .community-title p {
    background: #2faecc;
}
.full-width-module .bottom-part {
    position: absolute;
    top: 168px;
    bottom: auto;
    width: auto;
    right: 0;
    left: auto;
}
.full-width-module .blog-dodo-section .user-prefs {
    left: 23px;
    top: 21px;
}
.no-bar .widget {
    border-bottom: none !important;
}
.right-rail-video {
    margin-bottom: -10px;
}
.right-rail-video-title .thedodo-video-title {
    margin-top: -28px;
}
.video-reel-padding {
    padding: 0 0 20px 0;
}
.post-page .one-cell-col {
    padding: 0;
    border-left: 1px solid #d5d5d5;
}
.post-page .popular_dodo-section {
    border: none;
}
.post-page .popular_dodo-section .widget {
    border-color: #e4e4e4;
    float: left;
}
.author-module {
    padding: 0 0 25px;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    position: relative;
}
.author-module .author-photo, .author-module .avatar-a img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.author-module .author-name, .author-module .author .subscribe_link {
    display: inline-block;
    margin-right: 18px;
    width: auto;
    vertical-align: middle;
    max-width: initial;
    line-height: 1.5;
}
.author-module .author {
    float: left;
}
.author-module .author .subscribe_link {
    float: right;
}
.author-module .post-date-formatted {
    display: inline-block;
    border-left: 1px solid #b0b0b0;
    padding: 0 15px 0 15px;
    color: #919396;
    margin: 0 15px 0 0;
    vertical-align: middle;
    border-right: 0;
    margin-top: 14px !important;
}
.pullquote {
    float: left;
    width: 330px;
    margin: 10px 26px 14px 0;
    border: none;
    border-right: 2px solid #88ddb3;
    padding: 0;
    font-size: 33px;
    line-height: 41px;
}
.article-content li,
.article-content p,
.article-body .gallery,
.article-body {
    font: 19px/32px 'PT Serif', Tahoma, sans-serif;
}
.article-content p small {
    font: 19px/32px 'PT Serif', Tahoma, sans-serif;
    color: #231f20;
}
.article-body {
    padding: 0 5px 0 0;
    margin: 0 0 15px;
}
.article-content li {
    margin: 0 0 15px;
}
.article-content p {
    margin: 0 0 30px 0;
}
.article-content h3 {
    font-size: 27px;
    margin: 0 0 15px;
}
.article-content h4 {
    font-size: 23px;
    margin: 0 0 10px;
}
.article-content a {
    color: #08a5cb;
}
.article-content a:hover {
    text-decoration: underline;
}
.article-content .caption {
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.article-content .media-caption {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 11px 0 0 0;
}
.article-content .media-photo-credit {
    font-size: 11px;
    line-height: 14px;
    padding-top: 6px;
}
.article-body .share-tab-img .share-media-panel,
.article-body .share-tab-img.share-buttons {
    margin: 0;
}
.left-side,
.right-side {
    float: left;
}
.left-side {
    width: 640px;
}
.most-popular {
    counter-reset: section;
    border: 1px #9de5c9 solid;
    height: 100%;
    width: 310px;
}
.most-popular .list-item {
    text-align: center;
    height: 160px;
}
.most-popular .image-link,
.most-popular .image {
    width: 170px;
    height: 97px;
    display: block;
    margin: auto;
    position: relative;
}
.most-popular .image-link:before {
    counter-increment: section;
    position: absolute;
    top: 0;
    left: -16px;
    color: #a7a9ac;
    content: counter(section);
}
.most-popular .headline {
    display: block;
    margin: auto;
    width: 170px;
    font-size: 90%;
    text-align: left;
}
.author-module-bottom {
    color: #b7b7b7;
    padding: 0;
    margin: 30px 0 20px;
}
.author-module-bottom img {
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    width: 40px;
    height: 40px;
}
.author-module-bottom .author-bio-name, 
.author-module-bottom .author {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    display: block;
}
.author-module-bottom .author-bio {
    display: block;
    overflow: hidden;
    font-style: italic;
    font-size: 16px;
    float: left;
    line-height: 22px;
    margin-left: 50px;
    margin-top: -6px;
}
.tags {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 16px;
}
.tags a {
    color: #49c0df;
}
.tags a:after {
    content: ',';
    color: #000000;
}
.tags a:last-child:after {
    content: '';
}
.article-content .btn {
    font-size: 12px;
    margin: 0 0 10px;
    color: #ffffff;
}
.post-page .locked.btn:active,
.post-page .locked.btn {
    right: 15px;
    z-index: 2;
}
.article-content .btn:hover {
    text-decoration: none;
}
.post-page .locked.btn:hover,
.post-splash .locked.btn:hover {
    background: #2faecc;
}
.article-media .slideshow-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.article-media .slideshow-list li {
    margin: 0 0 15px;
}
.slideshow-list li p:empty {
    display: none;
}
.slideshow-list .credit {
    line-height: normal;
}
.slideshow-list .credit img {
    width: auto;
}
.article-media {
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}
.photo .article-media {
    width: auto;
    width: 100%;
    margin-top: 0;
}
.slideshow-wrapper {
    background: none;
    width: 100%;
    overflow: hidden;
    margin: 5px 0 8px;
    padding: 0 0 7px;
    border-bottom: 1px dashed #dddddd;
}
.slideshow-items {
    list-style-type: none;
    margin: 0 auto;
    padding: 0 3px;
}
.slideshow-items li {
    float: left;
    margin: 3px 1px 3px 1px;
    padding: 2px;
    border: 1px solid #ffffff;
}
.slideshow-items li.active {
    border: 1px solid #666666;
}
.slideshow-items a {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.post-splash .widget {
    display: block;
}
.post-page .promote-widgets {
    padding: 0;
}
.post-page .one-cell-col {
    padding: 0 0 0 20px;
}
.media-image.share-buttons {
    padding: 0;
}
.article-content .navbar-share-panel-wrapper {
    left: 0;
}
.article-content .navbar-share-panel-wrapper .navbar-share-panel .title {
    display: none;
}
.growing-sites-fb {
    margin: 0 0 10px;
}
.growing-sites-fb__header {
    font-size: 15px;
    margin-bottom: 10px;
}
.growing-sites-fb__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.growing-sites-fb__item {
    display: inline-block;
    margin: 0 2% 2% 0;
    vertical-align: top;
    width: 30%;
}
.growing-sites-fb__item:nth-child(3n+1) {
    margin-right: 0;
}
.growing-sites-fb__link:hover {
    text-decoration: none;
}
.growing-sites-fb__avatar {
    float: left;
    margin-right: 10px;
}
.growing-sites-fb__details {
    display: block;
    overflow: hidden;
}
.growing-sites-fb__details--name {
    font-size: 13px;
    display: block;
}
.growing-sites-fb__details--fans {
    color: #777;
    font-size: 11px;
}
.growing-sites-fb__details--fans b {
    color: #333;
}
.quiz-share-result {
    padding: 8px 0 0 0;
}
.quiz-share-result .share-buttons {
    margin: 0;
}
.quiz-share-result .share-column-fluid {
    display: inline-block;
}
.quiz-share-result .share-buttons .share-plus {
    display: none;
}
.quiz-share-result .share-buttons .buttons-fade {
    display: inline-block;
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
    .quiz-share-result .share-buttons .share-fb,
    .quiz-share-result .share-buttons .share-whatsapp {
        height: 55px;
        width: 55px;
        line-height: 55px;
    }
}
@media only screen and (max-width: 900px) and (min-width: 480px) {
    .article-content .navbar-share-panel-wrapper .share-buttons .share-fb:after {
        content: "Поделиться";
    }
    .growing-sites-fb__item {
        width: 43%;
    }
}
.article-content .share-buttons .repost {
    border: 0;
    display: block;
}
/*.author-module .fb-like {
    right: 0;
    vertical-align: middle;
    width: 100%;
    padding: 10px 0;
    margin-top: 22px;
}
.fb-like iframe {
    width: 120px;
}
.lt-ie10 .author-module .fb-like,
.lt-ie9 .author-module .fb-like {
    padding-top: 15px;
    display: inline-block;
}*/
.author-module .like,
.postpage__facebook-like .like {
        font-size: 14px;
        color: #39579a;
        text-transform: none;
        line-height: 20px;
        margin-right: 10px;
        font-weight: bold;
    display: inline-block;
    vertical-align: top;
}
.policy-comments {
    font: 14px 'PT Serif', Tahoma, sans-serif;
    color: #919396;
    padding: 0 0 15px;
    font-style: italic;
}
.policy-comments a {
    color: #49c0df;
}
.logged-out-user .community-comments-wrp {
    display: none;
}
/*.fb-comments.fb_iframe_widget,
.fb-comments.fb_iframe_widget span,
.fb-comments.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
}*/
.newsletter_sign_like .fb_iframe_widget span {
    margin-bottom: 3px;
}
/*.author-module .fb-like:before,
.postpage__facebook-like .fb-like:before {
    color: #375998;
    text-transform: uppercase;
}*/
.share-linkedin {
    display: none;
}
.facebook-signup-placeholder {
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    padding: 10px;
    z-index: 2;
    display: none;
}
.facebook-signup-placeholder .close-banner {
    position: absolute;
    left: 20px;
    top: 17px;
    color: #bbbbbb;
}
.facebook-signup-placeholder a:hover {
    text-decoration: none;
}
.facebook-signup-placeholder p {
    font: 600 16px 'PT Sans', Tahoma, sans-serif;
    color: #ffffff;
    padding: 0 0 0 40px;
    overflow: hidden;
}
.facebook-signup-placeholder .facebook-signup {
    float: right;
    width: 110px;
    margin: 3px 0 0 0;
    text-align: center;
    font: 600 16px 'PT Sans', Tahoma, sans-serif;
    color: #ffffff;
    background-color: #5370a9;
    padding: 6px 0;
    border-radius: 2px;
    vertical-align: bottom;
}
.facebook-signup-placeholder .facebook-signup:hover {
    background-color: #4b6598;
}
.article-body .share-tab-img {
    margin: 0 -15px;
}
.article-body .share-tab-img + br {
    display: none;
}
.thedodo-video-title {
    text-align: center;
    position: relative;
}

.popular_dodo-section .post-no-image,
.blog-dodo-section .post-no-image {
    background-size: auto 80%;
}
.around-the-web {
    padding: 14px 0 20px;
}
.show-full-article {
    display: none;
}
.readmore-control {
    border-color: #23acce;
    padding: 0 37px;
    height: 49px;
    font: 17px 'PT Sans', sans-serif;
    color: #23acce;
}
.readmore-control:before {
    content: 'Show Full Article';
}
@media only screen and (max-width: 767px) {
    .quiz-share-result {
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 1520px) {
    .no-splash.page {
        margin-top: 70px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .author-module .follow-button,
    .author-module .follow-button:hover,
    .author-module .follow-button:active,
    .author-module button.following,
    .author-module button.following:hover,
    .author-module button.following:active {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: transparent;
        height: 18px;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: 100px;
        background-image: url('img/dodo-sprite.png');
    }
    .author-module .follow-button,
    .author-module .follow-button:hover,
    .author-module .follow-button:active {
        width: 25px;
        background-position: -1px -30px;
    }
    .author-module button.following,
    .author-module button.following:hover,
    .author-module button.following:active {
        width: 24px;
        margin-right: 16px;
        background-position: -76px -14px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .next-article-promo.slide-in {
        height: 0;
        min-height: 0;
    }
    .around-the-web {
        padding: 15px 10px 20px;
    }
    .post .content {
        padding: 0 0 15px 0;
    }
    .author-module .post-date-formatted {
        float: right;
        border-left: none;
        padding-right: 0;
        margin-right: 0;
        margin-top: 5px;
    }
    @media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
        .author-module .post-date-formatted {
            margin-top: 5px !important;
        }
    }
    @media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
        .author-module .post-date-formatted {
            margin-top: 8px !important;
        }
    }
    .permalink .full-width-module,
    .permalink .post-page .one-cell-col,
    .permalink .related-section,
    .permalink .policy-comments,
    .permalink .private-comments-wrp,
    .permalink .community-comments-wrp,
    .permalink .tags {
        padding: 0 15px;
    }
    .quiz-share-result .share-buttons .share-plus,
    .quiz-share-result--mobile .share-buttons .share-fb,
    .quiz-share-result--mobile .share-buttons.enable-panel .share-fb,
    .quiz-share-result--mobile .share-buttons a.share {
        width: 55px !important;
        height: 55px;
        line-height: 55px;
        box-sizing: border-box;
    }
    .quiz-share-result .share-buttons .share-plus i,
    .quiz-share-result--mobile .share-buttons .share-fb i,
    .quiz-share-result--mobile .share-buttons.enable-panel .share-fb i,
    .quiz-share-result--mobile .share-buttons a.share i {
        top: 0;
    }
    .quiz-share-result .enable-panel .buttons-fade {
        display: inline-block;
        width: auto;
        height: auto;
    }
    .quiz-share-result--mobile .share-buttons a.share-fb {
        width: auto !important;
        padding: 0 10px;
    }
    .quiz-share-result--mobile .share-buttons a.share-fb:after {
        float: right;
        margin: 0 0 0 5px;
        text-transform: none;
        font-size: 14px;
        color: #fff;
    }
    .quiz-share-result .enable-panel .share-plus,
    .quiz-share-result .share-buttons .buttons-fade {
        display: none;
    }
    .quiz-share-result .share-buttons .share-plus,
    .quiz-share-result .enable-pannel .buttons-fade {
        display: inline-block;
    }
    .quiz-share-result .share-buttons .share-pinterest,
    .quiz-share-result .share-buttons .share-email,
    .quiz-share-result .share-buttons .share-googleplus,
    .quiz-share-result .share-buttons .share-tumblr,
    .quiz-share-result .share-buttons .share-reddit {
        display: none;
    }
    .quiz-share-result .enable-panel .share-pinterest,
    .quiz-share-result .enable-panel .share-email,
    .quiz-share-result .enable-panel .share-googleplus,
    .quiz-share-result .enable-panel .share-tumblr,
    .quiz-share-result .enable-panel .share-reddit {
        display: inline-block;
    }
    .growing-sites-fb__item {
        width: 90%;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    div.article-content li,
    div.article-content p,
    div.article-body {
        font-size: 18px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .article-content h1 {
        font-size: 26px;
    }
  /*  .author-module .fb-like:before {
        font-size: 12px;
    }*/
    .post-no-image {
        background-size: auto 90%;
    }
    div.article-content li,
    div.article-content p,
    div.article-body {
        font: 17px/30px 'PT Serif', Tahoma, sans-serif;
    }
}
@media only screen and (min-width: 320px) {
    .author-module > .follow-button {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body .article-media {
        margin: 10px 0 0 0;
    }
/*    .permalink .content {
        padding: 0 25px;
    }*/
    .author-module .author-name {
        float: none;
        color: #656565;
        margin-bottom: 0;
    }
  /*  .permalink .postpage__facebook-like .fb-like {
        margin: 3px 0 6px;
    }*/
    .permalink .post-page .one-cell-col {
        padding: 25px 0 0 20px;
    }
    .permalink .article-body {
        padding: 0 20px 0 0;
        font-size: 19px;
        line-height: 32px;
    }
    .post-page .post-controls {
        top: 40px;
    }
}
#mc_embed_signup {
    background: #ffffff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
}
.section-frontpage .article-photo-credit {
    display: block;
}
.article-media .article-photo-credit {
    background: rgba(0, 0, 0, .77);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
}
.article-media .article-photo-credit,
.article-media .article-photo-credit p,
.widget .photo-credit p {
    color: #dddddd;
    font: 11px 'PT Sans', sans-serif;
    margin: 0;
}
.permalink .photo-credit {
    display: block;
    left: auto;
    right: 0;
}
@media only screen and (max-width: 769px) {
    .permalink .photo-credit {
        display: none;
        bottom: 0;
    }
}
.community-comments-wrp .editmode-section-title {
    line-height: 1;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.community-comments-wrp .editmode-section-title:after {
    display: none;
}
.add-community-comment .commentator,
.community-comments-wrp .editmode-section-title:before {
    background-image: url('img/dodo-sprite.png');
}
.community-comments-wrp .editmode-section-title:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: bottom;
    margin: 0 9px -1px 0;
    background-repeat: no-repeat;
}
.community-comments-join {
    font-style: italic;
    color: #919396;
    font-family: 'PT Serif', Tahoma, sans-serif;
}
.add-community-comment .commentator img {
    display: none;
}
.add-community-comment .commentator {
    height: 30px;
    width: 30px;
    background-position: -19px 0;
}
.load-more-comments {
    padding: 0;
    line-height: 1;
    margin: 5px 0 20px 0;
}
.load-more-comments:before {
    display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .community-comments-wrp .editmode-section-title:before,
    .add-community-comment .commentator {
        background-image: url(img/dodo-sprite@2x.png);
        background-size: 100px;
    }
}
.ui-dialog.ui-corner-all {
    border-radius: 0;
}
.ui-dialog .ui-dialog-title {
    margin-bottom: 15px;
}
.ui-dialog .ui-dialog-titlebar-close {
    float: right;
    margin: 0;
    background: black;
    border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
    border: 1px solid transparent;
    background: white;
}
.ui-widget-content[role='dialog'] {
    font-family: 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    padding: 10px 20px;
    background: white;
    z-index: 2 !important;
    max-width: 600px !important;
}
body .ui-widget-overlay {
    background: #000;
    z-index: 1 !important;
}
.ui-widget {
    font-family: 'inherit';
}
.ui-dialog .ui-widget-header,
.ui-dialog .ui-widget-content {
    background: none;
    border: none;
}
.ui-dialog .ui-widget-content a {
    font-weight: 900;
    text-decoration: underline;
}
.ui-dialog .ui-widget-content a:focus {
    outline: 0;
}
.ui-dialog .ui-widget-content ul {
    padding: 0 0 0 20px;
}
.ui-dialog .ui-widget-content li {
    margin-bottom: 10px;
}
.ui-dialog .ui-widget-header {
    padding: 0;
}
.ui-dialog .ui-widget-content .ui-state-default {
    color: black;
    border-radius: 0;
    background: white;
    border-color: #666;
    text-transform: uppercase;
    padding: 15px 20px;
}
.ui-dialog .ui-widget-content .ui-state-default .ui-button-text {
    content: '';
}
.ui-dialog .ui-dialog-buttonset {
    margin-top: 10px;
}
#take_action_button_crowdrise_widget > div {
    position: relative !important;
}
#take_action_button_crowdrise_widget .crLogo,
#take_action_button_crowdrise_widget .startFundraiser,
#take_action_button_crowdrise_widget .CRShadowImage,
#take_action_button_crowdrise_widget .crDonated,
#take_action_button_crowdrise_widget .crDonateTriangle {
    display: none;
}
#take_action_button_crowdrise_widget .crImageAndTitleOuter {
    width: auto !important;
    margin: 0;
}
#take_action_button_crowdrise_widget .crImageAndTitleOuter {
    margin: 0 !important;
    width: auto;
}
#take_action_button_crowdrise_widget .crImageAndTitle {
    float: right;
    width: 85px !important;
    margin: 0 !important;
    padding: 0 !important;
}
#take_action_button_crowdrise_widget .crImageAndTitle img {
    width: 100px;
}
#take_action_button_crowdrise_widget .crDonateWidget {
    font-size: 10px;
    box-shadow: none !important;
    border: 1px solid #000;
    padding: 0 96px 0 0;
    overflow: hidden;
}
#take_action_button_crowdrise_widget .crImageAndTitle div a {
    font-family: 'PT Sans', Tahoma, sans-serif !important;
    color: #000;
    font-size: 11px !important;
    display: block;
    text-align: center;
}
#take_action_button_crowdrise_widget .crImageAndTitle a {
    color: #e1680e !important;
}
#take_action_button_crowdrise_widget .gradientButton {
    width: 60% !important;
    margin: 20px 0 0 0 !important;
}
#take_action_button_crowdrise_widget .crImageAndTitleOuter:after {
    display: block;
    content: 'how to help:';
    margin: 0;
    padding-top: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    font-size: 18px;
    font-family: 'PT Sans';
}
#take_action_button_crowdrise_widget .gradientButton .donateNow {
    font-family: 'PT Sans';
    font-size: 13px !important;
    padding-top: 14px !important;
}
#take_action_button_crowdrise_widget .crDonateWidget h4 {
    display: none;
}
#take_action_button_crowdrise_widget div.crDonateWidget {
    background: #fff !important;
    border: 2px solid #000 !important;
}
body.logged-out-user div.ui-widget-overlay.new_author_modal {
    display: none !important;
}
body.logged-out-user div.ui-dialog.new_author_modal {
    display: none !important;
}
div.ui-dialog {
    top: 200px !important;
    width: 85% !important;
}
div#dodoNotice {
    height: 80% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    div.ui-dialog {
        left: 8%;
        top: 200px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    div.ui-dialog {
        left: 18%;
    }
}
@media (min-width: 1024px) {
    div.ui-dialog {
        left: 20%;
    }
}
@media (min-width: 1200px) {
    div.ui-dialog {
        left: 27%;
    }
}
.utm_campaign__holder {
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.is_mobile .utm_campaign__holder {
    border-bottom: 1px solid rgba(213, 213, 213, .62);
}
.utm_campaign__title {
    color: #919396;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 2px;
}
.utm_campaign__avatar {
    float: left;
    margin-right: 9px;
}
.utm_campaign__details {
    overflow: hidden;
}
.utm_campaign__name {
    display: block;
    font-family: 'PT Sans';
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}
.like-icon,
.twitter-icon,
.icons-dodo {
    background-image: url('img/icons.png?31');
    background-size: 458px 225px;
    display: inline-block;
    vertical-align: middle;
}

.hover-menu.locked {
    background-position: 0 -976px;
    position: relative;
}
.like-icon {
    background-position: 0 0;
    width: 27px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.twitter-icon {
    background-position: -3px -24px;
    width: 27px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
}
.icons-dodo.googleplus_29,
.icons-dodo.add-more,
.icons-dodo.email,
.icons-dodo.pinterest,
.icons-dodo.twitter_29,
.icons-dodo.facebook_29,
.icons-dodo.instagram_29 {
    width: 29px;
    height: 29px;
    vertical-align: middle;
}
.icons-dodo.googleplus_29 {
    background-position: -282px 0
}
.icons-dodo.instagram_29 {
    background-position: -172px 0
}
.icons-dodo.facebook_29 {
    background-position: -27px 0;
}
.icons-dodo.twitter_29 {
    background-position: -56px 0;
}
.icons-dodo.pinterest {
    background-position: -85px 0;
}
.icons-dodo.email {
    background-position: -114px 0;
}
.icons-dodo.add-more {
    background-position: -143px 0;
}
.icons-dodo.repost {
    background-position: -9px -58px;
    width: 19px;
    height: 12px;
    position: relative;
    top: -1px;
}
.disabled .icons-dodo.repost {
    background-position: -185px -58px;
}
.disabled .icons-dodo.emailx15 {
    background-position: -183px -156px;
}
.disabled .icons-dodo.facebook {
    background-position: -186px -203px;
}
.disabled .icons-dodo.twitter {
    background-position: -185px -181px;
}
.disabled .icons-dodo.share-googleplus {
    background-position: -183px -106px;
}
.disabled .icons-dodo.pin {
    background-position: -182px -128px;
}
.disabled .icons-dodo.thumblr {
    background-position: -188px -77px;
}
.icons-dodo.thumblr {
    background-position: -12px -77px;
    width: 11px;
    height: 16px;
    position: relative;
    top: -2px
}
.icons-dodo.share-googleplus {
    background-position: -9px -106px;
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px
}
.icons-dodo.pin {
    background-position: -9px -128px;
    width: 17px;
    height: 17px;
    position: relative;
    top: -1px;
}
.icons-dodo.emailx15 {
    background-position: -10px -156px;
    width: 15px;
    height: 13px;
}
.icons-dodo.twitter {
    background-position: -11px -181px;
    width: 14px;
    height: 11px;
    position: relative;
    top: -2px;
}
.icons-dodo.facebook {
    background-position: -14px -203px;
    width: 9px;
    height: 16px;
    position: relative;
    top: -2px;
}
.icons-dodo.next,
.icons-dodo.prev {
    background-size: 916px 450px;
    display: inline-block;
    height: 40px;
    width: 28px;
}
.icons-dodo.prev {
    background-position: -223px -120px;
}
.icons-dodo.next {
    background-position: -247px -120px;
}
.lt-ie9 .icons-dodo.prev {
    background-position: -107px -52px;
}
.lt-ie9 .icons-dodo.next {
    background-position: -131px -52px;
}
.icons-dodo.re-post-grey {
    width: 26px;
    height: 16px;
    background-position: -48px -112px;
}
.icons-dodo.pintest-grey {
    width: 21px;
    height: 24px;
    background-position: -87px -109px;
}
.icons-dodo.email-grey {
    width: 24px;
    height: 16px;
    background-position: -121px -112px;
}
.icons-dodo.googleplus-grey {
    width: 20px;
    height: 16px;
    background-position: -154px -112px;
}
a:hover .icons-dodo.re-post-grey {
    background-position: -48px -137px;
}
a:hover .icons-dodo.pintest-grey {
    background-position: -87px -134px;
}
a:hover .icons-dodo.email-grey {
    background-position: -121px -137px;
}
a:hover .icons-dodo.googleplus-grey {
    background-position: -154px -137px;
}
.facebook-blue,
.twitter-blue,
.instagram-blue,
.googleplus-blue,
.flickr-blue {
    width: 26px;
    height: 26px;
}
.facebook-blue {
    background-position: -37px -160px;
}
.twitter-blue {
    background-position: -66px -160px;
}
.instagram-blue {
    background-position: -94px -160px;
}
.googleplus-blue {
    background-position: -152px -160px;
}
.flickr-blue {
    background-position: -123px -160px;
}
.send-blue {
    width: 31px;
    height: 30px;
    background-position: -36px -189px;
}
.re-post-blue {
    width: 32px;
    height: 21px;
    background-position: -71px -195px;
}
.gp-ico,
.tw-ico,
.fb-ico {
    width: 20px;
    height: 20px;
}
.fb-ico {
    background-position: -203px 0;
}
.tw-ico {
    background-position: -228px 0;
}
.gp-ico {
    background-position: -253px 0;
}
.fbx24 {
    width: 24px;
    height: 24px;
    background-position: -207px -42px;
}
.fbx24.disabled {
    background-position: -203px -67px;
}
.twx24 {
    width: 24px;
    height: 24px;
    background-position: -232px -42px;
}
.twx24.disabled {
    background-position: -227px -67px;
}
.subpage-header {
    min-height: 65px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 25px 0 5px;
    background-size: contain;
}
.subpage-header h1 {
    max-width: 1115px;
    display: block;
    margin: 0 auto;
    font-size: 52px;
    color: #0096af;
    text-transform: uppercase;
}
.subpage .one-cell-col .popular_dodo-section {
    padding: 10px 0 0 0;
}
.community-page .one-cell-col .bottom-part {
    top: 127px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .subpage .two-cell-col {
        margin-left: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .subpage .one-cell-col .popular_dodo-section {
        padding: 10px 0 0 0;
    }
}
.user-bio .publish-story {
    display: none;
}
.user-profile-wrapper .site-bio {
    position: relative;
}
.user-profile-wrapper .site-bio .user-prefs {
    top: -10px;
}
.user-profile-wrapper .user-prefs {
    right: 50%;
    top: -18px;
}

.user-profile-wrapper .site-bio .hover-menu,
.site-widget .site-bio .hover-menu {
    background: #338fcd;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 7px;
    line-height: 18px;
    width: auto;
    text-indent: 0;
    height: auto;
    border: 0;
    font-size: 12px;
    position: relative;
}
.giant-splash .user-profile-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-left: 0;
    text-align: center;
    padding: 72px 0 0 0;
    right: 0;
    margin: 0 auto;
}
.user-profile-wrapper .site-avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 72px;
    max-height: 72px;
}
.user-profile-wrapper .site-bio .hover-menu:after,
.site-widget .site-bio .hover-menu:after {
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #338fcd;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 13px;
}
.giant-splash .user-profile-wrapper .site-title-edit {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    padding: 10px 0 0 0;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.user-profile-wrapper .site-title-edit h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    padding: 0 15px;
    margin: 7px 0 0 0;
    font-family: 'Whitney SSm B', 'Whitney SSm A', Tahoma, sans-serif;
}
.user-profile-wrapper .user-bio .publish-story textarea,
.user-profile-wrapper h2:focus {
    outline: none;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    min-width: 284px;
}
.user-profile-wrapper .user-bio .publish-story textarea {
    min-width: 101%;
}
.user-profile-wrapper .site-bio .hover-menu,
.user-profile-wrapper .site-bio .hover-menu:hover {
    background-color: #338fcd;
}
.user-profile-wrapper .user-bio .publish-story textarea {
    max-width: 500px;
    display: inline-block;
    width: auto;
    margin-bottom: 6px;
    height: 46px;
    border: none;
    font-size: 16px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-style: italic;
    line-height: 21px;
    font-weight: normal;
    text-align: center;
    padding: 7px 15px 0;
    float: none;
}
.user-profile-wrapper .user-bio .publish-story textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.community-site-logo .edit-mode .fake-input {
    display: block;
    width: 80px;
    height: 28px;
    overflow: hidden;
    z-index: 99;
    left: 0;
    opacity: 0;
    position: absolute;
    margin: 0;
}
.community-site-logo .edit-mode .fake-input input,
.community-site-logo .edit-mode .fake-input input::-webkit-file-upload-button {
    cursor: pointer;
}
.community-site-logo .edit-mode .image-by-url {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 17px 15px 17px;
    vertical-align: top;
    font: 18px 'PT Sans', Tahoma, sans-serif;
    width: 250px;
}
.community-site-logo .edit-mode .site-avatar {
    max-width: 600px;
    max-height: none;
    margin: 0 auto;
}
.community-site-logo .edit-mode .avatar-form {
    display: inline-block;
}
.community-site-logo .edit-mode .or {
    color: #a8a8a8;
    padding: 0 11px;
    text-transform: uppercase;
}
.community-site-logo .edit-mode .buttons {
    padding: 83px;
}
.community-site-logo .edit-mode .add-image-by-src {
    padding: 18px 21px 17px;
}
.community-site-logo .edit-mode .add-image-by-src .upload-arrow {
    margin: 4px 0 3px;
    display: block;
    height: 12px;
    width: 12px;
    background-image: url('img/icons.png?31');
    background-position: -382px -135px;
    background-size: 458px 225px;
}
.community-site-logo .edit-mode .ch-cover-upload,
.community-site-logo .edit-mode .buttons .btn {
    width: 175px;
    padding: 17px 0;
    margin: 0 5px;
}
.community-site-logo .edit-mode label {
    margin: 20px 0 35px;
    font-size: 24px;
}
.user-profile-wrapper .site-bio {
    position: relative;
    width: 100%;
    z-index: 0;
}
.user-profile-wrapper .site-bio .user-prefs {
    right: 50%;
    top: -26px;
}
.user-profile-wrapper .site-bio .publish-story {
    background: transparent;
    width: 500px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.user-profile-wrapper .community-site-logo {
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 72px;
    border-radius: 50%;
    height: 72px;
    background-position: 50% 50%;
    background-size: cover;
    border: 1px solid #FFF;
}
.user-profile-wrapper .edit-mode {
    display: block;
    color: #fff;
    position: absolute;
    background: #282828;
    width: 100%;
    height: 600px;
    text-align: center;
    z-index: 1;
    left: 0;
    padding: 115px 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.user-profile-wrapper .community-site-logo .edit-mode {
    z-index: 2;
}
.user-profile-wrapper .site-avatar .or {
    line-height: 35px;
    display: block;
    margin: 0 15px;
}
.user-profile-wrapper .community-site-logo .edit-mode {
    top: 0;
}
.social-profiles-status {
    width: 250px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 35px;
}
.social-profiles-status ul {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    overflow: hidden;
}
.social-profiles-status a {
    display: inline-block;
    width: 34px;
    height: 34px;
    overflow: hidden;
}
.social-profiles-status ul li {
    display: inline-block;
    margin: 0 5px;
}
.giant-splash .user-profile-wrapper .site-bio,
.giant-splash .user-profile-wrapper .user-bio .about {
    font-size: 18px;
    font-family: 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
    font-style: italic;
    font-weight: normal;
    color: #656565;
    word-wrap: break-word;
    text-align: center;
    max-width: 500px;
    margin: 0 auto 20px;
    line-height: 21px;
    padding: 3px 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
}
.lt-ie9 .giant-splash .user-profile-wrapper .user-bio .about,
.lt-ie10 .giant-splash .user-profile-wrapper .user-bio .about {
    max-width: 100%;
}
.lt-ie9 .giant-splash .user-profile-wrapper .site-bio,
.lt-ie10 .giant-splash .user-profile-wrapper .site-bio {
    display: block;
}
.user-profile-wrapper .site-avatar-edit {
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 72px;
    border-radius: 50%;
    height: 72px;
    background-position: 50% 50%;
    background-size: cover;
}
.giant-splash .user-profile-wrapper .user-bio .about {
    line-height: 1;
    padding-top: 6px;
    height: 44px;
}
.community-frontpage .giant_splash-section .user-prefs {
    display: block !important;
    z-index: 999;
}
.user-profile-wrapper .social-panel {
    display: inline-block;
}
.community-frontpage .giant-splash-image-overlay {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 1%, rgba(0, 0, 0, 5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 1%, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, .5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColor=0, endColorstr='#000000', GradientType=0);
    height: 100%;
}
.community-frontpage .giant-splash .widget .page-article .page-inner {
    vertical-align: bottom;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .community-frontpage .giant_splash-section .giant-splash-size {
        height: 455px;
        background-position: center 25%;
    }
    .community-frontpage .giant_splash-section,
    .community-frontpage .giant_splash-section .widget .page-article {
        height: 455px;
    }
    .user-profile-wrapper .site-title-edit h2,
    .giant-splash .user-profile-wrapper .site-title-edit {
        font-size: 21px;
        line-height: 1.3;
    }
    .giant-splash .user-profile-wrapper .site-bio,
    .giant-splash .user-profile-wrapper .user-bio .about {
        height: 55px;
    }
    .user-profile-wrapper .site-bio .publish-story {
        width: 300px;
    }
    .giant-splash .user-profile-wrapper .site-bio,
    .giant-splash .user-profile-wrapper .user-bio .about {
        width: 100%;
        box-sizing: border-box;
    }
    .user-profile-wrapper .user-bio .publish-story textarea {
        padding: 0;
    }
    .community-site-logo .edit-mode .image-by-url {
        width: 200px
    }
    .community-site-logo .edit-mode .buttons {
        padding: 15px 0;
    }
    .community-site-logo .edit-mode .ch-cover-upload,
    .community-site-logo .edit-mode .buttons .btn {
        width: 133px;
        margin: 0 5px 6px;
    }
    .user-profile-wrapper .edit-mode {
        height: 475px;
    }
}
.one-cell-col .join-widget {
    background: #2faecc;
    padding: 28px 20px 0;
    color: #fff;
    font-size: 25px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    text-align: center;
}
.one-cell-col .join-widget .title {
    font-size: 24px;
    padding-bottom: 24px;
}
.one-cell-col .join-widget .title strong {
    font-weight: 700;
}
.one-cell-col .join-widget .input {
    margin: 0;
    padding: 0;
}
.one-cell-col .join-widget .input .mail {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 37px;
    pointer-events: none;
}
.one-cell-col .join-widget .input .mail .mail-icon {
    background-position: -6px -8px;
    width: 26px;
    height: 17px;
    background-size: 36px 113px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 10px;
}
.one-cell-col .join-widget .input input {
    padding: 0 85px 0 45px;
    width: 100%;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lt-ie10 .one-cell-col .join-widget .input input {
    padding: 0;
    width: 60%;
    margin-left: 46px;
}
.lt-ie9 .one-cell-col .join-widget .input input {
    padding: 0;
    width: 50%;
    margin-left: 46px;
}
.one-cell-col .join-widget .input button.btn-join {
    background: #000;
    margin: 0;
    padding: 0;
    width: 75px;
    line-height: 37px;
    position: absolute;
    top: 0px;
    right: 0;
}
@media (max-width: 786px) {
    .one-cell-col .join-widget .input button.btn-join {
        top: 2px;
    }
}
.one-cell-col .join-widget .success {
    font-size: 15px;
}
.facebook-widget,
.twitter-widget,
.printest-widget {
    float: left;
}
.facebook-widget {
    width: 35%;
    text-align: left;
}
.twitter-widget {
    width: 35%;
    text-align: center;
    position: relative;
}
.printest-widget {
    width: 30%;
    text-align: right;
}
.twitter-widget:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #5E7286;
    left: 0;
    top: 8px;
}
.lt-ie9 .twitter-widget:before {
    display: none;
}
.twitter-widget:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #5E7286;
    right: 0;
    top: 8px;
}
.author-module .fb_iframe_widget {
    margin-top: 0;
}
.join-social-panel {
    font-weight: bold;
    font-size: 19px;
    background: #2faecc;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'PT Sans', Tahoma, sans-serif;
    padding: 20px;
}
.lt-ie9 .join-social-panel {
    padding: 20px 10px;
}
.join-social-panel .brd {
    display: inline-block;
    vertical-align: top;
    color: #2e9cb6;
    font-weight: normal;
    margin: 0 8px;
}
.one-cell-col .popular_dodo-section .widget {
    border-color: #C6C1A8;
}
.one-cell-col .popular_dodo-section .headline {
    font-size: 20px;
    line-height: 24px;
    margin: 4px 0 0 0;
}
.popular_dodo-section .share-post-bar {
    background: #08a5cb;
}
.one-cell-col .popular_dodo-section .widget:hover .headline {
    color: #08a5cb;
}
.blog-module .widget,
.popular_dodo-section .widget,
.related-section .widget {
    position: relative;
}
.slide-show {
    padding: 14px 0 10px;
    margin: 0 0 10px;
    position: relative;
}
.slide-holder {
    overflow: hidden;
}
.slide-show .btn-prev,
.slide-show .btn-next {
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.slide-show .btn-prev {
    background-position: -65px 0;
    left: 0;
    right: auto;
}
.slide-show .btn-next {
    background-position: 0 0;
    text-align: right;
    right: 0;
    left: auto;
}
.slide-show .btn-prev:hover,
.slide-show .btn-next:hover {
    color: #fff;
    text-decoration: none;
}
.slide-show .btn-prev i,
.slide-show .btn-next i {
    font-size: 27px;
}
.slide-show .slider-wrapper {
    width: 99999px;
}
.slide-show .widget {
    width: 152px;
    float: left;
    margin: 0 0 0 22px;
    height: 232px;
    border: 1px solid #fff;
    vertical-align: top;
}
.slide-show .widget article {
    height: 201px;
    position: relative;
    overflow: hidden;
}
.slide-show .widget .page-article:before {
    display: none;
}
.slide-show .bottom-part {
    right: 10px;
    left: auto;
    width: auto;
    bottom: 0;
}
.slide-show .share-post-bar {
    border: none;
}
.slide-show .widget .headline {
    margin: 3px 0 20px;
    max-height: 53px;
    overflow: hidden;
    display: -webkit-box;
    list-style: inside;
    line-height: 19px;
    font-size: 17px;
}
.slide-show .widget .author-name {
    display: none;
}
.slide-show .widget:hover .headline {
    color: #0096af;
}
.slide-show .section-holder:first-child .widget {
    margin: 0;
}
.slide-show .controls {
    display: none;
    background: #000000;
    opacity: 0.75;
    top: 49px;
}
.login-follow-promo {
    background: #000;
    background: rgba(0, 0, 0, .9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'PT Sans', Tahoma, sans-serif;
    z-index: 99;
}
.login-follow-promo .login-promo-inner {
    width: 690px;
    height: 485px;
    margin: 0 auto;
    top: 200px;
    bottom: 0;
    background: #fff;
    padding: 20px;
    left: 0;
    right: 0;
    position: fixed;
}
.login-follow-promo .login-promo-inner h2 {
    color: #333;
    font-size: 24px;
    text-align: center;
    width: 490px;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 30px;
}
.login-follow-promo .login-promo-inner p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}
.login-follow-promo .login-promo-inner a {
    color: #00a6cd;
}
.login-follow-promo .login-promo-inner span {
    color: #656565;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 270px;
    margin: 0 auto;
}
.login-follow-promo .login-promo-inner .close-lightbox {
    font-size: 34px;
    font-family: serif;
    line-height: 30px;
    color: #8e8e8e;
    text-align: right;
    display: block;
    font-weight: normal;
}
.login-follow-promo .close-lightbox:hover {
    text-decoration: none;
}
.login-follow-promo .login-promo-buttons {
    width: 320px;
    text-align: center;
    margin: 0 auto;
}
.login-follow-promo .login-promo-buttons a {
    color: #ffffff;
}
.login-follow-promo .provider-btn {
    padding: 14px;
}
.login-follow-promo .provider-btn .icons-dodo {
    margin: 0 7px;
}
.login-follow-promo .provider-btn.email {
    background: #7A8B9D;
}
.login-follow-promo .provider-btn.email:hover {
    background: #717274;
}
.login-follow-promo .provider-btn.facebook:hover {
    background: #4B6598;
}
.login-follow-promo .provider-btn.twitter:hover {
    background: #00A8E5;
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
   /* .join-social-panel .fb-like-txt,
    .join-social-panel .brd,
    .join-social-panel .btn-like-txt {
        display: none;
    }*/
}
@media only screen and (min-width: 981px) and (max-width: 1090px) {
 /*   .join-social-panel a,
    .join-social-panel .fb-like-txt {
        font-size: 11px;
    }*/
    .join-social-panel .printest-icon,
    .join-social-panel .twitter-icon {
        width: 33px;
    }
    .join-social-panel .brd {
        margin: 0 5px;
    }
    .join-widget-dodo .join-cover strong {
        font-size: 26px;
        width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .body_embedded_widget {
        min-width: 100%;
        max-width: 100%;
    }
    .join-widget-dodo .sign-bg {
        background-size: 122px auto;
    }
    .content .join-widget-dodo .join-cover strong,
    .content .join-widget-dodo .join-cover p {
        padding-left: 20px;
    }
    .one-cell-col .join-widget {
        padding-top: 20px;
    }
    .one-cell-col .join-widget .title {
        padding-bottom: 20px;
    }
    .join-social-panel .twitter-widget:before,
    .join-social-panel .twitter-widget:after {
        display: none;
    }
    .join-social-panel .twitter-widget {
        padding-top: 3px;
    }
    .join-social-panel .twitter-icon,
    .join-social-panel .printest-icon {
        background-image: url("img/dodo-sprite.png");
        background-size: 100px;
    }
    .join-social-panel .twitter-icon {
        height: 23px;
        width: 21px;
        background-position: -2px -50px;
    }
    .join-social-panel .printest-icon {
        height: 26px;
        width: 26px;
        background-position: -23px -48px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .one-cell-col .join-widget .title {
        padding-bottom: 15px;
    }
    textarea,
    select,
    .uneditable-input {
        border: none !important;
    }
}
.private-comments-wrp:empty {
    display: none;
}
.private-comments-wrp {
    background-color: #F4F9FC;
    padding: 2%;
    margin-bottom: 10px;
}
.river-post .private-comments-wrp {
    background: transparent;
    padding: 0;
}
.add-private-comment {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
.add-private-comment .btn.disabled {
    display: none;
}
.private-comments-wrp .editmode-section-title:after,
.river-post .private-comments-wrp .comments-container:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAMAAACDd7esAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAASFBMVEX////r9Pm+xMemq6yhpaaqrrDDyczs9fq4vsCgpKWxtripra+5v8Gipqe1u73w+f7u9/yyt7nGzM/FzM+9wsW8wsS9w8X///9njPZSAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAA9SURBVAjXlcbREkAgAATAi9CVHFH//6lNzdCzfVoAZprtsm5oHL0L3PvjIZ1X7GeSdHM8tT98ZXD4/fK1VCJOBHT9vbl+AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTEwLTE3VDIzOjUzOjExKzAwOjAwlflwtwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0xMC0xN1QyMzo1MzoxMSswMDowMOSkyAsAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    width: 11px;
    height: 12px;
}
.private-comments-wrp .editmode-section-title:after {
    margin: 0 0 0 8px;
}
.river-post .private-comments-wrp .editmode-section-title {
    display: none;
}
.river-post .private-comments-wrp .comments-container:before {
    margin: 3px 0 0 -20px;
    position: absolute;
}
.river-post .load-more-comments {
    margin-bottom: 10px;
    padding: 0;
}
.load-more-comments {
    background: transparent;
    border: 0;
    font-family: inherit;
    color: #8e8e8e;
    font-size: 14px;
}
.load-more-comments:hover {
    background: transparent;
    color: #555;
}
.load-more-comments:focus {
    outline: 0;
}
.load-more-comments:before {
    content: '...';
    font-size: 15px;
    font-weight: bold;
    position: relative;
    left: -10px;
}
.river-post .load-more-comments:before {
    display: none;
}
.follow-user-button-pldr button {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #b0b0b0;
    color: #6e6e6e;
    padding: 7px 0;
    width: 86px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 10px 0 0;
}
.follow-user-button-pldr button:focus {
    outline: 0;
}
.follow-user-button-pldr button:hover {
    background: #07a2ab;
    color: #fff;
    border: 1px solid #07a2ab;
}
.follow-user-button-pldr button:active {
    background: #07888f;
    color: #fff;
    border: 1px solid #07888f;
}
.community-comments-wrp {
    margin-bottom: 20px;
}
.community-comments-wrp .editmode-section-title:after,
.river-post .community-comments-wrp .comments-container:before {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAQAAAATvv9SAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAACaSURBVBjTdc8hakJxAMDh7/0HloUJImg1OQVBT2CyOCx7YPEA1kVvIIigxQtYBjLWVucFxCU1eIUl08BgEOE5fb/6pV80g4yerrqcX2sLc39EM8o+VCTbim2Cgu9/wLOl4kN7pOm2R9ng1f1egqcUygWrFPoJRik0Dj4N78DEe8BAbHcFU2/nZYjUNOQddLTsVR0vlKykb+nrBDgUHC622/hOAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTEwLTIyVDE5OjIxOjUxKzAwOjAwU4B+nAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0xMC0yMlQxOToyMTo1MSswMDowMCLdxiAAAAAASUVORK5CYII=);
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
}
.community-comments-wrp .editmode-section-title:after {
    margin: 0 0 0 8px;
}
.river-post .community-comments-wrp .editmode-section-title {
    display: none;
}
.river-post .community-comments-wrp .comments-container:before {
    margin: 3px 0 0 -20px;
    position: absolute;
}
.add-community-placeholder {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAQAAABHeoekAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAADGSURBVBjTfdGtSkMBHIbx3/7JA5tDVkR3AYKuWWwW2YIgsjsQGYjZ3YPBerCZ/CgG2xCLFsHsEMOSwSWLm1gmhoMw2Xae+jzpfQspEHY0bVhE36NrN36gkMK6M2v+07XniUDdw4Rm1b0GYcmlxDTmXKmGIwtmUdYO2/LYDcu5QTX0c4P30MkNOuHEcKb+dhx6WkZT9ci+18CFhrcJ/WHLebYkd1YcuvU5FiRespMyvqTq5hWVlBx4lmiPB38MDQycqtlUUeEX2UspM9lt868AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMTAtMDdUMjA6MTM6NTYrMDA6MDBeoZTMAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTEwLTA3VDIwOjEzOjU2KzAwOjAwL/wscAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 0 center;
    border: 0;
    padding-left: 20px;
}
.add-community-note {
    color: #b0b0b0;
    font-size: 13px;
    margin: 0 0 15px 0;
    font-style: italic;
}
.add-community-note i {
    color: #bfbfbf;
    font-size: 15px;
}
.add-community-note .icon-info-sign:before {
    content: "\24D8";
    font-size: 12px;
    font-weight: bold;
}
.river-post .add-community-note {
    display: none;
}
.add-community-comment {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
.add-community-comment .btn.disabled {
    display: none;
}
.add-community-comment .btn.disabled {
    display: none;
}
.add-community-comment .commentator-name {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.add-private-comment > div > form,
.add-community-comment > div > form {
    position: relative;
}
.add-private-comment .autocomplete,
.add-community-comment .autocomplete {
    position: static;
    margin-top: 0;
    width: auto;
    max-width: 200px;
    padding: 0;
    list-style: none;
}
.add-private-comment form,
.add-community-comment form {
    float: left;
}
.add-community-comment textarea {
    border: 0;
    padding: 5px 0;
    margin-bottom: 3px;
    width: 100%;
    font-size: 14px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.add-community-comment textarea:focus {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.add-community-comment .btn-primary {
    margin-bottom: 20px;
}
.community-comments {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.community-comment {
    margin: 0 0 10px 0;
    position: relative;
}
.community-comment .remove {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    background: transparent;
    border: 0;
    color: #999;
    font-size: 14px;
    line-height: 0;
    margin: -4px 0 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    height: 8px;
    opacity: 0;
}
.community-comment:hover .remove {
    opacity: 1;
}
.community-comment .remove:hover {
    color: #787878;
}
.community-comment .remove:focus {
    outline: 0;
}
.community-comment-avatar {
    float: left;
    margin-right: 10px;
}
.community-comment-avatar img {
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.community-comment-body {
    overflow: hidden;
}
.community-comment-author {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.community-comment-text {
    color: #656565;
    font-size: 14px;
    font-weight: 300;
}
.community-comment-time {
    color: #b0b0b0;
    font-size: 12px;
    font-size: 300;
}
.add-community-comment,
.comments-container {
    margin-left: 22px;
}
.event-comments .follow-user-button-pldr {
    padding: 0 0 10px 0;
}
.private-comments .follow-button,
.community-comments .follow-button {
    font-size: 11px;
    padding: 2px 0;
    width: 76px;
}
.private-comments-wrp .autocomplete {
    width: 220px;
    min-width: 220px;
    position: static;
    padding: 0;
    margin: 0 0 10px;
    border: 0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    list-style: none;
    -webkit-border-radius: 3px 3px 4px 4px;
    -moz-border-radius: 3px 3px 4px 4px;
    border-radius: 3px 3px 4px 4px;
}
.private-comments-wrp .autocomplete a,
.community-comments-wrp .autocomplete a {
    padding: 6px 4px;
    display: block;
    border-top: 1px dotted #ccc;
    margin: 0;
    font-size: 12px;
}
.private-comments-wrp .autocomplete li a:focus,
.private-comments-wrp .autocomplete li a:hover,
.community-comments-wrp .autocomplete li a:focus,
.community-comments-wrp .autocomplete li a:hover {
    background: #0088CC;
    color: #fff;
    text-decoration: none;
}
.community-comments-wrp .autocomplete li,
.private-comments-wrp .autocomplete li {
    background-color: #fff;
}
.community-comments-wrp .autocomplete li:first-child,
.private-comments-wrp .autocomplete li:first-child {
    border-top: 1px solid #CCCCCC;
}
.community-comments-wrp .autocomplete li:last-child,
.private-comments-wrp .autocomplete li:last-child {
    border-bottom: 1px solid #CCCCCC;
}
.community-comments-wrp .autocomplete li:first-child a,
.private-comments-wrp .autocomplete li:first-child a {
    border: 0;
}
.add-private-comment textarea {
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
.editmode-section-title {
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.commentator {
    float: left;
    margin-right: 10px;
}
.commentator img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.commentators-header {
    font-size: 18px;
    padding: 5px 10px;
}
.commentators-short,
.community-comments-join {
    float: left;
    margin-bottom: 10px;
    font-family: 'PT Sans';
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.comments-section {
    margin-bottom: 12px;
}
.commentators-short img {
    border-radius: 50%;
    margin: 0 10px 0 0;
    width: 32px;
    height: 32px;
    float: left;
}
.amazon-assets-widget {
    overflow: hidden;
}
.article-body .amazon-assets-widget__image {
    width: 180px;
    padding-right: 15px;
    display: inline-block;
    width: 31%;
    vertical-align: middle;
    box-sizing: border-box;
}
.article-content .amazon-assets-widget__description {
    overflow: hidden;
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}
.article-content .amazon-assets-widget__title {
    font-size: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 10px;
    margin: 0px 0 15px;
    font-family: Arial;
    line-height: 30px;
    font-weight: bold;
    color: #4a4a4a;
}
.article-content .amazon-assets-widget__used-price,
.article-content .amazon-assets-widget__new-price,
.article-content .amazon-assets-widget__list-price {
    font-size: 14px;
    margin: 0;
    font-family: Arial;
    line-height: 26px;
    color: #4a4a4a;
}

@media screen and (max-width: 767px) {
    .article-content .amazon-assets-widget__description {
        width: 100%;
    }
    .article-body .amazon-assets-widget__image {
        float: none;
        width: 100%;
        margin: 10px 0 10px;
        padding: 0;
        border: 1px solid #e9e9e9;
        box-sizing: border-box;
    }
    .amazon-assets-widget__description {
        position: relative;
        padding: 0 0 56px;
    }
    .article-content .amazon-assets-widget__by-amazon {
        margin: 0;
    }
}
.edit-mode-opened .rebelbar-fake {
    display: none;
}
.post-edit-mode {
    margin: 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    -moz-transition: -moz-transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    -o-transition: -o-transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    transition: transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.menu-opened .post-edit-mode {
    -webkit-transform: translate3d(244px, 0, 0);
    -moz-transform: translate3d(244px, 0, 0);
    -ms-transform: translate3d(244px, 0, 0);
    -o-transform: translate3d(244px, 0, 0);
    transform: translate3d(244px, 0, 0);
}
.lt-ie9 .menu-opened .post-edit-mode,
.lt-ie10 .menu-opened .post-edit-mode {
    margin-left: 244px;
}
.edit-mode-center {
    max-width: 1350px;
    padding: 40px 0 20px 50px;
}
.edit-mode-flexible {
    max-width: 832px;
    width: 64%;
}
.edit-video-media-wrp {
    position: relative;
    margin: 30px 45px 0 0;
}
.edit-video-media .user-prefs,
.change-story .slide-item .user-prefs {
    background: none;
    top: 0;
    right: -43px;
}
.site-for-submissions-list {
    list-style-type: none;
    padding: 0 0 18px;
    margin: 8px 0 0;
}
.site-for-submissions-list input {
    margin-right: 4px;
}
#add-post .change-story .headline {
    color: #333;
}
#add-post .giant-splash .headline {
    color: #fff;
}
.change-story .giant-splash .user-prefs {
    top: 95px;
}
.change-story .headline {
    color: #333;
    font: 700 50px/60px 'PT Sans', Tahoma, sans-serif;
}
.change-story .giant-splash .headline {
    font: 700 63px/67px 'PT Sans', Tahoma, sans-serif;
    color: white;
}
.redactor-toolbar.toolbar-fixed-box {
    margin-top: 27px !important;
}
.redactor-editor a {
    display: inline-block;
    position: relative;
    margin-right: 0;
}
.redactor-editor a::after {
    display: none;
}
.redactor-editor a.checked-link::after {
    box-shadow: 0 0 0;
}
.redactor_body a::after:focus {
    background-color: #ddd;
}
.image-type label {
    color: #fff;
    display: inline-block;
}
.image-type input {
    margin-bottom: 3px;
}
.photo_credit_wrapper .redactor-toolbar {
    display: block !important;
    width: 34px !important;
}
.change-story .add-media-form {
    border: 0;
    padding: 0;
    margin: 0;
}
.page .media-form-wrapper {
    margin: 20px 0 0 0;
}
.page .media-form-wrapper .add-media-box-wrp {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.page:hover .media-form-wrapper .add-media-box-wrp {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.add-media-form .media-form {
    padding: 15px 15px 15px 0;
    border-radius: 0;
    display: inline-block;
}
.add-media-form .slideshow-type {
    display: none;
}
.add-media-box-wrp .add-media-box,
.add-media-content .add-slide-url:before,
.add-slideshow-slidefile #fakeFileUpload:before,
.add-cover-form .web-search-form .active::after {
    background: url('img/icons.png?31');
}
.add-media-box-wrp .add-media-box {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #2FAECC;
    background-position: -204px -90px;
    background-repeat: no-repeat;
    background-size: 410px 225px;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    direction: ltr;
    position: relative;
    left: -40px;
}
.add-media-box-wrp .add-media-box:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #2FAECC;
    position: absolute;
    right: -10px;
}
.add-slide-wrapper .add-media-box {
    padding: 0;
    margin: 0;
    border: 0;
}
.add-media-content .btn {
    min-height: 15px;
    min-width: 57px;
    margin: 0;
}
.media-form .ui-state-hover,
.media-form .ui-state-focus,
.add-media-content .btn:hover {
    background: #2A9CB7;
    border: none;
    color: white;
    font-weight: inherit;
}
.add-cover-form .web-search-form {
    margin-top: 40px;
}
.add-cover-form .web-search-form .search-container {
    display: inline-block;
}
.add-cover-form .web-search-form .search-container:before {
    display: inline-block;
}
.add-cover-form .web-search-form .search {
    background: transparent;
    width: 389px;
    border: none;
    color: #fff;
}
.add-cover-form .web-search-form img {
    height: 60px;
    width: auto;
}
.add-cover-form .web-search-form a {
    border: 1px solid transparent;
    display: inline-block;
    position: relative;
}
.add-cover-form .web-search-form a.active,
.add-cover-form .web-search-form a:hover {
    border-color: #145A7C;
}
.add-cover-form .web-search-form .active::after {
    background-position: -884px -393px;
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -14px;
}
.add-cover-form .web-search-form .search-container .search-engines {
    position: relative;
}
.change-story .post-image-wrp {
    margin-bottom: 0;
}
.change-story .slide-item,
.change-story .post-image {
    background: transparent;
    margin-bottom: 0;
    padding-right: 45px;
}
.change-story .slide-item img,
.change-story .post-image img {
    width: 100%;
}
.media-image .user-prefs,
.post-image .user-prefs {
    right: 0;
    top: 0;
}
.post-image .user-prefs a {
    margin: 0 0 5px;
}
.entry-edit-mode .story-wrp .close-video-form {
    top: 3px;
    right: 4px;
    font-size: 15px;
}
.add-media-content .add-extra-url input[type="text"] {
    width: 250px;
    margin: 0;
    float: left;
}
.add-media-content button.btn {
    height: auto;
    padding: 8px 15px 8px;
    min-width: 26px;
    margin: 0;
}
.add-media-content a.btn {
    margin: 0;
}
.share-item .btn-group .providers {
    vertical-align: top;
}
.change-story input,
.change-story textarea {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 8px 10px 9px;
}
.add-media-content-wrp .media-url-input {
    padding-bottom: 8px;
}
.post-author input {
    font-family: 'PT Sans', Tahoma, sans-serif;
}
.change-story .autocomplete input,
.change-story .original-url input {
    height: 34px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.change-story .share-item,
.change-story .timestamp {
    margin-top: 18px;
}
.change-story .timestamp label {
    display: inline-block;
}
.change-story .post-tags {
    padding: 2px 10px 0;
    margin-bottom: 15px;
}
.change-story .timestamp {
    font-family: 'PT Sans', Tahoma, sans-serif;
}
.change-story .timestamp .bootstrap-timepicker-widget {
    min-width: 80px;
    top: auto;
    margin: -95px 0 0 156px;
}
.add-media-content .add-extra-url input[type="text"] {
    height: 18px;
    line-height: normal;
}
.change-story .redactor_editor,
.change-story .redactor_editor:focus,
.change-story .redactor_editor div,
.change-story .redactor_editor p,
.change-story .redactor_editor ul,
.change-story .redactor_editor ol,
.change-story .redactor_editor table,
.change-story .redactor_editor dl,
.change-story .redactor_editor blockquote,
.change-story .redactor_editor pre,
.change-story .redactor_editor h4,
.change-story .redactor_editor h5,
.change-story .redactor_editor h6 {
    font: 19px/32px 'PT Serif', Tahoma, sans-serif!important;
}
.change-story .redactor_editor h1 {
    font: bold 36px/1.5 'PT Sans', Tahoma, sans-serif!important;
}
.change-story .redactor_editor h2 {
    font: bold 31px/1.5 'PT Sans', Tahoma, sans-serif!important;
}
.change-story .redactor_editor h3 {
    font: bold 26px/1.5 'PT Sans', Tahoma, sans-serif!important;
}
.change-story .redactor_editor blockquote {
    border-left: 5px solid #EEE !important;
    margin: 1em 40px !important;
    padding: 0 0 0 15px !important;
}
.redactor_editor blockquote:after,
.redactor_editor blockquote:before {
    background: transparent;
    content: "";
}
.change-story .redactor_box .redactor_editor {
    background: transparent !important;
    height: auto!important;
    min-height: inherit;
    max-height: inherit;
    outline: 0;
    padding: 0;
}
.edit-mode-content .add-cover-img .photo-camera {
    margin: 25px 0 0 0;
}
.edit-mode-content .photo_credit_wrapper {
    padding: 3px 7px 3px 0;
    bottom: 0;
}
.change-story .slides {
    overflow: visible;
}
.slides .slide-media {
    background: transparent;
    position: relative;
    margin-bottom: 10px;
}
.slides .slide-media img {
    width: 100%;
}
.slides .redactor_box {
    margin-top: 0;
}
.slides .add-media-box {
    margin: 0;
}
.change-story .slides .upload-slide-form {
    margin: 0;
}
.slides .add-media-content {
    background: transparent;
    border: none;
}
.close-slide-form,
.close-video-form {
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #FFF;
    font-size: 30px;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 10px;
    outline: 0;
}
.web-search-form .search-icon {
    margin-top: 5px;
}
.edit-mode-content .pullquote {
    border: 1px solid #DDD;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    line-height: inherit;
    padding: 7px 10px;
}
.media-add-form-wrp .progress {
    height: 3px;
}
.media-add-form-wrp .images-or {
    display: inline-block;
    color: #FFF;
}
.media-add-form-wrp .add-extra-file,
.media-add-form-wrp .add-extra-url {
    display: inline-block;
    vertical-align: top;
}
.media-add-form-wrp .add-extra-url input[type="text"] {
    vertical-align: top;
    float: left;
}
.edit-mode-content .media-add-form .close-image-form {
    font-size: 44px;
    margin: 62px 25px 25px;
    color: #DDD;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
}
.btn.ui-state-hover {
    background: #2A9CB7;
    color: #fff;
}
.add-media-content .add-extra-url,
.add-media-content .add-extra-file {
    height: 42px;
    vertical-align: top;
}
.add-media-content .add-extra-file form {
    height: 42px;
}
.add-media-content .progress {
    display: block;
    height: 3px;
    margin: 0 0 18px;
    top: 3px;
    width: 100%;
}
.media-add-form .help-text {
    font-size: 14px;
}
.images-or {
    padding: 10px 7px 0;
    font-size: 14px;
}
.add-media-content .add-media-form-or,
.add-media-form .add-media-form-or {
    display: inline-block;
    line-height: 35px;
    vertical-align: top;
    margin: 0 12px;
    text-transform: uppercase;
    color: #BABABA;
}
.add-media-content .add-slide-url {
    text-align: right;
    text-indent: 99999px;
    overflow: hidden;
    width: 42px;
    white-space: nowrap;
    position: relative;
}
.add-media-content .add-slide-url:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background-position: -378px -135px;
    position: absolute;
    top: 12px;
}
.add-slideshow-slidefile #fakeFileUpload {
    padding: 8px 16px 8px 42px;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    text-indent: 99999px;
    width: 58px;
    min-width: 50px;
}
.add-slideshow-slidefile #fakeFileUpload:before {
    content: '';
    width: 21px;
    height: 17px;
    display: inline-block;
    background-position: -370px -109px;
    position: absolute;
    top: 10px;
    left: 17px;
}
.add-slideshow-slidefile #fakeFileUpload:after {
    content: 'UPLOAD';
    position: absolute;
    font: 14px 'droid_sansregular', Tahoma, sans-serif;
    left: 43px;
    top: 8px;
    text-align: left;
    text-indent: 0;
}
.add-media-content .close-add-media-content,
.add-media-content p {
    display: none;
}
.change-story.advanced-item .edit-mode-inner h2 {
    font-size: 61px;
    font-weight: bold;
    margin: 0 0 50px;
    font-family: 'PT Sans', Tahoma, sans-serif;
}
.change-story .edit-mode-inner .f-row {
    margin: 0 0 43px;
    font-family: 'PT Sans', Tahoma, sans-serif;
}
.change-story .edit-mode-inner .cta-advanced .f-row {
    padding-bottom: 0;
    margin-bottom: 0;
}
.advanced-item label,
.advanced-item .title-label {
    font-weight: bold;
    margin: 0 0 2px;
}
.subpage-title label {
    font-weight: normal;
}
.advanced-item .frontpage_headline,
.advanced-item .pullquote,
.advanced-item .post-tags {
    padding: 6px 0;
    font-family: 'PT Sans', Tahoma, sans-serif;
}
.advanced-item .frontpage_headline {
    height: auto;
}
.advanced-item .post-tags-list li {
    font-size: 21px;
    color: #333;
}
.advanced-item .post-tags-list li.tag {
    color: #2faecc
}
.advanced-item .post-tags-list li.placeholder,
.advanced-item .pullquote.placeholder,
.advanced-item .frontpage_headline.placeholder {
    color: #d2d2d2;
}
.advanced-item .bootstrap-timepicker input {
    font-family: 'PT Sans', Tahoma, sans-serif;
}
.advanced-item .related-posts input,
.advanced-item .post-tags-list li.placeholder,
.advanced-item .frontpage_headline.placeholder,
.advanced-item .pullquote,
.advanced-item .pullquote.placeholder {
    font-size: 18px;
}
.advanced-item .input-posttime {
    width: 120px;
}
.advanced-item .timestamp label {
    margin: 0;
    vertical-align: middle;
}
.subpage-sites-list {
    padding: 0 0 18px;
    margin: 5px 0 0;
}
.advanced-item .alternate-headline-input {
    font-family: 'PT Sans', Tahoma, sans-serif;
}
.advanced-item .f-row.clearfix > label,
.advanced-item .f-row .clearfix > label,
.advanced-item .f-row h3 {
    font-size: 21px;
}
.add-media-content .form-separator {
    color: #5A5858;
}
.tweet-info {
    line-height: 1.5;
    margin-top: 3px;
}
.tweet-info:before {
    border: 0;
}
.tweet-info .user img {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    z-index: 2;
}
.tweet-info .user .name {
    margin: 0 0 5px;
}
.tweet-info .text {
    padding-right: 20px;
}
.tweet-info .text h4 {
    color: #5A5858;
    font-family: 'PT Serif', Tahoma, sans-serif!important;
}
.tweet-info .date {
    top: auto;
    right: auto;
    left: 63px;
    margin-top: 3px;
}
.tweet-info .date .icon {
    position: relative;
    top: 2px;
}
.remove-twitter-info {
    font: bold 16px/18px Tahoma, sans-serif;
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
}
.remove-twitter-info:hover {
    color: #898989;
    text-decoration: none;
}
.photo_credit_wrapper {
    max-width: 98%;
}
.photo_credit_wrapper .redactor-editor p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tooltip-block {
    visibility: hidden;
}
.tooltip-section:hover .tooltip-block {
    visibility: visible;
}
.tooltip-section span,
.post-lock-box .unlock-post {
    cursor: pointer;
}
.tooltip-section:hover .tooltip-block {
    visibility: visible;
}
.def-btn.unlock-post {
    border-color: #f66d68;
    color: #f66d68;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .giant-splash-image-overlay {
        display: none;
    }
    .page .edit-mode-center {
        margin-top: 100px;
    }
    .edit-mode-center {
        min-width: 310px;
    }
    .edit-mode-flexible {
        width: 100%;
    }
    .change-story .headline,
    .change-story .giant-splash .headline {
        font: 700 22px/24px 'PT Sans', Tahoma, sans-serif;
        color: #2faecc;
    }
    #add-post .giant-splash .headline {
        color: #333;
        font-size: 25px;
        padding: 0;
        min-height: 0;
        line-height: 1;
    }
    .change-story .giant-splash .headline-container,
    .change-story .giant-splash .cover-overlay {
        padding-left: 15px;
    }
    .change-story .redactor_editor,
    .change-story .redactor_editor:focus,
    .change-story .redactor_editor div,
    .change-story .redactor_editor p,
    .change-story .redactor_editor ul,
    .change-story .redactor_editor ol,
    .change-story .redactor_editor table,
    .change-story .redactor_editor dl,
    .change-story .redactor_editor blockquote,
    .change-story .redactor_editor pre,
    .change-story .redactor_editor h1,
    .change-story .redactor_editor h2,
    .change-story .redactor_editor h3,
    .change-story .redactor_editor h4,
    .change-story .redactor_editor h5,
    .change-story .redactor_editor h6 {
        font: 16px/24px 'PT Serif', Tahoma, sans-serif!important;
    }
    .change-story .slide-item,
    .change-story .post-image {
        padding-right: 0;
    }
    .change-story input {
        padding: 8px 3px 7px;
    }
    .editmode-right-col > div {
        padding: 0 10px 10px;
    }
    .redactor-toolbar li a {
        padding: 7px;
    }
}
.entry-edit-mode.repost-mode .hide-on-repost {
    display: none;
}
.media-shortcode {
    display: none;
}
.add-media-outer-button {
    background: transparent url('img/icons.png?31') -424px -75px !important;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-size: 458px 225px !important;
    box-shadow: 0 0 0 !important;
    width: 26px !important;
    height: 26px !important;
}
.add-media-outer-button:hover {
    background-position: -424px -47px !important;
}
.redactor_box .add-media-form {
    background: rgba(0, 0, 0, .8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    border: none !important;
    display: none;
    position: absolute;
    padding: 15px 15px 10px !important;
    margin-top: -20px !important;
    width: auto;
    height: 66px;
    z-index: 1;
    line-height: normal !important;
}
.add-media-form .file-form .btn {
    margin-bottom: 2px;
}
.redactor_box .redactor_editor iframe {
    margin-bottom: 0 !important;
}
.redactor_box .redactor_body .media-image {
    margin-bottom: 4px !important;
}
.redactor_box .redactor_body .media-body {
    font-size: 16px !important;
    line-height: 20px !important;
}
.change-story .edit-mode-inner .input-xxlarge,
.keep-link-to-original label {
    font-family: 'PT Sans', Tahoma, sans-serif;
}
.add-tags__inner .add-tags__headline {
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 22px;
}
.add-tags__inner .add-tags__checkbox {
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 15px;
}
.add-tags__inner .btn.add-tags__add,
.add-tags__inner .add-tags__skip {
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 16px;
}
.add-tags__inner .add-tags__list li {
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 13px;
}
.post-on ul {
    list-style: none;
}
.post-on ul input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.f-row .post-on ul label {
    padding-bottom: 0;
}
.post-on div > ul {
    padding-left: 0;
}
.post-on ul ul {
    padding-left: 20px;
    margin-top: 0;
}
.post-on ul li {
    margin-bottom: 10px;
}
.post-on div > ul > li:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .scheduleDateTimePicker {
        right: 10px;
    }
    .editmode-right-col {
        display: none;
    }
}
@media (max-width: 568px) and (orientation: portrait) {
    .add-cover-form .web-search-form .search {
        display: inline-block;
        width: 237px;
    }
    .edit-mode-header .guidelines {
        font-size: 10px;
        right: 18.5px;
        top: 51px;
    }
}
@media (min-width: 568px) and (max-width: 1024px) {
    .edit-mode-header .guidelines {
        font-size: 12px;
        right: 21.5px;
        top: 51px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .edit-mode-center {
        padding: 35px 50px 20px 50px;
    }
}
.editmode-right-col {
    margin-top: 70px;
}
.edit-mode-opened .edit-post-fb-video .btn {
    width: 42px;
    height: 39px;
    vertical-align: top;
    margin-bottom: 3px;
    cursor: pointer;
    background-position: 0 -859px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}

.social-shares__create,
.infrms .controls .btn,
.edit-dashboard .video-uploader-wrapper .add-image-url-btn,
.edit-mode-opened #redactor-modal footer button.redactor-modal-action-btn,
.video-settings-form .video-settings-form__button button,
.slideshow-editor-content-wrapper .slideshow-editor-slide-content .upload-img .btn,
.tab-data .slideshows .btn-add-adcode,
.add-media-form .advanced-media-add .add-image-url-btn,
.add-media-form .advanced-media-add .web-search__button,
.schedulePopup .btn.btn-primary,
.add-cover-form .video-settings-form__button button,
.add-cover-form .input-form .btn,
.add-cover-form .file-form .btn,
.social-share__schedule__btn--at-time,
.add-cover-form .show-video-settings {
    background: #2faecc;
}
.social-shares__create:hover,
.edit-dashboard .redactor-dropdown a:hover,
.edit-dashboard .redactor-toolbar > li a:hover,
.edit-mode-opened .redactor-dropdown a:hover,
.edit-mode-opened .redactor-toolbar > li a:hover,
.edit-mode-opened #redactor-modal footer button.redactor-modal-action-btn:hover,
.video-settings-form .video-settings-form__button button:hover,
.slideshow-editor-content-wrapper .slideshow-editor-slide-content .upload-img .btn,
.tab-data .slideshows .btn-add-adcode,
.add-media-form .advanced-media-add .add-image-url-btn:hover,
.add-media-form .advanced-media-add .web-search__button:hover,
.schedulePopup .btn.btn-primary:hover,
.add-cover-form .video-settings-form__button button:hover,
.add-cover-form .input-form .btn:hover,
.social-share__schedule__btn--at-time:hover,
.add-cover-form .file-form .btn:hover,
.add-cover-form .show-video-settings:hover {
    background: #2a9cb7;
}
.add-cover-form .input-form .btn[disabled]:hover {
    background: #2faecc;
}
.edit-dashboard .slideshow-editor-slides-list .slide-thumb.active-slide {
    border-color: #2faecc;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .lightbox-inner .send-alert-subject,
    .lightbox-inner {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 320px) and (max-width: 450px) {
    .edit-mode-content .photo_credit_wrapper {
        position: relative;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) and (min-width: 220px) {
    .giant-splash-size {
        height: 300px !important;
    }
}
.noscroll {
    overflow-x: hidden;
    overflow-y: auto;
}
.btn {
    background: #000;
    color: #FFF;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    font: 14px 'droid_sansregular', Tahoma, sans-serif;
    padding: 8px 16px;
    margin-bottom: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.btn:hover,
.btn:active,
.btn.active {
    background-color: #111;
    border-color: #222;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled,
.btn-primary[disabled] {
    background: rgba(65, 65, 66, 0.3);
    color: #FFF;
    border-color: rgba(0, 0, 0, 0);
}
.btn:active,
.btn:hover {
    background: #333;
    color: #FFF;
}
.btn.cancel {
    background: rgba(168, 168, 168, 0.9);
    color: #fff;
}
.provider-btn {
    color: #FFF;
    display: block;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    padding: 14px;
    margin: 0 0 15px;
    text-decoration: none;
    line-height: 29px;
    font: 17px 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
    background: #5a9dcb;
}
.provider-btn:hover {
    background: #2A9CB7;
    color: #FFF;
    text-decoration: none;
}
.provider-btn.facebook {
    background: #5370a9;
}
.provider-btn.facebook:hover {
    background: #4B6598;
}
.provider-btn.twitter {
    background: #2abbff;
}
.provider-btn.twitter:hover {
    background: #00A8E5;
}
.provider-btn.intagram {
    background: #008fa8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGZhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZmFlY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #008fa8 0%, #2faecc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008fa8), color-stop(100%, #2faecc));
    background: -webkit-linear-gradient(top, #008fa8 0%, #2faecc 100%);
    background: -o-linear-gradient(top, #008fa8 0%, #2faecc 100%);
    background: -ms-linear-gradient(top, #008fa8 0%, #2faecc 100%);
    background: linear-gradient(to bottom, #008fa8 0%, #2faecc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008fa8', endColorstr='#2faecc', GradientType=0);
    border-color: #008593;
}
.provider-btn.intagram:hover {
    background: #2faecc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmYWVjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhmYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2faecc 0%, #008fa8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2faecc), color-stop(100%, #008fa8));
    background: -webkit-linear-gradient(top, #2faecc 0%, #008fa8 100%);
    background: -o-linear-gradient(top, #2faecc 0%, #008fa8 100%);
    background: -ms-linear-gradient(top, #2faecc 0%, #008fa8 100%);
    background: linear-gradient(to bottom, #2faecc 0%, #008fa8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2faecc', endColorstr='#008fa8', GradientType=0);
}
.provider-btn.email {
    background: #5e7286;
    border-color: #5e7286;
}
.provider-btn.email:hover {
    background: #48596B;
}
.provider-btn.googleplus:hover,
.provider-btn.googleplus {
    background: #ed4c29;
}
.provider-btn.connected:hover,
.provider-btn.connected {
    background: #ccc;
    border-color: #ccc;
    -webkit-box-shadow: inset 1px 1px 5px #666;
    -moz-box-shadow: inset 1px 1px 5px #666;
    box-shadow: inset 1px 1px 5px #666;
    cursor: default;
}
.provider-btn.instagram:hover,
.provider-btn.instagram {
    background: #3F729B;
}
blockquote {
    border-left-color: #d6d6d6;
    padding: 0 0 0 25px;
    margin: 1em 0 1em 25px;
}
.signup-buttons .user {
    min-height: 26px;
    padding: 10px;
    display: block;
    background: #0096af;
}
.signup-buttons .user-avatar {
    display: inline-block;
    position: relative;
    width: 31px;
    margin-right: 8px;
}
.signup-buttons .user img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.signup-buttons .user .name {
    color: #FFF;
    font: bold 14px/15px Tahoma, sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    word-spacing: break-word;
}
.signup-buttons .formRow {
    padding-bottom: 15px;
}
.signup-module .btn {
    font: bold 17px 'droid_sansregular', Tahoma, sans-serif;
    padding: 6px 10px 6px;
}
.mobile-top-banner {
    display: block;
    width: 100%;
}
.top-banner .close-banner {
    display: inline-block;
    margin: 0;
    padding: 7px;
    vertical-align: middle;
}

@media only screen and (min-width: 375px) {
    .top-banner .btn {
        margin: 4px 15px 0 0;
        float: right;
    }
    .top-banner .ios-dodo-logo {
        margin: 0 10px 0 0;
    }
}
@media only screen and (max-width: 340px) {
    .top-banner .promo-section {
        font-size: 14px;
    }
}
@media only screen and (min-width: 769px) {
    .rebelmouse-petition.placeholder-media {
        position: absolute;
        width: 50%;
        right: 0;
        top: 0;
        height: 100%;
        margin-top: 0;
        padding: 0 15px;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    .placeholder-media.with-petition .article-media {
        position: absolute;
        width: 103%;
        top: 0;
    }
    .placeholder-media.with-petition .article-image.no-splash {
        padding-top: 63%;
    }
    .placeholder-media.with-petition .most-read-module {
        margin-top: 40%;
    }
    .placeholder-media.with-petition .article-media:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 20px;
        background: #fff;
        bottom: -20px;
        right: 0;
    }
    .rebelmouse-petition.placeholder-media .petition-layout div:empty {
        display: none;
    }
}
@media only screen and (min-width: 1001px) and (max-width: 1280px) {
    .rebelmouse-petition.placeholder-media .petition-wrapper {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
    .rebelmouse-petition.placeholder-media .petition-wrapper {
        padding: 15px;
    }
    .rebelmouse-petition.placeholder-media .count {
        margin-top: 20px;
    }
    .rebelmouse-petition.placeholder-media .help {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 924px) {
    .rebelmouse-petition.placeholder-media {
        padding: 0 6px;
    }
    .rebelmouse-petition.placeholder-media .btn-sign {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
    .rebelmouse-petition.placeholder-media .count {
        font-size: 42px;
    }
    .rebelmouse-petition.placeholder-media .help {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .rebelmouse-petition.placeholder-media {
        display: none;
    }
}
.with-petition.placeholder-sidebar .giant-splash .headline-container .headline {
    min-width: 60%;
}
.rebelmouse-petition .count {
    white-space: nowrap;
}
.rebelmouse-petition .cta,
.rebelmouse-petition .past-cta {
    display: none;
    font-size: 14px;
    color: transparent;
}
.petition-post-1280143951 .rebelmouse-petition .count,
.petition-post-1280143951 .rebelmouse-petition .total,
.petition-post-1280143951 .rebelmouse-petition .help,
.petition-post-1280139809 .rebelmouse-petition .count,
.petition-post-1280139809 .rebelmouse-petition .total,
.petition-post-1280139809 .rebelmouse-petition .help {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    .petition-post-1280143951 .rebelmouse-petition .title,
    .petition-post-1280139809 .rebelmouse-petition .title {
        height: 160px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .rebelmouse-petition {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .rebelmouse-petition .title,
    .rebelmouse-petition .total,
    .rebelmouse-petition .help {
        font-size: 16px;
        line-height: 18px;
        font-weight: normal;
    }
    .rebelmouse-petition .count {
        font-size: 40px;
        margin: 10px 0;
    }
    .rebelmouse-petition .cta {
        display: none;
    }
    .rebelmouse-petition .help {
        margin-bottom: 15px;
    }
    .rebelmouse-petition.placeholder-sidebar {
        min-height: 0;
        margin-top: -140px;
    }
    .rebelmouse-petition.petition-not-gigant-splash {
        margin-top: 0;
    }
    .rebelmouse-petition .btn-sign {
        font-size: 12px;
    }
    .rebelmouse-petition .buttons {
        height: auto;
    }
    .rebelmouse-petition .fb-btn:before {
        content: "share on facebook";
    }
}
.rebelmouse-petition.placeholder-sidebar {
    min-height: 245px !important;
}
.rebelmouse-petition:not(.is-mobile) .petition-wrapper {
    padding: 40px 50px 50px 50px !important;
    margin: 0 !important;
}
.rebelmouse-petition .count,
.rebelmouse-petition .total {
    display: inline;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: normal !important;
    color: #868686;
}
.rebelmouse-petition .help {
    display: none;
}
.rebelmouse-petition .fb-btn {
    background-color: #39579a;
    padding: 0 22px;
    height: 56px;
    line-height: 54px;
    display: block;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rebelmouse-petition i {
    display: inline-block;
    vertical-align: middle;
}
.rebelmouse-petition .fb-btn:after {
    color: #FFF;
    font-size: 17px;
    padding-left: 9px;
    vertical-align: middle;
    content: 'SHARE';
}
@media only screen and (min-width: 1060px) {
    .rebelmouse-petition .fb-btn:after {
        content: 'ПОДЕЛИТЬСЯ';
    }
}
.rebelmouse-petition .total-count {
    margin-top: 25px;
   /* display: none;*/
}
.rebelmouse-petition.petititon-threshold-reached .total-count {
    display: block;
}
#fb_icon_cta.display_test_none {
    display: none;
}
.display_cta_test {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: calc(50% - 8px);
    vertical-align: middle;
    left: 6px;
    bottom: auto;
    margin-left: 12px;
}
.display_test_spant {
    left: 16px !important;
    font-size: 17px;
}
.menu-sections {
    padding: 6px 0;
}
.menu-sections .menu-sections__list::before,
.menu-sections .menu-sections__list::after {
    content: none;
}
.menu-sections .menu-sections__element {
    display: inline-block;
}
.menu-sections__element:nth-child(odd) {
    width: 42%;
}
.menu-sections__element:nth-child(even) {
    width: 58%;
}
.menu-sections__element:nth-child(even) .menu-sections__link {
    padding-left: 0;
    padding-right: 0;
}
.menu-sections__element:nth-child(even) .menu-sections__link:hover {
    background-color: transparent;
}
.menu-global-scroll .search {
    padding: 10px 0 0 10px;
}
.menu-global-scroll .search__btn-search {
    background: transparent;
}
.menu-global-scroll .search__search-input {
    background: transparent;
    border: medium none;
    color: #757575;
    font: 17px "PT Sans", Tahoma, sans-serif;
    max-width: 70%;
    width: auto;
}
.newsletter_sign_like {
    clear: both;
    border-top: 1px solid #d9d9d9;
    color: #b7b7b7;
    margin-bottom: 25px;
    padding-bottom: 20px;
    width: 100%;
}
.newsletter_sign_like__top,
.newsletter_sign_like__bottom {
    width: 100%;
    padding-top: 12px;
}
.newsletter_sign_like .newsletter-mobile .input .newsletter_sign_like__input_email {
    font-size: 14px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    color: #b0b0b0;
    height: 35px;
    width: 231px;
}
.newsletter-mobile .btn-join {
    background: #19a5cb;
    color: #ffffff;
    font-size: 12px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    height: 35px;
    font-weight: 700;
    position: absolute;
    line-height: 35px;
    right: 0;
    padding: 0;
    top: 0;
    border-radius: 0;
    width: 150px;
    margin: 0;
}
.newsletter_sign_like .newsletter-mobile .btn-join {
    font-size: 13px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    width: auto;
    padding: 0 10px;
    margin: 0;
}
.newsletter-mobile .brd {
    border-bottom: 1px solid #d7d7d7;
}
.newsletter_sign_like__top:before {
    color: #145a7c;
    content: 'Подпишитесь на Фейсбук';
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    margin-right: 15px;
    vertical-align: top;
    text-transform: uppercase;
    padding-top: 5px;
}
/*.newsletter_sign_like__top .fb-like {
    padding-top: 8px;
}*/
.logged-in-user .newsletter-mobile {
    display: none;
}
.newsletter-mobile {
    margin-bottom: 11px;
    padding: 0;
}
.newsletter_sign_like .newsletter-mobile {
    margin-bottom: 0;
    padding: 0;
}
.newsletter-mobile .input {
    background: #ffffff;
    position: relative;
    display: block;
    margin: 10px 0 20px;
    padding: 0 0 0 8px;
    height: 35px;
    color: #686868;
    text-align: left;
    line-height: 30px;
    border: 1px solid #d7d7d7;
    border-right: 0;
}
.newsletter_sign_like .newsletter-mobile .input {
    margin: 0;
    margin-right: 15px;
    height: auto;
    color: #d9d9d9;
    width: 383px;
}
.newsletter_sign_like .newsletter-mobile .input .success {
    color: #444;
    border-right: 1px solid #CCC;
}
.share-buttons .newsletter-mobile .input {
    margin: 15px 0 20px;
}

@media only screen and (min-width: 320px) and (max-width: 1030px) {
    .newsletter-mobile {
        display: block;
        margin-bottom: 11px;
    }
    .newsletter-mobile .input {
        background: #ffffff;
        position: relative;
        display: block;
        margin: 10px 0 20px;
        padding: 0 0 0 8px;
        height: 35px;
        color: #686868;
        text-align: left;
        line-height: 35px;
        border: 1px solid #d7d7d7;
        border-right: 0;
    }
    .newsletter-mobile .input .success {
        margin-left: 30px;
    }
    .top-author-module .newsletter-mobile .input {
        margin: 11px 0 20px;
    }
    .share-buttons .newsletter-mobile .input {
        margin: 15px 0 20px;
    }
    .newsletter-mobile .input input {
        border: 0;
        font-size: 15px;
        line-height: 1.4;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        padding: 0;
        font-family: 'PT Sans', Tahoma, sans-serif;
    }
    .newsletter-mobile .btn-join {
        background: #19a5cb;
        color: #ffffff;
        font-size: 13px;
        font-family: 'PT Sans', Tahoma, sans-serif;
        height: 35px;
        font-weight: 700;
        position: absolute;
        line-height: 35px;
        right: 0;
        padding: 0 14px;
        top: 0;
    }
    .newsletter-mobile .brd {
        border-bottom: 1px solid #d7d7d7;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .newsletter-mobile .brd {
        border: 0;
    }
    .top-author-module .newsletter-mobile .input {
        margin: 0;
        border: 1px solid #d7d7d7;
    }
    .newsletter-mobile .brd {
        display: none;
    }
    .newsletter-mobile .input {
        margin-bottom: 10px;
    }
    .newsletter-mobile {
        margin-bottom: 15px;
    }
    .newsletter-mobile .input {
        margin: 0;
    }
    .newsletter-mobile .btn-join {
        padding: 0;
        width: 48%;
    }
    .newsletter-mobile .input input {
        line-height: 33px;
        height: 33px;
        padding: 3px 52% 0 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: inherit;
    }
    .newsletter-mobile .input:before {
        content: '';
        display: inline-block;
        background-image: url(img/dodo-sprite.png);
        height: 14px;
        width: 21px;
        background-position: -49px 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        margin: auto;
        position: absolute;
    }
    .newsletter-mobile .btn-join,
    .newsletter-mobile .input {
        height: 35px;
    }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .newsletter-mobile .input input {
        background-image: url('img/join-icons.png?1');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        text-align: justify;
        padding-left: 50px !important;
        padding: 0 185px 0 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .input {
        border: 0px solid #ddd;
    }
    .top-author-module .newsletter-mobile {
        margin: 0;
    }
    .top-author-module .newsletter-mobile .brd {
        border: 0;
    }
    .top-author-module .newsletter-mobile .input {
        height: 35px;
    }
    .newsletter-mobile .input input {
        height: 35px;
        background-image: url('img/join-icons.png?1');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        text-align: justify;
        padding-left: 50px !important;
        padding: 0 185px 0 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .newsletter-mobile {
        margin-bottom: 25px;
    }
    .top-author-module .newsletter-mobile .input {
        margin: 0;
    }
    .newsletter_sign_like .newsletter-mobile .input .newsletter_sign_like__input_email {
        font-size: 14px;
        font-family: 'PT Sans', Tahoma, sans-serif;
        color: #b0b0b0;
        height: 33px;
        width: 231px;
    }
    .newsletter_sign_like .newsletter-mobile .btn-join {
        font-size: 13px;
        font-family: 'PT Sans', Tahoma, sans-serif;
        font-weight: bold;
        height: 37px;
        line-height: 39px;
        top: -1px;
        border-radius: 0;
        width: auto;
        padding: 0px 10px;
        margin: 0;
        border: none;
    }
}
@media only screen and (width: 768px) {
    .newsletter-mobile {
        margin-bottom: 25px;
    }
}
.sharebar {
    margin: 20px 0;
    padding: 0;
    font-size: 0;
}
.sharebar .share,
.sharebar .share-plus,
.sharebar .share-minus {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0;
    font-weight: 600;
    font-size: 12px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.sharebar .share-plus i,
.sharebar .share-minus i,
.sharebar .share i {
    display: inline-block;
    vertical-align: middle;
}
.sharebar .share-plus,
.sharebar .share-minus {
    background-color: #333333;
    margin-right: 0;
}
.sharebar .share-plus,
.sharebar .share-minus,
.sharebar .buttons-fade:last-child {
    margin-right: 0;
}
.share-buttons > .share-tw:first-child:after {
    content: 'TWEET';
}
.share-buttons > .share-pinterest:first-child:after {
    content: 'PIN IT';
}
.share-buttons > .share-reddit:first-child:after {
    content: 'REDDIT';
}
.share-buttons > .share-email:first-child:after {
    content: 'EMAIL';
}
.share-buttons > .share-googleplus:first-child:after {
    content: 'GOOGLE+';
}
.share-buttons > .share-tumblr:first-child:after {
    content: 'TUMBLR';
}
.share-buttons > .share-fb:first-child:after {
    content: 'ПОДЕЛИТЬСЯ';
}
@media (max-width: 767px) {
    .sharebar > .share:first-child {
        width: auto;
        padding: 0 15px;
    }
    .sharebar > .share:first-child:after {
        margin-left: 5px;
    }
    .sharebar {
        max-width: 500px;
    }
    .enable-panel.sharebar > .share:first-child:after {
        content: '';
        margin: 0;
    }
    .enable-panel.sharebar > .share:first-child {
        padding: 0;
        width: 44px;
    }
    .sharebar .share {
        margin-right: 3px;
    }
    .share-buttons > .share:after {
        vertical-align: middle;
    }
}
@media (width: 320px) {
/*    .sharebar > .share:first-child {
        width: 72px;
    }*/
    .enable-panel.sharebar .share,
    .enable-panel.sharebar .share-plus,
    .enable-panel.sharebar .share-minus,
    .enable-panel.sharebar > .share:first-child {
        width: 38px;
    }
}
@media (width: 375px) {
    .sharebar > .share:first-child {
        width: 127px;
    }
}
@media (width: 414px) {
    .sharebar > .share:first-child {
        width: 166px;
    }
}
@media (width: 411px) {
    .sharebar > .share:first-child {
        width: 163px;
    }
}
@media (width: 435px) {
    .sharebar > .share:first-child {
        width: 187px;
    }
}
@media (width: 360px) {
    .sharebar > .share:first-child {
        width: 112px;
    }
}
.sharebar .share-fb {
    background-color: #39579a;
}
.sharebar .share-tw {
    background-color: #50abf1;
}
.sharebar .share-whatsapp {
    background-color: #00b64a;
}
.sharebar .share-pinterest {
    background-color: #ce1e1f;
}
.sharebar .share-vk {
    background-color: #6084a8;
}
.sharebar .share-ok {
    background-color: #e67e17;
}
.sharebar .share-googleplus {
    background-color: #df4a32;
}
.sharebar .share-reddit {
    background-color: #ff4300;
}
.sharebar .share-email {
    background-color: #5e7286;
}
.sharebar .share-st {
    background-color: #e64011;
}
.sharebar .share-tumblr {
    background-color: #2c4762;
}
.sharebar .share-linkedin {
    background-color: #0077b5;
}
.sharebar .buttons-fade {
    display: none;
}
.sharebar.enable-panel .buttons-fade {
    display: inline-block;
    width: auto;
}
.sharebar.enable-panel .share-plus {
    display: none;
}
.sharebar .share-minus {
    display: none;
}
.sharebar.enable-panel .share-minus {
    display: inline-block;
}
.sharebar--navbar {
    display: none;
}
.sharebar--navbar .share-minus {
    display: none !important;
}
@media (min-width: 768px) {
    .sharebar {
        margin: 25px 0;
    }
    .sharebar--article {
        text-align: left;
    }
    .sharebar--navbar.slide-in {
        display: inline-block;
        position: fixed;
        z-index: 3;
        left: 304px;
        top: 0;
        margin: 5px 0;
    }
    .fixed-header .sharebar--navbar {
        display: block;
    }
    .sharebar .share,
    .sharebar .share-plus,
    .sharebar .share-minus {
        width: 50px;
        height: 46px;
        line-height: 46px;
        margin: 0 5px 0 0;
        overflow: hidden;
    }
    .sharebar .share:hover {
        text-decoration: none;
    }
    .sharebar .share:first-child:after {
        color: white;
        font-size: 17px;
        padding-left: 9px;
        vertical-align: middle;
    }
    .sharebar > .share:first-child {
        width: auto;
        padding: 0 15px;
    }
    .sharebar.enable-panel .share:first-child:after {
        content: none !important;
    }
    .sharebar.enable-panel .share:first-child {
        width: 50px;
        padding: 0;
    }
}
@media (max-width: 1059px) {
    .shares--big {
        display: none;
    }
}
@media (min-width: 1060px) {
    .shares--small {
        display: none;
    }
    .sharebar > .share-fb:first-child:after {
        content: 'ПОДЕЛИТЬСЯ';
    }
}
.share-tab-img {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.copyed-link {
    display: none;
}
.social-tab-i .share-fb:after,
.social-tab-i .share-tw:after {
    content: none;
}
.share-buttons .social-tab-i {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.share-buttons .social-tab-i ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.share-buttons .social-tab-i li {
    margin: 0;
    padding: 0;
}
.share-buttons .social-tab-i .social-tab-buttons {
    width: 80%;
}
.share-buttons .social-tab-i .social-tab-buttons li {
    width: 25%;
}
.share-buttons .social-tab-i .close-share-mobile-wrap {
    width: 20%;
}
.share-buttons .social-tab-i .show-share-mobile-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
}
.share-buttons .social-tab-i .show-share-mobile {
    width: 36px;
    height: 36px;
    line-height: 30px;
    margin-bottom: 14px;
    margin-right: 14px;
    display: block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.share-buttons .social-tab-i.show-mobile-share-bar .close-share-mobile,
.share-buttons .social-tab-i .share {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.share-buttons .social-tab-i.show-mobile-share-bar .show-share-mobile,
.share-buttons .social-tab-i .close-share-mobile {
    display: none;
}
.social-tab-i .share-fb {
    background-color: #39579a;
}
.social-tab-i .share-tw {
    background-color: #50abf1;
}
.social-tab-i .share-whatsapp {
    background-color: #00b64a;
}
.social-tab-i .share-pinterest {
    background-color: #ce1e1f;
}
.social-tab-i .share-googleplus {
    background-color: #df4a32;
}
.social-tab-i .share-email {
    background-color: #5e7286;
}
.social-tab-i .share-tumblr {
    background-color: #2c4762;
}
.social-tab-i .share-link {
    background-color: #313131;
}
.close-share-mobile {
    background-color: #000000;
}
.show-share-mobile {
    background-color: rgba(0, 0, 0, .5);
}
.share-buttons .social-tab-i .icons-share {
    vertical-align: middle;
    display: inline-block;
}
.share-buttons .share-link-box {
    display: none;
    position: absolute;
    border: 3px solid #d9d9d9;
    padding: 0;
    margin: 0;
    max-width: 90%;
    width: auto;
    right: 30px;
    left: 30px;
    top: 50%;
    bottom: auto;
    height: 46px;
    margin-top: -26px;
}
.share-buttons .share-link-box input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'PT Sans', Tahoma, sans-serif;
    color: #333333;
    font-size: 17px;
    -webkit-appearance: none;
    border: none;
    padding: 4px 10px;
}
.share-buttons .share-media-panel.show-link-box .share-link-box {
    display: block;
}
@media only screen and (max-width: 768px) {
    .share-tab-img .social-tab-i {
        display: block;
    }
    .share-buttons .social-tab-i .share {
        display: none;
    }
    .share-buttons .social-tab-i.show-mobile-share-bar .share {
        display: block;
    }
    .social-tab-i li {
        float: left;
    }
}
@media only screen and (min-width: 769px) {
    .social-tab-i .close-share-mobile,
    .social-tab-i .show-share-mobile {
        display: none !important;
    }
    .share-tab-img .social-tab-i {
        display: none;
    }
    .share-buttons .social-tab-i .share {
        width: 51px;
        height: 51px;
        line-height: 47px;
    }
    .share-buttons .social-tab-i {
        margin: 0;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
        display: none;
    }
    .share-buttons .social-tab-i .share {
        display: block;
    }
    .share-buttons .share-link-box {
        max-width: 70%;
        width: 424px;
        left: 62px;
        top: 158px;
        height: 45px;
        margin: 0;
    }
}
@media only screen and (min-width: 1250px) {
    .share-tab-img {
        overflow: visible;
    }
    .share-buttons .social-tab-i {
        margin: 0 0 0 -51px;
    }
    .share-buttons .share-link-box {
        left: 20px;
        top: 154px;
    }
}
.sprite-shares-stumbleupon,
.sprite-shares-whatsapp,
.sprite-shares-reddit,
.sprite-shares-pinterest,
.sprite-shares-twitter,
.sprite-shares-tumblr,
.sprite-shares-email,
.sprite-shares-googleplus,
.sprite-shares-share,
.sprite-shares-linkedin,
.sprite-shares-facebook,
.sprite-shares-plus,
.sprite-shares-minus,
.sprite-shares-link,
.sprite-shares-close {
    background-image: url('img/shares.png?bed6ff53c6');
    background-repeat: no-repeat;
    -webkit-background-size: 101px 85px;
    -moz-background-size: 101px 85px;
    background-size: 101px 85px;
}
.sprite-shares-stumbleupon {
    background-position: 0 0;
    width: 28px;
    height: 22px;
}
.sprite-shares-whatsapp {
    background-position: 0 -22px;
    width: 26px;
    height: 26px;
}
.sprite-shares-reddit {
    background-position: -28px 0;
    width: 26px;
    height: 22px;
}
.sprite-shares-pinterest {
    background-position: -28px -22px;
    width: 26px;
    height: 26px;
}
.sprite-shares-twitter {
    background-position: -54px 0;
    width: 24px;
    height: 20px;
}
.sprite-shares-tumblr {
    background-position: -54px -20px;
    width: 14px;
    height: 24px;
}
.sprite-shares-email {
    background-position: 0 -48px;
    width: 24px;
    height: 17px;
}
.sprite-shares-googleplus {
    background-position: -78px 0;
    width: 23px;
    height: 23px;
}
.sprite-shares-share {
    background-position: -78px -23px;
    width: 21px;
    height: 20px;
}
.sprite-shares-linkedin {
    background-position: -78px -43px;
    width: 20px;
    height: 20px;
}
.sprite-shares-facebook {
    background-position: 0 -65px;
    width: 20px;
    height: 20px;
}
.sprite-shares-plus {
    background-position: -20px -65px;
    width: 19px;
    height: 19px;
}
.sprite-shares-minus {
    background-position: -24px -48px;
    width: 19px;
    height: 5px;
}
.sprite-shares-link {
    background-position: -39px -65px;
    width: 17px;
    height: 17px;
}
.sprite-shares-close {
    background-position: -56px -65px;
    width: 16px;
    height: 16px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.0),
screen and (min--moz-device-pixel-ratio: 1.0),
screen and (-o-min-device-pixel-ratio: 100/100),
screen and (min-device-pixel-ratio: 1.0),
screen and (min-resolution: 1.0dppx) {
    .sprite-shares-stumbleupon,
    .sprite-shares-whatsapp,
    .sprite-shares-reddit,
    .sprite-shares-pinterest,
    .sprite-shares-twitter,
    .sprite-shares-tumblr,
    .sprite-shares-email,
    .sprite-shares-googleplus,
    .sprite-shares-share,
    .sprite-shares-linkedin,
    .sprite-shares-facebook,
    .sprite-shares-plus,
    .sprite-shares-minus,
    .sprite-shares-link,
    .sprite-shares-close {
        background-image: url('img/shares.png?bed6ff53c6');
        -webkit-background-size: 101px 85px;
        -moz-background-size: 101px 85px;
        background-size: 101px 85px;
    }
}

.sprite-shares-vk {
    background-image: url(img/main-icons.png);
    background-repeat: no-repeat;
    background-position: -267px -584px;
    width:37px;
    height:26px;
}
.sprite-shares-ok {
    background-image: url(img/main-icons.png);
    background-repeat: no-repeat;
    background-position: -437px -250px;
    width:20px;
    height:40px;
}
.sprite-shares-small-twitter,
.sprite-shares-small-tumblr,
.sprite-shares-small-share,
.sprite-shares-small-plus,
.sprite-shares-small-pinterest,
.sprite-shares-small-facebook,
.sprite-shares-small-email,
.sprite-shares-small-close,
.sprite-shares-small-link {
    background-image: url(img/shares-small.png?1);
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
}
.sprite-shares-small-twitter {
    background-position: 0 0;
    width: 17px;
    height: 14px;
}
.sprite-shares-small-tumblr {
    background-position: 0 -14px;
    width: 12px;
    height: 17px;
}
.share-tab-img .sprite-shares-small-plus,
.sprite-shares-small-share {
    background-position: -17px 0;
    width: 17px;
    height: 16px;
}
.sprite-shares-small-plus {
    background-position: -34px 0;
    width: 17px;
    height: 17px;
}
.sprite-shares-small-pinterest {
    background-position: 0 -31px;
    width: 17px;
    height: 17px;
}
.sprite-shares-small-facebook {
    background-position: 0 0;
    width: 10px;
    height: 17px;
}
.sprite-shares-small-email {
    background-position: -10px 0;
    width: 17px;
    height: 12px;
}
.sprite-shares-small-close {
    background-position: -17px -16px;
    width: 14px;
    height: 14px;
}
.sprite-shares-small-link {
    background-position: -26px 0;
    width: 12px;
    height: 12px;
}

.body-pretender .user-profile-wrapper .site-title-edit h2 {
    font-size: 27px;
    font-weight: normal;
}
.user-profile-wrapper .user-bio .about {
    font-size: 13px;
}
.social-profiles-status {
    margin: 0 auto 25px;
    position: relative;
    width: 250px;
}
.user-welcome-text__wrapper {
    padding: 25px 20px 20px 20px;
}
.user-welcome__text-up {
    font-family: "PT Sans", Tahoma, sans-serif;
    font-size: 15px;
    padding-left: 4%;
    padding-right: 4%;
}
.user-welcome__text-up-left,
.user-welcome__text-up-right {
    float: left;
    color: #909090;
}
.user-welcome__button-add-post {
    font-family: "PT Sans", Tahoma, sans-serif;
    background-color: #12aecd;
    font-weight: bold;
    color: #fff;
    padding: 12px;
    margin: 0 auto;
    margin-top: -5px;
    font-size: 14px;
    display: block;
    width: 113px;
}
.user-welcome__plus-sign {
    margin-right: 5px;
}
.user-welcome__button-add-post:hover {
    text-decoration: none;
}
.user-welcome__text-up-left {
    width: 80%;
}
.user-welcome__text-up-right {
    width: 20%;
}
.user-welcome__text-down {
    clear: both;
    padding-top: 10px;
    text-align: center;
}

@media only screen and (min-width: 767px) {
    .user-welcome-text__mobile {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .user-welcome-text__wrapper {
        display: none;
    }
}
/*@font-face {
    font-family: 'PT Sans';
    font-weight: 400;
    font-style: normal;
    src: url('https://static.rbl.ms/static/fonts/pt-sans/PT-Sans-regular/PT-Sans-regular.eot');
    src: url('https://static.rbl.ms/static/fonts/pt-sans/PT-Sans-regular/PT-Sans-regular.eot?#iefix') format('embedded-opentype'), local('PT Sans'), local('PT-Sans-regular'), url('https://static.rbl.ms/static/fonts/pt-sans/PT-Sans-regular/PT-Sans-regular.woff2') format('woff2'), url('https://static.rbl.ms/static/fonts/pt-sans/PT-Sans-regular/PT-Sans-regular.woff') format('woff'), url('https://static.rbl.ms/static/fonts/pt-sans/PT-Sans-regular/PT-Sans-regular.ttf') format('truetype'), url('https://static.rbl.ms/static/fonts/pt-sans/PT-Sans-regular/PT-Sans-regular.svg#PTSans') format('svg');
}*/
.rebelmouse-campaign {
    background-color: #f6f6f6;
    border: 1px solid #e9e9e9;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    padding: 25px;
}
.rebelmouse-campaign .campaign-header {
    font-size: 24px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 12px;
    border-bottom: 1px solid #d8d8d8;
}
.rebelmouse-campaign .campaign-count {
    float: left;
}
.rebelmouse-campaign .campaign-count {
    color: #000000;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    margin-left: 0;
}
.rebelmouse-campaign .campaign-call {
    padding-top: 4px;
    font-size: 26px;
    padding-left: 14px;
    color: #999;
    line-height: 34px;
    overflow: hidden;
}
.rebelmouse-campaign .campaign-social {
    clear: both;
    padding: 0;
}
.campaign-header,
.rebelmouse-campaign .campaign-social {
    max-width: 600px;
    margin: 0 auto;
}
.rebelmouse-campaign .campaign-social-heading {
    padding-left: 2px;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    color: #999;
    margin-bottom: 5px;
    font-weight: normal;
}
.rebelmouse-campaign .campaign-social-buttons {
    text-align: right;
    padding-top: 15px;
}
.rebelmouse-campaign .campaign-social-post {
    width: 100%;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #999;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
}
.rebelmouse-campaign .campaign-fb,
.rebelmouse-campaign .campaign-tw {
    display: inline-block;
    width: 204px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    margin-left: 17px;
}
.campaign-buttons {
    text-align: center;
    padding: 25px 0 0 0;
}
.rebelmouse-campaign .campaign-tw {
    background-color: #2ABBFF;
}
.rebelmouse-campaign .campaign-tw:hover {
    background-color: #00A8E5;
}
.rebelmouse-campaign .campaign-fb {
    background-color: #5370A9;
}
.rebelmouse-campaign .campaign-fb:hover {
    background-color: #4B6598;
}
.rebelmouse-campaign .campaign-email {
    background-color: #6184b3;
}
.rebelmouse-campaign .campaign-email:hover {
    background-color: #5074a1;
}
.rebelmouse-campaign strong {
    color: #00a4cd;
}
.rebelmouse-campaign .campaign-tw-tweet-content,
.rebelmouse-campaign .campaign-tw-post-content {
    width: 70%;
    margin: 20px auto 5px;
    display: block;
    padding: 10px;
}
.rebelmouse-campaign .into {
    color: #999;
}
.rebelmouse-campaign .disabled {
    background-color: #ccc;
}
.rebelmouse-campaign .disabled:hover {
    background-color: #ccc;
    text-decoration: none;
}
.rebelmouse-campaign .signup {
    width: 73%;
    margin: 0 auto;
    padding: 15px 0 0 0;
}
.rebelmouse-campaign .signup .row {
    position: relative;
    margin: 0 0 5px;
}
.rebelmouse-campaign .signup .signup-email-error,
.rebelmouse-campaign .signup .signup-password-error {
    font: 11px Tahoma, sans-serif;
    color: #333;
    position: absolute;
    margin: 0 0 0 0;
    padding: 14px 0 13px 20px;
    left: auto;
    right: 0;
    top: 66px;
}
.rebelmouse-campaign .signup label {
    color: #3F3F3F;
    font-size: 17px;
    margin: 0;
    line-height: 33px;
}
.rebelmouse-campaign .signup input[type="password"],
.rebelmouse-campaign .signup input[type="text"] {
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 43px;
    padding: 4px 10px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    border: 1px solid #DDD;
}
.rebelmouse-petition {
    background-color: #000;
    color: #fff;
    text-align: center;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}
.rebelmouse-petition.placeholder-sidebar {
    min-height: 300px;
}
@media only screen and (min-width: 900px) {
    .rebelmouse-petition {
        margin-top: -260px;
    }
    .rebelmouse-petition.petition-not-gigant-splash {
        margin: 0 0 20px 0;
    }
    .rebelmouse-petition.cta-petition {
        margin-top: 0;
    }
    .rebelmouse-petition .count {
        font-size: 68px;
        white-space: nowrap;
    }
}
.rebelmouse-petition .btn-sign,
.article-body .rebelmouse-petition .title,
.article-body .rebelmouse-petition .cta,
.article-body .rebelmouse-petition .help .article-body .rebelmouse-petition .fb-btn .article-body .rebelmouse-petition .count,
.article-body .rebelmouse-petition .total,
.article-body .rebelmouse-petition .past-cta {
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 1em;
    margin: 0 auto;
}
.rebelmouse-petition .extra-cta {
    display: block;
}
.rebelmouse-petition .petition-wrapper {
    padding: 30px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 900px) and (max-width: 1280px) {
    .rebelmouse-petition .petition-wrapper {
        padding-top: 45px;
    }
}
.rebelmouse-petition.is-mobile .petition-wrapper {
    padding-top: 0;
}
.rebelmouse-petition .title,
.rebelmouse-petition .count,
.rebelmouse-petition .total,
.rebelmouse-petition .help,
.rebelmouse-petition .cta,
.rebelmouse-petition .buttons,
.rebelmouse-petition .past-cta,
.rebelmouse-petition .signers {
    width: 100%;
    margin: 0;
    padding: 0;
}
.rebelmouse-petition.placeholder-body .signers {
    max-width: 70%;
}
.rebelmouse-petition .signers {
    text-align: left;
}
.rebelmouse-petition .title,
.rebelmouse-petition .sign-title,
.rebelmouse-petition .count,
.rebelmouse-petition .total,
.rebelmouse-petition .help,
.rebelmouse-petition .cta,
.rebelmouse-petition .past-cta {
    font-weight: 600;
}
.rebelmouse-petition.placeholder-body .total,
.rebelmouse-petition.placeholder-body .help {
    font-weight: normal;
}
.rebelmouse-petition .title,
.rebelmouse-petition .sign-title {
    font-size: 26px;
    line-height: 1.1em;
    margin-bottom: 8px;
}
.rebelmouse-petition .sign-title {
    margin-bottom: 32px;
}
.rebelmouse-petition .count {
    font-size: 54px;
    line-height: 1em;
    margin-top: 40px;
}
@media only screen and (max-width: 640px) {
    .rebelmouse-petition .count {
        font-size: 48px;
    }
}
.rebelmouse-petition .total {
    font-size: 22px;
    margin-bottom: 5px;
}
.rebelmouse-petition .help,
.rebelmouse-petition .cta,
.rebelmouse-petition .past-cta,
.rebelmouse-petition .btn-sign {
    text-transform: uppercase;
}
.rebelmouse-petition .help {
    font-size: 17px;
    color: #00a3cd;
}
@media only screen and (max-width: 900px) {
    .rebelmouse-petition .help {
        font-size: 18px;
    }
    .rebelmouse-petition .total {
        font-size: 21px;
    }
    .rebelmouse-petition .petition-wrapper {
        padding: 30px 20px 20px 20px;
    }
    .rebelmouse-petition.is-mobile .petition-wrapper {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
.rebelmouse-petition .cta,
.rebelmouse-petition .past-cta {
    font-size: 14px;
    color: #a8a8a8;
}
.rebelmouse-petition .help {
    margin-bottom: 40px;
}
.rebelmouse-petition .cta {
    margin-bottom: 25px;
}
.rebelmouse-petition .past-cta {
    margin-bottom: 15px;
}
.rebelmouse-petition .buttons {
    margin-bottom: 25px;
    height: 50px;
}
.rebelmouse-petition .hide-btn {
    display: none;
}
.rebelmouse-petition .hide-btn:before {
    display: block;
    content: '\2715';
}
.rebelmouse-petition .sign-add-post,
.rebelmouse-petition .btn-sign,
.rebelmouse-petition.is-mobile .toggle-btn,
.rebelmouse-petition .sign-in {
    border: none;
    padding: .75em .3em;
    color: #fff;
}
.rebelmouse-petition .sign-add-post,
.rebelmouse-petition .sign-in,
.rebelmouse-petition.is-mobile .toggle-btn,
.rebelmouse-petition .tw-btn {
    background-color: #2ABBFF;
    width: 100%;
}
.rebelmouse-petition .sign-add-post:hover,
.rebelmouse-petition .sign-in:hover,
.rebelmouse-petition .tw-btn:hover {
    background-color: #00A8E5;
}
.rebelmouse-petition .fb-btn {
    background-color: #3b5998;
    width: 100%;
}
.rebelmouse-petition .fb-btn:hover {
    background-color: #4B6598;
}
.rebelmouse-petition.is-mobile .toggle-btn {
    background-color: #3b5998;
    background-size: 9px 16px;
    padding-left: 20px;
}
.rebelmouse-petition .extra-btn:before,
.rebelmouse-petition .fb-btn:before,
.rebelmouse-petition .tw-btn:before {
    content: attr(data-text-long);
}
.rebelmouse-petition .signers {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
.signers .petition-signer {
    font-size: 16px;
}
.rebelmouse-petition .signers .petition-signer {
    position: relative;
    border-bottom: 1px solid #222;
    font-size: 13px;
    line-height: 32px;
    font-weight: 400;
    height: 32px;
    margin-bottom: 15px;
}
.rebelmouse-petition .signers .petition-signer-time {
    font-size: 13px;
    font-weight: 400;
}
.rebelmouse-petition.placeholder-body .signers .petition-signer {
    height: 48px;
    margin-bottom: 0;
}
.rebelmouse-petition:not(.placeholder-body) .signers .petition-signer:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.rebelmouse-petition .signers .petition-signer > div {
    position: absolute;
    bottom: 7px;
}
.petition-signer-username {
    left: 39px;
}
.rebelmouse-petition .signers .petition-signer .petition-signer-image {
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.rebelmouse-petition .signers .petition-signer .petition-signer-time {
    right: 0;
}
.rebelmouse-petition .sign-form {
    width: 100%;
    padding-bottom: 20px;
}
.rebelmouse-petition .sign-form input,
.rebelmouse-petition .sign-form textarea,
.rebelmouse-petition .sign-form form,
.rebelmouse-petition .sign-form .sign-in {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rebelmouse-petition .sign-form input,
.rebelmouse-petition .sign-form button {
    height: 40px;
}
.rebelmouse-petition .sign-form .sign-in {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}
.rebelmouse-petition .sign-form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom: auto;
}
.rebelmouse-petition .sign-form input {
    height: 2.5em;
}
.rebelmouse-petition .sign-follow label {
    font-size: .95em;
    font-weight: bold;
}
.rebelmouse-petition .why {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.rebelmouse-petition.placeholder-body .why {
    font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: 34px;
}
.rebelmouse-petition .sign-add-post {
    width: 100%;
    padding: 15px 0;
}
.rebelmouse-petition.is-mobile {
    position: fixed;
    width: 100%;
    z-index: 11;
    bottom: 0;
    margin-bottom: 0;
}
@media only screen and (min-width: 321px) {
    .rebelmouse-petition.is-mobile {
        height: auto;
        min-height: 0;
    }
}
.rebelmouse-petition.is-mobile.expanded {
    bottom: 0;
    height: 100%;
    overflow: auto;
}
.rebelmouse-petition.is-mobile .petition-wraper {
    max-width: 100%;
}
.rebelmouse-petition.is-mobile .toggle-btn {
    min-width: 0;
    width: 65px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    height: 100%;
    font-size: 15px;
    padding-top: 0;
}
.rebelmouse-petition.is-mobile .toggle-btn span {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -10%;
    height: 30px;
}
.rebelmouse-petition.is-mobile.expanded .toggle-btn {
    display: block;
}
.rebelmouse-petition.placeholder-body {
    max-width: 700px;
    margin: auto;
}
.rebelmouse-petition.placeholder-body .petition-wrapper {
    min-width: 80%;
}
.rebelmouse-petition.placeholder-body .title,
.rebelmouse-petition.placeholder-body .sign-title {
    font-size: 1.5em;
    margin-bottom: 34px;
}
.rebelmouse-petition.placeholder-body .count {
    font-size: 3.5em;
    margin-bottom: 40px;
}
.rebelmouse-petition.placeholder-body .help {
    font-size: 1em;
    margin-bottom: .5em;
}
.rebelmouse-petition.placeholder-body .buttons {
    margin-bottom: 1em;
    word-spacing: .25em;
}
.rebelmouse-petition.placeholder-body .signers .petition-signer {
    width: 48%;
    float: right;
}
.rebelmouse-petition.placeholder-body .signers .petition-signer.odd {
    float: left;
}
.rebelmouse-petition.placeholder-body .total,
.rebelmouse-petition.placeholder-body .help {
    font-size: 1.1em;
}
.rebelmouse-petition.placeholder-body .help {
    margin-bottom: 40px;
    font-weight: bold;
}
.rebelmouse-petition.placeholder-body .cta {
    margin-bottom: 33px;
}
.rebelmouse-petition.placeholder-body .buttons .btn-sign {
    min-width: 0;
    margin-bottom: 43px;
}
.rebelmouse-petition.placeholder-body .past-cta {
    margin-bottom: 43px;
}
.rebelmouse-petition.placeholder-body.step-sign .petition-wrapper {
    min-width: 0;
    max-width: 350px;
}
.rebelmouse-petition.placeholder-body.step-signed {
    min-height: 250px;
}
.rebelmouse-petition.is-mobile .petition-layout {
    display: none;
}
.rebelmouse-petition.is-mobile.expanded .petition-layout {
    display: block;
    top: 66px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    overflow: auto;
}
.rebelmouse-petition.is-mobile.expanded .collapsed-title,
.rebelmouse-petition.is-mobile .expanded-title {
    display: none;
}
.rebelmouse-petition.is-mobile.expanded .expanded-title {
    position: absolute;
    display: block;
    width: 100%;
    margin-left: -20px;
    height: 50px;
    top: 0;
    border-bottom: 1px solid #444;
}
.rebelmouse-petition.is-mobile .expand-back {
    position: absolute;
    left: 20px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}
.rebelmouse-petition.is-mobile .expand-back:hover {
    text-decoration: none;
}
.rebelmouse-petition.is-mobile .show-logo {
    display: none;
    direction: ltr;
    text-indent: -100%;
    overflow: hidden;
    max-height: 50px;
    margin: auto;
    left: 0;
    right: 0;
}
.rebelmouse-petition .expand-title {
    text-align: left;
    max-width: 75%;
    font-weight: bold;
    overflow: hidden;
    margin: 8px 0;
    line-height: 17px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rebelmouse-petition .buttons.extra-cta {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    margin-bottom: 3em;
    padding-left: 70%;
    box-sizing: border-box;
}
.rebelmouse-petition .buttons.extra-cta .extra-btn {
    width: 100%;
    background-color: #A41034;
}
.rebelmouse-petition .buttons .btn-col {
    display: inline-block;
}
.rebelmouse-petition .buttons.extra-cta .btn-col {
    position: absolute;
}
.rebelmouse-petition .buttons.extra-cta .dist-left {
    left: 0;
    width: 40%;
}
.rebelmouse-petition .buttons .dist-center {
    float: left;
    width: 67%;
}
.rebelmouse-petition .buttons.extra-cta .dist-center {
    left: 40%;
    padding: 0 15px;
    width: 40%;
    box-sizing: border-box;
}
.rebelmouse-petition .buttons .dist-right {
    position: relative;
    float: right;
    width: 30%;
}
.rebelmouse-petition .buttons.extra-cta .dist-right {
    position: absolute;
    right: 0;
    width: 20%;
}
.with-petition.placeholder-sidebar .giant-splash .headline-container {
    padding-right: 35%;
}
@media only screen and (max-width: 1100px) {
    .rebelmouse-petition.placeholder-body .signers .petition-signer,
    .rebelmouse-petition.placeholder-body .signers .petition-signer.odd {
        float: none;
        width: 100%;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1100px) {
    .rebelmouse-petition .title {
        font-size: 20px;
    }
    .rebelmouse-petition .total {
        font-size: 17px;
    }
    .rebelmouse-petition .help {
        font-size: 14px;
    }
    .rebelmouse-petition .past-cta {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1280px) {
    .rebelmouse-petition .extra-cta .fb-btn:before,
    .rebelmouse-petition .extra-cta .tw-btn:before,
    .rebelmouse-petition .extra-cta .extra-btn:before {
        content: attr(data-text-short);
    }
}
@media only screen and (max-width: 1000px) {
    .rebelmouse-petition .fb-btn:before {
        content: attr(data-text-short);
    }
}
@media only screen and (max-width: 1280px) {
    .rebelmouse-petition .extra-cta .fb-btn:before,
    .rebelmouse-petition .extra-cta .tw-btn:before {
        content: attr(data-text-short);
    }
    .rebelmouse-petition .extra-cta .extra-btn:before {
        content: attr(data-text-long);
    }
    .rebelmouse-petition .buttons.extra-cta {
        min-height: 80px;
    }
    .rebelmouse-petition .buttons.extra-cta .dist-left {
        width: 100%;
    }
    .rebelmouse-petition .buttons.extra-cta .dist-center,
    .rebelmouse-petition .buttons.extra-cta .dist-right {
        top: 55px;
        width: 50%;
    }
    .rebelmouse-petition .buttons.extra-cta .dist-center {
        left: 0;
        padding-left: 0;
        padding-right: 10px
    }
}
.cta-poll,
.cta-poll:before,
.cta-poll:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cta-poll {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .cta-poll--is-giant-splash {
        margin-top: -230px;
        z-index: 2;
    }
}
.cta-poll__answers {
    position: relative;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.cta-poll__button {
    position: absolute;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
}
.cta-poll__button > i {
    font-style: normal;
}
.cta-poll__answer-item:first-child .cta-poll__button {
    left: 25%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.cta-poll__answer-item:last-child .cta-poll__button {
    right: 25%;
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}
.cta-poll__answer-item {
    width: 50%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}
.cta-poll__answer-item:first-child:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    background: #252525;
    box-sizing: border-box;
}
.cta-poll__answer-item label {
    margin: 0;
    box-sizing: border-box;
}
.cta-poll .cta-poll__question,
.cta-poll .cta-share-block__text {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
.cta-poll .cta-poll__answer__share-number {
    font-size: 34px;
    font-weight: 600;
    color: #469ad3;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1;
    text-transform: uppercase;
    box-sizing: border-box;
}
.cta-poll_answer_static_votes {
    display: none;
    margin-left: 5px;
    box-sizing: border-box;
}
.cta-poll__answer__text {
    font-size: 13px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
    box-sizing: border-box;
}
.cta-poll__button,
.cta-share__button {
    display: block;
    height: 40px;
    line-height: 40px;
    max-width: 107px;
    margin: 0 auto;
    background: #469ad3;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
    .cta-poll__button,
    .cta-share__button {
        max-width: 80px;
    }
}
.cta-poll__button:hover {
    background: #4290c5;
}
.cta-poll__radiobutton,
.cta-poll__fake-radiobutton {
    display: none;
    box-sizing: border-box;
}
.cta-poll__img {
    width: 100%;
    max-width: 106px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.cta-share-block {
    background: #1a1a1a;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    -ms-transform: translate(0, -110%);
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
}
.cta-share-block.is-active {
    -webkit-transition: transform;
    transition: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.cta-poll .cta-share-block__text {
    margin-bottom: 30px;
}
.cta-share-block__button {
    float: left;
    width: 50%;
    padding-right: 7.5px;
    box-sizing: border-box;
}
.cta-share-block__button:last-child {
    padding-left: 7.5px;
    padding-right: 0;
}
.cta-share__button:hover {
    text-decoration: none;
    color: #fff;
}
.article-content article .cta-share__button {
    color: #fff;
}
.article-content article .cta-share__button:hover {
    text-decoration: none;
}
.cta-share__button--fw {
    background: #00acee;
}
.cta-share__button--fw:hover {
    background: #039bd5;
}
.cta-share__button--fb {
    background: #3b5998;
}
.cta-share__button--fb:hover {
    background: #334d83;
}
.cta-poll--multiple-options .cta-poll__answer-item:first-child:before {
    display: none;
}
.cta-poll--multiple-options .cta-poll__answer-item {
    float: none;
    width: auto;
    padding: 15px 0;
    border-bottom: 1px solid #252525;
    position: relative;
}
.cta-poll--multiple-options .cta-poll__answer-item:last-child {
    border-bottom: 0;
}
.cta-poll--multiple-options .cta-poll__img {
    width: auto;
    margin-bottom: 0;
}
.cta-poll--multiple-options .cta-poll__answers {
    text-align: left;
    padding: 0 20px;
}
.cta-poll--multiple-options .cta-poll__button {
    display: none;
}
.cta-poll--multiple-options .cta-poll__fake-radiobutton {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #469ad3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.cta-poll__fake-radiobutton:before {
    content: '';
    position: absolute;
    background: #469ad3;
    width: 9px;
    height: 9px;
    top: 50%;
    left: 50%;
    visibility: hidden;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: visibility;
    transition: visibility;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
.cta-poll__radiobutton:checked ~ .cta-poll__fake-radiobutton:before {
    visibility: visible;
}
.cta-poll.cta-poll--multiple-options .cta-poll__answer__share-number {
    font-size: 12px;
    display: block;
    margin: 0;
    font-weight: 400;
    float: right;
    line-height: 18px;
    text-transform: capitalize;
}
.cta-poll.cta-poll--multiple-options .cta-poll_answer_static_votes {
    display: inline-block;
}
.cta-poll--multiple-options .cta-poll__answer__text {
    margin: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-right: 70px;
}
div.cta-poll__answer-item--has-img .inuit-flag__img {
    padding-right: 15px;
}
.cta-poll__answer-item--has-img .cta-poll__answer__share-number,
.cta-poll__answer-item--has-img .cta-poll__answer__text {
    display: block;
}
.cta-poll__answer-item--has-img .cta-poll__answer__share-number {
    float: none;
}
.cta-poll--multiple-options .inuit-flag {
    display: table;
    width: 100%;
}
.cta-poll--multiple-options .inuit-flag__img,
.cta-poll--multiple-options .inuit-flag__body {
    display: table-cell;
    vertical-align: middle;
}
.cta-poll--multiple-options .inuit-flag__img {
    padding-right: 0;
    padding-left: 35px;
}
.cta-poll--multiple-options .inuit-flag__img > img {
    display: block;
}
.cta-poll--multiple-options .inuit-flag__body {
    width: 100%;
}
.cta-poll--multiple-options .inuit-flag--top .inuit-flag__img,
.cta-poll--multiple-options .inuit-flag--top .inuit-flag__body {
    vertical-align: top;
}
.cta-poll .verticalize {
    text-align: center;
    display: block;
    box-sizing: border-box;
}
.cta-poll .verticalize:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}
.cta-poll .verticalize__box {
    display: inline-block;
    max-width: 99%;
    vertical-align: middle;
    width: 99%;
}
.cta-poll .verticalize--full {
    height: 100%;
}
.cta-poll .cta-poll__vote-mobile {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    background: #469ad3;
    color: #fff;
    text-transform: uppercase;
    display: none;
    box-sizing: border-box;
}
.cta-poll__vote-mobile:hover {
    text-decoration: none;
}
.cta-poll__back-mobile {
    height: 50px;
    background: #252525;
    text-align: left;
    position: fixed;
    width: 100%;
    padding-left: 10px;
    padding-top: 15px;
    z-index: 3;
    display: none;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .cta-poll--multiple-options .cta-poll__answer__text {
        max-width: 215px;
    }
}
@media screen and (max-width: 767px) {
    .cta-poll {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0;
        z-index: 101;
        margin-bottom: 0;
    }
    .cta-share-block {
        position: absolute;
    }
    .cta-poll:not(.active-mobile) .cta-poll__answers {
        display: none;
    }
    .cta-poll:not(.active-mobile) .cta-poll__question {
        padding: 17px 110px 17px 10px;
        margin: 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.2;
    }
    .cta-poll:not(.active-mobile) .cta-share-block {
        display: none;
    }
    .cta-poll:not(.active-mobile) .cta-poll__vote-mobile {
        display: block;
    }
    .cta-poll.active-mobile {
        height: 100%;
    }
    .cta-poll.active-mobile > .verticalize {
        overflow: auto;
        padding: 75px 10px 25px;
    }
    .cta-poll.active-mobile .cta-poll__back-mobile {
        display: block;
    }
    .cta-poll.active-mobile .cta-poll_back-button {
        position: relative;
        padding-left: 16px;
    }
    .cta-poll.active-mobile .cta-poll_back-button:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 4px;
        width: 10px;
        height: 10px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .cta-poll .cta-poll__question {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .cta-poll .cta-poll__answer__share-number {
        margin-bottom: 9px;
        font-size: 36px;
    }
    .cta-poll__answer__text {
        font-size: 12px;
        margin-bottom: 17px;
    }
    .cta-poll__button {
        font-size: 12px;
    }
    .cta-poll__img {
        margin-bottom: 15px;
    }
    .cta-share__button {
        display: inline-block;
        width: 107px;
    }
    .cta-share-block__button {
        text-align: right;
    }
    .cta-share-block__button:last-child {
        text-align: left;
    }
    .cta-poll--multiple-options .cta-poll__fake-radiobutton {
        border-width: 1px;
    }
    .cta-poll__radiobutton:checked ~ .cta-poll__fake-radiobutton:before {
        width: 13px;
        height: 13px;
    }
}
.top-bar-promo-activity {
    position: relative;
    z-index: 1;
}
.top-bar-promo-activity .btn-fb-like {
    position: absolute;
    width: 80px;
    height: 30px;
    right: 3px;
    top: 13px;
    margin: 0;
    background-color: #191919;
}
.promo-get-app {
    position: absolute;
    right: 7px;
    top: 7px;
}
.promo-button {
    display: inline-block;
    background: #2faecc;
    color: #fff;
    width: 79px;
    height: 36px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.promo-button:hover {
    color: #fff;
    text-decoration: none;
    background: #24a2bf;
}
.promo-button--download-app {
    font-family: 'PT Sans Narrow', sans-serif;
    padding-top: 8px;
}
.promo-button--sign-up {
    position: absolute;
    right: 7px;
    top: 10px;
    cursor: pointer;
    font-size: 11px;
    padding-left: 30.5px;
    padding-top: 3px;
    font-family: 'PT Sans';
    text-align: left;
    display: block;
    line-height: 1.1;
    height: 30px;
    width: 88px;
}

.get-newsletters-form {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background: #333;
    height: 55px;
    width: 320px;
    text-align: center;
    padding: 10px 94px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.get-newsletters-form:before {
    content: '';
    border: 7px solid transparent;
    border-bottom-color: #333;
    position: absolute;
    right: 40px;
    top: -14px;
}
.get-newsletters-form__input {
    height: 35px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.get-newsletters-form__input::-webkit-input-placeholder {
    color: #c3c3c3;
    font-size: 14px;
    font-family: 'PT Sans';
}
.get-newsletters-form__input:-moz-placeholder {
    color: #c3c3c3;
    font-size: 14px;
    font-family: 'PT Sans';
}
.get-newsletters-form__input::-moz-placeholder {
    color: #c3c3c3;
    font-size: 14px;
    font-family: 'PT Sans';
}
.get-newsletters-form__input:-ms-input-placeholder {
    color: #c3c3c3;
    font-size: 14px;
    font-family: 'PT Sans';
}
.get-newsletters-form__btn-join {
    margin: 0;
    padding: 0;
    width: 85px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background: #23aecf;
}
@media only screen and (max-width: 330px) {
    .promo-button--sign-up {
        padding-left: 27px;
        width: 81px;
    }
    .icons-newsletters {
        left: 5px;
    }
}
.promo-casual,
.promo-casual *,
.promo-casual:before,
.promo-casual:after,
.promo-subscriber,
.promo-subscriber *,
.promo-subscriber:before,
.promo-subscriber:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.promo-casual {
    background: #3b5998;
    padding: 22px 0 32px 0;
    text-align: center;
    margin-bottom: 20px;
}
.promo-casual__img {
    margin-bottom: 26px;
}
.promo-casual__title {
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 32px;
}
.promo-casual__fb-like {
    background: #fff;
    display: inline-block;
    padding: 6px 6px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .promo-casual {
        padding-bottom: 26px;
    }
    .promo-casual__title {
        font-size: 20px;
        margin-bottom: 26px;
    }
}
.promo-subscriber {
    text-align: center;
    margin-bottom: 20px;
}
.promo-subscriber__img {
    position: relative;
    z-index: 2;
}
.promo-subscriber__input {
    background: transparent;
    border: 2px solid #717171;
    float: left;
    height: 40px;
    border-right: 0;
    font-size: 18px;
    color: #717171;
    width: 200px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.promo-subscriber__input::-webkit-input-placeholder {
    font-size: 18px;
    color: #717171;
}
.promo-subscriber__input:-moz-placeholder {
    font-size: 18px;
    color: #717171;
}
.promo-subscriber__input::-moz-placeholder {
    font-size: 18px;
    color: #717171;
}
.promo-subscriber__input:-ms-input-placeholder {
    font-size: 18px;
    color: #717171;
}
.promo-subscriber__btn {
    float: left;
    background: #717171;
    color: #fff;
    width: 100px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    text-transform: capitalize;
    height: 40px;
    margin: 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.promo-subscriber__btn:hover {
    background: #717171;
}
.promo-subscriber .show-1050 {
    display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1050px) {
    .promo-subscriber__title {
        font-size: 20px;
        line-height: 24px;
    }
    .promo-subscriber__input {
        width: 130px;
        font-size: 16px;
    }
    .promo-subscriber__input::-webkit-input-placeholder {
        font-size: 16px;
    }
    .promo-subscriber__input:-moz-placeholder {
        font-size: 16px;
    }
    .promo-subscriber__input::-moz-placeholder {
        font-size: 16px;
    }
    .promo-subscriber__input:-ms-input-placeholder {
        font-size: 16px;
    }
    .promo-subscriber__btn {
        width: 70px;
        font-size: 16px;
    }
    .promo-subscriber .hide-1050 {
        display: none;
    }
    .promo-subscriber .show-1050 {
        display: block;
    }
}
.join-widget-mobile {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.3;
    max-width: 138px;
    min-width: 138px;
    padding: 3px 59px 0 0;
    height: 50px;
    top: 0;
}
.top-bar-icons {
    background: url("img/dodo-sprite.png");
    background-size: auto auto;
    background-repeat: no-repeat;
}
.join-widget-mobile .btn .fb-icon {
    background-position: -32px -31px;
}
.join-widget-mobile .btn .dodo-icon {
    background-position: -53px -30px;
}
.join-widget-mobile .btn .dodo-icon,
.join-widget-mobile .btn .fb-icon {
    display: block;
    height: 16px;
    margin: 5px auto auto;
    width: 18px;
}
.join-widget-mobile .btn,
.join-widget-mobile .fb-share.btn {
    font-size: 14px;
    line-height: 19px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    width: 65px;
}
.join-widget-mobile .fb-share.btn,
.join-widget-mobile .fb-share.btn:hover {
    left: 0;
    margin-left: 0;
    background-color: #4c6dab;
}
.join-widget-mobile .btn,
.join-widget-mobile .btn:hover {
    background: transparent;
}
.join-widget-mobile .join-btn.btn {
    right: 3px;
    background-color: #252525;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .join-widget-mobile {
        top: 8px;
        display: block;
        right: 145px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
    .join-widget-mobile .join-btn.btn {
        display: none;
    }
    .join-widget-mobile {
        padding: 5px 0;
        right: 10px;
        min-width: 60px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .top-bar-icons {
        background-image: url(img/dodo-sprite@2x.png);
        background-size: 100px;
    }
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body {
    font-family: 'PT Sans', Tahoma, sans-serif;
    color: #231f20;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}
.edit-dashboard {
    font-family: 'Open Sans', sans-serif;
}
.menu-opened .main {
    -webkit-transform: translate3d(244px, 0, 0);
    -moz-transform: translate3d(244px, 0, 0);
    -ms-transform: translate3d(244px, 0, 0);
    -o-transform: translate3d(244px, 0, 0);
    transform: translate3d(244px, 0, 0);
}
.content .post-list {
    margin: 0;
}
.content {
    margin: 0 auto;
    max-width: 1150px;
    padding: 25px 25px 20px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    margin: auto;
    width: 970px;
}
.main {
    background: #fff;
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    -moz-transition: -moz-transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    -o-transition: -o-transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    transition: transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.widget .image254 {
    height: 260px;
}
.widget .headline {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    letter-spacing: -0.3px;
}
.widget a:hover,
.widget:hover a {
    text-decoration: none;
}
.headline:hover {
    text-decoration: none;
}
.headline {
    position: static;
    background: none;
    color: #333;
    width: auto;
    padding: 3px 0;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    word-wrap: break-word;
}
.edit-dashboard .headline {
    font-family: 'Open Sans', sans-serif;
}
.widget .page-article {
    background: transparent;
}
.widget .page-article .page-inner {
    padding: 0;
}
.news-section .page-article .headline {
    color: #333;
}
.news-section .widget .page-article {
    height: auto;
}
.widget .page-article:before {
    margin: 0;
    display: block;
}
.most-read-title,
.post-page .community-title {
    height: 27px;
    margin: 0;
}
.most-read-title p,
.post-page .community-title p {
    background: #000;
    height: 26px;
    line-height: 24px;
    display: inline-block;
    padding: 1px 8px 0 10px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
.disclaimer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #acacac;
    display: table;
    margin: 25px 0 15px 0;
}
.disclaimer .text {
    display: table-cell;
    padding: 12px 18px 14px;
    vertical-align: middle;
}
.disclaimer .link {
    display: table-cell;
    width: 35%;
    padding: 10px 18px;
    vertical-align: middle;
    font: 15px/1.25 'PT Sans', Tahoma, sans-serif;
}
.article-content .disclaimer p {
    margin: 0;
    font: 13px/1.25 'PT Sans', Tahoma, sans-serif;
}
.one-cell-col .partners-title {
    margin-bottom: 8px;
}
.news_dodo-section .widget .headline,
.news-section .widget .headline {
    zoom: 1;
    padding: 0;
    margin-top: 5px;
    max-height: 84px;
    font-size: 24px;
    line-height: 28px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
}
.regular-author-data,
.splash-author-data,
.widget .original-source,
.button-load-more {
    display: none;
}
.giant-splash .widget .headline {
    -webkit-line-clamp: 5;
}
.post-list .splash_dodo-section .widget {
    width: 100%;
    height: auto;
}
.post-list .widget {
    position: relative;
    height: 385px;
    width: 48%;
    vertical-align: top;
}
.content_feeds .post-list .widget {
    height: auto;
    padding: 10px 15px 8px;
    margin: 0 0 15px 0;
    width: auto;
}

.two-cell-col .splash_dodo-section .headline {
    height: auto;
    font-size: 25px;
    line-height: 27px;
    margin-top: 4px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
}
.entry-edit-mode #widget-preview .headline,
.three-cell-col .headline {
    display: block;
    height: 80px;
}
.two-cell-col .article-content .headline {
    height: auto;
}
.content .widget {
    border: none;
}
.content .widget:hover .headline {
    color: #08A5CB;
}
.news_dodo-section .widget:nth-child(odd) {
    float: left;
    margin-right: 20px;
}
.news_dodo-section .widget:nth-child(even) {
    float: right;
}
.lt-ie9 .news_dodo-section .widget {
    width: 42%;
    margin: 0 22px;
    float: left;
}
.lt-ie9 .posts-wrapper .splash_dodo-section .widget {
    width: 100%;
    margin-right: 0;
}
.tag-page .two-cell-col:before {
    background: transparent;
}
.giant-splash-image-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0.66) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0.66) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0.66) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0.66) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0.66) 100%);
    width: 100%;
    height: 100%;
}
.with-petition.placeholder-sidebar .giant-splash .headline-container {
    padding-right: 0;
}
.with-petition.placeholder-sidebar .giant-splash .headline-container h1.headline {
    padding-right: 35%;
}
.giant-splash .headline-container,
.giant-splash .cover-overlay {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 900px) {
    .with-petition.placeholder-sidebar .headline-container h1.headline {
        padding: 0;
        width: 100%;
        margin: 0;
        min-width: 100%;
    }
}
.giant-splash .headline-container .headline,
.giant-splash .cover-overlay {
    padding: 0;
    font-size: 63px;
    color: #fff;
    line-height: 70px;
}
.giant-splash .headline-container .headline {
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.giant-splash .headline-container .headline a {
    font-weight: 700;
    font-family: 'PT Sans', Tahoma, sans-serif;
}
.giant-splash .cover-overlay .author {
    font-size: 27px;
    display: block;
}

.giant-splash-2 .widget {
    width: 49%;
    margin-left: 1%;
    float: left;
    position: relative;
}
.giant-splash-2:first-child {
    margin-right: 1%;
    margin-left: 0;
}
.giant-splash-2 .headline-container, .giant-splash-2 .cover-overlay {
    max-width: 550px;
    min-width: 300px;
}

.giant-splash-2 .headline-container .headline, .giant-splash-2 .cover-overlay {
    font-size: 38px;
    max-width: 550px;
    line-height: 40px;
}

.section-frontpage .giant-splash .page-inner .headline-giant-splash {
    position: static;
    margin-top: 20px;
}
.section-frontpage .giant-splash .page-inner .headline-giant-splash h4 {
    color: #333;
}
.section-frontpage .giant-splash .page-inner .headline-giant-splash:hover h4 {
    color: #08A5CB;
}
.related-section .widget {
    height: auto;
    width: 50%;
    margin: 20px 0 0 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    display: inline-block;
}
.related-section .widget article {
    padding: 0 0 0 10px;
}
.related-section .widget:nth-child(2n-1) article {
    padding: 0 10px 0 0;
}
.related-section .widget:nth-child(odd) {
    margin-right: 0;
}
.related-section .widget .image {
    width: 100%;
    height: 190px;
    margin: 0;
}
.related-section .headline {
    zoom: 1;
    overflow: hidden;
    padding: 5px 2px 0 0;
    height: 90px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
}
.related-section .news-section .headline-container a:hover {
    color: #08a5cb
}
.related-section {
    margin-bottom: 28px;
}
.thedodo-video-section.related-section {
    margin-top: 35px;
    margin-bottom: 0;
}
.related-section .widget {
    position: relative;
}
.relative-posts-title p,
.community-title p {
    background: #000;
    color: #fff;
    display: inline-block;
    font: bold 15px/24px 'PT Sans', sans-serif;
}
.relative-posts-title, .community-title {
    height: 23px;
    margin: 0;
}

.relative-posts-title p,
.community-title p {
    background: #000;
    color: #FFF;
    display: inline-block;
    font: bold 15px/24px 'PT Sans', sans-serif;
    padding: 0 7px;
    margin: 0;
    text-transform: uppercase;
    height: 23px;
}
.river-widget .next .river-post {
    border-top: 1px solid #e4e4e4;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
}
.river-widget .next .river-post a:hover {
    text-decoration: none;
}
.river-widget .author img {
    width: 28px;
    height: 28px;
    margin: 0 9px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.river-widget {
    padding: 15px 0 0 0;
}
.river-widget .image-with-badge {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
}
.river-widget .image-with-badge .badges-avatar {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.river-widget .aside {
    position: relative;
    padding: 0 90px 15px 0;
}
.river-widget .aside .date {
    position: absolute;
    right: 0;
    top: 3px;
    color: #8e8e8e;
    font: 14px 'PT Sans', sans-serif;
}
.river-widget .aside .author {
    float: left;
}
.river-widget .aside .title {
    line-height: 20px;
    display: block;
    overflow: hidden;
    font-weight: normal;
    font-size: 17px;
    padding: 4px 0 0 0;
}
.river-widget .bd .media {
    float: left;
    margin: 0 17px 10px 0;
}
.river-widget .bd .media img {
    width: 160px;
    height: auto;
}
.river-widget .headline {
    font-size: 20px;
    line-height: 23px;
    display: inline;
}
.river-widget .brief {
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.river-widget .event-comments,
.river-widget .event-features div,
.river-widget .event-features {
    display: inline-block;
}
.river-widget .event-comments {
    padding: 10px 0 0 0;
}
.river-widget .event-features {
    padding: 10px 10px 0 0;
}
.river-widget .event-comments a,
.river-widget .event-comments,
.river-widget .event-features a {
    color: #696969;
}
.river-widget .event-comments a:hover,
.river-widget .event-features a:hover {
    text-decoration: none;
}
.river-widget .event-comments:before {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAQAAAATvv9SAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAACaSURBVBjTdc8hakJxAMDh7/0HloUJImg1OQVBT2CyOCx7YPEA1kVvIIigxQtYBjLWVucFxCU1eIUl08BgEOE5fb/6pV80g4yerrqcX2sLc39EM8o+VCTbim2Cgu9/wLOl4kN7pOm2R9ng1f1egqcUygWrFPoJRik0Dj4N78DEe8BAbHcFU2/nZYjUNOQddLTsVR0vlKykb+nrBDgUHC622/hOAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTEwLTIyVDE5OjIxOjUxKzAwOjAwU4B+nAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0xMC0yMlQxOToyMTo1MSswMDowMCLdxiAAAAAASUVORK5CYII=);
    content: '';
    display: inline-block;
    margin: 0 8px 0 0;
    width: 13px;
    height: 14px;
    position: relative;
    top: 2px;
}
.river-widget .icons.like {
    background-position: -1px -336px;
    width: 17px;
    height: 14px;
    position: relative;
    top: 1px;
}
.river-widget .bottom-content a:hover {
    text-decoration: none;
}
.river-widget .go-to-river {
    background-color: #191919;
    color: #fff;
    font-size: 16px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border: none;
    line-height: 44px;
    margin: 15px 0 15px 0;
    font-weight: bold;
}
.river-widget .go-to-river:hover {
    text-decoration: none;
    background-color: #000;
}
.river-widget a:hover .icons.like,
.river-widget .icons.like:hover {
    background-position: -1px -352px;
}
.river-widget .river-post .follow-user-button-pldr {
    margin: 0 0 0 40px;
}
.one-cell-col .widget {
    float: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin: 20px 0 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #e4e4e4;
}
.image366 {
    width: 100%;
    height: 190px;
}
.popular_dodo-section .image528 {
    height: 210px;
}
.blog-module .popular_dodo-section[data-source="frontpage_post-contest"] .widget {
    margin: 0 0 20px 0;
}
.blog-module .headline {
    zoom: 1;
    padding: 0;
    margin-top: 5px;
    max-height: 73px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
}
.blog-module .author-name {
    font-size: 15px;
    margin: 7px 0 3px;
    float: left;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
span.author-name, .author-module .subscribe_link {
    font-size: 15px;
    margin: 7px 0 3px;
    word-wrap: break-word;
    line-height: 17px;
}
.more-posts-link {
    background: #2faecc;
    color: #fff;
    font-size: 16px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
    display: block;
    padding: 4px 0 3px;
    width: 225px;
    text-align: center;
    margin: 15px 0;
    text-transform: uppercase;
}
.one-cell-col .widget:last-child {
    border: 0;
}
.more-posts-link:hover {
    text-decoration: none;
    background: #2a9cb7;
    color: #fff;
}
.zerglayoutcl {
    width: 100% !important;
    margin-top: 10px !important;
    margin-bottom: 25px !important;
}
.zergentity img {
    display: block !important;
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
}
.zergheadline a:hover {
    color: #08a5cb !important;
}
#zergnet-widget-22519 .zergentity,
#zergnet-widget-23459 .zergentity {
    width: 48% !important;
    margin-left: 0 !important;
    margin-right: 4% !important;
}
#zergnet-widget-22519 .zergentity:nth-child(even),
#zergnet-widget-23459 .zergentity:nth-child(even) {
    margin-right: 0 !important;
}
@media only screen and (min-width: 768px) {
    #zergnet-widget-23459 {
        margin: 0 -1% !important;
    }
    #zergnet-widget-23459 .zergentity {
        width: 23% !important;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }
    #zergnet-widget-23459 .zergentity:nth-child(even) {
        margin-right: 1% !important;
    }
}
.footer {
    width: 100%;
    margin: 0 auto;
    background: #000;
    padding: 38px 0 10px 0;
    max-width: none;
    height: auto;
}
.footer .navigation {
    list-style: none;
    padding: 0;
}
.footer .inner {
    max-width: 1005px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer .left {
    padding-right: 60px;
    text-align: center;
    display: inline-block;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	vertical-align: top;
}
.footer .left a {
    margin: 0 6px;
}
.footer .middle {
    border-right: 1px solid #101010;
    border-left: 1px solid #101010;
    width: 58%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
.footer .join-widget:first-child {
    border-bottom: 1px solid #101010;
}
.footer .join-widget {
    max-width: 304px;
    margin: 0 auto;
}
.footer .join-widget .title strong {
    font-weight: 400;
    font-size: 20px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    text-align: center;
    color: #fff;
}
.footer .join-widget .title {
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    border: 0;
}
.footer .join-widget .input {
    margin: 10px 0 12px;
    background: #fff;
    position: relative;
    display: block;
    padding: 0 0 0 10px;
    height: 37px;
    color: #686868;
    text-align: left;
    line-height: 32px;
    overflow: hidden;
}
.footer .join-widget .input .success {
    font-size: 13px;
    white-space: pre;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .footer .join-widget .input input {
        border: 0;
        font-size: 15px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        font-family: 'PT Sans', Tahoma, sans-serif;
        background-image: url('https://static.rbl.ms/static/img/whitelabel/dodo/join-icons.png?1');
        background-repeat: no-repeat;
        padding-left: 50px;
        padding-bottom: 5px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .footer .join-widget .input input {
        border: 0;
        font-size: 15px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        font-family: 'PT Sans', Tahoma, sans-serif;
        background-image: url('https://static.rbl.ms/static/img/whitelabel/dodo/join-icons.png?1');
        background-repeat: no-repeat;
        padding-left: 50px !important;
        margin-top: 0px !important;
    }
}
@media screen and (min-device-width: 1100px) and (max-device-width: 2400px) and (-webkit-min-device-pixel-ratio: 1) {
    .footer .join-widget .input input {
        border: 0;
        font-size: 15px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        font-family: 'PT Sans', Tahoma, sans-serif;
        background-image: url('https://static.rbl.ms/static/img/whitelabel/dodo/join-icons.png?1') !important;
        background-repeat: no-repeat;
        padding-left: 50px !important;
    }
}
.footer .join-widget .input input {
    border: 0;
    font-size: 15px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-family: 'PT Sans', Tahoma, sans-serif;
    background-image: url('https://static.rbl.ms/static/img/whitelabel/dodo/join-icons.png?1');
    background-repeat: no-repeat;
    padding-left: 38px;
    padding-top: 7px;
}
.footer .join-widget .btn-join {
    background: #19A5CB;
    color: #FFF;
    font-size: 16px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    height: 37px;
    font-weight: 700;
    position: absolute;
    line-height: 40px;
    right: 0;
    padding: 0 14px;
    top: 0;
}
.footer .join-widget a {
    color: #fff;
    text-decoration: none;
}
.footer .join-widget span {
    font-weight: 700;
    display: block;
}
.footer .navigation {
    display: inline-block;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding-left: 60px;
}
.footer .navigation li {
    display: block;
    padding: 0 0 12px 0;
    font-size: 15px;
}
.footer .navigation li:first-child,
.footer .navigation li:last-child {
    padding: 0 0 12px 0;
}
.footer .navigation li a,
.footer .navigation li {
    color: #9f9f9f;
}
.footer a.logo {
    background: url('https://static.rbl.ms/static/img/whitelabel/dodo/logo-footer.png?4') no-repeat 0 0;
    width: 126px;
    height: 148px;
    margin: 0 0 23px 0;
    display: inline-block;
}
.show-logo {
    position: absolute;
    left: 43px;
    top: 0;
    height: 63px;
    display: block;
    background-size: 234px 39px;
    background-position: 5px 12px;
    width: 269px;
    -webkit-transition: 0.5s width;
    -moz-transition: 0.5s width;
    transition: 0.5s width;
    border: none;
    outline: none;
}

.ebobo .show-logo {
    background: transparent url(/images/ebobo/logo.png) no-repeat;
    width: 184px;
    height: 42px;
    margin: 2px 0;
}

.empat .show-logo {
    background: transparent url(/images/empat/logo.png?1) no-repeat;
    width: 50px;
    height: 41px;
    margin: 2px 0;
}

.aifishki .show-logo {
    background: transparent url(/images/aifishki/logo.png?1) no-repeat;
    width: 150px;
    height: 40px;
    margin: 2px 0;
}

.empat .show-logo:before {
    content: "Эмоциональный патиссон";
    font-size: 16px;
    width: 120px;
    line-height: 18px;
    display: inline-block;
    color: black;
    margin-left: 54px;
    margin-top: 3px;
}

.remodel .show-logo {
    background: transparent url(/images/remodel/logo.png?1) no-repeat;
    width: 220px;
    height: 42px;
    margin-top: 4px;
	background-size: contain;

}

.teplak .show-logo { 
	display: none;
}

.foodpop .show-logo {
    width: 184px;
    height: 42px;
    margin: 2px 0;
}

.humor .show-logo {
    background: transparent url(/images/humor/logo.png) no-repeat;
    width: 161px;
    height: 45px;
    margin: 2px 0;
}

.foodpop.design-1 .show-logo {background: transparent url(/images/foodpop/D2A53D.png) no-repeat;}
.foodpop.design-1 .topbar {border-bottom: 2px solid #D2A53D; background: #fff;}
.foodpop.design-2 .show-logo {background: transparent url(/images/foodpop/51B5B3.png) no-repeat;}
.foodpop.design-2 .topbar {border-bottom: 2px solid #51B5B3; background: #fff;}
.foodpop.design-3 .show-logo {background: transparent url(/images/foodpop/D95352.png) no-repeat;}
.foodpop.design-3 .topbar {border-bottom: 2px solid #D95352; background: #fff;}
.foodpop.design-4 .show-logo {background: transparent url(/images/foodpop/BBD127.png) no-repeat;}
.foodpop.design-4 .topbar {border-bottom: 2px solid #BBD127; background: #fff;}
.foodpop.design-5 .show-logo {background: transparent url(/images/foodpop/52B195.png) no-repeat;}
.foodpop.design-5 .topbar {border-bottom: 2px solid #52B195; background: #fff;}
.foodpop.design-6 .show-logo {background: transparent url(/images/foodpop/E06F72.png) no-repeat;}
.foodpop.design-6 .topbar {border-bottom: 2px solid #E06F72; background: #fff;}
.foodpop.design-7 .show-logo {background: transparent url(/images/foodpop/ECA31C.png) no-repeat;}
.foodpop.design-7 .topbar {border-bottom: 2px solid #ECA31C; background: #fff;}
.foodpop.design-8 .show-logo {background: transparent url(/images/foodpop/549D00.png) no-repeat;}
.foodpop.design-8 .topbar {border-bottom: 2px solid #549D00; background: #fff;}
.foodpop.design-9 .show-logo {background: transparent url(/images/foodpop/19A5CB.png) no-repeat;}
.foodpop.design-9 .topbar {border-bottom: 2px solid #19A5CB; background: #fff;}
.foodpop.design-10 .show-logo {background: transparent url(/images/foodpop/FB8F6F.png) no-repeat;}
.foodpop.design-10 .topbar {border-bottom: 2px solid #FB8F6F; background: #fff;}

    

.myrussia .show-logo {
    background: transparent url(/images/myrussia/logo.png) no-repeat;
    width: 184px;
    height: 42px;
    margin: 2px 0;
}

.faktor-info .show-logo {
    background: transparent url(/images/faktor-info/logo.png) no-repeat;
    width: 190px;
    height: 23px;
    margin: 12px 45px 12px 0;
}

.faktor-info .show-logo:after {
	content: '18+';
	display: inline-block;
	font-family: 'Roboto Condensed';
	display: inline-block;
    position: absolute;
    right: -30px;
    line-height: 20px;
    font-size: 13px;
    font-style: italic;
    color: rgba(255, 0, 0, 0.5);
	border: 1px solid rgba(255, 0, 0, 0.5);
	padding: 2px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
}

.faktor-info.dodo--pushkino .show-logo {
    background: transparent url(/images/faktor-info/logo-pushkino.png) no-repeat;
	width: 218px;
	height: 26px;
}

.faktor-info.dodo--luh .show-logo {
    background: transparent url(/images/faktor-info/logo-luh.png) no-repeat;
	width: 218px;
	height: 26px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .myrussia .show-logo {
    background: transparent url(/images/myrussia/logo@2x.png) no-repeat;
	background-size: 184px 42px;
  }
}



.petpop.design-1 .show-logo { background: transparent url(/images/petpop/logo1.png) no-repeat; }
.petpop.design-2 .show-logo { background: transparent url(/images/petpop/logo2.png) no-repeat; }
.petpop.design-3 .show-logo { background: transparent url(/images/petpop/logo3.png) no-repeat; }
.petpop.design-4 .show-logo { background: transparent url(/images/petpop/logo4.png) no-repeat; }
.petpop.design-1 .topbar {border-bottom: 2px solid #27a5c9;}
.petpop.design-2 .topbar {border-bottom: 2px solid #579c1a;}
.petpop.design-3 .topbar {border-bottom: 2px solid #f9af20;}
.petpop.design-4 .topbar {border-bottom: 2px solid #f99073;}
.petpop.design-1 .relative-posts-title, .petpop.design-1 .community-title {border-bottom: 2px solid #27a5c9;}
.petpop.design-2 .relative-posts-title, .petpop.design-2 .community-title {border-bottom: 2px solid #579c1a;}
.petpop.design-3 .relative-posts-title, .petpop.design-3 .community-title {border-bottom: 2px solid #f9af20;}
.petpop.design-4 .relative-posts-title, .petpop.design-4 .community-title {border-bottom: 2px solid #f99073;}
.petpop .eng_ww_ttl_span1 {background: #000 !important;}
.petpop .eng_ww_title {background: none !important;}
.petpop.design-1 .eng_ww_title {border-bottom: 2px solid #27a5c9;}
.petpop.design-2 .eng_ww_title {border-bottom: 2px solid #579c1a;}
.petpop.design-3 .eng_ww_title {border-bottom: 2px solid #f9af20;}
.petpop.design-4 .eng_ww_title {border-bottom: 2px solid #f99073;}

.myrussia.design-1 .topbar,
.myrussia.design-2 .topbar {
	border-bottom: 2px solid #E21225;
}

.myrussia.design-3 .topbar,
.myrussia.design-4 .topbar {
	border-bottom: 2px solid #153797;
}

.medpop .show-logo 
{
	background: transparent url(/images/medpop/logo.png) no-repeat;
}

.foodpop .show-logo 
{
	background: transparent url(/images/foodpop/logo.png) no-repeat;
}



.menu-opened .show-logo {
    display: block;
}
.main-menu-item.section {
    margin: 0;
}
.logged-in-user .main-menu-item.divider {
    margin: -1px 0 0 0;
}

.main-menu li a {
    color: #b2b2b2;
    padding: 12px 5px 13px 25px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 17px;
}
.menu-global {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    padding: 0 0 66px 0;
    height: 100%;
    top: inherit;
    bottom: inherit;
}
.menu-global-scroll {
    height: 100%;
    overflow-y: auto;
}
.menu-global .main-menu-wrapper {
    height: auto;
}
.menu-global .main-menu.mobile {
    margin: 0;
}
.menu-global .main-menu.mobile ul {
    margin-top: 0;
}
.menu-global .bottom-main-menu {
    padding-top: 0;
}
.menu-global ul .mainmenu-sub {
    margin-top: 0;
}
.menu-global .site-logo {
    background: none;
}
.menu-opened .menu-show-logo,
.menu-opened .menu-show {
    display: block;
}
.edit-dashboard .menu-show-logo {
    display: none;
}
.edit-dashboard .menu-show {
    background-color: transparent;
    left: 10px;
    top: 13px;
    width: 40px;
    height: 40px;
}
.topbar {
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    height: 47px;
    display: block;
    overflow: hidden;
}

.dodo-light .topbar {
	background-color: #fff;
    border-bottom: 2px solid black;
}

.topbar-fake {
    background-color: #000;
    height: 47px;
}
.lt-ie9 .topbar {
    background-color: #000;
}

.rebelbar {
    background-color: rgba(0, 0, 0, .9);
    padding-left: 55px;
    padding-right: 130px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 15;
    height: 66px;
}
.rebelbar .rebelbar-fake {
    background-color: #000;
    height: 66px;
}
.rebelbar .site-data {
    float: left;
    margin: 10px 10px 0 0;
}
.rebelbar .site-data a {
    text-decoration: none;
}
.rebelbar .site-data img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
    max-width: 37px;
    max-height: 37px;
}
.rebelbar .site-data strong {
    color: white;
    font: 600 25px/1.5 'PT Sans', Tahoma, sans-serif;
    position: relative;
    top: 4px;
}
.edit-dashboard .rebelbar .site-data strong {
    font-family: 'Open Sans', sans-serif;
}
.edit-mode-opened .rebelbar,
.edit-mode-opened .rebelbar-fake {
    display: block;
}
.edit-dashboard .menu-show {
    z-index: 16;
}
.edit-dashboard .post-edit-mode,
.edit-dashboard .menu-global {
    top: 66px;
}
.edit-dashboard .menu-global .site-logo {
    display: none;
}
.topbar .menu-show-toggle {
    position: fixed;
    left: 10px;
    top: 13px;
    height: 40px;
    width: 40px;
    font-size: 0;
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    outline: none;
    padding: 0;
    background-color: transparent;
    z-index: 9;
}
.menu-show-toggle:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 7px;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -8px;
    border-top: 3px solid #fcfcfc;
    border-bottom: 3px solid #fcfcfc;
    overflow: hidden;
}
.lt-ie9 .menu-show-toggle:before {
    margin-top: -27px;
}
.menu-show-toggle:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -8px;
    border-top: 3px solid #fcfcfc;
    overflow: hidden;
}
.lt-ie9 .menu-show-toggle:after {
    margin-top: -22px
}
.menu-show-toggle:focus {
    outline: none;
}
.edit-mode-opened .footer {
    display: none;
}
.signup-login p {
    color: #b2b2b2;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 14px;
    padding: 7px 5px 7px 0;
}
.signup-login li:first-child {
    display: block;
}
.signup-login li {
    display: inline-block;
}
.main-menu .signup-login a {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
}
.main-menu .signup-login a:hover {
    color: #fff;
}
.main-menu .signup-login .facebook {
    background: #5370A9;
}
.main-menu .signup-login .facebook:hover {
    background: #4B6598;
}
.main-menu .signup-login .twitter {
    background: #2ABBFF;
}
.main-menu .signup-login .twitter:hover {
    background: #00A8E5;
}
.main-menu .signup-login .email {
    background: #333;
}
.main-menu .signup-login .email:hover {
    background: #414141;
}
.main-menu .sections {
    border-top: 1px solid #222;
    margin: 15px 0 0 0;
    padding: 10px 0 10px 0;
}
.main-menu .sections ul {
    margin-top: 0;
}
.main-menu .sections li {
    width: 49%;
    box-sizing: border-box;
    display: inline-block;
}
.main-menu .sections li a {
    font-size: 14px;
    line-height: 15px;
    padding: 7px 5px 7px 25px;
    word-wrap: break-word;
}
.pages-wrapper {
    margin: 0 auto;
    padding: 9px 0 6px;
    background: #2faecc;
    z-index: 8;
    top: -1px;
}
.author-page .header,
.author-page .pages-wrapper {
    background-color: #c7c1a7;
}
.pages-wrapper,
.header {
    margin-left: auto;
    margin-right: auto;
    width: 1014px;
}
.with-floating-shares .nav-wrp {
    display: none;
}
.nav-wrp,
.top-menu {
    margin-left: 315px;
    margin-right: 130px;
}
.nav-menu {
    color: #8e8e8e;
    display: inline-block;
    line-height: 66px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.nav-menu li {
    display: inline-block;
    line-height: 66px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
}
.nav-menu li a {
    color: #8e8e8e;
}
.nav-menu li a:hover {
    color: #08A5CB;
    text-decoration: none;
}
.nav-menu li a[href*="/tag/racing%20extinction"]:before {
    content: '';
    display: inline-block;
    background-image: url("https://static.rbl.ms/static/img/whitelabel/dodo/featured-sprite.png?2");
    background-repeat: no-repeat;
    width: 56px;
    height: 11px;
    margin: 0 8px 0 0;
}
.nav-menu li a[href*="/tag/racing%20extinction"]:before:hover,
.nav-menu li a[href*="/tag/racing%20extinction"]:hover:before {
    opacity: .9;
    filter: alpha(opacity=90);
}
.nav-menu a[href="/video"] {
    color: #ce9a35;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .main-menu li a {
        font-size: 16px;
        color: #b0b0b0;
    }
}

.join-widget-mobile {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 10px;
    top: 0;
    height: 66px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    max-width: 288px;
    line-height: 66px;
    text-align: center;
    z-index: 9;
}
.topbar .search {
    position: absolute;
    top: 6px;
    right: 10px;
}
.lt-ie9 .topbar .search {
    right: -67px;
}
.topbar .search input {
    background: transparent;
    max-width: 150px;
    width: auto;
    border: none;
    font: 400 18px/22px 'PT Sans', Tahoma, sans-serif;
    color: #757575;
}
.topbar .search input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.topbar .search .btn-search {
    background: transparent;
    border: 0;
    margin-bottom: 0;
}
.topbar .search .btn-search i {
    font-size: 17px;
    color: #8e8e8e
}
.topbar .search::-webkit-input-placeholder {
    color: #494949;
}
.topbar .search:-moz-placeholder {
    color: #494949;
    opacity: 1;
}
.topbar .search::-moz-placeholder {
    color: #494949;
    opacity: 1;
}
.topbar .search:-ms-input-placeholder {
    color: #494949;
}
.container-user-profile-wrapper {
    border-bottom: 1px solid #d8d8d8;
}
.user-profile-wrapper {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 0;
}
.user-profile-wrapper .site-avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 50px;
    max-height: 50px;
}
.user-profile-wrapper h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin-bottom: 10px;
}
.user-profile-wrapper .site-bio {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.user-profile-wrapper .social-panel {
    width: 176px;
    margin: 0 auto;
}
.user-profile-wrapper .follow-panel button {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    color: #8c8c8c;
    border: 1px solid #8c8c8c;
    background: transparent;
    padding: 10px 28px;
    margin-bottom: 44px;
}
.user-profile-wrapper .site-avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 50px;
    max-height: 50px;
}
.user-profile-wrapper h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin-bottom: 10px;
}
.giant-splash .user-profile-wrapper {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 115px 0 0 0;
    right: 0;
    margin: 0 auto;
}
.body-pretender .user-profile-wrapper .site-title-edit,
.body-pretender .user-profile-wrapper .site-title-edit h2 {
    color: #333;
    font-size: 40px;
}
.user-profile-wrapper .community-site-logo {
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 72px;
    border-radius: 50%;
    height: 72px;
    background-position: 50% 50%;
    background-size: cover;
    border: 1px solid #fff;
}
.user-profile-wrapper .site-avatar-edit {
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 72px;
    border-radius: 50%;
    height: 72px;
    background-position: 50% 50%;
    background-size: cover;
}
.community-site-logo .hover-menu.edit {
    background: url('https://static.rbl.ms/static/img/sprites/icons-buttons.png?3') -125px -214px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 0;
    vertical-align: top;
}
.user-profile-wrapper .site-bio {
    width: auto !important;
}
.user-profile-wrapper .site-bio,
.user-profile-wrapper .user-bio .about {
    font-size: 18px;
    font-family: 'Whitney SSm B', Tahoma, sans-serif;
    font-style: italic;
    font-weight: normal;
    color: #656565;
    word-wrap: break-word;
    text-align: center;
    max-width: 500px;
    margin: 0 auto 15px;
    line-height: 21px;
}
.user-profile-wrapper .site-bio .publish-story {
    background: transparent;
    width: 500px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.user-bio .publish-story {
    display: none;
}
.user-bio .publish-story {
    margin-top: 15px;
    padding: 5px 0;
    text-align: right;
}
.user-profile-wrapper .user-bio .publish-story textarea {
    max-width: 500px;
    display: inline-block;
    width: auto;
    margin-bottom: 6px;
    height: 46px;
    border: none;
    font-size: 16px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-style: italic;
    line-height: 21px;
    font-weight: normal;
    text-align: center;
    padding: 7px 15px 0;
    float: none;
}
.user-profile-wrapper .user-bio .publish-story textarea {
    min-width: 101%;
}
.user-profile-wrapper .user-bio .publish-story textarea,
.user-profile-wrapper h2:focus {
    outline: none;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    min-width: 284px;
}
.static-page .content {
    max-width: 1850px;
}
.drafts .widget {
    width: auto;
    height: auto;
}
.drafts .widget .headline {
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    letter-spacing: 0;
}
.giant-splash .headline-giant-splash .badges-list {
    display: block;
}
.giant-splash .headline-giant-splash .badges-avatar {
    position: static;
}
.petition-sidebar,
.petition-wrapper {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.petition-wrapper:before {
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}
.petition-layout {
    display: inline-block;
    max-width: 99%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.rebelmouse-petition.is-mobile .petition-layout {
    width: auto;
}
.petition-wrapper {
    height: 100%;
}
.petition-layout > div:empty {
    display: none;
}
.rebelmouse-petition .buttons {
    margin-bottom: 0;
}

.faktor-info .middle,
.dodo-3-columns .middle {
	width: 79%;
}

.faktor-info .footer .middle a {
	color: white;
}

@media only screen and (max-width: 1170px) {
    .rebelmouse-petition.petition-not-gigant-splash {
        margin-left: 0;
        height: auto !important;
    }
}
.icons .pluse {
    color: #d8d8d8;
}
.widget .user-prefs .hover-menu.locked .tooltip,
.widget .post-splash .locked .tooltip {
    visibility: hidden;
    display: none;
    right: 125%;
    top: 0;
}
.widget .user-prefs .hover-menu.locked:hover .tooltip,
.widget .post-splash .locked:hover .tooltip {
    opacity: 1;
    display: block;
}
.widget .user-prefs .hover-menu.locked .tooltip::after,
.widget .post-splash .locked .tooltip::after {
    visibility: visible;
    content: '';
    position: absolute;
    top: 17px;
    left: 100%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-color: #000;
    border-left: 8px solid rgba(0, 0, 0, 0.8);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
}
.widget .user-prefs .hover-menu.locked .tooltip::before,
.widget .post-splash .locked .tooltip::before {
    content: 'This post has been featured so please contact the Community editors if you need to make any edits:community@thedodo.com';
    visibility: visible;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 1;
    width: 150px;
    font: normal 12px 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
}
.section-playbuzz .lazy-loading,
.section-playbuzz .lazy-loading .image {
    display: block !important;
    visibility: hidden !important;
}
.amazing-animal-widget {
    min-height: 472px;
    min-width: 284px;
}
.partners-widget {
    min-height: 370px;
    min-width: 284px;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .amazing-animal-widget,
    .partners-widget {
        min-width: 100%;
    }
}
div.right-rail-promo-activity.promo-activity-block {
    display: none;
}
div.join-widget:nth-child(2) {
    visibility: hidden;
}
@media screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    div.join-widget:nth-child(2) {
        display: none;
    }
}
div.community-title.river-title {
    display: none !important;
}
div.river-widget {
    display: none;
}
li.main-menu-item.main-menu-item--river {
    display: none !important;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 2400px) and (-webkit-min-device-pixel-ratio: 1) {
    div.post-date-formatted {
        margin-top: 13px !important;
    }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    div.post-date-formatted {
        margin-top: 12px !important;
    }
}
.ui-display-none {
    display: none !important;
}
.pages-wrapper .navigation,
.toggle-button,
.login-signup,
.with-petition .rebelmouse-petition .direct-share {
    display: none;
}
@media only screen and (min-width: 767px) {
    .user-profile-wrapper {
        width: 600px;
    }
    .user-profile-wrapper .site-bio,
    .user-profile-wrapper .user-bio .about {
        padding: 0;
        max-width: none;
        width: auto;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
    .article-content .headline,
    .giant-splash .headline-container .headline {
        margin-bottom: 15px;
    }
    .giant-splash-2 .headline-container .headline, .giant-splash-2 .cover-overlay {
        max-width: 400px !important;
     }
    .lt-ie10 .one-cell-col .join-widget .input input {
        width: 55%;
    }
    .content .join-social-panel .fb-like-txt,
    .content .twitter-widget .btn-tw-like,
    .content .join-social-panel a {
        font-size: 9px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1100px) {
    .content .join-widget-dodo .sign-bg {
        background-size: 123px auto;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1055px) {
    .content .join-widget-dodo .sign-bg {
        background-size: 103px auto;
    }
    .content .join-widget-dodo .join-cover p {
        font-size: 16px;
        top: 48%;
        width: 80%;
        line-height: 20px;
    }
    .content .join-widget-dodo .join-cover strong {
        font-size: 26px;
        left: 0;
        padding-top: 20px;
        position: absolute;
        text-align: left;
        width: 51%;
        line-height: 27px;
    }
    .content .join-widget-dodo .signin {
        background-size: 58px auto;
        background-position: left bottom;
    }
    .content .join-widget-dodo .signin span {
        right: auto;
        left: 74px;
        top: 0;
    }
    .content .join-widget-dodo .signin .fb-link,
    .content .join-widget-dodo .signin .tw-link,
    .content .join-widget-dodo .signin .em-link {
        margin-top: 23px;
    }
}
@media only screen and (min-width: 890px) and (max-width: 1050px) {
    .lt-ie10 .one-cell-col .join-widget .input input {
        width: 45%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 890px) {
    .tagged-section .widget:nth-child(odd),
    .news_dodo-section .widget:nth-child(odd) {
        margin-right: 15px;
    }
    .content .one-cell-col .join-widget .input .mail {
        display: none;
    }
    .content .one-cell-col .join-widget .input input {
        padding: 0 75px 0 7px;
        font-size: 12px;
    }
    .lt-ie10 .one-cell-col .join-widget .input input {
        padding: 0;
        width: 59%;
        margin-left: 10px;
    }
    .relative-posts-title p,
    .community-title p {
        overflow: hidden;
    }
    .giant-splash .headline {
        min-width: 700px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 1030px) {
    .editor-tracking-window {
        padding-top: 52px;
    }
    .giant_splash-section {
        height: 100%;
        background: transparent;
    }
    .related-section {
        display: none;
    }
    .thedodo-video-section.related-section {
        display: block;
    }
    .rebelmouse-petition .petition-wrapper {
        padding: 30px 6px 20px 6px;
    }
    .rebelmouse-petition.is-mobile {
        border: 5px solid white;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .rebelmouse-petition.is-mobile .toggle-btn {
        padding: 0;
        background-image: none;
        width: 94px;
    }
    .rebelmouse-petition.is-mobile .toggle-btn span {
        position: absolute;
        font-family: 'PT Sans';
        font-size: 15px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 25px;
        text-transform: uppercase;
    }
    .with-petition .rebelmouse-petition.is-mobile .expand-title,
    .rebelmouse-petition-inline.is-mobile .expand-title {
        max-width: 70%;
        overflow: hidden;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        max-height: 51px;
    }
}

@media only screen and (max-width: 1005px) {
    .footer .inner {
        padding: 0 15px;
    }
    .river-widget .bd .media {
        float: none;
        margin: 0 0 10px;
    }
    .river-widget .bd .media img {
        width: 100%;
    }
    .footer .middle {
        padding: 0 15px;
    }
    .footer .navigation {
        padding-left: 15px;
    }
    .footer .left {
        padding: 0;
    }
    .giant-splash .headline-container .headline {
        min-width: 100%;
    }
	
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    html {
        max-width: 100%;
        overflow-x: hidden;
    }
    .content {padding:10px;}
	.fb-promo {
        display: none;
    }
    .permalink .full-width-module,
    .permalink .post-page .one-cell-col,
    .permalink .related-section,
    .permalink .policy-comments,
    .permalink .private-comments-wrp,
    .permalink .community-comments-wrp,
    .permalink .tags,
    .with-post-padding,
    .permalink .article-body,
    .permalink .selectionShareable .headline-container,
    .permalink .headline-giant-splash,
    .permalink .article-body {
        padding: 0 15px;
    }
    .permalink .headline-giant-splash {
        margin: 15px 0;
    }
    .top-author-module .widget {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .badges-list {
        bottom: auto;
        top: 0;
        height: 157px;
    }
    .giant-splash .headline-giant-splash .badges-avatar,
    .badges-avatar {
        position: absolute;
        width: 32px;
        height: 32px;
        top: 10px;
        left: 10px;
        bottom: auto;
    }
    .headline-giant-splash .badges-list {
        position: absolute;
    }
    .nav-menu li a[href*='/tag/racing%20extinction']:before,
    .nav-bar {
        display: none !important;
    }
  /*  .content .author-module .fb-like {
        display: none;
    }*/
    .user-profile-wrapper .follow-panel-mobile button {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: 14px;
        color: #8c8c8c;
        border: 1px solid #8c8c8c;
        background: transparent;
        padding: 10px 28px;
        margin-bottom: 29px;
    }
    .main .login-follow-promo .login-promo-inner {
        width: 280px;
        height: 350px;
        top: 80px;
        padding: 10px;
    }
    .main .login-follow-promo .login-promo-inner p {
        font-size: 13px;
        text-align: center;
        margin-bottom: 0;
    }
    .main .login-follow-promo .login-promo-inner h2 {
        width: 100%;
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .main .login-follow-promo .login-promo-buttons {
        width: 265px;
    }
    .main .login-follow-promo .login-promo-inner span {
        font-size: 11px;
    }
    .main .login-follow-promo .login-promo-inner .close-lightbox {
        font-size: 25px;
    }
    .blog-dodo-section .join-widget-dodo .signin span {
        display: none;
    }
    .blog-dodo-section .join-widget-dodo .sign-bg {
        -webkit-background-size: 130px auto;
        -moz-background-size: 130px auto;
        -o-background-size: 130px auto;
        background-size: 130px auto;
    }
    .blog-dodo-section .join-widget-dodo .join-cover strong {
        font-size: 23px;
        line-height: 32px;
    }
    .blog-dodo-section .join-widget-dodo .join-cover p {
        font-size: 16px;
        line-height: 21px;
    }
    .one-cell-col .most-read-module {
        border: none;
        padding: 0;
    }
    .topbar,
    .topbar-fake {
        height: 50px;
    }
    .topbar {
        overflow: visible;
    }
    .topbar .menu-show-toggle {
        left: 0;
        top: 4px;
    }
/*
    .show-logo {
        background-size: 186px 31px;
        background-position: 0 10px;
        left: 43px;
    }
*/

    .menu-show-toggle {
        top: 6px;
        left: 3px;
    }
    .footer .follow-buttons {
        display: none;
    }
    .footer .left a.logo {
        background: url('https://static.rbl.ms/static/img/whitelabel/dodo/logo-footer-mobile.png?1') no-repeat 0 0;
        background-size: 167px 65px;
        width: 166px;
        height: 63px;
        display: inline-block;
        margin: 0;
    }
    .footer .join-widget {
        border: none;
        padding: 0;
    }
    .footer .navigation,
    .footer .middle,
    .footer .left {
        display: block;
        border: none;
        width: 100%;
    }
    .footer .navigation {
        text-align: center;
    }
    .footer .navigation li {
        display: inline-block;
        padding: 0 10px;
        font-size: 14px;
    }
    .nav-wrp,
    .top-menu {
        border-top: 1px solid #333333;
        margin: 66px 0 0 0;
        padding-left: 7px;
    }
    .menu-show {
        width: 55px;
        height: 55px;
        background-position: 0 -78px;
        left: 10px;
        top: 10px;
    }
    .pages-wrapper .navigation,
    .toggle-button,
    .login-signup {
        display: block;
    }
    .menu-show {
        position: absolute;
    }
    .one-cell-col,
    .giant-splash .headline,
    .giant-splash .cover-overlay,
    .giant-splash .widget .news-article,
    .giant-splash .widget .blog-article,
    .two-cell-col,
    .main,
    .wrapper {
        width: auto;
        float: none;
        border: none;
    }
    .news_dodo-section .widget:nth-child(odd),
    .news_dodo-section .widget {
        margin-right: 0;
        padding: 0;
    }
    .giant-splash .widget {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .giant-splash .headline-container,
    .content {
        min-width: 300px;
    }
    .post .content {
        padding: 0 0 15px 0;
    }
    .giant-splash .headline {
        min-width: 300px;
    }
    .pages-list {
        min-width: 0;
        width: 100%;
        max-width: 640px;
        overflow: hidden;
    }
    .widget img {
        width: 100%;
        height: auto;
    }
    .widget img.pin-hidden-image {
        height: 0;
    }
    .widget .credit img {
        vertical-align: middle;
        width: auto;
    }
    header,
    .main {
        width: 100%;
        min-width: 310px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main {
        margin: 15px auto 0;
    }
    .edit-dashboard .main {
        padding: 100px 15px 10px;
    }
    .edit-dashboard .rebelbar {
        padding-right: 50px;
    }
    .edit-dashboard .rebelbar .site-data {
        margin: 0;
        position: relative;
        width: 100%;
    }
    .edit-dashboard .rebelbar .site-data a {
        display: block;
        padding-left: 50px;
    }
    .edit-dashboard .rebelbar .site-data img {
        position: absolute;
        left: 0;
        top: 50%;
        margin: -19px 0 0 0;
    }
    .edit-dashboard .rebelbar .site-data strong {
        line-height: 58px;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
    }
    .header .signup-module .btn-group {
        display: none;
    }
    .header .site-logo {
        height: 49px;
        width: 249px;
        float: none;
        background-size: contain;
        position: absolute;
        left: 52px;
        top: 4px;
        margin: 0;
    }
    .giant-splash .headline-container,
    .giant-splash .cover-overlay {
        max-width: 900px;
    }
    .blog-dodo-section .headline,
    .two-cell-col .news_dodo-section .headline {
        font-size: 15px;
        line-height: 18px;
        height: 54px;
    }
    .post-page .article-content .headline {
        font-size: 30px;
        line-height: 1.14;
        color: #333333;
        margin: 0;
        padding: 0;
    }
    .content .article-body h1 {
        font: bold 26px/1.3 'PT Sans', Tahoma, sans-serif!important;
    }
    .content .article-body h2 {
        font: bold 21px/1.3 'PT Sans', Tahoma, sans-serif!important;
    }
    .content .article-body h3 {
        font: bold 19px/1.3 'PT Sans', Tahoma, sans-serif!important;
    }
    .content .article-body h4 {
        font-size: 16px;
    }
    .content .article-body h5 {
        font-size: 14px;
    }
    .post-page .author-module .author-photo {
        width: 30px;
        height: 30px;
        margin: 0 8px 0 0;
    }
    .author-module .follow-button {
        padding: 0;
        line-height: 28px;
        margin: 0;
    }
    .splash-section .widget,
    .widget {
        width: 100%;
        height: auto;
    }
    .tagged-section .widget,
    .news_dodo-section .widget,
    .news-section .widget {
        width: 50%;
        float: left;
        height: auto;
    }
    .community-page .one-cell-col .popular_dodo-section {
        padding: 10px 0 0;
    }
    .community-page .one-cell-col {
        width: 100%;
        clear: both;
    }
    .two-cell-col .news_dodo-section,
    .two-cell-col .splash-section {
        padding: 0;
    }
    .full-width-module .widget:nth-child(2n+1),
    .one-cell-col .widget:nth-child(2n+1),
    .two-cell-col .widget:nth-child(2n+1) {
        margin-right: 0;
    }
    .post-page .tags {
        margin-bottom: 0;
    }
    .most-read-module {
        margin-bottom: 40px;
    }
    .blog-dodo-section .share-post-bar .buttons-list {
        right: 14px;
        bottom: 0;
        width: 66px;
    }
    .blog-dodo-section {
        margin: 0;
        border: 0;
        padding: 0;
    }
    .permalink .blog-dodo-section .author-name {
        display: none;
    }
    .body-pretender .full-width-module .blog-dodo-section .widget,
    .one-cell-col .blog-dodo-section .widget,
    .one-cell-col .popular_dodo-section .widget {
        width: 50%;
        border-bottom: 0;
        padding: 0;
        margin: 20px 0 8px;
        float: left;
    }
    .pages-wrapper {
        margin: 0;
    }
    .header .signup-module {
        padding: 37px 0 0 0;
        min-height: 31px;
    }
    .header .signup-module .btn {
        font-size: 12px;
        margin: 7px 0 0 0;
        padding: 3px;
    }
    .header .join-module {
        margin: 0;
    }
    .header .social {
        margin: 45px 0 0 10px;
        float: left;
    }
    /*
    .header {
        height: 70px;
        position: static;
        width: 100%;
        background: #a0e6f9;
    }*/
    .main .giant-splash .headline-container .headline {
        position: static;
        background: transparent;
        font-size: 27px;
        height: auto;
        line-height: 29px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        min-width: inherit;
    }
    .giant-splash:hover .headline {
        color: #dcecee;
    }
    .two-cell-col .splash-section .headline {
        font-size: 23px;
        line-height: 25px;
        height: auto;
    }
    .giant-splash .bottom-part {
        bottom: 8px;
    }
    .community-title p {
        margin: 0;
        display: inline-block;
    }
    .giant-splash .share-post-bar,
    .blog-dodo-section .share-post-bar {
        border: 4px solid #ffffff;
    }
    .community-title {
        margin: 0 0 10px;
    }
    .join-widget-container,
    .join-widget-dodo-container,
    .partners-widget,
    .river-widget {
        display: none;
    }
    .river-title {
        display: none !important;
    }
    .slide-show {
        margin: 0 0 20px;
    }
    .most-read-title p {
        display: block;
    }
    .one-cell-col .most-read-title {
        display: block;
    }
    .footer {
        width: 100%;
        padding: 20px 0;
    }
    .photo .article-media {
        margin: 0;
    }
    .slide-show .btn-prev,
    .slide-show .btn-next {
        display: block;
        opacity: .7;
    }
    .slide-show .btn-prev {
        left: 0;
    }
    .slide-show .btn-next {
        right: 0;
    }
    .pages-wrapper {
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
        background: #cdcab7;
        left: 5px;
        position: absolute;
        top: 5px;
        height: 35px;
        overflow: hidden;
        width: 35px;
        padding: 0;
        z-index: 16;
    }
    .pages-wrapper:hover {
        width: 256px;
        height: auto;
    }
    .pages-wrapper .toggle-button {
        text-indent: 99999px;
        white-space: nowrap;
        overflow: hidden;
        background: url('img/icons.png?31') no-repeat -205px -123px;
        width: 35px;
        height: 35px;
        display: block;
    }
    .pages-wrapper .login-signup,
    .pages-wrapper .navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .pages-wrapper .login-signup li {
        float: left;
        border-left: 1px solid #c1b598;
        text-transform: uppercase;
    }
    .pages-wrapper .login-signup li:first-child {
        border: none;
    }
    .pages-wrapper .login-signup a {
        text-align: center;
        width: 115px;
    }
    .pages-wrapper .login-signup {
        padding: 3px 0;
    }
    .pages-wrapper .navigation a,
    .pages-wrapper .login-signup a {
        display: block;
        color: #917f5a;
        font-size: 20px;
    }
    .pages-wrapper .navigation a:hover,
    .pages-wrapper .login-signup a:hover {
        text-decoration: none;
    }
    .pages-wrapper .navigation {
        padding: 0 15px;
        border-top: 2px solid #a4926c;
        border-bottom: 2px solid #a4926c;
    }
    .pages-wrapper .navigation li {
        text-transform: uppercase;
        border-bottom: 1px solid #b5a179;
    }
    .pages-wrapper .navigation li:last-child {
        border: 0;
    }
    .pages-wrapper .navigation a {
        padding: 6px 0;
    }
    .pages-wrapper .navigation .disabled {
        cursor: default;
        color: #c3b396;
    }
    .user-profile-wrapper {
        width: auto;
    }
    .author-page .member-section .content {
        padding-left: 0;
    }
    .user-profile-wrapper .site-bio {
        padding: 7px 15px 0;
    }
    .post-page .two-cell-col {
        width: 100%;
    }
    .post-page {
        padding: 0;
    }
    .pullquote {
        width: auto;
        margin: 10px 0 14px 0;
        padding: 0 10px 0 0;
        font-size: 16px;
        line-height: 23px;
    }
    .post-page .author-module .author-name {
        float: none;
        margin: 0 11px 0 0;
        word-wrap: break-word;
        max-width: 220px;
        font-size: 15px;
        line-height: 1.13;
    }
    .article-content p,
    .article-body {
        font-size: 17px;
        line-height: 30px;
        word-wrap: break-word;
    }
    .article-content .article-description p {
        margin-bottom: 15px;
    }
   /* .author-module .fb-like {
        display: block;
        margin-top: 0;
    }*/
    .more-posts-link {
        margin: 15px 0 40px;
    }
    .post-page .one-cell-col {
        width: auto;
        padding: 0;
        border: 0;
    }
    .popular_dodo-section {
        border: 0;
    }
    .permalink .blog-dodo-section .widget {
        min-height: 140px;
    }
    .permalink .blog-dodo-section .headline {
        font-size: 15px;
        height: 54px;
    }
    .rebelmouse-campaign .campaign-count {
        font-size: 50px;
        float: none;
        margin: 0;
        text-align: center;
    }
    .rebelmouse-campaign .campaign-call {
        font-size: 20px;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .rebelmouse-campaign .campaign-social-heading {
        font-size: 20px;
    }
    .rebelmouse-campaign .campaign-fb,
    .rebelmouse-campaign .campaign-tw {
        width: 180px;
        height: 54px;
        margin-bottom: 5px;
    }
    .main .full-width-module .blog-dodo-section {
        margin: 0;
        padding: 0;
        max-height: 100%;
    }
    .full-width-module .widget {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #3fb0c3;
    }
    .full-width-module span.author-name {
        height: 15px;
    }
    .post-page .one-cell-col .bottom-part {
        width: 82px;
        bottom: 2px;
        position: absolute;
        left: 110px;
    }
    .full-width-module .bottom-part {
        bottom: 3px;
        left: 107px;
        width: 136px;
    }
    .full-width-module .widget {
        padding: 0;
        margin: 20px 0 0 0;
    }
    body .article-media {
        width: auto;
        margin-bottom: 15px;
    }
    .article-content .shortcode-media,
    body .giant-splash-mobile .article-media {
        margin-left: -15px;
        margin-right: -15px;
    }
    .full-width-module .widget:nth-child(even) article,
    .two-cell-col .widget:nth-child(even) article,
    .one-cell-col .widget:nth-child(even) article {
        margin: 0 0 0 7px;
    }
    .full-width-module .widget:nth-child(odd) article,
    .two-cell-col .widget:nth-child(odd) article,
    .one-cell-col .widget:nth-child(odd) article {
        margin: 0 7px 0 0;
        padding: 0;
    }
    .two-cell-col .splash-section .widget article {
        margin: 0;
    }
    .related-section .widget article {
        padding: 0;
    }
    .one-cell-col .bottom-part {
        right: 8px;
        top: 142px;
    }
    .community-page .one-cell-col .bottom-part {
        width: 48px;
        top: 142px;
    }
    .brand-box-container {
        padding: 0;
        margin: 20px auto;
    }
    .full-width-module .widget:nth-child(-n3) {
        padding: 0;
    }
    .one-cell-col .popular_dodo-section {
        padding: 0;
        border: 0;
        margin-bottom: 40px;
    }
    .most_read_footer_ga-tracking .posts-wrapper .widget {
        width: 100%;
    }
    .most_read_footer_ga-tracking .posts-wrapper .widget article {
        margin: 0;
    }
    .most_read_footer_ga-tracking .posts-wrapper .widget article .headline-container {
        height: 60px;
    }
    .most_read_footer_ga-tracking .posts-wrapper .widget article .headline-container .headline {
        font-size: 17px;
    }
    .most_read_footer_ga-tracking .posts-wrapper .widget .image528x304 {
        height: 185px;
    }
    .brand-box {
        margin: 20px auto 25px;
    }
    .community-header {
        display: none;
    }
    .most-read-title,
    .slide-show {
        display: none;
    }

    .article-body iframe,
    .article-media iframe {
        max-width: 100%;
    }
    .article-body iframe[src*='vine.co'] {
        width: 100%;
        height: 300px;
    }
    .article-body iframe[src*='www.youtube.com'],
    .article-media iframe[src*='www.youtube.com'] {
        height: 180px;
        width: 100%;
    }
    .article-body iframe[src*='www.facebook.com/plugins/video.php'],
    .article-media iframe[src*='www.facebook.com/plugins/video.php'] {
        max-height: 250px;
    }
    .article-content .author-module {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin-bottom: 15px;
    }
    .disclaimer {
        margin: 20px;
    }
    .disclaimer .link {
        padding: 10px;
        text-align: center;
    }
    .disclaimer .link,
    .disclaimer .text {
        display: block;
        width: auto;
    }
    .two-cell-col {
        padding: 0;
    }
    .giant-splash .headline-container {
        position: static;
    }
    .giant-splash:hover .headline-container .headline,
    .giant-splash:hover .headline-container .headline:hover {
        color: #08a5cb;
    }
    .main .giant-splash .headline-container .headline a,
    .main .giant-splash .headline-container .headline {
        color: #333333;
        height: auto;
    }
    .member-section .site-description-section {
        width: 280px;
    }
    .member-section {
        padding: 10px 0;
    }
    .site-description-section .community-site-name {
        width: 100%;
    }
    .fill-your-page .short-description {
        width: 300px;
    }
    .main .one-cell-col .popular_dodo-section .headline {
        font-size: 17px;
        line-height: 18px;
    }
    .one-cell-col .popular_dodo-section .headline-container {
        height: 80px;
        margin: 0 0 10px;
        overflow: hidden;
    }
    .topbar .search .mobile-switcher:before {
        content: '\f002';
        font-family: FontAwesome;
        font-size: 20px;
        color: #8e8e8e;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 11px;
    }
    .topbar .search.full-view .mobile-switcher:before {
        content: '\00d7';
        font-size: 35px;
        top: 0;
        right: 0;
        background: #181818;
        padding: 0 12px;
    }
    .topbar .search {
        top: 0;
        right: 0;
        height: 50px;
        padding: 12px 16px 0 0;
    }
    .topbar .search .btn-search,
    .topbar .search input {
        display: none;
    }
    .topbar .search.full-view {
        background: #181818;
        padding: 12px 0 0 0;
        box-sizing: border-box;
        z-index: 9;
        margin: 0 0 0 42px;
        left: 0;
    }
    .topbar .search.full-view input {
        width: 100%;
        display: block;
        max-width: inherit;
    }
    .topbar .search.full-view input::-moz-placeholder,
    .topbar .search.full-view input::-webkit-input-placeholder {
        display: none;
    }
    .user-bio .guidelines {
        font-size: 13px;
    }
    .post-page .author-module-bottom .author-bio-name {
        font-size: 14px;
    }
    .post-page .author-module-bottom {
        padding: 15px 0 8px;
        margin: 25px 10px;
    }
    .post-page .author-module-bottom .author-bio {
        font-size: 13px;
        margin-top: -20px;
    }
    .navbar-share-panel-wrapper {
        background-color: #000000;
    }
    .most-read-module {
        margin-top: 10px;
    }
    .article-content .postpage__facebook-like {
        background-color: #e9ecf4;
        text-align: center;
        margin: 15px 0;
        padding: 12px 0 11px 0;
    }
  /*  .content .postpage__facebook-like .fb-like:before {
        font-size: 14px;
        color: #39579a;
        text-transform: none;
        line-height: 20px;
        margin-right: 10px;
        font-weight: bold;
    }*/
    .ralated-module .title {
        background-color: #24aece;
        height: 26px;
        line-height: 27px;
        padding: 1px 8px 0 10px;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 15px;
        font-family: 'PT Sans', Tahoma, sans-serif;
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
    }
    .permalink .main .popular_dodo-section .headline {
        font-size: 15px;
    }
    .thedodo-video-title p {
        width: 155px;
        height: 30px;
    }
    .thedodo-video.thedodo-video-mobile .widget {
        width: 100%;
        border-bottom: 0;
        padding: 10px 0px 0px 0px;
        margin: 0;
    }
    .thedodo-video.thedodo-video-mobile .widget article {
        margin: 0 !important;
    }
    .thedodo-video-mobile .widget .headline {
        font-size: 17px !important;
        line-height: 18px !important;
    }
    .section-holder.popular_dodo-section.thedodo-video-mobile .image528x304 {
        height: 185px;
    }
    .thedodo-video .widget {
        width: 50%;
        border-bottom: 0;
        padding: 0;
        margin: 10px 0;
        float: left;
    }
    .thedodo-video .widget .headline {
        line-height: 18px;
    }
    .with-petition .rebelmouse-petition .direct-share,
    .rebelmouse-petition-inline .direct-share {
        display: block;
        z-index: 99;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        opacity: 0;
        padding: 0 0 70px 0;
    }
    .with-petition .rebelmouse-petition .direct-share:after,
    .rebelmouse-petition-inline .direct-share:after {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .community-section .news_dodo-section .widget:nth-child(odd) {
        padding-right: 10px;
    }
    .community-section .news_dodo-section .widget:nth-child(even) {
        padding-left: 10px;
    }
    .blog-dodo-section .headline,
    .headline,
    .two-cell-col .headline,
    .two-cell-col .splash_dodo-section .headline {
        font-size: 22px;
        line-height: 24px;
    }
    .blog-dodo-section .headline,
    .two-cell-col .news_dodo-section .headline {
        height: 72px;
    }
    .news_dodo-section .widget .headline {
        font-size: 20px;
        line-height: 24px;
    }
    .splash-section .widget article {
        margin: 0;
    }
    .splash-section .headline {
        font-size: 34px;
        line-height: 37px;
    }
    .main .giant-splash .headline-container .headline {
        font-size: 41px;
        height: auto;
        line-height: 45px;
        overflow: visible;
    }
    .two-cell-col .splash_dodo-section .headline {
        font-size: 25px;
        line-height: 27px;
    }
    .article-content p,
    .article-body {
        font-size: 18px;
        line-height: 28px;
    }
    .one-cell-col .most-read-module {
        border: none;
        padding: 0;
    }
    .join-widget-mobile {
        top: 0;
    }
    .giant-splash .headline-container,
    .content {
        min-width: 300px;
        padding: 15px 10px 15px 10px;
    }
    .full-width-module .widget:nth-child(even) article,
    .two-cell-col .widget:nth-child(even) article,
    .one-cell-col .widget:nth-child(even) article {
        margin: 0 0 0 7px;
    }
    .main .blog-dodo-section {
        padding: 0 0 0 30px;
    }
    .main .two-cell-col {
        padding: 0 30px 0 0;
    }
    .main .one-cell-col .most-read-module {
        padding: 0 0 0 30px;
    }
    .main .two-cell-col {
        padding: 0;
    }
    .main .post-list .blog-dodo-section {
        padding: 0;
    }
    .main .blog-dodo-section .headline {
        height: auto;
    }
    .permalink .blog-dodo-section .headline {
        height: 54px;
        line-height: 18px;
    }
    .post-list .blog-dodo-section .widget {
        height: auto;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .article-content .navbar-share-panel.slide-in {
        display: none;
    }
    .permalink .headline-container .headline-giant-splash {
        padding: 0 15px;
    }
    .join-widget-mobile {
        display: block;
        right: 145px;
    }
    .logged-out-user .main-wrapper {
        display: block;
        position: relative;
    }
    .logged-out-user .show-logo,
    .logged-out-user .menu-show-toggle {
        position: absolute;
    }
    .logged-out-user .main-wrapper {
        display: block;
        position: relative;
    }
    .logged-out-user .show-logo,
    .logged-out-user .menu-show-toggle {
        position: absolute;
    }
    .with-petition.placeholder-sidebar .giant-splash.post-splash .headline-container h1.headline {
        width: 65%;
    }
    .giant-splash .headline-container,
    .with-petition.placeholder-sidebar .giant-splash.post-splash .headline-container {
        padding: 0 25px;
    }
    .giant-splash.post-splash .headline-container h1.headline,
    .with-petition.placeholder-sidebar .giant-splash.post-splash .headline-container h1.headline {
        font-size: 41px;
        padding: 0;
        margin: 0;
        line-height: 44px;
    }
    .content.layout-width,
    .permalink .content {
        padding: 0 25px;
    }
    .post-page .one-cell-col,
    .permalink .post-page .one-cell-col {
        padding-right: 0;
        position: relative;
        z-index: 2;
    }
    #navbar-nav {
        display: none;
    }
    .post-page .two-cell-col .edit.btn,
    .post-page .two-cell-col .delete.btn {
        top: 30px;
    }
    .article-content {
        margin-top: 15px;
    }
    .post-list .two-cell-col,
    .post-list .one-cell-col {
        margin-top: 25px;
    }
    .post-list .two-cell-col {
        padding-right: 20px;
    }
    .post-list .two-cell-col {
        padding-right: 15px;
    }
    .post-list .one-cell-col .blog-module {
        padding: 0 0 0 15px;
    }
    .lazy-loading-loaded .amazing-animal-widget,
    .lazy-loading-loaded .partners-widget {
        min-width: 100%;
    }
    .author-module .author-name {
        float: none;
        margin-top: 0;
    }
    .author-module {
        margin: 0 0 25px;
        padding: 0;
    }
    /*.author-module .fb-like {
        top: 0;
        padding: 0;
        margin-top: 25px;
    }*/
    .join-social-panel .fb-like-txt {
        margin-top: -7px;
    }
    .content .full-width-module {
        padding: 0;
    }
    .content .full-width-module .widget {
        width: 23%;
        margin: 0 2.5% 0 0;
        padding: 5px 0 18px !important;
    }
    .content .full-width-module .widget:nth-last-child(1) {
        margin: 0;
    }
    .full-width-module .blog-dodo-section {
        max-height: 320px;
        margin: 15px 0 0 0;
        padding: 0;
    }
    .one-cell-col .join-widget .title {
        padding-bottom: 15px;
    }
    .join-widget .title strong {
        font-size: 16px;
    }
    .join-widget button {
        font-size: 15px;
    }
    .join-social-panel {
        padding-top: 0;
    }
    .join-social-panel .btn-fb-like,
    .join-social-panel .twitter-widget,
    .join-social-panel .printest-widget {
        text-align: center;
        font-size: 12px;
    }
    .content .join-social-panel .fb-like-txt {
        display: block;
    }
    .content .join-social-panel .fb-like-txt,
    .content .twitter-widget .btn-tw-like,
    .content .join-social-panel a {
        font-size: 12px;
    }
    .join-social-panel i {
        display: block;
        margin: 0 auto;
        margin: 5px auto 3px auto;
    }
    .join-widget-container .join-widget,
    .join-widget-container .join-social-panel,
    .rebelmouse-petition .petition-wrapper {
        padding: 15px;
    }
    .join-widget-dodo .join-cover p,
    .content .join-widget-dodo .join-cover strong {
        padding-left: 15px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .tag-headline {
        padding: 0 8px 6px 0;
        margin-top: 0;
    }
    .post-list .widget {
        padding: 0 0 20px;
    }
    .blog-dodo-section .author-name {
        margin: 14px 0 3px;
    }
    .one-cell-col .most-read-module {
        padding: 0 0 0 30px;
    }
    .blog-dodo-section {
        padding: 0;
    }
    .two-cell-col {
        padding: 0;
    }
    .post-list .two-cell-col {
        padding: 0 20px 0 0;
    }
    .nav-menu {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 50%;
    }
    .join-widget-mobile {
        top: 8px;
    }
    .content .join-widget-dodo .join-cover strong,
    .content .join-widget-dodo .join-cover p {
        padding-left: 20px;
    }
    .content .join-widget-dodo .join-cover p {
        width: 60%;
    }
    .one-cell-col .join-widget,
    .join-social-panel {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .join-widget-mobile {
        display: block;
    }
    .join-widget-mobile {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.3;
        max-width: 138px;
        min-width: 138px;
        padding: 3px 59px 0 0;
        right: 165px;
        height: 50px;
        top: 9px;
    }
    .top-bar-icons {
        background: url('https://static.rbl.ms/static/img/whitelabel/dodo/top-bar-icons.png?2');
        background-size: auto auto;
        background-repeat: no-repeat;
    }
    .join-widget-mobile .btn .fb-icon {
        background-position: -156px -23px;
    }
    .join-widget-mobile .btn .dodo-icon {
        background-position: -72px -27px;
    }
    .join-widget-mobile .btn .dodo-icon,
    .join-widget-mobile .btn .fb-icon {
        display: block;
        height: 20px;
        margin: 5px auto auto;
        width: 20px;
    }
    .join-widget-mobile .btn,
    .join-widget-mobile .fb-share.btn {
        font-size: 14px;
        line-height: 19px;
        padding: 0 15px;
        position: absolute;
        text-transform: uppercase;
        top: 3px;
    }
    .join-widget-mobile .fb-share.btn,
    .join-widget-mobile .fb-share.btn:hover {
        left: 0;
        margin-left: 0;
        background-color: #4c6dab;
    }
    .join-widget-mobile .btn,
    .join-widget-mobile .btn:hover {
        background: transparent;
    }
    .join-widget-mobile .join-btn.btn {
        right: 3px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .embed-module {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
    .permalink .widget .original-source {
        display: none;
    }
    .image366 {
        height: 160px;
    }
    blockquote {
        padding-left: 10px;
        margin-left: 10px;
    }
    .side_bar .headline-container .headline,
    .post-list .news-section .headline-container .headline,
    .search-page .news-section .headline-container .headline {
        font-size: 15px;
        line-height: 1.2;
    }
    .topbar .search {
        top: 0;
        right: 0;
        height: 50px;
        padding: 12px 16px 0 0;
    }
    .nav-wrp,
    .top-menu {
        border-top: 1px solid #333333;
        margin: 50px 0 0 0;
        padding-left: 0;
    }
    .nav-menu,
    .nav-menu li {
        line-height: 40px;
    }
    .menu-show-toggle {
        top: 6px;
        left: 3px;
    }
	.topbar {
        position: relative;
    }
    .menu-opened .nav-wrp {
        display: none;
    }
    .logged-out-user .main-wrapper {
        display: block;
        position: relative;
    }
    .logged-out-user .show-logo,
    .logged-out-user .menu-show-toggle {
        position: absolute;
    }
}
@media only screen and (max-width: 667px) {
    .ui-widget-content[role='dialog'] {
        padding-top: 50px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
    .logged-out-user .main-wrapper {
        display: block;
        position: relative;
    }
    .logged-out-user .show-logo,
    .logged-out-user .menu-show-toggle {
        position: absolute;
    }
  /*  .author-module .fb-like {
        padding-top: 0;
        display: inline-block;
    }*/
    .main-menu {
        padding: 0;
    }
    .main-menu.mobile {
        padding: 0;
    }
    .two-cell-col:before {
        width: 0;
    }
}
@media only screen and (min-width: 481px) and (max-width: 551px) {
   /* .author-module .fb-like {
        padding-top: 0;
        display: inline-block;
    }*/
}
@media only screen and (min-width: 553px) and (max-width: 645px) {
  /*  .author-module .fb-like iframe {
        padding-top: 0;
    }*/
}
@media only screen and (min-width: 768px) and (max-width: 1064px) {
/*    .author-module .fb-like {
        vertical-align: top !important;
        padding-top: 0;
        display: inline-block!important;
    }*/
    .author-module .post-date-formatted {
        padding: 0 10px;
        border-left: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
/*    .permalink .content {
        padding: 0 25px;
    }*/
    .permalink .two-cell-col {
        padding-right: 20px;
    }
    .author-module .post-date-formatted {
        font-size: 12px;
        color: #8e8e8e;
    }
    .logged-out-user .main-wrapper {
        display: block;
        position: relative;
    }
    .logged-out-user .show-logo,
    .logged-out-user .menu-show-toggle {
        position: absolute;
    }
    .author-module .follow-button {
        margin-right: 15px;
    }
    .permalink .giant-splash .headline-container {
        position: absolute;
        bottom: 30px;
        margin: 0;
        padding: 0 20px 0 25px;
    }
    .permalink .giant-splash .headline,
    .permalink .giant-splash .cover-overlay {
        padding: 0;
        margin: 0;
    }
    .permalink .giant-splash .headline-container .headline a,
    .permalink .giant-splash .headline-container .headline {
        color: #ffffff;
        font-size: 55px;
        line-height: 64px;
    }
    .permalink .giant-splash-2 .headline-container .headline a,
    .permalink .giant-splash-2 .headline-container .headline {
        font-size: 30px;
        line-height: 34px;
    }

    .giant_splash_dodo-section .headline-container {
        padding: 0 25px;
    }
    .article-content .author-module,
    .newsletter-mobile {
        padding: 0 20px 0 0;
    }
    .article-content .author-module {
        margin-top: 25px;
    }
    .one-cell-col .popular_dodo-section .widget {
        width: 100%;
    }
    .post-page .article-content .headline {
        line-height: 1.1;
        padding: 25px 0;
    }
    .article-content .author-module {
        margin-bottom: 3px;
    }
   /* .author-module .fb-like.fb_iframe_widget.fb_iframe_widget_fluid {
        padding-top: 25px;
    }*/
    .permalink .join-widget-container,
    .permalink .join-widget-dodo-container {
        display: block;
    }
    .permalink .blog-dodo-section .headline-container {
        position: static;
        padding: 0;
    }
    .one-cell-col .join-widget .title {
        font-size: 19px;
    }
    .one-cell-col .join-widget .input input {
        font-size: 15px;
    }
  /*  .join-widget-container .fb-like,
    .join-widget-container .twitter-icon,
    .join-widget-container .printest-icon {
        display: block !important;
        margin: 0 auto !important;
    }*/
    .join-widget-container .fb-like-txt {
        display: block;
        text-align: center;
        padding-top: 6px;
    }
    .join-widget-container .printest-widget,
    .join-widget-container .btn-tw-like {
        text-align: center;
    }
    .join-widget-container .twitter-widget:before,
    .join-widget-container .twitter-widget:after {
        display: none;
    }
    .one-cell-col .join-widget .input button.btn-join {
        width: 70px;
        font-size: 15px;
    }
    .content .join-social-panel .fb-like-txt,
    .content .twitter-widget .btn-tw-like,
    .content .join-social-panel a {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .logged-out-user .main-wrapper {
        display: block;
        position: relative;
    }
    .logged-out-user .show-logo,
    .logged-out-user .menu-show-toggle {
        position: absolute;
    }
}
@media only screen and (max-width: 667px) {
    .show-logo {
        position: absolute;
    }
    .menu-show-toggle {
        position: absolute;
    }
    .main-wrapper {
        position: relative;
    }
}
@media only screen and (max-width: 638px) {
  /*  .article-content .author-module .fb-like {
        position: static;
        margin-top: 16px;
    }
    .post-page .author-module .fb-like:before {
        color: #919191;
        text-transform: uppercase;
        margin-right: 5px;
    }
    .content .author-module .fb-like,
    .content .postpage__facebook-like .fb-like {
        width: 100%;
    }*/
}
@media only screen and (width: 768px) {
    .permalink .content {
        padding: 0 25px;
    }
    .post-page .two-cell-col {
        width: 65%;
        float: left;
        padding-right: 15px;
    }
    .post-page .one-cell-col {
        width: 35%;
        float: right;
        border-left: none;
    }
    .permalink .giant-splash .headline-container .headline a,
    .permalink .giant-splash .headline-container .headline {
        font-size: 41px;
        line-height: 44px;
    }
    .permalink .headline-giant-splash {
        padding: 0;
    }
    .logged-in-user .headline-giant-splash {
        margin-bottom: 0;
    }
    .article-content .navbar-share-panel-wrapper {
        left: 42px !important;
        padding-left: 210px;
        margin-left: 0;
    }
    .topbar,
    .topbar-fake {
        background-color: #000000;
    }
    .content .join-widget-dodo .join-cover strong {
        padding-left: 15px;
    }
    .one-cell-col .join-widget,
    .join-social-panel {
        padding-left: 15px;
        padding-right: 15px;
    }
  /*  .author-module .fb-like.fb_iframe_widget.fb_iframe_widget_fluid {
        padding: 20px 0;
    }*/
    .one-cell-col .join-widget .title {
        font-size: 16px;
    }
    .join-login-widget .add-post-button:after,
    .join-login-widget .my-profile-button:after {
        content: '';
        font-size: 0;
    }
    .join-widget-container .fb-like-txt {
        padding-top: 0;
    }
    .join-widget-container .add-post-button:after,
    .join-widget-container .my-profile-button:after {
        font-size: 17px;
    }
    .join-social-panel .btn-fb-like {
        padding-top: 5px;
    }
    .share-buttons .share-tw:after,
    .logged-in-user .join-widget-container .add-post-button:after,
    .logged-in-user .join-widget-container .my-profile-button:after {
        content: none;
    }
    .one-cell-col.pull-right .partners-widget,
    .one-cell-col.pull-right .amazing-animal-widget {
        min-width: 100px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
   /* .author-module .fb-like {
        position: static;
        margin-top: 16px;
    }*/
    .join-widget-container .add-post-button:after {
        content: ' Post';
    }
    .join-widget-container .my-profile-button:after {
        content: ' Profile';
    }
    .facebook-widget .fb-like-txt:after {
        content: '';
    }
    .join-widget-container .add-post-button:after,
    .join-widget-container .my-profile-button:after {
        font-size: 17px;
    }
    .join-widget-container .add-post,
    .join-widget-container .my-profile {
        width: 50%;
    }
    .join-login-widget .add-post-button::after,
    .join-login-widget .my-profile-button::after {
        content: ' ';
        font-size: 0;
    }
    .content .join-social-panel {
        padding: 20px 10px;
    }
    .content .facebook-widget,
    .content .twitter-widget,
    .content .printest-widget {
        text-align: center;
    }
    .content .facebook-widget {
        width: 35%;
    }
    .content .twitter-widget {
        width: 33%;
    }
    .content .printest-widget {
        width: 32%;
    }
    .content .twitter-widget:before {
        top: 10px;
    }
    .content .twitter-widget:after {
        top: 10px;
    }
    .facebook-widget {
        width: 30%;
    }
    .twitter-widget {
        width: 35%;
    }
    .printest-widget {
        width: 30%;
    }
    .join-social-panel .brd {
        position: relative;
        top: 6px;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1220px) {
  /*  .author-module .fb-like {
        position: static;
        margin-top: 16px;
    }*/
}
@media only screen and (min-width: 981px) and (max-width: 1280px) {
    .join-widget-container .my-profile-button:after {
        content: ' Profile';
    }
    .join-widget-container .add-post-button:after,
    .join-widget-container .my-profile-button:after {
        font-size: 17px;
    }
}
@media only screen and (max-width: 480px) {
    .giant-splash-size {
        height: 300px;
    }
    .permalink .post-splash .giant-splash-size {
        height: 250px;
    }
    .permalink .widget .post-splash .photo-credit {
        bottom: 0;
        background-color: rgba(0, 0, 0, .77);
    }
    .permalink .widget .post-splash .photo-credit a {
        color: #ffffff;
    }
    .widget .page-article .page-inner {
        padding: 0 !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
    .blog-dodo-section .join-widget-dodo .sign-bg {
        background-size: 50% auto;
    }
    .blog-dodo-section .join-widget-dodo .join-cover strong {
        font-size: 24px;
        line-height: 32px;
        width: 60%;
        padding-top: 18px;
        padding-left: 18px;
    }
    .blog-dodo-section .join-widget-dodo .join-cover p {
        font-size: 15px;
        width: 78%;
        line-height: 22px;
        top: 41%;
        padding-left: 18px;
    }
    .blog-dodo-section .join-widget-dodo .signin {
        background-position: 0 100%;
        background-size: 60px auto;
        height: 78px;
    }
    .blog-dodo-section .join-widget-dodo .signin span {
        display: none;
    }
    .blog-dodo-section .join-widget-dodo .signin .fb-link,
    .blog-dodo-section .join-widget-dodo .signin .tw-link,
    .blog-dodo-section .join-widget-dodo .signin .em-link {
        margin: 15px 0 5px 5px;
    }
    .blog-dodo-section .join-widget-dodo .signin .em-link {
        margin-right: 5px;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1149px) {
    .blog-dodo-section .join-widget-dodo .sign-bg {
        background-size: 78% auto;
    }
    .blog-dodo-section .join-widget-dodo .join-cover strong {
        font-size: 28px;
        line-height: 32px;
        width: 55%;
        padding-top: 18px;
        padding-left: 18px;
    }
    .blog-dodo-section .join-widget-dodo .join-cover p {
        font-size: 16px;
        width: 70%;
        line-height: 22px;
        top: 41%;
        padding-left: 18px;
    }
    .blog-dodo-section .join-widget-dodo .signin {
        background-position: 0 100%;
        height: 82px;
    }
    .blog-dodo-section .join-widget-dodo .signin span {
        margin: 0;
        padding: 0;
        position: absolute;
        right: 166px;
        text-align: center;
        top: 35px;
        font-size: 13px;
    }
}
@media only screen and (min-width: 1150px) and (max-width: 1279px) {
    .blog-dodo-section .join-widget-dodo .sign-bg {
        background-size: 78% auto;
    }
    .blog-dodo-section .join-widget-dodo .join-cover strong {
        font-size: 28px;
        line-height: 32px;
        width: 45%;
        padding-top: 18px;
        padding-left: 18px;
    }
    .blog-dodo-section .join-widget-dodo .join-cover p {
        top: 40%;
        font-size: 16px;
        width: 53%;
        line-height: 22px;
        padding-left: 18px;
    }
    .blog-dodo-section .join-widget-dodo .signin {
        background-position: 0 100%;
        height: 82px;
    }
    .blog-dodo-section .join-widget-dodo .signin span {
        bottom: 26px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 178px;
        text-align: center;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1580px) {
    .blog-dodo-section .join-widget-dodo .join-cover strong {
        font-size: 30px;
        padding-left: 18px;
        padding-top: 18px;
    }
    .blog-dodo-section .join-widget-dodo .join-cover p {
        font-size: 16px;
        top: 40%;
        width: 52%;
        padding-left: 18px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 550px) {
    .community-section .news_dodo-section .widget {
        float: none;
        width: 85%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
    .join-widget-mobile .join-btn.btn {
        display: none;
    }
    .join-widget-mobile {
        padding: 5px 0;
        right: 10px;
        min-width: 60px;
    }
    .most-read-module .popular_dodo-section .image528 {
        height: 135px;
    }
	.comments .comment .embed-image-single img, .comments .comment .embed-image-single img.big{width:100%;}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .section-holder[data-source='frontpage'] .image254,
    .section-holder[data-source='tag'] .image254,
    .section-holder[data-source='search_result'] .image254,
    .section-holder[data-source='frontpage_news'] .image254,
    .section-holder[data-source='frontpage_parent_site_video'] .image366 {
        height: 135px;
    }
    .blog-dodo-section[data-source='frontpage_parent_site_community'] .image528x304,
    .section-holder.popular_dodo-section .image528x304,
    .section-holder[data-source='tag'] .image528x304,
    .section-holder[data-source='search_result'] .image528x304,
    .section-holder[data-source='frontpage_community'] .image528x304 {
        height: 95px;
    }
    .section-holder[data-format='giant_splash_dodo'] .giant-splash-size {
        height: 220px !important;
    }
    .section-holder[data-format='splash_dodo'] .giant-splash-size {
        height: 170px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
    .section-holder[data-source='frontpage_news'] .image254,
    .section-holder[data-source='frontpage_parent_site_video'] .image366 {
        height: 245px;
    }
    .blog-dodo-section[data-source='frontpage_parent_site_community'] .image528x304,
    .section-holder.popular_dodo-section .image528x304,
    .section-holder[data-source='frontpage_community'] .image528x304 {
        height: 185px;
    }
    .section-holder[data-format='giant_splash_dodo'] .giant-splash-size {
        height: 390px !important;
    }
    .section-holder[data-format='splash_dodo'] .giant-splash-size {
        height: 170px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .two-cell-col:before {
        right: -1px;
    }
    .article-toggle-actions a.toggle-comments:before,
    .newsletter-mobile .input:before,
    .join-social-panel .twitter-icon,
    .join-social-panel .printest-icon,
    .top-bar-icons {
        background-image: url(img/dodo-sprite@2x.png);
        background-size: 100px;
    }
    .join-social-panel .twitter-widget {
        padding-top: 5px;
    }
    .join-social-panel .twitter-icon {
        width: 23px;
        height: 21px;
        background-position: 0 -50px;
    }
    .join-social-panel .printest-icon {
        width: 26px;
        height: 26px;
        background-position: -23px -47px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .newsletter-mobile .input:before,
    .article-toggle-actions a.toggle-comments:before {
        background-image: url(img/dodo-sprite@2x.png);
        background-size: 100px;
    }
}
@media only screen and (min-width: 320px) {
    .topbar .fb-like {
        float: right;
        margin: 15px 5px 7px;
    }
}
@media only screen and (min-width: 768px) {
    .topbar .fb-like {
        display: none;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    div.fb-like.fb_iframe_widget > span {
       /* vertical-align: bottom !important;*/
        margin-bottom: 1px;
    }
}
#button_amount_crowdrise_widget div.crDonateWidget {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    height: 78px;
}
#button_amount_crowdrise_widget .crDonateWidget h4 {
    display: none;
}
#button_amount_crowdrise_widget .crDonateTriangle {
    display: none !important;
}
#button_amount_crowdrise_widget .crImageAndTitleOuter {
    display: none !important;
}
#button_amount_crowdrise_widget .CRShadowImage {
    display: none !important;
}
#button_amount_crowdrise_widget .crDonateWidgetOuter {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    background: url("https://c0814182.ssl.cf0.rackcdn.com/custom_donate_widget-nototal-short.png") 0 0 no-repeat !important;
}
#button_amount_crowdrise_widget .crDonateWidget {
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: inherit !important;
    padding: 0 10px !important;
}
#button_amount_crowdrise_widget .startFundraiser {
    display: none !important;
}
#button_amount_crowdrise_widget .gradientButton {
    width: inherit !important;
    margin-bottom: 0 !important;
}
#button_amount_crowdrise_widget .crDonated {
    margin: 0 !important;
    font: bold 14px/16px Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    width: 185px;
    padding-top: 9px !important;
    display: none !important;
}
#button_amount_crowdrise_widget .crLogo img {
    display: none !important;
}
#button_amount_crowdrise_widget .crDonatedLabel {
    display: none !important;
}
#button_amount_crowdrise_widget .gradientButton {
    background: none !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
    border: 0 !important;
    width: inherit !important;
    height: 21px !important;
    margin-top: 15px !important;
}
#button_amount_crowdrise_widget .donateNow {
    font: normal 9px Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: 0 !important;
    width: inherit !important;
    height: 36px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#button_amount_crowdrise_widget .donateButtonOff {
    display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .author-module .post-date-formatted {
        margin-top: 11px;
        border-left: none !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .author-module .post-date-formatted {
        margin-top: 12px;
        border-left: none !important;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    .newsletter-mobile .btn-join {
        height: 37px !important;
        top: -1px;
        right: -1px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .one-cell-col .join-widget .input button.btn-join {
        top: 2px;
    }
    input,
    textarea,
    select,
    .uneditable-input {
        border: none !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .newsletter-mobile .input input {
        padding-left: 50px !important;
    }
    .newsletter_sign_like .newsletter-mobile .input {
        width: 370px;
    }
}
@media screen and (min-device-width: 1100px) and (max-device-width: 2600px) and (-webkit-min-device-pixel-ratio: 1) {
    .newsletter_sign_like .newsletter-mobile .btn-join {
        top: -1px;
        height: 37px;
    }
}
@media screen and (min-device-width: 1100px) and (max-device-width: 2600px) and (-webkit-min-device-pixel-ratio: 1) {
    .author-module .post-date-formatted {
        margin-top: 9px;
        border-left: none !important;
    }
}
.author-module .post-date-formatted {
    border-left: none !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    article.clearfix.image-article > a.link-in > div.image.image528x304 {
        width: 225px !important;
        height: 140px !important;
    }
    div.join-widget-container {
        width: 225px !important;
        height: 200px !important;
    }
    div.amazing-animal-widget {
        width: 225px !important;
    }
    div.partners-widget {
        width: 225px !important;
    }
    div.pe-thumb-wrapper > a.pe-thumb {
        width: 225px !important;
        height: 180px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    div.image.giant-splash-size {
        width: 100% !important;
        height: 375px !important;
    }
    div.image.image528x304 {
        height: 120px !important;
    }
    div.join-social-panel.clearfix {
        padding: 5px !important;
    }
    div.image.image254 {
        height: 160px !important;
    }
    a.pe-thumb > img {
        width: 250px !important;
        height: 170px !important;
    }
    div.most-read {
        display: none !important;
    }
    div.headline-container.headline-giant-splash > a.link-in > h4.headline.custom-post-headline {
        font-size: 30px !important;
        line-height: 32px !important;
    }
    div.headline-container > a.link-in > h4.headline.custom-post-headline {
        max-height: 110px !important;
        font-size: 20px !important;
    }
    div.two-cell-col.pull-left {
        margin-top: 25px !important;
    }
    div.pe-thumb-wrapper > a.pe-thumb {
        height: 150px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    div.most-read {
        display: none !important;
    }
    div.headline-container.headline-giant-splash > a.link-in > h4.headline.custom-post-headline {
        font-size: 52px !important;
        line-height: 52px !important;
    }
}
@media only screen and (min-width: 767px) {
    .bottom-last-articles {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .bottom-last-articles__title {
        background-image: url('https://static.rbl.ms/static/img/whitelabel/dodo_roar/footer-icon-opaque.png');
        background-repeat: no-repeat;
        -webkit-background-size: 44px 44px;
        -moz-background-size: 44px 44px;
        -o-background-size: 44px 44px;
        background-size: 44px 44px;
        height: 44px;
        padding: 2px 55px;
        margin: 10px 15px 10px;
        border-bottom: 1px solid #CCC;
        font-family: "PT Sans", Tahoma, sans-serif;
        font-weight: bold;
        font-size: 15px;
        color: #333333;
        line-height: 40px;
    }
    .bottom-last-articles .widget {
        padding: 5px 0;
        margin: 0;
    }
    .bottom-last-articles .widget .image,
    .bottom-last-articles .widget .image__ratio {
        display: none;
    }
    .bottom-last-articles .widget:nth-child(2n) article {
        margin: 0;
    }
    .bottom-last-articles .headline {
        font-family: "PT Sans", Tahoma, sans-serif;
        font-weight: bold;
        font-size: 13px;
        color: #0096af;
        height: auto;
        text-transform: capitalize;
        line-height: 20px;
        letter-spacing: normal;
    }
    .bottom-last-articles .posts-wrapper {
        margin: 0 15px 0;
    }
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[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;
}
.top-slider {
    height: 100px;
}
.top-slider .post-wrapper {
    display: none;
}
.top-slider .post-wrapper.slick-initialized {
    display: block;
}
.top-slider .posts-wrapper {
   /* background-color: #e6e6e6;*/
    opacity: 0;
}
.top-slider .slick-initialized {
    opacity: 1;
}
.top-slider .slick-slider {
    padding: 15px 60px;
}
.top-slider .slick-prev,
.slick-next {
    position: absolute;
    top: 35px;
    height: 35px;
    background-color: transparent;
}
.top-slider .slick-prev {
    left: 20px;
}
.top-slider .slick-next {
    right: 20px;
}
.top-slider .slick-prev:before,
.top-slider .slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.top-slider .slick-prev:before {
    border-right: 16px solid #8f8f8f;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.top-slider .slick-next:before {
    border-left: 16px solid #8f8f8f;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.top-slider .slick-prev:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    border-right: 11px solid white;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}
.top-slider .slick-next:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    border-left: 11px solid white;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}
.top-slider .slick-prev:hover,
.slick-next:hover {
    background-color: transparent;
}
.top-slider .slick-prev:focus,
.slick-next:focus,
.slick-slide {
    outline: 0;
}
.top-slider .slick-slide {
    height: 70px;
}
.top-slider .slick-slide article.clearfix {
    overflow: hidden;
}
.top-slider .slick-slide .image,
.top-slider .slick-slide .image__ratio {
    height: 70px;
    width: 93px;
    margin: 0 10px 0 0;
    float: left;
}
.top-slider .slick-slide .headline-container .headline {
    font-family: "PT Sans", Tahoma, sans-serif;
    font-weight: bold;
    float: left;
    color: #333;
    font-size: 15px;
    line-height: 18px;
    width: 120px;
    height: 75px;
    margin-top: -3px;
    padding: 0;
}
body.placeholder-sidebar .top-slider .slick-slide .headline-container .headline {
    overflow: hidden;
    -webkit-line-clamp: 4;
}
@media only screen and (min-width: 1048px) {
    .top-slider .slick-slider {
        padding: 15px 90px;
    }
    .top-slider .slick-prev {
        left: 39px;
    }
    .top-slider .slick-next {
        right: 39px;
    }
    .top-slider .slick-slide .headline-container {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .top-slider .slick-slide .headline-container .headline {
        width: 145px;
    }
}
.stats .insights-menu__item-link {
    color: #b0b0b0;
}
.comments-topics-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}
.dodo-tag-wrapper {
    margin-bottom: 20px;
    clear: both;
}
.dodo-comment-wrapper {
    clear: both;
}
.article-toggle-actions-comments {
    position: absolute;
    top: 0;
}
.article-toggle-actions {
    margin: 0 0 20px;
    width: 50%;
    float: right;
}
.toggle-comments:before {
    content: '';
    display: inline-block;
    background-image: url(img/dodo-sprite.png);
    width: 19px;
    height: 17px;
    vertical-align: top;
    margin: 1px 4px 0 0;
    background-repeat: no-repeat;
}
.article-toggle-actions [fb-xfbml-state="rendered"]:before {
    content: '(';
}
.article-toggle-actions [fb-xfbml-state="rendered"]:after {
    content: ')';
}
.article-toggle-actions .fb-comments-count.fb_comments_count_zero {
    display: none;
}

.article-content article .article-toggle-actions a,
.article-content article .article-toggle-actions a:hover,
.article-content article .article-toggle-actions a:active {
    color: #000000;
    text-decoration: none;
}
.article-toggle-actions a.toggle-related {
    margin: 0;
    float: right;
}
.article-toggle-actions a.toggle-comments:before,
.article-toggle-actions a.active:before,
.article-toggle-actions a.active.toggle-comments:before {
    content: '';
    display: inline-block;
    background-image: url(img/dodo-sprite.png);
    width: 19px;
    height: 17px;
    vertical-align: top;
    margin: 1px 4px 0 0;
    background-repeat: no-repeat;
}
.article-toggle-actions a.active.toggle-related:before {
    left: 6px;
}
.article-content article .article-toggle-actions a.active {
    border-color: #24aece;
    color: #24aece;
}
.article-toggle-actions a.active:before,
.article-toggle-actions a.active.toggle-comments:before {
    background-position: -86px 3px;
}

.article-toggle-actions-comments-desktop {
    margin-bottom: -5px;
}

.article-toggle-actions-comments {
	position: relative;
}
.article-toggle-actions {
	width: 100%;
}

@media only screen and (min-width: 768px) {
    .comments-topics-wrapper {
        padding: 0;
    }
    .article-toggle-actions div {
        margin-bottom: 19px;
    }
    .article-toggle-actions:hover {
        cursor: hand;
        cursor: pointer;
        opacity: .9;
    }
    .article-toggle-actions a {
        width: 100%;
    }
    .article-toggle-actions a.active:before,
    .article-toggle-actions a.active.toggle-comments:before {
        background-position: -86px 3px;
    }
    .article-toggle-actions a.toggle-related {
        float: none;
    }
}
.pic-share-holder {
    display: none;
}
.article-body .article-description .gallery-source {
    color: #a6a6a6;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    height: auto;
    word-wrap: break-word;
    font-size: 11px;
    line-height: 14px;
    padding-top: 6px;
}
.article-body .article-description .gallery-source a{word-wrap: break-word;word-break: break-all;}
.author-module-bottom .author {
    margin-bottom: 15px;
}
.author-module-bottom .subscribe_link {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    
}
.author-module-bottom .author-bio {
    display: block;
    overflow: hidden;
    font-style: italic;
    font-size: 16px;
    float: left;
    line-height: 22px;
    margin-left: 50px;
    margin-top: -6px;
}

.article-body .ajax-link img, .article-media .ajax-link img {
	width: auto;
}

#fb-popup-bg {position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 1); display: none; z-index: 9999;}
#fb-popup {
	display: none;
	width: 617px;
	height: 312px;
	z-index: 10000;
	position: fixed;
}

.medpop #fb-popup {
	background: url('/images/medpop/popup.jpg') 0 0 no-repeat white;
}

.petpop #fb-popup {
	background: url('/images/petpop/popup.jpg') 0 0 no-repeat white;
}

#fb-popup .fb-header {
	display:block;
	font-size:16px;
	line-height:18px;
	text-decoration:none;
	color: #FFF;
	font-family: "Arial", sans-serif;
	text-align: left;
	width: 300px;
	margin-bottom: 22px;
	margin-left: 290px;
	margin-top: 110px;
}

.petpop .fb-group-head {
	color: #48bdea;
}

.petpop .fb-group-head b {
	color: #1a74b8;
}

.fb-group-head {
	font-size: 48px;
	line-height: 46px; 
	margin-bottom: 10px;
	text-align: right;
}

#fb-popup .fb-footer {
	margin-bottom: 3px;
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;
	height: 30px;
}

#fb-popup.lw .fb-footer {
	display: none;
}

#fb-popup .popup-close {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	visibility: hidden;
	color: black;
	font-size: 50px;
	margin: 0 12px;
	top: 0;
	right: 0;
	line-height: 1em;
}

.petpop #fb-popup .popup-close {
	color: #bfc7de;
}

#fb-popup .inner {
	width: 100px;
	left: 400px;
	top: 238px;
	height: 60px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

#fb-popup__thanks_close {
	font-size: 13px;
	color: #777;
	text-decoration: none;
	border-bottom: 1px dotted;
	transition: 0.25s;
	line-height: 30px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#fb-popup__thanks_close:hover {
	color: #444;
}

.medpop #fb-popup .inner {
	left: 325px;
	bottom: 10px;
}
/*
#fb-popup .inner .fb-like {
	margin-top: 10px;
}*/

/* pagination 
.paginator {
  margin: 40px 0;
  text-align: center;
  width: 65%;
    padding: 0 20px 0 0;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
.paginator a,
.paginator span {
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 8px;
  background-color: #eee;
  color: #8e8e8e;
  font-weight: bold;
  line-height: 26px;
  margin-right: 2px;
}
.paginator a:hover,
.paginator .current {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
*/
#ENGAGEYA_WIDGET_92065 a:hover {
	text-decoration: none;
}
@media only screen and (min-width:900px) {
    div.sharebar--navbar.slide-in {
        left:315px;
    }
    .cta_center {
        height:47px;
    }
    .cta_placeholder {
        display:none;
    }
    span.cta_center.sticky-fixed div.title {
        display:table-cell;
        vertical-align:middle;
        font-size:18px;
        width:300px;
        height:47px;
        position:relative;
        text-align:right;
    }
    .sticky-fixed {
        display:table;
        position:fixed;
        left:300px;
        top:2px;
    }
    .sticky-fixed-count {
        position:fixed;
        width:130px;
        left:830px;
        margin-top:-313px !important;
        font-size:12px;
        text-align:left;
    }
    .sticky-fixed-count-wide {
        position:fixed;
        width:130px;
        left:830px;
        margin-top:-653px !important;
        font-size:12px;
        text-align:left;
    }
    .sticky-z-index {
        z-index:99;
    }
    div.rebelmouse-petition-z-index {
        z-index:99;
    }
}

.gallery .item-content .post-img .picture-holder {
  display:  inline-block;
  position:  relative;
  /*max-width:  100%;*/
}
.gallery .item-content .post-img .picture-holder:hover .social-tab-i {
    display: block;
}
.top-author-module > .newsletter-mobile {
    display: none;
}
.mobile-share-post {
    display: none;
}
@media only screen and (max-width: 980px) {
	.desktop_post__top {
        display: none;
    }
}
@media only screen and (max-width: 803px) {
	.top-slider {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .pull-right {
        display: none;
    }
    .search {
        display: none;
    }
    .newsletter_sign_like__top {
        display: none;
    }
    .top-author-module > .newsletter-mobile {
        display: block;
    }
    .article-toggle-actions a {
        display: block;
        width: 93%;
        padding: 12px 12px 12px 0px;
        text-align: center;
        border: solid 1px #bababa;
        float: left;
        box-sizing: border-box;
        margin-right: 4%;
        font-size: 14px;
        font-weight: 600;
        height: 44px;
        border-radius: 2px;
        position: relative;
        font-family: 'PT Sans Narrow', sans-serif;
        text-decoration: none;
        cursor: pointer;
    }
    .mobile-share-post {
        border: 5px solid white;
        position: fixed;
        width: 100%;
        z-index: 11;
        bottom: 0;
        text-align: center;
        box-sizing: border-box;
        display: block;
        min-height: 60px;
    }
    .mobile-share-post .direct-share {
        display: block;
        z-index: 99;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        opacity: 0;
        padding: 0 0 70px 0;
    }
    .mobile-share-post .toggle-btn {
        width: 100%;
        display: block;
        line-height: 24px;
        position: absolute;
        top: 0;
        right: 0;
        font-weight: bold;
        height: 100%;
        font-size: 15px;
        background-color: #3b5998;
        color: #fff;
        
    }
    .mobile-share-post .icon-facebook {
        display: inline-block;
        width: 37%;
        text-align: right;
        height: 25px;
        font-size: 15px;
        position: relative;
        top: 17px;
    }
    
    .mobile-share-post span {
        display: inline-block;
        width: 55%;
        text-align: left;
        font-family: 'PT Sans';
        font-size: 15px;
        position: relative;
        top: 13px;
        height: 25px;
        text-transform: none;
    }
    .gallery .post-img iframe {
        min-height: 278px !important;
    }
    .advert_mobile {
        display: block !important;
    }
	.advert_desktop {
		display: none !important;
	}
}


@media only screen and (min-width: 768px) {
    .advert_mobile {
        display: none !important;
    }
	.advert_desktop {
		display: block !important;
	}
    .article-toggle-actions a.toggle-related {
        display: block;
        width: 93%;
        padding: 12px 12px 12px 0px;
        text-align: center;
        border: solid 1px #bababa;
        float: left;
        box-sizing: border-box;
        margin-right: 4%;
        font-size: 14px;
        font-weight: 600;
        height: 44px;
        border-radius: 2px;
        position: relative;
        font-family: 'PT Sans Narrow', sans-serif;
        text-decoration: none;
        cursor: pointer;
    }
    .article-toggle-actions a.toggle-comments {
    display: block;
    width: 100%;
    padding: 12px 12px 12px 0px;
    text-align: center;
    border: none;
    float: left;
    box-sizing: border-box;
    margin-right: 4%;
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    border-radius: 2px;
    position: relative;
    font-family: 'PT Sans Narrow', sans-serif;
    text-decoration: none;
}
.article-toggle-actions a.toggle-comments {
    color: #000000;
    text-decoration: none;
}
.article-toggle-actions a.toggle-comments {
    border-color: #24aece;
    color: #145a7c;
}
    .postpage__facebook-like {
        display: none;
    }
    .dodo-comment-wrapper.loadstate {
        display:block;
    }
    input.newsletter_sign_like__input_email {
        background-image: url('img/join-icons.png?1');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        text-align: justify;
        padding-left: 50px !important;
        padding: 0 185px 0 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .newsletter-mobile .input .newsletter_sign_like__input_email {
        border: 0;
        font-size: 13px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        padding: 0;
        font-family: 'PT Sans', Tahoma, sans-serif;
    }
    #fixed-mobile {
        bottom: -400px !important;
    }
}

.petition-wrapper .petition-layout .cta_center .title.top {
    display: none;
}
.petition-wrapper .petition-layout .cta_center.sticky-fixed .title.right {
    display: none;
}
.petition-wrapper .petition-layout .cta_center.sticky-fixed .title.top {
    display: table-cell;
}
.topbar .title {
    display:none;
}
.topbar .title.slide-in {
	font-weight: 600;
	line-height: 1.1em;
	vertical-align: middle;
	font-size: 18px;
	height: 47px;
	text-align: left;
	position:absolute;
	top: 0;
	left: 180px;
	right: 200px;
	color: #fff;
	word-wrap: break-word;
}
.topbar .title .text {
	display: inline-block;
	vertical-align: middle;
	max-height: 40px;
	overflow: hidden;
	margin: 0 auto;
}
.topbar .title:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 900px) {
    .topbar .title.slide-in {
        display:block;
	}
}
@media only screen and (min-width: 769px) {
    .topbar .title.slide-in.title-expansion{left:50px;display:block;}
}


.navigation {
          margin: 40px 0;
  text-align: center;
  width: 65%;
    padding: 0 20px 0 0;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
.navigation  a {
	color: #2a2a2a;
	text-decoration: none;
	transition: 0.15s ease-in all;
	-moz-transition: 0.15s ease-in all;
	-ms-transition: 0.15s ease-in all;
	-o-transition: 0.15s ease-in all;
	-webkit-transition: 0.15s ease-in all;
}
.navigation  a {
	background-color: #fafafa;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15),inset 0 1px 0 0 rgba(0, 0, 0, 0.02);
	color: #646464;
	display: inline-block;
	padding: 8px 12px;
}
.navigation  a:hover { color: #f7a251; }
.navigation div { float: left; height: 42px; }
.navigation .navi-left { text-align: left; width: 15%; }
.navigation .navi-middle { text-align: center; width: 68%; }
.navigation .navi-right { text-align: right; width: 17%; }
.navigation .navi-middle .actual { color: #f7a251; cursor: default; }
.navigation .navi-middle a { margin: 0 5px; }

.article-content .headline span {color: #808070; }

.fb-like-line {
	padding: 30px 20px;
	background: #F5F3E8;
	margin: 20px 0;
	border-radius: 8px;
}
/*
.fb-like-line .fb-like {
	display: inline-block;
/*  	margin-right: 20px;
}*/

.fb-like-line__text {
	font-weight: bold;
}
@media screen and (max-width: 980px) {
    .navigation {
        float: none;
        margin: 0px;
        padding: 0;
            
    }

    .navigation .navi-middle {
        display: none;
    }

    .navigation .navi-left {
        margin-bottom: 20px;
    }

    .navigation .navi-right, .navigation .navi-left {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }

    .navigation a {
        padding: 10px 0;
        width: 100%;
    }
}
.social-line {
	margin: 25px 0;
	
	padding: 0;
	width: 100%;
}
.social-line .social-like {
	display: inline-block;
	height: 22px;
	margin: 10px;
	padding: 0;
	vertical-align: top;
}

.edit-link {
	color: #eee !important;
}

.edit-link:hover {
	color: #777 !important;
	transition: 0.25s;
}
.gif-cover {
  position: relative;
  max-width: 100%;
  /* display: inline-block;*/
}
.gif-cover .gif-static, .gif-cover .gif-animated {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.gif-cover .gif-static img, .gif-cover .gif-animated img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}



.gif-cover {
  position: relative;
  max-width: 100%;
  display: inline-block;
}
.gif-cover-2 {
    /*position: relative;*/
    /*max-width: 100%;*/
    /*display: inline-block;*/
    display: block;
}
.gif-over {
  background:  url("img/play.png") no-repeat scroll 0 0 transparent;
  height:  70px;
  left:  50%;
  margin-left:  -35px;
  margin-top:  -35px;
  overflow:  hidden;
  position:  absolute;
  text-indent:  -999px;
  top:  50%;
  width:  70px;
  z-index:  2;
}
.gif-over.preloader {
  background:  url("img/loader_70_70.gif") no-repeat scroll 0 0 transparent;
}
.gif-cover .hide {
  position:  absolute;
  left:  -9999px;
}
.advert_last, .advert_top {
    width: 300px;
    margin: 0 auto;
}
.desktop_post__top {
    width: 580px;
    margin: 0 auto;
}

.hidelimbo {
	display: none;
}


@font-face {
    font-family: "PTSansNarrowRegular";
    src: url("fonts/PTSansNarrowRegular/PTSansNarrowRegular.eot");
    src: url("fonts/PTSansNarrowRegular/PTSansNarrowRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/PTSansNarrowRegular/PTSansNarrowRegular.woff") format("woff"),
    url("fonts/PTSansNarrowRegular/PTSansNarrowRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansNarrowBold"; */
@font-face {
    font-family: "PTSansNarrowBold";
    src: url("fonts/PTSansNarrowBold/PTSansNarrowBold.eot");
    src: url("fonts/PTSansNarrowBold/PTSansNarrowBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/PTSansNarrowBold/PTSansNarrowBold.woff") format("woff"),
    url("fonts/PTSansNarrowBold/PTSansNarrowBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


.likewall {
	display: none;
	z-index: 10000;
	position: fixed;
	width: 1000px;
	height: 640px;
	margin: 0 auto;
	background: url('img/lw/lw-bg.png') 0 0 no-repeat black;
}

.likewall__close {
	position: absolute;
	background: url('img/lw/lw-close.png') no-repeat 0 0 transparent;
	width: 26px;
	height: 27px;
	right: 20px;
	top: 20px;
	cursor: pointer;
	opacity: 0.8;
	display: none;
}

.likewall__close:hover {
	opacity: 1;
}

.likewall__like {
	position: absolute;
	top: 50px;
	height: 265px;
	width: 725px;
	background: url('img/lw/lw-like.png') no-repeat 0 0 transparent;
	font-family: 'PTSansNarrowRegular';
}

.likewall__like b {
	font-family: 'PTSansNarrowBold';
}

.likewall__like-left {
	width: 390px;
	height: 120px;
	padding: 50px 0 0 30px;
	color: white;
	font-size: 32px;
	line-height: 42px;
	overflow: hidden;
	text-align: right;
}

.likewall__like-right {
	width: 200px;
	height: 225px;
	position: absolute;
	right: 50px;
}

.likewall__like-right_arrow {
	width: 146px;
	height: 33px;
	background: url('img/lw/lw-arrow.png') no-repeat 0 0 transparent;
	position: absolute;
	bottom: 10px;
	left: -100px;

}

.likewall__like-right .fb-like {
	width: 100px;
	height: 30px;
	position: absolute;
	bottom: 25px;
	left: 55px;
}

.likewall__like-hint {
	color: #787878;
	position: absolute;
	bottom: 0;
	left: 30px;
	font-size: 21px;
}

.likewall__bottom-logo {
	width: 201px;
	height: 52px;
	background: url('img/lw/lw-logo.png') no-repeat 0 0 transparent;
	position: absolute;
	bottom: 40px;
	left: 30px;
}

.likewall__bottom-border {
	position: absolute;
	bottom: 7px;
	height: 5px;
	width: 100%;
	background-color: #ffae07;
}
.post-source.tags {
    text-transform: none;
}
/*
@media only screen and (min-width: 1200px) {.likewall {transform: scale(1);}}
@media only screen and (min-width: 1400px) {.likewall {transform: scale(1.2);} .likewall.small_height {transform: scale(0.9);}}
@media only screen and (min-width: 1600px) {.likewall {transform: scale(1.35)}; .likewall.small_height {transform: scale(0.9);}}

@media only screen and (max-width: 1024px) {.likewall {transform: scale(0.9);} .likewall__like-right .fb-like {transform: scale(0.9);}}
@media only screen and (max-width: 900px) {.likewall {transform: scale(0.8);} .likewall__like-right .fb-like {transform: scale(1.1);}}
@media only screen and (max-width: 800px) {.likewall {transform: scale(0.7);} .likewall__like-right .fb-like {transform: scale(1.2);}}
@media only screen and (max-width: 750px) {.likewall {transform: scale(0.6);} .likewall__like-right .fb-like {transform: scale(1.4);}}
*/
@media only screen and (max-width: 640px) {
    .likewall {
        width: 640px;
        height: 640px;
        background-size: cover;
        transform: scale(1);
        background: url('img/lw/lw-bg-640.png') 0 100% no-repeat black;
    }
    .likewall__bottom-logo {
        bottom: 280px;
    }
    .likewall__like {
        left: -144px;
		top: 20px;
    }
	.likewall__close {
		top: 17px;
	}
	.likewall__like-hint {
		left: 177px;
	}
    .likewall__like-left {
        font-size: 22px;
        width: 400px;
    }

	.likewall__bottom-border {
		bottom: 0;
	}
}

.petpop #our_adv {
	padding: 0 0 0 40px;
}
 

#our_adv {
	display: inline-block;
	color: #ccc;
	font-size: 16px;
	line-height: 16px; 
	vertical-align: bottom;
}

#our_adv a {
	color: #f5f5f5;
}

/*Top menu*/

.topbar {
    width: 100%;
    overflow: visible;
}

.topbar a {
    display: inline-block;
    line-height: 56px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #8e8e8e;
	text-decoration: none;
}
.topbar a:hover {
    color: #469ad3;
    text-decoration: none;
}

.topbar .nav__block {
	width: 530px;
}

.topbar-spacer {
	height: 73px;
}

.topbar .nav__block {
	width: 530px;
}

.topbar .nav__block.nav-catalog {
    width: 300px;
}  

.topbar .nav__block__links {
	float: left;
	width: 165px;
}

.topbar .nav__block__links.nav-catalog {
    float: none;
    width: 100%;
}

.topbar .nav__block__contents {
	float: left;
	width: 365px;
	background-color: #fff;
}

.topbar .nav__block__link {
	display: block;
	padding-left: 12px;
	color: #fff;
	text-transform: uppercase;
	line-height: 60px;
}

.topbar .nav-catalog .nav__block__link {
	line-height: 35px;
    cursor: pointer;
}

.topbar .nav__block__link:hover,
.topbar .nav__block__link.active {
	background-color: #fff;
	color: #003663;
}

.topbar .nav__block__content {
	padding: 10px;
}

.topbar .nav__block__more {
	display: block;
	font-weight: 300;
	font-size: 14px;
}

.topbar .nav__block__more:hover {
	text-decoration: underline;
}

.topbar .tiny__info {
	margin-bottom: 10px;
}

.topbar .tiny__info__img {
	float: left;
	margin-right: 10px;
}

.topbar .tiny__info__img img {
	display: block;
}

.topbar .tiny__info__text {
	overflow: hidden;
	color: #000;
}

.topbar .tiny__info__title {
	display: block;
	margin-bottom: 8px;
	color: inherit;
	font-weight: 500;
	font-size: 14px;
}

.topbar .tiny__info__title:hover {
	text-decoration: underline;
}

.topbar .tiny__info__title {
    max-height: 68px;
    text-transform: none;
    line-height: 1.25;
    overflow: hidden;
}

.topbar-nav {
	float: left;
}

.empat .topbar-nav {
	margin-top: 4px;
}

.topbar-nav__first-level {
	margin: -4px 0 0 8px;
	padding: 0;
	list-style-type: none;
}

.topbar-nav__second-level,
.topbar-nav__multi-level {
	position: absolute;
	top: 150%;
	left: 0;
	display: block;
	visibility: hidden;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.9);
	list-style-type: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.topbar-nav__second-level--right,
.topbar-nav__multi-level--right {
	right: 0;
	left: auto;
}

.petpop .topbar-nav__second-level {
    z-index: 1;
    background: black;
}

.dodo-light .topbar-nav__second-level {
    z-index: 1;
    background: white;
}

.dodo-light .nav__block__link {
	color: #8e8e8e;
}

.faktor-info .nav__block__links.nav-catalog {
    overflow-y: auto;
    max-height: 75vh;
}

.topbar-nav__multi-level {
	right: 0;
	left: auto;
	width: 550px;
}

.topbar-nav__multi-level li {
	float: left;
	overflow: hidden;
	padding: 0 12px;
	width: 33.3%;
	color: #fff;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 60px;
}

.topbar-nav__multi-level li a {
	color: inherit;
}

.topbar-nav__multi-level li:hover,
.topbar-nav__multi-level li.active {
	background-color: #fff;
	color: #008396;
}

.topbar-nav__item:hover .topbar-nav__second-level,
.topbar-nav__item:hover .topbar-nav__multi-level {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.topbar-nav__item {
	position: relative;
	float: left;
}

.topbar-nav__link {
	display: block;
	padding: 0 22px;
	color: #fff;
	text-transform: uppercase;
	line-height: 45px;
}

.topbar-nav__link:hover {
	color: inherit;
}

.topbar-nav__item:hover .topbar-nav__link {
	padding-bottom: 5px;
}

.htype-hellyeah .topbar .nav__block__link:hover,
.htype-hellyeah .topbar .nav__block__link.active {
	color: #000;
}

.htype-hellyeah .topbar-nav__second-level,
.htype-hellyeah .topbar-nav__multi-level {
	padding: 10px;
	background-color: #ff8002;
}

.htype-hellyeah .topbar-nav__multi-level li:hover,
.htype-hellyeah .topbar-nav__multi-level li.active {
	color: #000;
}

.htype-hellyeah .topbar-nav__link {
	padding: 0 12px;
}

.htype-hellyeah .topbar-nav__item:hover .topbar-nav__link {
	background-color: #ff8002;
}

.htype-ussr .topbar .nav__block__link:hover,
.htype-ussr .topbar .nav__block__link.active {
	color: #000;
}

.htype-ussr .topbar-nav__second-level,
.htype-ussr .topbar-nav__multi-level {
	background-color: rgba(0, 0, 0, 0.9);;
}

.htype-ussr .topbar-nav__multi-level li:hover,
.htype-ussr .topbar-nav__multi-level li.active {
	color: #000;
}

.htype-ussr .topbar-nav__link {
	font-family: 'Ruslan Display', cursive;
}

.htype-ussr .topbar-nav__item:hover .topbar-nav__link {
	background-color: rgba(0, 0, 0, 0.9);;
}

.htype-aprilfools .topbar-nav__second-level,
.htype-aprilfools .topbar-nav__multi-level {
	padding: 10px;
	background-color: #45b1dd;
}

.htype-aprilfools .topbar-nav__multi-level li:hover,
.htype-aprilfools .topbar-nav__multi-level li.active {
	color: #000;
}

.htype-aprilfools .topbar-nav__multi-level li:hover a,
.htype-aprilfools .topbar-nav__multi-level li.active a {
	color: #000;
}

.htype-aprilfools .topbar-nav__link {
	line-height: 51px;
}

.htype-aprilfools .topbar-nav__item:hover .topbar-nav__link {
	background-color: #45b1dd;
}

.topbar-nav__multi-level {
	right: auto;
	left: 0;
}
.topbar .container {
    margin-left: 270px;
    margin-right: 50px;
	position:relative;
}

@media (min-width: 1180px) {

    .topbar-nav__multi-level {
        right: auto;
        left: 0;
    }

    .topbar-nav__link {
        padding: 0 22px;
    }

}

/*Top menu end*/.subbuzz__media-container .subbuzz__media-image {
    background-color: #efefef;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.subbuzz__media-container {
    position: relative;
    width: 100%;
    background-color: rgba(0,0,0,0.05);
}
.subbuzz__media-container img.subbuzz__media-image {
    max-width: 100%;
    height: auto;
}
.subbuzz__media-container .xs-col-12 {
    width: 100% !important;
}
.subbuzz__media-container .xs-border-none {
    border: none !important;
}
.subbuzz__media-container .xs-m0 {
    margin: 0 !important;
}
.subbuzz__media-container .xs-mb1 {
    margin-bottom: .5rem !important;
}
.post_content .content__text iframe {
    display: block;
}

.subbuzz__media-container.inited {
	background: transparent;
}

.post-source {
    text-align: right;
    font-size: 17px !important;
}

.other-post-list {
	width: 100%;
	text-align: justify;
}

.other-post-list--2column {
	padding-top: 20px;
}

.other-post-list__item {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.other-post-list--2column .other-post-list__item {
	width: 49%;
	text-align: center;
}

.other-post-list__item img {
	max-width: 100%;
	border-radius: 10px;
    height: auto;
    max-height: 196px;
}

.other-post-list__title {
	font-size: 19px;
	color: #000;
	text-decoration: none;
	display: block;
    text-align: left;
	word-wrap: break-word;
}

.other-post-list:after {
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}
.post-added {
    line-height: 1.5em;
    margin-bottom: 1em;
}
.post-added a {
    background: #19a5cb;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px 10px;
    text-decoration: none;
}

.article-toggle-actions a.toggle-comments {
    display: none;
}
#form-add textarea{
	font:19px/32px 'PT Serif', Tahoma, sans-serif;
}

#form-add input{
	font:19px/19px 'PT Serif', Tahoma, sans-serif;
}

@media only screen and (max-width: 768px) {
    .other-post-list {
        width: 95%;
        margin: 0 auto;
    }
	.navigation {width:100%;}
}

.footer .socials li {
	list-style: none;
	color: white;
	background: url('img/social.png') no-repeat 0 0;
	padding-left: 20px;
	height: 16px; 
	margin-bottom: 4px;
}

.footer .socials li a {
	color: white;
}

.footer .socials li.noicon {
	background: none;
	padding-left: 0;

}

.footer .socials li.tg {
	background-position: 0 -16px; 
} 

.footer .socials li.dz {
	background-position: 0 -32px; 
}

.footer .socials li.vk {
	background-position: 0 -64px; 
}

.footer .socials li.ok {
	background-position: 0 -48px; 
}

.newsletter_sign_like__top .fb_iframe_widget {
    margin-top: 7px;
}

.dodo-light .topbar .title.slide-in {
    color: black;
}

twitterwidget {
    margin-left: auto;
    margin-right: auto;
}

.question {
	padding: 10px;
	/* width: 640px; */
	margin: 0 auto;
}
.question .question-image {
	position: relative;
	margin-top: 10px;
	min-height: 100px;
}
.question .question-image img {
	box-shadow: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.empty-qlink .question-image {
	height: 30px;
	width: 100%;
}
.question-text {
	background: rgba(55, 97, 134, 0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	padding: 10px 15px;
	line-height: 20px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}
.empty-qlink  .question-text {
	width: 100%;
}
.question .answers {
	font-size: 16px;
	overflow: hidden;
    margin-top: 4px;
}

.question .answers.answers_bottom_line {
    border-bottom: 1px solid #ccc;
}

.question .answers .answer-radio {
	width: 100%;
    width: calc(100% - 34px);
	float: left;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-radius: 0;
	position: relative;
}
.question .answers .answer-checkbox {
	width: 100%;
    width: calc(100% - 34px);
	float: left;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-radius: 0;
	position: relative;
}
.question .answers .answer-image {
	/*width: 45%;*/
    width: calc(50% - 44px);
	font-size: 18px;
	text-align: center;
	margin: 0 5px 10px 5px;
	border: 1px solid #ccc;
	overflow: hidden;
	height: 100%;
}
.question .answers .answer-image .answer_down {
	margin-top: 5px;
}
.question .answers .answer-image .img_answer_down {
	overflow:hidden;
	position: relative;
}
.question .answers .answer-image .img_answer_down .source{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	background: rgba(255, 255, 255, 0.54);
	font-size: 12px;
	line-height: 14px;
}
.question .answers .answer-image .img_answer_down.answer_text{
	max-height:276px;
}
.question .answers .answer-image img {
	height: 276px;
	max-width: none;
	margin-left: -100%;
	margin-right: -100%;
}

.question .answers .answer-image.awc1 {
	width: 100%;
    width: calc(100% - 44px);
	height: 100%;
	margin: 0 3px 5px 3px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.question .answers .answer-image.awc1 img {
    width: 100%;
    height: 100%;
	_height: 250px;
	display: block;
	margin: 0;
	padding: 0;
}
.question .answers .answer-image.awc1 .img_answer_down.answer_text{
	max-height:100%;
    height: 100%;
}
.question .answers .answer-image.awc1 .answer_down {
	font-size: 18px;
}

.question .answers .answer-image.awc3 {
	width: 28%;
    width: calc(33% - 38px);
	_height: 178px;
    height: 100%;
	margin: 0 3px 5px 3px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.question .answers .answer-image.awc3 img {
	max-height: 173px;
}
.question .answers .answer-image.awc3 .img_answer_down.answer_text{
	max-height:155px;
}
.question .answers .answer-image.awc3 .answer_down {
	font-size: 13px;
}
.question .answers .answer-image.awc4 {
	width: 20%;
    width: calc(25% - 38px);
    height: 100%;
	margin: 0 2px 2px 2px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.question .answers .answer-image.awc4 img {
	max-height: 123px;
}
.question .answers .answer-image.awc4 .img_answer_down.answer_text{
	max-height:105px;
}
.question .answers .answer-image.awc4 .answer_down {
	font-size: 11px;
}
.question .answers .answer-last {
	border: 1px solid #ccc;
}
.question .answers div.answer-selected {
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	background: #55ca03 url(../img/likes.png?151070) 0 -40px no-repeat;
	padding: 0;
}
.question .answers  .answer-image div.answer-selected {
	top: 15px;
	right: 20px;
}
.question .answers a, .question .answers a:visited {
	color: #000000;
	text-decoration: none!important;
}
.question .answers a:hover, .question  .answers a:visited:hover  {
	color: #ffffff;
	background: #5781A6;
	text-decoration: none!important;
}
.outersubmit {
	margin: 0px auto;
	text-align: center;
	width: 640px;
	margin-bottom: 15px;
}
.submitvote {
	color:#fff !important;
	width: 150px;
	margin: 10px auto;
	text-align: center;
	background: #003663;
	height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top:10px;
	cursor: pointer;
    line-height: 20px;
}
.submitvote:hover {
	background: #005683;
}
.outersubmit .submitvote {
	/* margin: 0; */
	width: 320px;
	padding-top: 0px;
	font-size: 17px;
	height: 40px;
	line-height: 40px !important;
}
.vote_content {
	text-align:left;
	word-wrap: break-word;
}
.vote_content *{
	word-wrap: break-word;
}
.vote_content .source {
	font-size: 14px;
}
.votenot {
	background: rgba(255, 0, 0, 0.1);
}
.question .answers label, .question .answers input {
}
#vote div.flot-y-axis div {
	_left: 20px !important;
}
#vote .legendLabel {
	_font-size: 16px;
}
.vote_text {
	padding-bottom: 20px;
    font-size: 16px;
	word-wrap: break-word;
}

.imgresult {
	padding-top: 10px;
	padding-bottom: 20px;
	display:block;
    margin:auto;
	width: 100%;
}
.imgresult_half {
	width: 100%;
}
.voteresulttext {
	text-align: justify;
}
ul.votegraph
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
}

ul.votegraph li
{
	margin-bottom: .5em;
	padding: .2em;
	color: #000;
}
.votehistogramm {
	white-space:nowrap;
}
.votehistogramm i {
	height: 25px;
	width: 25px;
	position: relative;
	top: -21px;
	float: right;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
	background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.vote-bottom {
	margin-bottom: 10px;
}
a.answer_selected {
	border: 1px dashed black !important;
}
a.finished.answer-good, a.finished.answer-good:hover, a.answer-good-checked {
	background-color: lightgreen;
}
a.finished.answer-bad, a.finished.answer-bad:hover{
	background-color: lightcoral;
}
a.finished.answer-none, a.finished.answer-none:hover{
	background-color: white;
}
.question .answers a.finished:hover, .question  .answers a.finished:visited:hover  {
	cursor: default;
	color: #000;
}
.answer-sum-value {
  float: right;
  line-height: 24px;
  height: 24px;
  padding: 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: green;
  color: white;
  position:absolute;
  top:8px;
  right:10px;
  padding-top: 0px
}
.answer-sum-value-preview {
	position: relative;
	margin-left: 15px;
}
.resultborder {
	border: 1px solid #bbbbbb;
	background: #f8f8f8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.resultborder h4 {
	text-align: center;
    font-size: 26px;
}
#umode_switcher {
	width: 120px;
}
.centerresultaway {
	padding: 20px;
	text-align: center;
}
.question .progress_vote_div {
	position: absolute;
	z-index: 100;
}
.question .progress_vote_div .progress_vote_arrows {
	width: 46px;
	height: 50px;
	border-bottom: 2px solid #b6b4b4;
	background-color: #ddd;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(.5,#ededed),color-stop(.5,#ddd));
	background-image: -o-linear-gradient(bottom,#ededed 50%,#ddd 50%);
	background-image: -moz-linear-gradient(bottom,#ededed 50%,#ddd 50%);
	background-image: -webkit-linear-gradient(bottom,#ededed 50%,#ddd 50%);
	background-image: -ms-linear-gradient(bottom,#ededed 50%,#ddd 50%);
	background-image: linear-gradient(to bottom,#ededed 50%,#ddd 50%);
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.progress_vote_arrows .progress_vote_left_arrow {
	width: 16px;
	height: 16px;
	background: url(img/side-switch-arrows.png?151070) 0 0 no-repeat;
	position: absolute;
	left: 16px;
	top: 16px;
	cursor: pointer;
}
.progress_vote_arrows .progress_vote_left_arrow:hover {
	background-position: 0 -16px;
}
.progress_vote_div  .progress_vote {
	height: 50px;
	position: relative;
	float: left;
}
.progress_vote_div .question_box {
	max-width:580px;
	width: 100%;
	height: 50px;
	float: left;
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #b6b4b4;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(.5,#f5f5f5),color-stop(.5,#ededed));
	background-image: -o-linear-gradient(bottom,#f5f5f5 50%,#ededed 50%);
	background-image: -moz-linear-gradient(bottom,#f5f5f5 50%,#ededed 50%);
	background-image: -webkit-linear-gradient(bottom,#f5f5f5 50%,#ededed 50%);
	background-image: -ms-linear-gradient(bottom,#f5f5f5 50%,#ededed 50%);
	background-image: linear-gradient(to bottom,#f5f5f5 50%,#ededed 50%);
	box-sizing: border-box;
	-moz-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;
}
.progress_vote_div .question_box_inner {
	margin-left: 18px;
	height: 24px;
	margin-top: 12px;
	float: left;
	display: inline-flex;
}
.progress_vote_div .question_num {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 24px;
	width: 24px;
	float: left;
	display: inline-block;
	text-align: center;
	font-family: "pbRegular",Helvetica,Arial,sans-serif;
	background-color: #dfdfdf;
	border-bottom: 1px solid #bab9b9;
	margin-right: 13px;
	font-size: 13px;
	text-align: center;
	color: #cfcfcf;
	padding-top: 4px;
}
.progress_vote_div .num_done {
	background-color: #376186;
	border-bottom: 1px solid #0073e7;
	color: #fff;
    line-height: 24px !important;
    padding: 0;
}
.show-disabled {
	display: none !important;
}

.slide-vote{padding:0px 15px 120px 15px;position:relative;}
.slide-vote .slider.slider-horizontal{
  width:550px; /* sample value - set it as you like   */
}
.slide-vote .slider.slider-horizontal .slider-track{height:74px;background: url('img/vote_slider_bg.png') no-repeat 0 0;box-shadow:none;}
.slide-vote .slider-track .slider-selection {background: url('img/vote_slider_bg.png') no-repeat 0 -249px;}
.slide-vote:hover .slider.slider-horizontal .slider-track{background: url('img/vote_slider_bg.png') no-repeat 0 -82px;box-shadow:none;}
.slide-vote:hover .slider-track .slider-selection {background: url('img/vote_slider_bg.png') no-repeat 0 -166px;}

.slide-vote .slider.slider-horizontal .slider-handle{background: url('img/vote_slider_pointer.png') no-repeat 0 0;width:21px;height:50px;margin-left:-11px;margin-top:74px;border-radius:0px;}
.slide-vote .tooltip-inner{background: url('img/vote_smiles.png?2134') #3E3E3E no-repeat 0 0;width:26px;height:26px;padding:0px;text-indent:-9999px;}
.slide-vote .tooltip-smile{display:block;position:absolute;margin-left:570px;margin-top:-40px;width:104px;height:100px;background: url('img/vote_smiles_1.png') no-repeat;}
.vote-text{position:absolute;z-index:2;font-size:22px;font-weight:bold;}
.vote-count-outer{font-size:15px;color:#ccc;}
.vote_success{position:absolute;color:green;font-weight:bold;z-index:2;font-size:12px;font-style:italic;left:50%;margin-left:-50px;bottom:-10px;border:1px green solid;border-radius:5px;padding:0px 3px;display:none;}
.vote-100go{position:absolute;margin-left:550px;margin-top:-40px;width:124px;height:100px;cursor:pointer;}
@media only screen and (max-width: 900px) {
	.slide-vote{width:300px;margin:0 auto 40px auto;}
	.slide-vote .slider.slider-horizontal{width:200px;}
	.vote-100go{margin-left:200px;margin-top:0px;width:65px;height:65px;}
	.slide-vote .tooltip-smile{margin-left:210px;margin-top:0px;width:65px;height:65px;background-size:cover;}
	.vote-text{font-size:16px;}
	.vote-count-outer{display:block;}
	
	.slide-vote .slider.slider-horizontal .slider-track{margin-top: 50px;height:28px;background: url('img/vote_slider_bg_200.png') no-repeat 0 0;box-shadow:none;}
	.slide-vote .slider-track .slider-selection {background: url('img/vote_slider_bg_200.png') no-repeat 0 -30px;}
	.slide-vote:hover .slider.slider-horizontal .slider-track{background: url('img/vote_slider_bg_200.png') no-repeat 0 -60px;box-shadow:none;}
	.slide-vote:hover .slider-track .slider-selection {background: url('img/vote_slider_bg_200.png') no-repeat 0 -90px;}
	.slide-vote .slider.slider-horizontal .slider-handle {margin-top:34px;}
}
@media only screen  and (min-width: 901px) and (max-width: 1150px) {
	.slide-vote{width:500px;margin:0 auto 40px auto;}
	.slide-vote .slider.slider-horizontal{width:400px;}
	.vote-100go{margin-left:400px;margin-top:0px;width:80px;height:80px;}
	.slide-vote .tooltip-smile{margin-left:410px;margin-top:0px;width:80px;height:80px;background-size:cover;}
	.vote-text{font-size:16px;}
	.vote-count-outer{display:block;}
	
	.slide-vote .slider.slider-horizontal .slider-track{margin-top: 30px;height:56px;background: url('img/vote_slider_bg_400.png') no-repeat 0 -59px;box-shadow:none;}
	.slide-vote .slider-track .slider-selection {background: url('img/vote_slider_bg_400.png') no-repeat 0 0;}
	.slide-vote:hover .slider.slider-horizontal .slider-track{background: url('img/vote_slider_bg_400.png') no-repeat 0 -120px;box-shadow:none;}
	.slide-vote:hover .slider-track .slider-selection {background: url('img/vote_slider_bg_400.png') no-repeat 0 -181px;}
	.slide-vote .slider.slider-horizontal .slider-handle {margin-top:64px;}
}

@media only screen  and (min-width: 550px) and (max-width: 767px) {
	.slide-vote{width:500px;margin:0 auto 40px auto;}
	.slide-vote .slider.slider-horizontal{width:400px;}
	.vote-100go{margin-left:400px;margin-top:0px;width:80px;height:80px;}
	.slide-vote .tooltip-smile{margin-left:410px;margin-top:0px;width:80px;height:80px;background-size:cover;}
	.vote-text{font-size:16px;}
	.vote-count-outer{display:block;}
	
	.slide-vote .slider.slider-horizontal .slider-track{margin-top: 30px;height:56px;background: url('img/vote_slider_bg_400.png') no-repeat 0 -59px;box-shadow:none;}
	.slide-vote .slider-track .slider-selection {background: url('img/vote_slider_bg_400.png') no-repeat 0 0;}
	.slide-vote:hover .slider.slider-horizontal .slider-track{background: url('img/vote_slider_bg_400.png') no-repeat 0 -120px;box-shadow:none;}
	.slide-vote:hover .slider-track .slider-selection {background: url('img/vote_slider_bg_400.png') no-repeat 0 -181px;}
	.slide-vote .slider.slider-horizontal .slider-handle {margin-top:64px;}
}
/*.slide-vote .slider.slider-horizontal .slider-handle {
  transition: left 0.5s linear;
}

.slide-vote .slider-track .slider-selection {
  transition: width 0.5s linear;
}*/

#post-rating{display:none;}

.ebobo_hide{
    display:none;
}

.hide {
    display:none;
}

.chat-user__delete {
	background-position: -830px -510px;
	visibility: hidden;
	float: right;
	opacity: 0;
}

.chat-user:hover .chat-user__delete,
.comment:hover .chat-user__delete {
	visibility: visible;
	opacity: 1;
}

.chat-user:hover .chat-user__delete:hover,
.comment:hover .chat-user__delete:hover {
	background-color: #f00;
}

.chat-user__delete {
	background-image: url(../img/main-icons.png?15239);
	display: inline-block;
	padding: 0;
	border: 0;
	border-radius: 50%;
	vertical-align: top;
}


.comments-form {
	margin-bottom: 30px;
	padding: 10px;
	background-color: #fff;
	border:2px #000 solid;
	position:relative;
}

.comments-form__avatar {
	float: left;
}

.comments-form__controls {
	padding-left: 70px;
	width: 100%;
	box-sizing: border-box;
    padding-right: 20px;
}

.comments-form__controls textarea {
	display: block;
	margin-bottom: 10px;
	padding: 2px 4px;
	width: 100%;
	height: 60px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight: 300;
}

.comments-form__controls textarea:focus {
	border-color: #999999;
}

.comments-form__checkboxes {
	display: inline-block;
	margin-left: 20px;
	font-weight: 300;
	font-size: 12px;
}

.comments-form__checkboxes .checkbox:not(checked) + label:before {
	background-image: url(../img/main-icons.png?15239);
	background-position: -555px -179px;
	width: 12px;
	height: 12px;
}

.comments-form__checkboxes .checkbox:checked + label:before {
	background-position: -555px -163px;
}

.comments-form .btn-green {
	float: right;
	margin-left:5px;
}

input[type=button].button-edit-cancel{background:#000;text-transform:uppercase;}
input[type=button].button-edit-cancel:hover{background:#333;}

@media only screen and (min-width: 340px) and (max-width: 400px) { 
	.comments-form-button {margin-left: -40px;}
}

.comment-edit{cursor:pointer;}

.not-logged {
	position: absolute;
    width: 100%;
    bottom: 0px;
    top: 0px;
    left: 0px;
	padding-top:20px;
    text-align: center;
    background: rgba(220, 220, 220, 0.9);
	font-size:18px;
	z-index: 2;
}

.comment {
	margin-bottom: 20px;
}

.comment__info {
	float: left;
	width: 60px;
}

.comment__info__warn {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 1;
	display: block;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #f00;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height:20px;
}

.comment__avatar {
	display: block;
	margin: 0 auto;
}

.comment__body {
	padding-left: 60px;
	color: #222;
	font-weight: 300;
}

.comment__text {
	font-size: 17px;
	min-height:50px;
	word-wrap: break-word;
}

div.comment__text img.small{margin-left:0px !important;}

.comment__meta {
	margin-bottom: 12px;
	margin-left: 4px;
	font-size: 15px;
	color: #999;
}

.comment__meta:after {
	content:'';
	display:block;
	clear: right;
}

.comment__meta__info:before {
	content: '• ';
	color: #222;
}

.comment__meta__reply {
	background-image: url(../img/main-icons.png?15239);
	background-position: -228px -813px;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
}

.comment__links {
	display:inline-block;
	font-size: 15px;
	color: #999;
}

.comment__links a {
	color: inherit;
}

.comment__links a:hover {
	border-bottom: 1px solid;
}

.comments-thread {
	position: relative;
}

.comments-thread .comment {
	position: relative;
	margin-left: 70px;
}

.comments-thread .comment:first-child {
	margin-left: 0;
}

.comments-thread .answers .comment {
	position: relative;
	margin-left: 70px;
}

.comments-thread .comment:first-child:before {
	display: none;
}

.comments-thread .comment:last-child:after {
	position: absolute;
	top: 31px;
	bottom: 0;
	left: -30px;
	display: block;
	width: 2px;
	background-color: #fff;
	content: '';
}

.comments__show-more {
	display: block;
	margin: 40px auto 20px;
	text-align: center;
	font-weight: 500;
}

.comments__show-more:hover {
	text-decoration: underline;
}

.comment-delete, .comments-form__checkboxes{display:none;}
.comments .comment-share ul {
  display:  inline-block;
  opacity:  0;
  visibility:  hidden;
  white-space:  nowrap;
  position:  relative;
}
.comments .comment-share ul li {
  float:  none;
  opacity:  0;
  padding: 3px 8px 3px 8px;
  position:  absolute;
  right:  30px;
  top:  -5px;
  transition:  right 0.4s ease-in-out 0s;
  margin:  0 7px 0 0;
  list-style-type:  none;
  background-color: white;
}
.comments .comment-share {
  position:  relative;
  display: inline-block;
}
.comments .comment-share > * a {
  transition:  opacity 0.2s linear 0s;
}
.comment-share .twitter a, .comment-share .facebook a, .comment-share .google a, .comment-share .odnoklassniki a, .comment-share .vkontakte a {
  background-image:  url("../img/sprite-comments.png?151070");
  background-position:  0 0;
  display:  inline-block;
  height:  18px;
  opacity:  0.6;
  overflow:  hidden;
  padding:  0 !important;
  text-indent:  -9999em;
  width:  18px;
}
.comment-share .facebook a {
  background-position:  -18px 0;
}
.comment-share .google a {
  background-position:  -36px 0;
}
.comment-share .vkontakte a {
  background-position:  -72px 0;
}
.comment-share .odnoklassniki a {
  background-position:  -90px 0;
}
.comments .comment-share .toggle {
  cursor:  pointer;
  position:  relative;
  /*z-index:  100;*/
}
.comments .comment-share:hover ul {
  opacity:  1;
  visibility:  visible !important;
  /*vertical-align:  top;*/
}
.comments .comment-share:hover ul li {
  opacity:  1;
}
.comments .comment-share:hover ul li.vkontakte {
  right:  -20px;
}
.comments .comment-share:hover ul li.facebook {
  right:  -46px;
}
.comments .comment-share:hover ul li.odnoklassniki {
  right:  -72px;
}
.comments .comment-share:hover ul li.twitter {
  right:  -98px;
}
.comments .comment-share:hover ul li.google {
  right:  -124px;
}

.comments .comment-share.is_vitalegria:hover ul li.facebook {
  right:  -20px;
}
.comments .comment-share.is_vitalegria:hover ul li.twitter {
  right:  -46px;
}
.comments .comment-share.is_vitalegria:hover ul li.google {
  right:  -72px;
}
.content__drop--on-right{float:right;}
.content__drop--on-right:after{display:block;content:'';clear:both;width:0px;}
.span_comments-more-link, .a_comments-more-link{
  color: #000000;
  text-align: center;
  display: block;
  margin: 16px 16px 16px 0;
  background-color: #f7f7f7;
  line-height: 30px;
  cursor:pointer;
}

.a_comments-more-link:hover, .span_comments-more-link:hover{
	background-color: #dedede;
}
.comments .show-all a:hover {
  background-color: #dedede;
}

.comment-hidden {
	display:none;
}
.comment-opacity .comment-hidden {
    display: block;
    opacity: 0.5;
}
.reason-comment-hidden {
  font-size: 15px;
  color: #a3a3a3;
}
.reason-comment-hidden a {
  border-bottom: 1px dotted;
  text-decoration: none;
}

/* comment attach */
.comments .reply .embed-add
.comments .reply .video-add {
  padding:  0px;
}
.comments .reply .embed-add .save.ok,
 .comments .reply .video-add .save.ok {
  margin:  0 !important;
  width:  40px;
  position:  absolute;
  top:  14px;
  right:  12px;
  border-radius:  4px !important;
  display:  block;
  line-height:  30px;
}
.comments .reply .embed-add input,
.comments .reply .video-add input {
  height:  100%;
  width:  100%;
  border:  none;
  margin:  0;
  font-size:  12px;
  background:  #fff;
  display:  block;
  padding:  12px;
  -webkit-box-sizing:  border-box;
  -moz-box-sizing:  border-box;
  box-sizing:  border-box;
  border: 1px solid #b7b6b6;
}
.comments .reply .photo-add,
.comments .reply .gif-add {
  margin:  10px 0 30px 0;
}
.comments .add-icon-photo, .comments .add-icon-video, .comments .add-icon-dem, .comments .add-icon-mem, .comments .add-icon-twit, .comments .add-icon-inst {
  cursor:  pointer;
}
.comments .reply .video-add,
.comments .reply .embed-add,
.comments .reply .photo-add,
.comments .reply .gif-add {
  position: relative;
  margin: 10px 0;
  padding: 12px;
  width: 100%;
  outline: none;
  border: 1px dashed #898989;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comments .reply .video-add .video-thumb,
.comments .reply .embed-add .video-thumb,
.comments .reply .photo-add .video-thumb {
  position: relative;
  float: left;
}
.comments .reply .video-add .delete,
.comments .reply .embed-add .delete,
.comments .reply .photo-add .delete,
.comments .reply .gif-add .delete {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.62);
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.comments .reply .video-add .save,
.comments .reply .embed-add .save,
.comments .reply .photo-add .save,
.comments .reply .gif-add .save {
  background-color: #003663;
}
.comments .reply .video-add .save.ok,
.comments .reply .embed-add .save.ok,
.comments .reply .photo-add .save.ok,
.comments .reply .gif-add .save.ok {
  margin-right: 10px;
  margin-left: -40px;
  min-width: 40px;
  border-radius: 0 4px 4px 0;
}
.comments .reply .video-add .cancel,
.comments .reply .embed-add .cancel,
.comments .reply .photo-add .cancel,
.comments .reply .gif-add .cancel {
  background-color: #bbbbbb;
}
.comments .reply .video-add .photo-url-wrap,
.comments .reply .embed-add .photo-url-wrap,
.comments .reply .photo-add .photo-url-wrap,
.comments .reply .gif-add .photo-url-wrap {
  line-height: 26px;
}
.comments .reply .video-add .photo-url-wrap input,
.comments .reply .embed-add .photo-url-wrap input,
.comments .reply .photo-add .photo-url-wrap input {
  padding: 4px 45px 4px 5px;
  min-width: 50%;
  border: 1px solid #b7b6b6;
  border-radius: 4px;
  vertical-align: top;
  font-size: 14px;
  height: 36px;
}

.comments .reply .gif-add .photo-url-wrap input {
	width: 100%;
	padding: 5px;
}

.comments .gif-add__loader {
	text-align: center;
	margin: 20px;
}

.gif-add__media {
	display: inline-block;
	margin-right: 0.5%;
	text-align: center;
	cursor: pointer;
}

.gif-add__results {
	margin: 10px 0;
	max-height: 184px;
	overflow: hidden;
}

.input-gif-add, .input-gif-add:hover {
	color: white;
	text-transform: uppercase;
	background: #00afc9;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 3px;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}

.comments .reply .video-add .photo-url-wrap button,
.comments .reply .embed-add .photo-url-wrap button,
.comments .reply .photo-add .photo-url-wrap button,
.comments .reply .gif-add .photo-url-wrap button {
  margin-bottom: 0;
}
.comments .reply .attach-info {
  font-size: 12px;
  color: #a9a9a9;
  font-weight: bold;
}
.comments .reply .video-add .delete,
.comments .reply .embed-add .delete,
.comments .reply .photo-add .delete, 
.comments .reply .gif-add .delete {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.62);
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.comments .reply .video-add .save,
.comments .reply .embed-add .save,
.comments .reply .photo-add .save,
.comments .reply .gif-add .save,
.comments .reply .video-add .cancel,
.comments .reply .embed-add .cancel,
.comments .reply .photo-add .cancel,
.comments .reply .gif-add .cancel {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 0;
  min-width: 152px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
.comments .reply .video-add .save,
.comments .reply .embed-add .save,
.comments .reply .photo-add .save,
.comments .reply .gif-add .save {
  background-color: #000000;
}
.comments .reply .save .qq-drop-processing,
.comments .reply .save .qq-upload-list {
  display: none;
}
.comments .reply .video-add .cancel,
.comments .reply .embed-add .cancel,
.comments .reply .photo-add .cancel, 
.comments .reply .gif-add .cancel {
  background-color: #bbbbbb;
}
.comments .reply .video-add .photo-url-wrap,
.comments .reply .embed-add .photo-url-wrap,
.comments .reply .photo-add .photo-url-wrap,
.comments .reply .gif-add .photo-url-wrap
{
  line-height: 36px;
}
.comments .reply .video-add .photo-url-wrap input,
.comments .reply .embed-add .photo-url-wrap input,
.comments .reply .photo-add .photo-url-wrap input {
  padding: 4px 12px 4px 5px;
  min-width: 50%;
  border: 1px solid #b7b6b6;
  border-radius: 4px;
  vertical-align: top;
  font-size: 14px;
}
.comments .reply .video-add .photo-url-wrap button,
.comments .reply .embed-add .photo-url-wrap button,
.comments .reply .photo-add .photo-url-wrap button,
.comments .reply .gif-add .photo-url-wrap button {
  margin-bottom: 0;
}
.comments .reply .photo-add .photo-url-wrap button input {
  right: -10px !important;
  top: -10px !important;
}
.comments .reply .photo-add .photo-url-wrap button .qq-uploader{
  height: 25px;
  margin: -5px 0;
}
.comments .reply .photo-add .photo-url-wrap button .qq-upload-button{
  height: 25px;
}
.comments .reply .photo-add .photo-url-wrap button .qq-upload-button>div{
  height: 25px;
  line-height: 25px;
}
.comments .reply .attach-info {
  font-size: 12px;
  color: #a9a9a9;
  font-weight: bold;
}
.comments .reply .photo-add .attach-info {
/*  position: absolute;
  bottom: -25px;
*/}
.comments .reply-attached.loading {
  background: url("../../images/loader_medium.gif") no-repeat scroll 50% 50% white;
  height: 200px;
  width: 200px;
}
/**/
.reply-attached {
  position: relative;
  display: inline-block;
  margin: 5px 5px 0 0;
  vertical-align: top;
}
.reply-attached img {
  display: block;
  max-width: none;
}
.reply-attached .close,
.reply-attached .edit {
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  color: #fff;
  font-weight: bold;
  opacity:1;
}
.reply-attached .close {
  top: 5px;
  right: 5px;
  width: 24px;
  height: 0;
  border: 24px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.reply-attached .edit {
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}

.type_attach_video{
	background: #000;
}
.type_attach_video .video_holder img{
	margin: 0 !important;
}
.video_holder {
    display: table-cell;
    height: 200px;
    width: 200px;
    vertical-align:middle;
}
.video_holder img {
    width:100%;
    height:auto;
    display: inline !important;
}

.comments .comment .embed-image, .comments .comment .embed-video, .comments .comment .embed-video-single, .comments .comment .small-image {
	display: block;
	float: left;
  position:  relative;
  width:  200px;
	height: 200px;
  padding:  0;
	margin: 2px;
  overflow:  hidden;
  text-align:  center;
  vertical-align:  top;
}

.comments .comment .video-over, .comments .comment .video-over {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/css/dodo/img/video-over.png) 50% 50% no-repeat;
    opacity: 0.5;
}

.comments .comment .embed-image-single {
  display: block;
  overflow: hidden;
  margin: 4px 0;
  max-width: 100%;
}
.comments .comment .embed-image-single img{
  width:  auto;
  height:  auto;
  margin-left:  0;
  margin-top:  0;
  max-width: 100%;
}
.comments .comment .comment__text img {
/*  max-width:  100%;
  height: auto;*/
}
.comments .comment .embed-video img {
  width: 100%;
  margin-top: 100px;
  transform: translateY(-50%);
}
.comments .comment .embed-image-single img.big {
  display:  block !important;
}
.comments .comment .embed-image-single img.small {
  display:  none;
}
.comments .comment .video iframe{max-width:100%;}
.comments [class^="icon-"] {
  display:  inline-block;
  zoom:  1;
  *display:  inline;
  vertical-align:  top;
  width:  24px;
  height:  24px;
  background:  url(../img/icons-comments-24.png?151070) 0 0 no-repeat;
}
.comments [class^="icon-"]:hover {
  text-decoration:  none;
}
.comments [class^="icon-s-"] {
  background:  url(img/icons-social-auth.png?151070) 0 0 no-repeat;
}
.comments .icon-s-tw {
  background-position:  0 0;
}
.comments .icon-s-ok {
  background-position:  -24px 0;
}
.comments .icon-s-mail {
  background-position:  -24px -24px;
}
.comments .icon-s-vk {
  background-position:  0 -24px;
}
.comments .icon-s-fb {
  background-position:  0 -48px;
}
.comments .icon-s-google {
  background-position:  0 -72px;
}
.comments .icon-s-ya {
  background-position:  0 -96px;
}

.comments .comment .text-link {
	display:  inline;
}
.comments .comment .a-link {
	display:  none;
}
.comments .comment.carma-th-links .text-link {
	display:  none;
}
.comments .comment.carma-th-links .a-link {
	display:  inline;
}

.content__sub-heading {
    margin-bottom: 20px;
}


.erroralert
{
    position: fixed;
    z-index: 300;
    right: 10px;
    top: 10px;
    width: 200px;
    background: #ff0000;
    text-align: center;
    padding: 5px;
    display: none;
    border: 1px #ccc solid;
    color: #fff;
    font-size: 16px;
    z-index: 200;
}

div.successalert {background:green;}

.header-user {
	float: right;
	position:relative;
	margin-top:5px;
	z-index:3;
}
.header-user ul, .header-user li{margin:0px;padding:0px;right:0px;text-align:center;}
.header-user a{line-height:1;}
.header-user .icon {
	width: 37px;
	height: 37px;
	display: inline-block;
	border: 0;
	border-radius: 0px;
	vertical-align: top;
}
.header-user .u-name {
	display:inline-block;
	line-height:37px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	max-width:100px;
}

.header-user .icon__avatar
 {
	background-color: #ccc;
	background-image:url(img/main-icons.png);
	background-size:cover;
}

.petpop .header-user .icon__logout {
	width: auto;
	text-indent: 0;
	background-color: transparent;
	background-image: none;
	line-height: 32px;
	color: white;
	padding-right: 10px;
}

.dodo-light .header-user .icon__logout {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAApCAYAAABOScuyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU2OTVFRURBQjc0QzExRThCQTVGQkYyNkE2MEIxM0MwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU2OTVFRURCQjc0QzExRThCQTVGQkYyNkE2MEIxM0MwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTY5NUVFRDhCNzRDMTFFOEJBNUZCRjI2QTYwQjEzQzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTY5NUVFRDlCNzRDMTFFOEJBNUZCRjI2QTYwQjEzQzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6ewiRCAAACQ0lEQVR42uyYMWvCQBTHk1Is7VC/QenUrsWlhS6OhYI4lFKnQuyiCEKDrXRQA4UulQ5FpbiLOgt+Ayf9CA4u6iooLuLru5DI9TCtmktMSh78yWDuvZ+Xe+/enQgAgptsR3CZ7Zp1IIqiqfHrfmHXzbBdwIeoZ+0pmP4ky8TZCiSU9tyYSeWyCXiuARN9ugEYGL27ArjZbNLQb44HJlatVmnojOOBiRWLRRr6cZvAB6ggSkZVUB1UnwUmls/naeiYncB7qAiqsSS5ForFYsBaLpej37m1GtiPUliwYDAIsixDpVKBTqcD/X4fZrMZGFk6nabHX1kF/EJDRiIRaDQaMJ1OYRMjf5Dyd84T+BRV1J2nUino9XrAwxKJBA19xAP4WncYCoXUmsrb4vH4okYbca3aXl5qSSXgTAiY4YLP59tOU7bCDIv6zCaTSbDKmCVxbGZJvBIn0WjUMlgm6S7MJN2J7qjdbq8MMJlMYDAYQLfbheFwCOPx2Lay9kHGkwJvZKRKlEolkCQJAoEA+P3+lTcORVHod+7Mbhz7urPRaPQjEKm35XJZBTTY2SaoAaqLGtq1NYfJ2HA4vAgyn88hm82ycD1UCSWhAtoOuJXmRz3WFAoFNUitVmNByxrgWt1avV6nfeR4tpctMrbVakEmk6GDfKHOnNjAq2uPyeInJx+R2CD3jj2E0hVC04Mbjvl6r6tw6A1I5UgbVBA+wBr0zW+/8zj7/eWflWg2qHcZaPV1q90X4t51qwfsAXvA/wz4W4ABAIKghlBuagRdAAAAAElFTkSuQmCC') no-repeat center;
}

.header-user li{list-style:none;}

.header-user .icon__avatar {
	background-position: 0px 0px;
	position: relative;
}

.header-settings__second-level {
	position: absolute;
	top: 150%;
	left: 0;
	display: block;
	visibility: hidden;
	padding: 10px;
	background-color: #ccc;
	list-style-type: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
	font-size:1em;
	margin-left: -75px;
}

.header-settings__second-level.on-hover {
	z-index: 1;
}

.header-settings__second-level.on-active {
	z-index: 2;
}

.header-settings__second-level.on-top {
	padding: 4px 7px;
}

.header-settings__item:hover .header-settings__second-level.on-hover,
.header-settings__item.active .header-settings__second-level.on-active {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.header-settings__item:hover .header-settings__second-level.on-top,
.header-settings__item.active .header-settings__second-level.on-top {
	top: 0;
}

.icon__60 {
	width: 60px;
	height: 60px;
	display:inline-block;
	background:url('img/main-icons.png') no-repeat;
}

.icon__60--fb {
	background-position: -575px -633px;
	background-color: #4966b2;
}

.icon__60--fb:hover {
	background-color: #425ca0;
}

.icon__60--vk {
	background-position: -258px -567px;
	background-color: #6084a8;
}

.icon__60--vk:hover {
	background-color: #54779a;
}

.icon__60--ok {
	background-position: -419px -245px;
	background-color: #e67e17;
}

.icon__60--ok:hover {
	background-color: #cf7115;
}

.icon__60--gp {
	background-position: -703px -3px;
	background-color: #ff5736;
}

.icon__60--gp:hover {
	background-color: #ff421c;
}

div.smile {
	display: inline-block;
	background: url("/images/fishki/smiles/smiles.png?1") no-repeat scroll 0 0 transparent;
}

.modal_close{position:absolute;right:20px;background:url('img/compose-toolbar.png') -10px -10px no-repeat;width:22px;height:22px;cursor:pointer;}

/* profile */

.profile-user__side {
	margin-bottom: 30px;
	padding: 10px;
	background-color: transparent;
	font-size: 15px;
	position: relative;
}

.profile-user__avatar {
	display: block;
	margin: 0 auto 10px;
}

.profile-user__avatar .icon__30--pencil {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 40px;
	height: 40px;
	border: 5px solid #fff;
	background: url('img/main-icons.png') #ccc no-repeat -644px -695px;
	border-radius:50%;
}
.profile-user__avatar .icon__30--pencil:hover{background-color: #eee;}

#profile-user__side--edit .profile-user__avatar--bg {
    position: absolute;
    left: 50%;
    display: block;
    border: 0;
    border-radius: 0;
    opacity: .5;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#profile-user__side--edit .chat-user__delete {
    visibility: visible;
    opacity: 1;
}

.chat-user__delete {
	visibility: hidden;
	float: right;
	opacity: 0;
	background-color: #ccc;
	cursor:pointer;
	border:4px #fff solid;
	border-radius:50%;
	width: 40px;
	height: 40px;
	background: url('img/main-icons.png') #ccc no-repeat -271px -693px;
}
.chat-user__delete:hover{background-color:#eee;}

.comment__body .chat-user__delete {
	background-position: -272px -694px;
    width: 30px;
    height: 30px;
    border: 0px;
}

#profile-user__side--edit .publisher__input {
    margin-top: 7px;
    margin-bottom: 5px;
}
#profile-user__side--edit .chat-user__delete {
    visibility: visible;
    opacity: 1;
}

.profile-user__name {
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	max-width: 300px;
}

.profile-user__links a {
	display: block;
	margin-bottom: 8px;
	line-height: 1.2;
}

.profile-user__info {
	min-height: 276px;
	font-weight: 300;
	font-size: 18px;
	word-wrap: break-word;
    float: left;
}

.profile-user__info a {
	font-weight: 700;
	font-size: 14px;
}

.profile-user__buttons {
	margin-bottom: 20px;
}

.profile-user__buttons button {
	margin-right: 6px;
	background-color: #00afc9;
}

.profile-user__buttons button:hover,
.profile-user__buttons button.active {
	background-color: #55ca03;
}

.profile-user__buttons button.inactive {
	background-color: #dedede;
}

.profile-user__buttons--right {
	float: right;
}

.profile-user__buttons--right button {
	margin-right: 0;
	margin-left: 6px;
}

.profile-user__side--edit {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.profile-user__side--edit .profile-user__avatar--bg {
	position: absolute;
	left: 50%;
	display: block;
	border: 0;
	border-radius: 0;
	opacity: .5;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.profile-user__side--edit .chat-user__delete {
	visibility: visible;
	opacity: 1;
}

.profile-user__side--edit .icon__60 {
	margin: -15px -12px -10px -15px;
	-webkit-transform: scale(0.5);
	        transform: scale(0.5);
}

.profile-user__side--edit .publisher__input {
	margin-top: 7px;
	margin-bottom: 5px;
}

.profile-user__side--edit .publisher__input input {
	padding: 6px 10px;
	text-align: center;
}

.profile-user__settings-col {
	float: left;
	width: 50%;
	font-size: 16px;
	padding-right: 5%;
}

.profile-user__settings-col .quick-settings__text {
	font-size: 14px;
	line-height: 1.2;
}

.profile-user__settings-col .quick-settings__text strong {
	margin-top: 10px;
}

.profile-subscribe__item {
	padding: 0 0 15px;
}

.profile-subscribe__item .icon__30--x {
	float: left;
}

.profile-subscribe__item .checkbox + label {
	float: right;
}

.profile-subscribe__item--title {
	display: block;
	float: left;
	overflow: hidden;
	margin-top: -30px;
	padding-right: 74px;
	padding-left: 40px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}

.profile-subscribe__item--title small {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

.profile-subscribe .author {
	position: relative;
	margin-bottom: 0;
}

.profile-subscribe .author .icon__30--x {
	display: none;
}

.profile-subscribe .author .checkbox + label {
	margin-top: 14px;
}

.profile-subscribe .author:hover .avatar {
	display: none;
}

.profile-subscribe .author:hover .icon__30--x {
	display: block;
	margin: 15px 25px 15px 15px;
}

.profile-subscribe .author:hover .star__small {
	display: inline-block;
}

.profile-subscribe .jq-selectbox {
	margin-bottom: 10px;
}

.profile-subscribe .jq-selectbox__select,
.profile-subscribe .jq-selectbox__dropdown {
	margin: 0;
	border: 1px solid #ccc;
}

.profile-subscribe .jq-selectbox__trigger {
	width: 30px;
}

.profile-subscribe .jq-selectbox__trigger-arrow {
	right: 7px;
	border-width: 8px 8px 0 8px;
}

.profile-subscribe .btn-green {
	width: 100%;
}

.profile-subscribe .typeahead {
	position: relative;
	margin-bottom: 10px;
	padding: 3px 5px;
	width: 100%;
	border: 1px solid #ccc;
}

.profile-subscribe .typeahead:active,
.profile-subscribe .typeahead:focus {
	outline: 0;
	border-color: #999999;
}

.profile-subscribe .ui-helper-hidden-accessible {
	display: none;
}

.avatar {
	border: 5px solid #fff;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.avatar--50 {
	width: 50px;
	height: 50px;
}

.avatar--60 {
	width: 60px;
	height: 60px;
}

.avatar--70 {
	width: 70px;
	height: 70px;
}

.avatar--130 {
	width: 130px;
	height: 130px;
}

.sidebar {
	float: left;
	width: 320px;
}

.sidebar--left {
	padding-right: 20px;
}

.fix-link-cursor {
    cursor: pointer;
}


.qq-upload-list{display:none;}

.quick-settings__toggle,
.quick-settings__link {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-direction: row;
	margin-top: 10px;
	padding: 0;
	width: auto;
	border: 0;
	background-color: transparent;
	color:#000;
}
.quick-settings__toggle:hover{background:none;}
.quick-settings__toggle:focus{border:0px;box-shadow:none;outline:none;}

.quick-settings__icon,
.quick-settings__icon--white,
.quick-settings__icon--grey {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 12px;
	min-width: 60px;
	border-radius: 50%;
	background-color: #00afc9;
	display:none;
}

.quick-settings__icon--white {
	background-color: #fff;
}

.quick-settings__icon--grey {
	background-color: #ccc;
}

.quick-settings__text {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
	align-self: center;
}

.quick-settings__text strong {
	display: block;
	color: #00afc9;
}

.quick-settings__text strong a {
	color: inherit;
}

.quick-settings__text strong a:hover {
	text-decoration: underline;
}

.quick-settings__text.on,
.quick-settings__text.off {
	display: none;
}

.quick-settings__link.float-left {
	margin-right: 30px;
	width: auto;
}

.quick-settings__link__text {
	overflow: hidden;
	color: #00afc9;
	text-align: left;
	font-weight: bold;
	line-height: 58px;
}

.quick-settings__toggle.on .quick-settings__text.on,
.quick-settings__toggle.off .quick-settings__text.off {
	display: block;
}

/* search nav */
.header-settings {
	float: right;
	position:relative;
	z-index:2;
}

.header-settings .arrow {
	display: inline-block;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    vertical-align: super;
}

.header-settings .flag-label {
	margin-left: 5px;
	vertical-align: .8em;
	font-size: 11px;
}

.header-settings__first-level {
	margin: 2px 0 0 8px;
	padding: 0;
	list-style-type: none;
}

.header-settings__first-level > li {
	float: left;
	padding: 0px 7px;
}

.header-settings__second-level {
	position: absolute;
	top: 150%;
	left: 0;
	display: block;
	visibility: hidden;
	padding: 10px;
	background-color: #fff;
	list-style-type: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-settings__second-level.on-hover {
	z-index: 1;
}

.header-settings__second-level.on-active {
	z-index: 2;
}

.header-settings__second-level.on-top {
	padding: 4px 7px;
}

.header-settings__item:hover .header-settings__second-level.on-hover,
.header-settings__item.active .header-settings__second-level.on-active {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.header-settings__item:hover .header-settings__second-level.on-top,
.header-settings__item.active .header-settings__second-level.on-top {
	top: 0;
}

.header-settings__item {
	position: relative;
	float: left;
	padding: 0 7px;
	height: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-settings__item.active .arrow {
	border-top: 0;
	border-bottom: 6px dashed;
}

.topbar a.header-settings__link {
	width: 24px;
	height: 24px;
	padding:7px;
	display: inline-block;
	position:static;
	margin-top: 6px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: inset 0 0 0 2px #fff;
	font-size:16px;
	line-height:1;
}

.header-settings__item.active,
.header-settings__item:hover {
	background-color: #fff;
}

.header-settings__item.active {
	height: 45px;
}

.header-settings__link {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-top: 6px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.header-settings__link.search:hover{color:#000;}
.header-settings__second-level .header-search{border:1px #ccc solid;}
.header-settings__second-level .header-search input {
    background: transparent;
    max-width: 150px;
    width: auto;
    border: none;
    font: 400 18px/22px 'PT Sans', Tahoma, sans-serif;
    color: #757575;
}
.header-settings__second-level .header-search input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header-settings__second-level .header-search .btn-search {
    background: transparent;
    border: 0;
    margin-bottom: 0;
}
.header-settings__second-level .header-search .btn-search i {
    font-size: 17px;
    color: #8e8e8e
}
.header-settings__second-level .header-search::-webkit-input-placeholder {
    color: #494949;
}
.header-settings__second-level .header-search:-moz-placeholder {
    color: #494949;
    opacity: 1;
}
.header-settings__second-level .header-search::-moz-placeholder {
    color: #494949;
    opacity: 1;
}
.header-settings__second-level .header-search:-ms-input-placeholder {
    color: #494949;
}

.header-settings__second-level .header-search{width: 212px;}

.petpop li.header-settings__item:hover, .petpop li.header-settings__item.active { background: transparent; }
.petpop .header-user .u-name{color:#fff;}
.petpop .header-settings__item, .petpop .header-settings__item i{color:#fff;background:transparent;}
.petpop .topbar a.header-settings__link{background:transparent;box-shadow:none;}


@media only screen and (max-width: 470px) {
	.header-settings{display:none;}
	.header-user .u-name{width:50px;font-size:12px;}
	.ebobo a.show-logo{width:150px;height: 34px;background-size: cover;}
	.topbar .container {
		margin-left: 150px;
	}
	.profile-user__side{width:250px;margin-right:0px;}
	.sidebar--left{padding:0px;width:250px;float:none;}
}
@media only screen and (max-width: 560px) {
	div.modal{width:300px;padding:0px;left:0px;top:0px;margin-left:0px;margin-top:0px;box-sizing:border-box;padding:20px 0px;}
	.modal_close{right:5px;top:5px;}
}


.post-comments-live .content__title a{
    font-size: 20px;
	color:#000;
}

/* стили для упоминания пользователей */
#ua_suggestions{
	padding:0;
	border:1px solid #ccc;
	display:none;
	position:absolute;
	max-height:200px;
	overflow-y:auto;
	z-index:99999;
	background:#EEEEEE;
}
#ua_suggestions div {
	cursor:pointer;
	margin:0px;
	color:#00579c;
    font:75%/1em Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
	border:1px transparent solid;
}
#ua_suggestions div:hover, #ua_suggestions div.ua-hover {color:#cd0021;background:rgba(251, 203, 9, 0.5);border:1px #FBCB09 solid;}
#ua_suggestions div img{}
.notify_add{margin-bottom:10px;}
.comment_notify-a{display:inline-block;cursor:pointer;}
.comment_notify-a::after{display:inline-block;content:',';color:#000;margin:0px 10px 0px 0px;}
.comment_notify-a:last-child::after{display:none;}
.notify_add-cancel{display:inline-block;margin:0px 0px 0px 5px;text-align: center;color: #f00;cursor: pointer;font-family: Arial;text-align: center;}
.comment_notify-view{display:inline-block;cursor:pointer;}
.comment_notify-view::after{display:inline-block;content:',';color:#000;margin:0px 0px 0px 0px;}
.comment_notify-view:last-child::after{display:none;}

.user_login-static div.modal{position:static;left:0px;top:0px;margin:0 auto;border:0px; box-shadow:none;}
.user_login-static div.modal .modal_close{display:none;}

.content .row{margin-left:0px;}

.header-settings__add-story {
	display: none !important;
}

@media (max-width: 1200px) {
	.header-settings__add-story {
		display: block !important;
		color: white !important;
		border-radius: 16px;
		height: 32px;
		width: 32px;
		border: 1px solid white;
		font-size: 32px !important;
		line-height: 31px !important;
		vertical-align: middle;
	}
}
@media only screen and (max-width: 767px) {
	.chat-user__delete{visibility: visible;opacity:1;}
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
	.navigation a{padding:4px;font-size:15px;}
}
.image_wrap:after{display:block;content:'';clear:both;}

.petpop .body-pretender{min-height:100%;}
.petpop .body-pretender:after{display:block;width:100%;height:218px;content:'';}
.petpop .footer {position:absolute;margin-top:-218px;}

.dodo-light .body-pretender {
	min-height:100%;
}
.dodo-light .body-pretender:after {
	display:block;width:100%;height:79px;content:'';
}
.dodo-light .footer {
    position:absolute;
    margin-top:-79px;
}

#spam-form{
    margin-right: auto;
    margin-left: auto;
    padding: 20px 10px 10px 10px;
    width: 100%;
    background-image: url(../img/modal-complain.jpg);
    box-sizing: border-box;
	background-color:#eee;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.radio,
.checkbox {
	margin: 0 3px 0 0;
	vertical-align: top;
}

.radio + label,
.checkbox + label {
	cursor: pointer;
}

.radio:not(checked),
.checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}

.radio:not(checked) + label,
.checkbox:not(checked) + label {
	position: relative;
	padding: 0 0 0 20px;
}

.radio:not(checked) + label:before,
.checkbox:not(checked) + label:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
}

.radio + label:after,
.checkbox + label:after {
	position: absolute;
	content: '';
}

.checkbox--switch:not(checked) + label {
	padding: 0 64px 0 0;
}

.checkbox--switch:not(checked) + label:before {
	top: 0;
	width: 64px;
	height: 32px;
	border: 3px solid #ccc;
	border-radius: 16px;
}

.checkbox--switch:not(checked) + label:after {
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background-color: #f00;
	box-shadow: 0 0 0 3px #fff;
	transition: all 0.3s ease-in-out;
	transform: translateX(100%);
}

.checkbox--switch:checked + label:after {
	background-color: #55ca03;
	transform: translateX(0);
}

.publisher__source .radio:not(checked) + label:before {
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
}

.publisher__source .radio:checked + label:before {
	border-color: #999999;
}

.publisher__source .radio:checked + label:after {
	top: 7px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #55ca03;
}

.publisher__source .publisher__input {
	overflow: hidden;
	margin-left: 20px;
}

.spam_ban input[type=checkbox] {display:inline-block;}
.spam_mark{cursor:pointer;}
.spam-form-buttons input[type=submit]:enabled{background:#000;color:#fff;}

/* mob menu */
.mobmenu{width:38px;height:40px;background:url(img/mobmenu.png) center center no-repeat;cursor:pointer;position:absolute;z-index:42;display:none;}
.topbar-nav__mobile{display:none;}
.dodo_hide{display:none;}

.dodo-light .mobmenu {background-image:url(img/mobmenu_black.png);}

.mobmenuinner form {border:1px #ccc solid;background:#fff;display:inline-block;}
.mobmenuinner input {
    background: transparent;
    max-width: 150px;
    width: auto;
    border: none;
    font: 400 18px/22px 'PT Sans', Tahoma, sans-serif;
    color: #757575;
}
.mobmenuinner input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.mobmenuinner .btn-search {
    background: transparent;
    border: 0;
    margin-bottom: 0;
}
.mobmenuinner .btn-search i {
    font-size: 17px;
    color: #8e8e8e
}

#auth{padding:20px;}

@media only screen and (max-width: 1300px) {
	.topbar .container .topbar-nav {
        display: none;
    }
	.topbar .container {
		margin-left: 215px;
		margin-right: 0px;
	}
	.topbar .title.slide-in{left:280px;}
	.mobmenu{left:0px; display:block;}
	.mobmenuinner{left:0px;position:fixed;width:100%;height:100%;overflow:auto;z-index:41;background:rgba(0,0,0,1);display:none;padding-top:43px;}
	.mobmenuinner li {border-bottom:1px #ddd solid;float:none;margin:0px;}
	.mobmenuinner li a{display:inline-block;color:#ffffff;text-decoration:none;padding:0px 15px;width:100%;box-sizing:border-box;}
	.mobmenuinner .topbar-nav__item:hover .topbar-nav__link {padding-bottom: 0px;}
	.topbar .container .topbar-nav.mobmenuinner.opened{display:block;}
	.opened ul.topbar-nav__first-level{display:block;margin:0px;}
	.mobmenuinner ul{width:100%;border-top:1px #ddd solid;}
	.dodo-light .mobmenuinner {background:rgba(255,255,255,1);}
	.dodo-light .mobmenuinner li a {color:#000;}
}



@media only screen and (max-width: 768px) {
	.ebobo .mobmenu {display:block;}
	.topbar-nav__mobile{display: list-item;}
	.header-settings{display:none;}
	.header-settings__item .u-name{display:none;}
	.topbar {
        position: relative;
    }
	.topbar-fake{display:none;}
	#auth{padding:10px;}
	.comments-thread .answers .comment {margin-left: 30px;}
	.header-settings__second-level{display:none;}
}
@media only screen and (max-width: 480px) {
	#auth{padding:0px;}
	.comments-thread .answers .comment.comments-form {margin-left: 5px;}
	.comments .reply .photo-add .photo-url-wrap input {width:140px;}
}

.comments .comment.selected {
  background-color:  #FFFFCC;
}

.comments .avatar {border-color:transparent;}

.go-text u{word-wrap: break-word;word-break: break-all;}

#show-register .message-success{color:green;font-size:15px;}
#show-register .error{color:red;font-size:15px;}

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

.header-user__count {
	position: absolute;
	right: -5px;
	bottom: 0;
	padding: 0 4px;
	border: 2px solid #fff;
	border-radius: 9px;
	background-color: #f00;
	color: #fff;
	text-align: center;
	font-size: 12px;
	transition: all 0.3s ease-in-out;
}

.animal-block {
	padding: 10px;
	border: 1px solid #eee;
	position: relative;
}

.animal-block__delete {
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 20px !important;
}

.animal-block:first-child .animal-block__delete {
	display: none;
}
 
.add-animal-row {
	padding: 10px 0;
}

.pseudo-hidden {
	visibility: hidden !important;
	height: 0px !important;
}

/* ------- Слайдер ------- */
.slider--wide {
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.slider--wide .slide__item {
	position: relative;
	width: 100%;
}
.post-img .slide {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: none;
	cursor: ew-resize;
	z-index: 3;
	clear: both;
}
.post-img .slider-image-wrapper {
	float: left;
	position: relative;
}
.post-img .slider-left-image {
	border-right: 3px solid #252525;
	cursor: ew-resize;
	margin-right: -5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.post-img .slider-moused-over .slider-drag-message {
	opacity: 0;
}
.post-img .slider-drag-message {
	background: none repeat scroll 0 0 rgba(250, 245, 187, 0.8);
	border-radius: 3px;
	color: black;
	display: block;
	font-family: "Arial";
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-right: -50px;
	margin-top: -15px;
	opacity: 1;
	position: absolute;
	right: 0px;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transition: opacity 0.5s ease-out 0s;
	width: 100px;
	z-index: 3;
}
.post-img .slider-right-image {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
.post-img .slider-description {
	font-size: 17px;
}
.post-img .slide .slider-image-wrapper .slider-left-image img,
.post-img .slide .slider-right-image img {
	max-width: 690px;
}
@media (max-width: 1024px){
	.post-img .slide .slider-image-wrapper .slider-left-image img,
	.post-img .slide .slider-right-image img {
		max-width: calc(58vh);
	}
}
@media (max-width: 950px){
	.post-img .slide .slider-image-wrapper .slider-left-image img,
	.post-img .slide .slider-right-image img {
		max-width: calc(55vh);
	}
}
@media (max-width: 850px){
	.post-img .slide .slider-image-wrapper .slider-left-image img,
	.post-img .slide .slider-right-image img {
		max-width: calc(52vh);
	}
}
@media (max-width: 768px){
	.post-img .slide .slider-image-wrapper .slider-left-image img,
	.post-img .slide .slider-right-image img {
		max-width: inherit;
	}
}
/* ------- \Слайдер ------- */

/* ------- Spin ------- */
div.spin_image-wrapper {
	/* transform: translateZ(0); */
}

div.spin_image-main {
	padding-bottom: 75%;
	position: relative;
	height: auto;
	margin: 0;
	cursor: pointer;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	transform-style: preserve-3d;
	-webkit-transition: margin .6s;
	-moz-transition: margin .6s;
	-o-transition: margin .6s;
	-ms-transition: margin .6s;
	transition: margin .6s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.spin_image-container {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}

.spin_image-rotate {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #0c131c;
	background-color: rgba(12,19,28,.6);
	color: #fff;
	line-height: 30px;
	text-align: center;
	display: block;
	font-size: 16px;
	font-family: "pbthin",Helvetica,Arial,sans-serif;
	padding: 6px 0;
	-ms-transform: translateZ(1px);
	transform: translateZ(1px);
	-webkit-transform: translateZ(1px);
}

.spin_image-icon {
	display: none;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 10px;
	left: 15px;
}

.spin_image-container-in {
	position: relative;
	height: 100%;
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.spin_image-action {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.spin_image-check {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	-o-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.spin_image-back {
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.spin_image-go {
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.spin_image-img-div {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.spin_image-img {
	display: block;
	width: 100%;
}

.spin_image-rotated:hover .spin_image-icon {
    display: block;
}

.spin_image-rotated .spin_image-rotate {
	display: none;
}

@media screen\0 {
	.spin_image-back {
		-webkit-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}

	.spin_image-front {
		-webkit-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	.spin_image-go {
		-webkit-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	.spin_image-go .spin_image-back {
		-webkit-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	.spin_image-go .spin_image-front {
		-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
}
/* ------- \Spin ------- */


.cb {
	clear: both;
}
.text-center {
	text-align: center;
}
.all_communities button,
.add_community button,
.community-page button,
.communite_subsribers button {
	padding: 8px 16px;
	margin-bottom: 4px;
	border: 0;
	background-color: #000;
	vertical-align: top;
	white-space: nowrap;
	color: #fff;
}
.all_communities button:hover, .all_communities button:active,
.add_community button:hover, .add_community button:active,
.community-page button:hover, .community-page button:active {
    background-color: #111;
    border-color: #222;
}
.community-page button {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px;
	text-overflow: ellipsis;
}

.content__filter .content__filter-link {
	color: black;
	font-weight: bold;
	font-size: 12pt;
	cursor: pointer;
}
.content__filter .content__filter--active {
	padding-bottom: 5px;
	color: #aaa;
	cursor: default;
}


/* ----- Создание сообщества ----- */
.add_community .form-generic .form-row {
	margin-bottom: 15px;
}
.add_community .form-generic .form-label {
	font-size: 18px;
}
.add_community .profile-user__side .profile-user__side--edit {
	position: static;
}
.add_community .profile-user__side--edit .qq-uploader {
	display: none;
}
.add_community .upload-image .image-uploader-show {
	display: none;
}
.community-page .profile-user__side .profile-user__avatar,
.add_community .profile-user__avatar {
	background-color: #f0f0f0;
	background-image: url('/css/dodo/img/compose-icon-image-upload.png');
	background-size: 75%;
	border-radius: 25px;
	border: 4px solid #dddddd;
}
.upload-image.uploaded .image-uploader-show {
	display: block;
}
.upload-image.uploaded .image-uploader-hide, .upload-image .image-uploader-show {
	display: none;
}

.community--content .content--center {
	width: 755px;
	min-width: inherit;
	margin: 0;
	display: inline-block;
}

@media (max-width: 1180px) {
	.add_community .community--content .sidebar--left {
		width: 320px;
		float: none;
	}
	.community--content .content--center {
		width: 100%;
	}
}

.community-create__form input[type="text"], 
.community-create__form input[type="email"], 
.community-create__form input[type="password"], 
.community-create__form textarea {
	box-sizing: border-box;
	width: 100% !important;
	min-height: 30px;
}

.community--content .community_input {
	background-color: #fccfcc;
}

.community--content .form-generic textarea,
.community-create__form textarea {
    height: 100px;
}

.community--content .profile-user__side--edit .upload-image-delete {
	position: absolute;
	top: 5px;
	right: 20px;
	padding: 0px 8px;
	font-size: 20px;
	border: 1px solid;
	color: black;
}
.community--content .profile-user__side--edit .upload-image-delete:hover {
	background: black;
	transition: 0.5s;
	color: white;
}
/* ----- \Создание сообщества ----- */


.publisher__tags .checkbox:checked + label:before {
	border-color: #999999;
}
.publisher__tags .checkbox:not(checked) + label:before {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	background: #fff;
}
.publisher__tags .checkbox + label:before {
	top: 4px;
}
.radio:not(checked) + label:before, .checkbox:not(checked) + label:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
}
.publisher__tags .checkbox:checked + label:after {
	top: 6px;
	left: 2px;
	width: 10px;
	height: 10px;
	background-color: #000;
}
.publisher__tags .checkbox + label:after {
	top: 6px !important;
}
.radio + label:after, .checkbox + label:after {
	position: absolute;
	content: '';
}
#community-value_min_carma, #community-add-value_min_carma {
	width: 70px;
	height: 20px;
	margin-left: 10px;
	font-size: 14px;
	vertical-align: text-top;
}
.content__filter {
	margin: 10px 0;
}
.content__filter .content__filter-link {
	margin: 0 7px;
}


/* ----- Страница сообщества ----- */
.community-page .profile-user__side .profile-user__avatar {
	background-size: contain;
}
.community-page .profile-user__links {
	text-align: center;
}
@media (min-width: 1280px) {
	#pc-posts .giant-splash .posts-wrapper .headline-container .headline,
	#pc-posts .giant-splash .posts-wrapper .cover-overlay {
		max-width: 400px !important;
		padding-bottom: 15px;
		/* padding: 0 20px 15px 20px; */
	}
}


/* Блок добавления в игнорлист */
.community-ignor-user-list {
	margin: 10px 0;
	padding: 10px 15px;
	background: #dddddd;
}
.community-ignor-user-list input,
.community-ignor-user-list select,
.community-ignor-user-list textarea{
	box-sizing: border-box;
	padding: 5px;
}
.community-ignor-user-list .single-line_fields {
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between;
}
.community-ignor-user-list input,
.community-ignor-user-list select {
	margin: 7px 0;
	width: 45%;
	min-height: 30px;
}
.community-ignor-user-list .multiline_fields textarea {
	margin: 7px 0;
	width: 100%;
    min-width: 100%;
	max-width: 100%;
	min-height: 55px;
}
.community-ignor-user-list .box_buttons {
	min-height: 40px;
}
.community-ignor-user-list .box_buttons:after {
	content: '';
	display: block;
	clear: both;
}
.community-ignor-user-list .box_buttons button {
	float: right;
	margin: 5px;
}
.community-ignor-user-list #community_add_button {
	margin: 15px 0;
}

.community-ignor-user-list #field-banned {
	font-size: 15px;
}
.profile-user__links-inline div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	padding: 0px 2px;
	min-height: 30px;
}
.div-bottom-line {
	border-bottom: 2px solid #999;
}
.div-bottom-line-s {
	border-bottom: 1px dotted #999;
}
.div-width5 {
	display: inline-block;
	width: 5%;
}
.div-width15 {
	display: inline-block;
	width: 15%;
    vertical-align: top;
}
.div-width20 {
	display: inline-block;
	width: 20%;
    vertical-align: top;
}
.div-width40 {
	display: inline-block;
	width: 40%;
}
.div-width45 {
	display: inline-block;
	width: 45%;
}
.div-width50 {
	display: inline-block;
	width: 50%;
}
.div-width60 {
	display: inline-block;
	width: 60%;
}
.div-width100 {
	display: inline-block;
	width: 100%;
}

.subscribe-user {
	font-weight: bold !important;
	font-size: 13px;
	white-space: nowrap;
	margin: 0 !important;
}
.item_auto_subscibe .subscribe-user .star__small {
	display: none;
}
.item_auto_subscibe .subscribe-user a span {
	width: 160px;
	margin-left: 0.5em;
	overflow: hidden;
	line-height: 35px;
	font-size: 1.15em;
}
.ui-helper-hidden-accessible {
	display: none;
}
/* ----- \Страница сообщества ----- */


.ajax-click a {
	cursor: pointer;
}
.ajax-click .off {
	display: none;
}
.autocomplete-suggestions {
	background-color: #fff;
	padding: 5px;
	border: 5px solid #dddddd;
	overflow: hidden;
	min-width: 200px;
	margin-top: 5px;
	overflow-y: auto;
}
.c_autocomplete-suggestions .autocomplete-suggestion {
	height: 76px;
	margin-bottom: 4px;
}
.autocomplete-suggestion {
	cursor: pointer;
}
.c_autocomplete-suggestions .autocomplete-suggestion span {
	line-height: 70px;
	font-weight: 700;
	font-size: 20px;
	margin-left: 20px;
}

.c_autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
	background-color: #f0f0f0;
}


/* ----- Список сообществ ----- */
.user-list__one {
	margin-bottom: 30px;
	vertical-align: top;
}
.user-list__one--fw {
	min-height: 120px;
}
.avatar--110 {
    width: 110px;
    height: 110px;
}
.user-list__avatar {
	margin-right: 15px;
	margin-left: -5px;
	background-color: #f0f0f0;
	background-size: contain;
	border-radius: 30px;
	border: 4px solid #ddd;
	float: left;
}

.user-list__info .user-list__name {
	display: block;
	margin-top: 5px;
	color: #000;
	font-weight: 700;
	font-size: 18px;
}
.user-list__info .user-list__name a {
	color: #000;
}
.user-list__info .user-list__links.ajax-click a {
	margin-right: 15px;
}
.user-list__info span.moderator {
	margin-left: 0.75em;
	color: #aaa;
}
.user-list__info .warning {
	margin-left: 0.75em;
	color: red;
}
/* ----- /Список сообществ ----- */


/* ----- Все сообщества ----- */
.all_communities .form-community-searсh {
	margin-bottom: 30px;
}
.all_communities .form-community-searсh #all_community_search {
	box-sizing: border-box;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 83%;
	height: 32px;
}
/* ----- /Все сообщества ----- */

.community-post-header {
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
	padding: 42px 24px 36px 10px;
	background-color: #c3c3c3;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	max-width: 1150px;
	box-shadow: 0 0 3px #c3c3c3;
}
.community-post-header:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block; /* linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.5) 100%); */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
	content: '';
}
.community-post-header__title {
	position: relative;
	z-index: 2;
	float: left;
	font-size: 14px;
}
.community-post-header__title small {
	display: block;
	text-shadow: 0 0 5px #000;
	font-size: 24px;
}
.community-post-header__title strong {
	display: block;
	text-shadow: 0 0 5px #000;
	font-size: 36px;
}
.community-post-header__add {
	position: relative;
	z-index: 2;
	top: 40px;
	float: right;
	text-align: center;
	font-weight: 700;
	line-height: 1;
}
.user_a_banned {
	float: right;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 110px;
	text-decoration: none;
	cursor: pointer;
	font-weight: 700;
	z-index: 5;
}

.user_a_banned,
.community-post-header__add,
.community-post-header__add:hover,
.community-toggled-counter,
.community-toggled-counter:hover,
.ajax-click.comactions-container a {
	color: #ddd;
}



/* ----- Подписчики сообщества ----- */
.communite_subsribers .form-auth {
	margin-bottom: 30px;
}
.communite_subsribers .form-auth input {
	box-sizing: border-box;
	height: 32px;
}
.communite_subsribers .user-list .user-list__info {
	overflow: hidden;
}
.communite_subsribers .user-list--leftblock {
	float: left;
	margin: 0px 5px;
}

.communite_subsribers .user-list__name {
	display: block;
	margin-top: 5px;
	color: #000;
	font-weight: 700;
	font-size: 18px;
}
.communite_subsribers .user-list .user-list__place {
	max-height: 50px;
	overflow: hidden;
	margin-bottom: 5px;
}
.communite_subsribers .user-list--rightblock {
	float: right;
	margin: 0px 5px;
}
.communite_subsribers .user-list--rightblock span {
	cursor: pointer;
}
.communite_subsribers .user-list--rightblock span[data-action=ban], 
.communite_subsribers .user-list--rightblock span[data-action=block] {
	color: black;
}
.communite_subsribers .user-list--rightblock span[data-action=moderator], 
.communite_subsribers .user-list--rightblock span[data-action=unblock] {
	color: #777;
}
/* ----- \Подписчики сообщества ----- */


/* ~~~~~Смайлы~~~~~ */

.smile-block {
  display: none;
  background: white;
  position: absolute;
  z-index:  12001;
  border:  1px solid gray;
  left:  590px;
  /*height: 205px;
  overflow-y: scroll;*/
}

div.smile-block {
  overflow: hidden;
  width:  382px;
  /* height: 405px; */
  height: 369px;
}
div.smile-block.test_stickers {
  height: 405px;
}

div.smile-block td img,
div.smile-block td div.smile {
  cursor: pointer;
}

div.smile {
	display: inline-block;
	background: url("/images/fishki/smiles/smiles.png?1") no-repeat scroll 0 0 transparent;
}


div.smile-block ul.smiles-tabs {
  display: block;
  margin:  0;
  padding-left: 0;
  border-bottom: 1px solid silver;
  /* overflow: hidden; */
}
div.smile-block ul.smiles-tabs li {
  font-weight: bold;
  list-style-type: none;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: -1px;
  padding: 5px 0 7px 0;
  height: 36px;
  text-align: center;
  width:   50%;
  color:   #777;
  cursor:  pointer;
}
div.smile-block ul.smiles-tabs li.active {
  padding: 5px 0;
  border-bottom: 3px solid #00afc9;
  color:   #00afc9;
}
div.smile-block ul.smile_types  {
  position: absolute;
  margin:   0;/* 17px 0 0 0 */
  padding-left: 0;
  width: 100%;
}
div.smile-block ul.smile_types li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  height: 367px;
  text-align: center;
  overflow:   scroll;
  overflow-x: hidden;
}

/* ~~~~~Стикеры~~~~~ */
.sticker {
  width: 320px;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 520px) {
	.sticker {
		width: 180px;
		height: 180px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sticker {
		width: 200px;
		height: 200px;
	}
}

.petpop .sticker1 { background-image: url('https://petpop.cc/upload/stickers/1.png'); }
.petpop .sticker2 { background-image: url('https://petpop.cc/upload/stickers/2.png'); }
.petpop .sticker3 { background-image: url('https://petpop.cc/upload/stickers/3.png'); }
.petpop .sticker4 { background-image: url('https://petpop.cc/upload/stickers/4.png'); }
.petpop .sticker5 { background-image: url('https://petpop.cc/upload/stickers/5.png'); }
.petpop .sticker6 { background-image: url('https://petpop.cc/upload/stickers/6.png'); }
.petpop .sticker7 { background-image: url('https://petpop.cc/upload/stickers/7.png'); }
.petpop .sticker8 { background-image: url('https://petpop.cc/upload/stickers/8.png'); }
.petpop .sticker9 { background-image: url('https://petpop.cc/upload/stickers/9.png'); }
.petpop .sticker10 { background-image: url('https://petpop.cc/upload/stickers/10.png'); }
.petpop .sticker11 { background-image: url('https://petpop.cc/upload/stickers/11.png'); }
.petpop .sticker12 { background-image: url('https://petpop.cc/upload/stickers/12.png'); }
.petpop .sticker13 { background-image: url('https://petpop.cc/upload/stickers/13.png'); }
.petpop .sticker14 { background-image: url('https://petpop.cc/upload/stickers/14.png'); }
.petpop .sticker15 { background-image: url('https://petpop.cc/upload/stickers/15.png'); }

.petpop .sticker--btn {
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin-bottom: -6px;
}

.smile_types li.stickers table {
  width: 100%;
}
.smile_types li.stickers td {
  padding: 0.5em 0;
  vertical-align: middle;
  text-align: center;
}
.smile_types div.sticker {
  display: inline-block;
  width: 160px;
  height: 160px;
  cursor: pointer;
  background-size: contain;
}

.smiles-tabs {
	display: none !important;
}

.header-settings__second-level .header-settings__third-level {
    position: absolute;
    top: 0;
    left: 100%;
    right: -100%;
    display: block;
    background-color: #EEE;
    list-style-type: none;
    visibility: hidden;
    opacity: 0;
}

.header-settings__second-level li:hover .header-settings__third-level {
    visibility: visible;
    opacity: 1;
}

.header-settings__third-level .current {
    background-color: #71dd8a;
}

.mix-bg {
	max-width: 900px;
	margin: 40px auto;
}

.mix-bg .filter-line {
	display: none;
}

.mix-bg .wrap-comments {
	padding: 0 10px 0 5px;
}

.comment .btn-comment-remove,
.comment .btn-comment-cancel {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
	text-decoration: none !important;
}
/* ~~~~~\Стикеры~~~~~ */

.dodo-columns .navigation {
	width: 100%;
}

.admin-post-links a {
	color: grey;
	margin-right: 10px;
}

#facebook_thread .fb_iframe_widget span iframe {
	width: 100% !important;
}

.mr-10 {
	margin-right: 10px;
}

.dodo-3-columns .content {
	max-width: 81.25rem;
}

@media only screen and (max-width: 767px) {
	.dodo-3-columns .tagged-section .widget, 
	.dodo-3-columns .news_dodo-section .widget, 
	.dodo-3-columns .news-section .widget {
		width: 100%;
	}

	.dodo-3-columns .blog-dodo-section .headline,
	.dodo-3-columns .two-cell-col .news_dodo-section .headline {
		height: auto;
	}

}

@media only screen and (min-width: 768px) {
	.dodo-3-columns .two-cell-col {
		width: 75%;
	}

	.dodo-3-columns .one-cell-col {
		width: 25%;
	}
	
	.dodo-3-columns .one-cell-col .widget {
		text-align: left;
		padding-left: 15px;
	}

	.dodo-3-columns .other-post-list--2column .other-post-list__item {
		width: 30%;
	}

	.dodo-3-columns .news_dodo-section .widget {
		height: auto;
	}

	.dodo-3-columns .news_dodo-section:not(.news_dodo-section--top) .widget {
		width: 32%;
		margin-right: 1%;
		float: none;
		display: inline-block;
	}

	.dodo-3-columns .news_dodo-section:not(.news_dodo-section--top) .widget:nth-child(3n) {
		margin-right: 0%;
	}
}

.dodo-3-columns .topbar a {
	color: black;
	font-size: 14px;
}

.dodo-3-columns .news_dodo-section .widget .headline, 
.dodo-3-columns .news-section .widget .headline,
.dodo-3-columns .headline,
body.dodo-3-columns {
	font-family: 'Open Sans', Arial, sans-serif;
}

.dodo-3-columns .news-section .widget .headline {
	font-size: 21px;
}

.dodo-3-columns .two-cell-col .splash_dodo-section .headline,
.dodo-3-columns .news_dodo-section .widget .headline,
.dodo-3-columns .one-cell-col .widget .headline,
.dodo-3-columns .other-post-list__title {
	font-size: 16px;
	line-height: 1.3;
}

.dodo-3-columns .picture-holder {
	width: 100%;
	text-align: center;
}

.fb-like.fb_iframe_widget span,
.fb-like.fb_iframe_widget iframe {
	min-width: 150px !important;
}

.fb-like.fb_iframe_widget iframe {
	margin-top: 2px;
}

.tlg-btn-wrapper {
    text-align: center;
    margin: 20px auto !important;
}

.tlg-btn-wrapper a {
	color: white;
}

.tlg-btn, .tlg-btn:hover {
	text-decoration: none !important;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    width: 100%;
    min-height: 31px;
    background: #2298D6;
    color: #fff;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    padding: 0.5em 1.5em;
}

.tlg-btn img {
    height: 26px;
}

.post-list-h1 {
	font-size: 32px;
	line-height: 36px;
}

.footer .follow-buttons { 
	display: flex;
}

.sub-tags {
  padding: 0;
  margin: 10px 0 15px;
  text-align: center;
}

.sub-tags li {
  list-style: none;
  font-size: 1.1em;
  display: inline-block;
}

.sub-tags li:after {
  content: '|';
  display: inline;
  margin: 0 15px;
}

.sub-tags li:last-child:after {
  display: none;
}

.faktor-info .post-list-h1 {
	margin-bottom: 20px;
}

.post-list-h1--podolysk-biblioteka-oficialynyh-dokumentov:after {
	content: '6+';
    font-family: 'Roboto Condensed';
    display: inline-block;
    line-height: 25px;
    font-size: 18px;
    font-style: italic;
    color: rgba(255, 0, 0, 0.5);
    border: 1px solid rgba(255, 0, 0, 0.5);
    padding: 2px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    margin: 0 5px;
	top: -4px;
	position: relative;
}

.aifishki .content .post-list.post-list-one .widget {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
}

.aifishki .content .post-list.post-list-one .widget .image {
    height: auto !important;
    padding-top: 50%;
}

.aifishki .content .post-list.post-list-one .widget .image-article {
    margin: 0;
}

.aifishki .content {
    max-width: 1310px;
}

.aifishki .content .post-list.post-list-one .widget .link-image-wrapper {
    display: block;
    width: 100%;
    /* max-height: 50vh; */
    overflow: hidden;
}

.aifishki .content .post-list.post-list-one .widget .link-image-wrapper img {
    width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    /* max-height: 50vh; */
}