/*Generic*/

html, body {
    height: 100%;
    height: 100vh;
}

body {
    margin: 0 !important;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
    margin: 0;
}

ul {
    list-style: none;
}



.article li:before {
    content: "■ ";
    color: #e3414b;
}

.slider-slide li:before {
    content: ""!important;
}


/* Cookie consent */
.cc-theme-edgeless {
    font-size: 12px!important;

}

/* Noty */
#noty_layout__bottomRight{
    background: #e3414b!important;
    padding: 5px 10px!important;
    /*border-radius: 10px !important;*/
    box-sizing: border-box!important;
    box-shadow: 1px 1px 20px rgba(0,0,0,.2)
}

.noty_close_button {
    background-color: rgb(255, 255, 255)!important;
}

.noty_body {
    display: none;
}

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

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.noty_close_button {
    background-color: rgba(58, 58, 58, 0.78)!important;
    color: white!important;
}

.noty-header {
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding-bottom: 9px;
}


.noty-articleTitle {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: bold;
    color: white;
    font-size: 16px;
    line-height: 20px;
    position:relative;
    display: block;
    text-decoration: none;
    margin-top: 5px;
}

.noty-articleImage {
    width: 100%;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    background-size: cover;
}

/*Video JS*/
.video-js{
    background: white!important;
}

/* Sticky in article infoblock */
.stickyArticlesWrapper {
    position: absolute;
    height: 100%;
    width: 205px;
}

.stickyArticlesContainer{
    /*height: 600px;*/
    /*overflow-y: scroll;*/
    width: 100%;
    top: 72px;
    margin-top: 32px;
    margin-bottom: 35px;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    padding-right: 25px;
    box-sizing: border-box;
    border-right: 1px solid #cccccc57;
}

.stickyArticlesImage {
    width: 100%;
}

.stickyArticlesTitle {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 15px;
}


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

.stickyArticlesContainer a:hover .stickyArticlesTitle{
    color: rgb(223, 55, 65);
}

.vjs-poster {
    background-color: white!important;
}

.ima-controls-div {
    bottom: 0em;
    height: 1.4em;
    position: absolute;
    overflow: hidden;
    display: none;
    opacity: 1;
    background-color: rgba(7, 20, 30, .3);
    /*background-color: rgba(7, 20, 30, 0.13);*/
    background: -moz-linear-gradient( bottom, rgba(7, 20, 30, .2) 0%, rgba(7, 20, 30, 0) 100%)!important;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0%,rgba(7, 20, 30, .3)), color-stop(100%,rgba(7, 20, 30, 0)))!important;
    background: -webkit-linear-gradient( bottom, rgba(7, 20, 30, .2) 0%, rgba(7, 20, 30, 0) 100%)!important;
    background: -o-linear-gradient(bottom, rgba(7, 20, 30, .2) 0%, rgba(7, 20, 30, 0) 100%)!important;
    background: -ms-linear-gradient(bottom, rgba(7, 20, 30, .2) 0%, rgba(7, 20, 30, 0) 100%)!important;
    background: linear-gradient(to top, rgba(7, 20, 30, .2) 0%, rgba(7, 20, 30, 0) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0007141E', endColorstr='#07141E',GradientType=0 );
}

