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

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

.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 .nav>li {
	line-height: 30px;
}


h4 {
	line-height: 28px;
}

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


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

.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.png) no-repeat center center;
}


.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) {

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

.side-column {
	display: none;
	}

}

@media (max-width: 767px) {

.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;
}

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

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