﻿
.smallPrint {
    max-width: 550px;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}



/* Option choose control*/
ul.optionList {
    list-style: none;
    margin: 0 ;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.optionList li.option {
    margin: 0;
    padding: 0;
    display: inline-flex;
    background: #fff;
    margin-bottom: 35px;
    width: 250px;
    margin-left: 8px;
    margin-right: 8px;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 101px -27px rgba(0,0,0,0.54);
    -moz-box-shadow: 0 0 101px -27px rgba(0,0,0,0.54);
    box-shadow: 0 0 101px -27px rgba(0,0,0,0.54);
    border-radius: 5px;
    position: relative;
    max-width: 400px;
}
.optionWrap {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
}

ul.optionList li.option input[type=submit] {
    width: 92%;
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0 4%;
}
.optionWrap .price {
    display: inline-block;
    margin: 15px 0;
}
.optionWrap .price span.amount {
    font-size: 1.7rem;
    font-weight: 400;
}
.optionWrap .price span.frequency {
    text-align: right;
    display: block;
    margin-top: -8px;
    font-weight: 400;
    font-size: 1.2rem;
}
.optionWrap .price span.minTerm {
    font-size: 0.85rem;
    font-style: italic;
    line-height: 130%;
    text-align: right;
    display: block;
}
.optionWrap .price .vat {
    display: block;
    text-align: right;
    font-size: 0.85rem;
    font-style: italic;
    margin-top: -8px;
}
.optionWrap .altPrice, .optionWrap .trial {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 36px;
}
.optionWrap .altPrice div, .optionWrap .trial div {
    width: 100%;
    height: 36px;
    line-height: 26px;
    font-size: 0.9rem;
    font-weight: 400;
    position: absolute;
    z-index: 2;
    left: -4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing:content-box;
    padding: 0 2px;
    box-sizing: content-box;
    background: #f9dc72;
    border-right: 2px solid #efd266;
    border-left: 2px solid #efd266;
}
.optionWrap .trial div {
    line-height: 36px;
    background: #7df972;
    border-right: 2px solid #6fe764;
    border-left: 2px solid #6fe764;
    text-transform: uppercase;
    font-weight: 500;
}
.optionWrap .altPrice div sup {
    position: relative;
    top: 3px;
}
.optionWrap .quantity {
    padding-bottom: 15px;
}
.optionWrap .quantity select{
    padding: 8px 15px;
}

/* Summary */
.summary {
    background: #fff;
    text-align: center;
    padding: 25px;
    margin-top: 20px;
    border-radius: 3px;
}
.summary h2 {
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
.summary .twoCol {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 100px;
}
.summary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.summary ul li {
    text-align: left;
}
.summary .tick {
    display: inline-block;
    padding-right: 10px;
}

/* Country warning */
.countryWarning {
    background: #f9dc72;
    color: white;
    padding: 20px 50px !important;
    margin-bottom: 15px;
    border-radius: 4px;
}
.countryWarning p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 130%;
    color: #78672a;
}

/* Product icon */
.productIcon {
    background: #fff;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -42px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(32, 35, 38, 0.1), 0 6px 3px rgba(32, 35, 38, 0.4);
    width: 84px;
    height: 84px;
    overflow: hidden;
}
.productIcon img {
    display: block;
}

/* Basket */
table.basket tbody td {
    padding: 20px 0;
}
table.basket tbody tr td:first-child {
    position: relative;
    padding: 0;
}
table.basket tbody tr td:first-child .productIcon {
    top: 50%;
    margin-top: -42px;
}
table.basket div.remLink a {
    font-size: 0.9rem;
    font-weight: 400;
}
table.basket td.itemCol {
    padding-left: 70px;
    text-align: left;
}
table.basket td.itemCol a {
    display: block;
    font-weight: 400;
}
table.basket select {
    padding: 5px 15px;
}
table.basket .freeTrial {
    background: #7df972;
    font-weight: 400;
    padding: 2px 15px;
    font-size: 0.85rem;
    display: inline-block;
}

/* Removed item */
.removedItem {
    margin-bottom: 15px;
    background: #f9dc72;
    color: white;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
}
.removedItem p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 130%;
    color: #78672a;
    margin: 0;
    padding: 0;
}
.removedItem p a {
    font-weight: 400;
}


