
.cs-fancy-box.fancy-box-style-7{
    position: relative;
}
.cs-fancy-box .cs-read-more a.read-more-link.btn {
    margin: 0;
}
.cs-fancy-box.fancy-box-style-7 .cs-title-main {
    display: block;
    line-height: 1;
    margin: 15px 0;
}
.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-title i {
    display: block;
    cursor: pointer;
    display: inline-block;
    font-size: 35px;
    height: 100px;
    line-height: 100px;
    position: relative;
    width: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-title i:after {
    content: "";
    height: 102px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 102px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.cs-fancy-box.fancy-box-style-7:hover .cs-fancy-box-title i:after {
    opacity: 1;
    left: -1px;
    top: -1px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-content {
    background: #000;
    width: 100%;
    color: #fff;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-content > div{
    padding: 15px;
}
.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-content:before {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #000;
    border-style: solid;
    display: block;
    height: 0;
    margin: 0 auto 20px;
    width: 0;
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -8px;
}
.cs-fancy-box.fancy-box-style-7:hover .cs-fancy-box-content{
    max-height: 2000px;
    overflow: visible;
}
.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-title i{
    background: #fff;
}
