
/* -------------------------------------------------------------------------------------------------------------- */
/* BEGIN - Web Packs - Page ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

/* ==================== 1.2 Typography ==================== */

ol,
ul {
    line-height: 25px;
    margin-bottom: 25px;
}

/*  ---------------------------------------
	01 GENERAL STYLING - Pricing Tables
    ---------------------------------------  */

.pricing_table {
    display: block;
    margin: 0 auto;
    font-family:Larsseit, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #313131;
    width:960px;
    -webkit-transition: font-size 0.2s;
    -moz-transition: font-size 0.2s;
    -o-transition: font-size 0.2s;
    -ms-transition: font-size 0.2s;
    transition: font-size 0.2s;
}
.pricing_table ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing_table ul li {
    margin: 0;
    width: 100%;
    height: 100%;
    height: 35px;
    padding: 5px 0;
    float: left;
    text-align: center;
    /* padding-left: 0px; */
}
.pricing_table ul li span.glyphicon {
    font-size: 1.2em;
    font-weight: bold;
    line-height: normal;
    color: #878F28;
}
.pricing_table ul li span.glyphicon-remove {
     color:#A92D2D;
}
div.price-table-legend {
    padding: 4rem 6rem;
}
div.price-table-legend p {
    font-family: Larsseit;
    color: #000;
    margin: 0;
    text-align: left;
    font-size: 1em;
}

/*  ---------------------------------------
	02 HEADERS - Pricing Tables
    ---------------------------------------  */

/* 02.1. Common styling - Pricing Tables */

.web-packs-price-table-title p {
    height: auto;
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    padding: 8px 25px;
    color: #ffffff;
    background-color: transparent;
    border: none;
    text-align: left;
    display: none;
}

.pricing_table li.pricing_header1 {
    height: auto;
    font-size: 2.5em;
    line-height: inherit;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
    font-family: Larsseit,Open Sans,sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: font-size 0.2s;
    -moz-transition: font-size 0.2s;
    -o-transition: font-size 0.2s;
    -ms-transition: font-size 0.2s;
    transition: font-size 0.2s;
    padding: 25px 15px;
    margin: 0;
}
.pricing_table li.pricing_header2 {
    height: auto;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    padding: 8px 15px;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: font-size 0.2s;
    -moz-transition: font-size 0.2s;
    -o-transition: font-size 0.2s;
    -ms-transition: font-size 0.2s;
    transition: font-size 0.2s;
}
.pricing_table li.pricing_header2 sup {
    font-size: 14px;
    margin-right: 5px;
}
.pricing_table li.pricing_header3 {
    height: auto;
    font-size: 25px;
    font-weight: normal;
    line-height: normal;
    padding: 10px 15px;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: font-size 0.2s;
    -moz-transition: font-size 0.2s;
    -o-transition: font-size 0.2s;
    -ms-transition: font-size 0.2s;
    transition: font-size 0.2s;
}
.pricing_table li.pricing_header3 sup {
    font-size: 12px;
    margin-right: 5px;
    font-weight: 600;
}
.pricing_table li.pricing_header2 span {
    font-size: 10px;
    line-height:40px;
}
.pricing_table li.pricing_header3 span {
    font-size: 10px;
    line-height:40px;
}

/* 02.2. First column specific styling - Pricing Tables */

.pricing_table .pricing_column_first li.pricing_header1 {
    background: none;
    margin-bottom: 25px;
}
.pricing_table .pricing_column_first li.pricing_header2 {
    height: auto;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    padding: 8px 25px;
    color: #ffffff;
    background-color:transparent;
    border:none;
}
.pricing_table .pricing_column_first li.pricing_header3 {
    background-color:#cccccc;
    border-bottom:1px solid #eeeeee;
    /* Rounded Corners */
    -webkit-border-radius:4px 4px 0 0;
    -khtml-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #333;
    line-height: normal;
    padding: 17px 25px;
    height: auto;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: font-size 0.2s;
    -moz-transition: font-size 0.2s;
    -o-transition: font-size 0.2s;
    -ms-transition: font-size 0.2s;
    transition: font-size 0.2s;
}
.pricing_table .pricing_column_first li.pricing_header2 span {
    font-size:18px;
    font-weight:bold;
    line-height:56px;
    padding-left:10px;
}
.pricing_table .pricing_column_first li.pricing_header3 span {
    font-size:18px;
    font-weight:bold;
    line-height:56px;
    padding-left:10px;
}
.pricing_table .pricing_column_first li:last-child {
    /* Rounded Corners */
    -webkit-border-radius:0 0 4px 4px;
    -khtml-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
}

