:root {
    --main-dark-gray: #252228;
    --main-light-blue: #1982c6;
    --main-dark-yellow: #ffc000;
    --main-light-gray: #c9c9c9;
    --header-journal-bottom: #fff;
    --main-text-color: #191919;
    --active-color: #ad1d75;
    --main-bg: #f2f2f2;
    --main-dark-blue: #18355e;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Montserrat, Sans-Serif, serif;
    font-weight: 400;
    line-height: 1.2;
    color: var(--main-text-color);
    background-color: var(--main-bg);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(17, 17, 17, .3) !important;;
    /*border-radius: 10px;*/
    background-color: white;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: white;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(17, 17, 17, .3) !important;
    background-color: var(--main-text-color);
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    border: none;
}

button:focus, textarea:focus, input:focus, p:focus {
    outline: none;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

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

.img-full {
    width: 100%;
    height: auto;
}

.bg-dark-gray {
    background-color: var(--main-dark-gray);
}

.color-purple {
    color: var(--active-color);
}

.header-top {
    padding: 15px 0;
    color: white;
    vertical-align: center;
}

.header-social li {
    display: inline;
    padding: 5px;
    transition: .5s color;
}

.header-social li a:hover {
    color: var(--main-light-blue);
}

.header-last-news {
    color: var(--main-dark-yellow);
    font-size: 13px;
}

.lig-bread {
    background-color: var(--main-light-gray);
}

.lig-header {
    padding: 10px 15px;
    float: left;
    border-bottom: 3px solid;
    border-color: var(--main-light-gray);
    font-weight: 600;
    background-color: white;
    margin-top: -5px;
}

.lig-info {
    float: right;
    padding: 10px;
    font-size: 14px;
}

.header-cloud {
    font-size: 13.5px;
}

.puan-durumu li {
    display: inline-block;
    padding: 10px 7px;
}

.puan-durumu > li > div {
    padding-top: 10px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.shadow-box {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}


.header-journal.last {
    margin-right: 0;
}

.header-journal {
    width: calc(25.3% - 15px);
}

.header-journal, .header-journal-slider {
    margin-right: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(173, 168, 168, .1);
    border-bottom: inset 2px rgba(80, 80, 80, .2);
    background-color: var(--header-journal-bottom);
    transition: .3s all;
}

.header-journal:hover, .header-journal-slider:hover, .custom-title:hover, .all-journal-item:hover h6, .widget-title .menu-button:hover {
    color: var(--active-color);
}

.header-journal-slider.last {
    margin-right: 0;
}

.header-journal .footer, .header-journal-slider .footer {
    background-color: var(--header-journal-bottom);
    /*text-align: center;*/
    /*padding: 10px;*/
    padding: 0 15px 20px;
    font-weight: 700;
    overflow: hidden;
    height: 50px;
    margin-bottom: 14.5px;
    line-height: 23px;
    font-size: 15px;
}

.header-journal img, .header-journal-slider img {
    margin-bottom: 10px;
}

.asist-logo {
    max-width: 200px;
    padding: 15px 0;
}

.navbar-bg {
    background: rgb(215, 218, 216);
    background: linear-gradient(0deg, rgba(215, 218, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.asist-menu {
    display: inline-block;
}

.asist-menu li {
    display: inline-block;
    font-weight: 800;
    font-size: 16px;
    height: 100%;
    padding: 40px 15px;
}

.sub-category, .category {
    transition: .3s all;
    border-bottom: 3px solid;
    border-color: transparent;
}

/*.sub-category:after {*/
/*    text-decoration: inherit;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    display: inline;*/
/*    width: auto;*/
/*    height: auto;*/
/*    line-height: normal;*/
/*    background-image: none;*/
/*    background-position: 0 0;*/
/*    background-repeat: repeat;*/
/*    font-family: 'FontAwesome';*/
/*    content: "\f107";*/
/*    float: right;*/
/*    margin-left: 8px;*/
/*}*/

.sub-category:hover, .category:hover {
    background-color: #eaeceb;
    border-bottom: 3px solid;
    border-color: #1982c6;
    color: var(--main-dark-yellow);
}

.sub-category:hover > .sub-category-container {
    opacity: 1;
    display: block;
}

.pos-relative {
    position: relative;
}

.sub-category-container {
    opacity: 0;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    color: black;
    padding: 20px;
    background-color: white;
    transition: .5s all;
    /*pointer-events: none;*/
    bottom: -385px;
    height: 385px;
}

.widget-title:before {
    content: "";
    border-bottom: 2px solid #b8bab9;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

.widget-title > h2 {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
    background-color: white;
    padding: 0 5px;
    font-size: 18px;
    margin: 0 10px;
    font-weight: bold;
    margin-left: 100px;
}

.sub-category-header {
    width: 31.29%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
}

.main-slider .owl-next, .category-slider .owl-next, .main-slider .owl-prev, .category-slider .owl-prev {
    font-size: 4.5em !important;
    position: absolute;
    opacity: .7;
    transition: .2s all ease-in;
    color: white !important;
}

.main-slider .owl-next:hover, .main-slider .owl-prev:hover, .category-slider .owl-next:hover, .category-slider .owl-prev:hover {
    opacity: 1;
}

.main-slider .owl-prev {
    top: 45%;
    left: 2%;
}

.main-slider .owl-next {
    top: 45%;
    right: 2%;
}

.slider-header {
    position: absolute;
    bottom: 0;
    color: white;
    background-color: #00000099;
    padding: 20px;
    width: 100%;
}

.slider-header h1 {
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}

.main-slider-images ul {
    padding: 20px;
    background-color: white;
}

.main-slider-images ul li, .slider-buttons ul li {
    display: inline-block;
}

.slider-buttons ul li {
    padding: 5px 40px;
    background-color: #d5d5d5;
    transition: .5s all;
    border-radius: 10px;
    color: #565656;
    font-size: 18px;
    font-weight: 700;
}

.main-slider-footer {
    padding: 10px;
}

.slider-buttons {
    display: block;
    width: 100%;
    margin-left: 10px;
}

.slider-buttons ul li:hover {
    color: white;
    background-color: #90beff;
}

.main-slider-footer h2 {
    background-color: #f6f8f7;
    color: #18355e;
}

.last-journals {
    background-color: #fff;
}

.last-journals .widget-title > h2 {
    background-color: #fff;
    margin: 0 10px;
}

.last-journal-wrapper {
    padding: 15px;
}

.last-journal-info {
    background-color: #c0bebe;
    /*padding-top: 13px;*/
    border-left: 2px solid #dcdcdc;
}

.last-journal-info h6 {
    color: #252228;
    font-weight: 600;
    font-size: 14px;
    height: 70px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0;
}

.border-none {
    border: none !important;
}

.journal-video-wrapper {
    border-top: 10px solid #dddddd;
    border-bottom: 10px solid #dddddd;
}

.main-video {
    /*padding-right: 40px;*/
    border-right: 5px solid #dddddd;
}

.journal-widget-title > h2 {
    background-color: var(--main-bg);
    font-size: 23px;
    color: #18355e;
}


.social-media-footer-wrapper {
    background-color: #252228;
    border-bottom: 3px solid white;
}

.social-media-footer li {
    display: inline-block;
    padding: 30px 90px;
}

.social-media-footer li i {
    margin-bottom: 15px;
}

.footer-bg {
    background-color: #121013;
    color: white;
}

.footer-info {
    font-size: 15px;
    width: 75%;
}

.mail-sub h5 {
    font-weight: bold;
    font-size: 18px;
}

.mail-sub span {
    font-size: 12px;
}

.input-sub-mail {
    padding: 10px !important;
    color: #747474 !important;
    font-size: 15px !important;
    border-radius: 5px 0 0 5px !important;
    display: inline-block;
    border: none !important;
    outline: none;
    width: auto !important;
}

.input-send-mail {
    padding: 10px;
    border: none;
    background-color: #74970e;
    margin-left: -5px;
    font-size: 15px;
    color: white;
    font-weight: 600;
    border-radius: 0 5px 5px 0;
}

.social-box-buttons ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-items li {
    display: inline-block;
    margin-right: 15px;
}

/*.owl-animate .owl-stage-outer {*/
/*    overflow: visible !important;*/
/*}*/

/*.owl-animate .owl-item {*/
/*    !*display: none;*!*/
/*    opacity: 0;*/
/*    transition: all 500ms;*/
/*}*/

/*.owl-animate .owl-item.active {*/
/*    !*display: block;*!*/
/*    opacity: 1;*/
/*}*/

/*.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {*/
/*    display: block;*/
/*}*/

.journal-detail h5 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 25px;
}

.journal-detail h1 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 35px;
}

.journal-detail h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.journal-detail p {
    margin-bottom: 20px;
}

.breadcrumb-head {
    font-size: 11px;
}

.breadcrumb-head > div {
    display: inline-block;
}

.breadcrumb-head > div > a {
    margin-right: 7px;
    margin-left: 7px;
    transition: .5s all;
}

.journal-detail-date > a:hover, .breadcrumb-head > div > a:hover {
    color: var(--active-color);
}

.category-header > h2 {
    color: black;
    font-weight: bolder;
    font-size: 25px;
    background-color: white;
}

.category-slider .owl-prev {
    top: 45%;
    left: 6%;
}

.category-slider .owl-next {
    top: 45%;
    right: 6%;
}

.header-journal.i-2 {
    width: calc(50% - 15px) !important;
    margin-bottom: 25px;
}

.left-populer-widget > .header {
    font-weight: 600;
    font-size: 17px;
    padding-top: 10px;
    border-top: 3px solid var(--main-dark-gray);
    margin-bottom: 20px;
}

.left-populer-widget .sub-header {
    display: block;
    color: var(--main-light-gray);
    font-weight: normal;
    font-size: 12px;
}

.left-populer-wrapper {
    border-bottom: 2px solid var(--main-light-gray);
    padding-bottom: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.google-news {
    text-align: left;
    float: right;
}

.google-news-title {
    font-weight: bold;
    line-height: 37px;
    vertical-align: top;
    font-size: 15px;
}

.google-news-link {
    background: url(../images/google-news.svg) center 0 no-repeat;
    display: inline-block;
    vertical-align: baseline;
    height: 38px;
    width: 140px;
    margin: 0 5px;
    border: 1px solid #e0e0dc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-size: 100%;
}

.social-wrapper {
    margin: 15px 0;
}

.social-wrapper > div {
    display: inline-block;
}

.social-items {
    min-width: 11.78571rem;
}

.social-item {
    display: inline-block;
    margin-right: .35714rem;
}

.social-share-text {
    font-weight: bold;
    float: left;
    font-size: 15px;
    line-height: 14px;
}

.social-link--facebook {
    background-color: #4064AD;
}

.social-link--twitter {
    background-color: #1C9DEB;
}

.social-link {
    color: #fff;
    width: 2.7rem;
    height: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
}

.social-item > a:hover {
    color: white;
}

.galeri-item > .content-wrapper {
    font-size: 20px;
    text-align: left;
    margin: 20px 0;
    padding: 10px;
    line-height: 29px;
}

.galeri-item .content {
    font-style: italic;
}

.other-journals-header {
    background: linear-gradient(90deg, rgba(181, 10, 116, 1) 0%, rgba(27, 48, 79, 1) 75%);
    padding: 15px 0;
    vertical-align: middle;
    color: white;
    border-radius: 6px;
    text-align: center;
}

#video_info {
    color: black !important;
}

.owl-dots {
    counter-reset: dots;
}

.owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}


.mini-slider .active {
    color: white;
    background-color: #90beff;
}

#customNav .owl-prev {
    border: 0;
    background-color: transparent;
    transition: .5s all;
    border-radius: 10px;
    color: #565656;
    font-size: 18px;
    font-weight: 700;
    margin-left: .3rem;
}

#customNav .owl-next {
    border: 0;
    background-color: transparent;
    transition: .5s all;
    border-radius: 10px;
    color: #565656;
    font-size: 18px;
    font-weight: 700;
    margin-left: .3rem;
}

.custom-title {
    color: var(--main-dark-blue);
    font-weight: bold;
    font-size: 16px;
    transition: .5s all;
}

.other-journals-header > h3 {
    font-size: 22.5px;
}

.border-box {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(173, 168, 168, .1);
    border-bottom: inset 2px rgba(80, 80, 80, .2);
}

.category-slider .owl-dot:before {
    content: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}

.sub-category-container .widget-title h2 {
    margin-left: 20px;
}


.overlay-bg {
    position: absolute;
    height: 100%;
    width: 95%;
    background-color: #00000060;
    top: 0;
    text-align: center;
    transition: .5s all;
}

.overlay-bg-little {
    width: 87%;
    text-align: start;
}

.overlay-bg:hover {
    background-color: #00000020;
}

.play-pos {
    top: 40%;
    position: relative;
}

.gallery-footer {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7) !important;
    bottom: 0;
    color: white;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 0 !important;
    width: 100%;
}

