/*Layout*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
}
.aspnetForm {
    height: 100%;
}
header {
    flex: none;
    border-bottom: 1px solid #53565A;
    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 20px 8px 0px ;
}
    .title a {
        font-weight: 600;
        font-size: 1.8em;
        color: #53565A;
        text-decoration: none;
    }
    .title p {
        color: #53565A;
        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;
    background-image: url(/Content/Images/BackToTop.svg);
    background-position:center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.5);
    background-size: 30px;
    border-radius:3px;
    margin: 0;
    position: fixed;
    bottom: 30px;
    right: 25px;
    width: 60px;
    height: 60px;
    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: 0px 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: #e0e0e0;*/
    color: #fff ;
}
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;
}
/*News*/
.newsImage {
    width: 100%;
}
.dataViewPosts .newsImage {
    padding-top: 25px;
}

.dataViewComments td {
    height: auto;
}

.dataViewComments #post {
    float: right;
    font-size: .85em;
    color: gray;
}
.newsNavBar .newsNabVarGroupHeader a {
    text-decoration: none !important;
}
.newsNavBar {
    margin-top: 45px;
}
.user {
    font-size: 64px;
}

#login {
    display: block;
    font-size: .85em;
    margin: 0 0 0px;
    text-align: right;
    /*padding-left: 10px;*/
    padding: 2px 3px;
    float: left;
}

#login a {
    background-color: #d3dce0;
    color: #53565A;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin-left: 0px;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}

#Library {
   background-image: url('/Content/Images/talk.png');
   background-size:     cover;                
   background-repeat:   no-repeat;
   background-position: center center;  
   margin-top: 5px;
   height: 40px;
   width: 40px;
}

#Library:hover {
   background-image: url('/Content/Images/talk_over.png');
      background-size:     cover;                
    background-repeat:   no-repeat;
    background-position: center center;  
   height: 40px;
   width: 40px;
}

.sliderMainText {
    top: 45%;
    position: absolute;
    float: left;
    z-index: 3;
    width: 100%;
    background-color: #4d4d4d;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    text-align:center;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.sliderText {
    top: 50%;
    position: absolute;
    float: right;
    z-index: 3;
    width: 80%;
    background-color: #4d4d4d;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding-bottom: 30px;
    padding-left: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
