
/**** Created by Francis Manaig *****/

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto/Roboto-Light.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Regular"), local("Roboto-Regular"), url("../fonts/roboto/Roboto-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto/Roboto-Medium.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto/Roboto-Bold.ttf") format("opentype");
}

/* Font for Brand */
@font-face {
 font-family:'EuroStile';
 src: url('../fonts/EurostileLTStd.eot');
 src: url('../fonts/EurostileLTStd.eot?#iefix') format('embedded-opentype'),
	  url('../fonts/EurostileLTStd.ttf') format('embedded-opentype'),
	  url('../fonts/EurostileLTStd.woff') format('woff'),
	  url('../fonts/EurostileLTStd.otf') format('opentype');
 font-style: normal;
 font-weight: 300;
}

/* @font-face {
    font-family: "EuroStile";
    font-style: normal;
    font-weight: 300;
    src: local("Eurostile"), local("Eurostile"), url("../fonts/Eurostile.ttf") format("opentype");
} */

body {
  color: #777777!important;
  font-family: Roboto;
  min-width: 300px;
  font-size: 15px;
  font-weight:300!important;
}


/*** Placeholder ***/
::-webkit-input-placeholder { font-size: 16px; }
::-moz-placeholder { font-size: 16px; } /* firefox 19+ */
:-ms-input-placeholder { font-size: 16px; } /* ie */
input:-moz-placeholder { font-size: 16px; }


/**** alignments ****/
.pull-center {
  text-align:center;
}

h1{
  font-size: 20px;
  margin:auto;
  font-weight: 300!important;
}

h5{
  font-size: 16px;
}

hr{
	border-color:#bbb;
  margin-top: 15px;
  margin-bottom: 15px;
}

p{
  line-height: 22px;
  font-weight: 300;
}

a { text-decoration: none !important }

html,
body {
  height: 100%;
  line-height: 30px;
  /* The html and body elements cannot have any padding or margin. */
}


/* For Brand Text Font */

.text-brand{

  font-family: "EuroStile";

}

.btn{
  border-radius: 0px;
}

/** Tables **/
.dataTable td{
  padding: 30px 0px!important;
}


.breadcrumb > li + li:before {
    color: #f26422;
    padding: 0 2px;
    font-family: fontawesome;
    content:'   \f101   ';

}

.breadcrumb {
  margin-bottom:10px;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:0px;
  /*background-color:#E8E8E8;*/
}

.breadcrumb .active{
  color: #333;
  font-size: 16px;
}

.fa-home {
  color: #f26422;
  font-size: 1.3em;
}
/*** video page ***/
#page-content img{
  display: inline;
}

#videoFrame{
  height:100%;
  overflow: hidden;
  position:absolute;
  right:1%;
  top:20%;
  width:100%
}

#div-iframe{
  height:150%;
  position:fixed;
  top:0px;
  width:100%;
  display:none;
  background:#000;
  opacity:.6;
}
.btn-iframe-video{
  background: #2a6baf;
  opacity: 1;
  position: absolute;
  top:120px;
  width: 100%;
  padding: 10px 0px;
}

.btn-iframe-video a{
    float: right;
    margin-right: 30px;
    color: #FFF;
  }
.btn-iframe-video p{
    color: #fff;
    font-size: 28px;
    margin: 10px 0 10px 100px;
  }
/** Scroll to Top Button **/
.scroll-top-wrapper {
    background-color: #2a6baf;
    border-radius: 0;
    bottom: 30px;
    color: #eeeeee;
    height: 36px;
    line-height: 31px;
    opacity: 0.6;
    overflow: hidden;
    padding-top: 2px;
    position: fixed;
    right: 30px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 40px;
    z-index: 99999999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #2a6baf;
    opacity: .40;
}

.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}



/* Wrapper for page content to push down footer */
#product-content {
  margin-top: 89px!important;
  min-height: 80%;
  height: auto;

}


/*** Navbar ***/
.navbar-brand img{
  margin-left: 18px;
}

.navbar-nav{
  margin-left: 10px;
}

/*** start side navbar **/
.dropdown-menu > li > a{
  font-weight: 300;
}


.sidemenu > .list-group > .sidemenu-head {
  background-color:#00467f;
  border-color:#00467f;
  font-weight: 300;
  color: #ffffff;

}

#slide-submenu{
  background: rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;

}


.list-group-item{
  font-weight: 300;

}
a.list-group-item.active {
  color:#ffffff!important;
/*  background-color: #c1c1c1!important;*/
  border-color: #00467f!important;
  border-left: 3px solid #f26422!important;
  box-shadow: 5px 5px 2px #777;
  background-color: #00467f!important;

}

a.list-group-item{
  color: #428bca;
  border-left:none;
  border-right : none;
  padding-top:15px;
  padding-bottom:15px;
}

