
#footer {
    padding: 20px 0;
    background: #f5f6f8;
  	/*background-color: #e0e0e1;*/
	font-family: "myriad-pro-n4","myriad-pro","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999;
  	padding-bottom: 0;
}

#footer * {
    font-family: "myriad-pro-n4","myriad-pro","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999999;
}


#footer .container {
  min-width: 100% !important;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

#invitation .container {
  min-width: 100% !important;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

#footer-logo {
    margin-bottom: 20px;
  	margin: 5rem 0;
  	margin-bottom: 3rem;
}

#footer-logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

#footer-corporate address {
    font-size: 18px;
    font-weight: 200
}

#footer-corporate p {
    margin: 2rem 0;
    font-size: 14px
    
}

#footer-nav {
    margin: 20px 0 0 0;
    font-size: 12px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    table-layout: auto
}

#footer a {
    color: #f79a21;
    text-decoration: none;
 	font-size: 14px
}

#footer .registered-office {
  background-color: #009d3c; 
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
}

#footer .registered-office .row {
  margin-left: 0;
  margin-right: 0;
}

#footer .registered-office * {
  color: #ffffff;
  font-size: 14px;
}

#footer .registered-office p{
  margin: 0;
}

#invitation table tr td:first-of-type {
  padding-right: 2rem;
  min-width: 120px;
}

#order-details {
  padding: 15px;
}

#order-details table {
  width: 100%; 
}

#order-details table tr td:first-of-type {
  padding-right: 2rem;
}

small, .small {
    font-size: 0.85em;
}

.panel-footer.panel-footer-checkout {
  display: flex;
  flex-direction: column;
}

.panel-footer.panel-footer-checkout a {
  order: 2;
  text-align: center;
  margin: 1rem 0;
}

.panel-footer.panel-footer-checkout input {
  order: 1;
  text-align: center;
  margin: 1rem 0;
}

.panel-footer.attendees_footer {
  display: flex;
  flex-direction: column;  
}

.panel-footer.attendees_footer .form-group small {
  margin: 0.5rem 0;
}

.panel-footer.attendees_footer .form-group input {
  margin: 1rem 0;
}

.panel-footer.attendees_footer .form-group a {
  margin: 1rem 0;
  text-align: center;
  display: block;
}

/*
a {
  color: #f79a21;
}

input[type="submit"], button[type="submit"] {
    border: 2px solid #009d3c;
    background: #009d3c;
    border-radius: 40px!important;
}
*/

@media screen and (max-width: 768px) {
  #footer-corporate {
    display: flex;
    flex-direction: column;
  }
  
  #footer-corporate p {
  	margin-bottom: 1rem; 
  }
  
  #footer-corporate .col-sm-3 {
    margin-bottom: 1rem; 
  }
  
  #invitation table tr {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    border-bottom: dotted 1px #ccc; 
    padding-bottom: 1rem;
  }
  #invitation table td {
  display: block;
  width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}
}