.vjs-big-play-button {
    font-size: 3.5em!important;
    line-height: 50px!important;
    height: 50px!important;
    width: 50px!important;
    display: block;
    position: absolute;
    top: calc((100% - 50px)/2)!important;
    left: calc((100% - 50px)/2)!important;
    padding: 0!important;
    cursor: pointer;
    opacity: 1;
    border: none!important;
    background-color: rgb(227, 65, 75)!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.vjs-big-play-button:hover {
    box-shadow: 0 0 50px #00000045;
}

.vjs-loading-spinner{
    background-image:url('https://www.alfa.lt/resources/img/alfa-preloader.gif')!important;
    background-size: contain!important;
    background-repeat: no-repeat;
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    border: none!important;
    border-radius: 0!important;
    opacity: 1 !important;
}
.vjs-default-skin .vjs-loading-spinner:before{position:absolute;top:0;left:0;width:1em;height:1em;text-align:center;text-shadow:0 0 .1em #000}

.ima-countdown-div {
    margin-left: 8px;
}

.vjs-control-bar{
    font-size: 1.2em!important;
    color: #333333!important;
    background: #fffffff5!important;
}

.vjs-play-progress {
    background-color: #333333!important;
}

.vjs-remaining-time-display{
    font-weight: 600!important;
}

.vjs-volume-level {
    background-color: #333333!important;
}

.vjs-load-progress {
   display: none!important;
}

.vjs-slider {
    background: rgb(214, 214, 214)!important;
}

/*.ima-progress-div {*/
    /*background-color: #e3414b!important;*/
/*}*/

/*.ima-slider-level-div {*/
    /*background-color: #e3414b!important;*/
/*}*/
/*End video JS*/

.feed-appear {
    opacity: 0.01;
}


.sidebarAdWrapper {
    display: block;
    min-height: 900px;
    width: 300px;
}

.stickySidebarAd {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 60px;
}

.feed-appear.feed-appear-active {
    opacity: 1;
    transition: opacity .5s ease-in;
}

.feed-enter {
    opacity: 0.01;
}

.feed-enter.feed-enter-active {
    opacity: 1;
    transition: opacity .5s ease-in;
}

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

.auto-margin {
    margin: auto;
}

.hidden {
    display: none;
}

.block-limit {
    max-width: 1200px;
    z-index: 1;
    background: #fff;
}

.z-index1 {
    z-index: 1;
}

input[type='text'],
input[type='number'],
textarea {
    font-size: 14px;
    padding-left: 18px;
}

.body-padding {
    padding: 0 10px;
}

.no-decorations {
    text-decoration: none;
}

.article-list {
    text-align: center;
    margin: 0 auto;
}

.article-text-image-copyright {
    margin-top: 0;
    line-height: 12px;
    font-size: 12px;
    /*color: #757779;*/
}

.yt-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.yt-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#root {
    height: 100%;
    height: 100vh;
}

.alfa-app {
    display: flex;
    height: 100%;
    height: 100vh;
    flex-direction: column;
}

.authorLink {
    text-decoration: none!important;
    color: black!important;
}

.alfa-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.featured-title {
    margin: 3px 10px 0 10px;
}

.box-title {
    padding: 10px;
}

.info-block {
    padding: 20px 0;
    /*max-width: 880px;*/
}

.main-block {
    background: #fff;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

#btnToTop {
    position: fixed;
    bottom: 50px;
    right: 18%;
    z-index: 99;
    cursor: pointer;
}

.bg-placement {
    position: fixed;
    z-index: 0;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.bg-lnk {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.bg-placement-side {
    z-index: -2;
}

.main-title {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin: 10px 10px 5px 10px;
    color: #333333;
}

.header-pipe {
    background: rgb(223, 55, 65);
    width: 5px;
    max-height: 38px;
    margin-right: 10px;
}

.alfa-divider {
    background-color: #cccccc57;
    height: 1px;
    width: 100%;
    margin: 0.5em 0;
}

.flex-row {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.flex-column {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: stretch;
    align-content: stretch;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: stretch;
    align-content: stretch;
}

.flex1 {
    flex: 1 0 auto;
    -webkit-flex: 1 1;
}

.flex1-0 {
    flex: 1;
    -webkit-flex: 1 1;
}

.flex2 {
    flex: 2 0 auto;
    -webkit-flex: 2 2;
}

.flex3 {
    flex: 3;
    -webkit-flex: 3 3;
}

.ratio-3-2 {
    height: 0;
    padding-bottom: 66.67%;
}

.horizontal-card-ratio {
    height: 0;
    padding-bottom: 66.67%;
}

.ratio-16-9 {
    height: 0;
    padding-bottom: 56.25%;
}

.justify-center {
    justify-content: center;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.image-container {
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.image-container img {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.embedded-block {
    max-width: calc(100vw - 20px);
    width: 100%;
    text-align: center
}

#g-recaptcha {
    display: inline-block;
}

.text-input {
    margin-bottom: 6px;
    height: 35px;
    background: white;
    width: 100%;
    border: 1px solid #F4F4F4;
    padding-left: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.text-input:focus {
    outline: none;
}

.articleComments {
    color: #d53b3f;
    font-weight: bold;
    font-size: 70%;
    /*display: contents;*/
}

.articleCommentsBackground {
     width: max-content;
     color: #ffffff;
     background: #e03942;
     padding: 3px 7px;
     font-weight: bold;
     text-transform: uppercase;
     font-size: 60%;
     margin-top: 7px;
     line-height: 130%;
 }

.articleFbComments {
    width: max-content;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    background: #e03942;
    padding: 6px 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 60%;
    line-height: 60%;
    margin-left: 4px;
}

/*Input with icon*/
.alfa-input {
    margin-top: 10px;
    padding-left: 10px;
    background: white;
    height: 30px;
    border: 1px solid #F4F4F4;
}

.alfa-input-hidden {
    height: 28px;
    border: none;
    width: 100%;
    background-color: transparent;
}

.alfa-input-hidden:focus {
    outline: none;
}

.input-divider {
    background-color: #F4F4F4;
    width: 2px;
    height: 20px;
    margin: auto 3px;
}

.input-icon {
    margin-top: 2px;
}

/*Colors*/

#doorbell-button {
    background: #df3942 !important;
}

.bg-alfa-red {
    background: rgb(223, 55, 65);
}

.color-alfa-red {
    color: rgb(223, 55, 65) !important;
}

/*.alfa-premium {*/
    /*background: linear-gradient(to right, #ed1c23, #E94057, #df3942)!important;*/
    /*color: white!important;*/
    /*!*text-shadow: 1px 1px 1px #757779!important;*!*/
/*}*/

.white-font {
    color: white;
}

.grey-font {
    color: rgb(179, 179, 179);
}

.grey-font-footer {
    color: rgb(204, 204, 204);
}

.bg-grey-main {
    /*background-color: rgb(241, 241, 241);*/
    background-color: white;
}

.bg-active-grey {
    background-color: rgb(244, 244, 244);
}

.bg-grey-footer {
    background-color: rgb(77, 77, 77);
}

.bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #1A1A1A;
}

/*Main view*/

.sidebar {
    margin-left: 20px;
    min-width: 300px;
}

.alfa-body {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

/* Loading animation*/
@keyframes hideshow {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

#alfaLoading #alfa_symbol {
    animation: hideshow 4s ease infinite;
}

#alfaLoading #alfa_text {
    animation: hideshow 4s ease infinite;
}

.article-view {
    font-size: 110%;
    line-height: 180%;
    margin: 0 auto;
    padding: 10px;
    /*max-width: 600px;*/
    max-width: 100%;
    text-align: justify;
    color: #333333;
}

.article p {
    overflow-wrap: break-word;
    max-width: calc(100vw - 20px);
}

/*.article > *:nth-child(3) > p:first-child {*/
    /*font-weight: bold;*/
/*}*/

.article > div:first-child > p:first-child {
    font-weight: bold;
}


.article table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
}

.article table tr td {
    padding: 5px;
    border-bottom: 1pt solid black;
}

.zoom-in-img,
.article p img {
    cursor: zoom-in;
}

.article-view::after {
    content: '';
    display: block;
    clear: both;
}

.article-padding {
    padding-bottom: 10px;
    position: relative;
}

/*Article list*/

.popular-index {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
}

.article-block {
    padding-bottom: 5px;
    max-width: 880px;
}

.article-block a {
    text-decoration: none;
    color: black;
}

.card-row {
    width: 100%;
}

.paper-card-breaking {
    padding: 10px;
    margin: 0 6px 5px 0;
}

.paper-card-breaking > .card-row {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.paper-card-breaking .card-text {
    flex: 1 0;
    margin-left: 20px;
    font-size: 26px;
    height: 100%;
}

.paper-card-breaking .card-image {
    flex: 2 0;
}

.breaking-intro {
    font-size: 16px;
    padding-top: 10px;
    font-weight: 400;
}

.breaking-title {
    font-size: 26px;
    /*flex-grow: 1;*/
    /*-webkit-flex-grow: 1;*/
}

.paper-card-horizontal > .card-row {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.paper-card-horizontal .card-text {
    flex: 3 0 auto;
}

.paper-card-horizontal .card-image {
    flex: 2 0 auto;
    flex-direction: column;
    justify-content: center;
}

.article-card a:link {
    text-decoration: none;
}

.article-container {
    max-width: 858px;
    flex: 1 858px;
}

.article-limit {
    max-width: 600px;
    /*margin: auto;*/
    margin-left: 230px;
}

.article-limit-centered {
    max-width: 600px;
    margin: auto;
}

.article-card {
    min-width: 300px;
    max-width: 500px;
    flex: auto;
}

.comments-text {
    line-height: 20px;
    font-size: 17px;
    margin-left: 5px;
    font-weight: bold;
}

.comment-btn {
    width: 100%;
}

.additional-icon-row {
    padding: 10px 0;
}

.paper-card-horizontal {
    margin: 10px;
    flex-wrap: nowrap;
    padding: 7px 7px 7px 10px;
}

.paper-card-vertical {
    margin: 10px;
    flex-wrap: wrap;
}

.feature-image {
    cursor: zoom-in;
    margin: 10px 10px 0 10px;
}

.feature-text {
    margin-top: 5px;
}

.right .paper-card-vertical {
    margin: 10px 5px 10px 10px;
}

.left .paper-card-vertical {
    margin: 10px 10px 10px 5px;
}

.card-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-title {
    position: absolute;
    bottom: -5px;
    left: 0;
}

.ct-special-hor {
    width: 100%;
}

.card-title-media {
    padding-bottom: 5px;
    padding-left: 2px;
}

.card-icons {
    position: absolute;
    top: 10px;
    left: 10px;
}

.card-text {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: bold;
    color: #333333;
}

.paper-card-horizontal .card-media {
    margin: auto 0;
    flex-grow: 2;
    flex-basis: 0;
}

.paper-card-horizontal .card-text {
    flex-grow: 3;
    flex-basis: 0;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
}

.paper-card-vertical .card-text {
    font-size: 22px;
    padding-top: 5px;
}

.smaller .paper-card-vertical .card-text {
    font-size: 14px;
    padding-top: 5px;
}

.paper-card-horizontal .card-text .smaller-text, .smaller .card-text .smaller-text {
    font-size: 15px;
    line-height: 17px;
}

/*Navigation drawer*/
.nav-search {
    margin: 0 5px;
}

#inputSearch::-webkit-input-placeholder {
    opacity: 0.5;
}

#inputSearch::-moz-placeholder {
    opacity: 0.5;
}

#inputSearch:-ms-input-placeholder {
    opacity: 0.5;
}

#inputSearch:-moz-placeholder {
    opacity: 0.5;
}

#inputSearch::placeholder {
    opacity: 0.5;
}

.sub-menu {
    font-size: 14px;
    margin-bottom: 10px;
}

.menu-divider {
    height: 1px;
    width: 100%;
    background-color: #F4F4F4;
}

.menu-items {
    margin: 0 4px;
}

.menu-item {
    font-size: 14px;
    line-height: 45px;
    padding: 0 15px 0 30px;
}

.menu-item div > a > div:hover,
.sub-menu-item > a > div:hover {
    color: rgb(223, 55, 65);
}

.menu-item svg:hover, .menu-arrow > div > svg:hover {
    color: rgb(223, 55, 65) !important;
}

.sub-menu-item {
    padding-left: 40px;
    line-height: 30px;
}

.menu-item.selected > div > a > div,
.sub-menu-item.selected > a > div {
    /*background-color: #E5E5E4;*/
    color: rgb(223, 55, 65);
}

.nav-icon {
    width: 25px;
    height: 25px;
    flex: 1 0 auto;
}

/*Image gallery*/

.ig-preview-container {
    padding: 10px;
    cursor: pointer;
}

.ig-slider {
    max-width: 1200px;
    flex: auto;
    display: block;
}

#imageGallery {
    max-width: 880px;
    width: 100vw;
    /*margin: 0 auto;*/
    display: block;
}

