* {
    padding: 0;
    margin: 0;
    box-sizing: content-box
}
html {
    height: 100%
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
header.toolbar {
    width: 100%;
    height: 50px;
    font-size: 0;
    display: flex;
    background: #fff;
    position: relative
}
@-webkit-keyframes appear {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes appear {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
body {
    font-family: "Product Sans", sans-serif;
    font-weight: 400
}
a img {
    visibility: visible;
    max-width: 100%
}
a span:first-child {
    visibility: visible
}
.google_logo a {
    display: block;
    width: 120px;
    height: 44px
}
@media screen and (max-width:530px) {
    .google_logo {
        background-position: 0 3px;
        margin-left: -20px;
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}
@media screen and (max-width:255px) {
    .google_logo .google_logo {
        display: none
    }
}
#top {
    padding-top: 150px;
    margin-bottom: 50px
}
#search {
    border-color: transparent;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 632px;
    height: 44px
}
@media screen and (max-width:530px) {
    #search {
        padding: 10px;
        height: 60px
    }
    #search a {
        max-width: 80px
    }
}
.icon-menu-container {
    position: fixed;
    z-index: 999999;
    top: 26px;
    right: 13px;
    display: flex
}
.icon-menu {
    width: 30px;
    height: 30px;
    margin-right: 9px
}
.menu-wrapper {
    top: 15px;
    right: 10px
}
.icon-menu img {
    width: 70%;
    height: 70%;
    margin-top: 8px
}
.icon-menu .action {
    color: #ecf0f1;
    font-size: 20px;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    display: block
}
.icon-menu .action:hover,
.menu.disabled .action {
    color: #fff
}
@media screen and (max-width:900px) {
    .menu-wrapper {
        top: -8px;
        right: -8px;
        width: 40px;
        height: 40px
    }
}
.menu-wrapper {
    position: relative;
    top: 0;
    right: 0
}
.menu-wrapper:hover .menu {
    width: 200px;
    z-index: 999;
    border-radius: 0;
    background: 0 0;
    position: absolute;
    right: -5px
}
.menu-wrapper:hover img {
    display: none
}
.menu-wrapper:hover .menu .fa {
    opacity: 0;
    -webkit-transition: all 50ms ease-in;
    transition: all 50ms ease-in
}
.menu-wrapper:hover .menu ul {
    display: block;
    list-style-type: none;
    color: #495057d6;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 22px
}
.menu-wrapper:hover .menu ul li {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 200px;
    margin: 0 auto;
    position: relative
}
.icon-menu .menu {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(52, 58, 64, .7411764705882353);
    box-shadow: 1px 1px 10px 0;
    box-shadow: 0 2px 2.5px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    text-align: center;
    color: #ffffffc4;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.button-like {
    border: 0;
    background-color: transparent;
    text-decoration: none;
    padding: 0;
    position: relative;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    border-radius: 3rem;
    color: #fff;
    transition: all ease .4s;
    width: 65px
}
.button-like span {
    margin-left: .3rem;
    font-size: 12px
}
.button-like .fa,
.button-like span {
    transition: all ease .4s
}
.button-like:focus {
    background-color: transparent;
    outline: 0
}
.button-like:focus .fa,
.button-like:focus span {
    color: #fff
}
.button-like:hover {
    cursor: pointer;
    border-color: #cc4b37;
    background-color: transparent
}
.button-like:hover .fa,
.button-like:hover span {
    color: #cc4b37
}
.button-dislike:hover {
    cursor: pointer;
    border-color: #0275d8;
    background-color: transparent
}
.button-dislike:hover .fa,
.button-dislike:hover span {
    color: #0275d8
}
.button-lock:hover {
    cursor: pointer;
    border-color: #ecf0f1;
    background-color: transparent
}
.button-lock:hover .fa,
.button-lock:hover span {
    color: #ecf0f1
}
.button-like.active {
    background-color: #cc4b37;
    border-color: #cc4b37
}
.button-like.active .fa,
.button-like.active span {
    color: #fefefe
}
.button-like.active:focus {
    background-color: #cc4b37
}
.button-like.active:focus .fa,
.button-like.active:focus span {
    color: #fefefe
}
.button-like.active:hover {
    background-color: #cc4b37;
    border-color: #cc4b37
}
.button-like.active:hover .fa,
.button-like.active:hover span {
    color: #fefefe
}
.button-dislike.active:hover {
    background-color: #0275d8;
    border-color: #0275d8
}
.button-dislike.active:focus {
    background-color: #0275d8
}
.button-dislike.active {
    background-color: #0275d8;
    border-color: #0275d8
}
.icon-menu .menu.disabled,
.icon-menu .menu:hover {
    background-color: rgba(138, 143, 148, .8588235294117647)
}
.icon-menu.menu-wrapper .menu:hover {
    background-color: rgba(52, 58, 64, .7411764705882353)
}
.menu-wrapper .menu ul {
    display: none;
    -webkit-animation: appear 1s;
    animation: appear 1s
}
.sites {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 271px
}
.owl-item .sites {
    margin-bottom: 15px
}
.sites .hidden {
    display: none
}
.sites a {
    background: #22272fb0;
    color: inherit;
    font-size: 1.3rem;
    border-radius: 4px;
    width: 130px;
    height: 100px;
    margin: 1rem;
    line-height: 100px;
    text-align: center;
    color: #4584ee;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .28);
    -webkit-transition: all 250ms cubic-bezier(.4, 0, .2, 1);
    transition: all 250ms cubic-bezier(.4, 0, .2, 1);
    -webkit-appearance: none;
    position: relative
}
.sites a:active,
.sites a:focus,
.sites a:hover {
    box-shadow: 0 5px 12px rgba(0, 0, 0, .32)
}
.sites a span.title {
    opacity: 1;
    font-size: 12px;
    font-family: "Product Sans", sans-serif;
    font-weight: 400;
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
    position: absolute;
    top: 64px;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.sites a:hover span.title {
    opacity: 1
}
.sites a img {
    width: 55px
}
.sites a:active,
.sites a:focus,
.sites a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    text-decoration: none;
    color: #4584ee
}
.sites a:hover .delete-shortcut {
    display: block
}
.sites a img.predefined {
    -webkit-filter: invert(1);
    filter: invert(1)
}
.input--kyo {
    z-index: auto;
    position: relative
}
.input--kyo:after {
    content: '';
    width: 93.5%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -10.5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}
