
::-moz-selection { background:#cc3333; color: #ffffff; text-shadow: none; }
::selection { background:#cc3333; color: #ffffff; text-shadow: none; }

/* 	----------------------------------------------------------------------------------------------	
										CUSTOM GENERAL STYLE																												
	----------------------------------------------------------------------------------------------	*/
.wrapper {margin: 0px auto;}/* header logo */
.mx-header-logo .logo {margin-top: 0px;}
/* social */
.mx-header-right .mx-social {margin-top: 14px;}
.site-header-style-3 .mx-social {margin-top: 14px;}

/* header custom content */
.mx-header-right-custom {margin-top: 10px;}


.site-header-style-3 .mx-header-right > ul {margin-top: 14px;}
#site-content-header {text-align:left;}
/* 	----------------------------------------------------------------------------------------------	
										CUSTOM BACKGROUND																												
	----------------------------------------------------------------------------------------------	*/
body.boxed-layout, body.fixed-layout {
	background:#575757;
}
		#mx-header {
	background:#ffffff;
}
		#site-content-header {
	background-size:200px 200px;
	background-repeat: repeat;
	background-image:url(http://panouri.konturmedia.ro/wp-content/themes/mx/img/debut_light.png);
}
		#page-content-wrap {
	background:#ffffff;
}
		#site-footer-widget {
	background:#f9f9f9;
}
			#site-footer-widget {border-top: 3px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;}
	#site-footer-bottom {background: #f7f7f7;border-top: 1px solid #ffffff;}
			
/* 	----------------------------------------------------------------------------------------------	
										RETINA																												
	----------------------------------------------------------------------------------------------	*/
@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) {
#site-content-header {
	background-image:url(http://panouri.konturmedia.ro/wp-content/themes/mx/img/debut_light@2x.png);
}
    }