body
{
	font-family:"Gill Sans", sans-serif;
}


.menuinindex ul
{
	background: white;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
    padding: 15px;
}
.navbar-inverse .navbar-nav > li > a
{
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
}
nav.navbar.navbar-inverse.navbar-static-top.marginBottom-0
{
	border: none;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus 
{
background-color: #fff;
	color: #000 !important;	
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus
{
	background-color: #fff;
	color: #000 !important;
}

.navbar-inverse .navbar-nav .dropdown-menu
{
	background: #f2f2f2;
	
}
.dropdown-menu
{
	padding: 0px;
}
.dropdown-menu > li > a
{
	color: #fff;
	border: none;
}
a.dropdown-toggle
{
	color: #fff !important;
}
.navbar-inverse .navbar-nav > li:hover > a,.navbar-inverse .navbar-nav > li:focus > a
{
	  
}
.navbar-inverse .navbar-nav > .active > a
{
	 
	/*border-top:5px solid red;  */

	color: #000 !important;
	background: transparent;
	
}
.navbar-inverse
{
	margin-top: -25px;
	background-color: #5bc3e1;
    	border-color: #5bc3e1;
}
.menuinindexback li
{
	float:left; list-style:none;
}
.menuinindexback p
{
	font-weight:bold !important;
	 font-size:15px !important;
}


#iview {
	display: block;
/*	max-width: 1600px;*/
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}

#iview .iviewSlider {
	display: block;
	width: 1600px;
	height: 700px;
	overflow: hidden;

}



#iview div.iview-directionNav {
bottom: 60px;
    position: absolute;
    right: 0;
    width: 122px;
    z-index: 9;
}
#iview div.iview-directionNav a:hover{
  background: none repeat scroll 0 0 #333333;
    border-color: #fff;
}

#iview div.iview-directionNav a:after {
	color:#000;
}



#iview div.iview-directionNav a {

border: 2px solid #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 40px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

#iview div.iview-directionNav a.iview-prevNav:after {
	  color: #fff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
 font-size: 22px !important;
    height: 30px;
    left: 14px !important;
    position: relative;
    top: 2px !important;
    width: 30px;
}
#iview div.iview-directionNav a.iview-nextNav:after {
	color: #fff;
    content: "";
display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px !important;
    height: 30px;
    left: 15px !important;
    position: relative;
    top: 2px !important;
    width: 30px;
}

#iview div.iview-directionNav a.iview-nextNav {
	right: -27px;
	background-position: 27px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background-position: 0px 0px
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20px;
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20px;
}


.iview-caption {
	background: none !important;
}
.custom-caption * {
	border: none !important;
}
.custom-caption {
	/*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);*/
	border-radius: 0;
	display: inline-block;
	font-size: 15px;
	margin: 20px;
	padding: 20px;
	color: #fff;
}
.iview-caption.caption1 {
	text-shadow: none;
}
.iview-caption.caption2 {
	background: #FFF;
	color: #000;
	text-shadow: none;
}
.iview-caption.caption3 {
	background: #c4302b;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
	text-shadow: none;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}
#iview-timer {
	border-radius: 10px;
}

#iview-timer div {
	border-radius: 10px;
}






















#democontainer {

  width: auto;

  max-width: 500px;

  height: auto;

  margin: 40px 0 10px 0 ;

  overflow: hidden;

  border: 2px solid #777;


  position: relative;

  
  
}
#democontainer img {
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 2;
}

#democontainer:hover img {
  transform: scale(1.2, 1.2);
  z-index: 9;
}

.box-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 10px;
   
  opacity: 1;
  transition: 0.3s linear;
  color: #000;

  font-family: 'Bellefair', serif;
font-family: 'Satisfy', cursive;
text-shadow: 1px 1px 1px #e4e4e4;
  
}
.box-text h1 {
  font-size: 2.2em;
  font-family: 'Bellefair', serif;
font-family: 'Comfortaa', cursive;
}
.box-text p {font-size: 1.5em;}
.box-text:hover{opacity: 0;}
.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:0px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.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:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.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;}




.keratome-knives tr td
{
	padding: 0px 0 0px 8px;
	font-size: 14px;
}

.keratome-knives strong
{
	font-weight: bold;
	 font-size:17px;
	  padding: 3px 0 3px 0px;
}

.ophthalmicpage a
{
	text-decoration: none;
	color: #777;
}
.ophthalmicpage
{
	margin-bottom: 50px;
}
.onlyimages img
{
	box-shadow: 0px 0px 5px 0px;
	margin: 15px auto;
}
.onlyimages
{
	margin-bottom: 50px;
}
.indexpage
{
	margin-bottom: 50px;
}
.imgrightside img
{
	box-shadow: 0px 0px 5px 0px;
}













.affix {
    top: 25px;
    width: 100%;
  }

/* Padding for a smoth affix */
.affix + .container-fluid {
  padding-top: 72px;
}


.box {

  border:1px solid grey;
  display: inline-block;
  vertical-align: top;

}

.overlay {
  position: relative;
}

.overlay:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}

.overlay:hover:after  {
  opacity: .5;
}


.blue:after {
  background-color: #00457c;
}