.input__field--kyo {
    border-radius: 2em;
    padding: .3em .85em;
    width: 98%;
    background: 0 0;
    border: none;
    color: #fff;
    position: relative
}
.search_form_parent {
    border-radius: 24px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}
.search_form_parent.focused {
    background: #fff;
    color: #000
}
.search_form_parent.focused .input__field--kyo {
    color: #000
}
.input__field--kyo::-webkit-input-placeholder {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: #fff
}
.focused .input__field--kyo::-webkit-input-placeholder {
    color: #858585
}
.input__label--kyo {
    z-index: 0;
    padding: 0 0 0 1em;
    width: 100%;
    text-align: left;
    position: relative
}
.input__label-content--kyo {
    padding: .5em 0;
    color: #fff;
    z-index: 99999;
    position: relative
}
.input__field--kyo:focus+.input__label--kyo {
    color: #fff
}
.input__field--kyo:focus+.input__label--kyo::after {
    opacity: 1
}
.content {
    font-size: 150%
}
.content h2 {
    margin: 0 0 2em;
    opacity: .1
}
.content p {
    margin: 1em 0;
    padding: 5em 0 0 0;
    font-size: .65em
}
:focus {
    outline: 0
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon.eot?pvm5gj);
    src: url(../fonts/icomoon/icomoon.eot?#iefixpvm5gj) format('embedded-opentype'), url(../fonts/icomoon/icomoon.woff?pvm5gj) format('woff'), url(../fonts/icomoon/icomoon.ttf?pvm5gj) format('truetype'), url(../fonts/icomoon/icomoon.svg?pvm5gj#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}
.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 2em;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    background: rgba(27, 30, 33, .5098039215686274);
    padding: 20px
}
.tabs:hover .box-buttons {
    display: block
}
.tabs nav {
    text-align: center
}
.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block
}
.tabs nav ul li {
    border-bottom: none;
    margin: 0 .25em;
    display: block;
    float: left;
    position: relative
}
.tabs nav li.tab-current {
    border-bottom: 2px solid #47a3da;
    z-index: 100
}
.tabs nav li.tab-current:after,
.tabs nav li.tab-current:before {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px
}
.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px
}
.tabs nav a {
    color: #fff;
    display: block;
    font-size: 1em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
    font-weight: 600
}
.tabs nav a:hover {
    color: #768e9d
}
.tabs nav li.tab-current a {
    color: #47a3da
}
.content section {
    font-size: 1.25em;
    display: none;
    max-width: 1230px;
    margin: 0 auto
}
.content section:after,
.content section:before {
    content: '';
    display: table
}
.content section:after {
    clear: both
}
.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #47a3da
}
.content section.content-current {
    display: block
}
.mediabox {
    float: left;
    width: 33%;
    padding: 0 25px
}
.mediabox img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}
.mediabox h3 {
    margin: .75em 0 .5em
}
.mediabox p {
    padding: 0 0 1em 0;
    margin: 0;
    line-height: 1.3
}
@media screen and (max-width:52.375em) {
    .tabs nav a span {
        display: none
    }
    .tabs nav a:before {
        margin-right: 0
    }
    .mediabox {
        float: none;
        width: auto;
        padding: 0 0 35px 0;
        font-size: 90%
    }
    .mediabox img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 40%
    }
    .mediabox h3 {
        margin-top: 0
    }
    .mediabox p {
        margin-left: 40%;
        margin-left: calc(40% + 25px)
    }
    .mediabox:after,
    .mediabox:before {
        content: '';
        display: table
    }
    .mediabox:after {
        clear: both
    }
}
.tabs nav a:active,
.tabs nav a:hover {
    text-decoration: none
}
@media screen and (max-width:32em) {
    .tabs nav ul,
    .tabs nav ul li a {
        width: 100%;
        padding: 0
    }
    .tabs nav ul li {
        width: 20%;
        width: calc(20% + 1px);
        margin: 0 0 0 -1px
    }
    .tabs nav ul li:last-child {
        border-right: none
    }
    .mediabox {
        text-align: center
    }
    .mediabox img {
        float: none;
        margin: 0 auto;
        max-width: 100%
    }
    .mediabox h3 {
        margin: 1.25em 0 1em
    }
    .mediabox p {
        margin: 0
    }
}
h1 {
    font-size: 45px;
    padding-right: 10px
}
h2 {
    font-size: 30px
}
.container {
    margin: 5% auto auto auto;
    max-width: 500px;
    background: rgba(49, 49, 49, .34);
    box-shadow: 0 7px 7px -7px #000
}
.iconInfo {
    text-align: center;
    padding-top: 15px
}
.info {
    text-align: center;
    font-size: 15px;
    padding-top: 15px
}
.weather-body {
    text-transform: none;
    color: #fff;
    cursor: default;
    user-select: none
}
.city {
    text-align: center
}
h5 {
    font-size: 14px
}
h2 small {
    color: #fff
}
h5 small {
    color: #fff
}
p {
    font-size: 14px;
    text-align: center
}
.row {
    font-size: 14px;
    text-align: center
}
.footerholder {
    font-size: 12px;
    bottom: 0;
    position: fixed;
    width: 100%;
    color: #000;
    background: #fff;
    text-align: center
}
h6 {
    padding-top: 10px;
    font-size: 14px !important;
    text-align: center;
    font-weight: 300 !important
}
.container1 {
    float: right;
    max-width: 400px
}
.col-xs-4 {
    padding-right: 10px;
    border-right: solid 1px
}
.col-xs-8 {
    padding-left: 10px
}
.h5,
h5 {
    font-size: 1rem !important
}
.fill {
    margin-bottom: 0
}
.container1 p {
    color: #fff
}
.container1 {
    max-width: 500px;
    margin-bottom: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 40px
}
.time {
    color: #fff;
    font-size: 6em;
    font-weight: 100;
    cursor: default;
    user-select: none
}
.date {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: default;
    user-select: none
}
.timeanddate {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 17px
}
.search-style-bigwhiterounded input+#btn-search {
    color: #000;
    top: -1px;
    right: 0;
    width: 40px;
    font-size: 18px
}
#btn-search {
    position: absolute;
    width: 60px;
    height: 60px;
    padding: 16px 0;
    cursor: pointer;
    font-size: 28px;
    line-height: 28px;
    font-weight: inherit
}
search-style-bigwhiterounded-focus-out:after {
    content: '';
    width: 572px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}
