
ol, ul {
	list-style: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
/*header {
  position: relative;
  height: 180px;
  line-height: 180px;
}
header h1 {
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }
  header h1 {
    font-size: 3.2rem;
    font-weight: 300;
  }
}*/

.cd-section {
  padding: 2em;
  margin-top: 5em;
  text-align: center;
}

.cd-bouncy-nav-trigger {
  /* button style */
  background: #DC965A;
  color: #ffffff;
  padding: 1.2em 2em;
  border-radius: 10em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px #171718;
}
.no-touch .cd-bouncy-nav-trigger:hover {
  background: #e0a36f;
}

.cd-bouncy-nav-modal {
  position:fixed;
  z-index: 8888;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 35, 37, 0.6);
  opacity: 1;
  visibility: hidden;  
}
.cd-bouncy-nav-modal.fade-in {
  visibility: visible;
  opacity: 1; 
}
.cd-bouncy-nav-modal .cd-close {
  display: block; 
  width: 40px;
  height: 40px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/cross-circle-o.svg") no-repeat center center;
   
}
 
@media only screen and (min-width: 1170px) {
  .cd-bouncy-nav-modal .cd-close {
    top: 60px;
  }
}
 
.cd-bouncy-nav img{
  position: absolute;
  left: 50%;
  top: 30vh; 
  width: 90%; 
}
.cd-bouncy-nav li {
  width: 100%;
  float: left; 
  text-align: center;
}
.is-visible .cd-bouncy-nav li { 
 
}
.fade-in .cd-bouncy-nav li { 
}
.fade-out .cd-bouncy-nav li { 
}
 
.cd-bouncy-nav a {
  display: inline-block;
  min-width: 80px;
  position: relative;
  padding: 90px 20px 0;
  margin-bottom: 30px;
  color: #ffffff;
}
  
 .aui-dg-bg {
			width: 600px;
			height: 580px;
			background: #fff;
			position: relative; 
			display: block;
			margin: 50px auto; 
		}
		
		.aui-dg-bg .label {
			font-family: PingFang-SC-Medium;
			font-size: 1rem;
			color: #333333;
			letter-spacing: 0;
			float: left;
			position: relative;
			top: 40px;
			left:50px;
		}
		
		.aui-dg-bg .conval {
			width: 500px;
			position: relative;
			top: 70px;
			left: 50px;
		}
		.aui-dg-bg .cd-close{
			position: absolute;
			top: 10px;
			right: 10px;
		}
		.aui-dg-bg .submit{  
			 	position: relative; 
			display: block;
			margin: 90px auto;
			 
		}