/*--------------------------------------------------------------------
LAYOUT - AWARDS

Version:    1.0 - 2013
author:     Burocratik (alexandre r. gomes)
email:      alex@burocratik.com
website:    http://www.burocratik.com
-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
=CSSAWARDS http://www.cssawards.net/website/never-saw-the-light-of-day/
-------------------------------------------------------------------------*/
#cssawards{position: fixed; top: 0px; left: 0px; z-index: 855; }
#cssawards a{
    width: 125px; height: 125px; text-indent: -8000px; display: block;
    background: url(http://static.cssawards.net/badges/cssa-sotd-default-left.png) no-repeat;
}


/*-------------------------------------------------------------------------
=AWWWARDS
-------------------------------------------------------------------------*/
/* --- Awwwards ../imgs/ribbons --- */

/* Base */

#awwwards, #awwwardsDev {
    position:absolute;
    top:60px;
    z-index:999;
}
#awwwardsDev {top:170px;}
/* Left */

#awwwards.left {
    left:0;
}

/* Right */

#awwwards.right, #awwwardsDev.right {right:0;}

/* Link */

#awwwards a, #awwwardsDev a {
    display:block;
    width:70px;
    height:105px;
    text-indent:-8000px;
    background-repeat:no-repeat;
    background-position: 0 0;
    overflow:hidden;
    display: block;
}
#awwwardsDev a {width:65px; height:195px;}
#awwwardsDev a {width:40px; height:120px;}

/* Black */

#awwwards.left.black a {
    background-image:url('../imgs/awards/awwwards_sotd_black_left.png');
}
#awwwards.right.black a {
    background-image:url('../imgs/awards/awwwards_sotd_black_right2x.png');
    background-size: 70px 105px;
}
#awwwardsDev.right.black a {
    background-image:url('../imgs/awards/awwards-label-developer.svg');
    background-size: 40px 120px;
}


/* White */

#awwwards.left.white a {
    background-image:url('../imgs/ribbons/awwwards_sotd_white_left.png');
}
#awwwards.right.white a {
    background-image:url('../imgs/ribbons/awwwards_sotd_white_right.png');
}

/* Green */

#awwwards.left.green a {
    background-image:url('../imgs/ribbons/awwwards_sotd_green_left.png');
}
#awwwards.right.green a {
    background-image:url('../imgs/ribbons/awwwards_sotd_green_right.png');
}


/* MEDIA QUERIES */

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {

    /* hidden */
    #awwwards {
/*      display: none; */
    }

}

/* Retina Displays */

/* Target any device with retina display (ie iPad 3 and MacBook Pro) */

@media
only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

    #awwwards a {
        -moz-background-size: 70px 105px;
        -ie-background-size:70px 105px;
        -o-background-size:70px 105px;
        -webkit-background-size:70px 105px;
        background-size:70px 105px;
    }

    /* Gray */

    #awwwards.left.black a {
        background-image:url('../imgs/ribbons/awwwards_sotd_black_left2x.png');
    }
    #awwwards.right.black a {
        background-image:url('../imgs/ribbons/awwwards_sotd_black_right2x.png');
    }

    /* White */

    #awwwards.left.white a {
        background-image:url('../imgs/ribbons/awwwards_sotd_white_left2x.png');
    }
    #awwwards.right.white a {
        background-image:url('../imgs/ribbons/awwwards_sotd_white_right2x.png');
    }

    /* Green */

    #awwwards.left.green a {
        background-image:url('../imgs/ribbons/awwwards_sotd_green_left2x.png');
    }
    #awwwards.right.green a {
        background-image:url('../imgs/ribbons/awwwards_sotd_green_right2x.png');
    }

}



/* --- CSSDA --- */

/* Base */

#cssda {
    position:absolute;
    top:238px;
    z-index:999;
}

/* Left */

#cssda.left {
    left:0;
}

/* Right */

#cssda.right {
    right:0;
}

/* Link */

#cssda a {
    display:block;
    width:68px;
    height:96px;
    text-indent:-8000px;
    background-repeat:no-repeat;
    background-position: 0 0;
    overflow:hidden;
}


/* White */

#cssda.left.white a {
    background-image:url('../imgs/ribbons/css-design-awards-winner-left-white.png');
}






/* --- ED AWARDS --- */
#edawards {
	position:absolute;
	top:150px;
	z-index:999;
}

#edawards.left {
	left:0;
}

#edawards a {
	display:block;
	width:73px;
	height:43px;
	text-indent:-8000px;
	background-repeat:no-repeat;
	background-position: 0 0;
	overflow:hidden;
}

#edawards.left a {
	background-image:url('../imgs/ribbons/ed-gold.png');
}


/* MEDIA QUERIES */

@media (max-width: 767px) {

	/* hidden */
	#edawards {
/* 		display: none; */
	}

}

/* Retina Displays */

/* Target any device with retina display (ie iPad 3 and MacBook Pro) */

@media
only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

	#edawards a {
		-moz-background-size: 73px 43px;
		-ie-background-size:73px 43px;
		-o-background-size:73px 43px;
		-webkit-background-size:73px 43px;
		background-size:73px 43px;
	}


	/* White */

	#awwwards.left a {
		background-image:url('../imgs/ribbons/ed-gold2x.png');
	}

}

