2015-02-04 17:03:27 +00:00
|
|
|
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
|
|
|
|
|
|
|
|
.box {
|
|
|
|
border-radius: 3px;
|
2015-02-04 17:14:27 +00:00
|
|
|
box-shadow: 0 2px 5px 0 #E5B7CE, 0 2px 10px 0 #E5B7CE;
|
2015-02-04 17:03:27 +00:00
|
|
|
padding: 10px 25px;
|
|
|
|
text-align: right;
|
|
|
|
display: block;
|
|
|
|
margin-top: 60px;
|
2015-02-04 17:14:27 +00:00
|
|
|
color: #FE9ACD;
|
2015-02-04 17:03:27 +00:00
|
|
|
}
|
|
|
|
.box-icon {
|
2015-02-04 17:11:21 +00:00
|
|
|
background-color: #8434BA;
|
2015-02-04 17:03:27 +00:00
|
|
|
border-radius: 50%;
|
|
|
|
display: table;
|
|
|
|
height: 100px;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 100px;
|
|
|
|
margin-top: -61px;
|
|
|
|
}
|
|
|
|
.box-icon span {
|
|
|
|
color: #fff;
|
|
|
|
display: table-cell;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.info h4 {
|
|
|
|
font-size: 26px;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.info > p {
|
|
|
|
color: #717171;
|
|
|
|
font-size: 16px;
|
|
|
|
padding-top: 10px;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
.info > a {
|
2015-02-04 17:10:01 +00:00
|
|
|
background-color: #FCF7DF;
|
2015-02-04 17:03:27 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
2015-02-04 17:12:41 +00:00
|
|
|
color: #000;
|
2015-02-04 17:03:27 +00:00
|
|
|
transition: all 0.5s ease 0s;
|
|
|
|
}
|
|
|
|
.info > a:hover {
|
2015-02-04 17:10:01 +00:00
|
|
|
background-color: #F9EAAE;
|
2015-02-04 17:03:27 +00:00
|
|
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
|
2015-02-04 17:12:41 +00:00
|
|
|
color: #000;
|
2015-02-04 17:03:27 +00:00
|
|
|
transition: all 0.5s ease 0s;
|
|
|
|
}
|