#cf-form-id {
	position: relative;
    overflow: hidden;
}

#shops_contact-form #cf-title {
    width: 100%;
    text-align: center;	
	padding: 40px;
	font-weight: 900;
	font-size: 30px;
	font-family: "Source Sans", Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.1s linear 0s;
   -moz-transition: all 0.1s linear 0s;
   -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;	
   -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomInUp;
}

.shadow-form {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    overflow: hidden;
}

#cf-title-out {
	width: 100%;
    text-align: center;	
	padding: 40px;
	font-weight: 900;
	font-size: 30px;
   -webkit-transition: all 0.1s linear 0s;
   -moz-transition: all 0.1s linear 0s;
   -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;	
   -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeOut;	
}

#shops_contact-form {
    position: relative;
	top: 20%;
}

#shops_contact-form input, #shops_contact-form textarea{
    width: 300px;
    max-width: 300px;
    margin: 0 auto;
}

#shops_contact-form input, #shops_contact-form textarea {
    display: block;
    margin-top: 10px;
}

#shops_contact-form .required {
	color: #f96156;
	position: absolute;
	left: -13px;
    top: 30%;
    font-size: 20px;
    visibility: hidden;
}

#shops_contact-form .req-field {
    position: relative;
    width: 300px;
    max-width: 300px;
    margin: 0 auto;
}

#shops_contact-form #cf-seos-sent {
    visibility: visible;
    animation-duration: 0.4s;
    animation-delay: 0.1s;
    animation-name: zoomInRight;
    background: #005DA0;
    font-weight: 800;
    font-family: "Source Sans", Arial, Helvetica, sans-serif;
}

#shops_contact-form #cf-seos-message {
    visibility: visible;
    animation-duration: 0.5s;
    animation-delay: 0.1s;
    animation-name: zoomInLeft;
}

#shops_contact-form #cf-seos-subject {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-name: zoomInRight;
}

#shops_contact-form #cf-seos-email {
    visibility: visible;
    animation-duration: 1.2s;
    animation-delay: 0.3s;
    animation-name: zoomInLeft;
}

#shops_contact-form #cf-seos-name {
    visibility: visible;
    animation-duration: 1.3s;
    animation-delay: 0.4s;
    animation-name: zoomInRight;
}

#shops_contact-form  .required {
    visibility: visible;
    animation-duration: 1.7s;
    animation-delay: 0.7s;
    animation-name: zoomInRight;
}


#cf-seos-name-out {
   -webkit-transition: all 0.8s linear 0s;
   -moz-transition: all 0.8s linear 0s;
   -o-transition: all 0.8s linear 0s;
    transition: all 0.8s linear 0s;	
   -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomOutLeft;
}

#cf-seos-email-out {
   -webkit-transition: all 0.8s linear 0s;
   -moz-transition: all 0.8s linear 0s;
   -o-transition: all 0.8s linear 0s;
    transition: all 0.8s linear 0s;	
   -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomOutRight;
}


#cf-seos-subject-out {
   -webkit-transition: all 0.8s linear 0s;
   -moz-transition: all 0.8s linear 0s;
   -o-transition: all 0.8s linear 0s;
    transition: all 0.8s linear 0s;	
   -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomOutLeft;
}


#cf-seos-message-out {
   -webkit-transition: all 0.8s linear 0s;
   -moz-transition: all 0.8s linear 0s;
   -o-transition: all 0.8s linear 0s;
    transition: all 0.8s linear 0s;	
   -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomOutRight;
}

#cf-seos-sent-out {
   -webkit-transition: all 0.8s linear 0s;
   -moz-transition: all 0.8s linear 0s;
   -o-transition: all 0.8s linear 0s;
    transition: all 0.8s linear 0s;	
   -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
   opacity: 0;
}

body #shops_contact-form .required-out {
   -webkit-transition: all 0.8s linear 0s;
   -moz-transition: all 0.8s linear 0s;
   -o-transition: all 0.8s linear 0s;
    transition: all 0.8s linear 0s;	
   -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomOutLeft;
}



#shops_contact-form #go-rocket {
    text-align: center;
	width: 30px;
	margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
   -webkit-transition: all 0.5s linear 0s;
   -moz-transition: all 0.5s linear 0s;
   -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;	
   -webkit-animation-duration: 3s;
    animation-duration: 3s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomInUp;

}

#shops_contact-form #go-rocket-out {
   -webkit-transition: all 0.8s linear 0s;
   -moz-transition: all 0.8s linear 0s;
   -o-transition: all 0.8s linear 0s;
    transition: all 0.8s linear 0s;	
   -webkit-animation-duration: 8.5s;
    animation-duration: 8.5s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceOutUp;
    text-align: center;
	width: 40px;
	margin: 0 auto;

}

#cf-sent {
	position: absolute;
	top: 35%;
	left:0;
    width: 100%;
    text-align: center;
    font-size: 50px;
   -webkit-transition: all 2.8s linear 0s;
   -moz-transition: all 2.8s linear 0s;
   -o-transition: all 2.8s linear 0s;
    transition: all 2.8s linear 0s;	
   -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: flipInX;
    text-align: center;

    font-weight: 900;
}


#shops_checkform1 {
	opacity: 0;
	position: absolute;
}

.page-template-contact-page .entry-content {
	padding: 0 40px;
	max-width: 1210px;
	margin: 0 auto;
	
}

@media screen and (max-width: 700px) { 

}