@charset "utf-8";
/* CSS Document */

body,table,div,dl,dt,dd,ul,ol,li,a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-family: "San Francisco";
	background-position:center;
}

.wpage{
	width:970px;
	margin:0px auto;
	display:table;
	text-align:center;
}

.clearFloat{
	clear: both;
	padding: 0px;
	margin: 0px;
}

#banner{
	background-image:url(../imgs/Service_banner.jpg);
   display: block;
   width: 100%;
   height: 360px;
   color:#fff;
   background-position:center;
   background-size:cover;
}


#service .deco, .dress, .cakes{
	float:left;
	width:210px;
	margin-right:45px;
	background-repeat:no-repeat;
	background-position:center;
}

#service .photo{
	float:left;
	width:200px;
	background-repeat:no-repeat;
	background-position:center;
}

#service h2{
	color: #4d4959;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 700;
}
#service p{
	font-size: 14px;
	font-weight:400;
	color:#8F8F8F;
	margin-top: 10px;
}

#service .button{margin-top:20px;}

#service .button a{
	background:#f4a48f;
	color:#fff;
	padding: 8px 18px 8px 18px;
	font-size:14px;
	letter-spacing:1px;
	height:35px;
	width:110px;
	cursor:pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

#service .button a:hover{
	background:#4d4959;
	color:#fff;
}



.service .img-icon{
	width:200px;
	height:200px;
	margin:0;
	padding:0;
}

.service .img-over{
	border-radius:50%;
	padding:11px;
	background:#f4a48f;
	color:#fff;
	opacity:0;
	transition:all 0.9s ease;
	cursor:pointer;
}
.service .img-over i{font-size:24px;}
.service .img-over:hover{
	opacity:1;
}

.service .circle{
	margin:0px;
	border: 1px solid #fff;
    border-radius: 50%;
	padding:77px;
	text-align:center;
}


#br{
	background-image:url(../imgs/Service_quest.jpg);
	display: block;
	background-position:center;
	width: 100%;
    padding: 100px 0px;
	background-size:cover;
	margin-top:100px;

}

.choose{
	float:left;
	width:450px;
	text-align:left;
}
.single-bottom{}
.quest{
	float:right;
	width:450px;
	text-align:left;
	height:200px;
}

#br h3{
	color:#fff;
	font-size: 48px;
    font-family: 'No_SevenRegular';
    letter-spacing: 2px;
	font-weight:inherit;
}

#br p{
	color:#fff;
	font-size:14px;
	font-weight:inherit;
    line-height: 21px;
	margin-bottom:20px;
}

.quest h4{
	font-size:20px;
	color:#fff;
	font-weight: 400;
	margin-bottom:20px;
	margin-top:15px;
    letter-spacing: 1px;
	cursor:pointer;
    transition:all 0.5s ease;
    
}

.quest i{
	font-size:18px; 
	cursor:pointer;
	color:#fff;
    font-weight: lighter;
	transition:all 0.5s ease;
}

.quest i:hover, .quest h4:hover {color: #f4a48f; }

.quest p{margin-left:30px;}
	
.choose i {margin-bottom:10px;}

	
#br span{color:#fff; font-size:14px;}

