

img {
    border: 0;
}

a {
    outline: none !important;
}

a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    text-decoration: none;
    color: #fff;
}
 
*:focus {outline: 0;}


.large {
    font-size: 23px;
}

.small {
    font-size: 11px;
    line-height: 21px;
}

.required {
    font-size: 14px;
    color: #a5a995;
}



.center {
    text-align: center;
}

.clear {clear: both;}



/********************************************************************************************/

.row_registration {
    background-color: #fff;
    width: 100%;    
    overflow: hidden;
    padding: 100px 0px;
}

.row_registration .row {
    max-width: 1800px;
    margin: 0 auto;
}

.row_registration h2, p {
    color: #000;
    margin: 0;
}

.row_title {
    text-align: center;
    margin: 0px 0 100px 0;    
    width: 100%;
}

.row {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.col_50p_a {
    float: left;
    width: 27.5%;      
    padding: 0 2.5% 0 20%;    
    
}

.col_50p_b {
    float: left;
    width: 27.5%;    
    padding: 0 20% 0 2.5%;    
}

.col_100 {
    padding-left: 20%;
    padding-right: 20%;

}

.row_registration ul {
    list-style-type: none;
    margin: 23px 0 0 0;
    padding: 0;
}

.row_registration li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}

.row_reg_inside_left {
    margin-bottom: 18px;    
}

.row_reg_inside {
    margin-bottom: 25px;    
}

.disclaimer {
    width: 100%;
}

 .width-20p {width: 20px;}
    

input {
    border: 0;
    border-bottom: 1px solid #102a18;
    color: #000;
    background-color: transparent;
    width: 100%;
    font-size: 19px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
    margin-top: 8px;
}

select {
    /*background: #244a53;*/
    background: transparent;
    color: #102a18;
    border: 1px solid #102a18;
    outline:none;
    font-size: 16px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
    height: 49px;
    width: 100%;
    display: inline-block;
    padding-left: 20px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin-top: 14px;
    
}

input[type=submit] {
    /*border: 1px solid #ac8670;*/
    background-color: #102a18;
    padding: 12px 15px;
    width: 150px;
    cursor: pointer;
    font-family: 'Avenir LT Std', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    border: 0;
}

input[type=submit]:hover {
    background-color: #f26a46;
}

.form-control-feedback {
    background-color: #102a18;
    margin: 10px 0px 0px 0px;
    padding: 10px;
    color: #fff;
    font-family: 'Avenir LT Std';
}




.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid rgba(255,255,255,.75);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgba(255,255,255,.75) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(0,0,0,.5);
}
.loading-t {
	display: table;
	width: 100%;
	height: 100%;
}
.loading-tr {
	display: table-row;
}
.loading-td {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}