/*  ---------------------------------------
	03 COLUMNS STYLING - Pricing Tables
    ---------------------------------------  */

/* 03.1. Common columns styling - Pricing Tables */

.pricing_table .pricing_column_first,
.pricing_table .pricing_column {
    height: 100%;
    float: left;
    margin-right:1px;
    position:relative;
}
.pricing_table .pricing_column_first {
    *z-index:2;
}
.pricing_table .pricing_hover_area:hover .pricing_column {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.pricing_table .pricing_hover_area .pricing_column:hover {
    -webkit-transform:scaleY(1);
    -moz-transform:scaleY(1);
    -o-transform:scaleY(1);
    -ms-transform:scaleY(1);
    transform:scaleY(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 25px 2px rgba(39,39,39,1);
    -moz-box-shadow: 0px 0px 25px 2px rgba(39,39,39,1);
    box-shadow: 0px 0px 25px 2px rgba(39,39,39,1);
    z-index: 999;
}
.pricing_table .pricing_column_first li {
    text-align: left;
}
.pricing_table .pricing_column_first li span {
    padding-left: 25px;
    font-size: 16px;
}

/* 03.2. Columns sizes */

.pricing_six .pricing_column,
.pricing_six .pricing_column_first { /* 6 columns */
    width: 159px;
}
.pricing_five .pricing_column,
.pricing_five .pricing_column_first { /* 5 columns */
    width: 191px;
}
.pricing_four .pricing_column,
.pricing_four .pricing_column_first { /* 4 columns */
    width: 239px;
}
.pricing_three .pricing_column,
.pricing_three .pricing_column_first { /* 3 columns */
    width: 319px;
}

/* 03.3. Small screens styling */

@media only screen and (max-width: 1023px) {

    .pricing_table {
        width:100%;
        font-size:11px;
    }
    .pricing_table .pricing_column_first,
    .pricing_table .pricing_column {
        margin-right:1px;
    }
    .pricing_six .pricing_column,
    .pricing_six .pricing_column_first { /* 6 columns */
        width: 16.56%;
    }
    .pricing_five .pricing_column,
    .pricing_five .pricing_column_first { /* 5 columns */
        width: 19.89%;
    }
    .pricing_four .pricing_column,
    .pricing_four .pricing_column_first { /* 4 columns */
        width: 24.8%;
    }
    .pricing_three .pricing_column,
    .pricing_three .pricing_column_first { /* 3 columns */
        width: 33.23%;
    }
    .pricing_table .pricing_column_first li.pricing_header2 {
        font-size: 23px;
    }
    div.price-table-legend {
        padding: 4rem 0 0 0;
    }
    .pricing_table li.pricing_header1 {
        font-size: 25px;
        font-weight:bold;
    }
    .pricing_table .pricing_column_first li span {
        padding-left: 15px;
    }
    .pricing_table .pricing_column_first li.pricing_header3 {
        padding: 17px 15px;
    }
    .pricing_table li.pricing_header2 {
        font-size: 24px;
    }
    .pricing_table li.pricing_header3 {
        font-size: 24px;
    }
    .pricing_table li.pricing_header2 span {
        font-size: 9px;
    }
    .pricing_table li.pricing_header3 span {
        font-size: 9px;
    }
    .pricing_table .pricing_column_first li.pricing_header2 span {
        font-size:14px;
    }
    .pricing_table .pricing_column_first li.pricing_header3 span {
        font-size:14px;
    }

}

@media handheld, only screen and (max-width: 767px) {

    .web-packs-price-table-title p{
        display: block;
    }
    div.price-table-legend {
        padding: 1rem 15px 0 15px;
    }
    .pricing_table {
        width:100%;
    }
    .pricing_table li.pricing_header1 {
        height: auto;
        font-size: 25px;
        line-height: normal;
        padding: 15px 0;
    }
    .pricing_table li.pricing_header2 {
        height: auto;
        line-height: normal;
        padding: 5px 5px 10px 5px;
    }
    .pricing_table li.pricing_header3 {
        height: auto;
        line-height: normal;
        padding: 5px 5px 10px 5px;
    }
    .pricing_table .pricing_column_first {
        display:none;
    }
    .pricing_table .pricing_column {
        width:100%;
        margin-bottom:35px;
    }
    .pricing_table ul li {
        height: auto;
        padding-top: 8px;
        padding-bottom: 5px;
        line-height: normal;
    }
    .pricing_table ul li:before {
        content:attr(data-table) '';
        display:block;
        margin-bottom:2px;
        font-size:12px;
        font-weight:bold;
    }
    .pricing_table .pricing_hover_area .pricing_column:hover {
        -webkit-transform:scaleY(1);
        -moz-transform:scaleY(1);
        -o-transform:scaleY(1);
        -ms-transform:scaleY(1);
        transform:scaleY(1);
    }

}

@media handheld, only screen and (max-width: 380px) {

    .pricing_table .pricing_column {
        width:100%;
    }
    .pricing_table .pricing_column_first,
    .pricing_table .pricing_column {
        margin-right:0;
    }

}

/* 03.4. Rows styling - Pricing Tables */

.pricing_table .odd {
    background-color: #ffffff;
    border-bottom:1px solid #eeeeee;
}
.pricing_table .even {
    background-color: #f4f4f4;
    border-bottom:1px solid #eeeeee;
}
.pricing_table .empty {
    background-color: #333;
    border-bottom:1px solid #eeeeee;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

/* 03.5. Table icons - Pricing Tables */

.pricing_table .pricing_yes,
.pricing_table .pricing_no {
    height:20px;
    width:100%;
    float:left;
}
.pricing_table .pricing_yes {
    background:url("../img/yes.png") center top no-repeat;
    _background:url("../img/ie_yes.gif") center top no-repeat;
}
.pricing_table .pricing_no {
    background:url("../img/no.png") center top no-repeat;
    _background:url("../img/ie_no.gif") center top no-repeat;
}

/* 03.6. Columns footer - Pricing Tables */

.pricing_table .pricing_footer {
    width: 100%;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    border-top: 1px solid #f9f9f9;
    border-bottom: 2px solid #323232;
    background-color: #fff;
    /* Rounded Corners */
    -webkit-border-radius:0 0 5px 5px;
    -khtml-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* 03.7. Buttons - Pricing Tables */

.pricing_table a.pricing_button {
    width: 80%;
    height: auto;
    padding: 12px 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin: 15px auto;
    color: #f3f3f3;
    font-size: 18px;
    /* Rounded Corners */
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    letter-spacing: 1px;
}
.pricing_table a.pricing_button:hover {
    background: #333 !important;
    color: #fff;
}
.pricing_table a.pricing_button:active {

}

/*  ---------------------------------------
	04 TOOLTIPS - Pricing Tables
    ---------------------------------------  */

.pricing_table a.tooltip {
    position:relative;
    z-index:24;
    color: #313131;
    text-decoration:none;
    background:url("../img/help.png") right center no-repeat;
    _background:url("../img/ie_help.gif") right center no-repeat;
    padding:0 20px 0 10px;
}
.pricing_table a.tooltip:hover {
    z-index:25;
    display:inline;
}
.pricing_table a.tooltip span {
    position:absolute;
    width: 220px;
    left: 10px;
    top: 25px;
    text-align:left;
    color: #ffffff;
    font-size:11px;
    line-height:16px;
    background: rgba(0,0,0,0.9);
    background: #000000;
    border: 1px solid #000000;
    text-shadow:none;
    padding: 7px 10px 7px 10px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    display:block;
    /* Hiding the tooltip */
    visibility:hidden;
    opacity: 0;
    /* Removing transition when the mouse leaves the tooltip - Fixing a display issue */
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
}
.pricing_table a.tooltip:hover span {
    /* CSS3 Transition */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* Showing the tooltip */
    visibility:visible;
    opacity: 1;
}

/*  ---------------------------------------
	05 COLORS - Pricing Tables
    ---------------------------------------  */

section#web-packs-price-table {
    background: #333;
    width: 100%;
    padding: 0;
}

div.web-packs-price-table-wrapper {
    background: transparent;
    padding: 4rem 0 0 0;
}

.pricing_table .gradient_aquamarine a.pricing_button,
.pricing_table .gradient_aquamarine li.pricing_header2 {
    background: #05FFda;
}
.pricing_table .gradient_aquamarine li.pricing_header1,
.pricing_table .gradient_aquamarine li.pricing_header3 {
    background: #96fff0;
}
.pricing_table .gradient_orchid a.pricing_button,
.pricing_table .gradient_orchid li.pricing_header2 {
    background: #62269e;
}
.pricing_table .gradient_orchid li.pricing_header1,
.pricing_table .gradient_orchid li.pricing_header3 {
    background: #b49bc8;
}
.pricing_table .gradient_pink a.pricing_button,
.pricing_table .gradient_pink li.pricing_header2 {
    background: #eC008C;
}
.pricing_table .gradient_pink li.pricing_header1,
.pricing_table .gradient_pink li.pricing_header3 {
    background: #ffa0dc;
}
.pricing_table .gradient_black a.pricing_button,
.pricing_table .gradient_black li.pricing_header1,
.pricing_table .gradient_black li.pricing_header2,
.pricing_table .gradient_black li.pricing_header3 {
    background: #212121;
}
li.pricing_header2.pricing_header2_custom, li.pricing_footer2_custom a.pricing_button {
    color: #333;
}

/*  ---------------------------------------
	06 DARK TABLE - Pricing Tables
    ---------------------------------------  */

.pricing_dark_style {
    color: #fefefe;
    background-color:#000000;
}
.pricing_dark_style ul li {
    text-shadow: 1px 1px 1px #000000;
}
.pricing_dark_style li.pricing_header1 {
    color:#ffffff;
    text-shadow: 1px 1px 1px #000000;
}
.pricing_dark_style li.pricing_header2 {
    border-bottom:1px solid #000000;
    border-top:1px solid #000000;
    text-shadow: 1px 1px 1px #000000;
    /* Gradient */
    background-color:#121212;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #121212));
    background-image: -webkit-linear-gradient(#181818 0%, #121212 100%);
    background-image: -moz-linear-gradient(#181818 0%, #121212 100%);
    background-image: -o-linear-gradient(#181818 0%, #121212 100%);
    background-image: -ms-linear-gradient(#181818 0%, #121212 100%);
    background-image: linear-gradient(#181818 0%, #121212 100%);
}
.pricing_dark_style li.pricing_header3 {
    border-bottom:1px solid #000000;
    border-top:1px solid #000000;
    text-shadow: 1px 1px 1px #000000;
    /* Gradient */
    background-color:#121212;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #121212));
    background-image: -webkit-linear-gradient(#181818 0%, #121212 100%);
    background-image: -moz-linear-gradient(#181818 0%, #121212 100%);
    background-image: -o-linear-gradient(#181818 0%, #121212 100%);
    background-image: -ms-linear-gradient(#181818 0%, #121212 100%);
    background-image: linear-gradient(#181818 0%, #121212 100%);
}
.pricing_dark_style .pricing_column_first li.pricing_header2 {
    background-color:#121212;
    border-bottom:1px solid #000000;
}
.pricing_dark_style .pricing_column_first li.pricing_header3 {
    background-color:#121212;
    border-bottom:1px solid #000000;
}
.pricing_dark_style .odd {
    background-color: #181818;
    border-bottom:1px solid #000000;
}
.pricing_dark_style .even {
    background-color: #121212;
    border-bottom:1px solid #000000;
}
.pricing_dark_style .empty {
    background-color: #fefefe;
    border-bottom:1px solid #000000;
}
.pricing_dark_style .pricing_footer {
    border-top: 1px solid #090909;
    border-bottom: 2px solid #000000;
    background-color: #121212;
}
.pricing_dark_style a.tooltip {
    color: #fefefe;
}
/*--------------------------------------------------------------------------------------------*/
@media handheld, only screen and (max-width: 425px) {

    .web-packs-price-table-wrapper .odd, .web-packs-price-table-wrapper .empty, .web-packs-price-table-wrapper .even {
        display: none;
    }
}
/* -------------------------------------------------------------------------------------------------------------- */
/* END - Web Packs - Page --------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
