body{
    background:#999999;
    font-family:'Poppins', sans-serif;
    font-size:16px;
    line-height:36px;
	color: #212529;
}
button:focus{
  outline:none!important;
}
header{
    background:none;
    position:fixed;
    width:100%;
    z-index:10;
}
header .navbar{
    padding:0;
	height:70px;
    position:unset;
}
main a{
	color:#DA1E37;
}
main a:hover{
	color:#DA1E37;
	text-decoration:underline;
}
#navbarSupportedContent {
    position: absolute;
    left: 0;
    background: rgba(33, 37, 41, 0.95);
    top: 70px;
    width:100%;
}
#navbarSupportedContent > div{
    width:100%;
}
#navbarSupportedContent ul{
    margin-top:30px;
}
#navbarSupportedContent ul li{
    padding:0 20px;
}
#navbarSupportedContent ul li a{
    border-bottom:1px solid #495057;
}
#navbarSupportedContent ul li:first-child a{
    border-top:1px solid #495057;
}
#block-socialicons{
    background: rgba(33, 37, 41, 0.95);
    text-align:center;
    width:100%;
    padding:30px 20px;
}
.navbar-toggler{
    transform:rotate(-90deg);
    transition:all 0.3s ease;
}
.navbar-toggler.collapsed{
    transform:rotate(0deg);
    transition:all 0.3s ease;
}

.navbar-brand img{
    margin:0;
}
.navbar-toggler span {
    color: #FFF;
    font-size:25px;
}
#block-logo p{
	margin:0;
}
#block-logo img{
	max-height:90px;
}

header > .container{
    background: rgba(33, 37, 41, 1);
	padding: 0 20px;
    transition:background 0.3s ease;
}
header > .container.transparent{
    background: rgba(33, 37, 41, 0.95);
}
header .navbar > .container{
	padding:0;
}
header .navbar .navbar-nav a{
    color:#FFF;
    font-size:18px;
    padding-left:30px!important;
    padding-right:30px!important;
    transition:opacity 0.3s ease;
}
header .navbar .navbar-nav a:hover{
    opacity:0.6;
}
#block-wd-main-menu ul li:last-child a{
	color:#FF8500;
}
#block-socialicons p{
    margin:0;
    height:38px;
}
#block-socialicons p a{
    display:inline-block;
    margin-left:20px;
    transition:opacity 0.3s ease;
}
#block-socialicons p a:first-of-type{
    margin:0;
}
#block-socialicons p a:hover{
    opacity:0.6;
}
.region.region-nav-additional{
	position:absolute;
	right:0;
	
}

main{
	margin-top:70px;
}
.page-node-type-monitor #block-wd-page-title{
	display:none;
}
.page-node-type-monitor #block-wd-content{
	max-width:1270px;
	margin:60px auto 0px;
}
.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content{
	padding:0;
}
.block-soutez,
.path-vyber-dle-hry #block-wd-content,
.page-node-type-monitor #block-wd-content,
.path-databaze-monitoru #block-wd-content{
	padding:0 20px;
}

main > .container{
	background:#FFF;
	padding:0;
}
.path-frontpage main .region,
.path-frontpage main .container{
    padding:0;
    color:#FFF;
}
#messages{
    padding-top:74px!important;
    margin:0;
}
.path-frontpage #block-wd-page-title h1{
    margin:0;
}

.region-under-content{
    display:flex;
}
.flex-box{
    display:flex;
    flex-direction:column-reverse;
}
h1.display-4{
	font-weight: bold;
	font-size: 36px;
	line-height: 54px;
	margin-bottom:30px;
	margin-top:60px;
	color: #212529;
}
h2{
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	margin-bottom:20px;
	color: #212529;
}
h3{
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom:18px;
	color: #212529;
}
h4{
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #495057;
}
.font-roboto{
	font-family:'Roboto', sans-serif!important;
}
.font-size-18{
	font-size:18px!important;
}
.font-size-20{
	font-size:20px!important;
}
.font-weight-600{
	font-weight:600!important;
}
.color-gray{
	color:#7D7D7D!important;
}
.line-height-30{
	line-height:30px!important;
}
.line-height-36{
	line-height:36px!important;
}
.border-radius-5{
	-webkit-border-radius:5px!important;
	-moz-border-radius:5px!important;
	border-radius:5px!important;
}
#custom-form .form-submit,
.step-box.view-databaze-monitoru .views-field.views-field-view-node a,
.btn{
	padding:0 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	transition:background 0.3s ease;
	border:none;
	height:60px;
	line-height:60px;
	color:#FFF;
}
#custom-form .form-submit{
    width:100%;
    max-width:236px;
    margin:0;
    font-size:18px;
}
#custom-form .form-submit,
.step-box.view-databaze-monitoru .views-field.views-field-view-node a,
.btn.btn-orange{
	background: #FF8500;
}
#custom-form .form-submit:hover,
.btn.btn-orange:hover{
	background:#B75F00;
    color:#FFF;
}
.btn.btn-gray{
	background: #AAA9AD;
}
.btn.btn-gray:hover{
	background:#6D6D6D;
}
#edit-form,
#erase-form{
    max-width:236px;
    padding:0;
    margin-left:20px;
    width:100%;
    position:relative;
    font-size:18px;
    font-weight:700;
}
#erase-form{
    margin-top:25px;
}
#edit-form:hover,
#erase-form:hover{
    color:#FFF;
}
#edit-form img,
#erase-form img{
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
}


