/*
 * Custom Style File
 * Author - Serdar GULER
 * Web    - www.gulers.com
 * Mail   - serdarguler1991@gmail.com
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');

html,
body {
    min-height: 100% !important;
    background-color: #f5f8fa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #222222;
}

.open-menus {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

img {
    max-width: 100%;
}

.btn {
    outline: none !important;
}

.header {
    background-color: #3097D1;
    background-image: -webkit-gradient(linear, left, right, from(#216a94), to(#3097D1));
    background-image: linear-gradient(to right, #216a94, #3097D1);
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin: 0;
}
.navbar-toggle {
    margin: 0;
    color: #fff;
    font-size: 20px;
    outline: none;
    border: 0;
    padding: 10px;
}

.header .logo {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    float: left;
    padding: 10px 0;
}

.header .menu {
    margin-left: 100px;
}

.header .menu li {
    display: inline-block;
}

.header .menu li a {
    color: #8ac8e7;
    padding: 10px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    display: block;
    transition: all ease 0.3s;
}

.header .menu li:hover a,
.header .menu li.active a {
    color: #ffffff;
}

.header .btn-dark {
    background: #216a94;
    color: #fff;
    margin: 8px 3px;
    border: 0;
}

.header .btn-white {
    background: #fff;
    color: #216a94;
    margin: 8px 3px;
    border: 0;
}

.box-list {
    padding: 15px 0;
}

.box-list .panel {
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.box-list .panel .panel-header {
    padding: 10px;
    border-bottom: 1px solid #f5f8fa;
    position: relative;
}

.box-list .panel .panel-header h2 {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    color: #216a94;
    padding-right: 70px;
}

.box-list .panel .panel-header h2 span {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 600;
}

.box-list .panel .panel-header h2 span.up {
    color: #43b164;
}

.box-list .panel .panel-header h2 span.down {
    color: #b14343;
}

.box-list .panel .panel-header img {
    margin: 10px auto 0 auto;
    display: block;
    max-width: 100%;
    min-width: 80%;
}

.box-list .panel .panel-body {
    padding: 0;
}

.box-list .panel .panel-body ul li {
    width: 100%;
    float: left;
}

.box-list .panel .panel-body ul li a {
    width: 100%;
    float: left;
    padding: 5px 10px;
    color: #222222;
}

.box-list .panel .panel-body ul li.up a {
    color: #43b164;
}

.box-list .panel .panel-body ul li.down a {
    color: #b14343;
}

.box-list .panel .panel-body ul li a:hover {
    background: #f5f8fa;
}

.box-list .panel .panel-body ul li .more {
    background-color: transparent;
    text-align: center;
    width: 100%;
    border: 0;
    outline: none;
    padding: 5px;
    color: #aaaaaa;
}

.box-list .items {
    margin-left: -7px;
    margin-right: -7px;
}

.box-list .items .item {
    padding-left: 7px;
    padding-right: 7px;
}

.box-list .left-column {
    width: calc(100% - 280px);
    padding-right: 0;
}

.box-list .right-column {
    width: 280px;
}

.coin-list {
    width: calc(100% - 265px);
    float: right;
}

.news-list {
    width: 250px;
    float: left;
}

.news-list .item {
    position: relative;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    border-radius: 4px;
    overflow: hidden;
}

.news-list .item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000000;
    opacity: 0.2;
    transition: all ease 0.3s;
}
.news-list .item:hover a::after {
    opacity: 0.4;
}

.news-list .item a {
    display: block;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
}

.news-list img {
    width: 100%;
}

.news-list .item .news-title {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    padding: 15px;
    margin: 0;
    z-index: 3;
}
.title h2 {
    margin-top: 0;
    color: #216a94;
    font-size: 20px;
}
.title h2::after {
    content: '';
    height: 2px;
    width: 50px;
    margin-top: 5px;
    display: block;
    background-color: #3097d1;
    box-shadow: 2px 2px 10px #8c8c8c;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}
.card-columns .panel {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.filter {
    position: relative;
    z-index: 99;
    top: 1px;
    right: 1px;
    float: right;
}
.filter .filter-btn {
    background-color: rgba(33, 106, 148, 0.7);
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    outline: none;
    padding: 5px 10px;
    text-align: center;
    border: 0;
    border-radius: 3px;
    margin-left: 10px;
    -webkit-box-shadow: 0 0 5px #216b95;
    box-shadow: 0 0 5px #216b95;
}
.filter .content {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 600px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    padding-bottom: 35px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    border-radius: 4px;
    display: none;
}
.filter .content .filter-coin {
    border-radius: 20px;
    background: #ffffff;
    border: 2px solid #dadada;
    font-weight: 600;
    color: #adadad;
    margin: 5px;
}
.filter .content .filter-coin.active {
    border-color: #3096d0;
    box-shadow: 0 0 10px #8e8e8e;
    background: #3096d0;
    color: #fff;
}
.filter .clean {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background: #a9a9a9;
    color: #fff;
    font-weight: 600;
}
.footer {
    background-color: #1b262d;
    color: #ffffff;
    padding-top: 20px;
}
.footer h4 {
    font-size: 16px;
    font-weight: 400;
}
.footer h4::after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #3097d1;
    display: block;
    margin: 10px 0;
}
.footer ul {
    color: #dadada;
}
.footer ul li a {
    color: #b7b7b7;
    font-size: 13px;
    font-weight: 300;
    transition: all ease 0.3s;
}
.footer ul li a:hover {
    color: #ffffff;
}
.footer .footer-bottom {
    border-top: 1px solid #3b4e5d;
    padding: 15px 0;
    margin-top: 30px;
}
.footer .footer-bottom p {
    margin: 0;
}
.footer .socials li {
    float: left;
    margin-right: 5px;
}
.footer .socials li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 36px;
    text-align: center; 
    background-color: #0f181f;
    border-radius: 100%;
    border: 2px solid #3b4e5c;
}
.footer .socials li a:hover {
    background-color: #3b4e5c;
}
.footer .newsletter {
    position: relative;
    margin: 15px 0;
    max-width: 300px;
}
.footer .newsletter .form-control {
    background-color: #0f181f;
    border-color: #3b4e5c;
    border-width: 2px;
    color: #fff;
    height: 40px;
}
.footer .newsletter .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #3097d1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.panel.widget .panel-header {
    background: #1b262d;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.panel.widget .panel-header h1 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}
.panel.widget .table {
    margin: 0;
}
.panel.widget .progress {
    margin: 3px 0;
    height: 10px;
}
.panel.widget .progress-bar {
    height: 10px;
}
.progress-bar-warning {
    background-color: #ffcc00;
}
.panel.widget a {
    color: #222222;
}
.panel.widget a:hover {
    text-decoration: underline;
}
.text-success {
    color: #43b164;
}
.text-danger {
    color: #b14343;
}
.accordion .accordion-title {
    overflow: hidden;
    padding: 7px 10px;
    border-top: 1px solid #ddd;
    cursor: pointer;
}
.accordion .accordion-title:first-child {
    border-top: 0; 
}
.accordion .accordion-title.on {
    background-color: #e2e2e2;
    font-weight: 600;
}
.accordion .accordion-content {
    display: none;
}
.accordion .accordion-content ul li a {
    background-color: #f5f8fa;
}
.accordion .accordion-content ul li a:hover {
    background-color: #ffcc00;
}

.coin-list #search-coin {
    max-width: 180px;
}

#page {
    padding: 40px 0;
}

.panel {
    border-color: #f5f8fa;
}
.panel-default .panel-header {
    padding: 10px;
    border-bottom: 1px solid #f5f8fa;
    position: relative;
}
.panel-default .panel-header h2 {
    margin: 0;
    font-size: 24px;
    color: #216a94;
}
.panel-default .panel-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #216a94;
}
.panel-default .panel-body {
    padding: 10px;
}
.panel-default .table {
    margin: 0;
}
.table.big-table tr td {
    border-color: transparent;
    font-size: 16px;
}
.panel .pagination {
    margin: 0;
}
.bigNews {
    width: inherit;
    float: inherit;
    margin-top: 10px;
}
.bigNews .col-sm-6 {
    padding: 0;
}
.bigNews .item {
    height: 242px;
}
.bigNews .col-sm-6 .item {
    height: 500px;
}
.bigNews .item img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 20%;
    height: 242px;
}
.bigNews .col-sm-6 .item img {
    height: 500px;
}
.bigNews.news-list .col-sm-6 .item .news-title {
    font-size: 2vw;
}
.smallNews .news-list {
    width: 100%;
    float: inherit;
}
.newsAll .item {
    margin-bottom: 20px;
}
.newsAll .item img {
    position: relative;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    border-radius: 4px;
    overflow: hidden;
    opacity: 1;
    transition: all ease 0.3s;
}
.newsAll .item a:hover img {
    opacity: 0.8;
}
.newsAll .item a {
    color: #222222;
}
.newsAll .item .news-title {
    font-size: 18px;
    margin: 10px 0;
}
.pagination>li>a, .pagination>li>span {
    color: #216a94;
}
.article .img-responsive {
    width: 100%;
    margin-bottom: 10px;
}
.article h2 {
    margin-top: 0;
}
.article p {
    font-size: 16px;
    line-height: 24px;
}
.article a {
    color: #ffcc00;
}
.article a:hover {
    text-decoration: underline;
}
.article ul, .article ol {
    list-style: inherit;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.article ol {
    list-style: decimal;
}
.article .date {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 300;
}
.article .btn {
    color: #ffffff;
    text-decoration: none!important;
}

/** Responsive **/
@media screen and (min-width: 1500px) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
@media screen and (max-width: 1199px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media screen and (max-width: 991px) {
    .box-list .left-column, .box-list .right-column {
        width: 100%;
    }
    .box-list .left-column {
        padding-right: 15px;
        overflow: hidden;
    }
    .coin-list {
        position: relative;
        width: 100%;
    }
    .news-list {
        width: 100%;
    }
    .bigNews.news-list {
        width: inherit;
    }
}
@media screen and (max-width: 767px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .header .menu, .navbar-nav {
        margin: 0;
    }
    .navbar-collapse {
        padding: 0;
    }
    .header .menu li {
        display: block;
    }
    .header .menu li a {
        padding: 0;
    }
    .navbar-right li {
        width: 50%;
        float: left;
        padding: 5px;
    }
    .navbar-right li .btn {
        width: 100%;
        margin: 0;
    }
    .filter .content {
        width: 280px;
        height: 220px;
        overflow-y: scroll;
        right: 0;
        left: inherit;
        padding: 10px;
    }
    .filter .content .filter-coin {
        margin: 2px;
        font-size: 12px;
        padding: 5px 10px;
    }
    .filter .clean {
        border-radius: 20px;
        font-size: 12px;
        padding: 5px 10px;
        position: relative;
    }
    #page {
        padding: 15px 0;
    }
    .panel-default .panel-header h2 {
        font-size: 20px;
    }
    .bigNews .col-sm-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bigNews.news-list .col-sm-6 .item .news-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 479px) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .coin-list .title .pull-left {
        display: none;
    }
    .coin-list #search-coin {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .table.big-table tr td {
        font-size: 14px;
        padding: 2px;
    }
    .filter {
        position: absolute;
        right: 15px;
    }
}