.full-image {
    margin: auto;
    height: 90vh;
}

.full-image-container {
    width: 100%;
    overflow: auto;
    text-align: center;
}

.ad-space {
    min-height: 200px;
}

.ad-space .position-container {
    margin: auto;
}

.modal-close-button {
    width: 100%;
    text-align: right;
}

.gallery-padding {
    padding-left: 20px;
    padding-right: 20px;
    color: white!important;
    font-weight: 700;
}

.gallery-image {
    flex: 1;
    margin: 10px 5px 0 5px;
}

.thumbs-header {
    padding: 0 0 10px 0;
    line-height: 27px;
}

.thumbs-header h2 {
    font-size: 18px;
}

.thumbs-header-modal {
    padding: 10px 0;
}

.overlay {
    z-index: 5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1); /* IE6-9 */
}

.ig-thumbs {
    display: flex;
    flex-direction: row;
    /*margin: 5px -3px;*/
}

.filter-count {
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 30px;
    height: 15px;
    bottom: 7px;
    right: 5px;
    color: white;
    font-size: 14px;
    padding: 5px 5px 5px 0;
    background-color: #1A1A1A;
    line-height: 15px;
}

.gallery-control {
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.gallery-control-absolute {
    top: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.gallery-control-left {
    left: 2px;
}

.gallery-control-right {
    right: 2px;
}

.gallery-control div {
    height: 100%;
    /*padding-top: 13px;*/
}

.slide-counter {
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
}

.slide-title {
    font-size: 14px;
    color: white;
    font-weight: 700;
}

.slide-title .smaller {
    font-size: 13px;
}

.upload-button {
    padding-top: 10px;
}

/*Loading widget*/
.loading-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*Article list*/

.article-row {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
}

.list-container {
    flex: 1;
    flex-basis: auto;
    padding-bottom: 5px;
}

/*N18*/

.n18-text {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 10px 20px 10px;
    text-align: center;
}

.n18-question {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 20px;
}

/*Article*/

.addthis-container {
    padding: 0 10px;
    margin: 5px auto;
    max-width: 600px;
}

.twitter-tweet {
    margin: auto;
}

#articleVideo {
    margin-bottom: 10px;
}

.article a {
    color: rgb(223, 55, 65);
}

.article li {
    line-height: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    clear: both;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article a:visited {
    color: rgb(223, 55, 65);
}

.image-details {
    margin: 5px 10px 0 10px;
    text-align: left;
    opacity: 0.6;
}

.zoom-in-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.main-img-gallery-count{
    padding: 5px;
    display: inline-block;
    font-weight: bold;
    background: rgba(26, 26, 26, 0.7);
    color: white;
    line-height: 22px;
    vertical-align: top;
    cursor: zoom-in;
}

.header-image {
    margin-right: -10px;
    margin-left: -10px;
}

.details-text {
    line-height: 15px;
    font-size: 12px;
    margin-top: 0;
}

.article-info-photo > a {
    display: flex;
}

.article-header {
    font-size: 24px;
    line-height: 28px;
    padding: 10px 10px 18px 10px;
    color: #333333;
}

.breadcrumbs-chevron {
    padding-top: 3px;
}

.breadcrumbs {
    padding: 20px 10px 7px 10px;
}

.breadcrumbs a {
    color: rgb(223, 55, 65);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.format-text-size {
    flex: 1 0 auto;
    margin: auto;
    text-align: right;
}

.author-photo {
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    width: 42px;
    height: 50px;
    border-radius: 50%;
    margin-right: 11px;
}

.copyright-photo {
    padding-left: 10px;
    height: 50px;
    margin-right: 11px;
}

.author-photo img, .author-photo div {
    position: absolute;
    top: 0;
    right: 0;
    max-width: none;
    width: 80px;
}

.author-text {
    font-size: 11px;
}

.author-text a {
    text-decoration: none;
    color: rgb(223, 55, 65);
}

.hidden-article {
    max-height: 800px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.hidden-article .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;

    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-image: linear-gradient(to bottom, transparent, rgb(241, 241, 241));
}

/*Alfa Poll*/

.poll-row {
    display: flex;
    flex-direction: row;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.poll-text {
    height: 30px;
    background-color: rgb(230, 230, 230);
    flex: 1 0 auto;
}

.poll-text-percent {
    line-height: 30px;
    position: absolute;
    font-weight: bold;
}

.poll-container {
    margin: 10px;
}

.poll-title {
    padding-bottom: 16px;
}

.poll-flex {
    flex: 1 300px;
    min-width: 300px;
}

.poll-header {
    padding-top: 10px;
}

#alfapoll {
    margin: auto;
    min-width: 300px;
    max-width: 320px;
    padding-bottom: 20px;
}

#alfaIndexPoll {
    padding-bottom: 20px;
}

/*Opinions*/

.opinion-block {
    margin-bottom: 25px;
}

.opinion-photo {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    width: 24vw;
    height: 24vw;
    max-width: 245px;
    max-height: 245px;
}

.opinion-card {
    padding: 20px;
}

.opinion-title2 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    padding-right: 60px;
}

.opinion-author {
    text-align: right;
    font-weight: bold;
    padding-right: 60px;
    color: rgb(223, 55, 65);
    padding-top: 10px;
    font-size: 22px;
}

.opinion-container {
    width: calc(100vw - 20px);
    max-height: 768px;
    max-width: 828px;
    margin: -1px 0 0 -1px;
    padding: 0 10px 10px 10px;
}

.opinion-title {
    padding: 0 0 5px 20px;
    text-align: left;
    min-height: 70px;
    position: absolute;
    bottom: 0;
    color: white;
    background: rgba(51, 51, 51, 0.4);
    left: 0;
    right: 0;
}

.opinion-title-text {
    margin-top: 10px;
    font-size: 18px;
    min-height: 30px;
}

.opinion-title-author {
    font-size: 14px;
}

.opinion-control {
    position: absolute;
    height: 100%;
    top: 0;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.opinion-control-left {
    text-align: left;
    left: 2px;
}

.opinion-control-right {
    text-align: right;
    right: 2px;
}

.opinion-control > div {
    padding-top: 5px;
    height: 50px;
    max-height: 50px;
}

/*App bar*/

.nav-menu > div > svg:hover {
    color: rgb(223, 55, 65) !important;
}

.weather-header {
    max-width: 220px;
    flex: 1;
}

.header-nav-item {
    font-size: 14px;
    padding-right: 12px;
    height: 25px;
}

.header-nav-item a div:hover {
    color: rgb(223, 55, 65);
}

.header-nav-icon {
    padding-left: 5px;
}

.nav-row {
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}

.facebook-button {
    padding-top: 3px;
}

.share-more {
    padding-left: 10px;
}

.app-bar-icons {
    padding-right: 20px;
    padding-top: 10px;
}

.bar-icon-container {
    margin-top: 13px;
    margin-right: 15px;
}

.bar-logo-container {
    /*margin-top: 10px;*/
    margin-right: 20px;
}

.bar-container {
    width: 100%;
    margin: auto;
    min-height: 50px;
    height: 50px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(0, 0, 0, 0.1);
}

.bar-limit {
    max-width: 1179px;
    margin: auto;
}

.bar-weather {
    margin-top: 3px;
}

.bar-weather-location {
    color: #757779;
    padding-top: 2px;
    font-size: 13px;
    max-width: 140px;
    text-align: left;
}

.bar-weather-temp {
    margin: 0 10px;
    font-size: 30px;
}

.bar-weather-temp sup {
    font-size: 16px;
}

.bar-weather-icon {
    color: #cccccc;
    font-size: 30px;
}

/*Tabs*/

.tab-flex {
    display: flex;
    justify-content: space-around;
    align-content: stretch;
}

.tab-container {
    padding: 10px;
    min-height: 34px;
    height: 34px;
    max-width: 1200px;
    flex: 1;
}

.tabs {
    /*margin: 2px;*/
    /*background-color: rgb(217, 217, 217);*/
    /*display: flex;*/
    /*flex: 1;*/
    /*flex-direction: row;*/
    /*text-align: center;*/
    /*padding: 10px 0;*/
}

.tab-item {
    font-weight: 600 !important;
    font-size: 13px !important;
}

.tab-link {
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin: 2px;
    line-height: 30px;
    font-weight: bold;
}

/*Footer*/

#footer {
    font-size: 12px;
}

#footer a {
    text-decoration: none;
    color: rgb(204, 204, 204);
}

