/* 
Theme Name: Anime4u
Theme URL: Anime4u
Author: Anime4u
Author URI: Anime4u
Version: 1.0.0
*/

@import 'https://fonts.googleapis.com/css?family=Righteous&display=swap';@import 'https://fonts.googleapis.com/css?family=Changa:200,300,400,500,600,700,800&display=swap&subset=arabic';body,a,h1,h2,h3,h4,h5,h6,input,button,select {
    font-family: changa,sans-serif
}

* {
    position: relative
}

*::-webkit-scrollbar {
    width: 3px
}

*::-webkit-scrollbar-track {
    background: #fff
}

*::-webkit-scrollbar-thumb {
    background-color: #05d3e7;
}

.navigation-menu>ul>li a {
    transition: .4s all ease;
}
.CatListBtns {
    display: block;
    margin-bottom: 10px;
    border-radius: 5px
}

.CatListBtns .NameArea {
    display: table;
    width: 100%;
    height: 42px;
    background: #ffffff;
    border: 1px solid #ededed;
    cursor: pointer;
    padding: 0 18px;
    border-radius: 103px;
}

.CatListBtns .NameArea>i:nth-child(1) {
    float: right;
    font-size: 21px;
    line-height: 42px;
    padding-left: 10px;
    color: #0000008a;
}

.CatListBtns .NameArea span {
    float: right;
    font-weight: 600;
    line-height: 42px;
    color: #000000d6;
}

.CatListBtns .NameArea i.fal.fa-angle-down {
    position: absolute;
    left: 18px;
    top: 7px;
    font-size: 30px;
    color: #0000004f;
}

.CatItem .center {
    float: right;
    margin-left: 10px;
    margin-bottom: -6px
}

.CatItem .center input[type=checkbox] {
    position: relative;
    width: 45px;
    height: 25px;
    -webkit-appearance: none;
    background: #dbdbdb;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: unset;
    transition: .5s;
    margin: 0;
    padding: 0
}

.CatItem .center input:checked[type=checkbox] {
    background: #33acfe
}

.CatItem .center input[type=checkbox]:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    top: 0;
    right: 0;
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    transition: .5s all ease
}

.CatItem .center input:checked[type=checkbox]:before {
}

.CatItem {
    height: auto;
    cursor: pointer;
    font-weight: 600;
    display: table;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px
}

.CatItem .center input[type=checkbox]:checked:before {
    transform: translate(-20px)
}

.dropdownCategories {
    display: table;
    width: 100%;
    position: absolute;
    visibility: hidden;
    top: 100%;
    left: 0;
    width: 410px;
    z-index: 666666666666;
    background: #33365a;
    padding: 10px 10px 0;
    border-radius: 8px;
    box-shadow: 0 0 20px #0000007a;
    transition: .3s all ease;
    transform: translate(0px,110px);
    opacity: 0
}

#advanced-search .modal-content {
    overflow: auto!important
}

.CatItem:nth-child(2n+0) {
    margin-left: 0
}

.CatListBtns.ISActive .dropdownCategories {
    opacity: 1;
    transform: translate(0);
    visibility: visible
}

.slide-category-list {
    position: fixed;
    top: 0;
    overflow: auto;
    height: 100%;
    left: 360px;
    background: #181534;
    width: 310px;
    padding: 20px;
    box-shadow: 0 0 10px #000;
    transition: .35s all ease;
    transform: translate(-400px,0px);
    opacity: 0;
    visibility: hidden
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@-webkit-keyframes color {
    100%,0% {
        stroke: #d62d20
    }

    40% {
        stroke: #0057e7
    }

    66% {
        stroke: #008744
    }

    80%,90% {
        stroke: #ffa700
    }
}

@keyframes color {
    100%,0% {
        stroke: #d62d20
    }

    40% {
        stroke: #0057e7
    }

    66% {
        stroke: #008744
    }

    80%,90% {
        stroke: #ffa700
    }
}

body {
    background-color: #131722;
}
.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%
}

.slide-category-list .LoaderHolder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.slide-category-list .LoaderHolder .showbox {
    padding: 0;
    position: relative
}

.CatItem .Number {
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 8px;
    color: #ffffff4a
}

.slide-category-list.ISActive {
    opacity: 1;
    visibility: visible;
    transform: translate(0)
}

.form-ui input:not(.btn),.form-ui textarea,.form-ui select,.form-ui keygen,.form-control,.file-input {
    margin-bottom: 10px
}

input#FilterWord {
    border-radius: 25px!important;
    transition: .3s all ease;
    font-weight: 700;
    color: #000
}

div#advanced-search {
}

div#advanced-search .row {
}

input#FilterWord:focus {
    background: #fff;
    color: #222
}

.slide-category-list .title {
    font-size: 22px;
    line-height: 46px;
    margin: -20px;
    margin-bottom: 20px;
    padding: 10px 30px;
    background: #05d3e7;
    border-radius: 0 0 50px 0;
    font-weight: 600;
	color: #fff;
}

.slide-category-list .title i {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 46px;
    height: 46px;
    width: 46px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
    margin-left: 15px;
	color: #222;
}

input#PersonsFinder {
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: 10px;
    font-size: .9375rem;
    padding: 0 .9375rem;
    border: 1px solid #485070;
    background-color: #191635;
    height: 2.625rem;
    border-radius: 25px!important;
    transition: .3s all ease;
    font-weight: 700;
    color: #fff;
    outline: 0!important
}