.all-journal-header {
    font-size: 21px !important;
    height: auto !important;
}

.date-span {
    font-size: 13px;
    color: grey;
}

.toast-warning, .toast-success {
    background-color: var(--active-color) !important;
}

.fixed-video {
    position: fixed;
    bottom: 0;
    width: 500px;
    z-index: 999;
    right: 0;
}

.mini-slider-counter {
    position: absolute;
    top: 0;
    font-size: 1em;
    width: 100%;
    font-weight: bold;
    color: #fff;
}

.comment-header > h2 {
    display: inline-block;
    margin-right: 30px;
    font-weight: bold;
    margin-top: 30px;
}

.comment-item {
    border-bottom: 1px solid #b8bab9;
    margin-bottom: 15px;
}

.comment-item > h6 {
    display: inline-block;
    margin-right: 30px;
    font-weight: bold;
    margin-top: 15px;
    font-size: 17px;
}

.comment-item > span {
    font-size: 13px;
}

.comment-notes {
    font-size: 15px;
}

#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url {
    width: 100%;
    margin-bottom: 15px;
}

input[type="text"], textarea, input[type="email"] {
    margin-bottom: 15px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid black;
    padding: 10px;
    color: #111111;
    transition: .3s all;
    border-radius: 5px;
}

input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus, input[type="email"]:hover, input[type="email"]:focus {
    border-color: var(--active-color);
}

