
/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; } 
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

/*-  SELF-CLEARING FLOATS
----------------------------------------------------------------------*/
.mod:after,
.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mod,
.section {
	zoom: 1;
}

/*-  BASE STYLES
----------------------------------------------------------------------*/


/*-  MEDIA QUERIES
----------------------------------------------------------------------*/
/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px),
screen and (max-device-width: 480px) {
	html {
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
}

/*
	Blog style for: Interim and OMFGHUGE
*/




*{outline:none
}

.box, div{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}




#wc-award {
	width: 100%;
	height: auto;
	position: absolute;
	max-width: 600px;
	left: 50%;
	transform: translate(-50%);
}


/* custom.css */



html {
	
	height:100%;
background-color: transparent;
	
}
img {
		/*max-width: 100%;
		max-height:100%;*/
	}

body {	

		background-color: transparent;
	background: url("img/award.png") 50% 50% no-repeat;
	background-size: contain;

}


#flyrun{
	width:50px;
	height:50px;
	margin-left: 0px;
	overflow:hidden;	
	background-position:0 0
}

#frames {
	background-image:url(img/runningfly.png);
	width:250px;
	height:50px;
	
}
	
#frames2 {
	background-image:url(img/standingfly.png);
	width:100px;
	height:50px;
	display:none
}


.main {
    width: 100%;
    position: relative;

   
    float:left;
    min-width: 960px
}
.header {
    width: 100%;
    float:left;
    position: relative;
   
}

.catalog {
        width: 100%;
    float:left;
    position: relative;
   
}




#container {
    position: absolute;
    left: 2%;
    top: 10vh;
    margin-top: 110px;
    margin-left:410px
}




.frame1, .frame2, .frame3{
    position: absolute;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
   

}











