.coral-profile .coral-detail .head-title .btn{background: none; position: relative; overflow: hidden; top: 0; z-index: 10; padding: 0 10px; 
	min-width: 120px; 
	height: 50px; 
	line-height: 50px; 
	border: none;
	font-size: 24px; 
	font-weight: bold;
	padding: 0 30px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.coral-profile .coral-detail .head-title .btn:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.coral-profile .coral-detail .head-title .btn-secondary,
.coral-profile .coral-detail .head-title .btn-secondary:focus,
.coral-profile .coral-detail .head-title .btn-secondary.focus{
	/*background: #fd7c9b;
	background: -moz-linear-gradient(left,  #fd7c9b 0%, #fecf7a 100%);
	background: -webkit-linear-gradient(left,  #fd7c9b 0%,#fecf7a 100%);
	background: linear-gradient(to right,  #fd7c9b 0%,#fecf7a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7c9b', endColorstr='#fecf7a',GradientType=1 );*/
	background-image: linear-gradient(to right, #fd7c9b, #fecf7a, #fecf7a, #fd7c9b);
	background-size: 200% 100%;
}
.coral-profile .coral-detail .head-title .btn-secondary:hover,
.coral-profile .coral-detail .head-title .btn-secondary:active:hover,
.coral-profile .coral-detail .head-title .btn-secondary.active:hover,
.coral-profile .coral-detail .head-title .btn-secondary:active:focus,
.coral-profile .coral-detail .head-title .btn-secondary.actitve:focus,
.coral-profile .coral-detail .head-title .btn-secondary:active.focus,
.coral-profile .coral-detail .head-title .btn-secondary.active.focus,
.coral-profile .coral-detail .head-title .btn-secondary:focus:hover,
.coral-profile .coral-detail .head-title .btn-secondary.focus:hover{color: #fff;
	background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media (max-width: 767px) {
	.coral-profile .coral-detail .head-title .btn{
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		padding: 0 20px;
		margin-top: 10px;
	}
}




/*----- editor content -----*/
/*.editor-content,
.editor-content p{font-size: 24px; color: #666; margin-bottom: 20px;}
.editor-content p:last-child{margin-bottom: 0;}
.editor-content img{height: auto !important;}*/




/*----- whead -----*/
/*.whead{margin-bottom: 15px;}
.whead .title{margin: 0; font-size: 1.8em; font-weight: bold; line-height: 1em;}*/




/*----- breadcrumb -----*/
/*.breadcrumb-block{padding: 5px 20px; background-color: #333;}
.breadcrumb{background-color: transparent; margin: 0; padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.breadcrumb li{position: relative;}
.breadcrumb li + li{padding-left: 20px; margin-left: 10px;}
.breadcrumb li + li:before{content: ''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; 
    width: 6px; 
    height: 6px; 
    border-right: 1px solid #fff; 
    border-bottom: 1px solid #fff; 
    padding: 0;
    transform: rotate(-45deg);
}
.breadcrumb li,
.breadcrumb li.active,
.breadcrumb .link{color: #fff; font-size: 12px; line-height: 40px;}
.breadcrumb .link:hover{color: #fff;}
.breadcrumb li.active{max-width: 300px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}*/




/*----- pagination -----*/
/*.pagination-block{text-align: center;}
.pagination{margin: 0; display: inline-block;}
.pagination .link{display: block; 
    min-width: 40px; 
    height: 40px; 
    padding: 0 10px; 
    font-size: 14px; 
    font-weight: 500; 
    text-align: center; 
    line-height: 40px; 
    color: #fff; 
    background-color: #333; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.pagination .link:hover{background-color: #000; color: #fff;}
.pagination .active .link{background-color: #000; color: #fff;}
.pagination li{display: inline-block; vertical-align: middle;}
.pagination li + li{margin-left: 6px;}*/




/*----- button -----*/
/*.btn{background: none; position: relative; overflow: hidden; top: 0; z-index: 10; padding: 0 10px; 
	min-width: 120px; 
	height: 50px; 
	line-height: 48px; 
	border: 1px solid transparent; 
	font-size: 24px; 
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn.fluid{min-width: inherit; width: 100%; position: relative;}

.btn:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-xs{}
.btn-sm{}
.btn-lg{}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus{color: #fff; background-color: #b41d8d; border-color: transparent;}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.actitve:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:focus:hover,
.btn-primary.focus:hover{color: #fff; background-color: #e91085; border-color: transparent;}
.btn-primary.disabled,
.btn-primary.disabled:hover{color: #fff; background-color: #b41d8d; border-color: transparent; opacity: 0.5;}*/




/*----- form -----*/
/*.form-default .form-group{position: relative; margin-bottom: 20px;}
.form-2 .form-default .form-group{position: relative; margin-bottom: 35px;}

.form-default .control-label{margin-bottom: 10px; font-weight: normal; font-size: 14px; color: #333; line-height: 1.2em;}
.form-default .form-control{line-height: 1.2em; 
    padding: 10px 15px; 
    font-size: 14px; 
    color: #333;
    min-height: 40px;
    background-color: #fff; 
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-default .form-note{position: absolute; top: 100%; left: 20px; margin-top: 4px; font-size: 14px; color: #999;}
.form-default .form-control:focus{border-color: #333;}
.form-default .block-control{position: relative;}
.form-default .has-error .form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-default .has-success .form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-default .floating-label{color: #333; font-size: 14px; position: absolute; pointer-events: none; left: 15px; top: 9px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.form-default .form-control:focus ~ .floating-label,
.form-default .form-control:not(:focus):valid ~ .floating-label{color: #333; font-size: 12px; left: 0; top: -22px;}

.form-control-feedback{position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background-size: 100%;}
.form-control-feedback:before{display: none;}
.form-control-feedback.glyphicon-ok{
    background: url('../image/icon/checked.png') center no-repeat;
    background-size: 16px;
}
.form-control-feedback.glyphicon-remove{
    background: url('../image/icon/cancel.png') center no-repeat;
    background-size: 16px;
}

.form-default .radio-list li + li{margin-left: 40px;}
.form-default .checkbox-list li + li{margin-left: 40px;}

.radio-control{position: relative; display: inline-block; min-height: 34px; padding-left: 0;}
.radio-control .icon{width: 20px; height: 20px; border: 1px solid #ccc; background-color: #fff; 
    position: absolute; 
    top: 10px; 
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.radio-control .title{margin: 0; font-size: 16px; font-weight: normal; color: #333; padding-left: 30px; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    line-height: 20px; 
    display: block;
}
.radio-control input[type='radio']{margin-top: 0; position: absolute; z-index: 5; opacity: 0; width: 100%; height: 100%; top: 0; left: 0; cursor: pointer;}
.radio-control input[type='radio']:checked ~ .icon{border-color: transparent; border-color: #333;}
.radio-control input[type='radio']:checked ~ .icon:before{content: ''; position: absolute; width: 10px; height: 10px; left: 0; top: 0; right: 0; bottom: 0; margin: auto;
    background-color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.radio-label{position: absolute; 
    bottom: 100%;
    line-height: 1em;
    font-size: 20px;
    color: #6bb953;
    font-weight: 500;
}

.checkbox-control{position: relative; display: inline-block;}
.checkbox-control .icon{width: 20px; height: 20px; border: 1px solid #ccc; background-color: #fff; 
    position: absolute; 
    top: 10px; 
    left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.checkbox-control .title{margin: 0; font-size: 16px; font-weight: normal; color: #333; padding-left: 30px; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    line-height: 20px; 
    display: block;
}
.checkbox-control input[type='checkbox']{margin-top: 0; position: absolute; z-index: 5; opacity: 0; width: 100%; height: 100%; top: 0; left: 0; cursor: pointer;}
.checkbox-control input[type='checkbox']:checked ~ .icon{border-color: transparent; background-color: #333;}
.checkbox-control input[type='checkbox']:checked ~ .icon:before{content: ''; position: absolute; width: 18px; height: 18px; 
    background: url('../image/icon/checkbox.png') center no-repeat; 
    background-size: 12px; 
    left: 0; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto;
}*/




/*----- owl -----*/




/*----- modal -----*/
/*.modal{text-align: center;}
.modal:before{content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px;}
.modal .close{opacity: 1; width: 60px; height: 50px; padding: 0 23px; position: absolute; z-index: 110; bottom: 100%; right: 0; background-color: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.modal .close .icon{vertical-align: middle; opacity: 0.9;}
.modal .close:hover{background-color: #f2f2f2;}
.modal-backdrop{background-color: #000;}
.modal-backdrop.in{opacity: 0.5;}
.modal-dialog{margin: 0; display: inline-block; text-align: left; vertical-align: middle; width: 600px;
    background-color: #fff;
}
.modal-header{position: relative; border-bottom: 1px solid #cdb380; margin-bottom: 40px; padding: 0 0 15px 0;}
.modal-header .title{margin: 0; font-size: 36px; font-weight: 500; line-height: 1em;}
.modal-body{padding: 0;}
.modal-content{border:none; padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.modal-alert{padding: 50px; text-align: center;}
.modal-alert .icon{margin-bottom: 15px;}
.modal-alert .icon img{display: inline-block;}
.modal-alert .title{margin: 0 0 10px 0; font-size: 26px; color: #333; font-weight: normal; line-height: 1em;}
.modal-alert .desc{margin: 0; font-size: 16px; color: #666; line-height: 1em;}
.modal-alert .action{margin-top: 40px;}*/