/* BANNER */
#block-banner{
	position:relative;
	overflow:hidden;
}
#block-banner .banner-text{
}
#block-banner .banner-text p{
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #7D7D7D;
	font-family:'Roboto', sans-serif;
}
#block-banner .block-banner-content{
    padding:0 20px;
}

/* SOUTEZ */
#block-soutez{
    background:url('/assets/images/soutez_bg.jpg') no-repeat top center transparent;
}
#block-soutez h2{
    color:#FFF;
    margin-bottom:30px;
}
#block-soutez .soutez-content{
    max-width:1400px;
    margin:0 auto;
    padding:45px 20px 45px;
}
#block-soutez .soutez-content p{
    font-family:'Roboto', sans-serif;
    line-height:24px;
}
#block-soutez .soutez-content a.btn{
    margin-top:48px;
    font-weight:bold;
}
#block-soutez .soutez-content a.btn:hover{
    color:#FFF;
}

/* SOUTEZ PAGE */
#block-soutezblok01{
    background:url('/assets/images/aoc-gaming-bg.jpg') no-repeat 0 0 transparent;
	position:relative;
}
#block-soutezblok01 h2{
    color:#FFF;
    margin:110px 0 30px;
}
#block-soutezblok01 .huge-title{
    color:#EBEBEB;
    opacity:0.04;
    font-size: 280px;
    font-weight: 700;
    line-height: 206px;
    letter-spacing: 0em;
    position:absolute;
    right:10px;
    bottom:10px;
}
#block-soutezblok01 .soutez-content{
    color:#FFF;
    max-width:1270px;
    margin:0 auto;
    padding:0 15px;
}

#block-jaksezapojitdosoutezesoutezpage{
    background:#212529;
    color:#949494;
    overflow:hidden;
}
#block-ocosehrajesoutez h2,
#block-customform h2,
#block-jaksezapojitdosoutezesoutezpage h2{
    color:#FFF;
    text-align:center;
    margin:60px 20px 65px;
}
#block-customform h2{
    margin-bottom:30px;
}
.jak-se-zapojit-content{
    max-width:1080px;
    margin:0 auto 40px;
    padding:0 15px;
}
.jak-zapojit-row{
    border-top:1px solid #292D31;
    position:relative;
    padding:0;
    text-align:center;
}
.jak-zapojit-row:first-child{
    border:none;
}
.jak-zapojit-row .number{
    margin:20px 0;
    position:relative;
    width: 70px;
    height: 70px;
    line-height:70px;
    display:inline-block;
    text-align:center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    font-size: 40px;
    font-weight: 900;
    background:#FF8500;
    color:#FFF;
}
.jak-zapojit-row .text{
    display:inline-block;
	color:#AAA9AD;
    width:100%;
    text-align:center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    vertical-align:middle;
    margin-bottom:20px;
}

#block-ocosehrajesoutez{
    background:url('/assets/images/aoc-agon-bg.jpg') no-repeat 0 0 #131313;
    overflow:hidden;
}
#block-ocosehrajesoutez .oco{
    margin:0 auto;
    max-width:1410px;
    text-align:center;
}

