@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

b, strong {
    font-weight: 600;
}

/*Page styles*/

body {
    /*background: white;*/
    font-family: 'Open Sans', sans-serif;
}
/*#wpbody {clear:both}*/

.wrapper {
    padding: 0 30px 0 0;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    font-family: 'Lato';
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    min-width: 1000px;
}

.ff-standalone .wrapper {
    padding: 0;
    width: 1000px;
    margin: 0 auto;
}

.ff-standalone .section-tabs {
    background: none;
    position: fixed;
    z-index: 10;
    margin: 0 0 0 3px;
    height: 60px;
    padding-left: 70px;
    width: 996px;
    box-sizing: border-box;

}

.ff-standalone.ff-compact-admin .section-tabs,
.ff-standalone.ff-compact-admin .section-tabs:before {
    position: absolute;
}

.ff-standalone.ff-compact-admin #request-tab {
    display: none !important;
}

.ff-standalone {
    height: 100%;
}

.ff-standalone:not(.ff-compact-admin) body {
    padding-bottom: 200px;
    box-sizing: border-box;
    min-height: 100%;
    position: relative;
}

.ff-standalone #fade-overlay{
    left: 0 !important;
}
.ff-standalone .network-wordpress {
    display: none !important;
}

#ff-footer {
    background: #fff;
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 150px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.ff-compact-admin #ff-footer {
    position: static;
}

.ff-standalone  .width-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.width-wrapper, .ff-table {
    height: 100%;
}

.ff-table {
    display: table;
    width: 100%;
}

.ff-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 20px;
}

#flow_flow_form .ff-cell h1 {
    /* CONTACT US: */
    font-family: Lato;
    font-weight: bold;
    font-size: 14px;
    color: #999999;
    margin-bottom: 12px;
}

.ff-cell {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.ff-standalone a {
    color: #3DB7D9;
    text-decoration: none;
}

.ff-standalone a:hover {
    text-decoration: underline;
}
.ff-cell:nth-child(1),.ff-cell:nth-child(2) {
    width: 40%;
}

.ff-wp .ff-cell{
    /*width: 33%;*/
    vertical-align: top;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding: 0;
}

.ff-wp .ff-cell:nth-child(1) {
    padding-top: 40px;
    padding-left: 20px;
}

.ff-wp .section.footer {
    padding-top: 11px;
    border: 3px solid #3db7d9;
    border-width: 3px 0 0 0;
    background: #f7fdff;
}

.ff-cell a {
    text-decoration: none;
}

.ff-cell a:hover {
    text-decoration: underline;
}

.ff-standalone .section-contents {
    margin-top: 100px;
}

.ff-standalone body, .ff-standalone .section-stream {
    background-color: #F7F7F7;
}

.ff-standalone .section-tabs:before {
    position: fixed;
    background: #565A5E;
    z-index: 9;
    content: '';
    height: 60px;
    width: 100%;
    left: 0;
}

.ff-standalone .section-tabs li {
    padding: 16px 23px 16px 22px;
    font-size: 15px;
    /*font-weight: bold;*/
}

.ff-standalone .section-tabs:after {
    content: '';
    width: 75px;
    height: 60px;
    background: url(../assets/LogoFF.png) 0 0 no-repeat rgba(0, 0, 0, 0);
    background-size: 100% 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top:0;
    left: 0;
    z-index: 9;
}

.ff-standalone .section-contents .section {
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    width: 996px;
    margin: 0 3px 20px;
}

.ff-standalone .section-tabs li:hover, .ff-standalone .section-tabs li.active {
    background: #2E3133;
}


.ff-standalone .section-tabs li:first-child,.ff-standalone .section-tabs li:last-child {
    border-radius: 0;
}

.ff-standalone .section-tabs li i {
    display: none;
}

.wrapper h2 {
    color: #222;
    font-size: 20px;
    margin: 20px 0 20px;
    font-weight: 400;
    font-family: Montserrat, Arial, sans-serif;
}

.wrapper * {
    /*box-sizing: border-box;*/
}

.section-tabs {
    background-color: #565A5E;
    color: white;
    margin: 10px 0 0;
    border-radius: 4px 4px 0px 0px;
}

.ff-wp .section-tabs {
    height: 48px;
    /*overflow: hidden;*/
}

.section-tabs li {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0;
    cursor: pointer;
    position: relative;
    /*z-index: 10;*/
    font-family: Montserrat, Arial, sans-serif;
}

.section-tabs li .hint-block{
    display: inline-block;
}
.section-tabs li .hint-link{
    color: #aaacae;
    text-decoration: none;
    font-size: 18px;
}

.section-tabs #request-tab {
    float: right;
    display: none;
    font-size: 14px;
    letter-spacing: 1px;
    background: #3DB7D9;
    color: #ffffff;
}
.ff-standalone .section-tabs #request-tab {
    display: block;
}
.section-tabs #request-tab:hover {
    background: #41c4e8;
}

li#request-tab i {
    margin: 0 0 0 5px;
    font-size: 14px;
}

.section-tabs li:first-child {
    border-radius: 4px 0px 0px 0px;
}

.section-tabs li:last-child {
    border-radius: 0 4px 0px 0px;
}

.section-tabs li.active {
    cursor: default;
}


.section-tabs li:hover {
    background: #454A4E;
}

.section-tabs li.active {
    background: #3DB7D9;
}

.section-tabs li:not([class*=active]):hover {
    color: #3DB7D9;
}

.section-tabs li [class^="flaticon-"] {
    font-size: 1.6em;
    vertical-align: middle;
    display: none;
}

.section-tabs li i {
    margin-right: 0px;
}

#streams-cont.transition--enabled .section-stream,
#campaigns-cont.transition--enabled .section-stream {
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    /*-webkit-transition-delay: .05s;*/
    /*transition-delay: .05s;*/
    -webkit-backface-visibility: hidden;
    /*will-change: transform;*/
}

.section-content {
    position: fixed;
    opacity: 0;
    display: block !important;
}

.section-stream[data-view-mode] {
    width: 100%;
    left:0;
}

.section-stream[data-view-mode="streams-list"] {
    top: 0;
    /*left: -100%;*/
    -webkit-transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate(-100%,0);
    transform: translate3d(-100%,0,0);
}

.section-stream[data-view-mode="streams-update"] {
    top: 0;
    /*right: -100%;*/
    -webkit-transform: translate(100%,0);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate(100%,0);
    transform: translate3d(100%,0,0);
}

/*.page-loaded */.section-stream {
                     position: absolute;
                 }

.section-content.active {
    position: relative;
    opacity: 1;
}

.section-stream.view-visible[data-view-mode="streams-list"], .section-stream.view-visible[data-view-mode="streams-update"] {
    -webkit-transform: none;
    transform: none;
}

.section-content[data-tab=streams-tab] {
    overflow: hidden;
    min-height: 500px;
    min-width: 990px;
}

.section-contents {
    width: 100%;
}

.section-contents .section {
    float:none;
    width:100%;
    min-height:0px;
    margin: 0 0 20px;
    background-color: white;
    border-radius: 2px;
    padding: 20px 20px;
    position: relative;
    box-sizing: border-box;
}

.section-contents > .section:first-child {
    border-radius: 0 0 2px 2px;
}

.section-contents .section p {
    margin: 0;
    padding: 0;
}

.section-contents .section h1 {
    margin: 10px 0 25px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-family: Montserrat, Arial, sans-serif;
}

.admin-button {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 25px 5px 25px;
    margin: 0;
    min-width: 50px;
    display: inline-block;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: Lato, sans-serif;
    /*box-sizing: border-box;*/
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    word-spacing: 2px !important;
    letter-spacing: 0px;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: 2px solid transparent;
}

.admin-button.disabled{
    overflow: visible;
    border-left-width: 2px !important;
    z-index: 2;
}
.admin-button.disabled:hover{
    padding: 5px 25px 5px 25px;
}

.admin-button i {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.admin-button.disabled i{
    color: rgba(51, 51, 51, 0.5);
}

/*.safari .admin-button{*/
/*min-width: 185px;*/
/*text-align: center;*/
/*}*/

.green-button {
    background-color: #AED941;
    color: white;
}
.blue-button {
    background-color: #3DB7D9;
    color: white;
}
.blue-button:hover {
    background-color: #57C5E4;
}

.grey-button {
    background-color: #969794;
    color: white;
}

.green-button:hover {
    background-color: #94d93d;
}

.grey-button:hover {
    background-color: #80817e;
}

.admin-button:hover, .admin-button.button-in-progress {
    padding: 5px 35px 5px 15px;
}

.admin-button.green-button.updated-button {
    background-color: transparent;
    border-color: #AED941;
    color: #AED941;
    padding: 5px 30px 5px 20px;
}

.admin-button.updated-button:hover {
    padding: 5px 30px 5px 20px;
}

.admin-button:before {
    position: absolute;
    font-weight: normal;
    content: '';
    top: 0;
    right: -25px;
    height: 100%;
    font-size: 140%;
    line-height: 34px !important;
    margin: 0 !important;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
}

.admin-button.button-add:before {
    /*content: "+";*/
    font-family: 'ff-icons';
    content: "\e040";
    font-size: 14px;
    line-height: 34px !important;
}

.admin-button.button-go-back:before {
    font-family: 'ff-icons';
    content: "\e004";
    right: auto;
    left: -30px;
    font-size: 24px;
    line-height: 34px !important;
}

.admin-button.button-go-back:hover {
    padding: 5px 10px 5px 40px;
}

.admin-button.button-go-back:hover:before {
    left: 10px;
}

#stream-name .admin-button.button-cancel-action:before {
    font-family: 'ff-icons';
    content: "\e035";
    font-size: 140%;
}

.admin-button.button-cancel-action:before {
    content: "✕";
    font-weight: 300;
    font-size: 20px;
    font-family: Arial, sans-serif;
}

.admin-button.submit-button:before {
    font-family: 'ff-icons';
    content: "\e044";
    font-size: 18px;
}

.enable .admin-button.submit-button:before {
    content: "\e90f";
    font-size: 17px;
}
.admin-button.auth-button:before {
    font-family: 'ff-icons';
    content: "\e04a";
    font-size: 18px;
}

.section > .admin-button.submit-button {
    margin-top: 20px;
}

.section > dl + .admin-button.submit-button {
    margin-top: 0px;
}

.button-add:hover:before {
    right: 11px;
}

.button-cancel-action:hover:before,
.admin-button.button-in-progress:before {
    right: 10px;
}

.admin-button.submit-button:hover:before {
    right: 8px;
}.admin-button.auth-button:hover:before {
     right: 8px;
 }

h1 .admin-button {
    margin-left: 10px;
}

.section .desc {
    font-size: 14px;
    text-transform: none;
    color: #B7B7B7;
    font-weight: 400;
    padding: 5px 15px 0 0 !important;
    line-height: 20px;
    font-family: Lato, sans-serif;
}

.section input + .desc {
    padding: 4px 15px 0 0 !important;
}

.section table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 32px 0 20px;
    table-layout: fixed;
}

.section table thead th {
    border-bottom: 1px solid #DEDEDE;
    color: black;
    font-weight: 400;
    font-size: 16px;
    background-color: #F7FDFF;
    padding: 10px 15px;
    text-align: left;
}

.section table thead th:nth-child(1)  {
    width: 50px;
}

.section table td.empty-cell {
    padding: 10px;
    text-align: center;
}

.section table thead th:nth-child(2)  {
    width: 50px;
}

.section table thead th:nth-child(3)  {
    width: 160px;
}

.ff-wp .section table thead th:nth-child(4)  {
    width: 80px;
}

.ff-wp #streams-list-section table thead th:nth-child(5)  {
    width: auto;
}
.ff-wp #streams-list-section table thead th:nth-child(6)  {
    width: 100px;
}

.ff-standalone .section table thead th:nth-child(5)  {
    width: 8%;
}.ff-standalone .section table thead th:nth-child(6)  {
     width: 12%;
 }
.wrapper textarea:disabled,#flow_flow_form .disabled, #flow_flow_form .section-content input:disabled {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(222, 222, 222, 0.75);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(51, 51, 51, 0.5);
    border-left: 12px rgba(222, 222, 222, 0.75) solid;
    box-sizing: border-box;
}

#flow_flow_form .section-content textarea:disabled {
    min-height: 90px;
}


#stream-feeds table thead th:nth-child(3)  {
    width: auto;
}

.section table td.controls {
    padding: 0 0 0 10px;
    font-size: 16px;
    text-align: center;
    float: none;
    margin: 0;
    width: auto;
    position: relative;
}

.stream-loading .flaticon-pen{
    /*visibility: hidden;*/
}
.td-type i {
    font-size: 23px;
    color: #707070;
}

.td-type .highlight {
    margin: 0;
}

.td-type [class*=icon-] {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}

.td-type .icon-grid {
    background: url(../assets/admin-icons.png) 0 -54px no-repeat transparent;
    background-size: 20px 74px;
}

.td-type .icon-compact {
    background: url(../assets/admin-icons.png) 0 0 no-repeat transparent;
    background-size: 20px 74px;
}

.section table tbody td {
    height: 31px;
    padding: 6px 15px 4px;
    text-align: left;
    border-bottom: 1px solid #DEDEDE;
    font-weight: 300;
    font-size: 16px;
    vertical-align: middle;
}

