/* CSS Document */

.border_box, .border_box * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
.oznamenie {
  display: none !important
}
*/

body {
  background-position: left top -25px;
}

#menu_opener_holder {
  display: none
}

#nakupny-kosik {
  width: 150px;
  top: 100px;
  left: 1110px !important;
  z-index: 1001;
  padding: 0;
}

#nakupny-kosik #box {
  width: 100%;
  height: 88px;
  background: rgb(255,138,0) url(https://www.geoteam.cz/images/icon-cart.png) center top 3px no-repeat;
  background-size: 56px 56px; 
  text-align: center;
  font-weight: bold;
  color: rgb(17,0,0);
  padding-top: 80px;
  font-size: 1.1em;
  border-radius: 5px;
  display: inline-block;
  padding: 62px 10px 10px 10px
}

#nakupny-kosik:hover {
  text-decoration: none;
}

#nakupny-kosik #count {
  background: rgb(12,13,16);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 88px;
  top: 5px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#nakupny-kosik #text {
  font-size: 1.25em
}

#currency_switcher {
  width: 100%;
  height: 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgb(255,138,0);
  /*position: absolute;
  left: 1075px !important;
  top: 220px; */
  margin-top: 10px;
  overflow: hidden;
  z-index: 1001
}

#currency_switcher a {
  width: 50%;
  height: 25px;
  display: inline-block;
  float: left;
  text-align: center;
  color: rgb(255,138,0); 
  line-height: 25px;
  font-size: 1.2em;
  background: rgb(49,49,49);
  transition: all 100ms linear
}

#currency_switcher a:hover,
#currency_switcher a.active {
  background: rgb(255,138,0);
  color: rgb(17,0,0);
  text-decoration: none; 
}

#hlavicka {
  height: 250px
}

#header {
  top: 100px
}

.produkty_box {
  font-size: 12px;
  border-top: 1px solid #d6d6d6; 
}

.product {
  width: 25%;
  float: left;
  display: inline-block;
  padding: 10px;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; 
  margin: 0 !important;
  min-height: 478px
}

.product:nth-of-type(4n+1) {
  clear: both
}

.product div {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: inline-block
} 

.product .p_nadpis {
  font-size: 14px;
  /*margin-bottom: 20px;*/
  height: 65px;
  margin-bottom: 7px;
  overflow: hidden;
  display: inline-block;
  padding: 0 !important
}

.product .doprava,
.product .bnovy,
.product .bakcia {
  margin: 3px !important
}

.product .img_holder {
  width: 100%;
  height: 110px;
  margin: 20px 0px 10px 0px !important;
  text-align: center;
  display: inline-block
}

.product .img_holder img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 110px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block
}
  
.product .desc {
  height: 45px;
  overflow: hidden;
  font-size: 11px !important;
  margin: 10px 0px !important
}

.product .price {
  width: 100%;
  font-weight: bold !important;
  font-size: 14px !important;
  margin: 10px 0px !important
}

.product .pinfo {  
  width: 100%;
  font-size: 11px !important;
  margin: 10px 0px !important
}

.product .pinfo span {
  color: #3f8c0c
}

.product form {  
  float: right;
  margin-top: 5px;
  margin-top: 10px;
  font-size: 11px
}

.product form input[type=text] {
  width: 20px;
  background: #ededed !important;
  border: 1px solid #9c9c9c !important;
  text-align: right !important;
}

.clear {
  clear: both
}
  
#loginForm form>label {
  clear: both
}
    

.topmenu {
  font-size: 14px;
  color: #ff8a00;
  overflow: hidden;
  padding: 0;
  right: 0px;
  top: 0px;
  position: absolute
}

.topmenu-item {
    display: block;
    float: left;
    margin-left: .75em;
    text-align: center;
}

.topmenu-item i {
    font-size: 2.25em;
    display: block;
    margin-bottom: .125em;
}