#block-ocosehrajesoutez .oco > div{
    margin:0 15px 30px;
    background:#EAEAEA;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    min-height:260px;
    display:inline-block;
    position:relative;
    text-align:left;
}
#block-ocosehrajesoutez .oco > div img{
    margin:20px 0;
}
#block-ocosehrajesoutez .oco > div .title,
#block-ocosehrajesoutez .oco > div .subtitle{
    padding:0 15px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0em;
}
#block-ocosehrajesoutez .oco > div .title{
    margin-top:10px;
    margin-bottom:38px;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color:#212529;
}
#block-ocosehrajesoutez .oco > div .subtitle{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color:#7D7D7D;
}
#block-ocosehrajesoutez .oco > div .num{
    background:#DA1E37;
    height:70px;
    width:70px;
    line-height:70px;
    text-align:center;
    color:#FFF;
    font-size: 40px;
    font-weight: 900;
    line-height: 70px;
    position:absolute;
    top:-10px;
    left:-10px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    box-shadow: 10px 10px 20px rgba(218, 30, 55, 0.25);
}
#block-ocosehrajesoutez .oco > div .num span{
    font-size: 24px;
    font-weight: 900;
    line-height: 36px;
}
#block-ocosehrajesoutez .oco > div.oco-box-lg{
    width:360px;
}
#block-ocosehrajesoutez .oco > div.oco-box-sm{
    width:230px;
}

#block-customform{
    background:#212529;
    color:#FFF;
    overflow:hidden;
}
#block-customform #custom-form{
    margin:0 15px 60px;
    max-width:620px;
}
#block-customform #custom-form label,
#block-customform #custom-form p{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#7D7D7D;
}
#block-customform #custom-form p{
    margin-bottom:54px;
}
#block-customform #custom-form p a{
    color:#7D7D7D;
    text-decoration:underline;
}
#edit-doc,
#block-customform #custom-form input.form-text{
    border: 2px solid #FF8500;
    color:#FFF;
    background: #292D31;
    height:60px;
    line-height:60px;
    text-align:center;
    font-weight:700;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom:20px;
}
#edit-doc{
    width:100%;
    max-width:325px;
    position:relative;
}
#edit-doc input {
    opacity: 0;
    border: none;
    position: absolute;
    top: 0;
    font-weight:600;
    width:100%;
    height:60px;
    cursor:pointer;
}
#edit-doc::after {
    content: 'Nahrát doklad o koupi';
    pointer-events: none;
    font-size: 18px;
    line-height: 18px;
    color: #FFF;
}

#edit-doc::before {
    content: ' ';
    pointer-events: none;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 24px;
    background: url('../images/icon_upload.svg') no-repeat 0 0 transparent;
    position: relative;
    top: 5px;
}
#custom-form .form-type-checkbox label {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    padding-left: 90px;
    position: relative;
    margin-top: 4px;
}
#custom-form #edit-agree + label::before {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #ff7012;
    text-align: center;
    margin-right: 30px;
    line-height: 60px;
    background: #262626;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#custom-form #edit-agree:checked + label::before {
    background: url('../images/icon_check.svg') no-repeat center center #262626;
}
#custom-form #edit-agree {
    display: none;
}
#custom-form .form-type-checkbox label a{
    color:#DA1E37;
}
#custom-form .form-submit{
    margin-top:34px;
}
/*#popup{
    position:fixed;
    padding:140px 20px 30px;
    border:2px solid #FF7012;
    background:#111;
    z-index:2;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    max-width:400px;
    -webkit-box-shadow: 0 0 40px 20px rgba(0,0,0,0.7);
    box-shadow: 0 0 40px 20px rgba(0,0,0,0.7);
}
#block-form #popup p{
    line-height: 35px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}
#popup a.btn{
    width: 172px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #FF7012;
    height: 50px;
    line-height: 50px;
    padding: 0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    transition:all 0.3s ease;
}
#popup a.btn:hover{
    background:#FF7012;
}
.check{
    -moz-transform: rotate(45deg) scale(-1, 1) translateX(-50%);
    -webkit-transform: rotate(45deg) scale(-1, 1) translateX(-50%);
    -o-transform: rotate(45deg) scale(-1, 1) translateX(-50%);
    -ms-transform: rotate(45deg) scale(-1, 1) translateX(-50%);
    transform: rotate(45deg) scale(-1, 1) translateX(-50%);
    font-size: 120px;
    font-weight: bold;
    color: #FF7012;
    position:absolute;
    top: 50px;
    left: 50%;
    width: 20px;
}
#popup.error .check{
    -moz-transform: rotate(0deg) translateX(-50%);
    -webkit-transform: rotate(0deg) translateX(-50%);
    -o-transform: rotate(0deg) translateX(-50%);
    -ms-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
}*/


/* THANK YOU PAGE */
.thankyou-page{
	background:url('/assets/images/bg_thankyou.jpg') no-repeat 0 0 transparent;
	overflow:hidden;
}
.thankyou-page-content{
	max-width:640px;
	margin:0 auto;
	text-align:center;
}
.thankyou-page-content *{
	color:#FFF;
}
.thankyou-page-content h2{
	font-size: 72px;
	font-weight: 700;
	line-height: 108px;
	margin-top:80px;
	margin-bottom:50px;
}
.thankyou-page-content h3{
	font-size: 36px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom:50px;
}
.thankyou-page-content p{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:50px;
	color:#AAA9AD;
}
.thankyou-page-content a.btn{
	font-size: 18px;
	margin-bottom:180px;
}