.btn-submit {
    padding: 10px;
    color: white;
    background-color: var(--main-dark-blue);
    border: none;
    border-radius: 5px;
}

.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-radio input:checked ~ .checkmark {
    background-color: #8d1a60;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-radio input:checked ~ .checkmark:after {
    display: block;
}

.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.galeri-item {
    margin-bottom: 10rem;
}

.galeri-item > span {
    padding: 10px 22px;
    font-size: 29px;
    position: absolute;
    z-index: 5;
    color: white;
    font-weight: bold;
    background-color: var(--active-color);
}

.little-video-icon {
    width: 30px;
    top: 10px;
    right: 10px;
    position: absolute;
}

.little-gallery-footer {
    height: 45px;
    line-height: 19px;
    overflow: hidden;
    font-weight: 700;
    padding: 4px 11px;
}

.menu-button {
    transition: .3s all;
    cursor: pointer;
}

#league_fixture {
    display: none;
}

.footer-header {
    font-size: 18px;
    font-weight: 900;
}

.last-journal-footer-item {
    min-height: 70px;
}

.oley-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.sub-category-wrapper h2 {
    margin-left: 0;
    text-transform: uppercase;
}

.author {
    font-size: 14px;
    font-weight: 500;
}

.author > img {
    border-radius: 50%;
}