.fa.fa-angle-right { font-size:1.5em; color: #00467f; }
.fa.fa-angle-left { font-size:1.5em; color: #00467f; }


.owl-prev{
	float:left;
	font-size:30px !important;
}
.owl-next{
	float:right;
	font-size:30px !important;

}


/*** end side navbar **/

/*** Start Product list ****/
#grid .mix{
  display: none;
}
.portfolio{
  margin: 20px 0px;
}
.port-single-desc strong{
  font-weight: 700;
  color:#555;
}
.port-single-desc{
  margin-bottom: 10px !important;
  padding: 10px 20px !important;
}
.port-single-desc p{
  margin: 0px;
}
.port-single-desc a{
  display: block;
}

.compress-table{
	font-size:11px !important;
}
.compress-table td{
	padding:4px !important;
}
.portfolio-item{
  margin-bottom: 20px;
  min-height: 500px;
}


.image-sec{
  position: relative;
}
.image-overlay {
  position: absolute;
  text-align: center;
  background:rgba(96, 156, 236, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.image-overlay h3, .image-overlay h4{
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  position: absolute;
  top: 45%;
  color:#fff;
  margin-top:-10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.image-overlay p{
  position: absolute;
  top: 60%;
  color:#fff;
  margin-top:-10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.image-overlay p i{
  color:#fff;
}
.image-sec:hover .image-overlay{
  opacity: 1;
}

/*** End Product list ****/



/*** start about us ***/
#accordion1 > .panel > .panel-heading > h4{
  font-weight: 300;
}

#page-info{
  margin-top: 40px;
}

.about-us{
  background: #eee;
  padding: 50px 0px;
  margin-top: 60px;
}

.about-us > section > .btn-warning{
  border-color: #f26422;
  background-color: #f26422;
}

.about-us > section > p {
  font-weight: 300;
}

.about-us > section > h3 {
  font-weight: 500;
}

#home .about-us h1 {
  font-size:32px;
}

.home-btn > section > .btn:hover{
  opacity: 0.8;
}
.home-btn > section > .btn{
  font-size: 22px;
  font-weight: 300;

}

.home-btn > section > .btn-primary{
  background-color: #26577F!important;
  border-color: #26577F;
}
.home-btn > section > .btn-warning{
  background: #f26422;
  border-color: #f26422;
}
.home-btn > section > .btn-success{
  background: #FF9B00;
  border-color: #FF9B00;
}
/*** end about us ***/


/*** home content bottom ***/

#content-bottom{
  margin-top: 40px;
  margin-bottom: 40px;

}

/***Start footer ***/
.footer-copyright a{
  color: #FFF;
}
.esco-logos{
	border:1px solid #eee;
	border-left:0px;
	border-right:0px;
}
.esco-logos{
	padding-bottom:30px;
}

.esco-logos .col-sm-2:nth-child(1),.esco-logos .col-sm-2:nth-child(2),.esco-logos .col-sm-2:nth-child(3),.esco-logos .col-sm-2:nth-child(4){
	margin-top:20px;
}

.footer-content h2{
  font-weight: 300;
  color: #333;
}

.footer-content address p{
  margin: 20px 0px;
}

.country-dropdown{
  min-width:auto;
  width:100%;
}

.apple-img{
  max-width: 138px;
  margin: 27px 0 23px;
}

.footer-copyright > div > div > section > p > small > a {
  color: #fff!important;
}

#footer{
	background: #E8E8E8;
  padding-top: 30px;
}
.footer-copyright {
	background:#00467f;
	color: #fff;
	font-weight: 300;
  padding-top:10px;
  padding-bottom:10px;
}
.footer-copyright > div > div > section > p > a{
	color: #EEE;
}

#footer > div > div > section > .btn{
  background-color: #f26422;
  font-size: 15px;
}

#footer>div>div>section>h4 , #footer>div>div>section>div>h4{
		font-weight: 300;
		color:#555;
    margin-top:20px;
}
.btn-primary{
	font-weight: 300;
  background-color: #26577f !important;
  border-color: #26577f;
}
.social-icon > a > span.fa{
	color: #00467f;
	font-size: 2.5em!important;
	margin: auto;
  padding-right:7px;
}

.flag-icon {
  height:15px;
  width:22px;
}

/*.chat-icon{
  height:55px;
  width:142px;
}*/

a.flag-text{
  font-weight:300!important;
}

.flag-link{
  padding: 0px;
  color: #777;
  font-weight: 300;
  margin-top: 16px;
  position: absolute;
}
.footer-content{
  font-weight: 300;
  font-size:.9em;
  padding: 50px 10px;
}

.more-links {
  padding-bottom:10px;
}
.more-links a{
  color: #777;
}
.more-links li{
  padding: 6px 0;
}

.subscribe-div{
  margin: 27px 0px;
  width: 75%;

}

.subscribe-div .btn-primary{
    background-color: #26577f !important;
    border-color: #26577f;
    font-size: 14px;
}
/***End footer ***/


/** home Panel **/

.div-resources .panel-primary .panel-heading, .div-customer .panel-primary .panel-heading, .div-events .panel-primary .panel-heading{
  background: #FFF;
  border-bottom: 0px;

}

.div-resources .panel-primary h2, .div-customer .panel-primary h2,.div-events .panel-primary h2{
  /*color: #000; */
    color: #00467f;
    font-weight: 700!important;
    font-size: 28px;
    border-bottom: 5px solid #00467f;
    padding: 10px 0;
}

