﻿@font-face {
    font-family: 'Archivo', sans-serif, Verdana, arial;
    src: url('../Bootstrap/ArchivoFonts/Archivo-Regular.eot');
    src: url('../Bootstrap/ArchivoFonts/Archivo-Regular.eot?#iefix') format('embedded-opentype'), url('../Bootstrap/ArchivoFonts/Archivo-Regular.woff2') format('woff2'), url('../Bootstrap/ArchivoFonts/Archivo-Regular.woff') format('woff'), url('../Bootstrap/ArchivoFonts/Archivo-Regular.ttf') format('truetype'), url('../Bootstrap/ArchivoFonts/Archivo-Regular.svg#Archivo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 

@font-face {
    font-family: 'Archivo', sans-serif, Verdana, arial;
    src: url('../Bootstrap/ArchivoFonts/Archivo-Medium.eot');
    src: url('../Bootstrap/ArchivoFonts/Archivo-Medium.eot?#iefix') format('embedded-opentype'), url('../Bootstrap/ArchivoFonts/Archivo-Medium.woff2') format('woff2'), url('../Bootstrap/ArchivoFonts/Archivo-Medium.woff') format('woff'), url('../Bootstrap/ArchivoFonts/Archivo-Medium.ttf') format('truetype'), url('../Bootstrap/ArchivoFonts/Archivo-Medium.svg#Archivo-Medium') format('svg');
    font-weight: 600;
    font-style: normal;
}


body {
    font-size: 20px;
}

html {
    font-size: 15px !important;
}

.pricing-header h1, h2, h3, h4, h5, h6 {
    color: none !important;
    line-height: normal;
    font-weight: 600;
    text-align: left;
    font-family: inherit;
}

.pricing-switcher .fieldset input[type="radio"] + label {
    position: relative !important;
    padding-left: 0px !important;
    line-height: 30px !important;
}

    .pricing-switcher .fieldset input[type="radio"] + label::before {
        top: 0px !important;
        left: 0 !important;
        width: 0px !important;
        height: 0px !important;
        border: 0px solid #ccc !important;
        background: #fff !important;
    }

    .pricing-switcher .fieldset input[type="radio"] + label::before, input[type="radio"] + label::after {
        content: none !important;
        position: absolute !important;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .pricing-switcher .fieldset input[type="radio"] + label::before {
        top: 0px !important;
        left: 0 !important;
        width: 0px !important;
        height: 0px !important;
        border: 0px solid #ccc !important;
        background: #fff !important;
    }



ul, li, footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    /*list-style: none;*/
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    text-decoration: none;
}

pricing-switcher {
    text-align: center;
}

.pricing-container {
    width: 100%;
    max-width: 1170px;
    margin: 0em auto;
    padding-bottom: 20px;
    /*margin-top: 60px;*/
}

    .pricing-container.full-width {
        width: 100%;
        max-width: none;
    }



.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    border: 2px solid #337ab7;
}

.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 31px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.1rem;
    /*color: #F05F40;*/
    margin-bottom: 0px;
    font-weight: bold;
}

.pricing-switcher .switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 31px;
    width: 90px;
    background-color: #337ab7;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
}

.no-js .pricing-switcher {
    display: none;
}

.pricing-list {
    margin: 2em 0 0;
}

    .pricing-list > li {
        position: relative;
        margin-bottom: 1em;
    }

@media only screen and (min-width: 768px) {
    .pricing-list {
        margin: 2em 30px 0;
    }

        .pricing-list:after {
            content: "";
            display: table;
            clear: both;
        }

        .pricing-list > li {
            width: 33.3333333333%;
            float: left;
            padding-left: 5px;
            padding-right: 5px;
        }

    .has-margins .pricing-list > li {
        width: 32.3333333333%;
        float: left;
        margin-right: 1.5%;
    }

        .has-margins .pricing-list > li:last-of-type {
            margin-right: 0;
        }
}

.pricing-wrapper {
    position: relative;
    border: 2px solid #f0f0f0;
}

