@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);

html, body {
	font: 300 14px 'Open Sans', sans-serif;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

div#social-media-logo.facebook {
	background: url("../images/logos/facebook.png") no-repeat center;
	background-size: 50px 50px;
}

div#social-media-logo.twitter {
	background: url("../images/logos/twitter.png") no-repeat center;
	background-size: 50px 50px;
}

div#social-media-logo.linkedin {
	background: url("../images/logos/linkedin.png") no-repeat center;
	background-size: 50px 50px;
}

div#social-media-logo {
	display: inline-block;
	height: 50px;
	width: 50px;
	padding: 40px;
	cursor: pointer;
}

div#social-media-logo.large {
	background-size: 80px 80px;
	height: 80px;
	width: 80px;
	margin-left: 40px;
	margin-right: 40px;
}

div#social-media-logo.small {
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

div#contact-form {
	padding-top: 10px;
}

div#contact-form span {
	display: block;
	color: #444444;
	font-weight: bold;
	padding-top: 10px;
}

div#contact-form input {
	border: 1px solid #cccccc;
	font: 300 14px 'Open Sans', sans-serif;
	padding: 5px;
	color: #666666;
	width: 400px;
}

div#contact-form textarea {
	border: 1px solid #cccccc;
	font: 300 14px 'Open Sans', sans-serif;
	padding: 5px;
	color: #666666;
	resize: none;
	width: 400px;
	height: 8em;
}

div#menu-container {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 80px;
	background: #000000 url("../images/logos/ds-logo-small-corp.png") no-repeat left;
	background-position: 15%;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

div#top-menu {
	position: absolute;
	display: inline-block;
	font: 300 14px 'Open Sans', sans-serif;
	color: #dddddd;
	text-transform: uppercase;
	right: 20%;
	top: 35px;
}

div#top-menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline-table;
	overflow: hidden;
	cursor: pointer;
}

div#top-menu ul li {
	display: inline;
	margin-right: 50px;
	float: left;
}

div#top-menu ul li a {
	color: #cccccc;
	text-decoration: none;
}

div#top-menu ul li a.drop:after {
}

div#top-menu ul li a.drop:hover:after {
}

div#top-menu ul ul {
	top: -10px;
	padding: 0px;
	margin: 0px;
	height: 55px;
	line-height: 0px;
	position: absolute;
	overflow: hidden;
	opacity: 0;
	font-size: 0px;
	display: block;
}

div#top-menu ul ul li {
	float: none;
	position: relative;
	display: block;
	padding-top: 10px;
}

div#top-menu ul ul li a {
	color: #7d7d7d;
	transition: color 0.5s ease;
}

div#top-menu ul ul li a:hover {
	color: #ffffff;
	transition: color 0.5s ease;
}

div#top-menu ul li:hover a {
}

div#top-menu ul li:hover > ul {
	color: #ffffff;
	padding-top: 20px;
	margin: 0px;
	top: 20px;
	margin-left: -15px;
	background: #000000;
	padding-left: 15px;
	padding-bottom: 20px;
	border-radius: 14px;
	position: absolute;
	opacity: 1;
	max-height: auto;
	height: auto;
	line-height: 20px;
	font: 300 14px 'Open Sans', sans-serif;
	transition: opacity 0.5s ease;
}

div#frontpage-rolling {
	position: absolute;
	top: 80px;
	width: 100%;
	height: 400px;
	background: url("../images/login/login-bg2.jpg") no-repeat top center;
	background-position: right 0px bottom -200px;
	background-size: cover; 
}

div#frontpage-rolling div.left {
	font: 300 36px 'Open Sans', sans-serif;
	color: #ffffff;
	position: absolute;
	left: 15%;
	width: 35%;
	top: 30%;
	text-shadow: 1px 1px #000000;
}

div#frontpage-rolling div.right {
	background: url("../images/laptop1.png") no-repeat top;
	width: 35%;
	position: absolute;
	top: 5%;
	height: 350px;
	right: 15%;
}

div#frontpage-rolling button {
	border: none;
	font: 300 16px 'Open Sans', sans-serif;
	background: #a50000;
	border-radius: 10px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	transition: background 0.5s ease;
	text-transform: uppercase;
}

div#frontpage-rolling button:hover, div#content-page .inner-container button:hover {
	background: #c80000;
	transition: background 0.5s ease;
}

