.clearFix:before,
.clearFix:after {
    content: '';
    display: table;
}
.clearFix:after {
    clear: both;
}

ul.clist {
    list-style: none;
    margin-left: 0;
    padding-left: 5em;
    text-indent: -2em;
}
@media (max-width: 749px) {
    ul.clist {
        padding-left: 3em;
    }
}
ul.clist li:before {
    content: "-";
    padding-right: 23px;
}
ul.clist li{
    margin-bottom: 0rem;
}
ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 20px 0 0 0;
}
ul.menu li {
    display: inline;
    margin: 0 20px 0 0;
}
ul.menu li.selected {
    color: #dad9d8;
}

p.threeDots {
    font-size: 2em;
    color: #1EAEDB !important;
    padding: 0 0 1em 0;
    font-weight: bolder;
}
.center {
    text-align: center;
}
.menu a {
    text-decoration: none;
    color: #ffffff;
}
.menu a:hover {
    color: #404040;
}
input[type="email"] {
    color: #4c4c4c;
}
/* Header - Menu */
section.header {
    background: #7b7a84;
    color: #ffffff;
    height: 100px;
}
@media (max-width: 939px) {
    section.header {
        height: 200px;
    }
}
/* Pricelist */
section.pricelist {
    background: #f1f1f1;
    padding: 50px 0 70px 0;
}
section.pricelist .blue {
    color: #3b95c9;
}
section.pricelist .priceInfoHolder {
    margin: 0 auto;
    text-align: center;
    max-width: 870px;
}
@media (max-width: 1102px) {
    section.pricelist .priceInfoHolder {
        max-width: 580px;
    }
}
@media (max-width: 1102px) {
    section.pricelist .priceInfoHolder {
        max-width: 580px;
    }
}
@media (max-width: 739px) {
    section.pricelist .priceInfoHolder {
        max-width: 290px;
    }
}
section.pricelist .priceInfo {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    width: 250px;
    height: 810px;
    margin: 20px;
    float: left;
    margin-bottom: 50px;
}
section.pricelist .priceInfo .price {
    position: relative;
    width: 200px;
    height: 80px;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 35px;
    cursor: pointer;
}
section.pricelist .priceInfo .price.fullGreen {
    background: #56b162;
    color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.pricelist .priceInfo .price.hollowGreen {
    background: #ffffff;
    color: #56b162;
    border: 1px solid #56b162;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.pricelist .priceInfo .price .from {
    position: absolute;
    right: 21px;
    top: 15px;
    font-size: 12px;
}
section.pricelist .priceInfo .price p:nth-child(2) {
    position: absolute;
    line-height: 35px;
    top: 24px;
    width: 200px;
}
section.pricelist .priceInfo .price p:nth-child(2) * {
    vertical-align: middle;
}
section.pricelist .priceInfo .price .number {
    font-size: 30px;
    font-weight: 900;
}
section.pricelist .priceInfo .price .slash {
    font-size: 40px;
}
section.pricelist .priceInfo .price .month {
    font-size: 20px;
}
section.pricelist .priceInfo .explain {
    width: 210px;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
}
section.pricelist .priceInfo .explain .title {
    font-size: 18px;
    line-height: 23px;
}
section.pricelist .priceInfo .explain ul {
    list-style: disc;
    text-indent: 0px;
    margin-left: 20px;
}
section.pricelist .priceInfo a p {
    font-weight: bold;
    text-decoration: underline;
    line-height: 20px;
    vertical-align: middle;
    font-size: 18px;
}
section.pricelist .priceInfo a img {
    vertical-align: middle;
    margin: 0 5px;
}
section.pricelist .priceInfo h5 {
    color: #3b95c9;
    margin-bottom: 10px;
    margin-top: 30px;
}
section.pricelist .priceInfo p.threeDots {
    font-size: 1.5em;
    color: #000000 !important;
    padding: 0 0 10px 0;
    line-height: 0;
}
section.pricelist .priceInfo .toBottom {
    position: absolute;
    bottom: -10px;
    width: 200px;
    left: 25px;
    cursor: pointer;
}
section.pricelist .priceInfo .payment {
    position: absolute;
    bottom: -55px;
    left: 60px;
    font-size: 12px;
}
/* Introduction */
section.introduction {
    background-image: url('../images/introBg.jpg');
    background-size: cover;
    color: #fff;
}
@media (min-width: 940px) {
    section .row.menu .six.columns:last-of-type ul {
        float: right;
    }
}
@media (max-width: 939px) {
    section .row.menu .six.columns {
        width: 100%;
    }
}
.introduction .slide {
    padding: 0 90px;
    margin-top: 20rem;
    height: 620px;
}
@media (max-width: 739px) {
    section .row.slide .two-thirds.column {
        width: 100%;
}
    .introduction .slide {
        padding: 0 20px;
    }
}
.introduction .slide.second {
    display: none;
}
.circles {
    position: absolute;
    bottom: 40px;
}
.circle {
    float: left;
    border-radius: 50%;
    margin: 5px;
}
.fullCircle {
    background: #ffffff;
    width: 10px;
    height: 10px;
}
.emptyCircle {
    border: 1px solid #ffffff;
    width: 8px;
    height: 8px;
}


/* Testimonials */
section.testimonial {
    background: #FFFFFF;
    color: #535353;
}
section.testimonial .row {
    padding: 3.5rem 20px;
}
section.testimonial .words {
    font-style: italic;
    font-size: 1.4rem;
}
section.testimonial .person {
    color: #55b164;
    font-size: 2rem;
}
section.testimonial .company {
    font-size: 1.4rem;
}
section.testimonial .person, section.testimonial .company {
    margin-bottom: 0;
}

/* Intermezzo */
section.intermezzo {
    background: #FFFFFF;
    color: #535353;
    padding: 70px 20px;
}
section.intermezzo a {
    text-decoration: none;
}

/* Headlines */
section.headline {
    background-size: cover;
    color: #fff;
    padding: 18rem 5rem;
}
section.headline.bg1 {
    background-image: url('../images/headingBg1.jpg');
}
section.headline.bg2 {
    background-image: url('../images/headingBg2.jpg');
}
@media (min-width: 750px) {
    section.headline h1 {
        max-width: 70%;
        margin: 0 auto;
    }
}


/* Information */
section.information {
    background: #f1f1f1;
    padding: 8rem 5rem;
    color: #535353;
}
@media (min-width: 750px) {
    section.information h2, section.information h5, section.information ul, section.information p {
        max-width: 70%;
        margin: 0 auto;
        color: #535353;
    }
}
section.information h5 {
    margin-top: 40px;
}


/* Trustees */
section.trustees {
    padding: 8rem 5rem;
}
@media (min-width: 750px) {
    section.trustees h2 {
        max-width: 70%;
        margin: 0 auto;
    }
}
section.trustees h2 {
    color: #535353;
}

/* Newsletter */
section.newsletter {
    background: #817f8a;
    color: #FFFFFF;
}
section.newsletter .row {
    padding: 3rem 0;
    line-height: 5rem;
}

section.newsletter .row p {
    margin-bottom: 0;
    font-size: 1.5rem;
}
@media (max-width: 850px) {
    section.newsletter .six.columns.wform {
        width: 100%;
    }
}

/* Footer */
/*body > section.footer > div > div*/
section.footer > .container > .row {
    padding: 2rem 0 3rem 0;
}
section.footer ul {
    padding: 0;
}
section.footer .follow ul {
    margin-top: 10px;
}
@media (min-width: 851px) {
    section.footer .follow {
        padding-left: 4rem;
    }
}
@media (min-width: 950px) {
    section.footer .follow {
        padding-left: 6rem;
    }
}
section.footer .follow ul li {
    margin-right: 7px;
}
section.footer p {
    color: #666666;
    margin: 0;
}
section.footer p.underLogo {
    font-style: italic;
    letter-spacing: 0.3rem;
    font-size: 1.3rem;
    min-width: 350px;
    margin-bottom: 2rem;
}

/* Order Form */
.orderForm, .orderFormSuccess {
    display: none;
    position: absolute;
    top: 15%;
    left: 50%;
    width: 350px;
    margin-left: -200px;
    padding: 50px;
    background: #7b7a84;
    border-radius: 10px;
}
.orderForm h3, .orderForm label, .orderFormSuccess h3 {
    color: #ffffff;
}
@media (max-width: 739px) {
    .orderForm, .orderFormSuccess {
        width: 320px;
        margin-left: -180px;
        padding: 20px;
    }
}
@media (max-width: 939px) {
    .orderForm, .orderFormSuccess {
        top: 25%;
    }
}
.orderForm .btnCancel, .orderFormSuccess .btnCancel {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
}
.orderForm .errorMsg {
    color: #7e0000;
    font-style: italic;
    font-size: 12px;
    margin: -12px 0 15px 0;
}
.orderForm .error {
    border: 1px solid #7e0000;
}

/* More About package */
.more {
    display: none;
    position: absolute;
    top: 15%;
    left: 50%;
    width: 550px;
    margin-left: -300px;
    padding: 50px;
    padding-bottom: 20px;
    background: #7b7a84;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
}
@media (max-width: 739px) {
    .more {
        width: 320px;
        margin-left: -180px;
        padding: 20px;
    }
}
@media (max-width: 939px) {
    .more {
        top: 25%;
    }
}
.more .threeDots {
    color: #ffffff !important;
    line-height: 10px;
    padding: 0 0 20px 0;
    margin: 0;
}
.more p {
    margin: 0;
}
.more p:last-of-type {
    margin-bottom: 35px;
}
.more .closeBtn.topRight {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
.more .moreText {
    text-align: left;
    padding: 10px 0;
}
.more .detail {
    font-size: 12px;
    font-style: italic;
    text-align: left;
    padding-top: 35px;
}