/*-----------------------
  General 
-----------------------*/
/* Define status bar size */
/* Bottom settings sections */
/* Define general spaces */
/*@media screen and (min-width: 576px) { 
	$screeny-padding: 5px;
}
@media screen and (min-width: 768px) { 
	$screeny-padding: 10px;
}
@media screen and (min-width: 992px) { 
	$screeny-padding: 15px;
}
@media screen and (min-width: 1200px) { 
	$screeny-padding: 20px;
}*/
/* Define global radius */
/* Define size of arrows */
/* Define general transition time */
/* Define general border size */
/* Define background image blur */
/*-------------------------
  Footer dark and light
-------------------------*/
/* Footer general 
------------------*/
#sec-page-footer.footer-dark,
#sec-page-footer.footer-light {
  padding: calc(1rem*2) 0;
  border-radius: 0;
  font-size: small;
}

#sec-page-footer.footer-dark {
  color: rgba(225, 230, 233, 0.4);
  background-color: #191a1b;
}

#sec-page-footer.footer-light {
  color: rgba(25, 26, 27, 0.6);
  background-color: #e1e6e9;
}

/* Footer columns 
------------------*/
#sec-page-footer .footer-big-col {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#sec-page-footer .footer-small-col {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

/* Footer title 
----------------*/
#sec-page-footer.footer-dark h3,
#sec-page-footer.footer-light h3 {
  margin-top: 0;
  font-size: medium;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border: 0;
}

#sec-page-footer.footer-dark h3 {
  color: #e1e6e9;
  border-bottom: 1px rgba(0, 125, 227, 0.1) solid;
}

#sec-page-footer.footer-light h3 {
  color: #303133;
  border-bottom: 1px rgba(0, 125, 227, 0.1) solid;
}

/*.footer-dark ul a:hover {
  opacity: 1;
}*/
#sec-page-footer.footer-dark ul,
#sec-page-footer.footer-light ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: inherit;
  margin-bottom: 0;
  color: inherit;
}

/* Footer Links 
----------------*/
#sec-page-footer.footer-dark a {
  color: inherit;
  text-decoration: none;
}

#sec-page-footer.footer-light a {
  color: inherit;
  text-decoration: none;
}

#sec-page-footer.footer-dark a:hover {
  color: rgba(225, 230, 233, 0.8);
}

#sec-page-footer.footer-light a:hover {
  color: #303133;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

#sec-page-footer.footer-dark .item.text,
#sec-page-footer.footer-light .item.text {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #sec-page-footer.footer-dark .item.text,
  #sec-page-footer.footer-light .item.text {
    margin-bottom: 0;
  }
}

#sec-page-footer.footer-dark .item.text p,
#sec-page-footer.footer-light .item.text p {
  margin-bottom: 0;
  text-align: justify;
  color: inherit;
  font-size: inherit;
}

/* Footer Logo 
-----------------*/
#sec-page-footer.footer-dark .logo,
#sec-page-footer.footer-light .logo {
  max-width: 400px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

#sec-page-footer.footer-dark .logo img,
#sec-page-footer.footer-light .logo img {
  width: 220px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* Footer Social 
-----------------*/
/*.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}*/
#sec-page-footer.footer-dark .item.social > a,
#sec-page-footer.footer-light .item.social > a {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 0px solid;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#sec-page-footer.footer-dark .item.social > a {
  background: rgba(25, 26, 27, 0.7);
  border: 0px solid #007de3;
  color: #007de3;
}

#sec-page-footer.footer-light .item.social > a {
  background: rgba(225, 230, 233, 0.1);
  border: 0px solid #007de3;
  color: #007de3;
}

#sec-page-footer.footer-dark .item.social > a:hover,
#sec-page-footer.footer-light .item.social > a:hover {
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#sec-page-footer.footer-dark .item.social > a:hover {
  background: #b200e3;
  background-image: linear-gradient(to right, #007de3 0%, #b200e3 100%);
  color: #ffffff;
}

#sec-page-footer.footer-light .item.social > a:hover {
  background: #b200e3;
  background-image: linear-gradient(to right, #007de3 0%, #b200e3 100%);
  color: #ffffff;
}

#sec-page-footer.footer-dark .item.social,
#sec-page-footer.footer-light .item.social {
  padding-top: 1rem;
  text-align: center;
}

/*@media (max-width:991px) {
	#sec-footer.footer-dark .item.social, 
	#sec-footer.footer-light .item.social {
		text-align: center;
		margin-top: 20px;
  	}
}*/
/* Footer copyright 
-------------------*/
#sec-page-footer.footer-dark .copyright,
#sec-page-footer.footer-light .copyright {
  margin-bottom: 0;
  text-align: center;
  padding-top: 30px;
  font-size: inherit;
  color: inherit;
}

/* Footer Legal Links
----------------------*/
#sec-page-footer.footer-dark .scy-legal a,
#sec-page-footer.footer-light .scy-legal a {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  #sec-page-footer.footer-dark .item:not(.social),
  #sec-page-footer.footer-light .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
