@charset "utf-8";
/* ////////////////////////////////////////////////////////////
	File Name	parallax.css
*/

/*============================================================
	[PARALLAX]
*/
.parallax {
	position: relative;
	width: 100%;
	padding: 0;
}

/*
	[PARALLAX] IMAGES (Use PC)
*/
.parallax-images {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
}
.parallax-images ul {
	overflow: hidden;
	position: fixed;
	z-index: 1;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100%;
}
.parallax-images ul li {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.parallax-images ul li img {
	position: absolute;
	top: 0; left: 0;
}
.device-os-old-ie .parallax-images img {
	-ms-interpolation-mode: nearest-neighbor;
}
.device-type-sp .parallax-images,
.device-type-tb .parallax-images {
	display: none;
}

/*
	[PARALLAX] CONTENT
*/
.parallax-content {
	overflow: hidden;
	position: relative;
	z-index: 10;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

/*
	[PARALLAX] IMAGE (Use Mobile)
*/
.parallax .content-image {
	overflow: hidden;
	position: fixed;
	z-index: 1;
	top: 0; left: 0; right: 0; bottom: 0;
	pointer-events: none;
}
.parallax .content-image img {
	position: relative;
	z-index: 2;
	display: block;
}
.device-type-pc .parallax .content-image {
	display: none;
}

/*
	[PARALLAX] MAIN
*/
.parallax .content-main {
	overflow: hidden;
	position: relative;
	z-index: 100;
	width: 100%; height: 500px;
	color: #fff;
}
.parallax .content-main .section {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	width: 100%; height: 100%;
}
.parallax .content-main a.prev-arrow,
.parallax .content-main a.next-arrow {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 40px; height: 60px;
	background-color: transparent;
	background-image: url(../img/arrow_side.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	cursor: pointer;
}
.parallax .content-main a.prev-arrow {
	left: 2%;
	background-position: left top;
}
.parallax .content-main a.next-arrow {
	right: 2%;
	background-position: right top;
}

/*
	[PARALLAX] BODY
*/
.parallax .content-body {
	width: 100%;
	position: relative;
	z-index: 100;
	background: #fff;
	color: #4d4d4d;
}
.parallax .content-body section {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	padding: 60px 0;
	max-width: 980px;
	box-sizing: border-box;
}

.device-type-sp .parallax .content-main,
.device-type-sp .parallax .content-body,
.device-type-tb .parallax .content-main,
.device-type-tb .parallax .content-body {
	-webkit-transform: translate3d(0,0,0);
}

/*
	[PARALLAX] MEDIA QUERIES
*/
@media only screen and (max-width: 700px) {
	/* MAIN */
	.parallax .content-main a.prev-arrow {
		left: 0px;
		zoom: 0.7;
	}
	.parallax .content-main a.next-arrow {
		right: 0px;
		zoom: 0.7;
	}
	/* BODY */
	.parallax .content-body section {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	/* LAYOUT */
	.parallax .col {
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
}

/*============================================================
	[CONTENT] CONTACT
*/
.content-contact {
	padding: 120px 0;
	background: #fff;
}
.content-contact .headline {
	text-align: center;
}
.content-contact ul {
	margin: 0 auto;
	margin-top: 30px;
	width: 340px;
}
.content-contact ul li {
	padding: 15px 0;
}
.content-contact ul li a {
	display: block;
	height: 81px;
	padding-left: 110px;
	color: #4d4d4d;
	background-color: transparent;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	background-size: 200px 400px;
	font-size: 22px;
	line-height: 81px;
}
.content-contact ul li a.mail {
	background-position: 0px -143px;
}
.content-contact ul li a.telephone {
	background-position: 0px -224px;
}
/* Old IE */
.device-os-old-ie .content-contact ul li a {
	background-image: url(../img/icon_ie.png);
}

/*
	[CONTENT] CONTACT - MEDIA QUERIES
*/
@media only screen and (max-width: 700px) {
	.content-contact {
		padding: 40px 0;
	}
	.content-contact ul {
		margin-top: 20px;
		width: 300px;
	}
	.content-contact ul li {
		padding: 10px 0;
	}
	.content-contact ul li a {
		padding-left: 95px;
		font-size: 18px;
	}
	
}

/*============================================================
	[SECTION] TOP INDEX
*/
.section-top-index {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	max-width: 980px;
}
.section-top-index .main {
	display: table;
	width: 100%; height: 100%;
	text-align: center;
}
.section-top-index .main .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.section-top-index .main .inner .logo {
	margin: 0 auto;
	padding-top: 100px;
	max-width: 500px;
}
.section-top-index .main .inner .logo img {
	width: 100%;
}
.section-top-index .main .inner .subtitle {
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 1.5;
}
.section-top-index .arrow {
	position: absolute;
	bottom: 30px; left: 50%;
	margin-left: -30px;
}

/* NEWS */
.section-top-index .news {
	position: absolute;
	top: 80px; left: 10px; right: 10px;
	box-sizing: border-box;
}
.section-top-index .news a {
	color: #fff;
}
.section-top-index .news .inner {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.section-top-index .news ul {
	margin: 0 auto;
	display: table;
}
.section-top-index .news ul li {
	display: table-cell;
	width: 33.3%;
	vertical-align: top;
}
.section-top-index .news ul li dl {
	display: table;
	width: 100%;
}
.section-top-index .news ul li dl dt {
	display: table-cell;
	padding: 5px 0;
	width: 50%;
	vertical-align: top;
}
.section-top-index .news ul li dl dt img {
	width: 100%;
	max-width: 160px;
}
.section-top-index .news ul li dl dd {
	display: table-cell;
	padding: 4px 0;
	width: 50%;
	vertical-align: top;
}
.section-top-index .news ul li dl dd .title {
	padding: 2px 10px 3px 10px;
	-webkit-font-smoothing: antialiased;
	font-size: 11px;
	line-height: 1.3;
}
.section-top-index .news ul li dl dd span {
	display: block;
	padding: 0 10px;
	font-size: 10px;
	line-height: 1.3;
}

/*============================================================
	[SECTION] OVERVIEW
*/
.section-overview {
	overflow: hidden;
	box-sizing: border-box;
	max-width: 980px;
	color: #fff;
}
.section-overview .block {
	width: 100%;
	text-align: left;
}
.section-overview .block p {
	font-size: 14px;
	line-height: 1.5;
}
.section-overview .block .title {
	margin-top: -0.2em;
	font-size: 34px;
	line-height: 1.4;
	color: #ccc;
}
.section-overview .block .row {
	margin-top: 100px;
}
.section-overview .block .grade {
	margin-top: 70px;
	padding-bottom: 60px;
	width: 50%;
	text-align: center;
}
.section-overview .block .grade .row {
	margin-top: 50px;
}
.section-overview .block .grade .logo {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.section-overview .block .grade .name {
	margin: 20px 0 10px 0;
	font-size: 16px;
	line-height: 1.2;
}
.section-overview .block .grade p {
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.4;
}
.section-overview .image {
	display: none;
}
.section-overview .arrow {
	position: absolute;
	bottom: 30px; left: 50%;
	margin-left: -30px;
}
/* Index */
.section-overview-index .block {

}

/*============================================================
	[SECTION] VALUES
*/
.section-values {
	padding-top: 100px;
	padding-bottom: 140px;
}
.section-values .title {
	padding: 0 10px 20px 10px;
	font-size: 34px;
	line-height: 1.4;
}
.section-values .row {
	margin: 0;
	padding: 20px 0 30px 0;
}
.section-values .icon {
	padding: 15px 0 0 0;
}
.section-values .subtitle {
	padding: 20px 0 5px 0;
	font-size: 15px;
	line-height: 1.5;
}
.section-values .col p {
	padding: 5px 0;
	font-size: 13px;
	line-height: 1.5;
}

/*============================================================
	[SECTION] PRODUCTS ICONS (PRODUCTS & PRODUCTS DIAGRAM)
*/
.products-icons {
	padding-right: 0;
}
.products-icons ul {
	display: table;
	float: right;
}
.products-icons ul li {
	display: table-cell;
	width: 80px;
	border-right: 1px solid #b3b3b3;
	text-align: center;
}
.products-icons ul li:first-child {
	border-left: 1px solid #b3b3b3;
}
.products-icons ul li a {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	width: 60px; height: 60px;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -999em;
	cursor: pointer;
}
.products-icons ul li a.current {
	cursor: default;
}
.products-icons ul li.icon-pro a {
	background-image: url(../img/index_icon_pro_sm.png);
}
.products-icons ul li.icon-et a {
	background-image: url(../img/index_icon_ent_sm.png);
}
.products-icons ul li.icon-ult a {
	background-image: url(../img/index_icon_ult_sm.png);
}
.products-icons ul li.icon-pro a.current,
.products-icons ul li.icon-et a.current,
.products-icons ul li.icon-ult a.current {
	background-position: 0 -120px;
}

/*============================================================
	[SECTION] PRODUCTS
*/
.section-products {
	padding: 0 10px;
	padding-top: 20px !important;
	max-width: 960px;
	box-sizing: border-box;
}
.section-products .block {
	display: table;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%; height: 100%;
	text-align: center;
}
.section-products .block .inner {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.section-products .block .headline {
	margin: 0 auto;
	padding: 50px 0 50px 0;
	width: 100%;
	max-width: 700px;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.section-products .block p {
	margin: 0 auto;
	padding-top: 50px;
	width: 100%;
	max-width: 840px;
	font-size: 14px;
	line-height: 1.5;
}
.section-products .col {
	float: right;
	text-align: left;
}
.section-products .icons-wrapper {
	position: absolute;
	top: 0; right: 0;
	width: 100%;
}

/*============================================================
	[SECTION] PRODUCTS DIAGRAM
*/
.section-products-diagram {
	padding-top: 30px !important;
}
.section-products-diagram .title {
	font-size: 21px;
	line-height: 1.2;
}
.section-products-diagram .title-sug {
	font-size: 25px;
	line-height: 1.2;
}
.section-products-diagram .col {
	text-align: left;
}
.section-products-diagram .products-icons ul li a {
	background-position: 0 -60px;
}
.section-products-diagram .diagram {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}
.section-products-diagram .diagram img {
	width: 100%;
}

/*============================================================
	[SECTION] PRODUCTS GRADE
*/
.section-products-grade .headline {
	padding-top: 40px;
}
.section-products-grade .logo {
	padding-top: 40px;
	text-align: center;
}
.section-products-grade .logo img {
	max-width: 180px;
}
.section-products-grade .block {
	padding: 0 20px;
	min-height: 120px;
}
.section-products-grade .subtitle {
	margin: 20px 0 0 0;
	padding: 25px 0 20px 0;
	border-top: 1px solid #999;
	font-size: 15px;
	line-height: 1.5;
}
.section-products-grade .more {
	margin-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}

/*============================================================
	[SECTION] OCULARIS MAIN
*/
.section-ocularis-main {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.section-ocularis-main .main {
	display: table;
	width: 100%; height: 100%;
	vertical-align: middle;
	text-align: center;
}
.section-ocularis-main .main .inner {
	display: table-cell;
	width: 100%; height: 100%;
	vertical-align: middle;
}
.section-ocularis-main .main .inner .title {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}
.section-ocularis-main .main .inner .title img {
	width: 100%;
}

/*============================================================
	[SECTION] INFORMATION
*/
/* INTRODUCTION */
.section-information .introduction {
	padding-bottom: 40px;
}
.section-information .introduction .subtitle {
	margin-bottom: 40px;
}

/* EXCELLENT FOR */
.section-information .excellent-for {
	float: right;
	padding-bottom: 40px;
}
.section-information .excellent-for .title {
	margin-top: 15px;
	padding-left: 0;
}
.section-information .excellent-for ul {
	margin-top: 7px;
}

/* BENEFITS */
.section-information .benefits {
	padding-top: 40px;
}
.section-information .title {
	padding-left: 10px;
}
.section-information .benefits .link {
	float: right;
	margin: 0;
	width: 40%;
	text-align: center;
}
/* removed to fit 3rd image by gzahid
.section-information .benefits .link .col {
	width: 45%;
}
*/
.section-information .benefits .link p a {
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	color: #4d4d4d;
}
.section-information .benefits .link p img {
	margin-bottom: 5px;
}

/* UPGRADE NOW */
.upgrade-now {
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	width: 100%;
	text-align: center;
}
.upgrade-now div {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.upgrade-now div span {
	display: block;
	width: 100%;
	border-top: 1px solid #4d4d4d;
}
.upgrade-now div hr {
	display: none;
}
.upgrade-now p {
	position: relative;
	z-index: 100;
	display: inline-block;
	margin: 0 auto;
	background: #fff;
}


/*============================================================
	[SECTION] ENHANCEMENTS
*/
.section-enhancements .head {
	padding: 0 10px;
}
.section-enhancements .wrapper01 {
	padding-top: 20px;
}
.section-enhancements .wrapper02 {
	padding-top: 40px;
}
.section-enhancements .wrapper02 .col .col {
	padding-left: 0;
	padding-right: 20px;
}
.section-enhancements .icons {
	padding-bottom: 25px;
	width: 100%;
	border-bottom: 1px solid #999;
}
.section-enhancements .icons-opensight img {
	width: 100%;
	max-width: 350px;
}
.section-enhancements .icons-videowall img {
	width: 100%;
	max-width: 100px;
}
.section-enhancements .icons-valueadded img {
	width: 100%;
	max-width: 520px;
}
.section-enhancements .headline-bold {
	margin-top: 25px;
}
.section-enhancements .list {
	margin-top: 20px;
}
.section-enhancements .links {
	clear: both;
	padding: 20px 10px;
}

/*============================================================
	[SECTION] SOFTWARE UPGRADE PLAN
*/
.section-sug-main {
	overflow: hidden;
	position: relative;
	padding: 0 10px;
	max-width: 960px; height: 100%;
	box-sizing: border-box;
}
.section-sug-main .block {
	display: table;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%; height: 80%;
}
.section-sug-main .block .inner {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.section-sug-main .block .title {
	margin: 0 auto;
	padding: 80px 20px 30px 20px;
	width: 100%;
	box-sizing: border-box;
}
.section-sug-main .block .title img {
	width: 100%;
	max-width: 554px;
}
.section-sug-main .block .line {
	padding: 0 20px;
}
.section-sug-main .block .line div {
	border-color: #fff;
}
.section-sug-main .arrow {
	position: absolute;
	bottom: 30px; left: 50%;
	margin-left: -30px;
}

.section-sug .users .block {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 330px;
}
.section-sug .users .user {
	padding: 10px 5px 10px 12px;
	background: #7fbdeb;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 1px;
}
.section-sug .users .text {
	padding: 20px 30px 0 12px;
}
.section-sug .users .text p {
	margin: 8px 0 0 0;
	font-size: 13px;
	line-height: 1.5;
}

.section-sug .upgrade {
	margin: 0 auto;
	padding: 30px 10px 0 10px;
	width: 100%;
	max-width: 760px;
	box-sizing: border-box;
}
.section-sug .upgrade ul {
	width: 100%;
	text-align: center;
}
.section-sug .upgrade ul li {
	padding: 20px 0;
	border-top: 1px solid #999;
}
.section-sug .upgrade ul li:first-child {
	border-top: 0;
}
.section-sug .upgrade .note {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}
.section-sug .upgrade .note p {
	max-width: 300px;
}

.sug-contact {
	margin: 20px 0 0 0;
	padding: 0 10px;
}
.sug-contact p {
	max-width: 360px;
}

/*============================================================
	[SECTION] MEDIA QUERIES
*/
@media only screen and (max-width: 700px) {
	/* TOP INDEX */
	.section-top-index {
		padding-bottom: 20px;
	}
	.section-top-index .main {
		height: auto;
	}
	.section-top-index .main .inner {
		vertical-align: top;
		padding: 10px 0 0 0;
	}
	.section-top-index .main .inner .logo {
		padding-top: 50px;
	}
	.section-top-index .main .inner .subtitle {
		padding-bottom: 20px;
	}
	.section-top-index .news {
		position: static;
	}
	.section-top-index .news .inner {
		border: 0;
	}
	.section-top-index .news ul {
		margin: 0 auto;
		display: block;
		border-bottom: 1px solid #999;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.section-top-index .news ul li {
		display: block;
		width: 100%;
		border-top: 1px solid #999;
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	.section-top-index .news ul li dl {
		width: 100%;
	}
	.section-top-index .news ul li dl dt {
		width: 160px;
		max-width: 160px;
	}
	.section-top-index .news ul li dl dd {
		width: auto;
		padding-top: 5px;
	}
	.section-top-index .arrow {
		display: none;
	}

	/* OVERVIEW */
	.section-overview {
		padding: 20px 0 0 0;
		background: #0b0b0b;
	}
	.section-overview .block {
		padding: 0 10px;
		padding-top: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-overview .block .title {
		padding-top: 60px;
		font-size: 26px;
		line-height: 1.2;
	}
	.section-overview-index .block .title {
		padding-top: 0;
	}
	.section-overview .block .row {
		margin-top: 0;
	}
	.section-overview .block .col {
		padding: 0;
	}
	.section-overview .block .title {
		margin-bottom: 20px;
	}
	.section-overview .block .grade {
		margin-top: 30px;
		padding-bottom: 0;
		width: 100%;
	}
	.section-overview .block .grade .row {
		margin-top: 0;
	}
	.section-overview .block .grade .row .col {
		margin: 0 auto;
		padding: 20px 0;
		width: 100%;
		max-width: 180px;
	}
	.section-overview .image {
		display: block;
		width: 100%;
	}
	.section-overview .image img {
		width: 100%;
	}
	.section-overview .arrow {
		display: none;
	}

	/* VALUES */
	.section-values .title {
		font-size: 26px;
		line-height: 1.2;
	}
	.section-values .row {
		margin: 0;
		padding: 0 10px;
	}
	.section-values .subtitle {
		padding: 10px 0 0 0;
	}

	/* PRODUCTS ICONS */
	.products-icons ul {
		float: none;
		display: table;
		margin: 0 auto;
	}

	/* PRODUCTS */
	.section-products .block .logo img {
		width: 100%;
	}
	.section-products .block .headline {
		padding: 50px 0 20px 0;
		font-size: 28px;
		line-height: 1.2;
	}
	.section-products .block p {
		padding-top: 20px;
		font-size: 14px;
		line-height: 1.4;
	}

	/* PRODUCTS DIAGRAM */
	.section-products-diagram {
		padding-top: 0px !important;
	}
	.section-products-diagram .title {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* PRODUCTS GRADE */
	.section-products-grade {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.section-products-grade .headline {
		padding: 20px 10px 0 10px;
	}
	.section-products-grade .col {
		margin: 0 auto;
		padding: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 90%;
	}
	.section-products-grade .logo {
		padding-top: 30px;
	}
	.section-products-grade .logo img {
		width: 80%;
	}
	.section-products-grade .block {
		min-height: 0;
	}
	.section-products-grade .subtitle {
		padding: 20px 0 15px 0;
	}
	.section-products-grade .more {
		margin-top: 20px;
		padding: 0;
	}

	/* INTRODUCTION */
	.section-information .introduction {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 40px;
	}
	.section-information .introduction .col {
		padding: 0;
	}
	.section-information .introduction .title {
		margin-bottom: 10px;
	}
	.section-information .introduction .subtitle {
		margin-bottom: 10px;
	}

	/* EXCELLENT FOR */
	.section-information .excellent-for {
		float: none;
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-information .excellent-for .title {
		margin-top: 5px;
		padding-left: 0px;
	}

	/* BENEFITS */
	.section-information .benefits {
		padding-top: 30px;
		padding-left: 10px;
		padding-right: 10px;
		border-top: 0;
	}
	.section-information .benefits .title {
		padding-left: 0px;
	}
	.section-information .benefits .col {
		padding: 0;
	}
	.section-information .benefits .link {
		float: none;
		margin: 0 auto;
		margin-top: 20px;
		width: 90%;
		max-width: 360px;
	}
	.section-information .benefits .link .col {
		float: left;
		width: 50%;
	}

	/* UPGRADE NOW */
	.section-information .upgrade-now {
		margin-top: 30px;
	}

	/* ENHANCEMENTS */
	.section-enhancements .wrapper01 {
		padding: 0 10px;
	}
	.section-enhancements .wrapper02 {
		padding: 0 10px;
	}
	.section-enhancements .wrapper02 .col .col {
		padding: 0;
	}
	.section-enhancements .list {
		margin: 0;
	}
	.section-enhancements .icons {
		padding: 20px 0 15px 0;
		width: 100%;
	}
	.section-enhancements .headline-bold {
		margin: 20px 0 10px 0;
	}
	.section-enhancements .icons-opensight img {
		width: 70%;
		max-width: 350px;
	}
	.section-enhancements .icons-videowall img {
		width: 20%;
		max-width: 100px;
	}
	.section-enhancements .icons-valueadded img {
		width: 100%;
		max-width: 520px;
	}

	/* SOFTWARE UPGRADE PLAN */
	.section-sug .users {
		padding: 0 10px;
	}
	.section-sug .users .block {
		padding-bottom: 30px;
		width: 100%;
	}
	.section-sug .users .user {
		padding: 10px 5px 10px 10px;
		font-size: 23px;
		line-height: 1;
		letter-spacing: 0;
	}
	.section-sug .users .text {
		padding: 20px 10px 0 10px;
	}
	.section-sug .upgrade {
		padding-top: 0;
	}
	.section-sug .upgrade ul li img {
		width: 100%;
		max-width: 640px;
	}

}


.device-os-old-ie .parallax img {
	width: auto !important;
}