.footer-lnk {
    text-decoration: none;
    color: rgb(204, 204, 204);
}

.horizontal-divider {
    height: 2px;
    width: 100%;
    background-color: rgb(109, 109, 109);
}

.vertical-divider {
    height: 90px;
    width: 2px;
    background-color: rgb(109, 109, 109);
}

.footer-icon {
    margin: auto;
    padding-top: 15px;
    display: flex;
    flex-direction: row;
}

.footer-link-txt {
    font-size: 12px;
}

.footer-links {
    padding: 8px 0;
    font-size: 12px;
}

.footer-copyright {
    padding: 8px 0;
    font-size: 8px;
}

/*Alfa TV*/

.playlist-item {
    line-height: 18px !important;
    font-size: 15px !important;;
    font-weight: bold;
    padding-left: 10px;
}

.playlist-item:hover {
    color: rgb(223, 55, 65) !important;
}

#alfaVideo {
    margin: 10px 10px 20px 10px;
    /*padding-bottom: 20px;*/
    /*margin: auto;*/
    max-width: 880px;
}

.alfa-tv-footer {
    height: 10px;
}

.tv-header {
    padding: 10px 0 0 10px;
}

.tv-controls {
    line-height: 17px;
    font-weight: bold;
    text-align: left;
    margin: -10px 10px 0 0;
    flex: 1;
    min-width: 215px;
}

