#contact_base{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 20px;
}
 
#contact_base > div{
    flex-basis: 50%;
    flex-grow: 1;
    min-width: 250px;
}
 
#contact_base .map_container{
    width: 94%;
    margin: 10px 5%;
    padding-bottom: 20px;      
}
 
#contact_base h3{
    font-size: 1.3em;
    font-weight: 600;
    margin: 12px 10px;        
}

#contact_base .caption_base{
	font-weight: bold;
	margin-top: 5px;
	color: #444;
	margin-bottom: 2px;	
}
  
#contact_base div > span{
	margin-left: 10px;
	font-size: 0.9em;
	display: block;
}
  
#contact_base .separator{
	flex-grow: 1;
	flex-basis: 100%;
	border-top: 1px solid #aaa;
	margin-bottom: 18px;
}

#contact_base .img_base{
	/*display: flex;
	flex-direction: column;
	align-items: center; */
}

#contact_base .img_container{
	margin-top: 18px;
	padding: 10px 10px;
}

#contact_base .img_container img{
	max-height: 200px;
	max-width: 230px;
	width: auto;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	border-radius: 6px;
	padding: 3px;
}

#contact_base p.print{
	margin: 30px 0;
}
#contact_base p.print a{
	padding: 12px 22px 12px 58px;
	font-weight: bold;
	font-size: 1.0em;
	position: relative;
	border: solid 1px #787878;
	border-radius: 3px;
	box-shadow: 0px 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0px -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgb(153, 153, 153);
	background: linear-gradient(to bottom, #f8d71a 0%,#d8c036 100%);
	opacity: 0.8;
	color: black;
	transition: all 0.3s ease;
}
#contact_base p.print a:hover{
	opacity: 1;
}
#contact_base p.print a:before{
	background: url('/images/printer.svg') no-repeat 50% 50%;
	content: '';
	display: block;
	height: 60%;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
}


.page{
	background: #cbcbcb;
	padding: 0 16px 16px 16px;
}

.page .paper{
	background: white;
	border: 1px solid #777;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);	
	width: 21cm;
	min-height: 29.7cm;
	margin: 0 auto;
	padding: 2cm;
	margin: 1cm auto;
	border-radius: 5px;
}



.page .paper h1{
	font-weight: bold;
	text-align: center;	
	text-transform: uppercase;
}

.page .paper p{
	font-size: 24px;
}

.pr_but{
	text-align: center;
	margin-top: 10px;
}

.pr_but input{
	font-size: 20px;
	padding: 6px 18px;
	cursor: pointer;
	font-weight: bold;
}

@media print{
	  body { color: white; }
	  .pr_but input { display: none; }
	  .page { padding: 0; }
	  .page .paper{ padding: 0; border: none; box-shadow: none;	}
}