.fw-divider-space {
clear: both;
width: 100%;
}
.fw-divider-space.space-sm {
height: 30px;
}
.fw-divider-space.space-md {
height: 60px;
}
.fw-divider-space.space-lg {
height: 100px;
} .fw-divider-line {
clear: both;
position: relative;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}.fw-iconbox {
padding: 30px 0;
}
.fw-iconbox .fw-iconbox-title h3 {
margin-top: 0;
font-size: 23px;
font-weight: bold;
}
.fw-iconbox .fw-iconbox-text {
padding-bottom: 10px;
}
.fw-iconbox .fw-iconbox-text p:last-child {
margin-bottom: 0;
} .fw-iconbox-1 {
text-align: center;
}
.fw-iconbox-1 .fw-iconbox-image {
width: 56px;
font-size: 28px;
line-height: 28px;
margin-right: auto;
margin-left: auto;
color: #5bcc92;
border-radius: 5px;
}
.fw-iconbox-1 .fw-iconbox-image img {
border-radius: 5px;
}
.fw-iconbox-1 .fw-iconbox-title h3 {
margin-top: 0.6em;
}
.fw-iconbox-1.bg-on .fw-iconbox-image {
width: 56px;
height: 56px;
line-height: 56px;
background-color: #5bcc92;
color: #fff;
}
.fw-iconbox-1.icon-circle .fw-iconbox-image {
border-radius: 50%;
}
.fw-iconbox-1.icon-circle .fw-iconbox-image img {
border-radius: 50%;
} .fw-iconbox-2 {
text-align: left;
}
.fw-iconbox-2 .fw-iconbox-image {
float: left;
width: 28px;
font-size: 28px;
line-height: 28px;
color: #5bcc92;
border-radius: 5px;
text-align: left;
}
.fw-iconbox-2 .fw-iconbox-image img {
border-radius: 5px;
}
.fw-iconbox-2 .fw-iconbox-aside {
margin-left: 43px;
}
.fw-iconbox-2.bg-on .fw-iconbox-title h3,
.fw-iconbox-2.fw-iconbox-image-type .fw-iconbox-title h3 {
margin-top: 14px;
}
.fw-iconbox-2.bg-on .fw-iconbox-image {
width: 56px;
height: 56px;
line-height: 56px;
background-color: #5bcc92;
color: #fff;
text-align: center;
}
.fw-iconbox-2.icon-circle .fw-iconbox-image {
border-radius: 50%;
}
.fw-iconbox-2.icon-circle .fw-iconbox-image img {
border-radius: 50%;
} .fw-iconbox-3 {
text-align: left;
}
.fw-iconbox-3 .fw-iconbox-image {
float: left;
width: 56px;
font-size: 28px;
color: #5bcc92;
border-radius: 5px;
line-height: 28px;
}
.fw-iconbox-3 .fw-iconbox-image img {
border-radius: 5px;
}
.fw-iconbox-3.fw-iconbox-image-type .fw-iconbox-image {
margin-right: 15px;
}
.fw-iconbox-3 .fw-iconbox-aside {
display: inline;
}
.fw-iconbox-3.bg-on .fw-iconbox-title h3,
.fw-iconbox-3.fw-iconbox-image-type .fw-iconbox-title h3 {
margin-top: 14px;
}
.fw-iconbox-3.bg-on .fw-iconbox-image {
width: 56px;
height: 56px;
line-height: 56px;
background-color: #5bcc92;
color: #fff;
text-align: center;
margin-right: 15px;
}
.fw-iconbox-3.fw-icon-right .fw-iconbox-image {
float: right;
margin-right: 0;
margin-left: 15px;
}
.fw-iconbox-3 .fw-iconbox-text {
clear: both;
padding-top: 10px;
}
.fw-iconbox-3.icon-circle .fw-iconbox-image {
border-radius: 50%;
}
.fw-iconbox-3.icon-circle .fw-iconbox-image img {
border-radius: 50%;
}.fw-tabs-container .fw-tabs ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.fw-tabs-container .fw-tabs ul:before,
.fw-tabs-container .fw-tabs ul:after {
content: " ";
display: table;
}
.fw-tabs-container .fw-tabs ul:after {
clear: both;
}
.fw-tabs-container .fw-tabs ul:before,
.fw-tabs-container .fw-tabs ul:after {
content: " ";
display: table;
}
.fw-tabs-container .fw-tabs ul:after {
clear: both;
}
.fw-tabs-container .fw-tabs ul li {
background: none repeat scroll 0 0 #f2f2f2;
border: 1px solid #cfcfcf;
border-left: 0;
display: inline-block;
float: left;
}
.fw-tabs-container .fw-tabs ul li:first-child {
border-left: 1px solid #cfcfcf;
}
.fw-tabs-container .fw-tabs ul li a {
color: #333333;
display: block;
font-size: 15px;
padding: 7px 25px;
text-decoration: none;
border-bottom: none;
box-shadow: none;
}
.fw-tabs-container .fw-tabs ul li a:focus {
outline: medium none;
}
.fw-tabs-container .fw-tabs ul li.ui-state-active {
background: none repeat scroll 0 0 #fff;
border-bottom-color: #fff;
}
.fw-tabs-container .fw-tabs ul li.ui-state-active a {
color: #000000;
}
.fw-tabs-container.tabs-justified .fw-tabs ul li {
float: none;
display: table-cell;
width: 1%;
text-align: center;
}
.fw-tabs-container.tabs-justified .fw-tab-content {
border-top: 0px;
}
.fw-tabs-container .fw-tab-content {
border: 1px solid #cfcfcf;
display: none;
margin-top: -1px;
padding: 20px 30px;
}
.fw-tabs-container.ui-tabs .fw-tab-content {
display: block;
}
.fw-tabs-container.ui-tabs .fw-tab-content.ui-tabs-hide {
display: none;
}
.fw-tabs-container .fw-tab-content img {
float: left;
margin: 5px 20px 5px 0;
}
.fw-tabs-container .fw-tab-content p:last-child {
margin-bottom: 0;
}