.tv-video {
    flex: 1;
    flex-basis: 280px;
    min-width: 280px;
    display: flex;
    margin: 0 10px;
}

/*Header*/
.header-wrapper {
    margin-top: 50px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

header {
    z-index: 25;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
}

/*Contacts*/

.c-map {
    margin: 10px;
    min-width: 300px;
}

.c-map > div {
    min-width: 300px;
    min-height: 300px;
}

.c-address-block {
    padding: 20px;
    max-width: 600px;
    margin-bottom: 20px;
    min-width: 300px;
}

.c-important-row {
    line-height: 36px;
}

.c-important-text {
    padding-right: 10px;
    font-size: 18px;
}

.c-important-label {
    font-size: 14px;
}

.c-address-row {
    line-height: 30px;
    font-size: 14px;
}

.c-business-row {
    line-height: 30px;
    font-size: 14px;
    color: #9c9c9c;
}

.contact-info {
    padding-bottom: 20px;
    flex: 1;
    -webkit-flex: 1 1 150px;
}

.contact-dept {
    padding: 23px 20px;
    max-width: 1200px;
    border-bottom: 1px solid #e8e8e8;
}

.contact-header {
    text-transform: uppercase;
    margin: 0;
}

@media only screen and (max-width: 600px) {
	.contact-dept.flex-row {
		display: block;
	}
	
	.contact-header.flex1 {
		flex: none;
		-webkit-flex: none;
		margin-bottom:2vw;
	}
	
}




.card-text:hover,
#legalView div a,
#legalView div a :visited,
.contact-info div a :visited,
.contact-info div a {
    color: rgb(223, 55, 65);
}

/* AD */
.position-text {
    text-align: right;
    margin-right: 20px;
    font-weight: lighter;
    font-size: 10px;
    padding-bottom: 2px;
    color: #888;
    line-height: 9px;
    letter-spacing: 1px;
    font-variant: small-caps;
}

.position-div {
    margin-right: 15px;
    margin-bottom: 10px;
}

.position-row {
    flex-basis: 100%;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: stretch;
    align-content: stretch;
}

.in-article-position {
    padding-bottom: 8px;
    text-align: center;
    min-height: 250px;
}

.position-container {
    flex: 1;
    padding-bottom: 8px;
    text-align: center;
    /*padding-top: 20px;*/
    padding-right: 18px;
    max-width: 100vw;
}

.position-container-card {
    /*background: #ffffff;*/
    max-width: 480px;
    /*margin: 10px;*/
}

.position-placeholder {
    min-width: 100px;
    min-height: 200px;
    background: grey;
}

.top-placement {
    padding: 20px 0;
}

/*Horoscope */

.horoscope-img {
    height: 45px;
}

.horoscope-img-small {
    height: 40px;
}

.horoscope-content {
    padding: 10px 10px 10px 15px;
}

.horoscope-header {
    padding: 0 10px 0 15px;
}

.horoscope-day {
    font-size: 13px;
    padding: 10px 0;
}

.horoscope-text {
    font-size: 13px;
}

.zodiac-row {
    padding-bottom: 5px;
}

.h-title {
    margin: 21px 5px 0 5px
}

.h-title-sign {
    margin-right: 10px;
}

#horoscopeView {
    padding-bottom: 30px;
    max-width: 880px;
}

