<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(../css_new/google_opensans.css);



body {
	font-family: "OpenSans", Arial, sans-serif !important;
	font-size: 12px;
	
	color: #fff;
	margin: 0;
	padding: 0;
	
	background: #1a1c1b;
	
	
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  /*display: block;*/
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}



a {
 color: #fff;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:visited  {
  color: #fff;
  text-decoration: none;
}
a:active  {
  color: #fff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  color: #000000;
}
button:focus
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ffffff;
  margin: 40px 0;
}

.site-header ul.social-icons {
  position: relative;
  z-index: 11;
  margin: 30px 0;
}
.site-header ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
.site-header ul.social-icons li a {
  width: 36px;
  height: 36px;
  background-color: white;
  color: #444444;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}

.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  top: 94px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  
}

#menu-wrapper {
 
  overflow: hidden;
  border-radius: 0px;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: 0 0 1px rgba(255,255,255,0.2);
  background: url(../../../setglimg/module_box_transparency10.png) 0 0 repeat;
  
}

.logo-wrapper {
  height: 120px;
  background-position: 15px;
  vertical-align: middle;
}
.logo-wrapper img {
  display: inline-block;
  overflow: hidden;
  padding: 5px;
}
.logo-wrapper a {
  display: inline-block;
  overflow: hidden;
  padding-left: 130px;
  line-height: 100px;
  text-transform: uppercase;
  color: #920000;
  font-size: 32px;
  font-weight: 700;
}

.main-menu ul li {
  display: inline-block;
  margin: 0 20px;
}
.main-menu ul li:last-child {
  margin-right: 35px;
}
.main-menu ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  line-height: 100px;
  padding-top: 37px;
}
.main-menu ul li.active a {
  border-top: 3px solid #920000;
  color: #920000;
}

a.toggle-menu {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 33px;
  margin-right: 30px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #d5d5d5;
  display: inline-block;
  color: black;
}

.menu-responsive {
  display: none;
  box-shadow: 0 0 1px rgba(255,255,255,0.2);
  background: url(../../../setglimg/module_box_transparency10.png) 0 0 repeat;
}
.menu-responsive ul li {
  padding: 5px 0px 5px 25px;
}
.menu-responsive ul li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.menu-responsive ul li.active a {
  color: #920000;
}

.flexslider {
  position: relative;
  top: -96px;
}
.flexslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.flexslider .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 380px;
  left: 0;
}
.flexslider .slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  display: inline-block;
}
.flexslider .slider-caption p {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 26px;
  display: block;
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #920000;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 989px) {
  .flexslider .slider-caption {
    top: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .flexslider .slider-caption {
    top: 380px;
  }
}

.content-section {
  padding-top: 60px;
}

.heading-section {
  margin-bottom: 60px;
}
.heading-section2 {
  margin-bottom: 30px;
}
.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #444444;
  display: inline-block;
}
.heading-section2 h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #444444;
  display: inline-block;
}
.heading-section p {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
}



.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.content-section#services {
  margin-top: 0px;
}

.service-item {
  position: relative;
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
}

.service-item a {
	color: #444444;
}

.service-item a:hover {
	color: #444444;
}

.service-item-big{
	ont-size: 3em;
  padding: 70px 0;
}

.service-item .service-icon {
  font-size: 3em;
  padding: 30px 0;
}
.service-item .service-content {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.service-item .service-content .inner-service {
  padding: 20px;
}
.service-icon h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #444444;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.service-item .service-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #444444;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}
.service-item:hover .service-icon {
  opacity: 0;
  visibility: hidden;
}
.service-item:hover .service-content {
  opacity: 1;
  visibility: visible;
}

#service-1 {
  background-color: #ffffff;
}

#service-2 {
  background-color: #ffffff;
}

#service-3 {
  background-color: #ffffff;
}

