@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #58585a;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight:300 !important;	
	 overflow-x: hidden;
}
@font-face {
    font-family: 'Museo';
    src: url('../font/Museo.opt');
    src: url('../font/Museo.woff') format('woff'),
         url('../font/Museo.ttf') format('truetype');
    font-weight:300 !important;
    font-style: normal;
}
#wrapper { margin:0px auto 0px; padding:0px; width:100%; height:auto;text-align:center;}
.clear {clear:both !important;}
.floatleft {float:left !important;}
.floatright {float:right !important;}
img {border:none;}
a {color: #58585a; text-decoration:none;}
.container { margin:0px auto 0px; padding:0px; width:949px; height:auto;}
#top {width:100%; height:93px;}
#top .logo { float:left; width:55%; padding:10px 5px 5px 5px;}
#top .contact { float:right; width:30%; padding:10px 5px 5px 5px;}
#top .contact p { margin:0px; padding:0px; text-align:left; line-height:16px; font-weight:100 !important;}
#menu { width:100%; height:41px; background:url(../homeimages/gemini_menubg.jpg) repeat-x;}
#menu #nav { width:83%; height:41px; float:left;}
#menu #nav ul { list-style:none;}
#menu #nav ul li { list-style:none; float:left; line-height:41px; color:#FFF;}
#menu #nav ul li a { color:#FFF; text-decoration:none;  padding:0px 16px 0px 23px;}
#menu #nav ul li a:hover { color:#FFF; text-decoration:none; display:block; background:url(../homeimages/gemini_currentbg.jpg) repeat-x;}
#menu .iocn { float:right; width:10%;}
#menu .iocn img { float:left; padding:9px 5px 0px 5px;}
#sidebar { float:left; max-width:259px; width:100%; height:auto; background:url(../homeimages/gemini_sidebarbg.png) repeat-y; margin-top:20px;}
#sidebar ul { list-style:none}
#sidebar ul li { list-style:none; float:none; line-height:30px; border-bottom:dotted 1px #a4a3a3; text-align:left; padding-left:20px;}
#sidebar ul li a { color:#58585a; text-decoration:none;}
#sidebar ul li a:hover { color:#58585a; text-decoration:underline;}
#content { max-width:800px; width:100%; height:auto; float:right; margin-top:20px;}
#banner { width:100%; height:326px;max-width:80%;margin: 0 auto;}
#bannershadow { width:100%; height:26px; background:url(../homeimages/gemini_bannershadow.png) no-repeat top center;}
#content p { margin:0px; padding:0px; text-align:justify; line-height:22px; margin-left:5px; margin-right:5px; margin-top:5px;}
.line { width:100%; height:2px; background:url(../homeimages/gemini_xline.gif) repeat-x; clear:both;}
.products { width:33%; float:left; background:url(../homeimages/gemini_yline.gif) right repeat-y; min-height:300px; height:auto; margin:20px 0px 20px 0px;}
.products p { text-align:center !important; margin-top:10px;}

#footer { width:100%; height:40px; background:#595959; margin-top:40px; color:#ffffff; font-size:11px;}
#footer a { color:#ffffff; text-decoration:none;}
#footer .left { float:left; width:60%; text-align:left; line-height:40px;}
#footer .center { float:right; width:35%; line-height:40px; text-align:center;}
#footer .right { float:right; width:8%;}
#footer .right img { padding:11px 4px 0px 0px;}
#nobg { background:none !important;}

/* audit style */
.sidebar-chat {
    position: fixed;
    bottom: 10%;
    right: 0px;
    z-index: 999;
}
button.btn-share.social-item-1 {
    border: transparent;
    background: transparent;
}
.sidebar-chat a {
    font-size: 36px;
    color: #03a84e;
    display: inline-block;
    /* padding: 10px; */
    text-decoration: none;
}
.highlight-ref{
    color:#58585a !important;
  }
.highlight-ref:hover {
  color: #FF9900 !important; 
  text-decoration: underline;
}
/* Reset styles */
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li {
  position: relative;
  display: inline-block;
}

#nav ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000; /* Adjust to your theme */
}

/* Hide dropdown by default */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #1c5684;
  min-width: 200px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
  z-index: 999;
}

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

/* Dropdown item styling */
.dropdown-menu li {
    display: block;
    border: 1px solid #aaa;
    border-top: none;
    width: 100%;
    text-align: left;
}

.dropdown-menu li a {
    font-family: Helvetica, sans-serif;
  white-space: nowrap;
}

@media (max-width:767px) {
	.sidebar-chat {bottom:30%;}
}
#sidebar h2 {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    background: url(../homeimages/gemini_headingbg.png) repeat-y;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    text-shadow: none !important;
    text-align: left;
    padding-left: 10px;
}
#sidebar h2 a {
    color: #0a4c68 !important;
    font-size: 16px;
}
#sidebar ul {
    margin: 0;
    padding: 0;
}
td.header img {
    width: 15px;
    height: 15px;
}
.dropdown-menu li a{
    background-color: #1c5684;
    padding: 10px 14px !important;
}
#sidebar h2 a:hover{
	color: #1566B7 !important;
  text-decoration: underline;
}
a.newmenu:hover {
	color: #1566B7 !important;
	text-decoration: none;
	 font-size:13px;
	font-family:"Arial", Helvetica, sans-serif;
}
.video-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.video-wrapper video {
    height: 250px;
    max-width: 100%;
}
.video-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px;
}
.video-gallery video {
    width: 255px;
    height: 200px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 13px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.video-gallery {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.video-pair {
    display: flex;
    gap: 20px;
}
.video-gallery video {
    width: 265px;
    height: 250px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.video-gallery1 {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px;
}
.video-gallery1 video {
    height: 350px;
    width: 250px !important;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.back{
	float:left;
}

#menu .container {
    background: url(../homeimages/gemini_menubg.jpg) repeat-x;
}
#footer .container {
    background: #595959;
}
@media(max-width: 767px) {
  #content {
    max-width: 610px !important;
    width:100%;
  }
  #menu #nav ul li a {
    padding: 0px 4px 0px 10px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  #content {
    max-width: 440px !important;
    width:100%;
  }
  #menu #nav ul li a {
    padding: 0px 4px 0px 10px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content {
    max-width: 628px !important;
    width:100%;
  }
  #menu #nav ul li a {
    padding: 0px 4px 0px 10px;
}
}

.top-contact {
   position:fixed; 
   right: 0pt; 
  bottom: 33%;
}