/* FOOTER - CSS */
/* END OF FOOTER */

.footer-wrapper{
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 28px;
	padding-bottom: 28px;
}

.footer-links{
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}

.footer-links li{
	display: inline-block;
	padding-left: 0px;
	vertical-align: middle;
	padding-right: 10px;
}
.footer-links li:first-child:before{
	display: none;
}
.footer-links li:before{
	content: "\f111";
	font-family: FontAwesome;
	vertical-align: middle;
	display: inline-block;
	font-size: 3px;
	color: #8f94a0;
	padding-right: 10px;

}
.footer-links li a{
	font-family: GothamBookR;
	line-height: 1.67;
	text-align: left;
	color: #8f94a0;
	vertical-align: middle;
	display: inline-block;
	font-size: 12px;
}

.modal-open .modal{
  padding-right: 0px !important;
  background-color: rgba(45, 22, 65, 0.5);
}
.modal-header button{
	color: #FFF;
	opacity: 1;
	background: none;
	border: 0px;
	font-size: 20px;
}
.modal-header{
	border: 0px;
    background: #6b3299;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.modal-content{
    background: #6b3299;
    padding: 150px;
}
.modal-content h6{
	font-family: GothamBookB;
	font-size: 60px;
	line-height: 0.83;
	text-align: left;
	color: #ffffff;
	margin-bottom: 40px;
}
.modal-content p{
  font-family: GothamBookR;
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}
.modal-content p a{
  color: #FFF;
}
.copyright{
  font-family: GothamBookR;
  font-size: 12px;
  line-height: 1.67;
  text-align: right;
  color: #8f94a0;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    width:inherit;
    height:inherit;
    margin: 0 auto;
    pointer-events: all;
}
#modal-subscribe-response .modal-content{
	padding: 35px 20px;
}
#modal-subscribe-response #response_p{
	font-size: 36px;
	margin-bottom: 0px;
	color: #fff;
}
#modal-subscribe-response #response_p span{
	font-size: 20px;
    line-height: 25px;
    display: block;
	color: #fff;
}