#service-4 {
  background-color: #ffffff;
}

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
    border: 5px solid #ffffff;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: #920000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.team-member {
  margin-bottom: 30px;
}
.team-member .member-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.team-member .member-thumb img {
  width: 100%;
}
.team-member .member-thumb .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #920000;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 64px;
}
.team-member .member-thumb .team-overlay span {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.team-member .member-thumb .team-overlay ul.social {
  display: block;
  margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
  display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
  width: 36px;
  height: 36px;
  background-color: white;
  line-height: 40px;
  color: #920000;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.team-member .member-thumb:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.skills-heading {
  margin-top: 60px;
  margin-bottom: 50px;
}
.skills-heading h3.skills-title {
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.skills-heading .small-text {
  font-style: italic;
}

.progress {
  height: 34px;
  box-shadow: none;
  border-radius: 0;
  background-color: #e7e7e7;
  margin-bottom: 10px;
}

.progress-bar {
  line-height: 34px;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #920000;
  box-shadow: none;
}

.googlemap-wrapper {
  height: 380px;
  margin-bottom: 40px;
}

.map-canvas {
  height: 380px;
  border: 10px solid #efefef;
}

.contact-info {
  margin-top: 40px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.contact-form .mainBtn {
  margin-top: 15px;
  color: white;
  background-color: #920000;
  text-transform: uppercase;
  border: 0;
}

#go-top {
  background-color: #920000;
  color: #ffffff;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 700;
}

#footer {
  margin-top: 130px;
}

/* Error messages */
.global-messages, .global-messages .col {
    display: block;
    height: 0;
    left: 50%;
    margin-left: -200px;
    position: fixed;
    top: 40%;
    width: 400px;
    z-index: 99999;
}
.global-messages-inner {
    margin-right: -200px;
    padding-top: 15px;
    position: fixed !important;
    right: 50% !important;
    text-align: center;
    width: 400px;
}
.global-messages-item {
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 1) inset, 0 2px 20px 0 rgba(0, 0, 0, 0.15), 1px 0 5px 0 rgba(0, 0, 0, 0.2);
    clear: both;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 0 5px 10px;
    opacity: 0.95;
    padding: 0;
    position: relative;
    text-shadow: 0 -1px rgba(255, 255, 255, 0.8);
    vertical-align: top;
    width: 380px;
    font-size: 12px;
}
.global-messages-item.success {
    background-color: rgb(221, 242, 217);
    border: 1px solid rgb(123, 186, 110);
    color: #29681c;
}
.global-messages-item.info {
    background-color: rgb(217, 230, 242);
    border: 1px solid rgb(110, 147, 186);
    color: #1c4169;
}
.global-messages-item.warn {
    background-color: #f1f2d9;
    border: 1px solid #ad962e;
    color: #897725;
}
.global-messages-item.error {
    background-color: #f2c2c2;
    border: 1px solid #f2bbbb;
    color: #701d1d;
}
.global-messages-item .msg-icon {
    left: 8px;
    position: absolute;
    top: 8px;
    z-index: 2;
}
.global-messages-item.error .msg-icon, .msg-icon.cross, .global-messages-item.warn .msg-icon, .msg-icon.exclamation, .global-messages-item.success .msg-icon, .msg-icon.tick, .global-messages-item.info .msg-icon, .msg-icon.info {
    display: inline-block;
    height: 20px;
    width: 20px;
}
.global-messages-item.error .msg-icon, .msg-icon.cross {
    background: url("../../setglimg/error.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.global-messages-item.warn .msg-icon, .msg-icon.exclamation {
    background: url("../../setglimg/warning.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 22px;
}
.global-messages-item.success .msg-icon, .msg-icon.tick {
    background: url("../../setglimg/success.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.global-messages-item.info .msg-icon, .msg-icon.info {
    background: url("../../setglimg/info.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.global-messages-item .msg-body {
    display: block;
    margin: 2px;
    max-width: 600px;
    min-height: 33px;
    min-width: 60px;
    text-align: left;
    vertical-align: top;
    z-index: 1;
}
.global-messages-item .msg-text {
    display: none;
    padding: 9px 15px 8px 35px;
    vertical-align: middle;
}
.global-messages-item .msg-text ul, .global-messages-item .msg-text ol {
    margin: 10px 0 0;
    padding-left: 15px;
}
.global-messages-item .msg-text li {
    font-weight: 400;
    padding: 0;
}
.global-messages-item .msg-text p {
    margin: 5px 0;
}
.global-messages-item *::-moz-selection {
    background: none repeat scroll 0 0 transparent;
}
.global-messages-item.expanded .msg-text, .global-messages-item.collapsed .msg-text {
    display: inline-block;
}

#black_overlay {
    background-color: #333;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 50;
}
.closeloginiconMain {
 	float: right;
    position: absolute;
    right: -8px;
    top: -10px;
	cursor:pointer;
}

/*
ranking content
*/

.newsheader_eventhead {
	text-align: center;
	padding: 5px 5px 5px 5px;
	border-radius: 0px;
	font-size: 25px;
	text-transform: uppercase;
	
	box-shadow: 0 0 1px rgba(255,255,255,0.2);
    background: url(../../../setglimg/module_box_transparency25.png) 0 0 repeat;
	
	
}

.newsheader_eventhead_text {
	color: rgb(255, 255, 255);
	text-align: center;
    font-size:20px; 
    padding:5px 5px 5px 5px;
}

.central_table_popup {
   
}

table.moduletable {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0px;
    
    text-align: left;
    border-collapse: collapse;
}

table.moduletable th {
	
	text-align: left;
	padding: 4px;
	height: 21px;
	font-size: 14px;
	text-transform: uppercase;
 	vertical-align: middle;
 	/**box-shadow: 0 0 1px rgba(255,255,255,0.2);**/
    background: url(../../../setglimg/module_box_transparency25.png) 0 0 repeat;
}
table.moduletable td {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	vertical-align: middle;
	
}
 td {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	vertical-align: middle;
	
}

table.moduletable th.thright {
	text-align: right;
}
table.moduletable th.thcenter {
	text-align: center;
	/**background: linear-gradient( 90deg, rgb(174, 0, 0) 0%, rgb(2, 1, 6) 100%, rgb(0, 212, 255) 100% );**/
	background-color: #000000;
}

.general_inner{
	min-height: .01%;
	overflow-x: auto;
}

.GB_frame {
	
	min-height:80vh;
	height: 100%;
}
#page_center {
	
}

#header-side-fades {
	
}

#logo {
	
}

