/*---WIN FREE TOUR STYLE---*/
.red {
	border: 1px solid red;
}
.green {
	border: 1px solid green;
}
.blue {
	border: 1px solid blue;
}

.afa-win-free {
	margin: 20px;
}
.afa-win-free p {
	line-height: 1.3;
}
.win-tour-banner {
	padding: 0;
	margin-bottom: 20px;
}
.afa-win-content {
	padding: 20px;
}
.afa-win-content span {
	font-weight: bold;
}
.afa-list-inline li {
	margin-bottom: 10px;
}
.testimonial-box {
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}
.win-tour-free-form {
	border-radius: 0 0 6px 6px;
	margin-top: 20px;
	padding-bottom: 1px;
}
.win-tour-free-form h4 {
	font-weight: bold;
    font-size: 18px;
    padding: 15px;
    margin: 0;
    text-align: center;
    color: #003f5e;
}
.win-tour-free-form-information {
	margin: 20px;
	background-color: #fff;
	padding-bottom: 10px;
    border-radius: 0 0 6px 6px;    
}
.win-tour-free-form-information h5 {
	font-weight: bold;
    font-size: 16px;
    padding: 15px;
    margin: 0;
    text-align: center;
}
.win-tour-free-form-information .form-group {
	margin: 15px;
}
.win-tour-free-form-information .form-group label {
	display: inline-block;
    text-align: right;
    width: 30%;
}
.win-tour-free-form-information .form-group input {
	width: 65%;
    display: inline;
}
.win-free-tour-checklist {
	margin: 20px;
	background-color: #fff;
	border-radius: 6px;
	padding-bottom: 20px;
}
.win-free-tour-checklist .checkbox {
	padding-top: 20px;
}
.win-free-tour-captcha input {
	height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    width: 50%;
    margin: 10px auto !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}
.win-submit-btn {
	text-align: center;
	margin-bottom: 20px;
}
.win-free-tour-btn {
    text-shadow: none;
    background-image: none;
    color: #fff;
    padding: 10px 20px 10px 20px;
    box-shadow: none;
    border-color: transparent;
}

.win-free-tour-btn:hover {
    border-color: transparent;
    color: #fff;
}
