/* dark-blue.css */
.pt-container{
    margin:auto;
    text-align: left;    
}

.pricing-table {
    margin: 10px auto;
    padding: 0px 0px;
    display: inline-block;
}

.pricing-table .feature-names{
    width: auto;
    background: rgb(252, 252, 252);
    float: left;
	margin-top: 80px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
/* Single plan */
.pricing-table .plan {
    width: auto; 
    position:relative;
    float: left;
    overflow:hidden;
    -webkit-transition: all .3s ease-out; 
    -moz-transition: all .3s ease-out; 
    -o-transition: all .3s ease-out; 
    transition: all .3s ease-out;
}

/* Make rounded corners */
.pricing-table .plan:nth-child(2){
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.pricing-table .plan:last-child{
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}


/* Style plan name field */
.pricing-table .top-name {
    width: 180px; height: 30px;
    overflow:  visible;
}

/* Rounded corners */
.pricing-table .plan:nth-child(2) .top-name{
    -webkit-border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
}

.pricing-table .plan:last-child .top-name{
    -webkit-border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px;
    border-radius: 0px 5px 0px 0px;
}

/* Style plan name text */
.pricing-table .top-name h2 {
    text-align: center;
    font: 500 18px/31px Helvetica, Verdana, sans-serif;
    font-weight:bold;
    margin: 0px;
}

/* Style price field */
.pricing-table .top-price {
    width: 120px; height: 80px;
    text-align: center;
}

/* Vertically aligns text in div*/

.pricing-table .top-price .wrapper{
    display: table-cell;
    width: 120px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    margin:auto;

}
/* Style price text */
.pricing-table h1 {
    text-align: center;
    font: bold 40px/40px Helvetica, Verdana, sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: initial;
}

.pricing-table h1 sup {
    font-size: 16px;
}

.pricing-table .cents {
    font-size: 20px;
    text-decoration:underline;
    vertical-align: top;
}

.pricing-table p {
    text-align: center;
    font: 600 14px Helvetica, Verdana, sans-serif;
    margin-left: 7px;
    margin: 0px 0px 10px 7px;
}

/* Style features fields */
.pricing-table .features {
    list-style-type: none;
    font: 300 18px/20px Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: rgb(70, 70, 70);
    text-shadow: 2px 2px rgba(255,255,255,0.3);
}
.pricing-table .plan:nth-child(2) .features{
    box-shadow: -12px 0px 30px -18px rgb(60, 60, 60);
}
.pricing-table .features li {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #fff;
	border-left:0px;
	border-right:0px;
    text-align: center;
    padding: 10px 15px 10px 15px;
	margin:0px;
	background-image: none;
	min-height: 20px;
}




.pricing-table .features-1 {
    list-style-type: none;
    font: 300 18px/20px Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
	color: rgb(70, 70, 70);
    text-shadow: 2px 2px rgba(255,255,255,0.3);
}




.pricing-table .features-2 {
    list-style-type: none;
    font: 300 18px/20px Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
	color: rgb(70, 70, 70);
    text-shadow: 2px 2px rgba(255,255,255,0.3);
}

.pricing-table .plan:nth-child(2) .features-2{
    box-shadow: -12px 0px 30px -18px rgb(60, 60, 60);
}
.pricing-table .features-2 li {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #fff;
	border-left:0px;
	border-right:0px;
    text-align: left;
    padding: 10px 15px 10px 15px;
	margin:0px;
	background-image: none;
	min-height: 20px;
}







.pricing-table .plan:nth-child(2) .features-1{
    box-shadow: -12px 0px 30px -18px rgb(60, 60, 60);
}
.pricing-table .features-1 li {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #fff;
	border-left:0px;
	border-right:0px;
    text-align: left;
    padding: 10px 15px 10px 15px;
	margin:0px;
	background-image: none;
	min-height: 20px;
}













.pricing-table .features .yes {
    background-image:url('../images/accept.png')!important;
    background-repeat:no-repeat!important;
    background-position:50% 50%!important; 
    padding: 20px 15px 20px 15px!important;
    -webkit-backface-visibility: hidden;
}

.pricing-table .features .no {
    background-image:url('../images/cancel.png')!important;
    background-repeat:no-repeat!important;
    background-position:50% 50%!important; 
    padding: 20px 15px 20px 15px!important;
    -webkit-backface-visibility: hidden;
}

.pricing-table .feature-names .features li:first-child{
    -webkit-border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
}

.pricing-table .feature-names .features li:last-child{
    -webkit-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
}

.pricing-table .features .even {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #fff;
    background: rgb(247, 247, 247) border-box;
    text-align: center;
}

.pricing-table .features strong {
    font-weight: bold;
}

/* Style featured plan (make bigger, add shadow and rounded corners) */
.pricing-table .featured {
    -webkit-transform: scale(1.10, 1.10);
    -moz-transform: scale(1.10, 1.10);
    -o-transform: scale(1.10, 1.10);
    -ms-transform: scale(1.10, 1.10);
    transform: scale(1.10, 1.10);
    -webkit-box-shadow: 2px 2px 9px rgb(60, 60, 60);
    -moz-box-shadow: 2px 2px 9px rgb(60, 60, 60);
    box-shadow: 2px 2px 9px rgb(60, 60, 60);
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    z-index:100;
}

/* Rounded corners for featured */
.pricing-table .featured .top-name{
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

/* The button */

.pricing-table .button-container{
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.pricing-table .button {
    padding: 8px 20px;
    text-decoration: none;
    display:inline-block;
    text-align: center;
    text-shadow: 1px 2px 1px rgb(43, 43, 43);
    font: 900 14px Helvetica, Verdana, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #003e5c;
}


/* animation */
.pricing-table.hoverable .plan:hover {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    -webkit-box-shadow: 2px 2px 9px rgb(60, 60, 60);
    -moz-box-shadow: 2px 2px 9px rgb(60, 60, 60);
    box-shadow: 2px 2px 9px rgb(60, 60, 60);
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    z-index:100;
}

/* Smartphones (portrait and landscape) */ 
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .pt-container{
        width:100%;
        overflow:hidden;
    }
    .pricing-table {
        margin:0 auto;
        display: inline-block;
        position:relative;
        width:94%;
        height:auto;
        border: 2% solid rgb(230, 230, 230);
    }
    .pricing-table .plans {
        clear:both;
        display:block;
        position:relative;
        overflow:hidden; 
        text-align:center;
        width:94%;
        height:auto;
        border: 2% solid rgb(230, 230, 230);
    }
    .pricing-table .plan {
        clear:both;
        width:100%;
        display:block;
        position:relative;
        overflow:hidden; 
        text-align:center;
    }
    .pricing-table .plan.first,.pricing-table .plan.second,.pricing-table .plan.third,.pricing-table .plan.fourth{
        left:0;
    }
    .pricing-table .top-name,.pricing-table .top-price,.pricing-table .top-price .wrapper{
        width:100%;
    }
}


/*Reduce for better readability on smaller devices */
@media (max-width: 800px) {
    .pt-container{
        width:100%;
        overflow:hidden;
    }
    .pricing-table {
        margin:0 auto;
        display: inline-block;
        position:relative;
        width:85%;
        height:auto;
    }
    .pricing-table .plans {
        clear:both;
        display:block;
        position:relative;
        overflow:hidden; 
        text-align:center;
        width:94%;
        height:auto;
    }
    .pricing-table .plan,.pricing-table .plan:nth-child(2),.pricing-table .plan:last-child,.pricing-table .feature-names{
        clear:both;
        width:100%;
        display:block;
        position:relative;
        overflow:hidden; 
        text-align:center;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }
    .pricing-table .plan.first,.pricing-table .plan.second,.pricing-table .plan.third,.pricing-table .plan.fourth{
        left:0;
    }
    .pricing-table .top-name,.pricing-table .top-price,.pricing-table .top-price .wrapper{
        width:100%;
    }
}
@media (max-width: 650px) {
    .pt-container{
        width:100%;
        overflow:hidden;
    }
    .pricing-table {
        margin:0 auto;
        display: inline-block;
        position:relative;
        width:85%;
        height:auto;
    }
    .pricing-table .plans {
        clear:both;
        display:block;
        position:relative;
        overflow:hidden; 
        text-align:center;
        width:94%;
        height:auto;
    }
    .pricing-table .plan,.pricing-table .plan:nth-child(2),.pricing-table .plan:last-child,.pricing-table .feature-names{
        clear:both;
        width:100%;
        display:block;
        position:relative;
        overflow:hidden; 
        text-align:center;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }
    .pricing-table .plan.first,.pricing-table .plan.second,.pricing-table .plan.third,.pricing-table .plan.fourth{
        left:0;
    }
    .pricing-table .top-name,.pricing-table .top-price,.pricing-table .top-price .wrapper{
        width:100%;
    }
}
@media (max-width: 450px) {
    .pt-container{
        width:100%;
        overflow:hidden;
    }
    .pricing-table {
        margin:0 auto;
        display: inline-block;
        position:relative;
        width:85%;
        height:auto;
    }
    .pricing-table .plans {
        clear:both;
        display:block;
        position:relative;
        overflow:hidden; 
        text-align:center;
        width:100%;
        height:auto;
    }
    .pricing-table .plan,.pricing-table .plan:nth-child(2),.pricing-table .plan:last-child,.pricing-table .feature-names{
        clear:both;
        width:100%;
        display:block;
        position:relative;
        overflow:hidden; 
        text-align:center;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }
    .pricing-table .plan.first,.pricing-table .plan.second,.pricing-table .plan.third,.pricing-table .plan.fourth{
        left:0;
    }
    .pricing-table .top-name,.pricing-table .top-price,.pricing-table .top-price .wrapper{
        width:100%;
    }
}