.side-border{
  height:50%;
}

.panel-resources,.panel-customer-spotlight,.panel-upcoming-events{
  box-shadow: 0 0;
  border: 0px solid #FFF;
}

.panel-resources > .panel-heading> h2,.panel-customer-spotlight> .panel-heading> h2,.panel-upcoming-events > .panel-heading> h2{
  font-weight: 300;
}

.panel-resources  h5,.panel-customer-spotlight h5,.panel-upcoming-events h5{
  color: #333;
  margin-top: 0px;
}

#accordion1 .panel-default, .sidebar #accordion .panel-primary,#product-line #accordion .panel-default{
  border: 0px;
  box-shadow: none;
}
.sidebar #accordion .panel-primary .panel-body{
  border-top: 0px;
}
.sidebar #accordion .panel-primary .panel-body h5{
  color: #333;
  line-height: 23px;
}

.videos-index h5{
    font-size: 13px;
    line-height: 14px !important;
    margin: 0;
}

#product-line #accordion .panel-default .panel-heading,#accordion1 .panel-default .panel-heading,.sidebar #accordion .panel-primary .panel-heading{
    background: #FFF;
    border-bottom: 1px solid #00467f;
}

#accordion1 .panel-default .panel-heading a, .sidebar #accordion .panel-primary .panel-heading a, #product-line #accordion .panel-default .panel-heading a{
  color: #00467f;
  /*color: #000;*/
}

#accordion1 .panel-default .panel-heading h2,.sidebar #accordion .panel-primary .panel-heading h2,#product-line #accordion .panel-primary .panel-heading h2{
  /*color: #00467f;*/
  font-size: 22px;
  font-weight: normal !important;
}


.panel-heading > .accordion-toggle{
  color: #eee;
  outline: 0;
}

.news-release img{
  min-height: 87px;
}

.news-release:hover, .videos-index:hover, .resources-index:hover, .events-index:hover, .customer-index:hover{
  background: #e4ecf4;
  cursor: pointer;
}
.news-subtitle{
	font-size:25px !important;
	color:#00467f !important;
}

.image-sec > p {
  color: #555;
  font-weight:300;
}
 .videos-index,  .resources-index, .events-index, .customer-index{
  border-height: 15px!important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.panel-primary {
    border-color: #00467f;
}

.panel-primary > .panel-heading{
  background-color: #00467f;
}

.events-index small p{
  color: #333;
  margin-bottom: 3px;
}

.events-index .image-sec p{
  margin-bottom: 3px;
}
/*
.panel-content > div > img{
  min-width: 150px;
  max-height: 130px;
}
*/

#accordion1 .panel-body h5{
  color: #333;
}
.panel-default > .panel-heading{
  background: #00467f;
  color: #FFFFFF;
}
/** End style created **/


#home> #page-content,#events> #page-content,#product-category #page-content, #product-line #page-content , #product-group #page-content,#search-list > #page-content,#body-content,#corporate-location #page-content{
	margin-top: 89px!important;
}

#body-content #page-content,#corporate-location #page-content{
  margin-bottom: 50px;
}

#corporate-location .corporate-tab > li > a {
    padding: 10px 0px;
	font-size:14px;
}



/*** start banner ***/
.owl-pagination{
  display: none;
}

#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}
#bar{
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #f26422;
	}
#progressBar{
	width: 100%;
	background: #EDEDED;
}
/*** end banner ***/

.image-sec > p > i,.image-sec > p > small > i, .panel-body > div > a > i,.panel-body > span > a > i , .panel-content > div > i{
  color: #f26422;
}

/*** line height ***/
.l-h25{
  line-height: 25px;
}

/**** Margin ****/
.m-0{
  margin: 0px!important;
}
.m-t5{
	margin-top: 5px;
}
.m-t-10{
	margin-top: -10px;
}
.m-t10{
	margin-top: 10px;
}

.m-t20{
  margin-top: 10px;
}

.m-t25{
  margin-top: 25px;
}

.m-t30{
  margin-top: 30px;
}

.m-t40{
  margin-top: 40px;
}

.m-l20{
  margin-left: 20px;
}
/**** Font size ****/
.f-s20{
  font-size: 20px;
}
.f-s12{
  font-size: 12px !important;
}
.f-s25{
  font-size: 25px !important;
}
/** Font color ***/
.fc-orange{
  color: #f26422;
}
.fc-gray2{
  color: #555;
}

.fc-black{
  color: #000;
}

