/*
 * Forms
 */
.jiForm label{
	display:block;
}
.jiForm input[type=text],
.jiForm input[type=email],
.jiForm select,
.jiForm textarea,
.jiForm .field{
	width:100%;
	height:30px;
	line-height:30px;
	padding:0 10px;
	border:1px solid #9b9593;
}
.jiForm textarea{
	width:100%;
	height:100px;
	padding:10px;
	line-height:26px;
}
.jiForm .control-group{
	margin-bottom:10px;
}
.jiForm .control-group .control-label{
	font-weight:normal;
}
.jiForm .btn-submit{
	background-color:#ffc72c;
	color:#333;
	border:none;
	border-radius:0;
	text-transform:uppercase;
	font-size:20px;
	line-height:40px;
	padding:0 20px;
	font-weight:bold;
}

.jiForm .btn-submit {
    background-color: #ffc72c;
    color: #333;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: bold;
}

.wpcf7 form .wpcf7-response-output{
	margin:0;
}

.jiForm .star,
.jiForm .red{
	color:#f00;
} 


/*
 * Large devices only
 */
@media (min-width: 1200px)
{
}

/*
 * Big Medium devices and less
 */
@media (max-width: 1199px)
{
}

/*
 * Medium devices
 */
@media (max-width: 991px) and (min-width: 768px)
{
	.jiForm .btn-submit {
		font-size: 18px;
		line-height: 30px;
	}
}

/*
 * Small devices
 */
@media (max-width: 767px)
{
}