/* Id: 7.3689796.1467043549
 * Generated: 24-Oct-2017 16:22:39
 */
    #contactThanks{
  display:none;
  width:100%;
  overflow:hidden;
  border-top: 1px solid #dedede;
  padding-top: 20px;
}

#contactThanks h3{
	font-family: "DINWeb-medium", Arial, Helvetica, sans-serif;
  	color:#60b247;	
}

#contactThanks p{
	font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  	color:#515151;
}
#contactThanks .check-wrap {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
}

#contactThanks .check-wrap:after {
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-color: #60b247;
	border-width: 0px;
	border-style: solid;
	-webkit-animation: wrap 0.1s ease-out forwards;
	animation: wrap 0.1s ease-out forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

#contactThanks .check-icon {
	position: absolute;
	top: 28%;
	left: 25%;
	-webkit-animation: bounce 0.2s;
	animation: bounce 0.2s;
	-webkit-animation-delay: 0.08s;
	animation-delay: 1.08s;
	fill: #ffffff;
}

.form-description p:first-child{
	padding-top:15px;
}
.bubble-title{
	position:relative;
  	background:#ff9955;
  	color:#ffffff;
 	border-bottom:1px solid #ff7316;
  	text-shadow:1px 1px 1px #e28c0c;
  	font-family: "DinWeb-Medium";
    margin-bottom: 25px;
    padding: 10px 0 5px 20px;
}
.bubble-title:before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0px 0 15px;
    border-color: #ff7316 transparent transparent transparent;
    position: absolute;
    left: 18px;
    top: 100%;
}
.bubble-title:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 0 12px;
    border-color: #ff9955 transparent transparent transparent;
    position: absolute;
    left: 20px;
    top: 100%;
}

#beauty-panel h3 {
	font-family: "DINWeb-medium", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #f60;
	margin: 0 0 20px 0;
    padding: 0 0 15px 0;
	display: block;
	border-bottom: 1px solid #dedede;
}

#beauty-panel ul {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#beauty-panel ul li {
	display: inline-block;
	margin-bottom: 20px;
}

#beauty-panel ul li:nth-child(2),
#beauty-panel ul li span:nth-child(2) {
	margin-left: 15px;
}
#beauty-panel .inputWrapper {
	margin-bottom: 15px;
}
#beauty-panel .inputWrapper label {
  display: inline-block;
  margin: 0 0 5px 4px;
  font-size: 16px;
  font-family: "DINWeb-medium", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #6e7175;
}

#beauty-panel span.red{
font-weight: 400;
    font-family: "Helvetica", Arial;
    color: #9e9e9e;
}
#beauty-panel .inputWrapper label.error {
  color: #e66452;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
}
#beauty-panel .inputWrapper input,
#beauty-panel .inputWrapper select,
#beauty-panel .inputWrapper textarea {
  width: 100%;
  box-sizing: border-box;
}

#beauty-panel .inputWrapper input[type="text"],
#beauty-panel .inputWrapper input[type="email"],
#beauty-panel .inputWrapper input[type="tel"],
#beauty-panel .inputWrapper textarea, #beauty-panel .inputWrapper select {
  box-sizing: border-box;
  height: 35px;
  border-radius: 3px;
  line-height: 35px;
  background-color: rgba(244, 248, 251, 0.24);
  border: 1px solid #e9eef2;
  padding: 10px;
  width: 100% !important;
  display: block;
  color: #babcbf;
  font-size: 16px;
  font-weight: 300;
  margin: 5px 0;
}


#beauty-panel .inputWrapper input[type="text"]:focus,
#beauty-panel .inputWrapper input[type="email"]:focus,
#beauty-panel .inputWrapper input[type="tel"]:focus,
#beauty-panel .inputWrapper textarea:focus{
 outline: none;
border: 1px solid #80cbff;
} 


#beauty-panel .inputWrapper select {
  border: 1px solid #e9eef2;
  height: 35px;
  font-size: 16px;
  padding: 0 10px;
  margin: 10px 0;
}
#beauty-panel .inputWrapper textarea {
  height: 80px;
  line-height: inherit;
}
#beauty-panel .inputWrapper input[type='radio'], #beauty-panel .inputWrapper input[type='checkbox'] {
  margin: 0;
  width: auto;
}
#beauty-panel input[type="submit"]{
   font-family: "DINWeb-Medium", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: none;
    color: #f1f1f1;
    text-shadow: none;
    padding: 0 15px;
    height: 50px;
    line-height: 55px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    background: #f60;
    margin: 0 0 20px 0;
    clear: both;
    box-shadow: 0 0 1px rgba(41, 41, 41, 0.1), 0 1px 1px rgba(41, 41, 41, 0.1);
}

/* Oredered List */

#beauty-panel ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}
#beauty-panel ol > li {
  position: relative;
  margin: 0 0 6px 6px;
  padding: 4px 0px 0px 20px;
  list-style: none;
}
#beauty-panel ol > li:before {
  content: counter(li);
  counter-increment: li;
  font-family:"DinWeb-Medium", Helvetica, sans-serif;
  position: absolute;
  top: 2px;
  left: -15px;
  box-sizing: border-box;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  color: #f60;
  font-weight: bold;
  text-align: center;
}
#beauty-panel li ol,
#beauty-panel li ul {
  margin-top: 6px;
}
#beauty-panel ol ol li:last-child {
  margin-bottom: 0;
}


@media all and (max-width:479px){
  #beauty-panel input[type="submit"]{
  	font-size:14px;
  }
    .bubble-title{
	font-size:130%;
    padding:10px 0 5px 0;
    text-align:center;
	}
}
@media all and (min-width:479px) and (max-width:979px){
  .bubble-title{
	font-size:190%;
	}
}
@media all and (max-width:879px){
  #contactThanks p{
  	clear:left;
    margin-top:10px;
  }
}
@media all and (min-width:980px){
  #contactThanks .check-wrap{
  	margin-top:15px;
  }
  #contactThanks p{
  	margin-left:80px;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes wrap {
  0% {
    border-width: 0;
  }
  50% {
    border-width: 15px;
  }
  100% {
    border-width: 30px;
  }
}
@keyframes wrap {
  0% {
    border-width: 0;
  }
  50% {
    border-width: 15px;
  }
  100% {
    border-width: 30px;
  }
}

            

      