/*  
Theme Name: PMC
Description: Vzhled pro prezentaci
Author: Tomáš Gažůr - www.nakoduji.cz
Author URI: http://www.nakoduji.cz
Version: 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300&subset=latin,latin-ext);
body {
	background: #E7E7E7;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	color: #221f1f;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
#main {
	width: 100%;
	float: left;
}
#header {
	background: url('img/header.png') left bottom no-repeat;
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #E6E6F4;
	position: relative;
	z-index: 666;
}
.logo {
	width: 201px;
	height: 46px;
	float: left;
	margin: 40px 0 0 23px;
}
.header-right {
	float: right;
	width: 79%;
	max-width: 960px;
}
.top-menu {
	float: right;
	width: 100%;
	height: 26px;
	padding-top: 0;
}
.top-menu ul {
	margin: 0;
	width: 100%;
	list-style: none;
}
.top-menu ul li {
	float: left;
}
.top-menu ul li a {
	background: url('img/top-menu-a.png') left center no-repeat;
	color: #626c74;
	font-size: 15px;
	padding: 0 12px 0 12px;
}
.top-menu ul li span {
	background: url('img/top-menu-a.png') left center no-repeat;
	color: #626c74;
	font-size: 15px;
	padding: 0 10px 0 10px;
	float: left;
}
.top-menu ul li:first-child a, .top-menu ul li:first-child span {
	background: none;
}
.top-menu ul li a:hover {
	color: #0082C8;
}
.main-menu {
	float: right;
	width: 100%;
	padding-top: 22px;
}
.main-menu ul {
	margin: 0;
	float: right;
	width: 100%;
}
.main-menu ul li {
	display: inline-block;
	margin-right: 16px;
}
.main-menu ul li:last-child {
	margin-right: 0;
}
.main-menu ul li a {
	color: #0082c8;
	font-size: 14px;
	padding: 0 10px 0 10px;
	display: inline-block;
	height: 32px;
	text-transform: uppercase;
}
.main-menu ul li a:hover, .main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-parent a, .main-menu ul li.current-category-ancestor a, .main-menu ul li.current-post-ancestor a {
	background: url('img/main-menu-a.png') left bottom repeat-x;
}
#mobile-menu {
	display: none;
	width: 100%;
	float: left;
}
#mobile-menu nav {display: block;}
.nav-collapse ul li a {
	background: #E7E7E7;
	border-bottom: 1px solid #fff;
	width: 100%;
	padding: 10px 24px;
	color: #626c74;
	font-size: 14px;
	display: block;
	text-decoration: none;
}
.nav-collapse ul li.current-menu-item > a {
	background: #0082c8;
	color: #fff;
}
.nav-collapse ul ul li a {
	padding-left: 44px;
}
#header .main-menu {
	max-width: 955px;
}
#header .main-menu ul li {
	margin: 0 17px;
}
.socials {
	background: url('img/socials.png') left top no-repeat;
	height: 46px;
	width: 145px;
	margin-right: 280px; /* 280px */
	text-align: center;
	float: right;
	padding-left: 5px;
}
.socials a {
	display: inline-block;
	margin: 5px 5px 0 5px;
	height: 30px;
}
.socials a.icon-fb {
	background: url('img/icon-fb.png') left top no-repeat;
	width: 10px;
}
.socials a.icon-fb:hover {
	background: url('img/icon-fb.png') left bottom no-repeat;
}
.socials a.icon-tw {
	background: url('img/icon-tw.png') left top no-repeat;
	width: 20px;
}
.socials a.icon-tw:hover {
	background: url('img/icon-tw.png') left bottom no-repeat;
}
.socials a.icon-insta {
	background: url('img/icon-insta.png') left top no-repeat;
	width: 22px;
	height: 22px;
	opacity: 0.8;
}
.socials a.icon-insta:hover {
	background: url('img/icon-insta.png') left bottom no-repeat;
}
.socials a.icon-yt {
	background: url('img/icon-yt.png') left top no-repeat;
	width: 24px;
	height: 28px;
	margin-top: -2px;
}
.socials a.icon-yt:hover {
	background: url('img/icon-yt.png') left bottom no-repeat;
}
.eu-logo {
	float: right;
	margin: 14px 15px 7px 0;
}
#header a.icon-yt {
	position: relative;
	top: 2px;
	/*left: -1px;*/
}
#header a.icon-fb {
	position: relative;
	top: 4px;
	/*left: -5px;*/
}
.search {
	width: 60px;
	float: right;
	text-align: center;
	margin-top: 24px;
}
.search-icon {
	background: url('img/search-icon.png') left top no-repeat;
	width: 21px;
	display: inline-block;
	height: 21px;
}
.dealers {
	height: 46px;
	width: 229px;
	float: right;
	position: absolute;
	top: -226px;
	right: 30px;
	z-index: 777;
	transition: top 1s ease-in-out;
}
.dealers-logged {
	height: 46px;
	width: 229px;
	float: right;
	position: absolute;
	top: 55px;
	text-align: center;
	right: 30px;
	color: #0082C8;
	font-size: 13px;
}
.dealers-logged span {
	font-size: 11px;
	margin: 0 5px 0 5px;
}
.dealers-logged a {
	text-decoration: underline;
}
.dealers-logged a:hover {
	text-decoration: none;
}
.dealers.open, .dealers.error {
	top: 0;
}
.dealers a {
	background: url('img/dealers-a.png') left top no-repeat;
	height: 46px;
	width: 229px;
	padding-right: 29px;
	float: right;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 46px;
	text-transform: uppercase;
}
.dealers a:hover, .dealers a.active {
	background: url('img/dealers-a.png') left bottom no-repeat;
}
.dealers-login {
	background: url('img/dealers-login.png') left top no-repeat;
	width: 229px;
	height: 226px;
	float: left;
	padding-top: 30px;
}
.dealers.error .dealers-login {
	background: #21679E url('img/dealers-login.png') left bottom no-repeat;
	height: 264px;
}
.dealers.error .dealers-login-top {
	height: 160px;
}
.dealers-login .form-text {
	background: url('img/form-text.png') left top no-repeat;
	width: 194px;
	float: left;
	margin: 0 0 23px 17px;
	padding: 10px;
	font-size: 15px;
	color: #e7e7e7;
	font-style: italic;
	line-height: 100%;
	outline: none;
	border: 0;
}
.dealers-login .info {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	color: #1c1c1c;
	font-style: italic;
	line-height: 100%;
	display: none;
}
.dealers.error .info {
	display: block;
}
.dealers-login .form-text:focus {
	background: url('img/form-text-focus.png') left top no-repeat;
}
.dealers-login .form-submit {
	background: url('img/form-submit.png') 85% 32px no-repeat;
	border: 0;
	width: 100%;
	height: 73px;
	line-height: 100%;
	float: left;
	color: #E7E7E7;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px 0 3px 30px;
	cursor: pointer;
}
.dealers-login .form-submit:hover {
	background: #064768 url('img/form-submit.png') 85% 32px no-repeat;
}
.dealers-login-top {
	height: 122px;
	width: 100%;
	float: left;
}
.dealers-login-bottom {
	width: 100%;
	float: left;
}
::-webkit-input-placeholder {
	color: #e7e7e7;
}
:-moz-placeholder {
	color: #e7e7e7;
}
::-moz-placeholder {  
	color: #e7e7e7;
}
:-ms-input-placeholder {  
	color: #e7e7e7;
}
.clear {
	clear: both;
}
#slideshow {
	width: 100%;
	max-height: 405px;
	display: block;
	overflow: hidden;
	position: relative;
	/*-webkit-box-shadow: 0px 0px 11px 3px #DBDBDB;
	-moz-box-shadow: 0px 0px 11px 3px #DBDBDB;
	box-shadow: 0px 0px 11px 3px #DBDBDB;*/
}
#slides {
	width: 100%;
	max-height: 405px;
	display: block;
	overflow: hidden;
}
#slides .slide {
	width: 100%;
	float: left;
	height: 405px;
}
#slides .slidesjs-navigation, #slides .slidesjs-pagination {display: none !important;}
.slide-content {
	background: url('img/slide-content.png') left top no-repeat;
	float: left;
	width: 398px;
	height: 285px;
	color: #fff;
	font-size: 14px;
	padding: 50px 20px 0 20px;
	position: absolute;
	top: 60px;
	left: 60px;
}
.slide-content .title a {
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}
.slide-content .desc {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.slide-content p {
	color: #99a3ad;
	line-heihgt: 145%;
}
.slide-content a.more {
	color: #fff;
	text-transform: uppercase;
}
.slide-content a:hover {
	color: #00a3e5;
}
.slide-content .sellers {
	position: absolute;
	bottom: 15px;
	left: 20px;
}
.slide-content .sellers a {
	background: url('img/sellers-a.png') right center no-repeat;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 50px 10px 0;
	font-weight: 600;
}
.slide-content .sellers a:hover {
	background: url('img/sellers-a-hover.png') right center no-repeat;
	color: #00a3e5;
}
#content {
	background: #FFFFFF;
	width: 100%;
	padding: 18px 0 17px 17px;
	/*-webkit-box-shadow: 0px 0px 11px 3px #DBDBDB;
	-moz-box-shadow: 0px 0px 11px 3px #DBDBDB;
	box-shadow: 0px 0px 11px 3px #DBDBDB;*/
	float: left;
	position: relative;
}
#content.content-hp {

}
#content .hp-white {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 18px;
}
.news-tab-bg {
	background: #1f282d;
	content: '';
	position: absolute;
	top: 18px;
	left: 18px;
	width: 100%;
	z-index: 1;
	max-width: 306px;
	height: calc(100% - 162px);
}
#left {
	float: left;
	/*max-width: 305px;*/
	width: 305px;
	position: relative;
	z-index: 10;
	/*min-width: 260px;*/
}
#left .logos {
	width: 100%;
	padding: 15px;
	border: 1px solid #E6E6F4;
	float: left;
	margin-bottom: 35px;
}
#left .logo-item {
	width: 50%;
	text-align: center;
	height: 70px;
	float: left;
}
#left .logo-line {
	width: 100%;
	float: left;
}
/*#left .logo-line:hover {
	background: #EEEEEE;
}*/
#left .logo-item span {
	width: 100%;
	min-width: 137px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}
