/* ------ společné nastavení --------- */

h1 {
    width: 1px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: -10000px;
}

 header  {
  padding-top: 81px;
}


#mainNav {
    padding-top: 8px;
    padding-bottom: 8px;
	
	border-bottom: solid 1px rgba(255, 255, 255, 0.56);
	text-transform: uppercase;
background: #1f7fc5;
	background-image: url("images/mob_bacg.gif");
background-repeat: repeat-x;
	
	
   
}

#MyheaderRight {
 /*   border: yellow 1px solid;*/
    width: 100%;
}

#mainNav .navbar-brand span {
    display: none;
}

i.zmiz{
font-style: normal;
}

#mainNav>.container .subcontainer {
  
   display: flex;
 flex-wrap: wrap;
align-items: center;
justify-content: space-between;
width: 100%;
}

#navbarResponsive  {
    flex-wrap: wrap;
}

#headRightCont {
    
  
   
    margin-left: auto; /*nutno*/
	height: 113px;
/*background: url(images/logo2.gif) 7px 15px no-repeat;*/
/*border: black 1px solid;*/
width: 250px;
transition: 0.3s;
padding-top: 40px;
text-align: right;
color: #666;
}

#mainNav .navbar-toggler {
   
    min-width: 100px;
}

.carousel-item {
  
 
   min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.collapse{
/* border: solid red 10px; */
}

.btn {
  
   
   
}

.col-md-6 h4:first-child {
  
  
   
}

.col-md-12 h4:first-child, .col-md-9 h4:first-child  {
  
 

   
}



.col-md-12 h4:first-child:after, .col-md-9 h4:first-child:after, .col-md-6 h4:first-child:after {
  
  
}

.bg-primary {
 background-color: #0062cc !important;
/*border: solid 1px rgba(255, 255, 255, 0.56);*/
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #08020275 !important;
    border: none;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
   color: #ccf3ff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #ccf3ff;
}

div[id*="text"]:before {
  background: #ffff00;
    content: "";
   display: block;
   width: 319px;
    height: 56px;
	
	background: url(images/datel_xxsmall.gif);
	margin: 10px auto;
	background-repeat: no-repeat;
background-position: center bottom;
}

table  {
border: silver;
}

table td {
padding: 5px;
}

.rezform  {
font-weight: 700;
font-size: 18px;
background-color: #922828;
color: white;
display: inline-block;
border-radius: 4px;
padding: 10px;
margin-top: 5px;
}

.rezform:hover  {
color:#f0f0f0 !important;
}

/*--------------------------------------------------------------
# Vlajecky
--------------------------------------------------------------*/
.jazyky {
position: fixed;
z-index: 1500;
width: 200px;
height: 50px;
top: 15px;
left: 50%;
display: none;
}

#vlaj {
display: flex;
transition: 0.3s;
float: right;
}

#vlaj a {
margin: 0 6px;
color: #485533;
font-size: 1.3rem;
transition: 0.3s;
}

#vlaj a span {
display: none;
}

#vlaj a:hover {

color: #900;
background-color: white;

border-radius: 0px 0px 5px 5px;
}

#vlaj a:hover:before {

color: #900;

}

#vlaj a#cz:before {
 content: "CZ";
 color: #900;
 background-color: white;
padding: 3px;
border-radius: 0px 0px 5px 5px;
}

#vlaj a#de:before {
 content: "DE";
 padding: 3px;
}

#vlaj a#en {
 display: none;
}






/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #325d0e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

/* upr*/ 
.portfolio a.venobox {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(42, 42, 42, 0.7);
  width: 100%;
display: block;
}

.portfolio a.venobox::before {
  content: "";
  background: rgba(42, 42, 42, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;

  opacity: 0; 
  
}

.portfolio a.venobox::after {
 content: "";

position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all ease-in-out 0.3s;
z-index: 2;


background: url(images/search-plus-solid.svg);
background-size: 50% 50%;

background-repeat: no-repeat;
background-position: center center;
opacity: 0;
  
}



.portfolio a.venobox img {
  transition: all ease-in-out 0.3s;
}





.portfolio a.venobox:hover::before {
  opacity: 1;
}

.portfolio a.venobox:hover::after {
  opacity: 0.7;
}

.portfolio a.venobox:hover img {
  transform: scale(1.2);
}



/*  oooo - big nadpis ooooooooooo  */
.line3, .line5, .line_map, .forma, .cont {
    margin-top: 3em;
}

.line3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
  
      
   
   
   
	margin-bottom: 2em;
}

.line5 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
   
       
    
   
   
}

.subnadpis {
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
    color: white;
}

.container .row .col-md-12 h3 span {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
        padding-right: 5px;
        padding-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
    filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.80;
    border-radius: 4px !important;
}

.subnadpis h3 {
    font-size: 3em;
    font-weight: 400;
}