/* Header */
.headerImg {
    height: 556px;
    margin-bottom: -500px;
    background-position: bottom;
    background-size: cover;
}
.headerImgOverlay h1, .headerImgOverlay .preH1 {
    margin: 0 20px;
    padding: 0;
}
.headerImgOverlay {
    padding-top: 20px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-shadow: 0 3px 101px -7px rgba(0,0,0,0.39);
    -moz-box-shadow: 0 3px 101px -7px rgba(0,0,0,0.39);
    box-shadow: 0 3px 101px -7px rgba(0,0,0,0.39);
}
.allPlans {
    background: #48c340;
    margin-top: 20px;
    padding: 10px 30px;
}
.allPlans p {
    line-height: 130%;
    margin: 0;
    color: #fff;
    padding: 0;
}

/* Options */
.optionsWrapper {

}
.optionWrapper {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 70px 0 20px 0;
    max-width:320px;
    margin-bottom: 30px;
    vertical-align:top;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.optionWrapper.free {
    max-width: 280px; 
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.optionWrapper.free h2 {
    font-size: 1.3rem;
}
.optionWrapper.free p {
    font-size: 1rem;
    line-height: 140%;
}
.optionWrapper.personal {
    margin-top: 0;
    -webkit-box-shadow: 0 0 101px -27px rgba(0,0,0,0.54);
    -moz-box-shadow: 0 0 101px -27px rgba(0,0,0,0.54);
    box-shadow: 0 0 101px -27px rgba(0,0,0,0.54);
    z-index: 2;
    background: #f6f8fc;
}
.optionWrapper.education {
    border-left: 1px solid #efefef;
}
.optionWrapper .optionInner {
    text-align: left;
    padding: 0 30px;
}
.optionWrapper p {
    margin: 0;
    padding: 0;
}
.optionWrapper.education p {
    height: 123px;
    display: table-cell;
    vertical-align: middle;
}
.optionWrapper h2 {
    font-size: 1.7rem;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
}
.optionWrapper h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 1rem;
}
.optionWrapper a.bigButton {
    margin-top: 15px;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
}
.optionWrapper.free a.bigButton {
    background: #fff;
    color: #dc0d8a;
    border: 2px solid #dc0d8a;
    opacity: 0.6;
}
.optionWrapper.free a.bigButton:hover {
    background: #dc0d8a;
    color: #fff;
    opacity: 1;
}
.optionWrapper.personal a.bigButton {
    margin-top: 45px;
}

/* Is/isn't for '*/
.isIsntWrap {
    background: rgba(239, 239, 239, 0.3);
    padding-top: 10px;
    border-top: 1px solid rgba(239, 239, 239, 0.7);
    border-bottom: 1px solid rgba(239, 239, 239, 0.7);
    margin-top: 15px;
}
.isIsntWrap h4 {
    color: #888888;
    text-shadow: 1px 0 0 #fff;
}
.optionWrapper ul.isisnt {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    margin-top: -4px;
}
.optionWrapper ul.isisnt li {
    margin: 0;
    padding: 0;
    color: #888888;
    font-size: 1rem;
    line-height: 150%;
    vertical-align: middle;
}
.optionWrapper ul.isisnt li img {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 3px;
}
.optionWrapper ul.isisnt li  a {
    opacity: 0.7;
}
.optionWrapper ul.isisnt li a:hover {
    opacity: 1;
}

/* Currency */
.currWrapper {
    text-align: center;
}
.currWrapper h2 {
    margin: 0;
    margin-bottom: 1px;
    font-size: 1.3rem;
}
.currWrapper select {
    padding: 5px 10px;
}

/* Featured price */
.featuredPriceWrap {
    margin-bottom: 15px;
    margin-top: -8px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
span.featuredPrice {
    display: inline-block;
}
span.featuredPrice span.from {
    display: inline-block;
    color: #a0a0a0;
    font-size: 1.2rem;
    position: relative;
    top: -2px;
    margin-right: 3px;
    font-style: italic;
}
span.featuredPrice .amount {
    font-size: 1.5rem;
    display: inline-block;
}
span.featuredPrice span.interval {
    display: block;
    text-align: right;
    margin-top: -5px;
    color: #a0a0a0;
}

/* Benefits */
.optionWrapper .benefitsWrap h3 {
    margin-bottom: 5px;
    font-size: 1.3rem;
}
.optionWrapper ul.benefits {
    margin: 0;
    margin-left: 25px;
    padding: 0;
    line-height: 100%;
}
.optionWrapper ul.benefits li {
    line-height: 150%;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
.optionWrapper ul.benefits li a {
    font-weight: 500;
}

/* Feature comparison */
.featureTable {
    -webkit-box-shadow: 0 24px 30px -26px rgba(168,168,168,1);
    -moz-box-shadow: 0 24px 30px -26px rgba(168,168,168,1);
    box-shadow: 0 24px 30px -26px rgba(168,168,168,1);
}
.featureTable thead td {
    position: relative;
    padding-top: 56px;
    font-family: 'HalisR-Bold', 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    width: 120px;
}
.featureTable thead td .productIcon {
    width: 60px;
    height: 60px;
    padding: 6px;
    margin-left: -30px;
    z-index: 5;
}
.featureTable thead td:first-child {
    width: auto;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.featureTable thead td:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.featureTable tbody td {
    padding: 15px 3px;
    text-align:center !important;
    word-wrap: break-word;
}
.featureTable tbody tr.secHeader td {
    background: #ddeaf8 !important;
    font-family: 'HalisR-Bold', 'Roboto', Arial, sans-serif;
    font-size: 1.3rem;
    margin-right: -10px;
    -webkit-box-shadow: -6px 0 0 0 #d0e1f4;
    -moz-box-shadow: -6px 0 0 0 #d0e1f4;
    box-shadow: -6px 0 0 0 #d0e1f4;
    position: relative;
    padding-left: 55px !important;
}
.featureTable tbody tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.featureTable tbody td:last-child {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.featureTable tbody tr td:first-child {
    text-align: left !important;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    line-height: 120%;
}
.featureTable tbody tr td:first-child span {
    display: block;
    font-weight: 100;
    font-size: 1rem;
}
.featureTable tbody img {
    vertical-align: middle;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    background: #fff;
}
.featureTable tbody tr.secHeader img {
    border: 5px solid #d0e1f4;
    position: absolute;
    left: -25px;
    top: -5px;
    padding:5px;
}
.smallTxt {
    margin-top: 20px;
    color: #666;
    font-size: 0.9rem;
    line-height: 110%;
}
.featureTable tbody tr td span.excl {
    display: block;
    font-size: 0.85rem;
    line-height: 120%;
    margin-top: 5px;
    color: #999;
    padding-left: 15px;
    padding-right: 15px;
    font-style: italic;
}
.businessContent {
    background: rgba(242, 248, 255, 0.95);
    padding-top: 20px !important;
    border-radius: 5px;
}


@media (max-width: 430px) {
    .headerImgOverlay h1 {
        font-size:2.5rem;
    }
    .featureTable {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .featureTable tr.secHeader {
        display: none;
    }
    .featureTable tbody tr {
        -webkit-box-shadow: 0 24px 30px -26px rgba(168,168,168,1);
        -moz-box-shadow: 0 24px 30px -26px rgba(168,168,168,1);
        box-shadow: 0 24px 30px -26px rgba(168,168,168,1);
        border-radius: 5px;
    }
    .featureTable tbody tr td:nth-child(1) {
        padding: 15px !important;
        font-family: 'HalisR-Bold', 'Roboto', Arial, sans-serif;
        text-transform: uppercase;
        font-size: 1.3rem;
        background: #ddeaf8 !important;
    }
    .featureTable tbody tr td:nth-child(1) span {
        font-family: 'Roboto', Arial, sans-serif;
        text-transform: none;
        font-size: 1.1rem;
    }
    .featureTable tbody tr td:nth-child(2):before {
        content: 'Free Edition';
        display: inline-block;
        height: 47px;
        line-height: 47px;
    }
    .featureTable tbody tr td:nth-child(3):before {
        content: 'Paid Plans';
        font-family: 'Roboto', Arial, sans-serif;
        display: inline-block;
        height: 47px;
        line-height: 47px;
    }
}

@media (max-width: 1259px) {
    .optionWrapper.personal {
        padding-bottom: 20px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-top: 30px;
        background: #fff;
    }
    .optionWrapper {
        display: block;
        max-width: 500px !important;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #c4c4c4;
    }
    .optionWrapper.education {
        border-left-color:#c4c4c4;
    }
    .optionWrapper.personal a.bigButton {
        margin-top: 15px;
    }
    .optionWrapper.education p {
        height: auto;
        display: block;
    }
    .optionWrapper.free {
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media screen and (max-width: 430px) {
    .priceSummary table {
        display: table !important;
    }
    .priceSummary table tr {
        border: none;
        margin: 0;
        display: table-row;
    }
    .priceSummary table td {
        border: none;
        position: static;
        padding-left: 0 !important;
        display: table-cell !important;
    }
    .priceSummary table td:before {
        display: none;
    }
    .priceSummary table tbody {
        display: table-row-group;
    }
    .priceSummary table td, .priceSummary table td span {
        text-align: right !important;
    }
}

@media screen and (max-width: 500px) {
    .twoCol.form div {
        display: block;
    }
    .twoCol.form div.col {
        width: 100%;
        min-width: 100%;
        padding: 0 !important;
    }
    .twoCol.form div.col.lastName {
        margin-bottom: 10px;
    }
}



/* Addons */
ul.includedAddons {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	margin-bottom: 15px;
	border-radius: 3px;
	padding: 5px;
}
ul.includedAddons > li {
	margin: 0;
	padding: 0;
}
ul.includedAddons > li img {
	display: block;
}
ul.includedAddons > li .addon {
	display: flex;
	align-items: center;
}
ul.includedAddons > li .addon h3 {
	font-size: 1rem;
	margin: 0;
	padding: 0;
	line-height: 100% !important;
	font-weight: 500;
	font-family: 'Roboto', Arial, sans-serif;
}
ul.includedAddons > li .addon p {
	font-size: 1rem;
	margin: 0;
	padding: 0;
	line-height: 100% !important;
}
ul.includedAddons > li > .addon > div {
	flex: 1;
	line-height: 100% !important;
}
ul.includedAddons > li > .addon > div:first-child {
	min-width: 32px;
	max-width: 32px;
	flex: 0;
}
ul.includedAddons > li > .addon > div:nth-child(2) {
	flex: 50;
	padding-left: 10px;
}
ul.includedAddons .includedMark {
	font-size: 0.85rem;
	line-height: 100%;
}
ul.includedAddons a {
	font-size: 0.75rem;
	line-height: 100% !important;
	display: block;
	margin-top: 3px;
}

/* Checkout addon upsell */
ul.checkoutAddons {
	margin: 30px auto;
	padding: 0;
	list-style: none;
	max-width: 600px;
}
ul.checkoutAddons > li {
	margin: 0;
	padding: 0;
	display: flex;
	background: #f6f6f6;
	padding: 5px;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
}
ul.checkoutAddons > li > div {
	flex: 1;
}
ul.checkoutAddons > li > div:first-child {
	margin: 0;
	padding: 0;
	display: flex;
	background: #f6f6f6;
	min-width: 96px;
	max-width: 96px;
	margin-left: -15px;
}
ul.checkoutAddons > li > div:nth-child(2) {
	padding: 10px 0;
	padding-left: 15px;
	flex: 50;
}
ul.checkoutAddons > li > div:nth-child(3) {
	padding: 0 15px;
	min-width: 100px;
	text-align: center;
}
ul.checkoutAddons img {
	display: inline-block;
}
ul.checkoutAddons > li h2, ul.checkoutAddons > li p {
	margin: 0;
	padding: 0;
	line-height: 100%;
}
ul.checkoutAddons > li h2 {
	font-size: 1.35rem;
	margin-bottom: 5px;
    text-align: left !important;
}
ul.checkoutAddons > li p {
	font-size: 1.15rem;
	line-height: 120%;
}
ul.checkoutAddons .addonPrice {
	line-height: 100%;
	font-size: 0.85rem;
	margin-top: 8px;
	border-radius: 3px;
	font-weight: 500;
	font-style: italic;
	color: #666;
}
@media screen and (max-width: 600px) {
    ul.checkoutAddons > li {
        flex-wrap: wrap;
    }
    ul.checkoutAddons > li > div:first-child {
        min-width: 100%;
        padding-left: 20px;
    }
    ul.checkoutAddons > li > div:first-child img {
        width: 42px;
        margin-top: -10px;
        height: 42px;
    }
}