#left .logo-item img {
	vertical-align: middle;
}
.left-title, .right-title, .entry h2, .sellers-items h2 {
	border-bottom: 1px solid #E6E6F4;
	color: #0082c8;
	font-size: 22px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-weight: 400;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.left-title span, .right-title span, .entry h2 span, .sellers-items h2 span {
	background: url('img/main-menu-a.png') left bottom repeat-x;
	min-height: 47px;
	position: relative;
	bottom: -1px;
	display: inline-block;
}
.social-box {
	background: #0E1E27;
	float: left;
	width: 100%;
	padding: 12px 0 0 12px;
}
.social-box.black {
	background: #1f282d;
	text-transform: uppercase;
	color: #fff;
	padding-top: 60px;
	text-align: center;
	padding-right: 12px;
}
.s-item {
	float: left;
	width: 100%;
	margin-bottom: 17px;
}
.social-box a.link {
	color: #fff;
	font-style: italic;
	margin-top: 20px;
	font-size: 13px;
	line-height: 155%;
	display: inline-block;
}
.social-box a.link:hover {
	color: #8B8C8D;
}
.social-box a {
	float: left;
}
.s-item.planet a.link {
	margin-top: 12px;
}
.social-box img {
	margin-right: 10px;
}
.social-box.black .s-item {
	width: 50%;
}
.social-box.black .black-title {
	font-size: 26px;
	font-weight: 700;
}
.social-box.black .sub-title {
	font-size: 13px;
	margin-bottom: 50px;
}
.social-box.black .s-item p {
	margin-bottom: 15px;
	font-size: 13px;
}
.social-box.black .s-item p a {
	color: #fff;
}
.social-box.black .s-item a {
	float: none;
}
.social-box.black .s-item img {
	margin-right: 0;
}
#right.detail .entry {
	padding-top: 0;
}
#right {
	float: right;
	/*max-width: 880px;
	width: 73.5%;*/
	width: calc(100% - 322px);
	/*min-width: 720px;*/
}
.hp-cats {
	width: 100%;
	margin-bottom: 45px;
	float: left;
}
.hp-cats .item {
	width: calc(50% - 4px);
	/*max-width: 436px;*/
	float: left;
	height: 142px;
	margin: 0 8px 12px 0;
	position: relative;
	overflow: hidden;
}
.hp-cats .item:nth-child(2n+0) {
	margin-right: 0;
}
.hp-cats .item a {
	font-size: 20px;
	font-weight: 300;
	line-height: 130%;
	padding: 75px 0 0 25px;
	float: left;
	width: 100%;
	color: #fff;
	height: 100%;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	transition:all 1000ms ease 0s;
	-webkit-transition:all 1000ms ease 0s;
	-moz-transition:all 1000ms ease 0s;
	-o-transition:all 1000ms ease 0s;
}
.hp-cats .item:hover .shadow {
	bottom: 0;
}
.hp-cats .item .item-img {
	top: 0;
	position: absolute;
	right: 5%;
	float: right;
	transition:all 1000ms ease 0s;
	-webkit-transition:all 1000ms ease 0s;
	-moz-transition:all 1000ms ease 0s;
	-o-transition:all 1000ms ease 0s;
}
.hp-cats .item:hover .item-img {
	top: 100%;
}
.hp-cats .shadow {
	background: url('img/cats-shadow.png') left top repeat;
	width: 100%;
	height: 111px;
	float: left;
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 333;
	transition:all 1000ms ease 0s;
	-webkit-transition:all 1000ms ease 0s;
	-moz-transition:all 1000ms ease 0s;
	-o-transition:all 1000ms ease 0s;
}
.hp-cats .item1 {
	background: url('img/cats-item1.png') right bottom no-repeat;
}
.hp-cats .item1 .item-img {
	background: url('img/cats-item1-img.png') left top no-repeat;
	width: 136px;
	height: 151px;
}
.hp-cats .item1:hover a {
	padding-left: 125px;
}
.hp-cats .item2 {
	background: url('img/cats-item2.png') right bottom no-repeat;
}
.hp-cats .item2 .item-img {
	background: url('img/cats-item2-img.png') left top no-repeat;
	width: 99px;
	height: 142px;
}
.hp-cats .item2:hover a {
	padding-left: 165px;
}
.hp-cats .item3 {
	background: url('img/cats-item3.png') left bottom no-repeat;
}
.hp-cats .item3 .item-img {
	background: url('img/cats-item3-img.png') right bottom no-repeat;
	width: 97px;
	height: 136px;
}
.hp-cats .item3 a {
	padding-top: 60px;
	width: 50%;
	padding-left: 25px;
}
.hp-cats .item3:hover a {
	width: 100%;
}
.hp-cats .item3:hover span.first-line {
	padding-left: 135px;
}
.hp-cats .item3:hover span.second-line {
	padding-left: 88px;
}
.hp-cats .item3 span {
	transition:all 1000ms ease 0s;
	-webkit-transition:all 1000ms ease 0s;
	-moz-transition:all 1000ms ease 0s;
	-o-transition:all 1000ms ease 0s;
}
.hp-cats .item4 {
	background: url('img/cats-item4.png') right bottom no-repeat;
}
.hp-cats .item4 .item-img {
	background: url('img/cats-item4-img.png') right bottom no-repeat;
	width: 138px;
	height: 143px;
}
.hp-cats .item4:hover a {
	padding-left: 170px;
}
.article {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #E6E6F4;
}
.article-image {
	float: left;
	max-width: 235px;
	width: 28%;
	position: relative;
	height: 175px;
	margin-right: 2%;
}
.article-image span, .news-image span {
	background: url('img/article-image-span.png') left top no-repeat;
	float: left;
	width: 123px;
	position: absolute;
	left: 0;
	font-size: 12px;
	text-transform: uppercase;
	top: -1px;
	z-index: 777;
	height: 31px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
.article-image span.grey, .news-image span.grey {
	background: url('img/article-image-span-grey.png') left top no-repeat;
}
.article-image span.video, .news-image span.video {
	background: url('img/article-image-span-video.png') left top no-repeat;
}
.wp-pagenavi {
	float: left;
	width: 100%;
	text-align: center;
	margin: 27px 0 44px 0;
}
.wp-pagenavi a, .wp-pagenavi span.current {
	color: #0082c8;
	font-size: 12px;
	padding: 0 10px 0 10px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	border: 1px solid #E3E3E3;
	margin: 0 5px 0 5px;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi span.current, .wp-pagenavi a.previouspostslink {
	background: #F0F0F0;
}
.article-content {
	float: left;
	max-width: 605px;
	width: 70%;
	font-size: 14px;
	height: 175px;
	color: #504f4f;
	position: relative;
}
.article.full .article-content {
	width: 100%;
	max-width: 100%;
	padding-right: 20px;
}
.article.full .article-content .article-info {
	right: -2px;
}
.article-content .date, .entry .date {
	color: #404044;
	font-size: 15px;
	float: right;
	padding-right: 10px;
	font-style: italic;
}
.article-content h2, .entry h1 {
	margin: 0 0 20px 0;
	line-height: 129%;
}
.article-content h2 a, .entry h1 {
	color: #1c1c1c;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
}
.article-content h2 a:hover {
	color: #0082c8;
}
.article-content p {
	line-height: 145%;
}
.article-text-tablet {
	display: none;
}
.article-info {
	float: right;
	position: absolute;
	bottom: 0;
	right: -25px;
	height: 46px;
	padding: 12px 25px 15px 0;
}
.article:hover .article-info {
	background: #EEEEEE;
}
.article-info a {
	color: #0082c8;
	font-size: 12px;
	margin-left: 25px;
	padding: 8px 35px 8px 0;
	text-transform: uppercase;
}
.article-info a:hover {
	color: #25282b;
}
.article-info a.more-info {
	background: url('img/article-more-info.png') right center no-repeat;
}
.article-info a.more-info:hover {
	background: url('img/article-more-info-hover.png') right center no-repeat;
}
.article-info a.dealer-info {
	background: url('img/article-dealer-info.png') right center no-repeat;
}
.article-info a.dealer-info:hover {
	background: url('img/article-dealer-info-hover.png') right center no-repeat;
}
.all-news {
	width: 100%;
	float: left;
	text-align: center;
	margin: 30px 0 38px 0;
}
.all-news a {
	display: inline-block;
	background: #F0F0F0;
	border: 1px solid #E3E3E3;
	color: #0082c8;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 10px;
	margin-bottom: 9px;
}
.all-news a:hover {
	color: #25282b;
}
#full {
	float: left;
	width: 100%;
	padding-right: 18px;
}
#main-title {
	background: #000000 url('img/main-title.png') right center no-repeat;
	width: 100%;
	height: 111px;
	line-height: 111px;
	padding-left: 45px;
	position: relative;
	z-index: 333;
}
#main-title h1, #main-title .main-title {
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
}
#main-title h1 {
	height: 100%;
	float: left;
}
#main-title .main-title a {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	top: -2px;
	cursor: text;
	display: inline-block;
}
#main-title .main-title span {
	float: left;
}
#main-title .main-title span.arrow {
	color: #fff;
	font-size: 16px;
	margin: 0 10px;
}
.logo-image {
	padding: 50px 20px 50px 20px;
	border: 1px solid #E6E6F4;
	border-bottom: 0;
	text-align: center;
}
.logo-image img {
	margin-bottom: 30px;
}
.logo-image p {
	color: #504f4f;
	font-size: 14px;
}
.social-box.grey.top {
	margin-bottom: 25px;
	border-bottom: 0;
	padding: 0;
	background-image: none;
}
.entry {
	font-size: 14px;
	color: #1c1c1c;
	padding: 25px;
}
.entry p {
	line-height: 170%;
	margin-bottom: 30px;
}
.entry a {
	color: #0082c8;
}
.entry .col {
	float: left;
	width: 50%;
	max-width: 550px;
}
.entry .col-in {
	padding: 0 25px 25px 65px;
	min-height: 505px;
}
.entry .alignleft {
	float: left;
	margin: 0 25px 25px 0;
}
.entry .alignright {
	float: right;
	margin: 0 0 25px 25px;
}
.entry .aligncenter {
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto 25px;
}
.entry .col .title {
	color: #1c1c1c;
	font-size: 24px;
	margin-bottom: 8px;
}
.entry .col p {
	line-height: 190%;
}
.entry .col p.grey {
	color: #827e7d;
}
.entry .col p.links img {
	margin-right: 7px;
}
.entry iframe {
	width: 100% !important;
	height: 420px;
}
.contact-list, .contact-item {
	width: 100%;
	float: left;
}
.contact-list {
	margin-bottom: 45px;
}
.contact-list h2 {
	margin-bottom: 10px;
}
.contact-item {
	border-bottom: 1px solid #E6E6F4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	min-height: 53px;
}
.contact-item .name {
	float: left;
	width: 50%;
}
.contact-item .name.line, .contact-item .info.line {
	padding-top: 12px;
}
.contact-item .info {
	float: right;
	text-align: right;
	width: 50%;
}
.news-image, .news-image img {
	width: 100%;
}
.news-image {
	position: relative;
}
.social-box.grey {
	background: #EEEEEE url('img/social-box-grey.png') center bottom no-repeat;
	padding: 20px 0 30px 0;
	border: 1px solid #E6E6F4;
}
.social-box.grey ul {
	list-style: none;
}
.social-box.grey ul li a {
	text-align: center;
	width: 100%;
	color: #1c1c1c;
	font-size: 14px;
	padding: 10px 35px;
}
.social-box.grey ul li.dealer a, .social-box.grey ul li.price-list a, .social-box.grey ul li.news-wifi a {
	font-size: 12px;
	color: #0082c8;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	padding: 15px 35px;
}
.social-box.grey ul li.dealer a {
	padding-right: 95px;
}
.social-box.grey ul li span {
	font-size: 13px;
	color: #646464;
}
.social-box.grey ul li span.under {
	text-decoration: underline;
	font-size: 14px;
	color: #1c1c1c;
	word-wrap: break-word;
}
.social-box.grey ul li a:hover {
	background: #DDDDDD;
}
.social-box.grey ul li.dealer a {
	background: url('img/article-dealer-info.png') 88% center no-repeat;
}
.social-box.grey ul li.dealer a:hover {
	background: url('img/article-dealer-info-hover.png') 88% center no-repeat;
	color: #25282b;
}
.social-box.grey ul li.price-list a {
	background: url('img/price-list.png') 88% center no-repeat;
	margin-bottom: 15px;
}
.social-box.grey ul li.price-list a:hover {
	background: url('img/price-list-hover.png') 88% center no-repeat;
	color: #25282b;
}
.social-box.grey ul li.news-wifi a {
	background: url('img/news-wifi.png') 88% center no-repeat;
}
.social-box.grey ul li.news-wifi a:hover {
	background: url('img/news-wifi-hover.png') 88% center no-repeat;
	color: #25282b;
}
.social-box.grey ul li.price-file {
	background: url('img/price-file-pdf.png') 90% center no-repeat;
	padding: 5px 20px 0 20px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.social-box.grey ul li.price-file a {
	padding: 0;
	text-align: left;
	text-decoration: underline;
	font-weight: 600;
	padding-right: 50px;
}
.social-box.grey ul li.price-file a.file-icon {
	position: absolute;
	top: 12px;
	right: 30px;
	width: 30px;
	height: 30px;
	float: right;
}
.social-box.grey ul li.price-file span.down-date {
	color: #1c1c1c;
	font-size: 14px;
	font-style: italic;
	float: left;
	width: 100%;
}
.social-box.grey ul li.price-file a:hover {
	background: none;
	text-decoration: none;
}
.social-box.grey.prices {
	padding-top: 15px;
}
#full {
	width: 100%;
}
#full .cats {
	width: 100%;
	min-height: 34px;
	border: 1px solid #E6E6F4;
	margin-bottom: 20px;
	float: left;
}
#full .cats ul {
	list-style: none;
}
#full .cats ul li a {
	background: url('img/cats-a.png') 40px 9px no-repeat;
	color: #1c1c1c;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 64px;
	line-height: 34px;
	height: 34px;
	float: left;
	font-weight: 400;
}
#full .cats ul li a:hover {
	background-color: #E6E6E6;
}
#full .cats ul li.current-cat a {
	background: #F0F0F0 url('img/cats-active.png') 40px 8px no-repeat;
}
.cat-items {
	width: 100%;
}
.cat-items .cat-item {
	background: url('img/social-box-grey.png') center bottom no-repeat;
	width: 22.5%;
	margin: 0 1.5% 3% 1%;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	padding: 35px 10px 20px 10px;
	min-height: 205px;
}
.cat-items .cat-item:hover {
	background-color: #F6F6F6;
}
.cat-items .cat-item:hover a.more {
	color: #25282b;
}
.cat-items .cat-item:nth-child(4n+0) {
	margin-right: 0;
}
.cat-items .cat-item p {
	height: 70px;
	width: 100%;
	float: left;
}
.cat-items .cat-item a.more {
	color: #0082c8;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.cat-items .cat-item-img {
	height: 75px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-top: 25px;
}
.cat-items .cat-item.cat-item-2034 .cat-item-img, .cat-items .cat-item.cat-item-3109 .cat-item-img {
	padding-top: 5px;
}
.cat-items .cat-item-img img {
	vertical-align: middle;
	max-height: 75px;
}
.cat-items .cat-item-66 img {
	margin-top: -28px;
}
.cat-items .cat-item-68 img, .cat-items .cat-item-143 img, .cat-items .cat-item-141 img, .cat-items .cat-item-139 img, .cat-items .cat-item-131 img, .cat-items .cat-item-104 img, .cat-items .cat-item-106 img, .cat-items .cat-item-108 img, .cat-items .cat-item-121 img {
	margin-top: -18px;
}
.cat-items .cat-item-92 img {
	margin-top: -32px;
}
.znacka-entry h3, .cat-items .cat-item h2 a, .artist h2, .entry h3 {
	color: #1c1c1c;
	line-height: 130%;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}
