/*
=============================================================================
=============================================================================
style_desktop.css
=============================================================================
=============================================================================
*/

@media only screen and (min-width: 1000px) {
	/* used by JS to detect if smalldevice is active */
	.screen650--js {
		visibility: visible;
	}

	.nopadding_left_md {
		padding-left: 0 !important;
	}

	.nopadding_right_md {
		padding-right: 0 !important;
	}

	.padding_left_md {
		padding-left: 10px !important;
	}

	.padding_right_md {
		padding-right: 10px !important;
	}


	/* ==========================================================================
																	    STRUCTURE
	   ========================================================================== */
	#container {
		border: 1px solid #d2d2d2;
		margin-top: 50px;
		padding: 60px;

		-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	}

	#header {
		margin: -60px -60px 0 -60px;
	}
	
	#footer {
		margin-bottom: 50px;
	}

	.full-width {
		margin: 0;
	}

	ul#languageswitch {
		margin: 40px 0 0 0;
		position: absolute;
		right: 60px;
	}
}