/* SEZNAM AKCI */
.view-seznam-akci{
	max-width:1270px;
	margin:0 auto;
	min-height:660px;
}
.view-seznam-akci .view-content{
	width:100%;
}
.view-seznam-akci .views-row .views-field{
	background: #F9F9F9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition:all 0.3s ease;
}
.view-seznam-akci .views-row .views-field:hover{
	transform:scale(1.03);
}
.view-seznam-akci .views-row .views-field a{
	display:block;
	position:relative;
	min-height:200px;
	padding:70px 30px 30px;
	color:#212529;
}
.view-seznam-akci .views-row .views-field a .title{
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	display:block;
	margin-bottom:5px;
}
.view-seznam-akci .views-row .views-field a .text{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display:block;
}
.view-seznam-akci .views-row .views-field a:hover{
	text-decoration:none;
}
.view-seznam-akci .views-row .views-field a img{
	position:absolute;
	left:30px;
	top:20px;
	height:30px;
	width:auto;
}
.view-seznam-akci .views-row .views-field a:before{
	content:' ';
	background: url('../images/icon_arrow_right.svg') no-repeat center center transparent;
	width:10px;
	height:20px;
	display:block;
	position:absolute;
	right:30px;
	top:20px; 
}

/* DETAIL */
#detail-price-box{
	background: #EAEAEA;
	padding:16px 20px;
	max-width:291px;
}
#detail-price-box .field--name-field-cena, 
#detail-price-box .field--name-field-cena-eur{
    display:inline-block;
} 
.detail-eshops-box{
	background: #EAEAEA;
	padding:20px;
    text-align:center;
}
.step-box .detail-eshops-box{
	background:#F9F9F9;
	padding:5px 20px;
}
.step-box .detail-eshops-box img{
	height:16px;
}
.detail-eshops-box > a{
	margin:10px;
    display:inline-block;
	transition:opacity 0.3s ease;
}
.not-available{
	font-family:'Roboto';
	font-size:14px;
	color:#7D7D7D;
}


.detail-eshops-box > a:hover{
	opacity:0.5;
}
.detail-params{
	margin-top:40px;
}
.detail-params .field--label-inline .field__label{
	color:#7D7D7D;
	font-weight:400;
	width:50%;
}
.detail-params .field--label-inline .field__label::after{
	content:'';
}
.detail-params > div > div{
	padding:16px 20px;
}
.detail-params-gray > div{
	background: #F9F9F9;
}
.node--type-monitor .field--name-field-obrazek img{
	max-width:100%;
	height:auto;
}

/* GAMES */
#block-wd-content .view-vyber-dle-hry{
	min-height:800px;
}
.view-vyber-dle-hry .views-row > div:before{
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom:10px;
	display:block;
}
.view-vyber-dle-hry .views-row > div img{
	max-width:100%;
	height:auto;
}
.views-field-field-pro-narocne,
.views-field-field-zlata-stredni-cesta,
.views-field-field-lidovka{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom:20px;
}
.views-field-field-pro-narocne > div,
.views-field-field-zlata-stredni-cesta > div,
.views-field-field-lidovka > div{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:15px;
	height: 92%;
    background:#F9F9F9;
}
	
.views-field-field-pro-narocne > div{
	border: 5px solid #ECB016;
}
.views-field-field-pro-narocne:before{
	color:#ECB016;
	content:'Pro náročné';
}
.views-field-field-zlata-stredni-cesta > div{
	border: 5px solid #AAA9AD;
}
.views-field-field-zlata-stredni-cesta:before{
	color:#AAA9AD;
	content:'Zlatá střední cesta';
}
.views-field-field-lidovka > div{
	border: 5px solid #A97142;
}
.views-field-field-lidovka:before{
	color:#A97142;
	content:'Lidovka';
}
.page-node-type-page #block-wd-content,
.path-databaze-monitoru #block-wd-content,
.path-vyber-dle-hry #block-wd-content{
	max-width:1270px;
	margin:0 auto;
}
.page-node-299 #block-wd-content{
	max-width:100%;
}
#block-views-block-vyber-dle-hry-block-1{
	max-width:1270px;
	margin:0 auto 30px;
	text-align:center;
}
.view-vyber-dle-hry.view-display-id-block_1 .views-row{
	margin:0 15px 20px 15px;
	display:inline-block;
	width:112px;
	height:60px;
	line-height:52px;
	text-align:center;
	background:#F0F0F0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:3px solid #F0F0F0;
	transition:border-color 0.3s ease;
	cursor:pointer;
}
.view-vyber-dle-hry.view-display-id-block_1 .views-row:hover{
	border-color:#FF8500;
}
.view-vyber-dle-hry.view-display-id-block_1 .views-row.active{
	border-color:#FF8500;
}
.view-vyber-dle-hry.view-display-id-page_1 .views-row{
	display:none;
}