.znacka-entry h2 {
	width: calc(100% + 25px);
}
.cat-items .cat-item h2 {
	margin-bottom: 10px;
	height: 50px;
}
.artist {
	float: left;
	width: 31.5%;
	max-width: 355px;
	margin-right: 2.5%;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6F4;
	margin-bottom: 12px;
}
.artist:nth-child(3n+1) {
	margin-right: 0;
}
.artist h2 {
	border-bottom: 0;
	margin-bottom: 8px;
}
.artist-desc {
	width: 100%;
	float: left;
	color: #0082c8;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.artist-photo {
	float: left;
	max-width: 105px;
	width: 30%;
	margin-right: 2%;
}
.artist-content {
	background: #F0F0F0;
	border: 1px solid #E3E3E3;
	float: right;
	max-width: 235px;
	width: 68%;
	padding: 38px 20px 5px 20px;
	text-align: center;
	min-height: 105px;
}
.artist.item-11 .artist-content {
	padding-top: 19px;
}
.artist.item-0 .artist-content {
	padding-top: 43px;
}
.artist-content img {
	margin: 0 5px 15px 5px;
}
.spolu-title {
	margin-top: 50px;
}
.others {
	width: 100%;
	float: left;
	text-align: center;
	padding: 30px 0 75px 0;
}
.other-logo {
	display: inline-block;
	width: 15.6%;
	text-align: center;
}
.dealer-item {
	float: left;
	width: 100%;
	padding: 10px;
}
.dealer-item:hover {
	background: #F0F0F0;
}
.dealer-item a.down-file {
	background: url('img/price-file.png') right center no-repeat;
	float: right;
	padding: 10px 40px 10px 0;
	text-decoration: underline;
	font-size: 14px;
	color: #1c1c1c;
	text-align: right;
	margin-top: 1px;
}
.dealer-item a.down-file:hover {
	text-decoration: none;
}
.dealer-item a.down-file.pdf {
	background: url('img/price-file-pdf.png') right center no-repeat;
}
.dealer-item a.down-file.docx {
	background: url('img/price-file-docx.png') right center no-repeat;
}
.dealer-item strong {
	font-weight: 600;
}
.dealer-item span.italic {
	font-style: italic;
}
.dealer-item p {
	line-height: 160% !important;
	margin-bottom: 0;
	min-height: 44px;
}
.dealer-col-top {
	margin-top: 65px;
	padding-bottom: 45px;
}
.dealer-col-top .dealer-item a.vo {
	margin-right: 20px;
}
.dealer-col-top h2 {
	margin-bottom: 15px;
}
.dealer-col-top.right {
	margin-top: 128px;
}
.dealer-col-top.full {
	width: 100%;
	max-width: 100%;
}
.dealer-col-top.full .dealer-item {
	width: 48%;
	max-width: 550px;
	margin: 0 1% 0 1%;
	min-height: 87px;
	border-bottom: 1px solid #E6E6F4;
}
.dealer-col-top.full .dealer-item a.down-file {
	margin-top: 15px;
}
/*.dealer-col-top.full .dealer-item:nth-child(2n+0) {
	float: right;
}*/
.sellers-map {
	background: #F0F0F0;
	float: right;
	margin-left: 2%;
	width: 48%;
	height: 572px;
	position: relative;
	text-align: center;
}
.sellers-map-img {
	margin-top: 120px;
}
.sellers-map-circle {
	background: url('img/sellers-map-circle.png') center center no-repeat;
	float: right;
	width: 100%;
	height: 572px;
	padding-top: 240px;
	color: #fefeff;
	font-size: 21px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 888;
}
.sellers-map .default {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 29px;
	margin-top: 12px;
}
.seller_logo_div {
	margin-bottom: 5px;
	min-height: 60px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.seller_logo.item-66, .seller_logo.item-92 {
	margin-top: -20px;
}
.seller_logo.item-68 {
	margin-top: -10px;
}
#full .cats.sellers {
	width: 50%;
	max-width: 570px;
	padding: 15px 0 15px 0;
}
#full .cats.sellers ul li {
	background: url('img/cats-a.png') 15px center no-repeat;
	width: 25%;
	float: left;
	min-height: 45px;
	padding-top: 15px;
}
#full .cats.sellers ul li.full {
	width: 100%;
}
#full .cats.sellers ul li.big {
	padding-top: 5px;
}
#full .cats.sellers ul li.full a {
	font-weight: 700;
}
#full .cats.sellers ul li a {
	background: none;
	padding: 0 5px 0 40px;
	line-height: 130%;
	height: auto;
}
#full .cats.sellers ul li.active {
	background: #F0F0F0 url('img/cats-active.png') 15px center no-repeat;
}
.sellers-items {
	width: 100%;
	padding: 25px;
	float: left;
}
.seller-item {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}
.seller-item h3 {
	color: #1c1c1c;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 300;
}
.seller-item h3 a {
	color: #1c1c1c;
}
.seller-item .map-link {
	background: url('img/mapa-icon.png') right center no-repeat;
	float: right;
	font-weight: 300;
}
.seller-item .map-link a {
	padding: 5px 40px 5px 0;
	color: #8D8D8D;
	float: right;
	font-size: 13px;
}
.seller-item .map-link a:hover {
	text-decoration: underline;
}
.seller-item .address {
	margin-bottom: 10px;
	color: #0082c8;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.seller-item .address a, .seller-item .address a:hover {
	color: #0082c8;
}
.seller-item .address:hover {
	text-decoration: underline;
}
.seller-item h3 a:hover {
	color: #0082c8;
}
.seller-item p {
	color: #504f4f;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 135%;
}
.seller-item p a {
	color: #0082c8;
	font-weight: 600;
}
.seller-item .grey-box {
	background: #F0F0F0;
	border: 1px solid #E3E3E3;
	float: left;
	width: 100%;
	padding: 10px 15px;
	color: #404044;
	font-size: 13px;
	margin-top: 10px;
}
.seller-item .grey-box a {
	color: #0082c8;
	text-decoration: none;
}
.seller-item .grey-box a:hover {
	text-decoration: underline;
}
.seller-item .grey-box div {
	float: left;
	width: 180px;
}
.seller-item .grey-box div.email {
	
}
.seller-item .grey-box div.www {
	text-align: right;
	float: right;
}
.wrapp_data h2 {
	margin-top: 25px;
}
.s-item .mob-br {display: none;}
.s-item.planet br.mob-br {display: block;}
.filter-shadow {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	display: none;
	height: 100%;
}
.filter-shadow.show {
	display: block;
}
.filter {
	background: #F5F5F5;
	width: calc(100% - 17px);
	margin-right: 17px;
	padding: 40px 18px;
	text-align: center;
	margin-bottom: 25px;
	float: left;
	position: relative;
	z-index: 888;
}
.filter .list-name {
	font-size: 14px;
	margin-top: 30px;
	font-style: italic;
	float: left;
	width: 100%;
}
.filter .list-name strong {
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
}
.filter ul {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.filter ul li {
	width: 100%;
	float: left;
	position: relative;
}
.filter ul li a {
	background: #FDFDFD;
	color: #191919;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	height: 39px;
	width: 100%;
	float: left;
	border: 1px solid #E8E8E8;
	line-height: 39px;
}
.filter ul li ul {
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	height: 450px;
	overflow: scroll;
}
.filter.open-list li.list-all ul {
	display: block;
}
.filter ul li.list-all:after {
	background: url('img/filter-arrow.png') center center no-repeat;
	position: absolute;
	top: 1px;
	content: ' ';
	right: 1px;
	width: 28px;
	height: 37px;
}
.filter ul li ul li a {
	border-bottom: 0;
	border-top: 0;
}
.filter ul li ul li a:hover {
	background: #F5F5F5;
}
.filter a.filter-back {
	background: url('img/filter-back.png') center center no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 0 -1px 12px;
	cursor: pointer;
}















#footer {
	background: #F0F0F0;
	width: 100%;
	min-height: 148px;
	padding: 13px 30px 10px 25px;
	float: left;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	/*-webkit-box-shadow: 0px 0px 11px 3px #DBDBDB;
	-moz-box-shadow: 0px 0px 11px 3px #DBDBDB;
	box-shadow: 0px 0px 11px 3px #DBDBDB;*/
	position: relative;
	z-index: 10;
}
.footer-grey {
	background: #F0F0F0;
	width: 100%;
	height: 18px;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 888;
}
#footer .lets-play {
	float: right;
}
#footer .main-menu {
	float: left;
	width: 85%;
	max-width: 965px;
	padding-top: 10px;
}
#footer .main-menu ul li, #footer .top-menu ul li {
	margin-right: 0;
	line-height: 100%;
}
#footer .main-menu ul li:last-child a, #footer .top-menu ul li:last-child a {
	background: none;
}
#footer .top-menu ul li, #footer .top-menu ul li a {
	border: 0;
}
#footer .main-menu ul li a, #footer .top-menu ul li a {
	background: url('img/top-menu-a.png') right center no-repeat;
	padding-bottom: 0;
	color: #78787c;
	font-size: 12px;
	height: auto;
	padding-left: 10px;
	padding-right: 15px;
	text-transform: uppercase;
}
#footer .main-menu ul li a {
	font-weight: 600;
}
#footer .main-menu ul li a:hover, #footer .top-menu ul li a:hover {
	border-bottom: 0;
	color: #0082c8;
}
#footer .socials {
	float: left;
	width: 105px;
	background: none;
	margin-top: 27px;
	text-align: left;
	padding-left: 10px;
	margin-right: 0;
}
#footer .top-menu {
	float: left;
	width: 60%;
	margin-top: 35px;
	height: auto;
}
#footer .socials a {
	margin-right: 23px;
}
#xtdesign {
	float: left;
	width: 50%;
	padding: 24px 15px;
}
#copy {
	width: 50%;
	text-align: right;
	color: #0082c8;
	font-size: 12px;
	text-transform: uppercase;
	padding: 30px 15px;
	float: right;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
