/*Layout*/
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
}


:root {
    --clr-gray-light: #d7dfe2;
    --clr-gray-med: #616b74;
    --clr-gray-dark: #414b56;
    --clr-link: #4d97b2;
    --clr-popular: #ef257a;
    --clr-technology: #651fff;
    --clr-psychology: #e85808;
}



.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}



.aspnetForm {
    height: 100%;
}
header {
    flex: none;
    border-bottom: 1px solid #c7c7c7;
    background:#fff;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -100px;
    z-index: 1000;
}
header.shrink {
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
}
.title {
    float: left;
    padding: 8px 0px;
}
.title a {
    font-weight:600;
    font-size: 1.8em;
    color: #c7c7c7;
    text-decoration: none;
}
.title p {
    color: #b2b2b2;
    margin: 0;
}
.expandBar {
    padding: 0px !important;
    width: 100%;
}
.expandedPanel .title {
    display: none;
}
.panelContent {
    padding-top: 15px;
}
.expandedPanel .pull-right  {
    float: none !important;
}
.panelItem {
    display: inline-block;
}
.expandedPanel .panelItem {
    display: block;
}
.expandedPanel .panelContent {
    padding-bottom: 15px;
}
.searchBox {
    margin-left: 20px;
}
.searchBox img,
.searchBox .dx-acc {
    display: none;
}
.searchBoxButton {
    font-size: 17px;
}
.navMenu {
   
    float: right;
    margin: 0px 0px 2px 0px;
}
.expandedPanel .navMenu {
    width: 100%;
    margin: 10px 0px;
}
.expandedPanel .searchBox {
    width: 100%;
    margin-left: 0px;
}
.loginButton {
    margin: 0px 0px 1px 20px;
}
.expandedPanel .loginButton {
    width: 100%;
    margin: 10px 0px 0px 0px;
    text-align:left;
}
.expandedPanel .loginButton .dropdown-toggle {
    width: 100%;
}
.loginButton-large,
.expandedPanel .loginButton-small {
    display: none;
}
.expandedPanel .loginButton-large {
    display: inline-block;
}
.btnBackToTop {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}
.btnBackToTop i {
    font-size: 60px;
    color: #c7c7c7;
}
.btnBackToTop i:hover {
    color: #e0e0e0;
}
.footerUp {
    padding-bottom: 26px;
    background: #6f6f6f;
}
.footerDown {
    background: #525252;
}
.footerDown p {
    margin: 16px 0px;
}
.wrapper {
    display: -webkit-box;
    display: flex;
    min-height: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.content {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    margin-bottom: 40px;
}
footer {
    flex: none;
    color: white;
}
footer a {
    color: #cecaca;
}
footer a:hover,
footer a:focus {
    color: #fff;
}
footer h4 {
    margin-top: 32px;
}
.latestPosts li:not(:last-child) {
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/*Home*/
.mainText {
    margin: 0 auto;
    max-width: 650px;
}
.features {
    margin-top: 40px;
}
.features .media {
    margin-top: 20px;
}
.features .featureIcon {
    font-size: 50px;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop40 {
    margin-top: 40px;
}
.customers .media {
    margin-top: 40px;
}
/*Contact Us*/
.map {
    height: 300px;
}
/*Blog*/
.blogImage {
    width: 100%;
}
.dataViewPosts .blogImage {
    padding-top: 25px;
}
.blogNavBar .blogNabVarGroupHeader a {
    text-decoration: none !important;
}
.blogNavBar {
    margin-top: 45px;
}
.user {
    font-size: 64px;
}
.dxisControl_Moderno > .dxis-passePartout {
    background-color: white;
}
.dxmLite_Moderno .dxm-horizontal .dxm-hovered {
    background:#eb972b;
    border-color: transparent;
}
.border-primary {
    border: 1px solid #b2b2b2;
    padding:10px;
    border-radius:4px;
}
.section-moje {
    padding: 50px 0;
}

.flex-row-stretch-moje {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.flex-col-moje {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .flex-col-moje {
        width: 100%;
        margin-bottom: 15px;
    }
}


/* ======Moje Cards======= */

.wrapper-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-blog {
    overflow: hidden;
    box-shadow: 0px 2px 20px var(--clr-gray-light);
    background: rgb(255, 255, 255);
    border-radius: 0.5rem;
    position: relative;
    width: 350px;
    margin: 1rem;
    transition: 250ms all ease-in-out;
    cursor: pointer;
}

    .card-blog:hover {
        transform: scale(1.05);
        box-shadow: 0px 2px 40px var(--clr-gray-light);
    }

.banner-img-blog {
    /*position: absolute;*/
    object-fit: cover;
    height: 14rem;
    width: 100%;
}

.category-tag-blog {
    /*font-size: 0.8rem;*/
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 3rem;
    border-radius: 0 2rem 2rem 0;
}

.popular-blog {
    background: var(--clr-popular);
}

.technology-blog {
    background: var(--clr-technology);
}

.psychology-blog {
    background: var(--clr-psychology);
}

.card-body-blog {
    margin: 1rem 1rem 2rem 1rem;
}

.blog-hashtag-blog {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--clr-link);
}

.blog-title-blog {
    line-height: 2.5rem;
    margin: 1rem 0 0.5rem;
}

.blog-description-blog {
    color: var(--clr-gray-med);
    font-size: 0.9rem;
}

.card-profile-blog {
    display: flex;
    margin-top: 2rem;
    align-items: center;
}

.profile-img-blog {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.card-profile-info-blog {
    margin-left: 1rem;
}

.profile-name-blog {
    font-size: 1rem;
}

.profile-followers-blog {
    color: var(--clr-gray-med);
    font-size: 0.9rem;
}



.card-moje {
    position: relative;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    border-radius: 6px;
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-body-moje {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.card-label-moje {
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    background-color: #6f6f6f;
    padding: 7px 15px;
    height:80px;
}

.card-photo-moje {
    background-position: 50% 50%;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.card-moje p {
    font-size: 15px;
    margin-bottom: 20px;
}

.card-moje h4 {
    text-align: left !important;
    margin: 0 0 13px;
}

.card-moje a {
    align-self: end;
    margin-top: auto;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