/*Weather*/

@font-face {
    font-family: 'MeteoconsRegular';
    src: url('../font/meteocons-webfont.eot');
    src: url('../font/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/meteocons-webfont.woff') format('woff'),
    url('../font/meteocons-webfont.ttf') format('truetype'),
    url('../font/meteocons-webfont.svg#MeteoconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.weather-day {
    cursor: pointer;
}

.forecast-icon:before {
    font-family: 'MeteoconsRegular';
    color: #e43f4c;
    content: attr(data-icon);
}

.weekday {
    font-size: 12px;
    margin-left: 10px;
    min-width: 100px;
}

.forecast-text {
    font-size: 13px;
}

.forecast-text sup {
    font-size: 7px;
}

.weather-view {
    font-size: 13px;
}

.weather-title {
    margin-left: 10px;
}

.current-temp {
    font-size: 50px;
    margin-left: 10px;
}

.current-temp sup {
    font-size: 20px;
}

.forecast-vertical-divider {
    height: 80%;
    width: 1px;
    background-color: #cccccc;
}

.weather-details {
    margin: 0 10px;
    font-size: 13px;
}

.weather-column {
    margin-right: 10px;
}

.forecast-row sup {
    font-size: 7px;
}

.forecast-column .forecast-icon {
    font-size: 22px;
    font-weight: bold;
}

.weather-updated {
    text-align: right;
    flex: 1;
    margin: auto 20px;
}

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
    position: relative;
}