.commercial_center {
	text-align: center;
	margin: 2px;
}

.commercial_left {
	text-align: right;
	vertical-align: top;
	margin-right: 2px;
	padding-right: 10px;
}

.commercial_right {
	text-align: left;
	vertical-align: top;
	margin-right: 2px;
	padding-left: 10px;
}

.clr {
	clear: both;
}

.central_table {
	
}

.central_table_popup {
	width: 98%;
	/*height: 100%;*/
}

.outline {
	height: 100%;
}

.outline_draw {
	height: 1px;
}

.outline_pdf {
	
}

h1 {
	
}

h2 {
	
}

h2.white {
	
}

h3 {
	
}

.mainsite {
	
}

#header {
	
}

#header_outer {
	
}

#head_outer_right {
	
}

#left_outer {
	clear: both;
	float: left;
	margin-top: 0px;
}

#center_outer_middle {
	
}

#center_outer_middle_popup {
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100%;
}

#center_outer_middle_popup_draw {
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 100%;
	height: 100%
}

#center_outer_middle_right {
	float: left;
	margin-top: 2px;
	margin-left: 2px;
}

#center_outer_left_middle_right {
	float: left;
	margin-top: 2px;
	margin-left: 2px;
}

#center_outer_left_middle_right_popup {
	clear: both;
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	width: 100%;
}

#center_outer_left_middle_right_popup_draw {
	clear: both;
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	width: 100%;
}

#bottom_inner {
	
	padding: 2px;
	float: none !important;
	float: left;
	margin-top: 2px;
	font-size: 11px;
}

#bottom_info {
	color: #fff;
	text-align: center;
	font-size: 11px;
}

#right_outer {
	
}

.general_inner {
	padding: 5px;
	float: none !important;
	float: left;
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.general_innerblue {
	border: 3px solid #7c7d8f;
	padding: 5px;
	float: none !important;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}

#general_inner_popup {
	border: 1px solid #D7DCE1;
	padding: 5px;
	float: none !important;
	float: left;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 10px;
	font-size: 10px;
}

.general_inner_bgcolor {
	padding: 5px;
	float: none !important;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	vertical-align: middle;
}

.general_inner_bgcolor_blue, .eventinfodark {
	padding: 5px;
	float: none !important;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	vertical-align: middle;
	background: #131623 !important;
}

.general_inner_bgcolor_red {
	padding: 5px;
	float: none !important;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	vertical-align: middle;
	background: linear-gradient(to bottom right, #C05F7C 0%, #9D315C 100%);
}

.general_inner_ads {
	padding: 5px;
	float: none !important;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	vertical-align: middle;
}

.general_inner_topevents {
	padding: 2px;
	float: left;
	margin: 5px;
	font-size: 13px;
	vertical-align: middle;
}

.general_inner_menuhead {
	border: 0px solid #7c7d8f;
	padding: 5px;
	float: left !important;
	margin-top: 5px;
	font-size: 10px;
}

.general_inner_breadcrumb {
	padding: 5px;
	float: left !important;
	text-align: left;
	margin-top: 10px;
	font-size: 13px;
	width: 100%;
	text-transform: uppercase;
}

.general_inner_countrybox {
	position: relative;
	float: right !important;
	padding: 2px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
}

.general_inner_countrybox input {
	margin: auto;
	vertical-align: bottom;
}

.general_inner_countrybox img {
	margin: auto;
	vertical-align: bottom;
}

#active_menu {
	color: #e10000;
	font-weight: bold;
}

#active_menu:hover {
	color: #e10000;
}

.newsheader {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.newsheader2 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
}

.newsheader_ads {
	font-size: 13px;
	font-style: normal;
}