@media (max-width: 1240px) {
	.main-menu ul li {margin-right: 5px;}
	/*.hp-cats .item {width: 49%; margin-right: 1%;}*/
	#header .header-right {width: 76%;}
	.article-info {right: 0;}
	/*#content {padding-right: 18px;}*/
	/*#right {width: 71.5%;}*/
	#full .cats ul li a {padding-right: 50px;}
	.entry .col {width: 48%; margin: 0 1% 0 1%;}
	.dealer-col-top.full {width: 100%; margin-top: 65px;}
	/*#left .logo-item span {min-width: 114px;}*/
	#header .main-menu ul li {margin-right: 5px;}
	#full .cats.sellers ul li {min-height: 56px;}
	#full .cats.sellers ul li a {padding-top: 5px;}
	.sellers-map {height: 704px;}
	.sellers-map-img {margin-top: 150px;}
	.article-content .date, .entry .date {padding-right: 21px;}
	.article-content p {padding-right: 10px;}
}
@media (max-width: 1100px) {
	.social-box a.link {margin-top: 18px;}
	.social-box a.link.sec {margin-top: 8px;}
	.s-item a {white-space: pre;}
	.s-item .mob-br {display: block;}
	.social-box {padding-right: 12px;}
	#header .header-right {width: 74%;}
	#header .main-menu ul li {margin-right: 0;}
	#header .main-menu ul li a {padding-left: 4px; padding-right: 4px;}
	#full .cats ul li a {padding-right: 25px;}
	.artist h2 {font-size: 20px;}
	.artist-photo, .artist-content {height: 87px; min-height: 87px;}
	.artist-content {padding-top: 27px;}
	.artist.item-11 .artist-content {padding-top: 14px;}
	.slide-content {top: 30px;}
	/*#right {width: 71%; min-width: 715px;}*/
	.article {padding-bottom: 0;}
	.article-info {bottom: 10px;}
	.article-text-tablet {display: block;}
	.article-text-desktop {display: none;}
}