.author > span {
    vertical-align: middle;
}

#mobile-menu {
    display: none;
}

.slide-little-img {
    width: 140px !important;
    height: 93px;
}

.breadcrumb-team {
    float: right;
}

.main-slider-container {
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.mobile-block {
    display: none;
}

#overlay_background_search {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#overlay_background_search.visible {
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
}

#overlay_background_search #search_close_button {
    position: absolute;
    top: 30px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 22px;
}

#overlay_background_search .search_wrapper {
    width: 100%;
    height: 100%;
}

#overlay_background_search .search_wrapper .search_content {
    margin-top: 100px;
}

#overlay_background_search .search_wrapper .search_content #searchform {
    width: 57%;
    margin: auto;
}

#overlay_background_search .search_wrapper .search_content #searchform button {
    display: none;
}

#overlay_background_search .search_wrapper .search_content #searchform .search_tagline {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    text-align: center;
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(256, 256, 256, 0.2);
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s {
    width: 100%;
    background: #00000070;
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s::-webkit-input-placeholder {
    color: #fff;
    font-weight: 600;
    font-style: normal;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s:-moz-placeholder {
    color: #fff;
    font-weight: 600;
    opacity: 1;
    font-style: normal;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s::-moz-placeholder {
    color: #fff;
    font-weight: 600;
    opacity: 1;
    font-style: normal;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s:-ms-input-placeholder {
    color: #fff;
    font-weight: 600;
    font-style: normal;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s:placeholder-shown {
    color: #fff;
    font-weight: 600;
    font-style: normal;
}

#autocomplete {
    z-index: 1001;
    background: transparent;
    color: white;
}

@-moz-document url-prefix() {
    #autocomplete {
        margin-top: 20px;
    }
}

body.overflow_hidden {
    overflow: hidden;
}

.trasfer-widget {
    background-image: url("/static/images/editorun-sectikleri.jpg");
    /*background-image: url("/static/images/transfer-bg.png");*/
    color: white;
    background-position: left;
    background-size: cover;
}

.trasfer-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 223px;
    height: 84px;
    padding: 3px;
    font-weight: bold;
    background-color: unset;
}

/*.trasfer-header:after{*/
/*    content: '';*/
/*    height: 84px;*/
/*    width: 65px;*/
/*    background-color: white;*/
/*    z-index: 999;*/
/*    position: absolute;*/
/*    right: -61px;*/
/*    top: 0;*/
/*}*/

/*.trasfer-header:before {*/
/*    content: '';*/
/*    height: 84px;*/
/*    width: 65px;*/
/*    background-color: white;*/
/*    z-index: 999;*/
/*    position: absolute;*/
/*    left: -61px;*/
/*    top: 0;*/
/*}*/

.transfer-item .clock {
    font-weight: bold;
    font-size: 35px;
}

.transfer-item .team {
    font-weight: bold;
    margin: 20px 10px 0 0;
}

.transfer-item .content {
    font-weight: lighter;
    font-size: 17px;
    line-height: 22px;
}

.border-w-2 {
    border-bottom: 2px solid white;
}

/*Responsive*/

@media only screen and (max-width: 767px) {
    #site-menu {
        display: none;
    }

    #mobile-menu {
        display: flex;
    }

    #slide-navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 280px;
        height: 100%;
        background-color: #ddd;
        overflow: auto;
    }

    .menu-overlay {
        display: none;
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE7 & 8 */
        position: fixed;
        right: 0;
        top: 0;
        z-index: 49;
    }

    .navbar-toggle {
        background: transparent;
    }

    .custom-menu {
        background: rgb(168, 168, 168);
        background: linear-gradient(0deg, rgba(168, 168, 168, 0.5) 0%, rgba(241, 241, 241, 1) 100%);
        border-bottom: 1px solid #FFF;
        width: 100%;
        text-align: left;
        padding: 5%;
        font-weight: bold;
    }

    .sidebar-brand {
        height: 65px;
        font-size: 20px;
        line-height: 44px;
        margin: 18px auto;
    }

    .navbar-header > button {
        padding: 15px;
    }

    .company-info {
        float: left;
        font-size: 15px;
    }

    #overlay_background_search .search_wrapper .search_content #searchform {
        width: 90%;
        margin: auto;
    }

    #overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s {
        font-size: 35px;
    }

    .bg-transparent {
        background-color: transparent;
    }
}

