@charset "UTF-8";

/*
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 *
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
/*
 *{
  -webkit-box-sizing: border-box;  
  -moz-box-sizing: border-box;
   box-sizing: border-box; 
 }
*/


 *:before,
 *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box; 
 }

 html { -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%; 
        -webkit-tap-highlight-color: transparent; 
 }
 .img-responsive {
     display: block;
     max-width: 100%;
     height: auto; 
 }

 .img-rounded {
   border-radius: 6px; 
 }


 .img-thumbnail { 
	  padding: 4px;
	  line-height: 1.42857;
	  background-color: #fff;
	  border: 1px solid #ddd;
	  border-radius: 4px;
	  -webkit-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	  display: inline-block;
	  max-width: 100%;
	  height: auto; 
  }

 .img-circle {
  border-radius: 50%; 
 }
 
 
