﻿.table-price
{
    position: relative;
    border: 1px solid #b7b7b7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    margin-top: 80px;
    padding-bottom: 15px;
} 
.table-price h2
{
    color: #fff;
    font-size: 26px;
    text-transform: uppercase; 
    line-height: 64px;
    padding: 0 30px;
    background-color: #0072c6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: -32px;
    margin: 0;
}
.table-price .wrap-price h3 {
    text-align: center;
    color: #0072c6;
    font-size: 30px; 
    text-transform: uppercase;
    margin-top: 0;font-weight:bold;
}
.table-price .viva-basic .wrap-price p {
    color: #111; font-weight:bold;
}
.table-price .wrap-price p {
    text-align: center;
    color: #0072c6;
    font-size: 21px; 
    margin-bottom: 30px; font-weight:bold;
}
.table-price .wrap-price p span {
    font-size: 36px;
}
.table-price .viva-basic
{
    border-right: 1px dashed #b7b7b7;
}
.table-price .wrap-price ul {
    padding: 0 20px;
    overflow: hidden;
    clear: both;
    text-align: left;
}
.table-price .wrap-price ul li:first-child {
    border-top: none;
}
.table-price .wrap-price ul li {
    position: relative;
    border-bottom: 1px solid #e2dfdf;
    margin-left: 30px;
    line-height: 34px;
    width: 40%;
    float: left;
    list-style:none;
}
.table-price .wrap-price ul li.true::after {
    content: "\2713";
    color: #0072c6;
    font-weight:bold;font-size:20px;
}
.table-price .wrap-price ul li::after {
    font-family: FontAwesome;
    position: absolute;
    _0bottom: 0;_0top:0%;
    left: -35px; 
}
.table-price .wrap-price ul li.false {
    border-bottom: 1px solid #e2dfdf;
    color: #666;
}
.table-price .wrap-price ul li.false::after {
    content: "\274C";
    color: #dd442c;font-size:16px;
}
.table-price .wrap-price ul li:nth-of-type(2n) {
    float: right;
}
.table-price .wrap-price .register {
    margin: 45px 0 10px 0;
}
.extra-functions
{
    padding: 30px 10px 40px 10px;
    display: table;
    width: 100%;
} 
.extra-functions h2
{
    text-align: center;
    margin-bottom: 15px;
    font-size: 26px;
    text-transform: uppercase;
}
.extra-functions h3
{
    text-align: center;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight:bold;
    color:#dd442c;
    padding:16px 0px 6px 30px;
    text-transform:uppercase;
}
.extra-functions h3 a{ color:red;
}
.extra-functions ul li {
    list-style:none;
    float:left;
    width:50%;
    font-size:14px;
}
.extra-functions ul li {
    padding: 6px 0px 6px 30px;
}     
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color:#000;
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border:solid 1px #0072c6;
}
.styled-checkbox:hover + label:before {
    background: #0072c6;
}
.styled-checkbox:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #0072c6;
}
.styled-checkbox:checked + label {
    color: #0072c6;font-weight:bold;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
} 
.centered {
    width: 300px;
    margin: auto;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-weight:bold;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0072c6;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.div-center{margin:0 auto; text-align:center;padding:20px;}
.div-center h4{font-size:14px;}
.div-center h4 a{color:red;}
@media all and (max-width:800px){.table-price .l-6{width:100%; } }
@media all and (max-width:768px)
{ 
    .table-price .viva-basic
    {
        border: none;
        margin-bottom: 25px; 
    }
    .table-price .wrap-price
    {
        border: none;
        padding: 0 15px;
    } 
}
@media all and (max-width:480px)
{ 
    .table-price .wrap-price ul{padding:inherit; }
    .table-price .wrap-price ul li {
        width: 89%;
        float: none;
    }
    .extra-functions h2{font-size:20px;text-align:left; }
    .extra-functions h3{font-size:18px; padding: 16px 0px 6px 6px;}
    .extra-functions ul li {
    list-style:none; 
    width:90%;
    padding:6px;
    }
}