@import url('https://fonts.googleapis.com/css?family=Chewy');
.trails-header-img {
	background-image: url("/a/img/trails/banner-header.jpg");
}
.margin-top-0{
	margin-top: 0;
}
.margin-bottom-0{
	margin-bottom: 0;
}
.padding-0{
	padding: 0;
}
.padding-bottom-60{
	padding-bottom: 60px;
}.padding-bottom-20{
	padding-bottom: 20px;
}
.padding-bottom-40,
.row-gap{
	padding-bottom: 40px;
}
.bg-color-green-lighten-5{
	background-color: #e8f5e9;
}
.bg-color-light-blue-lighten-5{
	background-color: #e1f5fe;
}
.bg-color-indigo-lighten-5{
	background-color: #e8eaf6;
}
.trails-content-txt-holder{
	padding: 60px 40px;
    color: #666;
    text-align: center;
    line-height: 28px;
}
.trails-content-txt-holder .contact{
	max-width: 710px;
    margin: auto;
    /*padding-bottom: 40px;*/
}
.video-holder{
	max-width: 720px;
	margin: auto;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}
.video-container-top-margin{
	margin-top: 30px;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	max-width:853px;
	max-height:480px;
	border: 2px solid #ccc;
}
.venues-bg{
    background-color: #fff;
	background-image: url(/a/img/trails/venues-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.icon-holder{
	display: inline-block;
	margin-bottom: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -o-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.note{
	padding: 20px 16px;
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
    color: #666;
}
.two-col-content-list {
	max-width: 800px;
    margin: auto;
    padding-left: 40px;
	padding-right: 20px;
}
.two-col-content-list ul {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
.math-trail-gadgets-holder img{
	margin: auto;
}
.content-box{
	color: #666;
	line-height: 24px;
	padding: 10px 10px;
}
.caption-title{
    font-family: 'Chewy', cursive;
    font-size: 24px;
    padding-bottom: 5px;
    color: #a85c37;
}
.service-content-box{
	color: #666;
	line-height: 24px;
	max-width: 780px;
    margin: auto;
	padding: 10px 40px 40px;
}
.service-img-holder{
	padding-top: 60px;
}
.service-img-holder img{
	margin: auto;
}
.contact-us-box{
	text-align: center;
}
.contact-us-box-inner{
    position: relative;
    display: inline-block;
}
.contact-us-bg{
    background-color: #dec2a7;
	background-image: url(/a/img/trails/contact-us-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.contact-us-img-holder{
	margin-top: -1px;
}
.contact-us-holder{
    font-family: Raleway;
	position: absolute;
    top: 85px;
    left: 530px;
    max-width: 390px;
	text-align: left;
}
.contact-us-holder .title{
	font-weight: 600;
    font-size: 32px;
    color: #ff3333;
}
.contact-us-holder .message{
	margin: 35px 0;
    color: #666;
    font-size: 20px;
    font-weight: 500;
}




.secondary-content-txt-holder{
	padding: 60px 40px;
    color: #fff;
    line-height: 28px;
}
.secondary-content-txt-holder .title {
	font-family: Raleway;
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 30px;
    text-align: center;
    line-height: normal;
}

@media screen and (max-width: 1010px){
	.contact-us-img-holder {
		display: none;
	}
	.contact-us-holder {
		position: relative;
		top: 0;
		left: 0;
		max-width: 470px;
		margin: 40px auto;
		background: rgba(255,255,255,0.8);
		padding: 40px;
	}
}

/* Landscape phones and portrait tablets */	
@media screen and (max-width: 767px){
	.trails-content-txt-holder {
		padding: 60px 30px;
	}
	.service-content-box{
		max-width: 410px;
		padding: 10px 0;
	}
	.service-img-holder{
		padding-top: 0;
	}
}

@media screen and (max-width: 500px){
	.contact-us-holder {
		margin: 40px 15px;
		padding: 30px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.padding-bottom-60{
		padding-bottom: 50px;
	}.padding-bottom-20{
		padding-bottom: 10px;
	}
	.padding-bottom-40,
	.row-gap{
		padding-bottom: 30px;
	}
	#ace-trails-message-holder{
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.secondary-content-txt-holder {
		padding: 40px 5px;
	}
	.row-gap {
		padding-bottom: 20px;
	}
	.trails-content-txt-holder {
		padding: 40px 10px;
	}
	.contact-us-holder .title {
		font-size: 28px;
	}
	.contact-us-holder .message{
		font-size: 18px;
	}
	.service-content-box {
		padding: 5px 5px 10px;
	}
	.content-box{
		padding: 10px 30px;
	}
	.two-col-content-list {
		padding-left: 5px;
		padding-right: 0;
	}
}