/* DATABAZA MONITOROV */
.view-databaze-monitoru .view-content{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.step-box.view-databaze-monitoru .row > div{
	width:100%;
}
.view-databaze-monitoru .views-field-field-obrazek img{
	max-width:100%;
	height:auto;
}
.step-results .view-databaze-monitoru .views-field-field-obrazek img{
	width:auto;
	max-width:100%;
	max-height:200px;
}
.view-databaze-monitoru .monitor-box{
	background: #F9F9F9;
	padding:30px;
	cursor:pointer;
	transition:opacity 0.3s ease;
}
.step-box.view-databaze-monitoru .monitor-box{
	background: #FFF;
	padding:10px;
	font-size:12px;
	opacity:1!important;
}
.step-box.view-databaze-monitoru .views-field{
	padding:0 20px;
}
.step-box.view-databaze-monitoru .views-field-nothing-1,
.step-box.view-databaze-monitoru .views-field-field-obrazek{
	padding:0;
}

.step-box.view-databaze-monitoru .views-field.views-field-view-node .field-content{
	text-align:center;
}
.step-box.view-databaze-monitoru .views-field .views-label{
	width:66%;
	display:inline-block;
	line-height:34px;
}
.step-box.view-databaze-monitoru .views-field .field-content{
	width:34%;
	display:inline-block;
	text-align:right;
	line-height:34px;
}
.step-box.view-databaze-monitoru .views-field.views-field-field-obrazek .field-content{
	text-align:center; 
}
.step-box.view-databaze-monitoru .views-field-nothing-1 .field-content,
.step-box.view-databaze-monitoru .views-field h3.field-content{
	text-align:left;
}
.step-box.view-databaze-monitoru .views-field:nth-child(odd) {
	background: #F9F9F9
}
.step-box.view-databaze-monitoru .views-field-nothing-1 .field-content,
.step-box.view-databaze-monitoru .views-field:first-child,
.step-box.view-databaze-monitoru .views-field.views-field-view-node,
.step-box.view-databaze-monitoru .views-field.views-field-view-node .field-content,
.step-box.view-databaze-monitoru .views-field h3.field-content,
.step-box.view-databaze-monitoru .views-field:first-child .field-content{
	width:100%;
	background:none;
}
.step-box.view-databaze-monitoru .views-field.views-field-view-node a{
	margin-top:30px;
	font-size: 16px;
	width:150px;
	line-height:42px;
	height:42px;
	display:inline-block;
	padding:0;
	transition:all 0.3s ease;
}
.step-box.view-databaze-monitoru .views-field.views-field-view-node a:hover{
	text-decoration:none;
	opacity:0.6;
}
.step-box.view-databaze-monitoru .views-field-nothing{
	display:none;
}
.step-box.view-databaze-monitoru .view-footer{
	text-align:center;
	display:none;
}
.step-box.view-databaze-monitoru .view-footer h2{
	font-size: 72px;
	font-weight: 700;
	line-height: 108px;
	margin:50px 20px 30px;
	color:#212529;
}
.step-box.view-databaze-monitoru .view-footer h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom:30px;
	color:#495057;
}
.step-box.view-databaze-monitoru .view-footer p{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color:#7D7D7D;
}
.view-databaze-monitoru .monitor-box:hover{
	opacity:0.6;
}
.view-databaze-monitoru .monitor-box h3{
	margin-top:30px;
	margin-bottom:5px;
}
.step-results.view-databaze-monitoru .monitor-box h3{
	margin-top:10px;
}
.view-databaze-monitoru .monitor-box h3 a{
	color:#212529;
}
.view-databaze-monitoru .monitor-box h3 a:hover{
	text-decoration:none;
}
.view-databaze-monitoru .monitor-box .views-field-field-kratky-popis{
	line-height:30px;
}
.view-vyber-dle-hry .field--name-field-obrazek{
    padding:0 40px;
}
.monitor-box .views-field-field-obrazek{
    padding:0 20px;
}

