.plantool2015{
	margin-left:-15px;
}	
.plantool2015.top #top_left{
	/*width:62.5%;*/
  width: 50%;
}
.plantool2015.top #top_right{
	/*width:37.5%;*/
  width: 50%;
}
.plantool2015.bottom .slide{
	width:33.3%;
	margin-top:15px;
}
.plantool2015 .slide{
	padding-left:15px;
	float:left;
}
#bottom_right{
	position: absolute;
    right: 12px;
}
.plantool2015 .slide img{
	width:100%;
}
#image-tile-container{
	margin:40px auto;
}
@media (max-width: 992px){
	#image-tile-container {
	  margin: 20px auto;
	}
}
@media (max-width: 768px){
	.plantool2015.bottom .slide,.top{
		width:50%;
		float: left;
	}
	#top_right{
		width:100% !important;
	}
	#top_left{
		display:none;
	}
	#bottom_right {
    	position: initial;
	}
	
	#bottom_left{
		margin-bottom:10px;
		margin-left: 5px;
	}
	
	#image-tile-container{
		margin:0 auto;
	}
}

@media (max-width: 520px){
	.plantool2015.bottom .slide,.top{
		width:100%;
		float: none;
		display:block;
	}
	#bottom_left {
   		margin-left: 0; 
	}
	#bottom_middle{
		margin-bottom:10px;
	}
	#top_right{
		width:100%;
		margin-bottom:10px;
	}
	#top_right img{
		width:100%;
	}
}

/** PRICE LIST STRIP **/

.price-list-strip-container{
	background-color: #eee;
	padding: 30px 0;
	margin-top: 50px;
	margin-bottom: -15px; 
}
.price-list-strip{
	position: relative;
	padding-left: 55px;
}
.price-list-strip-text h2{
	font-family: 'Dax-Bold',sans-serif;
	text-transform: uppercase;
	color: #2a338f;
	margin: 0 0 10px;
}
.price-list-strip .download-btn{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	background-color: #ee3342;
	font-family: 'Dax-Bold',sans-serif;
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.6);
}
.price-list-strip .download-btn:before{
	content: '\f019';
	font-family: 'FontAwesome';
	margin-right: 14px;
}
.price-list-strip-intro{
	margin-bottom: 15px;
}
.price-list-strip-intro span{
	display: inline-block;
	vertical-align: middle;
	padding: 6px 10px;
	border-radius: 50%;
	background-color: #e82333;
	font-family: 'Dax-Bold',sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #fff;
}
.price-list-strip-images{
	position: absolute;
	top: -60px;
	right: 40px;
	width: 450px;
	height: calc(100% + 90px);
	overflow: hidden;
}
.price-list-strip-images img{
	width: 175px;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,.4);
}
.price-list-strip-images img:first-child{
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 3;
}
.price-list-strip-images img:nth-child(2){
	position: absolute;
	top: 25px;
	left: 80px;
	z-index: 2;
}
.price-list-strip-images img:nth-child(3){
	position: absolute;
	top: 45px;
	left: 160px;
	z-index: 1;
}

@media screen and (max-width: 1199px){
	.price-list-strip-images{
		right: 0;
		width: 335px;
	}
}
@media screen and (max-width: 991px){
	.price-list-strip{
		padding-right: 175px;
	}
	.price-list-strip-images{
		right: 0;
		width: 175px;
	}
	.price-list-strip-images img:nth-child(2){
		display: none;
	}
	.price-list-strip-images img:nth-child(3){
		display: none;
	}
}
@media screen and (max-width: 767px){
	.price-list-strip-container{
		margin: 20px 0 0;
		padding: 15px;
	}
	.price-list-strip{
		padding: 0;
		text-align: center;
	}
	.price-list-strip-images{
		display: none;
	}
}

/** END PRICE LIST STRIP **/
/** MODAL **/

.modal-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.8);
	text-align: center;
	z-index: 5005;
}
.modal-overlay:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	max-width: 450px;
	max-height: 90vh;
	background: #fff;
	padding: 25px;
	box-shadow: 1px 1px 10px 2px rgba(0,0,0,.4);
	text-align: left;
}
.modal-close{
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 23px;
	font-weight: bold;
	background-color: #e82333;
	color: #fff;
	cursor: pointer;
}
.modal-close:before{
	content: '\00d7';
}
.modal-title{
	font-family: 'Dax-Bold',sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	color: #2a338f;
	margin-bottom: 25px;
	line-height: 120%;
}
.modal-content input[type="email"]{
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 0;
	height: 45px;
	line-height: 45px;
	font-family: inherit;
	font-size: inherit;
	padding: 0 12px;
	margin-top: 10px;
}
.modal-content input[type="submit"]{
	-webkit-appearance: none;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	border: none;
	background-color: #e82333;
	color: #fff;
	font-family: 'Dax-Bold',sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 25px;
	margin-top: 10px;
}

/** END MODAL **/