.mega-menu{
  position: fixed;
  width: 100%;
  top: 80px;

}
.mega-menu .applications{
	font-size:14px !important;
}
.mega-menu .applications a{
	font-size:12px !important;
}
.divider2{
	height: 1px;
	margin: 5px 0px;
	overflow: hidden;
	border-top: #E5E5E5 dotted 1px;
}
.p-15{
		padding-left: 0px !important;
	padding-right: 0px !important;
}
.p-l10{
	padding-left: 10px !important;
}
.p-30{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.lab-header{
	background: none repeat scroll 0 0 rgb(0, 70, 127);
	color: #fff;
    padding: 4px
}
.medical-header{
	background: none repeat scroll 0 0 #4db5b3;
	color: #fff;
    padding: 4px
}
.pharma-header{
	background: none repeat scroll 0 0 #779a51;
    color: #fff;
    padding: 4px
}
.tabs-left > .nav-tabs {
  border-bottom: 0;
  width:15%;
  float:left;
}

.tabs-left > .tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tabs-left > .tab-content{
	width:83%;
	float:left;
}
.tabs-left > .tab-content > .active,
.pill-content > .active {
  display: block;
}

.lab{background:#00467f;}
.medical{background:#4db5b3 ;}
.pharma{background:#779a51 ;}
.vaccixcell{background:#29bde1 ;}
.tapestlerx{background:#3c9ca3 ;}
.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
  color:#FFF !important;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius:0px;
  border-right-color: #ffffff;
}
.tabs-left > .nav-tabs > .lab > a{
	border-color: #00467f;
	border-right-color: #ffffff;
}
.tabs-left > .nav-tabs > .lab > a:hover{
	border-color: #0060B2;
	border-right-color: #ffffff;
	background:#0060B2 !important;
	color:#FFF !important;
}
.tabs-left > .nav-tabs > .lab > a:focus {
	border-color: #00467f;
	border-right-color: #ffffff;
}
.tabs-left > .nav-tabs > .medical > a{
	border-color: #4db5b3;
	border-right-color: #ffffff;
}
.tabs-left > .nav-tabs > .medical > a:hover{
	border-color: #92D2D1;
	border-right-color: #ffffff;
	background:#92D2D1 !important;
	color:#FFF !important;
}
.tabs-left > .nav-tabs > .medical > a:focus {
	border-color: #4db5b3;
	border-right-color: #ffffff;
}
.tabs-left > .nav-tabs > .pharma > a{
	border-color: #779a51;
	border-right-color: #ffffff;
}
.tabs-left > .nav-tabs > .pharma > a:hover{
	border-color: #9AB979;
	border-right-color: #ffffff;
	background:#9AB979 !important;
	color:#FFF !important;
}
.tabs-left > .nav-tabs > .pharma > a:focus {
	border-color: #779a51;
	border-right-color: #ffffff;
}
.tabs-left > .nav-tabs > .active > a{
	color:#333 !important;
	border-right-color: #ffffff;
	background:#FFF !important;
}
.tabs-left > .nav-tabs > .active > a:hover{
	background:#FFF !important;
	color:#333 !important;
}

/*.app{
	background:#F1F1F1 !important;
	margin-left:10px !important;
	font-size:14px !important;
	color:#555 !important;
	font-weight:bold !important;
}
.catprod{
	font-size:14px !important;
}
.catprod > ul > li > a{
	color:#555 !important;
	font-size:12px !important;
}*/
.mega-menu > section > div {
    display: inline !important;
    float: left;
    margin: 2px 10px;
	font-size:16px !important;
}
.navbar-form {
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;

    margin: 0px 3px;
    padding: 0px 10px;
    width: 252px;
}

.navbar-form > div > div > .btn-warning{
  background-color: #f26422;
  border-color: #f26422;

}

.dropdown-nav {
  width:100%!important;

}

.hide-btn-search{
    font-size: 33px;
    margin: 11px 3px;
}
/**** start nav menu ****/

.navbar-brand{
  padding: 7px 0px;
  height: 100%;

}
.nav-expander{
  display:none!important;
}
.navbar-nav > li > a{
  font-size: 15px;
  padding: 34px 22px 27px;
  /*border-right: 1px solid #2a6baf;*/
}
.navbar-nav > li:hover{
  background: #2a6baf;
}

.navbar-inverse{
  background: #00467f;
  height: 81px;
  border-color: #2a6baf;

}
.navbar-inverse .navbar-nav > li > a{
  color: #EEE;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
  background-color: #2a6baf;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
  background-color: #2a6baf;
}

/** Swipe Gesture **/
#target{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: .20;
    position: absolute;
    top: 30%;
}

#target.show{
    visibility: visible;
    opacity: .90;
}

a.nav-expander {
  background: none repeat scroll 0 0 #2a6baf;
  color: #ffffff;
  display: block;
  font-size: 25px;
  font-weight: 100;
  height: 80px;
  margin-right: 0;
  padding: 1em 0.6em 0em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  width: 67px;
  z-index: 12;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    right: 12em;
}

nav {
  background: #eee;
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}


.nav-expanded nav {
  right: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin-right:10px;
}

.main-menu li {
  border-bottom: 1px solid rgba(227, 230, 234, 1);
  font-size: 20px;
  margin-left: 0;
  padding: 0;
  border-top: 1px solid #fff;
}
.main-menu a{
  padding: 10px;
  display:block;
}
.app ,.app a{
	font-weight:bold !important;
	color:#555 !important;
}
.catgroup ,.catgroup a{
	color:#555 !important;
}
.main-menu >li > ul > li{
  padding-left:0;
  margin-left:0px;
  font-size:14px;
  color:#555;
}

.main-menu >li > ul > li li{
  font-weight:100;
  padding-left:10px;
  font-size:12px;
  background-color:#FFF;

}

.main-menu li a {
  color: #000;
  text-decoration: none;
  font-weight:none !important;
}

.main-menu li a:hover {
  color: #000;
  text-decoration: none;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}

.main-menu a .fa-angle-right {
    -webkit-font-smoothing: antialiased;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;

}

.main-menu li.open > a > .fa-angle-right{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/**** end nav menu ****/

/**** start product category ***/
.benefits-content{
  line-height: 30px;
}

#page-content h1{
    color: #00467f;
    font-size: 45px;
    margin: 30px 0;
}

.nav-tabs.nav-justified > li > a{
  color: #777;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus{
  color: #555;
  font-weight: normal;
  outline: 0;
}

.prodcat-display p{
    color: #555;
    font-size: 16px;
    font-weight: 300;
}

.prodcat-display{
  padding: 0 90px;
}

.nav-pills {
  cursor: pointer !important;
}




.product-category-tab > .tab-content > .tab-pane > hr{
  border-style: solid;
  background-color:#777;
}

.product-category-tab > .tab-content > div > h4{
  color: #00467f;
  font-weight: 300;
}

.product-category-tab > .tab-content > div > p{
  font-weight: 300;
}

.product-category-tab > .tab-content > div > p > i,.product-category-tab > .tab-content > div > ul > li > a > i {
  color: #f26422;
  font-size: 18px;
}

.product-category-tab .tab-content{
  border: 1px solid #ddd;
  border-top: 0px;
  padding: 20px;
}

.product-category-tab {
  margin: 70px 0px;
}

.product-category-content > p {
	font-weight: 300;
}
/**** end product category ****/

/* start product page*/
#product-category-side-menu1{
  display: none;
}

#product-line #product-nav .panel .list-group li{
  border-bottom: 0px solid #FFF;
  border-left: 0px solid #FFF;
  border-right: 0px solid #FFF;
  border-top: 1px solid #ddd!important;
}

#product-line #product-nav .panel .list-group .active a{
  color: #333;
  font-weight: normal;
}