/*
@media (max-width: 1000px) {
	#left .logo-item span {min-width: 100px;}
}
@media (max-width: 840px) {
	#footer .lets-play, #footer .main-menu, #footer .top-menu, #footer .socials, #copy {width: 100%; text-align: center;}
	#footer .top-menu {margin-top: 20px;}
}
@media (max-width: 930px) {
	#header {background: #fff; height: 80px;}
	#header .top-menu, #header .main-menu, #header .dealers, #header .socials, #header .search {display: none;}
	#mobile-menu {display: block;}
	.logo {margin-top: 15px;}
}	
@media (max-width: 800px) {
	#left, #right, #full .cats ul li a, .cat-items .cat-item, .entry .col {width: 100%; max-width: 100%;}
	#right {margin-bottom: 25px;}
	#content {padding-left: 2%; padding-right: 2%;}
	.s-item a {text-align: center;}
	#full {padding-right: 0;}
	.cat-items .cat-item {margin-left: 0; margin-right: 0;}
	#slideshow {padding-top: 25px;}
	.slide-content {position: relative; left: 0; top: 0; margin: 0 auto; display: block; float: none;}
	.entry .col-in {min-height: inherit;}
	.artist {width: 49%; margin-right: 2%;}
	.artist:nth-child(2n+1) {margin-right: 0;}
	.artist:nth-child(3n+1) {margin-right: 2%;}
	.other-logo {width: 30%; margin-bottom: 25px;}
	.entry .col {margin-bottom: 25px;}
	.dealer-col-top {margin: 0 !important; padding-bottom: 0;}
	.entry .col-in {padding: 0;}
	#left .logo-item span {display: block;}
}	
@media (max-width: 650px) {
	.article-image, .article-content, .article-info {width: 100%; max-width: 100%;}
	.article-image {text-align: center; margin-bottom: 30px;}
	.article-info {position: static; margin-top: 25px; text-align: center;}
	.article-info a {display: inline-block;}
	.article:hover .article-info {background: none;}
}	
@media (max-width: 550px) {
	.hp-cats .item {width: 100%; display: block; margin: 0 auto 10px auto !important; float: none;}
	#full .cats ul li a {padding-right: 0;}
	.artist {width: 100%; margin-right: 0; max-width: 100%;}
	.artist-content {max-width: inherit;}
	.other-logo, #footer .main-menu ul li, #footer .top-menu ul li {width: 100%;}
	#footer .main-menu ul li a, #footer .top-menu ul li a {background: none;}
	#footer {padding: 15px;}
	#main-title .main-title a, #main-title .main-title span.arrow {display: none;}
	#main-title {padding-left: 25px;}
	.entry {padding: 20px;}
}	
@media (max-width: 420px) {
	.slide-content, .article-image img, .dealer-item p {width: 100%;}
	.dealer-item {text-align: center;}
	.dealer-item p {float: left;}
	.dealer-item a {display: inline-block; float: none !important;}
	.dealer-col-top .dealer-item a {width: 50%;}
	.article-image {height: inherit;}
	.slide-content .title a {font-size: 30px; margin-bottom: 7px;}
	.dealer-col-top .dealer-item a.vo {margin-right: 0;}
}	
*/