.container {
    list-style: none;
    margin: 0;
    padding: 0
}
.cd-item {
    background: rgba(0, 0, 0, .15);
    width: 100%;
    margin: 10px;
    line-height: 150px;
    color: #fff;
    font-size: 3em;
    text-align: center;
    list-style-type: none;
    position: relative
}
.cd-item img {
    height: 100%;
    display: block;
    width: 100%
}
.float {
    max-width: 1200px;
    margin: 0 auto
}
.float:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.float-item {
    float: left
}
.float-item .img {
    height: 200px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important
}
.float-item .img.suggest {
    height: 80px
}
label {
    display: inline-block;
    margin-bottom: 0 !important
}
.refresh {
    margin-left: 2px;
    margin-left: 2px;
    position: relative;
    top: 1px
}
.inbox-container:hover .box-buttons {
    display: block
}
.tdl-holder {
    width: 310px;
    float: right
}
.tdl-holder h2 {
    background-color: #2a2b2c;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 50px;
    padding-left: 15px;
    margin: 0;
    display: block
}
.tdl-holder:hover .box-buttons {
    display: block
}
.tdl-holder ul {
    max-height: 275px;
    overflow-y: scroll;
    overflow-x: hidden
}
.tdl-holder li,
.tdl-holder ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.tdl-holder li {
    background-color: rgba(52, 58, 64, .8117647058823529);
    border-bottom: 1px solid #6a6b6b;
    color: #fff
}
.tdl-holder li span {
    margin-left: 30px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.tdl-holder label {
    cursor: pointer;
    display: block;
    line-height: 27px;
    padding: 15px 15px;
    position: relative;
    word-wrap: break-word
}
.tdl-holder label:hover {
    background-color: #222;
    color: #fff
}
.tdl-holder label a {
    background-color: #29b6f6;
    border-radius: 50%;
    color: #fff;
    display: none;
    font-weight: 700;
    line-height: .7;
    height: 16px;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    width: 16px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: absolute;
    right: 8px;
    top: 0
}
.tdl-holder label:hover a {
    display: block
}
.tdl-holder label a:hover {
    background-color: #fff;
    color: #3367d5
}
.tdl-holder input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    position: absolute
}
.tdl-holder input[type=checkbox]+i {
    background-color: #e8eaef;
    border-radius: 50%;
    display: block;
    height: 16px;
    position: absolute;
    top: 20px;
    width: 16px;
    z-index: 1
}
.tdl-holder input[type=checkbox]:checked+i::after {
    background-color: #6e6e96;
    border-radius: 50%;
    content: '';
    display: block;
    height: 8px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 8px;
    z-index: 2
}
.tdl-holder input[type=checkbox]:checked~span {
    color: #fff;
    text-decoration: line-through
}
.tdl-holder input[type=text] {
    background-color: #000;
    border: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: inset 0 0 8px 0 #0e1329;
    color: #fdfdfd;
    font-size: 14px;
    margin: 0;
    padding: 20px 15px;
    width: 310px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.tdl-holder input[type=text]:hover {
    color: #fdfdfd
}
.tdl-holder input[type=text]:focus {
    color: #fff
}
.tdl-holder ::-webkit-input-placeholder {
    color: #fff
}
.tdl-holder :-moz-placeholder {
    color: #fff
}
.tdl-holder ::-moz-placeholder {
    color: #fff
}
.tdl-holder :-ms-input-placeholder {
    color: #fff
}
.tdl-holder li.remove {
    -webkit-animation: collapseItem .3s ease;
    animation: collapseItem .3s ease;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}
.tdl-holder li.remove span {
    color: #586186;
    text-decoration: line-through
}
@keyframes collapseItem {
    0% {
        -ms-transform: perspective(500px) rotateX(0);
        transform: perspective(500px) rotateX(0)
    }
    100% {
        -ms-transform: perspective(500px) rotateX(-90deg);
        transform: perspective(500px) rotateX(-90deg)
    }
}
@-webkit-keyframes collapseItem {
    0% {
        -webkit-transform: perspective(500px) rotateX(0)
    }
    100% {
        -webkit-transform: perspective(500px) rotateX(-90deg)
    }
}
.box-widgets {
    position: relative;
    margin-top: 20px;
    padding: 0 18px
}
.submit {
    position: absolute;
    right: 23px;
    z-index: 5;
    top: -3px;
    cursor: pointer;
    color: #fff !important
}
.focused .submit {
    color: #000 !important
}
.calendar-events {
    color: #fff
}
.calendar-events:hover {
    text-decoration: none;
    color: #fff
}
.draggable {
    z-index: 999
}
.sites .badge {
    position: absolute;
    top: 14px;
    right: 26px;
    border-radius: 25px;
    padding-top: 2px
}
.sites .with-thumbnail.badge {
    top: 3px;
    right: 5px
}
.sites i.fa {
    width: 55px;
    vertical-align: middle;
    color: #fff
}
.sites a .stored_in_db {
    height: 75px;
    width: 102px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-top: 13px
}
.btn:hover {
    cursor: pointer
}
@keyframes fade_in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.owl-dot {
    width: 10px;
    height: 10px;
    border: 1.3px solid rgba(255, 255, 255, .5);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .1);
    margin: 5px;
    float: left;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    transition: all .35s
}
.owl-dots {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: auto;
    height: 30px;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto
}
.owl-dot:hover {
    background-color: rgba(255, 255, 255, .5)
}
.owl-dot.active {
    background-color: #fff
}
.owl-dot.active,
.owl-dot:hover {
    border: 0 solid rgba(255, 255, 255, .1)
}
.title img.favico {
    width: 16px;
    margin-right: 4px;
    margin-bottom: 2px
}
.box-buttons a,
.box-buttons button,
.delete-shortcut {
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important
}
.box-buttons,
.delete-shortcut {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none
}
.tdl-holder .box-buttons {
    top: 0
}
.disable-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden
}
.delete-shortcut {
    top: 6px;
    right: 8px;
    display: none;
    background: #636c72 !important;
    border-radius: 22px;
    font-size: 20px;
    width: 24px;
    height: 24px;
    padding: 2px !important;
    padding-top: 0 !important
}
.domain-chars {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.7em;
    font-weight: 400
}
.modal {
    z-index: 9999999 !important
}
.hide-widget {
    font-size: 18px
}
@media screen and (max-width:1500px) {
    .center-content::after {
        content: '';
        display: block;
        clear: both
    }
    .container1,
    .timeanddate {
        position: inherit
    }
    .timeanddate {
        float: left
    }
    .container1 {
        padding-top: 50px
    }
}
a.handler {
    margin-right: 3px
}
.btn-outline-secondary {
    color: #fff !important;
    border-color: #fff !important
}
.btn-outline-secondary:hover {
    background-color: #cccccc57 !important
}
.synch_google {
    width: 89% !important;
    margin: 0 auto;
    margin-top: 115px !important
}
.link {
    text-align: left;
    padding: 5px 15px;
    display: flex;
    background: rgba(52, 58, 64, .7411764705882353)
}
.link a {
    overflow: hidden;
    text-align: left;
    font-size: 11px;
    padding: 0 !important;
    font-family: "Product Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: block;
    width: 250px;
    color: #aaa;
    margin: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}
