/*
* GENERAL GLOBAL 
*/

body {
	margin: 0px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 300;
}

h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 100;
	margin: 30px auto;
	text-align: center;
}
h2 {
	width: 600px;
	color: #868ca6;
	font-size: 18px;
	font-weight: 100;
	margin: auto;
	font-weight: 400;
	line-height: 180%;
	text-align: center;
}

.glyphicon.large {
	font-size: 50px;
}
.glyphicon.medium {
	font-size: 36px;
}
.glyphicon.small {
	font-size: 26px;
}

/*
* GENERAL GLOBAL 
*/

#container {
	background-color: #2e323f;
	-webkit-font-smoothing: antialised;
	font-family: 'Roboto', sans-serif;
	background-size: cover;
}
#nav {
	margin: 0px;
	width: 100%;
}
#nav ul {
	margin: 0px;
	width: 90%;
	height: 100px;
	text-align: right;
	vertical-align: middle;
}
#nav ul li {
	display: inline-block;
	width: 12%;
	padding-left: 0px;
	padding-top: 40px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
#nav ul li a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
#nav ul li:first-child {
	float: left;
}

#nav ul li img {
	width: 200px;
	height: 40px;
}
#nav ul li:last-child {
	height: 100px;
	vertical-align: top;
}
#main-content {
	background-color: #2e323f;
	width: 100%;
	text-align: center;
}
#main-content ul {
	margin-top: 50px;
}
#main-content >ul>li {
	display: inline-block;
	width: 32%;
}
#main-content>ul>li>ul {
	list-style-type: none;
}
#main-content>ul>li>ul>li {
	text-align: center;
	text-decoration: none;
}
#main-content p {
	margin: 70px auto;
}
#main-content h1 {
	color: rgb(255, 255, 255);
}
button#available {
	height: 80px;
	width: 200px;
	background-color: #9c72b8;
	border: 1px solid #9c72b8;
	color: rgb(255, 255, 255);
	font-size: 14px;
	border-radius: 5px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;

}
button#available a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
button#available a span {
	color: #d0c5fd;
}
#features {
	background-color: #282a38;
	margin: 0;
}
#featurelists {
	background-color: #282a38;
	margin: 0;
}
#featurelists div{
	display: block;
	width: 100%;
	margin: 0 0 40px 0;

}
#featurelists div div {
	display: inline-block;
	width: 49%;
	margin: 0;
	vertical-align: middle;
}
#featurelists div div img {
	width: 400px;
	height: 250px;
	margin-left: 70px;
}
.left {
	float: left;
	text-align: left;
	list-style-type: none;
}
.right {
	float: right;
	text-align: right;
	list-style-type: none;
}
/*#featureslist {
	background-color: #282a38;
	margin: 0;
}
#featureslist ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#featureslist>ul>li {
	display: inline-block;
	width: 49%;
	vertical-align: bottom;
}
#featureslist>ul>li>ul {
	list-style-type: none;
	padding-left: none;
	height: 400px;
	width: 50%;
	margin: 0;
}
#featureslist>ul>li>ul>li {
	text-decoration: none;
	text-align: right;
}
#featureslist ul li img {
	height: 300px;
	width: 400px;
}
.left li{
	text-align: left;
}
.right li {
	text-align: right;
}
*/

#download {
	background: linear-gradient(135deg, rgba(154,114,188,1) 0%, rgba(151,114,188,1) 36%, rgba(135,117,188,1) 59%, rgba(119,119,188,1) 88%, rgba(114,119,188,1) 100%);
	text-align: center;
	height: 450px;
	margin:0;
}
#download h1 {
	font-size: 34px;
	margin: 0;
	padding-top: 70px;
}
#download h2 {
	color: #d0c5fd;
	width: 800px;
}
#download button {
	height: 80px;
	width: 200px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	border-radius: 5px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	background-color: transparent;
	border: 1px solid #d0c5fd;
}
#download button a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
#download button a span {
	color: #d0c5fd;
}
#footer {
	margin: 0;
	width: 100%;
}
#footer ul {
	margin: 0px;
	width: 90%;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	padding-left: 0;
}
#footer ul li {
	display: inline-block;
	width: 13%;
	padding-left: 100px;
	padding-top: 15px;
	color: #868ca6;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}
#footer ul li a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.h1 {
	color: rgb(255, 255, 255);
	font-size: 24px;
	font-weight: 100;
	text-align: center;
	margin: 30px auto;
}
.h2 {
	color: #868ca6;
	font-size: 16px;
	text-align: center;
	width: 200px;
	line-height: 200%;
	margin: 0 auto;
}
.h3 {
	color: #fff;
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.h4 {
	color: #868ca6;
	font-size: 18px;
	line-height: 200%;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	width: 300px;
}
.purpletext {
	color: #9c72b8;
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto;
	text-transform: uppercase;
	padding-top: 30px;
}
#media (min-width: 768) {
	white-space: nowrap;
}



