@charset "UTF-8";
/* CSS Document */
/*-------------Ajax modal---------------------------------------*/
.ajax-modal-container {
	position:fixed;
	top:0;
	right:-550px;
	width:550px;
	height:100%;
	z-index:119;
    overflow: hidden;
    overflow-y: auto;
	opacity:0;
	background:#fff;
 
}
#ajax-modal {
	overflow:hidden;
	background:#fff;
}
.ajax-modal-wrap {
	opacity:0;
}
.ajax-modal-media {
 	border-radius:20px 0 0 0;
}
.ajax-modal-media  img{
	width:100%;
	height:auto;
}
.ajax-modal-details {
	padding:30px 45px;
	margin-top:20px;
}
.ajax-modal-details p {
	text-align:left;
}
.ajax-modal-details h3 {
	text-align:left;
	color: #334e6f;
    padding-bottom: 26px;
    font-size: 16px;
    font-weight: 700;
}
.ajax-modal-details-box {
	width:100%;
	float:left;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.ajax-modal-title {
	color: #fff;
    padding: 20px 0 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.ajax-modal-photos-btn {
	position:absolute;
	right:30px;
	top:30px;
	z-index:5;
	padding:10px 20px;
	cursor:pointer;
	border-radius:4px;
	color:#fff;
	background: #18458B;
	font-size:11px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
.ajax-modal-photos-btn span {
	padding:0 4px;
}
.ajax-modal-list {
	border-bottom:1px solid #eee;
	background: #f9f9f9;
}
.ajax-modal-list li {
	float:left;
	width:25%;
	padding:12px 0;
	border-left:1px solid #e2e2e2;
	box-sizing:border-box;
}
.ajax-modal-list li:first-child {
	border:none;
}
.ajax-modal-list li h5 {
	font-size:11px;
	color:#999;
}
.ajax-modal-list li h5 span{
	color:#666;
	padding-left:4px;
}
.ajax-modal-list li i {
	font-size:28px;
	padding-bottom:10px;
}
.ajax-modal-close{
	position: absolute;
    left:40px;
    width: 40px;
    height: 40px;
    top:25px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    z-index:20;
    background: #18458B;
    border-radius:6px;
	cursor:pointer;
}
.ajax-modal-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	overflow: auto;
	display:none;
	z-index:118;
	-webkit-transform: translate3d(0,0,0);
	background:rgba(0,0,0,0.41);
}
.ajax-loader {
	z-index:100;
}

