@charset "utf-8";

#container{
}

#banner{
	background:url(../imgs/shop_banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:360px;
}
/* Table */
/*=========================================*/
.clearFloat{clear: both}

.readMore{
    background: #f4a48f;
    color:#fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px;
    transition:all 0.5s ease; 
    cursor: pointer;
    font-weight: bold;
}
.readMore:hover{
	background:#8F8F8F;
	border:none;
	color:#fff;
	transition:all 0.5s ease;
}.readMore a{color:#fff;}



#comple{
    width: 100%;
    height: 400px;
    color: #4d4959;
    background: url(../imgs/shop-comple.jpg);
}
#dress{
    width: 100%;
    height: 400px;
     color: #4d4959;
    background: url(../imgs/shop-dress.jpg);
    background-position: right;
}

#access{
    width: 100%;
    height: 400px;
     color: #4d4959;
    background-image: url(../imgs/shop-cakes1.jpg), url(../imgs/shop-cake2.jpg);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
}

.cal-info{
    float: right;
    text-align: center;
    background: #F7F7F7;
    width: 25%;
    height: 300px;
    padding: 100px 50px 0px 50px;
} 
.cal-info2{
    float: right;
    text-align: center;
    background: #F7F7F7;
    width: 34%;
    height: 300px;
    padding: 100px 50px 0px 50px;
}

.cal-info i,.cal-info2 i{
    font-size: 30px;
    margin-bottom: 12px;
}

.cal-info h3,.cal-info2 h3{
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cal-info p,.cal-info2 p{
    line-height: 21px;
}

#dress .cal-info{
    float: left;
}

#access .tile-center{
    text-align: center;
    float: none;
    margin: 0px auto;
}

.wpage{
    padding: 0px auto;
}
.dress_icon{ 
    width: auto;
    height: 30px;
    margin-bottom: 8px;
}
.access_icon{
    height: auto;
    width: 42px;
    margin-bottom: 8px;
}
a{
    color: white;
}
