/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

/* CSS Document */
/* @charset "utf-8"; */



:root {
    
}




/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

.img-responsive { display: inline-block; }


    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */
    @media only screen and (min-width : 300px) {


    }


    /* Custom, iPhone Retina */
    @media only screen and (min-width : 375px) {


    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 575px) {


    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {


    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {


    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {


    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1900px) {



    }



    /*==========  Non-Mobile First Method  ==========*/


    /* Large Devices, Wide Screens LG */
    @media only screen and (max-width : 1199px) {



    }

    /* Medium Devices, Laptop MD*/
    @media (min-width: 992px) and (max-width: 1199px) {
        


    }

    /* Medium Devices, Desktops MD*/
    @media only screen and (max-width : 991px) {




    }

    /* Portrait tablets and small desktops */
    @media (min-width: 768px) and (max-width: 991px) {
      


    }

    /* Small Devices, Tablets SM*/
    @media only screen and (max-width : 767px) {




    }

    /* Mobile Large, Extra Small Devices, Phones XS*/
    @media only screen and (max-width : 575px) {



    }


    /* Mobile Large, Extra Small Devices, Phones XS*/
    @media only screen and (max-width : 480px) {




    }

    /* Mobile Medium, iPhone Retina */
    @media only screen and (max-width : 375px) {

 

    }

    /* Mobile Small, Custom iPhone Retina */
    @media only screen and (max-width : 345px) {



    }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {  }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {  }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {  }


@media (max-width: @screen-xs-max) {  }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {  }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {  }
@media (min-width: @screen-lg-min) {  }

    /*==========  CROSS BROWSER  ==========*/

/*HOOK EXPLORER11*/
@media all and (-ms-high-contrast:none) {

}