.section table tbody td[colspan] {
    text-align: center;
}

.section table tbody .td-name {
    line-height: 20px;
}

.td-info > span {
    white-space: nowrap;
    display: inline-block;
}

.section table td.controls [class*="flaticon-"] {
    cursor: pointer;
    position: relative;
    font-size: 16px;
}

.section table td .flaticon-pen:hover {
    color: #02851b;
}

.section table td .flaticon-copy:hover {
    color: #02851b;
}

.td-name {
    cursor: pointer;
}

.section table td [class*="flaticon-"]:after {
    background: rgba(0,0,0,0.6);
    padding: 4px 5px;
    font-family: 'Lato';
    border-radius: 4px;
    position: absolute;
    top: 122%;
    left: 50%;
    width: 32px;
    color: #fff;
    margin-left: -21px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s;
    -webkit-backface-visibility: hidden;
    /*z-index: 10000;*/
}

.section table td .flaticon-tool_edit:after {
    content: 'Edit';
}

.section table td .flaticon-tool_clone:after {
    content: 'Clone';
}

.section table td .flaticon-tool_more:after {
    content: 'More';
}

.section table td .flaticon-tool_delete:after {
    content: 'Trash';
}

.section table td [class*="flaticon-"]:hover:after {
    opacity: 1;
    visibility: visible;
}

.section table td .flaticon-funnel:hover {
    color: #ed7a1e;
}
.section table td .flaticon-trash:hover {
    color: #d94f3f;
}

.section input[type=email],
.section input[type=number],
.section input[type=password],
.section input[type=search],
.section input[type=tel],
.section input[type=text],
.section input[type=url],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #DEDEDE;
    color: #333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    width: 50%;
    font-weight: 400;
    font-size: 16px;
}

.page-loaded input[type=email],
.page-loaded input[type=number],
.page-loaded input[type=password],
.page-loaded input[type=search],
.page-loaded input[type=tel],
.page-loaded input[type=text],
.page-loaded input[type=url],
.page-loaded textarea {
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s;
}

input.validation-error {
    border-color: red !important;
    -webkit-animation: shake .5s linear;
}

.section input[type=email]:focus, .section input[type=number]:focus, .section input[type=password]:focus, .section input[type=search]:focus, .section input[type=tel]:focus, .section input[type=text]:focus, .section input[type=url]:focus, textarea:focus {
    background: #F7FDFF;
}

.section input::-webkit-input-placeholder {
    color: #c4cfd2;
    font-weight: 300;
}

input.validation-error::-webkit-input-placeholder {
    color: red;
}
.section textarea::-webkit-input-placeholder {
    color: #c4cfd2;
    font-weight: 300;
}

.section input:-moz-placeholder {
    color: #c4cfd2;
    font-weight: 300;
}
input.validation-error:-moz-placeholder {
    color: red;
}
.section textarea:-moz-placeholder {
    color: #c4cfd2;
    font-weight: 300;
}

.section input:-ms-input-placeholder{
    color: #c4cfd2;
    font-weight: 300;
}
input.validation-error:-moz-placeholder {
    color: red;
}
.section textarea:-ms-input-placeholder{
    color: #c4cfd2;
    font-weight: 300;
}

#streams-list span.shortcode {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

#streams-list span.shortcode-copy {
    line-height: 24px;
    background: #E6E6E6;
    border: 1px solid #DEDEDE;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    color: white;
    cursor: pointer;
    position: relative;
    /*float: right;*/
    display: inline-block;
    text-transform: uppercase;
    margin: 13px 15px 0 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-backface-visibility: hidden;
    min-width: 60px;
    text-align: center;
}

#streams-list .shortcode-copy:after {
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    /*-webkit-backface-visibility: hidden;*/
}

.view-visible#streams-list .shortcode-copy:after {
    opacity: 1;
}

#streams-list .shortcode-copy:after {
    position: absolute;
    font-family: 'ff-icons';
    content: "\e02f";
    top: 0%;
    left: 50%;
    color: #AED941;
    z-index: -1;
}

[class*=cache-status-] {
    font-family: 'ff-icons';
}

#streams-list .shortcode-copy.copied:after {
    left: 110%;
    z-index: 1;
}

#streams-list .shortcode-copy:hover,
#streams-list .shortcode-copy.copied,
#streams-list .shortcode-copy.zeroclipboard-is-hover {
    background: #AED941;
    border-color: #AED941;
    color: white;
}

.section dl {
    /*margin: 24px 0 30px;*/
    margin: 24px 0 0px;
}

.clearfix:after, .section dl:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.section dl.section-compact {
    max-width: 62%;
}

.feed-view dd input, .feed-view dd .select-wrapper {
    max-width: 500px;
}

.section dt, .section dd  {

}

.section dt {
    float:left;
    width:30%;
    min-width: 250px;
    margin: 5px 0 30px 0;
    clear: both;
    box-sizing: border-box;
    padding-right: 10px;
}

.section dt.multiline {
    margin-top: 0;
}

.section dd {
    float:left;
    width:70%;
    margin: 0 0 30px 0;
    transform: translateZ(0);
}

.section dl input[type=email],
.section dl input[type=number],
.section dl input[type=password],
.section dl input[type=search],
.section dl input[type=tel],
.section dl input[type=text],
.section dl input[type=url],
.section dl textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.section-compact dt, .section-compact dd {
    width:50%;
}

.section dd:last-child {
    margin-bottom: 0;
}

.section-settings .oneline {
    width: 100%;
}

.section-settings .vamiddle {
    width: 100%;
}

.section-settings dt {
    text-transform: uppercase;
    color: #6D7273;
    font-size: 14px;
    line-height: 20px;
    font-family: Montserrat, Arial, sans-serif;
}

.section-settings dt.vert-aligned {
    line-height: 32px;
}

.section dd {
    font-size: 16px;
    text-transform: none;
    color: #959494;
    font-weight: 400;
}

.section-settings input.short {
    display: inline-block;
    width: 60px !important;
    text-align: center;
    margin: 0 5px 0 0 !important;
}

input.extra-small {
    width: 40px !important;
    margin: 0 5px !important;
    text-align: center !important;
}

.valign {
    vertical-align: middle;
}

dl input[data-color-format],
dl .select-wrapper {
    position: relative;
    top: -3px;
}

input[data-color-format] {
    /*border: none !important;*/
    width: 100% !important;
    text-align: center;
}

.cp-container.cp-popup,
.cp-container .cp-slider,
.cp-container .cp-preview{
    box-shadow: none !important;
}

.cp-container .cp-preview input {
    margin: 0;
}

.section-settings input:checked + label {
    /*font-weight: bold;*/
    color: #3DB7D9;
}

.section-settings label {
    display: inline-block;
    min-width: 60px;
    margin-right: 30px;
    transform: translateZ(0);
}

.section-settings label:last-child {
    margin-right: 0px;
}

.section .select-wrapper {
    /*width: 100%;*/
    background: #F7FDFF;
    border: 1px solid #DEDEDE;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.section .select-wrapper:after {
    top: 42%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #88b7d5;
    border-width: 6px;
}

.section select {
    padding: 5px 8px;
    width: 130%;
    box-sizing: content-box;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
}

span.space {
    display: inline-block;
    width: 16px;
}

#feeds-settings span.space {
    width: 25px;
}

input[type=checkbox].switcher, input[type=radio] {
    border: 1px solid #BBB;
    background: #FFF;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px;
}

input[type=checkbox].switcher, input[type=radio] {
    width: 24px;
    height: 24px;
    margin: 0px 4px 0 0;
}

input[type=radio]:disabled{
    border-left-width: 1px !important;
}

input[type=radio]:checked {
    border-color: #3DB7D9;
}

input[type=radio]:checked:before {
    content: '\2022';
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 16px;
    height: 16px;
    margin: 3px;
    line-height: 16px;
    background-color: #3DB7D9;
    float: left;
    display: inline-block;
    vertical-align: middle;
}

[id^="stream-feeds"] table thead th:nth-child(2),
#sources-list table thead th:nth-child(2) {
    /*width: 20%;*/
    width: 34px;
}

[id^="stream-feeds"] table thead th:nth-child(3),
#sources-list table thead th:nth-child(3) {
    width: 20px;
}

.ff-wp [id^="stream-feeds"] table thead th:nth-child(4),
.ff-wp #sources-list table thead th:nth-child(4) {
    width: auto;
}

.ff-wp #sources-list table thead th:nth-child(5) {
    width: 210px;
}
.ff-wp #sources-list table thead th:nth-child(6) {
    width: 100px;
    padding: 0;
}
.ff-wp #sources-list table thead th:nth-child(7) {
    width: 14px;
}

#sources-list .td-status, #sources-list .td-feed, #sources-list .td-enabled {
    text-align: center !important;
    padding: 0;
}

.popup {
    position: fixed;
    left: 0%;
    right: 0%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    margin-left: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    /*overflow: hidden;*/
    overflow-y: scroll;
    /*height: 100%;*/
    top: 0;
    bottom: 0;
}

.popup_visible body {
    overflow: hidden;
}

.popup_visible .popup {
    z-index: 10000;
}

.popup .section {
    box-shadow: 1px 1px 7px -1px #5A5A5A;
    width: 80% !important;
    margin-left: 15%;
    margin-top: 62px;
    margin-bottom: 100px;
}


.section-contents .section h1.desc-following {
    margin-bottom: 5px;
}

.popup .section h1 {
    margin: 10px 0 25px;
}

i.popupclose {
    position: absolute;
    margin: 0;
    top: -13px;
    right: -13px;
    cursor: pointer;
    color: #fff;
    /*border: 1px solid #AEAEAE;*/
    border-radius: 30px;
    background: #605F61;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 6px;
    z-index: 100000;
    height: 19px;
    line-height: 17px;
    box-sizing: content-box;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-backface-visibility: hidden;
    /* vertical-align: sub; */
}

i.popupclose:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

#fade-overlay {
    position: fixed;
    top: -100%;
    bottom: -100%;
    left: 160px;
    right: 0;
    /*background: rgba(94, 110, 141, 0.9);*/
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}

.folded #fade-overlay#feedback iframe {
    left: 36px;
}

.layout-grid .section-settings input.short {
    width: 40px !important;
    padding: 5px;
}

#fade-overlay.loading i, #fade-overlay.loading-copy i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    text-align: center;
    width: 74px;
    height: 74px;
    line-height: 74px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
    /*-webkit-transform: translateY(0px);*/
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-backface-visibility: hidden;

}

#fade-overlay i:before {
    font-size: 71px;
    line-height: inherit;
    content: "\e60a";
}

#fade-overlay.loading:after {
    /*font-family: 'ff-icons';*/
    /*content: "\e047";   */
}

.popup, #fade-overlay {
    -webkit-transition: visibility 0s 0.3s, opacity 0s linear, -webkit-transform 0s 0.3s, z-index 0s 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0s linear, -moz-transform 0s 0.3s, z-index 0s 0.3s;
    -ms-transition: visibility 0s 0.3s, opacity 0s linear, -ms-transform 0s 0.3s, z-index 0s 0.3s;
    transition: visibility 0s 0.3s, opacity 0s linear, transform 0s 0.3s, z-index 0s 0.3s;
    -webkit-backface-visibility: hidden;
}

.svg-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
}

svg path,
svg rect{
    fill: white;
}


.popup_visible .view-visible .popup,
.popup_visible .active .popup,
.popup_visible #fade-overlay,
#fade-overlay.loading, #fade-overlay.loading-copy {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
    -ms-transition: opacity 0.3s ease, -ms-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.popup .filter-feed{
    position: relative;
}

.popup .filter-feed .help-block.hint-block{
    position: absolute;
    top: 3px;
    right: 8px;
}

.desc.hint-block{
    position: relative;
    padding: 0;
}

.hint-link {
    font-size: 14px;
    color: #00a0d2;
    cursor: pointer;
    text-decoration: underline;
}
.choose-button .hint-link{
    text-decoration: none;
    color: #fff;
}
.hint {
    width: 250px;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    transform: translate(-200px, 10%);
    border: 2px solid #3DB7D9;
    background: #fff;
    padding: 21px;
    box-shadow: -5px 5px rgba(0,0,0,.09);
    color: #444;
    text-align: left;
    text-transform: none;
    line-height: 1.5;
    font-weight: normal;
}

.hint-pro {
    left: 0;
    transform: translate(0, 10%);
}

.hint-layout {
    left: 50%;
    transform: translate(-50%, 10%);
}

.hint .desc{
    font-size: 14px;
}

.hint .desc p{
    margin-bottom: 10px;
}
.hint .desc p:last-child{
    margin-bottom: 0;
}

.hint h1{
    margin: 0 0 10px 0 !important;
}

.hint strong{
    font-weight: 500;
}

.hint-block:hover .hint {
    opacity: 1;
    visibility: visible;
    transform: translate(-200px, 0);
}

.hint-block:hover .hint-pro{
    left: 0;
    transform: translate(0, 0);
}

.hint-block:hover .hint-layout{
    left: 50%;
    transform: translate(-50%, 0);
}

