﻿div.linkovekamgoruma {
  display: none;
}

/# y1 e styla na snimkata v zaglavnata lenta e стила за снимкана в заглавната лента

#y1 img { 
width:119px; 
height: 118px ;
cursor: pointer;}

#y1 img:hover { 
cursor: pointer;}


/# z-tovete sa styl na snimkite v dolnoa reklam kolontul

#z1 img { 
width:119px; 
height: 118px ;
cursor: pointer;}

#z1 img:hover { 
cursor: pointer;}


#z2 img { 
width:119px; 
height: 150px ;
cursor: pointer;}

#z2 img:hover { 
cursor: pointer;}

#z3 img { 
width:119px; 
height: 119px ;
cursor: pointer;}

#z3 img:hover { 
cursor: pointer;}

#z4 img { 
width:119px; 
height: 118px ;
cursor: pointer;}

#z4 img:hover { 
cursor: pointer;}

#z5 img { 
width:119px; 
height: 119px ;
cursor: pointer;}

#z5 img:hover { 
cursor: pointer;}



/# x-tovete sa styl na snimkite v strani4nia desen reklam kolontul


#x1 img { 
width:119px; 
height: 118px ;
cursor: pointer;}

#x1 img:hover { 
cursor: pointer;}

#x2 img { 
width:119px; 
height: 150px ;
cursor: pointer;}

#x2 img:hover { 
cursor: pointer;}

#x3 img { 
width:119px; 
height: 119px ;
cursor: pointer;}

#x3 img:hover { 
cursor: pointer;}


#x4 img { 
width:119px; 
height: 118px ;
cursor: pointer;}

#x4 img:hover { 
cursor: pointer;}

#x5 img { 
width:119px; 
height: 125px ;
cursor: pointer;}

#x5 img:hover { 
cursor: pointer;}

body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 4; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  padding-bottom: 0px;
  left: 0;
  top: 0;
  margin-bottom: 0px;
  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.2); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 0;
  padding: 0;
  border: 1px solid #888;
  max-width:400px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color:#7b68ee;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 8px 16px;
  background-color:#7b68ee;
  color: white;
}