#product-line .sidebar .btn-primary{
  font-size: 23px;
}

#product-features .nav-pills a{
  color: #777;
}

#product-features hr{
  border-color: #eee;
}

#product-nav .panel-default{
  border: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

#product-nav .panel-default a{
  color: #555;
}

#product-nav .panel-default li{
  padding: 20px 10px;
  cursor: pointer;
}

#product-nav .panel-heading{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#product-nav .panel-body{
  padding: 0px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
  /*    border: 1px solid #c1c1c1;
    margin-bottom: -1px !important;
    padding: 9px 14px 14px 14px !important;
    border-bottom: none;
    background-color: #fff;
    border-top: 4px solid #71AFFF;*/

    border: 0px solid #c1c1c1;
    border-bottom: none;
    background-color: #fff;
    border-left: 0px solid #f26422;
    font-weight: normal;
    outline: 0;
    color: #f26422!important;
}

#product-nav .active > a{
  color:#FFF ;
}
#product-nav .active{
  background:#eee;
}
#product-nav li:hover{
  background:#eee;
}
#product-nav .active a{
  color:#00467f;
}
.product-content{
  padding-bottom: 20px;
  padding-left:10px;
}
.pdf{
  display:inline;
  padding-right:15px;
}
#models{
  font-size:13px;
}
#models th{
  text-align:center;
  vertical-align:middle;
}
#models table tr:first-child{
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
}
/*.bg_list1 {
    background: none repeat scroll 0% 0% #DEE5EE;
}

.bg_list0 {
    background: none repeat scroll 0% 0% #C0CDE0;
}*/
#product-line .nav-tabs .active a:focus{
  outline: 0px;
}

#product-line .nav-tabs li a{
  color: #555;

}

#product-line .nav-tabs .active a{
  color: #555;
  font-weight: normal;
}


/* end product page*/

/* start forms page*/
.form-heading{
  padding:20px;
}

#feedback label i,#mailingListContent label i,#page-content .form-body i{
  font-size: 12px;
  vertical-align: middle;
  color:#d9534f;
  margin-bottom: 10px;
}

.error-msg{
  color:red;
  font-size:14px;
}
#form-msg{
  color:red;
}


.checkbox input[type="checkbox"]{
	position:relative;
	margin:0;
}

.input-inline input[type="text"]{
	float:none;
}
.input-inline label{
	padding:0;
	font-weight:300 !important;
}
.m-l5{
	margin-left:5px;
}

.w-auto{
	width:auto;
}

.help-block{
	display:none;
}
/* end forms page*/

#mask{
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}




/************************* start webdev3 styles *************************/


/* start popup */
#popup-container{
  display:none;
}
.popup-logo img{
  display:block;
  margin:auto;
  padding:20px;
}
.popup-career-logo{
  margin:0px 15px;
}
.popup-career-logo img{
  width:100%;
  height:200px;
}
.popup-breadcrumbs{
  background: url('../images/uploaded-img/subhead_single.jpg') repeat scroll 0% 0% / 100% 100% transparent;
  height: 25px;
  margin:5px 15px;
  color: #FFF;
}