.hint .btn{
    color: #fff;
    border-radius: 3px;
    background: #3DB7D9;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 13px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.hint .btn:hover {
    opacity: 0.8;
}
.popup .filter-feed .help-block > .hint-link {
    font-size: 14px;
    padding: 20px 0 20px 20px;
}
.popup .filter-feed .hint {
    width: 250px;
    position: absolute;
    top: 25px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    transform: translate(-200px, 10%);
    border: 2px solid #3DB7D9;
    background: #fff;
    padding: 21px;
}

.popup .filter-feed .hint .desc{
    font-size: 14px;
    color: inherit;
}

.popup .filter-feed .hint .desc p{
    margin-bottom: 10px;
}
.popup .filter-feed .hint .desc p:last-child{
    margin-bottom: 0;
}

.popup .filter-feed .hint h1{
    margin: 0 0 8px;
}

.popup .filter-feed .hint strong{
    font-weight: 500;
}

.popup .filter-feed .hint-block:hover .hint {
    opacity: 1;
    visibility: visible;
    transform: translate(-200px, 0);
}


.feed-popup-controls {
    display: none;
}
.networks-content,
.add-feed-step-2 .networks-choice {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    -webkit-backface-visibility: hidden;
    /*-webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;*/
    /*-moz-transition: visibility 0s 0.3s, opacity 0.3s linear;*/
    /*-ms-transition: visibility 0s 0.3s, opacity 0.3s linear;*/
    /*transition: visibility 0s 0.3s, opacity 0.3s linear;*/
}

.active .add-feed-step-1 .networks-choice,
.active .add-feed-step-2 .networks-content {
    opacity: 1;
    visibility: visible;
    position: static;
}

.popup_visible .add-feed-step-1 .networks-choice,
.popup_visible .add-feed-step-2 .networks-content {
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    -moz-transition: visibility 0s, opacity 0.3s linear;
    -ms-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
}

.networks-list {
    text-align: center;
    margin: 60px 0 0px;
}

.networks-list li {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    color: #D5D5D5;
    border: 1px solid;
    border-radius: 50%;
    padding: 14px;
    margin: 0 15px 52px 0;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 56px;
    height: 56px;
    -webkit-backface-visibility: hidden;
}

.networks-list li.locked,
.networks-list li.locked:hover{
    background: #ececec;
    color: #D5D5D5;
}

.networks-list li:first-child {
    margin-left: 0;
}

.networks-list i {
    font-size: 54px;
}

.networks-list .network-facebook:hover,
.networks-list .network-facebook.tab-active {
    color: #3b5998;
    background-color: #3b5998;
}

.networks-list .network-youtube:hover,
.networks-list .network-youtube.tab-active {
    color: #e52d27;
    background-color: #e52d27;
}

.flaticon-youtube {
    color: #e52d27;
}

.td-feed .flaticon-youtube:before,
.stream-feeds__youtube {
    background-color: #e52d27;
}

.networks-list .network-soundcloud:hover,
.networks-list .network-soundcloud.tab-active {
    color: #ff8800;
    background-color: #ff8800;
}

.flaticon-soundcloud {
    color: #ff8800;
}

.td-feed .flaticon-soundcloud:before,
.stream-feeds__soundcloud {
    background-color: #ff8800;
}
.networks-list .network-linkedin:hover,
.networks-list .network-linkedin.tab-active {
    color: #0077b5;
    background-color: #0077b5;
}

.flaticon-linkedin {
    color: #0077b5;
}

.td-feed .flaticon-linkedin:before,
.stream-feeds__linkedin {
    background-color: #0077b5;
}


.networks-list .network-flickr:hover,
.networks-list .network-flickr.tab-active {
    color: #ff0084;
    background-color: #ff0084;
}

.flaticon-flickr {
    color: #ff0084;
}

.td-feed .flaticon-flickr:before,
.stream-feeds__flickr {
    background-color: #ff0084;
}
.networks-list .network-tumblr:hover,
.networks-list .network-tumblr.tab-active {
    color: #35465c;
    background-color: #35465c;
}

.flaticon-tumblr {
    color: #35465c;
}

.td-feed .flaticon-tumblr:before,
.stream-feeds__tumblr {
    background-color: #35465c;
}

.networks-list .network-foursquare:hover,
.networks-list .network-foursquare.tab-active {
    color: #f94877;
    background-color: #f94877;
}

.flaticon-foursquare {
    color: #f94877;
}

.td-feed .flaticon-foursquare:before,
.stream-feeds__foursquare {
    background-color: #f94877;
}

.networks-list .network-vine:hover,
.networks-list .network-vine.tab-active {
    color: #00b488;
    background-color: #00b488;
}

.flaticon-vine {
    color: #00b488;
}

.td-feed .flaticon-vine:before,
.stream-feeds__vine {
    background-color: #00b488;
}

.networks-list .network-dribbble:hover,
.networks-list .network-dribbble.tab-active {
    color: #ea4c89;
    background-color: #ea4c89;
}

.flaticon-dribbble {
    color: #ea4c89;
}

.td-feed .flaticon-dribbble:before,
.stream-feeds__dribbble {
    background-color: #ea4c89;
}

.td-feed .flaticon-vimeo:before,
.stream-feeds__vimeo {
    background-color: #86B32D;
}

.networks-list .network-vimeo:hover,
.networks-list .network-vimeo.tab-active {
    color: #86B32D;
    background-color: #86B32D;
}

.flaticon-vimeo {
    color: #86B32D;
}

.flaticon-facebook {
    color: #3b5998;
}
.td-feed .flaticon-facebook:before,
.stream-feeds__facebook {
    background-color: #3b5998;
}
.networks-list .network-twitter:hover,
.networks-list .network-twitter.tab-active {
    color: #5E9FCA;
    background-color: #5E9FCA;
}

.flaticon-twitter {
    color: #5E9FCA;
}
.td-feed .flaticon-twitter:before,
.stream-feeds__twitter {
    background-color: #5E9FCA;
}
.networks-list .network-pinterest:hover,
.networks-list .network-pinterest.tab-active  {
    color: #820a0f;
    background-color: #820a0f;
}
.flaticon-pinterest {
    color: #820a0f;
}
.td-feed .flaticon-pinterest:before,
.stream-feeds__pinterest {
    background-color: #820a0f;
}
.networks-list .network-instagram:hover,
.networks-list .network-instagram.tab-active  {
    color: #405de6;
    background-color: #405de6;
}
.flaticon-instagram {
    color: #405de6;
}
.td-feed .flaticon-instagram:before,
.stream-feeds__instagram {
    background-color: #405de6;
}
.networks-list .network-google:hover,
.networks-list .network-google.tab-active {
    color: #dd4b39;
    background-color: #dd4b39;
}
.flaticon-google {
    color: #dd4b39;
}
.td-feed .flaticon-google:before,
.stream-feeds__google {
    background-color: #dd4b39;
}
.networks-list .network-rss:hover,
.networks-list .network-rss.tab-active  {
    color: #d97c16;
    background-color: #d97c16;
}
.flaticon-rss {
    color: #d97c16;
}

.td-feed .flaticon-rss:before,
.stream-feeds__rss {
    background-color: #d97c16;
}

.networks-list .network-wordpress:hover,
.networks-list .network-wordpress.tab-active  {
    color: #454442;
    background-color: #454442;
}
.flaticon-wordpress {
    color: #454442;
}

.td-feed .flaticon-wordpress:before,
.stream-feeds__wordpress {
    background-color: #454442;
}
.networks-list li i.ff-icon-lock{
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 4px;
}
.networks-list li:hover i:not([class*="ff-"]),
.networks-list li.tab-active i {
    color: white;
}

.networks-list [class*=flaticon] {
    color: #D5D5D5;
}

.td-feed {
    padding: 7px 15px 5px !important;
}
#streams-list .td-feed {
    padding: 0px 15px 0px !important;
}

[id*=stream-feeds] .td-feed,
#sources-list .td-feed{
    cursor: pointer;
}



#streams-list .td-feed [class*=flaticon] {
    margin-right: 6px;
}

.td-feed [class*=flaticon]:before {
    padding: 5px;
    border-radius: 19px;
    color: white;
    font-size: 14px;
    /*margin-bottom: 5px;*/
}

[id^=stream-feeds] .td-feed [class*=flaticon]:before,
#sources-list .td-feed [class*=flaticon]:before {
    padding: 6px;
    border-radius: 19px;
    color: white;
    font-size: 16px;
}

.networks-list > li:after {
    padding: 3px 5px;
    content: attr(data-network-name);
    border-radius: 10px;
    position: absolute;
    top: 120%;
    left: 50%;
    width: 74px;
    border-radius: 30px;
    border: 1px solid #adadad;
    color: #adadad;
    margin-left: -43px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s;
    -webkit-backface-visibility: hidden;
    /*z-index: 10000;*/
}

.networks-list > li:hover:after {
    opacity: 1;
    visibility: visible;
}

.popup .section-settings {
    margin: 16px 0 40px;
}

.controls i {
    margin-right: 7px;
    color: #9B9B9B;
}

.controls i:hover {
    color: #545454;
}

.feed-dropdown-menu {
    -webkit-transition: opacity 75ms ease-in,transform 75ms ease-in;
    -moz-transition: opacity 75ms ease-in,transform 75ms ease-in;
    transition: opacity 75ms ease-in,transform 75ms ease-in;
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    -ms-transform: translate3d(0,-10px,0);
    -o-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    display: block;
    opacity: 0;
    visibility: hidden;
    background: white;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.08);
    background-clip: padding-box;
    border: 1px solid #c1cbd4;
    border-radius: 3px;
    padding: 7px;
}

.feed-dropdown-menu {
    position: absolute;
    left: auto;
    left: 30px;
    top: -10px;
    z-index: 9;
    margin-top: 0;
}

.feed-dropdown-menu li {
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    padding: 0 5px;
    line-height: 33px;
}

.feed-dropdown-menu li:first-child {
    margin-top: 0px;
}

.feed-dropdown-menu li:hover {
    color: white;
    background: #3DB7D9;
}
.td-more .feed-dropdown-menu {
    position: absolute;
    left: auto;
    right: 35px;
    top: -10px;
    z-index: 9;
    margin-top: 0;
}

.open > .feed-dropdown-menu {
    -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);
    display: block;
    opacity: 1;
    visibility: visible;
}

tr:not(.feed-enabled) .feed-dropdown-menu [data-action="cache"] {
    color: #ddd;
    pointer-events: none;
    background: transparent !important;
}

.td-more {
    position: relative;
}

.td-more i {
    cursor: pointer;
    position: relative;
    top: 1px;
}

.td-more i:hover {
    opacity: 0.8;
}

.feed-view {
    display: none;
}

.feed-view.feed-view-visible {
    display: block;
}

.ff-standalone tbody tr td:nth-child(6) {
    padding: 0 15px;
    line-height: 100%;
}

.ff-standalone tbody tr td:nth-child(6) span {
    vertical-align: bottom;
    font-size: 24px;
    line-height: 24px;
}

