
body {
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#666666;
	font-family: 'Roboto', sans-serif;
	text-align:center;
    _ text-align:center;
    #text-align:center;
	background-color:#FFFFFF;
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
body {
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#666666;
	font-family: 'Roboto', sans-serif;
	text-align:center;
    _ text-align:center;
    #text-align:center;
	background-color:#FFFFFF;
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
body {
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#666666;
	font-family: 'Roboto', sans-serif;
	text-align:center;
    _ text-align:center;
    #text-align:center;
	background-color:#FFFFFF;
}
}

@media only screen and (max-width: 768px) {
body {
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#666666;
	font-family: 'Roboto', sans-serif;
	text-align:center;
    _ text-align:center;
    #text-align:center;
	background-color:#FFFFFF;
}
}

h1 {
	font-size:18px;
	color:#9C0044;
}

h2 {
	font-size:15px;
	color:#9C0044;
}

img {  }

#container {
	height:100%;
	_height:100%;
	#height:100%;
    width: 930px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	background-color:#FFFFFF;}
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
#container {
	height:100%;
	_height:100%;
	#height:100%;
    width: 930px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
#container {
	height:100%;
	_height:100%;
	#height:100%;
    width: 769px;
	margin:0px auto;
	text-align:center;
	padding:0px;
}
}

@media only screen and (max-width: 768px) {
#container {
	height:100%;
	_height:100%;
	#height:100%;
    width: 100%;
	margin:0px auto;
	text-align:center;
	padding:0px;
}
}


/*-- main container: contains all between header and footer --------------*/

#main_container {
	position: relative;
	top: -30px;
	left:0;
	padding: 0;
	width:100%;
}


/*--- header -------------------------------------------------------------*/

#header {
	width: 930px;
	height: 99px;
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
#header {
	width: 930px;
	height: 99px;
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
#header {
	width: 769px;
	height: 99px;
}
}

@media only screen and (max-width: 768px) {
#header {
	width: 100%;
	height: 99px;
}
}


/*--- logo ---------------------------------------------------------------*/

#logo {
	width: 930px;
	height: 38px;
	padding-top:24px;
	text-align:center;
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
#logo {
	width: 930px;
	height: 38px;
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
#logo {
	width: 769px;
	height: 38px;
}
}

@media only screen and (max-width: 768px) {
#logo {
	width: 100%;
	height: 38px;
}
}


/*--- menu ---------------------------------------------------------------*/

/*** Menu ***/
#menu {
    z-index:999;
	display: flex;
    justify-content: center;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu .main-menu {
    display: none;
}

#tm:checked + .main-menu {
    display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
    display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}

#menu li, 
#toggle-menu {
     border-width: 0 0 1px;
}

#menu .sub-menu {
    background-color: #7130A7;
    border-width: 1px 1px 0;
    margin: 0 1em;
}

#menu .sub-menu li:last-child {
    border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
    position: relative;
    display: block;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu, 
#toggle-menu {
    background-color: #010402;
}

#toggle-menu, 
#menu a {
text-decoration:none;
    
}

#menu a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
	text-decoration:underline;
}

#menu .sub-menu {
    display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
    display: block;
}

#menu .sub-menu a:hover {
    color: #444;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
    position: absolute;
    right: 1.5em;
    top: 1.25em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
    line-height: 1;
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
#menu {
    z-index:999;
    position:relative;
    list-style-type: none;
    display: flex;
    justify-content: center;
    height:60px;
    color:#424242;
    text-decoration: none;
    font-size: 26px;
	font-weight:300;
	background-color:#FFFFFF;
}
  
#menu .main-menu {
    display: block;
}

#toggle-menu, 
#menu label.drop-icon {
    display: none;
}

#menu ul span.drop-icon {
    display: inline-block;
}

#menu li {
    float: left;
    border-width: 0 1px 0 0;
}

#menu .sub-menu li {
    float: none;
}

#menu a {
  	color:#666666;
    padding-left:14.8px;
    padding-right:14.8px;
}

#menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 16.25em;
    z-index: 3000;
}

#menu .sub-menu, 
#menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
}

#menu .sub-menu li {
    border-width: 0 0 1px;
}

#menu .sub-menu .sub-menu {
    top: 0;
    right: 100%;
}

#menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
#menu {
    z-index:999;
    position:relative;
    list-style-type: none;
    display: flex;
    justify-content: center;
    height:60px;
    color:#424242;
    text-decoration: none;
    font-size: 21px;
	font-weight:300;
	background-color:#FFFFFF;
}
  
