/* Apex New Regular Style */
@media screen {

#header-nav{
height: 20px;	
}

.flickr-container {

    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;

}

.flickr-container object {

    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;

}

.video-container {

    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;

}

.video-container object {

    position: absolute;
    top:0;
    left: 0;
    width: 95%;
    height: 95%;

}
	
	
#c-content .c1 .icons a {
	display: inline;
}	

}

/* Tablet ------------------------- */
@media only screen and (min-width: 607px) and (max-width: 980px) {



}


/* Phone ------------------------- */
@media only screen and (max-width: 606px) {

#header-nav{
height: 20px;	
}

}