@font-face {
    font-family: "ff-icons";
    src: url("../assets/fonts/flaticon.eot");
    src: url("../assets/fonts/flaticon.eot#iefix") format("embedded-opentype"),
    url("../assets/fonts/flaticon.svg") format("svg"),
    url("../assets/fonts/flaticon.woff") format("woff"),
    url("../assets/fonts/flaticon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after{
    font-family: ff-icons;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    /*margin-right: .2em;*/
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.cache-status-ok:before {
    background: #51ED55;
}

[class^="cache-status-"]:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cache-status-error:before {
    background-color: #ff0005;
}
.flaticon-foursquare-2:before {
    content: "\e61e";
}
.flaticon-vine:before {
    content: "\e61f";
}
.flaticon-error:before {
    content: "\e628";
}
.flaticon-foursquare:before {
    content: "\e620";
}

.flaticon-more:before {
    content: "\e61b";
}
.flaticon-more-2:before {
    content: "\e61c";
}
.flaticon-more-3:before {
    content: "\e61d";
}
.flaticon-more-1:before {
    content: "\e90b";
}
.flaticon-more-22:before {
    content: "\e90c";
}
.flaticon-more-32:before {
    content: "\e90d";
}
.flaticon-more2:before {
    content: "\e90e";
}
.flaticon-funnel-2:before {
    content: "\e60d";
}
.flaticon-funnel:before {
    content: "\e60f";
}
.flaticon-ctrl-right:before {
    content: "\e607";
}
.flaticon-ctrl-left:before {
    content: "\e608";
}

.flaticon-spinner-1:before {
    content: "\e602";
}
.flaticon-spinner-2:before {
    content: "\e603";
}
.flaticon-spinner-3:before {
    content: "\e604";
}
.flaticon-spinner-4:before {
    content: "\e605";
}
.flaticon-spinner-5:before {
    content: "\e606";
}
.flaticon-pinteres-2:before {
    content: "\e601";
}.flaticon-bubble-2:before {
     content: "\e600";
 }
.flaticon-check:before {
    content: "\e064";
}
.flaticon-bars:before,
.flaticon-compact:before {
    content: "\e065";
}
.flaticon-grid-2:before {
    content: "\e066";
}
.flaticon-grid-small:before {
    content: "\e067";
}
.flaticon-grid:before {
    content: "\e068";
}
.flaticon-bars-2:before {
    content: "\e069";
}
.flaticon-flow:before {
    content: "\e800";
}
.flaticon-arrow-down:before {
    content: "\e000";
}
.flaticon-arrow-right:before {
    content: "\e001";
}
.flaticon-arrow-left-o:before {
    content: "\e002";
}
.flaticon-arrow-back:before {
    content: "\e003";
}
.flaticon-arrow-back-2:before {
    content: "\e004";
}
.flaticon-arrow-back-3:before {
    content: "\e005";
}
.flaticon-backpack:before {
    content: "\e006";
}
.flaticon-close:before {
    content: "\e007";
}
.flaticon-banknote:before {
    content: "\e008";
}
.flaticon-star-o:before {
    content: "\e009";
}
.flaticon-megaphone:before {
    content: "\e00a";
}
.flaticon-trash:before {
    content: "\e00b";
}
.flaticon-plus-7:before {
    content: "\e00c";
}
.flaticon-move:before {
    content: "\e907";
}
.flaticon-play:before {
    content: "\e905";
}
.flaticon-laptop:before {
    content: "\e06d";
}
.flaticon-desktop:before {
    content: "\e028";
}
.flaticon-tablet:before {
    content: "\e06e";
}
.flaticon-phone2:before {
    content: "\e06f";
}
.flaticon-blockade:before {
    content: "\e00d";
}
.flaticon-bubble:before {
    content: "\e00e";
}
.flaticon-camera-2:before {
    content: "\e00f";
}
.flaticon-camera:before {
    content: "\e010";
}
.flaticon-close-7:before {
    content: "\e011";
}
.flaticon-collapse:before {
    content: "\e012";
}
.flaticon-copy:before {
    content: "\e013";
}
.flaticon-close-6:before {
    content: "\e014";
}
.flaticon-close-4:before {
    content: "\e015";
}
.flaticon-close-5:before {
    content: "\e016";
}
.flaticon-close-3:before {
    content: "\e017";
}
.flaticon-plus-5:before {
    content: "\e018";
}
.flaticon-cup:before {
    content: "\e019";
}
.flaticon-copy-2:before {
    content: "\e01a";
}
.flaticon-data:before {
    content: "\e01b";
}
.flaticon-cross:before {
    content: "\e01c";
}
.flaticon-delicious:before {
    content: "\e01d";
}
.flaticon-delicious-2:before {
    content: "\e01e";
}
.flaticon-diamonds:before {
    content: "\e01f";
}
.flaticon-diskette:before {
    content: "\e020";
}
.flaticon-display:before {
    content: "\e021";
}
.flaticon-dribbble:before {
    content: "\e022";
}
.flaticon-facebook:before {
    content: "\e023";
}
.flaticon-facebook-2:before {
    content: "\e024";
}
.flaticon-fire:before {
    content: "\e025";
}
.flaticon-flickr:before {
    content: "\e026";
}
.flaticon-floppy:before {
    content: "\e027";
}
.flaticon-google:before {
    content: "\e904";
}
.flaticon-heart:before {
    content: "\e029";
}
.flaticon-instagram:before {
    content: "\e02a";
}
.flaticon-lab:before {
    content: "\e02b";
}
.flaticon-leaf:before {
    content: "\e02c";
}
.flaticon-arrow-left-2:before {
    content: "\e02d";
}
.flaticon-plus-4:before {
    content: "\e02e";
}
.flaticon-like:before {
    content: "\e02f";
}
.flaticon-linkedin:before {
    content: "\e030";
}
.flaticon-location:before {
    content: "\e031";
}
.flaticon-login:before {
    content: "\e032";
}
.flaticon-news:before {
    content: "\e033";
}
.flaticon-next:before {
    content: "\e034";
}
.flaticon-noodle:before {
    content: "\e035";
}
.flaticon-note:before {
    content: "\e036";
}
.flaticon-packet:before {
    content: "\e037";
}
.flaticon-paperclip:before {
    content: "\e038";
}
.flaticon-paperplane:before {
    content: "\e039";
}
.flaticon-parameters:before {
    content: "\e03a";
}
.flaticon-pen:before {
    content: "\e03b";
}.flaticon-pen:before {
     content: "\e06b";
 }
.flaticon-phone:before {
    content: "\e03c";
}
.flaticon-photo:before {
    content: "\e03d";
}
.flaticon-pinterest:before {
    content: "\e03e";
    content: "\e601";
}
.flaticon-plus-2:before {
    content: "\e03f";
}
.flaticon-plus:before {
    content: "\e040";
}
.flaticon-plus-3:before {
    content: "\e041";
}
.flaticon-previous:before {
    content: "\e042";
}
.flaticon-rss:before {
    content: "\e043";
}
.flaticon-save:before {
    content: "\e044";
}
.flaticon-search:before {
    content: "\e045";
}
.flaticon-see:before {
    content: "\e046";
}
.flaticon-settings:before {
    content: "\e047";
}
.flaticon-shop:before {
    content: "\e048";
}
.flaticon-watches:before {
    content: "\e049";
}
.flaticon-key:before {
    content: "\e04a";
}
.flaticon-cal:before {
    content: "\e04b";
}
.flaticon-truck:before {
    content: "\e04c";
}
.flaticon-cloud:before {
    content: "\e04d";
}
.flaticon-bulb:before {
    content: "\e04e";
}
.flaticon-twitter:before {
    content: "\e04f";
}
.flaticon-sound:before {
    content: "\e050";
}
.flaticon-stack:before {
    content: "\e051";
}
.flaticon-study:before {
    content: "\e052";
}
.flaticon-stumbleupon:before {
    content: "\e053";
}
.flaticon-t-shirt:before {
    content: "\e054";
}
.flaticon-tag:before {
    content: "\e055";
}
.flaticon-thin-arrow-left:before {
    content: "\e056";
}
.flaticon-three-arrows:before {
    content: "\e057";
}
.flaticon-tumblr:before {
    content: "\e058";
}
.flaticon-tv:before {
    content: "\e059";
}
.flaticon-twitter-2:before {
    content: "\e05a";
}
.flaticon-upload:before {
    content: "\e05b";
}
.flaticon-user:before {
    content: "\e05c";
}
.flaticon-vimeo:before {
    content: "\e60c";
}.flaticon-vimeo-2:before {
     content: "\e05d";
 }
.flaticon-vynil:before {
    content: "\e05e";
}
.flaticon-wallet:before {
    content: "\e05f";
}
.flaticon-wordpress:before {
    content: "\e060";
}
.flaticon-world:before {
    content: "\e061";
}
.flaticon-youtube:before {
    content: "\e062";
}.flaticon-youtube-3:before {
     content: "\e062";
 }
.flaticon-youtube-2:before {
    content: "\e063";
}.flaticon-soundcloud:before {
     content: "\e62a";
 }

.flaticon-check_mark:before {
    content: "\6d";
}
.flaticon-delete_mark:before {
    content: "\6e";
}
.flaticon-tool_clone:before {
    content: "\e91e";
}
.flaticon-tool_delete:before {
    content: "\e91f";
}
.flaticon-tool_edit:before {
    content: "\e920";
}
.flaticon-tool_more:before {
    content: "\e921";
}
.flaticon-feed_type_hash:before {
    content: "\e922";
}
.flaticon-feed_type_like:before {
    content: "\e923";
}
.flaticon-feed_type_loc:before {
    content: "\e924";
}
.flaticon-feed_type_user:before {
    content: "\e925";
}
.flaticon-share2:before {
    content: "\6f";
}

.flaticon-progress:before {
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;

}

@-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)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes shake {
    8%, 41% {
        -webkit-transform: translateX(-10px);
    }
    25%, 58% {
        -webkit-transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-5px);
    }
    92% {
        -webkit-transform: translateX(5px);
    }
    0%, 100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes shake {
    8%, 41% {
        -moz-transform: translateX(-10px);
    }
    25%, 58% {
        -moz-transform: translateX(10px);
    }
    75% {
        -moz-transform: translateX(-5px);
    }
    92% {
        -moz-transform: translateX(5px);
    }
    0%, 100% {
        -moz-transform: translateX(0);
    }
}

@keyframes shake {
    8%, 41% {
        transform: translateX(-10px);
    }
    25%, 58% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-5px);
    }
    92% {
        transform: translateX(5px);
    }
    0%, 100% {
        transform: translateX(0);
    }
}

input[type="checkbox"].switcher {
    position: absolute;
    opacity: 0;
}

/* Normal Track */
input[type="checkbox"].switcher + div {
    vertical-align: middle;
    width: 66px;
    height: 22px;
    border: 1px solid rgba(0,0,0,.4);
    border-radius: 999px;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);
    margin: /*3px*/ 0 0;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Checked Track (Blue) */
input[type="checkbox"].switcher:checked + div {
    background-position: 0 0;
    /*background-color: #3b89ec;*/
    background-color: white;
    border: 1px solid #3DB7D9;
    color: #3DB7D9;
    /*box-shadow: inset 0 0 0 10px rgba(59,137,259,1);*/
}

input[type="checkbox"].switcher + div:before {
    position: absolute;
    content: 'No';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 21px;
    padding: 0 15px 0 0;
    text-align: right;
    box-sizing: border-box;
}

input[type="checkbox"].switcher:checked + div:before {
    content: 'Yes';
    text-align: left;
    padding: 0 0 0 10px;
}

/* Normal Knob */
input[type="checkbox"].switcher + div > div {
    float: left;
    width: 16px;
    height: 16px;
    border-radius: inherit;
    background: rgba(0,0,0,.4);
    /*box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);*/
    pointer-events: none;
    margin-top: 3px;
    margin-left: 3px;
}

.page-loaded input[type="checkbox"].switcher + div {
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.page-loaded input[type="checkbox"].switcher + div > div {
    -webkit-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -moz-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -ms-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -o-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

/* Checked Knob (Blue Style) */
input[type="checkbox"].switcher:checked + div > div {
    -webkit-transform: translate3d(43px, 0, 0);
    -moz-transform: translate3d(43px, 0, 0);
    -ms-transform: translate3d(43px, 0, 0);
    -o-transform: translate3d(43px, 0, 0);
    transform: translate3d(43px, 0, 0);
    background-color: #3DB7D9;
    /*box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172,1);*/
}


label[for^=stream-layout-grid] {

}

.design-step-1 {
    /*display: none;*/
    position: relative;
    margin-bottom: 50px;
}

.design-step-1 .choose-wrapper {
    /*width: 620px;*/
    margin: 30px auto 30px;
    text-align: center;
}

.design-step-1 label {
    display: inline-block;
    box-sizing: border-box;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
    vertical-align: top;
    margin-right: 30px;
}

.design-step-1 label:last-child {
    margin-right: 0;
}

.design-step-1 label .desc {
    display: none;
}

.design-step-2 {
    position: fixed;
    opacity: 0;
    visibility: hidden;
}

/*.grid-layout-chosen */.design-step-2.layout-grid/*,
.compact-layout-chosen .design-step-2.layout-compact */{
                            opacity: 1;
                            visibility: visible;
                            position: relative;
                            -webkit-transition: visibility 0s, opacity 0.3s linear;
                            -moz-transition: visibility 0s, opacity 0.3s linear;
                            -ms-transition: visibility 0s, opacity 0.3s linear;
                            transition: visibility 0s, opacity 0.3s linear;
                        }

[class*=design-step] {
    /*position: relative;*/
    z-index: 1;
}

.section[class*=layout-chosen]:before {
    content: '';
    position: absolute;
    z-index: 0;
    background: white;
    width: 100%;
    height: 400px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -moz-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -ms-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -o-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.section[class*=layout-chosen]:before {
    background: #F7FDFF;
    top: 0;
    border-bottom: 1px solid #F3F6F7;
    left: 0;
}

.or {
    float: left;
    width: 118px;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #959494;
    margin: 0 10px;
    font-weight: 300;
    font-style: italic;
}

.design-step-1 .or {
    margin-top: 16px;
}
.or:before, .or:after  {
    content: '';
    position: absolute;
    height: 2px;
    width: 44px;
    background-color: #EEEEEE;
    left: 0;
    top: 10px;
}
.or:after {
    left: auto;
    right: 0;
}

.design-step-1 .choose-button {
    display: inline-block;
    background: #3DB7D9;
    border: 2px solid #3DB7D9;
    padding: 40px 0 34px;
    margin-bottom: 15px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 190px;
    height: 190px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    vertical-align: middle;
    display: table-cell;
}

.section[class*=layout-chosen] .design-step-1 .choose-button{
    background: #D1D3D4;
    border-color: #D1D3D4;
}

.design-step-1 label .desc {
    padding: 0 !important;
}

.design-step-1 label:not(.inactive):hover .choose-button,
.design-step-1 input:not(.inactive):checked + label .choose-button{
    background: transparent !important;
    color: #3DB7D9 !important;
    border-color: #3DB7D9 !important;
}

.design-step-1 input:checked + label .choose-button:after {
    font-family: 'ff-icons';
    content: '\e064';
    position: absolute;
    top: -13px;
    right: -11px;
    color: #fff;
    padding: 6px 3px 6px;
    background: #3DB7D9;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
}
.design-step-1 label i {
    display: block;
    margin: 0 auto 20px;
    width: 75px;
    height: 75px;
    background: url("../assets/layout-sprite.png");
    background-position: -7px -7px;
}
.design-step-1 label:hover i,
.design-step-1 input:checked + label i{
    background-position: -7px -87px;
}

.design-step-1 label .sprite-masonry {
    background-position: -97px -7px;
}
.design-step-1 label:hover .sprite-masonry,
.design-step-1 input:checked + label .sprite-masonry {
    background-position: -97px -87px;
}

.design-step-1 label .sprite-justified {
    background-position: -188px -7px;
}
.design-step-1 label:hover .sprite-justified,
.design-step-1 input:checked + label .sprite-justified {
    background-position: -188px -87px;
}

.design-step-1 input {
    display: none;
}

.design-step-1 .choose-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

#auth-settings .admin-button {
    margin-bottom: 36px;
    /*border-bottom: 1px solid darkgrey;*/
}

#auth-settings .auth-button {
    margin: 0 0 0 20px;
}

.button-wrapper {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 40px;
}

.button-wrapper:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.hide {
    display: none !important;
}

.design-step-2 {
}

.preview {
    position: absolute;
    width: 35% !important;
    /*border-left: 1px solid #eee;*/
    top: 0;
    left: 65%;
    box-sizing: border-box !important;
    /*font-family: "Open Sans",sans-serif;*/
    -webkit-transform: none !important;
    transform: none !important;
}

.preview .ff-stream-wrapper {
    width: 100%!important;
    padding: 25px 0 30px;
}

.preview .ff-stream-wrapper:after {
    content: '';
    clear: both;
    display: table;
}

.preview > h1 {
    /*margin-top: 0 !important;*/
    text-align: center;
}

.preview img {
    max-width: 100%;
}

.preview .ff-item {
    display: block !important;
    float: none !important;
    width: 280px;
    margin: 0 auto !important;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

span[class*=token] {
    display: inline-block;
    margin: 0 3px 0 5px;
    height: 10px;
    width: 10px;
    /* vertical-align: middle; */
    border-radius: 10px;
}

span.token-valid {
    background: green;
}

span.token-invalid {
    background: red;
}


.highlight {
    background: #eee !important;
    padding: 2px 8px;
    margin: 0 10px 0 4px;
    border-radius: 4px;
    display: inline-block;
    line-height: 20px;
    /*text-transform: lowercase;*/
}

table .highlight {
    margin: 0 10px 0 0px;
}
#backups thead th:nth-child(1){
    width: 200px;
}
#backups thead th:nth-child(3){
    width: auto;
}

