.head-block {
    display: inline-block;
    padding: 5px;
}

#exit-modal a {
    display: block;
    margin: 0 auto;
    width: 300px;
}

#exit-modal .logo {
    height: 30px;
}

#import-document {
    height: 400px;
    overflow: scroll;
}

.caption h2 {
    text-shadow: 1px 1px 1px #212f4a;
    color: #fff !important;
    font-size: 20px;
    line-height: 25px;
    display: table-cell;
    vertical-align: middle;
}

.caption a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.plate-fade .caption {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.plate-featured {
    height: 200px;
}

.plate-header {
    height: 150px;
}

@media (min-width: 576px) {
    .caption h2 {
        font-size: 25px;
        line-height: 40px;
    }

    .plate-featured {
        height: 300px;
    }
}
@media (min-width: 768px) {
    .caption h2 {
        font-size: 30px;
    }

    .plate-featured {
        height: 400px;
    }

    .plate-header {
        height: 200px;
    }
}
@media (min-width: 992px) {
    .caption h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .plate-featured {
        height: 600px;
    }

    .plate-header {
        height: 300px;
    }
}
@media (min-width: 1200px) {
    .caption h2 {
        font-size: 40px;
    }

    .container {
        width: 1164px;
    }
}

.big-block .caption {
    max-width: 70%;
}

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-caption {
    text-shadow: none !important;
}

.big-block .plate-fade {
    padding: 0;
    background: -webkit-linear-gradient(130deg, rgba(34,48,73,0.6) 0, rgba(0,190,251,0.6) 100%) !important;
    background: -moz-linear-gradient(130deg, rgba(34,48,73,0.6) 0, rgba(0,190,251,0.6) 100%) !important;
    background: linear-gradient(130deg, rgba(34,48,73,0.6) 0, rgba(0,190,251,0.6) 100%) !important;
}

.tag {
    margin-top: 20px;
}

.post-link {
    display: block;
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
}

.post-image {
    height: 150px;
    display: block;
}

.post-link .plate-head {
    display: block;
    padding: 20px;
}

.plate {
    position: relative;
    display: block;
    color: #fff;
    font-weight: normal;
    border: none;
}

.plate-title {
    text-transform: uppercase;
    font-size: 20px;
}

.title {
    color: #fff;
    position: absolute;
    bottom: 20px;
}

.plate-fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;

    background: -webkit-linear-gradient(180deg, rgba(33,47,74,0.3) 0, rgba(33,47,74,1) 100%) !important;
    background: -moz-linear-gradient(180deg, rgba(33,47,74,0.3) 0, rgba(33,47,74,1) 100%) !important;
    background: linear-gradient(180deg, rgba(33,47,74,0.3) 0, rgba(33,47,74,1) 100%) !important;
}

a.plate .plate-fade:hover {
    color: #fff;
    background: -webkit-linear-gradient(180deg, rgba(33,47,74,0.2) 0, rgba(33,47,74,0.9) 100%) !important;
    background: -moz-linear-gradient(180deg, rgba(33,47,74,0.2) 0, rgba(33,47,74,0.9) 100%) !important;
    background: linear-gradient(180deg, rgba(33,47,74,0.2) 0, rgba(33,47,74,0.9) 100%) !important;
}

.plate-image {
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-decoration: none;
}

.plate-tag, .plate-post {
    padding: 20px;
}

.plate-post {
    margin-top: 20px;
}

.plate-tag {
    height: 175px;
}

.plate-post {
    height: 300px;
}

.plate-post .plate-head {
    margin-top: 50px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    margin-bottom: 20px;
    margin-right: 20px;
    bottom: 0;
}

.plate-link {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 2px;
}

.post img {
    width: 100%;
}

.follow-us i {
    font-size: 70px !important;
}

.article-cover {
    height: 200px;
}

@media (min-width: 576px) {
    .article-cover {
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .article-cover {
        height: 400px;
    }
}

.post-head h1 {
    font-size: 30px;
    line-height: 40px;
}

@media (min-width: 576px) {
    .post-head h1 {
        font-size: 36px;
        line-height: 48px;
    }
}

.link-icon {
    text-decoration: none;
}

.link-icon:hover {
    text-decoration: none;
}

.footer .icon {
    font-size: 50px !important;
    margin: 0 5px 0 5px;
}

.footer h5 a {
    color: inherit !important;
    font-weight: inherit;
}

.footer a {
    text-decoration: none;
    font-weight: normal;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .link-icon:hover {
    text-decoration: none;
}

.clickable {
    cursor: pointer;
}

.fixed-top {
    position: fixed;
    top: 0;
    z-index: 999999;
}

.thumb {
    height: 120px;
    max-width: 100%;
}

.text-break {
    word-break: break-all;
}

.share-buttons ul {
    position: relative;
    top: 9px;
}

.share-buttons a {
    text-decoration: none !important;
}

.share-buttons li {
    border-right: 0 !important;
}

.share-buttons .icon:first-child {
    margin: 0 !important;
}
