@charset "utf-8";
/* RealClear Digital, June 2014 */

/*------ INDEX -------*/

/* General */

/*************************General**********************************/

/* 
---COLOR CHART---
*/

body {
	margin: 0;
	background: #000000;
	color: white;
	font-size: 14px;
	font-family: 'Segoe UI', 'Roboto Light', 'Lucida Sans', 'Lucida Sans Unicode', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@font-face {
	font-family: xolonium;
	/* deklarace fontu */
	src: url("../Font/Xolonium-bold.woff");
	/* propojení na umístění souboru */
}
@font-face {
	font-family: xolonium_regular;
	/* deklarace fontu */
	src: url("../Font/xolonium-regular.woff");
	/* propojení na umístění souboru */
}
a, a:visited, a:active, a:hover {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
}
a {
	outline: none;
	/* for Firefox Chrome */
	behavior: expression(this.onFocus=this.blur());
	/* for IE */
}
a:focus {
	-moz-outline-style: none;
	outline: none;
}
/* for Firefox Chrome */

a:link {
	text-decoration: underline;
	color: white;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: white;
}
p {
	line-height: 1.7em;
}
.wrapper {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}
.table_spec {
	font-size: 1.2em;
	margin-top: 2.5em;
	width: 90%;
	margin: 0 auto;
}
/*******media******/

/*************************expand_content**********************************/

button.accordion {
	background-color: #000000;
	color: #444;
	cursor: pointer;
	margin: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	float: center;
}
@media (max-width: 500px) {
	button.accordion {
		margin: 0em;
	}
}
button.accordion:hover {
	background-color: #1b1b1b;
}
button.accordion:after {
	content: '\002B';
	color: #585858;
	font-size: 1.8em;
	float: right;
	margin-left: 5px;
}
button.accordion.active:after {
	content: '\2796';
	/* Unicode character for "minus" sign (-) */
	font-size: 0.7em;
	color: #585858;
}
div.panel {
	padding: 0 0px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.image {
	max-width: 100%;
}
/*************************expand_content***********************************/

/*************************Top**********************************/

.top {
	width: 70%;
	margin: 10px auto 0 auto;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 20px;
}
@media (max-width: 1700px) {
	.top {
		width: 85%;
	}
}
@media (max-width: 1485px) {
	.top {
		width: 90%;
	}
}
.top .logo_social {
	border-bottom: 2px solid #444444;
	height: 120px;
	width: 90%;
	margin: 0 auto;
}
@media (max-width: 850px) {
	.top .logo_social {
		margin-top: 70px;
		padding-bottom: 20px;
		height: 80px;
	}
}
@media (max-width: 640px) {
	.top .logo_social {
		height: 80px;
	}
}
@media (max-width: 640px) {
	.top .logo_social {
		height: 65px;
		padding-top: 1em;
	}
}
.top .rog-logo {
	background: url(../Image/_rog.png);
	height: 49px;
	width: 272px;
	margin-top: 30px;
	margin-bottom: 45px;
	margin-left: 30px;
	background-repeat: no-repeat;
	float: left;
	text-indent: -9999px;
}
@media (max-width: 1100px) {
	.top .rog-logo {
		background: url(../Image/_rog_small.png);
		height: 41px;
		width: 230px;
	}
}
@media (max-width: 640px) {
	.top .rog-logo {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
}
@media (max-width: 484px) {
	.top .rog-logo {
		background: url(../Image/_rog_small.png);
		height: 41px;
		width: 230px;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
}
.top .social {
	height: 49px;
	margin-top: 40px;
	margin-bottom: 45px;
	margin-left: 30px;
	float: right;
	padding-right: 30px;
	text-align: right;
	word-spacing: 1em;
	opacity: 1;
}
@media (max-width: 640px) {
	.top .social {
		display: none;
	}
}
.intel_logo {
	padding-right: 30px;
	text-align: right;
	font-size: 1.4em;
	line-height: 1.4em;
}
.intel_logo_small {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 2em;
}
@media (min-width: 890px) {
	.intel_logo_small {
		display: none;
	}
}
.video {
	height: 40em;
	width: 90%;
	margin-top: 4em;
}
.social img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.social_890 {
	word-spacing: 1em;
	padding: 1em;
	padding-bottom: 2em;
}
@media (min-width: 890px) {
	.footer .social_600 {
		display: none;
	}
}
@-webkit-keyframes flash {
	0% {
		opacity: .7;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .7;
	}
	100% {
		opacity: 1;
	}
}
.GR8-02-text h3 {
	color: white;
	font-size: 2.0em;
	margin: 0.8em 0;
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
}
@media (max-width: 890px) {
	.GR8-02-text h3 {
		font-size: 1.5em;
		text-align: left;
		margin-left: 1em;
	}
}
.main {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	margin-top: -2em;
}
@media (max-width: 1000px) {
	.main {
		display: none;
	}
}
.main2 {
	display: none;
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	margin-top: -4em;
}
@media (max-width: 890px) {
	.main2 {
		display: none;
	}
}
.main3 {
	display: none;
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
}
@media (max-width: 1000px) {
	.main2 {
		display: inline;
	}
}
@media (max-width: 890px) {
	.main2 {
		display: none;
	}
}
@media (max-width: 890px) {
	.main3 {
		display: inline;
	}
}
img.kde_kupit {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	z-index: 99;
}
@media (max-width: 700px) {
	.kde_kupit {
		display: none;
	}
}
img.kde_kupit2 {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	z-index: 99;
}
@media (max-width: 700px) {
	img.kde_kupit2 {
		display: inline;
	}
}
#kupit {
	margin: 5em;
	padding-bottom: 50px;
	text-align: center;
	border-bottom: 1px solid #b7b7b7;
}
img.sellingpoints {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	z-index: 99;
}
@media (max-width: 700px) {
	.kde_kupit {
		display: none;
	}
}
img.kde_kupit2 {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	z-index: 99;
}
@media (max-width: 700px) {
	img.kde_kupit2 {
		display: inline;
	}
}
#sellingpoints {
	margin: 0em;
	margin-bottom: 5em;
	text-align: center;
}
/*************************dalsie**********************************/

#dalsie {
	border-top: 1px solid #b7b7b7;
	margin: 2em;
	text-align: center;
}
.h4_dalsie {
	padding-top: 0em;
	font-size: 3em;
}
/*************************dalsie**********************************/

h4 {
	padding-top: 3em;
	font-size: 3em;
}
@media (max-width: 890px) {
	h4 {
		padding-top: 2.0em;
		font-size: 2.5em;
	}
}
img.content_img {
	margin: 0 auto;
	margin-top: 3%;
	margin-bottom: 6%;
	display: block;
	max-height: 100%;
	max-width: 100%;
}
.footer {
	font-size: 0.8em;
	width: 90%;
	margin: 0 auto;
	margin-top: 4em;
	border-top: 1px solid #b7b7b7;
	text-align: center;
	padding-top: 20px;
	color: #5c5c5c;
	clear: both;
}
.zf4_footer {
	max-width: 80%;
	max-height: 80%;
}
@media (max-width: 1485px) {
	.footer {
		width: 90%;
	}
}
.footer a {
	color: #8d8d8d;
}
.footer a:hover {
	color: #8d8d8d;
}
.asus-copy {
	color: #8d8d8d;
	margin-top: 0.5em;
}
.launch {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	background: url(../Image/fx503_arrow-up.png) center center no-repeat;
	border: 2px solid white;
	text-indent: -9999px;
	z-index: 10;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.launch:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
@media (max-width: 890px) {
	.launch {
		width: 35px;
		height: 35px;
		right: 10px;
		bottom: 10px;
	}
}
/*************************GR8**********************************/

.part-GR8 {
	width: 75%;
	margin: 0px auto 0 auto;
	margin-top: 4 0px;
	position: relative;
	height: auto;
}
@media (max-width: 1581px) {
	.part-GR8 {
		width: 70%;
	}
}
@media (max-width: 1485px) {
	.part-GR8 {
		width: 90%;
	}
}
@media (max-width: 1024px) {
	.part-GR8 {
		width: 100%;
	}
}
.part-GR8 h1 {
	color: white;
	font-size: 3.0em;
	margin: 0.0em 0;
	margin-top: -10px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
}
@media (max-width: 1100px) {
	.part-GR8 h1 {
		font-size: 2.5em;
	}
}
@media (max-width: 640px) {
	.part-GR8 h1 {
		font-size: 2.0em;
	}
}
.part-GR8 h2 {
	color: #f6b741;
	font-size: 2.8em;
	margin: 0.7em 0;
	margin-top: -10px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
}
.part-GR8 h5 {
	color: white;
	font-size: 2.8em;
	margin: 0.7em 0;
	margin-top: -10px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
}
@media (max-width: 890px) {
	.part-GR8 h2 {
		font-size: 1.5em;
	}
}
@media (max-width: 890px) {
	.part-GR8 h5 {
		font-size: 1.5em;
	}
}
.GR8-02-text {
	text-align: center;
	width: 70%;
	margin-top: 60px;
	margin: 0 auto;
}
.GR8-02-text_first {
	text-align: center;
	width: 70%;
	margin-top: 60px;
	margin: 0 auto;
}
@media (max-width: 890px) {
	.GR8-02-text {
		width: 90%;
		margin-top: 2em;
	}
}
@media (max-width: 890px) {
	.GR8-02-text_first {
		width: 90%;
		margin-top: 2em;
	}
}
@media (max-width: 550px) {
	.GR8-02-text {
		width: 95%;
		margin-top: 2em;
	}
}
@media (max-width: 550px) {
	.GR8-02-text_first {
		width: 95%;
		margin-top: 2em;
	}
}
.GR8-02-text p {
	font-size: 1.4em;
	margin: 0.2em 20px;
}
.GR8-02-text_first p {
	font-size: 1.4em;
	margin: 0.2em 20px;
}
@media (max-width: 890px) {
	.GR8-02-text_first p {
		font-size: 1.2em;
		margin: 0.2em 20px;
		text-align: center;
	}
}
@media (max-width: 890px) {
	.GR8-02-text p {
		font-size: 1.2em;
		margin: 0.2em 20px;
		text-align: left;
	}
}
@-webkit-keyframes flash {
	0% {
		opacity: .7;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .7;
	}
	100% {
		opacity: 1;
	}
}
td {
	padding: 1.2em;
	text-align: left;
	border-bottom: 1px solid #b7b7b7;
}
/* Dropdown Button */

/* The container <div> - needed to position the dropdown content */

/* Dropdown Content (Hidden by Default) */

/* Links inside the dropdown */

/* Change color of dropdown links on hover */

/* Show the dropdown menu on hover */

/* Change the background color of the dropdown button when the dropdown content is shown */

.li_kupit {
	display: inline-block;
	list-style: none;
	margin: 1.3em;
	border: 1px #e4e4e4 solid;
	padding: 0.5em;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.li_sellingpoints {
	display: inline-block;
	list-style: none;
	border: 0px #e4e4e4 solid;
	padding: 0.5em;
	opacity: 1.0;
	font-size: 1.2em;
	color: #A2A2A2;
}
li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.table_predajcovia {
	font-size: 1.0em;
	margin-top: 2.5em;
	margin: 0 auto;
	padding: 0;
	border: 0px solid red;
}
.table_sellingpoints {
	font-size: 1.0em;
	margin-top: 2.5em;
	margin: 0 auto;
	padding: 0;
	border: 0px solid red;
}
.img_predajcovia {
	max-height: 100%;
	max-width: 100%;
}
.img_sellingpoints {
	max-height: 100%;
	max-width: 100%;
	padding: 1em;
}