/* VYBRAT MONITOR */
#block-aocfilterform{
	background:#212529;
	color:#FFF;
	padding-bottom: 30px;
}
#block-aocfilterform #aoc-filter-form .tabs{
	background:#F6F6F7;
}
.step-tabs{
	background:#F6F6F7;
	width:100%;
}
.step-tab{
	color:#FFF;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	background:#212529;
	min-height:82px;
	height:82px;
	padding-left:30px;
}
.step-tab > div{
	height:100%;
	vertical-align:middle;
	position:relative;
	xtransition:all 0.6s ease;
}
.step-tab > div > img{
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
}
.step-tab-content{
	position:absolute;
	left:70px;
	top:50%;
	transform:translateY(-50%);
}
.step-tab.previous{
	-webkit-border-radius:0 0 24px 0;
	-moz-border-radius:0 0 24px 0;
	border-radius:0 0 24px 0;
	transition:all 0.6s ease;
}
.step-6-tab.previous{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.step-tab.next{
	-webkit-border-radius:0 24px 0 0;
	-moz-border-radius:0 24px 0 0;
	border-radius:0 24px 0 0;
	transition:all 0.6s ease;
}
.step-tab.filled{
	color:#949494;
}
.step-tab.last{
	height:100%;
    padding-top:25px;
}
.step-tab.last > a{
    display:block;
    display:none;
}
.step-tab.active > div{
	color:#FF8500;
	background:#F6F6F7;
	-webkit-border-radius:24px 0 0 24px;
	-moz-border-radius:24px 0 0 24px;
	border-radius:24px 0 0 24px;
}
.step-tab-values{
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
}
.step-box{
	background:#F6F6F7;
	color:#7D7D7D;
	padding:30px 20px 20px;
	display:none;
	min-height:820px;
}
.step-box .view-databaze-monitoru{
	min-height:730px;
}
#edit-curve,
#edit-games{
    margin-bottom:30px;
}
.step-box.step-1{
	display:block;
}
.form-checkboxes .form-item, .form-radios .form-item{
    margin-top:0;
}
.form-item-description{
	font-size:14px;
	line-height:16px;
	font-family:'Roboto', sans-serif;
}
.step-box fieldset,
.step-box legend{
	margin:0;
}
.step-box .step-description{
	margin-bottom:20px;
	line-height:19px;
	font-family:'Roboto', sans-serif;
}
.step-box .form-type-checkbox,
.step-box .form-type-radio{
	background:#EAEAEA;
	padding:20px 20px 20px 80px;
	position:relative;
	margin-bottom:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.step-box .form-type-checkbox label,
.step-box .form-type-radio label{
	cursor:pointer;
	transition:all 0.3s ease;
}
.step-box .form-type-checkbox label h4,
.step-box .form-type-radio label h4{
	transition:all 0.3s ease;
}

.step-box .form-type-checkbox label:before,
.step-box .form-type-radio label:before{
	content:'';
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
	width:40px;
	height:40px;
	display:block;
	border:3px solid #495057;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:none;
	transition:all 0.3s ease;
}
.step-box .form-type-checkbox input,
.step-box .form-type-radio input{
	display:none;
}
.step-box .form-type-checkbox input:checked + label h4,
.step-box .form-type-radio input:checked + label h4{
	color:#FF8500!important;
}
.step-box .form-type-checkbox input:checked + label:before,
.step-box .form-type-radio input:checked + label:before{
	border-color:#FF8500;
	background:url('/assets/images/icon_check_orange.svg') no-repeat center center transparent;
}

.step-box .btn-back{
	padding:0 25px;
	margin-left:0;
	margin-right:0;
}
.step-box.step-1 .btn-back{
	opacity:0;
	visibility:hidden;
}

.step-box.step-2 .fieldset-wrapper legend{
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom:10px;
}

.step-box.step-2 .step-description{
	margin-bottom:60px;
}
#edit-gpu-nvidia--wrapper{
	/*margin-bottom:5px;*/
}
.step-box.step-2 .form-type-radio{
	display:inline-block;
	width:100%;
	margin:0 0 30px 0;
}
.step-box.step-4 .form-type-radio{
	display:inline-block;
	width:100%;
	margin:0 0 30px 0;
}
.step-box.step-6 .form-type-radio,
.step-box.step-5 .form-type-checkbox{
	display:inline-block;
	width:100%;
	margin:0 0 30px 0;
}
.step-box.step-2 .form-type-radio:last-child,
.step-box.step-6 .form-type-radio:last-child,
.step-box.step-4 .form-type-radio:last-child{
	margin:0 0 30px 0;
}

