@charset "utf-8"; @import "../initial"; .layout-footer { z-index: 1; clear: both; color: #E4E4E4; background: url(/assets/bg_footer.png) repeat #24436E; position: relative; padding: 2em 0; color: $theme-color-main; font-size: 0.9em; letter-spacing: 2px; font-weight: 300; .footer-updated-date{ clear: both; padding-left: 1em; } ul{ padding: 0; } li{ list-style: none; margin-bottom: 1em; } i{ margin-right: 0.5em; color: #96b7de; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{ } .container { @extend .response-container; } .footer-counter a { padding-right: 0.5em; } a { color: #fff; &:hover, &:focus { opacity: .8; } } #footer{ h2 { float: left; display: inline-block; width: 290px; font-size: 24px; line-height: 28px; color: #fff; margin: 0 0 5px; padding: 0; @media(max-width:768px){ width: 100%; } } .en { display: inline-block; width: 100%; font-size: 16px; line-height: 20px; color: #799e81; margin: 8px 0 0; padding: 0; } .basic { float: left; width: calc(100% - 290px); padding: 0 0 0 20px; margin: 0; border-left: 1px solid #c0e8c9; @media(max-width:768px){ width: 100%; padding: 0; border-left: none; } } .copyright { width: 100%; display: inline-block; line-height: 24px; color: #799e81; margin: 0; a{ color: #799e81; } } } } .footer-counter{ display: none; } .layout-footer-content{ color: #fff; .fab{ padding-right: 10px; } } @media(max-width:$screen-xs){ .footer-content{ flex-wrap: wrap; } .part{ width: 100%!important; } } .footericon{ margin-right: 1rem; border: #e0e0e0 1px solid; padding: 0.5em 1em; display: inline-block; margin-bottom: 1em; } .fatfooter{ display: none; ul{ padding: 0; } li{ margin: 12px 0; } } .btn-fatfooter{ align-items: center; position: absolute; left: 50%; transform: translateX(-50%); width: 100px; height: 50px; background:#1a1b20; top: -59px; border-radius: 100px 100px 0 0; margin: auto; text-align: center; display: flex; justify-content: center; cursor: pointer; .btn{ color: #fff; opacity: .8; text-shadow: 0; } }