@charset "utf-8";
/* CSS Document */

.rsMinW .rsGCaption h1{
	font-size:42px !important;
}

.rsMinW .rsGCaption h2{
	font-size:35px !important;
}

.content_container .content_content{
	max-width:1150px;
	width:100%;
	margin: auto;
}

#order_div .line{
	width:49%;
	float:left;
}

#order_div .line:nth-child(2n-1){
	float:right;
}

#order_div .line select,
#order_div .line input,
#order_div .line textarea{
	width:100%;
	box-sizing: border-box;
	padding:12px 15px;
	border:1px solid #d0cece;
	color:#142227;
	font-family:"Red Hat Display", sans-serif;
	font-size:16px;
}

.payment_container{
	margin-top:30px;
	margin-bottom:20px;
	padding-top:20px;
}

.pay_option{
	width:100%;
	margin-bottom:20px;
	text-align:center;
	position:relative;
}

.pay_option:nth-child(2){
	margin-left:0px;
}

.pay_option label{
	display:block;
	font-size:15px;
	margin-bottom:10px;
	text-align:left;
	padding-left:45px;
	cursor:pointer;
	position:relative;
	line-height:26px;
}

.pay_option input{
	position:absolute;
	bottom:20px;
	display:none;
}

.pay_option input+label span{
	position:absolute;
	left:0px;
	top:-3px;
	width:34px;
	height:34px;
	background:url(/images/packages_checkbox.png) top center no-repeat;
	background-size:100% auto;
}

.pay_option input+label b{
	font-size:20px;
	font-weight:600;
	margin-bottom:5px;
	display:block;
}

.pay_option input:checked+label{
	border-color:#000 !important;
	color:#40252f;
}

.pay_option input:checked+label span{
	background-position:bottom center;
}