@import url(/templates/geotek/css/reset.css);

@import url(/templates/geotek/css/fancybox/jquery.fancybox.css);

@import url(/templates/geotek/css/select/chosen.css);
body {
  font: 16px / 23px Roboto, sans-serif;
  color: #474747;
  background: url("/templates/geotek/images/graphs.gif") repeat-x scroll 0 95px #fff;
}
a {
  text-decoration: none;
}
h1 {
  font: bold 16px Verdana,Roboto, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
}
h2 {
  font: normal 15px Verdana,Roboto, sans-serif;
  text-transform: uppercase;
}
h3 {
  font: normal 14px Verdana,Roboto, sans-serif;
}
nav > ul:after {
  content: "";
  display: block;
  clear: both;
}
nav > ul li {
  float: left;
}
p {
  margin: 0 0 20px;
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}
.upp {
  text-transform: uppercase;
}
.size-18 {
  font-size: 18px;
}
.bolded {
  font: bold 13px Verdana, Roboto, sans-serif;
}
.centered {
  text-align: center;
}
.color-light {
  color: #7f7f7f;
}
.color-green {
  color: #a9ba20;
}
.main {
  padding-bottom: 202px;
}
.fluid {
  width: 100%;
  max-width: 970px;
  min-width: 970px;
  margin: 0 auto;
  overflow: hidden;
}
.fluid-real{
}
.shadowed{
  padding:0 5px 25px;
  box-shadow:0px 5px 0px white, 2px 2px 3px gray, -2px 2px 3px gray;
  box-shadow:none;
  background: #ffffff;
}
.wrapper {
  width: 970px;
  margin: 0 auto;
  position: relative;
}
.green-bcg {
  background: #a9ba20;
  color: #ffffff;
}
.green-bcg a{
  background: #a9ba20;
  color: #ffffff;
}
.green-div {
  background: #a9ba20;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  line-height: 25px;
  font-weight: bold;
}
.btn-trapezoid {
  position: relative;
  display: block;
  width: 197px;
  height: 55px;
  line-height: 68px;
  background: url(/templates/geotek/images/button.png) no-repeat center top;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}
.btn-trapezoid.btn-download:before {
  content: '';
  position: absolute;
  width: 36px;
  height: 39px;
  background: url(/templates/geotek/images/btn-down.png);
  right: 0;
  bottom: 0;
}
.btn-trapezoid:hover {
  background-position: center -57px;
  color: #ffffff;
}
/*-------------------------search form-------------------------------------*/
.form-search {
  position: relative;
}
.form-search input {
  border: 2px solid #a9ba20;
  box-sizing: border-box;
  font-style: oblique;
  color: #7f7f7f;
}
.form-search button {
  cursor: pointer;
}
.form-search-res-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.form-search-res-wrap .form-search-res {
  display: inline-block;
}
.form-search-res-wrap .form-search-res input {
  float: left;
  width: 430px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 15px;
  font-size: 16px;
  box-sizing: border-box;
}
.form-search-res-wrap .form-search-res button {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px;
  background: #a9ba20;
}
.form-search-res-wrap .form-search-res .input-clear {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 405px;
  width: 17px;
  height: 17px;
  background: url(/templates/geotek/images/form-clear.png) no-repeat center;
  cursor: pointer;
}
/*-------------------------header-------------------------------------*/
header {
  height: 85px;
  background: url(/templates/geotek/images/header-bcg.png) no-repeat center top;
  /*-------------------------header menu-------------------------------------*/

}
header > .wrapper {
  height: 95px;
}
header .home-href-wrap {
  float: left;
  position: relative;
  margin: 25px 5px 0 0;
  width: 46px;
  height: 46px;
  background: url(/templates/geotek/images/home-href.png) no-repeat center top;
}
header .home-href-wrap a {
  display: block;
  height: 100%;
}
header .home-href-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 46px;
  background: none;
  width: 84px;
  height: 32px;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
