/* Add here all your CSS customizations */

/* Overwrite bootstrap values */
@media (min-width: 1440px){
	.container {
	    width: 1418px;
	}
}



.mb-xs-5 {
    margin-bottom:3rem!important
   }
   .google-map {
    background: #E5E3DF;
    height: 450px;
    margin: 0px 0 0px 0;
    width: 100%;
}

.img-flag-lg {
    max-width: 25px !important;
    border: none;
}
section.bg-none  {
   background:none;
}





  .thumb-info .thumb-info-title  {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
 	background: rgba(255, 255, 255, 0); 
    color: #FFF;
    font-weight: 600;
    left: 5%;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 100%;
    font-size: 17px;
    padding: 13px 21px 2px;
    bottom: 20%;
    right: 5%;
}
 .thumb-info .thumb-info-title h1, .thumb-info .thumb-info-title h2 {
 
    color: #FFF;
    
}

.thumb-info:hover .thumb-info-title {
	background: rgba(33, 37, 41, 0);
}


.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
	opacity: 1;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
	background: #FFF;
	left: 0;
	width: 100%;
	max-width: 100%;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
	transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	top: auto;
	bottom: 0;
	opacity: 0;
	padding: 15px;
	text-shadow: none;
	color: #fff;
}

.thumb-info.thumb-info-bottom-info .thumb-info-type {
	float: none;
	background: none;
	padding: 0;
	margin: 0;
}

.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.thumb-info.thumb-info-bottom-info:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

 
 
 
 
 /*_____squares____*/
 
 
 
   .gray {
 -webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    
 }   
 
 .bordered {
    border: 1px solid #C6C7C8;
    color:#007BBE;
    

}
 .view {
    
   width: 100%;
   height: 100%;
 /*  margin: 10px;
   float: left;   */
   overflow: hidden;
   position: relative;
   text-align: left;
   cursor: default;
   background: #fff;
}
  .view.view-first.bordered.news {
   color: #fff; 
   background: #007BBE;
}
  .view.view-first.bordered.news h2, .view.view-first.bordered.news h3, .view.view-first.bordered.news p{
    color: #fff; 
    
}
 

 .view .mask  {

   width: 100%;
   height: 100%; 
  /* max-width: 100%;
   max-height: 100%;   */
   position: absolute;
   overflow: hidden;
 
}

.view img {
  display: block;
  /*max-width: 100%;
  height: 100%;     */
  
}

 .view-first .text {
    top: 0px;
    position: absolute;
    left: 0px;
    padding:20px;
  
} 
 

.text-top {
    left: 0px;
    top: 0px;
    overflow: hidden;
    position: absolute;
    margin-bottom: 30px;
    min-height: 45%;
    max-height: 48%;
    width: 100%;
}
 
.text-bottom {
    position: absolute;
    overflow: hidden;
    top: auto;
    bottom: 0px;
    max-height: 45%;
    min-height: 48%;
    margin-top: 15px;
    width: 100%;
}

.view .text-bottom  p,  .view .text-top  p, .view .text-bottom  h2,  .view .text-top h2 {
  /* position: absolute;*/
   color: #007BBE;
   /*padding: 10px 20px 20px;*/
   text-align: left;
   padding-top: 0px;  
   padding-left: 90px; 
     
}
 
  .view .text-bottom  h2,  .view .text-top h2, h2.blue  {
   margin-bottom:10px; 
  font-size: 17px;
  font-weight: bold;   
}

.view .text-bottom .mask  h2,  .text-top  .mask  h2 {
  margin:0;
  font-size: 17px;
  font-weight: bold;
  margin-bottom:10px;
  color: #fff;
}

.view .text-bottom .mask p, .view .text-top .mask p  {
   padding-top: 0px;
}

/*
.view img {
   display: block;
   position: relative;
}
*/


.view h2   {
   
   color: #fff; 
   position: relative; 
   margin: 0px 0 0 0;
   line-height: 1;
   font-weight: 700;
}

  .view h3  {
   
   color: #fff; 
   position: relative; 
   margin-bottom: 50px ;
   line-height: 1;
   font-weight: 700;
}


.view .text h2, .view .text h3   {
   color: #007BBE;  
}    



 .text h3, .view h3,  .text .text-bottom h2 {
     font-size: 17px;
    font-weight: bold;
    line-height: 1.4em;
    margin-top:0px
    
    } 
    
    
 
    
.view .mask p {
   position: relative;
   color: #fff;
   /*padding: 10px 20px 20px;*/
   text-align: left;
   padding-top: 100px;
}
 

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: rgba(41, 128, 185, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
  bottom: 0;
  color: white;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
   padding:20px;
}   /* 
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}   */

 .text:hover h2
  {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 0;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.view-first .mask p {
  /* -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);     */
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first .mask:hover  {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
/*odkryti modreho text */
.view-first:hover h2,  .view-first:hover h3,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 0;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}  
/*skryvacka modreho text aby byl jiny bily text v mask videt*/
 .view-first .mask:hover h2,  .view-first .mask:hover h3
  {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
} 
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}



.nopadl{ padding-left:0; }
.nopadr { padding-right:0; }
.minmargin { 	
position: relative;
min-height: 1px;
margin-right: -15px; 
	margin-left: -15px;} 

 
.eshop-data.first {
 
	margin-right: 30px;
}
.eshop-data.last {
	margin-left: 30px;
}

.form-group {
  width: 100%;
}

    
  

  
  
  