.forma input{
	border-radius:4px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	font-weight: 300;
	font-size:18px;
	color:#555555;
	background:#ededed;
}
input:focus{
	//border:0;
	outline:none;
}
textarea:focus{
	//border:0;
	outline:none;
}
.name{
	margin-bottom:10px;
	margin-right: 2%;
	
}
.Email{
	margin-bottom:10px;
	
}
.Subject{
	margin-bottom:10px;
	max-width: 816px;
}

textarea {
	border-radius:4px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	
	font-weight: 300;
	font-size:18px;
	color:#555555;
	background:#ededed;
	border:none;
    max-width: 816px;
	height: 163px;
    resize: none;
   }
.forma input:focus, .forma textarea:focus{
	background:#dfdfdf;
	border:0;
}
.forma .cBtn a{
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
	font-size:16px;
	color:#fff;
}

.forma .cBtn ul{
	margin-left: -15px;
	margin-top: 6px;
	padding-left:0;
	margin-bottom: 0;
}
.forma .cBtn ul i{
	padding-right: 10px;
}
.forma .cBtn .clear , .cBtn .send{
	margin-bottom: 0;
	margin-top: 4px;
	padding: 10px;
	padding-right: 17px;
	padding-left: 17px
	
}
.forma .cBtn .clear  a, .cBtn .send a{
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
}
.forma .cBtn .send{
	box-shadow: 0px 2px 0px 0px #179abf;
	background:#1fcdff ;
}
.forma .cBtn .send:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}

.forma input.submit {
    margin-bottom: 0;
    margin-top: 18px;
    padding: 10px;
        padding-right: 10px;
        padding-left: 10px;
    padding-right: 40px;
    padding-left: 40px;
}
.forma .cBtn input {
   
    font-weight: 700;
    font-size: 18px;
    background-color: #555555;
    color: white;
}



/**/
.cont{
	margin-top: 44px;
	
	
	font-weight: 300;
	font-size:13px;
	color:#666666;
	
	z-index: 10;
}
.cont ul{
	padding-left:0;
	list-style:none;
}
.cont li{


}
.cont .fa, .cont .fab {
	color:#2f2f2f;
	padding-right:14px;
}
.cont a{
	text-decoration:none;
	
}
.cont a:hover{
	color:#666666;
}

.ev-kontakty {
    font-weight: bold;
}
.ev-text {
    font-size: 17px;
}

/**/
/**/
.project{
	margin-top: 42px;
	text-align:center;
}
.project h3{
	letter-spacing: 1px;
	font-size:37px;
	font-weight:400;
	color:#2f2f2f;
}
.project h4{
	margin-left: -5px;
	font-size:20px;
	font-weight:300;
	color:#2f2f2f;
}
.project p {
	font-size: 16px;
	font-weight:300;
	margin-top: 16px;
	line-height: 23px;
	color:#666666;
}
/**/
.venobox img  {
	
	width:100%;
}

header +.container  {
 background-image: url(images/datel_xxsmall.gif);
background-repeat: no-repeat;
background-position: center 10px;
}



/**/

/* XXXXXXXXXXXXXXXXXXXXX---------QUERY --XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX---- */

/* ------ nastavuji pro vetxi - JDU NAHORU - přehrává se vetsim ---MEZNI HODNOTA 992px ------ */

@media only screen and (min-width: 576px) {
	
	.carousel-item {
  
  min-height: 330px;
  height: 20vw;
  
}
}

@media only screen and (min-width: 768px) {
	
	.line3 {
   
    background: url(images/bgTop2.jpg) center center no-repeat;
     -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
   
   
  
}

.line5 {
   
    background: url(images/bgTop1.jpg) center center no-repeat;
       
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
   
  
}
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxx---------MEZNI HODNOTA 992px --xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx---- */

@media only screen and (min-width: 992px) {

#mainNav.navbar {
    padding: 0px 0px;
	background-color: white;
border-bottom: none;
}


#mainNav>.container .subcontainer {
  background-image: url(images/bacg_center_bottom.gif), url(images/bacg_center_blank.gif);
  background-image: url(images/black_line.gif), url(images/black_line.gif);
flex-wrap: nowrap;
background-repeat: repeat-x;
background-position: 0px bottom, 0px 10px;
position: relative;
}



	
	#mainNav.navbar-shrink #headRightCont {
    height: 20px;
	color: white;
}

#vlaj {
position: fixed;
z-index: 1500;

height: 50px;
top: 15px;
left: 50%;
}	

.bg-secondary {
    background-color: #fff !important;
}

#mainNav .navbar-brand {
  display: inline-block;
height: 126px;
width: 380px;
background: url(images/logo.png) 0px 0px no-repeat;
padding: 0px;
align-self: flex-start;
transition:  0.3s;
background-size: contain;
margin-top: 30px;
}