#backups .admin-button {
    font-weight: 400;
    letter-spacing: 0;
}

@-moz-keyframes throbber-loader {
    0% {
        background: #e2e2e2;
    }
    10% {
        background: #9a9a9e;
    }
    40% {
        background: #e2e2e2;
    }
}
@-webkit-keyframes throbber-loader {
    0% {
        background: #e2e2e2;
    }
    10% {
        background: #9a9a9e;
    }
    40% {
        background: #e2e2e2;
    }
}
@keyframes throbber-loader {
    0% {
        background: #e2e2e2;
    }
    10% {
        background: #9a9a9e;
    }
    40% {
        background: #e2e2e2;
    }
}
.throbber-loader {
    -moz-animation: throbber-loader 2000ms 75ms infinite ease-out;
    -webkit-animation: throbber-loader 2000ms 75ms infinite ease-out;
    animation: throbber-loader 2000ms 75ms infinite ease-out;
    background: #e2e2e2;
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    width: 0.9em;
    height: 1.5em;
    margin: 0 1.6em;
}
.throbber-loader:before, .throbber-loader:after {
    background: #e2e2e2;
    content: '\x200B';
    display: inline-block;
    width: 0.9em;
    height: 1.5em;
    position: absolute;
    top: 0;
}
.throbber-loader:before {
    -moz-animation: throbber-loader 2000ms 0ms infinite ease-out;
    -webkit-animation: throbber-loader 2000ms 0ms infinite ease-out;
    animation: throbber-loader 2000ms 0ms infinite ease-out;
    left: -1.6em;
}
.throbber-loader:after {
    -moz-animation: throbber-loader 2000ms 150ms infinite ease-out;
    -webkit-animation: throbber-loader 2000ms 150ms infinite ease-out;
    animation: throbber-loader 2000ms 150ms infinite ease-out;
    right: -1.6em;
}

.stream-loading .loader-wrapper {
    opacity: 1;
}

.loader-wrapper {
    position: absolute;
    left: 12px;
    top: 9px;
    opacity: 0;
}

td.controls i {
    opacity: 1;
    z-index: 2;
}

td.controls i, .loader-wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.stream-loading td.controls i{
    opacity: 0;
}

#moderation-tab {
    display: none;
}

[class*=cache-status-] {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.wrapper > h2 a {
    font-size: 14px;
}

#ff-cats, #ff-roles {
    display: none;
}

.ff-new {
    display:inline-block;background: #11BB79;color: #FFF;padding: 5px;margin-left: 5px;border-radius: 3px;
}

.checkbox-row {
    margin: 0 0 10px;
}

.checkbox-row:first-child {
    margin-top: 5px;
}

.checkbox-row input[type=checkbox] {
    height: 24px;
    width: 24px;
    min-width: 24px;
    margin-right: 7px;
}
.checkbox-row input[type=checkbox]:checked:before {
    content: "\f147";
    margin: 0px 0 0 -4px;
    color: #3DB7D9;
    font-size: 26px;
    box-shadow: none !important;
}
.checkbox-row input[type=checkbox]:disabled {
    border-left-width: 1px !important;
}

.feeds-list {
    table-layout: fixed;
}

.feeds-list .flaticon-copy {
    display: none;
}

#feeds-list tr td{
    opacity: 0.5;
}

#feeds-list .feed-enabled td, #feeds-list .controls  {
    opacity: 1;
}

.section .feeds-list thead th:nth-child(1) {
    width: 55px;
}

#error-popup {
    position: absolute;
    font-family: Lato;
    z-index: 100000;
    width: 550px;
    min-height: 50px;
    top: 500px;
    left: 500px;
    border: 2px solid #FF4500;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.061, 0.355, 1), visibility 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.061, 0.355, 1), visibility 0s;
}

#error-popup.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

#error-popup h4 {
    margin: 0 0 15px;
    font-weight: 400;
}

#error-popup p {
    font-weight: 200;
}

.tr-error .td-status {
    cursor: help;
}

.show-only-errors tr:not(.tr-error) {
    display: none !important;
}

.no-margin {
    margin: 0 !important;
}
/* --------------------------------

xpopup

-------------------------------- */
.cd-popup, .content-popup {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background-color: rgba(94, 110, 141, 0.9);*/
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
}
.content-popup {
    z-index: 100000;
    overflow: auto;
}
.cd-popup.is-visible, .content-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}

.cd-popup-container, .content-popup__container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.content-popup__container {
    min-width: 900px;
    overflow: hidden;
}
.cd-popup-container p {
    padding: 3em 2em;
    line-height: 1.6em;
}
.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}
.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
}
.cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    text-decoration: none;
    box-shadow: none !important;
}

.cd-popup-container a {
    text-decoration: none;
    box-shadow: none !important;
}
.cd-popup-container .cd-buttons li:first-child a {
    background: #b6bece;
    border-radius: 0 0 0 .25em;
}
.cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #c5ccd8;
}
.cd-popup-container .cd-buttons li:last-child a {
    background: #fc7169;
    border-radius: 0 0 .25em 0;
}
.cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #fc8982;
}

.is-neutral .cd-popup-container .cd-buttons li:last-child a {
    background: #2dbae2;
}
.is-neutral .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #30c8f3;
}
.cd-popup-container .cd-popup-close, .content-popup__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after,
.content-popup__close::before, .content-popup__close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before,
.content-popup__close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.cd-popup-container .cd-popup-close::after,
.content-popup__close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}
.is-visible .cd-popup-container, .is-visible .content-popup__container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}
.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: rgba(0, 0, 0, 0);
    white-space: nowrap;
}

#backups .grey-button {
    padding: 5px 5px 5px 5px !important;
    line-height: 15px;
}

/* sections toggler */

.section__toggle {
    position: absolute;
    top: 28px;
    right: 20px;
    background: #F7F7F7;
    border-radius: 50%;
    padding: 8px 8px 7px;
    color: #C1C1C1;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 999;
}

.section__toggle:before {
    content: "\e62b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}

.section__toggle:hover, .section--collapsed .section__toggle {
    background: #AED941;
    color: #fff;
}

.section--collapsed .section__toggle:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.section.section--collapsed {
    height: 90px;
    overflow: hidden;
}

.section.section--collapsed > *:not(h1), .section--collapsed .design-step-1 .desc, .section--collapsed .design-step-1 .choose-wrapper {
    display: none;
}

.section--collapsed .button-add {
    opacity: 0;
}

.section--collapsed .section__toggle, .section--collapsed .design-step-1 {
    display: block !important;
}

.rating-promo p {
    color: #8A8A8A;
    line-height: 18px;
    font-size: 14px;
    padding: 0 20px 0 0 !important;
    overflow: hidden;
}

.fb-wrapper {
    position: relative;
    float: right;
    width: 280px;
    height: 70px;
    margin-top: 32px;
}

.rating-promo:after {
    content: '';
    display: table;
    clear: both;
}

#feedback iframe {
    width: 100% !important;
    height: 4000px !important;
    position: relative;
    top: -125px;
}

#feedback {
    overflow: hidden;
    background: #FCFCFC;
}

.extension {
    padding: 20px 0;
}

.extension__item {
    overflow: hidden;
    border: 1px solid #DEDEDE;
    padding: 20px;
    margin-bottom: 20px;
}

#extensions .extension__title,
#other_products .extension__title {
    font-family: Montserrat;
    font-size: 14px;
    color: #3DB7D9;
    line-height: 18px;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.extension__content {
    overflow: hidden;
    padding: 0 0 0 20px;
}

#extensions .extension__text,
#other_products .extension__text {
    font-family: Lato;
    font-size: 14px;
    color: #303233;
    line-height: 21px;
    overflow: hidden;
    padding: 0 65px 0 0;
}

.extension__image {
    width: 80px;
    height: 80px;
    float: left;
}

#extension-ads .extension__image {
    background:  url("../assets/icon_ff_addon_1.png");
}
#extension-tv .extension__image {
    background:  url("../assets/icon_ff_addon_2.png");
}
#plugin-grace .extension__image {
    background:  url("../assets/icon_other1.png");
}
#plugin-php .extension__image {
     background:  url("../assets/icon_other2.png");
 }
#plugin-stacks .extension__image {
     background:  url("../assets/icon_other3.png");
 }
.extension__cta {
    float: right;
    /* Button: */
    background: #AED941;
    border-radius: 4px;
    /* GET: */
    font-family: Lato;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 15px;
    min-width: 130px;
    padding: 12px 12px;
    text-align: center;
    margin: 20px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
}
.extension__cta:hover {
    text-decoration: none;
    background: #BEE261;
    color: white;
}

.extension__cta--disabled {
    pointer-events: none;
    opacity: 0.3;
}

.extension__cta--activated {
    color: #BEE261 !important;
    background: #fff !important;
    border: 1px solid #BEE261;
}

#envato_license h1 {
    opacity: 0.89;
    font-family: Montserrat;
    font-size: 24px;
    color: #262626;
    line-height: 29px;
    margin: 10px 0 15px;
}

#envato_license h3 {
    /* Activate your copy t: */
    font-family: Lato;
    font-size: 16px;
    color: #5F5F5F;
    line-height: 24px;
}

#envato_license input.disabled {
    border: none !important;
    padding-left: 0 !important;
    color: rgba(51, 51, 51, 0.85) !important;
    pointer-events: none !important;
}

.plugin-activated .checkbox-row {
    display: none;
}

#envato_license .checkbox-row:first-child {
    margin-top: 14px;
}

#envato_license #user-settings-sbmt-2 {
    margin-left: 15px;
}

#user-settings-sbmt-2:before {
    content: "\e033";
}

#user-settings-sbmt:before {
    content: "\e04a";
}
.plugin-activated #user-settings-sbmt:before {
    content: "\e00d";
}

.fb-token-notice, .own-app-input {
    display: none;
}

.ff-own-app .fb-token-notice, .ff-own-app .own-app-input {
    display: block;
}

#streams-tab i {
    display: inline-block;
    font-size: 13px;
    margin: 0 2px 0 0;
    line-height: 48px;
    opacity: 0;
    position: absolute;
    left: -12px;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.stream-view-visible #streams-tab.active i {
    opacity: 1;
    left: 8px;
}

.stream-view-visible #streams-tab.active:hover i {
    left: 7px;
}

#streams-tab i:before {
    content: '\e02d';
}

#streams-tab {
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

.stream-view-visible #streams-tab.active {
    padding: 10px 12px 10px 28px;
    cursor: pointer;
}

[id^=stream-name] .button-go-back {
    display: none;
}

.view-tabs, .view-tabs.float-left li {
    display: inline-block;
}

.view-tabs {
    margin: 10px 0 0 10px;
    position: relative;
    white-space: normal;
    max-width: 540px;
    height: 27px;
    overflow: hidden;
}

