.pulse2 {
	transition: 0.6s;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 3s infinite;
}
.pulse2:hover {
	transition: 0.6s;
  animation: none;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
body.website-audit{
	padding: 0;
	margin: 0;
	background-color: #fccb12;
	background-image: url('../img/varianta_2-min.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
}
.logo-wrap{
	width: 400px;
	height: 200px;
	background-color: #0f4c7d;
	margin-left: auto;
	margin-right: auto;
	 border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
    text-align: center;
    padding-top: 35px;
    display: table;
}
.logo-wrap a{
	width: 100%;
	display: block;
}
.logo-wrap a img{
	width: 100%;
	max-width: 250px;
}
.form-wrap-white{
	width: 100%;
	max-width: 400px;
	background-color: #fff;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.form-wrap-white h3{
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	font-size: 38px;
	font-weight: 600;
}
.form-wrap-white #wpcf7-f3430-o1 .freeaudit-class{
	border: 2px solid #265275;
	line-height: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
.form-wrap-white #wpcf7-f3430-o1 p span{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.form-wrap-white #wpcf7-f3430-o1 .title-label{
	font-size: 23px;
	font-weight: 600;
}
.form-wrap-white #wpcf7-f3430-o1 .freeaudit-btn{
	display: table;
	width: 100%;
	background-color: #ffd500;
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	border: 0;
	line-height:70px;
	border-radius: 9px;
	transition: 0.6s;
	margin-top: 60px;
}
.form-wrap-white #wpcf7-f3430-o1 .freeaudit-btn:hover{
	background-color: #b99c0d;
	transition: 0.6s;
}
.masina-de-scris{
	width: 100%;
	display: table;
	max-width: 775px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -50px;
}
.container.text-footer p{
	text-align: center;
	font-size: 22px;
	font-family: open sans;
	color: #000;
	font-weight: bold;
	background-color: #fccb12;
	padding-top: 20px;
	padding-bottom: 20px;
	display: table;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.container.text-footer {
	margin-bottom: 50px;
}



body.thx{
	padding: 0;
	margin: 0;
	background-color: #fccb12;
	background-image: url('../img/FUNDAL.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: unset!important;
	font-family: Open sans;
}
body.thx .container.first-wrap h1{
	font-size: 54px;
	color: #fff;
	text-align: center;
	margin-top: 100px;
}
body.thx .container.first-wrap h2{
	font-size: 34px;
	color: #0f4c7d;
	text-align: center;
}
body.thx .container.first-wrap {
	
}
body.thx .container.footer{
	position: absolute;
	bottom: 40px;
	text-align: center;
	font-size: 22px;
	color: #0f4c7d;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	
}
body.thx .container.footer{
	-webkit-box-shadow: -1px 0px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 14px 0px rgba(0,0,0,0.75);
box-shadow: -1px 0px 14px 0px rgba(0,0,0,0.75);

padding: 2px 5px 2px 5px;
border-radius: 9px;
}
.zambet-wrap img{
	width: 100%;
}
.zambet-wrap{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-image: url('../img/ZAMBET.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	transition: 0.6s;
}
.zambet-wrap:hover{
	background-image: url('../img/ZAMBEThov.png');
	transition: 0.6s;
}










