html , body { font-family:  sans-serif; background-color: #f9f9f8; color: #333333; padding-top: 5vh; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus ,
button, a, a:hover, a:active, a:focus { outline: 0; text-decoration: none; }
.block {    overflow: hidden; }
.noblock.block {    overflow: visible; }
.float_right { float: right; }
.float_left   { float: left; }
ol, ul {   list-style: none;  list-style-position: inside;    margin-bottom: 10px;    margin-top: 0; }
.invisible { display: none; }

* { transition:  border-color 1s;   transition: color 1s ease;  }
a, span, img, figure , i  {     transition: all 0.5s ease 0s; }

.img-resp img { width: 100%; height: auto; }
.img-fut img { max-width: 240px; }

hr { border-color: #333; }

/*
*/