.view-tabs li {
    padding: 6px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.transition--enabled .view-tabs li{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.view-tabs li:last-child {
    margin-right: 0px;
}

.view-tabs .section-active-tab {
    /*background: #3DB7D9;*/
    color: white;
    /*cursor: default;*/
    /*border: 1px solid #3DB7D9;*/
}

.view-tabs li:not(.section-active-tab):hover {
    opacity: 0.75;
}

.view-tabs .tab-cursor {
    position: absolute;
    z-index: 0;
    padding: 0;
    left: 0;
    min-width: 65px;
    background: #3DB7D9;
    min-height: 27px;
    min-width: 0;
    border-radius: 3px;
}

.float-left {
    float: left;
}

.clearboth {
    clear: both;
}

h1.float-left {
    display: none;
}

.section .input-not-obvious input {
    cursor: pointer;
    border: 1px solid transparent;
    max-width: 138px !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 5px;
    position: relative;
    left: -5px;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-family: Montserrat, Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 0px !important;
    box-sizing: content-box;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.section .input-not-obvious input:hover {
    background: #F7FDFF;
}

.section .input-not-obvious input:focus {
    cursor: auto;
    max-width: 350px !important;
    min-width: 350px !important;
    padding-left: 10px;
}


.transition--enabled .input-not-obvious input {
    -webkit-transition: all 0.2s ease 0.1s !important;
    -moz-transition: all 0.2s ease 0.1s !important;
    transition: all 0.2s ease 0.1s !important;
}
/* Sections*/

.section-stream .section[data-tab] {
    display: none;
}

.section-stream .active-section[data-tab] {
    display: block;
}

.shortcode-section .shortcode {
    font-size: 64px;
    padding: 40px !important;
    text-align: center;
}


.shortcode span {
    display: inline-block;
    padding: 20px;
    background: #f1f1f1;
}
/*****/

.stream-feeds__list:empty {
    padding: 15px 0 0;
    min-height: 100px;
    position: relative;
}
.stream-feeds__list {
    padding: 25px 0 15px;
}
.stream-feeds__list:empty:before {
    opacity: 1;
    visibility: visible;
}
.stream-feeds__list::before {
    position: absolute;
    /* width: 100%; */
    opacity: 0;
    visibility: hidden;
    content: 'Please connect at least one feed';
    top: 40px;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    color: #d6d6d6;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    /*background: #f9f9f9;*/
    padding: 10px 16px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.stream-feeds__block {
    text-align: center;

}

.stream-feeds__block:hover {
    background: #f9f9f9;
    cursor: pointer;
}

.stream-feeds__block:hover .stream-feeds__add {

}

.stream-feeds__add {
    cursor: pointer;
    color: #949494;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    padding: 13px;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 4px;
}

.stream-feeds__list:empty + .stream-feeds__block .stream-feeds__add {
    background: #AED941;
    color: white;
    padding: 17px 25px;
    font-size: 16px;
}

.stream-feeds__list:empty + .stream-feeds__block {
    margin: 0 0 30px;
}

.stream-feeds__list:empty + .stream-feeds__block:hover {
    background: transparent;
}

.stream-feeds__list:empty + .stream-feeds__block .stream-feeds__add:hover {
    opacity: 0.9;
}

.section-stream table.feeds-list {
    display: none;
}

.stream-feeds__select {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 17px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /*width: 500px;*/
}

.stream-feeds--connecting .stream-feeds__select {
    opacity: 1;
    visibility: visible;
}

.stream-feeds__select .select-wrapper {
    display: inline-block;
    width: auto;
    min-width: 500px;
    vertical-align: middle;
}

.stream-feeds__btn {
    background: #AED941;
    border-radius: 4px;
    padding: 9px 18px;
    color: #FFF;
    cursor: pointer;
    vertical-align: middle;
    /*line-height: 42px;*/
    height: 42px;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 10px;
}

.stream-feeds__close {
    background: #D94141;
}

.stream-feeds__btn i {
    vertical-align: middle;
}

.stream-feeds__btn .flaticon-plus:before {
    content: '\e064';
    font-size: 20px;
    position: relative;
    top: 2px;
}

.stream-feeds__btn .flaticon-cross:before {
    font-size: 24px;
    content: '\e01c';
    position: relative;
    top: 1px;
}

.stream-feeds__btn:hover {
    opacity: 0.8;
}

.stream-feeds__list:empty + .stream-feeds__block + .stream-feeds__select {
    text-align: center;
    bottom: 50px;
    width: calc(100% - 40px);
}

.stream-feeds--connecting .stream-feeds__block {
    visibility: hidden;
}

.stream-feeds__item {
    padding: 12px 16px 12px 14px;
    border-radius: 4px;
    color: #fff;
    font-family: Lato;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    margin: 0 14px 14px 0;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.stream-feeds__error:after {
    font-family: 'ff-icons';
    position: absolute;
    right: -12px;
    top: -8px;
    background: #fff;
    font-weight: bold;
    font-size: 24px;
    content: "\e628";
    color: #ff4500;
    border-radius: 50%;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.stream-feeds__item:hover {
    opacity: 0.85;
}

.stream-feeds__item:hover .stream-feeds__icon:before {
    content: "\e01c";
}

.stream-feeds__icon {
    color: white !important;
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 14px;
    vertical-align: bottom;
}

.holder {
    text-align: center;
    display: none;
}

.holder .jp-current, .holder a:not(.jp-disabled):hover {
    background: #eee;
    color: #263238;
}
.holder a {
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 0 0;
    padding: 0 7px;
    border: 0;
    clip: rect(0 0 0 0);
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.holder a:not(.jp-current) {
    cursor: pointer;
}

.holder a:not(.jp-disabled):hover {
    border-color: inherit;
}

.holder .jp-previous {
    margin-right: 10px;
}
.holder .jp-next {
    margin-left: 5px;
}

.holder .jp-disabled {
    color: #e2e2e2;
    cursor: default !important;
}

.jp-visible .holder {
    display: block;
}

.hidden {
    display: none;
}

.ff-pseudo-link {
    text-decoration: none !important;
    position: relative;
    outline: 0 !important;
    box-shadow: none !important;
}

.ff-pseudo-link:after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: -1px;
    border-bottom: 1px dotted;
    left: 0;
    width: 100%;
}

.ff-pseudo-link:hover:after {
    opacity: 0.5;
}
.errors-present i {
    display: inline-block !important;
}

.stream-feeds__select select {
    width: auto;
    min-width: 350px;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
#flow_flow_form .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#flow_flow_form .chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#flow_flow_form .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #DEDEDE;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
#flow_flow_form .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
#flow_flow_form .chosen-container a {
    cursor: pointer;
}
#flow_flow_form .chosen-container .search-choice .group-name, #flow_flow_form .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}
#flow_flow_form .chosen-container .search-choice .group-name:after, #flow_flow_form .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */
#flow_flow_form .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 42px;
    background: #F7FDFF;
    border: 1px solid #DEDEDE;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
#flow_flow_form .chosen-container-single .chosen-default {
    color: #999;
}
#flow_flow_form .chosen-container-single .chosen-single span {
    display: block;
    /*overflow: hidden;*/
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 42px;
    text-align: left;
    font-size: 16px;
    position: relative;
}

#flow_flow_form .chosen-single span:after {
    top: 42%;
    right: -17px;
    border: solid #000;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #f7fdff;
    border-top-color: #88b7d5;
    border-width: 6px;
}
#flow_flow_form .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
#flow_flow_form .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    /*background: url('chosen-sprite.png') -42px 1px no-repeat;*/
    font-size: 1px;
}
#flow_flow_form .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
#flow_flow_form .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
#flow_flow_form .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
#flow_flow_form .chosen-container-single .chosen-single div b {
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: url('chosen-sprite.png') no-repeat 0px 12px;*/
}
#flow_flow_form .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
#flow_flow_form .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    /*background: white url('chosen-sprite.png') no-repeat 100% -20px;*/
    /*background: url('chosen-sprite.png') no-repeat 100% -20px;*/
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
#flow_flow_form .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
#flow_flow_form .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
#flow_flow_form .chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
}
#flow_flow_form .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 20px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}
#flow_flow_form .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
#flow_flow_form .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
#flow_flow_form .chosen-container .chosen-results li.highlighted {
    background-color: #3db7d9;
    color: #fff;
}
#flow_flow_form .chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}
#flow_flow_form .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
#flow_flow_form .chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
#flow_flow_form .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/*Rangeslider*/

.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rangeslider {
    background: #e6e6e6;
    position: relative;
}

