/*!
 * Krajee Font Awesome Theme styling for bootstrap-star-rating.
 * This file must be loaded after 'star-rating.css'.
 *
 * @see http://github.com/kartik-v/bootstrap-star-rating
 * @author Kartik Visweswaran <kartikv2@gmail.com>
 */
.theme-krajee-fa .star {
    font-size: 1.1em;
}


.content-wrapper{
    background: none !important;
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .margin_left_m250{
        margin-left: 0px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .margin_left_m250{
        margin-left: 0px !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .margin_left_m250{
        margin-left: 0px !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .margin_left_m250{
        margin-left: -250px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .margin_left_m250{
        margin-left: -250px !important;
    }
} 