.PersonsFinderAjaxing {
    position: relative;
    background: #211e43;
    border-radius: 10px;
    transition: .35s all ease;
    height: 0;
    overflow: hidden
}

.PersonsFinderAjaxing.ISActive {
    height: 300px;
    border: 1px solid #485070;
    overflow: auto;
    padding: 10px
}

.PersonItem {
    display: block;
    width: calc(100% - 20px);
    margin: 0 13px 0 0;
    height: 62px;
    border-radius: 10px;
    border: 1px solid #2a3250;
    margin-bottom: 10px;
    background: #2e2a58;
    cursor: pointer;
    transition: .35s all ease
}

.PersonItem .Img {
    width: 50px;
    transition: .2s all ease;
    height: 50px;
    display: block;
    float: right;
    margin-left: 18px;
    margin-right: -10px;
    border-radius: 12px;
    margin-top: 6px;
    background: #181433;
    line-height: 50px;
    text-align: center;
    font-size: 25px
}

.PersonItem span.Name {
    float: right;
    width: calc(100% - 60px);
    font-size: 15px;
    font-weight: 700;
    line-height: 62px
}

.PersonsFinderAjaxing .PersonItem:hover {
    background: #33acff52
}

.SelectedPersons {
    margin-top: 20px
}

.SelectedPersons .PersonItem {
}

.SelectedPersons .PersonItem .Img {
    box-shadow: 0 0 10px #0000005c;
    border: 1px solid #ffffff47
}

.TabsSearcher {
}

.TabsSearcher .SeriesSection {
    transition: .3s all ease;
    transform: scale(0);
    transform-origin: bottom center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.TabsSearcher .Tab.ISActive {
    transform: scale(1);
    opacity: 1
}

.FilteringArea {
    min-height: 350px
}

.FilteringArea .LoaderHolder {
    position: absolute;
    top: 50%;
    left: 50%
}

.FilteringArea .LoaderHolder .showbox {
    padding: 0;
    position: relative
}

h3.NoPosts {
    display: table;
    margin: 30px auto 0;
    width: 100%;
    text-align: center
}

h3.NoPosts>i {
    display: block;
    font-size: 100px;
    color: #f74f5f;
    text-align: center
}

h3.NoPosts span {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding-top: 10px;
    color: #c1c1c1
}

.InnerPersonsFinder {
    padding: 14px 14px 2px;
    background: #2e2a58;
    margin-top: 10px;
    border-radius: 5px
}

.LoaderMore {
    clear: both;
    display: table;
    background: linear-gradient(-45deg,#670ce6,#5c7aff);
    margin: 0 auto;
    height: 50px;
    cursor: pointer;
    padding: 0 20px;
    border-radius: 7px
}

.clr {
    clear: both;
    width: 100%
}

.LoaderMore i {
    float: right;
    font-size: 30px;
    line-height: 50px
}

.LoaderMore span {
    float: right;
    line-height: 50px;
    font-weight: 600;
    padding-right: 10px
}

.moreLoader {
    display: block;
    width: 100%;
    height: auto
}

.moreLoader .showbox {
    padding: 0;
    position: relative;
    display: table;
    margin: 50px auto
}

.time-filtering {
    display: block;
    width: 100%
}

.login-block h3,.login-block h4,.register-block h3,.register-block h4 {
    font-weight: 700
}


a.dropdown-toggle.ti-arrow-down-chevron:before {
    content: '\f107'!important;
    font-family: "font awesome 5 pro"!important;
    font-size: 15px!important;
    padding-top: 2px
}

.top-navigation .search-box input:not(.btn) {
    width: 300px;
    color: #fff
}

@media(min-width: 768px) {
    .top-navigation .search-box {
        width:302px
    }
}

.top-navigation .search-box input:not(.btn)::placeholder {
    color: #ffffff59
}

.top-navigation .search-box input:not(.btn)::placeholder {
}

h3.archiveTitle {
}

h3.archiveTitle i {
    font-size: 48px;
    margin-left: 10px;
    float: right
}

h3.archiveTitle {
    line-height: 48px!important;
    font-size: 23px!important;
    font-weight: 700!important
}

.emoji-block {
    margin-bottom: 0;
    margin-top: 5px
}

.Emojies-box {
	padding-left: 5px;
    display: flex;
    margin: 0px 0px 10px 0px;
    float: left;
    background: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 8%), 0 2px 2px rgb(0 0 0 / 15%);
    max-width: 496px;
    border-radius: 40px;
    flex-wrap: nowrap;
}

.Emojies-box .row {
    margin: 0 -5px
}

.emoji-block.box-8x1 {
    background: 0000;
    width: 56px;
}

.emoji-block .content-box {
    overflow: hidden;
    transition-delay: 0s;
}

.emoji-block .content-box em {
    font-style: normal;
    font-size: 8px;
    padding-top: 2px;
    display: block;
    font-weight: 700;
    transition-delay: 0s;
    transition: .3s all ease;
}

.emoji-block .content-box:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 5px;
    left: 50%;
    height: 5px;
    background: #0000;
    z-index: 1;
    transform-origin: center center;
    transition: .3s all ease;
    transform: translate(-50%,-50%) scale(0);
    border-radius: 50%;
}

.emoji-block .content-box img {
    z-index: 5
}

.emoji-block .content-box span {
    z-index: 5;
    transition-delay: 0s;
    transition: .3s all ease
}

.emoji-block .content-box em {
    z-index: 5
}

