/* CSS Document */

#content {
	margin-top: 130px;
	margin-bottom: 50px;
}
h1 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 40px;
}
h3 {
	color: #1c63a5;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 20px;
}
h3:first-child {
	margin-top: 0;
}
.payment_container {
	width: 1280px;
}
.column-payment {
	width: 59%;
	padding-right: 2%;
	border-right: solid 1px #8ee0f5/*3af0fe*/;
	position: relative;
}
.column-terms {
	width: 36%;
	padding-left: 2%;
	font-size: 16px;
	line-height: 23px;
}
.column-terms > div {
	padding-left: 130px;
}
.column-terms > div:first-child {
	background: url(/images/security-icon.png) no-repeat left top;
	margin-bottom: 50px;
}
.column-terms > div:last-child {
	background: url(/images/refund-icon.png) no-repeat left top;
}
.col-30 {
	width: 30%;
	padding-right: 3%;
}
.col-50 {
	width: 47%;
	padding-right: 3%;
}
.col-60 {
	width: 63%;
	padding-right: 3%;
}
fieldset {
	background: #8ee0f5/*3af0fe*/;
	padding: 25px 0 30px 25px;
	border: none;
	margin: 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
fieldset label {
	display: block;
	color: #1555a2;
	font-weight: 600;
	margin-bottom: 5px;
}
fieldset label span {
	font-weight: normal;
	color: #000000;
}
fieldset input[type=text],  fieldset input[type=email],  fieldset input[type=tel],  fieldset input[type=number],  fieldset select {
	border: solid 1px #b0b0b0;
	border-radius: 4px;
	padding: 5px 5px;
	font: normal 16px Arial, sans-serif;
	display: block;
	width: 90%;
	 -webkit-appearance: none;
}
 input[type=number]::-webkit-inner-spin-button,  input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
select#country {
	width: 95%;
	padding: 4px 5px;
}
.intl-tel-input {
	width: 100%;
}
#booking {
	width: 42%;
	float: left;
	margin-right: 10px;
}
#booking + span.note {
	font: normal 14px 'Montserrat', Arial, sans-serif;
	position: relative;
	top: 5px;
}
#int_phone {
	width: calc(100% - 10px);
}
.label_is_required::after {
	content: "*";
	display: inline-block;
	font-size: 12px;
	color: firebrick;
	position: relative;
	left: 5px;
}
fieldset .col-60 input {
	width: 95%;
}
.ccno_fieldset input[id=mycvv] {
	margin-bottom: 5px;
}
#cctype {
	width: 95%;
}
.note {
	font-size: 13px;
	font-family: Arial, sans-serif;
	line-height: 19px;
	display: inline-block;
}
.cvv_wrapper .note {
	width: 90%;
	line-height: 1.3;
}
.expdate_wrapper > div {
	display: inline-block;
	width: 44%;
	float: left;
}
.expdate_wrapper > div:nth-of-type(3) {
	width: 40%;
}
.expdate_wrapper select {
	width: 100%;
	display: block;
	font-size: 16px;
}
.expdate_wrapper > div.month-separator {
	font-size: 12px;
	font-weight: 600;
	margin: 0 7px 0 7px;
	position: relative;
	top: 5px;
	width: 10px;
	text-align: center;
}
.expdate_wrapper .note {
	margin-left: 3px;
}
input[type=submit] {
	background: #fdaf17;
	border: solid 2px #ffffff;
	color: #1654a1;
	border-radius: 5px;
	line-height: 45px;
	margin-top: 15px;
	font-size: 19px;
	padding: 0 17px;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
	 -webkit-appearance: none;
}
.addthis_inline_share_toolbox_wrapper {
	display: none;
}
.alert {
	padding: 15px;
	margin: 5px 0;
	color: firebrick;
	border: solid 1px firebrick;
	font-weight: 500;
}
#thank_you_message {
	color: #1c63a5;
	font-weight: 600;
	display: none;
}
fieldset input.is_required_empty,  fieldset select.is_required_empty {
	border: solid 1px firebrick;
}
div.is_required_empty_message {
	color: firebrick;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
	width: 100%;
}
.is_required_empty_message::first-letter {
	text-transform: capitalize;
}
.amount-note{
	padding-top: 25px;
}
#terms_confirm {
	float: left;
	cursor: pointer;
	position: relative;
	top: 2px;
}
.amex {
	position: relative;
}
.amex::after {
	content: "";
	display: block;
	width: 172px;
	height: 107px;
	background: url(/images/amex_card.jpg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	left: 90%;
	top: 0;
	border-radius: 6px;
	border: solid 1px #3af0fe;
}
.clear.spacer{
	height: 25px;
}
@media (max-width: 1200px) {

	#content {
    width: 800px;
    min-width: 800px;
		margin: 30px auto 0 auto;
	}
	.column-payment,
	.column-terms{
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	.column-terms{
		margin-top: 40px;
	}
	.column-terms > div {
    padding-left: 0;
	}
	.column-terms h3{
		text-align: center;
	}
	.column-terms > div:first-child {
    background: url(/images/security-icon.png) no-repeat center top;
		background-size: 80px;
		padding-top: 80px;
	}
	.column-terms > div:last-child {
    background: url(/images/refund-icon.png) no-repeat center top;
		background-size: 80px;
		padding-top: 60px;
	}
}
@media (max-width: 850px) {
	#content {
    width: 100%;
    min-width: 100%;
	}
	.column-terms{
    width: 94%;
    min-width: 94%;
		margin-left: 3%;
	}
}
@media (max-width: 767px) {
	h3{
		text-align: center;
	}
	fieldset{
		padding-right: 25px;
	}
	fieldset + fieldset{
		background: #fdaf17;
	}
	input[type=submit]{
		background: #3af0fe;
	}
	.field_wrapper.column{
		float: none;
		width: 100%;
		margin: 20px 0;
		clear: both;
	}
	.field_wrapper.column::after{
		display: block;
    clear: both;
    content: "";
	}
	.clear.spacer{
		display: none;
	}
	fieldset input[type=text], fieldset input[type=email], fieldset input[type=tel], fieldset input[type=number], fieldset select,
	#booking{
    padding: 16px 5px 5px 5px;
    font: normal 16px Arial, sans-serif;
    display: block;
    width: calc(100% - 10px);
	}
	.label_is_required:last-child{
		margin-left: 3%;
	}
	fieldset select,
	select#country,
	#int_phone{
		padding: 13px 5px 8px 5px;
	}
	#cctype,
	select#country{
		width: 100%;
	}
	#int_phone {
    width: 100%;
	}
	.amount-note{
		padding-top: 0;
	}
	
	fieldset label{
		position: absolute;
		top: 9px;
		left: 6px;
		font-size: 14px;
	}
	fieldset label.p_floating{
		top: 0;
		font-size: 12px;
		font-weight: 400;
	}
	label[for=int_phone]{
		z-index: 2;
		left: 90px;
	}	
	.expdate_wrapper label{
		display: none;
	}
}
@media (max-width: 400px) {
	h1{
		font-size: 24px;
	}
}