/* MODULE RIGHT LEFT
--------------------------------------------------------- */
#left div.module_menu h3,
#left div.module_text h3,
#left div.module h3,
#right div.module_menu h3,
#right div.module_text h3,
#right div.module h3{
  font-weight:bold;
  font-size:14px;
  text-align:left;
  color:#fff;
  margin-bottom:4px;
}
#left div.module_menu,
#left div.module_text,
#left div.module,
#right div.module_menu,
#right div.module_text,
#right div.module{
	text-align:left;
	font-size:90%;
	color:#fff;
	margin-bottom:20px;
	border-bottom:1px solid #75756e;
	padding-bottom:20px;

}
/* MODULE LEFT RIGHT WITH SUFFIX // _dark
--------------------------------------------------------- */
#left div.module_dark h3,
#right div.module_dark h3{
  font-weight:bold;
  font-size:14px;
  text-align:left;
  color:#fff;
  margin-bottom:2px;
}
#left div.module_dark,
#right div.module_dark{
	text-align:left;
	font-size:90%;
	color:#fff;
	margin-bottom:20px;
	padding:10px;
	background:#303030;
	border:1px solid #1f1f1f;
}

/* INSET MODULE & SLIDESHOW MODULE 
--------------------------------------------------------- */

#inset div.module h3,
#inset div.module_text h3,
#inset div.module_menu h3
{
  font-size:24px;
  padding:0;
  margin:0;
  line-height:100%;
  color:#303030;
  text-align:left;
}

#inset div.module,
#inset div.module_text,
#inset div.module_menu
{
clear:both;
color:#303030;
padding-bottom:0;
text-align:left;

}
#slideshow div.module h3,
#slideshow div.module_text h3,
#slideshow div.module_menu h3
{
  font-size:28px;
  padding:0;
  margin:0;
  line-height:100%;
  color:#303030;
}

#slideshow div.module,
#slideshow div.module_text,
#slideshow div.module_menu
{
	text-align:left;
	color:#303030;

}
#slideshow div.module_slideshow{
margin:0;
padding:0;
}
/* MODULE USER 1 2 3
--------------------------------------------------------- */

.dark_module div.module h3,
.dark_module div.module_text h3,
.dark_module div.module_menu h3
{
  margin-bottom:2px;
  padding:6px 0 2px 0;
  font-weight:bold;
  font-size:14px;
  text-transform:uppercase;
  text-align:left;
  color:#fff;
}

.dark_module div.module,
.dark_module div.module_text,
.dark_module div.module_menu
{
	text-align:left;
	font-size:90%;
	color:#ccc;
	margin:10px 0 10px 0;
	width:100%;

}
/* MODULE USER 4 5 6
--------------------------------------------------------- */

.white_module div.module h3,
.white_module div.module_text h3,
.white_module div.module_menu h3
{
  margin-bottom:2px;
  padding:6px 0 2px 0;
  font-weight:bold;
  font-size:14px;
  text-transform:uppercase;
  text-align:left;
  color:#000;
}

.white_module div.module,
.white_module div.module_text,
.white_module div.module_menu
{
	text-align:left;
	font-size:90%;
	color:#333;
	margin:10px 0 10px 0;
	width:100%;

}



/* MODULE FOOTER
--------------------------------------------------------- */
#footer div.module_menu,
#footer div.module_text,
#footer div.module{
	font-size:100%;
	margin-bottom:10px;
	color:#616161;

}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