.emoji-block .content-box:hover:after {
    transform: translate(-50%,-50%) scale(40);
    opacity: 1
}

.emoji-block:hover .content-box span {
    color: #29b0ef
}

.emoji-block:hover .content-box em {
    color: #29b0ef
}

.media-poster .action-btns .add-fevorite:not(.active)::before {
    content: ''!important
}

.teamwork-list h3 i {
    float: right;
    line-height: 50px;
    padding-left: 10px;
    font-size: 20px;
}

.teamwork-list h3 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgba(0,0,0,.15);
    background: #181d2b;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 0 20px;
    font-weight: 700;
}

.StarsRating {
    position: absolute;
    top: 20px;
    left: 35px
}

.media-details {
    padding: 25px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(41,50,60,0.5)),to(rgba(72,85,99,0.5)));
}

.media-details .watch-points {
}

.StarsRating>div {
    float: right;
    font-size: 25px;
    color: #33acff;
    position: relative;
    cursor: pointer;
    padding-left: 6px;
    height: 100%;
    width: 33px;
    line-height: 100%;
    overflow: hidden
}

.StarsRating>div>.fa {
    position: absolute;
    top: 0;
    transition: .2s all ease;
    right: 0;
    transform: scale(3);
    color: #f0de0c;
    z-index: 5;
    opacity: 0;
    visibility: hidden
}

.StarsRating>div.ISActive>.fa {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.StarsRating>div.ISActive {
    overflow: visible
}

.TrailerPopup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #002b49c7;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease
}

.TrailerPopup>iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-150%);
    width: 960px;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 30px #000;
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease
}

.TrailerPopup.ISActive>iframe {
    transform: translate(-50%,-50%);
    opacity: 1;
    visibility: visible
}

.TrailerPopup.ISActive {
    opacity: 1;
    visibility: visible
}

.tns-controls {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.media-player .servers-tabs .server-link:hover {
    font-weight: 400
}

.media-player .servers-tabs .server-link a {
    display: block;
    padding: 10px 15px
}

.servers-tabs {
    display: table;
    width: 100%
}

.media-player .servers-tabs .server-link {
    float: right;
    padding: 0
}

.media-player .servers-tabs.unClicked {
    opacity: .5;
    pointer-events: none
}

.player-wraper {
    min-height: 600px!important
}

.player-wraper .IframeHolder {
    display: block;
    width: 100%;
    min-height: 600px
}

.player-wraper .IframeHolder .moreLoader {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.media-player .player-wraper iframe,.media-player .player-wraper .video,.media-player .player-wraper video {
    border: 0!important;
    outline: 0
}

.UserDefPic {
    display: table;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    background: #2b385e;
    border-radius: 50%;
    border: 2px solid #03c0d2;
}

.UserDefPic i {
    font-size: 80px;
    line-height: 146px;
    display: block;
    width: 100%
}

.ChooseYourHome {
    display: table;
    width: 100%
}

.ChooseYourHome span {
    float: right;
    font-weight: 700;
    width: 163px;
    line-height: 36px
}

.ChooseYourHome select.form-ui {
    width: calc(100% - 163px);
    float: right;
    height: 36px;
    font-weight: 700;
    padding: 0 10px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background: #17132e;
    border: 1px solid #ffffff21
}

.MyHomeSliders {
}

.MyHomeSliders>.TitleArea {
    display: table;
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid #ffffff1c;
    padding-bottom: 6px
}

.MyHomeSliders>.TitleArea h4 {
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px
}

.MyHomeSliders>.TitleArea a {
    float: left;
    border-radius: 5px
}

.HomeSidePopup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #002b49c7;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease
}

.HomeSidePopup>.contentBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-150%);
    width: 700px;
    height: 380px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px #0000005c;
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease;
    background: #fff;
    padding: 25px
}

.HomeSidePopup>.contentBox .formBox {
    float: right;
    width: calc((100% - 15px)/2);
    margin-left: 15px;
    height: 38px;
    margin-bottom: 10px
}

.HomeSidePopup>.contentBox .formBox:nth-of-type(2n+0) {
    margin-left: 0
}

.HomeSidePopup>.contentBox .formBox label.prfx-title {
    float: right;
    width: 90px;
    font-weight: 700;
    color: #2f5070;
    padding: 0;
    margin: 0;
    line-height: 38px;
    cursor: pointer
}

.HomeSidePopup>.contentBox .formBox input {
    width: calc(100% - 90px);
    border: 1px solid #ddd;
    float: right;
    height: 38px;
    padding: 8px;
    background: #f1f1f1;
    font-weight: 500;
    outline: 0!important;
    border-radius: 3px
}

.HomeSidePopup>.contentBox .formBox select {
    transition: .3s all ease;
    float: right;
    width: calc(100% - 90px);
    height: 38px;
    line-height: 38px;
    font-weight: 500;
    padding: 0 11px;
    border: 1px solid #ddd;
    background: #f1f1f1;
    outline: 0!important;
    border-radius: 3px;
    cursor: pointer;
    color: #aaa
}

.HomeSidePopup>.contentBox .formBox select:focus {
    color: #104372
}

.HomeSidePopup>.contentBox h3 {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #2f5070;
    text-align: right;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 11px;
    padding-bottom: 6px
}

.HomeSidePopup>.contentBox .formBox select option {
    font-weight: 500;
    color: #052549
}

.HomeSidePopup>.contentBox .AddThisSlide {
    display: block;
    width: 100%;
    border-radius: 3px
}

