﻿ /*
=======================================================================
	 behaviours.css - styles linked to specific behaviours like hovering and clicking
=======================================================================
*/

/* ------------------------------------------------------------------------------------ */
/* Cursors																				*/
/* ------------------------------------------------------------------------------------ */
.help { cursor: help;}
.slide-reveal { cursor: pointer;}
.default-cursor { cursor: default;}
.pointer-cursor { cursor: pointer; }

/* ------------------------------------------------------------------------------------ */
/* Flyout menu																			*/
/* ------------------------------------------------------------------------------------ */
.hover-reveal, .hover-reveal-content a         { cursor: pointer!important;}
.hover-reveal-content a:hover   { text-decoration: underline;}

.hover-expand:hover { transform: scale(1.1); }


.active-fade {
    -moz-transition: 250ms;
    -o-transition: 250ms;
    -webkit-transition: 250ms;
    transition: 250ms;
}