/* Footer */
footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #EFF4F7;
  width:100%;
  padding-top: 30px;
}
/* footer copywrite & social */
.cpysocial {
  margin-left: 60px;
  margin-right: 60px;
  display:flex;
  justify-content: space-between;
  padding-bottom: 50px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  align-items: baseline;
  max-width: 1480px;
}
.social , .copywrite {
  margin-top: 20px;
}
.copywrite {
  margin-right: 20px;
}
.social a {
  margin: 0 5px 0 5px;
  font-size: 20px;
}
.fa-facebook {
  color: blue;
}
.fa-instagram {
  color: purple;
}
.fa-youtube {
  color: red;
}
.fa-twitter {
  color: #4c6ef5;
}

/* footer logo & nav */
.footer-nav {
  display:flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  max-width:1480px;
  width:100%;
  margin: 0 auto;
}
.footer-nav ul {
  list-style: none;
}
.footer-nav li {
  font-weight: normal;
  padding-bottom: 5px;
}
#footer-logo {
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
  align-items: center;
}
#footer-logo img {
  max-width: 300px;
  height: auto;
  width:100%;
}
.foot-nav-section {
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.foot-nav-title {
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.foot-nav-space {
  margin-right: 50px;
  /*flex: 1 1 auto; */
  width: 150px;
}
.foot-nav-space a{
  text-decoration: none;
  color: black;
}
.foot-nav-space a:hover{
  cursor: pointer;
  color: #ff9000;
}
.contact-numdetails {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}
.contact-numdetails span {
  flex: 0 0 auto;
  margin:0 5px;
}
.fa-at, .fa-phone {
  color: #F67118;
}



/* cookie notice */
.cnotice-footer-content {
  z-index: 9;
  position: fixed;
  background-color: #000;
  border-top: 1px solid #000;
  width:100%;
  overflow: auto;
  bottom:0;
  left:0;
  display: none;
  align-items: center;
  flex-flow: column nowrap;
  opacity: 0.9;
}
.cnotice-title {
  color: orange;
  width: 100%;
  text-align: center;
}
.cnotice-title h3 {
  margin-block-start: 0;
  margin-block-end: 0;
}
.cnotice-buttons {
  display: flex;
  justify-content: center;
  flex-flow:row;
  margin: 0px 20px 20px 20px;
}
.cnotice-buttons button {
  margin:5px;
  padding:10px 20px;
  font-weight: bold;
  background-color: white;
  border-radius: 5px;
  border: 1px #fff solid;
}
.cnotice-footer-message {
  margin: 0px 20px;
  color: #fff;
}
.cnotice-footer-message p{
  text-align: center;
}
.cnotice-close {
  color: #fff;
  align-self: flex-end;
  font-size: 28px;
  font-weight: bold;
  margin: 5px 20px 0px 20px;
  line-height: 0.5;
}
.cnotice-close:hover,
.cnotice-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Country Selector */
.cctlds {
  display: none;
  flex-wrap: column nowrap;
  justify-content: center;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.cctld-sel-title {
  align-self: center;
}
.cctld-sel-mess {
  align-self: center;
}
.country-sel-button {
  align-self: center;
  font-weight: bold;
  color: black;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
}
.cctld-modal-content {
  display: flex;
  flex-flow: column nowrap;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  /* width: 40%; */
}
.cctld-close {
  color: #aaaaaa;
  align-self: flex-end;
  font-size: 28px;
  font-weight: bold;
}
.cctld-close:hover,
.cctld-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* END FOOTER */