.HomeSidePopup>.contentBox .AddThisSlide span {
    display: table;
    margin: 0 auto;
    line-height: 42px;
    font-weight: 700
}

.HomeSidePopup>.contentBox .AddThisSlide span i {
    float: right;
    font-size: 20px;
    line-height: 42px;
    padding-left: 6px
}

.HomeSidePopup.ISActive {
    visibility: visible;
    opacity: 1
}

.HomeSidePopup.ISActive .contentBox {
    transform: translate(-50%,-50%);
    opacity: 1;
    visibility: visible
}

a.reload-btn.unClicked {
    pointer-events: none;
    opacity: .5
}

.media-block .action-btns .subscribe.active::before {
    content: ''
}

.media-poster .action-btns .subscribe.active::before {
    content: ''
}

.media-details .storyline h4 {
    font-size: 16px;
    font-weight: 700
}

.media-details .storyline p {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px
}

.media-details .headline {
    max-width: 640px
}

.media-details .headline p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    color: #f9bd08;
}

.media-block .action-btns .add-fevorite:not(.active)::before {
    content: '';
    display: none
}

.tornado-header a.logo .Front {
    display: block;
    width: 100%;
    height: 120%;
    font-family: 'Changa';
    color: #05d3e7;
    line-height: 70px;
    transition: .3s all ease;
    font-weight: 700;
    position: relative;
    top: 0px;
}

.tornado-header a.logo .Front span {
    font-size: 54px;
    transition: .4s all ease;
	float:none;
    text-transform: uppercase;
}
.tornado-header a.logo .Front span.Club {
    transform-origin: right center;
    color: #141b22;
}

.tornado-header a.logo:hover .Front span.Cima {
    transform: translate(-200px,0px) scale(2);
    opacity: 0
}

.tornado-header a.logo:hover .Front span.Club {
    transform: translate(200px,0px) scale(2);
    opacity: 0
}
.tornado-header a.logo .Back {
    display: block;
    width: 100%;
    color: #05d3e7;
    transition: .3s all ease;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    display: table;
    text-align: center
}

.tornado-header a.logo .Back span {
    font-size: 42px;
    line-height: 76px;
    font-weight: 700;
    transition: .3s all ease;
    opacity: 0;
    display: inline-block
}

.tornado-header a.logo .Back span.Cima2 {
    margin-left: 3px;
    transform-origin: center;
    transform: translate(0px,110px) rotate(45deg)
}

.tornado-header a.logo .Front span.Cima {
    transform-origin: left center;
	float: none;
}

.tornado-header a.logo .Front span.Club {
    transform-origin: right center;
	float: none;
}

.tornado-header a.logo .Back span.Club2 {
    transform-origin: right center;
    transform: translate(0px,-110px) rotate(-45deg);
    color: #141b22;
}

.tornado-header a.logo:hover .Back span {
    transform: translate(0) rotate(0deg);
    opacity: 1;
    transition-delay: .2s
}

span.Cima2 {
}

.top-navigation {
    padding: 7px 0
}

.download-block .content-box {
    transition: .3s all ease
}

.download-block:not(.golden) .content-box:hover {
    background: #2b4b79;
    color: #fff
}

.media-details .headline h1,.media-details .headline h2,.media-details .headline h3 {
    margin-bottom: 10px
}

.action-btns.persons a:before {
    content: ''!important
}

.action-btns.persons a i {
    display: block;
    font-size: 40px;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 10px
}

.media-details .info-btns .statistics-btn i {
    padding-left: 11px;
    display: block;
    float: right;
    font-size: 38px;
    margin-left: 15px;
    color: #fff;
}

.EditedLogo {
}

.media-details .info-btns .btn i {
    display: block;
    font-size: 50px;
    position: relative;
    top: 7px;
}

.media-details .info-btns .btn {
    font-weight: 700;
    margin-left: 30px;}

.media-block .action-btns a {
    transition: .3s all ease;
    transform: scale(4);
    opacity: 0;
    visibility: hidden;
    transform-origin: center
}

.media-block .content-box:hover .action-btns a {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.media-block:hover .action-btns a:nth-child(2) {
    transition-delay: .2s
}

.media-block:hover .action-btns a:nth-child(3) {
    transition-delay: .35s
}

.media-block .info:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(bottom,rgba(6,9,19,0.83) 0%,rgba(6,9,19,0.65) 21%,rgba(12,19,39,0.18) 30%,rgb(12 20 40/17%) 0%,rgba(17,28,58,0) 100%);
    height: 210px;
}

.media-block .info * {
    z-index: 10
}

.media-block .imdb-badge {
    transition: .3s all ease;
    transform: translate(-40px,0px);
    opacity: 0
}

.media-block .content-box:hover .imdb-badge {
    transform: translate(0);
    opacity: 1
}

.media-block .content-box {
    border-radius: 10px;
}

.tornado-header .navigation-menu>ul>li:hover,.tornado-header .navigation-menu>ul>li.active,.tornado-header .navigation-menu>ul>li.current-menu-parent,.tornado-header .navigation-menu>ul>li.current-menu-item {
}

.tornado-header .navigation-menu>ul>li:hover {
}

.media-details .headline span.badge.primary {
    margin-left: 6px
}