.touch .pricing-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: rotate 0.5s;
    -moz-animation: rotate 0.5s;
    animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse 0.5s;
    -moz-animation: rotate-inverse 0.5s;
    animation: rotate-inverse 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: rotate-back 0.5s;
    -moz-animation: rotate-back 0.5s;
    animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse-back 0.5s;
    -moz-animation: rotate-inverse-back 0.5s;
    animation: rotate-inverse-back 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.pricing-wrapper > li {
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

    .pricing-wrapper > li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        pointer-events: none;
        background: -webkit-linear-gradient( right, #ffffff, rgba(255, 255, 255, 0));
        background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
    }

    .pricing-wrapper > li.is-ended::after {
        display: none;
    }

.pricing-wrapper .is-visible {
    position: relative;
    z-index: 5;
}

.pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
    z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
    .pricing-wrapper > li::before {
        content: '';
        position: absolute;
        z-index: 6;
        left: -1px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
    }

    .pricing-wrapper > li::after {
        display: none;
    }

    .exclusive .pricing-wrapper {
        border: 2px solid #337ab7;
    }

        .exclusive .pricing-wrapper > li {
            box-shadow: inset 0 0 0 0px #337ab7;
        }

    .has-margins .pricing-wrapper > li,
    .has-margins .exclusive .pricing-wrapper > li {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }

    :nth-of-type(1) > .pricing-wrapper > li::before {
        display: none;
    }

    .has-margins .pricing-wrapper > li {
        border-radius: 4px 4px 6px 6px;
    }

        .has-margins .pricing-wrapper > li::before {
            display: none;
        }
}

@media only screen and (min-width: 1500px) {
    .full-width .pricing-wrapper > li {
        padding: 2.5em 0;
    }
}

.no-js .pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}

@media only screen and (min-width: 768px) {
    .exclusive .pricing-wrapper > li::before {
        display: none;
    }

    .exclusive + li .pricing-wrapper > li::before {
        display: none;
    }
}

.pricing-header h2 {
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    text-align: center;
}

.pricing-header {
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.exclusive .pricing-header {
    color: #337ab7;
    background-color: transparent;
}

.pricing-header h2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
}

.price {
    min-height: 60px;
    line-height: 1;
}

.currency {
    font-size: 3rem;
    font-weight: 300;
}

.duration {
    font-weight: 100;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-top: 10px;
}

.pricing-desc {
    font-weight: 100;
    margin-top: 10px;
}

.exclusive .duration {
    /*color: #f3b6ab;*/
}

.value {
    font-size: 7rem;
    font-weight: 300;
}

.currency,
.duration {
    color: #337ab7;
}

.exclusive .currency,
.exclusive .duration {
    color: #337ab7;
}

.currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

.duration {
    font-size: 1.4rem;
}

.pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
    overflow: hidden;
}

.pricing-body {
    overflow-x: visible;
    border-bottom: 1px solid #e5ded6;
    margin: 0px 20px;
    padding: 0px 0px 15px 0px;
    text-transform: uppercase;
    color: #777;
    line-height: 16px;
}

.pricing-features {
    width: auto;
    text-align: center;
    min-height: 150px;
}

    .pricing-features:after {
        content: "";
        display: table;
        clear: both;
    }

.has-margins li {
    margin: 0;
}

.pricing-footer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
}

.pricing-footer {
    position: relative;
    height: auto;
    padding: 0em 0;
    text-align: center;
    background-color: white;
    color: #337ab7;
    padding-bottom: 20px;
    margin-top: 0px;
    line-height: 1;
}

    .pricing-footer::after {
        display: none;
    }

.has-margins .pricing-footer {
    padding-bottom: 0;
}

/*.select {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}*/

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 0.3em 2em;
    color: #337ab7;
    border-radius: 8px;
    border: 2px solid #337ab7;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .6s;
    width: 85%;
}

.no-touch .select:hover {
    background-color: #337ab7;
    color: #ffffff;
}

.exclusive .select {
    background-color: #337ab7;
    color: #ffffff;
}

.no-touch .exclusive .select:hover {
    background-color: #337ab7;
}

.secondary-theme .exclusive .select {
    background-color: #F05F40;
}

.no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}

.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}

.RowLR-M-10 {
    margin: 0px 10px 0px 10px;
}

.RowLR-PD-10 {
    padding: 0px 10px 0px 10px;
}

.Row-PD-T-10 {
    padding-top: 10px;
}

.Row-PD-T-25 {
    padding-top: 25px;
}

.Row-PD-B-10 {
    padding-bottom: 10px;
}

.Row-PD-B-5 {
    padding-bottom: 5px;
}

.Row-PD-T-5 {
    padding-top: 5px;
}

.RowCountLabel {
    font-weight: 600;
    color: #000;
}

.FieldLabel {
    font-weight: bold;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}

@-moz-keyframes rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}
