/* .ask-form (store-local + store/show), moved from custom-style+responsive */
.ask-form.active {
	top: 0
}
.ask-form .title {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.ask-form {
	position: absolute;
	top: -1000px;
	left: 0;
	width: 100%;
	right: 0;
	z-index: 99999999;
	background: #fff;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.1);
}
.ask-form .col-small {
	width: 33.33333%;
	padding: 0 15px;
	float: left;
}
.ask-form .col-large {
	width: 66.6666666%;
	padding: 0 15px;
	float: left;
}
.ask-form input,
.ask-form textarea {
	height: 55px;
	line-height: 55px;
	width: 100%;
	background-color: #e7e7e7;
	color: #a5a5a5;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 25px;
	font-family: 'nunito_sansregular';
	border: 0;
}
.ask-form button {
	width: 100%;
	border: 0;
	margin: 0 0 25px 0;
	height: 55px;
	line-height: 55px;
	max-width: 100%;
	color: white;
	text-align: center;
	font-size: 15px;
	background-color: #43bccd;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'nunito_sansblack';
}
.ask-form .close {
	background-image: url(../images/closer.png);
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	position: absolute;
	right: -100px;
	bottom: 40px;
	opacity: 1;
}
.ask-form .container {
	position: relative;
	width: 860px;
	max-width: 100%;
}
.ask-form .title {
	padding: 50px 0;
	margin: 0;
}

@media screen and (max-width:1200px) {
  .ask-form .close {
  		right: 30px;
  		bottom: auto;
  		top: 15px;
  	}
}

@media screen and (max-width:991px) {
  .ask-form .close {
  		top: 7px;
  	}
}

@media screen and (max-width:767px) {
  .ask-form .title {
  		padding: 0 0 15px 0;
  		margin: 0;
  	}
  .ask-form .col-small,
  	.ask-form .col-large {
  		width: 100%;
  		padding: 0;
  		float: none;
  	}
}
