body {
margin : 0;
padding : 0;
font : 80% "Trebuchet MS", verdana, arial, sans-serif;
color : #666;
background : #003250 url(img/bgd.png) center repeat;
}
#container {
width : 950px;
margin-left : auto;
margin-right : auto;
margin-top : 20px;
padding : 20px;
line-height: 1.7em;
color : #666;
background : #fbfbfb;
}
			/*TOP BANNER*/
#banner {
float : left;
width : 950px;
height : 200px;
padding : 0;
margin : 0 0 10px 0;
}
			/*TOP SCROLLBAR*/
div.scroll {
overflow : auto;
height : 7em;
width : 160px;
padding : 1em;
color : #333;
background : inherit;
border : 1px solid #fbfbfb;
margin : 20px;
}
#bannerb {
float : right;
width : 210px;
margin : 0 0 10px 0;
padding : 0;
}
			/*TOP NAVIGATION*/
#navcontainer {
clear:both;
width : 100%;
}
#navcontainer ul {
padding-left: 0;
margin-left: 0;
background: #83BDF8;
color: #fff;
float: left;
width: 100%;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
padding: 0.2em 1em;
background: #83BDF8;
color: #fff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
background: #2338A4;
color: #fff;
}
#active a:link, #active a:visited, #active a:hover {
background: #2338A4;
color: #fff;
}
			/*CENTRE CONTENT*/
#content {
padding : 5px;
margin-left : 205px;
margin-right : 205px;
background : #fbfbfb;
color : #666;
}
			/*LEFT CONTENT*/
#sidebar {
float : left;
width : 180px;
margin : 0 5px 0 0;
padding : 5px;
color : #666;
background : #fbfbfb;
}
			/*LEFT MENU*/
#menu {
width : 180px;
padding : 10px 0 0 0;
}
#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
color : #0c0c0c;
background : #83BDF8;
}
#menu li {
margin : 0 0 0.1em 0;
}
#menu a {
width : 160px;
padding : 0.1em 0.8em;
text-decoration : none;
display : block;
color : #1d1c1c;
background : #E6F3FF;
}
#menu a:hover {
background : #2338A4;
color : #fff;
}
			/*RIGHT CONTENT*/
#sidebar-b {
float : right;
width : 180px;
margin : 0 0 0 5px;
padding : 5px;
background : #fbfbfb;
color : #333;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 15px;
text-align: center;
color : #fbfbfb;
background : #83BDF8;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #fbfbfb;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #fbfbfb;
background : inherit;
color : #fbfbfb;
}
			/*TYPOGRAPHY*/
p {
margin : 10px;
text-align:justify;
font : normal 1em verdana, arial, tahoma, sans-serif;
line-height: 1.5;
}
h1 {
margin : 0 0 10px 10px;
font : bold 1.4em verdana, arial, tahoma, sans-serif;
letter-spacing: 0px;
color : #2338A4;
background : inherit;
line-height: 1.5;
}

h1 .underline {
            display: block; 
            width: 400px; 
            height: 2px; 
            background-color: #2338A4; 
            margin: 8px 0 0 0; /
        }

h2 {
padding-left : 10px;
font : bold 1em verdana, arial, tahoma, sans-serif;
color : brown;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration : none;
color : brown;
background : inherit;
}
a:hover {
color : #0d4953;
background : inherit;
}
			/*CLASSES*/
.news {
font-size : 1em;
background : inherit;
color : #000;
}
.orange {
background : inherit;
color : brown;
}
.clear {
clear : both;
}

.btn {
  background-color: #f36207; 
  color: white; 
  display: inline-block; 
  padding: 6px 12px; 
  text-decoration: none; 
  border: none; 
  border-radius: 4px; 
  cursor: pointer; 
  font-size: 14px; 
  transition: background-color 0.3s ease; 
  margin: 10px;
}


.btn:hover {
  background-color: #2338A4; 
}


.btn:active {
  background-color: #1a2b8a; 
  transform: translateY(1px); 
}


    .organizers-container {
        width: 100%;
    }


    .organizers-title {
        background-color: #83bdf8; 
        height: 24px; 
        padding-left: 5px; 
        font-weight: bold; 
        color: #000000; 
        line-height: 24px; 
        text-indent: 12px; 
        box-sizing: border-box; 
    }

  
    .organizers-content {
        border: 1px solid #CCCCCC; 
        padding-top: 15px; 
        padding-bottom: 15px; 
        text-align: center; 
    }


    .organizers-img {
        height: 47px;
        width: 176px;
    }

	.organizers-content img {
    margin: 5px 0px; 
}


        #kinMaxShow1 {
            width: 500px;    
            height: auto;    
            overflow: hidden;
            position: relative; 
        }

        #kinMaxShow1 .carousel-wrapper {
            display: flex;  
            transition: transform 0.5s ease; 
        }

        #kinMaxShow1 img {
            width: 500px;
            flex-shrink: 0;  
        }