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

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

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

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light.woff') format('woff'),
         url('../fonts/opensans-light.ttf') format('truetype'),
         url('../fonts/opensans-light.svg') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;    
}

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

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;    
}

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

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

.ani3{
	transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;	
}

.ani4{
	transition: height 0.4s;
	-o-transition: height 0.4s;
	-ms-transition: height 0.4s;
	-moz-transition: height 0.4s;
	-webkit-transition: height 0.4s;	
}

.ani2{
	transition: height 0.2s, top 0.1s;
	-o-transition: height 0.2s, top 0.1s;
	-ms-transition: height 0.2s, top 0.1s;
	-moz-transition: height 0.2s, top 0.1s;
	-webkit-transition: height 0.2s, top 0.1s;	
}