div#content-box {
	width: 100%;
	padding: 20px;
	position: absolute;
	clear: both;
	top: 480px;
}

div#content-box .inner-container, div#content-page .inner-container {
	width: 60%;
	margin: 0 auto;
}

div#content-box .inner-container.wide {
	width: 65%;
}

div#content-page .inner-container button {
	border: none;
	font: 300 16px 'Open Sans', sans-serif;
	background: #a50000;
	border-radius: 10px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
	transition: background 0.5s ease;
	text-transform: uppercase;
	color: #ffffff;
}

div#content-page .inner-container button.small {
	font-size: 14px;
}

div#content-page .inner-container button.large {
	font-size: 20px;
}

div#content-page .inner-container.bar {
	width: 60%;
	margin-top: 40px;
	border-bottom: 1px solid #d2d2d2;
}

div#content-page .inner-container .features {
	display: table;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 20px;
}

div#content-page .inner-container .features span {
	display: block;
	color: #d50000;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	vertical-align: top;
}

div#content-page .inner-container .features p {
	display: table-cell;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	width: 100%;
}

div#content-page .inner-container .features img {
	border: 0px;
	height: 100px;
	width: 100px;
	margin: 0px;
}

div#content-page .inner-container .features.left img {
}

div#content-page .inner-container .features.right img {
}

div#front-box-container {
	margin: 0 auto;
	width: 100%;
	margin-top: 30px;
}

div#front-box-container .front-box {
	display: table-cell;
	width: 20%;
	height: 400px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font: 300 16px 'Open Sans', sans-serif;
}

div#front-box-container .front-box img {
	border: 0px;
	width: 150px;
}

div#front-box-container .front-box span {
	display: block;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 20px;
}

div#content-box .center, div#content-page .center {
	text-align: center;
}

div#content-box .large, div#content-page .large {
	font: 300 36px 'Open Sans', sans-serif;
}

div#content-box .pad, div#content-page .pad {
	padding-top: 20px;
}

div#content-page .pad.imac {
	background: url("../images/imac.png") no-repeat top right;
	height: 430px;
	padding-right: 550px;
}

div#content-page .pad.support {
	background: url("../images/customersupport.png") no-repeat top right;
	height: 350px;
	padding-right: 430px;
}

div#content-page ol li {
	padding-bottom: 20px;
}

@media all and (max-width: 699px) and (min-width: 520px) {
	div#content-page .pad.imac {
		background: url("../images/imac.png") no-repeat top right;
		background-size: 230px;
		height: 430px;
		padding-right: 250px;
	}
}

div#content-page .pad.center {
	text-align: center;
	margin: 0 auto;
}

.red {
	color: #a50000;
}

div#content-page {
	font: 300 14px 'Open Sans', sans-serif;
	position: absolute;
	top: 80px;
	width: 100%;
	padding: 20px;
	clear: both;
}

div#footer-container {
	position: absolute;
	clear: both;
	width: 100%;
	left: 0px;
	margin-top: 40px;
	font: 300 14px 'Open Sans', sans-serif;
}

div#footer-container .redbar {
	position: absolute;
	background: #d50000;
	border-bottom: 1px solid #790000;
	height: 100px;
	width: 100%;
	font-size: 22px;
	text-align: center;
	padding-top: 30px;
	color: #ffffff;
}

div#footer-container .sitemap {
	background: #e1e1e1;
	width: 100%;
	height: 300px;
	margin-top: 100px;
	padding-top: 30px;
}

div#footer-container .sitemap .inner {
	margin: 0 auto;
	width: 1200px;
}

div#footer-container .sitemap .inner .box {
	float: left;
	display: block;
	width: 300px;
	border-right: 1px solid #d2d2d2;
	padding-left: 20px;
	min-height: 180px;
	text-align: left;
}

div#footer-container .sitemap .inner .box.last {
	border: 0px;
}

div#footer-container .sitemap .inner .box span {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #000000;
}

div#footer-container .sitemap .inner .box a {
	display: block;
	padding-bottom: 5px;
	color: #888888;
}

div#footer-container .copy {
	height: 40px;
	padding-top: 10px;
	width: 100%;
	background: #f1f1f1;
	border-top: 1px solid #d2d2d2;
	text-align: center;
	color: #888888;
}