.home-button, .back-button{
  text-align:right;

}
.back-button img{
  width:20%;
  cursor:pointer;
  margin-left:85%;
}
.home-button .img-responsive{
  width:5%;
  cursor:pointer;
  margin-left:95%;
}
.career-img{
  height:200px;
}
.career-body{
  font-size:12px;
  margin:15px;
}
.career-body table{
  margin-top:5%;
  background: #C2C2C2;
  font-style:italic;
}
.career-body td{
  padding:10px;
}
.career-list {
  font-size:14px !important;
  cursor:pointer;
}
.career-list ul{
  padding:10px;
}
.career-details{
  height: 430px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.popup-cat{
  margin:10px;
}
.popup-cat a{
  cursor:pointer;
}
.popup-about{
  margin:20px;
  padding:10px;
  background-size:100% 100%;
  background:url(../images/uploaded-img/popup-bg3.png);
}
.country-selector{
  margin-left:-90%;
  opacity:0;
  z-index:0;
}
.clear{
  clear: both;
}
.country-selector-content{
  margin-top:5%;
}
.flag{
  width: 25px;
  height: 17px;
  margin-right:10px;
  float:left;
}
.lab{
  z-index:2;
}
#career-button{
  z-index:30;
}
#career-button img{
  width: 15%;
  float: right;
  margin-top: -77px;
  margin-right: 20px;

}
/* end popup */

/* start menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu  {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

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

.dropdown-submenu>a:after {
    display: block;
    /*content: " ";*/
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;

}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;

}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu  {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu li  a:visited {
  color: #FFF;
  background-color: #FFF!important;
}
.dropdown-menu li  a:active {
  color: #FFF;
  background-color: #FFF!important;
}
.dropdown-menu li  a:focus {
  color: #FFF!important;
  background-color: #428BCA!important;
}
.dropdown-menu li  a:hover {
  color: #00467f!important;
  background-color: #eee!important;
}

.dropdown-menu li a {
  color: #428BCA!important;
}

/* end menu */

/* search page*/

.table-container{
  margin-bottom: 30px;
}

.searchlist i{color: #E8880C;}

#myTable th{
  border-bottom:0 !important;
}
#myTable img{
  width: 100%;
}

table.dataTable.no-footer{
  border-bottom:0px !important;
}

/*.dataTables_paginate .first, .dataTables_paginate .previous, .dataTables_paginate .paginate_active, .dataTables_paginate .paginate_button, .dataTables_paginate .next, .dataTables_paginate .last {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #CCCCCC #CCCCCC #CCCCCC -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    cursor: pointer;
    font-size: 11px;
    padding: 5px 10px;
}*/
#myTable_info{
   font-size: 12px;
   color:#666666;
}
/* end search page*/

/* start news-detail page*/
.news-detail h1{
  text-align:center;
  font-size:20px;
}
.news-img{
  display:block;
  margin:auto;
}
.news-content{
  width:100%;
}
.social-buttons img{
  display:inline;
  padding-bottom:10px;
}

.zero-padding{
	padding:0px !important;
}
.p-l10{
	padding-left:10px !important;
}

/* end news-detail page*/


/** Corporate Locations ***/
.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 0 0 0 2px;
    margin: 20px 0;
    padding: 20px;
}
.bs-callout-warning {
    border-left-color: #00467f!important;
}

#corporate-location #page-content h2{
  margin-bottom: 45px;
  color: #333;
}



#corporate-location .corporate-content{
  border-bottom: 1px solid #ddd;
  padding: 30px;
}



/*** All Form Page***/
#warranty .form-group label, #service .form-group label ,#mailinglist .form-group label ,#rfqform .form-group label{
  color: #555;
  font-weight: normal;
}



/**CSR Page**/
.csr-images{
	position: relative;
	margin-top:-25%;
}
.csr1{
	margin-left:9%;
}
.csr2{
	margin-left:6%;
}
.csr3{
	margin-left:3%;
}

.csr-container{
	margin: auto;
	display: block;
	width: 81%;
}

/**FAQ**/
.list-title{
	color:#FFF;
	background:#00467f;
  font-weight: normal;
  font-size: 16px;
}

.faq-list .active{
  background:#eee;
}

.faq-list .active:hover{
  border-top: 1px solid #ddd;
}


.list-title:hover{
  background:#00467f!important;
}

.faq-list .list-group-item:first-child{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.faq-list .list-group-item{
  border: 0px solid #ddd;
  border-top: 1px solid #ddd;
  cursor: pointer;
  padding: 20px 10px;
}

.faq-list .list-group-item a{
  color: #555;
}

.faq-list .list-group-item:hover{
  background: #eee;
}

/*** Request Frontier Page***/
#request-frontier-form .form-title{
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 20px;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

#request-frontier-form form label{
  color: #555;
  font-weight: normal;
}

/*** Questionaire IVF ***/
#questionaire-ivf .form-title{
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 50px;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

#questionaire-ivf form label{
  color: #555;
  font-weight: normal;
}

