/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@author			Jacques Baars <j@w3d.co.za>
*
*	@notice			This is the property of W3Designs, W3Development, W3D,
*					it is illegal to use this source code without the required permission,
*					contact j@w3d.co.za for further advice or permissions.
*
*	@license		Copyright (c) 2016 W3Designs (PTY) Ltd. (http://www.w3d.co.za)
*/

/* brochures */
#brochures{}

	#brochures .brochure{
		margin-bottom: 30px;
	}

		#brochures .brochure:last-child{
			margin: 0;
		}

/* 1380px */	
@media screen and (max-width: 1380px){
	#brochures .brochure{
		margin-bottom: 20px;
	}
}