/*GUIDES PAGE*/

div#mc_embed_signup {
	background:#555555;
	margin:35px 0 0 25px;
	padding:10px 5px 0px 15px;
}
div#mc_embed_signup .mc-field-group input {
	background:#000;
	border:0;
	border-radius:0;
	color:#C8BDA7;
	height:35px;
	font-family:'MuseoSansW01-Rounded300';
	max-width:calc(100% - 15px);
	outline-width:0;
	padding:0 0 0 5px;
}
div#mc_embed_signup .button {
	background:#222222;
	border-radius:0;
	color:#FFF;
	font-family:'MuseoSansW01-Rounded300';
}
div#mc_embed_signup .indicates-required {
	color:#DDDDDD;
	margin-bottom:5px;
	margin-right:25px;
}

.page-template-tour-guide ul {
	margin-left:15px;
}
footer .page-template-tour-guide ul {
	margin-left:0px;
}
/*END OF GUIDES PAGE*/

/*TOUR PAGE*/

.book-tour-mesage {
	background: #898377;
    background: -moz-linear-gradient(top, #898377 0%, #666157 100%);
    background: -webkit-linear-gradient(top, #898377 0%,#666157 100%);
    background: linear-gradient(to bottom, #898377 0%,#666157 100%);
    color: #FFF;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898377', endColorstr='#666157',GradientType=0 );
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding: 12px 0 12px 20px;
    display: block;
}

/*END OF TOUR PAGE*/