
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color:#F4F4F4;
  width: 1150px;
   
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
} 
@media (min-width: 992px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 1200px) {
  .container {
   
  }
} 
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
header, footer {
    padding: 20px;
    color: white;
    background-color: #000099;
    clear: left;
    text-align: center;
}
.menu{
	background-color:transparent !important;
	padding:10px;
	font-size:16px;
}
.menu a{
	padding:10px 10px 10px 10px;
	text-decoration:none;
        color:#ffffff;
	font-family:'BenchNine', sans-serif !important;
        font-size: 16px;
	//font-weight:bold;
	text-transform:uppercase;
}
a{
	text-decoration:none;
        color:#ffffff;
}
.menu a.active{
    color: #ffff00 !important;
}
.menu a:hover{
    color:#ff6600 !important;
}
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.bu
{
    background-color: #0033cc; 
    color: #ffffff; 
    font-size: medium;
    width: 120%;
    height:35% ;
    border-radius: 15px 15px;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    
}
.tooltip .tooltiptext {
    visibility: hidden;
    width:600px;
    background-color: #cccccc;
    color: #000000;
    text-align: justify;
    border-radius: 6px;
    padding: 10px 10px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left:-300px;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}


.menu_tooltip {
    position: relative;
    display: inline-block;
   
}

.menu_tooltip .menu_tooltiptext {
    visibility: hidden;
    width:600px;
    background-color: #006600;
    font-size: 12px;
    color: #ffffff;
    text-align:left;
    border-radius: 6px;
    padding: 2px 2px 2px 2px;
    position: absolute;
    z-index: 0;
    bottom: 100%;
    left: 50%;
    margin-left:-150px;
}
.menu_tooltip .menu_tooltiptext_top {
    visibility: hidden;
    width:600px;
    background-color: #006600;
    font-size: 12px;
    color: #ffffff;
    text-align:left;
    border-radius: 6px;
    padding: 2px 2px 2px 2px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -100px;
}
.menu_tooltip .menu_tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; 
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid; 
    border-color: #ff6600 transparent transparent transparent;
}
.menu_tooltip .menu_tooltiptext_top::after {
    content: " ";
    position: absolute;
    bottom: 100%; 
    left:20%;
   margin-left: -5px;
    border-width: 5px;
    border-style: solid; 
    
    border-color: #ff6600 transparent transparent transparent;
}
.menu_tooltip:hover .menu_tooltiptext {
    visibility: visible;
    border-color:#ff6600;
}
.menu_tooltip:hover .menu_tooltiptext_top {
    visibility: visible;
    border-color:#ff6600;
}
.tbl_sub 
   {
    border: 1px solid black;
    border-collapse: collapse;
   }
.tbl_sub  td
{
   border: 1px solid black;
    border-collapse: collapse; 
}
#blanket {
//background-color:#0099ff;
opacity: 0.65;
position:absolute;
z-index:9001;
top:0px;
left:0px;
width:100%;
}
#blanket1 {
background-color:#0099ff;
opacity: 0.65;
position:absolute;
}

#popUpDiv {
position:fixed;
width:282px;
height:320px;
border:3px solid #000066;
background-color: #cccccc;
border-radius: 15px 15px;
z-index: 9002;
}
#popUpDiv1 {
position:fixed;
width:282px;
height:150px;
border:3px solid #000066;
background-color: #cccccc;
border-radius: 15px 15px;
z-index: 9002;
}

#popUpDiv2 {
position:absolute;
width:100%;
height:100%;
border:3px solid #000066;
background-color: #cccccc;
border-radius: 15px 15px;
z-index: 9002;
}


#cboxTopLeft{width:21px; height:21px; background:url(images/close.png) no-repeat -101px 0;}

.pannel_name
{
  alignment-adjust: central;  height:70px;  border-radius: 35px 35px; background-color: #006600; margin:0px; width:50%; font-family:Arial; color: #ffffff;  text-align: center;
}
.pannel_body
{
    text-align:left; 
    border:2px solid #ff6633; 
   // height: 700px;
    border-radius: 15px 15px !important;
    font-family: Arial;
    
}
.pannel_body object
{
  width:640px;
  height:360px;
}
.menu_pannel
{
      border-radius: 35px 35px; background-color: #006600; font-family:Arial;text-align:left;  border:2px solid #ff6633; 
}
.menu_subpannel
{
    padding-bottom: 2px; padding-top: 2px; font-family:Arial; font-size: 18px; border-radius: 35px 35px; background-color: #ff6633; margin:0px; width:80%;  color: #ffffff;  text-align: center;
}
.submenu_pannel
{
  padding-top:15px;
  padding-bottom: 10px; 
  font-size:30px;
  font-weight:bolder; 
  background-color: #006600;
  height: 40px ;
  color: #ffffff; 
  text-align:center;  
}
.fixed
{
 position:fixed;
 bottom:0;
 right: 0;
 z-index: 1;
 background-repeat: repeat-x; 
}
.item {
  position: relative;
  
  //border: 1px solid #333;
  margin: 2%;
  overflow: hidden;
  width: 295px;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item iframe {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item:hover iframe {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.side_menu{
	background-color:transparent !important;
	padding:10px;
	font-size:16px;
}
.side_menu a{
	padding:10px 10px 10px 10px;
	text-decoration:none;
        color:#ffffff;
	font-family:'BenchNine', sans-serif !important;
        font-size: 16px;
	//font-weight:bold;
	text-transform:uppercase;
}
.side_menu a{
	text-decoration:none;
        color:#ffffff;
}
.side_menu a.active{
    color: #ffff00 !important;
}
.side_menu a:hover{
    color:#ff6600 !important;
}
