@font-face {
    font-family: Vesterbro;
    src: url("/static/fonts/TRYVesterbro-Extrabold.otf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: Vesterbro;
    src: url("/static/fonts/TRYVesterbro-Poster.otf") format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: Vesterbro;
    src: url("/static/fonts/TRY_Vesterbro-Regular.otf") format("opentype");

}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
    border: 1px solid #3166f7;
}



html,body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

a {
    color: #3166f7;
    text-decoration: underline;
}

a:hover {
    color: #031b91;
}


.topbar {
    border-radius: 0;
    border: 0;
    height: 90px;
}

.topbar .navbar-brand {
    font-family: 'Vesterbro';
    font-size: 10px;
    vertical-align: bottom;
    color: #1f0093;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.topbar .navbar-brand img {
    height: 30px;
    vertical-align: bottom;
}

.topbar li {
    margin: auto 10px;
    font-size: 12px;
}

.topbar a {
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.topbar a.active {
    color: #1e0093;
    font-weight: bold;
}

.topbar .navbar-brand span {
    vertical-align: bottom;
}

.topbar  .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.topbar-2 {
    border-radius: 0;
    border: 0;
    min-height: 90px;
    background: #1e0093!important;
}

.topbar-2 table td {
    text-align: center;
}

.topbar-2 a {
    color: #fff!important;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;

}

.topbar-2 a:hover {
    color: #618af8;
}



footer {
    background-color: whitesmoke;
    min-height: 80px;
    margin-top: 100px;
    padding: 30px;
}

footer .deep-footer {
    color: grey;
}

footer .footer-bold {
    font-weight: 600;
    text-transform: uppercase;
}


footer p {
    color: grey;
    text-decoration: none;
    font-size: 12px;

}

footer a {
    text-decoration: none;
    color: #909090;
}

footer a:hover {
    color: #3166f7;
    text-decoration: none;
}



.carousel {
    margin-top: 30px;
}

.carousel .carousel-indicators {
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    right: 0;
    bottom: initial;
    left: initial;
    display: initial;
    width: 300px;
    margin: 0;
}

.carousel .carousel-indicators p {
    cursor: pointer;
    height: auto;
    text-indent: initial;
    color: grey;
    font-family: 'Vesterbro';
    font-weight: bold;
    font-size: 18px;
}

.carousel .carousel-indicators p.active {
    background: none;
    color: white;
    font-size: 18px;
}

.carousel .carousel-caption {
    bottom: 0;
    left: 0;
    text-align: left;
    margin: 0 0 40px 30px;
    padding: 0;
}

.carousel .carousel-caption h1 {
    font-family: 'Vesterbro';
    font-weight: bold;
    font-size: 40px;
}

.carousel .carousel-caption p {
    font-family: 'Vesterbro';
    font-size: 16px;
}

.extra-text-blue {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #3166f7;
    margin-right: 20px;
}

.extra-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #909090;
    margin-right: 20px;
    text-decoration: none;
}

.extra-text a {
    color: #909090;
    text-decoration: none;
}

.carousel .carousel-inner .carousel-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

.carousel img{
    max-height: 500px;
    object-fit: cover;
}

.content-box {
    margin-top: 20px;
}

.content-box hr {
    margin: 0;
    background: #5b76fb;
    height: 3px;
    border: 0;
}

.content-box h4 a{
    color: black;
    text-decoration: none;
}

