/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 29, 2015 */



@font-face {
    font-family: 'cm_sans_serif_2012medium';
    src: url('cm_sans_serif_2012-webfont.eot');
    src: url('cm_sans_serif_2012-webfont.eot?#iefix') format('embedded-opentype'),
         url('cm_sans_serif_2012-webfont.woff2') format('woff2'),
         url('cm_sans_serif_2012-webfont.woff') format('woff'),
         url('cm_sans_serif_2012-webfont.ttf') format('truetype'),
         url('cm_sans_serif_2012-webfont.svg#cm_sans_serif_2012medium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'couturebold';
    src: url('couture-bld-webfont.eot');
    src: url('couture-bld-webfont.eot?#iefix') format('embedded-opentype'),
         url('couture-bld-webfont.woff2') format('woff2'),
         url('couture-bld-webfont.woff') format('woff'),
         url('couture-bld-webfont.ttf') format('truetype'),
         url('couture-bld-webfont.svg#couturebold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'couturebold_italic';
    src: url('couture-bldit-webfont.eot');
    src: url('couture-bldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('couture-bldit-webfont.woff2') format('woff2'),
         url('couture-bldit-webfont.woff') format('woff'),
         url('couture-bldit-webfont.ttf') format('truetype'),
         url('couture-bldit-webfont.svg#couturebold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'exo_2.0regular';
    src: url('exo2.0-regular-webfont.eot');
    src: url('exo2.0-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('exo2.0-regular-webfont.woff2') format('woff2'),
         url('exo2.0-regular-webfont.woff') format('woff'),
         url('exo2.0-regular-webfont.ttf') format('truetype'),
         url('exo2.0-regular-webfont.svg#exo_2.0regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'istokregular';
    src: url('istok-regular-webfont.eot');
    src: url('istok-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('istok-regular-webfont.woff2') format('woff2'),
         url('istok-regular-webfont.woff') format('woff'),
         url('istok-regular-webfont.ttf') format('truetype'),
         url('istok-regular-webfont.svg#istokregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Copo */
.copo{
	animation:myfirst 20s infinite;
	-moz-animation:myfirst 20s infinite; /* Firefox */
	-webkit-animation:myfirst 20s infinite; /* Safari and Chrome */
	position:fixed;
	height:130px;
	width:130px;
	right:0;
	left:35%;
	top:0;
	bottom:0;
	background-size:110px;
	background-position:center;
	background-repeat:no-repeat;
	z-index:9;
}
.copo-2{
	animation:mysecond 20s infinite;
	-moz-animation:mysecond 20s infinite; /* Firefox */
	-webkit-animation:mysecond 20s infinite; /* Safari and Chrome */
	position:fixed;
	height:130px;
	width:130px;
	right:0;
	left:35%;
	top:0;
	bottom:0;
	background-size:110px;
	background-position:center;
	background-repeat:no-repeat;
	z-index:9;
}
.copo-3{
	animation:myter 20s infinite;
	-moz-animation:myter 20s infinite; /* Firefox */
	-webkit-animation:myter 20s infinite; /* Safari and Chrome */
	position:fixed;
	height:100px;
	width:100px;
	right:0;
	left:35%;
	top:0;
	bottom:0;
	background-size:110px;
	background-position:center;
	background-repeat:no-repeat;
	z-index:9;
}
@-moz-keyframes myfirst /* Firefox */
{
0%{
		left:40%;
		top:-150px;
		background-size:100px;
}

100%{
	left:60%;
	top:100%;
	background-size:120px;
}

}
 
    @-webkit-keyframes myfirst /* Firefox */
{
0%{
		left:40%;
		top:-150px;
		background-size:100px;
}

100%{
	left:60%;
	top:100%;
	background-size:120px;
}

}

@-moz-keyframes mysecond /* Firefox */
{
0%{
		left:50%;
		top:-150px;
		background-size:80px;
}

100%{
	left:40%;
	top:100%;
	background-size:100px;
}
}
 
@-webkit-keyframes mysecond /* Firefox */
{
0%{
		left:50%;
		top:-150px;
		background-size:80px;
}

100%{
	left:40%;
	top:100%;
	background-size:100px;
}
}

@-moz-keyframes myter /* Firefox */
{
0%{
		left:35%;
		top:-150px;
		background-size:40px;
}

100%{
	left:45%;
	top:100%;
	background-size:60px;
}
}
 
@-webkit-keyframes myter /* Firefox */
{
0%{
		left:35%;
		top:-150px;
		background-size:40px;
}

100%{
	left:45%;
	top:100%;
	background-size:60px;
}
}
/* Copo */
