/* The Modal (background) */
.modalvolvo {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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.4); /* Black w/ opacity */
  border: 1px solid #888;
	
}

/* Modal Header */
.modalvolvo-header {
  padding: 0;
  background-color: #ffffff;
}

.modalvolvo-header img{
}

/* Modal Body */
.modalvolvo-body {
  padding: 10px 0 0 0;
  background-color: #ffffff;
}
.modalvolvo-body img {
  padding-bottom: 10px;

}
.modalvolvo-body p {
  text-align: left;
margin:0;
	padding:0;
	line-height:16px;
}

/* Modal Footer */
.modalvolvo-footer {
  padding: 30px 25px 20px 0;
  background-color: #ffffff;
  text-align: right;
  max-width: 100%;
  height: auto;
}

.modalvolvo-footer img {
	width: 60%;
}


/* Modal Content */
.modalvolvo-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 12px;
  border: 1px solid #888;
  width: 87%;
max-width:500px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.5s;
-webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.5s;
	animation-fill-mode:both;
	-webkit-animation-fill-mode:both;
 margin-top:20px;
border-radius: 3px;
}




/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0;}
  to {top: 0; opacity: 1;}
} 

@-webkit-keyframes animatetop {
  from {top: -300px; opacity: 0;}
  to {top: 0; opacity: 1;}
} 

/* The Close Button */
.closepu {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;

}

.closepu:hover,
.closepu:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 




@media (max-width:750px) {
	.closepu {
  font-size: 48px;
			line-height:48px;
}
	
/* Modal Content */
.modalvolvo-content {
 margin-top:10px;
}	
.modalvolvo-body {
  padding: 5px 0;
}
	
	
	
	
}

@media (max-width: 520px) {
	
.modalvolvo-footer img {
	width: 70%;
}
	
	.modalvolvo-body {
  padding: 0;
}	

	/* Modal Content */
.modalvolvo-content {
 margin-top:2px;
}	
	
	
}


@media (max-width:450px){
		/* Modal Footer */
.modalvolvo-footer {
  padding: 25px 20px 15px 0;
}
	
	.modalvolvo-footer img {
	width: 80%;
}
}




@media (max-width:350px){
		/* Modal Footer */
.modalvolvo-footer {
  padding: 25px 20px 15px 0;
}
	
	.modalvolvo-footer img {
	width: 90%;
}
}
