::-moz-selection { background:#8c0000; color: #ffffff; text-shadow: none; }
::selection { background:#8c0000; color: #ffffff; text-shadow: none; }

/* 	----------------------------------------------------------------------------------------------	
										CUSTOM GENERAL STYLE																												
	----------------------------------------------------------------------------------------------	*/
.wrapper {margin: px 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: url(../2015/06/bckgrd2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
		#mx-header {
	background:#303030;
}
		#site-content-header {
	background-size:200px 200px;
	background-repeat: repeat;
	background-image:url(../../themes/mx/img/debut_light.png);
}
		#page-content-wrap {
	background:#ffffff;
}
		#site-footer-widget {
	background:#111111;
}
			#site-footer-widget {border-top: 3px solid #8c0000;border-bottom: 1px solid #e3e3e3;}
	#site-footer-bottom {background: #000000;border-top: 1px solid #ffffff;}
			
  
/* 	----------------------------------------------------------------------------------------------	
										CUSTOM COLOR																												
	----------------------------------------------------------------------------------------------	*/

body {color:#000000;}
h1,h2,h3,h4,h5,h6 {color:#666666;}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
inp