
/*!
PRICING TABLES
*/.price-plan {
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.price-plan .plan-title {
    font-size: 50px;
    font-weight: 300;
}
.price-plan .plan-wrapper {
    display: table;
}
.price-plan .price {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    text-align: right;
    position: relative;
}
.price-plan .price .price-wrapper .price-value {
    font-size: 110px;
    line-height: 110px;
    font-weight: 300;
}
.price-plan .price .price-wrapper .price-symbol {
    font-size: 40px;
    color: #9D9D9D;
    position: relative;
    top: -55px;
    font-family: "lato", arial;
}
.price-plan .price .price-description {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #AFAFAF;
}
.price-plan .plan-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 2rem;
}
.price-plan .plan-info .plan-features-txt {
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    padding-left: 1rem;
    font-size: 1rem;
    color: #6E6E6E;
}
.price-plan .plan-info .plan-features-list {
    color: #6E6E6E;
    font-size: 1.1rem;
}
.price-plan .plan-info .plan-features-list ul {
    padding-left: 0;
}
.price-plan .plan-info .plan-features-list li {
    list-style: none;
    line-height: 2.7rem;
    font-size: 1rem;
    padding: 0 1rem;
}
.price-plan .plan-info .plan-features-list li i {
    color: rgba(0, 0, 0, .5);
    padding-right: .8rem;
    font-size: .9rem;
}
.price-plan .plan-info .plan-features-list .not-included {
    color: #CFCFCF;
}
.price-plan .plan-info .btn {
    margin-top: 1rem;
    font-weight: 400;
    font-size: .95rem;
}
.price-plan .plan-btn {
    text-align: center;
    padding-top: 1rem;
}
.price-plan.plan-boxed {
    border: 2px solid #eaeaea;
    padding: 6px;
}
.price-plan.plan-boxed .plan-header {
    margin-bottom: .3rem;
    background: #eaeaea;
}
.price-plan.plan-boxed .plan-wrapper, .price-plan.plan-boxed .price {
    display: block;
    text-align: center;
    width: 100%}
.price-plan.plan-boxed .price {
    padding-bottom: 6px;
}
.price-plan.plan-boxed .price .price-wrapper .price-value {
    color: #373a3c;
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 4.5rem;
}
.price-plan.plan-boxed .plan-info {
    display: block;
    padding: 1rem 0;
    background: #eaeaea;
}
.price-plan.plan-boxed .plan-info .plan-features-txt {
    margin-top: 1rem;
    padding: 0 2rem;
}
.price-plan.plan-boxed .plan-info .plan-features-list li:nth-child(even) {
    background: rgba(0, 0, 0, .05);
}
.price-plan.plan-boxed .plan-title {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 1rem 1.5rem;
    color: rgba(0, 0, 0, .8);
}
.price-plan.plan-boxed .price-description, .price-plan.plan-boxed .price-wrapper {
    display: inline-block;
    font-weight: 600;
}
.price-plan.plan-boxed .price .price-wrapper .price-symbol {
    font-size: 1.5rem;
    top: -35px;
    font-weight: 400;
}
.plans-collapsed {
    border: 2px solid #3A3A3A;
    margin-bottom: 30px;
    padding: 3px;
}
.plans-collapsed [class*=col-] {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0!important;
}
.plans-collapsed .price-plan.plan-boxed, .plans-collapsed .price-plan.plan-dark.plan-boxed {
    border: none;
    margin-bottom: 0;
    padding: 3px;
}
.price-plan.plan-primary {
    border: 2px solid #E2785D;
}
.price-plan.plan-primary .plan-header, .price-plan.plan-primary .plan-info {
    background: #E2785D;
    color: #fff;
}
.price-plan.plan-primary .plan-info .plan-features-txt, .price-plan.plan-primary .price .price-description, .price-plan.plan-primary .price .price-wrapper .price-symbol {
    color: rgba(0, 0, 0, .5);
}
.price-plan.plan-primary .plan-info .plan-features-list, .price-plan.plan-primary .plan-title {
    color: #fff;
}
.price-plan.plan-dark.plan-boxed {
    border: 2px solid #3A3A3A;
}
.price-plan.plan-dark.plan-boxed .plan-header, .price-plan.plan-dark.plan-boxed .plan-info {
    background: #2C2C2C;
}
.price-plan.plan-dark.plan-boxed .plan-title {
    color: rgba(255, 255, 255, .8);
}
.price-plan.plan-dark .plan-info .plan-features-list li i {
    color: rgba(255, 255, 255, .5);
}
.price-plan.plan-dark .plan-info .plan-features-list, .price-plan.plan-dark .price .price-wrapper .price-value {
    color: #fff;
}
.price-plan.plan-dark .plan-title, .price-plan.plan-dark .price .price-description, .price-plan.plan-dark .price .price-wrapper .price-symbol {
    color: #888;
}
.price-plan.plan-dark .plan-info .plan-features-txt {
    color: #C9C9C9;
    padding-left: 1rem;
}
.price-plan.plan-dark .plan-info .plan-features-list .not-included {
    color: #919191;
}
.price-plan.plan-dark.plan-boxed .plan-info .plan-features-list li:nth-child(even) {
    background: rgba(255, 255, 255, .05);
}
.team .team-img figure.he-3, .team .team-img.chef-img figure {
    background: 0 0;
}
@media (max-width:600px) {
    .price-plan .price .price-wrapper .price-value {
    font-size: 60px;
    line-height: 60px;
}
.price-plan .price .price-wrapper .price-symbol {
    top: -20px;
}
.price-plan .plan-title {
    font-size: 30px;
}
.price-plan .plan-info, .price-plan .price {
    display: block;
    width: auto;
    text-align: center;
}
}/*!
TEAM
*/.section-team [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}
.team p {
    font-size: 1rem;
}
.team .team-img img {
    width: 100%}