/*** Questionaire Booth ***/
#questionaire-booth .form-title{
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 50px;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

#questionaire-booth form label{
  color: #555;
  font-weight: normal;
}

/*** Request Filtracheck ***/
#request-filtracheck .form-title{
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 50px;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

#request-filtracheck form label{
  color: #555;
  font-weight: normal;
}


/*** Request Product ***/
#request-product .form-title{
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 50px;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

#request-product form label{
  color: #555;
  font-weight: normal;
}

/* contact footer*/

.contact-tab{
	border:none;
}


.contact-tab .active a{
	background: none !important;
	border: none !important;
	border-bottom:1px solid #DDD !important;
}

/*product-group*/

.cat {
	padding:5px !important;
	padding-left:25px !important;
}
.product-group{
	padding: 10px;
padding-left: 15px;
}

.table-responsive table > tbody > tr > td{
	vertical-align:middle !important;
}

@media (max-width: 1199px){

  #page-content h1{
    text-align: center;
  }
  .prodcat-display {
    padding: 0 30px;
  }
  .product-category-tab .tab-content{
    padding: 0px;
  }
}


@media (min-width: 1024px) and (max-width: 1199px){
  .sidebar #accordion .panel-body{
    padding: 0px;
  }
  .sidebar #accordion .panel-body .news-release{
    padding: 3px 0;
  }
  .sidebar #accordion .panel-primary .panel-body h5 {
    line-height: 20px;
    font-size: 15px;
  }


	#form-nav{
		display: none;
	}

  .navbar-nav > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .navbar-form{
    width: 250px;
  }
  .mega-menu{
     height: 345%;
     overflow: scroll;
  }
  /** home Panel **/
  .panel-resources,.panel-customer-spotlight,.panel-upcoming-events{
    height: 100%;
  }

  .panel-content > div > img {
    max-width: 100%!important;
    width:100%!important;
    max-height: 104px!important;
  }

}



@media (max-width: 1023px){
  #product-category-side-menu1{
    display: block;
  }

  .videos-index h5{
      font-size: 16px;
      line-height: 20px !important;
      margin: 3px;
      text-align: center;
  }
  .navbar-collapse.collapse{
    display: none!important;
  }
  #home .sidebar{
    display: none;
  }


  .nav-expander{
    display:block!important;
  }


  #accordion1{
    display: block!important;
  }

  .div-resources, .div-customer, .div-events{
    display: none;
  }
  .panel-content > div > img,.panel-content-top > div > img {
    max-height: 150px;
    max-width: 252px;
    width: 100%;
  }

  .navbar-form{
    padding: 0 0 10px;
  }

  .navbar-form #search-button .btn-warning{
    font-size: 20px;
  }
}




@media (max-width: 360px){

  .btn-iframe-video{
    top: 88px;
  }

  iframe{
    width: 100%;
  }

  .home-btn > section > .btn{
    margin-bottom: 9px !important;
  }
  .about-us {
    margin-top: 40px;
  }
  #content-bottom{
    margin-top: 30px;
  }

  .footer-copyright {
    text-align: center;
  }
  .subscribe-div{
    width: 100%;
  }

  #footer{
    padding-top: 0px;
  }


  .prodcat-display{
    padding: 0 25px;
  }
  #home .main {
    padding: 0px;
  }

  #events #myTable img{
    width: 60%;
  }

  .scroll-top-wrapper{
    bottom: 10px;
    right: 15px;
  }

  .portfolio-item {
      min-height: 300px;
      font-size: 12px;
  }

  .nav > li {
    width: 100%;
  }

  .home-btn > section > .btn{
    font-weight: 300;
  }
  .search-img,.search-detail {
    width:100%;
  }

  .search-img img{
   width:100%;
  }
  .country-selector{
    width:90%;
    margin-top:-212%;
    opacity:0;
  }
  #career-button img {
    width: 29%;
    margin-right: 45px;
    margin-top:-4%;
    padding: 0px;
  }
  .home-button .img-responsive {
    width: 8%;
  }
  .career-details{
    height: 800px;
  }
  .history{
    font-size:12px;
  }
  .small-img{
    width:50%;
  }
  .table-container{
    padding:0;
  }
/*  .table-container h4{
    font-size:14px;
  }*/
  .dataTables_info{
    display:none;
  }

  .distributor .m-l20{
    margin-left:0px;
  }
}

@media (min-width: 361px) and (max-width: 978px){
  .country-selector{
    font-size:11px;
  }
  .popup-about{
    font-size:12px;
  }

/*  @media (max-width: 768px){
    .country-selector-content {
      margin:0;
    }
  }*/

  .flag{
    margin-right:5px;
  }
}

