/* == Media queries (breakpoint) ===== */


/* -----------------------------------
IPAD LANDSCAPE + NETBOOK
------------------------------------ */
@media only screen and (min-width: 0px){
	/*----BROKEN----*/	
}

/* -----------------------------------
DESKTOP

@media only screen and (min-width: 100px){
		.logoier{
			width:130px;
			height:40px;
			background-image:url(img/logo.png);	 
			position:absolute;
			background-repeat: no-repeat;
			background-position: center center;
			left:100%;
			margin-left:-170px;
		}
	}
------------------------------------ */
/* -----------------------------------
DESKTOP
@media only screen and (min-width: 400px){
		.logoier{
			width:130px;
			height:40px;
			background-image:url(img/logo.png);	 
			position:absolute;
			background-repeat: no-repeat;
			background-position: center center;
			left:100%;
			margin-left:-170px;
		}
	}
------------------------------------ */
/* -----------------------------------
DESKTOP
@media only screen and (min-width: 700px){
		.logoier{
			width:130px;
			height:40px;
			background-image:url(img/logo.png);	 
			position:absolute;
			background-repeat: no-repeat;
			background-position: center center;
			left:85%;
		}
	}
------------------------------------ */
/* -----------------------------------
DESKTOP
------------------------------------ */
@media only screen and (min-width: 1000px){

	}

/* -----------------------------------
DESKTOP 
------------------------------------ */
@media only screen and (min-width: 1200px){

}