header .home-href-wrap:hover {
  background-position: center -46px;
}
header .home-href-wrap:hover:before {
  opacity: 1;
}
header .form-search {
  float: right;
  margin-top: 30px;
}
header .form-search input {
  width: 120px;
  height: 30px;
  line-height: 30px;
  padding: 0 25px 0 5px;
  font-size: 12px;
}
header .form-search button {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 21px;
  height: 26px;
  background: url(/templates/geotek/images/h-form-search.png) no-repeat center;
}
header .h-nav {
  float: left;
}
header .h-nav > ul li {
  max-width: 165px;
  height: 95px;
  text-align: center;
  line-height: 18px;
}
header .h-nav > ul li a {
  display: block;
  height: 100%;
  color: #7f7f7f;
  text-transform: uppercase;
  font: bold 10px Verdana;
  padding: 0 10px;
}
header .h-nav > ul li a.current, header .h-nav > ul li a:hover {
  background: #a9ba20;
  color: #ffffff;
}
/*-------------------------banner-------------------------------------*/
.h-banner {
  height: 283px;
  background: url(/templates/geotek/images/banner-2.png) no-repeat center;
}
.h-banner .h-banner-txt-wrap {
  margin-top: 203px;
  height: 75px;
  background: url(/templates/geotek/images/banner-txt.png) repeat-x center;
}
.h-banner .h-banner-txt-wrap a.logo {
  float: left;
  width: 284px;
  height: 68px;
  background: url(/templates/geotek/images/logo-top.png);
  margin-top: 3px;
}
.h-banner .h-banner-txt-wrap a.logo-en {
  float: left;
  width: 284px;
  height: 68px;
  background: url(/templates/geotek/images/logo-top-en.png);
  margin-top: 3px;
}
.h-banner .h-banner-txt-wrap .h-banner-text {
  margin-top: 3px;
  margin-left: 3px;
  float: right;
  width: 683px;
  font: normal 18px / 20px Roboto, sans-serif;
  text-transform: uppercase;
}
.h-banner .h-banner-txt-wrap .h-banner-text2 {
  margin-top: 15px;
  margin-left: 3px;
  float: left;
  width: 550px;
  font: normal 18px / 20px Roboto, sans-serif;
  text-transform: uppercase;
}
.h-banner .h-banner-txt-wrap .h-banner-text3 {
  margin-top: 15px;
  margin-right: 10px;
  float: right;
  width: 110px;
  color:#25a6a7;
  font: bold 14px Verdana, Roboto, sans-serif;
}
/*-------------------------footer-------------------------------------*/
body > footer.fluid {
  height: 202px;
  margin-top: -202px;
  background:#555555;
  color: #ffffff;
  font-size: 11px;
  position: relative;
  overflow: visible;
}
body > footer.fluid:before{
    content:'';
    display: block;
    position: absolute;
    top:-25px;
    width:100%;
    height:25px;
    background:url(/templates/geotek/images/footer-bcg-top.png) no-repeat center top; 
  }
