/* Home Page */
#cdcsixbg, #cdcsixbg2, #cdcsixbg3{ background-color:#000; padding:10px 0;}
.cyanstyle{ background-color:#666; color:#FFF; border-radius:10px; margin-top:30px; margin-bottom:20px; padding:10px; text-align:justify; }
.cyanstyle h2, .cyanstyle h3{ color:#FFF; padding:10px 10px 0 10px;}
.cyanstyle p{ color:#FFF; padding:10px;}
.cyanstyle a{ color:#88c5fb;}
.cyanstyle a:hover{ color:#43A0F2;}
.bgblack{ background-color:#000 !important; }
.main-color{ color:#FFF !important; }
.redcolor{ color:#F00; }

/* Adsense Ads iframe */
.adiframe iframe{
	max-width: 100% !important;
	width: 310px !important;
	height: 265px !important;
}
/* Product Tabs iframe */
fieldset.scheduler-border iframe{
	max-width: 100% !important;
	width: 640px !important;
	height: 360px !important;
}
/*Home Page Latest News Accordion */
#plans .panel-default > .panel-heading:hover {
  color: #fff;
  background-color: #43A0F2;
  border-color: #ddd;
}
#plans .panel-heading.in a,
#plans .panel-heading.in a:hover{ color:#FFF; }

/* Product View Page */
.subtabprod .nav-tabs {
  border-bottom: 1px solid transparent;
}
.subtabprod .nav-tabs > li {
  font-size: 14px;
  margin-right: 2px;
}
.subtabprod .nav-tabs > li.active {
  position: relative;
}
.subtabprod .nav-tabs > li > a {
  padding: 9px 15px;
  font-size: 13px;
  margin-right: 0;
  min-width: 80px;
  text-align: center;
}
.subtabprod .nav-tabs > li > a:hover,
.subtabprod .nav-tabs > li > a:active {
  background: transparent;
  border: 1px solid transparent;
  color: #3398ff;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
.subtabprod .nav-tabs > li.active > a,
.subtabprod .nav-tabs > li.active > a:hover,
.subtabprod .nav-tabs > li.active > a:focus {
  border-top: 2px solid #43A0F2;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 0;
  padding-bottom: 10px;
  padding-top: 8px;
  box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.08);
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  position: static;
}
.subtabprod .nav-tabs > li.active > a:after,
.subtabprod .nav-tabs > li.active > a:hover:after,
.subtabprod .nav-tabs > li.active > a:focus:after {
  height: 2px;
  background: #43A0F2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.subtabprod .nav-tabs li{
	background-color:#21366b !important;	
	border: 1px solid #ddd !important;
}
.subtabprod .nav-tabs li.addTabClass a,
.subtabprod .nav-tabs li.addTabClass a:active{
	background-color:#093 !important;	
	color:#FFF !important;
}

.subtabprod .nav-tabs li.active a{
	color:#000 !important;
}
.subtabprod .nav-tabs li a{
	color:#fff !important;
}
.subtabprod .nav-tabs li:hover{
	background-color:#2391ed !important;	
}

.isotopeWrapper article {
	margin-bottom: 30px;
}
#portfolio {
}
#portfolio article p {
	margin-bottom: 1.45em;
	/*set next row on the baseline*/;
}
.portfolio-items article img {
	width: 100%; max-height:180px !important;
}
.portfolio-item {
	min-height:140px; background: rgba(0, 0, 0, 0);
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.portfolio-item .portfolio-desc {
	display: block;
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.64);
}
.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
	transition: all 200ms ease-in-out 0s;
	opacity: 1;
	background: rgba(61, 61, 61, 0.67);
}
.portfolio-item .portfolio-desc a {
	color: #fff;
	text-align: center;
	display: block;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top: -20px;
	padding: 30px;
	height: 0;
	opacity: 0;
	position: relative;
}
.portfolio-item:hover .folio-info {
	height: 100%;
	opacity: 1;
	transition: all 500ms ease-in-out 0s;
	top: 5px;
}
.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}
.det_left .nav-tabs {
  border-bottom: 1px solid transparent;
}
.det_left .nav-tabs > li {
  font-size: 14px;
  margin-right: 2px;
}
.det_left .nav-tabs > li.active {
  position: relative;
}
.det_left .nav-tabs > li > a {
  padding: 9px 15px;
  font-size: 13px;
  margin-right: 0;
  min-width: 80px;
  text-align: center;
}
.det_left .nav-tabs > li > a:hover,
.det_left .nav-tabs > li > a:active {
  background: transparent;
  border: 1px solid transparent;
  color: #3398ff;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
.det_left .nav-tabs > li.active > a,
.det_left .nav-tabs > li.active > a:hover,
.det_left .nav-tabs > li.active > a:focus {
  border-top: 2px solid #43A0F2;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 0;
  padding-bottom: 10px;
  padding-top: 8px;
  box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.08);
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  position: static;
}
.det_left .nav-tabs > li.active > a:after,
.det_left .nav-tabs > li.active > a:hover:after,
.det_left .nav-tabs > li.active > a:focus:after {
  content: "";
  display: block;
  height: 2px;
  background: #43A0F2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.det_left .nav-tabs{
	width:100% !important;
}
.det_left .nav-tabs li{
	width:100% !important;
}
.det_left .nav-tabs li{
	background-color:#21366b !important;	
	border: 1px solid #ddd !important;
}
.det_left .nav-tabs li.addTabClass a,
.det_left .nav-tabs li.addTabClass a:active{
	background-color:#093 !important;	
	color:#FFF !important;
}

.det_left .nav-tabs li.active a{
	color:#000 !important;
}
.det_left .nav-tabs li a{
	color:#fff !important;
}
.det_left .nav-tabs li:hover{
	background-color:#2391ed !important;	
}
fieldset.scheduler-border p{ margin-bottom:25px !important; text-align:justify; }
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

/* Software Listing Page */
.softnotediv{ display:none; }

/*Product Listing Page */
.bgwhite{ background-color:#FFF !important; }

/* Distribution Page*/
.mt20{ margin-top:20px !important; }
.listborder{
	margin: 5px 0;
	height: 5px;
	background: url('../images/line-border.png') repeat-x;
	overflow: hidden;
}
#cont_distribution{ background-color:#f6f5f5; }
.titlecolor{ margin-top:0 !important; margin-left:15px !important; color:#181e75; font-weight:bold; }
.leftcont{
	border: 1px solid #e6e6e6;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-align:center;
}
.leftcont{
	margin:0 0 10px 0;
	padding:0;
}
.leftcont img{ width:100%; }
.lefttitle{
	font-size:18px;
	line-height:20px;
	text-align:left;
}
.lefttitle{
	margin:0 0 5px 0;
	padding:5px 10px;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #e6e6e6;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-top-left-radius: 4px;
     -moz-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
     -moz-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.lefttitle a{
	text-decoration:none;
	color:#333;
}

/*
Contact us page
*/
#topcontent{ width:100% !important; }
/*#topcontent .container{ width:99% !important; } */
.section-title {
	margin-bottom: 20px;
}
.error_lable{ color:#F00 !important; }
/*
Footer section
*/
footer {width:100% !important;}
footer { background-color:#999; color:#FFF; }
footer a{ color:#FFF; }
footer a:hover{ color:#000; }

.copyright a{ color:#FFF; }
.copyright a:hover{ color:#c52d2f; }

/*************************
*******Header******
**************************/
#header{ border-bottom:#CCC 4px solid; font-size:14px !important; background: #141861; }

.navbar{ border:none; margin:0; }
.navbar-nav{ margin:30px 0 0 0; }

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px !important;
  margin: 30px 10px 10px 0 !important;
  border-radius: 3px;
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover{
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li.active > a:hover,
.navbar-inverse .navbar-nav > li.active > a:focus,
.navbar-inverse .navbar-nav > li.open > a,
.navbar-inverse .navbar-nav > li.open > a:hover,
.navbar-inverse .navbar-nav > li.open > a:focus {
  padding: 5px 12px !important;
  margin: 30px 10px 10px 0 !important;
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  right: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav li:hover .dropdown-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/* Top bar Social icon */
.top-bar {
  padding: 10px 20px 0 0;
  z-index:9999;
  margin-top:-5px;
  top:0;
  right:0;
  width:50%; 
  position:absolute;
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 2px;
  font-size:25px;
}

ul.social-share li a:hover {
  color: #c52d2f;
}

/* Carousel */
.item img{ width:100%; }