/**
 * @version   $Id: template-custom.less DanG $
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
 
// Custom Box Variations
	.box5 {
		color: @white;
		background: #F2550F;
		&.title1 {
			.module-title {
				.tintBackground(@accent-color1, 25%);
				.textColor(@accent-color1);
			}
		}
		a:not([class^="readon"]) {
			.textColor(@accent-color1);
			&:hover {
				color: inherit;
			}
		}
		.readon {
			.buttonStyleFlat(inherit, transparent, 3px);
			border: 2px solid;
		}
	}
	.box6 {
		color: @white;
		background: #D38506;
		&.title2 {
			.module-title {
				.tintBackground(@accent-color2, 25%);
				.textColor(@accent-color2);
			}
		}
		a:not([class^="readon"]) {
			.textColor(@accent-color2);
			&:hover {
				color: inherit;
			}
		}
		.readon2 {
			.buttonStyleFlat(inherit, transparent, 3px);
			border: 2px solid;
		}
	}
	.box7 {
		color: @white;
		background: #38D5C5;
		&.title3 {
			.module-title {
				.tintBackground(@accent-color3, 25%);
				.textColor(@accent-color3);
			}
		}
		a:not([class^="readon"]) {
			.textColor(@accent-color3);
			&:hover {
				color: inherit;
			}
		}
		.readon3 {
			.buttonStyleFlat(inherit, transparent, 3px);
			border: 2px solid;
		}
	}
	.box8 {
		color: @white;
		background: #113D68;
		&.title4 {
			.module-title {
				.shadeBackground(@header-background, 25%);
				.textColor(@header-background);
			}
		}
		a:not([class^="readon"]) {
			.textColor(@header-background);
			&:hover {
				color: inherit;
			}
		}
	}