.button {
	text-align: center;
	font-size: 13px;
	border: 1px solid #2f3951;
	color: #000;
	padding: 2px;
	margin-top: 2px;
	margin-left: 2px;
	height: 26px !important;
	height: 24px;
	margin: 2px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.managedata {
	text-align: center;
	font-size: 13px;
	border: 1px solid #2f3951;
	background: url(../images/button_bg.png) repeat-x;
	padding: 2px;
	margin-top: 2px;
	margin-left: 2px;
	height: 26px !important;
	height: 24px;
	margin: 2px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

.managedata_border_red {
	color: #003366;
	text-align: center;
	font-size: 13px;
	/*font-weight: bold;*/
	border: 1px double #CC3333;
	background: url(../images/button_bg.png) repeat-x;
	padding: 2px;
	text-decoration: none;
	margin-top: 2px;
	margin-left: 2px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 2px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.managedata2 {
	color: #003366;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	/*border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.auswahl {
	background: #1a1c1b !important;
	color: #fff !important;
}

input[type="checkbox"], input[type="radio"] {
	margin: 4px 4px 4px !important;
}

input:not([type="radio"] ):not([type="checkbox"] ):not([type="submit"]):not([type="image"]){
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(212, 212, 255, 0.035);
	border: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-radius: 0;
	color: inherit;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	font-size: 14pt;
	min-height: 1.50em;
	margin-top: 5px;
	margin-bottom: 5px;
}

input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]){
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(212, 212, 255, 0.035);
	border: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-radius: 0;
	color: inherit;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
	font-size: 14pt;
	min-height: 2.75em;
	margin-top: 5px;
	margin-bottom: 5px;
}

textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.inputbox:not([type="radio"]):not([type="checkbox"]){
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(212, 212, 255, 0.035);
	border: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-radius: 0;
	color: inherit;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	font-size: 14pt;
	min-height: 2.75em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.inputbox:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.inputbox[type=checkbox]:checked:before {
	top: 2px;
	left: 1px;
	width: 12px;
	height: 22px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #35ac19;
	border-bottom: 2px solid #35ac19;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	margin: 4px 4px 4px;
}

.inputbox[type=checkbox]:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	z-index: 0;
	border: 2px solid #A9ABAE;
	border-radius: 1px;
	margin-top: 2px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	background: #fff;
}

.password_test {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(212, 212, 255, 0.035);
	border: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-radius: 0;
	color: inherit;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
	font-size: 14pt;
	min-height: 2.75em;
}

.tcal {
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.timepicker {
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

table.moduletable {
	width: 100%;
	margin-bottom: 2px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable tbody {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	display: table;
}

table.moduletable th {
	text-align: left;
	padding: 4px;
	height: 21px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: middle;
}

table.moduletable th a {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

table.moduletable th img {
	margin: auto;
	vertical-align: middle;
}

table.moduletable td {
	font-size: 15px;
	padding: 3px;
	margin: 0px;
	font-weight: normal;
}

table.moduletable2 {
	width: 100%;
	margin-bottom: 1px;
	padding: 0px;
}

table.moduletable2 th {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable2 td {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.moduletable_draw {
	width: 100%;
	margin-bottom: 1px;
	padding: 0px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.moduletable_draw th {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable_draw td {
	font-size: 13px;
	margin: 0px;
	font-weight: normal;
}

table.moduletablered th {
	color: #fff;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}

table.moduletablered td {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.moduletablered {
	width: 100%;
	margin-bottom: 1px;
	padding: 0px;
}

table.moduletable3 {
	width: 950px;
	margin-bottom: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px solid;
}

table.moduletable3 th {
	background: url(../images/boxheaderbg.jpg) repeat-x;
	background-position: center top;
	background-color: #D7DCE1;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable3 td {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 90%;
	text-decoration: none;
	background-position: 0px -25px;
}

a.mainlevel:hover {
	font-weight: bold;
	text-decoration: none;
	color: #e10000;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 13px;
	/*font-weight: bold;*/
	color: #0087d4;
	text-align: left;
}

a.sublevel:hover {
	color: #C43C03;
	text-decoration: none;
}

.afabrot {
	background-color: #f2c2c2;
	color: #701d1d;
	font-weight: bold;
}

.green {
	background-color: rgb(221, 242, 217);
	color: #29681c;
	font-weight: bold;
}

.yellow {
	background-color: #f1f2d9;
	color: #897725;
	font-weight: bold;
}

.link_inactive {
	color: #8D8B97;
	font-size: 13px;
}

.link_inactive:link {
	color: #8D8B97;
}

.link_inactive:hover {
	color: #8D8B97;
}

.link_inactive:visited {
	color: #8D8B97;
}

.datalink:hover {
	color: #fff;
}

.datalink:link {
	color: #fff;
}

.datalink:visited {
	color: #fff;
}

.datalink2:hover {
	color: #fff;
}

.datalink2:link {
	color: #fff;
}

.datalink2:visited {
	color: #fff;
}

.datalink_black {
	color: #000;
}

.datalink_black:hover {
	color: #000;
}

.datalink_black:link {
	color: #000;
}

.datalink_black:visited {
	color: #000;
}

.datalinkgreen:hover {
	color: #0C9A07;
}

.datalinkgreen:link {
	color: #0C9A07;
}

.datalinkgreen:visited {
	color: #0C9A07;
}

.datalinkyellow:hover {
	color: #B0AA03;
}

.datalinkyellow:link {
	color: #B0AA03;
}

.datalinkyellow:visited {
	color: #B0AA03;
}

.datalinkred:hover {
	color: #CC3333;
}

.datalinkred:link {
	color: #CC3333;
}

.datalinkred:visited {
	color: #CC3333;
}

.datalinkhelp:hover {
	
}

.datalinkhelp:link {
	
}

.datalinkhelp:visited {
	
}

.imglink {
	text-decoration: none;
}

.helpbody {
	font-size: 13px;
	text-align: justify;
}

table.caltable {
	width: 100%;
	border: 0px solid #888;
	border-collapse: collapse;
}

table.caltable td {
	border-collapse: collapse;
	border: 1px solid #888;
	text-align: left;
	vertical-align: top;
	padding-left: 2px;
}

.calheader {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	font-size: 13px;
}

table.caltable th {
	border-collapse: collapse;
	border: 1px solid #888;
	background-color: #2f3951;
	padding-left: 2px;
}

.days {
	
}

.actday {
	background-color: #32839E;
	font-weight: bold;
}

.sunday {
	font-weight: bold;
}

.blankday {
	font-weight: bold;
}

#pic {
	left: 0px;
	position: relative;
	top: 0px;
	width: 16px;
	border: 0px;
	float: left;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	border: 0px;
	display: block;
	height: 16px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 16px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	left: 50px;
	position: absolute;
	top: -60px;
	width: auto;
	height: auto;
}

.tabmenunormal {
	border-bottom: 2px solid #D7DCE1;
}

.tabmenuactive {
	border-top: 2px solid #D7DCE1;
	border-left: 2px solid #D7DCE1;
	border-right: 2px solid #D7DCE1;
	font-weight: bold;
}

.tabmenuinactive {
	border: 2px solid #D7DCE1;
	font-weight: bold;
	background: #ffffff;
}

.tabmenuinactive  .datalink {
	color: #000000;
}

.infotable_center {
	overflow: auto;
}

a.mainlevel2:link, a.mainlevel2:visited {
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-left: 2px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel2:hover {
	font-weight: bold;
	text-decoration: none;
	color: #E15704;
}

.valigncenter {
	vertical-align: middle;
}

#subsite div {
	position: absolute;
	visibility: hidden;
	padding: 5px;
	float: left !important;
	margin-top: 5px;
	font-size: 10px;
	background: #ffffff;
	border-left: 1px solid #2f3951;
	border-right: 1px solid #2f3951;
	border-bottom: 1px solid #2f3951;
}

#menu_veranstaltung_head {
	padding-top: 30px;
	padding-left: 40px;
	background: url('../../../setglimg/menu_veranstaltung_head_bg.png')
		no-repeat top center;
	font-size: 13px;
	border: 0px solid #2f3951;
	font-weight: bold;
}

a.veranstaltung_head_menu_link:link, a.veranstaltung_head_menu_link:visited
	{
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	text-decoration: none;
}

a.veranstaltung_head_menu_link:hover {
	font-weight: bold;
	text-decoration: none;
}


/*facelift 2012-02-20*/
#styletwo {
	position: relative;
	width: 100%;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background: url(../../../setglimg/title_nav_bg.png) repeat top left;*/
	background-color: #2f3951;
}

#styletwo2 {
	background-color: #222;
	position: relative;
	width: 100%;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.header_buttons_main {
	color: #003366;
	font-size: 13px;
	text-decoration: none;
	vertical-align: top;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	display:inline-block;
   	width: 12%;
   	min-width: 100px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis; 
  	margin-bottom: 30px;
}


.header_buttons_main&gt;a img {
	margin-bottom: 10px;
}

.header_buttons_main&gt;a img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s ease;
}

.header_buttons_main&gt;span img {
	margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
    .newsheader_eventhead{
        font-size:20px;
    }
}


.ads_left {
	
}

.ads_right {
	
}

/* slide box */
.slide-box {
	max-width: 820px;
	height: 263px;
	position: relative;
	margin: 0px auto;
	box-sizing: content-box;
}

.slide-player {
	position: relative;
}

.slide-player li {
	position: absolute;
	background: #fff;
	padding: 0px;
	left: 0;
	top: 0;
	display: none;
}

.slide-player li.selected {
	display: block;
}

.slide-menu {
	text-align: center;
}

.slide-menu a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: url(../../../mainpage/image/scroll_btn2.png) no-repeat 0 0;
	margin: 16px 3px 0;
}

.slide-menu a.selected {
	background-position: right 0;
}

.newsheader3 {
	font-size: 12px;
}

.table_background_overdiv {
	background-color: #ffffff;
}

.double-scroll {
	width: 100%;
}

.pre-scrollable {
	max-height: 230px;
	overflow-y: scroll;
}

#logo img {
	margin-bottom: 1px !important;
}

.general_inner.pre-scrollable, .general_inner, .general_inner_ads,
	.general_inner_bgcolor {
	border-top: solid 1px rgba(212, 212, 255, 0.1);
}

table.moduletable th {
	background-color: transparent;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

table.moduletable th a {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

table.moduletable tr td {
	padding: 10px;
}

.slide-player {
	overflow: hidden;
	height: 226px !important;
}

a, a:hover {
	color: #fff;
}

#black_overlay {
	background: rgba(0, 0, 0, 0.9);
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.closeloginiconMain {
	float: right;
	position: absolute;
	right: -8px;
	top: -10px;
	cursor: pointer;
}

.navbar {
	margin-bottom: 0 !important;
	border-radius: 0px;
}

}
#entryMainForm {
	width: auto !important;
}

.link_dashboard_sm {
	font-size: 13px;
	font-weight: bold;
}

.breadcrumb {
	margin-bottom: 0px;
	border-radius: 0px;
	font-size: 13px;
	text-transform: uppercase;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
	background: url(../../../setglimg/module_box_transparency10.png) 0 0
		repeat;
}

#toggle_img_search_calendar, #toggle_img_calendar_calendar,
	#toggle_img_eventnews_actual {
	filter: invert(100%);
}

button, input, select, textarea {
	color: #000;
}

.invert img {
	filter: invert(100%);
}

#directions {
	background-color: #fff;
}

#map {
	color: #000;
}

#map a {
	color: #000;
}

#markerlist {
	background-color: #fff;
	color: #000;
}