.SearchBooxAjax {
    visibility: hidden;
    position: absolute;
    top: 39px;
    left: 0;
    min-height: 280px;
    background: #141d40;
    z-index: 9999999;
    border-radius: 10px;
    overflow: auto;
    box-shadow: 0 0 20px #000000ab;
    transition: .45s all ease;
    transform: scale(0,1);
    width: 590px;
    max-height: 450px;
    opacity: 0;
    transform-origin: top left
}

.ISSearching .SearchBooxAjax {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.SearchBooxAjax .SearchList {
    width: 100%;
    padding: 10px 15px 0;
    height: 450px
}

.SearchingBlock {
    width: calc((100% - 20px)/3);
    margin-left: 10px;
    margin-bottom: 10px;
    height: 270px;
    overflow: hidden;
    background: #0f1429;
    float: right;
    border: 1px solid #1b2035;
    box-shadow: rgba(0,0,0,.35) 0 0 10px
}

.SearchingBlock:nth-child(3n+0) {
    margin-left: 0
}

.SearchingBlock>a img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%
}

.SearchingBlock>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff
}

.SearchingBlock>a>i {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f42b2b;
    transition: .35s all ease;
    opacity: 0;
    border-radius: 50%;
    transform: scale(5);
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    right: 50%;
    top: 50%;
    box-shadow: 0 0 20px #00000080;
    padding: 1px 1px 1px 4px;
    margin: -20px;
    z-index: 10
}

.SearchingBlock>a .BoxInfo {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    width: 100%;
    font-weight: 600;
    font-weight: 700;
    padding: 220px 10px 10px;
    background: linear-gradient(#0f142900,#0f1429 90%);
    text-align: center;
    transition: .35s all ease
}

.SearchingBlock>a .BoxInfo ul {
    margin: 0 auto;
    transition: all .35s ease;
    text-align: center;
    position: absolute;
    bottom: 10px;
    transform: translate(0,150px);
    opacity: 0;
    right: 0;
    left: 0;
    padding: 0
}

.SearchingBlock>a .BoxInfo ul>li {
    display: inline-block;
    line-height: 100%;
    font-size: 11px;
    color: #b1bdd2db;
    transition: .3s all ease;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 3px;
    background: #19245270;
    transform-origin: right center
}

.SearchingBlock>a .BoxInfo h4 {
    font-weight: 600;
    font-size: 14px
}

.TipsJoinus ul li {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
    line-height: 34px;
    color: #fff;
    position: relative
}

.SearchingBlock:hover>a .BoxInfo ul {
    transform: translate(0);
    opacity: 1
}

.SearchingBlock:hover>a .BoxInfo {
    padding-bottom: 40px
}

.SearchingBlock:hover>a>i {
    transform: scale(1.1);
    opacity: 1
}

.SearchBooxAjax::-webkit-scrollbar {
    width: 2px
}

.SearchBooxAjax::-webkit-scrollbar-track {
    background: #09102a
}

.SearchBooxAjax::-webkit-scrollbar-thumb {
    background-color: #2a86c7
}

.BtnsSearch {
    display: table;
    clear: both;
    margin-bottom: 10px;
    width: 100%
}

.BtnsSearch .CloseSearch {
    float: right;
    padding: 0 15px;
    background: #0f1429;
    cursor: pointer;
    border-radius: 3px;
    line-height: 40px;
    font-family: Changa;
    font-weight: 700;
    transition: .3s all ease
}

.BtnsSearch .CloseSearch>i {
    float: right;
    font-size: 20px;
    line-height: 40px;
    padding-left: 8px
}

.BtnsSearch>a {
    float: left;
    padding: 0 15px;
    background: #0f1429;
    cursor: pointer;
    border-radius: 3px;
    line-height: 40px;
    font-family: Changa;
    font-weight: 700;
    transition: .3s all ease
}

.BtnsSearch>a>i {
    float: left;
    font-size: 20px;
    line-height: 40px;
    padding-right: 8px
}

.BtnsSearch .CloseSearch:hover {
    background: #bf0606
}

.BtnsSearch>a:hover {
    background: #2a86c7;
    color: #fff
}

.FilterAjaxRes {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ffffff2e;
    margin-bottom: 10px
}

.FilterAjaxRes h2 {
    float: right;
    line-height: 44px;
    font-size: 16px;
    font-weight: 700
}

.FilterAjaxRes ul {
    float: left;
    margin: 0;
    padding: 5px 0
}

.FilterAjaxRes ul a {
    float: right;
    color: #ffffff59;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-weight: 700;
    background: #2a86c738;
    margin-right: 4px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    transition: .3s all ease
}

.FilterAjaxRes ul a:hover,.FilterAjaxRes ul a.active {
    color: #fff;
    background: #2a86c7
}

@media screen and (max-width: 768px) {
    .tabs-section .tabs-menu li {
      border-radius: 36px;
      margin: 0;
      float: right;
      width: calc((100% - 20px)/2);
      margin-bottom: 20px;
      text-align: center;
      background: #f8f8f8;
     font-size: 13px;
    }

    .tabs-section .tabs-menu li:nth-child(odd) {
        margin-left: 20px
    }

    .tabs-section .tabs-menu li i {
        float: right
    }

    .tabs-section .tabs-menu li:nth-child(5),.tabs-section .tabs-menu li:nth-child(6) {
        margin-bottom: 0
    }


}

.SearchList h3.NoPosts {
    margin: 90px auto 0
}

.SearchList h3.NoPosts span {
    font-size: 24px
}

.tornado-header {
    transition: .4s all ease;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 60px 0 rgba(0,0,0,.3);
}

.tornado-header .container-xl {
    min-height: unset;
    display: table!important;
    width: 100%
}

.tornado-header .navigation-menu>ul>li {
    font-weight: 700;
    transition: .4s all ease
}

.ISFixedHeader .tornado-header .navigation-menu>ul>li {
    line-height: 55px;
    padding: 0 10px
}


.ISFixedHeader .navigation-menu>ul>li .dropdown-toggle:before,.checkbox .navigation-menu>ul>li span.dropdown-toggle:before {
    line-height: 55px!important
}

.ISFixedHeader .tornado-header a.logo .Back span {
    font-size: 40px;
    line-height: 55px
}

.ISFixedHeader .tornado-header a.logo .Front span {
    font-size: 48px;
    line-height: 55px
}

.top-navigation {
    background: #29b0ef;
}

.WordsSe {
    position: absolute;
    bottom: 55px;
    z-index: 999999999;
    background: #ffb400;
    font-weight: 700;
    color: #000;
    padding: 5px 25px;
    border-radius: 35px;
    border: 1px solid #ffffff6e;
    font-size: 13px;
    right: 30px;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}

.WordsSe.active {
    opacity: 1;
    visibility: visible
}

.ISFixedHeader .tornado-header .action-btns {
    margin: 6px 0!important
}

@media(max-width: 640px) {
    .tornado-header .action-btns .dropdown .dropdown-list {
        margin-top:-1.125rem;
        width: 150px
    }
}

.SlideMenu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99999999;
    background: rgba(0,0,0,.75);
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease
}