.Select,
.Select div,
.Select input,
.Select span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Select.is-disabled > .Select-control {
    background-color: #f9f9f9;
}

.Select.is-disabled > .Select-control:hover {
    box-shadow: none;
}

.Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none;
    opacity: 0.35;
}

.Select-control {
    background-color: #fff;
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 170px;
}

.Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Select-control .Select-input:focus {
    outline: none;
}

.is-searchable.is-open > .Select-control {
    cursor: text;
}

.is-open > .Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9;
}

.is-open > .Select-control .Select-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px;
}

.is-searchable.is-focused:not(.is-open) > .Select-control {
    cursor: text;
}

.is-focused:not(.is-open) > .Select-control {
    border-color: #007eff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
    bottom: 0;
    color: #aaa;
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
    color: #333;
    font-size: 1.5em;
    font-weight: bold;
}

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none;
}

.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
    color: #007eff;
    outline: none;
    text-decoration: underline;
}

.Select-input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.Select-input > input {
    width: 100%;
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 14px;
    /* For IE 8 compatibility */
    padding: 8px 0 12px;
    /* For IE 8 compatibility */
    -webkit-appearance: none;
}

.is-focused .Select-input > input {
    cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
    opacity: 0;
}

.Select-control:not(.is-searchable) > .Select-input {
    outline: none;
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 16px;
}

.Select-loading {
    -webkit-animation: Select-animation-spin 400ms infinite linear;
    -o-animation: Select-animation-spin 400ms infinite linear;
    animation: Select-animation-spin 400ms infinite linear;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn 200ms;
    -o-animation: Select-animation-fadeIn 200ms;
    animation: Select-animation-fadeIn 200ms;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px;
}

.Select-clear-zone:hover {
    color: #D0021B;
}

.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}

.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px;
}

.Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0;
    position: relative;
}

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
    border-top-color: #666;
}

.Select--multi .Select-multi-value-wrapper {
    display: inline-block;
}

.Select .Select-aria-only {
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    float: left;
}

@-webkit-keyframes Select-animation-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes Select-animation-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.Select-menu {
    max-height: 198px;
    overflow-y: auto;
}

.Select-option {
    box-sizing: border-box;
    background-color: #fff;
    color: #666666;
    cursor: pointer;
    display: block;
    padding: 8px 10px;
}

.Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.Select-option.is-selected {
    background-color: #f5faff;
    /* Fallback color for IE 8 */
    background-color: rgba(0, 126, 255, 0.04);
    color: #333;
}

.Select-option.is-focused {
    background-color: #ebf5ff;
    /* Fallback color for IE 8 */
    background-color: rgba(0, 126, 255, 0.08);
    color: #333;
}

.Select-option.is-disabled {
    color: #cccccc;
    cursor: default;
}

.Select-noresults {
    box-sizing: border-box;
    color: #999999;
    cursor: default;
    display: block;
    padding: 8px 10px;
}

@keyframes Select-animation-spin {
    to {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn);
    }
}

