@media (max-width: 768px) {
    .text-xs-center {
        text-align: center;
    }

    .mrgn-tp-xs-md {
        margin-top: 0;
    }
}

@media (max-width: 414px) {
    .col-xxs-12 {
        width: 100%;
    }

    .mrgn-tp-xxs-md {
        margin-top: 15px;
    }
}


.hp-navigation [role=button] {
    font-size: 1.5em;
    transition: .4s;
}

.hp-navigation [role=button]:active {
    transform: scale(1.03);
}

.hp-navigation [role=button]:after {
    width: 0%;
}

.bgers [role=button] {
    text-align: left;
}

.box-shadow {
    box-shadow: 7px 7px 16px rgba(0, 0, 0, 0.3)
}

main .glyphicon {
    float: right;
}

.themes .theme-one {
    background-color: #8c6944;
}

.themes .theme-two {
    background-color: #435f73;
}

.themes .theme-three {
    background-color: #8D4F53;
}

.themes .row {
    text-align: left;
}

.themes h2 {
    text-transform: uppercase;
    color: #fff;
}

.themes span {
    display: block;
    border-bottom: 1px solid #bbb;
    color: #fff;
}

.btn {
    border-style: none;
}

@media print {

    .col-md-1,
    .col-sm-1 {
        width: 8.33333%;
    }

    .col-md-2,
    .col-sm-2 {
        width: 16.66667%;
    }

    .col-md-3,
    .col-sm-3 {
        width: 25%;
    }

    .col-md-4,
    .col-sm-4 {
        width: 33.33333%;
    }

    .col-md-5,
    .col-sm-5 {
        width: 41.66667%;
    }

    .col-md-6,
    .col-sm-6 {
        width: 50%;
    }

    .col-md-7,
    .col-sm-7 {
        width: 58.33333%;
    }

    .col-md-8,
    .col-sm-8 {
        width: 66.66667%;
    }

    .col-md-9,
    .col-sm-9 {
        width: 75%;
    }

    .col-md-10,
    .col-sm-10 {
        width: 83.33333%;
    }

    .col-md-11,
    .col-sm-11 {
        width: 91.66667%;
    }

    .col-md-12,
    .col-sm-12 {
        width: 100%;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
}