#mainNav.navbar-shrink .navbar-brand {
  height: 80px; 
  margin-bottom: 4px; 
 margin-top: 12px;
}



.nav-item:last-of-type {
  margin-right: 0 !important;
}


#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #fff;
 background-color: #828282;
	padding: 10px 0.5rem !important;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
   background: #0696d1;
}

#mainNav .navbar-nav {
   
  margin-bottom: 14px;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #eeeeee;
}
 
 header  {
  padding-top: 173px;
}
 
.name{
	
	width: 48%;
}
.Email{
	
	
} 


}

/* xxxxxxxxxxxxxxxxxxxxxxxxxx---moje nastavení - monitor--- -xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx---- */

@media only screen and (min-width: 1200px) {





}
@media only screen and (min-width: 1300px) {
.container {
    max-width: 1200px;
	padding-right: 0;
padding-left: 0;
}

.container.slider {
 
	padding-right: 0;
padding-left: 0;
}

.row {
   
    margin-right: 0rem;
    margin-left: 0rem;
}

	#mainNav .navbar-brand {
 flex-shrink: 0;
}

/*
.subcontainer::before {
    content: "";
    width: 547px;
    height: 571px;
    position: absolute;
    background-image: url(images/bacg_leva.jpg);
    left: -562px;
	top: 0px;
	transition: 0.3s;
}
.subcontainer::after {
    content: "";
    width: 547px;
    height: 571px;
    position: absolute;
    background-image: url(images/bacg_prava.jpg);
    right: -562px;
    top: 0px;
	transition: 0.3s;
}

*/

#mainNav.navbar-shrink .subcontainer::before {
   
    height: 0px;
   
}

#mainNav.navbar-shrink .subcontainer::after {
   
    height: 0px;
   
}

#mainNav.navbar-shrink {
   
   background-image: url(images/bacg_center_bottom.gif), url(images/bacg_center_blank.gif);
background-repeat: repeat-x;
background-position: 0px bottom, 0px top;
background-color: transparent !important;
}

#mainNav.navbar-shrink .subcontainer {
   
background-position: 0px 128px, 0px 10px;
transition: 0.3s;
}
header +.container  {
 background-image: url(images/datel.gif);
background-repeat: repeat-x;
background-position: center 10px;
}

}

/* XXXXXXXXXXXXXXXXXXXXX---------QUERY --XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX---- */

/* ------ nastavuji pro mensi - JDU DOLU - OMEZUJI SHORA - přehrává se MENSIM ---MEZNI HODNOTA 992px ------ */

@media only screen and (max-width: 1199.98px) {
	
.navbar-shrink	#vlaj {
   
    left: 40%;
}
}

@media only screen and (max-width: 991.98px) {
	.container.slider {
  max-width: 100%;
padding: 0px;
} 
#MyheaderRight {
  
   padding: 0rem 0 10px 0;
opacity: 0.65;

   
border-left: none;
border-right: none;
border-top: none;
}

#headRightCont {
   margin-left: auto;
background: url(images/logo2.gif) 0px 0px no-repeat;
 
    background-size: auto;
width: 100px;
transition: 0.3s;
height: 50px;

border-radius: 0.5rem ;
background-size: contain;
background-color: white;
display: none;
}

#mainNav .navbar-brand {
    display: inline-block;
   height: 65px;
width: 80%;
background: url(images/logo_mob1.png) 0px 0px no-repeat;
        background-size: auto;
  align-self: flex-start;
transition: 0.3s;

background-color: white;
max-width: 272px;
border-radius: 10px;
}

#vlaj a {
    
    color: #fff;
    
}



}

@media only screen and (max-width: 767.98px) {
	
	.line3 {
   
    background: url(images/bgTop22.jpg) center center no-repeat;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
      
   
   
  
}

.line5 {
   
    background: url(images/bgTop11.jpg) center center no-repeat;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
       
    
   
  
}
	
}

@media only screen and (max-width: 575.98px) {
}








@media only screen and (max-width: 499.98px) {
	#mainNav .navbar-brand {
	margin-right: 0rem;
	margin-left: -10px;
	
}
}


/* ----------pridano MEE - Wooodpecker ------------*/

@media only screen and (max-width: 420.98px) {

.navbar {
   
   
     
}

#mainNav .navbar-toggler {
    min-width: auto;
}

i.zmiz {
    display: none;
	color: red;
}

}




@media only screen and (max-width: 374.98px) {
	#mainNav .navbar-brand {
	background: url(images/logo_mob2.png) center center no-repeat white;
	
	
}

#mainNav .navbar-toggler {
   
   
}




}

@media only screen and (max-width: 299.98px) {
	#mainNav .navbar-brand {
	background: url(images/logo_mob2.png) 0px center no-repeat white;
}


}

@media only screen and (max-width: 269.98px) {
	#mainNav .navbar-brand {
	
	/*background-size: contain;*/
}


}