.white {
	color: #fff;
}

.img-thumbnail {
	border: 0px solid #186185;
	border-radius: 0px;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.navbar-fixed-top {
	margin-right: 15px;
	margin-left: 15px;
}

.navbar-fixed-top .navbar-collapse {
	max-height: 500px;
}

.bg_maincontent {
	margin-top: 130px
}

.green .datalink2 {
	color: #29681c !important;
}

.afabrot .datalink2 {
	color: #701d1d !important;
}

.modal-dialog {
	color: #000000;
}

.modal-dialog .datalink2 {
	color: #000000;
}

.label {
	font-size: 100%;
	text-transform: uppercase;
}

.carousel {
	margin-top: 0px;
	margin-bottom: 10px;
}

.carousel .item img {
	margin: 0 auto; /* Align slide image horizontally center */
}

.carousel-textbg {
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	text-transform: uppercase;
}

.carousel-indicators li {
	visibility: hidden;
}

.carousel-img-fullscreen {
	width: 100%;
}

@media screen and (max-width: 500px) {
	.carousel-textbg {
		display: none;
	}
}

.carousel .item {
	max-height: 90vh;
	/* Prevent carousel from being distorted if for some reason image doesn't load */
	/*background: rgba(0, 0, 0, 0.7);*/
}

.card {
	color: #000000;
	transition: 0.3s;
	background: #131623;
}

.card-body {
	background: #2a2f4a !important;
	color: #ffffff; padding : 5px;
	min-height: 100px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.card-title {
	color: #ffffff;
	padding: 10px;
}

.card-body .datalink2 {
	color: #ffffff;
}

.card-body .img-thumbnail {
	border: 0px solid #000000;
	border-radius: 2px;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
	background-color: grey;
	margin: 2px;
}

@media ( max-width : 767px) {
	.carousel-inner .active.left {
		left: -100%;
	}
	.carousel-inner .next {
		left: 100%;
	}
	.carousel-inner .prev {
		left: -100%;
	}
	.active&gt;div {
		display: none;
	}
	.active&gt;div:first-child {
		display: block;
	}
}

@media ( min-width : 767px) and (max-width: 992px ) {
	.carousel-inner .active.left {
		left: -50%;
	}
	.carousel-inner .next {
		left: 50%;
	}
	.carousel-inner .prev {
		left: -50%;
	}
	.active&gt;div {
		display: none;
	}
	.active&gt;div:first-child {
		display: block;
	}
	.active&gt;div:first-child+div {
		display: block;
	}
}

@media ( min-width : 992px ) {
	.carousel-inner .active.left {
		left: -16.7%;
	}
	.carousel-inner .next {
		left: 16.7%;
	}
	.carousel-inner .prev {
		left: -16.7%;
	}
}

.main-timeline {
	overflow: hidden;
	position: relative;
}

.main-timeline:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #d6d5d5;
	position: absolute;
	top: 0;
	left: 50%;
}

.main-timeline .timeline {
	padding-right: 30px;
	position: relative;
}

.main-timeline .timeline:before, .main-timeline .timeline:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.main-timeline .timeline:first-child:before, .main-timeline .timeline:last-child:before
	{
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid #d6d5d5;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: -3px;
}

.main-timeline .timeline:last-child:before {
	top: auto;
	bottom: 0;
}

.main-timeline .timeline-icon {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #d6d5d5;
	box-sizing: content-box;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: -4px;
}

.main-timeline .timeline-icon:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #737ab4;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.main-timeline .year {
	display: inline-block;
	padding: 8px 20px;
	margin: 0;
	font-size: 13px;
	color: #fff;
	background: #222;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 30%;
	text-transform: uppercase;
	transform: translateY(-50%);
}

