@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header, footer, article, section, figure, nav, aside {
  display: block;
}

a {
  color: #0066CC;
  text-decoration: none;
  outline: none;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

a:hover {
  text-decoration: none !important;
}

img {
  border: 0 none;
  max-width: 100%;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/common/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("/common/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("/common/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("/common/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("/common/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
/*html.giz-bfixed, html.giz-bhomefixed {
  position: fixed;
  overflow-y: scroll;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
}*/
html.giz-bfixed{
  position: fixed;
  overflow-y: scroll;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

body {
  font-family: 'Open Sans', Georgia, Arial, Helvetica,sans-serif;
  height: 1000px;
  width: 100%;
  margin: auto !important;
  background: #fff;
}

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}
.header-top {
  background: #629c49;
  height: 50px;
  top: 0;
  width: 100%;
  position: relative;
  z-index: 9999;
  -moz-box-shadow: 0 1px 6px -2px #000000;
  -webkit-box-shadow: 0 1px 6px -2px #000000;
  box-shadow: 0 1px 6px -2px #000000;
}
.header-left {
  float: left;
  width: 255px;
}
.header-left .logo {
  float: left;
  padding-left: 15px;
  padding-top: 12px;
  width: 161px;
}
.header-left .logo img {
  display: block;
  width: 140px;
  padding: 2px 10px;
}
.header-left .giz-lang {
  line-height: 50px;
  height: 50px;
}
.header-left .giz-lang a {
  font-size: 11px;
  color: #fff;
}
.header-left .giz-lang a i.material-icons {
  font-size: 14px;
  position: relative;
  top: 2px;
}
.header-right {
  margin-left: 255px;
  background: #fff;
  height: 50px;
}
.header-nav-left {
  float: left;
}
.header-nav-left li {
  float: left;
}
.header-nav-left li a {
  font-size: 16px;
  color: #000000;
  display: block;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.header-nav-left li a i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.header-nav-right {
  float: right;
  width: 120px;
}
.header-nav-right li {
  padding: 15px 9px 0;
  float: left;
  position: relative;
  z-index: 99;
}
.header-nav-right li a {
  display: block;
  color: #000000;
}
.header-nav-right li a.giz-bell {
  width: 22px;
  height: 23px;
  background: #ffffff url(/images/bell-blk.svg) no-repeat center;
  display: block;
}
.header-nav-right li a.giz-search i {
  font-size: 25px;
}

/** popup menus **/
.header-nav-show {
  position: fixed;
  top: 50px;
  z-index: 99;
  /*background: #f3f9f0;*/
  background: #629c49;
  bottom: 0;
  overflow-y: auto;
}

.header-nav-show div.show {
  margin-left: 0;
}

.header-nav-show div {
  height: 306px;
  width: 255px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: -256px;
  transition: margin-left 0.3s ease-out;
  -webkit-transition: margin-left 0.3s ease-out;
  -moz-transition: margin-left 0.3s ease-out;
  -o-transition: margin-left 0.3s ease-out;
}

.header-nav-show ul {
  list-style-type: none;
  height: 38px;
  line-height: 38px;
}

.header-nav-show ul li {
  float: none;
}

.header-nav-show ul li a {
  padding: 0 15px;
  font-size: 14px;
 /* color: #000;*/
  color: #fff;
  text-decoration: none;
  line-height: 24px !important;
}

.header-nav-show ul li a:hover {
  color: #163e05;
}

.header-nav ul li a.current i {
  color: #163e05;
}

.giz-sub-sec-menu {
  position: fixed;
  top: -140px;
  visibility: hidden;
  background: #ffffff;
  opacity: 0;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  font-size: 0;
  padding: 20px 0;
}

.giz-sub-sec-menu ul {
  position: relative;
  margin: 0;
  list-style-type: none;
  bottom: 0;
  height: 100%;
  overflow-y: auto;
}

.giz-sub-sec-menu.giz-open {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.giz-sub-sec-menu ul li {
  display: block;
}

.giz-sub-sec-menu ul li a {
  float: none;
  display: block;
  padding: 0 10px;
  line-height: 29px;
  font-size: 14px;
  color: #666666;
}

.giz-overlay {
  position: fixed;
  width: 100%;
  margin: auto;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.giz-overlay.active {
  background: #000000;
  opacity: 0.8;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*** version 2 menu **/
.giz-sub-menu-block {
  width: 16.28%;
  padding: 0 0 10px;
  float: left;
  position: relative;
}
.giz-sub-menu-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #afcda1;
}
.giz-sub-menu-block:last-child:after {
  width: 0;
}

.giz-sub-menu-block h3 {
  font-size: 16px;
  padding: 10px 0 10px;
  margin: 0 10px 10px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  color: #000;
}
.giz-sub-menu-block h3 a {
    color: #000;
}
.giz-sub-menu-block h3:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0px;
  background: #629c49;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.giz-sub-menu-block.active h3:before {
  width: 100%;
}

.giz-sub-sec-menu ul li a:hover {
  color: #000000;
}

.giz-sub-menu-block:last-child {
  border-right: none;
}

.header-nav ul li.giz-lang a i.material-icons {
  font-size: 14px;
  position: relative;
  top: 2px;
}

.open-search .giz-search-block {
  opacity: 1;
  top: 0;
  right: 80px;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  z-index: 100;
}

.giz-search-block {
  position: absolute;
  right: 30px;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  height: 50px;
  top: 0;
  background: #000000;
  width: 300px;
  opacity: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 9;
}
.giz-search-block .giz-close, .giz-search-block .search-input, .giz-search-block .giz-search {
  display: inline-block;
  vertical-align: middle;
}
.giz-search-block a {
  color: #ffffff;
}
.giz-search-block a i {
  padding: 13px;
}
.giz-search-block .search-input input[type="text"] {
  padding: 8px 10px;
  border: none;
  outline: none;
  width: 166px;
}

.giz-share-block {
  position: absolute;
  right: 170px;
  width: 135px;
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.sticky {
  /*top: 15px;*/
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /*-moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);*/
  opacity: 1;
}
.sticky .giz-share-block {
  /*top: 15px;*/
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.giz-share-block a {
  /*background: url(/images/gizbot-share.jpg) no-repeat;*/
  display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 42px;
    height: 24px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.giz-share-block a.share-fb {
  background-position: 0 0;
  background:#3d5a9a;
}

.giz-share-block a.share-twitter {
  background-position: -36px 0;
  background:#39a9e0;
}

.giz-share-block a.share-gplus {
  background-position: -72px 0;
  background:#dd4b39;
}
.allLanguages{
      padding: 0 15px;
      color: #fff;
}
.notification-arrow{
      right: 10px!important;
}
.giz-subscribe-textbox
	{
		width:100%;
	}
	.giz-subscribe-textbox input[type="text"]
	{
		width:100%;
		border:none;
		outline:none;
		padding: 0 10px;
		height:36px;
		margin:2px -8px 0;
	}
	.giz-subscribe-button
	{
		position: absolute;
		width:80px;
		top:0;
		right:0;
	}
	.giz-subscribe-button button
	{
		display:block;
		height:40px;
		line-height:40px;
		text-align:center;
		width:100%;
		background: #000000;
		color:#ffffff;
		outline:none;
		border:none;
	}
.block .giz-subscribe-block .bell-icon
	{
	 	background: #ffffff url(/images/bell-1.svg) no-repeat center;
    	background-size: 60%;
	}

    .extensionElem {position: relative;}

.get-extension {
    border: thin solid #ccc;
    background: #fff;
    position: absolute;
        width: 160px;
    top: 43px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 5px;
    right: 0;
}

.arrow-up {
    border: solid #ccc;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    right: 10px;
    top: -5px;
    background: #fff;
}

.get-extension span {border-style: double;border-top: 0 none;border-left: 0 none;border-right: 0 none;}

