/*
	Escape Velocity by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Basic */

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		position: relative;
		-ms-behavior: url("assets/js/ie/PIE.htc");
	}

	input[type="button"],
	input[type="submit"],
	input[type="reset"] {
		position: relative;
		-ms-behavior: url("assets/js/ie/PIE.htc");
	}

	.button,
	#intro > .style2,
	#copyright ul,
	#nav > ul,
	.dropotron {
		position: relative;
		-ms-behavior: url("assets/js/ie/PIE.htc");
	}

/* Section/Article */

	section > .last-child,
	article > .last-child,
	section.last-child,
	article.last-child {
		margin-bottom: 0;
	}

/* Wrappers */

	.wrapper .title:before, .wrapper .title:after {
		display: none;
	}

	#header-wrapper {
		-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
	}

/* Copyright */

	#copyright {
		margin: 0;
	}