.abonare-title {
    font-size: 24px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    line-height: 24px;
}
.abonare-subtitle {
	font-size: 14px;
    font-weight: 400;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    display: table;
    float: none;
    line-height: 18px;
}
.abonare-subtitle a {
	color: #116eb4;
    font-weight: 500;
}
.abonare-form {
	display: table;
    margin: 20px auto;
    float: none;
    overflow: hidden;
    position: relative;
    padding: 0px;
    border-radius: 10px;
    background: #fafafa;
	box-shadow:0px 1px 3px #dadada;
}
.abonare-form:after,
.abonare-form:before {
	content: '';
	width: 100%;
	height: 10px;
	display: block;
	background-image: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 15px, transparent 15px, transparent 25px, #83B3DB 25px, #84ADCB 40px, transparent 40px, transparent 50px);
}
.abonare-form form {
	padding:20px;
}
.abonare-form form:before {
	content: '>>>>>';
	width: auto;
	height: auto;
	display: block;
	border: 2px solid rgba(242, 155, 145, 0.5);
	padding: 4px;
	position: absolute;
	top: 36px;
	right: -30px;
	color: rgba(242, 155, 145, 0.5);
	font-size: 28px;
	transform: rotate(17deg);
	font-weight: 400;
	text-decoration: underline;
	border-radius: 10px;
}
.abonare-form form:after {
    content: '&';
    width: 50px;
    height: 50px;
    display: block;
    border: 4px double rgba(242, 155, 145, 0.5);
    padding: 10px;
    position: absolute;
    bottom: 30px;
    right: -10px;
    color: rgba(242, 155, 145, 0.5);
    font-size: 40px;
    transform: rotate(-30deg);
    font-weight: 100;
    border-radius: 99px;
    text-align: center;
    line-height: 23px;
}
.abonare-form h3 {
	font-size: 19px;
    font-weight: 500;
    text-align: center;
    line-height: 19px;
    margin: 0px;
    border-bottom: 1px solid #efefef;
    display: table;
    margin: 0 auto;
    padding: 5px 10px;
}
.abonare-form form  .form-group {
    margin-bottom: 15px;
    display: table;
    margin: 0 auto 0px auto;	
}
.abonare-form form  .form-group > label {
    margin: 10px auto 0px auto;
    display: table;
    color: #116eb4;
}
.abonare-form form  .form-group > .radio {
	display:inline-block;
	margin:5px 10px;
}
.abonare-form form .form-group .form-control {
    min-width: 240px;
}
@media (max-width: 1200px) {
	.container {
		margin-top: 20px;
	}
}
#qloader {
    color: official;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #474b5975;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: auto;
    padding: 10%;
    right: auto;
}
#qloader div {
  transform-origin: 40px 40px;
  animation: qloader 1.2s linear infinite;
  left:50%;
  top:50%;
}
#qloader div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
#qloader div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
#qloader div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
#qloader div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
#qloader div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
#qloader div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
#qloader div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
#qloader div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
#qloader div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
#qloader div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
#qloader div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
#qloader div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
#qloader div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes qloader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