@media screen and (max-width: 1300px) {
  
  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #panel-hlavny {
    display: inline-block
  }
  
  body {
    overflow-x: hidden
  }
  
  
  div#obal {
    width: 100% !important;
    max-width: 1260px !important
  }
  
  #hlavicka {
    width: 100% !important;
  }
  
  #nakupny-kosik,
  #currency_switcher {
    left: auto !important;
    right: 20px !important
  }

  .topmenu {
    right: 20px
  }

  #top_social {
    width: auto !important;
    min-width: 250px !important;
    text-align: right;
    left: auto !important;
    right: 10px
  }
  
  #top-menu {
    right: 5px
  }
  
  div#header {
    width: 100% !important;
    left: 0 !important;
    text-align: center;
  }
  
  div#header .gallerylayer {
    display: inline-block;
    position: relative !important;
    left: auto !important;
    top: auto !important
  }
  
  #vyhladavanie {
    z-index: 1001;
    /*
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: inline-block */
  }
  /*
  #lokacia, #hlavicka span.logo {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block
  }
  
  #hlavicka span.logo {
    margin-bottom: 20px
  }  */
  
  div#panel-lavy {
    width: 19% !important;
    padding-left: 0 !important
  }
  
  div#panel-hlavny {
    width: 66.5% !important;
    padding: 0px 10px !important;
    margin: 0 !important 
  }
  
  div#panel-pravy {
    width: 14.5% !important;
    margin: 0 !important;
    float: right 
  }
  
  .search-center {
    width: 100%;
    margin: 10px 0px 15px 0px !important;
    background: none !important;
    display: inline-block
  }
  
  .oznamenie {
    width: 96%;
    display: inline-block;
    margin: 0px 0px 20px 0px !important;
    position: relative;
    left: 2%;
    clear: both
  }
  
  #paticka ul {
    float: left;
    margin-left: 0;
    padding-left: 10px
  }
  
  #paticka {
    background: none
  }
  
  #paticka p.copy {
    position: relative;
    left: auto;
    float: right;
    margin: 8px 0x 15px 0px;
    padding-right: 10px
  }
  
  #paticka {
    width: 100%;
    padding-right: 0
  }
  
  #panel-hlavny div {
    margin-left: 0;
    margin-right: 0 
  }
  
  #panel-hlavny h2 {
    clear: both
  }
  
  #panel-hlavny table {
    max-width: 100% !important;
    width: 100% !important
  }
  
  #loginForm {
    margin-left: 0 !important;
    left: 50%;
    transform: translateX(-50%);
    max-width: 840px;
    width: 94% !important;
  }

}

@media screen and (max-width: 1200px) {

  .product {
    width: 33.33%
  }
  
  .product:nth-of-type(4n+1) {
    clear: none
  }
  
  .product:nth-of-type(3n+1) {
    clear: both
  }

  div#panel-hlavny {
    width: 62% !important 
  }
  
  div#panel-pravy {
    width: 19% !important; 
  }
  
  div#header .gallerylayer {
    display: none
  }
  
  
}

@media screen and (max-width: 1000px) {

  div#panel-hlavny {
    width: 75% !important 
  }
  
  div#panel-lavy {
    width: 25% !important; 
  }
  
  div#panel-pravy {
    display: none
  }
  
}

@media screen and (max-width: 900px) {

  .search-center {
    width: 90%;
    max-width: 400px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    margin-bottom: 20px !important;
  }
  
  .search-center input[type=text] {
    border: 1px solid #9c9c9c !important;
    border-radius: 5px;
  }
  
  .search-center label,
  .search-center input[type=text] {
    width: 100%;
    float: none;
    margin-bottom: 7px
  }
  
  .search-center label {
    display: inline-block;
    margin-left: 0;
    margin-right: 0
  }
  
  .search-center [type=submit] {
    float: none
  }

}

@media screen and (max-width: 800px) {

  .product {
    width: 50%
  }
  
  .product:nth-of-type(3n+1) {
    clear: none
  }
  
  .product:nth-of-type(2n+1) {
    clear: both
  }
  
  div#panel-hlavny {
    width: 70% !important 
  }
  
  div#panel-lavy {
    width: 30% !important; 
  }
  
  
  .item-top {
    width: calc(100% - 20px);
    margin-left: 10px !important  
  }
  
  .item-top .item-left {
    width: 100% !important;
    float: none !important;
    text-align: center;
    height: auto !important;
    margin-bottom: 20px !important;
    display: inline-block;
  }
  
  .item-top .item-right {
    width: 100% !important; 
    float: none !important;
    display: inline-block;
  }
  
  .item-top .item-left .item-img-full img {
    display: inline-block;
    max-width: 75% !important;
  }
  
  #tabs {
    width: calc(100% - 20px);
    margin: 0 !important;     
    margin-left: 10px !important;
  }
  
  .item-top .item-name {
    margin-bottom: 20px !important
  }
  
  #ex74-login-panel form, #ex74-login-panel div.col2, #ex74-login-panel div.col3 {
    width: 100% !important;
    float: none !important;
    padding: 20px 20px !important
  } 
  
  #loginForm {
    max-width: 400px;
    top: 135px !important;
    z-index: 100000 !important;
    height: auto !important;
    padding-bottom: 20px;
    /*display: inline-block !important*/
  }
  
  #loginForm input.button.orange{
    margin-left: 0 !important
  }
  /*
  #cart #products td:nth-of-type(2) {
    display: none
  }
  */
}