.SlideMenu .MenuContent {
    position: fixed;
    top: 0;
    overflow: auto;
    height: 100%;
    right: 0;
    background: #fff;
    width: 270px;
    padding: 15px;
    box-shadow: 0 0 10px #05d3e7;
    transition: .35s all ease;
    opacity: 0;
    visibility: hidden;
    transform: translate(410px,0px);
}

.SlideMenu .MenuContent>ul {
    margin-top: 35px;
    padding: 0;
    list-style: none;
}

.SlideMenu .MenuContent>ul>li {
    margin-bottom: 25px;
    transition: .4s all ease;
}

.SlideMenu .MenuContent>ul>li>a {
    height: 36px;
    overflow: visible;
    background: #eee;
    display: block;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    z-index: 9;
    border-bottom: 1px solid #dddddd0a;
    border-right: 3px solid #05d3e7;
    color: #222;
    font-weight: 700;
    border-radius: 5px;
}

.SlideMenu ul.sub-menu {
    padding: 4px 22px;
    border: 1px solid #eee;
    border-top: 0;
    list-style: none;
    right: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
    -webkit-animation: fadeInUp 0.2s;
    -moz-animation: fadeInUp 0.2s;
    -ms-animation: fadeInUp 0.2s;
    -o-animation: fadeInUp 0.2s;
    animation: fadeInUp 0.2s;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    box-shadow: 1px 10px 5px 0 rgba(0,0,0,.1);
}

.SlideMenu ul.sub-menu>li {
}

.SlideMenu ul.sub-menu>li>a {
    display: block;
    width: 100%;
    height: 31px;
    border-bottom: 1px solid #13111117;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 31px;
}

.SlideMenu ul.sub-menu>li:last-child>a {
    border: 0
}

.SlideMenu.ISActive .MenuContent {
    transform: translate(0);
    opacity: 1;
    visibility: visible
}

.SlideMenu.ISActive {
    opacity: 1;
    visibility: visible
}

@media(max-width: 420px) {
    .top-navigation .float-end {
        float:none;
        padding-top: 0
    }
}

.mc-tooltip {
    visibility: hidden;
    opacity: 0;
    width: 300px;
    border-radius: 5px;
    position: absolute;
    background: #fff;
    color: #242424;
    font-size: 14px;
    bottom: 100%;
    left: 0;
    line-height: normal;
    z-index: 9999
}

.LogoElfishawy .mc-tooltip h3 {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    line-height: 46px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #090c1a;
    margin-bottom: 15px
}

.LogoElfishawy .mc-tooltip h4 {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    color: #161348
}

.LogoElfishawy .mc-tooltip h4:before {
    font-size: 16px;
    margin-left: 10px
}

.LogoElfishawy .mc-tooltip .btns-icons {
    line-height: 60px;
    border-top: 1px solid rgba(0,0,0,.1);
    text-align: center
}

.LogoElfishawy .mc-tooltip .btns-icons a {
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    color: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400
}

.LogoElfishawy .mc-tooltip .btns-icons a.ti-home {
    background: #33acff
}

.LogoElfishawy .mc-tooltip .btns-icons a.ti-skype {
    background: #1fc4f3
}

.LogoElfishawy .mc-tooltip .btns-icons a.ti-whatsapp {
    background: #40b857
}

.LogoElfishawy .mc-tooltip .btns-icons a.ti-behance {
    background-color: #009cff
}

.LogoElfishawy .mc-tooltip .btns-icons a.ti-linkedin {
    background-color: #009cff
}

.LogoElfishawy .mc-tooltip .btns-icons a.ti-instagram {
    background: #cca767
}

.LogoElfishawy .mc-tooltip .btns-icons a.ti-twitter {
    background: #1fc4f3
}

.LogoElfishawy .mc-tooltip .btns-icons a.ti-facebook {
    background: #546bf8
}

.LogoElfishawy:hover .mc-tooltip {
    visibility: visible;
    opacity: 1
}