#menu .main-menu {
    display: block;
}

#toggle-menu, 
#menu label.drop-icon {
    display: none;
}

#menu ul span.drop-icon {
    display: inline-block;
}

#menu li {
    float: left;
    border-width: 0 1px 0 0;
}

#menu .sub-menu li {
    float: none;
}

#menu a {
  	color:#666666;
padding-left:13px;
padding-right:13px;
}

#menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 16.25em;
    z-index: 3000;
}

#menu .sub-menu, 
#menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
}

#menu .sub-menu li {
    border-width: 0 0 1px;
}

#menu .sub-menu .sub-menu {
    top: 0;
    right: 100%;
}

#menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
}
}

@media only screen and (max-width: 768px) {
#menu {
    z-index:999;
	width:100%;
	height:auto;
	margin-right:0;
	background-color:#FFFFFF;
}

#menu a {
  	color:#00000;
	font-size:26px;
	padding:5px;
}

#tm:checked + .main-menu {
    display: block;
    background-color:#9C0044;
}

#menu li {
    width: 100%;
}

#menu .sub-menu li {
    width: auto;
}
  
#menu, 
#toggle-menu {
    background-color:#FFFFFF;
}
}

.fa-bars	{
	color:#000000;
}


/*--- slider -------------------------------------------------------------*/

#slider	{
	width: 930px;
	height: 299px;
	margin-bottom:66px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
#slider	{
	width: 930px;
	height: 299px;
	margin-bottom:66px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
#slider	{
    width: 769px;
	margin-bottom:6px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	text-align:center;
}
}

@media only screen and (max-width: 768px) {
#slider	{
	max-width: 100%;
	height: auto;
	margin-bottom:66px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	text-align:center;
}
}


/*--- the main content ---------------------------------------------------*/

#content {
    text-align:left;
	padding-left:26px;
	padding-right:26px;
	padding-bottom:22px;
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
#content {
    text-align:left;
	padding-left:26px;
	padding-right:26px;
	padding-bottom:22px;
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
#content {
    text-align:left;
	padding-left:26px;
	padding-right:26px;
	padding-bottom:22px;
}
}

@media only screen and (max-width: 768px) {
#content {
    text-align:left;
	width:93%;
	padding-left:3.5%;
	padding-right:3.5%;
	padding-bottom:22px;
}
}


.resizeA {
  width: 100%;
  max-width: max-content; /* optional */
}


/*--- image boxes --------------------------------------------------------*/

#image_boxes {
     width:930px;
	 height:868px;
	 text-align:center;
     padding-bottom:36px;
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
#image_boxes {
    width:930px;
	height:100%;
	text-align:center;
    padding-bottom:36px;
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
#image_boxes {
    width:717px;
	height:100%;
    padding-left:26px;
	padding-right:26px;
	text-align:center;
    padding-bottom:36px;
}
}

@media only screen and (max-width: 768px) {
#image_boxes {
    width:93%;
	height:100%;
	padding-left:3.5%;
	padding-right:3.5%;
	text-align:center;
    padding-bottom:0px;
}
}


/*--- bottom menu --------------------------------------------------------*/

#bottom_menu {
     width:930px;
	 height:23px;
	 text-align:center;
	 margin-bottom:0px;
	 padding-bottom:0px;
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
#bottom_menu {
	height:23px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	text-align:center;
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
#bottom_menu {
	height:23px;
	width: 100%;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	text-align:center;
}
}

@media only screen and (max-width: 768px) {
#bottom_menu {
	display:none;
}
}


/*--- footer ---------------------------------------------------------------*/

#footer {
    background-color:#E5E5E6;
	position:relative;
	bottom:0px;
	left:0;
	width: 100%;
	height: 261px;
	margin-top:0px;
	padding-top:0px;
}

#footer_central {
	width: 930px;
	height: 252px;
    position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
#footer_central {
	width: 930px;
	height: 252px;
    position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
#footer_central {
	width: 769px;
	height: 252px;
    position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
}

@media only screen and (max-width: 768px) {
#footer_central {
	width: 100%;
	height: 252px;
    position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
}

