/* =========================
	PUBLIC DESKTOP CSS
========================= */

/* Write your Public SASS desktop here! */
.social-icons {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.5em;
}
.social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}
.social-icons a {
  display: block;
  font-size: 1.4em;
  margin: 0 5px;
  text-decoration: none;
}
.absolute-footer.dark.medium-text-center.text-center {
  border-top: 1px solid #c6a174;
  box-shadow: 0px 13px 10px 10px #c6a174;
}
.is-outline:hover, .primary.is-outline:hover {
  color: #fff;
  background-color: #c6a174;
  border-color: #c6a174;
}
footer#footer {
  margin: -60px 0 0 0;
}
a.nav-top-link:hover {
  background-color: #446084;
  color: white !important;
  border-radius: 10px;
}
.nav-box > li.active > a, .nav-pills > li.active > a {
  opacity: 1;
  color: #fff;
  background-color: #446084;
  border-radius: 10px;
}


/* =========================
	PUBLIC DESKTOP CSS END
========================= */
/* =========================
	PUBLIC RESPONSIVE CSS
========================= */

/* TABLET LANDSCAPE */
@media (max-width: 1199px) {



}

/* TABLET PORTRAIT */
@media (max-width: 991px) {



}

/* MOBILE LANDSCAPE */
@media (max-width: 767px) {



}

/* MOBILE PORTRAIT */
@media (max-width: 479px) {



}

/* RETINA FIXES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 	   only screen and (-o-min-device-pixel-ratio: 3/2),
 	   only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {



}
/* =========================
	PUBLIC RESPONSIVE CSS END
========================= */