@media only screen and (max-width:1299px) {

.button {
	font-size: 14px;
	padding: 12px 4px;
}

.megamenu-panel {
  	width: 100%;
}

}

@media only screen and (max-width:1024px) {

/*----- Layout -----*/

.col, .col:last-child, figure {
	float: left;
	width: 49%;
	margin: 0 .50% 1%;
}
	
}

@media only screen and (max-width:960px) {

/*----- Hero ----*/

#hero {
	height: 500px;
}

#hero .block {
	left: 50%;
	top: 55%;
	-webkit-transform: translateX(-50%) translateY(-55%);
	-moz-transform: translateX(-50%) translateY(-55%);
	-ms-transform: translateX(-50%) translateY(-55%);
	-o-transform: translateX(-50%) translateY(-55%);
	transform: translateX(-50%) translateY(-55%);
}

#hero .block h1 {
	white-space: normal;
	font-size: 24px;
	line-height: 36px;
}

/*----- Title -----*/

#title-standard {
	margin-top: 70px;
	height: 200px;
}

#title-standard h1 {
	padding-top: 76px;
	font-size: 20px;
	line-height: 30px;
}

} 

@media only screen and (max-width:768px) {
	
/*----- Typography -----*/

h2.heading {
	font-size: 18px;
}

.tagline {
	font-size: 13px;
}
	
/*----- Hero ----*/

#hero {
	height: 400px!important;
}

#hero .block {
	left: 50%;
	top: 56%;
	-webkit-transform: translateX(-50%) translateY(-56%);
	-moz-transform: translateX(-50%) translateY(-56%);
	-ms-transform: translateX(-50%) translateY(-56%);
	-o-transform: translateX(-50%) translateY(-56%);
	transform: translateX(-50%) translateY(-56%);
}

#hero .block h1 {
	margin-top: 20px;
	font-size: 18px;
	line-height: 32px;
}

#hero .block img {
	display: none;
}

/*----- Map -----*/

#responsive_map { 
	height: 400px; 

}

/*----- Layout -----*/

.col, .col:last-child {
	float: none;
	width: 100%;
	margin: 0;
}

.button {
	margin-bottom: 10px;
}

figure {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.sub-list {
	margin: 2% 0 0 0;
	float: none;
	width: 100%;
}

/*----- Footer -----*/

footer {
	font-size: 12px;
}

footer .left, footer .right {
	float: none;
	text-align: center;
	display: block;
}

}

@media only screen and (max-width:479px) {
	
/*----- Home / Service page buttons -----*/

.button {
	font-size: 12px;
	padding: 12px 2px;
	letter-spacing: -1px;
}
	
p {
	text-align: left;
}

/*----- Title -----*/

#title-standard h1 {
	padding-top: 76px;
	font-size: 16px;
	line-height: 30px;
}

}