@media screen and (max-width: 360px) {


    .stickyMobileAdWrapper {
        height: 300px;
        background: #ebecec;
    }

    .stickyMobileAd{
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        top: 60px;
    }

    .fb-post > span {
        max-width: 100%;
    }

    .fb-post iframe {
        border: 0;
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .bar-weather-location {
        line-height: 13px;
    }

    .c-important-label {
        font-size: 11px;
    }

    .c-important-text {
        font-size: 14px;
    }

    .c-address-block {
        padding: 10px;
    }

    .current-temp {
        font-size: 38px;
    }

    .copyright-photo {
        height: 35px;
    }
}

@media screen and (max-width: 600px) {


    .copyright-photo {
        padding-left: 0;
    }

    .stickyArticlesRedPipe {
        display: none;
    }

    .stickyArticlesTitle {
        line-height: 16px;
        margin-bottom: 0!important;
        font-size: 12px!important;
        margin-left: 0;
        padding-bottom: 10px;
    }

    .stickyArticlesWrapper {
        float: right;
        position: relative;
        height: 100%;
        width: 130px;
        margin-left: 10px;
    }

    .stickyArticlesContainer {
        margin-bottom: 0;
        background: white;
        width: 100%;
        top: 0px;
        margin-top: 0px;
        padding-right: 14px;
        padding-left: 11px;
        box-sizing: border-box;
        border-left: 1px solid #ebebeb;
    }

    .stickyArticlesTypeTitle {
        line-height: 16px!important;
        font-size: 10px!important;
        padding-left: 0!important;
        margin-left: 0;
        margin-bottom: 6px!important;
    }


    .article-limit {
        margin: auto!important;
    }

    .stickyMobileAdWrapper {
        height: 300px;
        background: #ebecec;
    }

    .stickyMobileAd{
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        top: 60px;
    }

    .tv-header {
        padding: 10px 0 10px 10px;
    }

    .opinion-block {
        margin: 0 10px;
    }

    .opinion-container {
        width: calc(100vw - 40px);
    }

    .paper-card-breaking > .card-row {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .paper-card-breaking .card-text {
        flex: 1 1;
        -webkit-flex: 1 1;
        margin-left: 0;
    }

    .paper-card-breaking {
        margin: 0 10px 5px 10px;
    }

    .paper-card-breaking .card-image {
        flex: 1 0;
    }

    .breaking-title {
        flex: 1 0;
        font-size: 22px;
    }

    .breaking-intro {
        font-size: 14px;
        padding-top: 5px;
    }

    .featured-card {
        margin-bottom: 10px;
    }

    .article-view {
        padding: 10px 15px;
        text-align: left;
        margin: 0 auto;
    }

    .paper-card-vertical {
        margin: 10px 10px 20px 10px;
    }

    .weather-header {
        text-align: left;
    }

    .bar-logo-container {
        margin-right: 10px;
    }

    .xs-hidden {
        display: none;
    }

    .tab-link {
        font-size: 13px;
    }

    .position-container-card {
        background: transparent;
        max-width: 480px;
        margin: 10px;
    }

    .bg-placement,
    .s-hidden {
        display: none;
    }

    .weather-header {
        max-width: 600px;
    }

    .article-container {
        margin-right: 0;
    }

    .in-article-position {
        max-width: 300px;
        margin: auto;
    }
}

@media screen and (min-width: 900px) {

    .image-details {
        margin: 5px 5px 0 0;
        text-align: left;
        opacity: 0.6;
        line-height: 19px;
        font-size: 14px;
    }

    .details-text {
        line-height: 19px;
        font-size: 14px;
        margin-top: 0;
    }

    .breaking-title {
        line-height: 30px;
    }

    .tab-item {
        font-size: 16px !important;
    }

    .poll-flex > .article-card {
        margin: 0 50px;
    }

    .breadcrumbs-chevron {
        padding-top: 4px;
    }

    .breadcrumbs a {
        font-size: 16px;
        padding: 0;
        font-weight: 600;
    }

    .breadcrumbs {
        padding: 10px 0 5px 0;
    }

    .article-header {
        font-size: 250%;
        line-height: 120%;
        padding: 0 10px 15px 0;
    }

    .article-card.smaller {
        min-width: 290px;
        flex: 1 290px;
    }

    .article-card.smaller .paper-card-horizontal {
        /*padding: 0;*/
        padding: 10px;
    }

    .article-card.smaller .paper-card-horizontal .card-text {
        font-size: 18px;
        line-height: 21px;
        padding-top: 5px;
        /*padding: 11px 11px 11px 15px;*/
        padding-left: 0;
        flex-basis: auto;
    }

    .article-card.smaller .paper-card-horizontal > .card-row {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .poll-container {
        margin: 10px 10px 10px 0;
    }

    .feature-image {
        margin: 10px 10px 0 0;
    }

    .paper-card-vertical,
    .paper-card-horizontal {
        margin: 0 6px 10px 0;
        padding: 10px;
    }

    .tab-container {
        padding: 10px 10px 10px 0;
    }

    #alfaVideo {
        margin: 10px 0 20px 0;
    }

    #alfaOpinions {
        max-width: 860px;
        margin: -1px 6px 0 0;
        padding: 0 10px 5px 10px;
    }

    .main-title {
        margin: 10px 10px 16px 0;
    }

    .paper-card-horizontal .card-text .smaller-text, .smaller .card-text .smaller-text {
        font-size: 16px;
        line-height: 20px;
    }

    .article p img {
        /*max-width: 100%;*/
        width: 100%;
    }

    .article-image {
        max-width: 100%;
    }

    .article-block {
        min-width: 880px;
    }

    .article-block .position-container {
        min-width: 320px;
    }

    .in-article-position {
        float: left;
        padding-right: 20px;
    }

    .position-container-card {
        min-width: 340px;
        flex: 1 340px;
    }

    .block-limit {
        flex-basis: auto;
        margin: 0 auto;
        padding: 0 20px;
    }

    .article-card {
        min-width: 340px;
        flex: 1 340px
    }

    .article-card.big {
        min-width: 684px;
        max-width: 896px;
        flex: 1 684px;
    }

    .contact-info {
        min-width: 300px;
        flex: 1 300px
    }

}

@media screen and (min-width: 899px) and (max-width: 1100px) {
    .bar-weather-location {
        display: none;
    }

    .weather-header {
        max-width: 100px;
    }

    .header-nav-item {
        padding-right: 15px;
    }
}

@media screen and (min-width: 600px) and (max-width: 899px) {

    .bg-placement,
    .s-hidden {
        display: none;
    }

    .in-article-position {
        float: left;
        padding-right: 20px;
    }

    .position-container-card {
        min-width: 300px;
        flex: 1 300px;
    }

    .article-card {
        min-width: 300px;
        flex: 1 300px;
    }

    .article-card.big {
        min-width: 580px;
        max-width: 880px;
        flex: 1 580px;
    }

    .contact-info {
        min-width: 300px;
        flex: 1 300px
    }
}

@media screen and (max-width: 1200px) {
    .sidebar {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .negative-margin {
        margin-right: -16px;
    }
}

@media screen and (max-width: 899px) {
    .article p img {
        width: 100% !important;
    }

    .article-image {
        width: 100%;
    }

    .feature-text {
        margin: 5px 10px 0 10px;
    }

    #btnToTop {
        right: 30px;
    }
}
