/********************************************************************************
* Responsive Contact Form with Captcha using Jquery and PHP
* Written by Vasplus Programming Blog
* Website: www.vasplus.info
* Email: vasplusblog@gmail.com OR info@vasplus.info

*********************************Copyright Info***********************************
* This is a paid script and must not be sold by any client
***********************************************************************************/
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family:arial;
  font-size:14px;
  background-color:#1977cc !important; 
  margin:60px auto;
}



/*Main Form Wrapper*/
.vasplus_programming_blog_wrapper 
{
	width:90%;
	min-width:300px;
	margin: 0 auto;
	border: solid 1px #cbcbcb;
	background-color: #FFF;
	box-shadow: 0 2px 5px #cbcbcb;
	-moz-box-shadow: 0 2px 5px #cbcbcb;
	-webkit-box-shadow: 0 2px 5px #cbcbcb;
	text-align:center;
	padding-top:0px;
	padding-bottom:20px;
	display: block;
}

.vpb_wrap_left_and_right
{
	width:90%;
	margin:0 auto; 
	text-align:left;
	position: relative;
	display: block;
	border-collapse: separate;
	padding:0px 15px;
}

.vpb_wrap_inner
{
	width:100%;
	margin:0 auto; 
	text-align:left;
	position: relative;
	display: table;
	border-collapse: separate;
}


.vpb_contact_form_title
{
	padding:10px;
	background-color:#F6F6F6;
	border-bottom: 1px solid #E9E9E9;
	font-size:16px !important;
	text-align:left !important;
}


.vpb_contact_form_info
{
	padding:10px;
	text-align:left !important;
}


.vpb_left_div
{
	width:100px;
	min-width:100px; 
	max-width:100px; 
	margin-bottom:10px;
	display:table-cell;
	vertical-align:middle;
	padding-bottom:6px;
}

.vpb_right_div
{
	width:85%;
	min-width:200px;
	display: inline-block;
}

@media (min-width: 1000px) 
{
	/*Main Form Wrapper*/
	.vasplus_programming_blog_wrapper 
	{
		max-width:600px;
		width:100%;
		margin: 0 auto;
		border: solid 0px #cbcbcb;
		 background-color: #FFF;
		box-shadow: 0 2px 5px #cbcbcb;
		-moz-box-shadow: 0 2px 5px #cbcbcb;
		-webkit-box-shadow: 0 2px 5px #cbcbcb;
		text-align:center;
		padding-top:0px;
		padding-bottom:20px;
		display: block;
	}
	.vpb_wrap_left_and_right
	{
		width:100%;
		margin:0 auto; 
		text-align:left;
		position: relative;
		display: table;
		border-collapse: separate;
		padding:0px 15px;
	}
	.vpb_left_div
	{
		width:100px;
		min-width:100px; 
		max-width:100px; 
		margin-bottom:10px;
		display:table-cell;
		vertical-align:middle;
		padding-bottom:0px;
	}
}


/* Input and Textare Field Style */
.vpb_input_fields 
{
	display: block;
	width: 100%;
	padding: 6px 10px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #222;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dce4ec;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline:none;
	resize:0px;
}	
.vpb_input_fields:focus 
{
	border: 1px solid #dce4ec;
	/* create a BIG glow */
	-webkit-box-shadow:inset 0 0 1px #4195fc;
       -moz-box-shadow:inset 0 0 1px #4195fc;
            box-shadow:inset 0 0 1px #4195fc;

    background: transparent; 
}

/*Captcha Box wrapper*/
.vpb_captcha_wrapper 
{
	width:100%;
	padding:10px; 
	border: 1px solid #dce4ec;
	border-top: solid 0px #cbcbcb;
	background-color: #FFF;
	text-align:center;
	position:relative;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/*Success Message Style*/
.vpb_success 
{
	display:block;
	width:100%;
	text-align:left !important;
	line-height:26px;
	border: 0px solid #999; 
	padding:15px; 
	-moz-box-shadow: 0 0 1px #888; 
	-webkit-box-shadow: 0 0 1px#888;
	box-shadow: 0 0 1px #888;
	text-shadow: 2px 2px 2px #ccc;
	font-size:14px; 
	font-weight:normal;
	color: #4F8A10;
  	background-color: #DFF2BF;
}


/*Error Messages Style*/
.vpb_information_box
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 99999999999;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	text-align:center !important
}
.vpb_info 
{
	display:block;
	width:100%;
	text-align:center;
	line-height:26px;
	border: 0px solid #999; 
	padding:15px; 
	-moz-box-shadow: 0 0 1px #888; 
	-webkit-box-shadow: 0 0 1px#888;
	box-shadow: 0 0 1px #888;
	text-shadow: 2px 2px 2px #ccc;
	font-weight:normal;
	color: black;
	background: #BDE5F8; 
}

.vpb_loading 
{
	display:block;
	width:100%;
	text-align:center !important;
	border: 0px solid #999; 
	padding:15px; 
	-moz-box-shadow: 0 0 1px #888; 
	-webkit-box-shadow: 0 0 1px#888;
	box-shadow: 0 0 1px #888;
	font-weight:normal;
	color: black;
	background: #fff;
	border-bottom:1px solid #E9E9E9;
}

.ccc{ text-decoration:none; color:blue;}
.ccc:hover{ text-decoration:underline;}

/*Vasplus Button*/
.vpb_general_button 
{
	border: px solid #FFFFFF;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	text-decoration: none;
	display: inline-block;
	color: #FFFFFF;
	background-color: #7d7e7d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
	background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	float: left;
	padding: 4px;
	width: auto;
	padding-top: 10px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 10px;
}

.vpb_opacity{ opacity: 0.6; cursor:default !important; display:none;} 





.back_to_tutorial {
	
background-color: #ee432e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
  background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  border: 1px solid #951100;box-shadow: 0 2px 3px #951100;-moz-box-shadow: 0 2px 3px #951100;-webkit-box-shadow: 0 2px 3px #951100;
  -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  color: #fff;
  font: bold 15px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 12px 0 14px 0;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
  width: 200px; }
.back_to_tutorial:hover 
{
    background-color: #f37873;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
    background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    cursor: pointer; }
.back_to_tutorial:active 
{
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); 
}