/* ********* Obecné styly ********** */

.text ul li:before{
    display: none;
}

.img_galery{
    max-height: 112px;
}

.aktualni_jazyk{
    background-color: #FBBB17 !important;
    cursor: default;
}

.prev, .next{
    margin: auto;
}

.is-active{
    color: #FBBB17 !important;
}

.breadcrumbs{
    padding: 0 0 16px 0;
}

.text h1, .text h2, .text h3, .text h4 {
    margin-top: 0px;
}

.section--text{
    float: right;
    padding-top: 20px;
}

.section--text a{
    padding: 10px 20px 10px 20px;
    background: lightgray;
    color: black;
}

.section--text a:hover{
    padding: 10px 20px 10px 20px;
    background: #FBBB17;
    color: black;
}

.text-form-control{
    font-size: 16px;
    color: darkred;
    font-weight: 600;
    text-align: left;
}

.text-form-control-yes{
    font-size: 16px;
    color: #478500;
    font-weight: 600;
    text-align: left;
}

.language {
    margin: 0 0 0 20px;
    min-width: 10px;
}

@media only screen and (max-width: 479px){
    .page-header .logos img {
        max-height: 100%;
        margin: 0 5px;
    }
    
    .page-header .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* ********* formulář kontaktní ********** */

.form{
    max-width: 500px
}

.form input{
    width: 80%;
}

.btn{
    background: lightgrey !important;
    padding: 10px 10px 10px 10px;
    font-size: 20px;
    border: black solid 1px !important;
    width: 100px;
}

.btn:hover{
    background: #FBBB17 !important;
}

.form_btn{
    width: 50%;
    display: block;
    margin: auto;
}

.form_content{
    padding: 0px 10px 10px 0px;
    font-size: 18px;
    line-height: 24px;
}

.form_content_msg{
    display: block;
}

.form textarea{
    width: 100%;
    max-width: 800px;
    height: 150px;
}

.form_content label{
    width: 90px;
    display:inline-block;
}

.povinne{
    width: 50%;
    display: block;
    margin: auto;
}

@media (max-width:640px){
.form input{
    width: 100%;
}
}

@media (max-width:420px){
.form_btn{
    width: 100%;
    display: block;
    margin: auto;
}
}

input, button, textarea{
    border: 1px solid #ccc;
}


.button--azorove_modra{
    background-color: #2F9DAD;
    color: white;
}

/*

.btn-search{
    padding: 2px 2px 2px 2px !important;
    font-size: 16px !important;
    border: gray solid 1px !important;
    width: 60px;
}

@media only screen and (min-width: 768px){

.form-search {
     margin-left: 10px;
}

}

.form-search.is-open>div {
    width: 70px;
}

*/


.schovat{
    display: none !important;
}

.zobrazit{
    display: inline-block !important;
}

/* POPUP */
 .white-popup {
 position: relative;
 background: #FFF;
 padding: 30px;
 //width: auto;
 //max-width: {$width}px;
 max-width: 800px;
 margin: 0 auto;
 }

 .white-popup img {
 display: block;
 width: 100%;
 }
 
 .white-popup{

 }
 
 .white-popup:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.box-highlight-sec{
    background: #EDEDED !important;
}

@media only screen and (min-width: 480px){
.site-logo{
-webkit-box-flex:1;
-ms-flex:1;flex:1;
-ms-flex-preferred-size:auto;
flex-basis:auto
}
}


.icon-facebook--gray::before{
  content: " ";
  background-image: url(../files/images/icons/icon-facebook--black.svg);
  background-size: 100%;
  display: inline-block;
  width: 38px;
  height: 38px;
  -webkit-transition: all .75s;
  -o-transition: all .75s;
  transition: all .75s;
}
.icon-facebook--gray:hover::before {
  background-image: url(../files/images/icons/icon-facebook--gray.svg);
}

.icon-insta--gray::before{
  content: " ";
  background-image: url(../files/images/icons/icon-insta--black.svg);
  background-size: 100%;
  display: inline-block;
  width: 38px;
  height: 38px;
  -webkit-transition: all .75s;
  -o-transition: all .75s;
  transition: all .75s;
}
.icon-insta--gray:hover::before {
  background-image: url(../files/images/icons/icon-insta--gray.svg);
}