.step-box .hint{
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	margin-bottom:5px;
}
.step-box .btn{
	/*margin-top:26px;*/
}
#block-views-block-databaze-monitoru-block-1{
	display:none;
}

/* Zvol si monitor podle své oblíbené hry */
#block-zvolsimonitorpodlesveoblibenehry{
	position:relative;
	padding:50px 20px;
	background:#FFF;
}
#block-zvolsimonitorpodlesveoblibenehry .field--name-body{
	max-width:1000px;
	margin:0 auto;
}
#block-zvolsimonitorpodlesveoblibenehry h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	color:#212529;
	margin:0 0 18px;
}
#block-zvolsimonitorpodlesveoblibenehry p{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color:#495057;
	margin-bottom:40px;
}
#block-zvolsimonitorpodlesveoblibenehry .btn{
	font-size:18px;
	width:236px;
}

/* NEWSLETTER */
#block-custommailchimpform{
	padding:45px 20px;
	background:#FFF;
    position:relative;
}
#block-custommailchimpform form{
	max-width:650px;
	margin:0 auto;
}
#block-custommailchimpform form p{
	font-family: Roboto;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #7D7D7D;
}
#block-custommailchimpform form .form-item-email{
	display:inline-block;
	width:60%;
}
#block-custommailchimpform form .form-item-email label{
	display:none;
}
#block-custommailchimpform form .form-item-email input{
	background: #F0F0F0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:none;
	height:60px;
	line-height:60px;
}
#block-custommailchimpform form input.btn{
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	width:40%;
	text-align:center;
	position:relative;
	top:-1px;
	margin:0 0 0 -10px;
}

/* SLIDER */
.flexslider{
    margin:0;
    border:none;
}
.flex-control-nav{
    position: absolute;
    bottom: 10px;
    left: 50%;
	transform:translateX(-50%);
    z-index: 20;
}
.flex-control-nav li{
    margin:0;
}
.flex-control-nav li a {
    height: 30px;
    width: 30px;
    background: #FFF;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display:block;
    float:left;
    margin: 0 5px;
}
.flex-control-nav li a.flex-active {
    background: #FF8500;
}
#widget_pager_top_slider-block_1 > div .views-content-counter {
    text-indent: -9000px;
}

footer{
    padding:0;
}
footer > .container{
    background: #131313;
	padding-top: 40px;
    padding-bottom: 40px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #ADB5BD;
    position:relative;
    z-index:1;
}
footer > .container .field a{
	color: #ADB5BD;
}


.container, .container-sm, .container-md, .container-lg, .container-xl{
	max-width:1920px;
}

#popup{
    position:fixed;
    padding:140px 20px 30px;
    border:2px solid #FF7012;
    background:#111;
    z-index:2;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    max-width:400px;
    -webkit-box-shadow: 0 0 40px 20px rgba(0,0,0,0.7);
    box-shadow: 0 0 40px 20px rgba(0,0,0,0.7);
}
#block-form #popup p{
    line-height: 35px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}
#popup a.btn{
    width: 172px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #FF7012;
    height: 50px;
    line-height: 50px;
    padding: 0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    transition:all 0.3s ease;
}
#popup a.btn:hover{
    background:#FF7012;
}
.check{
    -moz-transform: rotate(45deg) scale(-1, 1) translateX(-50%);
    -webkit-transform: rotate(45deg) scale(-1, 1) translateX(-50%);
    -o-transform: rotate(45deg) scale(-1, 1) translateX(-50%);
    -ms-transform: rotate(45deg) scale(-1, 1) translateX(-50%);
    transform: rotate(45deg) scale(-1, 1) translateX(-50%);
    font-size: 120px;
    font-weight: bold;
    color: #FF7012;
    position:absolute;
    top: 50px;
    left: 50%;
    width: 20px;
}
#popup.error .check{
    -moz-transform: rotate(0deg) translateX(-50%);
    -webkit-transform: rotate(0deg) translateX(-50%);
    -o-transform: rotate(0deg) translateX(-50%);
    -ms-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
}
.alert{
    margin-top:90px;
}
span.error{
	color:red;
}
input.input-error,
.form-item-agree label.input-error:before,
#edit-doc.input-error{
	border-color:red!important;
}
.step-box .btn-back,
.step-box .btn-orange{
	border: 5px solid transparent;
	line-height:52px;
}
.error-btn{
	border: 5px solid #DA1E37;
}
.error-btn:active,
.error-btn:focus,
.error-btn:hover{
	border: 5px solid #DA1E37;
	box-shadow:none;
}
.step-box span.error{
	color:#DA1E37;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #FF8500;
    border-color: transparent;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: none!important;
}
.page-node-type-doklad article{
	max-width:500px;
	margin:0 auto;
	text-align:center;
}
.form-item.form-item-doc,
.form-item.form-item-doc #edit-doc{
	margin-bottom:5px;
}














