/*	################################################################
	THEME CSS - Background Images
	
	This file contains all CSS IDs with background images.
	Multiple theme files can be created with different background images.
	To switch themes, simply link to a different theme CSS file.
	
	Theme: Default
################################################################# */

/* Testimonial Wrap Background (Alternative) */
#aktwrap {
	background: url(../img/theme-default/hero.jpg) no-repeat center top;
	margin-top: 60px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 570px;
	width: 100%;

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Small Testimonial Wrap Background */
#aksmtwrap {
	background: url(../img/theme-default/hero_sm.jpg) no-repeat center top;
	margin-top: 60px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 250px;
	width: 100%;

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}