@media screen and (min-width: 671px) {  

  div#panel-lavy {
    display: inline-block !important
  }
    
}

@media screen and (max-width: 670px) {
  
  div#panel-hlavny {
    width: 100% !important;
    float: none 
  }
  
  div#panel-lavy #kontakty, 
  div#panel-lavy .boxxx {
    display: none
  }
  
  div#panel-lavy {
    width: 100% !important;
    float: left;
    display: none
  }
  
  #nav-left ul li.h ul li {
    width: 50%;
    display: inline-block;
    background-position: left bottom !important
  }
  
  /*
  .oznamenie {
    margin-left: -10px !important;
  }
  */
  #hlavicka {
    height: 240px;
    background: #313131 !important;
  }
  
  div#header {
    display: none
  }
  
  #menu_opener {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 20px;
    background: #ff8a00;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.4em;
    border-radius: 5px
  }
  
  #menu_opener_holder {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 10px 0px 20px 0px;
    background: #313131
  }
  
  .cart_items_holder {
    width: 100%;
    overflow-x: scroll
  }
  
  #cart textarea,
  #cart input[type="text"] {
    width: 100% !important
  }
  
  #cart .form-group .checkbox {
    margin-left: 0 !important
  }
  
  .boxxx h3 {
    padding-left: 17px
  }
  
  .boxxx form {
    margin-left: 17px
  }
  
  #cart input.btn.btn-orange {
    position: relative;
    left: 50%;
    transform: translateX(-50%)
  }
  
  .logged .topmenu .topmenu-item:first-of-type {
    display: none
  }
  
  /*
  #cart #products th {
    width: 100%;
    display: inline-block;
    float: left
  }
  
  #cart #products thead,
  #cart #products tbody {
    width: 100%;
    display: inline-block;
  }
  
  #cart #products tr {
    width: 100%;
    display: inline-block;
  }
  
  #cart #products tr td {
    width: 50%;
    display: inline-block;
    float: left
  }
  */
}

@media screen and (max-width: 550px) {

  #paticka ul {
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: center; 
    display: inline-block
  }
  
  #paticka p.copy {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block
  }
  
  #top_social {
    display: none
  }
  
  #hlavicka span.logo {
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  #lokacia {
    width: 100%;
    text-align: center;
    left: 0;
    top: 65px
  }
  
  #top-menu {
    width: 100%;
    text-align: center;
    left: auto;
    top: 90px;
    right: auto;
    padding: 0
  } 
  
  #nakupny-kosik, #currency_switcher {
    top: 170px;
    right: 20px !important
  }
  
  #vyhladavanie {
    left: 20px;
    top: 162px;
    padding: 0
  }
  
  #hlavicka {
    height: 310px;
    background: #313131 !important;
  }
  
  form select[name=svyrobca] {
    width: 100%
  }
  
  form[action=/search.php] {
    background: red
  }
  
  .topmenu {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    top: 85px;
    text-align: center;
  }
      
  .topmenu-item {
    width: 80px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    display: inline-block;
  }            
  
  #cart #recap td,
  #cart #recap .box {
    width: 100%;
    display: inline-block;
  }  
  
  #cart #recap .space {
    display: none
  }
.nadpisres {
    display:block;
  } 
  .nadpisres2 {
    display:none;
  } 
  
  #cart .right:not(.btn) {
    float: left;
    margin-top: 25px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
  }
  
}

@media screen and (max-width: 450px) {
  
  #nav-left ul li.h ul li {
    width: 100%;
  }
  
  .product {
    width: 100%;
    float: none
  }
  
  div#tabs ul li {
    width: 100% !important
  }
  
  #vzkaz {
    width: 100% !important;
  }
  
  form table td:not(#cart #products tr td) {
    width: 100%;
    display: inline-block
  }
  
  form .noborder tr td {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  
  .noborder table {
    width: 100% !important
  }
  
  form table.noborder {
    width: 100% !important
  }
  
   #panel-hlavny table tr td:not(#cart #products tr td) {
    width: 100% !important
  }
  
   #panel-hlavny table tr td input,
   #panel-hlavny table tr td textarea {
    width: 100% !important
  }
  
  

}

@media screen and (max-width: 400px) {

  #vyhladavanie {
    display: none
  }
  
  #nakupny-kosik {
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%)
  }
  
  s#hlavicka {
    height: 280px;
    background: #313131 !important;
  }
  
}


.crisp-client {
  display: none !important
}