/*	font-family: 'aileron.regular';
	src: url('../fonts/aileron.regular.eot');
	src: local('â˜º'), url('../fonts/aileron.regular.woff') format('woff'), url('../fonts/aileron.regular.ttf') format('truetype'), url('../fonts/aileron.regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'aileron.heavy';
	src: url('../fonts/aileron.heavy.eot');
	src: local('â˜º'), url('../fonts/aileron.heavy.woff') format('woff'), url('../fonts/aileron.heavy.ttf') format('truetype'), url('../fonts/aileron.heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
	font-family: 'aileron.regular';
	src: url('lato/fonts/Lato-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aileron.heavy';
	src: url('cocogoose2/fonts/COCOGOOSELETTERPRESS TRIAL.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



.fade.in {
    opacity: 1;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}