.rangeslider--horizontal {
    height: 20px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: #00ff00;
    position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.rangeslider__handle:active {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

input[type=range] {
    -webkit-appearance: none;
    background: none;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-ms-track {
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-track {
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
}

input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #555;
    padding: 5px 10px;
    border: 2px solid #555;
}
input[type=range]:focus::-ms-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #555;
    padding: 5px 10px;
    border: 2px solid #555;
}
input[type=range]:focus::-moz-range-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #555;
    padding: 5px 10px;
    border: 2px solid #555;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]:focus::-ms-track {
    background: #ccc;
}

input[type=range]:focus::-moz-range-track {
    background: #ccc;
}

/* @end */

/*Devices*/

.device-list {
    margin: 0 0 25px !important;
}

.device-list i{
    font-size: 32px;
    display: inline-block;
    min-width: 48px;
    text-align: center;
    vertical-align: middle;
}

.device-list i:before {
    width: auto;
}

.device-list .flaticon-tablet,
.device-list .flaticon-phone2{
    font-size: 34px;
}

.rotated {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.device-list > div {
    padding: 7px 0;
}

.settings-grid,.settings-masonry,.settings-justified {
    position: fixed;
    opacity: 0;
    visibility: hidden;
}

.settings-section__active {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
}

.sortable-chosen:not(.sortable-fallback) {
    opacity: 0.2;
}

.ff-item .sortable-fallback {
    box-shadow: 2px 16px 26px 0px rgba(36, 33, 69, 0.3);
    padding: 5px !important;
    box-sizing: content-box;
}

.ff-item__draggable, .sortable-fallback {
    position: relative;
}

.ff-item__draggable, .ff-item__draggable * {
    cursor: -webkit-grab;
    cursor: grab;
}

.ff-item__draggable:before, .ff-item .sortable-fallback:before  {
    font-family: 'ff-icons';
    content: '\e907';
    position: absolute;
    left: -9%;
    top:0;
    color: #808080;
    font-size: 16px;
    font-weight: normal;
    display: none;
}
.ff-item__draggable:hover:before, .ff-item .sortable-fallback:before {
    display: block;
}

.preview > h1 {
    margin-top: 0 !important;
}


/*todo start preview*/



.ff-stream-wrapper {
    box-sizing: border-box !important;
    position: relative;
    padding: 0;
    margin: 0px 0 0;
    z-index: 10;
}

.ff-item {
    opacity: 0;
    cursor: pointer;
}

.ff-item, .shuffle__sizer{
    display: inline-block;
    float: left;
    box-sizing: border-box;
}

.ff-stream {
    /*min-width: 300px;*/
}

.ff-controls-wrapper {
    position: absolute;
    margin: 0;
    padding: 0 30px;
    bottom: -40px;
    height: 25px;
    line-height: 25px;
    box-sizing: content-box !important;
    left: 50%;
    min-width: 0px;
    margin-left: -30px;
    border: 1px dotted #000000;
    border-radius: 25px;
    text-align: center;
}

.ff-controls-wrapper [class*=ff-control] {
    height: 27px;
    width: 27px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 27px;
    cursor: pointer;
    position: absolute;
    top: -1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ff-controls-wrapper .ff-control-prev:before,
.ff-controls-wrapper .ff-control-next:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-family: 'ff-icons';
    text-align: center;
    display: inline-block;
    position: absolute;
    top:0;
}

.ff-browser-chrome .ff-control-prev:before,
.ff-browser-safari .ff-control-prev:before,
.ff-browser-chrome .ff-control-next:before,
.ff-browser-safari .ff-control-next:before {
    top: 1px;
}

.ff-controls-wrapper .ff-control-prev {
    left: -1px;
}

.ff-controls-wrapper .ff-control-prev:before {
    content: "\e608";
    left: 0;
}
.ff-controls-wrapper .ff-control-next {
    right: -1px;
}
.ff-controls-wrapper .ff-control-next:before {
    content: "\e607";
    right: 0;
}

.ff-controls-wrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.ff-item.shuffle-item {
    margin-left: 0;
}


.ff-item:first-child {
    margin-left: 0;
}

.picture-item__inner {
    background: white;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
}

.ff-upic-round .picture-item__inner {
    border-radius: 4px;
}

.ff-item-cont .ff-img-holder:first-child {
    margin-top: 0;
    border-radius: 4px 4px 0 0;
}

.ff-upic-round .ff-img-holder:first-child img {
    border-radius: 4px 4px 0 0;
}

.picture-item__inner,
.shuffle__sizer{
    /*padding: 15px 15px 12px;*/
    padding: 0;
}

.ff-item .ff-content, .ff-article, .ff-item .ff-content p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    word-wrap:break-word;
}
.ff-item .ff-content {
    margin: 7% 7%;
}
.ff-sc-label1 .ff-item .ff-content:first-child,
.ff-sc-label1 .ff-item h4:first-child {
    margin-top: calc(14% + 8px);
}
.ff-sc-label2 .ff-item .ff-content:first-child,
.ff-sc-label2 .ff-item h4:first-child {
    margin-top: calc(11% + 8px);
}

.ff-item .ff-img-holder + .ff-content {
    margin: 7%;
}

.ff-item-bar {
    margin: 4% 0 0;
    border-top: 1px solid rgba(229,226,220,0.40);
    padding: 4% 7%;
    /*font-family: 'Montserrat';*/
    font-weight: 300;
    font-size: 12px;
    text-align: left;
}

.ff-img-holder + .ff-item-bar {
    margin: 0;
}

.ff-item-bar > a {
    white-space: nowrap;
    margin-left: 8%;
    opacity: 0.75;
    text-decoration: none;
    font-weight: 600;
}

.ff-item-bar a:first-child {
    margin-left: 0;
}

.ff-item-bar a:hover {
    text-decoration: none!important;
    opacity: 1;
}

[class*="ff-icon-"] {
    display: inline-block;
    vertical-align: middle;
    font-size: 146%;
    line-height: 100%;
}

[class*="ff-icon-"]:before {
    font-family: 'ff-icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    /* margin-right: .2em; */
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.ff-icon-like:before {
    content: "\e630";
}
.ff-icon-comment {
    font-size: 161%;
    margin-left: 4%;
}

.ff-fill-icon .ff-icon-comment {
    font-size: 156%;
}

.ff-icon-comment:before {
    content: "\e637";
}
.ff-icon-share {
    float: right;
    font-size: 171%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}
.ff-icon-share:before {
    content: "\e63f";
}

.ff-icon-reply:before {
    content: "\e63d";
}

.ff-icon-shares:before {
    content: "\e63e";
}

.ff-icon-view:before {
    content: "\e642";
}


.ff-fill-icon .ff-icon-like:before {
    content: '\e912';
}

.ff-fill-icon .ff-icon-comment:before {
    content: "\e910";
}

.ff-fill-icon .ff-icon-share:before {
    content: "\e911";
}

.ff-fill-icon .ff-icon-reply:before {
    content: "\e612";
    font-size: 14px;
}
.section-content [class*="ff-icon-"]{
    font-size: 100%;
    margin: 0 8px 0 0;
}
.ff-icon-lock:before{
    content: "\e926";
}
.ff-icon-share {
    opacity: 0.75;
}
.ff-share-wrapper:hover .ff-icon-share {
    opacity: 1;
}

.ff-fill-icon .ff-twitter .ff-comments {
    margin-right: 12px;
}

.ff-fill-icon .ff-icon-shares:before {
    content: "\e915";
}

.ff-fill-icon .ff-icon-view:before {
    content: "\e918";
}

.ff-item a, .ff-slideshow a {
    display: inline-block;
    border: none !important;
}

.ff-item .ff-img-holder {
    display: block;
    margin: 0;
}

.ff-item .ff-img-holder {
    /*outline: 1px solid rgba(222, 222, 222, 0.40);*/
}

.ff-item .ff-img-holder {
    background-color: rgba(0,0,0,0.1);
}

.ff-item-cont {
    margin: 0;
    /*overflow: auto;*/;
    float: left;
    width: 100%
}

.ff-item-cont blockquote,
.ff-item-cont pre {
    background: transparent !important;
    color: inherit !important;
    margin: 0 !important;
    padding: 0!important;
    border: none!important;
}

.ff-item-cont blockquote:before, .ff-item-cont blockquote:after {
    display: none!important;
}

.ff-item-cont blockquote p {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ff-content h1,
.ff-content h2,
.ff-content h3 {
    color: inherit !important;
    font-size: 16px !important;
    font-family: inherit !important;
    margin: 0 0 15px !important;
    line-height: 20px !important;
}

.ff-content ul {
    background: transparent;
    list-style: none;
    margin: 0;
}

.ff-content {
    /*overflow: hidden;*/
}

.ff-stream h4:empty,
.ff-stream div:not([class*=ff-media-wrapper]):empty,
.ff-content a:empty
.ff-stream p:empty/*,
.ff-stream a:empty*/ {
    display: none;
}

.ff-stream p {
    margin: 0 0 15px;
}

.ff-item h4 {
    margin: 7%;
    font-size: 14px;
    font-weight: 700;
    font-family: Montserrat, Arial, sans-serif;
    text-transform: uppercase;
}
.ff-slideshow h4 {
    margin: 0 0 10px;
    font-size: 20px;
    /*font-weight: 300;*/
}

.ff-item h4 a{
    color: inherit !important;
}

.ff-gallery-on  h4 a:hover {
    text-decoration: none !important;
}
.ff-nickname:hover, .ff-timestamp:hover, .ff-name:hover, .ff-content a:hover {
    text-decoration: none !important;
}
.ff-nickname.ff-no-link:hover, .ff-name.ff-no-link:hover {
    text-decoration: none !important;
}

.ff-slideshow .ff-article {
    margin: 0 0 12px;
}

.ff-item a {
    word-wrap:break-word;
}

.ff-item .ff-userpic {
    display: block;
    margin: 0 auto;
    background-size: cover !important;
    position: relative;
    z-index: 2;
    height: 40px;
    width: 40px;
    /*border-radius: 40px;*/
    display: block;
    position: relative;
}

.ff-upic-round .ff-userpic {
    border-radius: 50%;
}

.ff-slideshow .ff-userpic {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 15px;
}

.ff-upic-timestamp .ff-userpic {
    float: left;
}

.ff-item-meta {
    position: relative;
    text-align: center;
    margin: 7%;
    box-sizing: content-box;
}

.ff-item-meta:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.ff-item-meta h6 {
    margin: 0;
}

.ff-name {
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
}

.ff-upic-timestamp .ff-name {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 3px 0 0 15px;
    text-align: left;
    line-height: 16px;
}

.ff-nickname, .ff-timestamp {
    line-height: 16px;
}

.ff-upic-timestamp  .ff-item-meta,
.ff-upic-off .ff-item-meta {
    text-align: left;
}

.ff-upic-off .ff-userpic {
    display: none;
}

.ff-upic-centered .ff-userpic,
.ff-upic-centered-big .ff-userpic {
    margin-bottom: 10px;
}

.ff-upic-centered-big .ff-userpic {
    height: 70px;
    width: 70px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.15);
}

.ff-upic-centered-big .ff-img-holder + .ff-item-meta{
    margin-top: -40px;
}
.ff-upic-centered-big .ff-item-meta:first-child {
    margin-top: -36px;
}

.ff-upic-centered-big .ff-meta-first {
    margin-top: 36px !important;
}

.ff-upic-centered-big .ff-item-meta h6 {
    text-transform: uppercase;
}

.ff-upic-centered.ff-upic-square.ff-sc-stamp1 .ff-userpic {
    margin-bottom: 16px;
}

.ff-upic-centered.ff-sc-stamp1 .ff-icon {
    bottom: 26px;
}
.ff-upic-centered-big.ff-sc-stamp1 .ff-icon {
    bottom: -12px;
    left: 25px;
}

.ff-upic-centered.ff-upic-square.ff-sc-stamp1 .ff-icon {
    bottom: -11px;
    left: 10px;
}
.ff-sc-stamp1 .ff-icon-inner {
    height: 20px;
}

.ff-sc-stamp1 .ff-icon {
    position: absolute;
    bottom: -8px;
    left: 27px;
}

.ff-sc-stamp1 .ff-icon-inner:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.ff-sc-stamp1.ff-upic-centered .ff-icon-inner:after {
    width: 21px;
    height: 21px;
}

.ff-sc-stamp1.ff-upic-centered-big .ff-icon-inner:after {
    width: 21px;
}

.ff-upic-timestamp  .ff-nickname,
.ff-upic-timestamp  .ff-name + .ff-timestamp
{
    display: inline-block;
    padding: 0 0 0 15px;
}

.ff-stream h4 a, .ff-content a, .ff-name, .ff-nickname, .ff-timestamp {
    text-decoration: none;
}

.ff-nickname {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    color: #847681;
}

.ff-nickname:after,
.ff-posted:after {
    content: '•';
    font-size: 10px;
    display: inline-block;
    margin-left: 5px;
}

.ff-nickname:hover:after {
    text-decoration: none;
}

.ff-timestamp {
    font-size: 12px;
    color: #847681;
}

.ff-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    font-family: 'ff-icons';
    font-style: normal;
    position: relative;
    box-sizing: content-box;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
}

.ff-icon-inner {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    font-family: 'ff-icons';
}

.ff-upic-square .ff-icon,
.ff-upic-square .ff-icon-inner {
    border-radius: 0 !important;
}

.ff-upic-timestamp.ff-icon-stamp1 .ff-icon-inner,
.ff-upic-timestamp.ff-icon-stamp2 .ff-icon-inner{
    height: 20px;
}

.ff-sc-label1 .ff-icon {
    width: auto;
    height: auto;
    border: none;
    font-family: inherit;
}

.ff-sc-label1 .ff-icon-inner {
    position: relative;
    width: auto;
    height: auto;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: inherit;
}

.ff-sc-label2 .ff-icon-inner {
    left: auto;
    right: 2px;
    top:2px;
    background-color: transparent !important;
}

.ff-sc-label2 .ff-icon {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}

.ff-sc-label2 .ff-icon:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;
}

.ff-sc-off .ff-icon, .ff-cs-off .ff-label-wrapper {
    display: none !important;
}

.ff-sc-label1 .ff-icon-inner:after {
    display: none !important;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.ff-label-text {
    display: none;
}

.ff-sc-label1 .ff-label-text {
    display: inline-block;
}

.ff-sc-label2 .ff-icon {
    width: 30px;
    height: 30px;
    border: none;
}

.ff-sc-label2 .ff-icon-inner {
    line-height: 30px;
    font-size: 18px;
}

.ff-icon:after {
    vertical-align: middle;
}

.ff-facebook .ff-icon-inner {
    background-color: #3b5998;
}

.ff-facebook .ff-icon-inner:after, .ff-type-facebook:after {
    content: '\e023';
}

.ff-twitter a {
    color: #5E9FCA;
}
.ff-twitter .ff-icon-inner {
    background-color: #5E9FCA;
}

.ff-twitter .ff-icon-inner:after, .ff-type-twitter:after {
    content: '\e04f';
}
.ff-pinterest a {
    color: #820a0f;
}
.ff-pinterest .ff-icon-inner {
    background-color: #820a0f;
}

.ff-pinterest .ff-icon-inner:after, .ff-type-pinterest:after {
    content: '\e601';
}
.ff-youtube a {
    color: #e52d27;
}
.ff-youtube .ff-icon-inner {
    background-color: #e52d27;
}

.ff-youtube .ff-icon-inner:after, .ff-type-youtube:after {
    content: '\e609';
}
.ff-soundcloud a {
    color: #ff8800;
}
.ff-soundcloud .ff-icon-inner {
    background-color: #ff8800;
}

.ff-soundcloud .ff-icon-inner:after, .ff-type-soundcloud:after {
    content: '\e62a';
}
.ff-linkedin a {
    color: #0077b5;
}
.ff-linkedin .ff-icon-inner {
    background-color: #0077b5;
}

.ff-linkedin .ff-icon-inner:after, .ff-type-linkedin:after {
    content: '\e030';
}

.ff-vimeo a {
    color: #86B32D;
}
.ff-vimeo .ff-icon-inner {
    background-color: #86B32D;
}

.ff-vimeo .ff-icon-inner:after, .ff-type-vimeo:after {
    content: '\e60c';
}
.ff-flickr a {
    color: #ff0084;
}
.ff-flickr .ff-icon-inner {
    background-color: #ff0084;
}

.ff-flickr .ff-icon-inner:after, .ff-type-flickr:after {
    content: '\e026';
}
.ff-tumblr a {
    color: #35465c;
}
.ff-tumblr .ff-icon-inner {
    background-color: #35465c;
}

.ff-tumblr .ff-icon-inner:after, .ff-type-tumblr:after {
    content: '\e058';
}
.ff-instagram a {
    color: #405de6;
}
.ff-instagram .ff-icon-inner {
    background-color: #405de6;
}

.ff-instagram .ff-icon-inner:after, .ff-type-instagram:after {
    content: '\e02a';
}
.ff-google a {
    color: #dd4b39;
}
.ff-google .ff-icon-inner {
    background-color: #dd4b39;
}

.ff-google .ff-icon-inner:after, .ff-type-google:after {
    content: '\e904';
}
.ff-rss a {
    color: #d97c16;
}

.ff-rss .ff-icon-inner {
    background-color: #d97c16;
}

.ff-rss .ff-icon-inner:after, .ff-type-rss:after {
    content: '\e043';
}
.ff-vine a {
    color: #00b488;
}

.ff-vine .ff-icon-inner {
    background-color: #00b488;
}

.ff-vine .ff-icon-inner:after, .ff-type-vine:after {
    content: '\e61f';
}
.ff-dribbble a {
    color: #ea4c89;
}

.ff-dribbble .ff-icon-inner {
    background-color: #ea4c89;
}

.ff-dribbble .ff-icon-inner:after, .ff-type-dribbble:after {
    content: '\e022';
}
.ff-foursquare a {
    color: #f94877;
}

.ff-foursquare .ff-icon-inner {
    background-color: #f94877;
}

.ff-foursquare .ff-icon-inner:after, .ff-type-foursquare:after {
    content: '\e620';
}

.ff-wordpress a,.ff-posts a,.ff-comments a {
    color: #454442;
}
.ff-wordpress .ff-icon-inner,.ff-posts .ff-icon-inner,.ff-comments .ff-icon-inner {
    background-color: #454442;
}

.ff-wordpress .ff-icon-inner:after,
.ff-posts .ff-icon-inner:after,
.ff-comments .ff-icon-inner:after,
.ff-type-wordpress:after,
.ff-type-posts:after,
.ff-type-comments:after
{
    content: '\e060';
}



.ff-sc-label2 .ff-facebook .ff-icon:before {
    border-color: transparent #3b5998 transparent transparent;
}.ff-sc-label2 .ff-twitter .ff-icon:before {
     border-color: transparent #5E9FCA transparent transparent;
 }

.ff-sc-label2 .ff-pinterest .ff-icon:before {
    border-color: transparent #820a0f transparent transparent;
}
.ff-sc-label2 .ff-youtube .ff-icon:before {
    border-color: transparent #e52d27 transparent transparent;
}
.ff-sc-label2 .ff-soundcloud .ff-icon:before {
    border-color: transparent #ff8800 transparent transparent;
}
.ff-sc-label2 .ff-linkedin .ff-icon:before {
    border-color: transparent #0077b5 transparent transparent;
}
.ff-sc-label2 .ff-vimeo .ff-icon:before {
    border-color: transparent #86B32D transparent transparent;
}
.ff-sc-label2 .ff-flickr .ff-icon:before {
    border-color: transparent #ff0084 transparent transparent;
}
.ff-sc-label2 .ff-tumblr .ff-icon:before {
    border-color: transparent #35465c transparent transparent;
}

.ff-sc-label2 .ff-instagram .ff-icon:before {
    border-color: transparent #405de6 transparent transparent;
}
.ff-sc-label2 .ff-google .ff-icon:before {
    border-color: transparent #dd4b39 transparent transparent;
}
.ff-sc-label2 .ff-rss .ff-icon:before {
    border-color: transparent #d97c16 transparent transparent;
}
.ff-sc-label2 .ff-vine .ff-icon:before {
    border-color: transparent #00b488 transparent transparent;
}

.ff-sc-label2 .ff-dribbble .ff-icon:before {
    border-color: transparent #ea4c89 transparent transparent;
}
.ff-sc-label2 .ff-foursquare .ff-icon:before {
    border-color: transparent #f94877 transparent transparent;
}
.ff-sc-label2 .ff-wordpress .ff-icon:before,.ff-sc-label2 .ff-comments .ff-icon:before, .ff-sc-label2 .ff-posts .ff-icon:before {
    border-color: transparent #454442 transparent transparent;
}

.picture-item__inner {
    position: relative;
    float: left;
    width:100%;
    box-sizing: border-box;
}

.picture-item__inner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.picture-item__inner:before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
}