.OrderNow {
    display: table;
    width: 600px;
    margin: 0 auto;
    background: #0f3854;
    padding: 18px;
    border-radius: 6px
}

.OrderNow>h2 {
    background: #33acff;
    border-radius: 7px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 20px;
    padding: 0 15px;
    margin: 0 0 12px
}

.OrderNow>h2 i {
    float: right;
    font-size: 30px;
    line-height: 50px;
    padding-left: 10px
}

.OrderForm {
    border-radius: 7px;
    display: table;
    width: 100%
}

.OrderForm form#Order {
    display: block;
    width: 100%
}

.GroupForm {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 10px
}

.GroupForm label {
    float: right;
    width: 140px;
    line-height: 38px;
    font-weight: 700;
    cursor: pointer
}

.GroupForm input {
    float: right;
    width: calc(100% - 140px);
    border: 0;
    height: 38px;
    border-radius: 5px;
    outline: 0;
    color: #fff;
    padding: 0 10px;
    background: #14496d
}

.OrderForm button {
    padding: 0 30px;
    height: 40px;
    border: 0;
    background: #22c379;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    display: table;
    border-radius: 36px;
    margin: 0 auto
}

.OrderForm button i {
    padding-left: 6px;
    float: right;
    font-size: 20px;
    line-height: 40px
}

.NotificationsSettingsMaster {
}

.NotificationsSettingsMaster .titleNotif {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin: -25px -25px 10px;
    height: 50px;
    color: #fff;
    background: #222847;
    padding: 11px 15px;
}

.NotificationsSettingsMaster button {
    float: left
}

.NotificationsSettingsMaster p.desNotif {
    border-bottom: 1px solid #ffffff12;
    padding: 0 0 10px
}

.NotificationsSettingsMaster>div {
    background: #0c0e18;
    color: #fff;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 4px;
    overflow: hidden;
}

.alerts-area {
    background: #33acff;
    border-radius: 7px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 20px;
    padding: 0 15px;
    margin: 0 0 12px;
    text-align: center;
    display: none
}

.alerts-area-active {
    display: block
}
    .notificationsUL {
        margin: 0px -10px 0 0;
    }

    .NotficiationItem {
        height: 80px;
        overflow: hidden;
        background: #26234c;
        border-radius: 7px;
        margin-bottom: 10px;
    }

    .NotficiationItem a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .NotficiationItem a img {
        float: right;
        width: 48px;
        height: 66px;
        border-radius: 6px;
        margin: 7px;
    }

    .NotficiationItem a .NotficiationItemContent {
        float: right;
        width: calc(100% - 63px);
        padding: 7px 5px 5px 10px;
        height: 100%;
        overflow: hidden;
    }

    .NotficiationItem a .NotficiationItemContent h5 {
        display: block;
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        width: calc(100% - 45px);
        float: right;
        text-overflow: ellipsis;
        height: 41px;
    }

    .NotifcationsListActions {
        display: table;
        width: 100%;
        margin: -10px 0 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ffffff1c;
    }

    .NotifcationsListActions .MarkAllASRead {
        float: right;
        height: 36px;
        background: #33abfe;
        border-radius: 5px;
        line-height: 35px;
        font-weight: bold;
        padding: 0 16px;
        font-size: 14px;
        cursor: pointer;
    }

    .NotifcationsListActions .MarkAllASRead i {
        float: right;
        font-size: 20px;
        line-height: 35px;
        padding-left: 5px;
    }

    .DelAllNotifications {
        float: left;
        height: 36px;
        background: #d21d1d;
        border-radius: 5px;
        line-height: 35px;
        font-weight: bold;
        padding: 0 16px;
        font-size: 14px;
        cursor: pointer;
    }

    .DelAllNotifications i {
        float: right;
        font-size: 20px;
        line-height: 35px;
        padding-left: 5px;
    }

    .NotficiationItem a .NotficiationItemContent ul {
        color: #FFF;
        max-width: calc(100% - 45px);
        padding: 0;
        margin: 0;
        display: table;
    }

    .NotficiationItem a .NotficiationItemContent ul span {
        display: inline-block;
        height: 25px;
        padding: 0 10px;
        background: #33aafd26;
        border-radius: 5px;
        overflow: hidden;
        margin-left: 7px;
        font-size: 12px;
        line-height: 25px;
        font-weight: bold;
    }

    .NotficiationItem a .NotficiationItemContent p {
        display: none;
    }

    .NotficiationItem a .NotficiationItemContent ul span: nth-child(1) {
        background: #33abfe;
    }

    .NotifcationActions {
        position: absolute;
        top: 7px;
        left: 7px;
    }

    .NotifcationActions > div {
        display: block;
        width: 29px;
        height: 29px;
        transition: .4s all ease;
        text-align: center;
        color: #FFF;
        padding-top: 2px;
        border-radius: 5px;
        line-height: 29px;
        font-size: 16px;
    }

    .NotifcationActions > div.markAsRead {
        background: #283767;
        margin-bottom: 7px;
    }

    .NotifcationActions > div.delNotifications {
        background: #283767;
    }

    .NotifcationActions > div: after {
        content: attr(data-toltips);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 33px;
        font-size: 12px;
        font-weight: bold;
        width: 90px;
        background: #555;
        border-radius: 3px;
        transition: .4s all ease;
        opacity: 0;
        visibility: hidden;
    }

    .NotifcationActions > div.markAsRead: after,.NotifcationActions > div:hover {
        background: #33abfe;
    }

    .NotifcationActions > div.delNotifications: after,.NotifcationActions > div.delNotifications:hover {
        background: #d11d1d;
    }

    .NotifcationActions > div: hover:after {
        z-index: 55;
        opacity: 1;
        visibility: visible;
    }

    .NotficiationItem.actiev {
        background: #2d295f;
    }

    .NotifcationActions > div.markAsRead.Actived {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .7;
    }