.link a:hover {
    text-decoration: none;
    color: #fff
}
.icon-menu .counter {
    opacity: 0;
    position: absolute;
    right: -7px;
    top: -6px;
    font-size: 12px;
    width: 10px
}
.rate {
    color: #fff;
    font-size: 22px !important;
    position: absolute;
    left: 4px;
    top: 88px;
    text-transform: uppercase
}
.rate .fa {
    color: #f0ec4e;
    margin-right: 4px
}
.rate:hover {
    color: #fff
}
#rate-modal h4 {
    margin: 50px 0;
    margin-bottom: 0;
    color: #000
}
@media (min-width:992px) {
    .modal-lg {
        max-width: 600px !important
    }
}
#rate-modal .btn-secondary {
    margin-right: 15px
}
.ribbon {
    width: 110px;
    height: 110px;
    overflow: hidden;
    position: absolute
}
.ribbon::after,
.ribbon::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 12px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    line-height: 0;
    font-size: 12px
}
.ribbon-top-left {
    top: -10px;
    left: -10px
}
.ribbon-top-left::after,
.ribbon-top-left::before {
    border-top-color: transparent;
    border-left-color: transparent
}
.ribbon-top-left::before {
    top: 0;
    right: 28px
}
.ribbon-top-left::after {
    bottom: 28px;
    left: 0
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
    padding-left: 25px
}
.background-actions {
    width: 190px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex
}
.reset-settings {
    margin-bottom: 0
}
.change-theme {
    background: #3b6080
}
.ex-title {
    position: absolute;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    z-index: 2;
    line-height: 1.4em;
    top: calc(50% - 18px);
    text-shadow: 1px 1px #292b2c;
    max-height: 67px;
    overflow: hidden;
    width: 100%
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2222223b
}
.clock-container,
.weather-body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    bottom: 5px;
    margin-top: 0;
    position: fixed
}
.weather-body {
    right: 30px
}
.sites_container .owl-nav div {
    position: absolute;
    top: 68px;
    color: #fff;
    font-size: 50px
}
.sites_container .owl-nav div.disabled {
    display: none
}
.sites_container .owl-nav .owl-prev {
    left: -7px
}
.sites_container .owl-nav .owl-next {
    right: -7px
}
.events-container {
    margin-left: 5px
}
.rate-modal-stars {
    display: block;
    margin-bottom: 30px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 30px
}
.logo-subtitle {
    color: #fff;
    position: absolute;
    top: 59px;
    right: 21px;
    opacity: .8;
    font-family: "Product Sans", sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap
}
.logo-subtitle {
    top: 62px;
    font-size: 8px
}
.install-title {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-weight: 100;
    font-size: 3em;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}
.add-btn {
    margin: 0 auto;
    margin-top: 50px;
    text-align: center
}
.chrome-btn {
    background: #4285f4;
    border: 0;
    border-radius: 2px;
    font: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    letter-spacing: .75px;
    line-height: 1;
    margin: 8px 0;
    padding: 15px 23px;
    text-shadow: none;
    text-transform: uppercase;
    transition: color .15s linear, background-color .15s linear;
    vertical-align: middle;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-right: 10px
}
.chrome-btn:focus,
.chrome-btn:hover {
    color: #fff;
    background: #5cb85c;
    text-decoration: none
}
.add_to_chrome_container {
    opacity: 0
}
.body-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .58)
}
.add_to_chrome_container.extensions-list {
    z-index: 11;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}
.social-buttons {
    background: rgba(34, 34, 34, .9294117647058824);
    border-radius: 14px;
    padding-top: 4px;
    top: -31px;
    position: relative;
    display: none;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    animation: appear 1s;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.social-buttons li {
    list-style-type: none;
    padding: 5px 0
}
.social-buttons li:first-child {
    padding-top: 0
}
.social-buttons li a {
    color: #fff;
    list-style-type: none;
    padding: 4px 0
}
.social-buttons li:not(:first-child):hover {
    background-color: rgba(138, 143, 148, .8588235294117647)
}
.social-buttons li:last-child {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px
}
.share-menu .menu:hover .social-buttons {
    display: block
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.cd-main-content {
    text-align: center;
    position: fixed;
    z-index: 9999
}
.cd-main-content h1 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #64788c;
    padding: 4em 0
}
@media only screen and (min-width:1170px) {
    .cd-main-content h1 {
        font-size: 32px;
        font-size: 2rem
    }
}
.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s .6s;
    -moz-transition: visibility 0s .6s;
    transition: visibility 0s .6s;
    z-index: 9999999
}
.cd-panel::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: background .3s .3s;
    -moz-transition: background .3s .3s;
    transition: background .3s .3s
}
.cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
    z-index: 999999
}
.cd-panel.is-visible .cd-panel-close::before {
    -webkit-animation: cd-close-1 .6s .3s;
    -moz-animation: cd-close-1 .6s .3s;
    animation: cd-close-1 .6s .3s
}
.cd-panel.is-visible .cd-panel-close::after {
    -webkit-animation: cd-close-2 .6s .3s;
    -moz-animation: cd-close-2 .6s .3s;
    animation: cd-close-2 .6s .3s
}
@-webkit-keyframes cd-close-1 {
    0%,
    50% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(45deg)
    }
}
@-moz-keyframes cd-close-1 {
    0%,
    50% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(45deg)
    }
}
@keyframes cd-close-1 {
    0%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}
