/*created by desiptikon@gmail.com */
/* ================================= MAIN ================================== */
.fl {float:left;}	
.fr {float:right;}
.clear {clear:both; font-size:0; line-height:0;}

.wrapper {max-width:1140px; margin:0 auto;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

	.apple_form{padding:40px 0 0 0;}
	.apple_form .text{text-align:center; font-size:30px; line-height:37px; color:#000;}
	.apple_form .text2{text-align:center; font-size:16px; color:#000; padding:30px 0;}
	.apple_form .or{text-align:center; margin:0 0 20px 0;}
	.apple_form .text3{text-align:center; font-size:30px; line-height:37px; color:#289ab3; padding:0 0 30px 0;}
	.apple_form h2{font-family: 'Roboto', sans-serif; color:#000; font-size:30px; margin:0 0 15px 0; padding:0; font-weight:normal;}
	.text{text-align:center;}
	.apple_form .app_box{max-width:555px; width:100%; margin:0 0 20px 0;}
	.apple_form form input[type="text"]{background:#efefef; height:34px; padding:0 10px; margin:0 0 15px; width:100%; border:0; font-size:13px; color:#a2a2a2; font-family: 'Roboto', sans-serif;}
	.apple_form form select{background:#efefef; height:34px; padding:0 10px; margin:0 0 15px; width:100%; border:0; font-size:13px; color:#a2a2a2; font-family: 'Roboto', sans-serif;}
	.apple_form form .month_select{display:inline-block; max-width:321px; width:100%;}
	.apple_form form .day_select{display:inline-block; max-width:110px; width:100%;}
	.apple_form form .text{font-size:13px; color:#000; font-family: 'Roboto', sans-serif; display:inline-block; padding:9px 0 0 0;}
	.apple_form form .min_inp{max-width:264px;}
	.apple_form input[type="checkbox"]{display:none;}
	.apple_form input[type="checkbox"] + label{color:#000; font-size:13px; display:block; margin:0 0 5px 0; text-transform:uppercase; font-family: 'Roboto', sans-serif;}
	.apple_form input[type="checkbox"] + label span{display:inline-block; width:18px; height:18px; margin:-4px 3px 0 0; vertical-align:middle; background:url('../images/checkbox_bg.jpg') no-repeat 0 0; cursor:pointer;}
	.apple_form input[type="checkbox"]:checked + label span{background:url('../images/checkbox_bg.jpg') no-repeat 0 -18px;}
	.apple_form form input[type="button"]{background:#187592; color:#fff; border:none; padding:10px 30px; cursor:pointer; margin:20px 0; font-size:13px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-family: 'Roboto', sans-serif;}
	