.btn {
    display: inline-block;
    padding: 0 1.563rem;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: .8375rem;
    color: #343a40;
    cursor: pointer;
    background: #eee;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}
.bottom-navigation {
    background: #29b0ef;
    box-shadow: 0 3px 3px #0000009e;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.main-header .bottom-navigation .btns {
    padding: 10px 0;
}

@media(max-width: 980px) {
    .main-header .bottom-navigation .btns {
        width:100%;
        text-align: center
    }
}
@media(max-width: 980px) {
    .main-header .logo {
    }
}
.main-header .bottom-navigation .btns .menu-btn {
    background: #343a40;
    padding: 0;
    width: 45px;
    height: 36px;
    line-height: 34px;
    color: #fff;
    border-radius: 50px;
    vertical-align: middle;
}
.tornado-header>.container, .tornado-header>.container-fluid, .tornado-header>.container-xl {
    min-height: 100px;
    padding-top: 9px;
}
a.logo {
    flex: 1;
    max-width: 270px;
    min-width: 245px;
    position: relative;
    margin-left: 10px;
    overflow: hidden;
}
.main-header .search {
    position: relative;
    width: 34.333%;
    padding-bottom: 0px;
}
.ti-search {
    position: relative;
    right: 0;
    top: 0px;
    width: 65%;
    display: inline-block;
}
.ti-search::before {
    position: absolute;
    width: 35px;
    font-size: 18px;
    color: rgba(0,0,0,.5);
    right: 0;
    line-height: 44px;
    bottom: 0;
    text-align: left;
}
.main-header .search .ti-search::before {
    color: #fff;
}
.main-header .search input:not(.btn) {
    border-radius: 4px;
    background-color: #eee0;
    color: #354452;
    height: 45px;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #0000001a;
}
.main-header .search .btn {
    position: absolute;
    left: 8px;
    top: 7px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #222;
}
.sociaLinks {
    background: #eeeeee45;
    border-radius: 21px;
    padding: 5px 15px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    left: 0;
    border: 1px solid #eee;
}
a.fab.fa-facebook {
    color: #222;
    border-radius: 50%;
    padding: 9%;
    width: 30px;
    text-align: center;
}

.sociaLinks h2 {
    font-size: 14px;
    display: inline-block
}

a.fab.fa-twitter {
    color: #222;
    border-radius: 50%;
    padding: 9px 1px;
    width: 30px;
    text-align: center
}

a.fab.fa-telegram {
    color: #222;
    border-radius: 50%;	
    padding: 9px 1px;
    width: 32px;
    text-align: center
}

a.fab.fa-facebook:hover {
    background: #3059b0;
	color: #fff;
}

a.fab.fa-twitter:hover {
    background: #55acef;
	color: #fff;
}

a.fab.fa-telegram:hover {
    background: #0088cc;
	color: #fff;
}
.footersocia a.fab.fa-facebook{
    color: #fff;
}
.footersocia a.fab.fa-twitter{
    color: #fff;
}
.footersocia a.fab.fa-telegram{
    color: #fff;
}
.main-header .bottom-navigation .btns .btn {
    line-height: 34px;
    height: 34px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}
.tornado-header .btn {
    margin-right: 15px;
}
.tornado-header .navigation-menu>ul>li {
    font-size: 14px;
    font-weight: 700;
    color: #354452;
    line-height: 60px;
}
.tornado-header .container, .tornado-header .container-fluid, .tornado-header .container-xl {
    min-height: 3.25rem;
    padding: 10px;
}

@media(max-width: 980px) {
    .main-header .logo {
        width:100%;
        max-width: unset;
        text-align: center;
        margin-top: 5px;
    }
}
@media(max-width: 980px) {
    .main-header .search {
        width:100%;
        margin-top: 30px;
        margin-bottom: 50px
    }
}

@media (max-width: 640px){
   .ti-search {
        position: absolute;
        right: 0;
        top: -10px;
        width: 100%;
        display: inline-block;
    } 
    .sociaLinks {
    margin: 5px auto;
    z-index: 9;
    top: 35px;
    background: #eeeeee45;
    border-radius: 21px;
    padding: 4px 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    border: 1px solid #eee;
    }    

#SubnitADvFil {
    background: #33365a;
    color: white;
}

.SearchRes {
    position: absolute;
    top: 100%;
    right: 0;
    left: 29%;
    background: #200101;
    visibility: hidden;
}

ul.SearchResUl {
    list-style: none;
    padding: 0 15px;
    margin: 5px 0;
    max-height: 300px;
    overflow-y: scroll;
}

li.SearchResLi {
    position: relative;
    margin: 5px 0;
    border: 1px solid #8080803d;
    border-radius: 10px;
    overflow: hidden;
}

a.SearchResA {
    display: block;
}

img.SearchResImg {
    width: 50px;
    display: inline-block;
    margin-left: 10px;
}

.SearchResA h2 {
    display: inline-block;
    color: white;
    font-size: 15px;
    position: absolute;
    top: 5px;
}

.SearchRes.show {
    visibility: unset !important;
}