.read-button {
    border-radius: 120px;
    background: #f5553f;
    padding: 7px 35px!important;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border: 0;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.read-button:hover {
    background: #dc2c37;
    color: white !important;
    text-decoration: none;
}

form .read-button {
    margin-top: 25px;
}

.full-size-button {
    border-radius: 120px;
    background: #f5553f;
    padding: 7px 35px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border: 0;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin-right: -50%;
}

.full-size-button:hover {
    background: #dc2c37;
    color: white !important;
    text-decoration: none;
}

form .full-size-button {
    margin-top: 25px;
}

.content-box .content-box-child {
    margin-top: 20px;
    border-right: 1px solid whitesmoke;
}

.content-box-child {
    font-family: Vesterbro;
}

.static-text br{
    display: block; /* makes it have a width */
            content: ""; /* clears default height */
            margin-top: 20px;
}

.content-box .content-box-child h4 {
    font-size: 24px;
    font-weight: bold;
}

p.text {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-top: 25px;
    font-family: Vesterbro;
}

.content-box h5 {
    color: #3166f7;
    font-weight: 500;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 16px;
}

.content-box h5 a {
    text-decoration: none;
    color: #5b76fb;
}

.content-box img.editor {
    width: 80px;
    margin-bottom: 10px;
}

.user {
    margin: 50px auto;
}

.user form {
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.auth form {
    margin: auto;
}

.auth h3, .auth form .btn {
    margin: 20px auto;
}

.author {
    padding: 20px;

}

.author-list .author {
    border-bottom: 1px solid whitesmoke;
}

.author img {
    width: 120px;
    height: 120px;
}

.author .info {
    margin-top: 45px;
}

.author h4 {
    font-family: Vesterbro;
    font-size: 24px;
    font-weight: bold;
}


.user-sidebar {
    border-right: 1px solid whitesmoke;
    min-width: 200px;
}

.settings {
    text-align: center;
}

.settings form {
    margin: 0 auto;
}

/* Search widget */
#navbarText {
    height: 90px;
    position: relative;
}

.search-widget {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    height: 100%;
    background: #fff;
}

 .nav-tools-widget.search-mode-on .search-widget {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s linear;
}

.nav-tools-widget.search-mode-off .search-widget {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.nav-tools-widget.search-mode-on .default-widget  {
    visibility: hidden;
}

.nav-tools-widget.search-mode-off .default-widget  {
    visibility: visible;
    transition: visibility 0s 0.5s linear;
}

.search-form {
    display: flex;
    align-items: center;
    height: 100%;
}

input.search-text,
input.search-text:focus {
    margin-right: 30px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
}

.search-widget .search-parameter-button {
    background: none;
    border: none;
    outline: none;
    margin-right: 30px;
}

.search-widget .search-parameter-button:hover {
    color: #999;
}

.search-widget .search-parameter-button:focus,
.search-widget .search-parameter-button:active {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.search-widget .search-button {
    margin-right: 15px;
    color: white;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    position: relative;
}

.nav-tools-widget.search-mode-on .search-widget .search-button {
    animation: slideright 0.5s;
}

.nav-tools-widget.search-mode-off .search-widget .search-button {
    animation: slideleft 0.5s;
}

@keyframes slideright {
    from {
        left: -90px;
    }

    to {
        left: 0;
    }
}

@keyframes slideleft {
    from {
        left: 0;
    }

    to {
        left: -90px;
    }
}

.search-widget .search-button .button-circle {
    background: #999;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.search-widget .search-button.activated .button-circle {
    background: red;
}

.search-widget .search-button .fa-search {
    position: relative;
}

.search-widget .close-search-button {
    font-size: 18px;
}

.preview {
    margin-top: 50px;
}

.user .user_article_management .management_item {
    background: whitesmoke;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.user .user_article_management a {
    text-decoration: none;
    color: black;
}

.user .user_article_management .management_item p {
    margin: 0;
}

.article {
    margin-top: 50px;
}

.article h1 {
    margin-bottom: 20px;
    font-family: 'Vesterbro';
}

.article h2 {
    margin-bottom: 10px;
    font-family: 'Vesterbro';
}

.article p.small {
    margin-bottom: 2px;
}

.article .small-text {
    margin-bottom: 20px;
}


.article .sub {
    text-align: center;
    font-size: 12px;
}

.article .block {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.article .block img {
    max-width: 100%;
    margin: 20px;
}

.article .block table {
    max-width: 100%;
    font-size: 12px;
}


.article .message {
    border: 2px solid red;
    padding: 10px;
    text-align: center;
}

.chat .message {
    margin: 10px auto;
}

.article-keywords__title {
    font-weight: bold;
}