@-webkit-keyframes cd-close-2 {
    0%,
    50% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-45deg)
    }
}
@-moz-keyframes cd-close-2 {
    0%,
    50% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(-45deg)
    }
}
@keyframes cd-close-2 {
    0%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}
.cd-panel-header {
    position: fixed;
    width: 30%;
    height: 50px;
    line-height: 50px;
    background: #343a40d6;
    z-index: 999999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
    -webkit-transition: top .3s 0s;
    -moz-transition: top .3s 0s;
    transition: top .3s 0s
}
.cd-panel-header h1 {
    font-weight: 400;
    color: #fff;
    padding-left: 5%;
    line-height: 3
}
.from-left .cd-panel-header,
.from-right .cd-panel-header {
    top: -50px
}
.from-right .cd-panel-header {
    left: 0
}
.from-left .cd-panel-header {
    left: 0
}
.is-visible .cd-panel-header {
    top: 0;
    -webkit-transition: top .3s .3s;
    -moz-transition: top .3s .3s;
    transition: top .3s .3s
}
@media only screen and (min-width:768px) {
    .cd-panel-header {
        width: 40%
    }
}
@media only screen and (min-width:1170px) {
    .cd-panel-header {
        width: 20%
    }
}
.cd-panel-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}
.cd-panel-close::after,
.cd-panel-close::before {
    position: absolute;
    top: 22px;
    left: 20px;
    height: 3px;
    width: 20px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.cd-panel-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.cd-panel-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.no-touch .cd-panel-close:hover {
    background-color: #424f5c
}
.no-touch .cd-panel-close:hover::after,
.no-touch .cd-panel-close:hover::before {
    background-color: #fff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s
}
.no-touch .cd-panel-close:hover::before {
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transform: rotate(220deg)
}
.no-touch .cd-panel-close:hover::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}
.cd-panel-container {
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    background: #11111194;
    z-index: 99999999999999;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s
}
.from-right .cd-panel-container {
    left: 0;
    -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)
}
.from-left .cd-panel-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 999
}
.is-visible .cd-panel-container {
    -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);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}
