/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	color: #5a5a5a;
	-webkit-transition: all 1s;
	transition: all 1s;
}

body.mtu-dark {
	background-color: #181818;
	color: #84848b;
}

body.mtu-dark h1,
body.mtu-dark h2,
body.mtu-dark h3,
body.mtu-dark h4 {
	color: #bb9624
}

.mtu-dark .btn.btn-mtu {
	color: #49e819;
	text-transform: uppercase;
}

.mtu-dark .btn.btn-mtu:hover {
	color: #53ff1e;
	text-decoration: underline;
}

body.preload {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
	display: none !important;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */


/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}


/* Flip around the padding for proper display in narrow viewports */

.navbar-wrapper>.container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}

.navbar-wrapper .navbar .container {
	width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */

.carousel {
	height: 500px;
	margin-bottom: 60px;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
	z-index: 10;
}


/* Declare heights because of positioning of img element */

.carousel .item {
	height: 500px;
	background-color: #777;
}

.carousel-inner>.item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}

.carousel-indicators li {
	margin-left: 12px !important;
	margin-right: 12px !important;
}

.under-menu {
	height: 0px;
	margin-bottom: 100px;
}


/* MARKETING CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}

.marketing h2 {
	font-weight: normal;
}

.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}


/* Features
------------------------- */

.features-divider {
	margin: 50px 0;
	/* Space out the Bootstrap <hr> more */
}

.mtu-dark .features-divider {
	border-color: #363636;
}


/* Thin out the marketing headings */

.features-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 20px;
	}

	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}

	.features-heading {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.features-heading {
		margin-top: 120px;
	}
}

.btn,
.navbar {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}

.btn.btn-download {
	text-transform: uppercase;
	padding: 15px 20px;
	font-size: 18px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: #94c93b;
	color: #fff;
	border: 2px solid #fff;
}

.btn.btn-download:hover {
	color: #94c93b;
	border-color: #eee;
	text-shadow: none;
	background: #fff
}

.btn.btn-download.btn-mtu-download {
	background: #eea959;
}

.btn.btn-download.btn-mtu-download:hover {
	background: #1a3d55;
	color: #fff;
}



/* when hiding the picture */

.flip-anim.ng-hide-add {
	animation: 0.5s flipOutX ease;
}


/* when showing the picture */

.flip-anim.ng-hide-remove {
	animation: 0.5s flipInX ease;
}

.features.features-mtu .features-heading {
	margin-top: 0px;
}

.features.features-mtu .text-muted .mticon {
	vertical-align: middle;
	margin-right: 10px;
}

.features.features-mtu .features-image {
	padding-top: 20px;
}

.features-mtu.features-mtu-optimize h2,
.features-mtu.features-mtu-optimize h3 {
	color: #1be4ff;
}

.features-mtu.features-mtu-clean h2,
.features-mtu.features-mtu-clean h3 {
	color: #49e819;
}

.features-mtu.features-mtu-repair h2,
.features-mtu.features-mtu-repair h3 {
	color: #8f00ff;
}

.features-mtu.features-mtu-remove h2,
.features-mtu.features-mtu-remove h3 {
	color: #e83819;
}

.mticon {
	background: url('/img/mtu-icon-sprite.jpg') no-repeat;
	display: inline-block;
}

.mticon.mticon-optimize-boot {
	height: 40px;
	width: 40px;
	background-position: 0 -80px;
}

.mticon.mticon-optimize-hdd {
	height: 40px;
	width: 40px;
	background-position: -40px -80px;
}

.mticon.mticon-optimize-energy {
	height: 40px;
	width: 40px;
	background-position: -80px -80px;
}

.mticon.mticon-remove-surfing {
	height: 40px;
	width: 40px;
	background-position: 0 -40px;
}

.mticon.mticon-remove-data {
	height: 40px;
	width: 40px;
	background-position: -40px -40px;
}

.mticon.mticon-remove-shredder {
	height: 40px;
	width: 40px;
	background-position: -80px -40px;
}

.mticon.mticon-cleanup-software {
	height: 40px;
	width: 40px;
	background-position: 0 -120px;
}

.mticon.mticon-cleanup-archive {
	height: 40px;
	width: 40px;
	background-position: -40px -120px;
}

.mticon.mticon-cleanup-find {
	height: 40px;
	width: 40px;
	background-position: -80px -120px;
}

.mticon.mticon-repair-registry {
	height: 40px;
	width: 40px;
	background-position: 0 0;
}

.mticon.mticon-repair-diskdoctor {
	height: 40px;
	width: 40px;
	background-position: -40px 0;
}

.mticon.mticon-repair-undelete {
	height: 40px;
	width: 40px;
	background-position: -80px 0;
}

.mticon.mticon-pcmode-flight {
	height: 40px;
	width: 40px;
	background-position: -120px -160px;
	margin-left: -10px;
}

.mticon.mticon-pcmode-economy {
	height: 40px;
	width: 40px;
	background-position: 0 -160px;
	margin-left: -10px;
}

.mticon.mticon-pcmode-turbo {
	height: 40px;
	width: 40px;
	background-position: -80px -160px;
	margin-left: -10px;
}


/* ANIMATIONS (FROM ANIMATE.CSS) ======================== */


/* flip in */

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		transform: perspective(400px);
		transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.glyphicon.spinning {
	animation: spin 1s infinite linear;
	-webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
	from {
		transform: scale(1) rotate(0deg);
	}

	to {
		transform: scale(1) rotate(360deg);
	}
}

@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.img-responsive {
	margin: 0 auto;
}
