@media (max-width: 767px) {
	.theme-red .menu-btn {border-bottom: 10px solid #2d76bb;}
}
/*.theme-red #mainmenu ul {border-bottom: 10px solid #2d76bb;}*/
.theme-red .footer {border-top: 10px solid #2d76bb;}

h1, .age {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #2d76bb;
  text-transform: uppercase;
}
h1 {
    border-top: 10px solid #2d76bb;
    padding-top: 10px;
    border-bottom: 10px solid #2d76bb;
    padding-bottom: 10px;
}
.places a {
	font-size: 18px;
  font-weight: bold;
  color: #000;
	margin-top: 10px; 
	text-decoration: underline;
	text-transform: uppercase;
	margin-bottom: 0;
}
.details {	
  font-size: 20px;
  font-weight: bold;
  color: #2d76bb;
  margin-top: 15px;
}

.mychooseLink {
	background: #2d76bb;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  width: ;
  display: inline-block;
  text-align: center;
  cursor:pointer;
}
@media (max-width: 767px) {
	.mychooseLink {
		width: 120px;
		margin-bottom: 10px;
	}
}