/* Global */
#product-intro .title {
	color: #31c4f2;
	font-size: 29px;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	line-height: 130%;
	padding-top: 50px;
	margin-bottom: 20px;
	font-weight: bold;
}
#product-intro .desc {
	color: black;
	font-size: 21px;
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	line-height: 145%;
	font-weight: bold;
}
#product-intro .section {
	height: 950px;
}
#product-intro .ss {
	background-color: white;
	box-shadow: 4px 4px 15px #343434;
	-webkit-box-shadow: 4px 4px 15px #343434;
	-moz-box-shadow: 4px 4px 15px #343434;
}

/* Modules */
#product-intro .modules {
	background-color: white;
	text-align: center;
}
#product-intro .modules .title {
	color: black;
	text-align: center;
	margin-bottom: 50px;
	padding-top: 110px;
}
#product-intro .modules .desc {
	color: black;
	text-align: left;
	margin-bottom: 90px;
	width: 800px;
}
#product-intro .modules .image {
	background: url("/static/img/page/product_intro/graph.png") no-repeat;
	width: 727px;
	height: 397px;
	margin-left: auto;
	margin-right: auto;
}
/* System */
#product-intro .system {
	background-color: black;
	background-image: url(/static/img/page/product_intro/system.png);
	background-position: center 190px;
	background-repeat: no-repeat;
}
#product-intro .system .desc {
	color: white;
}

/* Budget */
#product-intro .budget {
	background-color: white;
	background: url("/static/img/page/product_intro/mobile.png") no-repeat center 285px;
}
#product-intro .budget .desc {
	color: black;
}

#product-intro .crm {
	background-color: white;
	background-image: url("/static/img/page/product_intro/pad-client.png");
	background-repeat: no-repeat;
	background-position: center 280px;
}
#product-intro .crm .ss-container {
	margin-top: 290px;
	margin-left: auto;
	margin-right: auto;
	width: 1030px;
}
#product-intro .crm .ss-client1 {
	display: inline-block;
	margin-right: 30px;
}
#product-intro .crm .ss-client2 {
	display: inline-block;
}

/* Cost */
#product-intro .cost {
	background-color: black;
}
#product-intro .cost .desc {
	color: white;
}
#product-intro .cost .container {
	width: 1180px;
	height: 716px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#product-intro .cost .container .left {
	position: absolute;
	left: 50px;
	bottom: -2px;
}
#product-intro .cost .container .right {
	position: absolute;
	right: 75px;
	top: 45px;
}
#product-intro .cost .container .right .ss + .ss {
	margin-top: 40px;
}
#product-intro .cost .container .right .ss img {
	width: 500px;
	height: 300px;
}

/* Accounting */
#product-intro .accounting {
	background-color: white;
}
#product-intro .accounting .container {
	width: 1180px;
	height: 716px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#product-intro .accounting .container .left {
	position: absolute;
	top: 20px;
	left: 80px;
	z-index: 10;
}
#product-intro .accounting .container .left .ss + .ss {
	margin-top: 30px;
}
#product-intro .accounting .container .left .ss1 img {
	width: 500px;
	height: 360px;
}
#product-intro .accounting .container .left .ss2 img {
	width: 500px;
	height: 230px;
}
#product-intro .accounting .container .right {
	position: absolute;
	right: 75px;
	top: 92px;
}
#product-intro .accounting .container .right img {
	width: 656px;
	height: 500px;
}

/* Cash */
#product-intro .cash {
	background-color: black;
	background-image: url("/static/img/page/product_intro/laptop.png");
	background-repeat: no-repeat;
	background-position: center 310px;
}
#product-intro .cash .desc {
	color: white;
}
#product-intro .cash .ss-container {
	margin-top: 330px;
	margin-left: auto;
	margin-right: auto;
	width: 1030px;
}
#product-intro .cash .ss-stats1 {
	display: inline-block;
	margin-right: 30px;
}
#product-intro .cash .ss-stats2 {
	display: inline-block;
}

/* Inventory */
#product-intro .inventory {
	background-color: white;
	background-image: url(/static/img/page/product_intro/inventory.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
}
#product-intro .inventory .desc {
	color: black;
}

/* CRM */
#product-intro .crm {
	background-color: black;
}
#product-intro .crm .desc {
	color: white;
}

/* Security */
#product-intro .security {
	background-color: white;
	background-image: url("/static/img/page/product_intro/people.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
#product-intro .security .desc {
	color: black;
}

/* More */
#product-intro .more {
	height: 0px;
}
#product-intro .learn-more {
	width: 150px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
#product-intro .learn-more a {
	display: inline-block;
	font-size: 18px;
	text-shadow: 1px 1px 1px;
	background-color: #31c4f2;
	width: 100%;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: white;
	letter-spacing: 3px;
	color: white;
	border-radius: 5px;
	box-shadow: 2px 2px 8px rgba(50, 50, 50, 0.75);
}