@media only screen and (min-width:768px) {
    .cd-panel-container {
        width: 40%
    }
}
@media only screen and (min-width:1170px) {
    .cd-panel-container {
        width: 20%
    }
}
.h1,
h1 {
    font-size: 1rem
}
.cd-panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 5%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}
.cd-panel-content p {
    font-size: 14px;
    font-size: .875rem;
    color: #424f5c;
    line-height: 1.4;
    margin: 2em 0
}
.cd-panel-content p:first-of-type {
    margin-top: 0
}
@media only screen and (min-width:768px) {
    .cd-panel-content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6
    }
}
.cd-panel-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}
.cd-panel-content::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}
.cd-panel-content::-webkit-scrollbar-thumb {
    background-color: #000
}
.field {
    padding: 10px 15px;
    border-bottom: 1px solid #656565;
    background: rgba(52, 58, 64, .7411764705882353)
}
.field:first-child {
    border-top: none
}
input[type=checkbox] {
    display: none
}
.field {
    display: relative
}
.field label {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: left
}
.field label span:after,
.field label span:before,
.field label:after,
.field label:before {
    content: '';
    display: block;
    position: absolute
}
.field label span {
    position: relative;
    cursor: pointer;
    display: block;
    float: right
}
.check-round label span {
    border-radius: 16px;
    height: 15px;
    width: 44px
}
.check-round label span:before {
    border-radius: 50%;
    height: 13px;
    width: 13px;
    left: 1px;
    top: 1px
}
.check-round input:checked+label span:before {
    left: 30px
}
.check-round.slide label span {
    background: #e74c3c;
    transition: background .4s ease-in;
    margin-top: 3px
}
.check-round.slide label span:before {
    background: #ecf0f1;
    transition: left .4s ease-in
}
.check-round.slide input:checked+label span {
    background: #2ecc71
}
.check-round.slide label p {
    display: inline
}
.check-round.slide-inverse label span {
    background: #ecf0f1;
    border: 1px solid #bdc3c7
}
.check-round.slide-inverse label span:before {
    background: #e74c3c;
    transition: left .4s ease-in, background .4s ease-in
}
.check-round.slide-inverse input:checked+label span:before {
    background: #2ecc71
}
.check-square label span {
    height: 15px;
    width: 44px
}
.check-square label span:before {
    height: 100%;
    width: 50%;
    top: -1px;
    border: 1px solid #bdc3c7
}
.check-square label span:after {
    height: 100%;
    width: 50%;
    left: 0
}
.check-square.slide-top label span {
    background: #e74c3c;
    transition: background .4s ease-in
}
.check-square.slide-top label span:before {
    background: #ecf0f1;
    transition: left .4s ease-in
}
.check-square.slide-top label span:after {
    transition: left .4s ease-in
}
.check-square.slide-top input:checked+label span:after,
.check-square.slide-top input:checked+label span:before {
    left: 34px
}
.check-square.slide-top input:checked+label span {
    background: #2ecc71
}
.check-square.flip-top label {
    perspective: 250px
}
.check-square.flip-top label span {
    background: #e74c3c
}
.check-square.flip-top label span:before {
    left: -2px;
    transform-origin: center right;
    transform: rotateX(0) rotateZ(0) rotateY(0);
    background: #ecf0f1;
    transition: all .6s ease-in;
    z-index: 101
}
.check-square.flip-top label span:after {
    background: #2ecc71;
    z-index: 100
}
.check-square.flip-top input:checked+label span:after,
.check-square.flip-top input:checked+label span:before {
    transform: rotateX(0) rotateY(180deg) rotateY(0)
}
.h3,
h3 {
    font-size: 1rem;
    color: #fff;
    font-weight: 100;
    background: rgba(34, 34, 34, .9294117647058824);
    padding: 10px 0;
    margin: 0
}
#match-details-curtain {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(243, 239, 245, .7);
    z-index: 500;
    opacity: 1
}
#match-details-container {
    position: relative;
    color: #f3eff5;
    background-color: #454955;
    width: 480px;
    padding: 3em 2em;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 17px 3px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 17px 3px rgba(0, 0, 0, .75);
    box-shadow: 0 0 17px 3px rgba(0, 0, 0, .75);
    opacity: 1
}
#teams-container {
    display: flex;
    flex-direction: row;
    width: 100%
}
.flexbox-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33333%
}
.logo {
    display: block;
    padding: 20px;
    text-align: left
}
.logo img {
    height: 60px
}
.name {
    font-size: 1.2em
}
#date-of-match {
    width: 100%;
    text-align: center
}
#time-of-match {
    width: 100%;
    text-align: center;
    font-size: 2em;
    margin-bottom: .2em;
    margin-top: -.6em
}
#vs {
    width: 100%;
    position: relative;
    margin-left: 5px
}
#vs-line {
    width: 80%;
    float: left;
    margin-top: 6px;
    border: 0;
    border-bottom: 2px dashed #ccc
}
.circle {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #f3eff5;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}
#score-container {
    display: block;
    width: 30%;
    height: 60px;
    margin: 0 auto
}
.score {
    position: relative;
    width: calc(50% - 3px);
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
    border: 2px solid #f3eff5;
    border-right: 1px solid #f3eff5;
    background-color: #454955;
    font-size: 2em;
    font-family: Roboto, sans-serif
}
.away-team.score {
    float: right;
    border-right: 2px solid #f3eff5;
    border-left: 1px solid #f3eff5
}
.winner {
    color: #02111b;
    background-color: #99c24d
}
#bottom-devider {
    margin-top: 2em;
    width: 80%;
    border: none;
    border-bottom: 1px solid #99c24d
}
#close-details {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    cursor: pointer
}
#close-details::after,
#close-details::before {
    content: '';
    display: block;
    margin-top: 15px;
    width: 100%;
    border-bottom: 2px solid #f3eff5;
    transform: rotate(45deg)
}
#close-details::after {
    margin-top: -2px;
    transform: rotate(-45deg)
}
inbox {
    margin: auto
}
inbox-list {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 335px
}
.tdl-holder ul::-webkit-scrollbar,
inbox-list::-webkit-scrollbar {
    width: 6px
}
.tdl-holder ul::-webkit-scrollbar-track-piece,
inbox-list::-webkit-scrollbar-track-piece {
    background: #222;
    width: 2px;
    -webkit-box-shadow: none
}
.tdl-holder ul::-webkit-scrollbar-thumb,
inbox-list::-webkit-scrollbar-thumb {
    background-color: #29b6f6
}
.message-item {
    width: 100%;
    padding: .5em 1rem;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    opacity: .6;
    padding-top: 0
}
.message-item:hover {
    text-decoration: none
}
.message-item.unread {
    background: #1d212480;
    opacity: .9
}
.message-item.unread:hover {
    opacity: 1
}
.message-item.unread .subject {
    font-weight: 600
}
.message-item:last-child {
    margin-bottom: 0
}
.message-item .checkbox {
    position: absolute;
    top: 1.2rem
}
.message-item header {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    color: #fff
}
.message-item .sender-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}
.message-item .from {
    font-size: .8rem
}
.message-item .time {
    font-weight: 400;
    font-size: .8rem
}
.message-item main p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .8rem;
    color: #7e93a4;
    margin-bottom: 0
}
.scroll-box {
    background: rgba(52, 58, 64, .8117647058823529);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20em;
    overflow: hidden;
    height: 385px;
    float: left;
    margin-bottom: 64px;
    position: relative
}
.tdl-holder {
    margin-bottom: 25px;
    position: relative
}
h3 img {
    vertical-align: middle;
    line-height: 1.2;
    margin-right: 10px;
    margin-left: 20px
}
.center-content {
    position: relative;
    margin: 1em 0 2em;
    font-weight: 300;
    max-width: 735px;
    margin: 0 auto
}
.scroll-box h2,
.scroll-box h3 {
    height: 50px
}
#confirm_delete_modal .btn {
    width: 49%
}
.ui-autocomplete {
    z-index: 1000;
    padding: 4px 15px;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box;
    margin: 0 auto;
    position: absolute;
    border: 0 !important
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 8px 0;
    cursor: pointer;
    min-height: 0;
    list-style-image: url('data:image/gif; base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
    font: 16px arial, sans-serif
}
.ui-menu-item:hover {
    background: #eceeef
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    color: #000 !important;
    background: #eceeef;
    margin: -8px -15px -11px -14px;
    padding: 12px 20px;
    border: 0 !important
}
ul.container01.extensions-list {
    height: 100%
}
.spinner {
    width: 100%;
    height: 400px;
    margin: auto
}
.spinner:after,
.spinner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 95px;
    height: 95px;
    border: 5px solid transparent;
    border-bottom: 5px solid #292b2c;
    border-radius: 100%;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite
}
.spinner:before {
    width: 120px;
    height: 120px;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.spinner-item.cd-item {
    height: 100%;
    background: 0 0
}
.modal {
    color: #404040;
    width: 898px;
    margin: 0 auto;
    position: fixed;
    z-index: 1050;
    top: 100px;
    left: 0;
    right: 0;
    border-radius: 5px
}
.modal-overlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .25;
    display: none
}
@media screen and (max-width:560px) {
    .modal {
        width: 90%;
        top: 70px
    }
}
.modal .form-control,
.modal label {
    display: block;
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px
}
.modal .form-control {
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid #e1e1e1
}
.modal,
.modal * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.modal-body,
.modal-header {
    padding: 15px 21.5px
}
#gallery-modal .modal-body {
    height: 487px;
    overflow: auto
}
.modal-body,
.modal-footer {
    background: #f5f5f5
}
.modal-header {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border-radius: 5px 5px 0 0;
    border: 1px solid #292b2c;
    color: #fff;
    background: #292b2c;
    margin: -1px -1px 0 -1px
}
.modal-header h2 {
    font-size: 1.6em;
    font-weight: 400;
    margin: 0;
    padding: 0
}
.modal .extensions-list {
    display: flex;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.modal .extensions-list {
    margin: 0 -5px
}
.modal .extensions-list li:not(.spinner) {
    margin: 0 5px;
    margin-bottom: 10px;
    position: relative;
    width: 161px
}
.modal .extensions-list li img {
    width: 161px;
    height: 109px
}
.modal .extensions-list li.suggest {
    height: 109px;
    background: rgba(42, 44, 45, .9019607843137255)
}
.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}
.modal-body::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}
.modal-body::-webkit-scrollbar-thumb {
    background-color: #292b2c
}
.modal-close {
    color: #fff !important
}
.modal-close:active,
.modal-close:hover {
    color: #ddd
}
.agree,
.agree a {
    margin-top: 25px;
    color: #fff
}
.agree a {
    text-decoration: underline
}
.suggest-text {
    margin-bottom: 50px;
    line-height: 1.8;
    font-size: 1.1em
}
.long-subtitle {
    top: 62px;
    font-size: 8px
}
.widget-icon {
    opacity: 1 !important;
    color: #fff;
    margin-right: 8px
}
.modal-small {
    width: 500px
}
.pac-container {
    z-index: 9999999 !important
}
.modal-body.location {
    background: #292b2cdb;
    color: #ffffffa8
}
.modal-body.location .cd-form {
    justify-content: flex-end
}
input#g_autocomplete {
    height: 50px;
    border-bottom: 1px solid #fff !important;
    background: 0 0;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1.5em;
    margin-top: 3px
}
input#g_autocomplete::placeholder {
    font-size: 1em;
    color: #ffffffa8;
    font-weight: 100
}
.cd-form input[type=checkbox],
.cd-form input[type=radio] {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2
}
.cd-form input[type=checkbox]+label,
.cd-form input[type=radio]+label {
    padding-left: 24px;
    padding-top: 6px
}
.cd-form input[type=checkbox]+label::after,
.cd-form input[type=checkbox]+label::before,
.cd-form input[type=radio]+label::after,
.cd-form input[type=radio]+label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px
}
.cd-form input[type=checkbox]+label::before,
.cd-form input[type=radio]+label::before {
    border: 1px solid #cfd9db;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08)
}
.cd-form input[type=radio]+label::after,
.cd-form input[type=radio]+label::before {
    border-radius: 50%
}
.cd-form input[type=checkbox]+label::after,
.cd-form input[type=checkbox]+label::before {
    border-radius: .25em
}
.cd-form input[type=checkbox]+label::after,
.cd-form input[type=radio]+label::after {
    background-color: #2ecc71;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px #5cb85c;
    display: none
}
.cd-form input[type=radio]+label::after {
    background-image: url(../img/cd-icon-radio.svg)
}
.cd-form input[type=checkbox]+label::after {
    background-image: url(../img/cd-icon-check.svg)
}
.cd-form input[type=checkbox]:focus+label::before,
.cd-form input[type=radio]:focus+label::before {
    box-shadow: 0 0 5px rgba(44, 151, 222, .6)
}
.cd-form input[type=checkbox]:checked+label::after,
.cd-form input[type=radio]:checked+label::after {
    display: block
}
.cd-form input[type=checkbox]:checked+label::after,
.cd-form input[type=checkbox]:checked+label::before,
.cd-form input[type=radio]:checked+label::after,
.cd-form input[type=radio]:checked+label::before {
    -webkit-animation: cd-bounce .3s;
    -moz-animation: cd-bounce .3s;
    animation: cd-bounce .3s
}
.header-clock-settings {
    margin-left: 7px
}
.header-clock-settings.cd-form input[type=checkbox]+label::after,
.header-clock-settings.cd-form input[type=checkbox]+label::before,
.header-clock-settings.cd-form input[type=radio]+label::after,
.header-clock-settings.cd-form input[type=radio]+label::before {
    width: 11px;
    height: 11px;
    margin-top: -7px
}
.inner-settings {
    position: absolute;
    top: 10px;
    right: 68px
}
.header-clock-settings.cd-form input[type=checkbox]+label,
.header-clock-settings.cd-form input[type=radio]+label {
    padding-left: 14px;
    padding-top: 0;
    margin-right: 7px
}
.header-clock-settings.cd-form input[type=radio]+label::after {
    background-size: 100%
}
.transition {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
#switch {
    font-size: 0;
    background-color: #464a4c;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    position: absolute;
    right: 22px;
    top: 3px
}
#switch .choice {
    font-size: 16px;
    width: 56px;
    height: 26px;
    line-height: 12px;
    text-align: center;
    padding: 8px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    vertical-align: middle
}
#switch .choice.on {
    color: #fff;
    background-color: #a3a3a3
}
#switch .or {
    font-size: 10px;
    color: #fff;
    position: absolute;
    margin-top: 19px;
    margin-left: 108px;
    z-index: 1
}
#switch .diamond {
    position: absolute;
    width: 15px;
    height: 15px;
    margin-top: 9px;
    margin-left: 56px;
    background: #464a4c;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}
