body {
	background-color: #fff;
	background-image: url(../images/tlo_top.png);
	background-repeat: repeat-x;
	font-family: 'Open Sans', sans-serif;
}
#img2i {
    transition: transform 0.3s;
}

#img2i:hover { 
    transform: scale(2.8);
}
#pasek_gorny a{
	font-size:12px;
	color:a06c81;
	text-decoration:none;
}
#pasek_zarowka {
	margin-left:70px;
	font-size:13px;        
	}
#produkty {
	height:400px;
	}
#produkty a{
	text-decoration:none;
	color:#000;
	}
#uslugi {
	height:510px;
	margin-top:170px;
	}
#zaufali_nam {
	height:100px;
	}
#stopka_dol {
	width:1000px;
	}
#stopka_dol ul{
	margin-left:-27px;
	}	
#menu a{
	font-size:14px; 
	font-weight: bold; 
	color:#727272;
	text-decoration:none;
	height:25px;
	}
.produkt_1 {
	float:left; width:33%; 
	padding-bottom:15px
	}
.produkt_2 {
	vertical-align:middle; 
	margin-top:7px; 
	font-size:12px;
	}
nav ul {
  background: #fff;
  
  border-radius: 5px;
  list-style: none;
  position: relative;
  display: inline-table;
}nav ul li {
  float: left;
}



nav ul li:focus {
  background: #000;
}

nav ul li:hover a {
  color: #fff;
}

nav ul li:focus a {
  color: #fff;
}

nav ul li a {
  display: block;
  padding: 5px 5px;
  color: #fff;
  text-decoration: none;
}

.produkt_1 a img{margin-right: 5px;}
.productTitle{font-weight: bold;}
.productDescription{font-size:10px; color:#727272}
.footerHeader{font-weight: bold;font-size:15px;padding-left:17px;}
.footerData{font-size:10.5px;; color:#727272}
.footerData ul li{padding-left:5px;}

.produkt_1_k {
	float:left; width:33%; 
	padding-bottom:15px;
	margin-left:133px
	}
.produkt_1_k div img{margin-right: 5px;}   
#AML li a{color:#5d5d5d;text-decoration: none;}        
table tr td .produkty_eng{height: 365px!important;}
.prodTables{border-collapse: collapse;width: 100%;}
.prodTables td{border-collapse: collapse;}
.countryImg{float: left;margin-top:2px;margin-right: 2px;}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}