/* Main CSS for wowmatrix.com
-------------------------------------------------- */

html,
body {
	font-size: 15px;
	/*font-weight: 400;*/
	letter-spacing: 0.01rem;
	line-height: 1.65em;
	/*color: rgb(57, 66, 71);*/
}

/*
body {
	color: #555;
}
*/

select,
input[type="file"] {
	height: 20px;
	line-height: 20px;
}

.navbar-static-top {
	margin-bottom: 20px;
}

.hero-unit-splash {
	padding: 0px 80px 0px 60px;
	margin-bottom: 30px;
	background-color: #f6f6f6;
	background-color: #88659d;
	background-color: #964862;
	background-color: #731b3b;
	background-color: #8c3a70;
	background-color: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.navbar-search .search-query {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
}

.navbar .nav > li {
	line-height: 22px;
}

.navbar .nav > li {
	line-height: 30px;
}

.navbar .nav {
	margin-right: 15px !important;
}

h2 {
	margin-bottom: 28px;
}

h4 {
	line-height: 28px;
}

h5 {
	font-size: 15px;
	line-height: 22px;
}

h4 span.label {
	vertical-align: 2px;
}

.btn-large {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900;
}

.btn {
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgb(238, 238, 238);
	font-weight: 600;
}

.btn-success {
	background-image: -webkit-linear-gradient(top, #96c161 0, #75a33e 100%);
	background-image: linear-gradient(to bottom, #96c161 0, #75a33e 100%);
	background-repeat: repeat-x;
	border-color: #6d963b;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff96c161', endColorstr='#ff75a33e', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus {
	background-color: #75a33e;
	background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
	background-color: #75a33e;
	border-color: #6d963b;
}

.recommended .thumbnail .caption {
	font-size: 17.5px;
	line-height: 28px;
}

.info-box {
	color: #333;
}

.logo-mac {
	display: block;
	background: url(../images/logo-mac.png) no-repeat center left;
	background-size: auto 36px;
}

.logo-linux-ubuntu {
	display: block;
	background: url(../images/logo-linux-ubuntu.png) no-repeat center left;
	background-size: auto 36px;
}

.logo-windows {
	display: block;
	background: url(../images/logo-windows.png) no-repeat center left;
	background-size: auto 36px;
}

.download-buttons span {
	padding-left: 73px;
}

.brand {
	width: 180px;
	height: 28px;
	background: url(../images/wowmatrix-logo-blue-180@3x.png) no-repeat center center;
	background-size: 170px;
	margin-left: -35px !important;
}

.wowmatrix-screenshot-front {
	margin: 0 auto;
	margin-bottom: 18px;
	width: 800px;
	height: 243px;
	background: url(../images/wowmatrix-screenshot-front.jpg) no-repeat center center;
}

.wowmatrix-screenshot-small {
	margin: 0 auto;
	margin-bottom: 18px;
	width: 538px;
	height: 163px;
	background-size: auto 163px;
	background: url(../images/wowmatrix-screenshot-small.jpg) no-repeat center center;
}

.wowmatrix-screenshot-installed1 {
	margin-left: 30px;
	margin-bottom: 18px;
	width: 800px;
	height: 613px;
	background: url(../images/wowmatrix-screenshot-installed1.jpg) no-repeat center center;
}

.wowmatrix-screenshot-getmore1 {
	margin-left: 30px;
	margin-bottom: 18px;
	width: 800px;
	height: 613px;
	background: url(../images/wowmatrix-screenshot-getmore1.jpg) no-repeat center center;
}

.wowmatrix-screenshot-getmore2 {
	margin-left: 30px;
	margin-bottom: 18px;
	width: 800px;
	height: 613px;
	background: url(../images/wowmatrix-screenshot-getmore2.jpg) no-repeat center center;
}

/* Responsive
-------------------------------------------------- */

@media (min-width: 768px) and (max-width: 979px) {
	.brand {
		margin-left: 20px !important;
	}

	.navbar .nav {
		margin-right: -30px !important;
	}

	.wowmatrix-screenshot-front {
		width: 538px;
		height: 162px;
		background-size: auto 162px;
	}

	.side-column {
		display: none;
	}
}

@media (max-width: 767px) {
	.brand {
		/*padding-left: 0px !important;*/
		margin-left: -18px !important;
	}

	.navbar .nav {
		margin-right: -30px !important;
	}

	.wowmatrix-screenshot-front {
		display: none;
	}
}

/* Download Buttons
-------------------------------------------------- */

.download-button {
	text-align: left;
}

.download-buttons {
	text-align: center;
}

.download-buttons a {
	margin-top: 18px;
	margin-bottom: 18px;
	font-weight: bold;
	width: 218px;
	min-width: 218px;
}

.download-buttons a + a {
	margin-left: 28px;
}

@media (max-width: 767px) {
	.download-buttons a {
		float: none;
		display: block;
		width: 95%;
	}

	.download-buttons a + a {
		margin-left: 0px;
	}
}

/* Icons for benefits
-------------------------------------------------- */

.icon-large {
	padding-right: 8px;
}

.icon-large::before {
	vertical-align: middle;
}

/* Macros
-------------------------------------------------- */

.macro-code {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.macros-navbar > .active > a,
.macros-navbar > .active > a:hover {
	color: #ffffff;
	background-color: #0088cc;
}

.macros-navbar .icon-chevron-right {
	float: right;
}

/* Footer
-------------------------------------------------- */

.footer > .container > .copyright {
	text-align: center;
	color: #666;
	line-height: 18px;
	margin-bottom: 18px;
}

ul.footer-links {
	text-align: center;
	margin: 0;
}

.footer-links li {
	display: inline;
	margin-right: 28px;
}

.footer-links li a {
	white-space: nowrap !important;
}