.team .team-img figure.he-3 .img-back, .team .team-img figure.he-3 .img-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.team .team-info {
    text-align: center;
}
.team .team-info .team-name {
    padding-top: .2rem;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.team .team-info .team-job {
    font-family: Satisfy, 'lato', arial;
    font-size: 1.4rem;
    margin-top: .3rem;
    color: #949494;
    font-style: italic;
    padding-top: 0;
    padding-bottom: 1.3rem;
}
.team .team-info .team-social {
    padding-top: 1rem;
}
.team {
    position: relative;
    margin: auto;
}
.team .team-img {
    max-width: 450px;
    margin: auto;
}
.team figure img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team figure .img-back {
    position: absolute;
    width: 100%;
    top: 0;
}
.team figure .img-back, .team figure:hover .img-front {
    opacity: 0;
    visibility: hidden;
}
.team figure .img-front {
    opacity: 1;
    visibility: visible;
}
.team figure:hover .img-back {
    opacity: .6;
    visibility: visible;
}
.text-animate.type .words-wrapper.selected::after, .text-animate.type b {
    visibility: hidden;
}
.team.team-aside {
    position: relative;
    display: table;
    height: 100%;
    margin-bottom: -1px;
}
.team.team-aside .team-img, .team.team-aside .team-info {
    display: table-cell;
    width: 50%}
.team.team-aside .team-info {
    color: rgba(0, 0, 0, .6);
    height: 100%;
    vertical-align: top;
    padding: 1rem;
    overflow: hidden;
}
.team.team-aside .team-info .team-name {
    padding-top: 0;
}
.team.team-aside.team-left .team-info {
    text-align: left;
    padding-right: 1rem;
    position: relative;
}
.team.team-aside.team-right .team-info {
    text-align: right;
    padding-left: 1rem;
    position: relative;
}
.team.team-aside.team-right .team-social {
    left: auto;
    right: 1rem;
}
.team.team-aside .team-info .team-social {
    position: absolute;
    bottom: 0;
    left: 1rem;
}
.team.team-dark p {
    color: rgba(255, 255, 255, .8);
}
.section-dark .team, .team.team-dark {
    color: #fff;
}
.section-dark .team-info, .team.team-dark .team-info {
    color: rgba(255, 255, 255, .6);
}
.section-dark .team-info .team-name, .team.team-dark .team-info .team-name {
    color: #fff;
}
.section-dark .icon-line a, .team.team-dark .icon-line a {
    border: 1px solid #3C3C3C;
    color: #C9C9C9!important;
}
@media (max-width:550px) {
    .team .team-img {
    max-width: 550px;
}
.team.team-aside, .team.team-aside .team-img, .team.team-aside .team-info {
    display: block;
    width: 100%}
.team.team-aside .team-info .team-social {
    position: relative;
    display: block;
    float: right;
    margin-top: 1rem;
    margin-right: 1rem;
}
}