.picture-item__inner > * {
    position: relative;
}

.picture-item__inner:hover:before {
    background: rgba(0,0,0,0.025);
}

.ff-img-holder, .ff-img-holder a {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.ff-item img, .ff-item .ff-userpic {
    /*-ms-transition: all 300ms ease-out;*/
    /*-moz-transition:  all 300ms ease-out;*/
    /*-webkit-transition:  all 300ms ease-out;*/
    /*transition:  all 300ms ease-out;*/
    /*-webkit-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
    /*-webkit-transform: translate3d(0,0,0px);*/
    /*-moz-transform:  translate3d(0,0,0px);*/
    /*-ms-transform:  translate3d(0,0,0px);*/
    /*transform: translate3d(0,0,0px);*/
}

.ff-item img {
    position: relative;
    display: block;
    /*min-height: 100%;*/
}

.ff-item .ff-img-holder img {
    min-width: 100%;
}
.ff-item img {
    /*opacity: 0.95;*/
}

.ff-desktop .ff-item:hover img {
    /*-webkit-transform: translate3d(0,0,15px);*/
    /*-moz-transform:  translate3d(0,0,15px);*/
    /*-ms-transform:  translate3d(0,0,15px);*/
    /*transform: translate3d(0,0,15px);*/
    /*opacity: 1;*/
    /*-webkit-transform-origin: center center;*/
    /*-moz-transform-origin: center center;*/
    /*-ms-transform-origin: center center;*/
    /*transform-origin: center center;*/
}

.ff-gallery-on.ff-desktop .ff-item:hover img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.ff-item .ff-userpic {
    opacity: 1;
    box-sizing: content-box;
}

.ff-img-holder, .ff-img-holder a {
    /*overflow: hidden;*/
    display: block;
    position: relative;
}

.ff-img-holder.ff-img-loading:before, .ff-media-wrapper:before {
    position: absolute;
    content: '';
    width: 38px;
    height: 38px;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -19px;
    /*todo replace new*/
    /*background: url(../assets/oval.svg) 0 0 no-repeat transparent;*/
    text-align: center;
}

.ff-img-holder .ff-img-loaded:after {
    background: none 0 0 no-repeat transparent
}

.ff-video-preview .ff-img-loaded:after {
    position: absolute;
    content: '';
    background: url(../assets/play.png) 0 0 no-repeat transparent;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    background-size: 39px 39px;
    opacity: 0.8;
    -ms-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ff-browser-safari .ff-video-preview .ff-img-loaded:after{
    -webkit-transform: translateZ(20px);
    -moz-transform:  translateZ(20px);
    -ms-transform:  translateZ(20px);
    transform: translateZ(20px);
}

.ff-video-preview:hover .ff-img-loaded:after {
    opacity: 1;

}

.ff-img-holder.ff-img-loading img {
    opacity: 0;
}

.ff-filter-holder {
    text-align: center;
    padding: 0 10px;
    margin: 30px 0 20px;
    box-sizing: border-box;
    height: 30px;
    position: relative;
}

.ff-filter-holder:first-child {
    margin-top: 10px;
}

.ff-filter-holder:before {
    position: absolute;
    content: '';
    height: 1px;
    background: #CDCDCD;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 0;
}

.ff-filter-holder .ff-filter {
    display: inline-block;
    margin: 0 12px;
    cursor: pointer;
    background: #CDCDCD;
    color: white;
    font-size: 18px;
    padding: 0;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    position: relative;
    text-align: center;
}

.ff-filter-holder .ff-search {
    position: relative;
    margin: 0 12px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.ff-search input {
    border-radius: 30px !important;
    border: 1px solid #CDCDCD;
    box-shadow: none !important;
    outline: none !important;
    color:  #333;
    box-sizing: border-box !important;
    padding: 0 35px 0 15px !important;
    /*line-height: 30px;*/
    height: 30px !important;
    width: 200px !important;
    vertical-align: middle;
    position: relative;
    font-size: 12px !important;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    margin: 0 !important;
    min-height: 0px!important;
    float:none!important;
}

.ff-filter-holder .ff-search:after {
    position: absolute;
    height: 30px;
    font-family: 'ff-icons';
    content: '\e60b';
    width: 30px;
    color: #CDCDCD;
    top: 0;
    right: 0;
    vertical-align: middle;
    display: inline-block;
    line-height: 30px;
}

.ff-search input::-webkit-input-placeholder {
    color: #CDCDCD;
}

.ff-search input:-moz-placeholder {
    color: #CDCDCD;
}

.ff-search input:-ms-input-placeholder {
    color: #CDCDCD;
}

.ff-filter-holder .ff-type-all {
    width: auto !important;
    padding: 0px 30px;
}


.ff-filter-holder .ff-filter:after {
    font-family: 'ff-icons';
}

.ff-loadmore-wrapper {
    text-align: center;
    position: relative;
    visibility: hidden;
    z-index: 0;
}

.ff-loadmore-wrapper .ff-btn {
    width: auto !important;
    padding: 0px 30px;
    display: inline-block;
    margin: 20px 12px 0;
    cursor: pointer;
    background: #CDCDCD;
    color: white;
    font-size: 15px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    position: relative;
    text-align: center;
    -ms-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.ff-highlight {
    background: #00ffb8 !important;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px;
    /*border-radius: 5px;*/
    color: black !important;
    position: relative;
    /*top: -1px*/
}

.ff-highlight:before {
    /*content: '';*/
    position: absolute;
    left: -10%;
    width: 120%;
    z-index: -1;
    top: 0;
    bottom: 0;
    background: #00ffb8 !important;
}

/*
  Shuffle needs either relative or absolute positioning on the container
  It will set it for you, but it'll cause another style recalculation and layout.
  AKA worse performance - so just set it here
 */
.shuffle--container {
    position: relative;
    overflow: hidden;
}

.shuffle--fluid .shuffle__sizer {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

/* Animate in styles */
.shuffle--animatein, .shuffle--animateoff {
    overflow: visible;
}
.shuffle--animatein .picture-item__inner, .shuffle--animatein .ff-moderation-wrapper  {
    opacity: 0;
    -webkit-transform: translate(0, 220px);
    -ms-transform: translate(0, 220px);
    transform: translate(0, 220px);
}

.ff-ie9 .shuffle--animatein .picture-item__inner {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.shuffle--animatein .picture-item__inner--transition, .ff-moderation-wrapper {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.shuffle--animatein .in .picture-item__inner, .shuffle--animatein .in .ff-moderation-wrapper {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ff-timestamp:hover:before {
    text-decoration: none;
}

.ff-item-cont .ff-content a {
    line-height: 20px !important;
    padding: 0;
}

.ff-sc-label1 .ff-label-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    margin: 7% 0 0 7%;
}

.ff-align-center.ff-sc-label1 .ff-label-wrapper {
    margin: 7% auto 0 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.ff-sc-label1 .ff-meta-first .ff-label-wrapper {
    margin: 7% auto 7% auto;
    position: relative;
    text-align: center;
    -webkit-transform: none;
    transform: none;
}

.ff-clear {
    clear: both;
}
.ff-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.ff-last {
    margin-right: 0;
}

.ff-share-wrapper {
    float: right;
    position: relative;
}

.ff-share-popup a:before {
    font-family: 'ff-icons';
    display: inline-block;
    margin: 0;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    padding: 0;
    border-radius: 26px;
    opacity: 0.6;
    width: 26px;
    height: 26px;
    line-height: 24px;
    vertical-align: middle;
    box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    position: relative;
    text-align: center;
    -ms-transition: -webkit-transform 200ms ease, opacity 200ms ease;
    -moz-transition: -moz-transform 200ms ease 0ms, opacity 200ms ease;
    -webkit-transition: -ms-transform 200ms ease 0ms, opacity 200ms ease;
    transition: transform 200ms ease 0ms, opacity 200ms ease;
}

.ff-fb-share:before {
    content: '\e023';
}

.ff-tw-share:before {
    content: '\e04f';
}

.ff-gp-share:before {
    content: '\e904';
}
.ff-pin-share:before {
    content: '\e601';
}

.ff-share-popup {
    position: absolute;
    bottom: 30px;
    right: -30px;
    min-width: 105px;
    opacity: 0;
    visibility: hidden;
    padding: 7px 7px 7px 5px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #F4F4F4;
    -webkit-transform: translate(0, -7px);
    -moz-transform: translate(0, -7px);
    -o-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    transform: translate(0, -7px);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.ff-share-popup:before {
    content: '';
    position: absolute;
    bottom: 1px;
    clip: rect(0 18px 18px 0);
    left: 50%;
}

.ff-share-popup:after {
    transform: rotate(45deg);
    box-shadow: 1px 1px 0px 0px #F4F4F4;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    bottom: -6px;
    right: 32px;
}

.ff-popup__visible .ff-share-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ff-share-wrapper a:hover:before {
    opacity: 1;
}

.ff-slideshow .ff-share-wrapper {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 20px;
}

.ff-userpic .ff-icon, .ff-sc-stamp1 .ff-label-wrapper {
    display: none;
}

.ff-sc-stamp1 .ff-userpic .ff-icon {
    display: block;
}

.filter-labels{
    padding: 10px 0 0 0;
}

.filter-label{
    padding: 12px 16px 12px 12px;
    border-radius: 4px;
    color: #fff;
    background: #405de6;
    font-family: Lato;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    margin: 0 14px 14px 0;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.filter-label i{
    font-size: 15px;
    margin: 0 -3px 0 4px;
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    position: relative;
    top: -1px;
}

.filter-label i:before{
    content: "\e01c";
    font-family: ff-icons !important;
}

.section table td.controls [class*="flaticon-"], .section table td.controls [class*="la-icon-"] {
    cursor: pointer;
    position: relative;
    font-size: 18px;
    top: 2px;
    float: left;
}

.controls i:last-child {
    margin-right: 0;
}

.highlight-grey {
    background-color: #d2d2d2 !important;
    padding: 5px 12px 5px 12px;
    color: #fff;
    border-radius: 15px;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
    margin: 0 10px 0 0px;
}

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