﻿/* Small Devices, Tablets */
@media only screen and (max-width : 1260px) {
}

@media only screen and (max-width : 1000px) {
    
}

@media only screen and (max-width : 992px) {
    .openTabby .openTabby--nav ul li {
        font-size: 9pt !important;
    }
}

@media only screen and (max-width : 767px) {
    
}

@media only screen and (max-width : 770px) {
}

@media only screen and (max-width : 640px) {
    table.price.table-bordered td::before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        background: #BD0912;
        padding: 7px;
        min-width: 38%;
        margin: -7px 5px 0px -10px;
    }
    table.price.table-bordered td {
        display: block;
        text-align: center;
        font-size: 13px;
        border: 1px solid #ffffff !important;
        padding: 7px 10px 7px;
    }
    table.price tr.caption-price {
        height: auto;
        background-color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    table.price.table-bordered tr {
        display: inline-block;
        border:0;
        border-bottom: 1px solid #efefef;
        width: 100%;
    }
    table.price thead {
        display: none;
    }
    table.table-bordered {
        border: 0;
        display: inline-block;
    }
}

@media only screen and (max-width : 420px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
   
}

@media only screen and (max-width : 575px) {
    
}

/* Extra Small Devices, Phones */
/*@media only screen and (max-width : 575px) {*/
@media only screen and (max-width : 1200px) {
   
}

@media only screen and (min-width : 1200px) {
    
}

@media only screen and (max-width : 1400px) {
   
}

@media only screen and (min-width : 1400px) {
   
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 370px) {
}

@media only screen and (min-width : 992px) {
}

@media only screen and (min-width : 1400px) {
   
}
