/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio and Blog Theme.
 * Version: 1.3
 * Author: Html Stream
 * Website: http://htmlstream.com/preview/unify
*/

/* Small devices (tablets, 768px and less) */

@media (max-width: 768px) {
    /*Purchase Block*/
    .purchase span {
        font-size: 24px;
        line-height: 32px;
    }
    .purchase a.btn-buy {
        font-size: 14px;
        padding: 9px 22px 6px;
    }
    /*End Purchase Block*/
    /*Table Hidden Class*/
    .table th.hidden-sm,
    .table td.hidden-sm {
        display: none !important;
    }
    /*End Table Hidden Class*/
    /*Spaces (Margin Bottom)*/
    .mb-margin-bottom-20 {
        margin-bottom: 20px;
    }
    .mb-margin-bottom-30 {
        margin-bottom: 30px;
    }
    .mb-margin-bottom-40 {
        margin-bottom: 40px;
    }
    .mb-margin-bottom-50 {
        margin-bottom: 50px;
    }
    .mb-margin-bottom-60 {
        margin-bottom: 60px;
    }
    /*End Spacea (Margin Bottom)*/
    /*    custom code added by Feroj*/
    .btn-group-justified>.btn {
        font-size: 12px;
    }
    .price .figure {
        font-weight: 800;
        font-size: 2.2em;
        margin: 0 2px;
    }
    .price .cent {
        font-size: 1.2em;
        text-decoration: underline;
    }
    .price .currency {
        font-size: 1.2em;
    }
    .margin-top-25 {
        margin-top: 10px;
    }
    .width-125 {
        width: 100%;
    }
    /*    Custom tab*/
    .nav-pills.nav-wizard > li:hover .nav-wedge,
    .nav-pills.nav-wizard > li .nav-wedge,
    .nav-pills.nav-wizard > li .nav-arrow {
        display: none;
    }
    .nav-pills.nav-wizard > li {
        border-left: none;
        border-right: none;
        margin-bottom: 5px;
    }
    .nav-pills.nav-wizard > li a {
        border-radius: 5px !important;
    }
    .reset-link {
        font-size: 16px;
    }
    .bl {
        position: absolute;
        right: -45%;
        top: auto;
        background: #fff;
        z-index: 2000;
        margin-top: -210px;
        display: none;
    }
}
/* Medium devices (desktops, 992px and up) */

@media (max-width: 992px) {
    /*Spaces (Margin Bottom)*/
    .md-margin-bottom-20 {
        margin-bottom: 20px;
    }
    .md-margin-bottom-30 {
        margin-bottom: 30px;
    }
    .md-margin-bottom-40 {
        margin-bottom: 40px;
    }
    .md-margin-bottom-50 {
        margin-bottom: 50px;
    }
    .md-margin-bottom-60 {
        margin-bottom: 60px;
    }
    /*End Spacea (Margin Bottom)*/
    /*    Custom style added by Feroj*/
    .tax-form .col-md-6:first-child .item {
        border-right: none;
    }
    .btn-group-justified>.btn {
        font-size: 12px;
    }
}
/*Sliders
------------------------------------*/

@media (max-width: 900px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top: 80px !important;
        width: 60% !important;
        margin-right: 50px;
    }
    /*Slider Parallax*/
    .da-slide .da-img {
        display: none;
    }
}
@media (max-width: 450px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top: 70px !important;
        width: 70% !important;
        margin-right: 25px;
    }
    #sequence-theme h2 {
        font-size: 30px !important;
    }
    #sequence-theme .info p {
        font-size: 18px !important;
    }
    /*Slider Parallax*/
    .da-slide p {
        display: none;
    }
}
@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /*
    Label the data
    */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}
.after_reset {
    background-color: #000000;
    color: #fff;
    padding: 5px;
}
.before_reset{
    background-color:#f00;
    padding: 5px;
}
