/* banner.css - HTML5Blank-child */

/* Start Banner CSS - WFong */
.floating-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  z-index: 10000;
  background-color: #7f3f98;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0px;
}

.floating-logo.smaller {
  height: 75px;
}

#page-header > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  position: relative;
}

.header-left_side {
  margin-left: 15px;
}

.header-mid_side {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-right_side {
  margin-right: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* Header Left Side */
.header-logo img {
  position: relative;

  padding: 0px;
  margin-top: 0.7em;
  margin-left: 20px;

  max-width: 155px;
  /* max-width: 300px; */
  /* min-width: 150px; */
  left: 0px;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-logo.smaller .header-logo img {
  height: 40px;
}
.home_logo_small {
  width: 35px;
  display: block;
  visibility: visible;
  opacity: 1;
}
/* Header Left Side End */

/* Header Middle Side */
.header-slogan {
  display: none;
}
/* Header Middle Side End */

/* Header Right Side */
#lang_link {
  display: none;
}

  /* Search CSS */
.header-search_header {
  display: none;
  margin: 0px 10px;
}
.search-submit {
  background: transparent;
  border: 0;
  color: white;
}
.search-submit::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f002";
}
.search-input-header {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .75);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .75);
  padding: 6px 12px;
  color: black;
}
.search-submit-header {
  padding: 6px 10px;
  background-color: #5a3669;
  border-color: #7f3f98;
  height: 34px;
  margin-left: -3px;
}
  /* Search CSS End */



/* Header Right Side End */
/* Hamburger */
.home_logo_small {
  visibility: visible;
  opacity: 1;
	z-index: 10000;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
.nav_home_logo {
	font-size: 28px;
	display: block;
	visibility: visible;
	opacity: 1;
	z-index: 100000;
	background-color: #7f3f98;
	text-align: right;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
  margin-right: 15px;
}
.nav_home_logo i {
	/*float: right;*/
	color: white;
}
.nav_home_logo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav_home_logo #tm+.main-menu {
	display: none;
	visibility: hidden;
	opacity: 0.00;
	position: fixed;
	right: 0px;
	/* top: -10000px; */
/* 	z-index: 10000; */
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav_home_logo #tm:checked+.main-menu {
  top: 100px;
	display: block;
	visibility: visible;
	opacity: 1;
  overflow-y: scroll;
  max-height: 80vh;
  border-radius: 0px 0px 5px 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav_home_logo.smaller #tm:checked+.main-menu {
	top: 75px;
}
.nav_home_logo input[type="checkbox"]:checked+.sub-menu {
	display: block;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav_home_logo input[type="checkbox"],
.nav_home_logo ul span.drop-icon {
/* .nav_home_logo .main-menu input[type="checkbox"] { */
	display: none;
	visibility: hidden;
	opacity: 0.00;
}
.header-home_icon {
  display: none;
}
.nav-home {
	background-color: #7f3e98;
}
.nav-products {
	background-color: #019ea0;
}
.nav-clin {
	background-color: #3e7dcc;
}
.nav-pat {
	background-color: #fb5d00;
}
.nav-about {
	background-color: #7f3e98;
}
.nav-search {
	background-color: #b9b9b9;
}
.nav_home_logo li {
	padding: 5px;
	text-align: right;
	margin: 0px;
}
ul.sub-menu>li {
	margin-left: 10px;
	margin-right: 25px;
}
.nav_home_logo .sub-menu {
	display: none;
	visibility: hidden;
	opacity: 0.00;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav_home_logo a {
	position: relative;
	display: block;
	visibility: visible;
	opacity: 1;
	color: white;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
	text-decoration: none;
	-webkit-transition: all .125s ease-in-out;
	-o-transition: all .125s ease-in-out;
	transition: all .125s ease-in-out;
}


#lang_link_hamburger {
	background-color: grey;
}
#lang_link_hamburger * {
	margin: 0px 3px 0px 8px;
	direction: rtl;
}

@media screen and (min-width: 1200px) {
	.home_logo_small {
  	display: none;
  	visibility: hidden;
  	opacity: 0.00;
	}

	.nav_home_logo {
  	display: none;
  	visibility: hidden;
  	opacity: 0.00;
	}
}

/* Hamburger End */

/* Removes G Translate's Widget */
#gtranslate_wrapper {
  display: none;
}

/* Responsive Section */
@media all and (min-width: 480px) {
  /* Responsive Header Left Side */
  .header-logo img {
  }
  /* Responsive Header Left Side End */

  /* Responsive Header Middle */
  /* Responsive Header Middle End */

  /* Responsive Header Right Side */
  /* Responsive Header Right Side End */
}
@media all and (min-width: 768px) {
  /* Responsive Header Left Side */
  /* Responsive Header Left Side End */

  /* Responsive Header Middle */
  .header-slogan {
    display: block;
    width: 225px;
  }
  /* Responsive Header Middle End */

  /* Responsive Header Right Side */
  /* Responsive Header Right Side End */
}
@media all and (min-width: 1200px) {
  /* Responsive Header Left Side */
  .header-logo img {
    max-width: none;
    height: 55px;
  }
  .header-home_icon_small {
    display: none;
  }
  /* Responsive Header Left Side End */
  /* Responsive Header Middle */
  .header-slogan {
    display: block;
    width: 300px;
  }
  /* Responsive Header Middle End */
  /* Responsive Header Right Side */
  #lang_link {
    display: block;
  	visibility: visible;
  	opacity: 0.95;
    font-size: 1.15em;
    color: white;
  }
  #lang_link a {
    color: white;
  }
  #lang_link i {
    font-size: 1.5em;
    color: #adadad;
    vertical-align: middle;
  }
  .header-search_header {
    display: block;
  	visibility: visible;
  	opacity: 0.95;
  }
  .header-home_icon {
    display: block;
  	visibility: visible;
  	opacity: 0.95;
    width: 35px;
  }
  .header-hamburger_menu {
    display: none;
  	visibility: hidden;
  	opacity: 0.00;
  }
  /* Responsive Header Right Side End */
}

@media all and (min-width: 1200px) {
  .header-left_side,
  .header-right_side {
    width: 380px;
  }
  /* Responsive Header Left Side */
  /* Responsive Header Left Side End */

  /* Responsive Header Middle */
  .header-slogan {
    width: 300px;
  }
  /* Responsive Header Middle End */

  /* Responsive Header Right Side */
  /* Responsive Header Right Side End */
}

/* Responsive Section End */

/* End Banner CSS - WFong */
