.content-second {
background-color: #FA8220;
padding: 65px 0;
color: #FFFFFF;
border-top: 8px inset #333;
border-top: 8px solid rgba(0,0,0,0.1);
box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
text-align: center;
}
.scrollpoint.active {
opacity: 1;
}
.scrollpoint {
opacity: 0;
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.scrollpoint.active {
opacity: 1;
}
.scrollpoint {
opacity: 1;
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
h2 {
margin: 0 0 20px;
color: #FFFFFF;
font-family: 'Open sans';
font-size: 56px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
#pricing .pricing-table {
background-color: #f0f0f0;
border-radius: 5px;
margin-top: 20px;
}
#pricing .pricing-headline {
background-color: #2C3E50;
padding: 20px 0 20px;
border-radius: 5px 5px 0 0;
}
#pricing .prize {
background-color: #fff;
width: 80px;
height: 80px;
margin: 0 auto;
color: #2C3E50;
border-radius: 50%;
font-size: 25px;
font-weight: bold;
padding-top: 22px;
display:none;
}
#pricing ul {
padding: 20px 0;
margin: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
#pricing ul li {
color: #2C3E50;
padding: 5px 0;
font-size: 16px;
}
#pricing .btn-wrapper {
background-color: #e0e0e0;
padding: 15px 0;
border-radius: 0 0 5px 5px;
}
#pricing .btn {
padding: 7px 30px;
}
.btn-primary {
background-color: #ED5A64;
border-color: #DB4F58;
}
