.template-border figure.shadow {
	box-shadow:2px 2px 2px 2px #aaa;
	margin-right:15px;
}
h3 .boldNum {
	display:inline-block;
	font-weight:bold;
	font-size:36px;
	font-family:Montserrat;
	color:#fdb511;//111;
	padding:5px 15px;
	border-radius:30px;
	margin-right:10px;
	border:1px solid #e1e1e1;
}
.pr-box-left h3 span,
.pr-box-right h3 span {
	color:#000;
}

/* iphones 5 */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  
  .v1-header .navbar-toggle {
  	margin: 40px 20px 40px 15px;
  }
}

