/* Atom SASS Autocompile: Compile only SCSS with first-line commented */
/* Global colors */
/* 0px */
/* Global fonts */
/* 'Poppins', sans-serif (400,500) */
/* 'Dancing Script', cursive */
/* Sections, containers and boxes */
/* Note: Containers are the only children of .section. Optional: use max-width parameter within classes .container-lg (default), .container-md or .container-sm */
/* Note 2: Boxes are wrappers used for individual features, galleries etc. Boxes have defined top and bottom margins and are used only within .containers or as a container class (.container.box). */
/* Standard navigation */
/* #D1D1D1 */
/* #CCCCCC */
/* #AFAFAF */
/* #BBBBBB */
/* #000000 */
/* #F5F5F5 */
/* #E5E5E5 */
/* Text navigation */
/* Side navigation */
/* Toggle menu button */
/* Headings, page-headers, heading-blocks and leads */
/* Headlines */
/* Blockquotes */
/* Social boxes */
/* Gallery */
/* Buttons */
/* #000000 */
/* #FFFFFF */
/* Footer */
/* none */
/* underline */
/* #777777 */
/* $footer-dark-font-color */
/* none */
/* underline */
/* #C1C1C1 */
footer {
  font-size: 13px;
  background-color: #ffffff;
  color: #222222; }

footer i.material-icons {
  color: #222222 !important; }


/*
footer a {
  text-decoration: none;
  color: #222222; }
  
footer a:hover {
  text-decoration: underline;
  color: #222222; }
  */

footer .footer-title {
  display: block;
  padding-top: 0; }

footer .footer-title {
  color: #222222; }

footer .footer-cols {
  margin-bottom: -15px; }

footer .footer-cols .h3 {
  margin-top: 0; }

footer .contact-cols.v3 {
  padding-top: 0; }

footer .contact-cols.v3 .h3 {
  margin-top: 20px;
  margin-bottom: 15px; }

footer .footer-col {
  padding: 0 40px 0px 40px; }

footer .container-md .footer-col {
  padding: 0 20px 0px 20px; }

footer .footer-links-with-arrow li:after {
  content: 'keyboard_arrow_right';
  font-family: 'Material Icons';
  position: absolute; }

footer .footer-links-with-icons li {
  position: relative; }

footer .footer-links-with-icons li a {
  display: inline-block;
  padding: 5px 0 5px 30px; }

footer .footer-links-with-icons li i {
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 6px; }

footer textarea.form-control,
footer select.form-control {
  color: #999999 !important; }

footer #newsletter-error {
  position: absolute;
  right: 0;
  top: 45px; }

footer hr {
  margin-top: 0;
  margin-bottom: 0;
  border-color: #212121; }

footer .footer-newsletter-table {
  margin: 0; }

footer .footer-newsletter-table .footer-newsletter-table-input-cell {
  min-width: 200px; }

footer .copy-wrap > .container {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

footer .copy-wrap,
footer .copy-wrap a {
  font-size: 11.9px; }

footer .copy-wrap .footer-copy-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row; }

footer .copy-wrap .footer-copy-flex > *:not(:first-child):not(:last-child) {
  padding-left: 20px;
  padding-right: 20px; }

footer .copy-wrap .footer-copy-links {
  display: inline-block; }

footer .copy-wrap .footer-copy-links li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px; }

footer .copy-wrap .footer-copy-links li:not(:last-child):after {
  content: 'fiber_manual_record';
  font-family: 'Material Icons';
  position: absolute;
  margin-left: 6px;
  font-size: 6px; }

footer p.created-by {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px; }

footer p.created-by a {
  float: right;
  position: relative;
  padding-right: 35px;
  text-decoration: none; }

footer p.created-by a i {
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = $opacity*100);
  filter: alpha(opacity=50);
  position: absolute;
  top: -7px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

footer p.created-by a i {
  background-image: url(../../images/layout/created-krea-dark.png); }

footer p.created-by a:hover i {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = $opacity*100);
  filter: alpha(opacity=100); }

footer .table,
footer .table tbody th,
footer .table tbody td {
  border: none;
  padding-top: 0;
  padding-bottom: 0; }

footer .table tbody tr:hover td {
  background: transparent;
  cursor: initial; }

/* Dark
---------------- */
footer.dark {
  background-color: #dc0538;
  color: #a4a4a4; }

footer i.material-icons {
  color: #a4a4a4 !important; }

footer.dark a {
  text-decoration: none;
  color: #a4a4a4; }

footer.dark a:hover {
  text-decoration: underline;
  color: #FFFFFF; }

footer.dark .footer-title {
  color: #FFFFFF; }

footer.dark .footer-form input {
  border-color: #545a62; }

footer.dark .footer-form button:active {
  background: #fff;
  color: #000; }

footer.dark .mdl-textfield__input {
  border-color: rgba(255, 255, 255, 0.2); }

footer.dark hr {
  border-color: #212121; }

footer.dark .copy-wrap {
  border-top: 1px solid #212121; }

footer.dark p.created-by a i {
  background-image: url(../../images/layout/created-krea.png); }

/* Dark complex modifier
---------------- */
footer.dark.dark-complex {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

footer.dark.dark-complex > .section {
  background-color: rgba(0, 0, 0, 0.25); }

footer.dark.dark-complex,
footer.dark.dark-complex a,
footer.dark.dark-complex p i {
  color: #ffffff;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = $opacity*100);
  filter: alpha(opacity=100); }

footer.dark.dark-complex a:hover i {
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = $opacity*100);
  filter: alpha(opacity=75); }

footer.dark.dark-complex .copy-wrap {
  border-top: none; }

@media all and (max-width: 991px) {
  footer > .section:last-child > .container {
    margin-bottom: 50px !important; }

  footer .footer-col {
    padding: 0 15px 20px 15px; }

  footer,
  footer a {
    font-size: 12.6px; }

  footer .footer-title {
    font-size: 16.8px; }

  footer .copy-wrap .footer-copy-flex {
    flex-flow: row wrap;
    text-align: center; }

  footer .copy-wrap .footer-copy-flex > * {
    width: 100%; }

  footer .copy-wrap,
  footer .copy-wrap a {
    font-size: 11.9px; }

  footer p.created-by a {
    float: none; }

  footer .footer-links-with-icons li a {
    padding: 5px 0 5px 20px; }

  footer .footer-links-with-icons li a i {
    font-size: 12px;
    top: 6px; }

  footer #newsletter-error {
    top: 35px; }

  footer .footer-newsletter-table {
    margin: 30px 0; } }
@media all and (max-width: 767px) {
  footer > .section:last-child > .container {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  footer .copy-wrap {
    border-top: none; }

  footer .copy-wrap .footer-copy-links {
    display: block; }

  footer .copy-wrap .footer-copy-links li {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px; }

  footer .copy-wrap .footer-copy-links li:after {
    content: none !important; }

  footer .contact-cols.v3 {
    padding-top: 30px; }

  footer .footer-newsletter-table .footer-newsletter-table-input-cell {
    min-width: 0; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  footer p.created-by a i {
    background-size: 30px 30px;
    background-image: url(../../images/layout/created-krea-dark@2x.png); }

  footer.dark p.created-by a i {
    background-size: 30px 30px;
    background-image: url(../../images/layout/created-krea@2x.png); } }

/*# sourceMappingURL=footer_01.css.map */