@media only screen and (max-width: 425px) {
    #cloud-info, .lig-info, #super_lig, .left-populer-widget, .sub_category_content, .mobile-none {
        display: none !important;
    }

    .header-social {
        text-align: center;
        margin-bottom: 10px;
    }

    .lig-header {
        text-align: center;
        float: none;
    }

    .header-journal {
        width: 100%;
        margin-right: 0;
    }

    .header-journal .footer, .header-journal-slider .footer {
        margin-bottom: 0;
    }

    .header-journal, .header-journal-slider {
        margin-right: 0;
    }

    .social-media-footer li {
        padding: 25px 15px;
    }

    .slide-little-img {
        height: 40px;
    }

    .main-slider .owl-prev, .category-slider .owl-prev {
        top: 37%;
        left: 2%;
    }

    .main-slider .owl-next, .category-slider .owl-next {
        top: 37%;
        right: 2%;
    }

    .main-slider .owl-next, .category-slider .owl-next, .main-slider .owl-prev, .category-slider .owl-prev {
        font-size: 2.5em !important;
    }

    .slider-buttons {
        margin-left: 0;
    }

    .header-journal img {
        width: 100%;
    }

    .footer-info {
        width: 100%;
        text-align: center;
    }

    .slider-header h1 {
        font-size: 17px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 6px !important;
        height: 6px !important;
    }

    .widget-title > h2 {
        margin-left: 40px;
    }

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

    .social-wrapper > div {
        display: block;
    }

    .google-news {
        float: none;
        margin-top: 20px;
    }

    #commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url {
        width: 100%;
        margin-right: 0;
    }

    .btn-submit {
        width: 100%;
    }

    .category-wrapper .header-journal.i-2 {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .last-journal-info {
        padding-bottom: 15px;
    }

    .h4, h4 {
        font-size: 0.9rem;
    }

    .h1, h1 {
        font-size: 1.2rem;
    }

    .asist-logo {
        padding: 0;
    }

    .img-responsive {
        height: auto !important;
    }

    .main-slider-container {
        margin-top: 0;
    }

    .slider-buttons ul li {
        padding: 5px 20px;
    }

    .footer-items {
        text-align: center;
        margin-top: 15px;
    }

    .footer-items li {
        line-height: 1.5rem;
    }

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

    .flat-title > h2 {
        margin: 0 !important;
    }

    .breadcrumb-team {
        margin-top: 10px;
        float: none;
        margin-left: 16px;
    }

    .mobile-block {
        display: block;
    }
}