body > footer.fluid a {
  color: #ffffff;
}
body > footer.fluid .f-nav {
  padding: 30px 0 55px;
}
body > footer.fluid .f-nav > ul li {
  max-width: 165px;
  height: 50px;
  text-align: center;
  line-height: 20px;
  margin: 0 0 0 17px;
}
body > footer.fluid .f-nav > ul li a {
  display: block;
  height: 100%;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 14px;
}
body > footer.fluid .f-nav > ul li a.current, body > footer.fluid .f-nav > ul li a:hover {
  color: #a9ba20;
}
body > footer.fluid .copyright {
  float: left;
  margin-left: 20px;
}
body > footer.fluid .count {
  float: right;
  margin-right: 20px;
}
body > footer.fluid .castcom {
  float: right;
  position: relative;
  margin-right: 20px;
}
body > footer.fluid .castcom a {
  display: inline-block;
  position: relative;
  top: 6px;
  width: 73px;
  height: 21px;
  background: url(/templates/geotek/images/author.png);
  margin-left: 4px;
}
body > footer.fluid a.logo {
  display: block;
  width: 224px;
  height: 58px;
  background: url(/templates/geotek/images/logo-bottom.png);
  margin: 0 auto;
  margin-top: -30px;
}
/*-------------------------main-------------------------------------*/
.main-automation {
  padding: 30px 0 50px;
}
.main-automation figure {
  float: left;
  width: 510px;
  margin-right: 20px;
}
.main-automation  > div {
  margin-left: 0;
}
.img-main {
  padding: 15px;
}
.list-on-main{
list-style-type: square;
list-style-position: inside;
margin: 0 0 10px 15px;
line-height: 25px;
}
.main-automation  > div:after {
  content: "";
  display: block;
  clear: both;
}
.main-automation  > div h1 {
  text-align: left;
}
.main-automation  > div .btn-trapezoid {
  float: right;
  margin-top: -25px;
}
.main-photo-wrap {
  position: relative;
  margin-bottom: 50px;
  padding: 5px 0;
  background: #a9ba20;
}
.main-photo-wrap .main-photo-row {
  position: relative;
}
.main-photo-wrap .main-photo-row::after {
    clear: both;
    content: "";
    display: block;
}
.main-photo-wrap .main-photo-row.main-photo-row-1 {
  height: 150px;
}
.main-photo-wrap .main-photo-row.main-photo-row-1 .main-photo-el {
  height: 150px;
  width: 232px;
}
.main-photo-wrap .main-photo-row.main-photo-row-2 {
  height: 150px;
}
.main-photo-wrap .main-photo-row.main-photo-row-2 .main-photo-el {
  height: 150px;
  width: 184px;
}
.main-photo-wrap .main-photo-row .main-photo-el {
  float: left;
  display: block;
  margin: 5px;
  cursor: pointer;
  overflow: hidden;
}
.main-photo-wrap .main-photo-row .main-photo-el:nth-child(1) {
}
.main-photo-wrap .main-photo-row .main-photo-el:nth-child(2) {
}
.main-photo-wrap .main-photo-row .main-photo-el:nth-child(3) {
}
.main-photo-wrap .main-photo-row .main-photo-el:nth-child(4) {
}
.main-photo-wrap .main-photo-row .main-photo-el .m-photo-img, .main-photo-wrap .main-photo-row .main-photo-el .m-photo-txt {
  display: block;
  height: inherit;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.main-photo-wrap .main-photo-row .main-photo-el .m-photo-img {
  background: no-repeat center;
  background-size: cover;
}
.main-photo-wrap .main-photo-row .main-photo-el .m-photo-txt {
  background: #a9ba20;
  padding-top: 5px;
  box-sizing: border-box;
  height: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
.main-photo-wrap .main-photo-row .main-photo-el .m-photo-txt:before {
  content: "";
  display: block;
  width: 75px;
  height: 74px;
  margin: 0 auto;
  margin-bottom: 5px;
  background: url(/templates/geotek/images/m-photo-loupe.png) no-repeat center;
}
.main-photo-wrap .main-photo-row .main-photo-el:hover .m-photo-img {
  height: 0;
}
.main-photo-wrap .main-photo-row .main-photo-el:hover .m-photo-txt {
  height: inherit;
}
.leadership {
  margin-bottom: 30px;
}
.leadership:after {
  content: "";
  display: block;
  clear: both;
}
.leadership figure {
}
.gendir{
  width: 497px;
  float: left;
  padding: 3px;
}
.genspec{
  width: 460px;
  float: left;
  padding: 3px;
}
.leadership figure figcaption {
  padding-right: 10px;
}
.leadership .leader-img-wrap {
  position: relative;
  float: left;
  height: 244px;
  margin-right: 15px;
}
.leadership .leader-img-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  top: 57px;
  width: 26px;
  height: 51px;
  background: url(/templates/geotek/images/img-tri.png);
}
.leadership h3 {
  margin: 7px 0 7px;
  color: #25a6a7;
}
.leadership p {
  font-size: 14px;
  line-height: 19px;
}
/*-------------------------pagination-------------------------------------*/
.pagination-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.pagination-wrap .pagination-txt {
  float: left;
}
.pagination-wrap .pagination {
  float: left;
  margin-bottom: 65px;
}
.pagination-wrap .pagination a, .pagination-wrap .pagination span {
  display: block;
  float: left;
  padding: 0 4px;
  margin: 0 5px;
  color: #474747;
}
.pagination-wrap .pagination a.current, .pagination-wrap .pagination span.current, .pagination-wrap .pagination a:hover {
  background: #a9ba20;
  color: #ffffff;
}
.pagination-wrap .pagination .pagination-txt, .pagination-wrap .pagination .separ {
  float: left;
  padding: 0;
  margin: 0;
}
.pagination-wrap .pagination .pagination-txt {
  margin-right: 30px;
}
.pagination-wrap .pagination-in-page {
  float: right;
  margin-bottom: 85px;
}
.pagination-wrap .pagination-in-page .pagination-txt {
  margin-right: 10px;
}
.pagination-wrap select {
  width: 90px;
  box-sizing: border-box;
}
/*-------------------------select customize-------------------------------------*/
select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #474747;
  padding-left: 10px;
  font: 16px / 30px Roboto, sans-serif;
}
.chosen-container {
  color: #474747;
  float: right;
  top: -4px;
}
.chosen-container .chosen-drop, .chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #474747;
}
.chosen-container .chosen-drop {
  border-color: #7f7f7f;
}
.chosen-container-single .chosen-single, .chosen-container .chosen-results li {
  padding: 0 0 0 10;
  /*=select{padding}*/

}
.chosen-container-single .chosen-single div {
  width: 21px;
}
.chosen-container-single .chosen-single div b {
  background: url('/templates/geotek/images/select-b.png') no-repeat right center;
}
.chosen-container .chosen-results li.highlighted {
  background: #a9ba20;
}
/*-------------------------inner pages-------------------------------------*/
.inn-page {
  margin-top: 50px;
}
.photos {
  width: 970px;
  position: relative;
}
.photos:after {
  content: "";
  display: block;
  clear: both;
}
.photos  > div {
  float: left;
  border: 1px solid #7f7f7f;
  padding: 5px;
  margin: 0 8px 40px;
}
.photos  > div:hover {
  border-color: #a9ba20;
  background: #a9ba20;
}
.photos a {
  display: block;
  width: 210px;
  height:150px;
  background: no-repeat center;
  background-size: cover;
}
.publications:after {
  content: "";
  display: block;
  clear: both;
}
.publications .book {
  float: left;
  width: 300px;
  padding: 0 8px;
  margin-bottom: 60px;
  overflow: hidden;
  height:600px;
}
.publications .book img {
  display: block;
  max-width:303px;
  max-height:436px;
  margin:0 auto;
}
.publications .book .book-ttl {
  font: bold 13px Verdana;
  text-align: center;
  margin: 25px 0 10px;
}
.publications .book .btn-download {
  margin: 0 auto;
}
.licences {
  width: 970px;
  position: relative;
  left: 0px;
}
.licences:after {
  content: "";
  display: block;
  clear: both;
}
.licences a {
  float: left;
  margin: 0 10px 30px 0;
  width: 312px;
  height: 445px;
  background: no-repeat center;
  background-size: cover;
}
.h1-like {
  font: 16px Verdana, Roboto, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight:bold;
}
.plain-text:after {
  content: "";
  display: block;
  clear: both;
}
.plain-text h1 {
  text-align: left;
  font: 16px Verdana, Roboto, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight:bold;
}
.plain-text img {
  float: left;
  margin: 0 10px 10px 0;
}
.plain-text img.fl-right {
  float: right;
  margin: 0 0 10px 10px;
}
.ol-like span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #a9ba20;
  color: #ffffff;
  margin-right: 15px;
}
.monitoring {
  margin-top: 50px;
}
.monitoring img {
  margin-top: 20px;
  margin-bottom: 10px;
}
.monitoring img.img-frst {
  margin-top: 0;
}
.monitoring img.fl-right {
  margin: 0px 0 10px 10px;
}
.automation {
  margin: 50px auto;
}
.automation .ttl {
  margin: 50px 0 15px;
  text-align: center;
  font: bold 16px Verdana, Roboto, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.automation .ttl.automation-7 {
  line-height: 37px;
  width: 912px;
  margin: 45px auto 20px;
}
.engl-page figure {
  text-align: center;
}
.engl-page figure img {
  display: inline;
}
.engl-page .fig-wrap {
  margin-bottom: 30px;
}
.engl-page .fig-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.engl-page .fig-wrap figure {
  float: right;
}
.engl-page .fig-wrap figure img {
  display: block;
}
.engl-page .fig-wrap figure figcaption {
  padding-top: 15px;
  text-align: center;
  font: bold 14px Verdana, Roboto, sans-serif;
}
.engl-page .fig-wrap figure:first-child {
  float: left;
}
.engl-page .eng-marged {
  margin-left: 15px;
}
.engl-page .eng-two-imgs img {
  margin-left: 40px;
  margin-bottom: 40px;
}
.map-main {
  position: relative;
  padding-bottom: 285px;
}
.map-main  + footer.fluid {
  margin-top: -312px;
}
.map-main h1 {
  margin: 0 0 25px;
}
.map-main .contacts-green {
  background: #a9ba20;
}
.map-main .contacts-green .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.map-main .contacts-green .contacts-adr {
  float: left;
  min-width: 210px;
  max-width: 300px;
  margin: 40px 30px 0 20px;
  font: bold 18px/24px Roboto, sans-serif;
}
.map-main .contacts-green .contacts-adr .contacts-adr-ttl {
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 10px;
}
.map-main .contacts-green img {
  float: right;
  margin: 25px 10px;
}
.map-main #map {
  position: relative;
  //z-index: 1;
  height: 60px;
  background: url('') no-repeat center;
}
/*-------------------------search page-------------------------------------*/
ol.search-res {
  margin-bottom: 45px;
  margin-left: 25px;
  font-weight: bold;
  list-style:none;
}
ol.search-res .green-bcg, ol.search-res a {
  color: #474747;
}
ol.search-res .search-res-a-wrap {
  margin-bottom: 15px;
}
ol.search-res .search-res-a-wrap a:hover {
  text-decoration: underline;
}
ol.search-res p {
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 35px;
}
.sisea-highlight
{
    background: #a9ba20;
}
.mon-a{
color:#a9ba20;
text-decoration: underline;
}
.head-h1{
margin-bottom: 40px;
}