@charset "utf-8";
/* CSS Document */

.copyrights {
    background-color: #353535;
}
.copyrights-text {
	padding:10px;
	font-size:12px;
	color:rgba(255,255,255,0.66);;
}

.pt40 {
	padding-top: 40px !important
}

.pb40 {
	padding-bottom: 40px !important
}
.vc_custom {
    padding-top: 50px !important;
    background-image: url(../images/BG.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.icon-info.icon-lg {
    width:  85px;
    height: 85px;
    line-height: 80px;
    font-size: 45px;
    border-radius: 8px;

}
.icon-info { 
    color: #fff;
}
.contents h3{
    margin: 1.2em 0 0.7em;
    font-size: 1.53333333em;
    line-height: 1.5em;
    letter-spacing: .01em;
    color: #010101;
}
.contents p {
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 1.2em;
    font-size: 1em;
    line-height: 2em;
    letter-spacing: 0.025em;
    text-align: center;
    color: #999;
}
.contents h3 a{
    color: #010101;
}
.copyrights-text a {
    color:#f13c46;
}
.radius{
    border-radius: 5px;
    margin-right: 20px;
}