@media (min-width: 450px) {
    
    .detail-eshops-box{
        text-align:center;
    }
    .step-box .detail-eshops-box img{
        height: 16px;
    }
    .step-box .detail-eshops-box > a{
        margin:0 6px;
        display:inline-block;
    }
	.step-box.step-4 .form-type-radio{
		width:240px;
		margin:0 30px 30px 0;
	}
}

@media (min-width: 576px) {
	.step-box.step-6 .form-type-radio,
	.step-box.step-5 .form-type-checkbox{
		width:335px;
		margin:0 30px 30px 0;
	}
}

@media (min-width: 768px) {
	.step-box.view-databaze-monitoru .views-field.views-field-view-node a,
    .btn{
        xpadding:0 77px;
    }
    .flex-control-nav{
        bottom: 30px;
    }
    #block-customform #custom-form{
        margin:0 auto 60px;
    }
    .jak-zapojit-row{
        padding:0 0 0 160px;
        line-height:130px;
        min-height:130px;
    }
    .jak-zapojit-row .number{
        position:absolute;
        left:0;
        top:50%;
        margin-top:0;
        transform:translateY(-50%);
        width: 70px;
        height: 70px;
        line-height:70px;
        text-align:center;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        border-radius:50%;
        font-size: 40px;
        font-weight: 900;
        background:#FF8500;
        color:#FFF;
    }
    .jak-zapojit-row .text{
        margin:0;
        text-align:left;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    .flex-box{
        display:block;
        flex-direction:inherit;
    }
	
	.views-field-field-pro-narocne,
	.views-field-field-zlata-stredni-cesta,
	.views-field-field-lidovka{
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	#block-banner .banner-text{
        padding-top:50px;
    }
    #block-banner .block-banner-content{
        padding:0;
    }
    #block-soutez .soutez-content {
        padding: 77px 20px 45px;
    }
    #block-custommailchimpform{
        padding:100px 20px 90px;
    }
	#block-views-block-vyber-dle-hry-block-1{
		text-align:left;
	}
	.view-vyber-dle-hry.view-display-id-block_1 .views-row{
		margin:0 0 0 30px;
	}
	.view-vyber-dle-hry.view-display-id-block_1 .views-row:first-child{
		margin:0;
	}
	.step-box.step-2 .form-type-radio{
		width:345px;
		margin:0 30px 30px 0;
	}
	#block-zvolsimonitorpodlesveoblibenehry h3{
		margin:50px 0 18px;
	}
}

@media (min-width: 1200px) {
    header .navbar{
        position:relative;
        padding-top:0.6rem;
        padding-bottom:0.6rem;
		height:100px;
    }
	main{
		margin-top:100px;
	}
    .navbar-expand-lg .navbar-collapse{
        display:block!important;
        text-align:center;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    
    .navbar-expand-lg .navbar-collapse > .region{
        display:inline-block;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    #navbarSupportedContent {
        position: relative;
        left: 0;
        top: 0;        
        background: none;
        width:auto;
    }
    #navbarSupportedContent ul{
        margin-top:0;
    }
    #navbarSupportedContent > div{
        width:auto;
    }
    #navbarSupportedContent ul li{
        padding:0;
    }
    #navbarSupportedContent ul li a,
    #navbarSupportedContent ul li:first-child a{
        border:none;
    }
    #block-socialicons{
        background: none;
        padding:0;
    }
	#block-aocfilterform{
		padding-right: 30px;
	}
	.step-box{
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border-radius: 24px;
		padding:45px 40px 40px;
	} 
    #block-banner .banner-text{
        padding-top:80px;
    }
}

@media (min-width: 1400px) {
    #block-banner .banner-text{
        padding-top:181px;
    }
	.block-soutez,
	.path-vyber-dle-hry #block-wd-content,
	.page-node-type-page #block-wd-content,
	.page-node-type-monitor #block-wd-content,
	.path-databaze-monitoru #block-wd-content,
    .jak-se-zapojit-content,
    #block-soutezblok01 .soutez-content{
        padding:0;
    }
	
}

@media (min-width: 1600px) {
    header > .container{
		padding: 0 100px;
	}
	.step-box{
		padding:90px 80px 50px;
	}
	.step-box.step-results{
		padding:30px 80px 20px;
	}
}
@media (min-width: 1900px) {
	.step-tab{
		padding-left:100px;
	}
}