#footer_header {
	width: 878px;
	height: 68px;
	margin-left:26px;
	margin-right:26px;
	font-size:19px;
	font-weight:500;
	text-align: left;
	line-height:81px;
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
#footer_header {
	width: 878px;
	height: 68px;
	margin-left:26px;
	margin-right:26px;
	font-size:19px;
	font-weight:500;
	text-align: left;
	line-height:81px;
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
#footer_header {
	width: 878px;
	height: 68px;
	margin-left:26px;
	margin-right:26px;
	font-size:19px;
	font-weight:500;
	text-align: left;
	line-height:81px;
}
}

@media only screen and (max-width: 768px) {
#footer_header {
	width:93%;
	height: 68px;
	margin-left:3.5%;
	margin-right:3.5%;
	font-size:19px;
	font-weight:500;
	text-align: left;
	line-height:81px;
}
}

#footer_left {
    width:417px;
	margin-left:26px;
	font-size:14px;
	text-align: left;
	line-height:20px;
	float:left;
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
#footer_left {
    width:417px;
	height:160px;
	margin-left:26px;
	font-size:14px;
	text-align: left;
	line-height:20px;
	float:left;
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
#footer_left {
    width:337px;
	height:160px;
	margin-left:26px;
	font-size:14px;
	text-align: left;
	line-height:20px;
	float:left;
}
}

@media only screen and (max-width: 768px) {
#footer_left {
    width:43.5%;
	margin-left:3.5%;
	font-size:14px;
	text-align: left;
	line-height:20px;
	float:left;
}
}

#footer_right {
    width:417px;
	margin-right:26px;
	font-size:14px;
	text-align: left;
	line-height:20px;
	float:right;
}

@media only screen and (min-width: 930px) and (max-width: 8000px) {  
#footer_right {
    width:417px;
	height:160px;
	margin-right:26px;
	float:right;
}
}

@media only screen and (min-width: 769px) and (max-width: 929px) {
#footer_right {
    width:337px;
	height:160px;
	margin-right:26px;
	float:right;
}
}

@media only screen and (max-width: 768px) {
#footer_right {
    width:43.5%;
	height:160px;
	margin-right:3.5%;
	float:right;
}
}

#credit {
    background-color:#E5E5E6;
	width: 100%;
	height: 37px;
	padding-top:50px;
	font-size:13px;
	color:#9C0044;
	line-height:40px;
	text-align:center;
}

@media only screen and (max-width: 768px) {
#credit {
    background-color:#E5E5E6;
	width: 100%;
	height: 37px;
	padding-top:50px;
	font-size:13px;
	color:#9C0044;
	line-height:40px;
	text-align:center;
}
}

#credit2 {
    background-color:#E5E5E6;
	width: 100%;
	height: 37px;
	font-size:13px;
	color:#9C0044;
	line-height:40px;
	text-align:center;
}


/*--- additional link styles -----------------------------------------------*/

a.one:link {font-size:13px; color:#9C0044; text-decoration:none;}
a.one:visited {font-size:13px; color:#9C0044; text-decoration:none;}
a.one:hover {font-size:13px; color:#9C0044; text-decoration:underline;}
a.one:active {font-size:13px; color:#9C0044; text-decoration:none;}

a.two:link {font-size:26px; color:#424242; text-decoration:none; font-weight:300;}
a.two:visited {font-size:26px; color:#424242; text-decoration:none; font-weight:300;}
a.two:hover {font-size:26px; color:#424242; text-decoration:underline; font-weight:300;}
a.two:active {font-size:26px; color:#424242; text-decoration:none; font-weight:300;}

a.three:link {font-size:16px; color:#000000; text-decoration:none; font-weight:300; padding-left:12px; padding-right:12px;}
a.three:visited {font-size:16px; color:#000000; text-decoration:none; font-weight:300; padding-left:12px; padding-right:12px;}
a.three:hover {font-size:16px; color:#000000; text-decoration:underline; font-weight:300; padding-left:12px; padding-right:12px;}
a.three:active {font-size:16px; color:#000000; text-decoration:none; font-weight:300; padding-left:12px; padding-right:12px;}

a.four:link {color:#9C0044; text-decoration:none;}
a.four:visited {color:#9C0044; text-decoration:none;}
a.four:hover {color:#9C0044; text-decoration:underline;}
a.four:active {color:#9C0044; text-decoration:none;}

.bold {
    font-weight:bold;
}

.medium {
    font-weight:400;
}

.light {
    font-weight:300;
}

.regular {
    font-weight:500;
}

.small {
    font-size:12px;
}

.menu_spacer {
	padding-right: 28px;
}

.menu_spacer_bottom_menu {
	padding-right: 26px;
}