.green:after {
  background-color: #8dc63f;
}

.orange:after {
  background-color: #f58026;
}
.purple:after
{
	background-color: #522f91;
}
.dark-green:after
{
	background-color: #902e5c;
}
.light-blue:after
{
	background-color: #0596d6;
}
.dark-orange:after
{
	background-color: #f0b310;
}
.dark-gray:after
{
	background-color: #808080;
}
.pink:after
{
	background-color: #ec65cd;
}
.gold:after
{
	background-color: #cfc628;
}
.productcategory h5
{
	/*color: #000;
	text-transform: capitalize;
	background-color: #dadada;
	padding: 8px;
	margin: 0px;
	box-shadow:0px 0px 5px #a5a5a5;
	margin-bottom: 30px;*/
	color: #fff;
    padding: 8px;
    margin: 0px;
    box-shadow: 0px 0px 5px 0px;
    margin-top: 30px;
    width: 100%;
}
.productcategoryinsub h5
{
	color: #000;
    text-transform: capitalize;
    background-color: #dadada;
    padding: 8px;
    margin: 0px;
    box-shadow: 0px 0px 5px #a5a5a5;
    margin-bottom: 30px;
}
.mainul>li>a{
	 text-transform: unset;
}
.subul li a{
	 text-transform: unset;
	}
.light-blue
{

	background-color: #0596d6;
}
.blue
{
	background-color: #00457c;
}
.dark-green
{
	background-color: #902e5c;
}
.purple
{
	background-color: #522f91;
}
.dark-orange
{
	background-color: #f0b310;
}
.orange
{
	background-color: #f58026;
}
.dark-gray
{
	background-color: #808080
}
.pink
{
	background-color: #ec65cd;
}
.gold
{
	background-color:  #cfc628;
}
.h3color
{
	color: #2d2d2d;
	font-size: 20px;
	text-transform: uppercase;
}
.tablerow
{
	margin-top: 50px;
	margin-bottom: 50px;
}


.gallerybox .box
{
	margin-top: 30px;
}
.marginincontainer
{
	margin-bottom: 50px;

}
@media(max-width: 767px)
{
	.full
{
	padding: 0px;
	margin: 0px;
}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
	{
		height: 320px;
		overflow-x: scroll;
	}
	.subul
	{
		background-color: #fff !important;
		
	}
	.subul li a
	{
		color: #000!important;
	}
}

@media(min-width: 768px)
{
	.navbar-inverse .navbar-nav > li > a
	{
		padding: 42px 15px;
		padding-top: 60px;
	}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus
	{
		color: #422d9b !important;
	}
	/*.navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li:focus > a
	{
		border-top: 5px solid red;
		color:red;
		background: transparent;
	}*/
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
	{
		background: transparent;
	}
	#navbar-collapse-1
	{
		float: right;
	}
.navbar-inverse .navbar-nav > li > a
{
   color: #000;
}


























.menu-hover-lines .a:before,
.menu-hover-lines .a::after {
  height: 5px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color:#422d9b;
  width: 0;
}
.menu-hover-lines .a::before {
  top: 0;
  left: 0;
}
.menu-hover-lines .a::after {
  top: 0;
  right: 0;
}
.menu-hover-lines .a:hover,
.menu-hover-lines li.active > .a {
  color: #0a0a0a;
  transition: all 0.35s ease;
}
.menu-hover-lines .a:hover::before,
.menu-hover-lines .active .a::before,
.menu-hover-lines .a:hover::after,
.menu-hover-lines .active .a::after {
  width: 100%;
}










































.header
{
   background-color: #fff;
   z-index: 999;
   position: relative;
   box-shadow:0 0 5px #848484;
}
.affix {
    position: fixed !important;
    height: 65px;
}
.affix 	.logo__img{
	margin-top: -20px !important;
       height: 68px;
}
.affix .navbar-inverse .navbar-nav > li > a
{
	padding: 17px 15px;
    margin-top: 27px;
}
.affix .navbar-nav{
	margin: -26px 0px;
}
.header-inner {
   margin-top: 16px;
   margin-bottom: 10px;
}
.header-block {
   text-align: right;
/*   margin-top:26px;*/
}
.navbar-inverse
{
   margin-top: -25px;
   background-color:transparent;
      border-color: #5bc3e1;
}
a.dropdown-toggle
{
   color: #000 !important;
}
.dropdown-menu > li > a
{
	color: #5f5f5f !important;
	border: none;
}
.affix {
    top: 0px;
    width: 100%;
    box-shadow: 0px 0px 5px #aaa;
  }
  .mobilescreenheader
  {
  	display: none;
  }
}



@media(max-width: 767px)
{
	.fullscreenheader
	{
		display: none;
	}
}
.main-slider
{
	height: 535px;
}




























.wrapper {
    
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.right {float: right !important;}
/* Image zoom on hover + Overlay colour */
.parent {
    width: 100%;

    height: auto;

    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.child img
{
	padding:10px;
}





.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {width: 100%;}
   
}






.linkcolor a
{
	color: #464646;
	text-decoration: none;
}
*:focus {
    outline: 0 !important;
}