@media (max-width: 767px){

  #product-category .nav-tabs > li > a{
    border-radius: 0px;
  }

  #product-category .nav-tabs.nav-justified > li > a{
    color: #2a6baf;
    /*text-decoration: underline!important;*/
  }
  #product-category .nav-tabs.nav-justified{
    border-bottom: 3px solid #2a6baf;
    margin-bottom: 30px;
  }

  #product-line .sidebar .btn-primary{
    font-size: 16px;
	padding:10px;
  }

  #product-category .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus{
    color: #2a6baf;
    border: 6px solid #2a6baf;
  }

  .product-category-tab{
    margin: 20px 0 70px;
  }

  .product-category-tab .tab-content{
    border: 0px solid #FFF;
  }

  .social-icon{
    margin-top: 10px;
  }

  #page-content h1 {
    font-size: 30px;
  }

  .our-website{
    margin-top: 20px;
  }
  #page-info{
    margin-top: 30px;
  }

  .navbar-brand img{
    margin-left: 3px;
  }

  #home > #page-content {
      margin-top: 70px !important;
  }

  #page-content > .content > .main{
    width: 100%;
  }
  #home .main {
      padding: 0;
  }
	.table-responsive .table{
	width:500px;
}
}

@media (max-width:415px){
  .btn{
    white-space:normal;
    font-size:16px;
  }
}
@media(max-width: 320px){
  nav{
    right: -21.4em;
    width: 21.4em;
  }
}


/*For Landing */

#page-landing {
  margin-top: 0px;
}

#page-landing  h1 {
color: #00467f;
font-size: 45px;
margin: 30px 0;
}


#page-landing h2{
  font-size: 45px;
  color:#00467f;
  font-weight: 100;
}

.img-landing {
  width:186px;
  height: 176px;
}
.img-logo{
  /*max-width: 82%; */
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;

}

.img-logos{
  max-width: 70%;
  margin-top: 41px;
  margin-right: auto;
  margin-left: auto;

}
#page-landing .form-body i {
font-size: 12px;
vertical-align: middle;
color: #d9534f;
margin-bottom: 10px;
}


.border-left{
  border-left: 1px solid #eee;
}

#page-landing .title{
  color:#3077BD;
  font-weight: bold;
}

#page-landing .portfolio-items {
margin-bottom: 20px;
min-height: 362px;
}

#page-landing .contact-landing{
padding: 0px 0px;
}

#page-landing .help-block{

  color:#D9534F;
}

#page-landing .border-top{
border-top: 1px solid #EEE;
clear: both;
padding-bottom: 20px;
}

#page-landing .img{
margin: 0 auto;
max-width: 45%;

}


#product-landing .sidebar .btn-primary {
  font-size: 18px;
}

#product-features .no-border{
border: none;
}


@media (max-width: 480px) {

  #page-landing h2{
    font-size: 30px;
    color:#00467f;
    font-weight: 100;
    text-align: center;
  }

  #page-landing .portfolio-items {
    margin-bottom: 20px;
    min-height: 300px;
  }


  #page-landing .contact-title{
    text-align: center;
  }

  #page-landing .contact-landing{
    /*padding: 50px 10px;*/
    clear: both;
  }

  #page-landing .title{
    font-size: 12px;
  }

  #page-landing .btn-primary{
    font-size: 11px;
  }

  #product-landing .sidebar .btn-primary {
    font-size: 13px;
    text-align: center;
    padding: 4px;
  }

  .img-logo{
    max-width: 100%;
    margin-top: 20px;
    float:none;
    margin-left: auto;
    margin-right: auto;
  }

  .img-logos{
    max-width: 70%;
    margin-top: 20px;
    float:none;
    margin-left: auto;
    margin-right: auto;
  }

}


@media (min-width: 768px) and (max-width: 979px) {

  #page-landing h2{
    font-size: 30px;
    color:#00467f;
    font-weight: 100;
    text-align: center;
  }

  .img-logo{
    max-width: 100%;
    margin-top: 20px;
    float:none;
    margin-left: auto;
    margin-right: auto;
  }
  .img-logos{
    max-width: 70%;
    margin-top: 20px;
    float:none;
    margin-left: auto;
    margin-right: auto;
  }

}


@media (max-width: 767px){

  #page-landing h2{
    font-size: 30px;
    color:#00467f;
    font-weight: 100;
    text-align: center;
  }

  #product-landing .sidebar .btn-primary {
    font-size: 12px;
    text-align: center;
    padding: 4px;
  }

  .img-logo{
    max-width: 100%;
    margin-top: 20px;
    float:none;
    margin-left: auto;
    margin-right: auto;
  }
  .img-logos{
    max-width: 70%;
    margin-top: 20px;
    float:none;
    margin-left: auto;
    margin-right: auto;
  }
}


/* Thank You Page */

.ty-img{
  background:#F5F5F5;
  padding-bottom:20px;
  padding-top: 3px;
}

.ty-text-container{
  background:#FDFDFD;
  padding:63px;
}

.ty-text{
  font-size: 22px;
  color: #000;
}
.ty-link{
  background:#F5F5F5;
  padding:53px;
  color: #00467F;
}

.ty-text-head{
  font-size:60px;
  font-weight:bold;color:#000;
}

.ty-companies{
  font-size:33px;
  line-height:1em;
}


@media (max-width: 480px) {

  .ty-companies{
    font-size:30px;
    line-height:1em;
  }

  .ty-text-container{
  background:#FDFDFD;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;

  }


}
