@charset "utf-8";
*:focus {
    outline: none;
}
.clear:after {
	content: ''; 
	display:block; 
	clear:both;
}
.w100 {
	width:100%;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.btn {
	display: block; 
	width:100%; 
	border-radius: 30px;
}
.btn5 {
	display: block; 
	width:100%; 
	border-radius: 5px;
}
.btn10 {
	display: block; 
	width:100%; 
	border-radius: 10px;
}
.btn15 {
	display: block; 
	width:100%; 
	border-radius: 15px;
}
.table {
	display: table;
	width:100%;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
}
.ta_c {
	text-align: center;
}
.ta_l {
	text-align: left;
}
.ta_r {
	text-align: right;
}
.c-sky {
	color:#6a9fe8;
}
.gray-bg {
	background:#f1f1f1;
}
.pd0 {
	padding:0!important;
}
.input-box {
	outline-style: none; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
	border:1px solid #e5e5e1;
	border-radius: 10px;
	width:67%;
	padding: 0 15px;
	box-sizing: border-box;
	height: 45px;
	line-height: 45px;
	font-family: inherit;
	font-size: 16px;
	color: #282827;
}
.input-box:placeholder {
	color:#9a9a98;
}
.input-box + button {
	background: #585533;
    color: #fff;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    padding: 0 10px;
    font-family: inherit;
}
.btn-area {
	margin-top: 25px;
}
.btn-area a {
    display: inline-block;
    width: auto;
    padding: 5px 30px 8px;
    margin: 0 5px;
    letter-spacing: 2px;
    font-size: 20px;
}
.gray-btn {
	background: #9a9a98;
	color: #fff;
}
.yel-btn {
	background: #c3b302;
	color: #fff;
}
.blue-btn {
	background:#6a9fe8;
	color: #fff;
}
.pink-btn {
	background: #f070ab;
	color: #fff;
}
.red-btn {
	background: #ff5100;
	color: #fff;
}
.green-btn {
	background: #00b68c;
	color: #fff;
}
.yellow-btn {
	background: #ffd67a;
	color: #fff;
}
.mint_text {
    color: #00B8D4!important;
}
input[type="text"], 
input[type="password"], 
input[type="file"], 
select {
    position: relative;
    width: 100%;
    height: 24px;
    text-align: left;
    background: none;
    border: none;
    display: block;
    color: #666;
    line-height: 1;
    font-family: inherit;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
	position: relative;
    display:inline-block;
}

input[type="radio"] + label:before {
	content:'';
	display: inline-block;
    width:19px;
    height:19px;
    margin:-2px 3px 0 0;
    vertical-align:middle;
    background:transparent;
    border: 1px solid #434342;
    cursor:pointer;
    border-radius: 50%;
}

input[type="radio"]:checked + label:before {
    font-family: FontAwesome;
    content: "\f00c";
    text-align: center;
    line-height: 1.3;
    font-size: 15px;
    background: #fff;
}
input[type="radio"] + label span {
	margin-right: 20px;
}


.check-ts {
	display: none;
}
.check-ts + label {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 22px;
	border: 2px solid #e5e5e1;
	cursor: pointer;
	border-radius: 5px;
	transition: all .25s;
}
.check-ts + label i {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    margin: 2px;
    width: 5px;
    height: 16px;
    border: 1px solid #e5e5e1;
    background: #e5e5e1;
    border-radius: 5px;
    transition: all 0.25s ease;
}
.check-ts:checked + label {
	border: 2px solid #585533;
}
.check-ts:checked + label i {
	left: 28px;
    border: 1px solid #585533;
    background: #585533;
    transition: all 0.25s ease;
}






.pagenation {
	font-size: 0;
	padding: 30px 0px;
}
.pagenation ol li {
	display: inline-block;
	font-size: 13px;
}
.pagenation ol li a {
	display: block;
	line-height: 30px;
    height: 30px;
    min-width: 20px;
    font-size: 13px;
    vertical-align: middle;
    margin: 0px 0px;
    margin-left: -1px;
    padding: 0px 5px;
    background: #fff;
    border: 1px solid #ccc;
    color: #48535f;
}
.pagenation ol li.this a {
	color: #fff;
    font-weight: 300;
    background: #76724a;
    border: 1px solid rgba(0,0,0,0.2);
}

.button-grid .input-box {
    width: calc(100% - 125px);
}

select {
	position: relative;
    display: block;
    border: 1px solid #e5e5e1;
    border-radius: 10px;
    width: 67%;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    font-size: 14px;
    outline: none;
    z-index: 2;
    color: #333;
}
select:after {
	font-family: FontAwesome;
    content: "\f107";
    vertical-align: middle;
    position: absolute;
    top: 0px;
    right: 15px;
    display: block;
    color: #999;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    z-index: 1;
}

select::-ms-expand {
    display: none;
}
.flex {
	display: flex;
}

@media screen and (max-width: 1024px){
	.input-box, select {
		width:90%;
	}
}
@media screen and (max-width: 768px){
	.btn-area a {
		font-size: 17px;
	}
	.input-box, select {
		font-size: 14px;
		width:100%;
	}
}