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

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;	
}
@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; width:259px; 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 { 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:40%;}
}
#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;
}
#menu .container {
    background: url(../../homeimages/gemini_menubg.jpg) repeat-x;
}
#footer .container {
    background: #595959;
}
@media (min-width: 320px) and (max-width: 767px) {
  #content {
    width: 100% !important;
  }
  #menu #nav ul li a {
    padding: 0px 4px 0px 10px;
}
.inner-container {
    width: 80%;
    margin: 0 auto;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  #content {
    width: 100%;
  }
.inner-container {
    width: 80%;
    margin: 0 auto;
}
  #menu #nav ul li a {
    padding: 0px 4px 0px 10px;
}
.blog-posts-section .blog-wrapper .blog-title h1 {
   line-height: 4.2vw;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content {
    width: 100% !important;
  }
  #menu #nav ul li a {
    padding: 0px 4px 0px 10px;
}
.inner-container {
    width: 80%;
    margin: 0 auto;
}
}
em {
    font-style: normal;
    font-weight: 500;
}

h3 strong {
    font-weight: 500;
    font-style: normal !important;
}

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