@charset "utf-8";
/* RealClear Digital, June 2014 */

/*------ INDEX -------*/

/* General */

/*************************General**********************************/

/* 
---COLOR CHART---
*/

body {
	margin: 0;
	background: white;
	color: #333333;
	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: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
::selection, a::selection, img::selection {
	background: black;
	color: white;
}
::-moz-selection {
	background: black;
	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.1em;
	margin-top: 2.5em;
	width: 90%;
	margin: 0 auto;
}
/*******media******/

/*************************expand_content**********************************/

button.accordion {
	background-color: white;
	color: #444;
	cursor: pointer;
	margin: 2em;
  margin-bottom: 0em;
	padding: 1em;
	border:none;
	outline: none;
	transition: 0.4s;
	float: center;
}
@media (max-width: 500px) {
	button.accordion {
		margin: 0em;
	}
}
button.accordion:hover {
	background-color: #eeeeee;
}
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 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.image {
	max-width: 100%;
}
/*************************expand_content***********************************/

/*************************Top**********************************/

.windows_logo {
	padding-right: 30px;
	text-align: right;
  font-size: 1.4em; 
  line-height: 1.4em;
}

@media (max-width: 1220px) {
	.windows_logo {
		display: none;
	}
}

.windows_logo_small {
	text-align: center;
  font-size: 1.2em; 
  line-height: 1.4em;
  margin-top: 2em;
}
@media (min-width: 1220px) {
	.windows_logo_small {
		display: none;
	}
}

.windows {
  max-height: 50%;
	max-width: 50%;
}

.top {
	width: 70%;
	margin: 0 auto;
	background-repeat: no-repeat;
	position: relative;
}
@media (max-width: 1581px) {
	.top {
		width: 75%;
	}
}
@media (max-width: 1485px) {
	.top {
		width: 90%;
	}
}
.top .logo_social {
	border-bottom: 1px solid #e4e4e4;
	height: 90px;
	width: 100%;
}
@media (max-width: 600px) {
	.top .logo_social {
		display: none;
	}
}
.rog-logo {
	max-height: 100%;
	max-width: 100%;
	margin-top: 30px;
	margin-bottom: 45px;
	margin-left: 30px;
	background-repeat: no-repeat;
	float: left;
}
@media (max-width: 850px) {
	.top .rog-logo {
		max-height: 100%;
		max-width: 100%;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 45px;
		margin-left: 30px;
		background-repeat: no-repeat;
		float: left;
	}
}
.top .social {
	height: 49px;
	margin-bottom: 45px;
	margin-left: 30px;
	padding-right: 30px;
  padding-top: 30px;
	text-align: right;
	word-spacing: 1em;
}
.social img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.social_600 {
	word-spacing: 1em;
	padding: 1em;
	padding-bottom: 2em;
}
@media (min-width: 600px) {
	.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 {
	font-size: 2.0em;
	margin: 0.3em 0;
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
}
@media (max-width: 600px) {
	.GR8-02-text h3 {
		font-size: 1.6em;
    
	}
}
.main {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 0em;
}
@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: 600px) {
	.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: 600px) {
	.main2 {
		display: none;
	}
}
@media (max-width: 600px) {
	.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: 850px) {
	.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: 850px) {
	img.kde_kupit2 {
		display: inline;
	}
}
#kupit {
	margin: 5em;
	text-align: center;
}
/*************************dalsie**********************************/

#dalsie {
	border-top: 1px solid #e4e4e4;
	margin: 2em;
	text-align: center;
}
.h4_dalsie {
	padding-top: 0em;
	font-size: 3em;
}
/*************************dalsie**********************************/

h4 {
    font-size: 1.5em;
    font-weight: normal;
    margin:0.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: 100%;
	margin: 0 auto;
	border-top: 1px solid #e4e4e4;
	text-align: center;
	padding-top: 20px;
	color: #555;
	clear: both;
}
.zf4_footer {
	max-width: 50%;
	max-height: 50%;
}
@media (max-width: 1485px) {
	.footer {
		width: 90%;
	}
}
.footer a {
	color: #333333;
}
.footer a:hover {
	color: #333333;
}
.asus-copy {
	margin-top: 0.5em;
}
.kontaktovat {
	width: 200px;
	height: 54px;
	position: fixed;
	right: 14%;
	top: 20px;
	display: block;
	background: url(../Image/kontaktovat.svg) center center no-repeat;
	text-indent: -9999px;
	z-index: 10;
	filter: alpha(opacity=70);
	opacity: 0.8;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.kontaktovat:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

@media (max-width: 1581px) {
	.kontaktovat {
		right: 12%;
	}
}
@media (max-width: 1485px) {
	.kontaktovat {
		right: 4%;
	}
}


@media (max-width: 600px) {
	.kontaktovat2 {
    position: fixed;
  	background: url(../Image/kontaktovat2.svg) center center no-repeat;
		width: 200px;
		height: 54px;
		right: 10px;
		bottom: 10px;
	}
}
/*************************GR8**********************************/

.part-GR8 {
	width: 75%;
	margin: 0px auto 0 auto;
	margin-top: 60px;
	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 h2 {
	font-size: 2.8em;
	margin: 0.7em 0;
	margin-top: -10px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
}
@media (max-width: 600px) {
	.part-GR8 h2 {
		font-size: 1.5em;
	}
}
.GR8-02-text {
	text-align: center;
	width: 70%;
	margin-top: 60px;
	margin: 0 auto;
}
@media (max-width: 850px) {
	.GR8-02-text {
		width: 90%;
	}
}
@media (max-width: 550px) {
	.GR8-02-text {
		width: 95%;
		margin-top: 2em;
	}
}
.GR8-02-text p {
	font-size: 1.2em;
	margin: 0.2em 20px;
}
@-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 #e4e4e4;
}
/* 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 */

ol {
	list-style-type: none;
	margin: 0 auto;
	border-bottom: 0px #e4e4e4 solid;
	padding: 0.5em;
  padding-top: 0.2em;
	margin-top: -0.5em;
  
   
}



li {
	list-style-type: none;
	margin: 1.0em;
	border-bottom: 1px #e4e4e4 solid;
	padding: 1.3em;
	opacity: 1.0;
	filter: alpha(opacity=100);
  font-size: 1.4em;
   
}
li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.table_predajcovia {
	font-size: 1.2em;
	margin-top: 2.5em;
	margin: 0 auto;
	padding: 0;
	border: 0px solid red;
}
.img_predajcovia {
	max-height: 100%;
	max-width: 100%;
}


hr.questions {
  border-top: 0px solid #e4e3e3;
  color: #e4e4e4;
}



.icon {
  position: relative;
  top: 2px;
  padding-right: 5px;
}


.button_chci {
  opacity: 0.8;
  height: 20%;
  max-width: 12.5em;
}

.button_chci:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}


.qr_img {
	margin: 0 auto;
	margin-top: 1em;
	display: block;
	max-height: 100%;
	max-width: 100%;
}