.main-timeline .year:before {
	content: "";
	border-right: 18px solid #222;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	position: absolute;
	top: 0;
	left: -18px;
}

.main-timeline .timeline-content {
	width: 46.5%;
	padding: 10px 20px;
	margin: 0 20px 0 0;
	background: url(../../../setglimg/module_box_transparency10.png) 0 0
		repeat;
	position: relative;
}

.main-timeline .timeline-content-info {
	background: url(../../../setglimg/module_box_transparency25.png) 0 0
		repeat !important;
}

.main-timeline .timeline-content:after {
	content: "";
	border-left: 20px solid #222;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}

.main-timeline .title {
	float: left;
	font-size: 18px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}

.main-timeline .post {
	float: left;
	font-size: 13px;
	color: #999;
	text-transform: uppercase;
	clear: both;
}

.main-timeline .description {
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	margin: 0;
	clear: both;
}

.main-timeline .timeline:nth-child(2n) {
	padding: 0 0 0 30px;
}

.main-timeline .timeline:nth-child(2n) .year {
	right: auto;
	left: 30%;
}

.main-timeline .timeline:nth-child(2n) .year:before {
	border: 18px solid transparent;
	border-right: none;
	border-left: 18px solid #222;
	left: auto;
	right: -18px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
	float: right;
	margin: 0 0 0 20px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after {
	border-left: none;
	border-right: 20px solid #222;
	right: auto;
	left: -20px;
}

@media only screen and (max-width: 1200px) {
	.main-timeline .year {
		right: 25%;
	}
	.main-timeline .timeline:nth-child(2n) .year {
		left: 25%;
	}
}

@media only screen and (max-width: 990px) {
	.main-timeline .year {
		right: 25%;
	}
	.main-timeline .timeline:nth-child(2n) .year {
		left: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.main-timeline:before {
		left: 10px;
	}
	.main-timeline .timeline {
		padding: 0 0 0 30px;
		margin-bottom: 20px;
	}
	.main-timeline .timeline:last-child {
		margin-bottom: 0;
	}
	.main-timeline .timeline:first-child:before, .main-timeline .timeline:last-child:before
		{
		display: none;
	}
	.main-timeline .timeline-icon {
		margin: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	.main-timeline .year, .main-timeline .timeline:nth-child(2n) .year {
		display: block;
		font-weight: bold;
		margin: 0 0 32px 30px;
		z-index: 1;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		transform: none;
	}
	.main-timeline .timeline:nth-child(2n) .year:before {
		border-left: none;
		border-right: 18px solid #222;
		right: auto;
		left: -18px;
	}
	.main-timeline .timeline-content {
		padding: 20px;
	}
	.main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content
		{
		width: auto;
		float: none;
		margin: 0 0 0 30px;
	}
	.main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-content:after
		{
		border: none;
		border-bottom: 20px solid #222;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		top: -20px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

@media only screen and (max-width: 480px) {
	.main-timeline .title {
		float: none;
		margin: 0;
	}
	.main-timeline .year, .main-timeline .timeline:nth-child(2n) .year {
		margin-left: 20px;
	}
	.main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content
		{
		margin-left: 10px;
	}
	.main-timeline .post {
		margin: 5px 0;
	}
}

.timelinetable td {
	padding: 2px !important;
}

.modal {
	overflow-y: auto;
}

.navbar-inverse {
	background-color: #131623;
	border-color: #080808;
	text-transform: uppercase;
}

.dropdown-menu {
	text-transform: uppercase;
}

.btn {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s
		ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s
		ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s
		ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s
		ease-in-out, color 0.2s ease-in-out;
	background-color: #1a1c1b;
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 0 0 2px #ffffff;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	/*font-size: 0.8em;*/
	font-weight: 600;
	height: 3.5em;
	letter-spacing: 0.25em;
	line-height: 3.5em;
	padding: 0 1.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 5px;
	margin-bottom: 5px;
	transition: color #ffffff;
}

button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s
		ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s
		ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s
		ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s
		ease-in-out, color 0.2s ease-in-out;
	background-color: #1a1c1b;
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 0 0 2px #ffffff;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	/*font-size: 0.8em;*/
	font-weight: 600;
	height: 3.5em;
	letter-spacing: 0.25em;
	line-height: 3.5em;
	padding: 0 1.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 5px;
	margin-bottom: 5px;
	transition: color #ffffff;
}

input[type="image"] {
	object-fit: none;
}

.btn:focus, .btn:hover {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
	box-shadow: inset 0 0 0 2px #000000;
}

select {
	background: #1a1c1b !important;
	color: #fff !important;
}

.select2-container--default .select2-selection--single {
	background: #000000  !important;
	border: 0px solid #aaa !important;
	border-radius: 4px;
	font-size: 14pt !important;
	line-height: 2.75em !important;
	min-height: 2.75em !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	color: #fff !important;
	line-height: 2.75em !important;
	min-height: 2.75em !important;
}

.list-group-item {
	text-transform: uppercase !important;
	overflow: hidden;
	color: #ffffff !important;
	background-color: #131623 !important;
	border: 0;
	border-top: solid 1px rgba(212, 212, 255, 0.1);
}

.msg-text {
	font-size: 14px;
}

.modal-dialog .moduletable th {
	color: #ffffff !important;
}

.alert-info {
	color: #3dbaf9;
	background-color: #1a1c1b;
	border: 0px !important;
	box-shadow: inset 0 0 7px 2px #3dbaf9;
}

.alert-info .alert-link {
	-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s
		ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s
		ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s
		ease-in-out;
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	border-bottom: dotted 1px;
	color: inherit;
	text-decoration: none;
}

.hordiv{
	width: 100%;
  display: table;
  white-space: wrap;
  text-align: center;
}

.table-responsive {

    overflow-x: visible !important;
}
@media screen and (max-width:767px) {
.table-responsive {

    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: solid 1px rgba(212, 212, 255, 0.1);
}
}
.table-responsive::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-responsive::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}


@media screen and (max-width: 600px) {
.infotable table {width:100%;}
.infotable tbody td {display: block;  text-align:left; height: auto;}

.infotable2 {text-align:left;}

table.moduletable th.thcenter {
	text-align: left;
}
.numberCircle {
    margin: 0 !important;
}
.numberCircle_gold {
    margin: 0 !important;
}
.numberCircle_silver {
    margin: 0 !important;
}
.numberCircle_bronze {
    margin: 0 !important;
}
}

.darkcard {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  line-height: 1.4em;
  background-color: #000000;
}
.darkcard * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.darkcard img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.darkcard figcaption {
  width: 100%;
  background-color: #000000;
  padding: 25px;
  position: relative;
}
.darkcard figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #000000;
}
.darkcard figcaption a {
  padding: 5px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block;
  opacity: 0.65;
  width: 47%;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}
.darkcard figcaption a:hover {
  opacity: 1;
}
.darkcard .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.darkcard .follow {
  margin-right: 4%;
  border-color: #2980b9;
  color: #2980b9;
}
.darkcard h2 {
  margin: 0 0 5px;
  font-weight: 300;
}
.darkcard h2 span {
  display: block;
  font-size: 0.5em;
  color: #2980b9;
}
.darkcard p {
  margin: 0 0 10px;
  font-size: 0.8em;
  letter-spacing: 1px;
  opacity: 0.8;
}

.css-after-gradiant {
  position: relative;
}
.css-after-gradiant img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.css-after-gradiant::after {
  content: "";
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    rgba(255, 87, 34, 1) 0%,
    rgba(205, 220, 57, 1) 100%,
    rgba(0, 212, 255, 1) 100%
  );
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}

.numberCircle {
    border-radius: 50%;
    width: 48px;
    height: 48px;

    border: 2px solid #fff;
    text-align: center;

    font-size: 16px;
    margin: auto;
    
    font-weight: bold;
    align-content: center;
    color: #ffffff;
        margin: 5px;
}

.numberCircle_gold {
    border-radius: 50%;
    width: 48px;
    height: 48px;

    border: 2px solid #fff;
    text-align: center;

    font-size: 16px;
    
    background: linear-gradient(
    90deg,
    rgba(255, 87, 34, 1) 0%,
    rgba(205, 220, 57, 1) 100%,
    rgba(0, 212, 255, 1) 100%
  );
  margin: auto;
  
  font-weight: bold;
    align-content: center;
    color: #ffffff;
        margin: 5px;
}

.numberCircle_silver {
    border-radius: 50%;
    width: 48px;
    height: 48px;

    border: 2px solid #fff;
    text-align: center;

    font-size: 16px;
    
   background: linear-gradient( 90deg, rgb(74, 74, 74) 0%, rgb(191, 191, 191) 100%, rgb(87, 168, 185) 100% );
    margin: auto;
    
    font-weight: bold;
    align-content: center;
    color: #ffffff;
        margin: 5px;
}

.numberCircle_bronze {
    border-radius: 50%;
    width: 48px;
    height: 48px;

    border: 2px solid #fff;
    text-align: center;

    font-size: 16px;
    
   background: linear-gradient( 90deg, rgb(217, 118, 87) 0%, rgb(123, 93, 71) 100%, rgb(0, 212, 255) 100% );
   margin: auto;
   
   font-weight: bold;
    align-content: center;
    color: #ffffff;
        margin: 5px;
}

img.lazy{
	object-fit: cover;
}

tr.dctabrowredmark:hover {
	background: url(../../../setglimg/module_box_transparency25.png) 0 0
		repeat !important;
}

tr.dctabrowredmark td {
  color: #c82e2e !important;
}

tr.dctabrowredmark td a {
  color: #c82e2e !important;
}

tr.dctabrowredmark td a:hover {
  color: #c82e2e !important;
}

tr.dctabrowredmark td a:visited {
  color: #c82e2e !important;
}

tr.dctabrowredmark td a:active {
  color: #c82e2e !important;
}

.nowrap{
	white-space: nowrap !important;
}
.cardbg{
	background-color: #000000;
}

th.thcenter-left {
    text-align: left !important;
    padding-left: 20px !important;
}

.centerwithmedals{
	display: flex;
    align-items: center;
}

.numberCircle_big {
    width: 60px !important;
    height: 60px !important;
    font-size: 24px !important;
}
</pre></body></html>