/* @font-face {
	font-family: 'MuseoSans-100';
	src: url('../fonts/MuseoSans-100.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans-100.otf') format('opentype'), url('../fonts/MuseoSans-100.woff') format('woff'), url('../fonts/MuseoSans-100.ttf') format('truetype'), url('../fonts/MuseoSans-100.svg#MuseoSans-100') format('svg');
	font-weight: 100;
} */
@font-face {
	font-family: 'MuseoSans-100';
	src: url('../fonts/MuseoSans-100.eot');
	src: local('☺'), url('../fonts/MuseoSans-100.woff') format('woff'), url('../fonts/MuseoSans-100.ttf') format('truetype'), url('../fonts/MuseoSans-100.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans-300';
	src: url('../fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans-300.woff') format('woff'), url('../fonts/MuseoSans-300.ttf') format('truetype'), url('../fonts/MuseoSans-300.svg#MuseoSans-300') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans-700';
	src: url('../fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans-700.woff') format('woff'), url('../fonts/MuseoSans-700.ttf') format('truetype'), url('../fonts/MuseoSans-700.svg#MuseoSans-700') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans-500';
	src: url('../fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans-500.woff') format('woff'), url('../fonts/MuseoSans-500.ttf') format('truetype'), url('../fonts/MuseoSans-500.svg#MuseoSans-500') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans-900';
	src: url('../fonts/MuseoSansW01-900.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansW01-900.woff') format('woff'), url('../fonts/MuseoSansW01-900.ttf') format('truetype'), url('../fonts/MuseoSansW01-900.svg#MuseoSansW01-900') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'museo-sans';
	src: url('../fonts/MuseoSans.eot');
	src: url('../fonts/MuseoSans.woff') format('woff'), url('../fonts/MuseoSans.ttf') format('truetype'), url('../fonts/MuseoSans.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'museo-sans';
	src: url('../fonts/MuseoSans_0.eot');
	src: url('../fonts/MuseoSans_0.woff') format('woff'), url('../fonts/MuseoSans_0.ttf') format('truetype'), url('../fonts/MuseoSans_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museo-sans';
	src: url('../fonts/MuseoSans-300.eot');
	src: url('../fonts/MuseoSans-300.woff') format('woff'), url('../fonts/MuseoSans-300.ttf') format('truetype'), url('../fonts/MuseoSans-300.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Bold';
	src: url('../fonts/MyriadPro-Bold.eot');
	src: url('../fonts/MyriadPro-Bold.woff') format('woff'), 
         url('../fonts/MyriadPro-Bold.ttf') format('truetype'), 
         url('../fonts/MyriadPro-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'themify';
	src:url('../fonts/themify.eot?-fvbane');
	src:url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('../fonts/themify.woff?-fvbane') format('woff'),
		url('../fonts/themify.ttf?-fvbane') format('truetype'),
		url('../fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
    font-family: 'MuseoSans-300';
}
@-webkit-keyframes myfirst {
	0% {
		top: -45px;
	}
	100% {
		top: -5px;
	}
}

@keyframes myfirst {
	0% {
		top: -45px;
	}
	100% {
		top: -5px;
	}
}

body .react-confirm-alert-overlay {    
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