@media only screen and (max-width:1366px) {
    .clock-container {
        font-size: .8rem
    }
    .weather-body,
    .weather-body h2,
    .weather-body h5 {
        font-size: 24px
    }
}
.radio-inline {
    position: relative
}
.settings-select {
    float: right
}
.youtube-container {
    padding-top: 4px;
    width: 280px;
    height: 450px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 25%;
    z-index: 9999;
    background: rgba(34, 39, 47, .6901960784313725)
}
.youtube-container h4.card-title a {
    color: var(--yt-primary-color);
    display: block;
    max-height: 3.2rem;
    overflow: hidden;
    font-size: .8rem;
    font-weight: 400;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    margin-bottom: 0 !important
}
.youtube-container .card-body {
    -ms-flex: 0;
    flex: 0;
    padding: .5rem;
    padding-left: 0;
    padding-bottom: 0
}
.youtube-container .card-title {
    margin-bottom: 0 !important
}
.youtube-container .card-footer {
    padding: .3rem .5rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}
.style-scope:after {
    content: '•';
    margin: 0 4px
}
span.style-scope,
span.style-scope1 {
    color: #a9a9a9;
    font-size: .7em
}
.youtube {
    font-size: 21px;
    font-weight: 300;
    line-height: 19px;
    color: #fff
}
.youtube-container .card {
    border: none;
    padding: 10px;
    border-radius: 0;
    background: 0 0;
    color: #fff;
    border-top: 1px solid rgba(145, 165, 180, .6);
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear
}
.youtube-container .card:first-of-type {
    border: none !important
}
.youtube-container .card:hover {
    background: rgba(25, 30, 35, .61)
}
.red-scroll::-webkit-scrollbar-track,
.youtube-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #636c72
}
.red-scroll::-webkit-scrollbar,
.youtube-body::-webkit-scrollbar {
    width: 6px;
    background-color: red
}
.red-scroll::-webkit-scrollbar-thumb,
.youtube-body::-webkit-scrollbar-thumb {
    background-color: red
}
.channel-link {
    padding: 9px 3px 6px 9px;
    display: block;
    border-bottom: 1px solid rgba(145, 165, 180, .6)
}
.youtube-container a:focus,
.youtube-container a:hover {
    text-decoration: none
}
.channel-link img {
    height: 20px;
    position: relative;
    top: -3px
}
.youtube-container .box-buttons {
    top: 9px;
    right: 8px
}
.youtube-container:hover .box-buttons {
    display: block
}
.live-circle {
    color: #f20;
    font-size: 11px;
    position: relative;
    top: -1px
}
.twitch-menu {
    background-color: rgba(34, 39, 47, .69);
    box-shadow: 1px 1px 10px 0;
    box-shadow: 0 2px 2.5px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    margin-right: 10px;
    padding: 4px 10px;
    border-radius: 3px;
    width: 230px;
    position: absolute;
    right: 169px;
    top: 20px;
    min-height: 43px;
    -webkit-transition: width .5s, height 1s;
    transition: width .5s, height 1s;
    z-index: 9999
}
.twitch-menu.moved {
    position: relative;
    top: -2px;
    right: 0
}
.twitch-menu:not(.offline):hover {
    background-color: rgba(34, 39, 47, .85)
}
.twitch-menu .menu a {
    text-align: center;
    color: #ffffffc4;
    cursor: pointer;
    z-index: 3;
    max-width: 227px;
    margin: 0 auto
}
.twitch-menu .menu .player {
    text-align: left;
    margin-left: 5px;
    line-height: 1
}
.player .small {
    opacity: .7;
    white-space: nowrap;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 97px;
    font-size: .7em
}
.twitch-menu a:active,
.twitch-menu a:hover {
    text-decoration: none !important
}
.twitch-logo {
    width: 35px
}
.twitchtv-logo {
    height: 12px;
    position: absolute;
    top: 19px;
    right: -2px;
    opacity: .6
}
.player p {
    text-align: left;
    margin-bottom: 6px
}
.playerscn-container {
    margin-left: 15px;
    margin-top: -5px;
    position: relative
}
.video-screen {
    display: none
}
.twitch-menu .video-screen img {
    padding-top: 10px
}
.video-desc {
    display: block;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 5px;
    font-size: .75em
}
.viwers_cn {
    font-size: .75em
}
.video-screen-hr {
    border-top: 1px solid #7d777c;
    margin: 8px -10px 0 -10px
}
.offline .twitch-logo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}
.youtube-body {
    height: 407px;
    overflow: auto
}
.twitter-timeline-container {
    width: 280px;
    height: 450px;
    overflow: auto;
    position: absolute;
    right: 20px;
    top: 25%;
    z-index: 9999;
    overflow: hidden
}
.twitter-timeline-container .box-buttons {
    top: 8px;
    right: 8px
}
.twitter-timeline-container:hover .box-buttons {
    display: block
}
.twitch-menu .menu {
    position: relative
}
.twitch-menu a {
    color: #fff !important;
    text-decoration: none
}
.twitch-menu a:focus,
.twitch-menu a:hover {
    color: #fff;
    text-decoration: none
}
@media only screen and (max-height:761px) {
    .twitter-timeline-container,
    .youtube-container {
        top: 74px
    }
}
.dn {
    display: none !important
}
.gallery-search,
.games-search {
    background: #292b2c;
    border: none;
    width: 224px;
    border-bottom: 1px solid #fff;
    padding: 7px 0;
    border-radius: 2px;
    font-size: 13px;
    font-family: inherit;
    color: #fff;
    outline: 0;
    text-indent: 25px
}
.gallery-search::placeholder {
    color: #fff;
    opacity: 1
}
.search-theme {
    position: relative
}
.search-theme .fa {
    position: absolute;
    top: 7px
}
.read-more-link {
    text-decoration: underline;
    color: #fff
}
.read-more-link:hover {
    color: #fff
}
a:focus,
a:hover {
    text-decoration: none
}
.fortnite2-btn {
    position: relative;
    top: -2px
}
.fortnite2-btn img {
    height: 40px
}
@media (min-width: 576px) {
    .modal--new-version {
        max-width: 400px;
    }
}
.new-version-modal__content{
    border: none;
}
.new-version-modal__content .close{
    color: #363333;
    font-size: 2rem;
    position: absolute;
    right: 10px;
    top: 6px;
    outline: none;
}
.new-version-modal__body{
    border-radius: 15px;
    background-color: #FFFFFF;
    padding-bottom: 20px;
}
.update-btn{
    width: max-content;
    margin: 20px 10px auto;
    display: block;
    border-radius: 3px;
    display: flex;
}
.new-version-modal__body .update-btn {
    margin: 20px auto 0;
}
.update-btn-after{
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    background: #363333;
    color: #fff;
    padding: 6px 16px;
    border-radius: 0 5px 5px 0
}
.update-btn:hover .update-btn-after{
    background-color: #656060;
}
.update-btn-before{
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    display: inline-block;
    width: 45px;
    height: auto;
    background-color: #4CAF50;
    background-image: url('../img/upgrade-btn.png');
    content: "";
    background-position: center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    border-radius: 5px 0 0 5px;
}
.update-btn:hover .update-btn-before{
    background-color: #67bd6a;
}
.update-btn-before img{
    width: 20px;
    height: 20px;
}
.new-version-modal__body p{
    font-size: 1rem;
    padding: 0 20px;
    margin-bottom: 0;
    color: #363333;
}
.new-version-modal__title{
    border-radius: 15px;
    background-color: #F6F6F6;
    padding-top: 60px;
}
.new-version-modal__title:before {
    background-image: url('../img/bell.png');
    background-size: cover;
    display: inline-block;
    width: 80px;
    height: 80px;
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.new-version-modal__title p{
    color: #4CAF50;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
}
.update-btn--top{
    margin-top: 0;
}
.update-btn--top .update-btn-before,.update-btn--top .update-btn-after{
    border-radius: unset;
}
.notification-btn{
    display: block;
    position: absolute;
    z-index: 999999;
    background: #363333;
    color: #fff;
    width: max-content;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding: 3px 25px 3px 50px;
    border-radius: 11px;
    outline: none;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.notification-btn:hover, .notification-btn:focus{
    background-color: #656060;
    color: #fff;
}
.notification-btn:before{
    background-image: url('../img/bell_notify.png');
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 20px;
    top: 4px;
}
.notification-btn--right{
    right: -112px;
    top: 75px;
    left: unset;
    transform: none;
}
.notification-btn--right:hover{
    right: -15px;
}