 @font-face {
 font-family: "iguides";
 src: url(LTE50148.TTF);
 }
  @font-face {
 font-family: "iguidessm";
 src: url(LTE50146.TTF);
 }
 
body {
	background-color: #E9E9DC;
	
}

#overview, #Navtop, #Container, #Footer {
	/*display:none;*/
}

ul, li {
	list-style-image: url(../img/bullet.png);
}

.navbar .nav > li {
float: left;
list-style-image: none;
}

.nav-tabs > li {
margin-bottom: -1px;
list-style-image: none;
}

.loadedContent {
	opacity:1;
}
 
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 1170px;
margin-top: 20px;
}
.container-top {
margin-top:0px;
padding-top: 30px;
padding-bottom: -30px !important;
}
.jumbotron{
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center -400px;
	background-color: #000;
	padding:0px;
	/*z-index: -1000;*/
}
.jumbotron:after {
	background:none !important;
}

.nav-tabs > li > a, .nav-pills > li > a {
	font-size:13.2px;
	font-weight:bold;
	padding-right: 9px;
	padding-left: 9px;
	margin-right: 3px;
	line-height: 14px;
}

.tab-content {
background: white;
border: 1px solid #D2D3D4;
border-width: 1px 1px 1px 1px;
-webkit-border-radius: 0px 6px 6px 6px;
-moz-border-radius: 0px 6px 6px 6px;
border-radius: 0px 6px 6px 6px;
min-height: 400px;
padding: 20px;
}
.nav {
margin-bottom: 0px;
margin-left: 0px;
}
.nav-tabs {
border-bottom: 0px solid #DDD;
}
a {
color: #335d6d;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
 color: #fff;
  text-align: center;
/*  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);*/
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 background-color: #49AFCD;
background-image: -moz-linear-gradient(top, #5BC0DE, #2F96B4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5BC0DE), to(#2F96B4));
background-image: -webkit-linear-gradient(top, #5BC0DE, #2F96B4);
background-image: -o-linear-gradient(top, #5BC0DE, #2F96B4);
background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
border-color: #2F96B4 #2F96B4 #1F6377;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tabAcc ul {
padding: 0;
margin: 0;
}
.tabAcc li {
list-style: none;
min-height: 25px;
line-height: 25px;
padding-left:10px;
}
.tabAcc  li img{
	vertical-align: middle;
	margin-top: -4px;
	padding-left:2px;
}

.tabAcc li:hover a {
/*	color:#ededed;*/
	text-decoration: none;
	font-weight:normal;
	
}
.tabAcc {
	/*	color: white;*/
	background-color: #E9E9DC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset  0 0 7px rgba(255, 255, 255, .5);
	-moz-box-shadow: inset 0 0 7px rgba(255, 255, 255, .5);
	box-shadow: inset 0 0 7px rgba(255, 255, 255, .5);
}
.tabAcc  li:hover {
	background:#FFF;
	color: #929385 !important;/*
	-moz-border-radius:5px;
	border-radius:5px;*/
}
.accordion-inner {
	padding: 0px;
}
.accordion-inner ul, ol {
padding: 0;
margin-left: 0;
}
.tabAcc  a {
	font-weight:normal;
/*	color: #fff;*/
text-decoration: none;
font-size:12px;
}
a:hover {
text-decoration: none;
}
.accordion-heading .accordion-toggle {
padding: 8px 10px;
font-weight: bold !important;
/*color: #fff !important;*/
font-size: 12px !important;
}
.tab-content h1, h2, h3, h4 {
/*		color:#c9a972;*/
		color:#335D6D;
	/*color: #999966;*/
}
.tab-content p {
	margin: 0 0 10px;
	text-align: justify;
}
.nav-tabs > li > a {
	background-color: #E9E9DC;
	border: 1px solid #D2D3D4;
	-webkit-box-shadow:  inset 0 -3px 7px rgba(0, 0, 0, .1);
-moz-box-shadow:  inset 0 -3px 7px rgba(0,0,0, .1);
box-shadow: inset 0 -3px 7px rgba(0, 0, 0, .1);
}
.nav-tabs > li > a:hover {
	background-color: #ffffff;
	border: 1px solid #D2D3D4;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.videodiv {
	text-align:center;
}
.textbox {
	background-color:#FFF;
}
.well p {
	margin-bottom: 10px;
}
.well table {
	margin-bottom: 10px;
}
.accordion-group {
margin-bottom: 5px;
border: 0px solid #E5E5E5;
}
.flag {
	margin-top: -11px;
	margin-right: 20px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	width:63px;
}
.shadow::before
{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
}
#overview .logosdiv {
	/* position:relative;
	bottom: 140px;
	text-align:right; */
	position: absolute;
	top: 30px;
	text-align: right;
	right: 0;
}
.logosdivimg {
	margin-left:20px;
	margin-bottom: 20px;
/*	opacity:0.95;
filter:alpha(opacity=95); /* For IE8 and earlier */
}
.goog-te-gadget-simple {
	background: none !important;
/*background-image: -moz-linear-gradient(top, #5BC0DE, #2F96B4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5BC0DE), to(#2F96B4));
background-image: -webkit-linear-gradient(top, #5BC0DE, #2F96B4);
background-image: -o-linear-gradient(top, #5BC0DE, #2F96B4);
background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);*/
border: 0px solid #EBEBEB !important;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #FFF !important; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 10pt;
display: inline-block;
padding:5 !important;
cursor: pointer;
zoom: 1;
}
.goog-te-gadget-simple .goog-te-menu-value {
color: #999 !important;
}
.navbar-inner {
min-height: 20px;
padding-left: 0px;
	height:40px;
	padding-right:0px
}
#Footer {
margin: 0;
margin-top: 20px;
padding: 40px 0 40px 0;
text-align: center;
background-color: #333;
}
.alert-info p{
margin-bottom: 0;
}

.sub_sidebar {
	width:232px;
}

.sub_sidebar.affix {
	top:90px;
}
.navbar.affix {
	top:0px;
	background-color:#000;
	left: 0px;
	right: 0px;
	width: 100%;
	}
.navbar {
	width: 1050px;
}
.nav-tabs.affix{top:40px;}

.nav-tabs.affix > li > a {
	-webkit-border-radius:  0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
	-webkit-box-shadow:  inset 0 3px 7px rgba(0, 0, 0, .1);
-moz-box-shadow:  inset 0 3px 7px rgba(0,0,0, .1);
box-shadow: inset 0 3px 7px rgba(0, 0, 0, .1);
}

.nav.affix {
background-color: #ffffff;
z-index: 999;
}
.navtop {
background-color: rgba(0, 0, 0, .7);
margin-top:-40px;
text-align:center;
z-index: 10;
position: relative;
}
.navbar-inverse .navbar-inner {
	background:none;
	border:none;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.subhead h1 {
	padding-top:20px;
		padding-bottom:0px;
}
.subhead p {
margin-bottom: 0px;
}
#overview {
	height:240px;
}  
.collapse {
position: inherit;
}

.accordion-heading {
	position:relative;
}

.goHeadIco {
	position: absolute;
	top: 5px;
	right: 10px;
}

header .btn {
	color:#333;
	cursor:pointer;
}

header .btn:hover {
	color:#606060;
	cursor:pointer;
}

.gheading {
	margin-bottom:30px;
}

.contentImage {
	margin-bottom:5px;
}
.contentCaption {
	clear:both;
	color:#C05353;
	width:90%;text-align:left;display: inline-block;
	margin-right: -20px;
}
.text-warning {
	color:#C05353;
}
.imageRight {
	float:right;
	margin-left: 10px;
}
.imageLeft {
	float:left;
	margin-right: 10px;
}

.imgTL, .imgBL {
	margin-right: 20px;
	margin-top: 3px;
}

.imgTR, .imgBR {
	margin-left: 20px;
	margin-top: 3px;
}

.img_1 {
	max-width:320px;
	max-height:180px;
	overflow:hidden;
}

.img_2 {
	max-width:320px;
	max-height:180px;
	overflow:hidden;
}

.img_3 {
	max-width:500px;
	max-height:200px;
	overflow:hidden;
}

.alert h4 {
	margin-bottom: 10px;
}


.headingPart {
	margin-bottom: 10px;
	/*overflow: auto;*/
	text-align: justify;
    clear: both;
    min-height:0;
}

.gheading {
	margin-bottom: 10px;
	margin-right: 18px;
}

.well {
	margin-bottom: 0px;
	padding: 8px 35px 8px 14px;
}

.edoc { 
border-top: 1px solid #DDD !important;

}

.elink { 
border-top: 1px solid #DDD !important;
}

.einst { 
border-top: 1px solid #DDD !important;
}
 .einst  a {
     display:block;
 }
 .edoc a {
     display:block;
 }
 .elink a {
     display:block;
 }
 .table th, .table td {
border: none;
}

.accordion {
	margin-top: 15px;
}


.table-bordered {
border-left: 1px solid #DDD;
}

.accordion-body.p {
margin-top:10px;
}

.subhead h1 {
padding-left: 8px;
}

.subhead p {
padding-left: 8px;
}

/* affix */

.tabAcc.affix {
	top:90px;
	width:235px;
}

.contactpersons {
	margin-bottom: 10px;
}

.instThumb_img {
	max-width:220px;
	max-height:130px;
}

#instModal{
	z-index:12001;
}

#lightbox{
	z-index:12000;
}

#lightboxOverlay {
	z-index:11999;
}
.wit {
    border: 2px solid grey;
    padding: 10px;
    background-color: #515151;
    border-radius: 10px;
    margin-top:40px;
    color: white;
}
.wit h2{
  color: whitesmoke;
}
.wit p{
    color: white;
}
 .wit .headingPart{
     color: white;
 }
/*laws*/
#accordion-laws .accordion-group{
	margin-bottom: 20px;
	border: 2px solid #E5E5E5;
	padding: 10px 0 10px 10px;
	color: #5C5B5B;
}
#accordion-laws .accordion-inner {
	border-top: none;
	margin-top: 20px;
}
.law-actions i{
	margin-right: 4px;
}
.law-actions a {
	display: block;
	color: #5C5B5B;
}
.law-actions a:hover{
	color: #2A2828;
}
.last-modified {
	font-style: italic;
	color: #000;
  font-size: 0.97em;
}
.nav-tabs .dropdown-toggle .caret {
    margin-top: 6px;
}
.nav-tabs ul.dropdown-menu li{
	list-style-image: none;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color: white;
}
